/****** media query ******/
/****** font size vw change ******/
/****** from px to vw change ******/
/****** other ******/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

@media screen and (max-width: 767px) {
  html, body, div, span, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  abbr, address, cite, code,
  del, dfn, em, img, ins, kbd, q, samp,
  small, strong, sub, sup, var,
  b, i,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, figcaption, figure,
  footer, header, hgroup, menu, nav, section, summary,
  time, mark, audio, video {
    font-size: 32px;
    font-size: 4.26667vw;
  }
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

input, textarea {
  background-color: #ffffff;
  border-color: #bbbbbb;
  border-style: solid;
  border-width: 1px;
  color: #000000;
}

/****** media query ******/
/****** font size vw change ******/
/****** from px to vw change ******/
/****** other ******/
/******** common ********/
html {
  margin-top: 0 !important;
}

body {
  color: #333333;
  font-family: 'Noto Sans Japanese', sans-serif;
  overflow-x: hidden;
}

.inner {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 980px;
}

a {
  text-decoration: none;
  color: #333333;
  cursor: pointer;
}

a:link, a:visited, a:active, a:hover {
  color: #333333;
}

a:focus {
  outline: none;
}

a.hover {
  display: block;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

a.hover:hover {
  opacity: 0.8;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

img {
  width: 100%;
}

li {
  list-style: none;
}

.pc_none {
  display: none;
}

.btn_to_top {
  position: fixed;
  bottom: 50px;
  right: 30px;
  width: 152px;
  z-index: 3000;
}

/******** navi ********/
header {
  height: 72px;
  position: relative;
  width: 100%;
  z-index: 5000;
}

header .header_wrapper {
  position: fixed;
  width: 100%;
}

header .logo {
  position: absolute;
  top: 10px;
  left: 10px;
}

header .humberger_menu {
  position: relative;
}

header .humberger_menu .humberger {
  background-color: #69ba50;
  height: 72px;
  position: absolute;
  top: 0px;
  right: 0;
  width: 72px;
  z-index: 5000;
}

header .humberger_menu .humberger span {
  height: 4px;
  position: absolute;
  right: 15px;
  width: 40px;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

header .humberger_menu .humberger span:nth-child(1) {
  top: 25px;
}

header .humberger_menu .humberger span:nth-child(2) {
  top: 12px;
}

header .humberger_menu .humberger span:nth-child(3) {
  top: 38px;
}

header .humberger_menu .humberger.active span:nth-child(1) {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

header .humberger_menu .humberger.active span:nth-child(2) {
  opacity: 0;
}

header .humberger_menu .humberger.active span:nth-child(3) {
  -webkit-transform: translateY(-14px) rotate(45deg);
          transform: translateY(-14px) rotate(45deg);
}

header .humberger_menu .humberger .menu_txt {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  top: 50px;
  text-align: center;
}

header .navi_area {
  background-color: rgba(255, 255, 255, 0.9);
  height: 700px;
  padding-top: 205px;
  position: absolute;
  top: -1140px;
  width: 100%;
  z-index: 4500;
}

header .navi_area .translate-box {
  position: absolute;
  top: -114px;
  left: 0;
  z-index: 5000;
}

header .navi_area .translate-box .goog-te-gadget {
  font-size: 0;
}

header .navi_area .translate-box .goog-te-gadget span {
  display: none;
}

header .navi_area .first_area {
  margin: 0 auto;
  width: 790px;
}

header .navi_area .first_area .first_area_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header .navi_area .first_area .first_area_box li:nth-of-type(n+4) {
  margin-top: 28px;
}

header .navi_area .first_area .first_area_box li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .navi_area .first_area .first_area_box li a .caption {
  margin-left: 15px;
}

header .navi_area .first_area .first_area_box li.guide {
  width: 200px;
}

header .navi_area .first_area .first_area_box li.guide .img {
  width: 38px;
  text-align: center;
}

header .navi_area .first_area .first_area_box li.guide .img img {
  width: 34px;
}

header .navi_area .first_area .first_area_box li.news {
  width: 187px;
}

header .navi_area .first_area .first_area_box li.news .img {
  width: 38px;
  text-align: center;
}

header .navi_area .first_area .first_area_box li.news .img img {
  width: 34px;
}

header .navi_area .first_area .first_area_box li.event {
  width: 190px;
}

header .navi_area .first_area .first_area_box li.event .img {
  width: 38px;
  text-align: center;
}

header .navi_area .first_area .first_area_box li.event .img img {
  width: 35px;
}

header .navi_area .first_area .first_area_box li.playlist {
  width: 210px;
}

header .navi_area .first_area .first_area_box li.playlist .img {
  width: 38px;
  text-align: center;
}

header .navi_area .first_area .first_area_box li.playlist .img img {
  width: 35px;
}

header .navi_area .first_area .first_area_box li.homemade {
  width: 230px;
}

header .navi_area .first_area .first_area_box li.homemade .img {
  width: 38px;
  text-align: center;
}

header .navi_area .first_area .first_area_box li.homemade .img img {
  width: 38px;
}

header .navi_area .first_area .first_area_box li.access {
  width: 187px;
}

header .navi_area .first_area .first_area_box li.access .img {
  width: 38px;
  text-align: center;
}

header .navi_area .first_area .first_area_box li.access .img img {
  width: 23px;
}

header .navi_area .first_area .first_area_box li.price {
  width: 160px;
}

header .navi_area .first_area .first_area_box li.price .img {
  width: 38px;
  text-align: center;
}

header .navi_area .first_area .first_area_box li.price .img img {
  width: 26px;
}

header .navi_area .second_area {
  margin: 65px auto 0;
  width: 660px;
}

header .navi_area .second_area .second_area_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header .navi_area .second_area .second_area_box li:nth-of-type(n+4) {
  margin-top: 28px;
}

header .navi_area .second_area .second_area_box li.parkmap {
  margin-left: 100px;
}

header .navi_area .second_area .second_area_box li.faq {
  margin-left: 100px;
}

header .navi_area .second_area .second_area_box li.line {
  margin-left: 100px;
}

header .navi_area .second_area .second_area_box li.recruit {
  margin-left: 150px;
}

header .navi_area .second_area .second_area_box li.privacy {
  margin-left: 180px;
}

/******** section guide ********/
section.guide {
  background-color: #f1f8ab;
  margin-top: 200px;
  padding-bottom: 60px;
}

section.guide .caption_guide {
  letter-spacing: 8px;
  position: relative;
  top: -13px;
  text-align: center;
}

section.guide .caption_guide .txt {
  font-size: 24px;
  font-weight: bold;
}

section.guide .guide_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}

section.guide .guide_area li {
  border: solid 1px #69ba50;
  padding: 40px 0 25px;
  text-align: center;
  width: 300px;
}

section.guide .guide_area li:nth-of-type(n+4) {
  margin-top: 40px;
}

section.guide .guide_area li .img {
  margin: 0 auto;
}

section.guide .guide_area li .img_guide {
  width: 63px;
}

section.guide .guide_area li .img_price {
  width: 72px;
}

section.guide .guide_area li .img_access {
  width: 43px;
}

section.guide .guide_area li .img_parkmap {
  width: 72px;
}

section.guide .guide_area li .img_grouptour {
  width: 77px;
}

section.guide .guide_area li .img_faq {
  width: 34px;
}

section.guide .guide_area li .txt {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}

/******** section modal_area ********/
section.modal_area {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10000;
}

section.modal_area .modal_wrapper {
  margin: 0 auto;
  position: relative;
  top: 150px;
  width: 960px;
}

section.modal_area .modal_close {
  position: absolute;
  top: -65px;
  right: -6px;
  cursor: pointer;
  height: 60px;
  width: 60px;
}

section.modal_area .modal_close span {
  position: absolute;
  height: 3px;
  right: 0;
  width: 60px;
  background-color: #ffffff;
  -webkit-transition: all .2s;
  transition: all .2s;
}

section.modal_area .modal_close span:nth-child(1) {
  top: 30px;
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

section.modal_area .modal_close span:nth-child(2) {
  top: 50px;
  -webkit-transform: translateY(-19px) rotate(45deg);
          transform: translateY(-19px) rotate(45deg);
}

section.modal_area .modal_close .modal_close_btn {
  color: #ffffff;
  cursor: pointer;
  font-size: 40px;
  opacity: 0.75;
}

section.modal_area .modal_close .modal_close_btn::before {
  opacity: 1;
}

/******** footer ********/
footer {
  position: relative;
  width: 100%;
  z-index: 100;
}

footer .footer_navi_area {
  background-color: #69ba50;
  height: 470px;
  padding-top: 50px;
  width: 100%;
}

footer .footer_navi_area .first_area {
  margin: 0 auto;
  width: 790px;
}

footer .footer_navi_area .first_area .first_area_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .footer_navi_area .first_area .first_area_box li:nth-of-type(n+4) {
  margin-top: 28px;
}

footer .footer_navi_area .first_area .first_area_box li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer_navi_area .first_area .first_area_box li a .caption {
  margin-left: 15px;
}

footer .footer_navi_area .first_area .first_area_box li.guide {
  width: 200px;
}

footer .footer_navi_area .first_area .first_area_box li.guide .img {
  width: 38px;
  text-align: center;
}

footer .footer_navi_area .first_area .first_area_box li.guide .img img {
  width: 33px;
}

footer .footer_navi_area .first_area .first_area_box li.news {
  width: 187px;
}

footer .footer_navi_area .first_area .first_area_box li.news .img {
  width: 38px;
  text-align: center;
}

footer .footer_navi_area .first_area .first_area_box li.news .img img {
  width: 34px;
}

footer .footer_navi_area .first_area .first_area_box li.event {
  width: 190px;
}

footer .footer_navi_area .first_area .first_area_box li.event .img {
  width: 38px;
  text-align: center;
}

footer .footer_navi_area .first_area .first_area_box li.event .img img {
  width: 35px;
}

footer .footer_navi_area .first_area .first_area_box li.playlist {
  width: 210px;
}

footer .footer_navi_area .first_area .first_area_box li.playlist .img {
  width: 38px;
  text-align: center;
}

footer .footer_navi_area .first_area .first_area_box li.playlist .img img {
  width: 35px;
}

footer .footer_navi_area .first_area .first_area_box li.homemade {
  width: 230px;
}

footer .footer_navi_area .first_area .first_area_box li.homemade .img {
  width: 38px;
  text-align: center;
}

footer .footer_navi_area .first_area .first_area_box li.homemade .img img {
  width: 38px;
}

footer .footer_navi_area .first_area .first_area_box li.access {
  width: 187px;
}

footer .footer_navi_area .first_area .first_area_box li.access .img {
  width: 38px;
  text-align: center;
}

footer .footer_navi_area .first_area .first_area_box li.access .img img {
  width: 23px;
}

footer .footer_navi_area .first_area .first_area_box li.price {
  width: 160px;
}

footer .footer_navi_area .first_area .first_area_box li.price .img {
  width: 38px;
  text-align: center;
}

footer .footer_navi_area .first_area .first_area_box li.price .img img {
  width: 26px;
}

footer .footer_navi_area .first_area .first_area_box li .caption .txt {
  color: #ffffff;
}

footer .footer_navi_area .second_area {
  margin: 65px auto 0;
  width: 660px;
}

footer .footer_navi_area .second_area .second_area_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .footer_navi_area .second_area .second_area_box li:nth-of-type(n+4) {
  margin-top: 28px;
}

footer .footer_navi_area .second_area .second_area_box li.parkmap {
  margin-left: 100px;
}

footer .footer_navi_area .second_area .second_area_box li.faq {
  margin-left: 100px;
}

footer .footer_navi_area .second_area .second_area_box li.line {
  margin-left: 100px;
}

footer .footer_navi_area .second_area .second_area_box li.recruit {
  margin-left: 150px;
}

footer .footer_navi_area .second_area .second_area_box li.privacy {
  margin-left: 180px;
}

footer .footer_navi_area .second_area .second_area_box li .caption .txt {
  color: #ffffff;
}

footer .footer_navi_area .footer_banner {
  margin: 55px auto 0;
  width: 350px;
}

footer .footer_navi_area .address {
  margin-top: 80px;
  text-align: center;
}

footer .footer_navi_area .address .txt {
  color: #ffffff;
  font-size: 14px;
}

footer .footer_navi_area .copyright {
  margin-top: 15px;
  text-align: center;
}

footer .footer_navi_area .copyright .txt {
  color: #ffffff;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .inner {
    width: 94.66667vw;
  }
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none !important;
  }
  .btn_to_top {
    bottom: 6vw;
    right: 3vw;
    width: 22.4vw;
  }
  header {
    height: 13.33333vw;
  }
  header .logo {
    top: 3vw;
    left: 5vw;
    width: 28.26667vw;
  }
  header .humberger_menu .humberger {
    height: 13.33333vw;
    width: 13.33333vw;
  }
  header .humberger_menu .humberger span {
    height: 4px;
    position: absolute;
    right: 2.4vw;
    width: 8vw;
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  header .humberger_menu .humberger span:nth-child(1) {
    top: 4.5vw;
  }
  header .humberger_menu .humberger span:nth-child(2) {
    top: 2vw;
  }
  header .humberger_menu .humberger span:nth-child(3) {
    top: 7vw;
  }
  header .humberger_menu .humberger.active span:nth-child(1) {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
  header .humberger_menu .humberger.active span:nth-child(2) {
    opacity: 0;
  }
  header .humberger_menu .humberger.active span:nth-child(3) {
    -webkit-transform: translateY(-2.4vw) rotate(45deg);
            transform: translateY(-2.4vw) rotate(45deg);
  }
  header .humberger_menu .humberger .menu_txt {
    font-size: 2.8vw;
    top: 9vw;
  }
  header .navi_area {
    height: 152vw;
    padding-top: 26vw;
    top: -152vw;
  }
  header .navi_area .translate-box {
    top: -24vw;
    left: 2vw;
  }
  header .navi_area .first_area {
    margin: 0 auto;
    width: 100%;
  }
  header .navi_area .first_area .first_area_box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  header .navi_area .first_area .first_area_box li:nth-of-type(n+4) {
    margin-top: 0;
  }
  header .navi_area .first_area .first_area_box li a .caption {
    margin-left: 2vw;
  }
  header .navi_area .first_area .first_area_box li.guide {
    margin-top: 5vw;
    width: 39.33333vw;
  }
  header .navi_area .first_area .first_area_box li.guide .img {
    width: 6.93333vw;
    text-align: center;
  }
  header .navi_area .first_area .first_area_box li.guide .img img {
    width: 6.66667vw;
  }
  header .navi_area .first_area .first_area_box li.news {
    margin-top: 5vw;
    width: 48.66667vw;
  }
  header .navi_area .first_area .first_area_box li.news .img {
    width: 6.93333vw;
    text-align: center;
  }
  header .navi_area .first_area .first_area_box li.news .img img {
    width: 6.66667vw;
  }
  header .navi_area .first_area .first_area_box li.event {
    margin-top: 5vw;
    width: 100%;
  }
  header .navi_area .first_area .first_area_box li.event .img {
    width: 6.93333vw;
    text-align: center;
  }
  header .navi_area .first_area .first_area_box li.event .img img {
    width: 6.8vw;
  }
  header .navi_area .first_area .first_area_box li.playlist {
    margin-top: 5vw;
    width: 48.66667vw;
  }
  header .navi_area .first_area .first_area_box li.playlist .img {
    width: 6.93333vw;
    text-align: center;
  }
  header .navi_area .first_area .first_area_box li.playlist .img img {
    width: 6.93333vw;
  }
  header .navi_area .first_area .first_area_box li.homemade {
    margin-top: 5vw;
    width: 39.33333vw;
  }
  header .navi_area .first_area .first_area_box li.homemade .img {
    width: 6.93333vw;
    text-align: center;
  }
  header .navi_area .first_area .first_area_box li.homemade .img img {
    width: 6.93333vw;
  }
  header .navi_area .first_area .first_area_box li.access {
    margin-top: 5vw;
    width: 39.33333vw;
  }
  header .navi_area .first_area .first_area_box li.access .img {
    width: 6.93333vw;
    text-align: center;
  }
  header .navi_area .first_area .first_area_box li.access .img img {
    width: 4.66667vw;
  }
  header .navi_area .first_area .first_area_box li.price {
    margin-top: 5vw;
    width: 48.66667vw;
  }
  header .navi_area .first_area .first_area_box li.price .img {
    width: 6.93333vw;
    text-align: center;
  }
  header .navi_area .first_area .first_area_box li.price .img img {
    width: 4.93333vw;
  }
  header .navi_area .second_area {
    border-top: solid 1px #69ba50;
    margin: 16vw auto 0;
    padding-top: 12vw;
    width: 100%;
  }
  header .navi_area .second_area .second_area_box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  header .navi_area .second_area .second_area_box li:nth-of-type(n+5) {
    margin-top: 0;
  }
  header .navi_area .second_area .second_area_box li.grouptour {
    width: 48.66667vw;
  }
  header .navi_area .second_area .second_area_box li.parkmap {
    margin-left: 0;
    width: 39.33333vw;
  }
  header .navi_area .second_area .second_area_box li.faq {
    margin-top: 7vw;
    margin-left: 0;
    width: 48.66667vw;
  }
  header .navi_area .second_area .second_area_box li.line {
    margin-top: 7vw;
    margin-left: 0;
    width: 39.33333vw;
  }
  header .navi_area .second_area .second_area_box li.corporation {
    margin-top: 7vw;
    width: 39.33333vw;
  }
  header .navi_area .second_area .second_area_box li.recruit {
    margin-top: 7vw;
    margin-left: 0;
    width: 48.66667vw;
  }
  header .navi_area .second_area .second_area_box li.privacy {
    letter-spacing: -0.5vw;
    margin-top: 7vw;
    margin-left: 0;
    width: 39.33333vw;
  }
  section.guide {
    margin-top: 25vw;
    padding-bottom: 10vw;
  }
  section.guide .caption_guide {
    letter-spacing: 2vw;
    top: -3vw;
  }
  section.guide .caption_guide .txt {
    font-size: 34px;
    font-size: 4.53333vw;
  }
  section.guide .guide_area {
    margin-top: 5vw;
  }
  section.guide .guide_area li {
    padding: 5vw 0;
    width: 48%;
  }
  section.guide .guide_area li:nth-of-type(n+3) {
    margin-top: 4vw;
  }
  section.guide .guide_area li .img_guide {
    width: 9.73333vw;
  }
  section.guide .guide_area li .img_price {
    width: 11.06667vw;
  }
  section.guide .guide_area li .img_access {
    width: 6.53333vw;
  }
  section.guide .guide_area li .img_parkmap {
    width: 11.2vw;
  }
  section.guide .guide_area li .img_grouptour {
    width: 11.73333vw;
  }
  section.guide .guide_area li .img_faq {
    width: 5.2vw;
  }
  section.guide .guide_area li .txt {
    font-size: 22px;
    font-size: 2.93333vw;
    margin-top: 2vw;
  }
  section.modal_area .modal_wrapper {
    top: 40vw;
    margin: 0 auto;
    width: 90vw;
  }
  section.modal_area .modal_wrapper .movie_box iframe {
    width: 90vw;
    height: 51vw;
  }
  section.modal_area .modal_close {
    top: -14vw;
    width: 13vw;
  }
  section.modal_area .modal_close span {
    width: 11vw;
  }
  footer {
    padding-bottom: 7vw;
  }
  footer .footer_wrapper .footer_navi_area_sp .list_cat > li {
    background-color: #69ba50;
    border-bottom: solid 1px #ffffff;
    padding: 7vw 0;
  }
  footer .footer_wrapper .footer_navi_area_sp .list_cat > li .txt_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .footer_wrapper .footer_navi_area_sp .list_cat > li .txt {
    font-size: 28px;
    font-size: 3.73333vw;
    color: #ffffff;
    margin-left: 4vw;
  }
  footer .footer_wrapper .footer_navi_area_sp .list_cat > li .oc_mark {
    margin-top: -2vw;
  }
  footer .footer_wrapper .footer_navi_area_sp .list_cat > li .oc_mark span {
    background-color: #ffffff;
    display: inline-block;
    height: 0.4vw;
    width: 5vw;
  }
  footer .footer_wrapper .footer_navi_area_sp .list_cat > li .oc_mark span:nth-of-type(2) {
    -webkit-transform: translateX(-5.8vw) rotate(90deg);
            transform: translateX(-5.8vw) rotate(90deg);
  }
  footer .footer_wrapper .footer_navi_area_sp .list_cat > li .oc_mark.active span:nth-of-type(2) {
    opacity: 0;
  }
  footer .footer_wrapper .footer_navi_area_sp .list_cat > li .link_mark {
    color: #ffffff;
    font-size: 6vw;
    margin-right: 6.5vw;
    margin-top: -1.5vw;
  }
  footer .footer_wrapper .footer_navi_area_sp .list_cat > li .list {
    background-color: #ffffff;
    display: none;
    margin-top: 7vw;
    margin-bottom: -7vw;
  }
  footer .footer_wrapper .footer_navi_area_sp .list_cat > li .list > li {
    padding: 4.5vw 7vw;
  }
  footer .footer_wrapper .footer_navi_area_sp .list_cat > li .list > li:nth-of-type(n+2) {
    border-top: solid 1px #69ba50;
  }
  footer .footer_wrapper .footer_navi_area_sp .list_cat > li .list > li.last_list {
    border-bottom: solid 1px #69ba50;
  }
  footer .footer_wrapper .footer_navi_area_sp .list_cat > li .list > li a {
    color: #69ba50;
    font-size: 24px;
    font-size: 3.2vw;
  }
  footer .footer_wrapper .footer_area {
    margin-top: 5vw;
  }
  footer .footer_wrapper .footer_area .footer_banner {
    margin: 0 auto;
    width: 37.6vw;
  }
  footer .footer_wrapper .footer_area .address {
    margin-top: 2vw;
    text-align: center;
  }
  footer .footer_wrapper .footer_area .address .txt {
    font-size: 24px;
    font-size: 3.2vw;
  }
  footer .footer_wrapper .footer_area .copyright {
    margin-top: 1vw;
    text-align: center;
  }
  footer .footer_wrapper .footer_area .copyright .txt {
    font-size: 24px;
    font-size: 3.2vw;
  }
}
