<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
--blue: rgba(22, 26, 65, 1);
--gold: rgba(200, 168, 37, 1);
--gray: rgba(230, 233, 240, 1);
--red: rgba(221, 0, 0, 1);
--black: rgba(0, 0, 0, 1);
}

body {
font-family: "Noto Sans JP", sans-serif;
line-height: 1.8;
}
a {
text-decoration: none;
color: var(--blue);
}
a:hover {
opacity: 0.7;
transition: 0.5s;
}
.bold {
font-weight: bold;
}
.blue {
color: var(--blue);
}
.red {
color: var(--red);
}
.white {
color: #fff;
}
.bg-blue {
background-color: var(--blue);
}
.bg-gray {
background-color: var(--gray);
}
.bg-white {
background-color: #fff;
}
a.navbar-brand img {
height: 35px;
}
a.nav-link {
color: #fff;
font-weight: 700;
padding-bottom: 7px;
border-bottom: none;
}
@media (min-width: 992px) {
a.nav-link {
color: #fff;
font-weight: 700;
padding-bottom: 7px;
border-bottom: 2px solid var(--gold);
}
}
a.nav-link:hover {
color: var(--gold);
border-bottom: 0;
opacity: 1;
transition: 0.5s;
}
a.shop {
color: #fff;
font-weight: 700;
border: 2px solid var(--gold);
background-color: var(--gold);
border-radius: 30px;
text-decoration: none;
}
a.shop:hover {
color: #fff;
border: 2px solid var(--gold);
background-color: var(--gold);
}
@media (min-width: 992px) {
a.shop:hover {
color: var(--gold);
border: 2px solid var(--gold)!important;
border-bottom: 2px solid var(--gold)!important;
background-color: #fff;
border-radius: 30px;
}
}
#nav-toggle {
position: absolute;
right: 25px;
top: 35px;
height: 32px;
cursor: pointer;
}
#nav-toggle &gt; div {
position: relative;
width: 36px;
}
#nav-toggle span {
width: 100%;
height: 3px;
left: 0;
display: block;
background: #fff;
position: absolute;
transition: top .5s ease, -webkit-transform .6s ease-in-out;
transition: transform .6s ease-in-out, top .5s ease;
transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}
#nav-toggle span:nth-child(1) {
top: 0;
}
#nav-toggle span:nth-child(2) {
top: 13px;
}
#nav-toggle span:nth-child(3) {
top: 26px;
}
#nav-toggle:hover span:nth-child(1) {
top: 0px;
}
#nav-toggle:hover span:nth-child(3) {
top: 26px;
}
.open #nav-toggle span {
background: #fff;
}
.open #nav-toggle span:nth-child(1) {
top: 15px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
top: 15px;
width: 0;
left: 50%;
}
.open #nav-toggle span:nth-child(3) {
top: 15px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#nav-toggle {
z-index: 1000;
}
#container {
z-index: 900;
}
#gloval-nav {
background: var(--blue);
color: #fff;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 990;
text-align: center;
display: flex;
visibility: hidden;
flex-direction: column;
justify-content: center;
align-items: center;
font-size: 20px;
opacity: 0;
transition: opacity .6s ease, visibility .6s ease;
}
#gloval-nav a {
display: block;
color: #fff;
text-decoration: none;
padding: 10px 0;
transition: color .6s ease;
}
#gloval-nav a:hover {
color: #666;
}
#gloval-nav ul {
list-style: none;
padding-left: 0;
}
#gloval-nav ul li {
opacity: 0;
-webkit-transform: translateX(200px);
transform: translateX(200px);
transition: opacity .2s ease, -webkit-transform .6s ease;
transition: transform .6s ease, opacity .2s ease;
transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
}
#gloval-nav ul li:nth-child(2) {
transition-delay: .15s;
}
#gloval-nav ul li:nth-child(3) {
transition-delay: .3s;
}
#gloval-nav ul li:nth-child(4) {
transition-delay: .45s;
}
#gloval-nav ul li:nth-child(5) {
transition-delay: .6s;
}
#gloval-nav ul li:nth-child(6) {
transition-delay: .75s;
}
#gloval-nav ul li:nth-child(7) {
transition-delay: .9s;
}
#gloval-nav ul li:nth-child(8) {
transition-delay: 1.05s;
}
.open {
overflow: hidden;
}
.open #gloval-nav {
visibility: visible;
opacity: 1;
}
.open #gloval-nav li {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
transition: opacity .9s ease, -webkit-transform 1s ease;
transition: transform 1s ease, opacity .9s ease;
transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}
.open #nav-toggle {
position: fixed;
}
footer a {
color: #fff;
text-decoration: underline;
}
footer a:hover {
color: #fff;
text-decoration: none;
transition: 0.5s;
}
.footer-bg {
background-image: url(/wp-content/themes/anju/assets/img/cmn/footer-bg.png);
background-position: center center;
background-repeat: no-repeat;
background-color: #fff;
}
.hero {
background-image: url(/wp-content/themes/anju/assets/img/cmn/hero-bg.jpg);
background-position: center center;
z-index: -2;
overflow: hidden;
}
.hero-inner {
margin-top: 90px;
}
.hero-bg-pattern {
position: absolute;
left: 0;
right: 0;
top: 100px;
bottom: 0;
margin: auto;
width: 100%;
z-index: -1;
}
.hero h1 {
font-family: "Zen Old Mincho", serif;
font-weight: bold;
}
.breadcrumb-wrap {
border-bottom: 1px solid #ccc;
}


/* ãƒˆãƒƒãƒ— */
#video-wrap {
position: relative;/*h1ã®ä¸­å¤®å¯„ã›é…ç½®ã®èµ·ç‚¹ã¨ã™ã‚‹ãŸã‚ã®relative*/
height: 100vh;/*é«˜ã•ã‚’å…¨ç”»é¢ã«ã‚ã‚ã›ã‚‹*/
}
#video-area{
position: fixed;
z-index: -1;/*æœ€èƒŒé¢ã«è¨­å®š*/
top: 0;
right:0;
left:0;
bottom:0;
overflow: hidden;
}
#video {
/*å¤©åœ°ä¸­å¤®é…ç½®*/
position: absolute;
z-index: -1;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
/*ç¸¦æ¨ªå¹…æŒ‡å®š*/
width: 177.77777778vh; /* 16:9 ã®å¹…â†’16 Ã· 9ï¼ 177.77% */
height: 56.25vw; /* 16:9ã®å¹… â†’ 9 Ã· 16 = 56.25% */
min-height: 100%;
min-width: 100%;
}
.video-overlay {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
overflow: hidden;
border: none;
padding: 0;
margin: 0;
background-image: url("/wp-content/themes/anju/assets/img/top/dot.png");
}
.movie-caption {
color: #fff;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
text-shadow: 2px 2px 2px #000;
font-family: "Zen Old Mincho", serif;
}
@media (min-width: 1200px) {
.movie-caption h1 {
font-size: 3.5rem;
font-family: "Zen Old Mincho", serif;
}
}

.swiper-pagination-bullet {
width: 20px;
height: 20px;
margin: 0 15px!important;
}
.swiper-pagination-bullet-active {
background-color: #fff!important;
}
.swiper-button-prev {
color: #fff!important;
}
.swiper-button-next {
color: #fff!important;
}
.swiper-wrapper {
width: 100%;
height: auto;
}
.swiper-slide {
display: flex;
justify-content: center;
align-items: center;
background-repeat: no-repeat!important;
background-position: center!important;
background-size: cover!important;
}
.swiper-slide img {
margin-top: 90px;
}

.mt-title {
font-family: "Zen Old Mincho", serif;
font-weight: bold;
}
.mt-title::before {
content: '';
vertical-align: middle;
display: inline-block;
width: 80px;
height: 40px;
margin-right: 5px;
background-image: url(/wp-content/themes/anju/assets/img/top/mt-title-left.svg);
background-size: contain;
background-repeat: no-repeat;
}
.mt-title::after {
content: '';
vertical-align: middle;
display: inline-block;
width: 80px;
height: 40px;
margin-left: 10px;
background-image: url(/wp-content/themes/anju/assets/img/top/mt-title-right.svg);
background-size: contain;
background-repeat: no-repeat;
}
.wave-title {
font-family: "Zen Old Mincho", serif;
font-weight: bold;
}
@media (min-width: 992px) {
.wave-title::before {
content: '';
vertical-align: middle;
display: inline-block;
width: 90px;
height: 40px;
margin-right: 10px;
background-image: url(/wp-content/themes/anju/assets/img/top/wave-title-left.png);
background-size: contain;
background-repeat: no-repeat;
}
.wave-title::after {
content: '';
vertical-align: middle;
display: inline-block;
width: 90px;
height: 40px;
margin-left: 10px;
background-image: url(/wp-content/themes/anju/assets/img/top/wave-title-right.png);
background-size: contain;
background-repeat: no-repeat;
}
}
.bg-shirasu-left {
background-image: url(/wp-content/themes/anju/assets/img/top/shirasu-left.png);
background-repeat: no-repeat;
background-position: left bottom;
background-size: 60%;
}
.bg-shirasu-right {
background-image: url(/wp-content/themes/anju/assets/img/top/shirasu-left.png);
background-repeat: no-repeat;
background-position: right bottom;
background-size: 60%;
}
@media (min-width: 576px) {
.bg-shirasu-left {
background-image: url(/wp-content/themes/anju/assets/img/top/shirasu-left.png);
background-repeat: no-repeat;
background-position: left bottom;
background-size: 50%;
}
.bg-shirasu-right {
background-image: url(/wp-content/themes/anju/assets/img/top/shirasu-left.png);
background-repeat: no-repeat;
background-position: right bottom;
background-size: 50%;
}
}
@media (min-width: 768px) {
.bg-shirasu-left {
background-image: url(/wp-content/themes/anju/assets/img/top/shirasu-left.png);
background-repeat: no-repeat;
background-position: left bottom;
background-size: 40%;
}
.bg-shirasu-right {
background-image: url(/wp-content/themes/anju/assets/img/top/shirasu-left.png);
background-repeat: no-repeat;
background-position: right bottom;
background-size: 40%;
}
}
@media (min-width: 992px) {
.bg-shirasu-left {
background-image: url(/wp-content/themes/anju/assets/img/top/shirasu-left.png);
background-repeat: no-repeat;
background-position: left bottom;
background-size: 30%;
}
.bg-shirasu-right {
background-image: url(/wp-content/themes/anju/assets/img/top/shirasu-left.png);
background-repeat: no-repeat;
background-position: right bottom;
background-size: 30%;
}
}
.item-title {
font-family: "Zen Old Mincho", serif;
font-size: 120%;
}
.item-price {
}
a.item {
text-decoration: none;
color: #000;
}
a.item:hover {
filter: brightness(70%);
opacity: 1;
transition: 1s;
}
.relative {
position: relative;
}
.illust-footer-left {
position: absolute;
bottom: 0;
left: 0;
width: 200px;
}
.illust-footer-right {
position: absolute;
bottom: 0;
right: 10px;
width: 100px;
}
@media (min-width: 576px) {
.illust-footer-left {
width: 250px;
}
.illust-footer-right {
width: 120px;
}
}
@media (min-width: 768px) {
.illust-footer-left {
width: 300px;
}
.illust-footer-right {
width: 150px;
}
}
@media (min-width: 992px) {
.illust-footer-left {
width: 400px;
}
.illust-footer-right {
width: 200px;
}
}
a.btn-blue {
display: inline-block!important;
justify-content: center;
align-items: center;
margin: 0 auto;
padding: .7em 1em;
border: 1px solid var(--gold);
box-shadow: 0 0 0 3px var(--blue);
background-color: var(--blue);
color: #fff;
font-weight: 600;
font-size: 1em;
text-decoration: none!important;
transition: 0.5s;
}
a.btn-blue:hover {
border: 1px solid var(--blue);
box-shadow: 0 0 0 3px #fff;
background-color: #fff;
color: var(--blue);
transition: 0.5s;
}
.news-table td {
background: rgba(255,255,255,0.1)!important;
text-align: left!important;;
}


/* ãŠçŸ¥ã‚‰ã› */
.wp-pagenavi {
clear: both;
text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
color: var(--blue);
background-color: #ffffff;
padding: 8px 15px!important;
margin: 0 2px;
white-space: nowrap;
-webkit-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
text-align: center;
text-decoration: none;
border: thin dotted var(--blue);
}
.wp-pagenavi a:hover{
color: #fff;
background-color: var(--blue);
}
.wp-pagenavi span.current{
color: #fff;
background-color: var(--blue);
}


/* å•†å“ç´¹ä»‹ */
.item-list:hover {
background-color: #cce6ff;
transition: 0.5s;
}
.img-trim {
position: relative;
overflow: hidden;
padding-top: 70%;
}
.img-trim img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
object-fit: cover;
}
</pre></body></html>