/*common*/
*,
*::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; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
a:hover {
  opacity: 0.7;
}
.op img {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op:hover img {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
}
.sp,
.pad {
  display: none;
}
.omission {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inner {
  width: 995px;
  margin: 0 auto;
  max-width: calc(100% - 32px);
}
.inner.lg {
  width: 1090px;
  max-width: calc(100% - 32px);
}
.layout {
  padding: 112px 0;
}
.gold {
  color: var(--main-light-gold);
}
.black {
  color: #000;
}
.button_common {
  border-radius: 10px;
  padding: 25px 50px;
  font-size: 20px;
  display: block;
  width: fit-content;
  margin: 80px auto 0;
}
.read_more {
  display: none;
}

@media screen and (max-width: 931px) {
  .pad {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .layout {
    padding: 60px 0;
  }
  .button_common {
    font-size: 14px;
    padding: 16px;
    margin: 40px auto 0;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

/* !root
---------------------------------------------------------- */
:root {
  --main-light-gold: #b8915a;
  --main-dark-gold: #b8915a;
  --main--gold-80: rgba(184, 145, 90, 0.8);
}

/* !header
---------------------------------------------------------- */
#giants_lp_header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 72px;
  overflow: hidden;
  background-color: #000;
  color: #fff;
  font-family: "Noto Sans JP", serif;
}
#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 {
  /*border-left: 1px solid #292929;
  border-right: 1px solid #292929;*/
}
#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;
  }
  #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%;
  }
  #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(100vh - 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;
  }
}

/* background */
body {
  background-color: #fff;
}
.bg_box {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: -1;
  background: url(../img/bg.webp);
  background-size: cover;
  mix-blend-mode: exclusion;
  opacity: 30%;
}
.bg_set {
  position: relative;
  mix-blend-mode: soft-light;
}
.layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-blend-mode: soft-light;
}
.bg_logo {
  position: absolute;
  width: 852px;
  top: 0;
  right: -210px;
  mix-blend-mode: soft-light;
  opacity: 40%;
  filter: invert(100%);
}
.main_visual {
  width: 100%;
  margin-top: 72px;
  position: relative;
  background: #000;
}
.main_visual .kv_logo {
  position: absolute;
  width: 390px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top: none !important;
}
.main_visual iframe {
  max-width: 100%;
}

.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;
}
.navigation span {
  font-size: 14px;
}
.nav_list {
  display: flex;
  gap: 32px;
}
.nav_list .nav_item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
}
.nav_list .nav_item span {
  display: block;
  font-size: 12px;
}
.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;
    overflow-y: scroll;
  }
  .navigation ul {
    flex-direction: column;
  }
  .nav_list {
    gap: 30px;
  }
  .nav_list .nav_item a {
    flex-direction: row;
    gap: 16px;
  }
  .navigation.open {
    opacity: 1;
    z-index: 120;
    pointer-events: auto;
  }
  .sp_navigation_btn {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 98;
  }
  .sp_nav_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 21px;
  }
  .sp_nav_container .pagetop {
    width: 12px;
  }
  .navigation .close_btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 64px;
    display: block;
  }
  .navigation .pagetop {
    display: none;
  }
  .bg_logo {
    right: -180px;
  }
  .nav_list .nav_item span {
    color: var(--main-light-gold);
  }
}
@media screen and (max-width: 768px) {
  .bg_logo {
    right: -95px;
    top: 65px;
  }
}

/* top_slide */
#top_slide {
  background: rgba(184, 145, 90, 0.7);
  padding: 67px 0;
  border-top: solid var(--main--gold-80) 4px;
}
.top_slide_item .slide_img {
  width: 100%;
  position: relative;
}
.top_slide_item .slide_img .tag {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Literata", serif;
  font-size: 12px;
  display: block;
  width: fit-content;
  padding: 4px 8px;
  background: #ddcb88;
}
.top_slide_item .caption {
  background: #e7e7e7;
  height: 72px;
  padding: 14px 16px;
  position: relative;
}
.top_slide_item .caption p {
  font-weight: bold;
  font-size: 16px;
}
.top_slide_item .caption img {
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 14px;
  right: 8px;
}
@media screen and (max-width: 1250px) {
  .main_visual .kv_logo {
    width: 230px;
  }
}
@media screen and (max-width: 768px) {
  .main_visual {
    margin-top: 107px;
  }
  .main_visual .kv_logo {
    width: 180px;
    padding-top: 5px;
  }
  .top_slide_item .caption p {
    font-size: 14px;
  }
}

/* concept
---------------------------------------------------------- */
#concept {
  /* background: rgba(255, 255, 255, 0.1); */
}
.concept_conainer {
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: center;
}
.concept_conainer h2,
.concept_conainer p {
  color: var(--main-light-gold);
  line-height: 2;
}
.sub_img li.current img {
  transition: border 0.5s;
}
.sub_img li.current {
  border: 3px solid var(--main-light-gold);
}
.concept_image_gallery {
  margin: 50px auto 0;
  width: calc(100% / 2);
  max-width: 100%;
}
.image_wrapper {
  display: flex;
  flex-direction: column;
  gap: 46px;
  margin-bottom: 0;
  justify-content: center;
}
.main_img {
  height: 365px;
  position: relative;
}
.main_img img {
  height: auto;
  width: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.sub_img {
  display: flex;
  justify-content: center;
  gap: 25px;
}
.sub_img li {
  width: calc(100% / 4);
  position: relative;
  width: 106px;
  height: 64px;
  flex-shrink: 0;
}
.sub_img li:nth-child(3n) {
  margin-right: 0;
}

.sub_img li img {
  border: 2px solid transparent;
  transition: border 0.5s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.sub_img img {
  cursor: pointer;
  width: 100%;
}
.concept_image_gallery .small {
  font-size: 12px;
  color: var(--main-light-gold);
  color: #b8915a;
}
.concept_desc {
  flex: 1;
  max-width: 100%;
}
.concept_desc h1 .underline {
  background: var(--main-light-gold);
  width: 40px;
  height: 2px;
  display: block;
  margin-top: 4px;
}
.concept_desc h2 {
  font-size: 64px;
  line-height: 1.5;
  margin: 24px 0;
}
.concept_desc h2 span {
  font-size: 36px;
  display: block;
}
.concept_desc h3 {
  font-size: 24px;
  margin: 48px 0 24px;
}
.concept_desc p {
  font-size: 18px;
  color: #b8915a;
}
.concept_desc .about_color p {
  font-size: 16px;
}
.pad_about_color {
  display: none;
}

@media screen and (max-width: 931px) {
  .about_color {
    display: none;
  }
  .pad_about_color {
    display: block;
  }
  .concept_image_gallery {
    margin-top: 0;
  }
  .pad_about_color h3 {
    font-size: 24px;
    margin: 0 0 18px;
  }
  .pad_about_color p {
    font-size: 16px;
  }
  .image_wrapper {
    margin-bottom: 48px;
    gap: 30px;
  }
  .small {
    margin-top: 10px;
  }
  .small.pc {
    display: none;
  }
  .small.pad {
    color: var(--main-light-gold);
  }
  .concept_conainer {
    align-items: start;
  }
  .pad_about_color p {
    color: var(--main-light-gold);
  }
}

@media screen and (max-width: 768px) {
  .concept_conainer {
    flex-direction: column;
    gap: 50px;
  }
  .image_wrapper {
    margin-bottom: 0px;
  }
  .concept_image_gallery {
    width: 100%;
  }
  .main_img {
    width: 315px;
    height: 307px;
  }
  .image_wrapper {
    align-items: center;
    gap: 18px;
  }
  .sub_img {
    gap: 10px;
  }
  .sub_img li {
    flex-shrink: 1;
  }
  .about_color {
    display: block;
  }
  .about_color.open {
    display: block;
  }
  .pad_about_color {
    display: none;
  }
  .concept_desc .small.sp {
    font-size: 12px;
    margin-top: 40px;
  }
  .small.pad {
    display: none;
  }
  /* .about_color_desc {
    display: none;
  } */
  /* .about_color_desc.open {
    display: block;
  } */
}

/* history
---------------------------------------------------------- */
#historys {
  background: rgba(13, 13, 13, 1);
}
#historys h2 {
  font-size: 64px;
  margin-right: 26px;
  color: var(--main-light-gold);
  display: flex;
  gap: 20px;
  align-items: end;
  line-height: 1;
}
#historys h2 span {
  font-size: 20px;
  color: #fff;
  display: block;
}
.history_slide {
  margin-top: 80px;
}
.history_slide .history_wrap_item {
  width: 100%;
}
.sub_img .sub_item {
  position: relative;
  width: 106px;
  height: 94px;
}
.sub_img .sub_item img {
  position: absolute;
  width: 90px;
  height: 60px;
  /* top: 50%; */
  left: 50%;
  /* transform: translateY(50%); */
  transform: translate(-50%, -50%);
}
.sub_img .sub_item img.big {
  width: 90px;
  height: 80px;
}
.history_modal_left img {
  width: 405px;
  max-width: 100%;
}
.history_modal_right {
  flex: 1;
  padding: 32px;
  height: 540px;
  overflow-y: scroll;
}
.history_modal_right .history_modal_title h2 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 4px;
  font-family: "Literata", serif;
}
.history_modal_right .history_modal_title span {
  background: var(--main-light-gold);
  width: 40px;
  height: 2px;
  display: block;
}
.history_modal_right .history_modal_title h3 {
  color: var(--main-light-gold);
  font-size: 48px;
  margin: 24px 0 32px;
  line-height: 1;
}
.history_modal_right .history_modal_title h3 small {
  font-size: 28px;
  line-height: 1;
}
.history_modal_right .history_modal_title p {
  font-size: 16px;
  color: #fff;
  line-height: 1.75;
}
.history_modal_right .history_modal_title p.date {
  color: #000;
  background: #d9d9d9;
  width: fit-content;
  padding: 0 16px;
  margin-bottom: 35px;
}
.history_container .swiper-wrapper {
  transition-timing-function: linear;
}
.history_book {
  width: 1100px;
  max-width: calc(100% - 32px);
  margin: 60px auto 0;
}
.history_book_detail {
  border: 6px double var(--main-dark-gold);
  display: flex;
  color: #fff;
  padding: 24px;
  justify-content: center;
  align-items: center;
  gap: 28px;
}
.history_book_img {
  width: 270px;
}
.history_book_desc {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.history_book_detail h3 {
  font-size: 32px;
  margin-bottom: 32px;
}
.history_book_detail h3 span {
  font-size: 28px;
}
.history_book_detail h3 br {
  display: none;
}
.history_book_desc p {
  font-size: 18px;
  margin-bottom: 24px;
}
.history_book_desc a {
  border-radius: 10px;
  border: 2px solid #ddcb88;
  display: inline-block;
  width: 200px;
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
}
.history_book_link {
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .history_book_detail h3 br {
    display: block;
  }
}
@media screen and (max-width: 931px) {
  .sub_img .sub_item {
    width: 80px;
    height: 70px;
  }
  .sub_img .sub_item img {
    position: absolute;
    width: 67px;
    height: 44px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .sub_img .sub_item img.big {
    width: 67px;
    height: 60px;
  }
  .history_book_img {
    flex: auto;
  }
}
@media screen and (max-width: 768px) {
  #historys h2 {
    flex-direction: column;
    align-items: start;
  }
  .history_slide {
    margin-top: 40px;
  }
  .history_modal_right {
    padding: 16px 0 0;
    height: auto;
    overflow-y: visible;
  }
  .history_modal_right .history_modal_title h3 {
    margin: 24px 0;
    font-size: 36px;
  }
  .history_modal_right .history_modal_title h3 small {
    font-size: 20px;
  }
  .history_modal_left {
    width: 100%;
  }
  .history_modal_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .history_book {
    width: calc(100% - 32px);
    margin: 40px auto 0;
  }
  .history_book_detail {
    flex-direction: column;
    padding: 24px 16px;
  }
  .history_book_img {
    width: 225px;
  }
  .history_book_detail h3 {
    font-size: 24px;
    margin-bottom: 0;
  }
  .history_book_detail h3 span {
    font-size: 20px;
  }
  .history_book_desc p {
    font-size: 14px;
  }
  .history_book_desc a {
    font-size: 14px;
  }
}

/* news
---------------------------------------------------------- */
#news {
  background: rgba(13, 13, 13, 0.7);
  padding-bottom: 112px;
}
.news_container {
  display: flex;
  gap: 40px;
  color: #fff;
  justify-content: center;
  align-items: center;
}
.news_container.layout {
  padding: 112px 0 40px;
}
.news_container h2 {
  font-size: 20px;
  margin-right: 26px;
}
.news_container > span {
  background: var(--main-light-gold);
  width: 2px;
  height: 370px;
  display: block;
}
.news_list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  line-height: 1.3;
}
.news_list .news_item {
  display: flex;
  gap: 32px;
  font-size: 16px;
}
.news_more.inner {
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding-bottom: 10px 0;
  border: 1px solid #fff;
  width: fit-content;
  padding: 15px 0;
  /* margin-bottom: 112px; */
}
.news_more.inner a {
  width: 300px;
  display: block;
}

@media screen and (max-width: 768px) {
  #news {
    padding-bottom: 80px;
  }
  .news_container {
    flex-direction: column;
  }
  .news_container h2 {
    margin-right: 0;
  }
  .news_container > span {
    height: 2px;
    width: 100%;
  }
  .news_list {
    line-height: 1.5;
  }
  .news_container.layout {
    padding: 80px 0 24px;
  }
}
/* movie
---------------------------------------------------------- */
#movie h2 {
  font-size: 64px;
  color: var(--main-light-gold);
  text-align: center;
  margin-bottom: 80px;
  line-height: 64px;
}
#movie iframe {
  max-width: 100%;
}
.movie_item {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.movie_item .movie_title {
  color: #0d0d0d;
  font-size: 16px;
}
.movie_item .movie_title span {
  width: 40px;
  height: 2px;
  background: var(--main-light-gold);
  display: block;
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  #movie h2 {
    font-size: 48px;
    margin-bottom: 40px;
  }
  #movie.layout {
    padding: 80px 0;
  }
  .movie_item {
    gap: 24px;
  }
  .movie_item .movie_title {
    font-size: 14px;
  }
}

/* event
---------------------------------------------------------- */
#event h2 {
  color: var(--main-light-gold);
  font-size: 64px;
  margin-bottom: 80px;
}
#event h2 span {
  font-size: 20px;
  margin-left: 20px;
}
.event_list_big {
  /* display: flex; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 44px;
  justify-content: start;
}
.event_container .after_sale,
.event_container .after_sale {
  margin-bottom: 64px;
}
.event_container .after_sale h3,
.event_container .before_sale h3 {
  font-size: 20px;
}
.heading {
  margin-bottom: 18px;
}
.heading h3 {
  margin-bottom: 5px;
}
.heading span {
  background: var(--main-light-gold);
  width: 43px;
  height: 2px;
  display: block;
}
.event_list_big .event_item_big {
  width: 522px;
  max-width: 100%;
  padding-bottom: 30px;
  position: relative;
  margin: 0 auto;
}
.event_list_big .event_item_big .event_image {
  width: 100%;
  /* height: 282px; */
  margin-bottom: 26px;
}
.event_list_big .event_item_big .event_image img {
  object-fit: cover;
}
.event_list_big .event_item_big .event_title h3 {
  font-size: 16px;
  margin-bottom: 4px;
}
.event_list_big .event_item_big .event_title p {
  margin-bottom: 8px;
}
.event_list_big .event_item_big .event_title {
  margin-bottom: 17px;
}
.event_list_big .event_item_big .event_title span {
  background: var(--main-light-gold);
  width: 43px;
  height: 2px;
  display: block;
}
.event_list_big .event_item_big .event_desc {
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
}
.event_list_big .event_item_big .event_more {
  position: absolute;
  bottom: 0;
  left: 0;
}
.event_list_big .event_item_big .event_more p {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 16px;
  color: var(--main-light-gold);
}
.event_list_big .event_item_big .event_more img {
  width: 26px;
  height: 26px;
}

.event_modal_left {
  flex: 1;
}
.event_modal_left img {
  width: 480px;
  max-width: 100%;
  margin-bottom: 20px;
}
.event_modal_left .event_modal_title h2 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 4px;
}
.event_modal_left .event_modal_title span {
  background: var(--main-light-gold);
  width: 40px;
  height: 2px;
  display: block;
  margin-bottom: 24px;
}
.event_modal_left .event_modal_title h3 {
  color: var(--main-light-gold);
  font-size: 24px;
}
.event_modal_right {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 75px;
}
.event_modal_right p {
  color: #fff;
  font-size: 14px;
}
.event_modal_right a {
  text-align: end;
  margin-right: 6px;
}
.event_modal_right img {
  width: 164px;
}
.event_list_small {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 22px;
  margin-top: 150px;
}
.event_container .button_common {
  border: 0.5px solid #b8915a;
  color: #b8915a;
}
.event_container .button_common:hover {
  color: #000;
  background: var(--main-light-gold);
  opacity: 1;
  /* border: none; */
}
@media screen and (max-width: 1120px) {
  .event_list_big .event_item_big {
    width: 450px;
    gap: 10px;
  }
}
@media screen and (max-width: 930px) {
  .event_modal_right {
    gap: 50px;
  }
  .event_list_big .event_item_big {
    padding-bottom: 0;
    width: 100%;
    height: auto;
  }
  .event_list_big {
    /* justify-content: center;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto; */
    gap: 44px 30px;
  }
  .event_list_big .event_item_big .event_more {
    bottom: -20px;
  }
}
@media screen and (max-width: 768px) {
  #event h2 {
    font-size: 48px;
    margin-bottom: 40px;
  }
  #event h2 span {
    font-size: 16px;
    display: block;
    margin-left: 0;
  }
  .event_list_big {
    justify-content: center;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
  }
  .event_list_small {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 40px;
  }
  .event_modal_right {
    gap: 50px;
  }
  .event_modal_left img {
    width: 100%;
  }
  .event_list_big .event_item_big .event_more {
    position: relative;
    margin-top: 18px;
    bottom: unset;
  }
  .event_container .after_sale h3,
  .event_container .before_sale h3 {
    font-size: 16px;
  }
}

/* special_content
---------------------------------------------------------- */
#special_content {
  background: var(--main--gold-80);
}
#special_content h2 {
  font-size: 64px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  text-align: center;
  color: #fff;
}
#special_content h2 span {
  font-size: 20px;
}
#special_content .comingsoon {
  font-size: 96px;
  text-align: center;
  margin: 80px 0 56px;
}
#special_content .comment {
  color: #fff;
  font-size: 32px;
  text-align: center;
  line-height: 2;
}
#special_content .special_container {
  width: 1440px;
  max-width: calc(100% - 32px);
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin: 80px auto 0;
}
#special_content .special_item {
  display: flex;
  gap: 32px;
  align-items: center;
}
#special_content .special_image {
  width: 720px;
  flex: 1;
}
#special_content .special_text {
  width: 468px;
  flex: 1;
}
#special_content .special_text .special_number p {
  font-size: 14px;
  color: white;
  font-family: Literata;
  margin-bottom: 4px;
}
#special_content .special_text .special_number span {
  width: 40px;
  height: 2px;
  background: rgba(221, 203, 136, 1);
  display: block;
}
#special_content .special_text .specia_title {
  font-size: 24px;
  margin: 17px 0 32px;
  font-weight: bold;
}
#special_content .special_text .special_desc {
  font-size: 14px;
  line-height: 28px;
  color: white;
  margin-bottom: 24px;
}
#special_content .special_text .button_common {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 16px 32px;
  background: rgba(221, 203, 136, 1);
  font-weight: bold;
  border-radius: 5px;
}
#special_content .special_text .button_common img {
  width: 6px;
  margin-top: 2px;
}
@media screen and (max-width: 931px) {
  #special_content .special_container {
    margin: 40px auto 0;
  }
  #special_content .special_item {
    flex-direction: column;
  }
  #special_content .special_item.reverse {
    flex-direction: column-reverse;
  }
  #special_content .special_image {
    width: 100%;
  }
  #special_content .special_text {
    width: 100%;
  }
  #special_content .special_text .button_common {
    margin: 0 auto;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #special_content h2 {
    font-size: 48px;
    gap: 8px;
    line-height: 64px;
  }
  #special_content h2 span {
    font-size: 16px;
  }
  #special_content .comingsoon {
    font-size: 64px;
    margin: 72px 0 48px;
    line-height: 64px;
  }
  #special_content .comment {
    font-size: 20px;
    line-height: 2.2;
  }
}

/* goods
---------------------------------------------------------- */
#goods {
  background: rgba(231, 231, 231, 0.75);
}
#goods h2 {
  font-size: 64px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  text-align: center;
  color: var(--main-light-gold);
}
#goods h2 span {
  font-size: 20px;
}
.goods_list {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 80px;
}
.goods_list .li img {
  width: 285.25px;
  height: 285.25px;
}
#goods .button_common {
  border: solid 0.5px #000;
}
#goods .button_common:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}
.goods_list li {
  position: relative;
}
#goods .goods_desc_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px;
  opacity: 1;
  transition: opacity 0.3s ease;
  color: #fff;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  font-family: "Noto Sans JP", serif;
  gap: 20px;
}
#goods .goods_wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#goods .goods_desc_container .deco {
  width: 140px;
  height: 2px;
  background: var(--main-light-gold);
  display: block;
}
#goods .goods_desc_container .goods_name {
  font-size: 16px;
  font-weight: bold;
}
#goods .goods_desc_container .goods_desc {
  font-size: 14px;
}
#goods .goods_desc_container .goods_desc {
  font-size: 20px;
  font-weight: bold;
}
#goods .goods_desc_container .goods_desc .tax {
  font-size: 14px;
}
#goods .goods_desc_container .price_box {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
#goods .goods_desc_container .store {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
}
#goods .goods_desc_container .store a {
  display: flex;
  align-items: center;
  gap: 16px;
}
#goods .goods_desc_container .store a img {
  width: 24px;
}
#goods .goods_desc_container:hover {
  opacity: 1;
}
.rotate {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.rotate img {
  transition: all 0.5s ease-in-out;
}
.rotate img.active {
  transform: scale(2);
}
@media screen and (max-width: 1250px) {
  #goods .goods_desc_container {
    gap: 5px;
    padding: 12px;
  }
}
@media screen and (max-width: 1050px) {
  #goods .goods_desc_container {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #goods h2 {
    font-size: 48px;
    gap: 8px;
    line-height: 64px;
  }
  #goods h2 span {
    font-size: 16px;
  }
  .goods_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 40px;
  }
}

/* message
---------------------------------------------------------- */
#message {
  /* background: rgba(231, 231, 231, 0.75); */
}
#message h2 {
  font-size: 64px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  color: var(--main-light-gold);
  text-align: center;
  margin-bottom: 20px;
}
#message h2 span {
  font-size: 20px;
}
.message_list {
  display: flex;
  flex-direction: column;
  gap: 87px;
  margin-top: 80px;
}
.message_item {
  position: relative;
  padding-bottom: 100px;
}
.message_item::after {
  content: "";
  position: absolute;
  width: 174px;
  height: 2px;
  background: var(--main-light-gold);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.messenger {
  display: flex;
  gap: 65px;
  margin-bottom: 52px;
  justify-content: space-between;
}
.messenger .message_img {
  width: 450px;
  max-width: 100%;
  flex-shrink: 0;
}
.messenger .profile {
  width: 570px;
}
.messenger h3 {
  font-size: 14px;
  font-family: "Literata", serif;
  margin-left: 3px;
  margin-bottom: 4px;
}
.messenger span {
  display: block;
  background: var(--main-light-gold);
  width: 43px;
  height: 2px;
}
.messenger .position {
  font-size: 20px;
  color: var(--main-light-gold);
  margin: 26px 0 34px;
}
.messenger .name {
  font-size: 48px;
  margin-bottom: 52px;
}
.messenger .header_message {
  font-size: 24px;
  line-height: 1.5;
}
.message_comment {
  width: 980px;
  margin: 0 auto;
  line-height: 2;
  font-size: 16px;
  max-width: 100%;
}
.message_comment .bold {
  font-weight: bold;
}
@media screen and (max-width: 931px) {
  .messenger .message_img,
  .messenger .profile {
    width: calc(100% / 2);
  }
  .messenger .name {
    margin-bottom: 25px;
  }
  .messenger .position {
    margin: 18px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #message h2 {
    font-size: 48px;
    gap: 8px;
    line-height: 1.5;
  }
  #message h2 span {
    font-size: 16px;
  }
  .message_list {
    margin-top: 40px;
    gap: 40px;
  }
  .message_item {
    padding-bottom: 40px;
  }
  .messenger {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
    align-items: center;
  }
  .messenger .position {
    font-size: 16px;
    color: var(--main-light-gold);
    margin: 24px 0 16px;
  }
  .messenger .name {
    font-size: 40px;
    margin-bottom: 24px;
  }
  .messenger .header_message {
    font-size: 20px;
    line-height: 1.5;
  }
  .message_comment {
    font-size: 14px;
  }
  .message_omission {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .read_more {
    display: block;
    color: #fff;
    background: var(--main-light-gold);
    border-radius: 14px;
    font-size: 14px;
    border: none;
    margin: 16px auto 0;
  }
  .read_more span {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 11px;
  }
  .read_more span img {
    width: 8px;
  }
  .messenger .message_img,
  .messenger .profile {
    width: 100%;
  }
  .read_more .close {
    display: none;
  }
  .read_more .close img {
    transform: rotate(180deg);
  }
}

#ob_message {
  padding: 0 0 112px;
}
#ob_message h3 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 70px;
}
.ob_item a {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.ob_messenger h3 {
  font-family: "Literata", serif;
  font-size: 14px;
  margin-bottom: 4px;
}
.ob_messenger span {
  background: var(--main-light-gold);
  width: 43px;
  height: 2px;
  display: block;
  margin-bottom: 12px;
}
.ob_messenger .position {
  font-size: 16px;
  margin: 17px 0;
  color: var(--main-light-gold);
}
.ob_messenger .name {
  font-size: 36px;
}
.ob_messenger .ob_read_more {
  font-size: 14px;
  display: flex;
  gap: 18px;
  margin-right: 5px;
  align-items: center;
  margin-top: 26px;
}
.ob_messenger .ob_read_more img {
  width: 18px;
}
/* .modal_movie {
width: 960px;
height: 0;
padding-top: 56;
} */
iframe {
  width: 960px;
  height: auto;
  aspect-ratio: 16 / 9;
  max-width: calc(100% - 32px);
  display: block;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #ob_message {
    padding: 0 0 80px;
  }
  #ob_message h2 {
    font-size: 48px;
    line-height: 1.5;
  }
  #ob_message h3 {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .ob_messenger {
    gap: 16px;
    /* padding: 0 0 112px; */
  }
  .ob_messenger h3 {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .ob_messenger span {
    width: 40px;
    margin-bottom: 10px;
  }
  .ob_messenger .position {
    font-size: 14px;
    margin: 17px 0 8px;
  }
  .ob_messenger .name {
    font-size: 32px;
  }
  .ob_messenger .ob_read_more {
    gap: 16px;
    margin-right: 0px;
    margin-top: 16px;
  }
  .ob_item a {
    gap: 18px;
  }
}

/* giants_lp_footer
-----------------------------------------------------------*/

#giants_lp_footer .pagetop {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  background-color: var(--main-light-gold);
  color: #fff;
}
#giants_lp_footer .pagetop img {
  width: 13px;
}
#giants_lp_footer .pagetop:before {
  content: "▲";
}
#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_pagetop {
    height: 48px;
  }
  #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;
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-700%);
  }
}
/* .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 15s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 6);
}
.scroll-infinity__item > img {
  width: 100%;
} */

/* scroll */
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}

/* .accordion-area li {
  margin: 10px 0;
} */

/* .accordion-area section {
  border: 1px solid #ccc;
} */

/*アコーディオンタイトル*/
.title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 3% 3% 3% 50px;
  transition: all 0.5s ease;
}

/*アイコンの＋と×*/
.title::before,
.title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #333;
}
.title::before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);
}
.title::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.title.close::before {
  transform: rotate(45deg);
}

.title.close::after {
  transform: rotate(-45deg);
}

.nextReadBox > input {
  display: none; /* 非表示 */
}

.copylight {
  font-size: 12px;
  text-align: right;
  margin-right: 16px;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  /* === ベースのBOX =============================================== */
  .nextReadBox {
    position: relative; /* relative指定は必須   */
    overflow: hidden; /* hidden指定は必須     */
    transition: 0.5s; /* 開閉の速度           */
    height: 55px; /* 閉じているときの高さ */
    line-height: 1.3;
    /* padding: 0 10px; */
    text-align: left;
    font-size: 14px;
    /* max-width: 400px; */
    margin: auto;
  }

  .nextReadBox.message {
    height: 230px; /* 閉じているときの高さ */
    margin: auto;
  }

  /* === チェックボックスのlabel（＝ボタンに見せる） =============== */
  .nextReadBox > label {
    position: absolute;
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
    background-color: var(--main-light-gold);
    bottom: 0; /* 左右いっぱいのBOXにグラデーションを付ける */
    left: 0;
    right: 0;
    height: 32px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    /* width: 112px; */
    margin: 0 auto;
    border-radius: 12px;
  }
  .nextReadBox > label span {
    width: 112px;
    display: block;
    height: 100%;
  }
  .nextReadBox > label::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-55%, -50%);
    width: 90px;
  }

  /* === 開いているときのボタンサイズを変更 ======================== */
  .nextReadBox > input[type="checkbox"]:checked + label {
  }

  /* === ボタンに表示する文字（閉じているとき） ==================== */
  .nextReadBox > input[type="checkbox"]:not(:checked) + label::after {
    content: "続きを読む";
    background-image: url(../img/icon/read_more.svg);
    background-repeat: no-repeat;
    background-position: right;
  }

  /* === ボタンに表示する文字（開いているとき） ==================== */
  .nextReadBox > input[type="checkbox"]:checked + label::after {
    content: "閉じる";
    background-image: url(../img/icon/read_more_close.svg);
    background-repeat: no-repeat;
    background-position: right;
  }
}
.history_container .swiper-slide {
  width: fit-content !important;
}
.history_container svg {
  /* max-width: 100%; */
  height: 100%;
}

.scroll-container {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none; /* Firefox用 */
  -ms-overflow-style: none; /* IEおよびEdge用 */
}

.scroll-container::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera用 */
}

.svg-item {
  flex: 0 0 auto;
  padding: 0px;
}

@media screen and (max-width: 768px) {
  .history_container svg {
    height: auto;
    width: 500%;
  }
}

/********************** quiz **********************/
.quiz_inner {
  width: 1000px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
}
.quiz_bg {
  position: fixed;
  z-index: -1;
  top: 72px;
  width: 100%;
  height: 100vh;
}
.quiz_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#quiz_top {
  background: rgba(184, 145, 90, 0.8);
  margin-top: 72px;
}
#quiz_top .quiz_top_container {
  padding: 112px 0 80px;
}
#quiz_top .quizpage_title {
  font-size: 64px;
  text-align: center;
  font-weight: 700;
  line-height: 160%;
}
#quiz_top .quiz_top_text {
  font-size: 18px;
  color: white;
  line-height: 28px;
  margin: 56px 0 64px;
  text-align: center;
}
#quiz_top .quiz_top_text a {
  text-decoration: underline;
}
#quiz_top .quiz_benefits {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
#quiz_top .quiz_benefits .benefits_image {
  width: 495px;
  flex: 1;
}
#quiz_top .quiz_benefits .benefits_detail {
  width: 460px;
  flex: 1;
}
#quiz_top .quiz_benefits .benefits_detail .prize p {
  font-size: 14px;
  color: white;
  font-family: Literata;
  margin-bottom: 4px;
}
#quiz_top .quiz_benefits .benefits_detail .prize span {
  width: 40px;
  height: 2px;
  background-color: #ddcb88;
  display: block;
  margin-bottom: 16px;
}
#quiz_top .quiz_benefits .benefits_detail .benefits_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 24px;
}
#quiz_top .best9page_sub_title p {
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  margin: 16px 0;
}
#quiz_top .quiz_benefits .benefits_detail .benefits_desc {
  font-size: 16px;
  color: white;
  line-height: 28px;
}
#quiz_top .quiz_benefits .benefits_detail .benefits_desc .heed {
  font-size: 12px;
}
#quiz_top .quiz_nav {
  display: flex;
  flex-wrap: wrap;
  width: 904px;
  max-width: 100%;
  margin: 80px auto 0;
  justify-content: center;
  gap: 64px;
}
#quiz_top .quiz_nav .button_common {
  border-radius: 10px;
  border: 0.5px solid #0d0d0d;
  padding: 24px 0;
  width: 250px;
  text-align: center;
  margin: 0;
}
#quiz_top .quiz_nav .button_common:hover {
  background: #ddcb88;
}
.quiz_title {
  display: flex;
  gap: 20px;
  align-items: end;
  margin-bottom: 80px;
}
.quiz_title p {
  font-family: Literata;
  font-size: 64px;
  line-height: 1;
}
.quiz_title span {
  font-size: 20px;
}

#question {
  background: rgba(255, 255, 255, 0.8);
}
#question .question_container {
  padding: 112px 0;
}
#question .quiz_title {
  margin-bottom: 0;
}
#question .quiz_title p {
  color: var(--main-dark-gold);
}
#question .deadline {
  font-size: 24px;
  margin: 56px 0;
}
#question .deadline p {
  text-align: center;
  width: fit-content;
  font-weight: bold;
  margin: 0 auto;
  line-height: 150%;
  padding: 0 0 0 15px;
  border-bottom: 3px solid var(--main-dark-gold);
}
#question .button_common {
  color: var(--main-dark-gold);
  border: 0.5px solid var(--main-dark-gold);
  padding: 24px 80px;
  /****** クイズボタンON/OFF ******/
  /* filter: grayscale(1);
  pointer-events: none; */
}
#question .button_common:hover {
  background: rgba(221, 203, 136, 1);
  color: #000;
}
#question .choices {
  width: 900px;
  max-width: 100%;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 40px auto 0;
}
#question .choices .choice_item {
  display: flex;
  width: 442px;
  max-width: 100%;
}
#question .choices .choice_item .number_wrapper {
  height: 100%;
  width: 68px;
  position: relative;
  background: var(--main-dark-gold);
}
#question .choices .choice_item .number_wrapper span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
  height: fit-content;
  background: transparent;
}
#question .choices .choice_item span {
  display: block;
  background: var(--main-dark-gold);
  color: white;
  font-size: 28px;
  width: 68px;
  padding: 12px 0;
  text-align: center;
}
#question .choices .choice_item p {
  font-size: 20px;
  color: var(--main-dark-gold);
  padding: 12px 0;
  text-align: center;
  width: 374px;
  border: 1px solid var(--main-dark-gold);
}
#question .choices .choice_item p.small_text {
  font-size: 18px;
}
#question .answer_announce {
  border: 1px solid #b8915a;
  border-radius: 3px;
  margin: 80px auto 0;
  width: 750px;
  max-width: 100%;
  font-weight: bold;
}
#question .answer_announce p {
  text-align: center;
  font-size: 18px;
  padding: 32px 0;
}
#question .answer {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.answer .question_wrapper,
.answer .answer_wrapper {
  display: flex;
  gap: 24px;
}
.answer .question_wrapper {
  margin-bottom: 24px;
}
.answer .question_wrapper p,
.answer .answer_wrapper p {
  font-size: 20px;
}
.answer .question_wrapper span,
.answer .answer_wrapper span {
  font-size: 20px;
}
.answer .question_wrapper .q {
  color: #ddcb88;
}
.answer .border {
  width: 174px;
  height: 3px;
  margin: 40px auto;
  background: #ddcb88;
  display: block;
}
.answer .explanation {
  margin-top: 24px;
  font-size: 16px;
}
.accordion {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
/* アコーディオン */
.accordion__item {
  cursor: pointer;
}
/* アコーディオンのタイトル */
.accordion__title {
  position: relative;
  padding: 5px 0;
  font-weight: bold;
  cursor: pointer;
  font-size: 24px;
  color: white;
  text-align: center;
  border-radius: 5px;
  background: var(--main-dark-gold);
  line-height: 150%;
}
.answer .accordion__title {
  background-color: #ddcb88;
}

/* (+)アイコン */
.accordion__title::before {
  content: "";
  position: absolute;
  right: 34px;
  top: 46%;
  transform: translateX(-50%);
  margin: auto 0;
  background-image: url(../img/quiz/quiz_arrow.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 10px;
  transition: all 0.3s;
}

/* アコーディオンのコンテンツ */
.accordion__content {
  padding: 0 20px 15px 20px;
  display: none;
  cursor: pointer;
}

.accordion__content.is-open {
  display: block;
  padding: 40px 25px 0;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
}
.answer .accordion__content.is-open {
  text-align: start;
}

/* アコーディオン展開時の(-)アイコン */
.accordion__item.is-active .accordion__title::before {
  transform: rotate(180deg) translate(16px, 4px);
}
#outline {
  background: #e7e7e7;
}
#outline .outline_container {
  padding: 112px 0;
}
#outline .quiz_title p {
  color: var(--main-dark-gold);
}
#outline .outline_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#outline .outline_list:first-of-type {
  border-top: 2px solid var(--main-dark-gold);
  padding-top: 24px;
}
#outline .outline_item {
  border-bottom: 2px solid var(--main-dark-gold);
  padding: 0 50px 24px;
  display: flex;
  gap: 48px;
  align-items: start;
}
#outline .outline_item .outline_title {
  color: var(--main-dark-gold);
  font-size: 20px;
  line-height: 1;
}
#outline .outline_item .outline_detail {
  font-size: 14px;
  line-height: 160%;
  flex: 1;
}
#giants_id {
  background: #000;
}
#giants_id .giants_id_container {
  padding: 130px 0 112px;
}
#giants_id .quiz_title p {
  color: var(--main-dark-gold);
}
#giants_id .quiz_title span {
  color: white;
}
#giants_id .id_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
#giants_id .id_container .id_image {
  width: 480px;
}
#giants_id .id_container .id_desc {
  width: 480px;
  flex: 1;
}
#giants_id .id_container .id_desc h3 {
  color: var(--main-dark-gold);
  font-size: 32px;
  margin-bottom: 24px;
}
#giants_id .id_container .id_desc .id_text {
  color: white;
  font-size: 14px;
  line-height: 28px;
}
#giants_id .id_container .id_desc .id_text .bold {
  font-weight: bold;
}
#giants_id .id_buttons {
  display: flex;
  gap: 32px;
  max-width: 695px;
  justify-content: space-between;
  margin: 0 auto;
}
#giants_id .button_common {
  border: 0.5px solid var(--gold2, #b8915a);
  color: var(--main-dark-gold);
}
#giants_id .button_common.about_id {
  padding: 24px 72px;
}
#giants_id .button_common.id_link {
  padding: 24px 32px;
}
#giants_id .button_common:hover {
  background: var(--main-dark-gold);
  color: #000;
}
@media screen and (max-width: 931px) {
  #quiz_top .quiz_benefits .benefits_detail .benefits_title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #quiz_top .quiz_nav {
    gap: 16px;
    justify-content: center;
  }
  #quiz_top .quiz_nav .button_common {
    margin: 0;
    width: 162px;
  }
  #quiz_top .quiz_top_container {
    padding: 80px 0;
  }
  #quiz_top .quizpage_title {
    font-size: 48px;
  }
  #quiz_top .quiz_top_text {
    margin: 40px 16px 48px;
    text-align: left;
    font-size: 16px;
  }
  #quiz_top .quiz_benefits {
    flex-direction: column;
  }
  #quiz_top .quiz_benefits .benefits_image {
    width: 100%;
  }
  #quiz_top .quiz_benefits .benefits_detail {
    width: 100%;
  }
  #quiz_top .quiz_benefits {
    gap: 24px;
  }
  #quiz_top .quiz_benefits .benefits_detail .benefits_title {
    margin-bottom: 24px;
  }
  #question .question_container {
    padding: 80px 0;
  }
  .quiz_title {
    flex-direction: column;
    align-items: start;
    margin-bottom: 44px;
  }
  .quiz_title p {
    font-size: 48px;
  }
  .quiz_title span {
    font-size: 16px;
  }
  #question .choices {
    margin: 32px auto 0;
    gap: 8px;
  }
  #question .choices .choice_item p {
    font-size: 18px;
  }
  #question .choices .choice_item span {
    font-size: 20px;
  }
  .accordion {
    gap: 32px;
  }
  .accordion__title {
    font-size: 20px;
  }
  .accordion__title::before {
    right: 18px;
  }
  .accordion__content.is-open {
    padding: 32px 16px 0;
    font-size: 18px;
  }
  #question .button_common {
    padding: 16px 56px;
  }
  #question .answer {
    margin-top: 40px;
    gap: 32px;
  }
  #question .answer_announce {
    margin: 40px auto 0;
  }
  #question .answer_announce p {
    padding: 16px 12px;
    font-size: 16px;
  }
  .answer .question_wrapper,
  .answer .answer_wrapper {
    gap: 16px;
  }
  .answer .question_wrapper {
    margin-bottom: 27px;
  }
  .answer .border {
    margin: 32px auto;
  }
  .answer .question_wrapper p,
  .answer .answer_wrapper p {
    font-size: 16px;
  }
  .answer .explanation {
    margin-top: 16px;
    font-size: 14px;
  }
  #outline .outline_container {
    padding: 80px 0;
  }
  #outline .outline_list {
    gap: 16px;
  }
  #outline .outline_list:first-of-type {
    padding-top: 16px;
  }
  #outline .outline_item {
    flex-direction: column;
    gap: 16px;
    padding: 0 16px 16px;
  }
  #outline .outline_item .outline_title {
    font-size: 18px;
  }
  #giants_id .giants_id_container {
    padding: 80px 0;
  }
  #giants_id .id_container {
    flex-direction: column;
  }
  #giants_id .id_container .id_image {
    width: 100%;
  }
  #giants_id .id_container .id_desc {
    width: 100%;
  }
  #giants_id .button_common {
    margin: 0 auto;
  }
  #giants_id .id_buttons {
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
  }
  #giants_id .button_common.about_id {
    padding: 16px 68px;
  }
  #giants_id .button_common.id_link {
    padding: 16px 40px;
  }
  #question .deadline {
    font-size: 20px;
    margin: 32px 0;
  }
}

/********************** best9 **********************/
#quiz_top .btn_top_text {
  font-size: 16px;
  text-align: center;
  margin: 40px auto 0;
}
#quiz_top .best9_nav .button_common {
  margin: 0;
  width: 162px;
}
#quiz_top .best9_nav {
  display: flex;
  width: 250px;
  max-width: 100%;
  margin: 40px auto 0;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
#quiz_top .best9_nav .button_common {
  border-radius: 10px;
  border: 0.5px solid #0d0d0d;
  padding: 24px 0;
  width: 250px;
  text-align: center;
  margin: 0;
}
#quiz_top .best9_nav .button_common:hover {
  background: #ddcb88;
}
#quiz_top .best9_benefits {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 16px;
}
#quiz_top .best9_benefits .best9_detail {
  width: 460px;
  flex: 1;
}
#quiz_top .best9_benefits .best9_detail .prize p {
  font-size: 14px;
  color: white;
  font-family: Literata;
  margin-bottom: 4px;
}
#quiz_top .best9_benefits .best9_detail .prize span {
  width: 40px;
  height: 2px;
  background-color: #ddcb88;
  display: block;
  margin-bottom: 16px;
}
#quiz_top .best9_benefits .best9_detail .benefits_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 24px;
}
#quiz_top .best9_benefits .best9_detail .benefits_desc {
  font-size: 16px;
  color: white;
  line-height: 28px;
}
#quiz_top .best9_benefits .benefits_image {
  width: 495px;
  flex: 1;
}
#quiz_top .notes {
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
}
#quiz_top .notes .prize p {
  font-size: 14px;
  color: white;
  font-family: Literata;
  margin-bottom: 4px;
}
#quiz_top .notes .prize span {
  width: 40px;
  height: 2px;
  background-color: #ddcb88;
  display: block;
  margin-bottom: 16px;
}
.notes_title {
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: bold;
}
.best9_heed {
  color: #fff;
  font-size: 12px;
  text-align: left;
  line-height: 28px;
}
.best9_heed a {
  text-decoration: underline;
}
.btn_bottom_text {
  font-weight: bold;
  text-align: center;
  margin-top: 12px;
  font-size: 20px;
  line-height: 2;
}
.best9_button_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}
#quiz_top .best9_nav {
  margin-top: 24px;
}

#quiz_top .best9_button_box .result_nav {
  /* display: flex; */
  /* width: 904px; */
  width: 272px;
  max-width: 100%;
  margin-top: 56px;
  /* justify-content: center; */
}

#quiz_top .result_nav .button_common {
  border-radius: 10px;
  border: 0.5px solid #0d0d0d;
  padding: 24px 0;
  width: 250px;
  text-align: center;
  margin: 0;
}
#quiz_top .result_nav .button_common:hover {
  background: #ddcb88;
}

#result {
  background-image: url(../img/best9/bg-best9.jpg);
  background-size: contain;
  background-position: center;
  background-attachment: scroll;
  position: relative;
  width: 100%;
  height: auto;
  font-family: Literata;
  padding-top: 96px;
  padding-bottom: 110px;
}
#result .title_wrapper .main_title {
  color: #b8915a;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
  margin-bottom: 20px;
}
#result .sub_title_text {
  color: white;
  text-align: center;
  font-size: 20px;
  font-family: "Noto Serif JP";
  font-weight: 400;
}
#result .result_container {
  width: 1160px;
  max-width: calc(100% - 32px);
  margin: 0 auto 56px;
}
#result .result_title {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 75.5px;
  margin-bottom: 40px;
}
#result .title_text {
  color: #b8915a;
  font-family: "Noto Serif JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  margin: 56px 0;
}
#result .vertical_line {
  display: block;
  border-bottom: 1px solid #b8915a;
  width: 100%;
  max-width: 100%;
  margin-bottom: 17px;
}
#result .result_title_text {
  color: #b8915a;
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  flex-shrink: 0;
}
#result .player_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}
#result .player_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 270px;
}
#result .player_wrapper .position_text {
  color: #b8915a;
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
}
#result .player_wrapper .crown_logo {
  width: 28px;
  margin-bottom: 6px;
}
#result .player_wrapper .player_name {
  color: #b8915a;
  font-family: "Noto Serif JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 16px;
}
#result .player_wrapper .player_name.small {
  font-size: 24px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#result .player_wrapper .player_img {
  max-width: 100%;
  margin-bottom: 16px;
}
#result .period {
  color: #b8915a;
  font-family: "Noto Serif JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
#result .period span {
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
#result .player_name_white {
  color: white;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
}
#result .player_name_white.top {
  margin: 32px 0;
}
#result .player_container.second {
  justify-content: center;
}
#result .player_container.third {
  width: 1160px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#result .outfielder_container {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.period_wrapper {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
#result .period_white {
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.period_wrapper.bottom {
  margin-top: 8px;
}
#result .period_white.coach {
  width: 174px;
}

.fan_voice {
  width: 900px;
  height: auto;
  max-width: calc(100% - 32px);
  margin: 96px auto 0;
  border: 1px solid #b8915a;
  text-align: center;
}
.fan_voice_inner {
  max-width: 100%;
  padding: 32px 64px;
}
.fan_voice .fan_voice_title {
  color: #b8915a;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  margin-bottom: 32px;
}
.fan_voice .comment_wrapper {
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}
.fan_voice .comment_container {
  display: flex;
  text-align: start;
  flex-direction: column;
  gap: 20px;
}
.fan_voice .fan_comment {
  color: #fff;
}
.fan_voice .fan_name {
  color: #b8915a;
}
.fan_voice .comment_container span {
  display: block;
  width: 100%;
  border-bottom: 1px solid #b8915a;
}

.best9_movie {
  aspect-ratio: 16 / 9;
  width: 720px;
  max-width: 100%;
  margin: 0 auto 64px;
}

#special #goods_event {
  background-color: #e7e7e7;
  width: 100%;
  height: auto;
}
#goods_event .title_wrapper {
  padding: 96px 0 56px;
  margin: 0 auto;
  width: 1000px;
  max-width: calc(100% - 32px);
}
#goods_event .best9_event_text {
  color: #000;
  text-align: start;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  margin-bottom: 40px;
}
.best9_text_box {
  width: 1000px;
  margin: 0 auto 40px;
  max-width: calc(100% - 32px);
}
#goods_event .best9_event_text.top {
  text-align: center;
}
#goods_event .popup_img_box {
  display: flex;
  width: 1000px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
  gap: 22px;
}
#goods_event .popup_img_box img {
  width: 50%;
  max-width: 100%;
  flex: 1;
}
#goods_event .goods_text_container.top {
  display: block;
}
#goods_event .goods_text_container {
  display: flex;
  gap: 46px;
  width: fit-content;
  max-width: calc(100% - 32px);
  margin: 80px auto 0;
}
#goods_event .goods_text_container .event_img {
  width: 720px;
  max-width: 100%;
}
#goods_event .goods_text_container .event_text_box {
  width: 602px;
  max-width: 100%;
}

#goods_event .main_title {
  color: #b8915a;
  text-align: center;
  font-family: Literata;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
  margin-bottom: 20px;
}
#goods_event .sub_title_text {
  color: #000;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 56px;
}
#goods_event .goods_first_container {
  padding-bottom: 80px;
}
#goods_event .goods_wrapper {
  display: flex;
  gap: 45px;
  width: 1368px;
  max-width: calc(100% - 30px);
  padding-bottom: 64px;
  margin: 0 auto;
}
.goods_text_container {
  flex: 1;
}
.goods_text_container .textlink_border {
  border-bottom: solid 1px #000;
  width: 100%;
}

#goods_event .goods_popup_text {
  color: #000;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  line-height: 150%;
  width: fit-content;
  margin: 64px auto 0;
  max-width: calc(100% - 32px);
}
.goods_text_container .special_number p {
  font-size: 14px;
  color: black;
  font-family: Literata;
  margin-bottom: 4px;
}
.goods_text_container .special_number span {
  width: 40px;
  height: 2px;
  background: rgba(221, 203, 136, 1);
  display: block;
}
.goods_text_container {
  color: #000;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
}
.goods_text_container h2 {
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 40px;
  margin-top: 16px;
}
.goods_text_container .best9_event_text {
  font-size: 16px;
  line-height: 175%;
  margin-bottom: 20px;
}
.goods_text_container .reception {
  font-size: 14px;
  font-weight: 400;
  line-height: 175%;
}
#goods_event .goods_nav {
  display: flex;
  max-width: 100%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
#goods_event .goods_nav .button_common {
  border-radius: 10px;
  border: 0.5px solid #0d0d0d;
  padding: 20px 0;
  width: 280px;
  font-weight: 400;
  text-align: center;
  margin: 0;
}
#goods_event .goods_nav .button_common:hover {
  background: #ddcb88;
}
.best_nine_slide.swiper {
  flex: 1;
}
.best_nine_slide.swiper-wrapper {
  height: fit-content;
}
#goods_event .best_nine_slide {
  width: 720px;
  max-width: 100%;
}
#goods_event .event_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 56px;
  width: 602px;
  max-width: calc(100% - 30px);
  padding-bottom: 95px;
  margin: 40px auto 0;
}
.event_wrapper .event_img {
  flex: 1;
}
.target_match_wrapper {
  width: 602px;
  max-width: 100%;
}
.target_match_container h2 {
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 175% */
  margin-bottom: 8px;
}
.target_match_wrapper .title_box {
  display: flex;
  gap: 7px;
}
.target_match_wrapper .title_box .target_match_title {
  flex-shrink: 0;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.target_match_wrapper .title_box span {
  width: 100%;
  border-bottom: 2px solid #ddcb88;
  margin-bottom: 12px;
}
.target_match_container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  margin: 16px auto;
}
.target_match_container .game_name {
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.target_match_container .game_info {
  display: flex;
  justify-content: center;
  align-items: center;
}
.target_match_container .game_info .game_day {
  font-family: "Noto Serif JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-right: 32px;
}
.target_match_container .game_info .game_day .span {
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.target_match_container .game_info .game_vs {
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-right: 16px;
}
.target_match_container .game_info .opponent_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 116px;
  max-width: 100%;
}
.target_match_container .game_info .opponent_img {
  max-width: 100%;
}
.target_match_container .game_info .opponent_name {
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.target_match_wrapper .horizon_line {
  display: block;
  width: 100%;
  border-bottom: 2px solid #ddcb88;
  margin-top: 16px;
}

@media screen and (max-width: 931px) {
  #quiz_top .best9_benefits .benefits_detail .benefits_title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #quiz_top .result_nav .button_common {
    margin: 40;
    width: 162px;
  }
  #quiz_top .best9_nav {
    gap: 16px;
    justify-content: center;
  }
  #quiz_top .best9_nav .button_common {
    margin: 0;
    width: 162px;
  }
  #quiz_top .best9_benefits {
    flex-direction: column;
  }
  #quiz_top .best9_benefits .best9_detail {
    width: 100%;
  }
  #quiz_top .best9_benefits .benefits_image {
    width: 100%;
  }
  #quiz_top .best9_benefits .benefits_detail {
    width: 100%;
  }
  #quiz_top .best9_benefits {
    gap: 24px;
  }
  #quiz_top .best9_benefits .benefits_detail .benefits_title {
    margin-bottom: 24px;
  }
  .best9_heed {
    text-align: left;
  }
  .btn_bottom_text {
    font-size: 16px;
  }

  .best9_button_box {
    flex-direction: column;
    gap: 16px;
  }

  #quiz_top .result_nav {
    margin: 0 auto;
  }

  #quiz_top .best9_benefits .best9_detail .benefits_desc {
    font-size: 14px;
    line-height: 160%;
  }

  #result {
    padding-bottom: 96px;
  }
  #result .title_wrapper .main_title {
    font-size: 48px;
  }

  #quiz_top .best9page_sub_title p {
    font-size: 22px;
    text-align: center;
    margin: 16px 0;
  }

  #result .sub_title_text {
    font-size: 16px;
  }
  #result .title_text {
    font-size: 24px;
    margin: 40px 0;
  }
  #result .result_title {
    gap: 68px;
    margin-bottom: 40px;
  }
  #result .player_container {
    flex-direction: column;
    gap: 40px;
  }
  #result .player_name_white.top {
    margin: 16px 0;
  }
  #result .outfielder_container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
  #result .period_white {
    line-height: 1.5;
  }
  #result .player_name_white {
    color: white;
    font-family: "Noto Serif JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
  }
  #result .player_name_white.top {
    margin: 32px 0;
  }
  #result .players_name_white {
    color: white;
    font-family: "Noto Serif JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
  }
  #result .players_name_white.top {
    margin: 32px 0;
  }
  #result .players_name_white .ranking {
    margin-bottom: 10px;
  }
  .fan_voice_inner {
    padding: 24px 16px;
  }
  .fan_voice .comment_wrapper {
    font-size: 14px;
  }
  .fan_voice .comment_container {
    display: flex;
    flex-direction: column;
  }
  .fan_voice .fan_comment {
    color: #fff;
  }

  .best9_movie {
    margin-bottom: 56px;
  }

  #goods_event .main_title {
    font-size: 48px;
    line-height: 1;
  }
  #goods_event .sub_title_text {
    font-size: 16px;
    line-height: 1;
  }
  #goods_event .goods_wrapper {
    flex-direction: column;
    gap: 24px;
    padding-bottom: 16px;
  }
  .goods_text_container .special_number p {
    font-size: 14px;
    color: black;
    font-family: Literata;
    margin-bottom: 4px;
  }
  .goods_text_container .special_number span {
    width: 40px;
    height: 2px;
    background: rgba(221, 203, 136, 1);
    display: block;
  }
  .goods_text_container {
    color: #000;
    font-family: "Noto Serif JP";
    font-style: normal;
    font-weight: 700;
  }
  .goods_text_container h2 {
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 24px;
  }
  .goods_text_container .best9_event_text {
    font-size: 14px;
    line-height: 175%;
    margin-bottom: 24px;
  }
  .goods_text_container .reception {
    font-size: 14px;
    line-height: 175%;
    margin-top: 24px;
  }
  #goods_event .goods_nav {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    margin: 0 auto;
    justify-content: center;
  }
  #goods_event .goods_nav .button_common {
    padding: 16px 0;
    width: 240px;
    margin: 0;
    font-size: 18px;
  }
  #goods_event .goods_popup_text {
    font-size: 14px;
    margin: 48px auto 0;
    text-align: left;
  }

  #goods_event .event_wrapper {
    flex-direction: column;
    gap: 24px;
    padding-bottom: 80px;
    margin: 0 auto;
  }
  .target_match_wrapper .title_box {
    display: flex;
    gap: 7px;
  }
  .target_match_wrapper .title_box .target_match_title {
    font-size: 16px;
  }
  .target_match_wrapper .title_box span {
    width: 100%;
    border-bottom: 2px solid #ddcb88;
    margin-bottom: 12px;
  }
  .target_match_container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    margin: 16px auto;
  }
  .target_match_container .game_name {
    color: #000;
    font-family: "Noto Serif JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
  }
  .target_match_container .game_info {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .target_match_container .game_info .game_day {
    font-size: 30px;
    margin-right: 24px;
  }
  .target_match_container .game_info .game_day .span {
    font-size: 18px;
  }
  .target_match_container .game_info .opponent_wrapper {
    gap: 8px;
    width: 105px;
  }

  #goods_event .best9_event_text.top {
    text-align: start;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
  }
  #goods_event .popup_img_box {
    gap: 8px;
  }
  #goods_event .popup_img_box img {
    width: 167px;
  }
  #goods_event .goods_text_container {
    flex-direction: column;
    margin-top: 40px;
  }
  #goods_event .best9_event_text {
    font-size: 14px;
    margin-bottom: 24px;
  }
}

/********************** best9 第1弾 **********************/
#quiz_top .best9page_sub_title {
  width: 780px;
  max-width: 100%;
  margin: 0 auto;
}
#quiz_top .best9page_sub_title h2 {
  color: #e10d2b;
  font-family: "Noto Serif JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 48px */
  text-align: center;
  margin-top: 56px;
}
/* #quiz_top .result_nav.second {
  display: flex;
  gap: 32px;
  justify-content: center;
} */
#quiz_top .result_nav.second .button_common {
  border-radius: 10px;
  border: 0.5px solid #0d0d0d;
  padding: 16px 56px;
  width: auto;
  text-align: center;
  margin: 0;
}
#quiz_top .result_top_text {
  font-size: 18px;
  color: white;
  line-height: 28px;
  margin: 56px 0 64px;
  text-align: center;
}
.first_result_container {
  display: flex;
  gap: 24px;
  width: 1000px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
}
.second_team_title {
  color: #b8915a;
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 24px */
  margin-bottom: 24px;
  text-align: center;
}
.second_team_table dl {
  width: 488px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  border: solid 1px #b8915a;
}
.second_team_table dt,
.second_team_table dd {
  text-align: center;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 35px */
}
.second_team_table dt {
  background-color: #b8915a;
  padding: 3px 0;
}
.second_team_table dd {
  padding: 10px 0;
}
.second_team_table .border {
  border-bottom: solid 1px #b8915a;
}
@media screen and (max-width: 768px) {
  #quiz_top .best9page_sub_title h2 {
    font-size: 20px;
    margin-top: 40px;
  }
  #quiz_top .result_nav.second {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 auto;
    justify-content: center;
  }
  #quiz_top .result_top_text {
    font-size: 16px;
    color: white;
    line-height: 28px;
    margin: 40px auto;
    text-align: center;
  }
  #quiz_top .result_nav.second .button_common.top {
    width: 240px;
    margin: 0 auto;
  }
  #quiz_top .result_nav.second .button_common.bottom {
    width: 330px;
    margin: 0 auto;
  }
  .first_result_container {
    flex-direction: column;
  }
  .first_result_container {
    display: flex;
    gap: 40px;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
  }
  .second_team_title {
    color: #b8915a;
    font-family: "Noto Serif JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 24px */
    margin-bottom: 24px;
    text-align: center;
  }
  #goods_event .title_wrapper {
    padding: 80px 0 0;
  }
}
