@charset "UTF-8";

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0
}

body {
  line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block
}

nav ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700
}

del {
  text-decoration: line-through
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input,
select {
  vertical-align: middle
}

input[type=button],
input[type=submit] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box
}

input[type=button]::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration {
  display: none
}

input[type=button]::focus,
input[type=submit]::focus {
  outline-offset: -2px
}

*,
::after,
::before {
  box-sizing: border-box
}

html {
  min-height: 100%;
  font-size: 13.333vw
}

@media screen and (min-width:769px) {
  html {
    font-size: 62.5%
  }
}

body {
  min-width: 100%;
  font-family: "Noto Serif JP", serif;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt"1;
  font-size: .26rem;
  font-weight: 400;
  color: #27354d;
  background: #fafaf8;
  direction: ltr;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset
}

@media screen and (min-width:960px) {
  body {
    font-size: 1.6rem
  }
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
(-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }
}

a {
  color: #27354d;
  text-decoration: none
}

img,
video {
  border: none;
  vertical-align: top;
  max-width: 100%;
  height: auto
}

address {
  font-style: normal
}

ul {
  list-style-type: none
}

i {
  font-style: italic
}

.col-1 {
  flex: 0 0 8.3333333333%;
  width: 8.3333333333%
}

.col-2 {
  flex: 0 0 16.6666666667%;
  width: 16.6666666667%
}

.col-3 {
  flex: 0 0 25%;
  width: 25%
}

.col-4 {
  flex: 0 0 33.3333333333%;
  width: 33.3333333333%
}

.col-5 {
  flex: 0 0 41.6666666667%;
  width: 41.6666666667%
}

.col-6 {
  flex: 0 0 50%;
  width: 50%
}

.col-7 {
  flex: 0 0 58.3333333333%;
  width: 58.3333333333%
}

.col-8 {
  flex: 0 0 66.6666666667%;
  width: 66.6666666667%
}

.col-9 {
  flex: 0 0 75%;
  width: 75%
}

.col-10 {
  flex: 0 0 83.3333333333%;
  width: 83.3333333333%
}

.col-11 {
  flex: 0 0 91.6666666667%;
  width: 91.6666666667%
}

.col-12 {
  flex: 0 0 100%;
  width: 100%
}

@media screen and (min-width:769px) {
  .col-pc-1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%
  }

  .col-pc-2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%
  }

  .col-pc-3 {
    flex: 0 0 25%;
    width: 25%
  }

  .col-pc-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%
  }

  .col-pc-5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%
  }

  .col-pc-6 {
    flex: 0 0 50%;
    width: 50%
  }

  .col-pc-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%
  }

  .col-pc-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%
  }

  .col-pc-9 {
    flex: 0 0 75%;
    width: 75%
  }

  .col-pc-10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%
  }

  .col-pc-11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%
  }

  .col-pc-12 {
    flex: 0 0 100%;
    width: 100%
  }
}

@media screen and (max-width:769px) {
  .col-sp-1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%
  }

  .col-sp-2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%
  }

  .col-sp-3 {
    flex: 0 0 25%;
    width: 25%
  }

  .col-sp-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%
  }

  .col-sp-5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%
  }

  .col-sp-6 {
    flex: 0 0 50%;
    width: 50%
  }

  .col-sp-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%
  }

  .col-sp-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%
  }

  .col-sp-9 {
    flex: 0 0 75%;
    width: 75%
  }

  .col-sp-10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%
  }

  .col-sp-11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%
  }

  .col-sp-12 {
    flex: 0 0 100%;
    width: 100%
  }
}

.italic {
  font-style: italic
}

.small-caps {
  font-variant: small-caps
}

.bold {
  font-weight: 700
}

.xx-small {
  font-size: 60%
}

.x-small {
  font-size: 75%
}

.small {
  font-size: 88.88%
}

.large {
  font-size: 120%
}

.x-large {
  font-size: 150%
}

.xx-large {
  font-size: 200%
}

.lh-100 {
  line-height: 1 !important
}

.lh-125 {
  line-height: 1.25 !important
}

.lh-150 {
  line-height: 1.5 !important
}

.lh-175 {
  line-height: 1.75 !important
}

.overline {
  text-decoration: overline
}

.underline {
  text-decoration: underline
}

.capitalize {
  text-transform: capitalize
}

.uppercase {
  text-transform: uppercase
}

.lowercase {
  text-transform: lowercase
}

.indent {
  text-indent: 1em
}

.indent-back {
  padding-left: 1em !important;
  text-indent: -1em !important
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

.float-left {
  float: left
}

.float-right {
  float: right
}

.wbr {
  display: inline-block !important;
  white-space: nowrap !important
}

.no-leter-spaceing {
  letter-spacing: 0 !important
}

.serif {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif
}

.sans-serif {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif
}

.sans-serif-rounded {
  font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", HGMaruGothicMPRO, sans-serif
}

.clearfix::after {
  content: "";
  display: block;
  clear: both
}

.d-flex {
  display: flex !important
}

.d-inline-flex {
  display: inline-flex !important
}

.align-items-center {
  align-items: center !important
}

.jc-space-between {
  justify-content: space-between !important
}

.jc-center {
  justify-content: center !important
}

.row-reverse {
  flex-direction: row-reverse !important
}

.pointer {
  cursor: pointer
}

.d-block {
  display: block !important
}

.d-inline {
  display: inline !important
}

.d-inline-block {
  display: inline-block !important
}

.circle {
  border-radius: 50%
}

.sp-only {
  display: block !important
}

@media screen and (min-width:560px) {
  .sp-only {
    display: none !important
  }
}

.sp-more {
  display: none !important
}

@media screen and (min-width:560px) {
  .sp-more {
    display: block !important
  }
}

.tb-only {
  display: block !important
}

@media screen and (min-width:769px) {
  .tb-only {
    display: none !important
  }
}

.tb-more {
  display: none !important
}

@media screen and (min-width:769px) {
  .tb-more {
    display: block !important
  }
}

.pc-only {
  display: none !important
}

@media screen and (min-width:960px) {
  .pc-only {
    display: block !important
  }
}

.full-width {
  padding: 0;
  width: 100%
}

.is-hidden {
  display: none !important
}

.is-show {
  display: block !important
}

.global-header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: .96rem;
  background: #f8f8f8
}

@media screen and (min-width:769px) {
  .global-header {
    position: relative;
    height: 88px;
    background-color: transparent
  }
}

.global-header::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #27354d
}

@media screen and (min-width:769px) {
  .global-header::after {
    display: none
  }
}

.global-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: .25rem;
  height: 100%
}

@media screen and (min-width:769px) {
  .global-header-inner {
    padding: 20px 30px;
    align-items: flex-end
  }
}

@media screen and (min-width:960px) {
  .global-header-inner {
    padding: 20px 60px
  }
}

.global-header-logo {
  width: 3.6rem
}

@media screen and (min-width:769px) {
  .global-header-logo {
    flex-shrink: 0;
    width: 320px
  }
}

.global-header-sp-contents {
  display: flex;
  align-items: center;
  margin-left: auto;
  height: 100%;
  background: #344866;
  color: #fff;
  cursor: pointer
}

@media screen and (min-width:769px) {
  .global-header-sp-contents {
    display: none
  }
}

.global-header-lang-active {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 0 .2rem;
  min-width: 1.16rem
}

.global-header-lang-active::before {
  content: "";
  display: block;
  margin-right: .2rem;
  width: .36rem;
  height: .36rem;
  background: url(../img/common/language_icon.svg) no-repeat center center/contain
}

.global-header-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 1rem;
  height: 100%
}

.global-header-btn a {
  position: relative;
  display: block;
  width: .38rem;
  height: .26rem
}

.global-header-btn span {
  position: absolute;
  width: 100%;
  height: .04rem;
  display: block;
  background: #fff;
  border-radius: .02rem;
  transition-property: top, bottom, transform;
  transition-duration: .2s
}

.global-header-btn span:nth-child(1) {
  top: 0
}

.global-header-btn span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%)
}

.global-header-btn span:nth-child(3) {
  bottom: 0
}

.global-header-btn.active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg)
}

.global-header-btn.active span:nth-child(2) {
  top: 50%;
  opacity: 0
}

.global-header-btn.active span:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg)
}

.global-header-nav {
  display: none;
  position: fixed;
  top: .96rem;
  left: 0;
  padding: 0 0 .48rem;
  width: 100%;
  max-height: 92%;
  max-height: calc(100% - .96rem);
  overflow-y: scroll;
  background: #344866;
  color: #fff
}

@media screen and (min-width:769px) {
  .global-header-nav {
    position: static;
    display: block;
    margin-left: 20px;
    padding: 0;
    width: auto;
    height: auto;
    overflow: visible;
    background-color: transparent
  }
}

.global-header-nav a {
  color: #fff
}

@media screen and (min-width:769px) {
  .global-header-nav a {
    color: #27354d
  }
}

.global-header-nav::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .6);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s
}

.is-overlay .global-header-nav::after {
  pointer-events: initial;
  opacity: 1
}

.global-header-nav-list {
  display: flex;
  flex-wrap: wrap;
  order: 2
}

@media screen and (min-width:769px) {
  .global-header-nav-list {
    margin-top: auto;
    justify-content: flex-end;
    align-items: flex-end;
    flex-wrap: nowrap
  }
}

.global-header-nav-list li {
  width: 50%;
  border-bottom: 1px solid #27354d
}

@media screen and (min-width:769px) {
  .global-header-nav-list li {
    width: auto;
    position: relative;
    border-bottom: none
  }

  .global-header-nav-list li+li {
    margin-left: 40px
  }

  .global-header-nav-list li.current a::after {
    width: 100%
  }
}

.global-header-nav-list li:nth-child(even) {
  border-left: 1px solid #27354d
}

@media screen and (min-width:769px) {
  .global-header-nav-list li:nth-child(even) {
    border-left: none
  }
}

.global-header-nav-list a {
  padding: .5rem;
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: .24rem;
  letter-spacing: .05em
}

@media screen and (min-width:769px) {
  .global-header-nav-list a {
    position: relative;
    display: inline;
    text-align: left;
    height: 100%;
    padding: 0;
    line-height: 1.15;
    font-size: 14px;
    letter-spacing: .2em;
    border-bottom: none
  }

  .global-header-nav-list a::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 2px;
    display: block;
    width: 0;
    height: 1px;
    background: #27354d;
    transition: width .4s
  }

  .global-header-nav-list a:hover::after {
    width: 100%
  }
}

@media screen and (min-width:769px) {
  .gloabal-header-lang {
    display: block;
    order: 1;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 420px;
    text-align: right
  }
}

.gloabal-header-lang h1 {
  padding: .5rem;
  text-align: center;
  font-size: .24rem;
  font-weight: 600;
  letter-spacing: .05em
}

@media screen and (min-width:769px) {
  .gloabal-header-lang h1 {
    display: none
  }
}

.global-header-lang-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-family: "Noto Serif KR", serif;
  font-weight: 400;
  padding: 0 .3rem;
  margin-top: -.24rem
}

@media screen and (min-width:769px) {
  .global-header-lang-list {
    margin-top: 0;
    padding: 20px 30px 30px;
    width: 420px;
    background: #344866;
    border-bottom: 1px solid #27354d
  }
}

.global-header-lang-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: .24rem;
  width: 2.1rem;
  height: .6rem;
  font-weight: 600;
  font-size: .24rem;
  color: #fff;
  background: #27354d;
  border-radius: .3rem;
  overflow: hidden
}

@media screen and (min-width:769px) {
  .global-header-lang-list li {
    margin-top: 10px;
    font-size: 14px;
    width: 110px;
    height: 32px;
    border-radius: 16px;
    color: #fff
  }
}

.global-header-lang-list li.large {
  width: 4.5rem
}

@media screen and (min-width:769px) {
  .global-header-lang-list li.large {
    width: 233px
  }
}

.global-header-lang-list li.current {
  background: #fff;
  color: #27354d
}

.global-header-lang-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: .24rem;
  font-weight: 600;
  transition: .3s
}

@media screen and (min-width:769px) {
  .global-header-lang-list a {
    color: #fff;
    font-size: 13px
  }
}

.global-header-lang-list a:hover {
  color: #27354d;
  background: #fff
}

.gloabal-header-lang-btn-pc {
  display: none
}

@media screen and (min-width:769px) {
  .gloabal-header-lang-btn-pc {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    padding: 5px 30px 5px 15px;
    padding-right: 30px;
    min-height: 32px;
    border-radius: 0 0 0 2px;
    cursor: pointer;
    background: #344866
  }

  .gloabal-header-lang-btn-pc::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 3.5px 0 3.5px;
    border-color: #fff transparent transparent transparent;
    transform: translate3d(0, -50%, 0);
    transition: transform .3s
  }

  .gloabal-header-lang-btn-pc.is-active {
    width: 100%
  }

  .gloabal-header-lang-btn-pc.is-active::after {
    transform: translate3d(0, -50%, 0) rotate(180deg)
  }

  .gloabal-header-lang-btn-pc span {
    display: flex;
    align-items: center;
    font-size: 12px;
    text-align: left
  }

  .gloabal-header-lang-btn-pc span::before {
    content: "";
    margin-right: 10px;
    width: 18px;
    height: 18px;
    background: url(../img/common/language_icon.svg) no-repeat center center/contain
  }

  .gloabal-header-lang-btn-pc span::after {
    content: "";
    margin-left: 15px;
    width: 1px;
    height: 20px;
    background: #27354d
  }
}

.global-footer {
  margin-top: .96rem
}

@media screen and (min-width:769px) {
  .global-footer {
    margin-top: 96px
  }
}

.global-footer-top {
  padding: .15rem 0;
  background: #344866
}

@media screen and (min-width:769px) {
  .global-footer-top {
    padding: 45px 0
  }
}

.global-footer-bnr {
  width: 92%;
  margin: auto;
  text-align: center
}

@media screen and (min-width:769px) {
  .global-footer-bnr {
    width: 430px
  }
}

.global-footer-bottom {
  margin-top: .96rem
}

@media screen and (min-width:769px) {
  .global-footer-bottom {
    margin-top: 40px
  }
}

.globa-footer-info {
  margin: auto;
  width: 92%
}

@media screen and (min-width:769px) {
  .globa-footer-info {
    width: 96%;
    max-width: 960px
  }
}

@media screen and (min-width:769px) {
  .globa-footer-info {
    display: flex;
    justify-content: space-between;
    max-width: 1080px
  }
}

.globa-footer-info-col {
  padding-bottom: .48rem;
  border-bottom: 1px solid #27354d
}

@media screen and (min-width:769px) {
  .globa-footer-info-col {
    width: 33.3333333333%;
    padding-bottom: 0;
    border-bottom: none
  }

  .globa-footer-info-col:nth-child(1) {
    order: 2
  }

  .globa-footer-info-col:nth-child(2) {
    order: 3
  }

  .globa-footer-info-col:nth-child(3) {
    order: 1
  }
}

.globa-footer-info-col+.globa-footer-info-col {
  margin-top: .48rem
}

@media screen and (min-width:769px) {
  .globa-footer-info-col+.globa-footer-info-col {
    margin-top: 0
  }
}

.globa-footer-info-col dt {
  font-weight: 600;
  font-size: .255rem;
  letter-spacing: .1em
}

@media screen and (min-width:769px) {
  .globa-footer-info-col dt {
    font-size: 12px
  }
}

.globa-footer-info-col dd {
  padding-left: .28rem;
  font-size: .22rem;
  letter-spacing: .05em;
  line-height: 1.7
}

@media screen and (min-width:769px) {
  .globa-footer-info-col dd {
    padding-left: 0;
    font-size: 12px;
    line-height: 2
  }
}

.globa-footer-info-col dd:first-of-type {
  margin: .24rem 0 .16rem;
  font-weight: 600;
  font-size: .26rem;
  line-height: 1
}

@media screen and (min-width:769px) {
  .globa-footer-info-col dd:first-of-type {
    margin-top: 24px;
    margin-bottom: 14px;
    font-size: 14px
  }
}

.globa-footer-info-col ul {
  display: flex
}

.footer-logo {
  margin-top: .72rem
}

@media screen and (min-width:769px) {
  .footer-logo {
    margin-top: 40px
  }
}

.footer-logo .img {
  width: 2.12rem;
  margin: auto
}

@media screen and (min-width:769px) {
  .footer-logo .img {
    width: 100px
  }
}

.footer-copy {
  margin-top: .48rem;
  margin-bottom: .72rem;
  text-align: center;
  font-size: .21rem;
  letter-spacing: .1em
}

@media screen and (min-width:769px) {
  .footer-copy {
    margin-top: 20px;
    margin-bottom: 35px;
    font-size: 10px
  }
}

html.no-scroll {
  height: 100%;
  overflow: hidden
}

body {
  position: relative
}

body.no-scroll {
  height: 100%
}

.page-header {
  padding: .48rem 0 .72rem
}

@media screen and (min-width:769px) {
  .page-header {
    padding: 96px 0 72px
  }

  .contents-item-page .page-header {
    padding: 72px 0 40px
  }
}

.section-ttl {
  text-align: center;
  font-weight: 600;
  font-size: .4rem;
  letter-spacing: .1em
}

@media screen and (min-width:769px) {
  .section-ttl {
    font-size: 26px
  }
}

.no-icon {
  position: absolute;
  top: .1rem;
  left: .1rem;
  width: .6rem;
  height: .6rem
}

@media screen and (min-width:769px) {
  .no-icon {
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px
  }
}

.no-icon.vr {
  width: 1.2rem
}

@media screen and (min-width:769px) {
  .no-icon.vr {
    width: 80px
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.fade-item {
  -webkit-animation: fadeIn .6s forwards;
  animation: fadeIn .6s forwards
}

.home-hero {
  position: relative
}

.home-hero-bg {
  width: 100%;
  height: 10.62rem;
  background: url(../img/home/hero_img_sp.jpg) no-repeat center center/cover
}

@media screen and (min-width:769px) {
  .home-hero-bg {
    height: 502px
  }
}

@media screen and (min-width:769px) {
  .home-hero-bg {
    background: url(../img/home/hero_img_pc.jpg) no-repeat center center/cover
  }
}

.home-contents {
  overflow-x: hidden
}

.home-hero-container {
  position: absolute;
  left: 0;
  bottom: .72rem;
  z-index: 2;
  width: 100%
}

@media screen and (min-width:769px) {
  .home-hero-container {
    position: static
  }
}

.home-hero-ttl {
  max-width: 5.14rem
}

@media screen and (min-width:769px) {
  .home-hero-ttl {
    margin: auto;
    width: 92%;
    margin-top: 72px
  }
}

@media screen and (min-width:769px) and (min-width:769px) {
  .home-hero-ttl {
    width: 96%;
    max-width: 960px
  }
}

@media screen and (min-width:769px) {
  .home-hero-ttl img {
    max-width: 875px
  }
}

.home-hero-bar {
  display: none
}

@media screen and (min-width:769px) {
  .home-hero-bar {
    display: block;
    margin-top: 40px
  }
}

.home-hero-bar span {
  display: block;
  margin-left: auto;
  height: 1px;
  background: #fff
}

@media screen and (min-width:769px) {
  .home-hero-bar span {
    background: #27354d
  }
}

.home-hero-bar span:nth-child(1) {
  width: 6.46rem
}

@media screen and (min-width:769px) {
  .home-hero-bar span:nth-child(1) {
    width: 86.171875%
  }
}

.home-hero-bar span:nth-child(2) {
  margin: .06rem 0 .06rem auto;
  width: 6.07rem
}

@media screen and (min-width:769px) {
  .home-hero-bar span:nth-child(2) {
    margin: 4px 0 4px auto;
    width: 80.9375%
  }
}

.home-hero-bar span:nth-child(3) {
  width: 5.91rem
}

@media screen and (min-width:769px) {
  .home-hero-bar span:nth-child(3) {
    width: 78.828125%
  }
}

.home-intro {
  position: relative;
  margin-top: .72rem
}

@media screen and (min-width:769px) {
  .home-intro {
    margin-top: 40px
  }
}

.home-intro-inner {
  margin: auto;
  width: 92%
}

@media screen and (min-width:769px) {
  .home-intro-inner {
    width: 96%;
    max-width: 960px
  }
}

@media screen and (min-width:769px) {
  .home-intro-inner {
    padding-top: 0
  }
}

.home-intro-inner p {
  margin-top: -.75em;
  padding-bottom: .96rem;
  letter-spacing: .05em;
  line-height: 2.5
}

@media screen and (min-width:769px) {
  .home-intro-inner p {
    padding-bottom: 72px;
    font-size: 14px;
    letter-spacing: .075em
  }
}

.home-intro-bar span {
  display: block;
  margin-right: auto;
  height: 1px;
  background: #27354d
}

.home-intro-bar span:nth-child(1) {
  width: 6.46rem
}

@media screen and (min-width:769px) {
  .home-intro-bar span:nth-child(1) {
    width: 86.171875%
  }
}

.home-intro-bar span:nth-child(2) {
  margin: .06rem auto .06rem 0;
  width: 6.07rem
}

@media screen and (min-width:769px) {
  .home-intro-bar span:nth-child(2) {
    margin: 4px auto 4px 0;
    width: 80.9375%
  }
}

.home-intro-bar span:nth-child(3) {
  width: 5.91rem
}

@media screen and (min-width:769px) {
  .home-intro-bar span:nth-child(3) {
    width: 78.828125%
  }
}

.home-intro-ttl {
  width: 4.7rem
}

@media screen and (min-width:769px) {
  .home-intro-ttl {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 609px;
    background: #fafaf8
  }
}

.home-pickup {
  margin-top: .96rem
}

@media screen and (min-width:769px) {
  .home-pickup {
    margin-top: 96px
  }
}

.home-pickup-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  width: 92%;
  margin-top: .72rem
}

@media screen and (min-width:769px) {
  .home-pickup-list {
    width: 96%;
    max-width: 960px
  }
}

@media screen and (min-width:769px) {
  .home-pickup-list {
    margin-top: 72px;
    flex-wrap: nowrap
  }
}

.home-pickup-list li {
  width: 3.4rem;
  max-width: 49%
}

@media screen and (min-width:769px) {
  .home-pickup-list li {
    width: 33%;
    max-width: 288px
  }

  .home-pickup-list li:nth-child(n+4) {
    display: none
  }
}

.home-pickup-list li:nth-child(n+3) {
  margin-top: .15rem
}

@media screen and (min-width:769px) {
  .home-pickup-list li:nth-child(n+3) {
    margin-top: 0
  }
}

.home-pickup-list a {
  position: relative;
  display: block
}

.home-pickup-list a:hover h3 {
  color: #fff;
  background: #27354d
}

.home-pickup-list h3 {
  padding: .2rem;
  letter-spacing: .05em;
  background: #fff;
  transition-property: color, background;
  transition-duration: .3s
}

@media screen and (min-width:769px) {
  .home-pickup-list h3 {
    padding: 15px 20px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: .1em
  }
}

.home-vr {
  margin-top: .96rem
}

@media screen and (min-width:769px) {
  .home-vr {
    margin-top: 96px
  }
}

@-webkit-keyframes flash {
  0% {
    opacity: .6
  }

  100% {
    opacity: 1
  }
}

@keyframes flash {
  0% {
    opacity: .6
  }

  100% {
    opacity: 1
  }
}

.home-vr-contents {
  position: relative;
  margin: auto;
  width: 92%;
  margin-top: .72rem
}

@media screen and (min-width:769px) {
  .home-vr-contents {
    width: 96%;
    max-width: 960px
  }
}

@media screen and (min-width:769px) {
  .home-vr-contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 72px
  }
}

@media screen and (min-width:769px) {
  .home-vr-item {
    width: 48.3333333333%;
    max-width: 464px
  }
}

.home-vr-item+.home-vr-item {
  margin-top: .7rem
}

@media screen and (min-width:769px) {
  .home-vr-item+.home-vr-item {
    margin-top: 0
  }
}

.home-vr-item:nth-child(n+3) {
  margin-top: 40px
}

.home-vr-item:hover h3 {
  color: #fff;
  background: #27354d
}

.home-vr-item .img {
  position: relative
}

.home-vr-item h3 {
  padding: .25rem .2rem;
  letter-spacing: .1em;
  color: #27354d;
  background: #fff;
  transition-property: color, background;
  transition-duration: .3s
}

@media screen and (min-width:769px) {
  .home-vr-item h3 {
    padding: 15px 20px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: .1em
  }
}

.home-vr-item h3 span {
  display: block;
  margin-top: .1rem;
  font-size: .2rem
}

@media screen and (min-width:769px) {
  .home-vr-item h3 span {
    margin-top: 5px;
    font-size: 12px
  }
}

.home-3dScan {
  margin-top: .96rem
}

@media screen and (min-width:769px) {
  .home-3dScan {
    margin-top: 96px
  }
}

@keyframes flash {
  0% {
    opacity: .6
  }

  100% {
    opacity: 1
  }
}

.home-3dScan-contents {
  position: relative;
  margin: auto;
  width: 92%;
  margin-top: .72rem
}

@media screen and (min-width:769px) {
  .home-3dScan-contents {
    width: 96%;
    max-width: 960px
  }
}

@media screen and (min-width:769px) {
  .home-3dScan-contents {
    display: flex;
    justify-content: space-between;
    margin-top: 72px
  }
}

@media screen and (min-width:769px) {
  .home-3dScan-item {
    width: 48.3333333333%;
    max-width: 464px
  }
}

.home-3dScan-item+.home-vr-item {
  margin-top: .7rem
}

@media screen and (min-width:769px) {
  .home-3dScan-item+.home-vr-item {
    margin-top: 0
  }
}

.home-3dScan-item:hover h3 {
  color: #fff;
  background: #27354d
}

.home-3dScan-item .img {
  position: relative
}

.home-3dScan-item h3 {
  padding: .25rem .2rem;
  letter-spacing: .1em;
  color: #27354d;
  background: #fff;
  transition-property: color, background;
  transition-duration: .3s
}

@media screen and (min-width:769px) {
  .home-3dScan-item h3 {
    padding: 15px 20px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: .1em
  }
}

.home-3dScan-item h3 span {
  display: block;
  margin-top: .1rem;
  font-size: .2rem
}

@media screen and (min-width:769px) {
  .home-3dScan-item h3 span {
    margin-top: 5px;
    font-size: 12px
  }
}
.bnr_box{
    width: 92%;
    margin: .96rem auto 0;
}
@media screen and (min-width:769px) {
.bnr_box{
    width: 96%;
    max-width: 960px;
    margin: 96px auto 0;
    transition: all .3s;
    position: relative;
}
}
.bnr_box::after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(255, 255, 255, .3);
	transition: all .3s;
	pointer-events: none;
}
.bnr_box:hover::after{
	opacity: 1;
}
.bnr_box a{
	display: block;
}
.access-map-frame {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70.6666666667%;
  overflow: hidden
}
@media screen and (min-width:769px) {
  .access-map-frame {
    margin: auto;
    padding-top: 0;
    max-width: 960px;
    height: 480px
  }
}

.access-map-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

@media screen and (min-width:769px) {
  .access-map-frame iframe {
    position: relative;
    height: 480px
  }
}

.access-map-address {
  margin-top: .48rem;
  text-align: center;
  font-size: .22rem;
  letter-spacing: .05em;
  line-height: 1.7
}

@media screen and (min-width:769px) {
  .access-map-address {
    margin-top: 40px;
    font-size: 14px;
    line-height: 1
  }
}

.access-content {
  margin-top: .96rem
}

@media screen and (min-width:769px) {
  .access-content {
    margin-top: 72px
  }
}

.access-content+.access-content {
  margin-top: .48rem
}

@media screen and (min-width:769px) {
  .access-content+.access-content {
    margin-top: 40px
  }
}

.access-content+.access-content::before {
  content: "";
  display: block;
  margin: 0 auto .48rem;
  width: 6rem;
  height: 1px;
  background: #27354d
}

@media screen and (min-width:769px) {
  .access-content+.access-content::before {
    margin-bottom: 40px;
    width: 100%;
    max-width: 768px
  }
}

.access-content-inner {
  margin: auto;
  width: 92%
}

@media screen and (min-width:769px) {
  .access-content-inner {
    width: 96%;
    max-width: 960px
  }
}

@media screen and (min-width:769px) {
  .access-content-inner {
    max-width: 768px
  }
}

.access-content-inner h2 {
  font-weight: 600;
  font-size: .24rem;
  letter-spacing: .05em
}

@media screen and (min-width:769px) {
  .access-content-inner h2 {
    font-size: 14px
  }
}

.access-content-inner .img {
  margin-top: .24rem
}

@media screen and (min-width:769px) {
  .access-content-inner .img {
    font-size: 18px
  }
}

.access-content-inner p {
  margin-top: -.35em;
  padding-top: .24rem;
  font-size: .22rem;
  letter-spacing: .05em;
  line-height: 1.7
}

@media screen and (min-width:769px) {
  .access-content-inner p {
    padding-top: 18px;
    font-size: 13px
  }
}

.cultural-property-map {
  height: 5.3rem;
  background: #e6e7cd
}

@media screen and (min-width:769px) {
  .cultural-property-map {
    margin: auto;
    height: 480px;
    max-width: 960px
  }
}

.cultural-property-search {
  margin-top: .96rem
}

@media screen and (min-width:769px) {
  .cultural-property-search {
    margin-top: 96px
  }
}

.cultural-property-search-nav {
  margin-top: .72rem
}

.cultural-property-search-nav ul {
  display: flex;
  justify-content: center
}

.cultural-property-search-nav li {
  display: flex;
  align-items: center
}

.cultural-property-search-nav li+li::before {
  content: "|";
  display: block;
  margin: 0 1.5em
}

.cultural-property-search-nav a {
  font-weight: 600;
  font-size: .28rem;
  letter-spacing: .1em
}

.cultural-property-list-wrap {
  margin: auto;
  width: 92%
}

@media screen and (min-width:769px) {
  .cultural-property-list-wrap {
    width: 96%;
    max-width: 960px
  }
}

.cultural-property-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -.2rem;
  padding-top: .48rem
}

@media screen and (min-width:769px) {
  .cultural-property-list {
    margin-top: -40px;
    padding-top: 72px;
    justify-content: flex-start
  }
}

.cultural-property-list li {
  max-width: 49%;
  width: 3.4rem;
  margin-top: .2rem;
  transition: opacity .2s;
  opacity: 0
}

@media screen and (min-width:769px) {
  .cultural-property-list li {
    display: block !important;
    opacity: 1 !important;
    max-width: 288px;
    width: 32%;
    margin-top: 40px
  }

  .cultural-property-list li:not(:nth-child(3n+1)) {
    margin-left: 2%
  }
}

.cultural-property-list li.is-show {
  transition: opacity .4s;
  opacity: 1
}

.cultural-property-list a {
  position: relative;
  display: block
}

.cultural-property-list a:hover h3 {
  color: #fff;
  background: #27354d
}

.cultural-property-list h3 {
  padding: .2rem;
  font-size: .24rem;
  letter-spacing: .05em;
  background: #fff;
  transition-property: color, background;
  transition-duration: .3s
}

@media screen and (min-width:769px) {
  .cultural-property-list h3 {
    padding: 15px 20px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: .1em
  }
}

.leaflet-icon-no a {
  display: block;
  width: 100%;
  height: 100%
}

.leaflet-icon-no1 {
  z-index: 1 !important
}

.leaflet-icon-no1 a {
  background: url(../img/map/no1.svg) no-repeat center center/contain
}

.leaflet-icon-no2 {
  z-index: 2 !important
}

.leaflet-icon-no2 a {
  background: url(../img/map/no2.svg) no-repeat center center/contain
}

.leaflet-icon-no3 {
  z-index: 3 !important
}

.leaflet-icon-no3 a {
  background: url(../img/map/no3.svg) no-repeat center center/contain
}

.leaflet-icon-no4 {
  z-index: 4 !important
}

.leaflet-icon-no4 a {
  background: url(../img/map/no4.svg) no-repeat center center/contain
}

.leaflet-icon-no5 {
  z-index: 5 !important
}

.leaflet-icon-no5 a {
  background: url(../img/map/no5.svg) no-repeat center center/contain
}

.leaflet-icon-no6 {
  z-index: 6 !important
}

.leaflet-icon-no6 a {
  background: url(../img/map/no6.svg) no-repeat center center/contain
}

.leaflet-icon-no7 {
  z-index: 7 !important
}

.leaflet-icon-no7 a {
  background: url(../img/map/no7.svg) no-repeat center center/contain
}

.leaflet-icon-no8 {
  z-index: 8 !important
}

.leaflet-icon-no8 a {
  background: url(../img/map/no8.svg) no-repeat center center/contain
}

.leaflet-icon-no9 {
  z-index: 9 !important
}

.leaflet-icon-no9 a {
  background: url(../img/map/no9.svg) no-repeat center center/contain
}

.leaflet-icon-no10 {
  z-index: 10 !important
}

.leaflet-icon-no10 a {
  background: url(../img/map/no10.svg) no-repeat center center/contain
}

.leaflet-icon-no11 {
  z-index: 11 !important
}

.leaflet-icon-no11 a {
  background: url(../img/map/no11.svg) no-repeat center center/contain
}

.leaflet-icon-no12 {
  z-index: 12 !important
}

.leaflet-icon-no12 a {
  background: url(../img/map/no12.svg) no-repeat center center/contain
}

.leaflet-icon-no13 {
  z-index: 13 !important
}

.leaflet-icon-no13 a {
  background: url(../img/map/no13.svg) no-repeat center center/contain
}

.leaflet-icon-no14 {
  z-index: 14 !important
}

.leaflet-icon-no14 a {
  background: url(../img/map/no14.svg) no-repeat center center/contain
}

.leaflet-icon-no15 {
  z-index: 15 !important
}

.leaflet-icon-no15 a {
  background: url(../img/map/no15.svg) no-repeat center center/contain
}

.leaflet-icon-no16 {
  z-index: 16 !important
}

.leaflet-icon-no16 a {
  background: url(../img/map/no16.svg) no-repeat center center/contain
}

.leaflet-icon-no17 {
  z-index: 17 !important
}

.leaflet-icon-no17 a {
  background: url(../img/map/no17.svg) no-repeat center center/contain
}

.leaflet-icon-no18 {
  z-index: 18 !important
}

.leaflet-icon-no18 a {
  background: url(../img/map/no18.svg) no-repeat center center/contain
}

.leaflet-icon-no19 {
  z-index: 19 !important
}

.leaflet-icon-no19 a {
  background: url(../img/map/no19.svg) no-repeat center center/contain
}

.leaflet-icon-no20 {
  z-index: 20 !important
}

.leaflet-icon-no20 a {
  background: url(../img/map/no20.svg) no-repeat center center/contain
}

.leaflet-icon-no21 {
  z-index: 21 !important
}

.leaflet-icon-no21 a {
  background: url(../img/map/no21.svg) no-repeat center center/contain
}

.leaflet-icon-no22 {
  z-index: 22 !important
}

.leaflet-icon-no22 a {
  background: url(../img/map/no22.svg) no-repeat center center/contain
}

.leaflet-icon-no23 {
  z-index: 23 !important
}

.leaflet-icon-no23 a {
  background: url(../img/map/no23.svg) no-repeat center center/contain
}

.leaflet-icon-no24 a {
  background: url(../img/map/no24.svg) no-repeat center center/contain;
  pointer-events: none;
}


@media screen and (min-width:769px) {
  .page-header {
    margin: auto;
    max-width: 768px
  }
}

.contents-item-page .page-header .no-icon {
  position: relative;
  top: 0;
  left: 0;
  margin: auto;
  width: .72rem;
  height: .72rem;
  font-size: .48rem;
  letter-spacing: 0
}

@media screen and (min-width:769px) {
  .contents-item-page .page-header .no-icon {
    width: 40px;
    height: 40px;
    font-size: 27px
  }
}

.contents-item-page .page-header .cap {
  margin: .2rem 0 0;
  font-weight: 500;
  font-size: .24rem;
  letter-spacing: .05em
}

@media screen and (min-width:769px) {
  .contents-item-page .page-header .cap {
    margin: 18px 0 0;
    font-size: 14px
  }
}

.contents-item-page .page-header .title {
  line-height: 1.3;
  margin-top: .15rem
}

@media screen and (min-width:769px) {
  .contents-item-page .page-header .title {
    margin-top: 15px
  }
}

.contents-visual-wrap {
  margin: auto;
  max-width: 768px
}

.contents-visual-area {
  position: relative;
  height: 4.22rem
}

@media screen and (min-width:769px) {
  .contents-visual-area {
    height: 432px
  }
}

.contents-photo .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: .2rem
}

@media screen and (min-width:769px) {
  .contents-photo .swiper-pagination {
    bottom: 20px
  }
}

.contents-photo .swiper-pagination-bullet {
  margin: 0 .1rem !important;
  width: .17rem;
  height: .17rem;
  opacity: 1;
  background: #fff
}

@media screen and (min-width:769px) {
  .contents-photo .swiper-pagination-bullet {
    margin: 0 7px !important;
    width: 12px;
    height: 12px
  }
}

.contents-photo .swiper-pagination-bullet-active {
  background: #27354d;
  opacity: 1
}

.contents-visual-area-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.contents-map {
  height: 100%;
  background: #e6e7cd
}

.contents-map .leaflet-marker-pane img {
  cursor: -webkit-grab;
  cursor: grab
}

.contents-visual-nav {
  margin-top: .04rem
}

@media screen and (min-width:769px) {
  .contents-visual-nav {
    margin-top: 3px
  }
}

.contents-visual-nav ul {
  display: flex
}

.contents-visual-nav li {
  position: relative;
  flex: 1
}

.contents-visual-nav li+li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -.02rem;
  display: block;
  width: .04rem;
  height: 100%;
  background: #fff
}

@media screen and (min-width:769px) {
  .contents-visual-nav li+li::before {
    width: 3px
  }
}

.contents-visual-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: .8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: .15rem;
  color: #fff;
  letter-spacing: .1em;
  background: #b3b3b3;
  transition: background .3s
}

@media screen and (min-width:769px) {
  .contents-visual-nav a {
    height: 60px;
    font-size: 13px
  }

  .contents-visual-nav a:hover {
    background: #344866
  }
}

.contents-visual-nav a.active {
  background: #344866
}

.contents-visual-nav a.touch-hover {
  background: #344866
}

.contents-visual-nav a.photo-btn::before {
  content: "";
  display: block;
  margin-right: .15rem;
  width: .49rem;
  height: .39rem;
  background: url(../img/common/photo_icon.svg) no-repeat top left/contain;
  background-size: contain
}

@media screen and (min-width:769px) {
  .contents-visual-nav a.photo-btn::before {
    width: 41px;
    height: 33px;
    margin-right: 15px;
    background-size: 41px 33px
  }
}

.contents-visual-nav a.movie-btn::before {
  content: "";
  display: block;
  margin-right: .15rem;
  width: .55rem;
  height: .39rem;
  background: url(../img/common/movie_icon.svg) no-repeat top left/contain
}

@media screen and (min-width:769px) {
  .contents-visual-nav a.movie-btn::before {
    margin-right: 15px;
    width: 47px;
    height: 33px;
    background-size: 47px 33px
  }
}

.contents-visual-nav a.access-btn::before {
  content: "";
  display: block;
  margin-right: .15rem;
  width: .27rem;
  height: .37rem;
  background: url(../img/common/access_icon.svg) no-repeat top left/contain
}

@media screen and (min-width:769px) {
  .contents-visual-nav a.access-btn::before {
    margin-right: 15px;
    width: 23px;
    height: 31px;
    background-size: 23px 31px
  }
}

.contents-section {
  margin-top: .72rem
}

@media screen and (min-width:769px) {
  .contents-section {
    margin-top: 40px
  }
}

.contents-section-inner {
  padding: 0 .3rem
}

@media screen and (min-width:769px) {
  .contents-section-inner {
    margin: auto;
    padding: 0 20px;
    max-width: 808px
  }
}

.contents-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.contents-section-ttl {
  font-weight: 600;
  font-size: .32rem;
  letter-spacing: .1em
}

@media screen and (min-width:769px) {
  .contents-section-ttl {
    font-size: 20px
  }
}

.reader-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: .8rem;
  height: .8rem;
  background: #b3b3b3;
  border-radius: 50%;
  transition: background .3s
}

@media screen and (min-width:769px) {
  .reader-btn {
    width: 144px;
    height: 48px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .1em;
    color: #fff;
    border-radius: 24px
  }

  .reader-btn:hover {
    background: #344866
  }
}

.reader-btn.active {
  background: #344866
}

.reader-btn.touch-hover {
  background: #344866
}

.reader-btn::before {
  content: "";
  display: block;
  width: .48rem;
  height: .3rem;
  background: url(../img/common/reader_icon.svg) no-repeat center center/contain
}

@media screen and (min-width:769px) {
  .reader-btn::before {
    margin-right: 10px;
    width: 40px;
    height: 24px
  }
}

.contents-section-text {
  margin-top: -.75em;
  padding-top: .48rem;
  line-height: 2.5;
  letter-spacing: .1em
}

@media screen and (min-width:769px) {
  .contents-section-text {
    margin-top: -.625em;
    padding-top: 25px;
    font-size: 14px;
    line-height: 2.25
  }
}

.contents-section-text a {
  font-weight: 600;
  text-decoration: underline
}

.contents-section-sumally {
  margin-top: .72rem;
  padding-top: .72rem;
  border-top: 1px solid #27354d;
  letter-spacing: .05em;
  line-height: 2
}

@media screen and (min-width:769px) {
  .contents-section-sumally {
    margin-top: 0;
    padding-top: 40px;
    font-size: 13px
  }
}

.contents-section-sumally::before {
  content: "";
  margin-top: -.5em;
  display: block;
  width: 0;
  height: 0
}

.contents-section-sumally dt {
  float: left;
  width: 1.25em
}

.contents-section-sumally dd {
  margin-left: 1.25em
}

.contents-section-sumally dd::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both
}

.contents-hidden-item-group {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 5.72rem;
  pointer-events: none
}

@media screen and (min-width:769px) {
  .contents-hidden-item-group {
    margin-top: 40px;
    position: relative;
    height: auto
  }
}

.contents-hidden-item-group .tryangle {
  position: absolute;
  left: 1rem;
  top: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 .23rem .23rem .23rem;
  border-color: transparent transparent #27354d transparent;
  transform: translateY(-100%)
}

@media screen and (min-width:769px) {
  .contents-hidden-item-group .tryangle {
    left: 40px;
    border-width: 0 9px 9px 9px
  }
}

.contents-hidden-item {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: auto;
  pointer-events: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain
}

@media screen and (min-width:769px) {
  .contents-hidden-item {
    position: static;
    -ms-scroll-chaining: chained;
    overscroll-behavior: auto
  }
}

.contents-hidden-item h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .5em 1rem;
  min-height: .72rem;
  line-height: 1.3;
  letter-spacing: .05em;
  text-align: center;
  background: #27354d;
  color: #fff
}

@media screen and (min-width:769px) {
  .contents-hidden-item h2 {
    padding: .5em 60px;
    min-height: 60px;
    font-size: 14px
  }
}

.Ie .contents-hidden-item h2 div {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  min-height: .72rem
}

@media screen and (min-width:769px) {
  .Ie .contents-hidden-item h2 div {
    min-height: 60px
  }
}

.contents-hidden-item-inner {
  padding: .48rem .25rem .62rem;
  max-height: 5.4rem;
  overflow-y: scroll;
  background: #344866
}

@media screen and (min-width:769px) {
  .contents-hidden-item-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
    padding: 25px;
    height: auto;
    max-height: unset
  }
}

.contents-hidden-item-inner p {
  margin-top: -.5em;
  padding-top: .48rem;
  color: #fff;
  letter-spacing: .05em;
  line-height: 2
}

@media screen and (min-width:769px) {
  .contents-hidden-item-inner p {
    padding-top: 0;
    margin-left: 30px;
    overflow-y: scroll;
    width: 320px;
    max-height: 180px;
    font-size: 13px;
    -ms-overflow-style: none;
    scrollbar-width: none
  }

  .contents-hidden-item-inner p::-webkit-scrollbar {
    display: none
  }

  .text-only .contents-hidden-item-inner p {
    max-height: none
  }
}

.contents-hidden-item-inner .img {
  margin: auto;
  width: 5.93rem;
  text-align: center
}

@media screen and (min-width:769px) {
  .contents-hidden-item-inner .img {
    margin: 0;
    width: 320px
  }
}

@media screen and (min-width:769px) {
  .img-only .contents-hidden-item-inner {
    padding: 25px
  }
}

.img-only .contents-hidden-item-inner .img {
  width: 5.93rem
}

@media screen and (min-width:769px) {
  .img-only .contents-hidden-item-inner .img {
    width: 480px
  }
}

.text-only .contents-hidden-item-inner p {
  padding: 0
}

@media screen and (min-width:769px) {
  .text-only .contents-hidden-item-inner p {
    margin-left: 0;
    width: auto
  }
}

.contents-hidden-item-close-btn {
  position: absolute;
  top: .15rem;
  right: .1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: .43rem;
  height: .43rem;
  background: #fafaf8;
  border-radius: 50%
}

@media screen and (min-width:769px) {
  .contents-hidden-item-close-btn {
    top: 8px;
    right: 10px;
    width: 45px;
    height: 45px
  }
}

.contents-hidden-item-close-btn::before {
  content: "";
  display: block;
  width: .13rem;
  height: .13rem;
  background: url(../img/common/close_n_icon.svg) no-repeat center center/contain
}

@media screen and (min-width:769px) {
  .contents-hidden-item-close-btn::before {
    width: 14px;
    height: 14px
  }
}

.dummybox {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  height: 100vh;
  width: 100%;
  z-index: -1
}

.vr-contents .section-ttl {
  margin-top: .48rem
}

@media screen and (min-width:769px) {
  .vr-contents .section-ttl {
    margin-top: 100px
  }
}
.vr-contents.vr04{
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56.26%;
}
.vr-contents iframe {
  height: 10rem
}

@media screen and (min-width:769px) {
  .vr-contents iframe {
    height: 590px
  }
}
.vr-contents.vr04 iframe{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.en i {
  font-style: italic
}

@media screen and (min-width:769px) {
  .en .global-header-nav-list a {
    letter-spacing: .05em
  }
}

.en .global-header-lang-list .current {
  letter-spacing: .05em
}

.en .section-ttl {
  letter-spacing: .05em
}

.en .globa-footer-info-col dt {
  letter-spacing: .05em
}

.en .home-hero-ttl {
  max-width: 7.5rem
}

@media screen and (min-width:769px) {
  .en .home-hero-ttl {
    max-width: 960px
  }

  .en .home-hero-ttl img {
    max-width: 932px
  }
}

.en .home-intro-inner p {
  letter-spacing: .05em
}

.en .home-pickup-list h3 {
  letter-spacing: .05em;
  line-height: 1.15
}

.en .home-vr-contents-sp-ttl {
  letter-spacing: .05em
}

.en .globa-footer-info-col dd:first-of-type {
  line-height: 1.25
}

.en .globa-footer-info-col ul {
  display: block
}

.en .cultural-property-list h3 {
  letter-spacing: .05em;
  line-height: 1.25
}

.en .contents-section-text {
  letter-spacing: .05em;
  text-align: left
}

@media screen and (min-width:769px) {
  .en .access-map-address {
    line-height: 1.5
  }
}

.en .globa-footer-info-col .indent {
  display: inline-block;
  padding-left: 1.125em;
  text-indent: -1.125em
}

.cn {
  font-family: "Noto Serif SC", serif
}

.cn .home-hero-ttl {
  max-width: 5.12rem
}

@media screen and (min-width:769px) {
  .cn .home-hero-ttl {
    max-width: 960px
  }

  .cn .home-hero-ttl img {
    max-width: 830px
  }
}

.ko {
  font-family: "Noto Serif KR", serif
}

.ko .home-hero-ttl {
  max-width: 5.75rem
}

@media screen and (min-width:769px) {
  .ko .home-hero-ttl {
    max-width: 960px
  }

  .ko .home-hero-ttl img {
    max-width: 908px
  }
}

.fr i {
  font-style: italic
}

@media screen and (min-width:769px) {
  .fr .global-header-nav-list {
    justify-content: flex-end;
    max-width: none
  }

  .fr .global-header-nav-list a {
    letter-spacing: .05em
  }
}

.fr .global-header-lang-list .current {
  letter-spacing: .05em
}

.fr .section-ttl {
  letter-spacing: .05em
}

.fr .globa-footer-info-col dt {
  letter-spacing: .05em
}

.fr .home-hero-ttl {
  max-width: 7.5rem
}

@media screen and (min-width:769px) {
  .fr .home-hero-ttl {
    max-width: 960px
  }

  .fr .home-hero-ttl img {
    max-width: 948px
  }
}

.fr .home-intro-inner p {
  letter-spacing: .05em
}

.fr .home-pickup-list h3 {
  letter-spacing: .05em;
  line-height: 1.15
}

.fr .home-vr-contents-sp-ttl {
  letter-spacing: .05em
}

.fr .globa-footer-info-col dd:first-of-type {
  line-height: 1.25
}

.fr .globa-footer-info-col ul {
  display: block
}

.fr .cultural-property-list h3 {
  letter-spacing: .05em;
  line-height: 1.25
}

.fr .contents-section-text {
  letter-spacing: .05em;
  text-align: left
}

@media screen and (min-width:769px) {
  .fr .access-map-address {
    line-height: 1.5
  }
}

.fr .globa-footer-info-col .indent {
  display: inline-block;
  padding-left: 1.125em;
  text-indent: -1.125em
}

.tw {
  font-family: "Noto Serif TC", serif
}

.tw .home-hero-ttl {
  max-width: 4.86rem
}

@media screen and (min-width:769px) {
  .tw .home-hero-ttl {
    max-width: 960px
  }

  .tw .home-hero-ttl img {
    max-width: 672px
  }
}

.es i {
  font-style: italic
}

@media screen and (min-width:769px) {
  .es .global-header-nav-list a {
    letter-spacing: .05em;
    white-space: nowrap
  }
}

.es .global-header-lang-list .current {
  letter-spacing: .05em
}

.es .section-ttl {
  letter-spacing: .05em
}

.es .globa-footer-info-col dt {
  letter-spacing: .05em
}

.es .home-hero-ttl {
  max-width: 5.65rem
}

@media screen and (min-width:769px) {
  .es .home-hero-ttl {
    max-width: 960px
  }

  .es .home-hero-ttl img {
    max-width: 689px
  }
}

.es .home-intro-inner p {
  letter-spacing: .05em
}

.es .home-pickup-list h3 {
  letter-spacing: .05em;
  line-height: 1.15
}

.es .home-vr-contents-sp-ttl {
  letter-spacing: .05em
}

.es .globa-footer-info-col dd:first-of-type {
  line-height: 1.25
}

.es .globa-footer-info-col ul {
  display: block
}

.es .cultural-property-list h3 {
  letter-spacing: .05em;
  line-height: 1.25
}

.es .contents-section-text {
  letter-spacing: .05em;
  text-align: left
}

@media screen and (min-width:769px) {
  .es .access-map-address {
    line-height: 1.5
  }
}

.es .globa-footer-info-col .indent {
  display: inline-block;
  padding-left: 1.125em;
  text-indent: -1.125em
}

.vi {
  font-family: "Noto Serif", serif
}

.vi i {
  font-style: italic
}

@media screen and (min-width:769px) {
  .vi .global-header-nav-list a {
    letter-spacing: .05em
  }
}

.vi .global-header-lang-list .current {
  letter-spacing: .05em
}

.vi .section-ttl {
  letter-spacing: .05em
}

.vi .globa-footer-info-col dt {
  letter-spacing: .05em
}

.vi .home-hero-ttl {
  max-width: 5.37rem
}

@media screen and (min-width:769px) {
  .vi .home-hero-ttl {
    max-width: 960px
  }

  .vi .home-hero-ttl img {
    max-width: 651px
  }
}

.vi .home-intro-inner p {
  letter-spacing: .05em
}

.vi .home-pickup-list h3 {
  letter-spacing: .05em;
  line-height: 1.15
}

.vi .home-vr-contents-sp-ttl {
  letter-spacing: .05em
}

.vi .globa-footer-info-col dd:first-of-type {
  line-height: 1.25
}

.vi .globa-footer-info-col ul {
  display: block
}

.vi .cultural-property-list h3 {
  letter-spacing: .05em;
  line-height: 1.25
}

.vi .contents-section-text {
  letter-spacing: .05em;
  text-align: left
}

@media screen and (min-width:769px) {
  .vi .access-map-address {
    line-height: 1.5
  }
}

.vi .globa-footer-info-col .indent {
  display: inline-block;
  padding-left: 1.125em;
  text-indent: -1.125em
}

.th {
  font-family: "Noto Serif Thai", serif;
  font-weight: 500
}

.th i {
  font-style: italic
}

@media screen and (min-width:769px) {
  .th .global-header-nav-list a {
    letter-spacing: .05em
  }
}

.th .global-header-lang-list .current {
  letter-spacing: .05em
}

.th .section-ttl {
  letter-spacing: .05em
}

.th .globa-footer-info-col dt {
  letter-spacing: .05em
}

.th .home-hero-ttl {
  max-width: 7.5rem
}

@media screen and (min-width:769px) {
  .th .home-hero-ttl {
    max-width: 960px
  }

  .th .home-hero-ttl img {
    max-width: 852px
  }
}

.th .home-intro-inner p {
  letter-spacing: .05em
}

.th .home-pickup-list h3 {
  letter-spacing: .05em;
  line-height: 1.15
}

.th .home-vr-contents-sp-ttl {
  letter-spacing: .05em
}

.th .globa-footer-info-col dd:first-of-type {
  line-height: 1.25
}

.th .globa-footer-info-col ul {
  display: block
}

.th .cultural-property-list h3 {
  letter-spacing: .05em;
  line-height: 1.25
}

.th .contents-section-text {
  letter-spacing: .05em;
  text-align: left
}

@media screen and (min-width:769px) {
  .th .access-map-address {
    line-height: 1.5
  }
}

.th .globa-footer-info-col .indent {
  display: inline-block;
  padding-left: 1.125em;
  text-indent: -1.125em
}

.id i {
  font-style: italic
}

@media screen and (min-width:769px) {
  .id .global-header-nav-list a {
    letter-spacing: .05em
  }
}

.id .global-header-lang-list .current {
  letter-spacing: .05em
}

.id .section-ttl {
  letter-spacing: .05em
}

.id .globa-footer-info-col dt {
  letter-spacing: .05em
}

.id .home-hero-ttl {
  max-width: 7rem
}

@media screen and (min-width:769px) {
  .id .home-hero-ttl {
    max-width: 960px
  }

  .id .home-hero-ttl img {
    max-width: 872px
  }
}

.id .home-intro-inner p {
  letter-spacing: .05em
}

.id .home-pickup-list h3 {
  letter-spacing: .05em;
  line-height: 1.15
}

.id .home-vr-contents-sp-ttl {
  letter-spacing: .05em
}

.id .globa-footer-info-col dd:first-of-type {
  line-height: 1.25
}

.id .globa-footer-info-col ul {
  display: block
}

.id .cultural-property-list h3 {
  letter-spacing: .05em;
  line-height: 1.25
}

.id .contents-section-text {
  letter-spacing: .05em;
  text-align: left
}

@media screen and (min-width:769px) {
  .id .access-map-address {
    line-height: 1.5
  }
}

.id .globa-footer-info-col .indent {
  display: inline-block;
  padding-left: 1.125em;
  text-indent: -1.125em
}

.hi {
  font-family: "Noto Serif Devanagari", serif;
  font-weight: 500
}

.hi i {
  font-style: italic
}

@media screen and (min-width:769px) {
  .hi .global-header-nav-list a {
    letter-spacing: .05em
  }
}

.hi .global-header-lang-list .current {
  letter-spacing: .05em
}

.hi .section-ttl {
  letter-spacing: .05em
}

.hi .globa-footer-info-col dt {
  letter-spacing: .05em
}

.hi .home-hero-ttl {
  max-width: 5.01rem
}

@media screen and (min-width:769px) {
  .hi .home-hero-ttl {
    max-width: 960px
  }

  .hi .home-hero-ttl img {
    max-width: 540px
  }
}

.hi .home-intro-inner p {
  letter-spacing: .05em
}

.hi .home-pickup-list h3 {
  letter-spacing: .05em;
  line-height: 1.15
}

.hi .home-vr-contents-sp-ttl {
  letter-spacing: .05em
}

.hi .globa-footer-info-col dd:first-of-type {
  line-height: 1.25
}

.hi .globa-footer-info-col ul {
  display: block
}

.hi .cultural-property-list h3 {
  letter-spacing: .05em;
  line-height: 1.25
}

.hi .contents-section-text {
  letter-spacing: .05em;
  text-align: left
}

@media screen and (min-width:769px) {
  .hi .access-map-address {
    line-height: 1.5
  }
}

.hi .globa-footer-info-col .indent {
  display: inline-block;
  padding-left: 1.125em;
  text-indent: -1.125em
}

.ms i {
  font-style: italic
}

@media screen and (min-width:769px) {
  .ms .global-header-nav-list a {
    letter-spacing: .05em
  }
}

.ms .global-header-lang-list .current {
  letter-spacing: .05em
}

.ms .section-ttl {
  letter-spacing: .05em
}

.ms .globa-footer-info-col dt {
  letter-spacing: .05em
}

.ms .home-hero-ttl {
  max-width: 5.26rem
}

@media screen and (min-width:769px) {
  .ms .home-hero-ttl {
    max-width: 960px
  }

  .ms .home-hero-ttl img {
    max-width: 634px
  }
}

.ms .home-intro-inner p {
  letter-spacing: .05em
}

.ms .home-pickup-list h3 {
  letter-spacing: .05em;
  line-height: 1.15
}

.ms .home-vr-contents-sp-ttl {
  letter-spacing: .05em
}

.ms .globa-footer-info-col dd:first-of-type {
  line-height: 1.25
}

.ms .globa-footer-info-col ul {
  display: block
}

.ms .cultural-property-list h3 {
  letter-spacing: .05em;
  line-height: 1.25
}

.ms .contents-section-text {
  letter-spacing: .05em;
  text-align: left
}

@media screen and (min-width:769px) {
  .ms .access-map-address {
    line-height: 1.5
  }
}

.ms .globa-footer-info-col .indent {
  display: inline-block;
  padding-left: 1.125em;
  text-indent: -1.125em
}

.ar {
  font-family: "Noto Naskh Arabic", serif;
  font-weight: 500
}

.ar i {
  font-style: italic
}

@media screen and (min-width:769px) {
  .ar .global-header-nav-list a {
    letter-spacing: .05em
  }
}

.ar .global-header-lang-list .current {
  letter-spacing: .05em
}

.ar .section-ttl {
  letter-spacing: .05em
}

.ar .globa-footer-info-col dt {
  letter-spacing: .05em
}

.ar .home-hero-ttl {
  max-width: 4.75rem
}

@media screen and (min-width:769px) {
  .ar .home-hero-ttl {
    max-width: 960px
  }

  .ar .home-hero-ttl img {
    max-width: 454px
  }
}

.ar .home-intro-inner p {
  letter-spacing: .05em
}

.ar .home-pickup-list h3 {
  letter-spacing: .05em;
  line-height: 1.15
}

.ar .home-vr-contents-sp-ttl {
  letter-spacing: .05em
}

.ar .globa-footer-info-col dd:first-of-type {
  line-height: 1.25
}

.ar .globa-footer-info-col ul {
  display: block
}

.ar .cultural-property-list h3 {
  letter-spacing: .05em;
  line-height: 1.25
}

.ar .contents-section-text {
  letter-spacing: .05em;
  text-align: left
}

@media screen and (min-width:769px) {
  .ar .access-map-address {
    line-height: 1.5
  }
}

.ar .globa-footer-info-col .indent {
  display: inline-block;
  padding-left: 1.125em;
  text-indent: -1.125em
}

.de i {
  font-style: italic
}

@media screen and (min-width:769px) {
  .de .global-header-nav-list a {
    letter-spacing: .05em
  }
}

.de .global-header-lang-list .current {
  letter-spacing: .05em
}

.de .section-ttl {
  letter-spacing: .05em
}

.de .globa-footer-info-col dt {
  letter-spacing: .05em
}

.de .home-hero-ttl {
  max-width: 7.5rem
}

@media screen and (min-width:769px) {
  .de .home-hero-ttl {
    max-width: 960px
  }

  .de .home-hero-ttl img {
    max-width: 932px
  }
}

.de .home-intro-inner p {
  letter-spacing: .05em
}

.de .home-pickup-list h3 {
  letter-spacing: .05em;
  line-height: 1.15
}

.de .home-vr-contents-sp-ttl {
  letter-spacing: .05em
}

.de .globa-footer-info-col dd:first-of-type {
  line-height: 1.25
}

.de .globa-footer-info-col ul {
  display: block
}

.de .cultural-property-list h3 {
  letter-spacing: .05em;
  line-height: 1.25
}

.de .contents-section-text {
  letter-spacing: .05em;
  text-align: left
}

@media screen and (min-width:769px) {
  .de .access-map-address {
    line-height: 1.5
  }
}

.de .globa-footer-info-col .indent {
  display: inline-block;
  padding-left: 1.125em;
  text-indent: -1.125em
}

.it i {
  font-style: italic
}

@media screen and (min-width:769px) {
  .it .global-header-nav-list a {
    letter-spacing: .05em
  }
}

.it .global-header-lang-list .current {
  letter-spacing: .05em
}

.it .section-ttl {
  letter-spacing: .05em
}

.it .globa-footer-info-col dt {
  letter-spacing: .05em
}

.it .home-hero-ttl {
  max-width: 7.5rem
}

@media screen and (min-width:769px) {
  .it .home-hero-ttl {
    max-width: 960px
  }

  .it .home-hero-ttl img {
    max-width: 932px
  }
}

.it .home-intro-inner p {
  letter-spacing: .05em
}

.it .home-pickup-list h3 {
  letter-spacing: .05em;
  line-height: 1.15
}

.it .home-vr-contents-sp-ttl {
  letter-spacing: .05em
}

.it .globa-footer-info-col dd:first-of-type {
  line-height: 1.25
}

.it .globa-footer-info-col ul {
  display: block
}

.it .cultural-property-list h3 {
  letter-spacing: .05em;
  line-height: 1.25
}

.it .contents-section-text {
  letter-spacing: .05em;
  text-align: left
}

@media screen and (min-width:769px) {
  .it .access-map-address {
    line-height: 1.5
  }
}

.it .globa-footer-info-col .indent {
  display: inline-block;
  padding-left: 1.125em;
  text-indent: -1.125em
}

.pt i {
  font-style: italic
}

@media screen and (min-width:769px) {
  .pt .global-header-nav-list a {
    letter-spacing: .05em
  }
}

.pt .global-header-lang-list .current {
  letter-spacing: .05em
}

.pt .section-ttl {
  letter-spacing: .05em
}

.pt .globa-footer-info-col dt {
  letter-spacing: .05em
}

.pt .home-hero-ttl {
  max-width: 7.5rem
}

@media screen and (min-width:769px) {
  .pt .home-hero-ttl {
    max-width: 960px
  }

  .pt .home-hero-ttl img {
    max-width: 932px
  }
}

.pt .home-intro-inner p {
  letter-spacing: .05em
}

.pt .home-pickup-list h3 {
  letter-spacing: .05em;
  line-height: 1.15
}

.pt .home-vr-contents-sp-ttl {
  letter-spacing: .05em
}

.pt .globa-footer-info-col dd:first-of-type {
  line-height: 1.25
}

.pt .globa-footer-info-col ul {
  display: block
}

.pt .cultural-property-list h3 {
  letter-spacing: .05em;
  line-height: 1.25
}

.pt .contents-section-text {
  letter-spacing: .05em;
  text-align: left
}

@media screen and (min-width:769px) {
  .pt .access-map-address {
    line-height: 1.5
  }
}

.pt .globa-footer-info-col .indent {
  display: inline-block;
  padding-left: 1.125em;
  text-indent: -1.125em
}

.ru i {
  font-style: italic
}

@media screen and (min-width:769px) {
  .ru .global-header-nav-list a {
    letter-spacing: .025em
  }
}

.ru .global-header-lang-list .current {
  letter-spacing: .025em
}

.ru .section-ttl {
  letter-spacing: .025em
}

.ru .globa-footer-info-col dt {
  letter-spacing: .025em
}

.ru .home-hero-ttl {
  max-width: 7.5rem
}

@media screen and (min-width:769px) {
  .ru .home-hero-ttl {
    max-width: 960px
  }

  .ru .home-hero-ttl img {
    max-width: 932px
  }
}

.ru .home-intro-inner p {
  letter-spacing: .025em
}

.ru .home-pickup-list h3 {
  letter-spacing: .025em;
  line-height: 1.15
}

.ru .home-vr-contents-sp-ttl {
  letter-spacing: .025em
}

.ru .globa-footer-info-col dd:first-of-type {
  line-height: 1.25
}

.ru .globa-footer-info-col ul {
  display: block
}

.ru .cultural-property-list h3 {
  letter-spacing: .025em;
  line-height: 1.25
}

.ru .contents-section-text {
  letter-spacing: .025em;
  text-align: left
}

@media screen and (min-width:769px) {
  .ru .access-map-address {
    line-height: 1.5
  }
}

.ru .globa-footer-info-col .indent {
  display: inline-block;
  padding-left: 1.125em;
  text-indent: -1.125em
}

.ph i {
  font-style: italic
}

@media screen and (min-width:769px) {
  .ph .global-header-nav-list a {
    letter-spacing: .025em
  }
}

.ph .global-header-lang-list .current {
  letter-spacing: .025em
}

.ph .section-ttl {
  letter-spacing: .025em
}

.ph .globa-footer-info-col dt {
  letter-spacing: .025em
}

.ph .home-hero-ttl {
  max-width: 7.5rem
}

@media screen and (min-width:769px) {
  .ph .home-hero-ttl {
    max-width: 960px
  }

  .ph .home-hero-ttl img {
    max-width: 932px
  }
}

.ph .home-intro-inner p {
  letter-spacing: .025em
}

.ph .home-pickup-list h3 {
  letter-spacing: .025em;
  line-height: 1.15
}

.ph .home-vr-contents-sp-ttl {
  letter-spacing: .025em
}

.ph .globa-footer-info-col dd:first-of-type {
  line-height: 1.25
}

.ph .globa-footer-info-col ul {
  display: block
}

.ph .cultural-property-list h3 {
  letter-spacing: .025em;
  line-height: 1.25
}

.ph .contents-section-text {
  letter-spacing: .025em;
  text-align: left
}

@media screen and (min-width:769px) {
  .ph .access-map-address {
    line-height: 1.5
  }
}

.ph .globa-footer-info-col .indent {
  display: inline-block;
  padding-left: 1.125em;
  text-indent: -1.125em
}

.hk {
  font-family: "Noto Serif SC", serif
}

.hk .home-hero-ttl {
  max-width: 5.12rem
}

@media screen and (min-width:769px) {
  .hk .home-hero-ttl {
    max-width: 960px
  }

  .hk .home-hero-ttl img {
    max-width: 830px
  }
}


/*star*/
#star,
#star02,
#star03,
#star04 {
  position: relative;
}
#star .wpcf7-list-item,
#star02 .wpcf7-list-item,
#star03 .wpcf7-list-item,
#star04 .wpcf7-list-item {
  position: absolute;
  top: 0;
  left: 0;
}
#star input[type='radio'],
#star02 input[type='radio'],
#star03 input[type='radio'],
#star04 input[type='radio'] {
  position: absolute;
  opacity: 0;
}
#star .wpcf7-list-item-label,
#star02 .wpcf7-list-item-label,
#star03 .wpcf7-list-item-label,
#star04 .wpcf7-list-item-label {
  color: #ccc;
  font-size: 180%;
  letter-spacing: .5em;
  cursor: pointer;
}
#star .wpcf7-list-item:hover .wpcf7-list-item-label,
#star .wpcf7-list-item:hover ~ .wpcf7-list-item .wpcf7-list-item-label,
#star .wpcf7-list-item.checked .wpcf7-list-item-label,
#star .wpcf7-list-item.checked ~ .wpcf7-list-item .wpcf7-list-item-label {
  color: #fc0;
}
#star02 .wpcf7-list-item:hover .wpcf7-list-item-label,
#star02 .wpcf7-list-item:hover ~ .wpcf7-list-item .wpcf7-list-item-label,
#star02 .wpcf7-list-item.checked .wpcf7-list-item-label,
#star02 .wpcf7-list-item.checked ~ .wpcf7-list-item .wpcf7-list-item-label {
  color: #fc0;
}
#star03 .wpcf7-list-item:hover .wpcf7-list-item-label,
#star03 .wpcf7-list-item:hover ~ .wpcf7-list-item .wpcf7-list-item-label,
#star03 .wpcf7-list-item.checked .wpcf7-list-item-label,
#star03 .wpcf7-list-item.checked ~ .wpcf7-list-item .wpcf7-list-item-label {
  color: #fc0;
}
#star04 .wpcf7-list-item:hover .wpcf7-list-item-label,
#star04 .wpcf7-list-item:hover ~ .wpcf7-list-item .wpcf7-list-item-label,
#star04 .wpcf7-list-item.checked .wpcf7-list-item-label,
#star04 .wpcf7-list-item.checked ~ .wpcf7-list-item .wpcf7-list-item-label {
  color: #fc0;
}
.contact_list01 dd{
  height: 30px;
  margin: 10px 0 20px;
}
/*contact*/
.contact_box01{
  width: 100%;
  max-width: 550px;
  border: 1px solid rgba(179, 179, 179, .4);
  margin: 80px auto 20px;
  padding: 25px;
}
.contact_list01{
  width: 260px;
  margin: 0 auto;
}
.contact_list01 dt{
  color: var(--color-primary);
  margin-bottom: 20px;
}
.contact_list01 dd{
  margin-bottom: 30px;
}
.contact_list01 dd:first-of-type{
  font-size: 0;
  display: none;
}
.contact_box01 .btn01{
  margin: 0 auto;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  justify-content: center;
  color: #fff;
  transition: all .3s;
  max-width: 250px;
  background-color: #344866;
  margin-top: 20px;
  border: 1px solid #344866;
}
.contact_box01 .btn01:hover{
  background-color: #fff;
  color: #344866;
}
.contact_box01 .btn01.sent{
  background-color: #b3b3b3;
  color: #fff;
  pointer-events: none;
}
.wpcf7 form.sent .wpcf7-response-output{
  border: none!important;
  text-align: center!important;
}
.wpcf7-form.sent .contact_box01 .btn01{
  background-color: #ccc!important;
  pointer-events: none!important;
  border-color: #ccc!important;
}
.contact_box01 .txt01{
  margin-bottom: 30px;
  line-height: 1.7;
  text-align: center;
}