@charset "UTF-8";
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

html {
  font-size: 0.5208333333vw;
  scroll-behavior: smooth;
}

.font-roboto {
  font-family: "Roboto", sans-serif;
}

.font-ja-gothic {
  font-family: ‘Hiragino Kaku Gothic ProN’, ‘ヒラギノ角ゴ ProN W3’, "Noto Sans JP", "游ゴシック", YuGothic, sans-serif, sans-serif;
}

body {
  font-family: ‘Hiragino Kaku Gothic ProN’, ‘ヒラギノ角ゴ ProN W3’, "Noto Sans JP", "游ゴシック", YuGothic, sans-serif, sans-serif;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
}

img, iframe {
  width: 100%;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.6;
}

.is-sponly {
  display: none !important;
}

.is-pconly {
  display: block !important;
}

a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (min-width: 1921px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.5625vw;
  }
  .is-sponly {
    display: block !important;
  }
  .is-pconly {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: initial;
  }
}
/* **** wp-pagenavi **** */
.pages {
  display: none;
}

.wp-pagenavi a, .wp-pagenavi span {
  border: none;
  font-size: 2.2rem;
  line-height: 1.636;
  margin-right: 4.5rem;
  padding: 0 0.1em;
}

.wp-pagenavi span.current {
  font-weight: bold;
  border-bottom: 2px solid #000;
}

.l-container {
  position: relative;
  overflow: hidden;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 320px;
  z-index: 2000;
  height: 13.2rem;
}

.l-header__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0;
  height: inherit;
  margin-right: 2rem;
}

.l-header__logo {
  /*  width: 35rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../assets/images/common/img-logo_bk.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;*/
  padding-left: 3.8rem;
  padding-top: 3.5rem;
}

.l-header__logo-inner {
  width: 35.7rem;
  display: block;
}

.l-header.js_active:before {
  opacity: 1;
  visibility: initial;
}

.l-header-snsmenu {
  display: flex;
  justify-content: flex-end;
}

.l-header-snsmenu__inner {
  padding: 0 1rem;
  display: inline-flex;
  align-items: center;
}

.l-header-snsmenu__item:last-child {
  padding-left: 1.5rem;
}

.l-header-snsmenu__toggle {
  display: none;
}

.l-header__fix {
  position: absolute;
  right: 0;
  padding-top: 0.8rem;
  margin-top: 13rem;
}

.l-header__fix-inner {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 20rem 0 0px;
}

.l-header__fix-item {
  height: 100%;
}

.l-header__fix-item:first-child {
  padding-right: 1.5rem;
}

@media screen and (max-width: 1024px) {
  .l-header:before {
    height: 13.2rem;
    opacity: 1;
    visibility: initial;
    z-index: 99;
  }
  .l-header__logo {
    z-index: 99;
    width: 26.2rem;
  }
}
/*tab*/
@media screen and (max-width: 768px) {
  .l-header {
    height: initial;
  }
  .l-header__logo {
    padding-left: 4rem;
    padding-top: 5.5rem;
  }
  #EN .l-header__logo {
    padding-left: 4rem;
    padding-top: 5rem;
  }
  #ZH .l-header__logo {
    padding-left: 4rem;
    padding-top: 5rem;
  }
  .l-header__logo-inner {
    width: 40rem;
  }
  .l-header__inner {
    align-items: initial;
    margin-right: 0;
    padding-right: 4rem;
  }
  .l-header__toggle {
    display: block;
    width: 6rem;
    height: 4.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
  }
  .l-header__icon {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .l-header__bar {
    display: block;
    content: "";
    width: 100%;
    height: 0.3rem;
    position: absolute;
    background: #FFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease-out;
  }
  .l-header__bar::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 0.3rem;
    background: #FFF;
    transition: all 0.4s ease-out;
    top: 0%;
  }
  .l-header__bar::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0.3rem;
    background: #FFF;
    transition: all 0.4s ease-out;
  }
  .l-header__menu {
    width: 81.25%;
    margin: 0 auto;
    height: inherit;
  }
  .l-header__main {
    width: 100%;
  }
  .l-header__fix {
    top: 0;
    right: 11.1rem;
    position: initial;
    margin-top: 0px;
    padding-top: 0;
  }
  .l-header__fix-inner {
    padding: 0;
    height: 4.8rem;
  }
  .l-header__fixmenu {
    margin-left: auto;
    margin-right: 2.5rem;
    z-index: inherit;
  }
}
.l-contact {
  color: #FFF;
  background: url(../assets/images/common/img-contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.l-contact__inner {
  width: 112rem;
  margin: 0 auto;
  padding: 17rem 0 5rem;
}

.l-contact-detail__tel {
  width: 42rem;
  display: block;
  margin: 0 auto;
  padding-top: 8.5rem;
  padding-bottom: 4rem;
}

.l-contact-detail {
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
}

.l-contact-info {
  text-align: center;
}

.l-contact-info__title {
  font-size: 2.6rem;
  line-height: 1.5384;
  font-weight: 600;
}

.l-contact-info__detail {
  padding-bottom: 7.8rem;
}

.l-contact-info__detail span {
  display: block;
}

.l-contact-supplement {
  padding-bottom: 1.5em;
}

@media screen and (max-width: 768px) {
  .l-contact__inner {
    width: 87.5%;
  }
  .l-contact .c-ttl {
    align-items: center;
  }
  .l-contact-info__title {
    font-size: 2.8rem;
  }
  .l-contact-info__detail {
    font-size: 2rem;
  }
  .l-contact-detail__tel {
    width: 50rem;
  }
  .l-contact-supplement {
    font-size: 2rem;
  }
}
.l-footer {
  background: #525252;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding-top: 8rem;
}

.l-footer__pagetop {
  position: fixed;
  right: 3.2rem;
  bottom: 3.2rem;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
  cursor: pointer;
  width: 8.7rem;
}

.l-footer__pagetop:hover.js_active {
  opacity: 0.7;
}

.l-footer__pagetop.js_active {
  opacity: 1;
  visibility: initial;
}

.l-footer__inner {
  max-width: 1620px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.l-footer__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8.5rem;
}

.l-footer__menu:nth-of-type(2) {
  padding-bottom: 4rem;
}

.l-footer__item {
  font-size: 1.8rem;
  margin-right: 4.5rem;
  font-weight: 600;
  letter-spacing: 0em;
  color: #FFF;
}

.l-footer__item a {
  display: block;
}

.l-footer__item:last-of-type {
  margin-right: 0rem;
}

.l-footer__cr {
  color: #FFF;
  font-size: 1.3rem;
  padding-bottom: 1.5em;
}

@media screen and (max-width: 768px) {
  .l-footer__inner {
    max-width: initial;
    width: 100%;
  }
  .l-footer__menu {
    flex-flow: column;
  }
  .l-footer__item {
    margin-right: 0;
    font-size: 2.4rem;
    padding-bottom: 2em;
  }
  .l-footer__cr {
    font-size: 2rem;
    padding-bottom: 0;
  }
  .l-footer__item:last-of-type {
    padding-bottom: 0;
  }
  .l-footer__nav--bottom .l-footer__menu {
    padding-bottom: 2rem;
  }
}
.l-header__nav {
  display: flex;
  margin-left: auto;
  height: inherit;
}

.l-nav-menu__inner {
  display: flex;
  align-items: center;
  padding: 1rem 0;
  height: 100%;
}

.l-nav-menu__item {
  font-size: 1.8rem;
  margin-right: 4.5rem;
}

.l-nav-menu__item a, .l-nav-menu__item span {
  color: #FFF;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  line-height: 2;
  display: block;
}

.l-nav-menu__item a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right bottom;
  background-color: #FFF;
  content: "";
  transition: 0.6s;
  /* transition-property: -webkit-transform; */
  transition-property: transform;
  /* transition-property: transform, -webkit-transform; */
}

.l-nav-menu__item a:hover {
  opacity: 0.9;
}

.l-nav-menu__item a.is_active:after {
  transform: scaleX(1);
}

.l-nav-menu__item a:hover:after {
  transform: scaleX(1);
  transform-origin: left bottom;
}

.l-nav-menu__item--sns a:hover {
  opacity: 0.7;
}

.l-nav-menu__item--sns a:after {
  display: none;
}

.l-nav-menu__item span {
  transition: 0.3s;
}

.l-nav-menu__item--sns {
  position: absolute;
  right: 9.5rem;
  bottom: -4.8rem;
}

.l-nav-submenu__inner {
  display: flex;
  align-items: center;
  padding: 1rem 0;
  height: 100%;
}

.l-nav-submenu__item {
  width: 13.6rem;
  height: inherit;
  margin-right: 0.8rem;
}

.l-nav-submenu__item:last-child {
  margin: 0;
}

.l-nav-fixmenu {
  display: inline-block;
  position: absolute;
  right: 0;
}

.l-nav-fixmenu__inner {
  display: flex;
  justify-content: flex-end;
  margin-right: 2rem;
  margin-top: 1rem;
}

/*page*/
.l-breadcrumbs {
  padding-top: 2.2rem;
  padding-left: 4.4rem;
  font-size: max(12px, 1.6rem);
}

.l-breadcrumbs__list {
  display: flex;
  font-size: 1.6rem;
  align-items: center;
  flex-wrap: wrap;
}
.l-breadcrumbs__list a:after {
  content: ">";
  display: inline-block;
  background-image: url(/ja/assets/img/all/ico_arrow-breadcrumb.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 0.5rem;
  height: 0.7rem;
  margin-left: 1.2rem;
}

.l-breadcrumbs__item:last-of-type a:after {
  display: none;
}

.l-breadcrumbs__item {
  margin-right: 1.6rem;
}

.l-nav__language {
  width: 15.7rem;
  height: 4rem;
  display: flex;
  flex-flow: column;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  position: absolute;
  margin-top: 10.5rem;
  right: 6.6rem;
}

.l-nav__language > a {
  display: block;
  width: 100%;
  border: 2px solid #FFF;
  align-items: center;
  justify-content: center;
  padding: 0.5em 0;
}

.l-language-menu {
  padding-top: 2.5em;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 1em;
  width: 100%;
}

.l-nav__language:hover .l-language-menu {
  opacity: 1;
  visibility: initial;
}

.l-language-menu__inner {
  background: rgba(0, 0, 0, 0.4);
  padding: 0.5em;
}

.l-language-men__item a {
  display: block;
  padding: 0.5em 0;
  position: relative;
}

.l-language-men__item a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right bottom;
  background-color: #FFF;
  content: "";
  transition: 0.6s;
  /* transition-property: -webkit-transform; */
  transition-property: transform;
  /* transition-property: transform, -webkit-transform; */
}

.l-language-men__item a:hover {
  opacity: 0.9;
}

.l-language-men__item a.is_active:after {
  transform: scaleX(1);
}

.l-language-men__item a:hover:after {
  transform: scaleX(1);
  transform-origin: left bottom;
}

/*sp*/
@media screen and (max-width: 1024px) {
  .l-header__nav {
    margin-top: 0;
    padding-top: 1rem;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-flow: column-reverse;
    justify-content: flex-end;
    transform: translateY(-120%);
    transition: 0.5s;
    padding-block: min(31.25vw, 200px) min(15.625vw, 100px);
    background: rgba(0, 103, 135, 0.9);
  }
  .l-header__main-inner {
    flex-flow: column;
    padding-bottom: 6rem;
  }
  .l-header__main-item {
    padding-top: 2.6rem;
    margin: 0;
    padding-top: 6rem;
  }
  .l-header__main-item a {
    display: block;
    width: 100%;
    text-align: center;
    color: #FFF;
  }
  .l-header__sub {
    padding-bottom: 0.25em;
    border-bottom: 1px solid #000;
    width: 100%;
  }
  .l-header__sub-inner {
    justify-content: space-between;
  }
  .l-header__sub-inner-item {
    margin-right: 0;
    width: 30%;
  }
  .l-header__sub-inner-item:nth-child(2) {
    position: relative;
  }
  .l-header__sub-inner-item:nth-child(2):before {
    height: 75%;
    width: 1px;
    content: "";
    display: block;
    background: #FFFFFF;
    position: absolute;
    top: 10%;
    left: 0;
  }
  .l-header__sub-inner-item:nth-child(2):after {
    height: 75%;
    width: 1px;
    content: "";
    display: block;
    background: #FFFFFF;
    position: absolute;
    right: 0;
    top: 10%;
  }
  .l-header__submenu {
    display: inline-flex;
    height: auto;
    align-items: flex-start;
    justify-content: center;
    width: 81.25%;
    margin: 0 auto;
  }
  .l-nav__toggle {
    width: 8.5rem;
    height: 0.4rem;
    border-radius: 0.3rem;
    margin-left: auto;
    z-index: 99;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .l-nav__toggle__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
  }
  .l-nav__toggle__icon__bar {
    background: #FFF;
    width: 100%;
    height: 0.4rem;
    transition: 0.7s;
  }
  .l-nav__toggle__icon__bar:before {
    content: "";
    display: block;
    background: #FFF;
    width: 100%;
    height: 0.4rem;
    top: -2rem;
    position: absolute;
    transition: 0.7s;
  }
  .l-nav__toggle__icon__bar:after {
    content: "";
    display: block;
    background: #FFF;
    width: 100%;
    height: 0.4rem;
    bottom: -2rem;
    position: absolute;
    transition: 0.7s;
  }
  .l-nav__toggle.js_active .l-nav__toggle__icon__bar {
    background: transparent;
    left: 2px;
  }
  .l-nav__toggle.js_active .l-nav__toggle__icon__bar:before {
    top: 0;
    transform: rotate(-45deg);
    transform-origin: center center 0;
  }
  .l-nav__toggle.js_active .l-nav__toggle__icon__bar:after {
    bottom: 0;
    transform: rotate(45deg);
    transform-origin: center center 0;
  }
  .l-nav-fixmenu__inner {
    margin-right: 0px;
    margin-top: 0px;
    padding-right: 2.6rem;
  }
  .l-nav-fixmenu {
    position: absolute;
    right: 9.2rem;
    z-index: inherit;
    top: 50%;
    transform: translateY(-50%);
  }
  .l-nav-menu {
    width: 78.125%;
    margin: 0 auto;
    overflow-y: scroll;
  }
  .l-nav-submenu {
    width: 78.125%;
    margin: 0 auto;
  }
  .l-nav-submenu__inner {
    justify-content: space-between;
    padding: 3rem 1rem;
    border-bottom: 1px solid #FFFFFF;
  }
  .l-nav-submenu__item {
    margin-right: 0;
    width: 30%;
  }
  .l-nav-menu__inner {
    flex-flow: column;
    padding: 0;
    height: 100vh;
  }
  .l-nav-menu__item {
    margin-right: 0;
    padding-top: 6rem;
    font-size: 2.6rem;
  }
  .l-nav-menu__item a {
    color: #FFFFFF;
  }
  .l-nav-menu__item--sns {
    position: static;
  }
  .l-breadcrumbs__item:last-child {
    margin-right: 0;
  }
  .l-breadcrumbs__list {
    font-size: 1.8rem;
  }
  .l-breadcrumbs {
    padding-top: 6rem;
  }
  .l-nav-menu__item a::after {
    background-color: #FFFFFF;
  }
  .l-nav__language {
    right: 2rem;
    margin-top: 14.5rem;
  }
}
/*sp*/
@media screen and (max-width: 768px) {
  .l-nav__language {
    right: 4rem;
    margin-top: 14.5rem;
  }
  .l-nav__language > a {
    width: 12rem;
    margin-left: auto;
  }
  .l-language-men__item a {
    padding: 1em 0;
  }
  .l-nav__toggle {
    position: initial;
    top: initial;
    transform: initial;
    margin-top: 7.5rem;
  }
  .l-nav-menu__inner {
    height: 120vh;
  }
  .l-nav-fixmenu {
    position: absolute;
    right: 9.2rem;
    z-index: inherit;
  }
  .l-nav-submenu__item {
    width: 16rem;
  }
  .l-nav-submenu__item:nth-child(2) {
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
  }
  .l-nav-menu {
    width: 50rem;
    margin: 0 auto;
    overflow-y: scroll;
  }
  .l-nav-submenu {
    width: 50rem;
    margin: 0 auto;
  }
  .l-breadcrumbs {
    padding-top: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.l-container-body {
  overflow: hidden;
}

.l-sec-wrapper__inner {
  max-width: 1620px;
  margin: 0 auto;
  width: 162rem;
}

@media screen and (max-width: 768px) {
  .l-sec-wrapper__inner {
    max-width: 84%;
    margin: 0 auto;
  }
}
.c-btn-list {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding-top: 4rem;
}

.c-btn-list li {
  text-align: center;
  width: 100%;
}

.c-btn {
  letter-spacing: 0.1em;
  font-size: 2.4rem;
  font-weight: 600;
  position: relative;
  background: #D47116;
  width: 100%;
  max-width: 559px;
  color: #FFF;
  border-radius: 50px;
  height: 8.5rem;
  display: flex;
  align-items: center;
  padding-left: 10.5rem;
}

.c-btn.navy {
  background: #03335B;
}

.c-btn.blue {
  background: #2062D3;
}

.c-btn--center {
  padding-left: 0rem;
  justify-content: center;
}

.c-btn::after {
  position: absolute;
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg) translateY(-65%);
  top: 50%;
  right: 2em;
}

.c-btn img {
  max-width: 55px;
  width: 5.5rem;
  margin-right: 2.7rem;
}

.c-btn-list__item:nth-of-type(1) {
  margin-bottom: 2rem;
}

.c-btn-list__item p {
  padding-top: 1.5rem;
  font-weight: 1.8rem;
  font-weight: 600;
  line-height: 1.666;
}

.c-button-more {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0;
}

.c-button-more a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30rem;
  height: 8rem;
  border: 1px solid #000;
  font-size: 2rem;
  font-weight: 600;
}

.c-button-more a:hover {
  cursor: pointer;
}

.c-button-more a span {
  position: relative;
}

.c-button-more a span:before {
  content: "";
  position: absolute;
  top: 0;
  right: -3em;
  bottom: 0;
  margin: auto 0;
  width: 1rem;
  height: 1rem;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  border-radius: 0 3px 0 0;
  transform: rotate(45deg);
}

.c-button-more--red {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0;
}

.c-button-more--red a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30rem;
  height: 8rem;
  border: 1px solid #5c0d0d;
  background: #5c0d0d;
  color: #FFF;
  font-size: 2rem;
  font-weight: 600;
}

.c-button-more--red a span {
  position: relative;
}

.c-button-more--red a span:before {
  content: "";
  position: absolute;
  top: 0;
  right: -3em;
  bottom: 0;
  margin: auto 0;
  width: 1rem;
  height: 1rem;
  border-top: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
  border-radius: 0 3px 0 0;
  transform: rotate(45deg);
}

.c-button-more--left {
  justify-content: flex-start;
}

.c-plink-btn {
  background: #FFF;
  color: #5c0d0d;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 325px;
  height: 65px;
  position: relative;
  font-weight: 600;
  line-height: 2;
}

.c-plink-btn:after {
  content: "";
  display: inline-block;
  top: 0;
  right: -1em;
  bottom: 0;
  margin: auto 0;
  width: 1rem;
  height: 1rem;
  border-top: solid 2px #5c0d0d;
  border-right: solid 2px #5c0d0d;
  border-radius: 0 3px 0 0;
  transform: rotate(45deg);
  margin-left: 0.5em;
}

.c-pdflink-btn {
  background: #FFF;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  font-weight: 600;
  line-height: 2;
}

.c-pdflink-btn span {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.c-pdflink-btn span::before {
  content: "";
  display: inline-block;
  max-width: 31px;
  max-height: 37px;
  width: 3.1rem;
  height: 3.7rem;
  background-image: url(../assets/images/research/img-icon-pdf.png);
  background-size: cover;
  position: relative;
  margin-right: 2rem;
}

@media screen and (max-width: 768px) {
  .c-button-more a {
    width: 100%;
    height: 10.8rem;
    font-size: 2.6rem;
  }
  .c-button-more--red a span {
    font-size: 2.6rem;
  }
  .c-button-more a span:before {
    width: 1.5rem;
    height: 1.5rem;
  }
  .c-button-more--red a span:before {
    width: 1.5rem;
    height: 1.5rem;
  }
  .c-button-more--left {
    justify-content: center;
  }
  .c-button-more--red a {
    width: 100%;
    height: 10.8rem;
  }
  .c-plink-btn {
    width: 100%;
    height: 10.8rem;
    font-size: 2.6rem;
  }
  .c-plink-btn:after {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    right: 3.75em;
  }
  .c-btn-list__item p {
    font-size: 2rem;
  }
}
.c-ttl {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 4.4rem;
  display: flex;
  color: #FFF;
  letter-spacing: 0.44rem;
  align-items: center;
}

.c-ttl-ja {
  font-weight: 600;
  font-size: 3.2rem;
  display: flex;
  color: #FFF;
  letter-spacing: 0.44rem;
}

.c-ttl-center {
  flex-flow: column;
  align-items: center;
}

.c-ttl .ja {
  font-size: 1.6rem;
  padding-left: 2.4rem;
}

.c-ttl-center .ja {
  padding-left: 0rem;
}

@media screen and (max-width: 768px) {
  .c-ttl {
    flex-flow: column;
    align-items: flex-start;
    font-size: 4.8rem;
    letter-spacing: 0.48rem;
  }
  .c-ttl .ja {
    font-size: 2rem;
    padding-left: 0rem;
    padding-top: 0.5em;
  }
}
/*レイアウト*/
.c-page-head {
  position: relative;
}

.c-page-head__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/* **** title **** */
/* page */
.c-page-ttl {
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 300;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.c-page-ttl.white {
  color: #FFF;
}

.c-page-ttl.black {
  color: #000;
}

.c-page-ttl__main {
  font-size: 4rem;
  letter-spacing: 0.1em;
  display: block;
}

.c-page-ttl__sub {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: block;
}

/* section */
.c-sec-ttl {
  color: #fff;
  background-color: #5c0d0d;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-weight: 600;
  font-size: 2.4rem;
  margin-bottom: 2.2rem;
}

.c-sec-ttl.p-inormation-sec-ttl {
  color: #000;
  background-color: initial;
  padding: 0;
  font-weight: 300;
  font-size: 2.4rem;
  margin-bottom: 2.2rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.c-sec-ttl.p-inormation-sec-ttl .c-sec-ttl__main {
  font-size: 4rem;
  line-height: 1.5;
}
.c-sec-ttl.p-inormation-sec-ttl .c-sec-ttl__sub {
  font-size: 1.8rem;
  font-weight: 600;
}

.c-sec-ttl02 {
  color: #000;
  background-color: initial;
  padding: 0;
  font-weight: 300;
  font-size: 2.4rem;
  margin-bottom: 2.2rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.c-sec-ttl02 .c-sec-ttl02__main {
  font-size: 4rem;
  line-height: 1.5;
}

.c-sec-ttl02 .c-sec-ttl02__sub {
  font-size: 1.8rem;
  font-weight: 600;
}

.c-sec-ttl-en {
  font-size: 4rem;
  text-align: center;
  border-bottom: 1px solid #000;
  margin-bottom: 9.5rem;
}

/*パーツ*/
.c-block-card__meta {
  padding: 2.2rem 0 1.5rem 0;
}
.c-block-card__date {
  font-weight: 300;
  font-size: 1.8rem;
  display: inline;
}
.c-block-card__cat {
  background-color: #0c0c2b;
  color: #FFF;
  font-weight: 600;
  font-size: 1.8rem;
  padding: 0.25em 1em;
  display: inline;
}
.c-block-card__title {
  font-weight: 600;
  font-size: 2.2rem;
}

.c-head01__ja {
  color: #FFF;
  background-color: #5c0d0d;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-weight: 600;
  font-size: 2.4rem;
  margin-bottom: 2.2rem;
}

.c-head02__ja {
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  text-align: center;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.c-head02__en {
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 600;
  display: block;
}

.c-iconsns {
  display: inline-flex;
  max-height: 2.8rem;
}

/*page*/
.c-content-block {
  overflow: hidden;
  position: relative;
}

.c-content-block::after {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  background: #d1d1d1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.c-content-block__image {
  position: absolute;
  width: 40.52%;
  top: 26.7rem;
  right: 0;
  z-index: -1;
}

.c-content-block__inner {
  width: 120rem;
  margin: 0 auto;
  padding-top: 11.5rem;
  padding-bottom: 17.5rem;
}

.c-sec-blk {
  position: relative;
  margin-bottom: 6.5rem;
}

.c-sec-blk__left {
  width: 50%;
  display: flex;
  justify-content: flex-start;
}

.c-sec-blk__right {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}

.c-sec-blk__inner {
  width: 100rem;
  max-width: 1000px;
  margin: 0 auto;
}

.c-sec-blk__textbox {
  position: relative;
}

.c-sec-blk__text {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.c-sec-dl {
  position: relative;
  width: 94%;
}

.c-sec-dl__dl {
  display: flex;
  justify-content: space-between;
  padding-top: 1.75rem;
  margin-left: -0.5em;
}

.c-sec-dl__dt {
  width: 11.5rem;
}

.c-sec-dl__dd {
  width: calc(100% - 11.5rem);
}

.c-sec-dl__ttl {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 2;
  border-bottom: 1px solid #000;
  margin-bottom: 3rem;
}

.c-sec-dl__ttl-main {
  display: block;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.c-sec-dl__ttl-sub {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

.c-sec-dl__text {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.c-sec-dl__image {
  width: 94%;
}

.xo-event-calendar table.xo-month button.month-next {
  position: absolute;
  right: 0;
  width: initial;
}

/* カレンダー */
.xo-months {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.xo-month-wrap {
  width: 47.5%;
}

.xo-event-calendar table.xo-month .month-dayname td div {
  line-height: 1em;
  font-weight: 400;
}

.xo-event-calendar table.xo-month .month-header > span {
  font-size: 120%;
  font-weight: 600;
}

.xo-event-calendar table.xo-month .month-dayname td div {
  line-height: 1em;
  font-weight: 500;
}

.xo-event-calendar table.xo-month > thead th {
  padding: 0.5em 0 !important;
}

.xo-event-calendar table.xo-month .month-dayname td div.other-month {
  opacity: 0;
}

/* !営業日カレンダー */
.calendarTable {
  width: 46%;
}

.calendarTable th,
.calendarTable td {
  text-align: center;
  padding: 5px 0;
}

.calendarTable th:not(.date),
.calendarTable td {
  border: 1px solid #ccc;
}

.calendarTable th:not(.date):nth-child(1) {
  color: #c00;
}

.calendarTable th:not(.date):nth-child(7) {
  color: #0074e0;
}

.calendarTable td.close {
  background: #ddd;
}

.calendarTable td.wine {
  background: #c4e5ec;
}

.calendarTable td.event {
  background: #f4b759;
  position: relative;
}

.calendarTable td a {
  font-weight: bold;
  color: #0074e0;
  border-bottom: 1px solid #0074e0;
  position: relative;
}

.tooltips {
  position: absolute;
  bottom: 45px;
  left: 35px;
  z-index: 1000;
  padding: 0 0.5em;
  color: #fff;
  background: #d91e0a;
  white-space: nowrap;
}

.tooltips::after {
  content: "";
  display: block;
  position: absolute;
  left: 0.5em;
  bottom: -8px;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #d91e0a;
}

.sell_close {
  display: inline-block;
  background: #ddd;
  width: 2.5em;
  height: 2em;
  vertical-align: middle;
}

.sell_wine {
  display: inline-block;
  background: #c4e5ec;
  width: 2.5em;
  height: 2em;
  vertical-align: middle;
}

.sell_event {
  display: inline-block;
  background: #f4b759;
  width: 2.5em;
  height: 2em;
  vertical-align: middle;
}

/*スライダ*/
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  animation: zoomUp 7s linear 1s normal both;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

/*tab*/
@media screen and (max-width: 1024px) {
  .c-content-block__inner {
    width: 78.125%;
    margin: 0 auto;
  }
  .c-page-head__kv {
    margin-top: 13.2rem;
  }
  .c-sec-blk__inner {
    width: 80%;
  }
  .c-sec-dl__dt {
    width: 23.56%;
  }
  .c-sec-dl__dd {
    width: 76.44%;
  }
}
@media screen and (max-width: 768px) {
  .c-page-head__text {
    width: 100%;
    text-align: center;
  }
  .c-sec-blk__text {
    font-size: 2.4rem;
  }
  .p-sec-blk-case__icon {
    font-size: 2.4rem;
  }
  .p-sec-blk-case__name {
    font-size: 2.4rem;
    padding: 1em;
    text-align: justify;
  }
  .c-sec-blk__left {
    width: 100%;
  }
  .c-sec-blk__right {
    width: 100%;
  }
  .c-sec-blk__inner {
    width: 100%;
    max-width: initial;
  }
  .c-page-head__kv {
    margin-top: 11.8rem;
  }
  .c-page-head__kv img {
    height: 42.5rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .calendarTable {
    width: 100%;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    font-size: 3rem;
  }
  .c-sec-dl {
    width: 100%;
    padding-top: 3rem;
  }
  .c-sec-dl__dl {
    flex-flow: column;
    margin-left: 0em;
  }
  .c-sec-dl__dt {
    width: 100%;
  }
  .c-sec-dl__dd {
    width: 100%;
  }
  .c-head01__ja {
    font-size: 2.8rem;
    margin-bottom: 4rem;
    padding-left: 3rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .c-content-block__inner {
    width: 77.33%;
    margin: 0 auto;
  }
  .c-page-ttl__main {
    font-size: 5rem;
  }
  .c-page-ttl__sub {
    font-size: 2rem;
    padding-top: 0.75em;
  }
  .c-sec-dl__ttl {
    font-size: 2.8rem;
  }
  .c-sec-dl__dl {
    font-size: 2.4rem;
  }
  .c-sec-dl__text {
    font-size: 2.4rem;
  }
  /* カレンダー */
  .xo-month-wrap {
    width: 100%;
  }
  .xo-month-wrap + .xo-month-wrap {
    margin-top: 3.75rem;
  }
  .xo-event-calendar table.xo-month .month-dayname-space {
    font-size: max(1.6rem, 14px);
  }
  .xo-event-calendar table.xo-month .month-dayname td div {
    font-size: max(1.6rem, 14px);
  }
  .xo-event-calendar table.xo-month .month-header > span {
    font-size: max(2.4rem, 16px);
  }
  .xo-event-calendar p.holiday-title {
    font-size: max(1.4rem, 12px);
  }
}
.l-header__nav.js_active {
  transform: translateY(0%);
}

.l-footer__fix.js_active {
  opacity: 1;
  visibility: initial;
}

.l-header__toggle.js_active .l-header__toggle__icon__bar {
  background: transparent;
}
.l-header__toggle.js_active .l-header__toggle__icon::before {
  top: 47.5%;
  left: 51%;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
}
.l-header__toggle.js_active .l-header__toggle__icon::after {
  bottom: 40%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: center;
}

.p-page-newsnav__item.js-active .p-page-numbers {
  font-weight: 600;
  border-bottom: 1px solid #000;
}

.l-breadcrumbs__item.js-active a span {
  border-bottom: 1px solid #000;
}

.p-experience-menu-list__link.js_active {
  color: #FFF;
  background: #5d0d0d;
  opacity: 1;
}

/* フェードアップ */
.feadin {
  opacity: 0;
}

.feadin.is-animated {
  animation: fadeup 2.4s cubic-bezier(0.4, 0.4, 0, 1) 1 forwards;
}

@keyframes fadeup {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-sec-wrap {
  background: url(../assets/images/common/img-sec-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.p-sec-wrap::before {
  display: block;
  content: "";
  width: 9.59rem;
  height: 1.804rem;
  background: url(../assets/images/home/img-text.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 1.4rem;
  right: 2.1rem;
}

#EN .p-sec-wrap::before {
  display: block;
  content: "";
  width: 7.812rem;
  height: 1.956rem;
  background: url(../assets/images/home/en/img-text.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 1.4rem;
  right: 2.1rem;
}

#ZH .p-sec-wrap::before {
  display: block;
  content: "";
  width: 7.812rem;
  height: 1.956rem;
  background: url(../assets/images/home/en/img-text.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 1.4rem;
  right: 2.1rem;
}

#KR .p-sec-wrap::before {
  display: block;
  content: "";
  width: 7.812rem;
  height: 1.956rem;
  background: url(../assets/images/home/en/img-text.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 1.4rem;
  right: 2.1rem;
}

.p-sec-mv {
  padding-top: 24.2rem;
  padding-bottom: 10.8rem;
  position: relative;
}

.p-sec-mv::before {
  display: block;
  content: "";
  width: 9.59rem;
  height: 1.804rem;
  background: url(../assets/images/home/img-text.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 1.4rem;
  right: 2.1rem;
}

.p-sec-mv__image {
  display: flex;
  justify-content: center;
}

.p-sec-mv__image img {
  width: 66.4rem;
}

.p-sec-mv__text {
  width: 113.7rem;
  padding-top: 5rem;
  margin: 0 auto;
}

.p-sec-mv-scroll {
  position: absolute;
  bottom: 12rem;
  left: 3.5rem;
  display: flex;
  flex-flow: column-reverse;
}

.p-sec-mv-scroll__text {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  color: #FFF;
  transform: rotate(90deg) translate(0%, 100%);
}

.p-sec-mv-scroll__line {
  position: relative;
  display: block;
  background-color: rgba(200, 200, 200, 0.4);
  height: clamp(10px, 9.9vw, 190px);
  width: 1px;
  margin-left: 0.8rem;
  height: 17.7rem;
  margin-bottom: 3.75rem;
}
.p-sec-mv-scroll__line::before {
  content: " ";
  animation: scrollAnim 3s linear 0s normal none infinite running;
  background-color: #FFF;
  display: block;
  width: 1px;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.p-sec-mv-scroll__line.p-sec-mv-scroll__line--gray {
  background-color: rgba(100, 100, 100, 0);
  margin-top: 0;
}
.p-sec-mv-scroll__line.p-sec-mv-scroll__line--gray::before {
  background-color: #222;
}

@keyframes scrollAnim {
  0% {
    opacity: 1;
    height: 0;
  }
  30% {
    opacity: 1;
    height: 100%;
  }
  60% {
    opacity: 0;
    height: 100%;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}
.p-concept__inner {
  padding-right: 16rem;
  padding-left: 16rem;
  padding-bottom: 12.5rem;
}

.p-concept__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-concept-image {
  width: 70rem;
}

.p-concept-item {
  width: 100%;
  position: relative;
  padding-bottom: 22rem;
}

.p-concept-image__wrap {
  position: absolute;
  top: 0;
  right: 0;
}

.p-concept-detail {
  padding-top: 30.8rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #FFF;
  width: 100%;
}

#EN .p-concept-detail {
  padding-top: 36.8rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #FFF;
}

#ZH .p-concept-detail {
  padding-top: 36.8rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #FFF;
}

.p-concept-head {
  padding-top: 2.2rem;
}

.p-concept-head p {
  font-size: 3.8rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
  font-weight: 400;
}

.p-concept-head p .small {
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0.01em;
  padding-bottom: 1rem;
}

.p-concept-detail__text {
  padding-top: 3.5rem;
}

#EN .p-concept-detail__text {
  max-width: 84rem;
}

.p-concept-detail__text p {
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.008em;
  padding-bottom: 2em;
}

.p-concept-detail__text p .bold {
  font-weight: bold;
  font-size: 2.2rem;
}

.p-info__inner {
  width: 160rem;
  margin: 0 auto;
  background: #00365D;
  padding: 6.5rem 7.6rem;
  position: relative;
}

.p-info-detail h3 {
  width: 73.709rem;
  padding: 3rem 0 4rem;
}

.p-info-table {
  color: #FFF;
}

#EN .p-info-table {
  width: 80rem;
}

.p-info-table dl {
  display: grid;
  grid-template-columns: min(19rem, 190px) 1fr;
  font-size: 2rem;
}

.p-info-table dl dt {
  letter-spacing: 0.01em;
  padding: 0.85em 0;
}

.p-info-table dl dd {
  letter-spacing: 0.01em;
  padding: 0.85em 0;
}

.p-info-table dl dd.red {
  color: #EE423B;
}

.p-info-table dl dd span {
  display: block;
  font-weight: bold;
}

#EN .p-info-table dl {
  display: grid;
  grid-template-columns: min(22rem, 190px) 1fr;
  font-size: 2rem;
}

.p-info-gmap {
  padding-top: 5.5rem;
  display: flex;
  justify-content: space-between;
}

.p-info-gmap iframe {
  height: 56rem;
}

.p-info-gmap dl {
  width: 100%;
}

.p-info-gmap dl dt {
  font-size: 2rem;
  line-height: 2;
  color: #FFF;
}

.p-info-gmap dl dd p {
  font-size: 2rem;
  line-height: 2;
  color: #FFF;
}

.p-info-youtube {
  padding-top: 2em;
}

.p-info-youtube dl dt {
  font-size: 2rem;
  line-height: 2;
  color: #FFF;
}

.p-info-image {
  position: absolute;
  top: 17.7rem;
  right: 7.6rem;
  width: 55.935rem;
}

.p-flow__inner {
  padding-top: 12.7rem;
  padding-bottom: 111.2rem;
  width: 160rem;
  margin: 0 auto;
}

.p-flow-detail {
  padding-top: 4.8rem;
}

.p-flow-tit {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.5;
  padding-left: 1.7rem;
}

.p-flow-list-body {
  padding: 3.5rem;
}

.p-flow-list li:nth-of-type(2) .p-flow-list-body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-flow-list-body__wrap:nth-child(1) {
  width: 47.5%;
  border: 2px solid #FFF;
  padding: 3.5rem;
}

.p-flow-list-body__wrap:nth-child(2) {
  width: 47.5%;
  border: 2px solid #FFF;
  padding: 3.5rem;
}

.p-flow-list-body__wrap h3 {
  font-size: 2.2rem;
  font-weight: bold;
}

.p-flow-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.p-flow-list li {
  border: 2px solid #FFF;
  color: #FFF;
}

/*.p-flow-list li:nth-of-type(1){
  width: 59.8rem;
}
.p-flow-list li:nth-of-type(2){
  width: 91.3rem;
}*/
.p-flow-list li:nth-of-type(1) {
  width: 100%;
  margin-bottom: 15rem;
}

.p-flow-list li:nth-of-type(2) {
  width: 100%;
}

.p-flow-list::before {
  content: "";
  display: block;
  width: 3.8rem;
  height: 8.6rem;
  background: url(../assets/images/home/img-flow-arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 34%;
  /*left: 40%;
  transform: translate(-50%, -50%);*/
  left: 46.2%;
  transform: rotate(90deg) translate(-50%, -50%);
}

.p-flow-list-head {
  display: flex;
  align-items: center;
  padding-left: 3.5rem;
  border-bottom: 2px solid #FFF;
  height: 12.1rem;
}

.p-flow-no {
  width: 7.9rem;
}

.p-flow-list-body p {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.p-flow-list-body p:nth-of-type(1) {
  padding-bottom: 2.5em;
}

.p-flow-list-body p .bold {
  font-weight: 600;
}

.p-flow-list-body p .big {
  font-size: 2.4rem;
  letter-spacing: 0.01em;
}

.p-flow-list-body dl dt {
  font-size: 2.4rem;
  letter-spacing: 0.01em;
  line-height: 1.666;
  padding-bottom: 0.5em;
}

.p-flow-list-body dl dd {
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  line-height: 1.5;
  padding-bottom: 1em;
}

.p-activity {
  background-color: #E6E6E6;
}

.p-activity__inner {
  width: 137rem;
  margin: 0 auto;
  padding-top: 11.2rem;
}

.p-activity .c-ttl {
  color: #000;
}

.p-activity .p-activity-period {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  border-radius: 50px;
  border: 1px solid #000;
  display: inline-flex;
  justify-content: center;
  line-height: 2.15;
  width: 58.7rem;
  margin-top: 3rem;
  margin-bottom: 3.5rem;
}

.p-activity .p-activity-period span:nth-of-type(2) {
  padding-left: 0.5em;
}

#EN .p-activity .p-activity-period {
  width: initial;
  padding: 0em 1.5em;
}

.p-activity-dl {
  border: 2px solid #D47116;
  padding: 2.5rem;
}

.p-activity__list, .p-activity__fixlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 4em 0 5em;
}

.p-activity__fixlist {
  visibility: hidden;
  height: 0;
  opacity: 0;
  position: fixed;
  z-index: -10;
}

.p-activity__list .p-activity__item a, .p-activity__fixlist .p-activity__item a {
  padding: 1em;
  color: #FFF;
  padding-bottom: 2.25em;
  border-radius: 5px;
  font-size: 2rem;
  position: relative;
}

.p-activity__list .p-activity__item a::before {
  content: "";
  display: block;
  width: 1.8rem;
  height: 3.395rem;
  background: url(../assets/images/home/img-flow-arrow.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  transform: rotate(90deg) translate(-50%, -50%);
  left: 42.5%;
  bottom: 0;
}

.p-activity__fixlist .p-activity__item a::before {
  content: "";
  display: block;
  width: 1.8rem;
  height: 3.395rem;
  background: url(../assets/images/home/img-flow-arrow.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  transform: rotate(90deg) translate(-50%, -50%);
  left: 42.5%;
  bottom: 0;
}

.p-activity__list .p-activity__item:nth-of-type(1) a {
  background-color: #D47116;
}

.p-activity__list .p-activity__item:nth-of-type(2) a {
  background-color: #03335B;
}

.p-activity__list .p-activity__item:nth-of-type(3) a {
  background-color: #2062D3;
}

.p-activity__fixlist .p-activity__item:nth-of-type(1) a {
  background-color: #D47116;
}

.p-activity__fixlist .p-activity__item:nth-of-type(2) a {
  background-color: #03335B;
}

.p-activity__fixlist .p-activity__item:nth-of-type(3) a {
  background-color: #2062D3;
}

.p-activity__fixlist.fixed {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  padding-top: 8.5em;
  visibility: initial;
  height: auto;
  opacity: 1;
}

.p-activity__fixlist + .p-activity-wrap #menu02 {
  scroll-margin-top: 16em;
}

.p-activity__fixlist + .p-activity-wrap #menu03 {
  scroll-margin-top: 16em;
}

.p-activity__fixlist.fixed + .p-activity-wrap #menu02 {
  scroll-margin-top: 16em;
}

.p-activity__fixlist.fixed + .p-activity-wrap #menu03 {
  scroll-margin-top: 16em;
}

/*
.p-activity__list + .p-activity-wrap #menu02{
  scroll-margin-top:0em;
}
.p-activity__list + .p-activity-wrap #menu03{
  scroll-margin-top:0em;
}

*/
.p-activity-dl:nth-of-type(2) {
  border: 2px solid #03335B;
}

.p-activity-dl:nth-of-type(3) {
  border: 2px solid #2062D3;
}

.p-activity-dl dt {
  font-size: 2.6rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  padding-bottom: 0.25em;
}

.p-activity-dl dd {
  font-size: 1.8rem;
  letter-spacing: 0;
  font-weight: 400;
}

.p-activity-dl .orange {
  color: #D47116;
}

.p-activity-dl .navy {
  color: #03335B;
}

.p-activity-dl .blue {
  color: #2062D3;
}

.p-activity-dl .small {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0;
}

#EN .p-activity-dl .small {
  display: block;
  padding-bottom: 1em;
}

.p-tourplan__list {
  padding-top: 4.5rem;
}

.p-tourplan__item {
  padding-bottom: 10rem;
  display: flex;
  justify-content: space-between;
}

.p-tourplan-image {
  width: 56rem;
}

.p-tourplan__box1 {
  width: 56rem;
}

.p-tourplan__box2 {
  width: 71rem;
}

.p-tourplan__no {
  color: #989898;
  font-weight: 600;
  font-size: 2rem;
  padding-bottom: 2.5rem;
  display: inline-block;
}

.p-tourplan__subtit {
  padding-left: 9.6rem;
  font-size: 2rem;
  font-weight: 600;
}

.p-tourplan__tit {
  font-size: 3.4rem;
  letter-spacing: -0.015em;
  font-weight: 600;
  padding-bottom: 1em;
  display: flex;
}

.p-tourplan__tit .num {
  font-size: 3.6rem;
  letter-spacing: 0;
  position: relative;
  width: calc(100% - 61.5rem);
  display: inline-block;
}

.p-tourplan__tit .name {
  position: relative;
  padding-left: 0.5em;
}

.p-tourplan__tit .name::after {
  height: 3rem;
  width: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: 1.3rem;
  content: "";
  display: block;
}

.p-tourplan__tit .name {
  width: 61.5rem;
  display: inline-block;
}

.p-tourplan__text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
  padding-bottom: 1.25rem;
}

.p-tourplan__point {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  color: #D47116;
  padding-bottom: 1.5em;
}

.p-tourplan__point dt {
  width: 13rem;
}

.p-tourplan__point dt span {
  margin-left: 1.1rem;
  border: #D47116 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9.7rem;
  border-radius: 50px;
}

.p-tourplan__point dd {
  width: calc(100% - 13rem);
  font-weight: 600;
}

.p-tourplan__point dd span {
  display: block;
  margin-left: 1em;
  text-indent: -1em;
}

.p-tourplan__point dd span.small {
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  padding-left: 1.25em;
}

.praivate {
  font-size: 1.8rem;
  font-weight: 600;
  color: #B90000;
  line-height: 1.666;
  margin-left: 12.2rem;
  border: 1px solid #B90000;
  border-radius: 50px;
  display: inline-block;
  padding: 0em 1.25em;
  margin-bottom: 0.5em;
}

.p-tourplan__price {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #828282;
  align-items: center;
  margin-bottom: 1em;
}

.p-tourplan__price dt {
  width: 11.1rem;
}

#EN .p-tourplan__price dt {
  width: 13.1rem;
}

.p-tourplan__price dd {
  width: calc(100% - 11.1rem);
}

#EN .p-tourplan__price dd {
  width: calc(100% - 13.1rem);
}

.p-tourplan__price dd ul {
  display: flex;
  padding-bottom: 1em;
  flex-wrap: wrap;
}

.p-tourplan__price dd ul.p0 {
  padding-bottom: 0;
}

.p-tourplan__price dd ul li {
  display: inline-block;
  font-weight: 600;
  color: #B90000;
  font-size: 2rem;
  letter-spacing: 0;
}

.p-tourplan__price dd ul li .big {
  font-size: 2.6rem;
}

.p-tourplan__table {
  display: flex;
  flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.8rem;
  line-height: 1.75;
}

.p-tourplan__table dt {
  width: 20rem;
}

.p-tourplan__table dd {
  width: calc(100% - 20rem);
}

#EN .p-tourplan__table {
  padding-bottom: 0.5em;
}

#EN .p-tourplan__table dt {
  width: 100%;
}

#EN .p-tourplan__table dd {
  width: 100%;
}

.p-warning {
  color: #FFF;
  position: relative;
}

.p-warning::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #00365D 0%, rgba(0, 54, 93, 0.88) 100%);
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-warning__inner {
  width: 120rem;
  margin: 0 auto;
  padding: 6.7rem 0;
}

.p-warning-detail {
  padding: 6.7rem 0;
}

.p-warning h2 {
  text-align: center;
}

.p-warning .cancel {
  padding-top: 3em;
  padding-bottom: 2.5em;
  text-align: center;
  font-weight: 600;
  font-size: 3rem;
  color: #FFF;
  letter-spacing: 0.44rem;
}

.p-warning-detail dl {
  padding-bottom: 0.5em;
}

.p-warning-detail dl dt {
  font-weight: 400;
}

#EN .p-warning-detail dl dd span {
  display: block;
  margin-left: 1em;
  text-indent: -1em;
}

.p-smenu-btn {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: #5d0d0d;
  border-radius: 1rem;
}

.p-smenu-btn__icon {
  height: 2.6rem;
}

.p-smenu-btn__text {
  color: #fff;
  text-align: center;
  min-height: 4.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.8rem;
  font-size: 1.6rem;
  font-weight: 600;
}

.p-language-btn {
  background: #FFF;
  border: 0.4rem solid #393939;
  width: 10.7rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-language__text:after {
  position: relative;
}

/* **** p-home-layout **** */
.p-home-information {
  background: url(../assets/images/home/img-p-home-wrapper--info01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.p-home-basicinfo {
  padding-bottom: 8rem;
}

/* **** news **** */
.p-home-block--news {
  padding-bottom: 11.7rem;
}

.p-home-guidance {
  width: 67rem;
}

.p-home-guidance__inner {
  width: calc(100% - 5.6rem);
  margin: 0 auto;
}

/* **** Information **** */
.p-openinghours {
  font-size: 2.2rem;
  font-weight: 600;
  padding-bottom: 1em;
}

.p-pricelist {
  width: 100%;
}

.p-pricelist__table-tr {
  border-bottom: 1px solid #000;
}

.p-pricelist__table-th {
  font-size: 2.2rem;
  text-align: center;
  padding: 1.25em 0;
}

.p-pricelist__table-td {
  font-size: 2rem;
  text-align: center;
  padding: 1.25em 0;
}

.p-notes {
  padding-top: 1em;
}

.p-notes a {
  color: #5d0d0d;
  position: relative;
}

.p-notes a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(1);
  background-color: #5d0d0d;
}

/* **** END **** */
/* **** MV **** */
.p-home-mv {
  position: relative;
  /* **** Special info **** */
}
.p-home-mv__copy {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
}
.p-home-mv__copy--logo {
  width: 80.5rem;
  margin: 0 auto;
}
.p-home-mv__spinfo {
  background: #d3d3d3;
  padding: 4rem 0;
}
.p-home-mv__spinfo-inner {
  padding: 1em 1.5em;
  font-size: 2.2rem;
  font-weight: 600;
  background: #ffffff;
  display: block;
  width: 162rem;
  margin: 0 auto;
}
.p-home-mv__spinfo-link {
  display: inline-block;
}
.p-home-mv__spinfo-link:hover {
  cursor: pointer;
}
.p-home-mv__spinfo-text {
  color: #5c0d0d;
  position: relative;
}
.p-home-mv__spinfo-text:before {
  content: "";
  position: absolute;
  top: 0;
  right: -1em;
  bottom: 0;
  margin: auto 0;
  width: 1rem;
  height: 1rem;
  border-top: solid 0.3rem #5c0d0d;
  border-right: solid 0.3rem #5c0d0d;
  border-radius: 0 3px 0 0;
  transform: rotate(45deg);
}

/* **** info-wrapper **** */
.p-home-info-wrapper {
  background: #d3d3d3;
}
.p-home-info-wrapper .u-l02 {
  padding-top: 11.5rem;
  padding-bottom: 7.5rem;
  display: flex;
  justify-content: space-between;
}

/* **** News **** */
.p-home-news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 6.5rem;
}
.p-home-news-list__item {
  width: 39rem;
}

/* **** Schedule **** */
.p-home-schedule {
  max-width: 91rem;
  width: 100%;
}

/* **** About **** */
.p-home-about {
  position: relative;
  width: 100%;
  height: 62rem;
}
.p-home-about:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  filter: brightness(0.5);
  background: url(../assets/images/home/p-home-about_bk.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: -1;
}
.p-home-about__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.p-home-about__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-home-about__bg img {
  width: 100%;
}
.p-home-about__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-home-about__bg img {
  width: 100%;
}
.p-home-about__image:first-child {
  width: 59.5rem;
  position: absolute;
  bottom: 40rem;
  right: 9.2rem;
}
.p-home-about__image:last-child {
  width: 99.6rem;
}
.p-home-about__text {
  position: relative;
  width: 48.6rem;
  flex-grow: 1;
  margin-left: auto;
}

.p-langualge {
  background: #FFF;
  border: 4px solid #393939;
  padding: 0.75em 0.75em 0.75em 0.5em;
  display: flex;
  flex-flow: row-reverse;
}
.p-langualge__text {
  font-size: 1.6rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-langualge__text:after {
  /*content: "";
  display: inline-block;
  top: 0;
  right: -1em;
  bottom: 0;
  margin: auto 0;
  width: 1rem;
  height: 1rem;
  border-top: solid 2px #393939;
  border-right: solid 2px #393939;
  border-radius: 0 3px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 0.25em;
  */
  display: inline-block;
  width: 1rem;
  height: 1rem;
  transform: rotate(45deg);
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
  transition: inherit;
  transition-property: transform;
}

.p-home-guide {
  background: #000;
  z-index: 1;
  position: relative;
}
.p-home-guide .l-sec-box__inner {
  position: relative;
}
.p-home-guide section {
  width: 50%;
  padding-left: 8.5rem;
  padding-right: 8.5rem;
}
.p-home-guide__top {
  padding-top: 16rem;
  z-index: 2;
  position: relative;
}
.p-home-guide__middle {
  padding-top: 32rem;
  position: relative;
}
.p-home-guide__bottom {
  padding-bottom: 26rem;
  z-index: 2;
  position: relative;
}
.p-home-guide-experience {
  border-left: 1px solid #FFF;
}
.p-home-guide-worldheritage {
  padding-bottom: 20rem;
  margin-left: auto;
}
.p-home-guide-research {
  padding-bottom: 20rem;
  margin-left: auto;
}
.p-home-guide-roadsidestation {
  border-left: 1px solid #FFF;
}
.p-home-guide__image {
  position: absolute;
  bottom: 47rem;
  z-index: 1;
  width: 45.5rem;
}
.p-home-guide__image--bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.p-home-module__eyecatch {
  width: 42.6rem;
  margin: 0 auto;
  padding-bottom: 4.5rem;
}
.p-home-module__head {
  text-align: center;
}
.p-home-module__subtitle {
  font-size: 2.4rem;
  color: #FFF;
}
.p-home-module__title {
  font-size: 4rem;
  color: #FFF;
}
.p-home-module__title-en {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
}
.p-home-module__description {
  padding-top: 4.5rem;
  padding-bottom: 7.5rem;
  font-size: 1.8rem;
  color: #FFF;
  line-height: 2;
  letter-spacing: 0.05em;
}
.p-home-module-left__eyecatch {
  width: 72rem;
}
.p-home-module-left__head {
  text-align: left;
}

.p-schedule {
  padding: 2rem 3rem;
  background: #FFF;
}

#guidance {
  padding-top: 13.2rem;
  margin-top: -13.2rem;
}

@media screen and (max-width: 1024px) {
  .p-smenu-btn {
    padding: 1em 0;
  }
  .p-language-btn {
    width: 14rem;
  }
}
/*ENGLISH*/
#EN .p-sec-mv::before {
  display: block;
  content: "";
  width: 7.812rem;
  height: 1.956rem;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 1.4rem;
  right: 2.1rem;
  background: url(../assets/images/home/en/img-text.svg);
  background-size: cover;
}

#ZH .p-sec-mv::before {
  display: block;
  content: "";
  width: 7.812rem;
  height: 1.956rem;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 1.4rem;
  right: 2.1rem;
  background: url(../assets/images/home/en/img-text.svg);
  background-size: cover;
}

#KR .p-sec-mv::before {
  display: block;
  content: "";
  width: 7.812rem;
  height: 1.956rem;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 1.4rem;
  right: 2.1rem;
  background: url(../assets/images/home/en/img-text.svg);
  background-size: cover;
}

@media screen and (max-width: 768px) {
  #EN .p-sec-mv::before {
    bottom: -10rem;
    background-repeat: no-repeat;
  }
  #ZH .p-sec-mv::before {
    bottom: -10rem;
    background-repeat: no-repeat;
  }
  #KR .p-sec-mv::before {
    bottom: -10rem;
    background-repeat: no-repeat;
  }
}
/*ENGLISH*/
@media screen and (max-width: 768px) {
  .p-sec-wrap {
    background: url(../assets/images/common/img-sec-bg-sp.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .p-sec-mv-scroll {
    display: none;
  }
  .p-sec-mv {
    padding-top: 25rem;
    padding-bottom: 0rem;
  }
  .p-sec-mv::before {
    bottom: -10rem;
    width: 10.9rem;
    height: 2.7rem;
  }
  .p-sec-mv__text {
    width: 90%;
  }
  .p-concept-head p .small {
    font-size: 2.8rem;
  }
  .p-concept-head p {
    font-size: 4rem;
  }
  .p-concept-detail {
    padding-top: 24.3rem;
  }
  .p-concept-detail__text p {
    font-size: 2.4rem;
  }
  #EN .p-concept-detail__text {
    max-width: initial;
  }
  .p-concept-image {
    width: 100%;
  }
  .p-concept-image__wrap {
    position: static;
  }
  .p-concept-item {
    padding-bottom: 10rem;
  }
  .p-info-detail .c-ttl {
    padding-left: 3.8rem;
  }
  #EN .l-contact .c-ttl, #ZH .l-contact .c-ttl {
    font-size: 4.4rem;
  }
  .p-info-detail h3 {
    width: 48.6rem;
    padding-left: 3.8rem;
  }
  .p-info-table {
    padding-top: 6.5rem;
  }
  .p-info-table dl {
    width: 50rem;
    margin: 0 auto;
    display: block;
    font-size: 2.4rem;
  }
  .p-info-table dl dt {
    padding-top: 0;
    padding-bottom: 1.6rem;
  }
  .p-info-table dl dd {
    padding-top: 0;
    padding-bottom: 3.2rem;
  }
  .p-info-gmap dl, .p-info-youtube {
    width: 50rem;
    margin: 0 auto;
  }
  .p-info-gmap {
    padding-top: 1rem;
  }
  .p-info-gmap iframe {
    display: flex;
    justify-content: center;
  }
  .p-info-gmap iframe {
    width: 50rem;
    margin: 0 auto;
  }
  .p-sec-mv__image img {
    width: 89.0625%;
    margin: 0 auto;
  }
  .p-concept__inner {
    width: 87.5%;
    margin: 0 auto;
    padding: 0;
  }
  .p-info__inner {
    width: 87.5%;
    padding: 6.5rem 0rem 4rem;
  }
  .p-info-image {
    position: static;
    margin: 0 auto;
    width: 51rem;
  }
  .p-flow__inner {
    width: 87.5%;
    padding-top: 18.5rem;
    padding-bottom: 55rem;
  }
  .p-flow-detail {
    padding-top: 11.5rem;
  }
  .p-flow-list li {
    position: relative;
  }
  .p-flow-list li:nth-of-type(1) {
    margin-bottom: 11.7rem;
  }
  .p-flow-list::before {
    top: 27%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
  }
  #EN .p-flow-list::before {
    top: 24%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .p-flow-no {
    position: absolute;
    top: -4rem;
    left: 1rem;
  }
  .p-flow-list-head {
    padding: 6rem 3.5rem 3rem;
    height: initial;
  }
  .p-flow-tit {
    font-size: 4rem;
    padding-left: 0;
  }
  .p-flow-list-body p {
    font-size: 2.4rem;
  }
  .p-flow-list-body p .big {
    font-size: 2.8rem;
  }
  .p-flow-list-body {
    padding: 3rem;
  }
  .p-flow-list-body dl dt {
    font-size: 2.7rem;
    letter-spacing: 0;
    line-height: 1.25;
  }
  .p-flow-list-body dl dd {
    font-size: 2.4rem;
    padding-bottom: 1.5em;
  }
  .p-flow-list-body__wrap:nth-child(1) {
    width: 100%;
    margin-bottom: 3rem;
  }
  .p-flow-list-body__wrap:nth-child(2) {
    width: 100%;
  }
  .p-activity__inner {
    width: 87.5%;
  }
  .p-activity__list .p-activity__item, .p-activity__fixlist .p-activity__item {
    width: 100%;
  }
  .p-activity__list .p-activity__item a {
    width: 100%;
    display: block;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
  .p-activity__fixlist .p-activity__item a {
    width: 90%;
    margin: 0 auto;
    display: block;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
  .p-activity__list .p-activity__item a::before {
    left: initial;
    right: 10%;
    bottom: 12.5%;
  }
  .p-activity__fixlist .p-activity__item a::before {
    left: initial;
    right: 10%;
    bottom: 12.5%;
    transform: rotate(-90deg) translate(50%, 50%);
  }
  .p-activity__fixlist.fixed {
    padding-bottom: 0;
    padding-top: 2em;
    bottom: 0;
    display: inline;
    top: inherit;
  }
  .p-activity .p-activity-period {
    font-size: 2.6rem;
    display: flex;
    padding: 0.75em 0;
    width: 100%;
  }
  .p-activity .p-activity-period span:nth-of-type(1) {
    display: inline-flex;
    width: 17.7rem;
    align-items: center;
    justify-content: center;
  }
  .p-activity .p-activity-period span:nth-of-type(2) {
    display: inline-block;
    padding-left: 0;
    width: calc(100% - 17.7rem);
    line-height: 1.5;
  }
  #EN .p-activity .p-activity-period {
    display: block;
    font-size: 2.1rem;
    padding: 1em;
  }
  #EN .p-activity .p-activity-period span:nth-of-type(1) {
    display: block;
    width: 100%;
  }
  #EN .p-activity .p-activity-period span:nth-of-type(2) {
    display: block;
    width: 100%;
  }
  .p-activity-dl:nth-of-type(1) {
    margin-top: 1em;
  }
  .p-activity-dl dt {
    font-size: 3.2rem;
    font-weight: 700;
    padding-bottom: 0.5em;
  }
  .p-activity-dl .small {
    display: block;
    font-size: 2.2rem;
    line-height: 1.63;
  }
  .p-activity-dl dd {
    font-size: 2rem;
  }
  .p-tourplan__item {
    flex-flow: column;
  }
  .p-tourplan__box1 {
    width: 100%;
    padding-bottom: 4rem;
  }
  .p-tourplan__box2 {
    width: 100%;
  }
  .p-tourplan__tit .name {
    width: calc(100% - 9.6rem);
  }
  .p-tourplan__tit .num {
    width: 9.6rem;
  }
  .p-tourplan__text {
    font-size: 2.4rem;
    padding-bottom: 1.5em;
  }
  .p-tourplan__point {
    flex-flow: column;
    align-items: flex-start;
  }
  .p-tourplan__point dt {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .p-tourplan__point dt span {
    margin-left: 0;
    width: 13.5rem;
    font-size: 2.8rem;
  }
  .p-tourplan__point dd {
    width: 100%;
    font-size: 2.4rem;
  }
  .p-tourplan__point dd span.small {
    font-size: 2rem;
  }
  .p-tourplan__price dt {
    font-size: 2.6rem;
    width: 14rem;
  }
  #EN .p-tourplan__price dt {
    font-size: 2.4rem;
    width: 12rem;
  }
  .p-tourplan__price dd {
    width: calc(100% - 14rem);
  }
  .praivate {
    margin-left: 15.2rem;
  }
  #EN .praivate {
    font-size: 1.5rem;
    letter-spacing: 0.02em;
  }
  .p-tourplan__table {
    font-size: 2.4rem;
    flex-flow: column;
  }
  .p-tourplan__table dt, .p-tourplan__table dd {
    width: 100%;
  }
  .p-tourplan__table dd {
    padding-bottom: 1em;
  }
  .p-tourplan__price dd ul li {
    font-size: 2.4rem;
    width: 100%;
    display: block;
  }
  #EN .p-tourplan__price dd ul li {
    font-size: 2rem;
  }
  .p-tourplan__price dd ul li .big {
    font-size: 3rem;
  }
  #EN .p-tourplan__point dd span {
    text-indent: 0;
  }
  #EN .p-tourplan__price {
    flex-wrap: wrap;
  }
  #EN .p-tourplan__price dt {
    width: 100%;
  }
  #EN .p-tourplan__price dd {
    width: 100%;
  }
  #EN .p-tourplan__subtit {
    padding-left: 0;
  }
  #ZH .p-tourplan__price dt {
    width: 12rem;
  }
  #ZH .p-tourplan__price dd {
    width: calc(100% - 12rem);
  }
  #ZH .p-tourplan__point dd span {
    text-indent: 0;
  }
  .p-warning__inner {
    width: 87.5%;
  }
  .p-warning-detail {
    font-size: 2.2rem;
  }
  #EN .p-info-table {
    width: initial;
  }
}
/* **** news **** */
.p-page-newsnav__list {
  display: flex;
}

.p-page-newsnav {
  padding-bottom: 15rem;
}

.p-page-numbers {
  font-size: 2rem;
  margin-right: 2em;
  display: block;
  width: 1em;
  display: flex;
  display: inline-flex;
  justify-content: center;
  width: initial;
  display: inline-block;
  text-align: center;
}

.p-page-newsnav__list .p-page-newsnav__item:last-child .p-page-numbers {
  margin-right: 0;
}

.p-page-newsnav__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-page-new-singlesnav__list {
  display: flex;
}

.p-page-news-singlenav {
  padding-top: 8.5rem;
  padding-bottom: 15rem;
}

.p-page-news-singlenav__item.is_top .p-page-numbers {
  border-bottom: 1px solid #000;
}

.p-page-news-singlenav__list {
  display: flex;
}
.p-page-news-singlenav__list .p-page-news-singlenav__item:last-child .p-page-numbers {
  margin-right: 0;
}

.p-page-news-singlenav__item {
  margin-right: 2em;
  font-size: 2rem;
}

.p-page-news-singlenav__item:last-child {
  margin-right: 0;
}

.p-page-news-singlenav__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .p-page-news {
    padding-top: 6rem;
  }
}
/* **** news-single **** */
.p-page-news-post__inner {
  padding-bottom: 6.5rem;
}

.p-page-news-post__head-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 4rem;
}

.p-page-news-post__date {
  font-weight: 300;
  font-size: 2.2rem;
  display: inline;
  padding-right: 3.5rem;
}

.p-page-news-post__term {
  background-color: #0c0c2b;
  color: #fff;
  font-weight: 600;
  padding: 0.6rem 1em;
  display: inline;
  z-index: 2;
  position: relative;
}

.p-page-news-post__term-link {
  display: block;
  padding: 0.25em 1em;
}

.p-page-news-post__title {
  font-size: 4rem;
  line-height: 1.625;
  letter-spacing: 0.05em;
  font-weight: 600;
  padding-bottom: 0.5em;
}

.p-page-news-post__body > h2 {
  margin-top: 10rem;
  margin-bottom: 3rem;
}

.p-page-news-post__body > h2 {
  font-size: 3rem;
  letter-spacing: 0.05em;
}

.p-page-news-post__body > h3 {
  margin-top: 10rem;
  margin-bottom: 3rem;
}

.p-page-news-post__body > h3 {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}

.p-page-news-post__body > h4 {
  margin-top: 10rem;
  margin-bottom: 3rem;
}

.p-page-news-post__body > h4 {
  font-size: 2rem;
  letter-spacing: 0.05em;
}

.p-page-news-post__body > h5 {
  margin-top: 10rem;
  margin-bottom: 3rem;
}

.p-page-news-post__body > h5 {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

.p-page-news-post__body > h6 {
  margin-top: 10rem;
  margin-bottom: 3rem;
}

.p-page-news-post__body > h6 {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

.p-page-news-post__body > p {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.05em;
  padding-top: 3rem;
}

.p-page-news-post__body > h1, .p-page-news-post__body > h2, .p-page-news-post__body > h3, .p-page-news-post__body > h4, .p-page-news-post__body > h5, .p-page-news-post__body > h6 {
  font-weight: 600;
}

.p-page-news-post__body .wp-block-image:not(:last-child) {
  margin-bottom: 3em;
}

.p-page-news-post__body .wp-block-image:not(:first-child) {
  margin-top: 3em;
}

.p-page-news-post__body .wp-block-image {
  padding: 0;
  margin: 0;
}

.p-page-news-post__body .wp-block-image figcaption {
  margin-top: 1em;
}

.p-page-news-post__body .wp-block-image.size-large {
  width: min(70.35%, 1080px);
}

.p-page-news-post__body .wp-block-image.size-medium {
  width: min(56.54%, 868px);
}

.p-page-news-singlenav .p-page-numbers:last-child {
  margin-right: 0;
}

.p-page-news-post__eyecatch-image {
  height: auto;
}
.p-page-news-post__eyecatch-image img {
  height: auto;
}

.wp-pagenavi a:last-child {
  margin-right: 0;
}

.wp-pagenavi span:last-child {
  margin-right: 0;
}

.p-page-news-singlenav__item.is_next {
  width: 15.131rem;
}

.p-page-news-singlenav__item.is_prev {
  width: 15.131rem;
}

@media screen and (max-width: 768px) {
  /* **** news **** */
  .p-page-news {
    padding-top: 8rem;
  }
  /* **** news-single **** */
  .p-news-single-main .c-content-block__inner {
    width: 90%;
  }
  .p-page-news-singlenav__item.is_next {
    width: 13.131rem;
  }
  .p-page-news-singlenav__item.is_prev {
    width: 13.131rem;
  }
  .p-page-news-post {
    margin-top: 6rem;
  }
  .p-page-news-post__head-wrap {
    padding-bottom: 2rem;
  }
  .p-page-news-post__title {
    font-size: 4rem;
  }
  .p-page-news-post__date {
    font-size: 2rem;
  }
  .p-page-news-post__term {
    font-size: 2rem;
  }
  .p-page-news-post__body > h2 {
    font-size: 4rem;
  }
  .p-page-news-post__body > h3 {
    font-size: 3.4rem;
  }
  .p-page-news-post__body > h4 {
    font-size: 3rem;
  }
  .p-page-news-post__body > h5 {
    font-size: 2.8rem;
  }
  .p-page-news-post__body > h6 {
    font-size: 2.6rem;
  }
  .p-page-news-post__body > p {
    font-size: 2.4rem;
  }
  .p-page-news-singlenav .p-page-numbers {
    font-size: 1.8rem;
  }
}
/* **** experience **** */
.p-information-main .c-content-block__inner {
  padding-bottom: 15rem;
}

.p-experience-sec {
  padding-bottom: 9.5rem;
}

.p-experience-sec.p-experience-regularcourse {
  padding-bottom: 0;
}

.p-experience-blk {
  padding-bottom: 7rem;
}

.p-experience-blk__left {
  width: 50%;
}

.p-experience-blk__right {
  width: 50%;
}

.p-experience-info .p-experience-blk__left {
  width: 62.5%;
}
.p-experience-info .p-experience-blk__right {
  width: 37.5%;
}

.p-experience-info .p-experience-blk {
  padding-bottom: 0;
}

.p-experience-blk__left.p-experience-text-box {
  padding-top: 8.5rem;
  padding-right: 0;
}

.p-experience-menu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 3rem;
}

.p-experience-menu-list__link {
  width: 39rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8.2rem;
  background: transparent;
  border-radius: 50px;
  color: #393939;
  border: 2px solid #393939;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}
.p-experience-menu-list__link span {
  display: block;
  text-align: center;
}

.p-experience-menu-list__link:hover {
  color: #FFF;
  background: #5d0d0d;
  opacity: 1;
}

.p-experience-menu-list::after {
  content: "";
  display: block;
  width: 39rem;
}

.p-experience-menu .p-experience-blk-img {
  max-width: 588px;
}

#item01, #item02, #item03, #item04, #item05, #item06, #item07, #item08 {
  padding-top: 13.2rem;
  margin-top: -13.2rem;
}

.p-experience-dl__ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.p-experience-dl__icon {
  font-size: 2.4rem;
  font-weight: 600;
  width: 6rem;
  height: 6rem;
  background: #5d0d0d;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.85rem;
}

.p-experience-dl__ttl {
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 2;
  padding-bottom: 3.5rem;
  white-space: nowrap;
}

.p-experience-blk-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 578px;
}

.p-experience-blk-text {
  font-size: 1.8rem;
  line-height: 2;
  padding-bottom: 3.5rem;
  padding-left: 4rem;
  letter-spacing: 0.05em;
}

.p-experience-dl {
  padding-left: 4rem;
}

.p-experience-dl__dl {
  display: flex;
  width: 100%;
}

.p-experience-dl__dt {
  width: 11rem;
}

.p-experience-dl__text {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.05em;
  padding-bottom: 1em;
}

.p-experience-dl__dt {
  width: 10rem;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.p-experience-dl__dd {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.p-experience-regularcourse .p-experience-blk {
  padding: 0 4rem;
}

.p-experience-course-list__item {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 2;
}

.p-experience-image-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 6.5rem;
}

.p-experience-image-list__item {
  width: 48%;
  padding-bottom: 3rem;
}

@media screen and (max-width: 1024px) {
  .p-experience-menu-list__item {
    width: 30%;
  }
  .p-experience-menu-list__link {
    width: 100%;
  }
  .p-experience-menu-list::after {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  /* **** experience **** */
  .p-experience-info .p-experience-blk.u-pc-col2 {
    flex-flow: column-reverse;
  }
  .p-experience-main .c-content-block__inner {
    width: 90%;
  }
  .p-experience-info .p-experience-blk__left, .p-experience-info .p-experience-blk__right {
    width: 100%;
  }
  .p-experience-blk-img {
    max-width: initial;
    width: 100%;
  }
  .p-experience-blk__left.p-experience-text-box {
    padding-top: 3.5rem;
  }
  .p-experience-blk-text {
    padding-left: 0;
    font-size: 2.4rem;
  }
  .p-experience-menu-list__item {
    width: 47.5%;
  }
  .p-experience-menu-list__link {
    width: 100%;
    height: 9rem;
  }
  .p-experience-menu-list {
    padding-bottom: 0;
  }
  .p-experience-blk__left, .p-experience-blk__right {
    width: 100%;
  }
  .p-experience-dl {
    padding-top: 3rem;
    padding-left: 0;
  }
  .p-experience-regularcourse .p-experience-blk {
    padding: 0;
  }
  .p-experience-dl__ttl {
    font-size: 2.8rem;
  }
  .p-experience-dl__text {
    font-size: 2.4rem;
  }
  .p-experience-dl__dt, .p-experience-dl__dd {
    font-size: 2.4rem;
  }
  .p-experience-dl__dt {
    width: 9em;
  }
  .p-experience-dl__dd {
    width: 100%;
  }
}
/* **** infomation **** */
#section1 .p-information-blk:last-of-type, #section3 .p-information-blk:last-of-type {
  margin-bottom: 0;
}

.p-information-main .c-content-block__inner {
  padding-bottom: 15rem;
}

.p-information-sec {
  padding-bottom: 0rem;
}

.p-information-sec {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  height: 0;
  transition: 0.6s;
}

.p-information-sec.is_show {
  opacity: 1;
  visibility: initial;
  z-index: initial;
  height: inherit;
}

.p-information-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 19rem;
  position: relative;
  z-index: 0;
}

.p-information-nav__item {
  width: 40rem;
  text-align: center;
  height: 8rem;
  border: 1px solid #000000;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-information-nav__item:hover {
  cursor: pointer;
}

.p-information-nav__item:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  background: #5d0d0d;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: 0.4s;
}

.p-information-nav__item:nth-child(1) .p-information-nav__link:before {
  content: "";
  display: block;
  width: 3.5rem;
  height: 2.5rem;
  background: url(../assets/images/information/img-icon-info.png);
  background-size: cover;
  margin-right: 2.5rem;
}

.p-information-nav__item:nth-child(2) .p-information-nav__link:before {
  content: "";
  display: block;
  width: 3.7rem;
  height: 2.7rem;
  background: url(../assets/images/information/img-icon-hall.png);
  background-size: cover;
  margin-right: 2.5rem;
}

.p-information-nav__item:nth-child(3) .p-information-nav__link:before {
  content: "";
  display: block;
  width: 2.6rem;
  height: 3.3rem;
  background: url(../assets/images/information/img-icon-museum.png);
  background-size: cover;
  margin-top: -0.5rem;
  margin-right: 2.5rem;
}

.p-information-nav__item.is_tabactive:nth-child(1) .p-information-nav__link:before {
  background: url(../assets/images/information/img-icon-info-white.png);
  background-size: cover;
}

.p-information-nav__item.is_tabactive:nth-child(2) .p-information-nav__link:before {
  background: url(../assets/images/information/img-icon-hall-white.png);
  background-size: cover;
}

.p-information-nav__item.is_tabactive:nth-child(3) .p-information-nav__link:before {
  background: url(../assets/images/information/img-icon-museum-white.png);
  background-size: cover;
}

.p-information-nav__item:after {
  content: "";
  display: inline-block;
  top: 0;
  right: -1em;
  bottom: 0;
  margin: auto 0;
  width: 1.25rem;
  height: 1.25rem;
  border-top: solid 2px #393939;
  border-right: solid 2px #393939;
  border-radius: 0 3px 0 0;
  transform: rotate(45deg);
  margin-left: 3.2rem;
  transition: 0.6s;
}

.p-information-nav__item:hover:after {
  transform: rotate(135deg) scale(1.1, 1.1);
}

.p-information-nav__item.is_tabactive:after {
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  transform: rotate(135deg);
}

.p-information-nav__item.is_tabactive:before {
  transform: scaleX(1);
  transform-origin: left center;
}

.p-information-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-information-nav__item.is_tabactive .p-information-nav__link {
  color: #FFF;
}

.p-information-nav__item:nth-child(2) {
  border-left: none;
  border-right: none;
}

.p-information-nav__link {
  font-size: 2rem;
}

.p-information-image-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 14rem;
}

.p-information-image-list__item {
  width: 39.5rem;
  padding-bottom: 1rem;
}

.p-scroll {
  display: flex;
  justify-content: center;
  margin-bottom: 6.4rem;
}

.p-scroll__line {
  position: relative;
  display: block;
  background-color: #393939;
  height: 11rem;
  width: 1px;
}

.p-information-price {
  background: #FFF;
}

.p-information-price .p-information-blk__inner {
  width: 100rem;
}

.p-information-blk__inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.p-information-blk-text {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.p-information-blk__left {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-information-blk__right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-information-text-box {
  padding-left: 5rem;
}

.p-information-image-box {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.p-information-blk__left.p-information-text-box {
  padding-left: 0;
  padding-right: 4.8rem;
}

.p-information-blk__right.p-information-image-box {
  justify-content: flex-end;
}

.p-information-blk {
  margin-bottom: 6.5rem;
}

.p-information-dl {
  margin-top: auto;
  margin-bottom: 1rem;
}

.p-information-dl__ttl {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 2;
  border-bottom: 1px solid #000;
}

.p-information-dl__ttl {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 2;
  border-bottom: 1px solid #000;
}

.p-information-dl__dl {
  display: flex;
  width: 100%;
  padding-top: 1.75rem;
  margin-left: -0.5em;
}

.p-information-dl__dt {
  width: 23.56%;
}

.p-information-dl__dd {
  width: 76.44%;
}

.p-information-dl__dl-en {
  display: inline-block;
  padding-top: 1.75rem;
}

.p-information-dl__dl-en .p-information-dl__dt {
  width: initial;
  display: inline;
}
.p-information-dl__dl-en .p-information-dl__dd {
  width: initial;
  display: inline;
  font-weight: 400;
}

.p-information-price .p-information-blk__inner {
  flex-flow: column;
  padding: 3rem 0;
}

.p-information-price-table {
  width: 100%;
}

.p-information-price-table__th {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  padding: 1em 0;
  border-bottom: 1px solid #000;
  vertical-align: middle;
}

.p-information-price-table__th:nth-child(1) {
  width: 45.45%;
}

.p-information-price-table__th:nth-child(2) {
  width: 17.93%;
}

.p-information-price-table__th:nth-child(3) {
  width: 36.62%;
}

.p-information-price-table__td {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  padding: 1em 0;
  border-bottom: 1px solid #000;
  vertical-align: middle;
}

.p-information-price-notolist {
  padding: 2rem 0;
}

.p-information-price-notolist__item {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.55;
}

.p-information-price-notolist__item a {
  color: #5d0d0d;
  position: relative;
}

.p-information-price-notolist__item a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(1);
  background-color: #5d0d0d;
  content: "";
}

.p-hallmap-blk {
  margin-bottom: 6.5rem;
}

.p-hallmap-blk__left {
  width: 50%;
}

.p-hallmap-blk__right {
  width: 50%;
}

.p-hallmap-blk-img {
  max-width: 588px;
}

.p-hallmap-dl {
  padding-left: 4rem;
}

.p-hallmap-dl__ttl {
  font-size: 2.3rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 2;
  padding-bottom: 3rem;
  display: flex;
  align-items: center;
}

.p-hallmap-dl__subttl {
  font-weight: 600;
  line-height: 2;
  font-size: 1.8rem;
  margin-left: -0.5em;
}

.p-hallmap-dl__icon {
  font-size: 2.4rem;
  font-weight: 600;
  width: 6rem;
  height: 6rem;
  background: #5d0d0d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.85rem;
}

.p-hallmap-dl__text {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.05em;
  padding-bottom: 1em;
}

.p-hallmap-dl__dl {
  padding-bottom: 3.5rem;
}

.p-hallmap-dl__dt {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
.p-hallmap-dl__dt .is_red {
  color: #5d0d0d;
}

.p-information-hallmap {
  margin-bottom: 16rem;
}

.p-hallmap-dl__dd {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.p-information-bnr {
  padding-top: 6.5rem;
}

.p-museumgoods-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-museumgoods-list__item {
  width: 23.5%;
  padding-bottom: 3rem;
}

.p-museumgoods-list__cap {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 0;
}

@media screen and (max-width: 1024px) {
  .p-information-blk__inner {
    max-width: initial;
  }
  .p-information-nav__item:nth-child(2) {
    border: 1px solid #000;
  }
  .p-information-nav__item {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  /* **** infomation **** */
  .p-information-main .c-content-block__inner {
    width: 90%;
    margin: 0 auto;
  }
  .p-information-nav__item {
    width: 100%;
  }
  .p-information-nav__item:nth-child(2) {
    border: 1px solid #000;
    margin: 2rem 0;
  }
  .p-information-image-list__item {
    width: 47.5%;
    padding-bottom: 2rem;
  }
  .p-information-blk__left, .p-information-blk__right {
    width: 100%;
    justify-content: center;
  }
  .p-information-blk__inner {
    flex-flow: column;
  }
  .p-information-text-box {
    padding: 6.5rem 0;
  }
  .p-information-blk {
    margin: 0;
  }
  .p-information-blk__left.p-information-text-box {
    padding-right: 0;
  }
  .p-information-blk__right.p-information-image-box {
    justify-content: center;
  }
  .p-information-blk.u-pc-col2:nth-of-type(2) .p-information-blk__inner {
    flex-flow: column-reverse;
  }
  .p-information-dl__dl {
    flex-flow: column;
    margin-left: 0;
  }
  .p-information-dl__dt {
    width: 100%;
  }
  .p-information-dl__dd {
    width: 100%;
  }
  .p-hallmap-blk__left, .p-hallmap-blk__right {
    width: 100%;
  }
  .p-hallmap-dl {
    padding-top: 3rem;
    padding-left: 0;
  }
  .p-hallmap-dl__subttl {
    padding-bottom: 0.5em;
  }
  .p-information-museumgoods .p-information-blk.u-pc-col2 {
    flex-flow: column-reverse;
  }
  .p-information-nav__link {
    width: 23.5rem;
    justify-content: center;
    position: relative;
  }
  .p-information-nav__item .p-information-nav__link:before {
    position: absolute;
    left: 0;
  }
  .p-information-nav__item:after {
    position: absolute;
    right: 6em;
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-information-nav__item:nth-child(1) .p-information-nav__link:before {
    margin-right: 0;
    left: -3.7rem;
  }
  .p-information-nav__item:nth-child(2) .p-information-nav__link:before {
    margin-right: 0;
    left: -3.8rem;
  }
  .p-information-nav__item:nth-child(3) .p-information-nav__link:before {
    margin-right: 0;
    left: -3.2rem;
  }
  .p-information-nav__link {
    font-size: 2.4rem;
  }
  .p-information-blk-text {
    font-size: 2.4rem;
  }
  .p-information-dl__ttl {
    font-size: 2.8rem;
  }
  .p-information-dl__dl {
    font-size: 2.4rem;
  }
  .p-information-price-table__th {
    font-size: 2.2rem;
  }
  .p-information-price-table__th:nth-child(1),
  .p-information-price-table__th:nth-child(2),
  .p-information-price-table__th:nth-child(3) {
    width: initial;
  }
  .p-information-price .p-information-blk__inner {
    margin: 0 auto;
    width: 90%;
  }
  .p-hallmap-dl__ttl {
    font-size: 2.8rem;
  }
  .p-hallmap-dl__subttl,
  .p-hallmap-dl__dt,
  .p-hallmap-dl__dd,
  .p-hallmap-dl__text {
    font-size: 2.4rem;
  }
  .p-museumgoods-list__cap {
    font-size: 2.2rem;
  }
  .p-information-price-notolist__item a {
    text-decoration: underline;
  }
  .p-information-price-notolist__item a::after {
    display: none;
  }
}
/* 道の駅ページ */
.p-roadside-blk {
  padding-top: 2rem;
  padding-bottom: 12.5rem;
}

.p-roadside-blk__left {
  width: 50%;
}

.p-roadside-blk__right {
  width: 50%;
}

.p-roadside-blk-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 578px;
}

.p-roadside-image-box img:nth-of-type(1) {
  max-width: 578px;
  width: 57.8rem;
  padding-bottom: 1.5rem;
  margin-left: auto;
}
.p-roadside-image-box img:nth-of-type(2), .p-roadside-image-box img:nth-of-type(3) {
  max-width: 282px;
  width: 28.2rem;
  margin-left: auto;
}
.p-roadside-image-box img:nth-of-type(3) {
  margin-left: 1.4rem;
}

.p-roadside-blk__left.p-roadside-text-box {
  padding-top: 8.5rem;
}

.p-roadside-blk__right.p-roadside-image-box {
  display: flex;
  justify-content: flex-end;
}

.p-roadside-text-box {
  padding-right: 7rem;
}

.p-roadside-blk-text {
  font-size: 1.8rem;
  line-height: 2;
  padding-bottom: 3.5rem;
  letter-spacing: 0.05em;
}

.p-roadside-dl {
  padding-left: 5.5rem;
}

.p-roadside-dl__dl {
  display: flex;
  width: 100%;
  padding-top: 1.75rem;
  margin-left: -0.5em;
}

.p-roadside-dl__dt {
  width: 11rem;
}

.p-roadside-dl__ttl {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 2;
  border-bottom: 1px solid #000;
}

.p-roadside-blk:last-of-type {
  padding-bottom: 0;
}

.p-roadside-blk:last-of-type .p-roadside-image-box img:nth-of-type(1) {
  padding-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .p-roadside-dl__dt {
    width: 23.56%;
  }
  .p-roadside-dl__dd {
    width: 76.44%;
  }
}
@media screen and (max-width: 768px) {
  .p-roadside-main .c-content-block__inner {
    width: 90%;
  }
  .p-roadside-blk-text {
    font-size: 2.4rem;
  }
  .p-roadside-image-box img:nth-of-type(1) {
    padding-bottom: 2rem;
  }
  .p-roadside-image-box img:nth-of-type(2), .p-roadside-image-box img:nth-of-type(3) {
    margin: 0;
  }
  .p-roadside-dl {
    padding-top: 1em;
  }
  .p-roadside-dl__ttl {
    font-size: 2.8rem;
  }
  .p-roadside-dl__dl {
    font-size: 2.4rem;
  }
  .p-roadside-blk__right, .p-roadside-blk__left {
    width: 100%;
  }
  .p-roadside-blk__left.p-roadside-text-box {
    padding-top: 0;
    padding-right: 0;
  }
  .p-roadside-image-box img:nth-of-type(1) {
    width: 100%;
    max-width: initial;
  }
  .p-roadside-image-box img:nth-of-type(2), .p-roadside-image-box img:nth-of-type(3) {
    width: 47.5%;
  }
  .p-roadside-blk-img {
    max-width: initial;
    width: 100%;
  }
  .p-roadside-dl {
    padding-left: 0;
  }
  .p-roadside-dl__dl {
    flex-flow: column;
    margin-left: 0;
  }
  .p-roadside-dl__dt, .p-roadside-dl__dd {
    width: 100%;
  }
}
/*縄文文化特別研究*/
.p-research-list__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-research-list__item {
  width: 54rem;
  padding-bottom: 9rem;
  display: flex;
  flex-flow: column;
  align-items: stretch;
  justify-content: flex-start;
}

.p-research-list__item:nth-of-type(1) {
  width: 100%;
}

.p-research-dl {
  display: flex;
  flex-flow: column;
  align-items: stretch;
  justify-content: flex-start;
  height: 100%;
}

.p-research-dl__dl {
  margin-top: auto;
}

.p-research-dl__dt {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.55;
  border-left: 6px solid #5c0d0d;
  padding-left: 1.5rem;
  margin-top: 1em;
  margin-bottom: 1em;
}

.p-research-dl__ttl {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 2.5;
  border-bottom: 1px solid #000;
  margin-bottom: 1rem;
}

.p-research-dl__text {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.p-research-blk__text {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.05em;
  padding-bottom: 17rem;
}

.p-research-dl__link {
  background: #FFF;
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
  line-break: 4;
  font-size: 2rem;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.p-research-dl__link span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-research-dl__link span::before {
  content: "";
  display: inline-block;
  max-width: 31px;
  max-height: 37px;
  width: 3.1rem;
  height: 3.7rem;
  background-image: url(../assets/images/research/img-icon-pdf.png);
  background-size: cover;
  position: relative;
  margin-right: 2rem;
}

.p-research-dl__link span::before a span {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .p-research-list__item {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .p-research-main .c-content-block__inner {
    width: 90%;
  }
  .p-research-blk__text {
    width: 80%;
  }
  .p-research-blk__text {
    font-size: 2.4rem;
  }
  .p-research-list__item {
    width: 100%;
  }
  .p-research-dl__ttl {
    font-size: 2.8rem;
  }
  .p-research-dl__text {
    font-size: 2.4rem;
  }
  .p-research-dl__dt {
    font-size: 2.4rem;
  }
}
/* Accessページ */
.p-access-sec {
  padding-bottom: 9.5rem;
}

.p-access-dl {
  padding-top: 3.5rem;
  padding-bottom: 5.5rem;
}

.p-access-dl__dt {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.25;
  padding-bottom: 0.25em;
}

.p-access-dl__dd {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.66;
}

.p-access-blk-text {
  padding: 1em 0;
  text-align: right;
}

.p-access-blk-text a {
  color: #5d0d0d;
  position: relative;
}

.p-access-blk-text a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(1);
  background-color: #5d0d0d;
  content: "";
}

/* END-Accessページ */
@media screen and (max-width: 768px) {
  .p-access-main .c-content-block__inner {
    width: 90%;
  }
  .p-access-dl__dd:nth-of-type(2) {
    padding: 1em 0;
  }
  .p-access-dl__dd:nth-of-type(2) .p-access-dl__dd__item {
    display: block;
  }
}
/* **** navi **** */
.p-worldheritage-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 19rem;
}

.p-worldheritage-nav__item {
  width: 50%;
  text-align: center;
  height: 8rem;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 0;
}

.p-worldheritage-nav__item:nth-child(2) {
  border-right: none;
}

.p-worldheritage-nav__item:after {
  content: "";
  display: inline-block;
  top: 0;
  right: -1em;
  bottom: 0;
  margin: auto 0;
  width: 1.25rem;
  height: 1.25rem;
  border-top: solid 2px #393939;
  border-right: solid 2px #393939;
  border-radius: 0 3px 0 0;
  transform: rotate(45deg);
  margin-left: 3.2rem;
  position: absolute;
  right: 3.5rem;
  transition: 0.6s;
}

.p-worldheritage-nav__item:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  background: #5d0d0d;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: 0.4s;
}

.p-worldheritage-nav__item.is_tabactive:before {
  transform: scaleX(1);
  transform-origin: left center;
}

.p-worldheritage-nav__link {
  font-size: 2rem;
}

.p-worldheritage-nav__item.is_tabactive .p-worldheritage-nav__link {
  color: #FFF;
  font-weight: 600;
}

.p-worldheritage-nav__item.is_tabactive:after {
  transform: rotate(135deg);
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
}

.p-worldheritage-nav__item:hover {
  cursor: pointer;
}

.p-worldheritage-nav__item:hover:after {
  transform: rotate(135deg) scale(1.1, 1.1);
}

.p-worldheritage-nav__item.is_tabactive:hover:after {
  transform: rotate(135deg) scale(1, 1);
}

/* **** title **** */
.c-sec-ttl.p-worldheritage-sec-ttl {
  color: #000;
  background-color: initial;
  padding: 0;
  font-weight: 300;
  font-size: 2.4rem;
  margin-bottom: 2.2rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.c-sec-ttl.p-worldheritage-sec-ttl .c-sec-ttl__main {
  font-size: 4rem;
  line-height: 1.5;
}

.c-sec-ttl.p-worldheritage-sec-ttl .c-sec-ttl__sub {
  font-size: 1.8rem;
  font-weight: 600;
}

/* **** p-worldheritage-sec **** */
.p-worldheritage-sec.p-worldheritage-sec-mifune,
.p-worldheritage-sec.p-worldheritage-sec-kakinoshima {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  height: 0;
}

.p-worldheritage-sec.is_show {
  opacity: 1;
  visibility: initial;
  z-index: initial;
  transition: 0.6s;
  height: auto;
}

.p-worldheritage-sec__text {
  padding: 8rem 0;
}

.p-worldheritage-sec-dl {
  max-width: 488px;
  padding-bottom: 15rem;
}

/* **** p-worldheritage-sec-pdf **** */
.p-worldheritage-sec-pdf {
  max-width: 1000px;
  width: 100rem;
  margin: 0 auto;
  border: 1px solid #000;
}

.p-worldheritage-sec-pdf__inner {
  padding: 1.5rem 1rem;
}

.p-worldheritage-pdf__box {
  width: 95.72%;
  margin: 0 auto;
}

.p-worldheritage-pdf__text {
  padding: 2.5rem 0;
}

.p-worldheritage-pdf__list {
  display: flex;
  justify-content: space-between;
}

.p-worldheritage-pdf__item {
  width: 44.3rem;
  height: 6.5rem;
  max-width: 443px;
  height: 65px;
}

@media screen and (max-width: 1024px) {
  .p-worldheritage-sec-pdf {
    max-width: initial;
    width: 80%;
  }
  .p-worldheritage-pdf__item {
    width: 45%;
    height: 6.5rem;
  }
  .p-worldheritage-sec-dl {
    max-width: initial;
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  .p-worldheritage-sec-dl {
    max-width: initial;
    width: 100%;
  }
  .p-worldheritage-main .c-content-block__inner {
    width: 90%;
  }
  .p-museumgoods-list__item {
    width: 47.5%;
  }
  .p-worldheritage-sec-pdf {
    max-width: initial;
    width: 100%;
  }
  .p-worldheritage-pdf__list {
    flex-flow: column;
  }
  .p-worldheritage-pdf__item {
    width: 100%;
    max-width: initial;
    margin-bottom: 2rem;
  }
  .p-worldheritage-pdf__box {
    width: 100%;
  }
  .p-worldheritage-sec-dl {
    max-width: initial;
    width: 100%;
  }
}
/* **** p-group-sec-blk **** */
.p-group-sec-blk .c-sec-blk__left {
  width: 62.08%;
  display: flex;
  align-items: center;
  padding-left: 3.75rem;
  padding-right: 7.5rem;
}

.p-group-sec-blk .c-sec-blk__right {
  width: 37.92%;
}

/* **** c-sec-blk-case **** */
.p-sec-blk-case__dl {
  padding-bottom: 6rem;
}

.p-sec-blk-case__dt {
  display: flex;
  align-items: center;
  background-color: #FFF;
  font-size: 1.8rem;
}

.p-sec-blk-case__icon {
  font-size: 2rem;
  font-weight: 600;
  padding: 0.5em 1em;
  background: #5d0d0d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-sec-blk-case__name {
  padding-left: 1em;
}

.p-sec-blk-case__text {
  padding: 1.5em 0;
  font-weight: 600;
}

.c-sec-dl__image {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.p-group-sec-modelcourse .c-sec-blk__right .c-sec-dl__image img {
  max-width: 284px;
  width: 28.4rem;
}
.p-group-sec-modelcourse .c-sec-blk__right .c-sec-dl__image img:last-child {
  margin-left: 1.4rem;
}

.p-group-sec-modelcourse .p-group-sec-blk .c-sec-dl__image {
  flex-flow: column;
  align-items: flex-end;
}

#case2 .p-group-sec-blk .c-sec-blk__left {
  padding: 0;
  width: 73.83%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

#case2 .p-group-sec-blk .c-sec-blk__left .p-sec-blk-case__text {
  font-weight: 300;
  padding: 0;
  font-size: 1.8rem;
  padding-top: 0.5em;
}

#case2 .p-group-sec-blk .c-sec-blk__right {
  width: 26.17%;
  flex-flow: column;
  justify-content: flex-start;
}

#case2 .c-sec-blk__right .c-sec-dl__image img:last-child {
  margin-left: 0;
  margin-top: 1rem;
}

/* **** p-worldheritage-sec-pdf **** */
.p-requiredtime-blk {
  background: #fff;
}

.p-requiredtime-blk__inner {
  max-width: 1040px;
  padding: 5rem 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 86.66%;
}

.p-requiredtime-blk-table {
  width: 100%;
}

.p-requiredtime-blk-table__th {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  padding: 1.5em 0;
  border-bottom: 1px solid #000;
  vertical-align: middle;
}

.p-requiredtime-blk-table__td {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  padding: 1.5em 0;
  border-bottom: 1px solid #000;
  vertical-align: middle;
}

.p-requiredtime-blk-table__th:nth-of-type(1),
.p-requiredtime-blk-table__td:nth-of-type(1) {
  width: 38%;
}

.p-requiredtime-blk-table__th:nth-of-type(2),
.p-requiredtime-blk-table__td:nth-of-type(2) {
  width: 15%;
}

.p-requiredtime-blk-table__th:nth-of-type(3),
.p-requiredtime-blk-table__td:nth-of-type(3) {
  width: 47%;
  padding: 1em;
  text-align: left;
}

.p-requiredtime-blk-table__th:nth-of-type(3) {
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .p-requiredtime-blk__inner {
    max-width: initial;
    width: 86.66%;
    margin: 0 auto;
  }
  .p-requiredtime-blk-table__th:nth-of-type(1) {
    width: 38%;
  }
  .p-requiredtime-blk-table__th:nth-of-type(2) {
    width: 15%;
  }
  .p-requiredtime-blk-table__th:nth-of-type(3) {
    width: 47%;
  }
}
@media screen and (max-width: 768px) {
  .p-group-main .c-content-block__inner {
    width: 90%;
  }
  .p-group-main .c-sec-blk__text {
    padding-bottom: 1em;
  }
  #case2 .p-group-sec-blk .c-sec-blk__left .p-sec-blk-case__text:first-of-type {
    padding-top: 1em;
  }
  #case2 .p-group-sec-blk .c-sec-blk__left .p-sec-blk-case__text:last-child {
    padding-bottom: 1em;
  }
  .p-group-sec .p-group-sec-blk {
    flex-flow: column-reverse;
  }
  .p-group-sec-blk .c-sec-blk__right,
  .p-group-sec-blk .c-sec-blk__left {
    width: 100%;
    padding: 0;
  }
  .p-group-sec-modelcourse .c-sec-blk__right .c-sec-dl__image img {
    max-width: initial;
    width: 47.5%;
  }
  .c-sec-dl__image {
    justify-content: space-between;
  }
  #case2 .p-group-sec-blk .c-sec-blk__left, #case2 .p-group-sec-blk .c-sec-blk__right {
    width: 100%;
  }
  #case2 .p-group-sec-blk .c-sec-blk__right .c-sec-dl__image {
    flex-flow: row;
  }
  #case2 .p-group-sec-blk .c-sec-blk__left .p-sec-blk-case__text {
    font-size: 2.4rem;
  }
  .p-group-sec .p-group-sec-blk {
    flex-flow: column;
  }
  .p-sec-blk-case__dt {
    background: #5d0d0d;
  }
  .p-sec-blk-case__icon {
    display: block;
    width: 20%;
    text-align: center;
  }
  .p-sec-blk-case__name {
    display: block;
    width: 80%;
    background: #FFF;
  }
  .p-requiredtime-blk-table__th:nth-of-type(2),
  .p-requiredtime-blk-table__td:nth-of-type(2) {
    width: 20%;
  }
  #case1 .p-sec-blk-case__dd .c-sec-dl__image {
    padding-bottom: 3rem;
  }
}
/* **** navi **** */
#en .l-header__logo-inner {
  width: 32rem;
}

.p-tabsec-wrap {
  overflow: hidden;
  height: inherit;
}

.p-tabsec {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  height: 0;
  transition: 0.6s;
}

.p-tabsec.is_show {
  opacity: 1;
  visibility: initial;
  z-index: initial;
  height: inherit;
}

.p-tabsec-ttl {
  font-size: 3.5rem;
  border-bottom: none;
  margin-bottom: 2.2rem;
}

.p-tabsec-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 12.5rem;
  position: relative;
  z-index: 0;
}

.p-tabsec-nav__item {
  width: 50%;
  text-align: center;
  height: 8rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-tabsec-nav__item:nth-child(2) {
  border-right: none;
}

.p-tabsec-nav__item:after {
  content: "";
  display: inline-block;
  top: 0;
  right: -1em;
  bottom: 0;
  margin: auto 0;
  width: 1.25rem;
  height: 1.25rem;
  border-top: solid 2px #393939;
  border-right: solid 2px #393939;
  border-radius: 0 3px 0 0;
  transform: rotate(45deg);
  margin-left: 3.2rem;
  position: absolute;
  right: 3.5rem;
  transition: 0.6s;
}

.p-tabsec-nav__item:hover {
  cursor: pointer;
}

.p-tabsec-nav__item.is_tabactive:after {
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
}

.p-tabsec-nav__item.is_tabactive:after {
  transform: rotate(135deg);
}

.p-tabsec-nav__item:hover:after {
  transform: rotate(135deg) scale(1.1, 1.1);
}

/* **** cultureguide **** */
.p-cultureguide-sec .c-sec-blk__left {
  width: 47rem;
}

.p-cultureguide-sec .c-sec-blk__right {
  width: 73rem;
  align-items: center;
}

.p-cultureguide-sec .c-sec-dl__ttl {
  border: none;
}

.p-cultureguide-sec .c-sec-dl__ttl-main {
  font-size: 3rem;
}

/* **** title **** */
.c-sec-ttl.p-worldheritage-sec-ttl {
  color: #000;
  background-color: initial;
  padding: 0;
  font-weight: 300;
  font-size: 2.4rem;
  margin-bottom: 2.2rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.c-sec-ttl.p-worldheritage-sec-ttl .c-sec-ttl__main {
  font-size: 4rem;
  line-height: 1.5;
}

.c-sec-ttl.p-worldheritage-sec-ttl .c-sec-ttl__sub {
  font-size: 1.8rem;
  font-weight: 600;
}

.p-tabsec-nav__item:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  background: #5d0d0d;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: 0.4s;
}

.p-tabsec-nav__item.is_tabactive {
  color: #FFF;
  font-weight: 600;
}

.p-tabsec-nav__item.is_tabactive:before {
  transform: scaleX(1);
  transform-origin: left center;
}

/* **** p-worldheritage-sec **** */
.p-worldheritage-sec__text {
  padding: 8rem 0;
}

#section1 {
  padding-top: 10rem;
}

#section1, #section2, #section3 {
  scroll-margin-top: 20rem;
}

@media screen and (max-width: 1024px) {
  .p-cultureguide-sec .c-sec-blk__left {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .p-en-main .c-content-block__inner {
    width: 90%;
  }
  .p-en-main .c-page-head__kv img {
    height: initial;
  }
  #en .l-header__logo-inner {
    width: 90%;
  }
  /* **** cultureguide **** */
  .p-cultureguide-sec .c-sec-blk__left {
    width: 100%;
  }
  .p-cultureguide-sec .c-sec-blk__right {
    width: 100%;
  }
  #en .c-page-head__kv {
    margin-top: 0;
  }
  #en .c-page-head__text {
    top: 45%;
  }
  #en #section3 {
    padding-top: 6.5rem;
  }
  .p-information-blk__right.p-information-image-box {
    padding-bottom: 6.5rem;
  }
  .p-tabsec-nav__item {
    font-size: 1.8rem;
  }
  .p-tabsec-nav__item:after {
    right: 1.5em;
  }
  .p-cultureguide-sec .c-sec-dl__ttl-main {
    font-size: 3.3rem;
  }
  .p-information-image-list {
    padding-bottom: 2.5rem;
  }
  #section1 {
    padding-top: 5rem;
  }
  #section1, #section2, #section3 {
    scroll-margin-top: 20rem;
  }
}
#en .l-nav-submenu__item:nth-child(1), #en .l-nav-submenu__item:nth-child(2) {
  display: none;
}

@media screen and (max-width: 1024px) {
  #en .l-nav-submenu__inner {
    justify-content: center;
  }
  #en .l-nav-menu__inner {
    height: 100%;
  }
}
/* common */
.p-menu-btn {
  background: #5d0d0d;
  border-radius: 5px;
  width: 13.6rem;
  height: 9.4rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.p-menu-btn__icon {
  min-height: 2.6rem;
  max-height: 2.6rem;
}
.p-menu-btn__text {
  font-size: 1.6rem;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  display: flex;
  align-items: center;
  min-height: 48px;
  padding-top: 0.3em;
  line-height: 1.4;
}

.p-panel {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 39rem;
  padding-bottom: 8rem;
}

.p-panel:hover .p-panel__inner .p-panel__img img {
  transform: scale(1.1);
}

.p-panel-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 6.5rem;
}

.p-panel-container::after {
  content: "";
  display: block;
  width: 30%;
}

.p-panel__inner {
  position: relative;
}

.p-panel__head {
  display: flex;
  align-items: center;
  margin-top: 2.2rem;
  margin-bottom: 0.8rem;
}

.p-panel__img {
  overflow: hidden;
  height: 29.3rem;
  max-height: 293px;
}

.p-panel__img img {
  transform: scale(1);
  transition-duration: 0.5s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.p-panel__date {
  font-weight: 300;
  font-size: 1.8rem;
  display: inline;
  padding-right: 0.5em;
}

.p-panel__term {
  background-color: #0c0c2b;
  color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
  display: inline;
  z-index: 2;
  position: relative;
}

.p-panel__term-link {
  display: block;
  padding: 0.25em 1em;
}

.p-panel__title {
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.636;
}

.p-panel__link:hover::after {
  opacity: 0.6;
}

.p-panel__link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.p-page-visual {
  position: relative;
}

.p-page-visual__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #FFF;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.p-page-visual__main {
  font-size: 4rem;
  letter-spacing: 0.1em;
}

.p-page-visual__eng {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

/* privacypolicy */
.p-privacy-sec .p-privacy-sec__text {
  padding-bottom: 2em;
}
.p-privacy-sec .p-privacy-sec__text:nth-of-type(1) {
  padding-bottom: 3em;
}
.p-privacy-sec .p-privacy-sec__text:last-of-type {
  padding-top: 2em;
}

.p-privacy-main .c-content-block__inner {
  padding-bottom: 0;
}

/*404*/
.l-header.is_error {
  background: #1a1a1a;
}

.p-error-main .c-page-head__text {
  position: static;
  transform: initial;
  padding-top: 17.5rem;
}

.p-error-main .c-content-block__inner {
  min-height: 500px;
}

#section1.p-error-sec {
  padding-top: 0;
}

.p-error-sec .c-sec__inner .c-sec__text {
  padding: 3em 0 5em 0;
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .p-panel {
    width: 30%;
  }
  .p-panel:last-child {
    display: none;
  }
  .p-panel__img {
    height: 36.565rem;
  }
}
@media screen and (max-width: 768px) {
  .p-menu-btn {
    background: none;
    border-radius: 0;
    width: 100%;
    height: 8.4rem;
  }
  .p-menu-btn__icon {
    filter: brightness(0.1);
  }
  .p-menu-btn__text {
    color: #1a1a1a;
    font-size: 1.8rem;
    min-height: 1em;
    padding-top: 1.6rem;
  }
  .p-panel {
    width: 100%;
  }
  .p-panel-container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 0px;
  }
  .p-panel__inner {
    position: relative;
  }
  .p-panel__head {
    margin-top: 2.2rem;
    margin-bottom: 0.8rem;
  }
  .p-panel__date {
    font-size: 2rem;
  }
  .p-panel__term {
    font-size: 2rem;
  }
  .p-panel__title {
    font-size: 2.4rem;
    padding-bottom: 5.5rem;
  }
  .p-panel__img {
    height: 39rem;
    max-height: 460px;
  }
  .p-page-visual {
    position: relative;
    margin-top: 11.8rem;
  }
  .p-page-visual__main {
    font-size: 5rem;
  }
  .p-page-visual__eng {
    font-size: 2.8rem;
  }
  .p-page-visual__image img {
    height: 35rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}/*# sourceMappingURL=style.css.map */