@charset "utf-8";
/*------------------------------------------------------------
	style
------------------------------------------------------------*/
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, font, 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 {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
  font-family: arial, sans-serif;
}
html {
  font-size: 62.5%;
}
body, table, input, textarea, select, option {
  font-family: Arial, sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
ol, ul {
  list-style: none;
  box-sizing: border-box;
}
blockquote, q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.rf-lens-world-link {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.rf-lens-world-link:link {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.rf-lens-world-link:visited {
  color: #fff;
}
.rf-lens-world-link:hover {
  color: #fff;
  opacity: 0.7;
}
.rf-lens-world-link:active {
  color: #fff;
}
/*------------------------------------------------------------
	layout
------------------------------------------------------------*/
body {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #000;
  --sub-font: 'Noto Sans JP', sans-serif;
  --en-font: 'Roboto', sans-serif;
  border-top: 2px solid #b90000;
}
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
#conts {
  text-align: left;
  position: relative;
  overflow: hidden;
}
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media all and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  body {
    min-width: inherit;
    font-size: 1.4rem;
    border-top: none;
  }
  a:hover, a:hover img {
    opacity: 1 !important;
  }
  .pc {
    display: none !important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}
@media all and (max-width: 374px) {
  html {
    font-size: 52%;
  }
}
/*------------------------------------------------------------
	header
------------------------------------------------------------*/
.head {
  min-height: 50px;
  padding: 0 20px;
  position: relative;
  box-sizing: border-box;
  background-color: #000;
  z-index: 999;
}
.head-inner {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}
.head-logo {
  position: absolute;
  left: 0;
  top: 8px;
}
.head-logo a:hover {
  opacity: 1 !important;
}
.head-navi {
  padding: 0 100px 0 160px;
}
.head-navi ul {
  display: flex;
  justify-content: center;
  gap: 0 42px;
  font-size: 1.4rem;
  line-height: calc(18/14);
}
.head-navi ul li {
  position: relative;
}
.head-navi ul li a {
  padding: 0 5px 2px;
  min-height: 50px;
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}
.head-navi ul li.on a::before {
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #b90000;
  content: "";
}
.head-navi ul li .inner-list {
  display: none;
  width: calc(100% + 52px);
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  z-index: 888;
}
.head-navi ul li .inner-list li {
  background-color: #2c2c2c;
}
.head-navi ul li .inner-list li a {
  padding: 10px 2px;
  min-height: inherit;
  display: block;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  background-color: #2c2c2c;
  border-bottom: 1px solid #4c4c4c;
}
.head-navi ul li .inner-list li a::before, .head-navi ul li .inner-list li a::after {
  display: none;
}
.head-navi ul li .inner-list li:nth-child(1) a {
  border-top: 1px solid #4c4c4c;
}
@media all and (min-width: 768px) {
  .head .menu, .menu-box {
    display: none !important;
  }
  .head-navi ul li .inner-list li a:hover {
    background-color: #4c4c4c;
    opacity: 1;
  }
  .head-navi ul li a:hover {
    background-color: #4c4c4c;
    opacity: 1;
  }
}
@media all and (max-width: 1199px) and (min-width: 768px) {
  .head-navi {
    padding-right: 8.3vw;
  }
  .head-logo {
    width: 12.5vw;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
  }
}
@media all and (max-width: 960px) and (min-width: 768px) {
  .head-navi {
    padding-right: 0;
  }
  .head-navi ul li a {
    font-size: 1.4vw;
  }
}
@media all and (max-width: 920px) and (min-width: 768px) {
  .head-navi ul li .inner-list {
    width: calc(100% + 28px);
  }
}
@media all and (max-width: 767px) {
  .head {
    padding: 0;
    min-height: 40px;
  }
  .head-navi {
    display: none;
  }
  .head-logo {
    width: 99px;
    left: 19px;
    top: 12px;
  }
  .head .menu {
    margin: 0 0 0 auto;
    padding: 3px 0 4px;
    width: 48px;
    position: relative;
    cursor: pointer;
  }
  .head .menu::before {
    width: 1px;
    position: absolute;
    left: 1px;
    top: 6px;
    bottom: 0;
    background-color: #fff;
    content: "";
  }
  .head .menu p {
    font-size: 1.2rem;
    line-height: calc(18/12);
    text-align: center;
  }
  .head .menu .line-box {
    margin: 0 auto;
    position: relative;
    width: 10px;
    height: 10px;
  }
  .head .menu .line-box .line {
    width: 100%;
    height: 1px;
  }
  .head .menu .line-box .line {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
  }
  .head .menu .line-box .line:nth-child(2) {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: 0.3s;
    background-color: #fff;
  }
  .head .menu.on .line-box .line:nth-child(2) {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .menu-box {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 39px;
    overflow: auto;
    z-index: 1;
    background-color: #000;
  }
  .menu-box .link-list li {
    position: relative;
    border-top: 1px solid #fff;
  }
  .menu-box .link-list .more {
    padding: 0;
    width: 40px;
    height: 52px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    box-sizing: border-box;
    background: none;
  }
  .menu-box .link-list .more::before, .menu-box .link-list .more::after {
    width: 20px;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    transition: 0.3s;
    content: "";
  }
  .menu-box .link-list .more::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .menu-box .link-list .more.on::after {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .menu-box .link-list li:last-child {
    border-bottom: 1px solid #fff;
  }
  .menu-box .link-list li a {
    display: block;
    font-size: 1.4rem;
    position: relative;
  }
  .menu-box .link-list li a span {
    margin: 0 auto;
    padding: 15px 15px 16px 9px;
    max-width: 220px;
    display: block;
    box-sizing: border-box;
    background: url(../img/common/icon-arrow01.png) no-repeat right center / 10px;
  }
  .menu-box .link-list li.on::after {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background-color: #b90000;
    z-index: 1;
    content: "";
  }
  .menu-box .link-list li .inner-list {
    display: none;
  }
  .menu-box .link-list li .inner-list li {
    border-top: none;
    border-bottom: none;
  }
  .menu-box .link-list li .inner-list li:nth-child(1) a {
    border-top: 1px solid #4c4c4c;
  }
  .menu-box .link-list li .inner-list li a {
    padding: 10px 2px;
    display: block;
    border-bottom: 1px solid #4c4c4c;
    text-align: center;
  }
}