.copyright {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section .contact-wrapper:after, .section .section-wrapper:after, .section:after {
  content: "";
  display: block;
  clear: both;
}

.global-menu li a:not(.fb-link)::after, .global-menu li a:not(.ig-links)::after {
  display: block;
  content: "";
  position: absolute;
}

.global-menu li a:not(.fb-link)::after, .global-menu li a:not(.ig-links)::after, .home-link, a, button, input[type=submit] {
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

body::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}

@media all and (min-width: 770px) {
  .secondary {
    margin-top: 150px;
  }
}

.category-select {
  color: #010101;
}

blockquote {
  border-left: 0.9px solid #000;
  padding-left: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 25px;
  margin-left: 3px;
}
blockquote p {
  margin: 0 0 8px 0;
}
blockquote a {
  color: #010101;
}
@media all and (min-width: 770px) {
  blockquote a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
blockquote footer {
  font-size: 12px;
  font-size: 1.2rem;
  padding-left: 2px;
}

/****************
   global style
*****************/
html {
  font-size: 62.5%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

body {
  background: #e6eaec;
  color: #010101;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

h2, h3 {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  font-style: normal;
}

dt a, dd a {
  color: #010101;
}
@media all and (min-width: 770px) {
  dt a:hover, dd a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
p a {
  color: #010101;
}
@media all and (min-width: 770px) {
  p a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

strong {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  ont-style: normal;
}

::-moz-selection {
  background: #010101;
  color: #fff;
}

::selection {
  background: #010101;
  color: #fff;
}

#wrapper {
  background: #e6eaec;
  position: relative;
  min-height: 100%;
  overflow: hidden;
}
@media all and (max-width: 769px) {
  #wrapper {
    padding: 0;
  }
}

#header {
  z-index: 1000;
}

#footer {
  z-index: 500;
}

#go-top {
  z-index: 5000;
}

#header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
}
@media all and (max-width: 769px) {
  #header {
    left: 0;
    right: 0;
    height: 60px;
  }
  #header.init {
    background: none;
  }
}

.sp-menu {
  display: none;
}
@media all and (max-width: 769px) {
  .sp-menu {
    display: block;
    cursor: pointer;
    position: fixed;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    overflow: hidden;
    z-index: 1500;
  }
  .sp-menu a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .sp-menu a::before, .sp-menu a::after {
    background: #010101;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 1px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .sp-menu a::before {
    margin-top: -7px;
    -webkit-transform-origin: right top;
    transform-origin: right top;
  }
  .sp-menu a::after {
    margin-top: 7px;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  .sp-menu.open a::before {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
  .sp-menu.open a::after {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
  .sp-menu span {
    display: block;
    border-top: 1px solid #010101;
    width: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .sp-menu.open span {
    opacity: 0;
  }
}

.home-link {
  display: none;
}
@media all and (max-width: 769px) {
  .home-link {
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    width: 90px;
    height: 27px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .home-link.init {
    opacity: 0;
  }
}

#navigation {
  position: relative;
  height: 80px;
  text-align: center;
}
@media all and (max-width: 769px) {
  #navigation {
    display: none;
    background: #e6eaec;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
}

.global-menu {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  font-style: normal;
  position: absolute;
  left: 35px;
  bottom: 1px;
  height: 80px;
}
@media all and (min-width: 770px) {
  .global-menu .ig {
    margin-left: 20px;
  }
  .global-menu .ig-links {
    padding-top: 37px;
    padding-right: 10px !important;
  }
  .global-menu .ig-links img {
    width: 20px;
  }
  .global-menu .ig-links::after {
    display: none !important;
  }
  .global-menu .ig-links:hover img {
    -webkit-filter: brightness(0) invert(0);
            filter: brightness(0) invert(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .global-menu .fb-link {
    padding-top: 38px;
    padding-right: 10px !important;
  }
  .global-menu .fb-link img {
    width: 20px;
  }
  .global-menu .fb-link:hover img {
    -webkit-filter: brightness(0) invert(0);
            filter: brightness(0) invert(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}
@media all and (max-width: 769px) {
  .global-menu {
    display: inline-block;
    margin: 0 0 40px;
    position: relative;
    height: auto;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
  }
}
.global-menu li {
  display: inline-block;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 769px) {
  .global-menu li {
    display: block;
    margin: 0 !important;
    height: auto;
  }
}
.global-menu li + li {
  margin-left: 14px;
}
.global-menu li a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  padding: 40px 16px 0 0;
  height: 100%;
}
.global-menu li a:not(.ig-links)::after {
  background: #010101;
  left: -100%;
  bottom: 10px;
  width: calc(100% - 16px);
  height: 1px;
}
@media all and (max-width: 769px) {
  .global-menu li a:not(.ig-links)::after {
    bottom: 5px;
  }
}
.global-menu li a:not(.fb-link)::after {
  background: #010101;
  left: -100%;
  bottom: 10px;
  width: calc(100% - 16px);
  height: 1px;
}
@media all and (max-width: 769px) {
  .global-menu li a:not(.fb-link)::after {
    display: none;
  }
}
@media all and (min-width: 770px) {
  .global-menu li a:not(.fb-link):hover {
    color: #010101;
  }
  .global-menu li a:not(.fb-link):hover::after {
    left: 0;
  }
}
@media all and (min-width: 770px) {
  .global-menu li a:not(.ig-links):hover::after {
    left: 0;
  }
}
@media all and (max-width: 769px) {
  .global-menu li a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 auto 10px;
    padding: 10px 0;
    max-width: 300px;
  }
}
.global-menu li a.crr {
  color: #000 !important;
}
@media all and (max-width: 769px) {
  .global-menu li a.crr {
    text-decoration: underline;
  }
}
.global-menu li a.crr::after {
  left: 0;
}
.global-menu li:last-child {
  margin-left: 20px;
}
.global-menu li a.facebook-link {
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (min-width: 770px) {
  .global-menu li a.facebook-link:hover {
    opacity: 0.7;
  }
}
.global-menu.init a {
  color: #fff;
}
@media all and (max-width: 769px) {
  .global-menu.init a {
    color: #999;
  }
}
.global-menu.init a:not(.fb-link)::after {
  background-color: #000;
}
.global-menu.init #facebook-icon path {
  fill: #fff;
}
.global-menu .count {
  background: #EEB052;
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 50%;
  line-height: 15px;
  letter-spacing: 0;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 33px;
  z-index: 10000;
}
@media all and (max-width: 769px) {
  .global-menu .count {
    top: -8px;
    right: -8px;
  }
}
.global-menu .count-news {
  background: #EEB052;
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 50%;
  line-height: 15px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 33px;
  z-index: 10000;
}
@media all and (max-width: 769px) {
  .global-menu .count-news {
    top: 0px;
    right: 20px;
  }
}
.global-menu .anim-link {
  position: relative;
}
@media all and (max-width: 769px) {
  .global-menu .count-box {
    max-width: 120px;
    position: relative;
    margin: 0 auto;
  }
}
@media all and (max-width: 769px) {
  .global-menu .count-box-news {
    max-width: 80px;
    position: relative;
    margin: 0 auto;
  }
}

.home-link-logo {
  width: 100px;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 100;
}
@media all and (max-width: 769px) {
  .home-link-logo {
    right: auto;
    left: 20px;
    top: 20px;
  }
}

.ig-link::after {
  display: none !important;
}

.fb-link::after {
  display: none !important;
}

/***********/
#contents {
  background: #e6eaec;
  position: relative;
  padding: 0 0 150px;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 769px) {
  #contents {
    padding: 90px 0 80px;
  }
}

.section-title {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin: 0 35px 40px;
}
@media all and (max-width: 769px) {
  .section-title {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.section {
  margin: auto;
  padding-bottom: 60px;
}
@media all and (max-width: 769px) {
  .section > p {
    padding: 0 10px;
  }
}
@media all and (max-width: 640px) {
  .section > p {
    text-align: left;
  }
}
.section img {
  width: 100%;
  height: auto;
}
.section .section-wrapper {
  max-width: 980px;
  margin: auto;
  padding: 0 20px 0 35px;
}
@media all and (max-width: 769px) {
  .section .section-wrapper {
    padding-left: 20px;
  }
}
.section .contact-wrapper {
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}
@media all and (max-width: 769px) {
  .section .contact-wrapper {
    padding: 0 20px;
  }
}
.section .intro-text {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.section .sub-column {
  width: 14.693877551%;
}
@media all and (max-width: 769px) {
  .section .sub-column {
    margin-bottom: 20px;
    width: auto;
  }
}
.section .sub-column h2 {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
}
.section .main-column {
  font-size: 14px;
  font-size: 1.4rem;
  width: 85.306122449%;
}
@media all and (max-width: 769px) {
  .section .main-column {
    margin-bottom: 20px;
    width: auto;
  }
}

.sub-column {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 769px) {
  .sub-column {
    float: none;
  }
}

.main-column {
  float: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 769px) {
  .main-column {
    float: none;
  }
}

.map-wrapper {
  background: #eee;
  clear: both;
  position: relative;
  padding-top: 46%;
  width: 100%;
}
@media all and (max-width: 640px) {
  .map-wrapper {
    padding-top: 100%;
  }
}
.map-wrapper #map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.map-wrapper #map img {
  width: auto;
}

/***********/
#footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  bottom: 0;
  padding: 0 20px;
  width: 100%;
  height: 150px;
}
@media all and (max-width: 769px) {
  #footer {
    padding: 30px 20px;
    height: auto;
  }
}

.copyright {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  margin: 0;
  position: relative;
}
@media all and (max-width: 769px) {
  .copyright {
    -webkit-transform: none;
            transform: none;
    top: 0;
  }
}

#go-top {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 60px;
  width: 48px;
  height: 48px;
  overflow: hidden;
}
@media all and (max-width: 769px) {
  #go-top {
    bottom: 20px;
  }
}
@media all and (max-width: 640px) {
  #go-top {
    right: 5px;
  }
}
#go-top a {
  display: block;
  text-decoration: none;
  position: relative;
  width: 48px;
  height: 48px;
}
@media all and (min-width: 770px) {
  #go-top a:hover {
    opacity: 0.7;
  }
}
#go-top a span {
  display: block;
  background: url("/img/scroll.png") no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}