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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  font-size: 16px;
  margin: 0;
  padding: 0;
  scroll-padding-top: 90px;
}
@media screen and (max-width: 480px) {
  html {
    scroll-padding-top: 80px;
  }
}

body {
  font-family: "Noto Serif JP", serif;
  line-height: 1.8;
  letter-spacing: 1px;
  word-break: break-all;
  color: #333;
}

a {
  text-decoration: none;
  color: #333;
}

li {
  list-style: none;
}

.__inner {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .__inner {
    width: 85%;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  .__inner {
    width: 90%;
  }
}

.ttl {
  font-size: 3rem;
  width: 100%;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .ttl {
    font-size: 2.5rem;
  }
}
.ttl p {
  font-size: 1rem;
  width: 100%;
  font-weight: 700;
}
.ttl .ttl-main {
  position: relative;
  width: auto;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .ttl .ttl-main {
    width: 14rem;
  }
}
@media screen and (max-width: 320px) {
  .ttl .ttl-main {
    width: 12.5rem;
  }
}
.ttl .ttl-main span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.ttl .ttl-main::before {
  content: attr(data-en);
  position: absolute;
  top: -25px;
  left: 60%;
  transform: translateX(-50%);
  font-size: 4rem;
  text-transform: uppercase;
  z-index: 1;
  color: rgba(0, 96, 54, 0.1);
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .ttl .ttl-main::before {
    font-size: 3rem;
    top: -15px;
  }
}

.pagination {
  width: 100%;
  text-align: center;
  margin-top: 3rem;
  color: #fff;
  padding-bottom: 3rem;
}
.pagination .page-numbers {
  color: #333;
  padding: 10px 15px;
  margin: 0 5px;
  border: solid 1px rgba(51, 51, 51, 0.7);
}
.pagination .page-numbers:hover {
  opacity: 0.8;
}
.pagination .page-numbers.current {
  color: #fff;
  background-color: #333;
}
.pagination .prev.page-numbers,
.pagination .next.page-numbers {
  padding: 10px 10px;
}

.scroll-top {
  color: #fff;
  background-color: #5A4633;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  font-size: 1rem;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #333;
  cursor: pointer;
  opacity: 0;
  z-index: 9999;
}
@media screen and (max-width: 480px) {
  .scroll-top {
    bottom: 0.5rem;
    right: 1rem;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 0.8rem;
  }
}

* .__pc {
  display: none;
}
* .__tab {
  display: none;
}
* .__sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  * .__pc {
    display: inline-block;
  }
  * .__tab {
    display: none;
  }
  * .__sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  * .__pc {
    display: none;
  }
  * .__tab {
    display: inline-block;
  }
  * .__sp {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  * .__pc {
    display: none;
  }
  * .__tab {
    display: none;
  }
  * .__sp {
    display: inline-block;
  }
}

.text-anime {
  opacity: 0;
}
.text-anime.inview {
  opacity: 1;
}
.text-anime.inview .char {
  display: inline-block;
  animation-name: kf-animate-chars;
  animation-duration: 0.5s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.39, 1.57, 0.58, 1);
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}
.text-anime.inview .char:nth-child(1) {
  -webkit-animation-delay: 0.04s;
  animation-delay: 0.04s;
}
.text-anime.inview .char:nth-child(2) {
  -webkit-animation-delay: 0.08s;
  animation-delay: 0.08s;
}
.text-anime.inview .char:nth-child(3) {
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}
.text-anime.inview .char:nth-child(4) {
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s;
}
.text-anime.inview .char:nth-child(5) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.text-anime.inview .char:nth-child(6) {
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
}
.text-anime.inview .char:nth-child(7) {
  -webkit-animation-delay: 0.28s;
  animation-delay: 0.28s;
}
.text-anime.inview .char:nth-child(8) {
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}
.text-anime.inview .char:nth-child(9) {
  -webkit-animation-delay: 0.36s;
  animation-delay: 0.36s;
}
.text-anime.inview .char:nth-child(10) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.text-anime.inview .char:nth-child(11) {
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}
.text-anime.inview .char:nth-child(12) {
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s;
}

@-webkit-keyframes kf-animate-chars {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes kf-animate-chars {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.txt-1 {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  opacity: 0;
  -webkit-animation: catch_anime 1s forwards 1s;
  animation: catch_anime 1s forwards 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes catch_anime {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes catch_anime {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeUp {
  -webkit-animation: fadeUpAnime 0.8s forwards;
  animation: fadeUpAnime 0.8s forwards;
  opacity: 0;
}

.fadeLeft {
  -webkit-animation: fadeLeftAnime 0.8s forwards;
  animation: fadeLeftAnime 0.8s forwards;
  opacity: 0;
  overflow: hidden;
}

.fadeRight {
  -webkit-animation: fadeRightAnime 0.8s forwards;
  animation: fadeRightAnime 0.8s forwards;
  opacity: 0;
  overflow: hidden;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.scroll-text {
  display: inline-block;
  position: absolute;
  font-size: 0.8rem;
  color: #fff;
}
.scroll-text::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 80px;
  height: 2px;
  background-color: #fff;
  animation-name: scrollAnime;
  animation-duration: 1.2s;
  animation-delay: 0s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@-webkit-keyframes scrollAnime {
  0% {
    width: 0px;
  }
  100% {
    width: 80px;
  }
}
@keyframes scrollAnime {
  0% {
    width: 0px;
  }
  100% {
    width: 80px;
  }
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-pagination-bullet-active {
  background-color: #fff !important;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .swiper-slide {
    margin-bottom: 0;
  }
}
.swiper-slide.shop-top-wrapper__con__box {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.swiper-slide-active .shop-top-wrapper__con__box {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-slide-next .shop-top-wrapper__con__box,
.swiper-slide-prev .shop-top-wrapper__con__box {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

header .drawer {
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  header .drawer {
    position: fixed;
    visibility: visible;
    width: 35px;
    height: 3px;
    top: 40px;
    right: 40px;
    border-top: solid 4px #333;
    cursor: pointer;
    z-index: 8888;
  }
  header .drawer::before, header .drawer::after {
    position: absolute;
    content: "";
    display: block;
    width: 35px;
    background: #333;
    height: 3px;
    top: 0px;
    right: 0px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  header .drawer::before {
    top: 5px;
  }
  header .drawer::after {
    top: 14px;
  }
  header .header-wrapper__nav {
    position: fixed;
    opacity: 0;
    transition: all 0.3s;
    width: 100%;
    height: 100vh;
    top: 0;
    right: -100%;
    background-color: #fff;
    z-index: 9999;
  }
  header .header-wrapper__nav__list {
    display: block;
    width: auto;
    text-align: center;
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
  header .header-wrapper__nav__list__item {
    margin: 0 auto;
    border-right: none;
    font-size: 1.5rem;
    line-height: 2.5;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  header .header-wrapper__nav__list__item {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  header .header-wrapper__nav__list__item a {
    color: #333;
  }
  header .header-wrapper__nav.open {
    opacity: 1 !important;
    transition: all 0.5s ease;
    transform: translateX(-100%);
  }
}

@media screen and (max-width: 768px) {
  body.nav-open header .drawer {
    border-top: 0;
  }
  body.nav-open header .drawer::before {
    top: 9px;
    background-color: #333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  body.nav-open header .drawer::after {
    top: 9px;
    background-color: #333;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

.header-wrapper {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  z-index: 200;
}
.header-wrapper__ttl {
  width: 60%;
  height: 130px;
  margin: 0 0 0 5%;
  z-index: 9999;
}
.header-wrapper__ttl .__logo {
  display: block;
  width: 150px;
  height: 100%;
  background-image: url("../image/CuppaCoffee_logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  z-index: 9999;
}
.header-wrapper .visually-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}
.header-wrapper__nav {
  width: 100%;
}
.header-wrapper__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.header-wrapper__nav__list__item:nth-of-type(1), .header-wrapper__nav__list__item:nth-of-type(2), .header-wrapper__nav__list__item:nth-of-type(3), .header-wrapper__nav__list__item:nth-of-type(4) {
  font-family: "Noto Serif", serif;
  padding: 0 1.5rem 0 1.5rem;
}
@media screen and (max-width: 1024px) {
  .header-wrapper__nav__list__item:nth-of-type(1), .header-wrapper__nav__list__item:nth-of-type(2), .header-wrapper__nav__list__item:nth-of-type(3), .header-wrapper__nav__list__item:nth-of-type(4) {
    padding: 0 0.5rem 0 0.5rem;
  }
}
.header-wrapper__nav__list__item:nth-of-type(1):hover, .header-wrapper__nav__list__item:nth-of-type(2):hover, .header-wrapper__nav__list__item:nth-of-type(3):hover, .header-wrapper__nav__list__item:nth-of-type(4):hover {
  opacity: 0.8;
}
.header-wrapper__nav__list__item:nth-of-type(1) a, .header-wrapper__nav__list__item:nth-of-type(2) a, .header-wrapper__nav__list__item:nth-of-type(3) a, .header-wrapper__nav__list__item:nth-of-type(4) a {
  position: relative;
  width: 100%;
}
.header-wrapper__nav__list__item:nth-of-type(1) a::after, .header-wrapper__nav__list__item:nth-of-type(2) a::after, .header-wrapper__nav__list__item:nth-of-type(3) a::after, .header-wrapper__nav__list__item:nth-of-type(4) a::after {
  position: absolute;
  content: "";
  top: 25px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #333;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
}
@media screen and (max-width: 768px) {
  .header-wrapper__nav__list__item:nth-of-type(1) a::after, .header-wrapper__nav__list__item:nth-of-type(2) a::after, .header-wrapper__nav__list__item:nth-of-type(3) a::after, .header-wrapper__nav__list__item:nth-of-type(4) a::after {
    top: 35px;
  }
}
@media screen and (max-width: 480px) {
  .header-wrapper__nav__list__item:nth-of-type(1) a::after, .header-wrapper__nav__list__item:nth-of-type(2) a::after, .header-wrapper__nav__list__item:nth-of-type(3) a::after, .header-wrapper__nav__list__item:nth-of-type(4) a::after {
    top: 25px;
  }
}
.header-wrapper__nav__list__item:nth-of-type(1) a:hover::after, .header-wrapper__nav__list__item:nth-of-type(2) a:hover::after, .header-wrapper__nav__list__item:nth-of-type(3) a:hover::after, .header-wrapper__nav__list__item:nth-of-type(4) a:hover::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
@media screen and (max-width: 1024px) {
  .header-wrapper__nav__list__item:nth-of-type(5).__bg-shop {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .header-wrapper__nav__list__item:nth-of-type(5).__bg-shop {
    margin-right: unset;
  }
}
.header-wrapper__nav__list__item:nth-of-type(5).__bg-shop a {
  display: inline-block;
  background-color: #5A4633;
  color: #fff;
  width: 70px;
  padding: 0.25em 1em;
  font-size: 0.8rem;
  text-align: center;
  word-break: break-word;
  line-height: 1.4;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header-wrapper__nav__list__item:nth-of-type(5).__bg-shop a::before {
  content: "shopping_cart";
  font-family: "Material Symbols Outlined";
  display: block;
  font-size: 20px;
  line-height: 1;
}
.header-wrapper__nav__list__item:nth-of-type(5).__bg-shop a:hover {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.7;
}

.footer {
  background-color: #2E2F31;
}
.footer-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-box-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-wrapper__nav {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .footer-wrapper__nav {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .footer-wrapper__nav {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .footer-wrapper__nav {
    width: 100%;
  }
}
.footer-wrapper__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100px;
}
@media screen and (max-width: 480px) {
  .footer-wrapper__nav__list {
    height: 100px;
  }
}
@media screen and (max-width: 320px) {
  .footer-wrapper__nav__list {
    padding-left: 2%;
  }
}
.footer-wrapper__nav__list__item {
  font-family: "Noto Serif", serif;
}
@media screen and (max-width: 480px) {
  .footer-wrapper__nav__list__item {
    font-size: 0.7rem;
    padding: 0 8px;
  }
}
@media screen and (max-width: 320px) {
  .footer-wrapper__nav__list__item {
    padding: 0 7px;
  }
}
.footer-wrapper__nav__list__item:hover {
  opacity: 0.8;
}
.footer-wrapper__nav__list__item a {
  position: relative;
  width: 100%;
  color: #fff;
}
.footer-wrapper__nav__list__item a::after {
  position: absolute;
  content: "";
  top: 25px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
}
@media screen and (max-width: 480px) {
  .footer-wrapper__nav__list__item a::after {
    top: 20px;
  }
}
.footer-wrapper__nav__list__item a:hover::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.footer-wrapper__nav__list__item::after {
  content: "｜";
  display: inline-block;
  margin-left: 1em;
  margin-right: 1em;
  color: #fff;
  opacity: 0.5;
}
.footer-wrapper__nav__list__item:last-child::after {
  content: "|";
}
.footer-wrapper__nav__list__item:first-child::before {
  content: "|";
  margin-right: 1em;
  color: #fff;
  opacity: 0.5;
}
.footer-wrapper__copyright {
  width: 100%;
  padding: 0 0 0 0;
}
.footer-wrapper__copyright small {
  width: 100%;
  display: inline-block;
  font-size: 0.8rem;
  color: #fff;
  margin: 0 auto;
  padding: 0 0 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer-wrapper__copyright small {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .footer-wrapper__copyright small {
    font-size: 0.5rem;
  }
}

.__breadcrumb {
  width: auto;
  margin: 0 0 3% 6%;
  z-index: 100;
}
@media screen and (max-width: 480px) {
  .__breadcrumb {
    font-size: 0.7rem;
  }
}
.__breadcrumb a:nth-of-type(1) {
  padding-right: 0.35rem;
}
.__breadcrumb a:hover {
  opacity: 0.8;
}

.el_btn {
  margin: 6rem 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .el_btn {
    margin: 3rem 0 0 0;
  }
}
.el_btn ._btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 10rem;
  font-size: 1.25rem;
  border: solid 1px #333;
  padding: 0.3em 0.8em;
  margin-bottom: 10rem;
  color: #333;
  z-index: 10;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
@media screen and (max-width: 480px) {
  .el_btn ._btn {
    width: 14rem;
    margin-bottom: 2rem;
  }
}
.el_btn ._btn:focus, .el_btn ._btn:hover {
  border: solid 1px #5A4633;
  color: #fff;
}
.el_btn ._btn:focus::before, .el_btn ._btn:hover::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.el_btn ._btn::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #5A4633;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  z-index: -1;
}
.el_btn ._btn p {
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
  margin: 0;
}
.el_btn ._btn p .material-symbols-outlined {
  font-size: 1.2em;
  position: relative;
  top: 0.05em;
  transition: transform 0.25s ease;
}
.el_btn ._btn:hover p .material-symbols-outlined, .el_btn ._btn:focus p .material-symbols-outlined {
  transform: translateX(0.3em);
}

.ly_btn-center {
  text-align: center;
}

.el_title_fontWeight span {
  font-size: 1.5rem;
}

.ly_title_main {
  position: relative;
  display: inline-block;
  top: -10.8em;
  left: 0;
  width: auto;
  padding: 0 5%;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .ly_title_main {
    padding: 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .ly_title_main {
    top: -9em;
  }
}
@media screen and (max-width: 480px) {
  .ly_title_main {
    top: -5.4em;
    padding: 0 25px;
  }
}
@media screen and (max-width: 320px) {
  .ly_title_main {
    top: -3.6em;
  }
}
.ly_title_main ._title_main {
  display: inline-block;
  font-size: clamp(3.5rem, 3.357rem + 0.71vw, 4rem);
  letter-spacing: 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .ly_title_main ._title_main {
    font-size: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .ly_title_main ._title_main {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 320px) {
  .ly_title_main ._title_main {
    font-size: 1.5rem;
  }
}
.ly_title_main ._title_main span {
  font-size: 6rem;
  color: #5A4633;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .ly_title_main ._title_main span {
    font-size: 5rem;
  }
}
@media screen and (max-width: 480px) {
  .ly_title_main ._title_main span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 320px) {
  .ly_title_main ._title_main span {
    font-size: 2rem;
  }
}

.lowerPage_top-wrapper {
  max-width: 100%;
  height: 668px;
  margin: 100px 0 2% 0;
}
@media screen and (max-width: 480px) {
  .lowerPage_top-wrapper {
    height: 368px;
  }
}
.lowerPage_top-wrapper_img {
  max-width: 90%;
  height: 668px;
  height: 100%;
  margin: 0 5%;
}
@media screen and (max-width: 480px) {
  .lowerPage_top-wrapper_img {
    height: 368px;
  }
}
.lowerPage_top-wrapper_img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.top {
  position: relative;
}
.top-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 100px;
}

.top-swiper {
  width: 90%;
  height: 90vh;
  z-index: -10;
}
.top-swiper .swiper-slide {
  background-size: cover;
  background-position: center;
}

.top-overlay {
  position: absolute;
  top: 0;
  left: 5%;
  width: 90%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
}
.top-overlay .top-title {
  position: absolute;
  width: 100%;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Indie Flower", cursive;
  font-size: clamp(1.5rem, 5vw, 4rem);
  font-weight: 700;
  text-align: center;
}
.top-overlay .top-title .char {
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .top-overlay .top-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .top-overlay .top-title .char:nth-child(-n+5) {
    flex-basis: 100%;
    text-align: center;
  }
  .top-overlay .top-title .char:nth-child(n+6) {
    flex-basis: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .top-overlay .top-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 320px) {
  .top-overlay .top-title {
    font-size: 1.5rem;
  }
}
.top-overlay .scroll-text {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
@media screen and (max-width: 320px) {
  .top-overlay .scroll-text {
    font-size: 0.8rem;
  }
}

.about-top-wrapper {
  height: 100%;
  margin-top: 8rem;
}
@media screen and (max-width: 480px) {
  .about-top-wrapper {
    margin-top: 4rem;
  }
}
.about-top-wrapper__ttl {
  position: relative;
  margin-bottom: 8rem;
  color: #333;
}
@media screen and (max-width: 480px) {
  .about-top-wrapper__ttl {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 320px) {
  .about-top-wrapper__ttl {
    margin-bottom: 2rem;
  }
}
.about-top-wrapper__ttl p {
  color: #333;
  text-align: center;
}
.about-top-wrapper__ttl .ttl-main {
  width: 18rem;
}
@media screen and (max-width: 320px) {
  .about-top-wrapper__ttl .ttl-main {
    width: 12rem;
  }
}
.about-top-wrapper__con {
  width: 100%;
  height: 100%;
}
.about-top-wrapper__con__box {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about-top-wrapper__con__box {
    display: block;
    width: 100%;
  }
}
.about-top-wrapper__con__box__img {
  flex-shrink: 0;
  max-width: 40%;
}
@media screen and (max-width: 768px) {
  .about-top-wrapper__con__box__img {
    flex-shrink: none;
    max-width: 100%;
  }
}
.about-top-wrapper__con__box__img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.about-top-wrapper__con__box__ttl {
  padding: 0 0 5% 0;
  background-color: #fff;
}
.about-top-wrapper__con__box__ttl h3 {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .about-top-wrapper__con__box__ttl h3 {
    font-size: 1.2rem;
  }
}
.about-top-wrapper__con__box__txt {
  background-color: #fff;
}
.about-top-wrapper__con__box__txt p {
  margin-bottom: 5%;
}

.news-top-wrapper__ttl {
  position: relative;
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 480px) {
  .news-top-wrapper__ttl {
    margin-top: 4rem;
  }
}
.news-top-wrapper__ttl .ttl {
  color: #333;
}
.news-top-wrapper__ttl .ttl-main {
  width: 18rem;
}
.news-top-wrapper__con__ttl {
  font-size: 2rem;
}
.news-top-wrapper__con__cont:nth-of-type(1) {
  border-top: 1px dotted #333;
}
.news-top-wrapper__con__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 80%;
  padding: 2% 0 2% 0;
  margin: 0 auto;
  border-bottom: 1px dotted #333;
}
@media screen and (max-width: 1024px) {
  .news-top-wrapper__con__cont {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .news-top-wrapper__con__cont {
    display: block;
    width: 100%;
  }
}
.news-top-wrapper__con__cont__date {
  margin-right: 10%;
}
.news-top-wrapper__con__cont__date .notice {
  border: solid 1px #333;
  border-radius: 50px 50px 50px 50px;
  text-align: center;
}
.news-top-wrapper__con__cont__txt .title {
  font-size: 1.5rem;
}
@media screen and (max-width: 480px) {
  .news-top-wrapper__con__cont__txt .title {
    font-size: 1.2rem;
  }
}

.shop-top-wrapper {
  height: 100%;
}
.shop-top-wrapper__ttl {
  position: relative;
  text-align: center;
  margin-bottom: 5rem;
  color: #333;
}
@media screen and (max-width: 480px) {
  .shop-top-wrapper__ttl {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
}
.shop-top-wrapper__ttl .ttl-main {
  width: 18rem;
}
.shop-top-wrapper__con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .shop-top-wrapper__con {
    display: block;
  }
}
.shop-top-wrapper__con__box {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .shop-top-wrapper__con__box {
    width: 100%;
    padding-top: 5%;
  }
}
.shop-top-wrapper__con__box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 2/1;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}
.shop-top-wrapper__con__box .new-label {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #e63946;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 4px;
  z-index: 10;
  animation: pulseIn 2s ease-in-out;
  animation-fill-mode: forwards;
}
@keyframes pulseIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  10% {
    transform: scale(1.4);
    opacity: 1;
  }
  25% {
    transform: scale(0.9);
  }
  40% {
    transform: scale(1.2);
  }
  60% {
    transform: scale(0.95);
  }
  80% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.shop-top-wrapper__con__box__txt .__title {
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
}
.shop-top-wrapper__con__box__txt p {
  color: #333;
  font-size: 1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 1024px) {
  .shop-top-wrapper__con__box__txt p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 320px) {
  .shop-top-wrapper__con__box__txt p {
    font-size: 1rem;
  }
}
.shop-top .el_btn:last-of-type {
  margin: 3rem 0 0 0;
}

.about {
  padding-top: 5%;
}
.about-wrapper__con {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 10%;
}
@media screen and (min-width: 1024px) {
  .about-wrapper__con {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .about-wrapper__con {
    width: 90%;
  }
}
.about-wrapper__con h2 {
  font-size: 2rem;
  text-align: center;
  margin: 0 0 5% 0;
}
@media screen and (max-width: 768px) {
  .about-wrapper__con h2 {
    font-size: 1.5rem;
    margin: 0 0 10% 0;
  }
}
.about-wrapper__con__box {
  text-align: left;
}

.news {
  position: relative;
  min-height: auto;
  overflow: visible;
}
.news-wrapper {
  max-width: 100%;
  margin: 4rem auto;
}
.news-wrapper__ttl {
  width: 100%;
  margin: 0 0 15% 0;
  position: relative;
}
.news-wrapper__con__ttl {
  font-size: 2rem;
}
.news-wrapper__con__cont:nth-of-type(1) {
  border-top: 1px dotted #333;
}
.news-wrapper__con__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 80%;
  padding: 2% 0 2% 0;
  margin: 0 auto;
  border-bottom: 1px dotted #333;
}
@media screen and (max-width: 1024px) {
  .news-wrapper__con__cont {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .news-wrapper__con__cont {
    display: block;
    width: 100%;
  }
}
.news-wrapper__con__cont__date {
  margin-right: 10%;
}
.news-wrapper__con__cont__txt .title {
  font-size: 1.5rem;
}
@media screen and (max-width: 480px) {
  .news-wrapper__con__cont__txt .title {
    font-size: 1.2rem;
  }
}
.news-wrapper .pagination {
  height: 10%;
  max-width: 100%;
  margin: 5% 0 5% 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-wrapper .pagination a,
.news-wrapper .pagination span {
  font-size: 1rem;
  width: 1.5em;
  background-color: #fff;
  border: solid 1px #5A4633;
  margin: 0.5rem 0.5rem;
  text-align: center;
  line-height: 3em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 480px) {
  .news-wrapper .pagination a,
  .news-wrapper .pagination span {
    font-size: 0.8rem;
    margin: 0.4rem 0.4rem;
  }
}
@media screen and (max-width: 320px) {
  .news-wrapper .pagination a,
  .news-wrapper .pagination span {
    padding: 0.2rem 0.2rem;
  }
}
.news-wrapper .pagination a:hover,
.news-wrapper .pagination span:hover {
  opacity: 0.5;
  background-color: #5A4633;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-wrapper .pagination span.page-numbers.current {
  background-color: #5A4633;
  color: #fff;
}

.news-detail {
  padding-top: 105px;
}
@media screen and (max-width: 480px) {
  .news-detail {
    padding-top: 85px;
  }
}
.news-detail-wrapper {
  position: relative;
}
.news-detail-wrapper__ttl {
  width: 100%;
  margin: 0 0 15% 0;
  position: relative;
}
.news-detail-wrapper__con {
  width: 100%;
}
.news-detail-wrapper__con__cont {
  width: 80%;
  padding: 0 0 1% 0;
  margin: 0 auto;
  border-bottom: 1px dotted #333;
}
@media screen and (max-width: 1024px) {
  .news-detail-wrapper__con__cont {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .news-detail-wrapper__con__cont {
    width: 100%;
  }
}
.news-detail-wrapper__con__cont__date {
  margin-right: 10%;
}
.news-detail-wrapper__con__cont__txt .title {
  font-size: 2rem;
  margin: 0 0 5% 0;
}
@media screen and (max-width: 480px) {
  .news-detail-wrapper__con__cont__txt .title {
    font-size: 1.2rem;
  }
}
.news-detail-wrapper .pagination {
  height: 10%;
  font-size: 1.2rem;
  margin: 5% 0 10% 0;
  padding: 3.125rem 1.5rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-detail-wrapper .pagination li {
  font-size: 1.25rem;
  margin: 0 3rem 0 3rem;
}
@media screen and (max-width: 768px) {
  .news-detail-wrapper .pagination li {
    font-size: 1rem;
    margin: 0 2.5rem 0 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .news-detail-wrapper .pagination li {
    width: 100%;
    font-size: 0.8rem;
    margin: 0 0.8rem 0 0.8rem;
  }
}
.news-detail-wrapper .pagination li a {
  width: 100%;
  color: #333;
}
.news-detail-wrapper .pagination li a:hover {
  opacity: 0.8;
}

.contact {
  padding-top: 5%;
}
.contact-wrapper {
  position: relative;
}
.contact-wrapper__con {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-wrapper__con {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .contact-wrapper__con {
    width: 100%;
  }
}
.contact-wrapper__con__txt {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 5%;
}
@media screen and (max-width: 768px) {
  .contact-wrapper__con__txt {
    width: 100%;
  }
}
.contact-wrapper__con__form {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact-wrapper__con__form {
    width: 100%;
  }
}
.contact-wrapper__con__form__box.__bottom {
  margin: 5% 0 10% 0;
}
.contact-wrapper__con__form__box {
  width: 100%;
}
.contact-wrapper__con__form__box__ttl {
  font-size: 1.3rem;
  font-weight: 200;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .contact-wrapper__con__form__box__ttl {
    font-size: 1.2rem;
  }
}
.contact-wrapper__con__form__box__ttl p {
  padding: 0 0 1% 0;
}
.contact-wrapper__con__form__box__ttl span {
  display: inline-block;
  width: 60px;
  height: 15px;
  font-size: 0.7rem;
  margin-left: 2rem;
  text-align: center;
  background-color: #5A4633;
  color: #fff;
  border-radius: 50px 50px 50px 50px;
  line-height: 1.3;
  padding: 3px 0;
}
.contact-wrapper__con__form__box__input {
  width: 100%;
  height: 50px;
  margin-bottom: 4%;
}
.contact-wrapper__con__form__box__textarea {
  width: 100%;
  height: 200px;
  margin-bottom: 5;
}
.contact-wrapper__con__form__box__btn {
  position: relative;
  margin: 0 auto;
  width: 15rem;
  padding: 8px 8px;
  color: #333;
  border: 1px solid #333;
  border-radius: 3px;
  background: transparent;
  cursor: pointer;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .contact-wrapper__con__form__box__btn {
    width: 95%;
  }
}
.contact-wrapper__con__form__box__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #5A4633;
  z-index: -1;
  transition: left 0.3s ease-in-out;
}
.contact-wrapper__con__form__box__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25%;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
  transition: right 0.3s ease-in-out;
}
.contact-wrapper__con__form__box__btn:hover {
  color: #fff;
  border-color: #5A4633;
}
.contact-wrapper__con__form__box__btn:hover::before {
  left: 0;
}
.contact-wrapper__con__form__box__btn:hover::after {
  right: 3.5rem;
}
.contact-wrapper__con__form__box__btn .__btn {
  position: relative;
  top: 1em;
  left: 0;
  background: none;
  border: none;
  color: inherit;
  font-size: 1.1rem;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: relative;
  content: "";
  top: -16px;
  left: -13rem;
}

.contact-wrapper__con__form__box:nth-of-type(6) .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: relative;
  content: "";
  top: 0;
  left: 0;
}

.policy {
  padding-top: 5rem;
}
@media screen and (max-width: 480px) {
  .policy {
    padding-top: 2rem;
  }
}
.policy-wrapper {
  position: relative;
}
.policy-wrapper__ttl {
  width: 100%;
  margin: 0 0 20% 0;
  position: relative;
}
.policy-wrapper__con {
  margin: 0 0 10% 0;
}
.policy-wrapper__con h2 {
  font-size: 1.25rem;
  padding: 0 0 25px 0;
}

.no-page {
  height: 100vh;
  padding: 100px 0 0 0;
}
.no-page-wrapper .__breadcrumb {
  display: inline-block;
  margin: 5% 0 0 4%;
}
.no-page-wrapper__ttl {
  position: relative;
  width: 90%;
  font-size: 2rem;
  margin: 10% 0 0 5%;
}
@media screen and (max-width: 480px) {
  .no-page-wrapper__ttl {
    font-size: 1.5rem;
  }
}
.no-page-wrapper__ttl::after {
  position: absolute;
  content: "";
  top: 90px;
  left: 0;
  width: 35rem;
  border-bottom: solid 1px #333;
}
@media screen and (max-width: 768px) {
  .no-page-wrapper__ttl::after {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .no-page-wrapper__ttl::after {
    width: 100%;
    top: 70px;
  }
}
.no-page-wrapper__ttl span {
  display: block;
  font-size: 0.8rem;
}
.no-page-wrapper__txt {
  margin: 2% 0 0% 5%;
}
@media screen and (max-width: 480px) {
  .no-page-wrapper__txt {
    font-size: 0.8rem;
  }
}
.no-page-wrapper__txt a {
  border-bottom: solid 1px #333;
}
.no-page-wrapper__txt a:hover {
  opacity: 0.5;
}/*# sourceMappingURL=style.css.map */