@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: 4;
}

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

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

.min {
  font-family: "BIZ UDPMincho";
  letter-spacing: 0.3em;
}

.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 {
  line-height: 1.25;
  text-align: center;
  margin: 0 0 20px;
  color: #05AF00;
}
.title01 span {
  display: inline-block;
  font-size: 2.3333333333rem;
  font-weight: 700;
  position: relative;
  padding: 50px 80px;
}
.title01 span::before, .title01 span::after {
  content: "";
  width: 94px;
  height: 81px;
  background: url(../images/common/title-img.svg) no-repeat center/94px;
  position: absolute;
}
.title01 span::before {
  left: 0;
  top: 0;
}
.title01 span::after {
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .title01 {
    margin: 0 0 35px;
  }
  .title01 span {
    font-size: 1.4444444444rem;
    margin: 0;
    padding: 0;
    line-height: 1.35;
  }
  .title01 span::after, .title01 span::before {
    content: none;
  }
}

.title02 {
  font-size: 2.5555555556rem;
  line-height: 1.25;
  text-align: left;
  margin: 0 0 70px;
  padding: 0 0 25px;
  color: #05AF00;
  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: #FF8B00;
  padding: 6px 60px 6px 0;
  background: url(../images/common/link-gesture-y.svg) no-repeat right 10px center/30px;
  font-size: 1.2222222222rem;
  font-weight: 700;
}
.link-gesture a:hover {
  background: url(../images/common/link-gesture-y.svg) no-repeat right center/30px;
}
@media screen and (max-width: 959px) {
  .link-gesture a {
    font-size: 1rem;
    padding: 2vw 50px 2vw 0;
  }
}

.button01 {
  position: relative;
  z-index: 1;
}
.button01 a, .button01 button, .button01 input {
  position: relative;
  display: inline-block;
  background: #fefffe;
  width: 100%;
  max-width: 398px;
  padding: 24px 40px;
  border-radius: 60px;
  line-height: 1;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  border-radius: 100px;
}
.button01 a:before, .button01 button:before, .button01 input:before {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: -1;
  border-radius: 100px;
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  opacity: 0.33;
}
.button01 a:after, .button01 button:after, .button01 input:after {
  content: "";
  position: absolute;
  right: -5px;
  top: -10px;
  background: url(../images/common/btn-img.svg) no-repeat center/contain;
  width: 28px;
  height: 50px;
}
@media screen and (min-width: 1191px) {
  .button01 a:hover, .button01 button:hover, .button01 input:hover {
    background: transparent;
  }
  .button01 a:hover:after, .button01 button:hover:after, .button01 input:hover:after {
    right: 0px;
    top: 0px;
  }
}
@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;
  }
}

.wave svg use {
  fill: #fefffe;
  animation: wave linear 360s infinite;
}

.wave svg use:nth-of-type(2) {
  opacity: 0.6;
  animation-duration: 200s;
}

.wave svg use:nth-of-type(3) {
  animation-duration: 45s;
  opacity: 0.6;
}

.wave02 svg use {
  fill: #fefffe;
  animation: wave02 linear 440s infinite;
}

.wave02 svg use:nth-of-type(2) {
  opacity: 0.6;
  animation-duration: 360s;
}

.wave02 svg use:nth-of-type(3) {
  animation-duration: 26s;
  opacity: 0.6;
}

@keyframes wave {
  from {
    transform: translate(0);
  }
  to {
    transform: translate(-50%);
  }
}
@keyframes wave02 {
  from {
    transform: translate(0);
  }
  to {
    transform: translate(50%);
  }
}
.btnlist {
  display: flex;
  justify-content: center;
}
.btnlist li:first-child {
  margin: 0 30px 0 0;
}

.pager {
  margin: 0 0 120px;
  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 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #05AF00;
  position: relative;
  border: 1px solid #05AF00;
  border-radius: 50px;
}
@media screen and (min-width: 1191px) {
  .pager ul li a:hover {
    background: #05AF00;
    color: #fefffe;
  }
}
.pager ul li.true a {
  background: #05AF00;
  pointer-events: none;
  color: #fefffe;
}
@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;
}

#svg-animation .st0 {
  fill: none;
  stroke: #FFFFFF;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}

@media (max-width: 767px) {
  #svg-animation {
    width: 120px;
    stroke-width: 10px;
  }
}

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

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

*::-moz-selection {
  background: rgba(255, 139, 0, 0.6);
  color: #fefffe;
}

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

body {
  overflow: hidden;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background: #fefffe;
  color: #4C564F;
  position: relative;
  line-height: 1.6;
  letter-spacing: 0.2em;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

#header {
  box-shadow: 0px 0px 55px -50px #4C564F;
  position: relative;
  width: 100%;
  z-index: 99999999;
  padding: 20px 0;
  transition: all 0.2s 0s ease;
}
#header:before {
  content: "";
  height: 100%;
  width: 100%;
  background: #fefffe;
  position: absolute;
  left: 0;
  top: 0;
}
#header .menu:after {
  content: none;
}
#header #head_menu {
  position: relative;
  z-index: 1;
  width: calc(100% - 100px);
  margin-left: auto;
  display: flex;
  align-items: center;
}
#header #head_menu .logo {
  width: 220px;
}
@media screen and (max-width: 1300px) {
  #header #head_menu .logo {
    width: 160px;
  }
}
#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 .gnavi {
  display: flex;
  justify-content: flex-end;
}
#header #head_menu .menu .gnavi .reservation {
  margin-left: 24px;
}
#header #head_menu .menu .gnavi .reservation a {
  color: #fefffe;
  display: block;
  padding: 20px 24px;
  background: #FF8B00;
  font-size: 0.8333333333rem;
  border: 1px solid #FF8B00;
}
#header #head_menu .menu .gnavi .reservation a:hover {
  background: #fefffe;
  color: #FF8B00;
}
#header #head_menu .menu .gnavi ul {
  display: flex;
  justify-content: flex-end;
}
#header #head_menu .menu .gnavi ul li {
  margin: 0 12px;
  cursor: pointer;
}
#header #head_menu .menu .gnavi ul li a {
  font-size: 0.8888888889rem;
  padding: 20px 0;
  font-weight: 700;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  #header #head_menu .menu .gnavi ul li a {
    font-size: 0.8333333333rem;
  }
}
@media screen and (min-width: 1191px) {
  #header #head_menu .menu .gnavi ul li a:hover {
    color: #05AF00;
  }
}
#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 a {
  position: relative;
  padding-right: 20px;
}
#header #head_menu .menu .gnavi ul li.menu-item-has-children a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #4C564F;
  line-height: 1;
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(135deg);
  position: absolute;
  right: 0;
  top: 50%;
}
#header #head_menu .menu .gnavi ul li.menu-item-has-children ul {
  width: 100%;
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
}
#header #head_menu .menu .gnavi ul li.menu-item-has-children ul li {
  display: none;
}
#header #head_menu .menu .gnavi ul li.menu-item-has-children ul li a {
  cursor: pointer;
  pointer-events: auto;
  margin: 0;
  font-size: 0.8333333333rem;
  display: block;
  padding: 15px;
  text-align: center;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
#header #head_menu .menu .gnavi ul li.menu-item-has-children ul li a:after {
  content: "";
  opacity: 0.33;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  z-index: -1;
}
#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.true a:before {
    transform: rotate(315deg);
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul li {
    display: block;
    text-align: center;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul li.menu-item-has-grandchild a {
    position: relative;
    padding-right: 20px;
    z-index: 2;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul li.menu-item-has-grandchild a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #4C564F;
    line-height: 1;
    width: 8px;
    height: 8px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-50%) rotate(135deg);
    position: absolute;
    right: 0;
    top: 50%;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul li.menu-item-has-grandchild ul {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul li.menu-item-has-grandchild ul li {
    display: none;
    position: relative;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul li.menu-item-has-grandchild.true {
    color: #05AF00;
    font-weight: 700;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul li.menu-item-has-grandchild.true a:before {
    transform: rotate(315deg);
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul li.menu-item-has-grandchild.true ul {
    transform: translateX(-50%);
    left: 50%;
    top: calc(100% + 30px);
    width: 100vw;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul li.menu-item-has-grandchild.true ul li {
    display: block;
    text-align: center;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul li.menu-item-has-grandchild.true ul li a {
    background: #fefffe;
    padding: 12px 24px;
    border-radius: 80px;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul li.menu-item-has-grandchild.true ul li a:before, #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul li.menu-item-has-grandchild.true ul li a:after {
    content: none;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul li.menu-item-has-grandchild.true ul li:after {
    content: "";
    border-radius: 80px;
    opacity: 0.33;
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: rgb(255, 139, 0);
    background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
    z-index: -1;
  }
}
#header #head_menu #nav-toggle {
  display: none;
}
#header .menubg {
  width: 100vw;
  height: 0;
  background: #fefffe;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s 0s ease;
}
#header .menubg.true {
  height: 100vw;
  opacity: 0.9;
}

.is-fixed #header {
  transition: all 0.6777s 0s ease;
  position: fixed;
  padding: 0;
  top: 0;
  box-shadow: 0px 0px 55px -32px #4C564F;
}
@media screen and (max-width: 1191px) {
  .is-fixed #header {
    padding: 12px 0;
  }
}
.is-fixed #header #head_menu .logo {
  width: 160px;
}
.is-fixed #header #head_menu .logo a {
  padding: 0;
}
.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 main {
  padding-top: 220px;
}
@media screen and (max-width: 959px) {
  .is-fixed main {
    padding-top: 122px;
  }
}

#conversionarea {
  margin-bottom: 60px;
  position: relative;
}
#conversionarea:before, #conversionarea:after {
  content: "";
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  width: 1920px;
  height: 252px;
}
#conversionarea:before {
  background: url(../images/common/cv-top.webp) no-repeat top center/contain;
  bottom: calc(100% - 50px);
  z-index: 3;
}
#conversionarea:after {
  background: url(../images/common/cv-bottom.webp) no-repeat top center/contain;
  top: calc(100% - 50px);
  z-index: 3;
}
#conversionarea .inner {
  max-width: 820px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #fefffe;
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 959px) {
  #conversionarea .inner {
    width: calc(100% - 16vw);
  }
}
#conversionarea .inner:before, #conversionarea .inner::after {
  content: "";
  position: absolute;
  top: 0;
  width: 600px;
  height: 100%;
  opacity: 0.7;
}
#conversionarea .inner:before {
  background: url(../images/common/cv-left.jpg) center/cover;
  right: 100%;
}
#conversionarea .inner:after {
  background: url(../images/common/cv-right.jpg) center/cover;
  left: 100%;
}
#conversionarea .inner .text {
  text-align: center;
  font-weight: 700;
  font-size: 1.3333333333rem;
  margin-bottom: 50px;
}
#conversionarea .inner .button01 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #conversionarea {
    margin: 0;
    position: relative;
  }
  #conversionarea:before, #conversionarea:after {
    content: "";
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    width: 860px;
    height: 126px;
  }
  #conversionarea .inner {
    position: relative;
    padding: 70px 0 100px;
  }
  #conversionarea .inner:before, #conversionarea .inner::after {
    content: none;
  }
  #conversionarea .inner .text {
    text-align: center;
    font-weight: 700;
    font-size: 1.1111111111rem;
    margin-bottom: 30px;
  }
}

#footer {
  z-index: 3;
  font-size: 0.8333333333rem;
  position: relative;
}
#footer .copy {
  writing-mode: vertical-rl;
  font-weight: 700;
  position: absolute;
  left: -18px;
  bottom: 45px;
  text-orientation: upright;
}
#footer .copy span {
  font-weight: 800;
}
#footer .inner {
  padding: 35px 0px 60px;
  position: relative;
}
#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 {
  margin-bottom: 30px;
}
#footer .inner .logo img {
  width: 220px;
  height: auto;
}
#footer .inner .logoarea p span {
  display: block;
  font-weight: 700;
}
#footer .inner .logoarea .time {
  margin: 0 0 20px;
}
#footer .inner .logoarea .textarea {
  display: flex;
}
#footer .inner .logoarea .textarea p:first-child {
  margin-right: 40px;
}
#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 ul {
  display: flex;
  justify-content: center;
  margin-left: 45px;
}
#footer .inner .link-list li a {
  padding: 0 0 0 20px;
  margin: 0 0 0 20px;
  border-left: 1px solid #4C564F;
}
@media screen and (min-width: 1191px) {
  #footer .inner .link-list li a:hover {
    text-decoration: underline;
  }
}
#footer .inner .link-list li:first-child a {
  margin: 0;
  padding: 0;
  border: none;
}
@media screen and (max-width: 1840px) {
  #footer {
    margin: 0 0 0 60px;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    margin: 0;
    z-index: 5;
    position: relative;
  }
  #footer .copy {
    padding: 12px 10px;
    writing-mode: horizontal-tb;
    color: #fff;
    position: static;
    text-align: center;
    font-size: 0.9rem;
    background: #05AF00;
  }
  #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: 160px;
    display: inline-block;
  }
  #footer .inner .logoarea .time {
    text-align: center;
  }
  #footer .inner .logoarea .textarea {
    display: flex;
    justify-content: center;
  }
  #footer .inner .logoarea .textarea p:first-child {
    margin-right: 25px;
  }
  #footer .inner .link-list {
    margin: 30px auto 0;
    display: block;
  }
  #footer .inner .link-list ul {
    display: block;
  }
  #footer .inner .link-list ul:last-child li:last-child {
    width: 100%;
  }
  #footer .inner .link-list li {
    margin: 0;
  }
  #footer .inner .link-list li a {
    display: block;
    padding: 12px 0;
    margin: 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 .menubg {
    display: none;
  }
  #header.true {
    opacity: 1;
  }
  #header #head_menu {
    width: calc(100% - 8vw);
    overflow: visible;
    display: block;
    height: auto;
    position: static;
  }
  #header #head_menu .logo {
    width: 100%;
  }
  #header #head_menu .logo a {
    width: 160px;
    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: #05AF00;
    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 .reservation {
    margin-right: 54px;
  }
  #header #head_menu .menu .gnavi .reservation a {
    border-color: #fefffe;
    border-radius: 100px;
    color: #fefffe;
    background: transparent;
    text-align: center;
  }
  #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: #fefffe;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children a:after {
    content: "";
    width: 16px;
    height: 2px;
    background: #fefffe;
    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: #fefffe;
    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: #05AF00;
    padding: 8px 5px;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul .menu-item-has-grandchild a {
    position: relative;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul .menu-item-has-grandchild a:before {
    content: "";
    position: absolute;
    top: 8px;
    right: 7px;
    width: 2px;
    height: 16px;
    border: none;
    transform: rotate(0);
    background: #FF8B00;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul .menu-item-has-grandchild a:after {
    left: auto;
    opacity: 1;
    content: "";
    width: 16px;
    height: 2px;
    background: #FF8B00;
    position: absolute;
    right: 0;
    top: 15px;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul .menu-item-has-grandchild ul {
    display: none;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul .menu-item-has-grandchild.true a:before {
    content: none;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul .menu-item-has-grandchild.true ul {
    display: block;
    margin: 0 0 0 10px;
    border-radius: 0;
    padding: 10px 0px 10px 10px;
    border-left: 1px solid #05AF00;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul .menu-item-has-grandchild.true ul li a:before, #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul .menu-item-has-grandchild.true ul li a:after {
    content: none;
  }
  #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 #fefffe;
    font-size: 0.95rem;
    padding: 15px 8px 15px 8px;
    color: #fefffe;
    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: #fefffe;
  }
  #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: #fefffe;
  }
  .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: 5px;
    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: #05AF00;
    transition: 0.33s ease-in-out;
    right: 0;
    border: none;
    pointer-events: none;
    border-radius: 10px;
  }
  #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: #05AF00;
  line-height: 1;
  letter-spacing: -0.1em;
  opacity: 0;
}
.under #firstview .title span, .under #firstview .title-english span {
  color: #fefffe;
  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: 140px;
  }
  .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: #05AF00;
  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: #05AF00;
}
.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;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    bottom: 100%;
    opacity: 1;
  }
  100% {
    height: 80px;
    opacity: 1;
  }
}
@keyframes shake {
  0%, 50%, 100% {
    transform: rotate(5deg);
  }
  25%, 75% {
    transform: rotate(-5deg);
  }
}
@media screen and (max-width: 959px) {
  @keyframes pathmove {
    0% {
      height: 0;
      bottom: 100%;
      opacity: 1;
    }
    100% {
      height: 40px;
      opacity: 1;
    }
  }
}
#top #firstview {
  position: relative;
  margin-left: auto;
  margin-bottom: 9.375vw;
  width: calc(100vw - 100px);
}
#top #firstview .topslider {
  margin-left: auto;
  width: 67.448vw;
}
#top #firstview .topslider svg {
  display: none;
}
#top #firstview .topslider svg:first-child {
  display: block;
}
#top #firstview .topslider.slick-initialized svg {
  display: block;
}
#top #firstview .subslider {
  width: 17.969vw;
  position: absolute;
  top: 38vw;
  left: 0;
  z-index: 3;
}
#top #firstview .subslider div {
  display: none;
}
#top #firstview .subslider div:first-child {
  display: block;
}
#top #firstview .subslider.slick-initialized div {
  display: block;
}
#top #firstview .subslider .slider-inner {
  position: relative;
}
#top #firstview .subslider .slider-inner:before {
  content: "";
  display: block;
  padding: 0 0 100%;
}
#top #firstview .subslider .slider-inner img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 345px;
}
#top #firstview .slidebg {
  width: 69.688vw;
  height: 52.031vw;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
#top #firstview .slash01 {
  position: absolute;
  left: -55px;
  top: 0;
}
#top #firstview .gara02 {
  width: 16.042vw;
  position: absolute;
  top: 35vw;
  left: 27vw;
}
#top #firstview .gara01 {
  width: 28.385vw;
  position: absolute;
  top: 30vw;
  left: -185px;
}
#top #firstview .gara03 {
  width: 14.375vw;
  position: absolute;
  bottom: -4.583vw;
  right: -3.125vw;
}
#top #firstview .gara04 {
  width: 5.208vw;
  position: absolute;
  top: 16px;
  left: 15.448vw;
}
#top #firstview .textarea {
  position: absolute;
  top: 9.375vw;
  left: 5.458vw;
  z-index: 5;
  padding: 20px;
  border-radius: 16px;
}
#top #firstview .textarea::before {
  content: "";
  position: absolute;
  z-index: -2;
  width: 457px;
  height: 450px;
  background: url(../images/index/mv-titlebg.webp);
  top: -2.865vw;
  left: 135px;
}
#top #firstview .textarea::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 320px;
  height: 320px;
  background: #fefffe;
  border-radius: 16px;
  transform: rotate(45deg);
  top: 0.313vw;
  left: 155px;
}
#top #firstview .textarea .title {
  margin: 0 0 30px;
  font-size: 2.3333333333rem;
  font-weight: 700;
  color: #05AF00;
  line-height: 1.25;
}
#top #firstview .textarea .title .small {
  display: block;
  font-size: 1.4444444444rem;
  color: #FF8B00;
  margin-bottom: 8px;
}
#top #firstview .textarea .title .small span {
  font-size: 1.1111111111rem;
}
#top #firstview .textarea .subtitle {
  font-weight: 700;
  font-size: 1.3333333333rem;
  margin: 0 0 30px;
}
@media screen and (max-width: 959px) {
  #top #firstview {
    width: 92vw;
    margin-bottom: 100px;
  }
  #top #firstview .topslider {
    margin-left: auto;
    width: 100%;
  }
  #top #firstview .subslider {
    width: 25.969vw;
    position: absolute;
    top: 50vw;
    left: -50px;
  }
  #top #firstview .subslider div {
    display: none;
  }
  #top #firstview .subslider div:first-child {
    display: block;
  }
  #top #firstview .subslider.slick-initialized div {
    display: block;
  }
  #top #firstview .subslider .slider-inner {
    position: relative;
  }
  #top #firstview .subslider .slider-inner:before {
    content: "";
    display: block;
    padding: 0 0 100%;
  }
  #top #firstview .subslider .slider-inner img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 345px;
  }
  #top #firstview .slidebg {
    width: 96vw;
    height: 52.031vw;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }
  #top #firstview .slash01 {
    left: -16.533vw;
    top: 48vw;
  }
  #top #firstview .gara02 {
    width: 13.042vw;
    top: 54vw;
    left: 16vw;
  }
  #top #firstview .gara01 {
    width: 35.385vw;
    position: absolute;
    top: 54vw;
    left: -22.667vw;
  }
  #top #firstview .gara03 {
    width: 24.375vw;
    position: absolute;
    top: 64.417vw;
    right: -2.125vw;
  }
  #top #firstview .gara04 {
    width: 13.208vw;
    position: absolute;
    top: 81.6vw;
    left: 82.448vw;
  }
  #top #firstview .textarea {
    position: static;
    padding: 0;
    margin: 1.333vw 0 0 20vw;
  }
  #top #firstview .textarea::before {
    content: none;
  }
  #top #firstview .textarea::after {
    content: none;
  }
  #top #firstview .textarea .title {
    margin: 0 0 12px;
    font-size: 1.3333333333rem;
    font-weight: 700;
    color: #05AF00;
    line-height: 1.25;
  }
  #top #firstview .textarea .title .small {
    display: block;
    font-size: 1.1111111111rem;
    color: #FF8B00;
    margin-bottom: 8px;
  }
  #top #firstview .textarea .title .small span {
    font-size: 1rem;
  }
  #top #firstview .textarea .subtitle {
    font-weight: 700;
    font-size: 1rem;
    margin: 0 0 12px;
  }
  #top #firstview .textarea .subtitle br {
    display: none;
  }
  #top #firstview .textarea .text {
    font-size: 0.8888888889rem;
  }
}
@media screen and (max-width: 767px) {
  #top #firstview {
    margin-bottom: 60px;
  }
  #top #firstview .textarea {
    margin: 1.333vw 0 0 16vw;
  }
  #top #firstview .textarea .title {
    font-size: 1.1666666667rem;
  }
  #top #firstview .textarea .title .small {
    font-size: 1rem;
  }
  #top #firstview .textarea .title .small span {
    font-size: 0.8333333333rem;
  }
  #top #firstview .textarea .subtitle {
    font-size: 0.8888888889rem;
  }
  #top #firstview .textarea .subtitle br {
    display: block;
  }
  #top #firstview .textarea .text {
    font-size: 0.8333333333rem;
  }
}
#top #news-section {
  margin-bottom: 180px;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  z-index: 3;
}
@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 .title {
  font-size: 2.3333333333rem;
  margin-right: 100px;
  font-weight: 700;
  writing-mode: vertical-rl;
}
#top #news-section .title span {
  margin-top: 16px;
  font-weight: 700;
  color: #FF8B00;
  font-size: 1rem;
  display: inline-block;
}
#top #news-section .list {
  flex: 1;
}
#top #news-section .list li {
  margin: 0 0 60px;
  padding: 0 0 60px;
  position: relative;
}
#top #news-section .list li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  opacity: 0.33;
}
#top #news-section .list li a {
  display: flex;
  align-items: center;
}
#top #news-section .list li a time {
  font-size: 0.8888888889rem;
  display: block;
  margin-right: 50px;
}
#top #news-section .list li a .list-title {
  flex: 1;
  font-size: 1.1111111111rem;
  background: url(../images/common/link-gesture-g.svg) no-repeat center right 15px/28px;
  transition: all 0.3s 0s ease;
  padding-right: 48px;
}
#top #news-section .list li a:hover .list-title {
  background: url(../images/common/link-gesture-g.svg) no-repeat center right/28px;
}
#top #news-section .list li:last-child {
  margin: 0 0 75px;
}
#top #news-section .list .link-gesture {
  text-align: right;
}
#top #news-section .slash {
  position: absolute;
}
#top #news-section .slash01 {
  right: calc(100% + 20px);
}
#top #news-section .slash02 {
  left: calc(100% + 20px);
  top: calc(100% - 220px);
}
#top #news-section .gara01 {
  position: absolute;
  left: -150px;
  top: -10px;
  transition: all 0.3s 0s ease;
  opacity: 0;
  width: 42px;
  height: 42px;
}
#top #news-section .gara01.true {
  opacity: 1;
  width: 52px;
  height: 52px;
}
#top #news-section .gara02 {
  position: absolute;
  bottom: 10px;
  left: -45px;
  transition: all 0.3s 0s ease;
  opacity: 0;
  width: 100px;
  height: 100px;
}
#top #news-section .gara02.true {
  opacity: 1;
  width: 110px;
  height: 110px;
}
#top #news-section .gara03 {
  position: absolute;
  bottom: -250px;
  right: -105px;
  transition: all 0.3s 0s ease;
  opacity: 0;
  width: 180px;
  height: 180px;
}
#top #news-section .gara03.true {
  opacity: 1;
  width: 190px;
  height: 190px;
}
@media screen and (max-width: 959px) {
  #top #news-section {
    margin-bottom: 120px;
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 959px) and (max-width: 1480px) {
  #top #news-section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  #top #news-section {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 959px) {
  #top #news-section .title {
    font-size: 1.5555555556rem;
    margin-right: 50px;
  }
  #top #news-section .title span {
    margin-top: 12px;
    font-size: 0.8888888889rem;
  }
  #top #news-section .list li {
    margin: 0 0 30px;
    padding: 0 0 30px;
    position: relative;
  }
  #top #news-section .list li a {
    display: block;
  }
  #top #news-section .list li a time {
    font-size: 0.7777777778rem;
    display: block;
    margin: 0 0 8px;
  }
  #top #news-section .list li a .list-title {
    flex: 1;
    display: inline-block;
    font-size: 0.8888888889rem;
    background: url(../images/common/link-gesture-g.svg) no-repeat top right 15px/24px;
    transition: all 0.3s 0s ease;
    padding: 2px 40px 2px 0;
  }
  #top #news-section .list li:last-child {
    margin: 0 0 75px;
  }
  #top #news-section .list .link-gesture {
    text-align: right;
  }
  #top #news-section .slash {
    position: absolute;
  }
  #top #news-section .slash01 {
    right: calc(100% + 20px);
    top: -200px;
  }
  #top #news-section .slash02 {
    left: calc(100% - 20px);
    top: calc(100% - 280px);
  }
  #top #news-section .gara01 {
    position: absolute;
    left: -150px;
    top: -10px;
    transition: all 0.3s 0s ease;
    opacity: 0;
    width: 42px;
    height: 42px;
  }
  #top #news-section .gara01.true {
    opacity: 1;
    width: 52px;
    height: 52px;
  }
  #top #news-section .gara02 {
    position: absolute;
    bottom: 10px;
    left: -45px;
    transition: all 0.3s 0s ease;
    opacity: 0;
    width: 100px;
    height: 100px;
  }
  #top #news-section .gara02.true {
    opacity: 1;
    width: 110px;
    height: 110px;
  }
  #top #news-section .gara03 {
    position: absolute;
    bottom: -250px;
    right: -105px;
    transition: all 0.3s 0s ease;
    opacity: 0;
    width: 180px;
    height: 180px;
  }
  #top #news-section .gara03.true {
    opacity: 1;
    width: 190px;
    height: 190px;
  }
}
@media screen and (max-width: 767px) {
  #top #news-section {
    margin-bottom: 80px;
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1480px) {
  #top #news-section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 767px) and (max-width: 959px) {
  #top #news-section {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 767px) {
  #top #news-section .title {
    font-size: 1.5555555556rem;
    margin-right: 5.867vw;
  }
  #top #news-section .title span {
    margin-top: 12px;
    font-size: 0.8888888889rem;
  }
  #top #news-section .list li {
    margin: 0 0 30px;
    padding: 0 0 30px;
    position: relative;
  }
  #top #news-section .list li a {
    display: block;
  }
  #top #news-section .list li a time {
    font-size: 0.7777777778rem;
    display: block;
    margin: 0 0 8px;
  }
  #top #news-section .list li a .list-title {
    flex: 1;
    display: inline-block;
    font-size: 0.8888888889rem;
    background: url(../images/common/link-gesture-g.svg) no-repeat top right 15px/24px;
    transition: all 0.3s 0s ease;
    padding: 2px 40px 2px 0;
  }
  #top #news-section .list li:last-child {
    margin: 0 0 75px;
  }
  #top #news-section .list .link-gesture {
    text-align: right;
  }
  #top #news-section .slash {
    position: absolute;
  }
  #top #news-section .slash01 {
    top: 185px;
  }
  #top #news-section .gara01 {
    display: none;
  }
  #top #news-section .gara02 {
    bottom: 75px;
    left: -45px;
    width: 60px;
    height: 60px;
  }
  #top #news-section .gara02.true {
    opacity: 1;
    width: 80px;
    height: 80px;
  }
  #top #news-section .gara03 {
    bottom: -140px;
    right: -70px;
    width: 80px;
    height: 80px;
  }
  #top #news-section .gara03.true {
    opacity: 1;
    width: 100px;
    height: 100px;
  }
}
#top #about-section {
  position: relative;
  z-index: 0;
  margin-bottom: 120px;
}
#top #about-section:before, #top #about-section:after {
  content: "";
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  width: 1920px;
  height: 252px;
}
#top #about-section:before {
  background: url(../images/common/cv-top.webp) no-repeat top center/contain;
  bottom: calc(100% - 50px);
  z-index: 3;
}
#top #about-section:after {
  background: url(../images/common/cv-bottom.webp) no-repeat top center/contain;
  top: calc(100% - 50px);
  z-index: 3;
}
#top #about-section .inner {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1480px) {
  #top #about-section .inner {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #top #about-section .inner {
    width: calc(100% - 16vw);
  }
}
#top #about-section .inner .content {
  width: 50%;
  padding: 125px 80px 125px 0;
  position: relative;
}
#top #about-section .inner .content:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 50vw;
  height: 100%;
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  opacity: 0.05;
}
#top #about-section .inner .content .title {
  font-size: 1.7777777778rem;
  line-height: 1.25;
  font-weight: 700;
  color: #05AF00;
  margin: 0 0 45px;
}
#top #about-section .inner .content .textarea p {
  margin: 0 0 28px;
  font-size: 0.8888888889rem;
}
#top #about-section .inner .content .textarea p:last-child {
  margin: 0 0 52px;
}
#top #about-section .inner .content .btnlist li {
  flex: 1;
}
#top #about-section .inner .content .btnlist li a {
  font-size: 1rem;
  padding: 16px 30px;
}
#top #about-section .inner .content .gara01 {
  position: absolute;
  width: 85px;
  top: 80px;
  left: -150px;
}
#top #about-section .inner .aboutslider {
  width: 50vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
}
#top #about-section .inner .aboutslider div {
  display: none;
  height: 100%;
}
#top #about-section .inner .aboutslider div:first-child {
  display: block;
}
#top #about-section .inner .aboutslider div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top #about-section .inner .aboutslider.slick-initialized div {
  display: block;
}
@media screen and (max-width: 959px) {
  #top #about-section {
    margin-bottom: 100px;
  }
  #top #about-section .inner {
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: static;
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 959px) and (max-width: 1480px) {
  #top #about-section .inner {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  #top #about-section .inner {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 959px) {
  #top #about-section .inner .content {
    width: 100%;
    padding: 60px 0 125px 0;
    position: static;
  }
  #top #about-section .inner .content:before {
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: 100vw;
  }
  #top #about-section .inner .content .title {
    font-size: 1.5555555556rem;
    margin: 0 0 45px;
  }
  #top #about-section .inner .content .textarea p {
    margin: 0 0 24px;
    font-size: 0.8888888889rem;
  }
  #top #about-section .inner .content .textarea p:last-child {
    margin: 0 0 32px;
  }
  #top #about-section .inner .content .btnlist {
    display: block;
  }
  #top #about-section .inner .content .btnlist li {
    flex: 1;
    text-align: center;
  }
  #top #about-section .inner .content .btnlist li a {
    font-size: 1rem;
    padding: 16px 30px;
  }
  #top #about-section .inner .content .btnlist li:first-child {
    margin: 0 0 24px;
  }
  #top #about-section .inner .content .gara01 {
    position: absolute;
    width: 85px;
    top: 80px;
    left: -150px;
  }
  #top #about-section .inner .aboutslider {
    width: 100%;
    height: 480px;
    position: static;
  }
}
@media screen and (max-width: 767px) {
  #top #about-section {
    margin-bottom: 60px;
  }
  #top #about-section:before, #top #about-section:after {
    content: "";
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    width: 860px;
    height: 126px;
  }
  #top #about-section .inner .content {
    width: 100%;
    padding: 30px 0 100px 0;
    position: static;
  }
  #top #about-section .inner .content:before {
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: 100vw;
  }
  #top #about-section .inner .content .title {
    font-size: 1.3333333333rem;
    margin: 0 0 28px;
  }
  #top #about-section .inner .content .textarea p {
    margin: 0 0 20px;
    font-size: 0.8888888889rem;
  }
  #top #about-section .inner .content .textarea p:last-child {
    margin: 0 0 32px;
  }
  #top #about-section .inner .content .btnlist {
    display: block;
  }
  #top #about-section .inner .content .btnlist li {
    flex: 1;
    text-align: center;
  }
  #top #about-section .inner .content .btnlist li a {
    font-size: 1rem;
    padding: 16px 30px;
  }
  #top #about-section .inner .content .btnlist li:first-child {
    margin: 0 0 24px;
  }
  #top #about-section .inner .content .gara01 {
    position: absolute;
    width: 85px;
    top: 80px;
    left: -150px;
  }
  #top #about-section .inner .aboutslider {
    margin-top: 80px;
    width: 100%;
    height: 200px;
    position: static;
  }
  #top #about-section .inner .aboutslider img {
    border-radius: 16px;
  }
}
#top #design-section {
  margin-bottom: 150px;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1480px) {
  #top #design-section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #top #design-section {
    width: calc(100% - 16vw);
  }
}
#top #design-section .img img {
  display: block;
  border-radius: 24px;
  margin: 0 0 50px;
}
#top #design-section .textarea {
  text-align: center;
}
#top #design-section .textarea p {
  margin: 0 0 24px;
  font-size: 1.1111111111rem;
}
#top #design-section .textarea p:last-child {
  margin: 0 0 60px;
}
#top #design-section .button01 {
  text-align: center;
}
#top #design-section .slash01 {
  position: absolute;
  right: -200px;
  top: -100px;
}
#top #design-section .slash02 {
  position: absolute;
  left: -265px;
  bottom: 124px;
}
#top #design-section .gara01 {
  position: absolute;
  width: 100px;
  top: 105px;
  left: -65px;
  transition: opacity 0.5s 0s ease;
}
#top #design-section .gara02 {
  position: absolute;
  width: 85px;
  top: 210px;
  left: -168px;
  transition: opacity 0.5s 0.2s ease;
}
#top #design-section .gara03 {
  position: absolute;
  width: 60px;
  top: 365px;
  left: -115px;
  transition: opacity 0.5s 0.4s ease;
}
#top #design-section .gara01, #top #design-section .gara02, #top #design-section .gara03 {
  opacity: 0;
}
#top #design-section .gara01:hover, #top #design-section .gara02:hover, #top #design-section .gara03:hover {
  transform-origin: center bottom;
  animation: shake 2s linear infinite;
}
#top #design-section .gara01.true, #top #design-section .gara02.true, #top #design-section .gara03.true {
  opacity: 1;
}
#top #design-section .gara04 {
  position: absolute;
  left: calc(100% + 100px);
  bottom: 180px;
  width: 52px;
}
#top #design-section .gara05 {
  position: absolute;
  left: 100%;
  bottom: 20px;
  width: 100px;
}
@media screen and (max-width: 959px) {
  #top #design-section {
    margin-bottom: 120px;
  }
  #top #design-section .img img {
    display: block;
    border-radius: 0;
    margin: 0 0 50px;
    position: relative;
    left: -8vw;
    width: 100vw;
    max-width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  #top #design-section {
    margin-bottom: 80px;
  }
  #top #design-section .img img {
    display: block;
    border-radius: 0;
    margin: 0 0 50px;
    position: relative;
    left: -8vw;
    width: 100vw;
    max-width: 100vw;
  }
  #top #design-section .textarea {
    text-align: left;
  }
  #top #design-section .textarea p {
    margin: 0 0 24px;
    font-size: 1rem;
  }
  #top #design-section .textarea p:last-child {
    margin: 0 0 48px;
  }
  #top #design-section .button01 {
    text-align: center;
  }
  #top #design-section .slash01 {
    position: absolute;
    left: -93px;
    top: -54px;
  }
  #top #design-section .slash02 {
    display: none;
  }
  #top #design-section .gara01 {
    width: 55px;
    top: -80px;
    right: 20px;
    left: auto;
  }
  #top #design-section .gara02 {
    width: 45px;
    top: -3px;
    left: auto;
    right: -48px;
  }
  #top #design-section .gara03 {
    position: absolute;
    width: 40px;
    top: 55px;
    left: auto;
    right: 0;
    transition: opacity 0.5s 0.4s ease;
  }
  #top #design-section .gara01, #top #design-section .gara02, #top #design-section .gara03 {
    opacity: 0;
  }
  #top #design-section .gara01.true, #top #design-section .gara02.true, #top #design-section .gara03.true {
    opacity: 1;
  }
  #top #design-section .gara04 {
    display: none;
  }
  #top #design-section .gara05 {
    position: absolute;
    left: 100%;
    bottom: 40px;
    width: 55px;
  }
}
#top #works-section {
  width: calc(100vw - 100px);
  margin-left: auto;
  display: flex;
  position: relative;
  margin-bottom: 120px;
}
#top #works-section .slash01 {
  position: absolute;
  left: 190px;
  top: -90px;
}
#top #works-section .slash02 {
  position: absolute;
  right: -100px;
  bottom: -218px;
}
#top #works-section .content {
  width: 545px;
  padding: 290px 60px 0 0;
  position: relative;
  display: none;
}
#top #works-section .content:before {
  content: "";
  width: 689px;
  height: 688px;
  position: absolute;
  right: 25px;
  top: 0;
  background: url(../images/index/works-gara01.webp) no-repeat top center/contain;
  opacity: 0.3;
  z-index: -1;
}
#top #works-section .content .title {
  font-size: 1.7777777778rem;
  font-weight: 700;
  color: #05AF00;
  margin: 0 0 32px;
}
#top #works-section .content .textarea p {
  font-size: 0.8333333333rem;
  margin-bottom: 24px;
  letter-spacing: 1px;
}
#top #works-section .content .textarea p:last-child {
  margin-bottom: 48px;
}
#top #works-section .content .button01 a {
  font-size: 18px;
  padding: 20px;
}
#top #works-section .controlarea {
  flex: 1;
  position: relative;
}
#top #works-section .controlarea .title {
  margin: 0 0 50px;
  font-size: 2.3333333333rem;
  font-weight: 700;
  color: #05AF00;
}
#top #works-section .controlarea .tag-controller {
  margin: 0 0 60px;
  display: flex;
}
#top #works-section .controlarea .tag-controller li {
  margin-left: 32px;
}
#top #works-section .controlarea .tag-controller li a {
  cursor: pointer;
  padding-right: 44px;
  background: url(../images/common/tag-gesture.svg) no-repeat right top/30px;
}
#top #works-section .controlarea .tag-controller li a:hover {
  background: url(../images/common/tag-gesture.svg) no-repeat right top 4px/30px;
}
#top #works-section .controlarea .tag-controller li.true a {
  text-decoration: underline;
  pointer-events: none;
}
#top #works-section .controlarea .tag-controller li:first-child {
  margin: 0;
}
#top #works-section .controlarea .button01 {
  position: absolute;
  bottom: 0;
  right: 300px;
  display: none;
}
#top #works-section .controlarea .works-slider {
  padding-bottom: 135px;
  opacity: 0;
  position: absolute;
  left: 100%;
  z-index: -100;
  width: 100%;
}
#top #works-section .controlarea .works-slider .slick-list {
  padding-right: 100px;
}
@media screen and (max-width: 1500px) {
  #top #works-section .controlarea .works-slider .slick-list {
    padding-right: 14.667vw;
  }
}
#top #works-section .controlarea .works-slider .prev-arrow, #top #works-section .controlarea .works-slider .next-arrow {
  position: absolute;
  bottom: 0px;
  width: 60px;
  cursor: pointer;
}
#top #works-section .controlarea .works-slider .next-arrow {
  right: 100px;
}
#top #works-section .controlarea .works-slider .prev-arrow {
  right: 180px;
}
#top #works-section .controlarea .works-slider .slider-inner {
  margin: 10px 16px;
  padding: 0 0 80px;
  background: #fefffe;
  box-shadow: 0px 0px 55px -50px #4C564F;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
}
#top #works-section .controlarea .works-slider .slider-inner .textarea {
  padding: 40px 50px 0;
}
#top #works-section .controlarea .works-slider .slider-inner .img {
  position: relative;
}
#top #works-section .controlarea .works-slider .slider-inner .img:before {
  content: "";
  display: block;
  padding: 0 0 70.5%;
}
#top #works-section .controlarea .works-slider .slider-inner .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#top #works-section .controlarea .works-slider .slider-inner .slider-title {
  font-size: 1.3333333333rem;
  font-weight: 700;
  position: relative;
  padding: 0 0 24px;
  margin: 0 0 20px;
}
#top #works-section .controlarea .works-slider .slider-inner .slider-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  opacity: 0.33;
}
#top #works-section .controlarea .works-slider .slider-inner dl {
  display: flex;
  position: relative;
  margin: 0 0 20px;
  font-size: 0.8888888889rem;
  padding: 0 0 20px;
}
#top #works-section .controlarea .works-slider .slider-inner dl:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  opacity: 0.33;
}
#top #works-section .controlarea .works-slider .slider-inner dl dt {
  font-weight: 700;
  width: 124px;
}
#top #works-section .controlarea .works-slider .slider-inner dl dd {
  flex: 1;
}
#top #works-section .controlarea .works-slider .slider-inner dl:last-child {
  margin: 0;
}
#top #works-section .controlarea .works-slider .slider-inner a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/box-gesture.svg) no-repeat bottom 20px right 15px/30px;
}
#top #works-section .controlarea .works-slider .slider-inner a:hover {
  background: url(../images/common/box-gesture.svg) no-repeat bottom 20px right 25px/30px;
}
#top #works-section.web-select .content.web {
  display: block;
}
#top #works-section.web-select .controlarea .button01.web {
  display: block;
}
#top #works-section.web-select .controlarea .works-slider.web {
  position: relative;
  left: auto;
  opacity: 1;
  z-index: 1;
}
#top #works-section.logo-select .content.logo {
  display: block;
}
#top #works-section.logo-select .controlarea .button01.logo {
  display: block;
}
#top #works-section.logo-select .controlarea .works-slider.logo {
  left: auto;
  position: relative;
  opacity: 1;
  z-index: 1;
}
#top #works-section.dtp-select .content.dtp {
  display: block;
}
#top #works-section.dtp-select .controlarea .button01.dtp {
  display: block;
}
#top #works-section.dtp-select .controlarea .works-slider.dtp {
  left: auto;
  position: relative;
  opacity: 1;
  z-index: 1;
}
@media screen and (max-width: 1190px) {
  #top #works-section .content {
    width: 380px;
  }
  #top #works-section .controlarea .tag-controller {
    margin: 0 0 60px;
    display: flex;
  }
  #top #works-section .controlarea .tag-controller li {
    margin-left: 20px;
  }
  #top #works-section .controlarea .tag-controller li a {
    font-size: 0.8888888889rem;
    cursor: pointer;
    padding-right: 36px;
    background: url(../images/common/tag-gesture.svg) no-repeat right top/24px;
  }
  #top #works-section .controlarea .tag-controller li a:hover {
    background: url(../images/common/tag-gesture.svg) no-repeat right top 4px/24px;
  }
  #top #works-section .controlarea .tag-controller li.true a {
    text-decoration: underline;
    pointer-events: none;
  }
  #top #works-section .controlarea .tag-controller li:first-child {
    margin: 0;
  }
  #top #works-section .controlarea .works-slider {
    padding-bottom: 135px;
    opacity: 0;
    position: absolute;
    left: 100%;
    z-index: -100;
    width: 100%;
  }
  #top #works-section .controlarea .works-slider .slick-list {
    padding-right: 50px;
  }
  #top #works-section .controlarea .works-slider .slider-inner {
    margin: 10px 8px;
    background: #fefffe;
    box-shadow: 0px 0px 55px -50px #4C564F;
    border-radius: 16px;
    padding: 0 0 72px;
  }
  #top #works-section .controlarea .works-slider .slider-inner .textarea {
    padding: 30px 20px 0;
  }
  #top #works-section .controlarea .works-slider .slider-inner .slider-title {
    font-size: 1rem;
    font-weight: 700;
    position: relative;
    padding: 0 0 24px;
    margin: 0 0 20px;
  }
  #top #works-section .controlarea .works-slider .slider-inner dl {
    display: block;
  }
  #top #works-section .controlarea .works-slider .slider-inner dl dt {
    width: 100%;
  }
  #top #works-section .controlarea .works-slider .slider-inner dl:last-child {
    margin: 0;
  }
  #top #works-section .controlarea .works-slider .slider-inner a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/common/box-gesture.svg) no-repeat bottom 20px right 15px/30px;
  }
  #top #works-section .controlarea .works-slider .slider-inner a:hover {
    background: url(../images/common/box-gesture.svg) no-repeat bottom 20px right 25px/30px;
  }
}
@media screen and (max-width: 959px) {
  #top #works-section {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 80px;
  }
  #top #works-section .slash01 {
    position: absolute;
    left: -4vw;
    top: -90px;
    z-index: -1;
  }
  #top #works-section .slash02 {
    position: absolute;
    right: -100px;
    bottom: -218px;
  }
  #top #works-section .content {
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 140px 0 0 0;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 959px) and (max-width: 1480px) {
  #top #works-section .content {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  #top #works-section .content {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 959px) {
  #top #works-section .content:before {
    content: "";
    width: 520px;
    height: 520px;
    position: absolute;
    left: -16vw;
    top: 0;
    background: url(../images/index/works-gara01.webp) no-repeat top center/contain;
    opacity: 0.3;
    z-index: -1;
  }
  #top #works-section .content .title {
    font-size: 1.7777777778rem;
    font-weight: 700;
    color: #05AF00;
    margin: 0 0 32px;
  }
  #top #works-section .content .textarea p {
    font-size: 0.8333333333rem;
    margin-bottom: 24px;
    letter-spacing: 1px;
  }
  #top #works-section .content .textarea p:last-child {
    margin-bottom: 48px;
  }
  #top #works-section .content .button01 a {
    font-size: 18px;
    padding: 20px;
  }
  #top #works-section .controlarea {
    position: static;
  }
  #top #works-section .controlarea .tag-controller {
    position: absolute;
    width: 100%;
    display: flex;
    top: 60px;
    left: 8vw;
  }
}
@media screen and (max-width: 767px) {
  #top #works-section {
    margin-bottom: 50px;
  }
  #top #works-section .slash01 {
    position: absolute;
    left: -4vw;
    top: -90px;
    z-index: -1;
  }
  #top #works-section .content {
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 85px 0 0 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1480px) {
  #top #works-section .content {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 767px) and (max-width: 959px) {
  #top #works-section .content {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 767px) {
  #top #works-section .content:before {
    width: 120vw;
    height: 120vw;
  }
  #top #works-section .content .title {
    font-size: 1.4444444444rem;
  }
  #top #works-section .content .button01 a {
    font-size: 0.8888888889rem;
  }
  #top #works-section .controlarea {
    position: static;
  }
  #top #works-section .controlarea .tag-controller {
    top: 40px;
    left: 4vw;
  }
  #top #works-section .controlarea .tag-controller li {
    font-size: 0.7777777778rem;
    letter-spacing: 1px;
    margin-left: 12px;
  }
  #top #works-section .controlarea .tag-controller li a {
    padding: 1px 20px 1px 0;
    background: url(../images/common/tag-gesture.svg) no-repeat right top/16px;
  }
  #top #works-section .controlarea .tag-controller li a:hover {
    background: url(../images/common/tag-gesture.svg) no-repeat right top/16px;
  }
  #top #works-section .controlarea .tag-controller li:first-child {
    margin-left: 0;
  }
  #top #works-section .controlarea .button01 {
    left: 0;
    width: 100%;
    text-align: center;
  }
  #top #works-section .controlarea .works-slider {
    padding-bottom: 135px;
  }
  #top #works-section .controlarea .works-slider .slick-list {
    padding-right: 8vw;
  }
  #top #works-section .controlarea .works-slider .prev-arrow, #top #works-section .controlarea .works-slider .next-arrow {
    position: absolute;
    bottom: 60px;
    width: 40px;
    cursor: pointer;
  }
  #top #works-section .controlarea .works-slider .next-arrow {
    right: calc(50% - 45px);
  }
  #top #works-section .controlarea .works-slider .prev-arrow {
    left: calc(50% - 45px);
  }
  #top #works-section .controlarea .works-slider .slider-inner {
    margin: 10px 8px;
    background: #fefffe;
    box-shadow: 0px 0px 55px -50px #4C564F;
    border-radius: 16px;
    padding: 0 0 72px;
  }
  #top #works-section .controlarea .works-slider .slider-inner .textarea {
    padding: 30px 20px 0;
  }
  #top #works-section .controlarea .works-slider .slider-inner .slider-title {
    font-size: 1rem;
    font-weight: 700;
    position: relative;
    padding: 0 0 24px;
    margin: 0 0 20px;
  }
  #top #works-section .controlarea .works-slider .slider-inner dl {
    display: block;
  }
  #top #works-section .controlarea .works-slider .slider-inner dl dt {
    width: 100%;
  }
  #top #works-section .controlarea .works-slider .slider-inner dl:last-child {
    margin: 0;
  }
  #top #works-section .controlarea .works-slider .slider-inner a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/common/box-gesture.svg) no-repeat bottom 20px right 15px/30px;
  }
  #top #works-section .controlarea .works-slider .slider-inner a:hover {
    background: url(../images/common/box-gesture.svg) no-repeat bottom 20px right 25px/30px;
  }
}
#top #project-section {
  padding: 160px 0 232px;
  position: relative;
  overflow: hidden;
  margin: 0 0 120px;
}
#top #project-section:before, #top #project-section:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
#top #project-section:before {
  background: url(../images/common/bg-img.jpg) no-repeat center/cover;
  opacity: 0.1;
}
#top #project-section:after {
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  opacity: 0.1;
}
#top #project-section .inner {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#top #project-section .inner:after {
  content: "";
  width: 100%;
  height: 152px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 67%);
}
@media screen and (max-width: 1480px) {
  #top #project-section .inner {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #top #project-section .inner {
    width: calc(100% - 16vw);
  }
}
#top #project-section .inner ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 65px;
  position: relative;
}
#top #project-section .inner ul li {
  width: calc(33.3333333333% - 20px);
}
#top #project-section .inner ul li a {
  display: block;
  height: 100%;
  padding: 60px 35px 70px;
  background: #fefffe url(../images/common/box-gesture.svg) no-repeat bottom 20px right 15px/30px;
  border-radius: 24px;
}
#top #project-section .inner ul li a:hover {
  background: #fefffe url(../images/common/box-gesture.svg) no-repeat bottom 20px right 25px/30px;
}
#top #project-section .inner ul li a span {
  display: block;
  text-align: center;
}
#top #project-section .inner ul li a .text {
  margin: 24px 0 0;
}
#top #project-section .inner ul .gara01 {
  left: -14px;
  top: -315px;
  width: 84px;
  transition: opacity 0.5s 0s ease;
}
#top #project-section .inner ul .gara02 {
  left: -95px;
  top: -195px;
  width: 62px;
  transition: opacity 0.5s 0.2s ease;
}
#top #project-section .inner ul .gara03 {
  left: -70px;
  top: -55px;
  width: 40px;
  transition: opacity 0.5s 0.2s ease;
}
#top #project-section .inner ul .gara01, #top #project-section .inner ul .gara02, #top #project-section .inner ul .gara03 {
  position: absolute;
  opacity: 0;
}
#top #project-section .inner ul .gara01.true, #top #project-section .inner ul .gara02.true, #top #project-section .inner ul .gara03.true {
  opacity: 1;
}
#top #project-section .inner .button01 {
  text-align: center;
}
#top #project-section .wave {
  width: 3600px;
  height: 375px;
}
#top #project-section .wave02 {
  position: absolute;
  bottom: -224px;
  transform: rotate(180deg);
}
@media screen and (max-width: 959px) {
  #top #project-section {
    position: relative;
    overflow: hidden;
    margin: 0 0 100px;
  }
  #top #project-section .inner ul li {
    width: calc(33.3333333333% - 8px);
  }
  #top #project-section .inner ul li a {
    padding: 30px 25px 50px;
    font-size: 0.8888888889rem;
  }
}
@media screen and (max-width: 767px) {
  #top #project-section {
    padding: 100px 0 calc(40px + 23.467vw);
    position: relative;
    overflow: hidden;
    margin: 0 0 60px;
  }
  #top #project-section:before, #top #project-section:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
  }
  #top #project-section .inner:after {
    content: "";
    width: 100%;
    height: 72px;
  }
  #top #project-section .inner ul {
    display: block;
    margin-bottom: 35px;
    position: relative;
  }
  #top #project-section .inner ul li {
    width: 100%;
    margin: 0 0 28px;
  }
  #top #project-section .inner ul li a {
    display: block;
    height: 100%;
    padding: 30px 25px 50px;
    font-size: 0.8888888889rem;
    background: #fefffe url(../images/common/box-gesture.svg) no-repeat bottom 20px right 15px/24px;
    border-radius: 16px;
  }
  #top #project-section .inner ul li a span {
    display: block;
    text-align: center;
  }
  #top #project-section .inner ul li a .text {
    margin: 24px 0 0;
  }
  #top #project-section .inner ul .gara01 {
    left: -22px;
    top: -20px;
    width: 12.8vw;
  }
  #top #project-section .inner ul .gara02 {
    left: auto;
    right: -22px;
    top: 81.333vw;
    width: 12.8vw;
  }
  #top #project-section .inner ul .gara03 {
    left: -22px;
    top: 176vw;
    width: 12.8vw;
  }
  #top #project-section .inner ul .gara01, #top #project-section .inner ul .gara02, #top #project-section .inner ul .gara03 {
    position: absolute;
    opacity: 0;
  }
  #top #project-section .inner ul .gara01.true, #top #project-section .inner ul .gara02.true, #top #project-section .inner ul .gara03.true {
    opacity: 1;
  }
  #top #project-section .inner .button01 {
    text-align: center;
  }
  #top #project-section .wave {
    width: 200vw;
    height: 23.467vw;
  }
  #top #project-section .wave02 {
    position: absolute;
    bottom: -3vw;
    transform: rotate(180deg);
  }
}
#top #interview-section {
  margin-bottom: 120px;
  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 .title01 {
  margin-bottom: 130px;
}
#top #interview-section .list {
  margin: 0 0 75px;
  display: flex;
  justify-content: space-between;
}
#top #interview-section .list li {
  width: calc(50% - 30px);
}
#top #interview-section .list li a {
  display: block;
  height: 100%;
  padding: 130px 45px 120px;
  position: relative;
  background: #fefffe;
  border-radius: 32px;
  position: relative;
}
#top #interview-section .list li a:before {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  opacity: 0.33;
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: -1;
  border-radius: 32px;
}
#top #interview-section .list li a .iconarea {
  position: absolute;
  top: -110px;
  left: 0;
  width: 100%;
  text-align: center;
}
#top #interview-section .list li a .iconarea .img {
  position: relative;
  display: inline-block;
  width: 165px;
  height: 165px;
  border-radius: 165px;
  background: #fefffe url(../images/index/interview-icon-bg.webp) no-repeat center/cover;
  overflow: hidden;
}
#top #interview-section .list li a .iconarea .img img {
  transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 115px;
}
#top #interview-section .list li a .iconarea .name {
  display: block;
  text-align: center;
  font-size: 1.1666666667rem;
  font-weight: 700;
}
#top #interview-section .list li a .textarea span {
  display: block;
  font-size: 0.8888888889rem;
  text-align: center;
  margin: 0 0 24px;
}
#top #interview-section .list li a .textarea span:last-child {
  margin: 0;
}
#top #interview-section .list li a .button {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  text-align: center;
}
#top #interview-section .list li a .button span {
  display: inline-block;
  color: #FF8B00;
  padding: 6px 60px 6px 0;
  background: url(../images/common/link-gesture-y.svg) no-repeat right 10px center/30px;
  font-size: 1.2222222222rem;
  font-weight: 700;
  transition: all 0.3s 0s ease;
}
#top #interview-section .list li a:hover .button span {
  background: url(../images/common/link-gesture-y.svg) no-repeat right center/30px;
}
#top #interview-section .button01 {
  text-align: center;
}
#top #interview-section .gara01 {
  width: 110px;
  position: absolute;
  top: -30px;
  left: -100px;
}
#top #interview-section .gara02 {
  position: absolute;
  bottom: -10px;
  right: -90px;
  z-index: -1;
}
#top #interview-section .slash01 {
  position: absolute;
  bottom: -195px;
  right: -210px;
}
@media screen and (max-width: 959px) {
  #top #interview-section {
    margin-bottom: 100px;
  }
  #top #interview-section .list {
    margin: 0 0 65px;
  }
  #top #interview-section .list li {
    width: calc(50% - 18px);
  }
  #top #interview-section .list li a {
    display: block;
    height: 100%;
    padding: 130px 25px 120px;
  }
  #top #interview-section .list li a:before {
    content: "";
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: rgb(255, 139, 0);
    background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
    opacity: 0.33;
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: -1;
    border-radius: 32px;
  }
}
@media screen and (max-width: 767px) {
  #top #interview-section {
    margin-bottom: 60px;
  }
  #top #interview-section .title01 {
    margin-bottom: 120px;
  }
  #top #interview-section .list {
    margin: 0 0 45px;
    display: block;
  }
  #top #interview-section .list li {
    width: 100%;
    margin-bottom: 104px;
  }
  #top #interview-section .list li a {
    display: block;
    height: 100%;
    padding: 100px 20px 100px;
    position: relative;
    background: #fefffe;
    border-radius: 16px;
    position: relative;
  }
  #top #interview-section .list li a:before {
    border-radius: 16px;
  }
  #top #interview-section .list li a .iconarea {
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  #top #interview-section .list li a .iconarea .img {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 120px;
    background: #fefffe url(../images/index/interview-icon-bg.webp) no-repeat center/cover;
    overflow: hidden;
  }
  #top #interview-section .list li a .iconarea .img img {
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 80px;
  }
  #top #interview-section .list li a .iconarea .name {
    display: block;
    text-align: center;
    font-size: 1.1666666667rem;
    font-weight: 700;
  }
  #top #interview-section .list li a .textarea span {
    display: block;
    font-size: 0.8888888889rem;
    text-align: center;
    margin: 0 0 24px;
  }
  #top #interview-section .list li a .textarea span:last-child {
    margin: 0;
  }
  #top #interview-section .list li a .button {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    text-align: center;
  }
  #top #interview-section .list li a .button span {
    display: inline-block;
    color: #FF8B00;
    padding: 6px 60px 6px 0;
    background: url(../images/common/link-gesture-y.svg) no-repeat right 10px center/30px;
    font-size: 1.2222222222rem;
    font-weight: 700;
    transition: all 0.3s 0s ease;
  }
  #top #interview-section .list li a:hover .button span {
    background: url(../images/common/link-gesture-y.svg) no-repeat right center/30px;
  }
  #top #interview-section .list li:last-child {
    margin: 0;
  }
  #top #interview-section .button01 {
    text-align: center;
  }
  #top #interview-section .gara01 {
    width: 80px;
    position: absolute;
    top: -70px;
    left: -45px;
  }
  #top #interview-section .gara02 {
    position: absolute;
    bottom: -10px;
    right: -90px;
    z-index: -1;
    opacity: 0.5;
  }
  #top #interview-section .slash01 {
    position: absolute;
    bottom: -142px;
    left: -95px;
  }
}
#top #blog-section {
  margin: 0 0 180px;
  position: relative;
}
#top #blog-section:before, #top #blog-section:after {
  content: "";
  height: 1px;
  width: 50%;
  position: absolute;
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  opacity: 0;
  transition: all 1s 0s ease;
}
#top #blog-section:before {
  left: 0;
  top: 0;
}
#top #blog-section:after {
  right: 0;
  top: 10px;
}
#top #blog-section .inner {
  padding: 120px 0 0;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1480px) {
  #top #blog-section .inner {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #top #blog-section .inner {
    width: calc(100% - 16vw);
  }
}
#top #blog-section .inner:before {
  content: "";
  width: 78px;
  height: 47px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -10px;
  background: url(../images/common/gara-ribbon.svg) no-repeat center/contain;
  opacity: 0;
  transition: all 0.5s 1s ease;
}
#top #blog-section .inner .list {
  display: flex;
  justify-content: space-between;
  margin: 0 0 90px;
}
#top #blog-section .inner .list li {
  width: calc(33.3333333333% - 25px);
  position: relative;
}
#top #blog-section .inner .list li a {
  display: block;
  padding: 0 0 60px;
  box-shadow: 0px 0px 55px -50px #4C564F;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background: #fefffe url(../images/common/box-gesture.svg) no-repeat bottom 20px right 15px/30px;
}
#top #blog-section .inner .list li a:hover {
  background: #fefffe url(../images/common/box-gesture.svg) no-repeat bottom 20px right 24px/30px;
}
#top #blog-section .inner .list li a .img {
  position: relative;
  display: block;
}
#top #blog-section .inner .list li a .img:before {
  content: "";
  display: block;
  padding: 0 0 70.5%;
}
#top #blog-section .inner .list li a .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#top #blog-section .inner .list li a .title {
  display: block;
  padding: 30px 35px 0;
  line-height: 1.35;
  color: #05AF00;
  font-weight: 700;
  font-size: 1.1666666667rem;
}
#top #blog-section .inner .list li:nth-child(1) {
  top: 30px;
}
#top #blog-section .inner .list li:nth-child(3) {
  top: 60px;
}
#top #blog-section .inner .button01 {
  text-align: center;
}
#top #blog-section .inner .gara01 {
  position: absolute;
  bottom: 10px;
  left: -25px;
  z-index: -1;
}
#top #blog-section.true:before, #top #blog-section.true:after {
  opacity: 0.33;
  width: calc(50% + 180px);
}
#top #blog-section.true .inner:before {
  content: "";
  top: -20px;
  opacity: 1;
}
@media screen and (max-width: 959px) {
  #top #blog-section {
    margin-bottom: 160px;
  }
  #top #blog-section .inner {
    padding: 100px 0 0;
  }
  #top #blog-section .inner .list {
    margin: 0 0 90px;
  }
  #top #blog-section .inner .list li {
    width: calc(33.3333333333% - 8px);
    position: relative;
  }
  #top #blog-section .inner .list li a {
    padding: 0 0 60px;
    box-shadow: 0px 0px 55px -50px #4C564F;
    background: #fefffe url(../images/common/box-gesture.svg) no-repeat bottom 20px right 15px/30px;
  }
  #top #blog-section .inner .list li a .title {
    display: block;
    padding: 30px 25px 0;
    line-height: 1.35;
    color: #05AF00;
    font-weight: 700;
    font-size: 1.1666666667rem;
  }
  #top #blog-section .inner .list li:nth-child(1) {
    top: 30px;
  }
  #top #blog-section .inner .list li:nth-child(3) {
    top: 60px;
  }
}
@media screen and (max-width: 959px) {
  #top #blog-section {
    margin-bottom: 80px;
  }
  #top #blog-section .inner {
    padding: 60px 0 0;
  }
  #top #blog-section .inner .list {
    display: block;
    margin: 0 0 35px;
  }
  #top #blog-section .inner .list li {
    width: 100%;
    position: relative;
    margin: 0 0 25px;
  }
  #top #blog-section .inner .list li a {
    padding: 0 0 40px;
    box-shadow: 0px 0px 55px -50px #4C564F;
    background: #fefffe url(../images/common/box-gesture.svg) no-repeat bottom 20px right 15px/20px;
  }
  #top #blog-section .inner .list li a .title {
    display: block;
    padding: 25px 20px 0;
    font-size: 1rem;
  }
  #top #blog-section .inner .list li:nth-child(1) {
    top: 0;
  }
  #top #blog-section .inner .list li:nth-child(3) {
    top: 0;
    margin: 0;
  }
  #top #blog-section .inner .button01 {
    text-align: center;
  }
  #top #blog-section .inner .gara01 {
    position: absolute;
    bottom: 10px;
    left: -25px;
    z-index: -1;
    width: 120px;
  }
  #top #blog-section.true:before, #top #blog-section.true:after {
    opacity: 0.33;
    width: calc(50% + 180px);
  }
  #top #blog-section.true .inner:before {
    content: "";
    top: -20px;
    opacity: 1;
  }
}

@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: #05AF00;
  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: #fefffe;
  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: #fefffe;
}
#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: #fefffe;
  }
  #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: #fefffe;
    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: #fefffe;
  }
  #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: #fefffe;
    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: #fefffe 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 #05AF00;
  border-radius: 16px;
  text-align: center;
  font-size: 0.8333333333rem;
  color: #05AF00;
  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: #fefffe 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: #05AF00;
    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: #fefffe;
  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: #fefffe;
}
#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: #fefffe;
    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: #fefffe;
    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 #05AF00;
  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: #05AF00;
  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 #05AF00;
}
#guide #guidance-section .content .content-inner .title {
  font-size: 1.5555555556rem;
  padding: 16px 24px;
  margin: 0 0 36px;
  background: #05AF00;
  color: #fefffe;
  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 #05AF00;
}
#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: #05AF00;
  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: #05AF00;
  color: #fefffe;
  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 #05AF00;
  }
  #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: #05AF00;
}
#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: #05AF00;
}
#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 #05AF00;
}
#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 #05AF00;
}
#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: #05AF00;
  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 #05AF00;
  border-radius: 16px;
  padding: 16px 8px;
  background: #fefffe;
  text-align: center;
  font-weight: 700;
  color: #05AF00;
}
#access #train-section .trainarea .timearea .timebox .box.top .station {
  background: #05AF00;
  color: #fefffe;
}
#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: #fefffe;
}
#access #train-section .trainarea .logo img {
  width: 230px;
  height: auto;
}
@media screen and (max-width: 959px) {
  #access #train-section {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  #access #train-section {
    padding: 60px 0;
  }
}
#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 #05AF00;
}
#access #guidance-section .content .content-inner .title {
  font-size: 1.5555555556rem;
  padding: 16px 24px;
  margin: 0 0 36px;
  background: #05AF00;
  color: #fefffe;
  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 #05AF00;
}
#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: #05AF00;
  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: #05AF00;
  color: #fefffe;
  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 #05AF00;
  }
  #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: #05AF00;
}
#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: #05AF00;
}
#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%;
  }
}/*# sourceMappingURL=style.css.map */