/* default settings */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@font-face {
  font-family: "a1gothic";
  src: url("../font/AP-OTF-A1GOTHICSTD-BOLD.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "a1gothic";
  src: url("../font/AP-OTF-A1GOTHICSTD-MEDIUM.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "a1gothic";
  src: url("../font/AP-OTF-A1GOTHICSTD-REGULAR.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* only for new website (remove if you are updating for other website)
 * normalize, reset
 * =================================================================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS. */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers. */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE. */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari. */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE. */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10. */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari. */
b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers. */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers. */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 * ========================================================================== */
/**
 * Remove the border on images inside links in IE 10. */
img {
  border-style: none;
}

/* Forms
 * ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge. */
button, input {
  /* 1 */
  overflow: visible;
}
button::-ms-clear, button::-ms-reveal, input::-ms-clear, input::-ms-reveal {
  display: none;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox. */
button, select {
  /* 1 */
  text-transform: none;
}
button::-ms-expand, select::-ms-expand {
  display: none;
}
button:focus::-ms-value, select:focus::-ms-value {
  background-color: inherit;
  color: #515151;
}

/**
 * Correct the inability to style clickable types in iOS and Safari. */
button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox. */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers. */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+. */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10. */
[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome. */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari. */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS. */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox. */
details {
  display: block;
}

/*
 * Add the correct display in all browsers. */
summary {
  display: list-item;
}

/* Misc
 * ========================================================================== */
/**
 * Add the correct display in IE 10+. */
template, [hidden] {
  display: none;
}

/**
 * Add the correct display in IE 10. */
/* default settings */
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team. */
/* ==========================================================================
 * Base styles: opinionated defaults
 * ========================================================================== */
html {
  color: #000000;
  font-size: 1rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media (max-width: 767px) {
  html {
    font-size: 2.1333333333vw;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  html {
    font-size: 1.25vw;
  }
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design. */
::-moz-selection, ::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::-moz-selection, ::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https: */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles. */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas. */
textarea {
  resize: vertical;
}

/* ==========================================================================
 * Author's custom styles
 * ========================================================================== */
/* ==========================================================================
 * Helper classes
 * ========================================================================== */
/*
 * Hide visually and from screen readers */
.hidden, [hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https: */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https: */
/*
 * Hide visually and from screen readers, but maintain layout */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements. */
.clearfix::before {
  content: " ";
  display: table;
}

.clearfix::after {
  content: " ";
  display: table;
  clear: both;
}

/* ==========================================================================
 * EXAMPLE Media Queries for Responsive Design.
 * These examples override the primary ('mobile first') styles.
 * Modify as content requires.
 * ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
 * Print styles.
 * Inlined to avoid the additional HTTP request:
 * https://www.phpied.com/delay-loading-your-print-css/
 * ========================================================================== */
@media print {
  * {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  *::before, *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol */
  a[href^="#"]::after, a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https: */
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
*, :after, :before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul, li, p, dl, dt, dd, h1, h2, h3, h4, h5, h6, button {
  padding: 0;
  margin: 0;
  list-style: none;
  background: none;
}

sup, sub {
  font-size: 65%;
}
@media (max-width: 767px) {
  sup, sub {
    font-size: 50%;
    top: -0.8em;
  }
}

a, a[href^=tel] {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  cursor: pointer;
  color: #000;
  transition: all 0.2s linear;
}
@media (min-width: 768px) {
  a:hover, a[href^=tel]:hover {
    text-decoration: underline;
  }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (orientation: landscape) {
  a:hover, a[href^=tel]:hover {
    opacity: 1;
  }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (orientation: portrait) {
  a:hover, a[href^=tel]:hover {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  a:hover, a[href^=tel]:hover {
    opacity: 1;
  }
}

button {
  cursor: pointer;
  color: inherit;
}

@media (max-width: 767px) {
  *:focus, *:focus-visible {
    outline: none;
  }
  input, select, textarea {
    color: inherit;
    border-radius: 0;
  }
}
/* Accessibility utilities */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}

.container {
  overflow: hidden;
}

.wrap {
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .wrap {
    width: 59.375rem;
  }
}
@media (max-width: 767px) {
  .wrap {
    width: 43.75rem;
  }
}

img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  body.no-scroll {
    overflow: hidden;
  }
}

#header {
  padding-top: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  background: rgba(255, 255, 255, 0.8);
  padding-bottom: 0.625rem;
}
#header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  #header .inner {
    width: 100%;
    max-width: 68.75rem;
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  #header .inner {
    padding: 0 1.625rem;
  }
}
#header .logo {
  position: relative;
  padding: 1.875rem 0 0 0;
  width: 15.4375rem;
}
@media (max-width: 767px) {
  #header .logo {
    padding: 1.875rem 0 0.1875rem 0;
    width: 12.625rem;
  }
}
#header .icon-hambuger {
  display: block;
  width: 3.4375rem;
  height: 2.0625rem;
  position: relative;
  cursor: pointer;
  margin-top: 1.25rem;
}
#header .icon-hambuger i {
  position: absolute;
  width: 100%;
  left: 0;
  height: 0.1875rem;
  background-color: #000;
}
#header .icon-hambuger i:nth-child(1) {
  top: 0;
}
#header .icon-hambuger i:nth-child(2) {
  top: 0.9375rem;
}
#header .icon-hambuger i:nth-child(3) {
  top: 1.875rem;
}
#header .navi-header {
  padding-right: 4.6875rem;
  padding-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.8125rem;
}
#header .navi-header__item {
  width: 13.5rem;
  text-align: center;
}
#header .navi-header__item.--item01 {
  width: 16.875rem;
}
#header .navi-header__item.--item01 > a {
  font-size: 1.25rem;
}
#header .navi-header__item.--item02 {
  position: relative;
  z-index: 1;
}
#header .navi-header__item a {
  display: block;
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  color: #bdf34f;
  border-radius: 1.875rem;
  font-size: 1.125rem;
  font-weight: 800;
  text-decoration: none;
}
#header .navi-header__item a:hover, #header .navi-header__item a.is-active {
  background-color: #bdf34f;
  color: #000;
}
#header .navi-header__child {
  background-color: rgba(189, 243, 79, 0.5);
  position: absolute;
  top: 1.875rem;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  padding: 2.875rem 1.875rem 1.25rem;
  z-index: -1;
}
#header .navi-header__child.is-open {
  opacity: 1;
  pointer-events: auto;
}
#header .navi-header__child li {
  width: 9.8125rem;
}
#header .navi-header__child li:not(:last-child) {
  margin-bottom: 0.8125rem;
}
#header .navi-header__child a {
  height: 2.5625rem;
  font-size: 0.9375rem;
}

.navi-header-sp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 501;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.navi-header-sp__logo {
  position: absolute;
  top: 1.875rem;
  left: 1.625rem;
  width: 12.625rem;
  z-index: 10;
}
.navi-header-sp__logo img {
  width: 100%;
}
.navi-header-sp__close {
  position: absolute;
  top: 1.5625rem;
  right: 1.6875rem;
  width: 3.4375rem;
  height: 3.4375rem;
  z-index: 10;
  cursor: pointer;
}
.navi-header-sp__close:before, .navi-header-sp__close:after {
  content: "";
  position: absolute;
  top: 0;
  left: 1.6875rem;
  height: 100%;
  width: 0.1875rem;
  background-color: #000;
}
.navi-header-sp__close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.navi-header-sp__close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.navi-header-sp__inner {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 11.5rem 0;
}
.navi-header-sp__list {
  max-width: 30rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.navi-header-sp__item {
  text-align: center;
}
.navi-header-sp__item:not(:last-child) {
  margin-bottom: 4.3125rem;
}
.navi-header-sp__item a {
  font-weight: 800;
}
.navi-header-sp__item.--item01 a {
  font-size: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 27rem;
  height: 7.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #bdf34f;
  background-color: #000;
  border-radius: 3.6875rem;
  white-space: nowrap;
}
.navi-header-sp__item.--item02 {
  background-color: rgba(189, 243, 79, 0.2);
  padding-bottom: 2.875rem;
}
.navi-header-sp__item.--item02 > a {
  display: block;
  background-color: #bdf34f;
  font-size: 2.25rem;
  color: #000;
  line-height: 2.6944444444;
  pointer-events: none;
}
.navi-header-sp__child {
  margin-top: 2.5rem;
}
.navi-header-sp__child li:not(:last-child) {
  margin-bottom: 2.1875rem;
}
.navi-header-sp__child a {
  font-size: 2.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 23.125rem;
  height: 6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #bdf34f;
  background-color: #000;
  border-radius: 3.6875rem;
}
.navi-header-sp.is-show {
  opacity: 1;
  pointer-events: auto;
}

/* default settings */
#footer {
  position: relative;
  z-index: 10;
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}
#footer .pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 56px;
  width: 56px;
  top: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  #footer .pagetop {
    width: 5.0625rem;
    height: 5.125rem;
  }
}
#footer .pagetop.normal {
  position: absolute;
  top: -70px;
  bottom: auto;
}
@media (max-width: 767px) {
  #footer .pagetop.normal {
    top: -100px;
  }
}
#footer .pagetop:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
#footer .pagetop:hover a {
  opacity: 1;
}
#footer .box01 {
  background: #000;
  padding: 50px 0;
  width: 100%;
}
@media (max-width: 767px) {
  #footer .box01 {
    padding: 28px 0;
  }
}
#footer .box01 .logo {
  width: 105px;
  margin: 0 auto 5px;
}
@media (max-width: 767px) {
  #footer .box01 .logo {
    width: 75px;
    margin: 0 auto 5px;
  }
}
#footer .box01 .logo_txt {
  font-size: 14px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 600;
}
@media (max-width: 767px) {
  #footer .box01 .logo_txt {
    font-size: 11.5px;
    margin-bottom: 25px;
  }
}
#footer .box01 .sns_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footer .box01 .sns_box ul li {
  width: 45px;
  margin: 0 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  #footer .box01 .sns_box ul li {
    width: 32px;
  }
}
#footer .box01 .sns_box ul li:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
#footer .box01 .sns_box ul li:hover a {
  opacity: 1;
}
#footer .box01 .sns_box ul li a {
  position: relative;
  top: 0;
}
#footer .box01 .logo_tokyo {
  width: 200px;
  margin: 25px auto 0;
}
@media (max-width: 767px) {
  #footer .box01 .logo_tokyo {
    margin-top: 10px;
    width: 160px;
  }
}
#footer .box02 {
  background: #00a040;
  padding: 50px 0 50px;
  width: 100%;
}
@media (max-width: 767px) {
  #footer .box02 {
    padding: 28px 0 10px;
  }
}
@media (min-width: 768px) {
  #footer .box02 .other_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  #footer .box02 .other_link li {
    text-align: center;
    line-height: 1.6;
    margin-bottom: 5px;
  }
}
#footer .box02 .other_link li a {
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 12px;
  padding: 0 5px;
}
@media (max-width: 767px) {
  #footer .box02 .other_link li a {
    font-size: 15px;
    padding: 0 5px;
    text-align: center;
    line-height: 25px;
  }
}
#footer .box02 .copy {
  text-align: center;
  font-size: 10px;
  margin-top: 50px;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  #footer .box02 .copy {
    font-size: 11px;
    margin-top: 40px;
  }
}