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: 100%;
  vertical-align: baseline;
  background: transparent;
}
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;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
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;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
@font-face {
  font-family: 'Ubuntu';
  src: url("../assets/fonts/Ubuntu-Regular.woff") format('woff');
}
html {
  font-size: 62.5%;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  min-width: 820px;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 335px;
  }
}
a {
  text-decoration: none;
  color: #000;
}
.pc-img {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc-img {
    display: none !important;
  }
}
.sp-img {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-img {
    display: block !important;
  }
}
.spnav {
  display: none;
}
@media screen and (max-width: 768px) {
  .spnav {
    display: block;
    position: fixed;
    z-index: 100;
    top: -51px;
    transition: all 500ms 0s ease;
  }
  .spnav .spnav_button {
    width: 100vw;
    height: 50px;
    background-color: #000;
    position: absolute;
    z-index: 200;
  }
  .spnav .spnav_button .spnav_button_hmbg {
    width: 50px;
    margin: -10px auto 0;
  }
  .spnav .spnav_button .spnav_button_hmbg .hamburger {
    pointer-events: none;
  }
  .spnav .spnav_nav {
    width: 100vw;
    height: 70px;
    background-color: #000;
    border-top: solid 1px #fff;
    position: absolute;
    top: -20px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 500ms 0s ease;
  }
  .spnav .spnav_nav ul {
    font-family: 'Ubuntu';
    font-size: 1.8rem;
    line-height: 1.8rem;
    display: inline-flex;
    justify-content: space-between;
  }
  .spnav .spnav_nav ul li {
    display: inline-block;
  }
  .spnav .spnav_nav ul li a {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .spnav_show {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .spnav_open .spnav_nav {
    top: 50px;
  }
}
.button .button_wrapper {
  display: block;
  position: relative;
  background-color: #fff;
  width: 300px;
  height: 50px;
  margin: 40px auto 0;
  border-radius: 2px;
  border: 2px solid #000;
  transition: all 500ms 0s ease;
}
@media screen and (max-width: 768px) {
  .button .button_wrapper {
    width: 89.33333333333333vw;
    height: 18.666666666666668vw;
    margin: 10.666666666666666vw auto 0;
    border-radius: 0.8vw;
    border: 0.533333333333333vw solid #000;
  }
}
.button .button_wrapper .button_content_text {
  position: absolute;
  display: inline-block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 50px;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .button .button_wrapper .button_content_text {
    line-height: 18.666666666666668vw;
  }
}
.button .button_wrapper .button_content_icon {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
}
.button:hover .button_wrapper {
  background-color: #000;
}
.button:hover .button_wrapper .button_content_text {
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .button:hover .button_wrapper {
    background-color: #fff;
  }
  .button:hover .button_wrapper .button_content_text {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
  }
}
.whiteScreen {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #fff;
  opacity: 1;
  overflow: hidden;
  top: 0;
  lefrt: 0;
  z-index: 1000;
}
.whiteScreen .active {
  opacity: 0;
}
section {
  position: relative;
  overflow: hidden;
}
section .section_box {
  width: 820px;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  section .section_box {
    width: 89.33333333333333vw;
    margin: 21.333333333333332vw auto;
  }
}
section .section_box h2 {
  font-family: 'Ubuntu';
  font-size: 1.8rem;
  display: inline-block;
  line-height: 2.4rem;
  border-bottom: 0.5px solid #000;
  padding: 0 0.3vw;
}
@media screen and (max-width: 768px) {
  section .section_box h2 {
    border-bottom: 0.266666666666667vw solid #000;
  }
}
footer {
  background: #000;
  padding: 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer {
    flex-direction: column;
    text-align: center;
  }
}
footer .lumine_logo {
  background-image: url("../assets/images/lumine_logo.png");
  background-repeat: no-repeat;
  background-size: 111px 25px;
  width: 111px;
  height: 25px;
}
@media screen and (max-width: 768px) {
  footer .lumine_logo {
    margin: 0 auto;
    background-image: url("../assets/images/lumine_logo.png");
    background-repeat: no-repeat;
    background-size: 29.6vw 6.666666666666667vw;
    width: 29.6vw;
    height: 6.666666666666667vw;
  }
}
@media screen and (max-width: 768px) {
  footer .copyright {
    margin-top: 5.333333333333333vw;
  }
}
footer .copyright p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  color: #fff;
  line-height: 26px;
}
.fadeFlg {
  opacity: 0;
  transition: all 500ms 0s ease;
  transition: opacity 1000ms 0ms ease;
}
.fadeFlg.on {
  opacity: 1;
}
.firstview {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .firstview {
    height: 100vh;
  }
}
.firstview figure .firstview_slide {
  position: absolute;
  display: block;
  float: right;
  top: 40px;
  right: 0;
  bottom: 40px;
  left: 160px;
}
@media screen and (max-width: 768px) {
  .firstview figure .firstview_slide {
    float: none;
    top: 26.666666666666668vw;
    left: 5.333333333333333vw;
    right: 5.333333333333333vw;
    bottom: 26.666666666666668vw;
  }
}
.firstview figure .firstview_slide .slick-list {
  width: 100%;
  height: 100%;
}
.firstview figure .firstview_slide .slick-list .slick-track {
  width: 100%;
  height: 100%;
}
.firstview figure .firstview_slide .slick-list .slick-track .slick-slide {
  width: 100%;
  height: 100%;
}
.firstview figure .firstview_slide .slick-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.firstview figure .firstview_slide .slick-dots {
  position: absolute;
  right: 40px;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  .firstview figure .firstview_slide .slick-dots {
    text-align: center;
    left: 0;
    right: 0;
    bottom: 6.933333333333334vw;
  }
}
.firstview figure .firstview_slide .slick-dots li {
  display: inline-block;
}
.firstview figure .firstview_slide .slick-dots li button {
  background-color: transparent;
  outline: none;
  padding: 0;
  appearance: none;
  cursor: pointer;
  position: relative;
  text-indent: -9999px;
  width: 8px;
  height: 8px;
  border: 1px solid #989898 !important;
  border-radius: 5px !important;
}
.firstview figure .firstview_slide .slick-dots li + li {
  margin-left: 7px;
}
.firstview figure .firstview_slide .slick-dots .slick-active button {
  cursor: default;
  background-color: #989898;
}
.firstview figure .firstview_slide_caption {
  display: inline-block;
  position: absolute;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  text-decoration: underline solid #989898;
  right: 40px;
  bottom: 80px;
}
@media screen and (max-width: 768px) {
  .firstview figure .firstview_slide_caption {
    text-align: center;
    left: 0;
    right: 0;
    bottom: 40.53333333333333vw;
  }
}
.firstview figure .firstview_slide_caption a {
  color: #989898;
}
.firstview h1 {
  display: block;
  position: absolute;
  top: 80px;
  left: 80px;
  width: 168px;
  height: 90px;
}
@media screen and (max-width: 768px) {
  .firstview h1 {
    top: 10.666666666666666vw;
    left: 0;
    right: 0;
    width: 44.8vw;
    height: 24vw;
    margin: auto;
  }
}
.firstview h1 a {
  display: inline-block;
  background-image: url("../assets/images/tabi_logo.png");
  background-repeat: no-repeat;
  background-size: 168px 90px;
  width: 168px;
  height: 90px;
}
@media screen and (max-width: 768px) {
  .firstview h1 a {
    background-image: url("../assets/images/tabi_logo.png");
    background-repeat: no-repeat;
    background-size: 44.8vw 24vw;
    width: 44.8vw;
    height: 24vw;
  }
}
.firstview nav {
  position: absolute;
  top: 176px;
  left: 80px;
}
.firstview nav ul {
  display: flex;
  flex-direction: column;
}
.firstview nav ul li {
  margin-top: 24px;
}
.firstview nav ul a {
  text-decoration: none;
  font-family: 'Ubuntu';
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #000;
  transition: all 500ms 0s ease;
}
.firstview nav ul a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .firstview nav {
    top: auto;
    bottom: 16vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 69.33333333333333vw;
  }
  .firstview nav ul {
    flex-direction: row;
    justify-content: space-around;
  }
  .firstview nav ul li {
    margin-top: 0;
  }
}
.firstview .firstview_scroll {
  position: absolute;
  left: 50px;
  bottom: 0;
  margin: 0;
}
.firstview .firstview_scroll p {
  position: absolute;
  top: -26px;
  left: -14px;
  transform: rotateZ(-90deg);
  display: inline;
  font-family: 'Ubuntu';
  font-size: 1.2rem;
  line-height: 1.2rem;
  margin: 0;
  animation: 1s ease-out 0s infinite normal none animePC;
  animation-play-state: running;
}
@-moz-keyframes animePC {
  0% {
    top: -36px;
    opacity: 0;
  }
  100% {
    top: -26px;
    opacity: 1;
  }
}
@-webkit-keyframes animePC {
  0% {
    top: -36px;
    opacity: 0;
  }
  100% {
    top: -26px;
    opacity: 1;
  }
}
@-o-keyframes animePC {
  0% {
    top: -36px;
    opacity: 0;
  }
  100% {
    top: -26px;
    opacity: 1;
  }
}
@keyframes animePC {
  0% {
    top: -36px;
    opacity: 0;
  }
  100% {
    top: -26px;
    opacity: 1;
  }
}
.firstview .firstview_scroll .firstview_scroll_line {
  display: inline-block;
  width: 1px;
  height: 30px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .firstview .firstview_scroll {
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 8.533333333333333vw;
    height: 8.533333333333333vw;
  }
  .firstview .firstview_scroll p {
    transform: rotateZ(0deg);
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 8.533333333333333vw;
    bottom: 4.266666666666667vw;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation: 1s ease-out 0s infinite normal none running animePS;
  }
@-moz-keyframes animePS {
    0% {
      top: -5px;
      opacity: 0;
    }
    100% {
      top: 0px;
      opacity: 1;
    }
}
@-webkit-keyframes animePS {
    0% {
      top: -5px;
      opacity: 0;
    }
    100% {
      top: 0px;
      opacity: 1;
    }
}
@-o-keyframes animePS {
    0% {
      top: -5px;
      opacity: 0;
    }
    100% {
      top: 0px;
      opacity: 1;
    }
}
@keyframes animePS {
    0% {
      top: -5px;
      opacity: 0;
    }
    100% {
      top: 0px;
      opacity: 1;
    }
}
  .firstview .firstview_scroll .firstview_scroll_line {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    right: 0;
    width: 0.266666666666667vw;
    height: 3.2vw;
    margin: auto;
  }
}
.area {
  background-color: #fff;
  text-align: center;
}
.area .area_block {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .area .area_block {
    margin-top: 14.933333333333334vw;
  }
}
.area .area_block figure {
  position: relative;
  margin: 0 auto;
  width: 650px;
  height: 366px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .area .area_block figure {
    width: 89.33333333333333vw;
    height: auto;
    min-height: 75.2vw;
  }
}
.area .area_block figure .area_block_back {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .area .area_block figure .area_block_back {
    border-radius: 0.8vw;
  }
}
.area .area_block figure .area_block_back img {
  width: 650px;
  height: 416px;
  border-radius: 3px;
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .area .area_block figure .area_block_back img {
    margin-top: -5.333333333333333vw;
    width: 94.66666666666667vw;
    object-fit: cover;
  }
}
.area .area_block figure figcaption {
  position: absolute;
  display: inline-block;
  color: #fff;
  font-family: 'Ubuntu';
  font-size: 2rem;
  background-color: #000;
  line-height: 38px;
  width: 120px;
  height: 42px;
  vertical-align: middle;
  top: -16px;
  left: 20px;
  z-index: 40;
}
@media screen and (max-width: 768px) {
  .area .area_block figure figcaption {
    position: absolute;
    line-height: 10.133333333333333vw;
    width: 32vw;
    height: 11.2vw;
    top: -4.266666666666667vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.area .area_block figure figcaption .area_figcap {
  display: inline-block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .area .area_block figure figcaption .area_figcap {
    margin-left: 2.666666666666667vw;
  }
}
.area .area_block figure .area_block_black {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  opacity: 0;
  border-radius: 3px;
  z-index: 20;
  transition: all 500ms 0s ease;
}
@media screen and (max-width: 768px) {
  .area .area_block figure .area_block_black {
    border-radius: 0.8vw;
  }
}
.area .area_block figure .area_block_text {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 30;
}
@media screen and (max-width: 768px) {
  .area .area_block figure .area_block_text {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    width: 78.66666666666667vw;
    padding: 10.666666666666666vw 0;
  }
}
.area .area_block figure .area_block_text p {
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 3rem;
  opacity: 0;
  width: 480px;
  transition: all 500ms 200ms ease;
}
@media screen and (max-width: 768px) {
  .area .area_block figure .area_block_text p {
    width: auto;
  }
}
.area .area_block figure .area_block_text .area_block_text_arrow {
  background-image: url("../assets/images/arrow.png");
  background-repeat: no-repeat;
  background-size: 40px 10px;
  width: 40px;
  height: 10px;
  margin: 40px auto 0;
  opacity: 0;
  transition: all 500ms 200ms ease;
}
@media screen and (max-width: 768px) {
  .area .area_block figure .area_block_text .area_block_text_arrow {
    background-image: url("../assets/images/arrow.png");
    background-repeat: no-repeat;
    background-size: 10.666666666666666vw 2.666666666666667vw;
    width: 10.666666666666666vw;
    height: 2.666666666666667vw;
    margin: 5.333333333333333vw auto 0;
  }
}
.area .area_block figure:hover .area_block_black {
  opacity: 0.6;
}
.area .area_block figure:hover .area_block_text p {
  opacity: 1;
}
.area .area_block figure:hover .area_block_text .area_block_text_arrow {
  opacity: 1;
}
.area .sp-block_hover figure .area_block_black {
  opacity: 0.6;
}
.area .sp-block_hover figure .area_block_text p {
  opacity: 1;
}
.area .sp-block_hover figure .area_block_text .area_block_text_arrow {
  opacity: 1;
}
.anchor {
  display: block;
  padding-top: 120px;
  margin-top: -120px;
}
