@charset "utf-8";

html {
font-size: 62.5%;
margin:0;
padding:0;
height:100%;
scroll-behavior: smooth;
}
body {
height:100%;
margin:0;
font-family: -apple-system, BlinkMacSystemFont, "Inter", "Helvetica Neue", HelveticaNeue, Roboto, 'Noto Sans JP', Hiragino Kaku Gothic ProN, YuGothic, "Yu Gothic Medium", "Yu Gothic", Arial, Verdana, メイリオ, Meiryo, sans-serif;
font-size: 1.7em;
font-size: 1.7rem;
font-weight: 400;
font-style: normal;
line-height: 1.7;
color: #fff;
font-feature-settings: "palt";
letter-spacing: 1px;
overflow-x: hidden;
background: #000;
}
@media screen and (min-width: 1920px) {
html {
font-size: 75%;
}
}
.h1-title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

#about-body-area {
background: #ffff00 url("../common/ring.webp") top -4% right -4% / 42% auto no-repeat;
}
#goods-body-area {
background: #ffff00 url("../common/monkey-statue.webp") top -2rem right 10% / 25% auto no-repeat;
}
#news-body-area {
background: #ffff00 url("../common/amulet_human-headed-bird.webp") top 5rem right 5% / 40% auto no-repeat;
}
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
*,
*:before,
*:after {
 -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
 -o-box-sizing: border-box;
-ms-box-sizing: border-box;
 box-sizing: border-box;
}
ul li, ol li {
	list-style: none;
}
sup {
font-size: 1.1em;
font-size: 1.1rem;
line-height: 1.0;
vertical-align: text-top;
}
img {
	vertical-align:bottom;
	border:0;
	width:100%;
	line-height:0;
	font-size:0;
	height: auto;
backface-visibility: hidden;
}
figure {
margin: 0;
}
a {
color: #ffff00;
text-decoration:none;
}
a:hover {
color: #ffffcc;
text-decoration:none;
}



#header-area {
position: fixed;
margin: 0;
top:0;
right:0;
/*transition: .5s;*/
display: flex;
justify-content: flex-end;
align-items: flex-start;
height: 100svh;
z-index: 100;
}
#header__logo {
width: auto;
height: 100%;
padding-top:3rem;
padding-bottom:3rem;
order: 2;
/*position: relative;
z-index: 10;*/
}
#header__logo img {
width: auto;
height: 100%;
}
#header__logo.active img {
  filter: invert(94%) sepia(61%) saturate(2553%) hue-rotate(1deg) brightness(106%) contrast(104%);
}
#header__logo img.black {
  filter: brightness(0) saturate(100%);
}
#header__logo img.yellow {
  filter: invert(94%) sepia(61%) saturate(2553%) hue-rotate(1deg) brightness(106%) contrast(104%);
}



.header__wrapper {
order: 1;
display: flex;
justify-content:flex-end;
align-items:center;
padding-top:3.25rem;
padding-bottom:3.25rem;
}
.menu {
display : none;
position: relative;
top: 0;
right:0;
  z-index : 10;
  width : 60px;
  height: 60px;
  cursor: pointer;
  text-align: center;
background: #000;
  border-radius: 50%;
  border:#ffff00 2px solid;
  order: 3;
}
.menu.active {
  background: none;
  border:#ffff00 2px solid;
}
.menu span {
  display : block;
  position: absolute;
  height  : 2px;
  width: 34px;
  left: 12px;
  background : #ffff00;
  border-radius: 4px;
transition: top 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}
.menu span:nth-child(1) {
  top: 17px;
}
.menu span:nth-child(2) {
  top: 27px;
}
.menu span:nth-child(3) {
  top: 37px;
}
.menu.active span {
  background : #ffff00;
}
.menu.active span:nth-child(1) {
  top: 27px;
  transition: top 0.2s ease, transform 0.2s ease 0.2s;
  transform: rotate(45deg);
}
.menu.active span:nth-child(2) {
  opacity: 0;
  transition: opacity 0.2s ease 0.2s;
}
.menu.active span:nth-child(3) {
  top: 27px;
  transition: top 0.2s ease, transform 0.2s ease 0.2s;
  transform: rotate(-45deg);
}
.menu.on {
  background : #fff;
}
.menu.on span {
  background : #fff;
}
.menu.on.active {
  background : #fff;
}

.nav {
flex: 1;
}
.nav.active {
padding: 150px 10% 3rem 10%;
  opacity: 1;
  display: block;
  position: fixed;
  z-index : 9 !important;
  top  : 0;
  left : 0;
  text-align: center;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #000;
  color: #ffff00;
}
.nav .nav__wrapper {
margin-right: 2.25rem;
}
.nav.active .nav__wrapper {
display: flex;
justify-content: flex-end;
flex-direction: row;
align-items:flex-end;
margin-right: 0;
}
.nav--sub a,
.nav--main a {
text-decoration: none;
}



.nav--main {
display: flex;
flex-direction: column;
justify-content: flex-end;
}
.nav.active .nav--main {
margin-top: 0;
flex-direction: column;
}
.nav--main li {
font-size: 1.6em;
font-size: 1.6rem;
line-height: 1;
font-weight: 500;
margin-bottom: 0.8rem;
}

.nav.active .nav--main li {
font-size: 2.2em;
font-size: 2.2rem;
margin-bottom: 1.5rem;
text-align: right;
}
.nav--main li:last-child {
margin-right:0;
}
.nav--main li a {
padding: 0.8rem 3.85rem 0.8rem 1.25rem;
display: block;
background: #000 url("../common/arrow.svg") right 1rem center / 11px auto no-repeat;
}
.nav--main li a,
#header-area.fixed .nav--main li a,
.nav.active .nav--main li a {
color: #ffff00;
}
.nav--main li a:hover {
background: #fff url("../common/arrow-b.svg") right 1rem center / 11px auto no-repeat;
}
.nav--main li a:hover,
#header-area.fixed .nav--main li a:hover {
color: #000;
}
.nav.active .nav--main li a:hover {
color: #ffff00;
}
.nav--main li ul {
display: none;
}
.nav.active .nav--main li ul {
display: flex;
flex-wrap: wrap;
margin-top: 1.75rem;
margin-left: 1rem;
}
.nav.active .nav--main li ul li {
width: 100%;
font-size: 2.0em;
font-size: 2.0rem;
margin-bottom: 1.5rem;
}
.nav.active .nav--main li a {
background: url("../common/arrow.svg") right center / 17px auto no-repeat !important;
padding-left: 3rem;
}
.nav.active .nav--main li ul li a {
padding-left: 2.5rem;
background: url("../common/arrow.svg") right center / 16px auto no-repeat !important;
}

.article-area {
position: relative;
padding: 32rem 32% 8rem 7%;
}
.contents-area .article-area {
padding: 32rem 18% 8rem 7%;
}
#aside {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
}
#aside p {
    top: 50vh;
    left: 2rem;
    margin-top: -250px;
    position: absolute;
    transform-origin: bottom left;
    transform: rotate(90deg);
    font-size: 1em;
    font-size: 1rem;
    letter-spacing: 1px;
    color: #ffff00;
	font-family: "Inter", "Helvetica Neue", HelveticaNeue, Roboto, Arial, Verdana, sans-serif;
}

.contents-area a {
color: #000;
text-decoration: underline 2px dotted;
}
.contents-area a:hover {
text-decoration: underline;
}
.contents-area h2 a,
.contents-area h2 a:hover {
text-decoration: none;
}

.contents-title {
margin-bottom: 16rem;
}
.contents-title p {
margin-bottom: 1rem;
font-size: 6em;
font-size: 6rem;
line-height: 1;
font-weight: 500;
letter-spacing: 2px;
}
.contents-title h1 {
font-size: 2em;
font-size: 2rem;
font-weight: 600;
}
.contents-title nav {
margin-top: 4rem;
}
.contents-title nav ul {
display: flex;
}
.contents-title nav ul li {
margin-right: 3rem;
font-size: 1.6em;
font-size: 1.6rem;
font-weight: 600;
}
.contents-title nav ul li a {
text-decoration: none;
display: block;
width: 100%;
padding-left: 2.15rem;
background: url("../common/arrow-bu.svg") left center /14px auto no-repeat;
}


.section-area {
position: relative;
overflow: hidden;
margin-bottom: 16rem;
z-index: 1;
}
.section-area header {
margin-bottom: 6rem;
}
.section-area header p.en {
margin-bottom: 1rem;
font-size: 6em;
font-size: 6rem;
line-height: 1;
font-weight: 500;
letter-spacing: 2px;
}
.section-area header h2 {
font-size: 2em;
font-size: 2rem;
font-weight: 600;
}
.section-area header h2 a {
color: #ffff00;
}
.section-area h2.h2-title {
font-size: 3.6em;
font-size: 3.6rem;
font-weight: 700;
margin: 1.5rem 0 1rem 0;
}
.section-area h3.h3-title {
font-size: 2.75em;
font-size: 2.75rem;
font-weight: 700;
line-height: 1.3;
margin: 3rem 0 2rem 2rem;
text-indent: -2rem;
}
.section-area h3.h3-title span:nth-child(1) {
font-size: 2.4em;
font-size: 2.4rem;
}
.section-area h3.h3-title span {
background: #000;
color: #ffff00;
padding: 0.2rem 0.8rem;
}
.section-area h4 {
font-size: 2.4em;
font-size: 2.4rem;
font-weight: 700;
line-height: 1.3;
margin: 2rem 0 1.5rem 0;
}
.section-area h4.h4-title {
border-bottom: #000 1px solid;
padding-bottom: 0.75rem;
margin: 6rem 0 1.5rem 0;
}
.section-area .lead-l {
font-size: 3.2em;
font-size: 3.2rem;
line-height: 1.7;
margin-bottom: 2.5rem;
}
.section-area .lead {
font-size: 2.4em;
font-size: 2.4rem;
line-height: 1.8;
margin-bottom: 1rem;
}
.section-area .lead-s {
font-size: 2.0em;
font-size: 2.0rem;
line-height: 1.8;
margin-bottom: 1rem;
}
.section-area .point {
border:#000 1px solid;
padding: 0.2rem;
margin-right: 0.5rem;
}
.section-area .contents-nav {
margin-top: 4rem;
}
.section-area .contents-nav li {
margin-bottom: 1.5rem;
font-size: 2em;
font-size: 2rem;
font-weight: 600;
letter-spacing: 2px;
}
.section-area .contents-nav li a {
padding-left: 2.5rem;
color: #fff;
background: url("../common/arrow-w.svg") left  center / 13px auto no-repeat;
}
.section-area .contents-nav li a:hover {
color: #ffff00;
background: url("../common/arrow.svg") left  center / 13px auto no-repeat;
}

.section-area footer {
display: flex;
justify-content: flex-end;
margin-top: 4rem;
}

.section {
margin: 0 0 10rem 0;
}
.stage-area {
width: 100%;
color: #000;
}
.section-area > .stage-area:nth-child(last-child) {
border-bottom: #000 1px solid;
}
.stage-area header {
margin-bottom: 4rem;
color: #000;
}
.stage-area .swiper-container {
position: relative;
margin-inline: auto;
width: 100%;
background: #000;
}
.stage-area .swiper {
width: 88%;
}
.stage-area .swiper img {
  width: 100%;
  height: auto;
  display: block;
}
.stage-area .swiper-wrapper {
    align-items: stretch !important;
    padding: 3rem 0 8rem 0;
}
.stage-area .swiper-slide {
color: #ffff00;
padding-bottom: 2rem;
height: auto;
}
.stage-area .swiper figcaption {
padding-top: 1rem;
font-size: 1.4em;
font-size: 1.4rem;
text-align: center;
}
.stage-area .swiper-button-prev,
.stage-area .swiper-rtl .swiper-button-next {
    left: 2rem;
}
.stage-area .swiper-button-next,
.stage-area .swiper-rtl .swiper-button-prev {
    right: 2rem;
}
.stage-area .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 3rem;
}
.stage-area .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 5.4rem;
}
.stage-area .swiper-button-next,
.stage-area .swiper-button-prev {
    --swiper-navigation-color: #ffff00;
}
.stage-area .swiper-pagination-bullet,
.stage-area .swiper-pagination-bullet-active {
    background: #ffff00;
}
.stage-area .swiper-pagination-bullet {
    margin: 0 8px !important;
    width: 15px;
    height: 15px;
    background: #ffff00;
    opacity: 0.19;
}
.stage-area .swiper-pagination-bullet-active {
    background: #ffff00;
    opacity: 1;
}

.box {
padding: 4rem;
margin: 2rem 0;
border: #666 1px solid;
}
.box2 {
margin: 2rem 0;
padding-top: 2rem;
border-top: #111 1px solid;
}
.link-btn {
margin-top: 0.5rem;
}
.link-btn a {
background: url("../common/arrow-b.svg") left center / 13px auto no-repeat;
padding-left: 2.25rem;
}


.goods-list {
width: 100%;
display: flex;
flex-wrap: wrap;
margin-top: 8rem;
}
.goods-list-l h4 {
font-size: 2.2em;
font-size: 2.2rem;
line-height: 1.6;
}
.goods-list li {
width: 32%;
margin-right: 2%;
margin-bottom: 6rem;
font-size: 1.8em;
font-size: 1.8rem;
}
.goods-list li:nth-child(3n) {
margin-right: 0;
}
.goods-list-l figure img,
.goods-list li figure img {
margin-bottom: 1.75rem;
}
.goods-list li figcaption {
font-weight: 600;
margin-bottom: 0.5rem;
}
.goods-list-l p.yen,
.goods-list li p.yen {
vertical-align:baseline;
line-height: 1.4;
text-align: right;
margin-bottom: 1.5rem;
}
.goods-list-l p.comment,
.goods-list li p.comment {
font-size: 1.6em;
font-size: 1.6rem;
}


.news-list {
margin-top: 6rem;
border-top:#666 1px solid;
}
.news-list li {
padding: 4rem 0;
border-bottom:#666 1px solid;
}
.news-list li h3 {
margin-bottom: 1rem;
font-size: 2em;
font-size: 2rem;
}
.news-list li .update {
margin-bottom: 1rem;
font-size: 1.3em;
font-size: 1.3rem;
text-align: right;
}
.news-list li .link {
margin-top: 3rem;
background: url("../common/arrow-b.svg") left center / 13px auto no-repeat;
padding-left: 2.25rem;
}


.link-list {
border-top: #333 1px solid;
}
.link-list li {
border-bottom: #333 1px solid;
padding: 2rem 0;
}
.link-list li a {
color: #fff;
}
.link-list li a:hover {
color: #ffff00;
}
.link-list li time {
font-size: 1.3em;
font-size: 1.3rem;
line-height: 1.8;
color: #ccc;
display: block;
margin-bottom: 0.5rem;
}
.link-btn-list {
margin-top: 0;
margin-bottom: 1rem;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.link-btn-list li {
width: 49.5%;
margin-bottom: 1rem;
font-size: 1.8em;
font-size: 1.8rem;
font-weight: 600;
}
.link-btn-list li a {
text-decoration: none;
display: block;
background: #fff url("../common/arrow-b.svg") left 2rem center / 15px auto no-repeat;
padding: 1.25rem 0 1.25rem 4.25rem;
border: #111 2px solid;
border-radius: 6rem;
}
.link-btn-list li a:hover {
text-decoration: none;
background: #111 url("../common/arrow-w.svg") left 2rem center / 15px auto no-repeat;
border: #111 2px solid;
color: #fff;
}



.notice {
margin: 1.5rem 0;
}
.notice li {
margin-bottom: 0.5rem;
padding-left: 2.2rem;
text-indent:-2.2rem;
font-size: 1.5em;
font-size: 1.5rem;
}
.ul-notice {
margin: 1.5rem 0 1.5rem 3rem;
}
.ul-notice li {
list-style-type:disc;
margin-bottom: 0.3rem;
font-size: 1.5em;
font-size: 1.5rem;
}

.card-list {
width: 100%;
display: flex;
flex-wrap: wrap;
}
.card-list > li {
width: 23.5%;
margin-right: 2%;
border-radius: 0.5rem;
margin-bottom: 3rem;
}
.card-list > li:nth-child(4n) {
margin-right: 0;
}
.card-list > li > a {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: stretch;
}
.card-list section.swiper-slide a {
width: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: stretch;
height: 100%;
background: #fff;
border-radius: 0.5rem;
}
.card-list .info {
padding: 2rem;
}
.card-list .photo {
margin-bottom: 1.75rem;
border-radius: 0.5rem 0.5rem 0 0;
position: relative;
width: 100%;
overflow: hidden;
}
.card-list .photo img {
  height: auto;
  transition: transform .6s ease;
transform: scale(1.0);
border-radius: 0.5rem 0.5rem 0 0;
}
.card-list a:hover .photo img {
transform: scale(1.08);
}


#pagetop {
position: fixed;
z-index: 7;
right: 4rem;
bottom: 1.5rem;
padding: 0;
margin: 0;
}
#pagetop a {
display: block;
color: #2d2d2d;
border:#2d2d2d 2px solid;
border-radius: 50%;
width: 54px;
height: 54px;
}
#pagetop a::before {
    content: "";
    display: block;
	margin-top: 19px;
	margin-left: 15px;
    width: 20px;
    height: 20px;
    border-top: #2d2d2d 2px solid;
    border-right: #2d2d2d 2px solid;
    transform: rotate(-45deg);
}
#pagetop.on a {
border-color:#2d2d2d;
}
#pagetop.on a::before {
    border-top-color:#2d2d2d;
    border-right-color:#2d2d2d;
}





.mapbox {
margin-top: 4rem;
    height: 0;
    overflow: hidden;
    padding-bottom: 35%;
    position: relative;
}
.mapbox iframe{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.flexbox {
display: flex;
justify-content: space-between;
width: 100%;
}
.justify-c {
justify-content: center;
}
.flex-wrap {
  flex-wrap: wrap;
}
.justify-c div {
margin: 0 2%;
}
.flexbox .col-1 {
width: 6.5%;
}
.flexbox .col-2 {
width: 15%;
}
.flexbox .col-3 {
width: 23.5%;
}
.flexbox .col-4 {
width: 32%;
}
.flexbox .col-5 {
width: 40.5%;
}
.flexbox .col-6 {
width:49%;
}
.flexbox .col-7 {
width: 57.5%;
}
.flexbox .col-8 {
width: 66%;
}
.flexbox .col-9 {
width: 74.5%;
}
.flexbox .col-10 {
width: 83%;
}
.flexbox .col-11 {
width: 91.5%;
}
.flexbox .col-12 {
width: 100%;
}
.order-1 {
order: 1;
}
.order-2 {
order: 2;
}
table {
width: 100%;
border-bottom:1px solid #555;
  margin: 3rem 0;
}
table .th-l {
text-align: left;
}
table th,
table td {
/*border:1px solid #ccc;*/
border-top:1px solid #555;
padding: 1.75rem 0;
}
table thead th {
background: #000;
color: #ffff00;
padding: 1rem 0;
}
table th {
border-top:1px solid #555;
}
table td {
vertical-align: top;
}
table th {
vertical-align: top;
}
table td p {
padding: 0.2rem 1rem;
margin-bottom: 0.5rem;
background: #eee;
}

.img-cr {
border-radius: 1rem;
}
dl {
  width: 100%;
  margin: 3rem 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  border-top: #555 1px solid;
}
dl dt {
  width: 20%;
  margin: 0;
  padding: 1.75rem 2rem 1.75rem 0;
  border-bottom: #555 1px solid;
  text-align: right;
}
dl dd {
  width: 80%;
  margin: 0;
  padding: 1.75rem 0;
  border-bottom: #555 1px solid;
vertical-align: baseline;
}
dl dd .txt-l {
font-size: 2.4em;
font-size: 2.4rem;
line-height: 1.3;
vertical-align: baseline;
}

.about-dl {
border: none;
}
.about-dl dt {
border: none;
  padding: 1rem 2.5rem 1rem 0;
}
.about-dl dd {
border: none;
  padding: 1rem 0;
}

.photo figcaption {
font-size: 1.4em;
font-size: 1.4rem;
margin-top: 1rem;
text-align: center;
}


.fdin-1 {
transition: all 0.45s ease-out;
}
.fdin-2 {
transition: all 0.5s ease-out;
}
.fdin-3 {
transition: all 0.75s ease-out;
}
.fdin-4 {
transition: all 1s ease-out;
}
.fdin-5 {
transition: all 2s ease-out;
}
.fdin-6 {
transition: all 2.25s ease-out;
}
.fdin-btm {
transform: translateY(5rem);
opacity: 0;
}
.fdin-btm.active {
transform: translateY(0%);
opacity: 1;
}
.fdin-lt {
transform: translateX(5rem);
opacity: 0;
}
.fdin-lt.active {
transform: translateX(0);
opacity: 1;
}
.fdin-rt {
transform: translateX(5rem);
opacity: 0;
}
.fdin-rt.active {
transform: translateX(0);
opacity: 1;
}
.txt-fdin span {
  display: inline-block;
  position: relative;
}
.txt-fdin span:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transition: all 1.0s  ease;
}
.txt-fdin.active span:before {
  width: 0%;
}
.info .txt-fdin span:before {
  background: #e4f4fb;
}
.fdin-mkr {
padding:0 0 0.4rem 0;
background: -webkit-linear-gradient(left, rgb(229,166,33) 50%, transparent 50%);
background: -moz-linear-gradient(left, rgb(229,166,33) 50%, transparent 50%);
background: linear-gradient(left, rgb(229,166,33) 50%, transparent 50%);
background-repeat: no-repeat;
background-size: 200% 0.2em; 
background-position: 100% 1.1em;
transition: 2s;
}
.fdin-mkr.active {
background-position: 0% 1.1em;
}

li:nth-child(1).fdin-btm {
transition: all 1s ease-out;
}
li:nth-child(2).fdin-btm {
transition: all 1.5s ease-out;
}
li:nth-child(3).fdin-btm {
transition: all 2s ease-out;
}
li:nth-child(4).fdin-btm {
transition: all 2.5s ease-out;
}
li:nth-child(5).fdin-btm {
transition: all 3s ease-out;
}
li:nth-child(6).fdin-btm {
transition: all 3.5s ease-out;
}
li:nth-child(7).fdin-btm {
transition: all 4s ease-out;
}
.fdin-img.active {
animation: img-opacity 2s cubic-bezier(.4, 0, .2, 1);
overflow: hidden;
position: relative;
z-index: 2;
}
.fdin-img.active:before {
animation: img-animation 2s cubic-bezier(.4, 0, .2, 1) forwards;
background: #f1ead9;
bottom: 0;
content: '';
left: 0;
pointer-events: none;
position: absolute;
right: 0;
top: 0;
z-index: 1;
}
.fdin-img.active:before {
background: #fff;
}
@keyframes img-opacity {
0% {
opacity: 0;
}
}
@keyframes img-animation {
100% {
transform: translateX(100%);
}
}

.brclr {
display: none;
}

.center {
  text-align: center !important;
}
.right {
  text-align: right !important;
}
.left {
  text-align: left !important;
}
.mt-l {
  margin-top: 6rem !important;
}
.mt-m {
  margin-top: 3rem !important;
}
.mt-s {
  margin-top: 1rem !important;
}
.mt-no {
  margin-top: 0 !important;
}
.mb-l {
  margin-bottom: 6rem !important;
}
.mb-m {
  margin-bottom: 3rem !important;
}
.mb-s {
  margin-bottom: 1rem !important;
}

.blue {
color: #2d2d2d;
}


.text-lll {
    font-size: 2.8em !important;
    font-size: 2.8rem !important;
}
.text-ll {
    font-size: 2.4em !important;
    font-size: 2.4rem !important;
}
.text-l {
    font-size: 2.0em !important;
    font-size: 2.0rem !important;
}
.text-s {
    font-size: 1.5em !important;
    font-size: 1.5rem !important;
}
.text-ss {
    font-size: 1.3em !important;
    font-size: 1.3rem !important;
}
.text-sss {
    font-size: 1.1em !important;
    font-size: 1.1rem !important;
}





@media screen and (max-width: 1024px) {

.header__wrapper {
    padding-right: 1rem;
}
.nav--main li a {
    padding: 0.8rem 3.25rem 0.8rem 1rem;
}
.article-area {
    padding: 12rem 37% 6rem 5%;
}
.section-area {
    margin-bottom: 8rem;
}
.section-area header p.en {
    margin-bottom: 0.85rem;
    font-size: 5em;
    font-size: 5rem;
    letter-spacing: 1px;
}
.section-area .lead-l {
    font-size: 2.8em;
    font-size: 2.8rem;
    margin-bottom: 2rem;
}
.section-area .lead {
    font-size: 2.2em;
    font-size: 2.2rem;
    margin-bottom: 0.85rem;
}
.section-area .contents-nav {
    margin-top: 3rem;
}
.section-area .contents-nav li {
    margin-bottom: 1rem;
    font-size: 1.8em;
    font-size: 1.8rem;
    letter-spacing: 1px;
}
.section-area footer {
    margin-top: 0;
}

.brblk {
display: none;
}
}

@media screen and (max-width: 840px) {
body {
font-size: 1.55em;
font-size: 1.55rem;
ine-height: 1.65;
}
#about-body-area {
background: #ffff00 url("../common/ring.webp") top 2rem right 1rem / 32% auto no-repeat;
}
#goods-body-area {
background: #ffff00 url("../common/monkey-statue.webp") top 3rem right 10% / 28% auto no-repeat;
}
#news-body-area {
background: #ffff00 url("../common/amulet_human-headed-bird.webp") top 10rem right 7% / 40% auto no-repeat;
}
#header-area {
position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 80px;
	width: 100%;
}
#header__logo {
    width: auto;
    height: 80px;
	order: 1;
	padding-top: 0.75rem;
    padding-bottom: 0;
	padding-left: 1rem;
	position: relative;
	z-index: 11;
}
.header__wrapper {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
}
.menu {
display: block;
position: fixed;
top:1rem;
right: 1rem;
}
.nav {
display: none;
}
    .article-area {
        padding: 6rem 7% 6rem 7%;
    }
.contents-area .article-area {
        padding: 6rem 7% 6rem 7%;
}
.section-area {
        margin-bottom: 4rem;
}
.article-area > .section-area:last-child {
        margin-bottom: 0;
}
.section-area header {
    margin-bottom: 3rem;
}
.section-area .lead-l {
        font-size: 2.6em;
        font-size: 2.6rem;
        margin-bottom: 1.85rem;
}
.section-area .lead {
        font-size: 2.0em;
        font-size: 2.0rem;
        margin-bottom: 0.75rem;
}
.contents-title {
margin-top: 3rem;
margin-bottom:3rem;
}
.contents-title p {
    margin-bottom: 0.85rem;
    font-size: 3.2em;
    font-size: 3.2rem;
    letter-spacing: 1px;
}
.contents-title nav {
    margin-top: 1.5rem;
}
.section-area h2.h2-title {
    font-size: 2.8em;
    font-size: 2.8rem;
    font-weight: 700;
    margin: 1.5rem 0 1rem 0;
}
.section-area h3.h3-title span:nth-child(1) {
    font-size: 2.0em;
    font-size: 2.0rem;
}
.section-area h3.h3-title {
    font-size: 2.2em;
    font-size: 2.2rem;
    margin: 3rem 0 1.5rem 1.5rem;
    text-indent: -1.5rem;
}
.section-area h4 {
    font-size: 1.8em;
    font-size: 1.8rem;
    margin: 1.5rem 0 1rem 0;
}
.section-area .lead-s {
    font-size: 1.8em;
    font-size: 1.8rem;
    line-height: 1.75;
    margin-bottom: 0.75rem;
}
.section {
    margin: 0 0 4rem 0;
}
.stage-area .swiper-wrapper {
    padding: 1rem 0 1rem 0;
}
.stage-area .swiper-button-prev,
.stage-area .swiper-rtl .swiper-button-next {
    left: 0.5rem;
}
.stage-area .swiper-button-next,
.stage-area .swiper-rtl .swiper-button-prev {
    right: 0.5rem;
}
.stage-area .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 4rem;
}

form dl {
  display: block;
}
form dl dt {
  width: 100%;
  padding: 0.75rem 0 0 0;
  text-align: left;
  border: none;
    font-size: 1.4em;
    font-size: 1.4rem;
}
form dl dd {
  width: 100%;
  padding: 0 0 0.75rem 0;
}
table {
    margin: 2rem 0;
}
table th {
    padding: 0.5rem;
    font-size: 1.4em;
    font-size: 1.4rem;
    font-weight: normal;
    vertical-align: middle;
	line-height: 1.4;
}
table td {
    padding: 0.5rem;
    vertical-align: middle;
	line-height: 1.4;
}
table tbody tr th {
white-space: nowrap;
}
table.special-ticket-table thead th {
width: 50%;
}
table.special-ticket-table tr {
display: flex;
flex-wrap: wrap;
}
table.special-ticket-table col {
width: 100%;
}
table.special-ticket-table tbody tr th {
white-space:normal;
width: 100%;
text-align: left;
border-bottom: none;
padding: 0.3rem 0;
}
table.special-ticket-table tbody tr td {
width: 100%;
text-align: right !important;
border-top: none;
}
table.special-ticket-table tbody tr .goods-th {
border-top: none;
width: 50% !important;
}
table.special-ticket-table tbody tr .goods-td {
border-top: none;
width: 50% !important;
}
dl dt {
    width: 25%;
    padding: 1.5rem 1.75rem 1.5rem 0;
}
dl dd {
    width: 75%;
    padding: 1.5rem 0;
}
.about-dl {
flex-direction: column
}
.about-dl dt {
width: 100%;
padding: 0 0 0 0.75rem;
text-align: left;
border-left: 2px #000 solid;
line-height: 1;
margin-bottom: 1rem;
}
.about-dl dd {
width: 100%;
padding: 0 0 2rem 0;
line-height: 1.5;
}
.box {
    padding: 2rem 2rem 0 2rem;
    margin: 1.5rem 0;
}

.goods-photo-list {
display: flex;
justify-content: space-between;
flex: 1;
align-items: flex-end;
}

.photo-mrg {
display: flex;
justify-content: center;
margin-bottom: 3rem;
background: rgba(0,0,0,0.2);
}
.photo-mrg img {
width: 60%;
}
.photo-mrg2 {
display: flex;
justify-content: flex-end;
margin-bottom: 3rem;
}
.photo-mrg2 img {
width: 50%;
}
.goods-list {
    margin-top: 2rem;
	justify-content: space-between;
}
.goods-list li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 2rem;
    font-size: 1.6em;
    font-size: 1.6rem;
}
.goods-list li p.comment {
    font-size: 1.35em;
    font-size: 1.35rem;
	line-height: 1.5;
}
.goods-list li p.yen {
    line-height: 1.2;
    margin-bottom: 0.75rem;
}
.goods-list li figure img {
    margin-bottom: 0.75rem;
}
.ul-notice {
    margin: 1rem 0 1rem 2rem;
}
.ul-notice li {
    margin-bottom: 0.1rem;
    font-size: 1.3em;
    font-size: 1.3rem;
	line-height: 1.5;
}

.notice li {
    margin-bottom: 0.1rem;
    padding-left: 2.2rem;
    text-indent: -2.2rem;
    font-size: 1.4em;
    font-size: 1.4rem;
line-height: 1.5;
}
.link-btn-list li a {
    background: #fff url(../common/arrow-b.svg) left 0.8rem center / 12px auto no-repeat;
    padding: 1rem 0 0.9rem 2.5rem;
}
.link-btn-list li {
    width: 49.5%;
    margin-bottom: 0.5rem;
    font-size: 1.7em;
    font-size: 1.7rem;
}

.flexbox {
  display: block;
}
.flexbox .col-1,
.flexbox .col-2,
.flexbox .col-3,
.flexbox .col-4,
.flexbox .col-5,
.flexbox .col-6,
.flexbox .col-7,
.flexbox .col-8,
.flexbox .col-9,
.flexbox .col-10,
.flexbox .col-11,
.flexbox .col-12 {
width: 100%;
margin-bottom: 1rem;
}
.justify-c div {
    margin: 0;
}

.brclr {
display: block;
}
.text-lll {
    font-size: 2.4em !important;
    font-size: 2.4rem !important;
}
.text-ll {
    font-size: 2.0em !important;
    font-size: 2.0rem !important;
}
.text-l {
    font-size: 1.8em !important;
    font-size: 1.8rem !important;
}
.text-s {
    font-size: 1.3em !important;
    font-size: 1.3rem !important;
}
.text-ss {
    font-size: 1.1em !important;
    font-size: 1.1rem !important;
}
.text-sss {
    font-size: 1.0em !important;
    font-size: 1.0rem !important;
}
.mt-l {
  margin-top: 2.5rem !important;
}
.mt-m {
  margin-top: 1.5rem !important;
}
.mt-s {
  margin-top: 0.5rem !important;
}
.mb-l {
  margin-bottom: 3rem !important;
}
.mb-m {
  margin-bottom: 1.5rem !important;
}
.mb-s {
  margin-bottom: 0.5rem !important;
}



}

@media screen and (max-width: 768px) {


}
@media screen and (max-width: 640px) {



}