@charset "UTF-8";
/* CSS Document */
/* ==================================================
	reset
================================================== */
/* Reset box-model and set borders */
/* ============================================ */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}
/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}
/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
/* Lists (enumeration) */
/* ============================================ */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
address {
  font-style: inherit;
}
/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg, img, embed, object, iframe {
  vertical-align: bottom;
}
/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button, input, optgroup, select, textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}
/**
 * Correct cursors for clickable elements.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
}
button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled {
  cursor: default;
}
/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */ :-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
/**
 * Remove padding
 */
option {
  padding: 0;
}
/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  padding: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px; /* 1 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */ ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}
/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}
/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td, th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
/* ==================================================
	common
================================================== */
* {
  margin: 0;
  padding: 0;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.0em;
  color: #644238;
}
/* ==================================================
	sp
================================================== */
@media screen and (max-width: 767px) {
  body {
    width: 100%;
    max-width: 767px;
    margin: 0;
    text-align: center;
    font-size: 0.9rem;
    position: relative;
  }
  .main_wrapper {
    max-width: 100%;
    margin: 0;
  }
  section {
    width: 100%;
    margin: 0;
  }
  h2 {
    font-weight: 600;
    font-size: 1.2rem;
  }
  h2 .en {
    font-family: bebas-neue-pro, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 0.05em;
    color: #F5BE49;
    text-align: center;
    display: block;
    padding-bottom: 2.0vw;
  }
  h2 .paw {
    width: 8%;
    display: block;
    margin: 0 auto;
    padding-top: 3vw;
  }
  h2 .paw img {
    width: 100%;
    height: auto;
  }
  .splide {}
  .splide__pagination {
    display: none;
  }
  .splide__slide img {
    width: 100%;
    height: auto;
  }
  .splide__slide.is-active img {}
  .splide__arrow.splide__arrow--next, .splide__arrow.splide__arrow--prev {
    display: none;
  }
  .sp_none {
    display: none !important;
  }
  header {
    width: 100%;
    margin: 0;
    position: relative;
    display: inline-block;
  }
  header h1 {
    width: 95%;
    margin-left: 5%;
    padding: 5vw 0 7.5vw;
    font-size: 0.8rem;
    letter-spacing: 0.2em;
    line-height: 2.0em;
    text-align: start;
  }
  .header_icon_wrapper {
    width: 11%;
    position: absolute;
    left: 5%;
    margin: 0;
  }
  .header_icon_wrapper a {
    display: block;
    -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;
  }
  .header_icon_wrapper a span {
    font-family: bebas-neue-pro, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    text-align: center;
    display: block;
  }
  .header_icon_wrapper a:hover {
    opacity: 0.5;
  }
  .header_icon_wrapper img {
    width: 100%;
    height: auto;
  }
  .header_logo_wrapper {
    width: 22%;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 2;
    margin: 0 auto;
  }
  .header_logo_wrapper img {
    width: 100%;
    height: auto;
  }
  #g-nav.panelactive {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100vh;
  }
  .circle-bg {
    position: fixed;
    z-index: 3;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #F9D892;
    transform: scale(0);
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    transition: all .6s;
  }
  .circle-bg.circleactive {
    transform: scale(50);
  }
  #g-nav-list {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #g-nav.panelactive #g-nav-list {
    display: block;
  }
  #g-nav ul {
    opacity: 0;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #g-nav.panelactive ul {
    width: 100%;
    opacity: 1;
  }
  #g-nav.panelactive ul li {
    animation-name: gnaviAnime;
    animation-duration: 1s;
    animation-delay: .2s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @keyframes gnaviAnime {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  #g-nav li {
    text-align: center;
    list-style: none;
  }
  #g-nav li a {
    font-weight: 600;
    font-size: 1.0rem;
    line-height: 2.0em;
    color: #644238;
    text-decoration: none;
    padding: 5vw;
    display: block;
    text-transform: uppercase;
    -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;
  }
  #g-nav li a:hover {
    opacity: 0.5;
  }
  .openbtn {
    position: sticky;
    top: 5vw;
    left: 83%;
    z-index: 9999;
    cursor: pointer;
    width: 50px;
    height: 52px;
  }
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0;
    height: 2px;
    border-radius: 2px;
    background-color: #644238;
    width: 100%;
  }
  .openbtn span:nth-of-type(1) {
    top: 15px;
  }
  .openbtn span:nth-of-type(2) {
    display: none;
  }
  .openbtn span:nth-of-type(3) {
    top: 26px;
  }
  .openbtn span:nth-of-type(4) {
    height: auto;
    border-radius: 0;
    background-color: transparent;
    font-family: bebas-neue-pro, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    text-align: center;
    top: 35px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    left: 0;
    transform: translateY(6px) rotate(-45deg);
    width: 100%;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    left: 0;
    transform: translateY(-6px) rotate(45deg);
    width: 100%;
  }
  .openbtn.active span:nth-of-type(4) {
    top: 50px;
  }
  #fv {
    width: 100%;
    margin-top: 16vw;
  }
  .fv_wrapper {
    position: relative;
  }
  .bg_circle_bottom {
    width: 100%;
    height: auto;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 1;
  }
  .fv {
    width: 100%;
    height: auto;
  }
  video {
    width: 100%;
    filter: grayscale(30%);
  }
  #intro {
    margin-top: 20vw;
  }
  .intro_wrapper {
    width: 100%;
    margin: 0;
  }
  .intro_wrapper ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-start;
  }
  .intro_wrapper li {
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: 0.4em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 0 7.5%;
  }
  .intro_wrapper li:first-of-type {
    padding-right: 0;
  }
  .intro_wrapper li:last-of-type {
    padding-left: 0;
  }
  #welcome {
    width: 100%;
    height: 0;
    margin-top: 20vw;
    padding: calc(1000 / 780 * 100%) 0 0;
    background: url("../images/bg_circle01.png") center center no-repeat;
    background-size: cover;
    position: relative;
  }
  .welcome_wrapper {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .welcome_wrapper ul {
    list-style: none;
  }
  .welcome_wrapper li {
    font-weight: 600;
    font-size: 1.0rem;
    margin-bottom: 4vw;
  }
  .welcome_wrapper li:nth-of-type(3) {
    margin-bottom: 10vw;
  }
  .welcome_wrapper li:nth-of-type(4) {
    margin-bottom: 10vw;
  }
  .welcome_wrapper li:last-of-type {
    margin-bottom: 0;
  }
  #about {
    margin-top: 20vw;
  }
  .about_wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .about_img_wrapper {
    width: 100%;
    line-height: 0;
    margin-top: 15vw;
  }
  .about_img_wrapper:first-of-type {
    margin-top: 10vw;
  }
  .about_img_wrapper img {
    width: 100%;
    height: auto;
  }
  .about_inner {
    width: 100%;
    margin: 0;
    background: #F9D892;
    border-radius: 0 0 30pt 30pt;
  }
  .about_inner h3 {
    font-weight: 600;
    font-size: 1.2rem;
    display: inline-block;
    margin-top: 5vw;
  }
  .about_inner p {
    line-height: 2.0em;
    text-align: left;
    margin: 2vw 5% 0;
  }
  .about_inner p:first-of-type {
    margin-top: 5vw;
  }
  .about_inner p:last-of-type {
    padding-bottom: 5vw;
  }
  .about_price {
    text-align: right !important;
  }
  .about_note {
    font-weight: 600;
    padding-left: 1.0em;
    text-indent: -1.0em;
  }
  #menu {
    margin-top: 20vw;
  }
  .menu_swipe_wrapper {
    width: fit-content;
    margin: 5vw auto;
    padding-bottom: 10vw;
  }
  .menu_swipe_note {
    font-weight: 600;
    font-size: 0.9rem;
    margin: 0 !important;
  }
  .menu_swipe {
    display: block;
    width: 25%;
    margin: 5vw auto 0;
    animation: swipe 1.5s ease-in-out infinite;
  }
  .menu_swipe img {
    width: 100%;
    height: auto;
  }
  @keyframes swipe {
    0%, 100% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(15px);
    }
  }
  .menu_loa_wrapper {
    width: 80%;
    margin: 10vw auto 0;
  }
  .menu_loa_wrapper p {
    font-size: 1.0rem;
    line-height: 2.0em;
    text-align: left;
  }
  .menu_loa_wrapper p:first-of-type {
    font-family: bebas-neue-pro, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .add_btn_wrapper {
    width: 100%;
    margin: 10vw auto 0;
    background: #F5BE49;
    border-radius: 15pt;
    box-shadow: 0px 10px 10px -5px rgba(72, 60, 52, 0.2);
    animation: add 2s infinite;
  }
  @keyframes add {
    0% {
      transform: translate(0px, 2px);
    }
    5% {
      transform: translate(0px, -2px);
    }
    10% {
      transform: translate(0px, 2px);
    }
    15% {
      transform: translate(0px, -2px);
    }
    20% {
      transform: translate(0px, 2px);
    }
    25% {
      transform: translate(0px, -2px);
    }
    30% {
      transform: translate(0px, 0px);
    }
  }
  .add_btn_wrapper a {
    font-weight: 600;
    font-size: 1.2rem;
    display: block;
    padding: 7vw 0 6vw;
    -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;
  }
  .add_btn_wrapper a:hover {
    opacity: 0.5;
  }
  .add_btn_wrapper a img {
    width: 16%;
    height: auto;
    vertical-align: middle;
    margin-top: -1vw;
    padding-right: 5%;
  }
  .dogmenu_wrapper {
    width: 90%;
    margin: 10vw auto 0;
    background: #CBC0A9;
    border-radius: 30pt;
  }
  .dogmenu_wrapper h3 {
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 2.0em;
    margin: 10vw 0;
  }
  .dogmenu_wrapper h4 {
    font-weight: 600;
    font-size: 1.0rem;
    line-height: 2.0em;
    text-align: left;
    margin-top: 5vw;
  }
  .dogmenu_wrapper h5 {
    font-weight: 600;
    font-size: 1.0rem;
    text-align: right;
    margin-top: 3vw;
  }
  .dogmenu_price {
    text-align: right;
    margin-top: 5vw;
  }
  .dogmenu_price li {
    font-weight: 600;
    margin-top: 3vw;
  }
  .dogmenu_price li:first-of-type {
    margin-top: 0;
  }
  .dogmenu_wrapper p {
    line-height: 2.0em;
    text-align: left;
    margin-top: 3vw;
  }
  .dogmenu_wrapper p:first-of-type {
    margin-top: 5vw;
  }
  .dogmenu_emphasis {
    font-weight: 600;
    color: #F56849;
  }
  .specialmenu_wrapper {
    background: #F9D892;
    margin-top: 20vw;
  }
  .specialmenu_wrapper h3 {
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 2.0em;
    display: inline-block;
    margin-top: 10vw;
  }
  .specialmenu_decoration_img {
    width: 52%;
    line-height: 0;
    display: block;
    margin: 10vw auto 0;
  }
  .specialmenu_decoration_img img {
    width: 100%;
    height: auto;
    display: block;
  }
  .specialmenu_num {
    font-family: bebas-neue-pro-expanded, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 6rem;
    letter-spacing: 0.05em;
    color: #F9D892;
    display: block;
    padding-bottom: 5vw;
  }
  .specialmenu_inner {
    width: 100%;
    background: #FFF;
    margin: 0;
  }
  .specialmenu_wrapper h4 {
    font-weight: 600;
    font-size: 1.0rem;
    line-height: 2.0em;
    text-align: left;
    margin-top: 5vw;
  }
  .specialmenu_price {
    text-align: right;
    margin-top: 5vw;
  }
  .specialmenu_price li {
    font-weight: 600;
    margin-top: 3vw;
  }
  .specialmenu_price li:first-of-type {
    margin-top: 0;
  }
  .specialmenu_wrapper p {
    line-height: 2.0em;
    text-align: left;
    margin-top: 3vw;
  }
  .specialmenu_wrapper p:first-of-type {
    margin-top: 5vw;
  }
  .specialmenu_wrapper p:last-of-type {
    padding-bottom: 5vw;
  }
  .grandmenu_wrapper {
    width: 100%;
    height: 0;
    margin: 20vw 0 0;
    padding: calc(2000 / 780 * 100%) 0 0;
    background: url("../images/bg_circle02.png") center center no-repeat;
    background-size: cover;
    position: relative;
  }
  .grandmenu_inner {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .grandmenu_inner h3 {
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 2.0em;
    display: inline-block;
    margin-top: 10vw;
  }
  .grandmenu_inner h4 {
    font-family: bebas-neue-pro, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 0.05em;
    color: #F9D892;
    margin: 5vw 0;
  }
  .grandmenu_inner h5 {
    font-weight: 600;
    font-size: 1.0rem;
    line-height: 2.0em;
    text-align: left;
    margin-top: 5vw;
  }
  .grandmenu_price {
    text-align: right;
    margin-top: 5vw;
  }
  .grandmenu_price li {
    font-weight: 600;
    margin-top: 3vw;
  }
  .grandmenu_price li:first-of-type {
    margin-top: 0;
  }
  .grandmenu_inner p {
    line-height: 2.0em;
    text-align: left;
    margin-top: 3vw;
  }
  .grandmenu_inner p:first-of-type {
    margin-top: 5vw;
  }
  .grandmenu_inner p:last-of-type {
    padding-bottom: 5vw;
  }
  #precaution {
    margin-top: 20vw;
  }
  .precaution_wrapper {
    width: 90%;
    margin: 10vw auto 0;
  }
  .precaution_wrapper img {
    width: 100%;
    height: auto;
  }
  .precaution_wrapper ul {
    width: 90%;
    margin: 5vw auto 0;
  }
  .precaution_wrapper li {
    line-height: 2.0em;
    text-align: left;
    margin-top: 3vw;
    padding-left: calc(1.2em + 1%);
    text-indent: calc(-1.2em + -1%);
  }
  .precaution_wrapper li span {
    color: #F5BE49;
    padding-right: 1%;
  }
  #access {
    margin-top: 20vw;
  }
  .access_wrapper {
    width: 90%;
    margin: 10vw auto 0;
  }
  .access_wrapper h3 {
    width: 100%;
    font-weight: 600;
    font-size: 1.0rem;
    line-height: 2.0em;
    text-align: left;
    display: inline-block;
    margin-bottom: 5vw;
  }
  .access_wrapper ul {
    list-style: none;
    border-bottom: 1px #CBBFA9 solid;
  }
  .access_wrapper li {
    text-align: left;
  }
  .access_wrapper li h4 {
    font-weight: 600;
    font-size: 1.0rem;
    line-height: 2.0em;
    display: inline-block;
    margin: 5vw 0 3vw;
  }
  .access_wrapper li p {
    line-height: 2.0em;
    margin-bottom: 5vw;
  }
  .access_wrapper li p a {
    width: fit-content;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .access_wrapper li p a:hover {
    opacity: 0.3;
  }
  #map {
    margin-top: 10vw;
  }
  .map_wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .map_wrapper iframe {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
    border-radius: 30pt;
  }
  .map_note {
    width: 80%;
    margin: 3vw auto 0;
  }
  .map_note p {
    font-weight: 600;
    line-height: 2.0em;
    text-align: left;
    color: #F56849;
  }
  #loa {
    margin-top: 20vw;
  }
  .loa_wrapper {
    width: 100%;
    background: #644238;
    margin-top: 10vw;
  }
  .loa_inner {
    width: 90%;
    display: inline-block;
    background: #FFF;
    border-radius: 30pt;
    margin: 5vw 0;
  }
  .loa_inner h3 {
    font-weight: 600;
    font-size: 1.2rem;
    display: inline-block;
    margin: 10vw 0;
  }
  .loa_inner h4 {
    font-weight: 600;
    line-height: 2.0em;
    text-align: left;
    display: flex;
    align-items: anchor-center;
    margin-top: 5vw;
  }
  .loa_inner h4 span {
    font-family: bebas-neue-pro, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    color: #F5BE49;
    margin-top: -0.5vw;
    padding-right: 2%;
  }
  .loa_inner p {
    line-height: 2.0em;
    text-align: left;
    margin-top: 5vw;
  }
  .loa_inner p:last-of-type {
    padding-bottom: 5vw;
  }
  .loa_swipe_wrapper {
    width: fit-content;
    margin: 5vw auto;
    padding-bottom: 10vw;
  }
  .loa_swipe {
    display: block;
    width: 28%;
    margin: 5vw auto 0;
    animation: swipe 1.5s ease-in-out infinite;
  }
  .loa_swipe img {
    width: 100%;
    height: auto;
  }
  .loa_btn_wrapper {
    width: 80%;
    margin: 10vw auto 0;
  }
  .loa_note_wrapper {
    width: 90%;
    border: 5px solid #F56849;
    border-radius: 30pt;
    margin: 20vw auto 0;
  }
  .loa_note_wrapper h3 {
    font-weight: 600;
    font-size: 1.2rem;
    display: inline-block;
    margin: 10vw 0;
  }
  .loa_note_inner {
    width: 90%;
    margin: 0 auto;
  }
  .loa_note_inner img {
    width: 100%;
    height: auto;
  }
  .loa_note_inner p {
    line-height: 2.0em;
    text-align: left;
    margin-top: 5vw;
    padding-bottom: 5vw;
  }
  footer {
    width: 100%;
    margin-top: 20vw;
  }
  .footer_wrapper {
    width: 100%;
    height: 0;
    padding: calc(700 / 780 * 100%) 0 0;
    background: url("../images/bg_circle03.png") center center no-repeat;
    background-size: cover;
    position: relative;
  }
  .footer_inner {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .footer_inner ul {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin: 10vw auto 0;
  }
  .footer_inner li {
    width: calc(calc(100% - 30%) / 2);
    margin-right: 30%;
  }
  .footer_inner li:last-of-type {
    margin-right: 0;
  }
  .footer_inner li a {
    display: block;
    -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;
  }
  .footer_inner li a:hover {
    opacity: 0.5;
  }
  .footer_inner li a img {
    width: 100%;
    height: auto;
  }
  .footer_logo {
    width: 22%;
    margin: 10vw auto 0;
  }
  .footer_logo img {
    width: 100%;
    height: auto;
  }
  .copyright {
    font-family: bebas-neue-pro, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.0rem;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    padding: 10vw 0 5vw;
  }
}
/* ==================================================
	pc
================================================== */
@media screen and (min-width: 768px) {
  body {
    width: 100%;
    max-width: 1920px;
    margin: 0;
    text-align: center;
    font-size: 1.0rem;
    position: relative;
    background: #F5BE49;
  }
  .main_wrapper {
    max-width: 40%;
    margin: 0 auto;
    border-radius: 20pt 20pt 0 0;
    background: #FFF;
    box-shadow: 0 0px 20px rgba(72, 60, 52, 0.2);
  }
  section {
    width: 100%;
    margin: 0;
  }
  h2 {
    font-weight: 600;
    font-size: 1.4rem;
  }
  h2 .en {
    font-family: bebas-neue-pro, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    color: #F5BE49;
    text-align: center;
    display: block;
    padding-bottom: 1.0vw;
  }
  h2 .paw {
    width: 8%;
    display: block;
    margin: 0 auto;
    padding-top: 1.5vw;
  }
  h2 .paw img {
    width: 100%;
    height: auto;
  }
  .splide {}
  .splide__pagination {
    display: none;
  }
  .splide__slide img {
    width: 100%;
    height: auto;
  }
  .splide__slide.is-active img {}
  .splide__arrow.splide__arrow--next, .splide__arrow.splide__arrow--prev {
    display: none;
  }
  .pc_none {
    display: none !important;
  }
  header {
    width: 100%;
    margin: 0;
    position: relative;
    display: inline-block;
  }
  header h1 {
    margin: 2.5vw 0;
    font-size: 0.8rem;
  }
  .header_icon_wrapper {
    width: 7.5%;
    position: absolute;
    left: 5%;
    margin: 0;
  }
  .header_icon_wrapper a {
    display: block;
    -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;
  }
  .header_icon_wrapper a span {
    font-family: bebas-neue-pro, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    text-align: center;
    display: block;
  }
  .header_icon_wrapper a:hover {
    opacity: 0.5;
  }
  .header_icon_wrapper a img {
    width: 100%;
    height: auto;
  }
  .header_logo_wrapper {
    width: 18%;
    position: absolute;
    top: 6.5vw;
    right: 0;
    left: 0;
    z-index: 2;
    margin: 0 auto;
  }
  .header_logo_wrapper img {
    width: 100%;
    height: auto;
  }
  #g-nav.panelactive {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100vh;
    margin-left: -30%;
  }
  .circle-bg {
    position: fixed;
    z-index: 3;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #F9D892;
    transform: scale(0);
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    transition: all .6s;
  }
  .circle-bg.circleactive {
    transform: scale(50);
  }
  #g-nav-list {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #g-nav.panelactive #g-nav-list {
    display: block;
  }
  #g-nav ul {
    opacity: 0;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #g-nav.panelactive ul {
    width: fit-content;
    opacity: 1;
  }
  #g-nav.panelactive ul li {
    animation-name: gnaviAnime;
    animation-duration: 1s;
    animation-delay: .2s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @keyframes gnaviAnime {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  #g-nav li {
    text-align: center;
    list-style: none;
  }
  #g-nav li a {
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 2.0em;
    color: #644238;
    text-decoration: none;
    padding: 1.5vw 0;
    display: block;
    text-transform: uppercase;
    -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;
  }
  #g-nav li a:hover {
    opacity: 0.5;
  }
  .openbtn {
    position: sticky;
    top: 1.0vw;
    left: 65.4%;
    z-index: 9999;
    cursor: pointer;
    width: 50px;
    height: 52px;
  }
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0;
    height: 2px;
    border-radius: 2px;
    background-color: #644238;
    width: 100%;
  }
  .openbtn span:nth-of-type(1) {
    top: 15px;
  }
  .openbtn span:nth-of-type(2) {
    display: none;
  }
  .openbtn span:nth-of-type(3) {
    top: 26px;
  }
  .openbtn span:nth-of-type(4) {
    height: auto;
    border-radius: 0;
    background-color: transparent;
    font-family: bebas-neue-pro, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    text-align: center;
    top: 35px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    left: 0;
    transform: translateY(6px) rotate(-45deg);
    width: 100%;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    left: 0;
    transform: translateY(-6px) rotate(45deg);
    width: 100%;
  }
  .openbtn.active span:nth-of-type(4) {
    top: 50px;
  }
  #fv {
    width: 100%;
    margin-top: 6.5vw;
  }
  .fv_wrapper {
    position: relative;
  }
  .bg_circle_bottom {
    width: 100%;
    height: auto;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 1;
  }
  .fv {
    width: 100%;
    height: auto;
  }
  video {
    width: 100%;
    filter: grayscale(30%);
  }
  #intro {
    margin-top: 10vw;
  }
  .intro_wrapper {
    width: 100%;
    margin: 0;
  }
  .intro_wrapper ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-start;
  }
  .intro_wrapper li {
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: 0.4em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 0 7.5%;
  }
  .intro_wrapper li:first-of-type {
    padding-right: 0;
  }
  .intro_wrapper li:last-of-type {
    padding-left: 0;
  }
  #welcome {
    width: 100%;
    height: 0;
    margin-top: 10vw;
    padding: calc(1000 / 780 * 100%) 0 0;
    background: url("../images/bg_circle01.png") center center no-repeat;
    background-size: cover;
    position: relative;
  }
  .welcome_wrapper {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .welcome_wrapper ul {
    list-style: none;
  }
  .welcome_wrapper li {
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 2vw;
  }
  .welcome_wrapper li:nth-of-type(3) {
    margin-bottom: 5vw;
  }
  .welcome_wrapper li:nth-of-type(4) {
    margin-bottom: 5vw;
  }
  .welcome_wrapper li:last-of-type {
    margin-bottom: 0;
  }
  #about {
    margin-top: 10vw;
  }
  .about_wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .about_img_wrapper {
    width: 100%;
    line-height: 0;
    margin-top: 7.5vw;
  }
  .about_img_wrapper:first-of-type {
    margin-top: 5vw;
  }
  .about_img_wrapper img {
    width: 100%;
    height: auto;
  }
  .about_inner {
    width: 100%;
    margin: 0;
    background: #F9D892;
    border-radius: 0 0 30pt 30pt;
  }
  .about_inner h3 {
    font-weight: 600;
    font-size: 1.2rem;
    display: inline-block;
    margin-top: 2.5vw;
  }
  .about_inner p {
    line-height: 2.0em;
    text-align: left;
    margin: 1.0vw 5% 0;
  }
  .about_inner p:first-of-type {
    margin-top: 2.5vw;
  }
  .about_inner p:last-of-type {
    padding-bottom: 2.5vw;
  }
  .about_price {
    text-align: right !important;
  }
  .about_note {
    font-weight: 600;
    padding-left: 1.0em;
    text-indent: -1.0em;
  }
  #menu {
    margin-top: 10vw;
  }
  .menu_swipe_wrapper {
    width: fit-content;
    margin: 2.5vw auto;
    padding-bottom: 5vw;
  }
  .menu_swipe_note {
    font-weight: 600;
    font-size: 0.9rem;
    margin: 0 !important;
  }
  .menu_swipe {
    display: block;
    width: 25%;
    margin: 2.5vw auto 0;
    animation: swipe 1.5s ease-in-out infinite;
  }
  .menu_swipe img {
    width: 100%;
    height: auto;
  }
  @keyframes swipe {
    0%, 100% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(15px);
    }
  }
  .menu_loa_wrapper {
    width: 80%;
    margin: 5vw auto 0;
  }
  .menu_loa_wrapper p {
    font-size: 1.2rem;
    line-height: 2.0em;
    text-align: left;
  }
  .menu_loa_wrapper p:first-of-type {
    font-family: bebas-neue-pro, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .add_btn_wrapper {
    width: 100%;
    margin: 5vw auto 0;
    background: #F5BE49;
    border-radius: 30pt;
    box-shadow: 0px 10px 10px -5px rgba(72, 60, 52, 0.2);
    animation: add 2s infinite;
  }
  @keyframes add {
    0% {
      transform: translate(0px, 2px);
    }
    5% {
      transform: translate(0px, -2px);
    }
    10% {
      transform: translate(0px, 2px);
    }
    15% {
      transform: translate(0px, -2px);
    }
    20% {
      transform: translate(0px, 2px);
    }
    25% {
      transform: translate(0px, -2px);
    }
    30% {
      transform: translate(0px, 0px);
    }
  }
  .add_btn_wrapper a {
    font-weight: 600;
    font-size: 1.4rem;
    display: block;
    padding: 2vw 0;
    -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;
  }
  .add_btn_wrapper a:hover {
    opacity: 0.5;
  }
  .add_btn_wrapper a img {
    width: 16%;
    height: auto;
    vertical-align: middle;
    padding-right: 5%;
  }
  .dogmenu_wrapper {
    width: 90%;
    margin: 5vw auto 0;
    background: #CBC0A9;
    border-radius: 30pt;
  }
  .dogmenu_wrapper h3 {
    font-weight: 600;
    font-size: 1.4rem;
    margin: 5vw 0;
  }
  .dogmenu_wrapper h4 {
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 2.0em;
    text-align: left;
    margin-top: 2.5vw;
  }
  .dogmenu_wrapper h5 {
    font-weight: 600;
    font-size: 1.2rem;
    text-align: right;
    margin-top: 1.5vw;
  }
  .dogmenu_price {
    text-align: right;
    margin-top: 2.5vw;
  }
  .dogmenu_price li {
    font-weight: 600;
    margin-top: 1.5vw;
  }
  .dogmenu_price li:first-of-type {
    margin-top: 0;
  }
  .dogmenu_wrapper p {
    line-height: 2.0em;
    text-align: left;
    margin-top: 1.5vw;
  }
  .dogmenu_wrapper p:first-of-type {
    margin-top: 2.5vw;
  }
  .dogmenu_emphasis {
    font-weight: 600;
    color: #F56849;
  }
  .specialmenu_wrapper {
    background: #F9D892;
    margin-top: 10vw;
  }
  .specialmenu_wrapper h3 {
    font-weight: 600;
    font-size: 1.4rem;
    display: inline-block;
    margin-top: 5vw;
  }
  .specialmenu_decoration_img {
    width: 52%;
    line-height: 0;
    display: block;
    margin: 5vw auto 0;
  }
  .specialmenu_decoration_img img {
    width: 100%;
    height: auto;
    display: block;
  }
  .specialmenu_num {
    font-family: bebas-neue-pro-expanded, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 9rem;
    letter-spacing: 0.05em;
    color: #F9D892;
    display: block;
    padding-bottom: 2.5vw;
  }
  .specialmenu_inner {
    width: 100%;
    background: #FFF;
    margin: 0;
  }
  .specialmenu_wrapper h4 {
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 2.0em;
    text-align: left;
    margin-top: 2.5vw;
  }
  .specialmenu_price {
    text-align: right;
    margin-top: 2.5vw;
  }
  .specialmenu_price li {
    font-weight: 600;
    margin-top: 1.5vw;
  }
  .specialmenu_price li:first-of-type {
    margin-top: 0;
  }
  .specialmenu_wrapper p {
    line-height: 2.0em;
    text-align: left;
    margin-top: 1.5vw;
  }
  .specialmenu_wrapper p:first-of-type {
    margin-top: 2.5vw;
  }
  .specialmenu_wrapper p:last-of-type {
    padding-bottom: 2.5vw;
  }
  .grandmenu_wrapper {
    width: 100%;
    height: 0;
    margin: 10vw 0 0;
    padding: calc(2000 / 780 * 100%) 0 0;
    background: url("../images/bg_circle02.png") center center no-repeat;
    background-size: cover;
    position: relative;
  }
  .grandmenu_inner {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .grandmenu_inner h3 {
    font-weight: 600;
    font-size: 1.4rem;
    display: inline-block;
    margin-top: 5vw;
  }
  .grandmenu_inner h4 {
    font-family: bebas-neue-pro, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    color: #F9D892;
    margin: 2.5vw 0;
  }
  .grandmenu_inner h5 {
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 2.0em;
    text-align: left;
    margin-top: 2.5vw;
  }
  .grandmenu_price {
    text-align: right;
    margin-top: 2.5vw;
  }
  .grandmenu_price li {
    font-weight: 600;
    margin-top: 1.5vw;
  }
  .grandmenu_price li:first-of-type {
    margin-top: 0;
  }
  .grandmenu_inner p {
    line-height: 2.0em;
    text-align: left;
    margin-top: 1.5vw;
  }
  .grandmenu_inner p:first-of-type {
    margin-top: 2.5vw;
  }
  .grandmenu_inner p:last-of-type {
    padding-bottom: 2.5vw;
  }
  #precaution {
    margin-top: 10vw;
  }
  .precaution_wrapper {
    width: 90%;
    margin: 5vw auto 0;
  }
  .precaution_wrapper img {
    width: 100%;
    height: auto;
  }
  .precaution_wrapper ul {
    width: 90%;
    margin: 2.5vw auto 0;
  }
  .precaution_wrapper li {
    line-height: 2.0em;
    text-align: left;
    margin-top: 1.5vw;
    padding-left: calc(1.2em + 1%);
    text-indent: calc(-1.2em + -1%);
  }
  .precaution_wrapper li span {
    color: #F5BE49;
    padding-right: 1%;
  }
  #access {
    margin-top: 10vw;
  }
  .access_wrapper {
    width: 90%;
    margin: 5vw auto 0;
  }
  .access_wrapper h3 {
    width: 100%;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 2.0em;
    text-align: left;
    display: inline-block;
    margin-bottom: 2.5vw;
  }
  .access_wrapper ul {
    list-style: none;
    border-bottom: 1px #CBBFA9 solid;
  }
  .access_wrapper li {
    text-align: left;
  }
  .access_wrapper li h4 {
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 2.0em;
    display: inline-block;
    margin: 2.5vw 0 1.5vw;
  }
  .access_wrapper li p {
    line-height: 2.0em;
    margin-bottom: 2.5vw;
  }
  .access_wrapper li p a {
    width: fit-content;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .access_wrapper li p a:hover {
    opacity: 0.3;
  }
  #map {
    margin-top: 5vw;
  }
  .map_wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .map_wrapper iframe {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
    border-radius: 30pt;
  }
  .map_note {
    width: 80%;
    margin: 1.5vw auto 0;
  }
  .map_note p {
    font-weight: 600;
    line-height: 2.0em;
    text-align: left;
    color: #F56849;
  }
  #loa {
    margin-top: 10vw;
  }
  .loa_wrapper {
    width: 100%;
    background: #644238;
    margin-top: 5vw;
  }
  .loa_inner {
    width: 90%;
    display: inline-block;
    background: #FFF;
    border-radius: 30pt;
    margin: 2.5vw 0;
  }
  .loa_inner h3 {
    font-weight: 600;
    font-size: 1.4rem;
    display: inline-block;
    margin: 5vw 0;
  }
  .loa_inner h4 {
    font-weight: 600;
    line-height: 2.0em;
    text-align: left;
    display: flex;
    align-items: anchor-center;
    margin-top: 2.5vw;
  }
  .loa_inner h4 span {
    font-family: bebas-neue-pro, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    color: #F5BE49;
    padding-right: 2%;
  }
  .loa_inner p {
    line-height: 2.0em;
    text-align: left;
    margin-top: 2.5vw;
  }
  .loa_inner p:last-of-type {
    padding-bottom: 2.5vw;
  }
  .loa_swipe_wrapper {
    width: fit-content;
    margin: 2.5vw auto;
    padding-bottom: 5vw;
  }
  .loa_swipe {
    display: block;
    width: 28%;
    margin: 2.5vw auto 0;
    animation: swipe 1.5s ease-in-out infinite;
  }
  .loa_swipe img {
    width: 100%;
    height: auto;
  }
  .loa_btn_wrapper {
    width: 80%;
    margin: 5vw auto 0;
  }
  .loa_note_wrapper {
    width: 90%;
    border: 5px solid #F56849;
    border-radius: 30pt;
    margin: 10vw auto 0;
  }
  .loa_note_wrapper h3 {
    font-weight: 600;
    font-size: 1.4rem;
    display: inline-block;
    margin: 5vw 0;
  }
  .loa_note_inner {
    width: 90%;
    margin: 0 auto;
  }
  .loa_note_inner img {
    width: 100%;
    height: auto;
  }
  .loa_note_inner p {
    line-height: 2.0em;
    text-align: left;
    margin-top: 2.5vw;
    padding-bottom: 2.5vw;
  }
  footer {
    width: 100%;
    margin-top: 10vw;
  }
  .footer_wrapper {
    width: 100%;
    height: 0;
    padding: calc(700 / 780 * 100%) 0 0;
    background: url("../images/bg_circle03.png") center center no-repeat;
    background-size: cover;
    position: relative;
  }
  .footer_inner {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .footer_inner ul {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin: 5vw auto 0;
  }
  .footer_inner li {
    width: calc(calc(100% - 30%) / 2);
    margin-right: 30%;
  }
  .footer_inner li:last-of-type {
    margin-right: 0;
  }
  .footer_inner li a {
    display: block;
    -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;
  }
  .footer_inner li a:hover {
    opacity: 0.5;
  }
  .footer_inner li a img {
    width: 100%;
    height: auto;
  }
  .footer_logo {
    width: 18%;
    margin: 5vw auto 0;
  }
  .footer_logo img {
    width: 100%;
    height: auto;
  }
  .copyright {
    font-family: bebas-neue-pro, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    padding: 5vw 0 2.5vw;
  }
}