@charset "utf-8";

/** ***************************************************************************
 * 全体
 * ************************************************************************* */

body {
  color: #000;
  font: 13px / 1.6 'Shippori Mincho', serif;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
  z-index: 0;
}

a {
  color: inherit;
}

a[href]:hover {
  text-decoration: none;
}

@media screen and (min-width:768px) {

  html, body {
    scrollbar-width: thin;
  }

  body {
    letter-spacing: 1px;
    font-size: 16px;
  }

}

/**
 * レイアウト用
 */

div.body {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width:768px) {

  a[href*="tel:"] {
    color: inherit;
    cursor: default;
    pointer-events: none;
    text-decoration: none !important;
  }

}

/**
 * 表示アニメーション
 */

.fadein {
  opacity: 0;
  transform: translateY(50px);
}

[data-delay="0.3"] {
  animation-delay: 0.3s !important;
}

[data-delay="0.6"] {
  animation-delay: 0.6s !important;
}

[data-delay="0.9"] {
  animation-delay: 0.9s !important;
}

[data-delay="1.2"] {
  animation-delay: 1.2s !important;
}

[data-delay="1.5"] {
  animation-delay: 1.5s !important;
}

.fadein.displayed {
  animation: fadein 0.8s ease-in-out forwards;
}

@keyframes fadein {
  0% {
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/** ***************************************************************************
 * ヘッダー
 * ************************************************************************* */

#header {
  width: 100%;
  letter-spacing: 1px;
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  transition:
    visibility 0.4s ease-in-out 0.0s,
    opacity 0.4s ease-in-out 0.0s;
  visibility: hidden;
  opacity: 0;
}

body.layout-lower.loaded
#header {
  transition:
    visibility 0.8s ease-in-out 0.0s,
    opacity 0.8s ease-in-out 0.0s;
  visibility: visible;
  opacity: 1;
}

body.scroll-active
#header {
  transition:
    visibility 0.8s ease-in-out 0.0s,
    opacity 0.8s ease-in-out 0.0s;
  visibility: visible;
  opacity: 1;
}

#header div.body {
  max-width: 100%;
  padding-left: 10px;
  padding-right: 60px;
}

@media screen and (min-width:1031px) {

  #header div.body {
    max-width: 1540px;
    padding-left: 20px;
    padding-right: 20px;
  }

}

/**
 * 表示・非表示
 */

#header [sp] {
  display: block!important;
}

#header [pc] {
  display: none !important;
}

@media screen and (min-width:1031px) {

  #header [sp] {
    display: none !important;
  }

  #header [pc] {
    display: block !important;
  }

}

/**
 * ヘッダー
 */

#header div.header {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  z-index: 0;
}

@media screen and (min-width:1031px) {

  #header div.header {
    padding: 5px 0;
    flex-wrap: nowrap;
    align-items: center;
  }

}

/**
 * HAMMONS
 */

#header div.header .logo-1 {
  width: clamp(230px, 61.20%, 280px);
  flex-shrink: 0;
  order: 2;
}

#header div.header .logo-1 a {
  text-decoration: none;
  display: block;
}

@media screen and (min-width:1031px) {

  #header div.header .logo-1 {
    width: clamp(180px, 15.34%, 230px);
    max-width: 100%;
    order: 1;
  }

}

/**
 * itonami
 */

#header div.header div.logo-2 {
  width: clamp(65px, 19.40%, 100px);
  margin-top: clamp(-13px, -2.70vw, -2.70vw);
  margin-left: 10px;
  order: 3;
}

#header div.header div.logo-2 a {
  text-decoration: none;
  display: block;
}

@media screen and (min-width:1031px) {

  #header div.header div.logo-2 {
    width: clamp(120px, 10.27%, 154px);
    max-width: 100%;
    margin: 0 10px;
    flex-shrink: 0;
    order: 2;
  }

}

/**
 * テキスト
 */

#header div.header div.text {
  width: 100%;
  margin-left: 3px;
  margin-bottom: 2px;
  font-size: 6px;
  order: 1;
}

@media screen and (min-width:1031px) {

  #header div.header div.text {
    width: auto;
    margin: 0;
    font-size: clamp(10px, 0.73vw, 11px);
    flex-shrink: 0;
    order: 3;
  }

}

/**
 * ナビゲーション
 */

#header div.header div.nav {
  display: none;
}

@media screen and (min-width:1031px) {

  #header div.header div.nav {
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    flex-grow: 1;
    order: 4;
  }

}

/**
 * ナビゲーション（OUTLINE / MAP）
 */

#header div.header ul.nav-1 {
  margin-right: 3.58%;
  font-size: clamp(10px, 0.80vw, 12px);
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}

#header div.header ul.nav-1 li ~ li {
  margin-left: 1em;
}

#header div.header ul.nav-1 li a {
  padding: 0.5em 1.5em 0.5em 0.5em;
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 0;
}

#header div.header ul.nav-1 li a::after {
  content: '';
  width: 0.375em;
  height: 0.625em;
  background: url("../_image/_common/icon-arrow-3.png") 0 0 / 100% 100% no-repeat;
  position: absolute;
  z-index: 1;
  top: 1.05em;
  right: 0.5em;
}

/**
 * ナビゲーション 2（エントリー ／ ログインなど）
 */

#header div.header ul.nav-2 {
  font-size: clamp(10px, 0.87vw, 13px);
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

#header div.header ul.nav-2 li {
  flex-shrink: 0;
}

#header div.header ul.nav-2 li ~ li {
  margin-left: 10px;
}

#header div.header ul.nav-2 li a {
  padding: 0.5em 2em;
  text-decoration: none;
  border: 1px solid rgba(175, 175, 175, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease-in-out 0.0s;
  background-color: transparent;
}

#header div.header ul.nav-2 li a:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

#header div.header ul.nav-2 li img {
  width: auto;
  height: min(1.375em, 25px);
  margin-right: 5px;
}

/**
 * 波背景
 */

#header div.header svg.wave-1 {
  width: 300vw;
  max-width: none;
  position: absolute;
  z-index: -1;
  left: calc(50% - 150vw);
  bottom: -1px;
}

@media screen and (min-width:1031px) {

  #header div.header svg.wave-1 {
    width: 100vw;
    max-width: none;
    left: calc(50% - 50vw);
  }

}

/** ***************************************************************************
 * ハンバーガー
 * ************************************************************************* */

#header div.drawer-trigger {
  width: 34px;
  height: 34px;
  padding: 12px 10px;
  cursor: pointer;
  border-radius: 9999px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  position: fixed;
  z-index: 10;
  top: 12px;
  right: 15px;
  transition: background-color 0.3s ease-in-out 0.0s;
  background-color: #000;
}

body.global-nav-active
#header div.drawer-trigger {
  background-color: #fff;
}

#header div.drawer-trigger.new::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 9999px;
  background-color: #6cc;
  position: absolute;
  z-index: 2;
  top: 6px;
  left: 8px;
}

@media screen and (min-width:1031px) {

  #header div.drawer-trigger {
    display: none;
  }

}

/**
 * ライン
 */

#header div.drawer-trigger i {
  width: 100%;
  border-top: 1px solid;
  transform-origin: center center;
  transition:
    border-color 0.3s ease-in-out 0.0s,
    transform 0.3s ease-in-out 0.0s;
  transform: rotate(0) translate(0);
  border-color: #fff;
}

body.global-nav-active
#header div.drawer-trigger i {
  border-color: #000;
}

/* 上 */
body.global-nav-active
#header div.drawer-trigger i:nth-child(1) {
  transform: rotate(315deg) translate(-3px, 3px);
}

/* 中 */
body.global-nav-active
#header div.drawer-trigger i:nth-child(2) {
  transform: translateX(50vw);
}

/* 下 */
body.global-nav-active
#header div.drawer-trigger i:nth-child(3) {
  transform: rotate(-315deg) translate(-3px, -4px);
}

/** ***************************************************************************
 * グローバルナビ
 * ************************************************************************* */

/**
 * SP表示
 */

@media screen and (max-width:1030px) {

  #global-nav {
    width: 100vw;
    height: 100vh;
    color: #fff;
    overflow: hidden;
    position: fixed;
    z-index: 2;
    top: 0;
    transition: right 0.3s ease-in-out 0.0s;
    right: -100vw;
  }

  body.global-nav-active
  #global-nav {
    right: 0;
  }

  #global-nav::after {
    content: '';
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.85);
    position: absolute;
    z-index: -1;
    top: -50vh;
    right: -50vh;
    transition:
      width 0.0s ease-in-out 0.8s,
      height 0.0s ease-in-out 0.8s,
      visibility 0.5s ease-in-out 0.3s,
      opacity 0.5s ease-in-out 0.3s;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
  }

  body.global-nav-active
  #global-nav::after {
    transition:
      width 1.0s ease-in-out 0.0s,
      height 1.0s ease-in-out 0.0s,
      visibility 0.5s ease-in-out 0.0s,
      opacity 0.5s ease-in-out 0.0s;
    width: 200vh;
    height: 200vh;
    visibility: visible;
    opacity: 1;
  }

  #global-nav div.menu {
    height: 100%;
    padding: 70px 20px 100px;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    transition:
      visibility 0.4s ease-in-out 0.5s,
      opacity 0.4s ease-in-out 0.5s,
      right 0.4s ease-in-out 0.5s;
    visibility: hidden;
    opacity: 0;
    right: 10vw;
  }

  body.global-nav-active
  #global-nav div.menu {
    visibility: visible;
    opacity: 1;
    right: 0;
  }

}

/**
 * PC表示
 */

@media screen and (min-width:1031px) {

  #global-nav {
    position: relative;
    z-index: 0;
  }

  #global-nav::after {
    content: '';
    width: 100vw;
    height: 100%;
    background-color: rgba(83, 128, 177, 0.08);
    position: absolute;
    z-index: -1;
    top: 0;
    left: calc(50% - 50vw);
  }

  #global-nav div.menu {
    position: relative;
    z-index: 0;
  }

  #global-nav div.menu::before {
    content: '';
    width: 100vw;
    border-top: 1px solid #dedede;
    position: absolute;
    z-index: -1;
    top: 0;
    left: calc(50% - 50vw);
  }

  #global-nav div.menu::after {
    content: '';
    width: 100vw;
    border-bottom: 1px solid #dedede;
    position: absolute;
    z-index: -1;
    left: calc(50% - 50vw);
    bottom: 0;
  }

}

/**
 * リスト（第一階層）
 */

/* SP表示 */

@media screen and (max-width:1030px) {

  #global-nav ul.contents-1 > li {
    border-top: 1px solid rgba(246, 246, 246, 0.5);
    border-bottom: 1px solid rgba(246, 246, 246, 0.5);
  }

  #global-nav ul.contents-1 > li ~ li {
    border-top: none;
  }

  #global-nav ul.contents-1 > li > a {
    padding: 0.875em 1.5em 0.875em 0.5em;
    text-decoration: none;
    display: block;
    position: relative;
    z-index: 0;
  }

  #global-nav ul.contents-1 > li.new > a::before {
    content: 'NEW';
    color: #6cc;
    letter-spacing: 1px;
    line-height: 1;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.75em;
    display: block;
  }

  #global-nav ul.contents-1 > li > a::after {
    content: '';
    width: 0.375em;
    height: 1em;
    background: url("../_image/_common/icon-arrow-3.png") 0 0 / 100% 100% no-repeat;
    filter: brightness(0) invert(1);
    position: absolute;
    z-index: 1;
    top: 1.25em;
    right: 0.5em;
  }

}

/* PC表示 */

@media screen and (min-width:1031px) {

  #global-nav ul.contents-1 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(11px, 0.87vw, 13px);
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    z-index: 0;
  }
  
  #global-nav ul.contents-1 > li::after {
    content: '';
    height: 5px;
    margin-top: -5px;
    margin-left: 10%;
    background-color: #c6e4ef;
    display: block;
    transition:
      width 0.3s ease-in-out 0.0s,
      visibility 0.3s ease-in-out 0.0s,
      width 0.3s ease-in-out 0.0s;
    width: 0;
    visibility: hidden;
    opacity: 0;
  }
  
  #global-nav ul.contents-1 > li:hover::after {
    width: 80%;
    visibility: visible;
    opacity: 1;
  }
  
  #global-nav ul.contents-1 > li.current::after {
    width: 80%;
    visibility: visible;
    opacity: 1;
  }

  #global-nav ul.contents-1 > li > a {
    height: 100%;
    padding: 1.125em 1em 1.125em 1.875em;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
  }

  #global-nav ul.contents-1 > li > a:not([href]) {
    cursor: default;
    opacity: 0.3;
  }

  #global-nav ul.contents-1 > li > a::before {
    content: '';
    width: 0.375em;
    height: 0.625em;
    margin-left: -0.75em;
    margin-right: 0.5em;
    background: url("../_image/_common/icon-arrow-3.png") 0 0 / 100% 100% no-repeat;
  }

  #global-nav ul.contents-1 > li.layer-list > a::before {
    width: 0.625em;
    background: url("../_image/_common/icon-plus-1.png") 0 0 / 100% 100% no-repeat;
  }

  #global-nav ul.contents-1 > li.new > a::after {
    content: 'NEW';
    color: #6cc;
    letter-spacing: 1px;
    line-height: 1;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.75em;
    position: absolute;
    z-index: 1;
    top: 0.625em;
    left: 2.75em;
  }

  #global-nav ul.contents-1 > li.layer-list.new > a::after {
    left: 3.125em;
  }

}

/**
 * リスト（第二階層）
 */

/* SP表示 */

@media screen and (max-width:1030px) {

  #global-nav ul.submenu {
    margin: 0 0 1em;
    letter-spacing: 0;
    font-size: 0.875em;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }

  #global-nav ul.submenu li {
    width: 50%;
  }

  #global-nav ul.submenu li.top {
    display: none;
  }

  #global-nav ul.submenu li a {
    padding: 0.5em 0.5em 0.5em 1.25em;
    text-decoration: none;
    display: block;
    position: relative;
    z-index: 0;
  }

  #global-nav ul.submenu li a::after {
    content: '';
    width: 0.25em;
    height: 1px;
    background: #fff;
    position: absolute;
    z-index: 1;
    top: 1.25em;
    left: 0.5em;
  }

  #global-nav ul.submenu li img {
    display: none;
  }

}

/* PC表示 */

@media screen and (min-width:1031px) {

  #global-nav ul.submenu {
    width: 100vw;
    max-width: 1360px;
    padding: min(0.67vw, 10px) min(4vw, 60px) min(0.67vw, 10px);
    border: 1px solid #dedede;
    border-bottom-left-radius: 26px;
    border-bottom-right-radius: 26px;
    background-color: rgba(255, 255, 255, 0.95);
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    transform: translateX(-50%);
    position: absolute;
    z-index: 1;
    top: calc(100% - 1px);
    left: 50%;
    transition:
      max-height 0.3s ease-in-out 0.0s,
      visibility 0.3s ease-in-out 0.0s,
      opacity 0.3s ease-in-out 0.0s;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
  }

  #global-nav li:hover > a[href] + ul.submenu {
    max-height: 400vh;
    visibility: visible;
    opacity: 1;
  }

  #global-nav ul.submenu li a {
    text-decoration: none;
    display: block;
  }

  #global-nav ul.submenu li.top {
    width: 100%;
    margin-left: 1.5em;
    margin-right: 1.5em;
    margin-bottom: 2em;
    border-radius: 6px;
    border: 1px solid #d8d8d8;
    overflow: hidden;
  }

  #global-nav ul.submenu li.top a {
    padding: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease-in-out 0.0s;
    background-color: transparent;
  }

  #global-nav ul.submenu li.top a:hover {
    background-color: #e9eef5;
  }

  #global-nav ul.submenu li.top a::after {
    content: '';
    width: 0.375em;
    height: 0.625em;
    margin-left: 1.5em;
    background: url("../_image/_common/icon-arrow-3.png") 0 0 / 100% 100% no-repeat;
  }

  #global-nav ul.submenu li:not(.top) {
    width: calc(100% / 4);
  }

  #global-nav ul.submenu li:not(.top)  a {
    height: 100%;
    padding: 1.5em;
  }

  #global-nav ul.submenu li:not(.top) img {
    border-radius: 6px;
  }

  #global-nav ul.submenu li:not(.top) div.text {
    margin-top: 0.75em;
    padding-left: 1em;
    position: relative;
    z-index: 0;
  }

  #global-nav ul.submenu li:not(.top) div.text::before {
    content: '';
    width: 0.375em;
    height: 0.625em;
    margin-right: 0.5em;
    background: url("../_image/_common/icon-arrow-3.png") 0 0 / 100% 100% no-repeat;
    position: absolute;
    z-index: 1;
    top: 0.5em;
    left: 0;
  }

}

/**
 * リスト（OUTLINE / MAP）
 */

#global-nav ul.contents-2 {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

#global-nav ul.contents-2 li ~ li {
  margin-left: 1em;
}

#global-nav ul.contents-2 li a {
  padding: 0.5em 1.5em 0.5em 0.5em;
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 0;
}

#global-nav ul.contents-2 li a::after {
  content: '';
  width: 0.375em;
  height: 0.625em;
  background: url("../_image/_common/icon-arrow-3.png") 0 0 / 100% 100% no-repeat;
  filter: brightness(0) invert(1);
  position: absolute;
  z-index: 1;
  top: 1.05em;
  right: 0.5em;
}

@media screen and (min-width:1031px) {

  #global-nav ul.contents-2 {
    display: none;
  }

}

/** ***************************************************************************
 * ビジュアル
 * ************************************************************************* */

body.layout-lower
#visual {
  position: relative;
  z-index: 0;
}

body.layout-lower
#visual img {
  width: 100%;
}

body.layout-lower
#visual div.caption {
  padding: 3px 7px 4px;
  color: #fff;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}

/** ***************************************************************************
 * 下部固定メニュー
 * ************************************************************************* */

#fixed-nemu {
  width: 100%;
  border-top: 1px solid #dedede;
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  z-index: 10;
  left: 0;
  bottom: 0;
  transition:
    visibility 0.5s ease-in-out 0.0s,
    opacity 0.5s ease-in-out 0.0s;
  visibility: hidden;
  opacity: 0;
  display: none;
}

body.scroll-active
#fixed-nemu {
  visibility: visible;
  opacity: 1;
}

#fixed-nemu ul.list {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

#fixed-nemu ul.list li {
  max-height: 48px;
  position: relative;
  z-index: 0;
}

#fixed-nemu ul.list li ~ li::before {
  content: '';
  height: 60%;
  border-left: 1px solid #ccc;
  position: absolute;
  z-index: 1;
  top: 20%;
  left: 0;
}

#fixed-nemu ul.list li a {
  height: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

#fixed-nemu ul.list li img {
  max-height: 100%;
}

@media screen and (min-width:768px) {

  #fixed-nemu {
    display: none;
  }

}

/** ***************************************************************************
 * フッター
 * ************************************************************************* */

#footer {
  border-top: 1px solid #c2c2c2;
  position: relative;
  z-index: 9;
}

#footer div.body {
  max-width: 1540px;
}

/**
 * 関連サイト
 */

#footer div.related-site {
  padding: 30px 0;
}

#footer div.related-site div.title {
  margin-bottom: 20px;
  font-size: 1.375em;
  text-align: center;
}

#footer div.related-site div.banner {
  padding-left: 15%;
  padding-right: 15%;
}

#footer div.related-site div.banner div.item {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#footer div.related-site div.banner div.item ~ div.item {
  margin-top: 30px;
}

#footer div.related-site div.banner div.item a {
  padding-right: 100px;
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 0;
}

#footer div.related-site div.banner div.item a::before {
  content: '';
  width: 80px;
  height: 80px;
  border-radius: 9999px;
  position: absolute;
  z-index: 1;
  top: calc(50% - 40px);
  right: 0;
  transition: background-color 0.3s ease-in-out 0.0s;
  background-color: rgba(102, 119, 136, 0.0);
}

#footer div.related-site div.banner div.item a:hover::before {
  background-color: rgba(102, 119, 136, 1.0);
}

#footer div.related-site div.banner div.item a::after {
  content: '';
  width: 80px;
  height: 80px;
  border-radius: 9999px;
  background: url("../_image/_common/button-more-3.png") 0 0 / 100% 100% no-repeat;
  position: absolute;
  z-index: 1;
  top: calc(50% - 40px);
  right: 0;
  transition: filter 0.3s ease-in-out 0.0s;
  filter: brightness(1) invert(0);
}

#footer div.related-site div.banner div.item a:hover::after {
  filter: brightness(0) invert(1);
}

#footer div.related-site div.banner div.item img {
  filter: none;
}

@media screen and (min-width:768px) {

  #footer div.related-site {
    padding: 60px 0;
  }

  #footer div.related-site div.title {
    margin-bottom: 40px;
    font-size: 1.375em;
  }

  #footer div.related-site div.banner div.item a {
    padding-right: 170px;
  }

  #footer div.related-site div.banner div.item a::before {
    width: 140px;
    height: 140px;
    top: calc(50% - 70px);
  }

  #footer div.related-site div.banner div.item a::after {
    width: 140px;
    height: 140px;
    top: calc(50% - 70px);
  }

  #footer div.related-site div.banner div.item ~ div.item {
    margin-top: 60px;
  }

}

/**
 * 注釈
 */

#footer div.memo {
  padding: 20px 0;
  font-size: 0.75em;
}

@media screen and (min-width:768px) {

  #footer div.memo {
    padding: 40px 0;
    font-size: 0.625em;
  }

}

/**
 * 関連会社
 */

#footer div.company {
  padding: 10px 0 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
}

#footer div.company::after {
  content: '';
  width: 100vw;
  height: 100%;
  background: url("../_image/_common/footer-company-bg.jpg") center top / cover no-repeat;
  position: absolute;
  z-index: -1;
  top: 0;
  left: calc(50% - 50vw);
}

#footer div.company div.item {
  margin: 15px;
}

#footer div.company div.item a {
  text-decoration: none;
  display: block;
}

@media screen and (min-width:768px) {

  #footer div.company {
    padding: 50px 0 60px;
  }

}

/**
 * コピーライト
 */

#footer div.copyright {
  padding: 20px 0 150px;
  text-align: center;
}

#footer div.copyright div.title {
  margin-bottom: 10px;
  line-height: 2;
  font-size: 0.875em;
}

#footer div.copyright div.link {
  margin-right: 1.5em;
  font-size: 0.875em;
  vertical-align: middle;
  display: inline-block;
}

#footer div.copyright div.link a {
  color: inherit;
  text-decoration: none;
}

#footer div.copyright div.link a:hover {
  text-decoration: underline;
}

#footer div.copyright div.text {
  font-size: 0.625em;
  vertical-align: middle;
  display: inline-block;
}

@media screen and (min-width:768px) {

  #footer div.copyright {
    padding: 20px 0;
    text-align: left;
  }

  #footer div.copyright div.title {
    margin-bottom: 10px;
    font-size: 0.625em;
  }

}

/**
 * 下部固定バナー
 */

#footer div.fixed-banner {
  max-width: 100px;
  position: fixed;
  z-index: 10;
  right: 10px;
  bottom: 40px;
  transition:
    visibility 0.5s ease-in-out 0.0s,
    opacity 0.5s ease-in-out 0.0s;
  visibility: hidden;
  opacity: 0;
}

body.scroll-active
#footer div.fixed-banner {
  visibility: visible;
  opacity: 1;
}

#footer div.fixed-banner a {
  text-decoration: none;
  display: block;
}

#footer div.fixed-banner img:nth-child(1) {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

#footer div.fixed-banner img:nth-child(2) {
  animation: fixed-banner 30.0s linear 0.0s infinite;
}

@keyframes fixed-banner {
  0%{
    transform: rotate(0);
  }
  100%{
    transform: rotate(360deg);
  }
}

@media screen and (min-width:768px) {

  #footer div.fixed-banner {
    max-width: 100%;
    right: 20px;
    bottom: 70px;
  }

}

/**
 * ページトップ
 */

#footer div.pagetop {
  position: fixed;
  z-index: 1;
  right: 10px;
  bottom: 10px;
  transition:
    visibility 0.5s ease-in-out 0.0s,
    opacity 0.5s ease-in-out 0.0s;
  visibility: hidden;
  opacity: 0;
}

body.scroll-active
#footer div.pagetop {
  visibility: visible;
  opacity: 1;
}

#footer div.pagetop a {
  text-decoration: none;
  display: block;
}

@media screen and (min-width:768px) {

  #footer div.pagetop {
    right: 45px;
    bottom: 20px;
  }

}
