@charset "UTF-8";
a, a::before, a::after, button, button::before, button::after {
  transition: 0.3s;
}

img {
  max-width: 100%;
}

main {
  display: block;
  position: relative;
  z-index: 1;
}

.sp {
  display: none;
}
@media screen and (max-width: 959px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 959px) {
  .pc {
    display: none;
  }
}

.ggmap {
  position: relative;
  overflow: hidden;
}
.ggmap:before {
  content: "";
  padding-bottom: 56.25%;
  display: block;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .ggmap:before {
    content: "";
    padding-bottom: 56.25%;
    display: block;
  }
}

.title01 {
  font-size: 2.5555555556rem;
  line-height: 1.25;
  text-align: center;
  margin: 0 0 70px;
  padding: 0 0 25px;
  color: #A6804B;
  background: url(../images/common/title.svg) no-repeat bottom center/89px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .title01 {
    font-size: 1.7777777778rem;
    margin: 0 0 30px;
    padding: 0 0 16px;
    line-height: 1.35;
  }
}

.title02 {
  font-size: 2.5555555556rem;
  line-height: 1.25;
  text-align: left;
  margin: 0 0 70px;
  padding: 0 0 25px;
  color: #A6804B;
  background: url(../images/common/title.svg) no-repeat bottom left/89px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .title02 {
    font-size: 1.7777777778rem;
    margin: 0 0 30px;
    padding: 0 0 16px;
    line-height: 1.35;
  }
}

.link-gesture a {
  color: #A6804B;
  padding: 6px 50px 6px 0;
  background: url(../images/common/link-gesture.svg) no-repeat right 10px center/30px;
  font-size: 1rem;
  font-weight: 700;
}
.link-gesture a:hover {
  background: url(../images/common/link-gesture.svg) no-repeat right center/30px;
  text-decoration: underline;
}
@media screen and (max-width: 959px) {
  .link-gesture a {
    color: #A6804B;
    padding: 2vw 50px 2vw 0;
    background: url(../images/common/link-gesture.svg) no-repeat right 10px center/24px;
    font-size: 1rem;
    font-weight: 700;
  }
}

.button01 a, .button01 button, .button01 input {
  cursor: pointer;
  position: relative;
  display: inline-block;
  background: #A6804B;
  border: 1px solid #A6804B;
  width: 100%;
  max-width: 340px;
  padding: 24px 40px;
  border-radius: 60px;
  line-height: 1;
  text-align: center;
  color: #fcfaf9;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 1191px) {
  .button01 a:hover, .button01 button:hover, .button01 input:hover {
    background: transparent;
    color: #A6804B;
  }
  .button01 a:hover:before, .button01 button:hover:before, .button01 input:hover:before {
    right: -12px;
  }
}
@media screen and (max-width: 767px) {
  .button01 a, .button01 button, .button01 input {
    width: 300px;
    max-width: 100%;
    min-width: 0;
    padding: 15px 25px 15px 20px;
    font-size: 16px;
  }
  .button01 a:before, .button01 button:before, .button01 input:before {
    right: -20px;
  }
}

.btnlist {
  display: flex;
  justify-content: center;
}
.btnlist li:first-child {
  margin: 0 30px 0 0;
}

.pager {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1480px) {
  .pager {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  .pager {
    width: calc(100% - 16vw);
  }
}
.pager ul {
  display: flex;
  justify-content: center;
}
.pager ul li {
  width: 45px;
  height: 45px;
  margin: 0 20px 0 0;
}
.pager ul li:last-child {
  margin: 0;
}
.pager ul li a {
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #A6804B;
  position: relative;
  border: 1px solid #A6804B;
  border-radius: 50px;
}
@media screen and (min-width: 1191px) {
  .pager ul li a:hover {
    background: #A6804B;
    color: #fcfaf9;
  }
}
.pager ul li.true a {
  background: #A6804B;
  pointer-events: none;
  color: #fcfaf9;
}
@media screen and (max-width: 767px) {
  .pager ul li {
    width: 40px;
    height: 40px;
  }
}

html {
  box-sizing: border-box;
}

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

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-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

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

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

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

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* clearfix */
.cf {
  zoom: 1;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

* {
  list-style: none;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}

/*common*/
a {
  text-decoration: none;
  color: inherit;
}

@media (min-width: 1190px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
*::-moz-selection {
  background: rgba(166, 128, 75, 0.6);
  color: #fcfaf9;
}
*::selection {
  background: rgba(166, 128, 75, 0.6);
  color: #fcfaf9;
}

*::-moz-selection {
  background: rgba(166, 128, 75, 0.6);
  color: #fcfaf9;
}

:root {
  font-size: 18px;
}
@media screen and (max-width: 1190px) {
  :root {
    font-size: clamp(14px, 4.267vw, 17px);
  }
}

body {
  overflow: hidden;
  font-family: "BIZ UDPGothic";
  font-weight: 500;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background: #EBE6E4;
  color: #281B19;
  position: relative;
  line-height: 1.6;
  letter-spacing: 0.2em;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

#header {
  position: static;
  top: -240px;
  background: rgba(255, 255, 255, 0);
  width: 100%;
  z-index: 99999999;
  padding: 30px 0 50px;
  transition: all 0.2s 0s ease;
}
#header .menu:after {
  content: none;
}
#header #head_menu {
  max-width: 1720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
@media screen and (max-width: 1920px) {
  #header #head_menu {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #header #head_menu {
    width: calc(100% - 16vw);
  }
}
#header #head_menu .logo {
  width: 180px;
}
#header #head_menu .logo a {
  display: block;
}
#header #head_menu .logo a img {
  width: 100%;
  height: 100%;
}
#header #head_menu .menu {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#header #head_menu .menu .btn-area {
  margin: 0 0 40px;
  display: flex;
  justify-content: flex-end;
}
#header #head_menu .menu .btn-area li a {
  display: block;
  width: 246px;
  border: 1px solid #A6804B;
  border-radius: 50px;
  padding: 16px 8px 16px 30px;
  line-height: 1;
  position: relative;
  text-align: center;
}
#header #head_menu .menu .btn-area li a svg {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  fill: none;
  stroke: #a6804b;
  stroke-miterlimit: 10;
  stroke-width: 0.12px;
}
@media screen and (min-width: 1191px) {
  #header #head_menu .menu .btn-area li a:hover {
    background: #fcfaf9;
  }
}
#header #head_menu .menu .btn-area li:first-child {
  margin-right: 30px;
}
#header #head_menu .menu .gnavi ul {
  display: flex;
  justify-content: flex-end;
}
#header #head_menu .menu .gnavi ul li {
  position: relative;
  margin: 0 25px;
}
#header #head_menu .menu .gnavi ul li a {
  font-size: 1rem;
  padding: 20px 0;
  font-weight: 700;
  display: block;
  text-align: center;
}
@media screen and (min-width: 1191px) {
  #header #head_menu .menu .gnavi ul li a:hover {
    color: #A6804B;
  }
}
#header #head_menu .menu .gnavi ul li:last-child {
  margin-right: 0;
}
#header #head_menu .menu .gnavi ul li:first-child {
  margin-left: 0;
}
#header #head_menu .menu .gnavi ul li.menu-item-has-children {
  cursor: crosshair;
}
#header #head_menu .menu .gnavi ul li.menu-item-has-children a {
  pointer-events: none;
  cursor: crosshair;
  position: relative;
}
#header #head_menu .menu .gnavi ul li.menu-item-has-children ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
#header #head_menu .menu .gnavi ul li.menu-item-has-children ul li {
  display: none;
  margin: auto;
}
#header #head_menu .menu .gnavi ul li.menu-item-has-children ul li a {
  width: 220px;
  cursor: pointer;
  pointer-events: auto;
  font-size: 0.8333333333rem;
  display: block;
  border-top: 1px solid #EBE6E4;
  padding: 15px;
  text-align: center;
  color: #fcfaf9;
  font-weight: 400;
  background: #A6804B;
  opacity: 0.9;
}
#header #head_menu .menu .gnavi ul li.menu-item-has-children ul li a:before {
  content: none;
}
@media screen and (min-width: 1191px) {
  #header #head_menu .menu .gnavi ul li.menu-item-has-children:hover ul li {
    display: block;
    text-align: center;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children:hover ul li a:hover {
    font-weight: 700;
    opacity: 1;
  }
}
#header #head_menu #nav-toggle {
  display: none;
}

.is-fixed #header {
  transition: all 0.6777s 0s ease;
  position: fixed;
  padding: 15px 0 0;
  background: rgba(252, 250, 249, 0.8);
  top: 0;
}
@media screen and (max-width: 1191px) {
  .is-fixed #header {
    padding: 12px 0;
  }
}
.is-fixed #header #head_menu .logo {
  width: 100px;
}
.is-fixed #header #head_menu .btn-area {
  margin-bottom: 10px;
}
.is-fixed #header #head_menu .btn-area li a {
  font-size: 0.8333333333rem;
}
.is-fixed #header #head_menu .gnavi ul li a {
  font-size: 0.8888888889rem;
}
.is-fixed #header #head_menu .gnavi ul li ul li a {
  font-size: 0.8333333333rem;
}
.is-fixed #header #head_menu .gnavi ul li:last-child {
  margin: 0;
}
.is-fixed main {
  padding-top: 220px;
}
@media screen and (max-width: 959px) {
  .is-fixed main {
    padding-top: 122px;
  }
}

#footer .copy {
  writing-mode: vertical-rl;
  font-size: 0.8333333333rem;
  font-weight: 700;
  position: absolute;
  left: 18px;
  bottom: 30px;
}
#footer .copy span {
  font-weight: 800;
}
#footer .inner {
  padding: 120px 0px 110px;
  position: relative;
}
#footer .inner:before {
  content: "";
  border-radius: 60px 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.1;
  background: url(../images/common/footer-bg.jpg);
}
#footer .inner .box {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1480px) {
  #footer .inner .box {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #footer .inner .box {
    width: calc(100% - 16vw);
  }
}
#footer .inner .logo {
  text-align: center;
}
#footer .inner .logo img {
  width: 150px;
  height: auto;
}
#footer .inner .logoarea {
  display: flex;
  align-items: flex-end;
}
#footer .inner .logoarea .text {
  margin-left: 45px;
  font-size: 0.8333333333rem;
}
#footer .inner .top-img {
  width: 100%;
  position: absolute;
  bottom: 100%;
  right: 0;
  opacity: 0.8;
}
#footer .inner .top-img img {
  display: block;
}
#footer .inner .link-list {
  display: flex;
}
#footer .inner .link-list ul {
  justify-content: center;
  margin-left: 45px;
}
#footer .inner .link-list li {
  margin: 20px 0 0;
}
#footer .inner .link-list li a {
  font-size: 0.8333333333rem;
}
@media screen and (min-width: 1191px) {
  #footer .inner .link-list li a:hover {
    text-decoration: underline;
  }
}
#footer .inner .link-list li:first-child {
  margin: 0;
}
#footer .inner .link-list li:first-child a {
  padding: 0;
  border: none;
}
@media screen and (max-width: 1840px) {
  #footer {
    margin: 0 0 0 60px;
  }
}
@media screen and (max-width: 959px) {
  #footer {
    margin: 0;
    border-radius: 28px 0 0 0;
  }
  #footer .copy {
    padding: 12px 10px;
    writing-mode: horizontal-tb;
    color: #fff;
    position: static;
    text-align: center;
    font-size: 0.9rem;
    background: #A6804B;
  }
  #footer .copy span {
    display: none;
  }
  #footer .inner {
    display: block;
    padding: 50px 8vw 30px;
  }
  #footer .inner .box {
    display: block;
    width: 100%;
  }
  #footer .inner .logoarea {
    display: block;
  }
  #footer .inner .logoarea .logo {
    text-align: center;
  }
  #footer .inner .logoarea .logo img {
    width: 100px;
    display: inline-block;
  }
  #footer .inner .logoarea .text {
    margin: 20px 0 0;
    font-size: 0.8 0.5srem;
  }
  #footer .inner .link-list {
    margin: 30px auto 0;
    display: block;
  }
  #footer .inner .link-list ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #footer .inner .link-list ul:last-child li:last-child {
    width: 100%;
  }
  #footer .inner .link-list li {
    margin: 0;
    width: calc(50% - 7px);
  }
  #footer .inner .link-list li a {
    display: block;
    padding: 12px 0;
    font-size: 0.8 0.5srem;
    border: none;
  }
  #footer .inner .link-list li a:before {
    content: "-";
    display: inline-block;
    margin-right: 10px;
  }
  #footer .inner .link-list li:first-child {
    padding: 12px 0;
  }
}
@media screen and (max-width: 1190px) {
  body {
    overflow: hidden;
    display: block;
  }
  #header {
    padding: 12px 0;
    opacity: 0;
    transition: all 0.5s 0s ease;
    position: relative;
    top: auto;
  }
  #header.true {
    opacity: 1;
  }
  #header #head_menu {
    overflow: visible;
    display: block;
    height: auto;
    position: static;
  }
  #header #head_menu .logo {
    width: 100%;
  }
  #header #head_menu .logo a {
    width: 60px;
    height: 60px;
    position: relative;
  }
  #header #head_menu .logo.true {
    top: 10px;
  }
  #header #head_menu .menu {
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: flex-end;
    padding: 100px 0 0 50px;
    width: 0;
    height: 100vh;
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.67777);
    transition: all 0.3s 0s ease;
    z-index: -1;
    opacity: 0;
    right: -50px;
    -webkit-overflow-scrolling: touch;
  }
  #header #head_menu .menu:after {
    content: "";
    background: #A6804B;
    width: 0;
    height: 100vh;
    position: absolute;
    top: 0;
    right: -100px;
    opacity: 0;
    transition: all 0.3s 0.2s ease;
    z-index: -2;
  }
  #header #head_menu .menu .inner {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100vh;
    width: 100%;
  }
  #header #head_menu .menu .gnavi {
    position: relative;
    z-index: -1;
    background: none;
    display: block;
    width: 100%;
    opacity: 0;
    padding-bottom: 100px;
    transition: all 0.3s 0.4s ease;
    overflow: scroll;
  }
  #header #head_menu .menu .gnavi ul {
    display: block;
    margin: 0;
    width: auto;
  }
  #header #head_menu .menu .gnavi ul li {
    width: 100%;
    height: 100%;
    display: none;
    margin: 0;
    padding: 5px 30px 15px;
  }
  #header #head_menu .menu .gnavi ul li span, #header #head_menu .menu .gnavi ul li a {
    height: auto;
    display: block;
    color: #fff;
    text-align: left;
    padding: 0;
  }
  #header #head_menu .menu .gnavi ul li span span, #header #head_menu .menu .gnavi ul li a span {
    text-align: left;
  }
  #header #head_menu .menu .gnavi ul li span:before, #header #head_menu .menu .gnavi ul li a:before {
    content: none;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children a:before {
    content: "";
    position: absolute;
    top: 8px;
    right: 7px;
    width: 2px;
    height: 16px;
    border: none;
    transform: rotate(0);
    background: #fcfaf9;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children a:after {
    content: "";
    width: 16px;
    height: 2px;
    background: #fcfaf9;
    position: absolute;
    right: 0;
    top: 15px;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children ul {
    transform: translateX(0%);
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children ul li a {
    text-align: left;
    border: none;
    width: 100%;
    padding: 10px 50px;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children ul li a:after {
    content: none;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children.true a:before {
    content: none;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul {
    width: calc(100% - 20px);
    background: #fcfaf9;
    padding: 10px 30px;
    margin-top: 15px;
    border-radius: 16px;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul li {
    display: block;
    padding: 0;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul li a {
    font-size: 14px;
    font-weight: 700;
    color: #A6804B;
    padding: 8px 5px;
  }
  #header #head_menu .menu .gnavi ul li:last-child ul {
    margin-bottom: 90px;
  }
  #header.open #head_menu .menu {
    width: 100%;
    right: 0;
    opacity: 1;
    z-index: 10000000;
  }
  #header.open #head_menu .menu:after {
    width: calc(100vw - 25px);
    right: 0;
    opacity: 1;
    border-radius: 32px 0 0;
  }
  #header.open #head_menu .menu {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  #header.open #head_menu .menu .btn-area {
    margin: 0 0 40px;
    padding: 0 10px;
    display: flex;
  }
  #header.open #head_menu .menu .btn-area li {
    width: calc(50% - 10px);
  }
  #header.open #head_menu .menu .btn-area li a {
    display: block;
    width: 100%;
    border: 1px solid #fcfaf9;
    font-size: 0.95rem;
    padding: 15px 8px 15px 8px;
    color: #fcfaf9;
    line-height: 1;
    position: relative;
    text-align: center;
  }
  #header.open #head_menu .menu .btn-area li a svg {
    display: none;
  }
  #header.open #head_menu .menu .btn-area li:first-child {
    margin-right: 20px;
  }
  #header.open #head_menu .menu .gnavi {
    opacity: 1;
    z-index: 2;
  }
  #header.open #head_menu .menu .gnavi ul li {
    display: block;
    text-align: center;
  }
  #header.open #head_menu .menu .gnavi ul li a {
    font-size: 1rem;
  }
  #header.open #head_menu .menu .gnavi ul li a span {
    color: #fff;
    line-height: 1;
    font-size: 10px;
    text-align: left;
  }
  #header.open #head_menu .menu .gnavi ul li ul {
    position: static;
    opacity: 1;
  }
  #header.open #head_menu .menu .gnavi ul li ul li {
    opacity: 1;
  }
  #header.open #head_menu .menu .gnavi ul li ul li a {
    background: transparent;
    color: #fff;
  }
  #global-nav ul {
    list-style: none;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, 0%);
    margin: 0;
    font-size: 14px;
    width: 90%;
    display: block;
  }
  #global-nav ul li {
    float: none;
    position: static;
    width: 100%;
    height: 52px;
    border: none;
    margin-bottom: 3px;
  }
  #global-nav ul li:last-child {
    margin-bottom: 0;
  }
  #header #global-nav ul li a,
  #header.fixed #global-nav ul li a {
    width: 100%;
    font-size: 14px;
    display: block;
    padding: 5px 0;
    border: 1px solid #cec899;
    background-color: #fcfaf9;
  }
  #header #global-nav ul li a:after,
  #header.fixed #global-nav ul li a:after {
    content: none;
  }
  #header #global-nav ul li a button,
  #header.fixed #global-nav ul li a button {
    font-size: 10px;
    margin-top: 5px;
  }
  #header #head_menu #nav-toggle {
    display: block;
  }
  .open #nav-toggle {
    background: rgba(0, 0, 0, 0);
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle button {
    background: #fcfaf9;
  }
  .open #nav-toggle button:nth-child(1) {
    top: 11px;
    transform: rotate(315deg);
    width: calc(100% - 20px);
  }
  .open #nav-toggle button:nth-child(2) {
    width: 0;
    left: 50%;
    opacity: 0;
  }
  .open #nav-toggle button:nth-child(3) {
    top: 11px;
    transform: rotate(-315deg);
    width: calc(100% - 20px);
  }
  /* #global-nav スライドアニメーション */
  .open#header #header_inner .contents #global-nav {
    opacity: 1;
    display: flex;
    z-index: 999999;
  }
  .open#header #header_inner .contents #global-nav a {
    pointer-events: auto;
  }
  /* Toggle Button */
  #nav-toggle {
    display: block;
    position: absolute;
    right: 12px;
    width: 54px;
    height: 56px;
    top: 15px;
    cursor: pointer;
    z-index: 99999999999;
    padding: 15px 0 0 0;
  }
  #nav-toggle div {
    position: relative;
  }
  #nav-toggle button {
    display: block;
    position: absolute;
    height: 3px;
    background: #A6804B;
    transition: 0.33s ease-in-out;
    right: 0;
    border: none;
    pointer-events: none;
  }
  #nav-toggle button:nth-child(1) {
    width: calc(100% - 10px);
    top: 0;
  }
  #nav-toggle button:nth-child(2) {
    width: calc(100% - 20px);
    top: 11px;
  }
  #nav-toggle button:nth-child(3) {
    width: calc(100% - 40px);
    top: 22px;
  }
}
.under {
  overflow: hidden;
}
.under #firstview {
  margin-left: auto;
  padding: 0 0 32px;
  width: calc(100vw - 100px);
  position: relative;
}
.under #firstview .titlearea {
  position: absolute;
  left: -50px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.under #firstview .title, .under #firstview .title-english {
  padding: 8px 24px;
  background: #A6804B;
  line-height: 1;
  letter-spacing: -0.1em;
  opacity: 0;
}
.under #firstview .title span, .under #firstview .title-english span {
  color: #fcfaf9;
  font-weight: 700;
  transition: opacity 0.8s 0.5s ease;
  opacity: 0;
}
.under #firstview .title {
  font-size: 1.5555555556rem;
  margin: 0 0 16px;
  transition: all 0.4s 0s ease;
}
.under #firstview .title-english {
  font-size: 2.8888888889rem;
  transition: all 0.4s 0.1s ease;
}
.under #firstview .true .title, .under #firstview .true .title-english {
  opacity: 1;
  letter-spacing: 0.2em;
}
.under #firstview .true .title span, .under #firstview .true .title-english span {
  opacity: 1;
}
.under #firstview .img {
  height: 220px;
}
.under #firstview .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 48px 0 0 48px;
}
@media screen and (max-width: 959px) {
  .under #firstview {
    margin-left: auto;
    padding: 0 0 32px;
    width: 92vw;
    position: relative;
  }
  .under #firstview .titlearea {
    position: absolute;
    left: -4vw;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .under #firstview .title {
    font-size: 1rem;
    margin: 0 0 8px;
    transition: all 0.4s 0s ease;
  }
  .under #firstview .title-english {
    font-size: 1.3333333333rem;
    transition: all 0.4s 0.1s ease;
  }
  .under #firstview .img {
    height: 90px;
  }
  .under #firstview .img img {
    -o-object-position: -140px 0;
       object-position: -140px 0;
    border-radius: 16px 0 0 16px;
  }
}
.under .breadcrumb {
  max-width: 1720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: auto;
  margin-bottom: 70px;
  text-align: right;
}
@media screen and (max-width: 1920px) {
  .under .breadcrumb {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  .under .breadcrumb {
    width: calc(100% - 16vw);
  }
}
.under .breadcrumb .inner {
  display: inline-block;
}
.under .breadcrumb .inner .list {
  display: flex;
}
.under .breadcrumb .inner .list li {
  font-size: 0.8333333333rem;
  display: flex;
  align-items: center;
}
.under .breadcrumb .inner .list li:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 1px;
  background: #A6804B;
  border-radius: 8px;
  margin: 0 20px;
}
.under .breadcrumb .inner .list li:last-child:after {
  content: none;
}
.under .breadcrumb .inner .list li a, .under .breadcrumb .inner .list li span {
  color: #A6804B;
}
.under .breadcrumb .inner .list li a:hover {
  text-decoration: underline;
}
.under .breadcrumb .inner .list li img {
  width: 22px;
  height: 20px;
}
@media screen and (max-width: 1400px) {
  .under .breadcrumb {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 959px) {
  .under .breadcrumb {
    width: calc(100% - 8vw);
  }
}
@media screen and (max-width: 767px) {
  .under .breadcrumb {
    overflow-X: scroll;
    margin-bottom: 30px;
  }
  .under .breadcrumb .inner {
    white-space: nowrap;
    padding: 10px 0 10px 8vw;
  }
}

a, a::before, a::after, button, button::before, button::after {
  transition: 0.3s;
}

img {
  max-width: 100%;
}

main {
  display: block;
  position: relative;
  z-index: 1;
}

.sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .sp {
    display: block;
  }
}

.ggmap {
  position: relative;
  overflow: hidden;
}
.ggmap:before {
  content: "";
  padding-bottom: 56.25%;
  display: block;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .ggmap:before {
    content: "";
    padding-bottom: 56.25%;
    display: block;
  }
}

.editor-styles-wrapper h2, .editor-styles-wrapper h3, .editor-styles-wrapper h4, .editor-styles-wrapper h5, .editor-styles-wrapper h6, .editor-styles-wrapper li {
  line-height: 1.35;
}
.editor-styles-wrapper a:not([class]) {
  text-decoration: underline;
}
.editor-styles-wrapper strong {
  font-weight: 700;
}
.editor-styles-wrapper * {
  margin-bottom: 25px;
  margin-top: 45px;
}
.editor-styles-wrapper *:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper *:first-child {
  margin-top: 0;
}
.editor-styles-wrapper h2 {
  font-size: 1.7777777778rem;
  padding: 18px 25px;
  background: #A6804B;
  color: #fcfaf9;
  font-weight: 700;
  border-radius: 32px;
  margin-top: 65px;
}
.editor-styles-wrapper h3 {
  position: relative;
  border-bottom: 1px solid #A6804B;
  font-size: 1.6666666667rem;
  padding-top: 30px;
  padding-bottom: 35px;
  font-weight: 700;
}
.editor-styles-wrapper h3:before {
  content: "";
  width: 180px;
  height: 5px;
  background: #A6804B;
  position: absolute;
  left: 0;
  bottom: 0;
}
.editor-styles-wrapper h4 {
  position: relative;
  border-bottom: 2px solid #A6804B;
  font-size: 1.5555555556rem;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 700;
}
.editor-styles-wrapper h5 {
  position: relative;
  font-size: 1.4444444444rem;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 700;
  border-bottom: 1px solid #A6804B;
}
.editor-styles-wrapper h6 {
  position: relative;
  font-size: 1.3333333333rem;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 700;
}
.editor-styles-wrapper h6:before {
  content: "";
  width: 60px;
  height: 2px;
  background: #A6804B;
  position: absolute;
  left: 0;
  bottom: 0;
}
.editor-styles-wrapper p {
  font-size: 18px;
}
.editor-styles-wrapper p + p {
  padding-top: 0;
}
.editor-styles-wrapper ul li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 20px;
}
.editor-styles-wrapper ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #A6804B;
  position: absolute;
  left: 10px;
  top: 8px;
}
.editor-styles-wrapper ul li + li {
  padding-top: 0;
}
.editor-styles-wrapper ul li ul {
  padding: 0;
  margin: 0;
}
.editor-styles-wrapper ul li ul li {
  padding-left: 30px;
}
.editor-styles-wrapper ul li ul li:before {
  width: 6px;
  height: 6px;
  background: #A6804B;
}
.editor-styles-wrapper ul ol {
  counter-reset: number 0;
}
.editor-styles-wrapper ul ol li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
  padding-top: 0;
}
.editor-styles-wrapper ul ol li:before {
  font-size: 12px;
  counter-increment: number 1;
  content: counter(number);
  line-height: 1;
  padding: 6px 8px;
  height: auto;
  width: auto;
  border-radius: 20px;
  background: #A6804B;
  color: #fcfaf9;
  position: absolute;
  left: 0px;
  top: 0;
}
.editor-styles-wrapper ol {
  counter-reset: number 0;
}
.editor-styles-wrapper ol li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 20px;
  padding-top: 0;
}
.editor-styles-wrapper ol li:before {
  font-size: 12px;
  counter-increment: number 1;
  content: counter(number);
  line-height: 1;
  padding: 6px 8px;
  border-radius: 20px;
  background: #A6804B;
  color: #fcfaf9;
  position: absolute;
  left: 0px;
  top: 0;
  letter-spacing: 0;
}
.editor-styles-wrapper ol li ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
}
.editor-styles-wrapper ol li ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #A6804B;
  position: absolute;
  left: 10px;
  top: 8px;
  padding: 0;
}
.editor-styles-wrapper ol li ol {
  padding: 0;
  margin: 0;
  counter-reset: number;
}
.editor-styles-wrapper ol li ol li {
  padding-left: 30px;
}
.editor-styles-wrapper ol li ol li:before {
  counter-increment: number 0;
  content: "";
  width: 6px;
  height: 6px;
  background: #A6804B;
  left: 10px;
  top: 8px;
  padding: 0;
}
.editor-styles-wrapper .wp-block-table {
  padding-bottom: 10px;
}
.editor-styles-wrapper .wp-block-table table {
  min-width: 767px;
}
.editor-styles-wrapper .wp-block-table table td, .editor-styles-wrapper .wp-block-table table th {
  padding: 18px 20px;
}
@media screen and (max-width: 767px) {
  .editor-styles-wrapper * {
    margin-bottom: 25px;
    margin-top: 45px;
  }
  .editor-styles-wrapper *:last-child {
    margin-bottom: 0;
  }
  .editor-styles-wrapper *:first-child {
    margin-top: 0;
  }
  .editor-styles-wrapper h2 {
    font-size: 1.4444444444rem;
    padding: 18px 25px;
    background: #A6804B;
    color: #fcfaf9;
    font-weight: 700;
    border-radius: 32px;
    margin-top: 65px;
  }
  .editor-styles-wrapper h3 {
    position: relative;
    border-bottom: 1px solid #A6804B;
    font-size: 1.3333333333rem;
    padding-top: 30px;
    padding-bottom: 35px;
    font-weight: 700;
  }
  .editor-styles-wrapper h3:before {
    content: "";
    width: 180px;
    height: 5px;
    background: #A6804B;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .editor-styles-wrapper h4 {
    position: relative;
    border-bottom: 2px solid #A6804B;
    font-size: 1.2222222222rem;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 700;
  }
  .editor-styles-wrapper h5 {
    position: relative;
    font-size: 1.1111111111rem;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 700;
    border-bottom: 1px solid #A6804B;
  }
  .editor-styles-wrapper h6 {
    position: relative;
    font-size: 1rem;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 700;
  }
  .editor-styles-wrapper h6:before {
    content: "";
    width: 60px;
    height: 2px;
    background: #A6804B;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .editor-styles-wrapper p {
    font-size: 15px;
  }
  .editor-styles-wrapper p + p {
    padding-top: 0;
  }
  .editor-styles-wrapper .wp-block-table {
    overflow-X: scroll;
  }
  .editor-styles-wrapper .wp-block-table table td, .editor-styles-wrapper .wp-block-table table th {
    padding: 8px 10px;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    bottom: 100%;
    opacity: 1;
  }
  100% {
    height: 80px;
    opacity: 1;
  }
}
@media screen and (max-width: 959px) {
  @keyframes pathmove {
    0% {
      height: 0;
      bottom: 100%;
      opacity: 1;
    }
    100% {
      height: 40px;
      opacity: 1;
    }
  }
}
#top #firstview {
  margin-left: auto;
  width: calc(100vw - 100px);
  position: relative;
}
#top #firstview:before {
  content: "";
  display: block;
  padding: 0 0 45.055%;
}
#top #firstview .title {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  position: absolute;
  transform: translateX(-50%);
  top: 75px;
  left: 50%;
  z-index: 2;
}
#top #firstview .title .copy {
  display: inline-block;
  padding: 8px 6px;
  margin-left: 12px;
  font-size: 1.5555555556rem;
  background-color: #fcfaf9;
  opacity: 0;
  letter-spacing: -0.8em;
  transition: all 0.4s 0s ease;
}
#top #firstview .title .copy:nth-child(2) {
  transition: all 0.4s 0.1s ease;
}
#top #firstview .title .copy:last-child {
  transition: all 0.4s 0.2s ease;
  margin: 0;
}
#top #firstview .title .copy .copy-inner {
  width: 40px;
  display: flex;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.8s 0.6s ease;
  writing-mode: vertical-rl;
}
#top #firstview .title.true .copy {
  opacity: 1;
  letter-spacing: 0.2em;
}
#top #firstview .title.true .copy .copy-inner {
  opacity: 1;
}
#top #firstview .slider {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  border-radius: 48px 0 0 48px;
}
#top #firstview .slider .slider-inner {
  height: 100%;
}
#top #firstview .slider .slider-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top #firstview .scroll {
  position: absolute;
  left: -56px;
  top: 75px;
}
#top #firstview .scroll a {
  writing-mode: vertical-rl;
}
#top #firstview .scroll::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 1px;
  margin: 0 auto;
  height: 80px;
  background: #281B19;
  animation: pathmove 1.5s ease-in-out infinite;
  opacity: 0;
}
@media screen and (max-width: 959px) {
  #top #firstview {
    width: 92vw;
  }
  #top #firstview:before {
    content: "";
    display: block;
    padding: 0 0 60%;
  }
  #top #firstview .title {
    top: 34px;
  }
  #top #firstview .title .copy {
    font-size: 1.1666666667rem;
  }
  #top #firstview .slider {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    border-radius: 24px 0 0 24px;
  }
  #top #firstview .slider div {
    height: 100%;
  }
  #top #firstview .slider .slider-inner {
    height: 100%;
  }
  #top #firstview .scroll {
    left: -6vw;
    top: 34px;
  }
  #top #firstview .scroll a {
    font-size: 0.7222222222rem;
  }
  #top #firstview .scroll::after {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  #top #firstview:before {
    content: "";
    display: block;
    padding: 0 0 67vh;
  }
  #top #firstview .title {
    top: 0;
    transform: translateX(0);
    left: -4vw;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    padding-top: 60vh;
  }
  #top #firstview .title .copy {
    font-size: 1.1666666667rem;
    margin: 0 0 8px;
    display: inline-block;
  }
  #top #firstview .title .copy .copy-inner {
    writing-mode: horizontal-tb;
    width: auto;
    display: inline-block;
  }
  #top #firstview .title .copy:last-child {
    margin: 0;
  }
  #top #firstview .slider {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    border-radius: 24px 0 0 24px;
  }
  #top #firstview .slider div {
    height: 100%;
  }
  #top #firstview .slider .slider-inner {
    height: 100%;
  }
  #top #firstview .scroll {
    left: -6vw;
    top: 34px;
  }
  #top #firstview .scroll a {
    font-size: 0.7222222222rem;
  }
  #top #firstview .scroll::after {
    opacity: 0;
  }
}
#top #introduction {
  padding: 150px 0 0;
  max-width: 1720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1920px) {
  #top #introduction {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #top #introduction {
    width: calc(100% - 16vw);
  }
}
#top #introduction .textarea {
  position: relative;
  z-index: 2;
  display: flex;
  padding: 65px 60px 85px 0;
  width: 525px;
}
#top #introduction .textarea:before {
  content: "";
  display: block;
  border-radius: 32px;
  z-index: -1;
  background-color: #fcfaf9;
  width: 100vw;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
#top #introduction .textarea .title {
  writing-mode: vertical-rl;
  font-size: 1.7777777778rem;
  font-weight: 700;
  line-height: 1.25;
}
#top #introduction .textarea .title span {
  margin-left: 15px;
  display: block;
  color: #A6804B;
  font-size: 0.8333333333rem;
}
#top #introduction .textarea .textbox {
  margin: 10px 0 0 45px;
  font-size: 0.8888888889rem;
  flex: 1;
}
#top #introduction .textarea .textbox p {
  margin-bottom: 24px;
}
#top #introduction .textarea .textbox .link-gesture {
  margin: 48px 0 0;
}
#top #introduction .slider {
  position: absolute;
  transform: translateY(-50%);
  right: 0;
  height: 0;
  top: calc(50% + 75px);
  opacity: 0;
  transition: opacity 0.3s 0s ease;
  width: calc(100% - 340px);
}
#top #introduction .slider.slick-initialized {
  opacity: 1;
  height: auto;
}
#top #introduction .slider .slick-list {
  overflow: visible;
}
#top #introduction .slider .slider-inner {
  margin: 0 16px;
  width: 100%;
  position: relative;
}
#top #introduction .slider .slider-inner::before {
  content: "";
  display: block;
  padding: 0 0 75.72%;
}
#top #introduction .slider .slider-inner img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  border-radius: 32px;
}
@media screen and (max-width: 959px) {
  #top #introduction {
    padding: 100px 0 0;
    position: relative;
  }
  #top #introduction .textarea {
    position: relative;
    z-index: 2;
    display: flex;
    padding: 65px 6vw 85px 0;
    width: 100%;
    background-color: #fcfaf9;
    border-radius: 24px;
  }
  #top #introduction .slider {
    position: static;
    transform: translateY(0);
    margin: 4vw 0 0;
    width: 100%;
  }
  #top #introduction .slider .slider-inner {
    margin: 0 12px;
  }
  #top #introduction .slider .slider-inner img {
    border-radius: 24px;
  }
}
@media screen and (max-width: 767px) {
  #top #introduction {
    padding: 120px 0 0;
  }
  #top #introduction .textarea {
    position: relative;
    z-index: 2;
    display: block;
    padding: 35px 6vw 45px 0;
  }
  #top #introduction .textarea .title {
    writing-mode: horizontal-tb;
    font-size: 1.5555555556rem;
  }
  #top #introduction .textarea .title span {
    margin: 0 0 12px;
    font-size: 0.7777777778rem;
  }
  #top #introduction .textarea .textbox {
    margin: 25px 0 0;
  }
  #top #introduction .textarea .textbox p {
    margin-bottom: 20px;
  }
  #top #introduction .textarea .textbox .link-gesture {
    margin: 25px 0 0;
  }
  #top #introduction .slider .slider-inner {
    margin: 0 8px;
  }
  #top #introduction .slider .slider-inner img {
    border-radius: 8px;
  }
}
#top #news-section {
  padding: 150px 0 0;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1480px) {
  #top #news-section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #top #news-section {
    width: calc(100% - 16vw);
  }
}
#top #news-section .list {
  display: flex;
  transition: all 0.3s 0s ease;
  position: relative;
  top: 33px;
  opacity: 0;
  margin: 0 0 65px;
}
#top #news-section .list.true {
  top: 0;
  opacity: 1;
}
#top #news-section .list li {
  width: calc(33.3333333333% - 16px);
  margin: 0 24px 0 0;
}
#top #news-section .list li a {
  height: 100%;
  position: relative;
  display: block;
  background: #fcfaf9 url(../images/common/link-gesture.svg) no-repeat right 25px bottom 15px/30px;
  border-radius: 24px;
  overflow: hidden;
}
#top #news-section .list li a .img {
  display: block;
  position: relative;
}
#top #news-section .list li a .img:before {
  content: "";
  display: block;
  padding: 0 0 70.72%;
}
#top #news-section .list li a .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#top #news-section .list li a .textarea {
  display: block;
  padding: 32px 24px 64px;
}
#top #news-section .list li a .textarea time {
  font-size: 0.8333333333rem;
  display: block;
  margin: 0 0 12px;
}
#top #news-section .list li a .textarea .title {
  font-size: 1.1666666667rem;
  line-height: 1.25;
  font-weight: 700;
}
#top #news-section .list li a:hover {
  background: #fcfaf9 url(../images/common/link-gesture.svg) no-repeat right 15px bottom 15px/30px;
}
#top #news-section .list li:last-child {
  margin: 0;
}
#top #news-section .button01 {
  text-align: center;
}
@media screen and (max-width: 959px) {
  #top #news-section {
    padding: 100px 0 0;
  }
  #top #news-section .list {
    flex-wrap: wrap;
    top: 67px;
    opacity: 0;
    margin: 0 0 65px;
  }
  #top #news-section .list.true {
    top: 0;
    opacity: 1;
  }
  #top #news-section .list li {
    width: calc(50% - 12px);
    margin: 0;
  }
  #top #news-section .list li a {
    border-radius: 24px;
  }
  #top #news-section .list li:last-child {
    margin: 24px 0 0;
  }
  #top #news-section .list li:nth-child(2) {
    margin: 0 0 0 24px;
  }
}
@media screen and (max-width: 767px) {
  #top #news-section {
    padding: 60px 0 0;
  }
  #top #news-section .list {
    flex-wrap: wrap;
    top: 67px;
    opacity: 0;
    margin: 0 0 50px;
  }
  #top #news-section .list li {
    width: 100%;
    margin: 0;
  }
  #top #news-section .list li a {
    border-radius: 16px;
    background: #fcfaf9 url(../images/common/link-gesture.svg) no-repeat right 15px bottom 15px/24px;
  }
  #top #news-section .list li a .img {
    display: block;
    position: relative;
  }
  #top #news-section .list li a .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #top #news-section .list li a .textarea {
    flex: 1;
    padding: 24px 4vw 32px;
  }
  #top #news-section .list li a .textarea time {
    font-size: 0.7777777778rem;
    display: block;
    margin: 0 0 12px;
  }
  #top #news-section .list li a .textarea .title {
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 700;
  }
  #top #news-section .list li:last-child {
    margin: 24px 0 0;
  }
  #top #news-section .list li:nth-child(2) {
    margin: 24px 0 0;
  }
}
#top #event-section {
  padding: 150px 0 0;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1480px) {
  #top #event-section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #top #event-section {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 959px) {
  #top #event-section {
    padding: 100px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #top #event-section {
    padding: 60px 0 0;
  }
}
#top #service-section {
  padding: 650px 0 0;
  position: relative;
}
#top #service-section .mainimg {
  position: absolute;
  left: 0;
  top: 150px;
  width: calc(100% - 100px);
  height: 620px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 40px 40px 0;
  z-index: -2;
}
#top #service-section:before {
  content: "";
  width: calc(100% - 100px);
  height: 620px;
  position: absolute;
  left: 0;
  transition: opacity 0.6s 0s ease, width 0.4s 0.2s ease;
  top: 150px;
  background: #EBE6E4;
  z-index: -1;
}
#top #service-section.true:before {
  opacity: 0;
  width: calc(33% - 100px);
}
#top #service-section .content {
  max-width: 1720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 120px 0;
  z-index: 2;
}
@media screen and (max-width: 1920px) {
  #top #service-section .content {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #top #service-section .content {
    width: calc(100% - 16vw);
  }
}
#top #service-section .content:before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #fcfaf9;
}
#top #service-section .content .content-inner {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1480px) {
  #top #service-section .content .content-inner {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #top #service-section .content .content-inner {
    width: calc(100% - 16vw);
  }
}
#top #service-section .content .content-inner .contentarea {
  display: flex;
  align-items: center;
}
#top #service-section .content .content-inner .textarea {
  flex: 1;
  margin-left: 48px;
}
#top #service-section .content .content-inner .textarea .text p {
  margin: 0 0 24px;
}
#top #service-section .content .content-inner .textarea .text p:last-child {
  margin: 0 0 48px;
}
@media screen and (max-width: 959px) {
  #top #service-section {
    padding: 380px 0 0;
  }
  #top #service-section .mainimg {
    position: absolute;
    left: 0;
    top: 100px;
    width: calc(100% - 8vw);
    height: 320px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0 24px 24px 0;
    z-index: -2;
  }
  #top #service-section:before {
    content: "";
    width: calc(100% - 8vw);
    height: 320px;
    position: absolute;
    left: 0;
    top: 100px;
    transition: opacity 0.6s 0s ease, width 0.4s 0.2s ease;
    background: #EBE6E4;
    z-index: -1;
  }
  #top #service-section .content {
    max-width: 1720px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 65px 0;
    z-index: 2;
  }
}
@media screen and (max-width: 959px) and (max-width: 1920px) {
  #top #service-section .content {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  #top #service-section .content {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 959px) {
  #top #service-section .content:before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: #fcfaf9;
  }
  #top #service-section .content .content-inner {
    width: calc(100% - 8vw);
    margin: 0 0 0 auto;
  }
  #top #service-section .content .content-inner .contentarea {
    display: block;
  }
  #top #service-section .content .content-inner .contentarea .img {
    display: none;
  }
  #top #service-section .content .content-inner .textarea {
    flex: 1;
    margin-left: 0;
  }
  #top #service-section .content .content-inner .textarea .text p {
    margin: 0 0 24px;
  }
  #top #service-section .content .content-inner .textarea .text p:last-child {
    margin: 0 0 48px;
  }
}
@media screen and (max-width: 767px) {
  #top #service-section {
    padding: calc(60px + 48vw) 0 0;
  }
  #top #service-section .mainimg {
    position: absolute;
    left: 0;
    top: 60px;
    width: calc(100% - 8vw);
    height: calc(48vw + 25px);
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0 24px 24px 0;
    z-index: -2;
  }
  #top #service-section:before {
    content: "";
    width: calc(100% - 8vw);
    height: calc(48vw + 25px);
    position: absolute;
    left: 0;
    top: 60px;
    transition: opacity 0.6s 0s ease, width 0.4s 0.2s ease;
    background: #EBE6E4;
    z-index: -1;
  }
  #top #service-section .content {
    padding: 12vw 0;
  }
  #top #service-section .content .content-inner .textarea {
    flex: 1;
  }
  #top #service-section .content .content-inner .textarea .text p {
    margin: 0 0 16px;
  }
  #top #service-section .content .content-inner .textarea .text p:last-child {
    margin: 0 0 24px;
  }
}
#top #interview-section {
  padding: 150px 0 0;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1480px) {
  #top #interview-section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #top #interview-section {
    width: calc(100% - 16vw);
  }
}
#top #interview-section .list {
  display: flex;
  transition: all 0.3s 0s ease;
  position: relative;
  top: 33px;
  opacity: 0;
  margin: 0 0 65px;
}
#top #interview-section .list.true {
  top: 0;
  opacity: 1;
}
#top #interview-section .list li {
  width: calc(33.3333333333% - 16px);
  margin: 0 24px 0 0;
}
#top #interview-section .list li a {
  height: 100%;
  position: relative;
  display: block;
  background: #fcfaf9 url(../images/common/link-gesture.svg) no-repeat right 25px bottom 15px/30px;
  border-radius: 24px;
  overflow: hidden;
}
#top #interview-section .list li a .img {
  display: block;
  position: relative;
}
#top #interview-section .list li a .img:before {
  content: "";
  display: block;
  padding: 0 0 70.72%;
}
#top #interview-section .list li a .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#top #interview-section .list li a .textarea {
  display: block;
  padding: 32px 24px 64px;
}
#top #interview-section .list li a .textarea .tag {
  padding: 8px 24px;
  margin: 0 0 24px;
  display: inline-block;
  min-width: 200px;
  border: 1px solid #A6804B;
  border-radius: 16px;
  text-align: center;
  font-size: 0.8333333333rem;
  color: #A6804B;
  font-weight: 700;
}
#top #interview-section .list li a .textarea .title {
  display: block;
  font-size: 1.1666666667rem;
  line-height: 1.25;
  font-weight: 700;
}
#top #interview-section .list li a:hover {
  background: #fcfaf9 url(../images/common/link-gesture.svg) no-repeat right 15px bottom 15px/30px;
}
#top #interview-section .list li:last-child {
  margin: 0;
}
#top #interview-section .button01 {
  text-align: center;
}
@media screen and (max-width: 959px) {
  #top #interview-section {
    padding: 100px 0 0;
  }
  #top #interview-section .list {
    flex-wrap: wrap;
    top: 67px;
    opacity: 0;
    margin: 0 0 65px;
  }
  #top #interview-section .list.true {
    top: 0;
    opacity: 1;
  }
  #top #interview-section .list li {
    width: calc(50% - 12px);
    margin: 0;
  }
  #top #interview-section .list li a {
    border-radius: 24px;
  }
  #top #interview-section .list li:last-child {
    margin: 24px 0 0;
  }
  #top #interview-section .list li:nth-child(2) {
    margin: 0 0 0 24px;
  }
}
@media screen and (max-width: 767px) {
  #top #interview-section {
    padding: 60px 0 0;
  }
  #top #interview-section .list {
    flex-wrap: wrap;
    top: 67px;
    opacity: 0;
    margin: 0 0 50px;
  }
  #top #interview-section .list li {
    width: 100%;
    margin: 0;
  }
  #top #interview-section .list li a {
    border-radius: 16px;
    background: #fcfaf9 url(../images/common/link-gesture.svg) no-repeat right 15px bottom 15px/24px;
  }
  #top #interview-section .list li a .img {
    display: block;
    position: relative;
  }
  #top #interview-section .list li a .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #top #interview-section .list li a .textarea {
    flex: 1;
    padding: 24px 4vw 32px;
  }
  #top #interview-section .list li a .textarea time {
    font-size: 0.7777777778rem;
    display: block;
    margin: 0 0 12px;
  }
  #top #interview-section .list li a .textarea .title {
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 700;
  }
  #top #interview-section .list li:last-child {
    margin: 24px 0 0;
  }
  #top #interview-section .list li:nth-child(2) {
    margin: 24px 0 0;
  }
}
#top #shop-section {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 150px 0 0;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1480px) {
  #top #shop-section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #top #shop-section {
    width: calc(100% - 16vw);
  }
}
#top #shop-section .main-title {
  writing-mode: vertical-rl;
  width: 100vw;
  height: 100%;
  background: #EBE6E4;
  position: absolute;
  top: 150px;
  padding-right: 50px;
  right: calc(100% + (50vw - 50%) / 4 - 54px);
  z-index: 100;
  font-size: 2.3333333333rem;
  font-weight: 700;
  color: #A6804B;
}
#top #shop-section .slider {
  z-index: 1;
  padding: 0 0 130px;
}
#top #shop-section .slider .slick-list {
  overflow: visible;
}
#top #shop-section .slider .slick-track {
  display: flex;
}
#top #shop-section .slider .slick-slide {
  height: auto !important;
  padding: 0 12px;
}
#top #shop-section .slider a {
  height: 100%;
  position: relative;
  display: block;
  background: #fcfaf9 url(../images/common/link-gesture.svg) no-repeat right 25px bottom 15px/30px;
  border-radius: 24px;
  overflow: hidden;
}
#top #shop-section .slider a .img {
  display: block;
  position: relative;
}
#top #shop-section .slider a .img:before {
  content: "";
  display: block;
  padding: 0 0 70.72%;
}
#top #shop-section .slider a .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#top #shop-section .slider a .textarea {
  display: block;
  padding: 32px 24px 64px;
}
#top #shop-section .slider a .textarea .tag {
  padding: 8px 24px;
  margin: 0 0 24px;
  display: inline-block;
  min-width: 200px;
  border: 1px solid #A6804B;
  border-radius: 16px;
  text-align: center;
  font-size: 0.8333333333rem;
  color: #A6804B;
  font-weight: 700;
}
#top #shop-section .slider a .textarea .title {
  display: block;
  font-size: 1.1666666667rem;
  line-height: 1.25;
  font-weight: 700;
}
#top #shop-section .slider a:hover {
  background: #fcfaf9 url(../images/common/link-gesture.svg) no-repeat right 15px bottom 15px/30px;
}
#top #shop-section .slider .slide-arrow {
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 12px;
  cursor: pointer;
}
#top #shop-section .slider .slide-arrow:hover {
  opacity: 0.67777;
}
#top #shop-section .slider .next-arrow {
  right: 0;
}
#top #shop-section .slider .prev-arrow {
  right: 56px;
}
#top #shop-section .button01 {
  position: absolute;
  bottom: 0;
  right: 128px;
  z-index: 6;
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 959px) {
  #top #shop-section {
    padding: 100px 0 0;
    display: block;
  }
  #top #shop-section .main-title {
    writing-mode: horizontal-tb;
    width: auto;
    height: auto;
    background: transparent;
    position: static;
    font-size: 2.5555555556rem;
    line-height: 1.25;
    text-align: center;
    margin: 0 0 70px;
    padding: 0 0 25px;
    color: #A6804B;
    background: url(../images/common/title.svg) no-repeat bottom center/89px;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  #top #shop-section {
    padding: 60px 0 0;
    display: block;
  }
  #top #shop-section .main-title {
    font-size: 1.7777777778rem;
    margin: 0 0 30px;
    padding: 0 0 16px;
  }
  #top #shop-section .slider .slide-arrow {
    bottom: 1px;
    cursor: pointer;
  }
  #top #shop-section .button01 {
    position: absolute;
    bottom: 0;
    right: 120px;
  }
  #top #shop-section .button01 a {
    width: 170px;
  }
}
#top #cats-section {
  padding: 650px 0 150px;
  position: relative;
}
#top #cats-section .mainimg {
  position: absolute;
  right: 0;
  top: 150px;
  width: calc(100% - 100px);
  height: 620px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px 0 0 40px;
  z-index: -2;
}
#top #cats-section:before {
  content: "";
  width: calc(100% - 100px);
  height: 620px;
  position: absolute;
  right: 0;
  transition: opacity 0.6s 0s ease, width 0.4s 0.2s ease;
  top: 150px;
  background: #EBE6E4;
  z-index: -1;
}
#top #cats-section.true:before {
  opacity: 0;
  width: calc(33% - 100px);
}
#top #cats-section .content {
  max-width: 1720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 120px 0 165px;
  z-index: 2;
}
@media screen and (max-width: 1920px) {
  #top #cats-section .content {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #top #cats-section .content {
    width: calc(100% - 16vw);
  }
}
#top #cats-section .content:before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  background: #fcfaf9;
}
#top #cats-section .content .content-inner {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1480px) {
  #top #cats-section .content .content-inner {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #top #cats-section .content .content-inner {
    width: calc(100% - 16vw);
  }
}
#top #cats-section .content .content-inner .title02 {
  margin: 0 0 45px;
}
#top #cats-section .content .content-inner .contentarea {
  display: flex;
  align-items: center;
}
#top #cats-section .content .content-inner .textarea {
  flex: 1;
}
#top #cats-section .content .content-inner .textarea .text p {
  margin: 0 0 24px;
}
#top #cats-section .content .content-inner .textarea .text p:last-child {
  margin: 0 0 48px;
}
#top #cats-section .content .content-inner .link-gesture {
  text-align: right;
}
#top #cats-section .cats-news {
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
  top: -25px;
}
@media screen and (max-width: 1480px) {
  #top #cats-section .cats-news {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #top #cats-section .cats-news {
    width: calc(100% - 16vw);
  }
}
#top #cats-section .cats-news .title {
  margin: 0 0 55px;
  font-size: 1.7777777778rem;
  font-weight: 700;
  color: #A6804B;
}
#top #cats-section .cats-news .list li a {
  display: flex;
  align-items: center;
  padding: 0 0 40px;
  margin: 0 0 40px;
  border-bottom: 1px solid #A6804B;
}
#top #cats-section .cats-news .list li a time {
  font-size: 0.8333333333rem;
}
#top #cats-section .cats-news .list li a .list-title {
  display: block;
  padding: 10px 60px 10px 35px;
  font-size: 1.1666666667rem;
  flex: 1;
  background: url(../images/common/link-gesture.svg) no-repeat right 20px center/30px;
  transition: all 0.4s 0s ease;
}
#top #cats-section .cats-news .list li a:hover .list-title {
  background: url(../images/common/link-gesture.svg) no-repeat right center/30px;
}
#top #cats-section .cats-news .list li:last-child {
  margin: 0 0 65px;
}
#top #cats-section .cats-news .link-gesture {
  text-align: right;
}
#top #cats-section .cats-family {
  padding: 120px 0 0;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1480px) {
  #top #cats-section .cats-family {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #top #cats-section .cats-family {
    width: calc(100% - 16vw);
  }
}
#top #cats-section .cats-family .list {
  display: flex;
  transition: all 0.3s 0s ease;
  position: relative;
  top: 33px;
  opacity: 0;
  margin: 0 0 65px;
}
#top #cats-section .cats-family .list.true {
  top: 0;
  opacity: 1;
}
#top #cats-section .cats-family .list li {
  width: calc(33.3333333333% - 16px);
  margin: 0 24px 0 0;
}
#top #cats-section .cats-family .list li a {
  height: 100%;
  position: relative;
  display: block;
  background: #fcfaf9 url(../images/common/link-gesture.svg) no-repeat right 25px bottom 15px/30px;
  border-radius: 24px;
  overflow: hidden;
}
#top #cats-section .cats-family .list li a .img {
  display: block;
  position: relative;
}
#top #cats-section .cats-family .list li a .img:before {
  content: "";
  display: block;
  padding: 0 0 70.72%;
}
#top #cats-section .cats-family .list li a .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#top #cats-section .cats-family .list li a .textarea {
  display: block;
  padding: 32px 24px 64px;
}
#top #cats-section .cats-family .list li a .textarea .tag {
  padding: 8px 24px;
  margin: 0 0 24px;
  display: inline-block;
  min-width: 200px;
  border: 1px solid #A6804B;
  border-radius: 16px;
  text-align: center;
  font-size: 0.8333333333rem;
  color: #A6804B;
  font-weight: 700;
}
#top #cats-section .cats-family .list li a .textarea .title {
  display: block;
  font-size: 1.1666666667rem;
  line-height: 1.25;
  font-weight: 700;
}
#top #cats-section .cats-family .list li a:hover {
  background: #fcfaf9 url(../images/common/link-gesture.svg) no-repeat right 15px bottom 15px/30px;
}
#top #cats-section .cats-family .list li:last-child {
  margin: 0;
}
#top #cats-section .cats-family .button01 {
  text-align: center;
}
@media screen and (max-width: 959px) {
  #top #cats-section {
    padding: 380px 0 100px;
  }
  #top #cats-section .mainimg {
    position: absolute;
    top: 100px;
    width: calc(100% - 8vw);
    height: 320px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 24px 0 0 24px;
    z-index: -2;
  }
  #top #cats-section:before {
    content: "";
    width: calc(100% - 8vw);
    height: 320px;
    position: absolute;
    top: 100px;
    transition: opacity 0.6s 0s ease, width 0.4s 0.2s ease;
    background: #EBE6E4;
    z-index: -1;
  }
  #top #cats-section .content {
    max-width: 1720px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 65px 0 85px;
    z-index: 2;
  }
}
@media screen and (max-width: 959px) and (max-width: 1920px) {
  #top #cats-section .content {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  #top #cats-section .content {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 959px) {
  #top #cats-section .content .content-inner {
    width: calc(100% - 8vw);
    margin: 0 auto 0 0;
  }
  #top #cats-section .content .content-inner .contentarea {
    display: block;
  }
  #top #cats-section .content .content-inner .contentarea .img {
    display: none;
  }
  #top #cats-section .content .content-inner .textarea {
    flex: 1;
    margin-left: 0;
  }
  #top #cats-section .content .content-inner .textarea .text p {
    margin: 0 0 24px;
  }
  #top #cats-section .content .content-inner .textarea .text p:last-child {
    margin: 0 0 48px;
  }
  #top #cats-section .cats-news {
    position: relative;
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 5;
    top: -25px;
  }
}
@media screen and (max-width: 959px) and (max-width: 1480px) {
  #top #cats-section .cats-news {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  #top #cats-section .cats-news {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 959px) {
  #top #cats-section .cats-news .title {
    margin: 0 0 55px;
    font-size: 1.7777777778rem;
    font-weight: 700;
    color: #A6804B;
  }
  #top #cats-section .cats-news .list li a {
    display: block;
  }
  #top #cats-section .cats-news .list li a time {
    display: block;
    margin-bottom: 4px;
  }
  #top #cats-section .cats-news .list li a .list-title {
    padding-left: 0;
  }
  #top #cats-section .cats-news .list li:last-child {
    margin: 0 0 65px;
  }
  #top #cats-section .cats-family {
    padding: 80px 0 0;
  }
  #top #cats-section .cats-family .list {
    flex-wrap: wrap;
    top: 67px;
    opacity: 0;
    margin: 0 0 65px;
  }
  #top #cats-section .cats-family .list.true {
    top: 0;
    opacity: 1;
  }
  #top #cats-section .cats-family .list li {
    width: calc(50% - 12px);
    margin: 0;
  }
  #top #cats-section .cats-family .list li a {
    border-radius: 24px;
  }
  #top #cats-section .cats-family .list li:last-child {
    margin: 24px 0 0;
  }
  #top #cats-section .cats-family .list li:nth-child(2) {
    margin: 0 0 0 24px;
  }
}
@media screen and (max-width: 767px) {
  #top #cats-section {
    padding: calc(60px + 48vw) 0 60px;
  }
  #top #cats-section .mainimg {
    position: absolute;
    top: 60px;
    width: calc(100% - 8vw);
    height: calc(48vw + 25px);
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -2;
  }
  #top #cats-section:before {
    content: "";
    width: calc(100% - 8vw);
    height: calc(48vw + 25px);
    position: absolute;
    top: 60px;
    transition: opacity 0.6s 0s ease, width 0.4s 0.2s ease;
    background: #EBE6E4;
    z-index: -1;
  }
  #top #cats-section .content {
    padding: 12vw 0 16vw;
  }
  #top #cats-section .content .content-inner .title02 {
    margin: 0 0 30px;
  }
  #top #cats-section .content .content-inner .textarea {
    flex: 1;
  }
  #top #cats-section .content .content-inner .textarea .text p {
    margin: 0 0 16px;
  }
  #top #cats-section .content .content-inner .textarea .text p:last-child {
    margin: 0 0 24px;
  }
  #top #cats-section .cats-news {
    top: -16px;
  }
  #top #cats-section .cats-news .title {
    margin: 0 0 30px;
    font-size: 1.4444444444rem;
  }
  #top #cats-section .cats-news .list li a {
    padding: 0 0 28px;
    margin: 0 0 28px;
  }
  #top #cats-section .cats-news .list li a .list-title {
    background: url(../images/common/link-gesture.svg) no-repeat right 20px center/24px;
  }
  #top #cats-section .cats-news .list li:last-child {
    margin: 0 0 30px;
  }
  #top #cats-section .cats-news .link-gesture {
    text-align: right;
  }
  #top #cats-section .cats-family {
    padding: 55px 0 0;
  }
  #top #cats-section .cats-family .list {
    flex-wrap: wrap;
    top: 67px;
    opacity: 0;
    margin: 0 0 50px;
  }
  #top #cats-section .cats-family .list li {
    width: 100%;
    margin: 0;
  }
  #top #cats-section .cats-family .list li a {
    border-radius: 16px;
    background: #fcfaf9 url(../images/common/link-gesture.svg) no-repeat right 15px bottom 15px/24px;
  }
  #top #cats-section .cats-family .list li a .img {
    display: block;
    position: relative;
  }
  #top #cats-section .cats-family .list li a .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #top #cats-section .cats-family .list li a .textarea {
    flex: 1;
    padding: 24px 4vw 32px;
  }
  #top #cats-section .cats-family .list li a .textarea time {
    font-size: 0.7777777778rem;
    display: block;
    margin: 0 0 12px;
  }
  #top #cats-section .cats-family .list li a .textarea .title {
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 700;
  }
  #top #cats-section .cats-family .list li:last-child {
    margin: 24px 0 0;
  }
  #top #cats-section .cats-family .list li:nth-child(2) {
    margin: 24px 0 0;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    bottom: 100%;
    opacity: 1;
  }
  100% {
    height: 80px;
    opacity: 1;
  }
}
@media screen and (max-width: 959px) {
  @keyframes pathmove {
    0% {
      height: 0;
      bottom: 100%;
      opacity: 1;
    }
    100% {
      height: 40px;
      opacity: 1;
    }
  }
}
#about #concept-section {
  transition: all 0.3s 0s ease;
  position: relative;
  top: 33px;
  opacity: 0;
  padding: 150px 0 0;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1480px) {
  #about #concept-section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #about #concept-section {
    width: calc(100% - 16vw);
  }
}
#about #concept-section .title-top {
  text-align: center;
  margin: 0 0 15px;
  font-weight: 700;
  color: #A6804B;
  font-size: 0.8888888889rem;
}
#about #concept-section .textarea {
  text-align: center;
}
#about #concept-section .textarea p {
  margin: 0 0 32px;
}
#about #concept-section .textarea p:last-child {
  margin: 0;
}
#about #concept-section.true {
  top: 0;
  opacity: 1;
}
@media screen and (max-width: 959px) {
  #about #concept-section {
    padding: 100px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #about #concept-section {
    padding: 60px 0 0;
    position: relative;
  }
  #about #concept-section .title-top {
    margin: 0 0 12px;
  }
  #about #concept-section .textarea {
    text-align: left;
  }
  #about #concept-section .textarea p {
    margin: 0 0 24pz;
  }
  #about #concept-section .textarea p:last-child {
    margin: 0;
  }
}
#about #hirakata-section {
  padding: 650px 0 0;
  position: relative;
  overflow: hidden;
}
#about #hirakata-section .mainimg {
  position: absolute;
  left: 0;
  top: 150px;
  width: calc(100% - 100px);
  height: 620px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 40px 40px 0;
  z-index: -2;
}
#about #hirakata-section:before {
  content: "";
  width: calc(100% - 100px);
  height: 620px;
  position: absolute;
  left: 0;
  transition: opacity 0.6s 0s ease, width 0.4s 0.2s ease;
  top: 150px;
  background: #EBE6E4;
  z-index: -1;
}
#about #hirakata-section.true:before {
  opacity: 0;
  width: calc(33% - 100px);
}
#about #hirakata-section .content {
  max-width: 1720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 120px 0;
  z-index: 2;
}
@media screen and (max-width: 1920px) {
  #about #hirakata-section .content {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #about #hirakata-section .content {
    width: calc(100% - 16vw);
  }
}
#about #hirakata-section .content:before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #fcfaf9;
}
#about #hirakata-section .content .img {
  position: absolute;
  right: -50px;
  top: -160px;
}
#about #hirakata-section .content .content-inner {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1480px) {
  #about #hirakata-section .content .content-inner {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #about #hirakata-section .content .content-inner {
    width: calc(100% - 16vw);
  }
}
#about #hirakata-section .content .content-inner .contentarea {
  display: flex;
  align-items: center;
}
#about #hirakata-section .content .content-inner .textarea {
  margin-right: 550px;
  flex: 1;
}
#about #hirakata-section .content .content-inner .textarea .text p {
  margin: 0 0 24px;
}
#about #hirakata-section .content .content-inner .textarea .text p:last-child {
  margin: 0;
}
@media screen and (max-width: 1400px) {
  #about #hirakata-section .content:before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: #fcfaf9;
  }
  #about #hirakata-section .content .img {
    width: 39.286vw;
    top: -50px;
  }
  #about #hirakata-section .content .img img {
    height: auto;
  }
  #about #hirakata-section .content .content-inner {
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1480px) {
  #about #hirakata-section .content .content-inner {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 1400px) and (max-width: 959px) {
  #about #hirakata-section .content .content-inner {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 1400px) {
  #about #hirakata-section .content .content-inner .contentarea {
    display: flex;
    align-items: center;
  }
  #about #hirakata-section .content .content-inner .textarea {
    margin-right: 31vw;
    flex: 1;
  }
  #about #hirakata-section .content .content-inner .textarea .text p {
    margin: 0 0 24px;
  }
  #about #hirakata-section .content .content-inner .textarea .text p:last-child {
    margin: 0;
  }
}
@media screen and (max-width: 959px) {
  #about #hirakata-section {
    padding: 380px 0 0;
  }
  #about #hirakata-section .mainimg {
    position: absolute;
    left: 0;
    top: 100px;
    width: calc(100% - 8vw);
    height: 320px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0 24px 24px 0;
    z-index: -2;
  }
  #about #hirakata-section:before {
    content: "";
    width: calc(100% - 8vw);
    height: 320px;
    position: absolute;
    left: 0;
    top: 100px;
    transition: opacity 0.6s 0s ease, width 0.4s 0.2s ease;
    background: #EBE6E4;
    z-index: -1;
  }
  #about #hirakata-section .content {
    max-width: 1720px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 65px 0;
    z-index: 2;
  }
}
@media screen and (max-width: 959px) and (max-width: 1920px) {
  #about #hirakata-section .content {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  #about #hirakata-section .content {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 959px) {
  #about #hirakata-section .content:before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: #fcfaf9;
  }
  #about #hirakata-section .content .content-inner {
    width: calc(100% - 8vw);
    margin: 0 0 0 auto;
  }
  #about #hirakata-section .content .content-inner .contentarea {
    display: block;
  }
  #about #hirakata-section .content .content-inner .contentarea .img {
    display: none;
  }
  #about #hirakata-section .content .content-inner .textarea {
    flex: 1;
    margin-left: 0;
  }
  #about #hirakata-section .content .content-inner .textarea .text p {
    margin: 0 0 24px;
  }
  #about #hirakata-section .content .content-inner .textarea .text p:last-child {
    margin: 0 0 48px;
  }
}
@media screen and (max-width: 767px) {
  #about #hirakata-section {
    padding: calc(60px + 48vw) 0 0;
  }
  #about #hirakata-section .mainimg {
    position: absolute;
    left: 0;
    top: 60px;
    width: calc(100% - 8vw);
    height: calc(48vw + 25px);
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0 24px 24px 0;
    z-index: -2;
  }
  #about #hirakata-section:before {
    content: "";
    width: calc(100% - 8vw);
    height: calc(48vw + 25px);
    position: absolute;
    left: 0;
    top: 60px;
    transition: opacity 0.6s 0s ease, width 0.4s 0.2s ease;
    background: #EBE6E4;
    z-index: -1;
  }
  #about #hirakata-section .img {
    display: none;
  }
  #about #hirakata-section .content {
    padding: 12vw 0;
  }
  #about #hirakata-section .content .content-inner .textarea {
    flex: 1;
    margin-right: 0;
  }
  #about #hirakata-section .content .content-inner .textarea .text p {
    margin: 0 0 16px;
  }
  #about #hirakata-section .content .content-inner .textarea .text p:last-child {
    margin: 0 0 24px;
  }
}
#about #shop-section {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 150px 0 0;
  position: relative;
  opacity: 0;
  top: 33px;
  transition: all 0.3s 0s ease;
}
@media screen and (max-width: 1480px) {
  #about #shop-section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #about #shop-section {
    width: calc(100% - 16vw);
  }
}
#about #shop-section.true {
  opacity: 1;
  top: 0;
}
#about #shop-section .list {
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 48px;
}
#about #shop-section .list:before, #about #shop-section .list:after {
  content: "";
  display: block;
  width: calc(33.3333333333% - 16px);
  order: 2;
}
#about #shop-section .list li {
  width: calc(33.3333333333% - 16px);
  margin: 0 0 24px;
}
#about #shop-section .list li a {
  height: 100%;
  position: relative;
  display: block;
  background: #fcfaf9 url(../images/common/link-gesture.svg) no-repeat right 25px bottom 15px/30px;
  border-radius: 24px;
  overflow: hidden;
}
#about #shop-section .list li a .img {
  display: block;
  position: relative;
}
#about #shop-section .list li a .img:before {
  content: "";
  display: block;
  padding: 0 0 70.72%;
}
#about #shop-section .list li a .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#about #shop-section .list li a .textarea {
  display: block;
  padding: 32px 24px 64px;
}
#about #shop-section .list li a .textarea .tag {
  padding: 8px 24px;
  margin: 0 0 24px;
  display: inline-block;
  min-width: 200px;
  border: 1px solid #A6804B;
  border-radius: 16px;
  text-align: center;
  font-size: 0.8333333333rem;
  color: #A6804B;
  font-weight: 700;
}
#about #shop-section .list li a .textarea .title {
  display: block;
  font-size: 1.1666666667rem;
  line-height: 1.25;
  font-weight: 700;
}
#about #shop-section .list li a:hover {
  background: #fcfaf9 url(../images/common/link-gesture.svg) no-repeat right 15px bottom 15px/30px;
}
#about #shop-section .button01 {
  text-align: center;
}
@media screen and (max-width: 959px) {
  #about #shop-section {
    padding: 100px 0 0;
    display: block;
  }
  #about #shop-section .main-title {
    writing-mode: horizontal-tb;
    width: auto;
    height: auto;
    background: transparent;
    position: static;
    font-size: 2.5555555556rem;
    line-height: 1.25;
    text-align: center;
    margin: 0 0 70px;
    padding: 0 0 25px;
    color: #A6804B;
    background: url(../images/common/title.svg) no-repeat bottom center/89px;
    font-weight: 700;
  }
  #about #shop-section .list:before, #about #shop-section .list:after {
    content: "";
    display: block;
    width: calc(50% - 12px);
    order: 2;
  }
  #about #shop-section .list li {
    width: calc(50% - 12px);
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 767px) {
  #about #shop-section {
    padding: 60px 0 0;
    display: block;
  }
  #about #shop-section .main-title {
    font-size: 1.7777777778rem;
    margin: 0 0 30px;
    padding: 0 0 16px;
  }
  #about #shop-section .list {
    margin: 0 0 20px;
  }
  #about #shop-section .list:before, #about #shop-section .list:after {
    content: none;
  }
  #about #shop-section .list li {
    width: 100%;
    margin: 0 0 24px;
  }
}
#about #cats-section {
  padding: 650px 0 150px;
  position: relative;
}
#about #cats-section .mainimg {
  position: absolute;
  right: 0;
  top: 150px;
  width: calc(100% - 100px);
  height: 620px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px 0 0 40px;
  z-index: -2;
}
#about #cats-section:before {
  content: "";
  width: calc(100% - 100px);
  height: 620px;
  position: absolute;
  right: 0;
  transition: opacity 0.6s 0s ease, width 0.4s 0.2s ease;
  top: 150px;
  background: #EBE6E4;
  z-index: -1;
}
#about #cats-section.true:before {
  opacity: 0;
  width: calc(33% - 100px);
}
#about #cats-section .content {
  max-width: 1720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 120px 0;
  z-index: 2;
}
@media screen and (max-width: 1920px) {
  #about #cats-section .content {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #about #cats-section .content {
    width: calc(100% - 16vw);
  }
}
#about #cats-section .content:before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  background: #fcfaf9;
}
#about #cats-section .content .content-inner {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1480px) {
  #about #cats-section .content .content-inner {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #about #cats-section .content .content-inner {
    width: calc(100% - 16vw);
  }
}
#about #cats-section .content .content-inner .title02 {
  margin: 0 0 45px;
}
#about #cats-section .content .content-inner .contentarea {
  display: flex;
  align-items: center;
}
#about #cats-section .content .content-inner .textarea {
  flex: 1;
}
#about #cats-section .content .content-inner .textarea .text p {
  margin: 0 0 24px;
}
#about #cats-section .content .content-inner .textarea .text p:last-child {
  margin: 0 0 48px;
}
#about #cats-section .content .content-inner .link-gesture {
  text-align: right;
}
@media screen and (max-width: 959px) {
  #about #cats-section {
    padding: 380px 0 100px;
  }
  #about #cats-section .mainimg {
    position: absolute;
    top: 100px;
    width: calc(100% - 8vw);
    height: 320px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 24px 0 0 24px;
    z-index: -2;
  }
  #about #cats-section:before {
    content: "";
    width: calc(100% - 8vw);
    height: 320px;
    position: absolute;
    top: 100px;
    transition: opacity 0.6s 0s ease, width 0.4s 0.2s ease;
    background: #EBE6E4;
    z-index: -1;
  }
  #about #cats-section .content {
    max-width: 1720px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 65px 0 85px;
    z-index: 2;
  }
}
@media screen and (max-width: 959px) and (max-width: 1920px) {
  #about #cats-section .content {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  #about #cats-section .content {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 959px) {
  #about #cats-section .content .content-inner {
    width: calc(100% - 8vw);
    margin: 0 auto 0 0;
  }
  #about #cats-section .content .content-inner .contentarea {
    display: block;
  }
  #about #cats-section .content .content-inner .contentarea .img {
    display: none;
  }
  #about #cats-section .content .content-inner .textarea {
    flex: 1;
    margin-left: 0;
  }
  #about #cats-section .content .content-inner .textarea .text p {
    margin: 0 0 24px;
  }
  #about #cats-section .content .content-inner .textarea .text p:last-child {
    margin: 0 0 48px;
  }
}
@media screen and (max-width: 767px) {
  #about #cats-section {
    padding: calc(60px + 48vw) 0 60px;
  }
  #about #cats-section .mainimg {
    position: absolute;
    top: 60px;
    width: calc(100% - 8vw);
    height: calc(48vw + 25px);
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -2;
  }
  #about #cats-section:before {
    content: "";
    width: calc(100% - 8vw);
    height: calc(48vw + 25px);
    position: absolute;
    top: 60px;
    transition: opacity 0.6s 0s ease, width 0.4s 0.2s ease;
    background: #EBE6E4;
    z-index: -1;
  }
  #about #cats-section .content {
    padding: 12vw 0 16vw;
  }
  #about #cats-section .content .content-inner .title02 {
    margin: 0 0 30px;
  }
  #about #cats-section .content .content-inner .textarea {
    flex: 1;
  }
  #about #cats-section .content .content-inner .textarea .text p {
    margin: 0 0 16px;
  }
  #about #cats-section .content .content-inner .textarea .text p:last-child {
    margin: 0 0 24px;
  }
}
#about #information-section {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 150px 0;
}
@media screen and (max-width: 1480px) {
  #about #information-section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #about #information-section {
    width: calc(100% - 16vw);
  }
}
#about #information-section .list dl {
  display: flex;
  border-bottom: 1px solid #A6804B;
  padding: 0 0 55px;
  margin: 0 0 60px;
}
#about #information-section .list dl dt {
  width: 320px;
  font-weight: 700;
}
#about #information-section .list dl dd {
  flex: 1;
}
#about #information-section .list dl:last-child {
  margin: 0;
}
@media screen and (max-width: 959px) {
  #about #information-section {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  #about #information-section {
    padding: 60px 0;
  }
  #about #information-section .list dl {
    display: block;
    padding: 0 0 25px;
    margin: 0 0 30px;
  }
  #about #information-section .list dl dt {
    width: 100%;
    font-weight: 700;
    margin: 0 0 8px;
  }
  #about #information-section .list dl:last-child {
    margin: 0;
  }
}

#guide #floor-section {
  transition: all 0.3s 0s ease;
  position: relative;
  top: 33px;
  opacity: 0;
  padding: 150px 0 0;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1480px) {
  #guide #floor-section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #guide #floor-section {
    width: calc(100% - 16vw);
  }
}
#guide #floor-section .mainimg {
  text-align: center;
  margin: 0 0 100px;
}
#guide #floor-section .mainimg img {
  max-width: 880px;
  width: 100%;
  height: auto;
}
#guide #floor-section .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#guide #floor-section .list li {
  width: calc(50% - 24px);
  margin: 56px 0 0;
}
#guide #floor-section .list li .img {
  position: relative;
  margin: 0 0 28px;
  display: block;
}
#guide #floor-section .list li .img:before {
  content: "";
  display: block;
  padding: 0 0 66.67%;
}
#guide #floor-section .list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
}
#guide #floor-section .list li .title {
  font-size: 1.5555555556rem;
  font-weight: 700;
  color: #A6804B;
  padding: 0 0 20px;
  margin: 0 0 32px;
  background: url(../images/guide/floor-title.svg) no-repeat bottom left/26px;
}
#guide #floor-section .list li .text {
  display: block;
}
#guide #floor-section .list li .text span {
  display: block;
  margin: 0 0 24px;
}
#guide #floor-section .list li .text span:last-child {
  margin: 0;
}
#guide #floor-section .list li:nth-child(-n+2) {
  margin: 0;
}
#guide #floor-section.true {
  top: 0;
  opacity: 1;
}
@media screen and (max-width: 959px) {
  #guide #floor-section {
    padding: 100px 0 0;
  }
  #guide #floor-section .mainimg {
    text-align: center;
    margin: 0 0 70px;
  }
  #guide #floor-section .mainimg img {
    max-width: 880px;
    width: 100%;
    height: auto;
  }
  #guide #floor-section .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #guide #floor-section .list li {
    width: calc(50% - 16px);
    margin: 40px 0 0;
  }
  #guide #floor-section .list li .img {
    margin: 0 0 24px;
  }
  #guide #floor-section .list li .img img {
    border-radius: 16px;
  }
  #guide #floor-section .list li .title {
    padding: 0 0 16px;
    margin: 0 0 28px;
  }
  #guide #floor-section .list li .text {
    display: block;
  }
  #guide #floor-section .list li .text span {
    display: block;
    margin: 0 0 24px;
  }
  #guide #floor-section .list li .text span:last-child {
    margin: 0;
  }
  #guide #floor-section .list li:nth-child(-n+2) {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  #guide #floor-section {
    padding: 60px 0 0;
    position: relative;
  }
  #guide #floor-section .mainimg {
    text-align: center;
    margin: 0 0 40px;
  }
  #guide #floor-section .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #guide #floor-section .list li {
    width: 100%;
    margin: 32px 0 0;
  }
  #guide #floor-section .list li .img {
    margin: 0 0 16px;
  }
  #guide #floor-section .list li .img img {
    border-radius: 12px;
  }
  #guide #floor-section .list li .title {
    font-size: 1.3333333333rem;
  }
  #guide #floor-section .list li .text {
    display: block;
  }
  #guide #floor-section .list li .text span {
    display: block;
    margin: 0 0 16px;
  }
  #guide #floor-section .list li .text span:last-child {
    margin: 0;
  }
  #guide #floor-section .list li:nth-child(2) {
    margin: 32px 0 0;
  }
}
#guide .floor-slider {
  margin-top: 150px;
  height: 23.858vw;
  overflow: hidden;
  display: flex;
}
#guide .floor-slider.slick-slider {
  height: auto;
}
@media screen and (max-width: 959px) {
  #guide .floor-slider {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  #guide .floor-slider {
    margin-top: 60px;
  }
}
#guide #guidance-section {
  padding: 150px 0 0;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1480px) {
  #guide #guidance-section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #guide #guidance-section {
    width: calc(100% - 16vw);
  }
}
#guide #guidance-section .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#guide #guidance-section .content .content-inner {
  width: calc(50% - 32px);
  margin: 56px 0 0;
  border-bottom: 1px solid #A6804B;
}
#guide #guidance-section .content .content-inner .title {
  font-size: 1.5555555556rem;
  padding: 16px 24px;
  margin: 0 0 36px;
  background: #A6804B;
  color: #fcfaf9;
  font-weight: 700;
  border-radius: 16px;
}
#guide #guidance-section .content .content-inner .comment {
  padding: 0 0 36px;
  margin: 0 0 36px;
  border-bottom: 1px solid #A6804B;
}
#guide #guidance-section .content .content-inner .check {
  padding: 0 0 0 24px;
  margin-top: 16px;
  display: block;
  font-size: 0.8333333333rem;
  position: relative;
}
#guide #guidance-section .content .content-inner .check:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#guide #guidance-section .content .content-inner .sub-title {
  margin: 40px 0 24px;
  padding: 0 0 8px;
  font-weight: 700;
  font-size: 1.1666666667rem;
  position: relative;
}
#guide #guidance-section .content .content-inner .sub-title:before {
  content: "";
  width: 60px;
  height: 3px;
  background: #A6804B;
  position: absolute;
  left: 0;
  bottom: 0;
}
#guide #guidance-section .content .content-inner .sub-title:first-child {
  margin-top: 0;
}
#guide #guidance-section .content .content-inner a {
  text-decoration: underline;
}
#guide #guidance-section .content .content-inner ul {
  counter-reset: number 0;
}
#guide #guidance-section .content .content-inner ul li {
  position: relative;
  padding-left: 32px;
  margin: 0 0 8px;
}
#guide #guidance-section .content .content-inner ul li:before {
  counter-increment: number 1;
  content: counter(number);
  font-size: 0.6666666667rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 20px;
  background: #A6804B;
  color: #fcfaf9;
  letter-spacing: 1px;
  position: absolute;
  left: 0;
  top: 2px;
}
#guide #guidance-section .content .content-inner ul li:last-child {
  margin: 0;
}
#guide #guidance-section .content .content-inner .price {
  padding: 0 0 36px;
}
#guide #guidance-section .content .content-inner .price dl {
  display: flex;
  margin-bottom: 16px;
}
#guide #guidance-section .content .content-inner .price dl dt {
  width: 180px;
  font-weight: 700;
}
#guide #guidance-section .content .content-inner .price dl dd {
  flex: 1;
}
#guide #guidance-section .content .content-inner .price dl:last-child {
  margin: 0;
}
#guide #guidance-section .content .content-inner:nth-child(-n+2) {
  margin: 0;
}
@media screen and (max-width: 959px) {
  #guide #guidance-section {
    padding: 100px 0 0;
  }
  #guide #guidance-section .content {
    display: block;
  }
  #guide #guidance-section .content .content-inner {
    width: 100%;
  }
  #guide #guidance-section .content .content-inner:nth-child(2) {
    margin: 56px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #guide #guidance-section {
    padding: 60px 0 0;
  }
  #guide #guidance-section .content .content-inner {
    margin: 32px 0 0;
  }
  #guide #guidance-section .content .content-inner .title {
    font-size: 1.3333333333rem;
    padding: 12px 20px;
    margin: 0 0 20px;
  }
  #guide #guidance-section .content .content-inner .comment {
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #A6804B;
  }
  #guide #guidance-section .content .content-inner .check {
    padding: 0 0 0 20px;
    margin-top: 12px;
    position: relative;
  }
  #guide #guidance-section .content .content-inner .sub-title {
    margin: 24px 0 20px;
    padding: 0 0 8px;
    font-size: 1.1111111111rem;
  }
  #guide #guidance-section .content .content-inner .sub-title:before {
    width: 48px;
    height: 3px;
  }
  #guide #guidance-section .content .content-inner .sub-title:first-child {
    margin-top: 0;
  }
  #guide #guidance-section .content .content-inner a {
    text-decoration: underline;
  }
  #guide #guidance-section .content .content-inner .price {
    padding: 0 0 24px;
  }
  #guide #guidance-section .content .content-inner .price dl {
    display: block;
    margin-bottom: 12x;
  }
  #guide #guidance-section .content .content-inner .price dl dt {
    width: 100%;
    margin-bottom: 8px;
  }
  #guide #guidance-section .content .content-inner .price dl dd {
    flex: 1;
  }
  #guide #guidance-section .content .content-inner .price dl:last-child {
    margin: 0;
  }
  #guide #guidance-section .content .content-inner:nth-child(2) {
    margin: 32px 0 0;
  }
}
#guide #item-section {
  padding: 150px 0 120px;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1480px) {
  #guide #item-section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #guide #item-section {
    width: calc(100% - 16vw);
  }
}
#guide #item-section .list {
  display: flex;
  flex-wrap: wrap;
}
#guide #item-section .list li {
  width: 16.6666666667%;
  text-align: center;
  margin: 0 0 30px;
}
#guide #item-section .list li .img {
  display: inline-block;
  width: 140px;
  height: 140px;
  border-radius: 140px;
  margin: 0 0 15px;
  background: #A6804B;
}
#guide #item-section .list li .img img {
  position: relative;
  top: -16px;
  transition: all 0.3s 0s ease;
  opacity: 0;
}
#guide #item-section .list li .title {
  font-weight: 700;
  color: #A6804B;
}
#guide #item-section .list.true li .img img {
  top: 0;
  opacity: 1;
}
@media screen and (max-width: 1190px) {
  #guide #item-section .list li {
    width: 20%;
  }
}
@media screen and (max-width: 959px) {
  #guide #item-section {
    padding: 100px 0;
  }
  #guide #item-section .list li {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  #guide #item-section {
    padding: 60px 0;
  }
  #guide #item-section .list li {
    width: 50%;
  }
}

#access #map-section {
  transition: all 0.3s 0s ease;
  position: relative;
  top: 33px;
  opacity: 0;
  padding: 150px 0 0;
}
#access #map-section .ggmap {
  margin-bottom: 100px;
  max-width: 1720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1920px) {
  #access #map-section .ggmap {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #access #map-section .ggmap {
    width: calc(100% - 16vw);
  }
}
#access #map-section .inner {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1480px) {
  #access #map-section .inner {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #access #map-section .inner {
    width: calc(100% - 16vw);
  }
}
#access #map-section .inner .imgarea {
  display: flex;
  margin: 0 0 56px;
}
#access #map-section .inner .imgarea img {
  display: block;
  height: auto;
}
#access #map-section .inner .imgarea .img01 {
  margin-right: 50px;
}
#access #map-section .inner .content {
  display: flex;
}
#access #map-section .inner .content .logo {
  width: 250px;
  margin: 0 45px 0 0;
  padding: 0 45px 0 0;
  border-right: 1px solid #A6804B;
}
#access #map-section .inner .content .logo img {
  height: auto;
}
#access #map-section .inner .content .textarea {
  flex: 1;
}
#access #map-section .inner .content .textarea a {
  text-decoration: underline;
}
#access #map-section .inner .content .textarea p {
  margin: 0 0 24px;
}
#access #map-section .inner .content .textarea p:last-child {
  margin: 0;
}
#access #map-section.true {
  top: 0;
  opacity: 1;
}
@media screen and (max-width: 959px) {
  #access #map-section {
    padding: 100px 0 0;
  }
  #access #map-section .ggmap {
    margin-bottom: 35px;
  }
  #access #map-section .inner {
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 959px) and (max-width: 1480px) {
  #access #map-section .inner {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  #access #map-section .inner {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 959px) {
  #access #map-section .inner .imgarea {
    display: flex;
    margin: 0 0 48px;
  }
  #access #map-section .inner .imgarea .img01 {
    margin-right: 35px;
  }
  #access #map-section .inner .content {
    display: flex;
  }
  #access #map-section .inner .content .logo {
    width: 220px;
    margin: 0 30px 0 0;
    padding: 0 30px 0 0;
    display: flex;
    align-items: center;
  }
  #access #map-section .inner .content .logo img {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #access #map-section {
    padding: 60px 0 0;
    position: relative;
  }
  #access #map-section .ggmap {
    margin-bottom: 35px;
  }
  #access #map-section .ggmap:before {
    padding: 0 0 67%;
  }
  #access #map-section .inner .imgarea {
    flex-direction: column-reverse;
    margin: 0 0 30px;
  }
  #access #map-section .inner .imgarea .img01 {
    margin: 20px 0 0;
  }
  #access #map-section .inner .content {
    display: flex;
  }
  #access #map-section .inner .content .logo {
    display: none;
  }
  #access #map-section .inner .content .textarea {
    flex: 1;
  }
  #access #map-section .inner .content .textarea a {
    text-decoration: underline;
  }
  #access #map-section .inner .content .textarea p {
    margin: 0 0 24px;
  }
  #access #map-section .inner .content .textarea p:last-child {
    margin: 0;
  }
}
#access #train-section {
  padding: 150px 0 70px;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1480px) {
  #access #train-section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #access #train-section {
    width: calc(100% - 16vw);
  }
}
#access #train-section .textarea p {
  text-align: center;
  margin: 0 0 24px;
}
#access #train-section .textarea p:last-child {
  margin: 0 0 100px;
}
#access #train-section .sub-title {
  margin: 0 0 35px;
  font-size: 1.5555555556rem;
  font-weight: 700;
  padding-left: 20px;
  border-left: 5px solid #A6804B;
}
#access #train-section .trainarea {
  display: flex;
  align-items: center;
  margin: 0 0 80px;
}
#access #train-section .trainarea .timearea {
  flex: 1;
}
#access #train-section .trainarea .timearea .timebox {
  display: flex;
  position: relative;
}
#access #train-section .trainarea .timearea .timebox::before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  background: #A6804B;
  z-index: -1;
}
#access #train-section .trainarea .timearea .timebox .box {
  padding: 0 165px 0 0;
  position: relative;
}
#access #train-section .trainarea .timearea .timebox .box .station {
  width: 160px;
  border: 1px solid #A6804B;
  border-radius: 16px;
  padding: 16px 8px;
  background: #EBE6E4;
  text-align: center;
  font-weight: 700;
  color: #A6804B;
}
#access #train-section .trainarea .timearea .timebox .box.top .station {
  background: #A6804B;
  color: #fcfaf9;
}
#access #train-section .trainarea .timearea .timebox .box .local, #access #train-section .trainarea .timearea .timebox .box .time {
  font-size: 0.8333333333rem;
  font-weight: 700;
  position: absolute;
  width: 170px;
  right: 0;
  text-align: center;
}
#access #train-section .trainarea .timearea .timebox .box .local {
  top: 0;
}
#access #train-section .trainarea .timearea .timebox .box .time {
  bottom: 0;
}
#access #train-section .trainarea .timearea .timebox:last-child {
  margin: 65px 0 0;
}
#access #train-section .trainarea .logo {
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fcfaf9;
}
#access #train-section .trainarea .logo img {
  width: 230px;
  height: auto;
}
@media screen and (max-width: 959px) {
  #access #train-section {
    padding: 100px 0 40px;
  }
  #access #train-section .textarea p {
    text-align: left;
  }
  #access #train-section .sub-title {
    margin: 0 0 35px;
    font-size: 1.5555555556rem;
    font-weight: 700;
    padding-left: 20px;
    border-left: 5px solid #A6804B;
  }
  #access #train-section .trainarea {
    display: block;
    margin: 0 0 60px;
  }
  #access #train-section .trainarea .timearea {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  #access #train-section .trainarea .timearea .timebox {
    display: block;
    width: calc(50% - 25px);
    position: relative;
  }
  #access #train-section .trainarea .timearea .timebox::before {
    content: "";
    height: 100%;
    width: 1px;
    right: 0;
    margin: 0 auto;
  }
  #access #train-section .trainarea .timearea .timebox .box {
    padding: 0 0 80px;
    width: 100%;
    position: relative;
  }
  #access #train-section .trainarea .timearea .timebox .box .station {
    width: 100%;
    border: 1px solid #A6804B;
    border-radius: 16px;
    padding: 16px 8px;
    background: #EBE6E4;
    text-align: center;
    font-weight: 700;
    color: #A6804B;
  }
  #access #train-section .trainarea .timearea .timebox .box.top .station {
    background: #A6804B;
    color: #fcfaf9;
  }
  #access #train-section .trainarea .timearea .timebox .box .local, #access #train-section .trainarea .timearea .timebox .box .time {
    font-size: 0.8333333333rem;
    font-weight: 700;
    position: absolute;
    width: 50%;
  }
  #access #train-section .trainarea .timearea .timebox .box .local {
    top: 64%;
    right: calc(50% - 10px);
  }
  #access #train-section .trainarea .timearea .timebox .box .time {
    top: 64%;
    left: calc(50% - 10px);
  }
  #access #train-section .trainarea .timearea .timebox:last-child {
    margin: 0;
  }
  #access #train-section .trainarea .logo {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fcfaf9;
  }
  #access #train-section .trainarea .logo img {
    width: 230px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #access #train-section {
    padding: 60px 0 10px;
  }
  #access #train-section .textarea p {
    margin: 0 0 24px;
  }
  #access #train-section .textarea p:last-child {
    margin: 0 0 40px;
  }
  #access #train-section .s .sub-title {
    margin: 0 0 32px;
    font-size: 1.3333333333rem;
    border-left: 3px solid #A6804B;
  }
  #access #train-section .trainarea {
    display: block;
    margin: 0 0 50px;
  }
  #access #train-section .trainarea .timearea .timebox {
    display: block;
    width: calc(50% - 10px);
    position: relative;
  }
  #access #train-section .trainarea .timearea .timebox .box {
    padding: 0 0 60px;
    width: 100%;
    position: relative;
  }
  #access #train-section .trainarea .timearea .timebox .box .local, #access #train-section .trainarea .timearea .timebox .box .time {
    font-size: 0.6666666667rem;
  }
  #access #train-section .trainarea .timearea .timebox .box .local {
    top: 64%;
    right: calc(50% + 2px);
  }
  #access #train-section .trainarea .timearea .timebox .box .time {
    top: 64%;
    left: calc(50% + 2px);
  }
  #access #train-section .trainarea .timearea .timebox:last-child {
    margin: 0;
  }
  #access #train-section .trainarea .logo {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fcfaf9;
  }
  #access #train-section .trainarea .logo img {
    width: 230px;
    height: auto;
  }
}
#access #guidance-section {
  padding: 150px 0 0;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1480px) {
  #access #guidance-section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #access #guidance-section {
    width: calc(100% - 16vw);
  }
}
#access #guidance-section .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#access #guidance-section .content .content-inner {
  width: calc(50% - 32px);
  margin: 56px 0 0;
  border-bottom: 1px solid #A6804B;
}
#access #guidance-section .content .content-inner .title {
  font-size: 1.5555555556rem;
  padding: 16px 24px;
  margin: 0 0 36px;
  background: #A6804B;
  color: #fcfaf9;
  font-weight: 700;
  border-radius: 16px;
}
#access #guidance-section .content .content-inner .comment {
  padding: 0 0 36px;
  margin: 0 0 36px;
  border-bottom: 1px solid #A6804B;
}
#access #guidance-section .content .content-inner .check {
  padding: 0 0 0 24px;
  margin-top: 16px;
  display: block;
  font-size: 0.8333333333rem;
  position: relative;
}
#access #guidance-section .content .content-inner .check:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#access #guidance-section .content .content-inner .sub-title {
  margin: 40px 0 24px;
  padding: 0 0 8px;
  font-weight: 700;
  font-size: 1.1666666667rem;
  position: relative;
}
#access #guidance-section .content .content-inner .sub-title:before {
  content: "";
  width: 60px;
  height: 3px;
  background: #A6804B;
  position: absolute;
  left: 0;
  bottom: 0;
}
#access #guidance-section .content .content-inner .sub-title:first-child {
  margin-top: 0;
}
#access #guidance-section .content .content-inner a {
  text-decoration: underline;
}
#access #guidance-section .content .content-inner ul {
  counter-reset: number 0;
}
#access #guidance-section .content .content-inner ul li {
  position: relative;
  padding-left: 32px;
  margin: 0 0 8px;
}
#access #guidance-section .content .content-inner ul li:before {
  counter-increment: number 1;
  content: counter(number);
  font-size: 0.6666666667rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 20px;
  background: #A6804B;
  color: #fcfaf9;
  letter-spacing: 1px;
  position: absolute;
  left: 0;
  top: 2px;
}
#access #guidance-section .content .content-inner ul li:last-child {
  margin: 0;
}
#access #guidance-section .content .content-inner .price {
  padding: 0 0 36px;
}
#access #guidance-section .content .content-inner .price dl {
  display: flex;
  margin-bottom: 16px;
}
#access #guidance-section .content .content-inner .price dl dt {
  width: 180px;
  font-weight: 700;
}
#access #guidance-section .content .content-inner .price dl dd {
  flex: 1;
}
#access #guidance-section .content .content-inner .price dl:last-child {
  margin: 0;
}
#access #guidance-section .content .content-inner:nth-child(-n+2) {
  margin: 0;
}
@media screen and (max-width: 959px) {
  #access #guidance-section {
    padding: 100px 0 0;
  }
  #access #guidance-section .content {
    display: block;
  }
  #access #guidance-section .content .content-inner {
    width: 100%;
  }
  #access #guidance-section .content .content-inner:nth-child(2) {
    margin: 56px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #access #guidance-section {
    padding: 60px 0 0;
  }
  #access #guidance-section .content .content-inner {
    margin: 32px 0 0;
  }
  #access #guidance-section .content .content-inner .title {
    font-size: 1.3333333333rem;
    padding: 12px 20px;
    margin: 0 0 20px;
  }
  #access #guidance-section .content .content-inner .comment {
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #A6804B;
  }
  #access #guidance-section .content .content-inner .check {
    padding: 0 0 0 20px;
    margin-top: 12px;
    position: relative;
  }
  #access #guidance-section .content .content-inner .sub-title {
    margin: 24px 0 20px;
    padding: 0 0 8px;
    font-size: 1.1111111111rem;
  }
  #access #guidance-section .content .content-inner .sub-title:before {
    width: 48px;
    height: 3px;
  }
  #access #guidance-section .content .content-inner .sub-title:first-child {
    margin-top: 0;
  }
  #access #guidance-section .content .content-inner a {
    text-decoration: underline;
  }
  #access #guidance-section .content .content-inner .price {
    padding: 0 0 24px;
  }
  #access #guidance-section .content .content-inner .price dl {
    display: block;
    margin-bottom: 12x;
  }
  #access #guidance-section .content .content-inner .price dl dt {
    width: 100%;
    margin-bottom: 8px;
  }
  #access #guidance-section .content .content-inner .price dl dd {
    flex: 1;
  }
  #access #guidance-section .content .content-inner .price dl:last-child {
    margin: 0;
  }
  #access #guidance-section .content .content-inner:nth-child(2) {
    margin: 32px 0 0;
  }
}
#access #item-section {
  padding: 150px 0 120px;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1480px) {
  #access #item-section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #access #item-section {
    width: calc(100% - 16vw);
  }
}
#access #item-section .list {
  display: flex;
  flex-wrap: wrap;
}
#access #item-section .list li {
  width: 16.6666666667%;
  text-align: center;
  margin: 0 0 30px;
}
#access #item-section .list li .img {
  display: inline-block;
  width: 140px;
  height: 140px;
  border-radius: 140px;
  margin: 0 0 15px;
  background: #A6804B;
}
#access #item-section .list li .img img {
  position: relative;
  top: -16px;
  transition: all 0.3s 0s ease;
  opacity: 0;
}
#access #item-section .list li .title {
  font-weight: 700;
  color: #A6804B;
}
#access #item-section .list.true li .img img {
  top: 0;
  opacity: 1;
}
@media screen and (max-width: 1190px) {
  #access #item-section .list li {
    width: 20%;
  }
}
@media screen and (max-width: 959px) {
  #access #item-section {
    padding: 100px 0;
  }
  #access #item-section .list li {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  #access #item-section {
    padding: 60px 0;
  }
  #access #item-section .list li {
    width: 50%;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    bottom: 100%;
    opacity: 1;
  }
  100% {
    height: 80px;
    opacity: 1;
  }
}
@media screen and (max-width: 959px) {
  @keyframes pathmove {
    0% {
      height: 0;
      bottom: 100%;
      opacity: 1;
    }
    100% {
      height: 40px;
      opacity: 1;
    }
  }
}
#vicinity #status-section {
  padding: 150px 0 0;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1480px) {
  #vicinity #status-section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #vicinity #status-section {
    width: calc(100% - 16vw);
  }
}
#vicinity #status-section .update {
  font-size: 0.8333333333rem;
  text-align: right;
  margin-bottom: 50px;
}
#vicinity #status-section .category {
  text-align: center;
  font-size: 0.8888888889rem;
  margin: 0 0 16px;
}
#vicinity #status-section .category a {
  display: inline-block;
  background: #A6804B;
  border: 1px solid #A6804B;
  border-radius: 100px;
  padding: 8px 40px;
  color: #fcfaf9;
}
#vicinity #status-section .category a:hover {
  color: #A6804B;
  background: transparent;
}
#vicinity #status-section .content {
  display: flex;
}
#vicinity #status-section .content .slick-area {
  width: 100%;
  max-width: 540px;
  margin-right: 50px;
}
#vicinity #status-section .content .slick-area .main-img {
  width: 540px;
  overflow: hidden;
  height: 540px;
  display: flex;
  margin: 0 0 15px;
}
#vicinity #status-section .content .slick-area .main-img div {
  display: none;
}
#vicinity #status-section .content .slick-area .main-img div:first-child {
  display: block;
}
#vicinity #status-section .content .slick-area .main-img.slick-slider {
  display: block;
}
#vicinity #status-section .content .slick-area .main-img.slick-slider div {
  display: block;
}
#vicinity #status-section .content .slick-area .main-img .img {
  width: 100%;
  max-width: 540px;
  position: relative;
  border-radius: 32px;
  overflow: hidden;
}
#vicinity #status-section .content .slick-area .main-img .img:before {
  content: "";
  display: block;
  padding: 0 0 100%;
}
#vicinity #status-section .content .slick-area .main-img .img img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
}
#vicinity #status-section .content .slick-area .main-img .slick-slide img {
  transform: scale(1.1);
  transition: 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#vicinity #status-section .content .slick-area .main-img .slick-current img {
  transform: scale(1);
}
#vicinity #status-section .content .slick-area .sub-img {
  padding: 0 0 70px;
}
#vicinity #status-section .content .slick-area .sub-img div {
  display: none;
  opacity: 0;
  transition: opacity 0.3s 0s ease;
}
#vicinity #status-section .content .slick-area .sub-img.slick-slider {
  display: block;
}
#vicinity #status-section .content .slick-area .sub-img.slick-slider div {
  opacity: 1;
  display: block;
}
#vicinity #status-section .content .slick-area .sub-img .img {
  position: relative;
  border-radius: 13px;
  margin: 0 2px;
  cursor: pointer;
}
#vicinity #status-section .content .slick-area .sub-img .img:before {
  content: "";
  display: block;
  padding: 0 0 100%;
}
#vicinity #status-section .content .slick-area .sub-img .img img {
  border-radius: 8px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.67777;
}
#vicinity #status-section .content .slick-area .sub-img .next-arrow, #vicinity #status-section .content .slick-area .sub-img .prev-arrow {
  position: absolute;
  bottom: 0;
  cursor: pointer;
  z-index: 100;
  padding: 8px;
}
#vicinity #status-section .content .slick-area .sub-img .next-arrow img, #vicinity #status-section .content .slick-area .sub-img .prev-arrow img {
  width: 50px;
  height: 50px;
  display: block;
}
#vicinity #status-section .content .slick-area .sub-img .next-arrow {
  right: 0;
}
#vicinity #status-section .content .slick-area .sub-img .prev-arrow {
  right: 60px;
}
#vicinity #status-section .content .slick-area .sub-img .slick-current.img img {
  opacity: 1;
}
#vicinity #status-section .content .textarea {
  flex: 1;
}
#vicinity #status-section .content .textarea .text p {
  margin: 0 0 24px;
}
#vicinity #status-section .content .textarea .text p:last-child {
  margin: 0 0 48px;
}
#vicinity #status-section .content .textarea .list dl {
  display: flex;
  font-size: 0.8888888889rem;
  border-bottom: 1px solid #A6804B;
  padding-bottom: 30px;
  margin-top: 30px;
}
#vicinity #status-section .content .textarea .list dl:first-child {
  padding-top: 30px;
  border-top: 1px solid #A6804B;
  margin: 0;
}
#vicinity #status-section .content .textarea .list dl dt {
  width: 174px;
  font-weight: 700;
}
#vicinity #status-section .content .textarea .list dl dd {
  flex: 1;
}
@media screen and (max-width: 1099px) {
  #vicinity #status-section .content {
    display: block;
  }
  #vicinity #status-section .content .slick-area {
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 959px) {
  #vicinity #status-section {
    padding: 100px 0 0;
  }
  #vicinity #status-section .update {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  #vicinity #status-section {
    padding: 60px 0 0;
    position: relative;
  }
  #vicinity #status-section .update {
    font-size: 0.7777777778rem;
    margin-bottom: 32px;
  }
  #vicinity #status-section .category {
    font-size: 0.8333333333rem;
  }
  #vicinity #status-section .category a {
    padding: 8px 40px;
  }
  #vicinity #status-section .content .slick-area .main-img {
    width: 100%;
    overflow: hidden;
    height: 84vw;
    display: flex;
    margin: 0 0 15px;
    position: relative;
  }
  #vicinity #status-section .content .textarea .text p {
    margin: 0 0 24px;
  }
  #vicinity #status-section .content .textarea .text p:last-child {
    margin: 0 0 32px;
  }
  #vicinity #status-section .content .textarea .list dl {
    display: block;
    padding-bottom: 24px;
    margin-top: 24px;
  }
  #vicinity #status-section .content .textarea .list dl:first-child {
    padding-top: 24px;
    margin: 0;
  }
  #vicinity #status-section .content .textarea .list dl dt {
    width: 100%;
    font-weight: 700;
    margin-bottom: 5px;
  }
  #vicinity #status-section .content .textarea .list dl dd {
    flex: 1;
  }
}
#vicinity #editor-section {
  padding: 120px 0 0;
  max-width: 820px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 959px) {
  #vicinity #editor-section {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 959px) {
  #vicinity #editor-section {
    padding: 100px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #vicinity #editor-section {
    padding: 60px 0 0;
  }
}
#vicinity #shop-section {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 150px 0;
  position: relative;
  opacity: 0;
  top: 33px;
  transition: all 0.3s 0s ease;
}
@media screen and (max-width: 1480px) {
  #vicinity #shop-section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #vicinity #shop-section {
    width: calc(100% - 16vw);
  }
}
#vicinity #shop-section.true {
  opacity: 1;
  top: 0;
}
#vicinity #shop-section .list {
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 48px;
}
#vicinity #shop-section .list:before, #vicinity #shop-section .list:after {
  content: "";
  display: block;
  width: calc(33.3333333333% - 16px);
  order: 2;
}
#vicinity #shop-section .list li {
  width: calc(33.3333333333% - 16px);
}
#vicinity #shop-section .list li a {
  height: 100%;
  position: relative;
  display: block;
  background: #fcfaf9 url(../images/common/link-gesture.svg) no-repeat right 25px bottom 15px/30px;
  border-radius: 24px;
  overflow: hidden;
}
#vicinity #shop-section .list li a .img {
  display: block;
  position: relative;
}
#vicinity #shop-section .list li a .img:before {
  content: "";
  display: block;
  padding: 0 0 70.72%;
}
#vicinity #shop-section .list li a .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#vicinity #shop-section .list li a .textarea {
  display: block;
  padding: 32px 24px 64px;
}
#vicinity #shop-section .list li a .textarea .tag {
  padding: 8px 24px;
  margin: 0 0 24px;
  display: inline-block;
  min-width: 200px;
  border: 1px solid #A6804B;
  border-radius: 16px;
  text-align: center;
  font-size: 0.8333333333rem;
  color: #A6804B;
  font-weight: 700;
}
#vicinity #shop-section .list li a .textarea .title {
  display: block;
  font-size: 1.1666666667rem;
  line-height: 1.25;
  font-weight: 700;
}
#vicinity #shop-section .list li a:hover {
  background: #fcfaf9 url(../images/common/link-gesture.svg) no-repeat right 15px bottom 15px/30px;
}
#vicinity #shop-section .button01 {
  text-align: center;
}
@media screen and (max-width: 959px) {
  #vicinity #shop-section {
    padding: 100px 0;
    display: block;
  }
  #vicinity #shop-section .list:before, #vicinity #shop-section .list:after {
    content: "";
    display: block;
    width: calc(50% - 12px);
    order: 2;
  }
  #vicinity #shop-section .list li {
    width: calc(50% - 12px);
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 767px) {
  #vicinity #shop-section {
    padding: 60px 0;
    display: block;
  }
  #vicinity #shop-section .list {
    margin: 0 0 20px;
  }
  #vicinity #shop-section .list:before, #vicinity #shop-section .list:after {
    content: none;
  }
  #vicinity #shop-section .list li {
    width: 100%;
    margin: 0 0 24px;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    bottom: 100%;
    opacity: 1;
  }
  100% {
    height: 80px;
    opacity: 1;
  }
}
@media screen and (max-width: 959px) {
  @keyframes pathmove {
    0% {
      height: 0;
      bottom: 100%;
      opacity: 1;
    }
    100% {
      height: 40px;
      opacity: 1;
    }
  }
}
#shingle-catsfamily #status-section {
  padding: 150px 0 0;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1480px) {
  #shingle-catsfamily #status-section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #shingle-catsfamily #status-section {
    width: calc(100% - 16vw);
  }
}
#shingle-catsfamily #status-section .update {
  font-size: 0.8333333333rem;
  text-align: right;
  margin-bottom: 50px;
}
#shingle-catsfamily #status-section .category {
  text-align: center;
  font-size: 0.8888888889rem;
  margin: 0 0 16px;
}
#shingle-catsfamily #status-section .category a {
  display: inline-block;
  background: #A6804B;
  border: 1px solid #A6804B;
  border-radius: 100px;
  padding: 8px 40px;
  color: #fcfaf9;
}
#shingle-catsfamily #status-section .category a:hover {
  color: #A6804B;
  background: transparent;
}
#shingle-catsfamily #status-section .content {
  display: flex;
}
#shingle-catsfamily #status-section .content .slick-area {
  width: 100%;
  max-width: 540px;
  margin-right: 50px;
}
#shingle-catsfamily #status-section .content .slick-area .main-img {
  width: 540px;
  overflow: hidden;
  height: 540px;
  display: flex;
  margin: 0 0 15px;
}
#shingle-catsfamily #status-section .content .slick-area .main-img div {
  display: none;
}
#shingle-catsfamily #status-section .content .slick-area .main-img div:first-child {
  display: block;
}
#shingle-catsfamily #status-section .content .slick-area .main-img.slick-slider {
  display: block;
}
#shingle-catsfamily #status-section .content .slick-area .main-img.slick-slider div {
  display: block;
}
#shingle-catsfamily #status-section .content .slick-area .main-img .img {
  width: 100%;
  max-width: 540px;
  position: relative;
  border-radius: 32px;
  overflow: hidden;
}
#shingle-catsfamily #status-section .content .slick-area .main-img .img:before {
  content: "";
  display: block;
  padding: 0 0 100%;
}
#shingle-catsfamily #status-section .content .slick-area .main-img .img img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
}
#shingle-catsfamily #status-section .content .slick-area .main-img .slick-slide img {
  transform: scale(1.1);
  transition: 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#shingle-catsfamily #status-section .content .slick-area .main-img .slick-current img {
  transform: scale(1);
}
#shingle-catsfamily #status-section .content .slick-area .sub-img {
  padding: 0 0 70px;
}
#shingle-catsfamily #status-section .content .slick-area .sub-img div {
  display: none;
  opacity: 0;
  transition: opacity 0.3s 0s ease;
}
#shingle-catsfamily #status-section .content .slick-area .sub-img.slick-slider {
  display: block;
}
#shingle-catsfamily #status-section .content .slick-area .sub-img.slick-slider div {
  opacity: 1;
  display: block;
}
#shingle-catsfamily #status-section .content .slick-area .sub-img .img {
  position: relative;
  border-radius: 13px;
  margin: 0 2px;
  cursor: pointer;
}
#shingle-catsfamily #status-section .content .slick-area .sub-img .img:before {
  content: "";
  display: block;
  padding: 0 0 100%;
}
#shingle-catsfamily #status-section .content .slick-area .sub-img .img img {
  border-radius: 8px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.67777;
}
#shingle-catsfamily #status-section .content .slick-area .sub-img .next-arrow, #shingle-catsfamily #status-section .content .slick-area .sub-img .prev-arrow {
  position: absolute;
  bottom: 0;
  cursor: pointer;
  z-index: 100;
  padding: 8px;
}
#shingle-catsfamily #status-section .content .slick-area .sub-img .next-arrow img, #shingle-catsfamily #status-section .content .slick-area .sub-img .prev-arrow img {
  width: 50px;
  height: 50px;
  display: block;
}
#shingle-catsfamily #status-section .content .slick-area .sub-img .next-arrow {
  right: 0;
}
#shingle-catsfamily #status-section .content .slick-area .sub-img .prev-arrow {
  right: 60px;
}
#shingle-catsfamily #status-section .content .slick-area .sub-img .slick-current.img img {
  opacity: 1;
}
#shingle-catsfamily #status-section .content .textarea {
  flex: 1;
}
#shingle-catsfamily #status-section .content .textarea .text p {
  margin: 0 0 24px;
}
#shingle-catsfamily #status-section .content .textarea .text p:last-child {
  margin: 0 0 48px;
}
#shingle-catsfamily #status-section .content .textarea .list dl {
  display: flex;
  font-size: 0.8888888889rem;
  border-bottom: 1px solid #A6804B;
  padding-bottom: 30px;
  margin-top: 30px;
}
#shingle-catsfamily #status-section .content .textarea .list dl:first-child {
  padding-top: 30px;
  border-top: 1px solid #A6804B;
  margin: 0;
}
#shingle-catsfamily #status-section .content .textarea .list dl dt {
  width: 174px;
  font-weight: 700;
}
#shingle-catsfamily #status-section .content .textarea .list dl dd {
  flex: 1;
}
@media screen and (max-width: 1099px) {
  #shingle-catsfamily #status-section .content {
    display: block;
  }
  #shingle-catsfamily #status-section .content .slick-area {
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 959px) {
  #shingle-catsfamily #status-section {
    padding: 100px 0 0;
  }
  #shingle-catsfamily #status-section .update {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  #shingle-catsfamily #status-section {
    padding: 60px 0 0;
    position: relative;
  }
  #shingle-catsfamily #status-section .update {
    font-size: 0.7777777778rem;
    margin-bottom: 32px;
  }
  #shingle-catsfamily #status-section .category {
    font-size: 0.8333333333rem;
  }
  #shingle-catsfamily #status-section .category a {
    padding: 8px 40px;
  }
  #shingle-catsfamily #status-section .content .slick-area .main-img {
    width: 100%;
    overflow: hidden;
    height: 84vw;
    display: flex;
    margin: 0 0 15px;
    position: relative;
  }
  #shingle-catsfamily #status-section .content .textarea .text p {
    margin: 0 0 24px;
  }
  #shingle-catsfamily #status-section .content .textarea .text p:last-child {
    margin: 0 0 32px;
  }
  #shingle-catsfamily #status-section .content .textarea .list dl {
    display: block;
    padding-bottom: 24px;
    margin-top: 24px;
  }
  #shingle-catsfamily #status-section .content .textarea .list dl:first-child {
    padding-top: 24px;
    margin: 0;
  }
  #shingle-catsfamily #status-section .content .textarea .list dl dt {
    width: 100%;
    font-weight: 700;
    margin-bottom: 5px;
  }
  #shingle-catsfamily #status-section .content .textarea .list dl dd {
    flex: 1;
  }
}
#shingle-catsfamily #editor-section {
  padding: 120px 0 0;
  max-width: 820px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 959px) {
  #shingle-catsfamily #editor-section {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 959px) {
  #shingle-catsfamily #editor-section {
    padding: 100px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #shingle-catsfamily #editor-section {
    padding: 60px 0 0;
  }
}
#shingle-catsfamily #shop-section {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 150px 0;
  position: relative;
  opacity: 0;
  top: 33px;
  transition: all 0.3s 0s ease;
}
@media screen and (max-width: 1480px) {
  #shingle-catsfamily #shop-section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #shingle-catsfamily #shop-section {
    width: calc(100% - 16vw);
  }
}
#shingle-catsfamily #shop-section.true {
  opacity: 1;
  top: 0;
}
#shingle-catsfamily #shop-section .list {
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 48px;
}
#shingle-catsfamily #shop-section .list:before, #shingle-catsfamily #shop-section .list:after {
  content: "";
  display: block;
  width: calc(33.3333333333% - 16px);
  order: 2;
}
#shingle-catsfamily #shop-section .list li {
  width: calc(33.3333333333% - 16px);
}
#shingle-catsfamily #shop-section .list li a {
  height: 100%;
  position: relative;
  display: block;
  background: #fcfaf9 url(../images/common/link-gesture.svg) no-repeat right 25px bottom 15px/30px;
  border-radius: 24px;
  overflow: hidden;
}
#shingle-catsfamily #shop-section .list li a .img {
  display: block;
  position: relative;
}
#shingle-catsfamily #shop-section .list li a .img:before {
  content: "";
  display: block;
  padding: 0 0 70.72%;
}
#shingle-catsfamily #shop-section .list li a .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#shingle-catsfamily #shop-section .list li a .textarea {
  display: block;
  padding: 32px 24px 64px;
}
#shingle-catsfamily #shop-section .list li a .textarea .tag {
  padding: 8px 24px;
  margin: 0 0 24px;
  display: inline-block;
  min-width: 200px;
  border: 1px solid #A6804B;
  border-radius: 16px;
  text-align: center;
  font-size: 0.8333333333rem;
  color: #A6804B;
  font-weight: 700;
}
#shingle-catsfamily #shop-section .list li a .textarea .title {
  display: block;
  font-size: 1.1666666667rem;
  line-height: 1.25;
  font-weight: 700;
}
#shingle-catsfamily #shop-section .list li a:hover {
  background: #fcfaf9 url(../images/common/link-gesture.svg) no-repeat right 15px bottom 15px/30px;
}
#shingle-catsfamily #shop-section .button01 {
  text-align: center;
}
@media screen and (max-width: 959px) {
  #shingle-catsfamily #shop-section {
    padding: 100px 0;
    display: block;
  }
  #shingle-catsfamily #shop-section .list:before, #shingle-catsfamily #shop-section .list:after {
    content: "";
    display: block;
    width: calc(50% - 12px);
    order: 2;
  }
  #shingle-catsfamily #shop-section .list li {
    width: calc(50% - 12px);
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 767px) {
  #shingle-catsfamily #shop-section {
    padding: 60px 0;
    display: block;
  }
  #shingle-catsfamily #shop-section .list {
    margin: 0 0 20px;
  }
  #shingle-catsfamily #shop-section .list:before, #shingle-catsfamily #shop-section .list:after {
    content: none;
  }
  #shingle-catsfamily #shop-section .list li {
    width: 100%;
    margin: 0 0 24px;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    bottom: 100%;
    opacity: 1;
  }
  100% {
    height: 80px;
    opacity: 1;
  }
}
@media screen and (max-width: 959px) {
  @keyframes pathmove {
    0% {
      height: 0;
      bottom: 100%;
      opacity: 1;
    }
    100% {
      height: 40px;
      opacity: 1;
    }
  }
}
#interview #status-section {
  padding: 150px 0 0;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1480px) {
  #interview #status-section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #interview #status-section {
    width: calc(100% - 16vw);
  }
}
#interview #status-section .update {
  font-size: 0.8333333333rem;
  text-align: right;
  margin-bottom: 50px;
}
#interview #status-section .category {
  text-align: center;
  font-size: 0.8888888889rem;
  margin: 0 0 16px;
}
#interview #status-section .category a {
  display: inline-block;
  background: #A6804B;
  border: 1px solid #A6804B;
  border-radius: 100px;
  padding: 8px 40px;
  color: #fcfaf9;
}
#interview #status-section .category a:hover {
  color: #A6804B;
  background: transparent;
}
#interview #status-section .mainimg {
  position: relative;
}
#interview #status-section .mainimg::after {
  content: "";
  display: block;
  padding: 0 0 56.25%;
}
#interview #status-section .mainimg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
}
@media screen and (max-width: 959px) {
  #interview #status-section {
    padding: 100px 0 0;
  }
  #interview #status-section .update {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  #interview #status-section {
    padding: 60px 0 0;
    position: relative;
  }
  #interview #status-section .update {
    font-size: 0.7777777778rem;
    margin-bottom: 32px;
  }
  #interview #status-section .category {
    font-size: 0.8333333333rem;
  }
  #interview #status-section .category a {
    padding: 8px 40px;
  }
  #interview #status-section .mainimg img {
    border-radius: 16px;
  }
}
#interview #editor-section {
  padding: 120px 0 0;
  max-width: 820px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 959px) {
  #interview #editor-section {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 959px) {
  #interview #editor-section {
    padding: 100px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #interview #editor-section {
    padding: 60px 0 0;
  }
}
#interview #shop-section {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 150px 0;
  position: relative;
  opacity: 0;
  top: 33px;
  transition: all 0.3s 0s ease;
}
@media screen and (max-width: 1480px) {
  #interview #shop-section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #interview #shop-section {
    width: calc(100% - 16vw);
  }
}
#interview #shop-section.true {
  opacity: 1;
  top: 0;
}
#interview #shop-section .list {
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 48px;
}
#interview #shop-section .list:before, #interview #shop-section .list:after {
  content: "";
  display: block;
  width: calc(33.3333333333% - 16px);
  order: 2;
}
#interview #shop-section .list li {
  width: calc(33.3333333333% - 16px);
}
#interview #shop-section .list li a {
  height: 100%;
  position: relative;
  display: block;
  background: #fcfaf9 url(../images/common/link-gesture.svg) no-repeat right 25px bottom 15px/30px;
  border-radius: 24px;
  overflow: hidden;
}
#interview #shop-section .list li a .img {
  display: block;
  position: relative;
}
#interview #shop-section .list li a .img:before {
  content: "";
  display: block;
  padding: 0 0 70.72%;
}
#interview #shop-section .list li a .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#interview #shop-section .list li a .textarea {
  display: block;
  padding: 32px 24px 64px;
}
#interview #shop-section .list li a .textarea .tag {
  padding: 8px 24px;
  margin: 0 0 24px;
  display: inline-block;
  min-width: 200px;
  border: 1px solid #A6804B;
  border-radius: 16px;
  text-align: center;
  font-size: 0.8333333333rem;
  color: #A6804B;
  font-weight: 700;
}
#interview #shop-section .list li a .textarea .title {
  display: block;
  font-size: 1.1666666667rem;
  line-height: 1.25;
  font-weight: 700;
}
#interview #shop-section .list li a:hover {
  background: #fcfaf9 url(../images/common/link-gesture.svg) no-repeat right 15px bottom 15px/30px;
}
#interview #shop-section .button01 {
  text-align: center;
}
@media screen and (max-width: 959px) {
  #interview #shop-section {
    padding: 100px 0;
    display: block;
  }
  #interview #shop-section .list:before, #interview #shop-section .list:after {
    content: "";
    display: block;
    width: calc(50% - 12px);
    order: 2;
  }
  #interview #shop-section .list li {
    width: calc(50% - 12px);
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 767px) {
  #interview #shop-section {
    padding: 60px 0;
    display: block;
  }
  #interview #shop-section .list {
    margin: 0 0 20px;
  }
  #interview #shop-section .list:before, #interview #shop-section .list:after {
    content: none;
  }
  #interview #shop-section .list li {
    width: 100%;
    margin: 0 0 24px;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    bottom: 100%;
    opacity: 1;
  }
  100% {
    height: 80px;
    opacity: 1;
  }
}
@media screen and (max-width: 959px) {
  @keyframes pathmove {
    0% {
      height: 0;
      bottom: 100%;
      opacity: 1;
    }
    100% {
      height: 40px;
      opacity: 1;
    }
  }
}
#event #status-section {
  padding: 150px 0 0;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1480px) {
  #event #status-section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #event #status-section {
    width: calc(100% - 16vw);
  }
}
#event #status-section .update {
  font-size: 0.8333333333rem;
  text-align: right;
  margin-bottom: 50px;
}
#event #status-section .mainimg {
  position: relative;
}
#event #status-section .mainimg::after {
  content: "";
  display: block;
  padding: 0 0 56.25%;
}
#event #status-section .mainimg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
}
@media screen and (max-width: 959px) {
  #event #status-section {
    padding: 100px 0 0;
  }
  #event #status-section .update {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  #event #status-section {
    padding: 60px 0 0;
    position: relative;
  }
  #event #status-section .update {
    font-size: 0.7777777778rem;
    margin-bottom: 32px;
  }
  #event #status-section .category {
    font-size: 0.8333333333rem;
  }
  #event #status-section .category a {
    padding: 8px 40px;
  }
  #event #status-section .mainimg img {
    border-radius: 16px;
  }
}
#event #editor-section {
  padding: 120px 0 0;
  max-width: 820px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 959px) {
  #event #editor-section {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 959px) {
  #event #editor-section {
    padding: 100px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #event #editor-section {
    padding: 60px 0 0;
  }
}
#event #shop-section {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 150px 0;
  position: relative;
  opacity: 0;
  top: 33px;
  transition: all 0.3s 0s ease;
}
@media screen and (max-width: 1480px) {
  #event #shop-section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #event #shop-section {
    width: calc(100% - 16vw);
  }
}
#event #shop-section.true {
  opacity: 1;
  top: 0;
}
#event #shop-section .list {
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 48px;
}
#event #shop-section .list:before, #event #shop-section .list:after {
  content: "";
  display: block;
  width: calc(33.3333333333% - 16px);
  order: 2;
}
#event #shop-section .list li {
  width: calc(33.3333333333% - 16px);
}
#event #shop-section .list li a {
  height: 100%;
  position: relative;
  display: block;
  background: #fcfaf9 url(../images/common/link-gesture.svg) no-repeat right 25px bottom 15px/30px;
  border-radius: 24px;
  overflow: hidden;
}
#event #shop-section .list li a .img {
  display: block;
  position: relative;
}
#event #shop-section .list li a .img:before {
  content: "";
  display: block;
  padding: 0 0 70.72%;
}
#event #shop-section .list li a .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#event #shop-section .list li a .textarea {
  display: block;
  padding: 32px 24px 64px;
}
#event #shop-section .list li a .textarea .tag {
  padding: 8px 24px;
  margin: 0 0 24px;
  display: inline-block;
  min-width: 200px;
  border: 1px solid #A6804B;
  border-radius: 16px;
  text-align: center;
  font-size: 0.8333333333rem;
  color: #A6804B;
  font-weight: 700;
}
#event #shop-section .list li a .textarea .title {
  display: block;
  font-size: 1.1666666667rem;
  line-height: 1.25;
  font-weight: 700;
}
#event #shop-section .list li a:hover {
  background: #fcfaf9 url(../images/common/link-gesture.svg) no-repeat right 15px bottom 15px/30px;
}
#event #shop-section .button01 {
  text-align: center;
}
@media screen and (max-width: 959px) {
  #event #shop-section {
    padding: 100px 0;
    display: block;
  }
  #event #shop-section .list:before, #event #shop-section .list:after {
    content: "";
    display: block;
    width: calc(50% - 12px);
    order: 2;
  }
  #event #shop-section .list li {
    width: calc(50% - 12px);
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 767px) {
  #event #shop-section {
    padding: 60px 0;
    display: block;
  }
  #event #shop-section .list {
    margin: 0 0 20px;
  }
  #event #shop-section .list:before, #event #shop-section .list:after {
    content: none;
  }
  #event #shop-section .list li {
    width: 100%;
    margin: 0 0 24px;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    bottom: 100%;
    opacity: 1;
  }
  100% {
    height: 80px;
    opacity: 1;
  }
}
@media screen and (max-width: 959px) {
  @keyframes pathmove {
    0% {
      height: 0;
      bottom: 100%;
      opacity: 1;
    }
    100% {
      height: 40px;
      opacity: 1;
    }
  }
}
#news #status-section {
  padding: 150px 0 0;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1480px) {
  #news #status-section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #news #status-section {
    width: calc(100% - 16vw);
  }
}
#news #status-section .update {
  font-size: 0.8333333333rem;
  text-align: right;
  margin-bottom: 50px;
}
#news #status-section .mainimg {
  position: relative;
}
#news #status-section .mainimg::after {
  content: "";
  display: block;
  padding: 0 0 56.25%;
}
#news #status-section .mainimg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
}
@media screen and (max-width: 959px) {
  #news #status-section {
    padding: 100px 0 0;
  }
  #news #status-section .update {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  #news #status-section {
    padding: 60px 0 0;
    position: relative;
  }
  #news #status-section .update {
    font-size: 0.7777777778rem;
    margin-bottom: 32px;
  }
  #news #status-section .category {
    font-size: 0.8333333333rem;
  }
  #news #status-section .category a {
    padding: 8px 40px;
  }
  #news #status-section .mainimg img {
    border-radius: 16px;
  }
}
#news #editor-section {
  padding: 120px 0 0;
  max-width: 820px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 959px) {
  #news #editor-section {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 959px) {
  #news #editor-section {
    padding: 100px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #news #editor-section {
    padding: 60px 0 0;
  }
}
#news #shop-section {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 150px 0;
  position: relative;
  opacity: 0;
  top: 33px;
  transition: all 0.3s 0s ease;
}
@media screen and (max-width: 1480px) {
  #news #shop-section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #news #shop-section {
    width: calc(100% - 16vw);
  }
}
#news #shop-section.true {
  opacity: 1;
  top: 0;
}
#news #shop-section .list {
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 48px;
}
#news #shop-section .list:before, #news #shop-section .list:after {
  content: "";
  display: block;
  width: calc(33.3333333333% - 16px);
  order: 2;
}
#news #shop-section .list li {
  width: calc(33.3333333333% - 16px);
}
#news #shop-section .list li a {
  height: 100%;
  position: relative;
  display: block;
  background: #fcfaf9 url(../images/common/link-gesture.svg) no-repeat right 25px bottom 15px/30px;
  border-radius: 24px;
  overflow: hidden;
}
#news #shop-section .list li a .img {
  display: block;
  position: relative;
}
#news #shop-section .list li a .img:before {
  content: "";
  display: block;
  padding: 0 0 70.72%;
}
#news #shop-section .list li a .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#news #shop-section .list li a .textarea {
  display: block;
  padding: 32px 24px 64px;
}
#news #shop-section .list li a .textarea .tag {
  padding: 8px 24px;
  margin: 0 0 24px;
  display: inline-block;
  min-width: 200px;
  border: 1px solid #A6804B;
  border-radius: 16px;
  text-align: center;
  font-size: 0.8333333333rem;
  color: #A6804B;
  font-weight: 700;
}
#news #shop-section .list li a .textarea .title {
  display: block;
  font-size: 1.1666666667rem;
  line-height: 1.25;
  font-weight: 700;
}
#news #shop-section .list li a:hover {
  background: #fcfaf9 url(../images/common/link-gesture.svg) no-repeat right 15px bottom 15px/30px;
}
#news #shop-section .button01 {
  text-align: center;
}
@media screen and (max-width: 959px) {
  #news #shop-section {
    padding: 100px 0;
    display: block;
  }
  #news #shop-section .list:before, #news #shop-section .list:after {
    content: "";
    display: block;
    width: calc(50% - 12px);
    order: 2;
  }
  #news #shop-section .list li {
    width: calc(50% - 12px);
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 767px) {
  #news #shop-section {
    padding: 60px 0;
    display: block;
  }
  #news #shop-section .list {
    margin: 0 0 20px;
  }
  #news #shop-section .list:before, #news #shop-section .list:after {
    content: none;
  }
  #news #shop-section .list li {
    width: 100%;
    margin: 0 0 24px;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    bottom: 100%;
    opacity: 1;
  }
  100% {
    height: 80px;
    opacity: 1;
  }
}
@media screen and (max-width: 959px) {
  @keyframes pathmove {
    0% {
      height: 0;
      bottom: 100%;
      opacity: 1;
    }
    100% {
      height: 40px;
      opacity: 1;
    }
  }
}
#catsinfo #status-section {
  padding: 150px 0 0;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1480px) {
  #catsinfo #status-section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #catsinfo #status-section {
    width: calc(100% - 16vw);
  }
}
#catsinfo #status-section .update {
  font-size: 0.8333333333rem;
  text-align: right;
  margin-bottom: 50px;
}
#catsinfo #status-section .mainimg {
  position: relative;
}
#catsinfo #status-section .mainimg::after {
  content: "";
  display: block;
  padding: 0 0 56.25%;
}
#catsinfo #status-section .mainimg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
}
@media screen and (max-width: 959px) {
  #catsinfo #status-section {
    padding: 100px 0 0;
  }
  #catsinfo #status-section .update {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  #catsinfo #status-section {
    padding: 60px 0 0;
    position: relative;
  }
  #catsinfo #status-section .update {
    font-size: 0.7777777778rem;
    margin-bottom: 32px;
  }
  #catsinfo #status-section .category {
    font-size: 0.8333333333rem;
  }
  #catsinfo #status-section .category a {
    padding: 8px 40px;
  }
  #catsinfo #status-section .mainimg img {
    border-radius: 16px;
  }
}
#catsinfo #editor-section {
  padding: 120px 0 0;
  max-width: 820px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 959px) {
  #catsinfo #editor-section {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 959px) {
  #catsinfo #editor-section {
    padding: 100px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #catsinfo #editor-section {
    padding: 60px 0 0;
  }
}
#catsinfo #shop-section {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 150px 0;
  position: relative;
  opacity: 0;
  top: 33px;
  transition: all 0.3s 0s ease;
}
@media screen and (max-width: 1480px) {
  #catsinfo #shop-section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #catsinfo #shop-section {
    width: calc(100% - 16vw);
  }
}
#catsinfo #shop-section.true {
  opacity: 1;
  top: 0;
}
#catsinfo #shop-section .list li a {
  display: flex;
  align-items: center;
  padding: 0 0 40px;
  margin: 0 0 40px;
  border-bottom: 1px solid #A6804B;
}
#catsinfo #shop-section .list li a time {
  font-size: 0.8333333333rem;
}
#catsinfo #shop-section .list li a .list-title {
  display: block;
  padding: 10px 60px 10px 35px;
  font-size: 1.1666666667rem;
  flex: 1;
  background: url(../images/common/link-gesture.svg) no-repeat right 20px center/30px;
  transition: all 0.4s 0s ease;
}
#catsinfo #shop-section .list li a:hover .list-title {
  background: url(../images/common/link-gesture.svg) no-repeat right center/30px;
}
#catsinfo #shop-section .list li:last-child {
  margin: 0 0 65px;
}
#catsinfo #shop-section .button01 {
  text-align: center;
}
@media screen and (max-width: 959px) {
  #catsinfo #shop-section {
    padding: 100px 0;
    display: block;
  }
  #catsinfo #shop-section .list li a {
    display: block;
  }
  #catsinfo #shop-section .list li a time {
    display: block;
    margin-bottom: 4px;
  }
  #catsinfo #shop-section .list li a .list-title {
    padding-left: 0;
  }
  #catsinfo #shop-section .list li:last-child {
    margin: 0 0 65px;
  }
}
@media screen and (max-width: 767px) {
  #catsinfo #shop-section {
    padding: 60px 0;
    display: block;
  }
  #catsinfo #shop-section .list li a {
    padding: 0 0 28px;
    margin: 0 0 28px;
  }
  #catsinfo #shop-section .list li a .list-title {
    background: url(../images/common/link-gesture.svg) no-repeat right 20px center/24px;
  }
  #catsinfo #shop-section .list li:last-child {
    margin: 0 0 30px;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    bottom: 100%;
    opacity: 1;
  }
  100% {
    height: 80px;
    opacity: 1;
  }
}
@media screen and (max-width: 959px) {
  @keyframes pathmove {
    0% {
      height: 0;
      bottom: 100%;
      opacity: 1;
    }
    100% {
      height: 40px;
      opacity: 1;
    }
  }
}
.archive-pattern01 #shop-section {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 150px 0;
  position: relative;
}
@media screen and (max-width: 1480px) {
  .archive-pattern01 #shop-section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  .archive-pattern01 #shop-section {
    width: calc(100% - 16vw);
  }
}
.archive-pattern01 #shop-section .list li a {
  display: flex;
  align-items: center;
  padding: 0 0 40px;
  margin: 0 0 40px;
  border-bottom: 1px solid #A6804B;
}
.archive-pattern01 #shop-section .list li a time {
  font-size: 0.8333333333rem;
}
.archive-pattern01 #shop-section .list li a .list-title {
  display: block;
  padding: 10px 60px 10px 35px;
  font-size: 1.1666666667rem;
  flex: 1;
  background: url(../images/common/link-gesture.svg) no-repeat right 20px center/30px;
  transition: all 0.4s 0s ease;
}
.archive-pattern01 #shop-section .list li a:hover .list-title {
  background: url(../images/common/link-gesture.svg) no-repeat right center/30px;
}
.archive-pattern01 #shop-section .list li:last-child {
  margin: 0 0 65px;
}
.archive-pattern01 #shop-section .button01 {
  text-align: center;
}
@media screen and (max-width: 959px) {
  .archive-pattern01 #shop-section {
    padding: 100px 0;
    display: block;
  }
  .archive-pattern01 #shop-section .list li a {
    display: block;
  }
  .archive-pattern01 #shop-section .list li a time {
    display: block;
    margin-bottom: 4px;
  }
  .archive-pattern01 #shop-section .list li a .list-title {
    padding-left: 0;
  }
  .archive-pattern01 #shop-section .list li:last-child {
    margin: 0 0 65px;
  }
}
@media screen and (max-width: 767px) {
  .archive-pattern01 #shop-section {
    padding: 60px 0;
    display: block;
  }
  .archive-pattern01 #shop-section .list li a {
    padding: 0 0 28px;
    margin: 0 0 28px;
  }
  .archive-pattern01 #shop-section .list li a .list-title {
    background: url(../images/common/link-gesture.svg) no-repeat right 20px center/24px;
  }
  .archive-pattern01 #shop-section .list li:last-child {
    margin: 0 0 30px;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    bottom: 100%;
    opacity: 1;
  }
  100% {
    height: 80px;
    opacity: 1;
  }
}
@media screen and (max-width: 959px) {
  @keyframes pathmove {
    0% {
      height: 0;
      bottom: 100%;
      opacity: 1;
    }
    100% {
      height: 40px;
      opacity: 1;
    }
  }
}
.archive-pattern02 #shop-section {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 150px 0;
  position: relative;
  opacity: 0;
  top: 33px;
  transition: all 0.3s 0s ease;
}
@media screen and (max-width: 1480px) {
  .archive-pattern02 #shop-section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  .archive-pattern02 #shop-section {
    width: calc(100% - 16vw);
  }
}
.archive-pattern02 #shop-section.true {
  opacity: 1;
  top: 0;
}
.archive-pattern02 #shop-section .list {
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 48px;
}
.archive-pattern02 #shop-section .list:before, .archive-pattern02 #shop-section .list:after {
  content: "";
  display: block;
  width: calc(33.3333333333% - 16px);
  order: 2;
}
.archive-pattern02 #shop-section .list li {
  width: calc(33.3333333333% - 16px);
  margin: 0 0 24px;
}
.archive-pattern02 #shop-section .list li a {
  height: 100%;
  position: relative;
  display: block;
  background: #fcfaf9 url(../images/common/link-gesture.svg) no-repeat right 25px bottom 15px/30px;
  border-radius: 24px;
  overflow: hidden;
}
.archive-pattern02 #shop-section .list li a .img {
  display: block;
  position: relative;
}
.archive-pattern02 #shop-section .list li a .img:before {
  content: "";
  display: block;
  padding: 0 0 70.72%;
}
.archive-pattern02 #shop-section .list li a .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive-pattern02 #shop-section .list li a .textarea {
  display: block;
  padding: 32px 24px 64px;
}
.archive-pattern02 #shop-section .list li a .textarea .tag {
  padding: 8px 24px;
  margin: 0 0 24px;
  display: inline-block;
  min-width: 200px;
  border: 1px solid #A6804B;
  border-radius: 16px;
  text-align: center;
  font-size: 0.8333333333rem;
  color: #A6804B;
  font-weight: 700;
}
.archive-pattern02 #shop-section .list li a .textarea .title {
  display: block;
  font-size: 1.1666666667rem;
  line-height: 1.25;
  font-weight: 700;
}
.archive-pattern02 #shop-section .list li a:hover {
  background: #fcfaf9 url(../images/common/link-gesture.svg) no-repeat right 15px bottom 15px/30px;
}
.archive-pattern02 #shop-section .button01 {
  text-align: center;
}
@media screen and (max-width: 959px) {
  .archive-pattern02 #shop-section {
    padding: 100px 0;
    display: block;
  }
  .archive-pattern02 #shop-section .main-title {
    writing-mode: horizontal-tb;
    width: auto;
    height: auto;
    background: transparent;
    position: static;
    font-size: 2.5555555556rem;
    line-height: 1.25;
    text-align: center;
    margin: 0 0 70px;
    padding: 0 0 25px;
    color: #A6804B;
    background: url(../images/common/title.svg) no-repeat bottom center/89px;
    font-weight: 700;
  }
  .archive-pattern02 #shop-section .list:before, .archive-pattern02 #shop-section .list:after {
    content: "";
    display: block;
    width: calc(50% - 12px);
    order: 2;
  }
  .archive-pattern02 #shop-section .list li {
    width: calc(50% - 12px);
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .archive-pattern02 #shop-section {
    padding: 60px 0;
    display: block;
  }
  .archive-pattern02 #shop-section .main-title {
    font-size: 1.7777777778rem;
    margin: 0 0 30px;
    padding: 0 0 16px;
  }
  .archive-pattern02 #shop-section .list {
    margin: 0 0 20px;
  }
  .archive-pattern02 #shop-section .list:before, .archive-pattern02 #shop-section .list:after {
    content: none;
  }
  .archive-pattern02 #shop-section .list li {
    width: 100%;
    margin: 0 0 24px;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    bottom: 100%;
    opacity: 1;
  }
  100% {
    height: 80px;
    opacity: 1;
  }
}
@media screen and (max-width: 959px) {
  @keyframes pathmove {
    0% {
      height: 0;
      bottom: 100%;
      opacity: 1;
    }
    100% {
      height: 40px;
      opacity: 1;
    }
  }
}
#contact #contact-section {
  padding: 150px 0;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1480px) {
  #contact #contact-section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #contact #contact-section {
    width: calc(100% - 16vw);
  }
}
#contact #contact-section .text {
  text-align: center;
  margin: 0 0 100px;
}
#contact #contact-section .text02 {
  text-align: center;
  margin: 0 0 30px;
}
#contact #contact-section .check {
  text-align: center;
  margin: 0 0 50px;
}
#contact #contact-section .button01 {
  text-align: center;
}
#contact #contact-section .list dl {
  display: flex;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #A6804B;
}
#contact #contact-section .list dl dt {
  width: 480px;
  padding: 16px 0;
  font-weight: 700;
}
#contact #contact-section .list dl dd {
  flex: 1;
}
#contact #contact-section .list dl dd input, #contact #contact-section .list dl dd textarea {
  padding: 16px 12px;
  font-size: 1rem;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 16px;
  width: 100%;
}
#contact #contact-section .list dl dd textarea {
  height: 220px;
}
#contact #contact-section .list dl:last-child {
  margin: 0 0 100px;
}
#contact #contact-section .list dl.true dt {
  position: relative;
}
#contact #contact-section .list dl.true dt:before {
  content: "必須";
  position: absolute;
  right: 30px;
  top: 8px;
  font-size: 0.8333333333rem;
  color: #fcfaf9;
  background: #A6804B;
  padding: 8px 12px;
  border-radius: 16px;
}
@media screen and (max-width: 959px) {
  #contact #contact-section {
    padding: 100px 0;
  }
  #contact #contact-section .text {
    text-align: center;
    margin: 0 0 80px;
  }
  #contact #contact-section .list dl {
    display: block;
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #A6804B;
  }
  #contact #contact-section .list dl dt {
    width: 100%;
    padding: 16px 0;
  }
  #contact #contact-section .list dl:last-child {
    margin: 0 0 80px;
  }
  #contact #contact-section .list dl.true dt {
    position: relative;
  }
  #contact #contact-section .list dl.true dt:before {
    right: 0;
    top: 8px;
  }
}
@media screen and (max-width: 767px) {
  #contact #contact-section {
    padding: 60px 0;
  }
  #contact #contact-section .text {
    text-align: center;
    margin: 0 0 50px;
  }
  #contact #contact-section .text02 {
    text-align: center;
    margin: 0 0 20px;
  }
  #contact #contact-section .check {
    text-align: center;
    margin: 0 0 35px;
  }
  #contact #contact-section .button01 {
    text-align: center;
  }
  #contact #contact-section .list dl {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
  #contact #contact-section .list dl dd {
    flex: 1;
  }
  #contact #contact-section .list dl dd input, #contact #contact-section .list dl dd textarea {
    font-size: 0.8888888889rem;
    border-radius: 8px;
  }
  #contact #contact-section .list dl dd textarea {
    height: 180px;
  }
  #contact #contact-section .list dl:last-child {
    margin: 0 0 50px;
  }
}/*# sourceMappingURL=style.css.map */