/* 共通要素 */
@media (max-width:768px) {
  .top-is-sp-none {
    display: none;
  }
}

@media (min-width:769px) {
  .top-is-pc-none {
    display: none;
  }
}

/*  topページ */
.mainContents-top {
  margin: 0 auto;
}

.top-section-area {
  overflow: auto;
  scroll-snap-type: y mandatory;
  height: 100vh;
}

.top-premience-area {
  scroll-snap-align: start;
  height: 100vh;
}

/* mv */
.top-mv {
  position: relative;
  height: 44.495114006514655vw;
  box-sizing: border-box;
  overflow: hidden;
}

@media (max-width:768px) {
  .top-mv {
    height: 150.4vw;
  }
}

.top-mv-list {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  height: 100%;
}

@media (max-width:768px) {
  .top-mv-list {
    display: block;
  }
}

.top-mv-item {
  width: 50%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width:768px) {
  .top-mv-item {
    width: 100%;
    height: 50%;
  }
}

.top-mv-item img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
}

.top-tit {
  text-align: center;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%;
}

@media (max-width:768px) {
  .top-tit {
    top: 42.4%;
  }
}

.top-tit img {
  width: 257px;
  height: auto;
}

@media (max-width:768px) {
  .top-tit img {
    width: 237px;
  }
}

.top-tit_JP {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-size: 19px;
  line-height: 1.4;
  letter-spacing: 0.53em;
  text-align: center;
  display: block;
  margin-top: 39.86px;
  color: #fff;
}

@media (max-width:768px) {
  .top-tit_JP {
    font-size: 14px;
    line-height: 2.358;
    margin-top: 19.86px;
  }
}

.top-zoom1 {
  animation: zoomIn 4s ease 1s forwards;
}

.top-zoom2 {
  animation: zoomOut 4s ease 1s forwards;
  transform: scale(1.03);
}

@keyframes zoomIn {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.03);
  }
}

@keyframes zoomOut {
  0% {
    transform: scale(1.03);
  }

  100% {
    transform: scale(1);
  }
}

/* premience2 */
.premience-2 {
  padding-top: 181px;
  padding-bottom: 196px;
}

@media (max-width:768px) {
  .premience-2 {
    padding-top: 58px;
    padding-bottom: 74px;
  }
}

.premience-2__body {
  display: flex;
  align-items: center;
  width: 100%;
}

@media (max-width:768px) {
  .premience-2__body {
    flex-direction: column-reverse
  }
}

.premience-2__img {
  width: 45%;
}

@media (max-width:768px) {
  .premience-2__img {
    margin-top: 49px;
    width: 100%;
  }
}

.premience-2__content {
  width: 50%;
  padding-left: 7.296416938110749vw;
  padding-right: 51px;
}

@media (max-width:768px) {
  .premience-2__content {
    width: 100%;
    padding-left: 51px;
    padding-right: 51px;
  }
}

.premience-2_txt {
  position: relative;
  letter-spacing: 0.05rem;
  z-index: 2;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-size: 16px;
  line-height: 43px;
  color: #000000;
}

@media (max-width:768px) {
  .premience-2_txt {
    text-align: left;
    font-size: 14px;
    line-height: 2;
  }
}

.premience-2__content-logo {
  max-width: 310px;
  width: 100%;
  margin-top: 60px;
}

@media (max-width:768px) {
  .premience-2__content-logo {
    margin: 40px auto 0;
    max-width: 50.66666666666667vw;
  }
}

.premience-2-whatsnes_area {
  margin: 179px auto 0;
  max-width: 820px;
  width: 100%;
}

@media (max-width:768px) {
  .premience-2-whatsnes_area {
    margin: 74px auto 0;
    padding-left: 58px;
    padding-right: 58px;
  }
}

.premience-2-whatsnes_area_headline {
  text-align: center;
  font-family: "Manrope", serif;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.8;
  font-size: 24px;
  line-height: 33px;
  color: #DA9A41;
}

@media (max-width:768px) {
  .premience-2-whatsnes_area_headline {
    font-size: 26px;
  }
}

.premience-2-whatsnes_area_dl {
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

@media (max-width:768px) {
  .premience-2-whatsnes_area_dl {
    display: block;
  }
}

.premience-2-whatsnes_area_dl_item {
  display: flex;
  border-bottom: 1px solid #DA9A41;
  padding: 28px 35px;
  font-family: "Manrope", serif;
  line-height: 1.8;
  text-decoration: none !important;
}

@media (max-width:768px) {
  .premience-2-whatsnes_area_dl_item {
    padding: 9.76px 0 18.79px 0;
    display: block;
  }
}

.premience-2-whatsnes_area_dl_dt {
  font-size: 15px;
  width: 78px;
  box-sizing: border-box;
  font-family: "Manrope", serif;
  color: #DA9A41;
  font-weight: 500;
  line-height: 30px;
  vertical-align: top;
}

@media (max-width:768px) {
  .premience-2-whatsnes_area_dl_dt {
    width: 100%;
    text-align: center;
    font-size: 12px;
  }
}

.premience-2-whatsnes_area_dl_dd {
  width: calc(100% - 78px);
  box-sizing: border-box;
  line-height: 1.8;
  font-family: "Zen Kaku Gothic Antique", serif;
  letter-spacing: 0.05rem;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  margin-left: 30px;
  vertical-align: top;
}

@media (max-width:768px) {
  .premience-2-whatsnes_area_dl_dd {
    width: 100%;
    margin-top: 10.45px;
    font-size: 12px;
    margin-left: 0;
    line-height: 19px;
  }
}

.premience2-contact-btn {
  width: 100%;
  z-index: 2;
}

@media (max-width:768px) {
  .premience2-contact-btn {
    display: none;
  }
}

.premience2-contact-open {
  background-color: #DA9A41;
  color: #fff !important;
  text-decoration: none !important;
  max-width: 208px;
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  margin: 0 0 0 auto;
  padding: 18px 0;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.2);
}

.premience-articles{
  display: flex;
  flex-wrap: wrap;
  row-gap:58px;
  flex-direction: row;
}
.premience-block {
  position: relative;
  display: flex;
}

.premience-common_list-premience-7 {
  margin-top: 90px;
}

/* premienceの共通要素 */

/*
共通要素　inner幅
*/
.premience-inner908 {
  max-width: 908px;
  margin: 5px auto 0;
  padding: 0 30px;
}

@media (max-width:768px) {
  .premience-articles{
    row-gap: 29px;
  }
  .premience-inner908 {
    padding: 0;
  }
  .premience-block{
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.premience-inner1535 {
  max-width: 1535px;
  padding: 0 51px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.premience-inner1220 {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 30px;
}

@media (max-width:768px) {
  .premience-inner1220 {
    padding: 0 20px;
  }
}

/*
共通要素
1. ロゴ
2. お問い合わせボタンと右のメニュー
*/
.premience-main-body a:visited {
  color: #000;
}

.premience-main-body_lr {
  display: none;
}

.premience-main-body_lr_l {
  width: 57%;
  box-sizing: border-box;
  position: fixed;
  top: 82px;
  left: 51px;
  z-index: 2;
}

@media (max-width:768px) {
  .premience-main-body_lr_l {
    width: auto;
    top: 8px;
    left: 9px;
  }
}

.premience-main-body_r {
  width: auto;
  position: fixed;
  top: 93px;
  right: 51px;
  z-index: 2;
}

@media (max-width:768px) {
  .premience-main-body_r {
    right: 9px;
  }
}

.premience-main-body-headtitle {
  width: 241px;
}

@media (max-width:768px) {
  .premience-main-body-headtitle {
    width: 144px;
  }
}

.premience-main-body-btn {
  min-width: 208px;
  margin-bottom: 29px;
  z-index: 2;
}

@media (max-width:768px) {
  .premience-main-body-btn {
    display: none !important;
  }
}

.premience-main-body-btn-open {
  background-color: #DA9A41;
  color: #fff !important;
  text-decoration: none !important;
  max-width: 208px;
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  margin: 0 0 0 auto;
  padding: 18px 0;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, color 0.3s ease, opacity 0.8s ease;
}

.premience-main-body-btn-open:hover {
  color: #9a7d3b;
  opacity: .7;
}

.premience-common_headtitle {
  width: 241px;
  position: absolute;
  top: 43px;
  left: 51px;
}

@media (max-width:768px) {
  .premience-common_headtitle {
    display: none;
  }
}

/*
premience-2〜7の共通要素
左画像・右テキスト
*/
.premience-common_lr_l {
  width: 57%;
  box-sizing: border-box;
  position: relative;
}

@media (max-width:768px) {
  .premience-common_lr_l {
    width: 100%;
  }
}


.premience-common_lr_r {
  width: 43%;
  padding: 131px 51px 47px 55px;
  display: flex;
  flex-direction: column;
}

@media (max-width:768px) {
  .premience-common_lr_r {
    padding: 21px 20px 91px 20px;
    position: relative;
  }
}

@media (max-width:768px) {
  .premience-common_lr_r {
    width: 100%;
  }
}

.premience-common_imgwrap {
  box-sizing: content-box;
}

.premience-common_headline_jp {
  display: block;
  font-size: 19px;
  margin-bottom: 10px;
  font-family: "Zen Kaku Gothic Antique", serif;
  line-height: 1.8;
  letter-spacing: 0.05rem;
}

@media (max-width:768px) {
  .premience-common_headline_jp {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 2px;
  }
}

.premience-common_headline_en {
  display: block;
  color: #DA9A41;
  font-size: 18px;
  font-family: "Manrope", serif;
  line-height: 1.7;
}

@media (max-width:768px) {
  .premience-common_headline_en {
    font-size: 14px;
  }
}

.premience-common_cate_tit {
  font-size: 23px;
  margin-top: 60px;
  line-height: 1.8;
  font-family: "Zen Kaku Gothic Antique", serif;
  letter-spacing: 0.05rem;
}

@media (max-width:768px) {
  .premience-common_cate_tit {
    font-size: 17px;
    margin-top: 15px;
  }
}

.premience-common-contact-btn {
  margin-bottom: 29px;
  z-index: 2;
}

@media (max-width:768px) {
  .premience-common-contact-btn {
    display: none;
  }
}

.premience-common-contact-open {
  background-color: #DA9A41;
  color: #fff !important;
  text-decoration: none !important;
  max-width: 208px;
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  margin: 0 0 0 auto;
  padding: 18px 0;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.2);
}

.premience-common-content-txt {
  line-height: 2;
  margin-top: 20px;
  font-family: "Zen Kaku Gothic Antique", serif;
  letter-spacing: 0.05rem;
  font-size: 16px;
}
.premience-common-content-txt.c-red{
  font-size: 23px;
}

@media (max-width:768px) {
  .premience-common_lr_content-wrap .premience-common-content-txt {
    display: none;
  }
  .premience-common-content-txt.c-red{
    font-size: 17px;
  }
}

.premience-common-more-btn {
  margin-top: 60px;
  position: relative;
  &.-less-margin-top {
    margin-top: 40px;
  }
}

.premience-common-open {
  padding: 25px 23px;
  text-decoration: none !important;
  color: #000 !important;
  max-width: 424px;
  width: 100%;
  display: flex;
  margin: 0 auto 0 0;
  font-family: "Zen Kaku Gothic Antique", serif;
  line-height: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  letter-spacing: 0.05rem;
  overflow: hidden;
  position: relative;
  &.-l2 {
    line-height: 1.5;
    padding-block: 20px;
  }
  &.-mt {
    margin-top: 30px;
  }
}

.premience-common-open::before,
.premience-common-open::after {
  content: '';
  position: absolute;
  height: 1px;
  background-color: #888;
  transition: transform 0.5s ease, opacity 0.5s ease;
  opacity: 1;
  width: 100%;
}

.premience-common-open::before {
  top: 0;
  left: 100%;
  transform: translateX(-100%);
}

.premience-common-open::after {
  bottom: 0;
  left: 100%;
  transform: translateX(-100%);
}

.premience-common-open:hover::before,
.premience-common-open:hover::after {
  opacity: 0;
  transform: translateX(-200%);
}

.premience-common-open img {
  width: 19px;
  height: 19px;
  transition: transform 0.5s ease;
  transform: translateX(-200%);
}

.premience-common-open:hover img {
  animation: moveRight 0.5s ease infinite alternate;
}

@keyframes moveRight {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(10px);
  }
}

.premience-common_list {
  margin-top: 32vh;
}

@media (max-width:768px) {
  .premience-common_list {
    margin-top: 50vh;
  }
  .premience-common-open img {
    transform: translateX(0);
  }
}

.premience-common_menu {
  background: rgba(255, 255, 255);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 4px 0px 0px 4px;
  padding: 0 40px;
  margin-right: -51px;
  width: 600px;
  margin-left: auto;
  position: fixed;
  right: 40px; 
  bottom: 0;
  z-index: 99;
  transition: 'background' 0.5s ease;
  padding-top: 25px;
  padding-bottom: 45px;
  display: none;
}
.close-modal-button{
  left: 10px;
  top:10px;
  position: absolute;
  width:40px;
  height:40px;
  border-radius: 20px;
  border: none;
  font-size: 30px;
  cursor: pointer;
  background: transparent;
}
.modal-bg{
  width:100vw;
  height:100vh;
  background-color: rgba(0, 0, 0, 0.15);
  z-index:1;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
.modal-bg.on{
  display: block;
}
/* .close-modal-button::before ,
.close-modal-button::after{
  content: "";
  width:25px;
  height:1px;
  transform: rotate(135deg);
  background-color: #000;
  display: block;
}
.close-modal-button::after{
  width:24px;
  transform: rotate(45deg);
} */

@media (max-width:768px) {
  .modal-bg.on{
    display: none;
  }
  .premience-common_menu {
    background-color: rgba(255, 255, 255, 0.85);
    display: none;
    height: 100vh;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    padding: 49px 24px 93px 24px;
    max-height: 100vh;
    overflow-y: auto;
    width:100vw;
    margin: 0;
  }


  .premience-main-body-headtitle-sp {
    width: 180px;
    margin: 10px auto 26px;
  }

  .premience-common_menu-close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
  }

  .premience-common_menu-close-button img {
    width: 24px;
    height: 24px;
  }
}

@keyframes slideIn {
  from {
    transform: translateX(20px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}


.premience-common_item {
  text-align: right;
  margin-top: 20px;
  transition: margin-top 0.3s ease;
}

.premience-common_item-sp-only{
  display: none;
}

@media (max-width:768px) {
  .premience-common_item{
    margin-top:22px;
    font-family: "Zen Kaku Gothic Antique", serif;
    line-height: 22px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05rem;
  }
  .premience-common_item-sp-only{
    display: block;
    text-align: center;
  }
  button.close-modal-button{
    top: 60px;
    left:20px;
    color: #000;
  }
}


a.premience-common_item-link {
  font-size: 13px;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  justify-content: right;
  font-family: "Zen Kaku Gothic Antique", serif;
  height: 28px;
  line-height: 28px;
  color: #000;
}
.premience-main-body a.premience-common_item-link:hover{
  color:#DA9A41;
}
.premience-main-body a.premience-common_item-link:hover .circle-premience-menu{
  background-color: #DA9A41;
}

.circle-premience-menu {
  display: inline-block;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50%;
  background-color: #000000;
  margin-left: 20px;
}
.premience-common_item-text .sp{
  display: none;
}

@media (max-width:768px) {
  a.premience-common_item-link {
    line-height: 22px;
    font-size: 15px;
    justify-content: center;
    text-align: center;
    height: auto;
  }

  .circle-premience-menu {
    display: none;
  }
  .premience-common_item-text .sp{
    display: block;
  }
}

.premience-common_item a.active .circle-premience-menu {
  background-color: #DA9A41;
}

.premience-contact {
  padding-top: 223px;
  padding-bottom: 3px;
  position: relative;
  z-index: 0;
}

@media (max-width:768px) {
  .premience-contact {
    padding-top: 220px;
  }
}

.premience-contact-txt {
  font-family: "Zen Kaku Gothic Antique", serif;
  line-height: 2;
  margin-bottom: 33px;
  text-align: center;
  letter-spacing: 0.05rem;
  font-size: 16px;
}

@media (max-width:768px) {
  .premience-contact-txt {
    font-size: 14px;
    margin-bottom: 2px;
  }
}

.premience-contact_headtitle {
  width: 262px;
  text-align: center;
  margin: 0 auto;
}

@media (max-width:768px) {
  .premience-contact_headtitle {
    width: 254px;
  }
}

.premience-contact_headsub {
  margin-top: 11px;
  font-family: "Zen Kaku Gothic Antique", serif;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: 16px;
}

@media (max-width:768px) {
  .premience-contact_headsub {
    font-size: 14px;
    margin-top: 15px;
  }
}

.premience-contact-btn {
  margin-top: 49px;
}

@media (max-width:768px) {
  .premience-contact-btn {
    margin-top: 28px;
  }
}

.premience-contact-open {
  background-color: #DA9A41;
  color: #fff !important;
  text-decoration: none !important;
  max-width: 624px;
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  margin: 0 auto;
  padding: 29.5px 0;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
  line-height: 1.77;
  box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.2);
  font-size: 16px;
  transition: background-color 0.3s ease, color 0.3s ease, opacity 0.8s ease;
}

.premience-contact-open:hover {
  color: #9a7d3b;
  opacity: .7;
}


@media (max-width:768px) {
  .premience-contact-open {
    font-size: 14px;
    padding: 16px 0;
    max-width: 73.06666666666666vw;
  }
}

.premience-top-return {
  position: absolute;
  top: 500px;
  right: 49px;
  display: flex;
  align-items: center;
  color: #000000 !important;
  text-decoration: none !important;
}

@media (max-width:768px) {
  .premience-top-return {
    top: 60px;
    right: 16px;
  }
}

.premience-top-return-txt {
  font-size: 13px;
  font-family: "Manrope", serif;
}

.premience-top-return img {
  width: 50px;
  height: 50px;
  margin-left: 15px;
}

.scroll-indicator {
  position: absolute;
  bottom: 38.41px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff !important;
  font-size: 14px;
  text-align: center;
  z-index: 2;
  cursor: pointer;
  text-decoration: none !important;
  font-family: "Manrope", serif;
  animation: bounce 1s infinite;
}

@keyframes bounce {

  0%,
  100% {
    transform: translate(-50%, 0);
  }

  50% {
    transform: translate(-50%, -5px);
  }
}

@media (max-width:768px) {
  .scroll-indicator {
    display: none;
  }
}

.scroll-arrow {
  font-size: 12px;
  display: block;
}


.premience-contact_button_area {
  display: none;
}

@media (max-width:768px) {
  .premience-contact_button_area {
    position: fixed;
    right: 0;
    top: auto;
    bottom: 28px;
    text-align: center;
    width: 100%;
    z-index: 1;
    display: block;
  }
}

.premience-contact_button_open {
  margin: 0 auto;
  max-width: 274px;
}


/* 下層ページ01 */
/*
ナビゲーションメニュー
*/
.top-show-nav {
  position: relative;
}

.top-show-nav-lr {
  position: relative;
}

/* @media (max-width:768px) {
  .top-show-nav-lr {
  }
} */

.premience-common_menu-sp1 {
  background-color: #fff;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  padding-top: 20px;
  padding-bottom: 38.92px;
  display: none;
}

.premience-common_item-sp1-orange {
  color: #DA9A41 !important;
}

.top-show-nav-lr__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}

@media (max-width:768px) {
  .top-show-nav-lr__box {
    height: 66px;
    align-items: flex-end;
  }
}

.top-show-nav-lr-l {
  padding-left: 48px;
  z-index: 99;
}

@media (max-width:768px) {
  .top-show-nav-lr-l {
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.top-show-nav-headtitle {
  max-width: 200px;
  width: 100%;
}

@media (max-width:768px) {
  .top-show-nav-headtitle {
    max-width: 113px;
  }
}

.top-show-nav-lr-r {
  margin-right: 48px;
  display: flex;
  align-items: end;
  z-index: 99;
}

@media (max-width:768px) {
  .top-show-nav-lr-r {
    margin-right: 20px;
  }
}

.top-show-nav-lr-list {
  position: absolute;
  cursor: pointer;
  right: 290px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  bottom: 20px;
  height: 30px;
}

@media (max-width:768px) {
  .top-show-nav-lr-list {
    right: 15px;
    bottom: 10px;
  }
}

@media (max-width:768px) {
  .top-show-nav-lr-list-pc {
    display: none;
  }
}

@media (max-width:768px) {
  .top-show-nav-lr-list-sp {
    position: relative;
  }
}

@media (max-width:768px) {
  .top-show-nav-lr-circle {
    position: relative;
    bottom: 10px;
  }
}

.circle-top-show-menu:nth-child(n + 2) {
  margin-left: 12px;
}

.circle-top-show-menu {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000000;
  margin-left: 7px;
}

@media (max-width:768px) {
  .circle-top-show-menu {
    width: 6px;
    height: 6px;
  }
}

.circle-top-show-menu1 {
  background-color: #DA9A41;
}

/* @media (min-width:769px) {
  .top-show-nav-lr-list:hover .top-show-nav-list {
    display: flex;
  }
} */

.top-show-nav-list {
  display: none;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100vw;
  margin: 0;
  padding-bottom: 18px;
  position: absolute;
  padding-bottom: 18px;
  right: -290px;
  padding: 50px 0 10px;
  z-index: 90;
  background-color: #fff;
}

.top-show-nav-list2 {
  top: 100px;
  padding-top: 20px;
}

@media (max-width:768px) {
  .top-show-nav-list {
    left: -20px;
    padding: 40px 20px;
  }
}

.top-show-nav-list3 {
  top: 140px;
  padding-top: 30px;
}

@media (max-width:768px) {
  .top-show-nav-lr-circle .active {
    display: block;
  }
}

.top-show-nav-item {
  width: auto;
  text-align: center;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
}

@media (max-width:768px) {
  .top-show-nav-item {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
}

.top-show-nav-item2 {
  padding-bottom: 38px;
}

.top-show-nav-item-link {
  color: #000 !important;
  text-decoration: none !important;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.05rem;
}

.top-show-nav-item-link:hover {
  color: #DA9A41 !important;
}

.top-show-nav-item-link1 {
  color: #DA9A41 !important;
}

.top-show-nav-btn {
  margin-left: 48px;
}

@media (max-width:768px) {
  .top-show-nav-btn {
    display: none;
  }
}

.top-show-nav-btn-open {
  background-color: #DA9A41;
  color: #fff !important;
  text-decoration: none !important;
  width: 208px;
  display: flex;
  text-align: center;
  justify-content: center;
  margin: 0 0 0 auto;
  padding: 18px 0;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.2);
}

/*
mv
*/
.top-mv__show {
  height: 60vw;
  position: relative;
}

.top-mv__show::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(195, 195, 195, 0.5) 18%,
    rgba(126, 126, 126, 0.5) 40%,
    rgba(72, 72, 72, 0.5) 60%,
    rgba(32, 32, 32, 0.5) 78%,
    rgba(8, 8, 8, 0.5) 92%,
    rgba(0, 0, 0, 0.5) 100%
  );
  mix-blend-mode: multiply;
  pointer-events: none;
}

@media (max-width:768px) {
  .top-mv__show {
    height: 60vw;
  }
}

.top-show-main_txt {
  text-align: center;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 51px;
  width: 100%;
  color: #fff;
  z-index: 2;
}

@media (max-width:768px) {
  .top-show-main_txt {
    top: 22px;
  }
}

.top-show-tit__main {
  font-size: 19px;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 500;
  line-height: 1.8;
  padding-bottom: 9px;
  letter-spacing: 0.05rem;
}

@media (max-width:768px) {
  .top-show-tit__main {
    font-size: 14px;
    padding-bottom: 6.23px;
  }
}

.top-show-tit__sub {
  font-size: 14px;
  font-family: "Manrope", serif;
  line-height: 1.75;
  padding-top: 9px;
  display: block;
}

@media (max-width:768px) {
  .top-show-tit__sub {
    font-size: 11px;
    padding-top: 6.24px;
  }
}

.top-show-txt {
  margin-top: 25px;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-size: 27px;
  letter-spacing: 0.05rem;
  font-weight: 500;
  line-height: 1.8;
}

@media (max-width:768px) {
  .top-show-txt {
    display: none;
  }
}

.top-show-txt-sp {
  display: none;
}

@media (max-width:768px) {
  .top-show-txt-sp {
    display: block;
    font-size: 16px;
    line-height: 1.8;
    font-family: "Zen Kaku Gothic Antique", serif;
    font-weight: 500;
    letter-spacing: 0.05rem;
    margin-top: 38px;
    padding: 0 20px;
  }
}

/*
共通要素
*/
@media (min-width:769px) {
  .top-is-sp {
    display: none;
  }
}

.top-show_title {
  font-size: 22px;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 500;
  line-height: 1.5;
  color: #DA9A41;
  margin-bottom: 60px;
}

@media (max-width:768px) {
  .top-show_title {
    font-size: 19px;
    margin-bottom: 44px;
    font-family: "Zen Kaku Gothic Antique", serif;
    font-weight: bold;
  }
}

.top-show_desc {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 32px;
}

.top-show_desc1 {
  font-weight: normal;
}

@media (max-width:768px) {
  .top-show_desc {
    font-size: 14px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
  }
}

.top-show-table {
  border-top: 1px solid #DA9A41;
}

@media (max-width:768px) {
  .top-show-table {
    width: 100%;
    margin: 0 auto;
  }
}



.top-show-table-body {
  display: flex;
  font-size: 16px;
  line-height: 2.8;
  font-family: "Zen Kaku Gothic Antique", serif;
  letter-spacing: 0.05rem;
  width: 100%;
}

.top-show-table-body1 {
  align-items: center;
}

.top-show-table-tit {
  width: 18%;
  background-color: #FCF6EF;
  padding: 2.5px 1.5vw;
  font-size: 16px;
  line-height: 3;
}

@media (max-width:768px) {
  .top-show-table-tit {
    font-size: 14px;
    width: 32%;
    padding: 15px 15px 2vw 15px;
    line-height: 30px;
  }
}

.top-show-table-tit1 {
  line-height: 1.5;
  padding: 25px 1.9vw;
}

@media (max-width:768px) {
  .top-show-table-tit1 {
    padding: 100px 1.9vw;
  }
}

.top-show-table-desc {
  width: 82%;
  padding: 2.5px 30px;
  font-size: 16px;
}

@media (max-width:768px) {
  .top-show-table-desc {
    width: 68%;
    padding: 15px 15px 2vw 15px;
    font-size: 14px;
    line-height: 30px;

  }
}

.top-show-table-desc-img {
  width: 30px;
  margin-bottom: 15px;
}

@media (max-width:768px) {
  .top-show-table-desc-img {
    margin-bottom: 8px;
  }
}

.top-show-table-desc-img1 {
  height: 40px;
  margin-bottom: 5px;
}

@media (max-width:768px) {
  .top-show-table-desc-img1 {
    margin-bottom: -5px;
  }
}

.top-show-table-desc .bold {
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", serif;
}

.top-show-table-desc-strong {
  color: #DA9A41;
}

.pdf-viewer {
  width: 100%;
  height: 800px;
}

@media screen and (max-width: 768px) {
  .pdf-viewer {
      height: 210px;
      width: 90%; /* 横幅を90%に制限 */
      margin: 0 auto; /* 中央寄せ */
      display: block;
  }
}

/*
guide
*/
.top-show-guide_name {
  margin: 15px auto 0;
  text-align: right;
  line-height: 1.8;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-size: 14px;
  letter-spacing: 0.05rem;
}

@media (max-width:768px) {
  .top-show-guide_name {
    font-size: 10px;
    text-align: center;
  }
}

.top-show-guide_title {
  max-width: 355px;
  width: 100%;
  margin: 63px auto;
}

@media (max-width:768px) {
  .top-show-guide_title {
    max-width: 235px;
    width: 100%;
    margin: 38px 0;
  }
}

.top-show-guide-day {
  text-align: center;
  margin-top: 63px;
}

@media (max-width:768px) {
  .top-show-guide-day {
    text-align: left;
  }
}

.top-show-guide-image {
  margin-top: 60px;
}

.top-show-guide-day_main {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width:768px) {
  .top-show-guide-day_main {
    justify-content: start;
    padding: 0 !important;
  }
}

.top-show-guide-day_main_strong {
  font-size: 12px;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 500;
  background-color: #DA9A41;
  padding: 4.5px 9px;
  color: #fff;
}

@media (max-width:768px) {
  .top-show-guide-day_main_strong {
    padding: 2px 9px;
    min-width: 68px;
  }
}

.top-show-guide-day_main_text {
  font-size: 18px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", serif;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  margin-left: 10px;
}

@media (max-width:768px) {
  .top-show-guide-day_main_text {
    font-size: 14px;
  }
}

.top-show-guide-day_sub {
  margin-top: 24px;
  font-size: 14px;
  line-height: 2;
  font-family: "Zen Kaku Gothic Antique", serif;
  letter-spacing: 0.05rem;
}

@media (max-width:768px) {
  .top-show-guide-day_sub {
    margin-top: 18px;
    font-size: 12px;
  }
}

.top-show-guide-desc {
  text-align: left;
  line-height: 2;
  font-family: "Zen Kaku Gothic Antique", serif;
  letter-spacing: 0.05rem;
  margin-top: 102px;
  font-size: 16px;
}

@media (max-width:768px) {
  .top-show-guide-desc {
    margin-top: 35px;
    font-size: 14px;
    padding: 0 20px;
  }
}

.top-show-guide-desc-txt {
  font-size: 14px;
}

.top-show-guide__list {
  display: flex;
  gap: 79px;
  margin-top: 102px;
}

@media (max-width:768px) {
  .top-show-guide__list {
    margin-top: 48px;
    display: block;
  }
}

.top-show-guide__item {
  width: 50%;
}

.top-show-guide__item img {
  width: 100%;
}

@media (max-width:768px) {
  .top-show-guide__item {
    width: 81.497%;
    margin: 0 auto;
  }

  .top-show-guide__item:nth-child(n + 2) {
    margin-top: 48px;
  }
}

.top-show-guide__item-text {
  margin-top: 20px;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-size: 14px;
  line-height: 1.7;
  text-align: right;
  letter-spacing: 0.05rem;
}

@media (max-width:768px) {
  .top-show-guide__item-text {
    font-size: 10px;
    margin-top: 16px;
    text-align: center;
  }
}

/* ツアーのポイント */
.top-show-point {
  margin-top: 135px;
}

@media (max-width:768px) {
  .top-show-point {
    margin-top: 95px;
  }
}

.top-show-point__item {
  display: flex;
  align-items: center;
  position: relative;
}

.top-show-point__item::after {
  content: '';
  position: absolute;
  left: 25px;
  top: 83%;
  width: 2px;
  height: 85px;
  background-color: transparent;
  border-left: 1px dotted #DA9A41;
  transform: translateX(-50%);
}

.top-show-point__item:last-child::after {
  display: none;
}

@media (max-width:768px) and (min-width:500px) {
  .top-show-point__item::after {
    content: '';
    position: absolute;
    left: 25px;
    top: 63%;
    width: 2px;
    height: 130px;
    background-color: transparent;
    border-left: 1px dotted #DA9A41;
    transform: translateX(-50%);
  }

  .top-show-point__item:last-child::after {
    display: none;
  }
}

@media (max-width:499px) {
  .top-show-point__item::after {
    content: '';
    position: absolute;
    left: 25px;
    top: 63%;
    width: 2px;
    height: 185px;
    background-color: transparent;
    border-left: 1px dotted #DA9A41;
    transform: translateX(-50%);
  }

  .top-show-point__item:last-child::after {
    display: none;
  }
}

.top-show-point__item img {
  width: 48px;
  height: 48px;
}

.top-show-point__item-text {
  font-size: 16px;
  line-height: 2;
  font-family: "Zen Kaku Gothic Antique", serif;
  margin-left: 21px;
  letter-spacing: 0.05rem;
}

@media (max-width:768px) {
  .top-show-point__item-text {
    margin-left: 14px;
    font-size: 14px;
  }
}

.top-show-point__item-text-strong {
  font-weight: bold;
  display: block;
  font-family: "Zen Kaku Gothic Antique", serif;
}

.top-show-point__item:nth-child(n + 2) {
  margin-top: 48px;
}

/* */
.top-show-point-intro {
  margin-top: 102px;
  border: 1px solid #DA9A41;
  padding: 65px 76.66px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width:768px) {
  .top-show-point-intro {
    flex-direction: column-reverse;
    padding: 40px 31px;
    width: 92%;
    margin: 102px auto 0;
  }
}

.top-show-point-intro-desc {
  font-family: "Zen Kaku Gothic Antique", serif;
}

.top-show-point-intro-shefe {
  margin-top: 102px;
  border: 1px solid #DA9A41;
  padding: 65px 76.66px;
  width: 100%;
}

.top-show-point-intro__list {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  width: 70%;
  margin-left: 36px;
}

@media (max-width:768px) {
  .top-show-point-intro__list {
    display: block;
    margin-left: 0;
    margin: 36px auto 0;
    width: 100%;
  }
}

.top-show-point-intro__item {
  width: 46%;
}

@media (max-width:768px) {
  .top-show-point-intro__item {
    width: 100%;
  }

  .top-show-point-intro__item:nth-child(n + 2) {
    margin-top: 20px;
  }
}

.top-show-point-intro-text {
  width: 61.1%;
  letter-spacing: 0.05rem;
  font-size: 16px;
  line-height: 2;
  font-family: "Zen Kaku Gothic Antique", serif;
}

@media (max-width:768px) {
  .top-show-point-intro-text {
    width: 100%;
    font-size: 14px;
    margin-top: 37px;
  }
}

@media (max-width:768px) {
  .top-show-point-intro-text1 {
    margin-top: 0;
  }
}

.top-show-point-intro-text-shefe {
  letter-spacing: 0.05rem;
  font-size: 16px;
  line-height: 2;
  font-family: "Zen Kaku Gothic Antique", serif;
}

@media (max-width:768px) {
  .top-show-point-intro-text-shefe {
    width: 100%;
    font-size: 14px;
    margin-top: 37px;
  }
}

.top-show-point-intro-tit {
  font-weight: bold;
  margin-bottom: 34px;
  display: block;
}

@media (max-width:768px) {
  .top-show-point-intro-tit {
    display: none;
  }
}

.top-show-point-intro-tit1 {
  display: block;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: bold;
  margin-bottom: 0;
}

.top-show-point-intro-tit-sp {
  display: none;
  letter-spacing: 0.05rem;
}

@media (max-width:768px) {
  .top-show-point-intro-tit-sp {
    display: block;
    font-weight: bold;
    margin-bottom: 37px;
  }
}

.top-show-point-intro-txt1 {
  text-align: left;
  line-height: 2;
  font-family: "Zen Kaku Gothic Antique", serif;
  letter-spacing: 0.05rem;
  font-size: 14px;
}

.top-show-point-intro-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

@media (max-width:768px) {
  .top-show-point-intro-img {
    display: block;
  }
}

.top-show-point-intro-img-main {
  width: 30%;
}

@media (max-width:768px) {
  .top-show-point-intro-img-main {
    width: 100%;
  }
}

.top-show-point-intro-name {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 20px;
  letter-spacing: 0.05rem;
  text-align: right;
}

@media (max-width:768px) {
  .top-show-point-intro-name {
    display: none;
  }
}

/* 会場　精進料理 醍醐（だいご） */
.top-show-place {
  margin-top: 135px;
}

@media (max-width:768px) {
  .top-show-place1 {
    padding: 0;
  }

  .top-show-place2 {
    padding: 0 20px;
  }
}

.top-show-place-main {
  width: 100%;
}

.top-show-place-main1 {
  margin-top: 102px;
}

@media (max-width:768px) {
  .top-show-place-main1 {
    margin-top: 48px;
  }
}

.top-show-place-main img {
  width: 100%;
}

.top-show-place-main-brochure {
  max-width: 70%;
  margin: 0 auto;
}

@media (max-width:768px) {
  .top-show-place-main-brochure {
    max-width: 70%;
    margin: 0 auto;
  }
}

.top-show-place-main-brochure img {
  cursor: pointer;
}

.panfu-show {
  color: #020099;
  cursor: pointer;
  text-decoration: underline;
}

.modal-brochure {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
}

.modal-content-brochure {
  display: block;
  margin: 5% auto;
  max-width: 80%;
  border-radius: 8px;
}

.top-show-place-main-txt {
  font-size: 14px;
  margin-top: 20px;
  letter-spacing: 0.05rem;
  line-height: 1.8;
  font-family: "Zen Kaku Gothic Antique", serif;
  text-align: right;
}

@media (max-width:768px) {
  .top-show-place-main-txt {
    font-size: 10px;
    margin-top: 8px;
    text-align: center;
  }
}

.top-show-place-content {
  margin-top: 60px;
  display: flex;
  width: 100%;
  gap: 79px;
}

@media (max-width:768px) {
  .top-show-place-content {
    margin-top: 44px;
    display: block;
    gap: 79px;
  }
}

.top-show-place-content-text {
  width: 50%;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-family: "Zen Kaku Gothic Antique", serif;
}

@media (max-width:768px) {
  .top-show-place-content-text {
    width: 100%;
    font-size: 14px;
  }
}

.top-show-place-content-img {
  width: 50%;
}

@media (max-width:768px) {
  .top-show-place-content-img {
    width: 100%;
    margin-top: 79px;
  }
}

.top-show-place-content-txt {
  font-size: 14px;
  margin-top: 20px;
  letter-spacing: 0.05rem;
  line-height: 1.8;
  font-family: "Zen Kaku Gothic Antique", serif;
  text-align: right;
}

@media (max-width:768px) {
  .top-show-place-content-txt {
    text-align: center;
  }
}

/* ご出発日・ご旅行代金 */
.top-show-plan {
  margin-top: 135px;
}

@media (max-width:768px) {
  .top-show-plan {
    margin-top: 95px;
  }
}

.top-show-plan-mt {
  margin-top: 60px;
}

/* ツアースケジュール */
.top-show-schedule {
  margin-top: 135px;
}

@media (max-width:768px) {
  .top-show-schedule {
    margin-top: 95px;
  }
}

.top-show-schedule-txt {
  font-size: 14px;
  line-height: 1.8;
  font-family: "Zen Kaku Gothic Antique", serif;
  margin-top: 32px;
}

/* 旅行企画・実施、受託販売（お申し込み・お問い合わせ） */
.top-show-contact {
  margin-top: 135px;
  padding-bottom: 135px;
  border-bottom: 1px solid #DA9A41;
}

@media (max-width:768px) {
  .top-show-contact {
    margin-top: 95px;
    margin-bottom: 95px;
  }
}

.top-show-contact__list {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (max-width:768px) {
  .top-show-contact__list {
    display: block;
    margin-top: 44px;
  }
}

.top-show-contact__item {
  width: 50%;
}

@media (max-width:768px) {
  .top-show-contact__item {
    width: 100%;
  }
}

.top-show-contact__item:nth-child(2) {
  margin-left: 5.8vw;
}

@media (max-width:768px) {
  .top-show-contact__item:nth-child(2) {
    margin-left: 0;
    margin-top: 79px;
  }
}

.top-show-contact__item-tit {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", serif;
  margin-bottom: 32px;
}


.top-show-btn {
  margin-top: 135px;
}

@media (max-width:768px) {
  .top-show-btn {
    margin-top: 95px;
  }
}

.top-show-btn-open {
  background-color: #DA9A41;
  color: #fff !important;
  text-decoration: none !important;
  max-width: 384px;
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  margin: 0 auto;
  padding: 17.58px 0;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
  line-height: 1.77;
  box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.2);
  font-size: 16px;
}

@media (max-width:768px) {
  .top-show-btn-open {
    font-size: 14px;
  }
}

/* その他下層ページの要素 */
.top-show_title__mt {
  margin-top: 135px;
}

@media (max-width:768px) {
  .top-show_title__mt {
    margin-top: 95px;
    padding: 0 20px;
  }
}

.top-sumo-point-txt {
  font-size: 14px;
  line-height: 1.8;
  font-family: "Zen Kaku Gothic Antique", serif;
  margin-top: 32px;
}

.top-sumo-point-intro-text {
  width: 100%;
}

.sumo-guide__text {
  text-align: left;
  line-height: 2;
  font-family: "Zen Kaku Gothic Antique", serif;
  letter-spacing: 0.05rem;
  font-size: 16px;
}

@media (max-width:768px) {
  .sumo-guide__text {
    font-size: 14px;
    padding: 0 20px;
  }
}

.sumo-guide__text-sub {
  font-size: 14px;
}

.top-show-point__sumo-item::after {
  content: '';
  position: absolute;
  left: 25px;
  top: 50%;
  width: 2px;
  height: 125px;
  background-color: transparent;
  border-left: 1px dotted #DA9A41;
  transform: translateX(-50%);
}

.top-show-point__sumo-item:last-child::after {
  display: none;
}

@media (max-width:768px) and (min-width:500px) {
  .top-show-point__sumo-item::after {
    content: '';
    position: absolute;
    left: 25px;
    top: 63%;
    width: 2px;
    height: 140px;
    background-color: transparent;
    border-left: 1px dotted #DA9A41;
    transform: translateX(-50%);
  }

  .top-show-point__sumo-item:last-child::after {
    display: none;
  }
}

@media (max-width:499px) {
  .top-show-point__sumo-item::after {
    content: '';
    position: absolute;
    left: 25px;
    top: 63%;
    width: 2px;
    height: 185px;
    background-color: transparent;
    border-left: 1px dotted #DA9A41;
    transform: translateX(-50%);
  }

  .top-show-point__sumo-item:last-child::after {
    display: none;
  }
}

.top-sumo-main {
  margin-top: 102px;
}

.top-sumo-place__tex {
  text-align: left;
  line-height: 2;
  font-family: "Zen Kaku Gothic Antique", serif;
  letter-spacing: 0.05rem;
  font-size: 16px;
}

@media (max-width:768px) {
  .top-sumo-place__tex {
    font-size: 14px;
  }
}

.top-show-place__sumo-main {
  margin-top: 60px;
}

@media (max-width:768px) {
  .top-show-place__sumo-main {
    margin-bottom: 44px;
  }
}

.museum-guide__text {
  text-align: left;
  line-height: 2;
  font-family: "Zen Kaku Gothic Antique", serif;
  letter-spacing: 0.05rem;
  font-size: 16px;
  margin-bottom: 60px;
}

@media (max-width:768px) {
  .museum-guide__text {
    font-size: 14px;
  }
}

.top-show-place-main-temple {
  text-align: left;
  margin-top: 40px;
  line-height: 1.8;
  font-family: "Zen Kaku Gothic Antique", serif;
}

@media (max-width:768px) {
  .top-show-place-main-temple {
    margin-top: 20px;
  }
}

.top-show-schedule-mt {
  margin-top: 60px;
}

.top-show-contact__img {
  width: 50%;
  display: flex;
  justify-content: center;
  margin: -65px auto 0;
}

@media (max-width:768px) {
  .top-show-contact__img {
    width: 100%;
    margin: -35px auto 0;
  }
}

.car-guide__text {
  text-align: left;
  line-height: 2;
  font-family: "Zen Kaku Gothic Antique", serif;
  letter-spacing: 0.05rem;
  font-size: 16px;
  margin-bottom: 60px;
}

.car-guide__text .bold {
  font-weight: bold;
}

@media (max-width:768px) {
  .car-guide__text {
    font-size: 14px;
  }
}

.car-guide__text1 {
  margin-top: 60px;
}

.top-show-car-text {
  text-align: center;
  margin-top: 102px;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-size: 27px;
  letter-spacing: 0.05rem;
  font-weight: 500;
  line-height: 1.8;
  color: #DA9A41;
}

@media (max-width:768px) {
  .top-show-car-text {
    display: none;
  }
}

.top-show-txt-sp1 {
  color: #DA9A41;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: bold;
}

.top-show-place-main-car {
  margin-top: 60px;
}

.top-show-point__car-item::after {
  content: '';
  position: absolute;
  left: 25px;
  top: 50%;
  width: 2px;
  height: 120px;
  background-color: transparent;
  border-left: 1px dotted #DA9A41;
  transform: translateX(-50%);
}

.top-show-point__car-item:last-child::after {
  display: none;
}

@media (max-width:768px) and (min-width:500px) {
  .top-show-point__car-item::after {
    content: '';
    position: absolute;
    left: 25px;
    top: 63%;
    width: 2px;
    height: 110px;
    background-color: transparent;
    border-left: 1px dotted #DA9A41;
    transform: translateX(-50%);
  }

  .top-show-point__car-item:last-child::after {
    display: none;
  }
}

@media (max-width:499px) {
  .top-show-point__car-item::after {
    content: '';
    position: absolute;
    left: 25px;
    top: 63%;
    width: 2px;
    height: 105px;
    background-color: transparent;
    border-left: 1px dotted #DA9A41;
    transform: translateX(-50%);
  }

  .top-show-point__car-item:last-child::after {
    display: none;
  }
}

.premience-open-menu{
    background-color: transparent;
    border: none;
    padding: 0;
    position:fixed;
    right:20px;
    width: 200px;
    bottom: 100px;
    cursor: pointer;
}
.premience-open-menu-img{
    display: block;
}
@media (max-width:768px) {
  .premience-open-menu{
    right: -5vw;
    width: 18vw;
    bottom: 20vw;
  }
}
.english-premience-main-body-btn{
    background-color: #DA9A41;
    color: #fff !important;
    text-decoration: none !important;
    max-width: 208px;
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 18px 0;
    margin-top: 20px;
    font-family: "Zen Kaku Gothic Antique", serif;
    font-weight: 500;
    letter-spacing: 0.05rem;
    box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, color 0.3s ease, opacity 0.8s ease;
    letter-spacing: 0.2em;
    margin-left: auto;
    margin-right: 50px;
}
@media (max-width:768px) {
  .english-premience-main-body-btn{
    margin: 10px auto 0;
  }
}
a.premiumseat-bnr-link{
  display: block;
  max-width: 424px;
  margin-top: 30px;
  text-decoration: none;
}
.premiumseat-bnr-link-text{
  font-size: 16px;
  text-align: center;
  color: #e31818;
  margin-bottom: 5px;
  font-family: "Zen Kaku Gothic Antique", serif;
}