@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

li {
  list-style: none;
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}

img {
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  width: 100%;
}

video {
  vertical-align: middle;
}

body {
  min-height: 100vh;
  min-width: 1024px;
  display: flex;
  flex-direction: column;
  line-height: 1.7;
  letter-spacing: 0.065em;
  font-size: 14px;
  font-family: Yu Gothic Medium, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴ ProN W3", sans-serif;
  position: relative;
  -webkit-text-size-adjust: 100%;
}
body.top-body {
  color: white;
}

body.is-open {
  overflow-y: hidden;
}
body.is-open::after {
  opacity: 1;
  visibility: visible;
}

main {
  flex-grow: 1;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  body {
    min-height: 135vh;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-height: 100vh;
    min-width: 375px;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes bg-change {
  0% {
    background-color: #392824;
  }
  100% {
    background: linear-gradient(-154deg, #392824, #392824 2%, #46241c 56%, #541d10);
  }
}
@keyframes flip {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes flip2 {
  0% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@keyframes smoke1 {
  0% {
    transform: translateX(12px);
  }
  15% {
    transform: translateX(-12px);
  }
  50% {
    transform: translateX(-12px);
  }
  85% {
    transform: translateX(12px);
  }
  100% {
    transform: translateX(12px);
  }
}
@keyframes smoke2 {
  0% {
    transform: translateX(7px);
  }
  15% {
    transform: translateX(-7px);
  }
  50% {
    transform: translateX(-7px);
  }
  85% {
    transform: translateX(7px);
  }
  100% {
    transform: translateX(7px);
  }
}
header {
  padding: 0 60px;
}
header.top-header {
  position: relative;
}
header.top-header::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: -3px;
  left: 0;
  right: 0;
  background-color: #392824;
  z-index: -1;
}
header.top-header nav ul li a {
  color: white;
}
header.single-header nav ul li a {
  color: white;
}
@media screen and (max-width: 1330px) {
  header {
    padding-left: calc(50% - 610px);
  }
}
@media screen and (max-width: 767px) {
  header {
    padding: 0 20px;
  }
}
header .inner {
  height: 116px;
  margin-left: auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  header .inner {
    height: auto;
    padding: 0px 10px;
    justify-content: center;
  }
}
header nav {
  margin-left: auto;
}
header nav ul {
  display: flex;
  justify-content: flex-end;
}
header nav ul li:not(:last-of-type) {
  margin-right: 40px;
}
header nav ul li a {
  height: 30px;
  line-height: 30px;
  color: black;
}

footer .footer-shop {
  padding-top: 110px;
  position: relative;
  color: white;
}
@media screen and (max-width: 767px) {
  footer .footer-shop {
    padding-top: 40px;
  }
}
footer .footer-shop::before {
  content: "";
  position: absolute;
  top: 110px;
  bottom: -1px;
  right: 0;
  left: 0;
  background-color: #392824;
}
@media screen and (max-width: 767px) {
  footer .footer-shop::before {
    top: 40px;
  }
}
footer .footer-shop .inner {
  max-width: 1600px;
  margin: 0 auto;
  padding-bottom: 20px;
  position: relative;
}
footer .footer-shop .box1 {
  display: flex;
}
@media screen and (max-width: 767px) {
  footer .footer-shop .box1 {
    flex-direction: column;
  }
}
footer .footer-shop .img1 {
  width: 30%;
  transform: translateY(-40px);
}
@media screen and (max-width: 767px) {
  footer .footer-shop .img1 {
    width: 50%;
    transform: translateY(-30px);
  }
}
footer .footer-shop .texts {
  padding-top: 60px;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  footer .footer-shop .texts {
    margin-left: 0;
    padding: 0 0 0 20px;
  }
}
footer .footer-shop .section-title {
  margin-bottom: 36px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  footer .footer-shop .section-title {
    margin-bottom: 24px;
  }
}
footer .footer-shop .text1 {
  margin-bottom: 14px;
}
footer .footer-shop .text2 {
  margin-bottom: 14px;
}
footer .footer-shop .text2 .map-link {
  margin-bottom: 2px;
  line-height: 1.1;
  border-bottom: 1px solid white;
}
footer .footer-shop .img2 {
  width: 25.5%;
  position: absolute;
  top: 45px;
  right: 0;
}
@media screen and (max-width: 767px) {
  footer .footer-shop .img2 {
    width: 39%;
    top: 20px;
  }
}
footer .footer-shop .img3 {
  width: 41.7%;
  margin-left: 15.5%;
  margin-top: -75px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  footer .footer-shop .img3 {
    margin-top: 32px;
    width: 60%;
  }
}
footer .footer-main {
  background-color: #392824;
  color: white;
}
footer .footer-main .inner {
  padding: 0 88px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer .footer-main .inner {
    padding: 0 20px;
  }
}
footer .footer-main .logo-wrap {
  position: absolute;
  left: 50%;
  bottom: 72px;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  footer .footer-main .logo-wrap {
    width: 50px;
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
  }
}
footer .footer-main nav ul {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  display: flex;
  flex-direction: column;
}
footer .footer-main nav ul li {
  padding: 19px 0;
}
footer .footer-main nav ul li a {
  font-size: 16px;
  display: block;
  text-align: center;
}
footer .footer-main .copyright {
  margin-top: 8px;
  padding: 18px 15px;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer .footer-main .copyright {
    margin-top: 0;
  }
}

.top-logo-box {
  width: 210px;
  padding-top: 43px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .top-logo-box {
    width: auto;
    display: table;
    margin: 0 auto;
    padding-top: 11px;
    padding-bottom: 11px;
    position: static;
    background-color: #392824;
  }
}
.top-logo-box .logo {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-logo-box .logo {
    display: flex;
    align-items: flex-start;
  }
}
.top-logo-box .logo img:nth-of-type(1) {
  width: 139px;
}
@media screen and (max-width: 767px) {
  .top-logo-box .logo img:nth-of-type(1) {
    width: 30px;
    margin-right: 7px;
  }
}
.top-logo-box .logo img:nth-of-type(2) {
  width: 132px;
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .top-logo-box .logo img:nth-of-type(2) {
    width: 130px;
    margin-top: 0;
    transform: translateY(9px);
  }
}

.logo-box {
  padding-top: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .logo-box {
    padding: 11px 0;
  }
}
.logo-box .logo {
  display: flex;
  align-items: flex-start;
}
.logo-box .logo img:nth-of-type(1) {
  width: 41px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .logo-box .logo img:nth-of-type(1) {
    width: 30px;
    margin-right: 7px;
  }
}
.logo-box .logo img:nth-of-type(2) {
  width: 145px;
  transform: translateY(9px);
}
@media screen and (max-width: 767px) {
  .logo-box .logo img:nth-of-type(2) {
    width: 130px;
    margin-top: 0;
  }
}

.p-reservation-btn {
  border-radius: 50%;
  background-color: rgb(148, 37, 35);
  box-shadow: 0px 32px 53px 3px rgba(20, 20, 20, 0.3);
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 171px;
  height: 171px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: white;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  z-index: 159;
}
@media screen and (max-width: 767px) {
  .p-reservation-btn {
    width: 120px;
    height: 120px;
    font-size: 14px;
    right: 8px;
    bottom: 16px;
    box-shadow: 0px 24px 35px 2px rgba(20, 20, 20, 0.3);
  }
}
.p-reservation-btn:hover {
  transform: scale(1.03);
}
.p-reservation-btn.is-show {
  opacity: 1;
  visibility: visible;
}
.p-reservation-btn.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.p-reservation-btn > div {
  border-radius: 50%;
  box-shadow: rgba(248, 9, 9, 0.75) 0 0 25px inset;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-reservation-btn > div {
    box-shadow: rgba(248, 9, 9, 0.75) 0 0 12px inset;
  }
}
.p-reservation-btn .arrow1 {
  position: absolute;
  right: calc(50% - 3px);
  bottom: 46px;
  width: 6px;
  height: 6px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-reservation-btn .arrow1 {
    width: 4px;
    height: 4px;
    bottom: 25px;
  }
}
.p-reservation-btn .arrow2 {
  position: absolute;
  right: calc(50% - 3px);
  bottom: 40px;
  width: 6px;
  height: 6px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-reservation-btn .arrow2 {
    width: 4px;
    height: 4px;
    bottom: 19px;
  }
}

.c-section-title {
  font-size: 16px;
}
.c-section-title::after {
  content: "";
  display: block;
  margin-top: 22px;
  height: 1px;
  width: 18px;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .c-section-title::after {
    margin-top: 12px;
  }
}

.c-pagination {
  margin-top: 10px;
  margin-bottom: 45px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .c-pagination {
    margin-top: 20px;
    margin-bottom: 24px;
  }
}
.c-pagination .page-numbers {
  margin: 10px;
  padding: 2px 6px;
}
@media (max-width: 767px) {
  .c-pagination .page-numbers {
    margin: 6px;
  }
}
.c-pagination .page-numbers.current {
  border-bottom: 1px solid;
}
.c-pagination .page-numbers.next, .c-pagination .page-numbers.prev {
  font-size: 17px;
  color: white;
  background-color: #392824;
  transition: transform 0.3s;
  position: relative;
}
.c-pagination .page-numbers.next::before, .c-pagination .page-numbers.prev::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px dotted black;
  z-index: -1;
}
.c-pagination .page-numbers.next:before {
  transform: translate(-4px, 4px);
}
@media (max-width: 767px) {
  .c-pagination .page-numbers.next:before {
    transform: translate(-3px, 3px);
  }
}
.c-pagination .page-numbers.prev:before {
  transform: translate(4px, 4px);
}
@media (max-width: 767px) {
  .c-pagination .page-numbers.prev:before {
    transform: translate(3px, 3px);
  }
}

.c-post-list {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .c-post-list {
    margin-bottom: 40px;
  }
}
.c-post-list .post-card {
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .c-post-list .post-card {
    margin-bottom: 20px;
  }
}
.c-post-list .post-card > a {
  display: flex;
  align-items: flex-start;
}
.c-post-list .post-card .thumbnail {
  width: 33%;
  flex-shrink: 0;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-post-list .post-card .thumbnail {
    width: 36%;
    border-radius: 6px;
  }
}
.c-post-list .post-card .thumbnail::after {
  content: "";
  display: block;
  padding-top: 65%;
}
.c-post-list .post-card .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-post-list .post-card .texts {
  width: 50%;
  padding: 14px 28px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .c-post-list .post-card .texts {
    padding: 0px 7px;
  }
}
.c-post-list .post-card .title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-post-list .post-card .title {
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 1.3;
  }
}
.c-post-list .post-card .date {
  font-size: 12px;
  font-weight: 400;
  color: #aaa;
}

.u-sp-only {
  display: none;
}

.u-pc-only {
  display: block;
}

@media screen and (max-width: 767px) {
  .u-sp-only {
    display: block;
  }
  .u-pc-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .p-sp-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 550px;
    padding: 0 20px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-y: scroll;
    background: linear-gradient(-154deg, #392824, #392824 2%, #46241c 56%, #541d10);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 1500;
  }
  .p-sp-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #392824;
  }
  .p-sp-menu nav li a {
    display: block;
    max-width: 260px;
    margin: 0 auto;
    text-align: center;
    padding: 16px 0;
    font-size: 16px;
    color: white;
    position: relative;
    transition: 0.5s;
  }
  .p-sp-menu.is-open {
    opacity: 1;
    visibility: visible;
  }
  .p-sp-menu.is-open::before {
    animation: fade-out 0.8s 0.3s forwards;
  }
  .p-menu-btn {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 2000;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s;
  }
  .p-menu-btn div {
    width: 35px;
    height: 1px;
    position: relative;
  }
  .p-menu-btn span {
    background-color: #d06e00;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.3s;
  }
  .p-menu-btn span:nth-of-type(1) {
    transform: translateY(-5px);
  }
  .p-menu-btn span:nth-of-type(2) {
    width: 70%;
    transform: translateY(5px);
  }
  .p-menu-btn.is-open {
    transform: rotate(180deg);
  }
  .p-menu-btn.is-open span:nth-of-type(1) {
    transform: rotate(27deg);
  }
  .p-menu-btn.is-open span:nth-of-type(2) {
    width: 100%;
    transform: rotate(-27deg);
  }
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 3000;
  /* add animation */
  /* side position */
  /* size */
  /* animation-duration */
  /* animation-delay */
  /* animation */
}
.loading.is-end {
  animation: fade-out 1s 3s forwards;
}
.loading .logo-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  animation: fade-out 1.5s 0.9s forwards;
  z-index: 2;
}
.loading .logo {
  width: 150px;
}
@media (max-width: 767px) {
  .loading .logo {
    width: 130px;
  }
}
.loading .garasu {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.loading .garasu span {
  position: absolute;
  top: -10%;
  left: 0;
  width: 0.8vw;
  height: 0.4vw;
  border-radius: 5% 50% 10% 80%;
  background-color: #d06e20;
}
@media (max-width: 767px) {
  .loading .garasu span {
    width: 4vw;
    height: 2vw;
  }
}
.loading .garasu span:nth-child(5n+1) {
  background-color: #e7b67f;
}
.loading .garasu span:nth-child(5n+2) {
  background-color: #e7b67f;
}
.loading .garasu span:nth-child(2n+1) {
  animation: garasu-anim-1 4s 0s linear infinite;
}
.loading .garasu span:nth-child(2n+2) {
  animation: garasu-anim-2 4s 0s linear infinite;
}
.loading .garasu span:nth-child(1) {
  left: 0%;
}
.loading .garasu span:nth-child(2) {
  left: 2%;
}
.loading .garasu span:nth-child(3) {
  left: 4%;
}
.loading .garasu span:nth-child(4) {
  left: 6%;
}
.loading .garasu span:nth-child(5) {
  left: 8%;
}
.loading .garasu span:nth-child(6) {
  left: 10%;
}
.loading .garasu span:nth-child(7) {
  left: 12%;
}
.loading .garasu span:nth-child(8) {
  left: 14%;
}
.loading .garasu span:nth-child(9) {
  left: 16%;
}
.loading .garasu span:nth-child(10) {
  left: 18%;
}
.loading .garasu span:nth-child(11) {
  left: 20%;
}
.loading .garasu span:nth-child(12) {
  left: 22%;
}
.loading .garasu span:nth-child(13) {
  left: 24%;
}
.loading .garasu span:nth-child(14) {
  left: 26%;
}
.loading .garasu span:nth-child(15) {
  left: 28%;
}
.loading .garasu span:nth-child(16) {
  left: 30%;
}
.loading .garasu span:nth-child(17) {
  left: 32%;
}
.loading .garasu span:nth-child(18) {
  left: 34%;
}
.loading .garasu span:nth-child(19) {
  left: 36%;
}
.loading .garasu span:nth-child(20) {
  left: 38%;
}
.loading .garasu span:nth-child(21) {
  left: 40%;
}
.loading .garasu span:nth-child(22) {
  left: 42%;
}
.loading .garasu span:nth-child(23) {
  left: 44%;
}
.loading .garasu span:nth-child(24) {
  left: 46%;
}
.loading .garasu span:nth-child(25) {
  left: 48%;
}
.loading .garasu span:nth-child(26) {
  left: 50%;
}
.loading .garasu span:nth-child(27) {
  left: 52%;
}
.loading .garasu span:nth-child(28) {
  left: 54%;
}
.loading .garasu span:nth-child(29) {
  left: 56%;
}
.loading .garasu span:nth-child(30) {
  left: 58%;
}
.loading .garasu span:nth-child(31) {
  left: 60%;
}
.loading .garasu span:nth-child(32) {
  left: 62%;
}
.loading .garasu span:nth-child(33) {
  left: 64%;
}
.loading .garasu span:nth-child(34) {
  left: 66%;
}
.loading .garasu span:nth-child(35) {
  left: 68%;
}
.loading .garasu span:nth-child(36) {
  left: 70%;
}
.loading .garasu span:nth-child(37) {
  left: 72%;
}
.loading .garasu span:nth-child(38) {
  left: 74%;
}
.loading .garasu span:nth-child(39) {
  left: 76%;
}
.loading .garasu span:nth-child(40) {
  left: 78%;
}
.loading .garasu span:nth-child(41) {
  left: 80%;
}
.loading .garasu span:nth-child(42) {
  left: 82%;
}
.loading .garasu span:nth-child(43) {
  left: 84%;
}
.loading .garasu span:nth-child(44) {
  left: 86%;
}
.loading .garasu span:nth-child(45) {
  left: 88%;
}
.loading .garasu span:nth-child(46) {
  left: 90%;
}
.loading .garasu span:nth-child(47) {
  left: 92%;
}
.loading .garasu span:nth-child(48) {
  left: 94%;
}
.loading .garasu span:nth-child(49) {
  left: 96%;
}
.loading .garasu span:nth-child(50) {
  left: 98%;
}
.loading .garasu span:nth-child(3n+1) {
  width: 1.4vw;
  height: 0.5vw;
}
@media (max-width: 767px) {
  .loading .garasu span:nth-child(3n+1) {
    width: 3.4vw;
    height: 1.2vw;
  }
}
.loading .garasu span:nth-child(3n+2) {
  width: 1.2vw;
  height: 0.8vw;
}
@media (max-width: 767px) {
  .loading .garasu span:nth-child(3n+2) {
    width: 3vw;
    height: 2.6vw;
  }
}
.loading .garasu span:nth-child(3n+3) {
  width: 1.3vw;
  height: 1.8vw;
}
@media (max-width: 767px) {
  .loading .garasu span:nth-child(3n+3) {
    width: 3.4vw;
    height: 4.5vw;
  }
}
.loading .garasu span:nth-child(4n+1) {
  animation-duration: 2s;
}
.loading .garasu span:nth-child(4n+2) {
  animation-duration: 5s;
}
.loading .garasu span:nth-child(4n+3) {
  animation-duration: 4s;
}
.loading .garasu span:nth-child(4n+4) {
  animation-duration: 3s;
}
.loading .garasu span:nth-child(11n+1) {
  animation-delay: 0s;
}
.loading .garasu span:nth-child(11n+2) {
  animation-delay: 9s;
}
.loading .garasu span:nth-child(11n+3) {
  animation-delay: 2s;
}
.loading .garasu span:nth-child(11n+4) {
  animation-delay: 5s;
}
.loading .garasu span:nth-child(11n+5) {
  animation-delay: 6s;
}
.loading .garasu span:nth-child(11n+6) {
  animation-delay: 7s;
}
.loading .garasu span:nth-child(11n+7) {
  animation-delay: 3s;
}
.loading .garasu span:nth-child(11n+8) {
  animation-delay: 1s;
}
.loading .garasu span:nth-child(11n+9) {
  animation-delay: 2s;
}
.loading .garasu span:nth-child(11n+10) {
  animation-delay: 11s;
}
.loading .garasu span:nth-child(11n+11) {
  animation-delay: 10s;
}
@keyframes garasu-anim-1 {
  0% {
    top: -10%;
    transform: translateX(0) rotateX(0) rotateY(0);
  }
  100% {
    top: 100%;
    transform: translateX(15vw) rotateX(180deg) rotateY(360deg);
  }
}
@keyframes garasu-anim-2 {
  0% {
    top: -10%;
    transform: translateX(0);
  }
  100% {
    top: 100%;
    transform: translateX(-15vw) rotateX(180deg) rotateY(360deg);
  }
}

.p-top-mv {
  position: relative;
}
.p-top-mv::after {
  content: "";
  position: absolute;
  top: -3px;
  bottom: -1px;
  left: 0;
  right: 0;
  background-color: #392824;
  z-index: -1;
}
.p-top-mv .swiper {
  margin-right: 0;
  width: calc(100% - 210px);
  overflow: hidden;
  position: relative;
  background-color: #392824;
}
@media screen and (max-width: 767px) {
  .p-top-mv .swiper {
    width: 100%;
  }
}
.p-top-mv .swiper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #392824;
  z-index: 11;
}
.p-top-mv .swiper.is-show::after {
  animation: flip 1s forwards;
}
.p-top-mv .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: white;
  width: 48px;
  height: 3px;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .p-top-mv .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 28px;
    height: 2px;
  }
}
.p-top-mv .swiper-horizontal > .swiper-pagination-bullets {
  width: -moz-fit-content;
  width: fit-content;
  right: 40px;
  left: auto;
  bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-top-mv .swiper-horizontal > .swiper-pagination-bullets {
    bottom: 6px;
    right: 10px;
    z-index: 2;
  }
}
.p-top-mv img {
  height: auto;
}

.p-top-concept {
  position: relative;
}
.p-top-concept::after {
  content: "";
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: 0;
  right: 0;
  background-color: #392824;
  z-index: -1;
}
.p-top-concept .inner {
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 10px;
}
.p-top-concept .smoke {
  width: 77.16%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-concept .smoke {
    width: 96%;
  }
}
.p-top-concept .smoke img {
  height: auto;
}
.p-top-concept .smoke .text {
  position: absolute;
  top: 28.3%;
  left: 0;
  width: 100%;
  text-align: center;
  color: black;
  font-size: 16px;
}
@media screen and (max-width: 1400px) {
  .p-top-concept .smoke .text {
    font-size: 1.18vw;
  }
}
@media screen and (max-width: 1200px) {
  .p-top-concept .smoke .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1080px) {
  .p-top-concept .smoke .text {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-concept .smoke .text {
    top: calc(38vw - 2%);
  }
}
@media screen and (max-width: 480px) {
  .p-top-concept .smoke .text {
    top: calc(22vw + 2%);
  }
}
@media screen and (max-width: 375px) {
  .p-top-concept .smoke .text {
    top: 93px;
  }
}
.p-top-concept .smoke span.pc-only {
  display: inline;
}
@media screen and (max-width: 767px) {
  .p-top-concept .smoke span.pc-only {
    display: none;
  }
}
.p-top-concept .img1 {
  animation: smoke1 2.1s infinite;
}
@media screen and (max-width: 767px) {
  .p-top-concept .img1 {
    animation: smoke2 2.1s infinite;
  }
}
.p-top-concept .img2 {
  width: 18.7%;
  margin-top: -11vw;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1600px) {
  .p-top-concept .img2 {
    margin-top: -180px;
  }
}
@media screen and (max-width: 1200px) {
  .p-top-concept .img2 {
    margin-top: -125px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-concept .img2 {
    width: 32%;
    margin-top: -80px;
  }
}

.p-top-flavour {
  position: relative;
  background: linear-gradient(-154deg, #392824, #392824 20%, #46241c 41%, #541d10);
}
@media screen and (min-width: 1600px) {
  .p-top-flavour {
    background: linear-gradient(-180deg, #392824, #392824 26%, #46241c 71%, #541d10);
  }
}
.p-top-flavour .video-wrap {
  width: 100%;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-top-flavour .video-wrap {
    top: 0;
  }
}
.p-top-flavour .video-wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(-154deg, rgba(57, 40, 36, 0.5), rgba(57, 40, 36, 0.5) 2%, rgba(70, 36, 28, 0.5) 41%, rgba(84, 29, 16, 0.5));
}
.p-top-flavour .video-wrap video {
  width: 100%;
}
.p-top-flavour .inner {
  max-width: 1600px;
  margin: 0 auto;
  padding-bottom: 403px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .p-top-flavour .inner {
    padding-bottom: 373px;
  }
}
@media screen and (max-width: 1100px) {
  .p-top-flavour .inner {
    padding-bottom: 333px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-flavour .inner {
    padding-bottom: 80px;
  }
}
.p-top-flavour .box1 {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-top-flavour .box1 {
    flex-direction: column-reverse;
  }
}
.p-top-flavour .texts {
  max-width: calc(542px + 3%);
}
.p-top-flavour .texts > div {
  padding-top: calc(3% + 210px);
  padding-left: 105px;
  padding-right: 30px;
}
@media screen and (max-width: 1300px) {
  .p-top-flavour .texts > div {
    padding-top: calc(3% + 162px);
  }
}
@media screen and (max-width: 1100px) {
  .p-top-flavour .texts > div {
    padding-top: calc(3% + 143px);
    padding-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-flavour .texts {
    max-width: none;
    padding-top: calc(100% - 61px);
    position: relative;
  }
  .p-top-flavour .texts > div {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-top-flavour .img1 {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .p-top-flavour .img1 {
    width: 60%;
    margin-top: 40px;
  }
}
.p-top-flavour .c-section-title {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-top-flavour .c-section-title {
    margin-bottom: 40px;
  }
}
.p-top-flavour .box2 {
  margin-top: -92px;
}
@media screen and (min-width: 1400px) {
  .p-top-flavour .box2 {
    margin-top: -120px;
  }
}
@media screen and (max-width: 1100px) {
  .p-top-flavour .box2 {
    margin-top: -70px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-flavour .box2 {
    margin-top: -40px;
  }
}
.p-top-flavour .img2 {
  width: 35%;
  display: block;
  margin-left: 33%;
}
@media screen and (max-width: 767px) {
  .p-top-flavour .img2 {
    width: 43%;
    margin-left: 41%;
  }
}

.p-top-staff {
  padding-top: 140px;
  padding-bottom: 240px;
  position: relative;
  background-color: #222;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top-staff {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.p-top-staff .c-section-title {
  display: table;
  margin: 0 auto 100px;
}
.p-top-staff .c-section-title::after {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-top-staff .c-section-title {
    margin-bottom: 40px;
  }
}
.p-top-staff .inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-top-staff .item {
  display: flex;
  align-items: flex-start;
}
.p-top-staff .item:not(:last-of-type) {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .p-top-staff .item {
    flex-direction: column;
    align-items: center;
  }
  .p-top-staff .item:not(:last-of-type) {
    margin-bottom: 70px;
  }
}
.p-top-staff .face {
  width: 172px;
  margin-right: 80px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-top-staff .face {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.p-top-staff .texts {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-top-staff .texts {
    width: 100%;
  }
}
.p-top-staff .role {
  display: block;
  margin-bottom: -4px;
}
@media screen and (max-width: 767px) {
  .p-top-staff .role {
    text-align: center;
  }
}
.p-top-staff .name {
  margin-bottom: 20px;
  font-size: 22px;
  letter-spacing: 0.065em;
}
@media screen and (max-width: 767px) {
  .p-top-staff .name {
    text-align: center;
  }
}
.p-top-staff h4 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-staff h4 {
    margin-top: 24px;
  }
}
.p-top-staff .text {
  margin-left: 14px;
  line-height: 2.2;
}
.p-top-staff .box {
  margin-top: 53px;
  margin-left: 12px;
  padding: 23px 48px;
  border: 1px solid white;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-staff .box {
    margin-top: 35px;
    padding: 23px 30px;
  }
}
.p-top-staff .box h4 {
  margin-top: 0;
  padding: 12px 53px 12px 0;
  position: absolute;
  left: -12px;
  top: -24px;
  background-color: #222;
}
.p-top-staff .box::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 10px;
  height: 10px;
  background-color: #222;
  z-index: 2;
}

.p-top-spaceAndMenu {
  position: relative;
  z-index: 2;
}
.p-top-spaceAndMenu .wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.p-top-spaceAndMenu .img-space {
  padding-top: 31.7725752508%;
}
.p-top-spaceAndMenu .bg-color {
  flex-grow: 1;
  z-index: -1;
  background: linear-gradient(-154deg, #392824, #46241c 90%, #541d10);
}

.p-top-space {
  padding-bottom: 115px;
}
@media screen and (max-width: 767px) {
  .p-top-space {
    padding-bottom: 60px;
  }
}
.p-top-space .top {
  position: relative;
  margin-bottom: 65px;
  position: relative;
}
.p-top-space .top::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 0;
  right: 0;
  background-color: #392824;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-space .top {
    margin-bottom: 40px;
  }
}
.p-top-space .inner {
  max-width: 1600px;
  margin: 0 auto;
}
.p-top-space .c-section-title {
  position: absolute;
  bottom: 40px;
  left: calc(50% - 512px);
  left: 88px;
}
@media screen and (max-width: 1084px) {
  .p-top-space .c-section-title {
    left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-space .c-section-title {
    left: 20px;
    bottom: 20px;
  }
}
.p-top-space .box1 {
  margin-bottom: 9.9vw;
  display: flex;
}
@media screen and (min-width: 1600px) {
  .p-top-space .box1 {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-space .box1 {
    margin-bottom: 80px;
    flex-direction: column;
  }
}
.p-top-space .box1 .texts {
  padding: 0 30px 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-top-space .box1 .texts {
    max-width: 80%;
    padding: 40px 0 0 20px;
  }
}
.p-top-space .box1 .texts .icon {
  display: inline-block;
  width: 32px;
  height: auto;
  margin-bottom: 8px;
}
.p-top-space .box1 .texts .icon:first-of-type {
  margin-right: 8px;
}
.p-top-space .img2 {
  width: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-top-space .img2 {
    width: 80%;
  }
}
.p-top-space .img3 {
  width: 41.6666666667%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top-space .img3 {
    width: 50%;
    margin-left: 10%;
  }
}
.p-top-space .box2 {
  margin-top: -7.9vw;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (min-width: 1600px) {
  .p-top-space .box2 {
    margin-top: -128px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-space .box2 {
    margin-top: -30px;
    flex-direction: column;
  }
}
.p-top-space .box2 .texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 40px;
}
@media screen and (max-width: 1200px) {
  .p-top-space .box2 .texts {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-space .box2 .texts {
    width: 80%;
    margin-left: auto;
    padding-left: 0;
    padding-top: 40px;
    padding-right: 20px;
  }
}
.p-top-space .img4 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-top-space .img4 {
    margin-left: auto;
    width: 80%;
  }
}

.p-top-menu {
  padding-top: 115px;
  padding-bottom: 148px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-menu {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
.p-top-menu .inner {
  max-width: 1600px;
  margin: 0 auto;
}
.p-top-menu .box {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-top-menu .box {
    flex-direction: column;
  }
}
.p-top-menu .texts {
  width: 50%;
  padding-right: 6%;
  margin-left: 88px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-menu .texts {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-top-menu .c-section-title {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .p-top-menu .c-section-title {
    margin-bottom: 40px;
  }
}
.p-top-menu .text1 {
  margin-bottom: 95px;
}
@media screen and (max-width: 767px) {
  .p-top-menu .text1 {
    margin-bottom: 30px;
  }
}
.p-top-menu .text2 {
  margin-bottom: 19px;
}
.p-top-menu .price-list {
  display: flex;
  margin-bottom: 19px;
}
.p-top-menu .price-list dt {
  width: 120px;
}
.p-top-menu .price-list dd {
  width: 95px;
  text-align: right;
}
.p-top-menu .menu-link {
  max-width: 360px;
  width: 100%;
  margin-top: 20px;
  line-height: 60px;
  text-align: center;
  border: 1px solid;
  background-color: #c9620e;
}
.p-top-menu .menu-link span {
  display: inline-block;
}
.p-top-menu .menu-link span:first-of-type {
  margin-right: 16px;
}
.p-top-menu .menu-link span:last-of-type {
  font-size: 12px;
}
.p-top-menu .pagination {
  margin-top: 80px;
  margin-left: auto;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 40px;
}
.p-top-menu .swiper-wrap {
  width: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-menu .swiper-wrap {
    width: 100%;
    margin-left: 20px;
  }
}
.p-top-menu .swiper-wrap .swiper-wrapper {
  transition-timing-function: linear !important;
}
.p-top-menu .swiper-wrap .swiper-slide {
  transition-property: transform;
}

.p-top-postImages {
  padding-bottom: 40px;
  position: relative;
  z-index: 3;
}
.p-top-postImages .inner {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}
.p-top-postImages .inner::after {
  content: "";
  display: block;
  padding-top: 53.5%;
}
@media screen and (max-width: 767px) {
  .p-top-postImages .inner {
    height: auto;
  }
  .p-top-postImages .inner::after {
    padding-top: 79%;
  }
}
.p-top-postImages .img1 {
  width: 41.2%;
  position: absolute;
  top: -6%;
}
@media screen and (max-width: 767px) {
  .p-top-postImages .img1 {
    width: 53%;
    top: -8%;
  }
}
.p-top-postImages .img2 {
  width: 25.5%;
  position: absolute;
  left: 45%;
  top: -10%;
}
@media screen and (max-width: 767px) {
  .p-top-postImages .img2 {
    width: 33%;
    top: -13%;
    left: 56%;
  }
}
.p-top-postImages .img3 {
  width: 25%;
  position: absolute;
  right: 0;
  top: 10%;
}
@media screen and (max-width: 767px) {
  .p-top-postImages .img3 {
    width: 33%;
    top: 36%;
  }
}
.p-top-postImages .img4 {
  width: 25%;
  position: absolute;
  top: 31%;
  right: 19.5%;
}
@media screen and (max-width: 767px) {
  .p-top-postImages .img4 {
    width: 33%;
    top: 52%;
    right: 26%;
  }
}
.p-top-postImages .img5 {
  width: 26%;
  position: absolute;
  left: 22.3%;
  top: 64%;
}
@media screen and (max-width: 767px) {
  .p-top-postImages .img5 {
    width: 34%;
    top: 62%;
    left: 3%;
  }
}

.p-top-instagram {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-top-instagram {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.p-top-instagram .inner {
  max-width: 1084px;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top-instagram .inner {
    padding: 0 20px;
  }
}
.p-top-instagram .c-section-title {
  margin-bottom: 52px;
  display: table;
  color: black;
  margin-left: auto;
  margin-right: auto;
}
.p-top-instagram .c-section-title::after {
  margin-left: auto;
  margin-right: auto;
  background-color: black;
}
@media screen and (max-width: 767px) {
  .p-top-instagram .c-section-title {
    margin-bottom: 40px;
  }
}
.p-top-instagram .insta-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-top-instagram .insta-list::after {
  content: "";
  width: 31.4%;
}
.p-top-instagram .insta-list li {
  width: 33%;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .p-top-instagram .insta-list li {
    margin-bottom: 2px;
  }
}
.p-top-instagram .insta-list li > a {
  display: block;
  position: relative;
}
.p-top-instagram .insta-list li > a::after {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-top-instagram .insta-list li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-blog {
  padding-top: 100px;
  margin-bottom: 100px;
  color: black;
}
@media screen and (max-width: 767px) {
  .p-top-blog {
    padding-top: 40px;
    margin-bottom: 70px;
  }
}
.p-top-blog .inner {
  max-width: 1084px;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top-blog .inner {
    padding: 0 20px;
    margin-bottom: 15px;
  }
}
.p-top-blog .c-section-title {
  margin-bottom: 52px;
  display: table;
  color: black;
  margin-left: auto;
  margin-right: auto;
}
.p-top-blog .c-section-title::after {
  margin-left: auto;
  margin-right: auto;
  background-color: black;
}

.p-blog-main .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 30px;
  display: flex;
}
@media (max-width: 767px) {
  .p-blog-main .inner {
    flex-direction: column;
    padding: 40px 20px;
  }
}

.p-blog-archive {
  flex-grow: 1;
}
.p-blog-archive .page-title {
  margin-bottom: 50px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .p-blog-archive .page-title {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.p-blog-archive .btns {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .p-blog-archive .btns {
    margin-bottom: 40px;
  }
}
.p-blog-archive .btns > div {
  padding: 8px;
  width: 160px;
  text-align: center;
  background-color: #eee;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.p-blog-archive .btns > div:nth-of-type(1) {
  margin-right: 12px;
}
.p-blog-archive .btns .tab-btn.is-active {
  background-color: #392824;
  color: white;
  position: relative;
}
.p-blog-archive .btns .tab-btn.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1px;
  transform: translate(-50%, 100%);
  display: table;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 9px 0 9px;
  border-color: #392824 transparent transparent transparent;
}
.p-blog-archive .tab-content {
  display: none;
}
.p-blog-archive .tab-content.is-active {
  display: block;
}

.p-sidebar {
  width: 280px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-sidebar {
    width: 100%;
  }
}
.p-sidebar .widget {
  margin-bottom: 40px;
}
.p-sidebar .widget h2 {
  margin-bottom: 30px;
  line-height: 2;
  font-size: 16px;
}
.p-sidebar .widget h2::after {
  content: "";
  display: block;
  margin-top: 4px;
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, #392824 40%, #eee 40%);
}
.p-sidebar .widget .wpp-list > li {
  display: flex;
}
@media (max-width: 767px) {
  .p-sidebar .widget .wpp-list > li {
    margin-bottom: 20px;
  }
}
.p-sidebar .widget .wpp-list > li > a {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.p-sidebar .widget .wpp-list > li .thumbnail {
  position: relative;
  width: 36%;
  flex-shrink: 0;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-sidebar .widget .wpp-list > li .thumbnail {
    border-radius: 6px;
  }
}
.p-sidebar .widget .wpp-list > li .thumbnail::after {
  content: "";
  display: block;
  padding-top: 60%;
}
.p-sidebar .widget .wpp-list > li .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-sidebar .widget .wpp-list > li .texts {
  padding: 0 7px;
  flex-grow: 1;
}
.p-sidebar .widget .wpp-list > li .title {
  margin-bottom: 2px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
}
.p-sidebar .widget .wpp-list > li .date {
  font-size: 12px;
  color: #aaa;
}
.p-sidebar .widget .cat-item {
  padding: 4px 2px;
  border-bottom: 1px solid #eee;
}
.p-sidebar .widget .cat-item a {
  display: block;
}
.p-sidebar .widget .cat-item a::before {
  content: ">";
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
}
.p-sidebar .widget .wp-block-archives-list > li {
  padding-left: 6px;
}
.p-sidebar .widget .wp-block-archives-list > li a {
  display: block;
}

.p-blog-detail {
  padding-bottom: 40px;
  padding-right: 40px;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .p-blog-detail {
    padding: 0;
  }
}
.p-blog-detail .inner {
  max-width: 1084px;
  padding: 0 30px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-blog-detail .inner {
    padding: 0 20px;
  }
}
.p-blog-detail .date {
  margin-bottom: 20px;
  font-size: 12px;
  color: #aaa;
}
.p-blog-detail .title {
  margin-bottom: 20px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .p-blog-detail .title {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.p-blog-detail .sns__container {
  margin-bottom: 30px;
  display: flex;
}
.p-blog-detail .sns__container a {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  text-align: center;
  color: #fff;
  padding: 0.5rem 0;
  border-radius: 6px;
}
.p-blog-detail .sns__container a:hover {
  opacity: 0.6;
}
.p-blog-detail .sns__container a i {
  font-size: 26px;
}
.p-blog-detail .sns__pocket img {
  width: 80%;
}
.p-blog-detail #ez-toc-container {
  width: 100%;
  margin-bottom: 40px;
  border: 1px solid #ddd;
}
.p-blog-detail .contents {
  margin-bottom: 80px;
}
.p-blog-detail .contents h2 {
  margin: 20px 0;
  padding: 10px;
  font-size: 16px;
  background-color: #f2e8bc;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .p-blog-detail .contents h2 {
    margin: 16px 0;
  }
}
@media (max-width: 767px) {
  .p-blog-detail .contents {
    margin-bottom: 60px;
  }
}
.p-blog-detail .contents img {
  width: auto;
}
.p-blog-detail .yarpp h2 {
  margin-bottom: 20px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .p-blog-detail .yarpp h2 {
    margin-bottom: 30px;
    line-height: 2;
    font-size: 16px;
  }
  .p-blog-detail .yarpp h2::after {
    content: "";
    display: block;
    margin-top: 4px;
    height: 2px;
    width: 100%;
    background: linear-gradient(to right, #392824 40%, #eee 40%);
  }
}
.p-blog-detail .adjacent-pagination {
  display: flex;
  justify-content: flex-end;
}
.p-blog-detail .adjacent-pagination a {
  width: 200px;
  text-align: center;
  padding: 4px 0;
  position: relative;
  font-size: 12px;
}
@media (max-width: 767px) {
  .p-blog-detail .adjacent-pagination a {
    width: 140px;
    font-size: 11px;
  }
}
.p-blog-detail .adjacent-pagination a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
}
.p-blog-detail .adjacent-pagination a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  transform: translate(-5px, 5px);
  border: 1px dotted white;
}
@media (max-width: 767px) {
  .p-blog-detail .adjacent-pagination a::before {
    transform: translate(-4px, 4px);
  }
}
.p-blog-detail .adjacent-pagination a:nth-of-type(1) {
  margin-right: 38px;
  border: 1px solid white;
}
.p-blog-detail .adjacent-pagination a:nth-of-type(1)::after {
  content: "←";
  left: 10px;
}
@media (max-width: 767px) {
  .p-blog-detail .adjacent-pagination a:nth-of-type(1)::after {
    left: 7px;
  }
}
@media (max-width: 767px) {
  .p-blog-detail .adjacent-pagination a:nth-of-type(1) {
    margin-right: 20px;
  }
}
.p-blog-detail .adjacent-pagination a:nth-of-type(2) {
  border: 1px solid white;
}
.p-blog-detail .adjacent-pagination a:nth-of-type(2)::after {
  content: "→";
  right: 10px;
}
@media (max-width: 767px) {
  .p-blog-detail .adjacent-pagination a:nth-of-type(2)::after {
    right: 7px;
  }
}/*# sourceMappingURL=style.css.map */