@charset "UTF-8";
/* ======================================================================
 common style index
・reset
・setting
・mixin
・base
・sprite
・utility
・component
・layout
・z-index
====================================================================== */
/* ======================================================================
 reset
====================================================================== */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  color: #000;
}

/* html5doctor.com Reset Stylesheet v1.6.1
  Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details,
dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section,
small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  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 #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 base
====================================================================== */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 40px;
}

body {
  position: relative;
  background: #fff;
  color: #fff;
  font-family: "Noto Sans", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
body.js_page_trans {
  opacity: 0;
}

html, body {
  width: 100%;
  height: 100%;
}

.page {
  width: 100%;
  margin: 0 auto;
}

/* border-box */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* h1 - h6 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

/* a */
a:link {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
a:active {
  color: #fff;
  text-decoration: none;
}

a[href^="tel"] {
  color: #fff;
}

/* Text Highlight */
/* button */
button {
  display: block;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

/* input */
input, textarea, select {
  display: block;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  border-image: none;
  background: transparent;
  font-family: inherit;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input::-ms-expand, textarea::-ms-expand, select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}

/* placeholder */
input:placeholder-shown, textarea:placeholder-shown {
  color: #fff;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #fff;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #fff;
}
input:focus:placeholder-shown, textarea:focus:placeholder-shown {
  color: #fff;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #fff;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #fff;
}

img {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* ======================================================================
 sprite
====================================================================== */
/* =================================
 hoge
================================= */
/* =================================
 hoge
================================= */
/* =================================
 hoge
================================= */
/* ======================================================================
 utility
====================================================================== */
/* =================================
 layout
================================= */
.cf {
  *zoom: 1;
}
.cf:after {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: 0;
  content: '\0020';
}

@media screen and (min-width: 1025px) {
  .u_pc {
    display: block;
  }

  .u_sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .u_pc {
    display: none;
  }

  .u_sp {
    display: block;
  }
}
.u_fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.u_body_fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* =================================
 text pt
================================= */
.u_txt_1 {
  font-size: 2em;
  line-height: 2em;
  letter-spacing: .1em;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .u_txt_1 {
    font-size: 1.6em;
    letter-spacing: 0;
  }
}

.u_txt_2 {
  font-size: 1.6em;
  line-height: 1.4em;
  letter-spacing: .1em;
  color: #AFAFAF;
}

.u_txt_3 {
  font-size: 2.2em;
  line-height: 1;
  letter-spacing: .1em;
  color: #E8C11B;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
}
.u_txt_3 span {
  font-size: .727em;
}

.u_txt_4 {
  font-size: 2em;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}

.u_txt_5 {
  font-size: 1.6em;
  line-height: 1.5;
  color: #fff;
}

.u_txt_6 {
  font-size: 1.8em;
  line-height: 1;
  letter-spacing: .1em;
  color: #E8C11B;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .u_txt_6 {
    font-size: 1.5em;
  }
}

/* =================================
 text weight
================================= */
.u_lighter {
  font-weight: lighter;
}

.u_bold {
  font-weight: bold;
}

/* =================================
 text marker
================================= */
.u_marker_1_1 {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmY2NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmY2NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -moz-linear-gradient(top, #ffff66 0%, #ffff66 100%);
  background: -webkit-linear-gradient(top, #ffff66 0%, #ffff66 100%);
  background: linear-gradient(to bottom, #ffff66 0%, #ffff66 100%);
}

.u_marker_1_2 {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmNjYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #ffff66 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #ffff66 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #ffff66 100%);
}

/* =================================
 box-shadow
================================= */
.u_box_shadow_1 {
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

/* =================================
 gradation
================================= */
.u_gradient_1 {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5ZTlmMyIvPjxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjYTllOWYzIi8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiMyZDlkYWUiLz48c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iIzJkOWRhZSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMmQ5ZGFlIi8+PHN0b3Agb2Zmc2V0PSI4MyUiIHN0b3AtY29sb3I9IiMyZDlkYWUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZGY1ZmQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -moz-linear-gradient(270deg, #a9e9f3 0%, #a9e9f3 10%, #2d9dae 25%, #2d9dae 37%, #2d9dae 50%, #2d9dae 83%, #bdf5fd 100%);
  background: -webkit-linear-gradient(270deg, #a9e9f3 0%, #a9e9f3 10%, #2d9dae 25%, #2d9dae 37%, #2d9dae 50%, #2d9dae 83%, #bdf5fd 100%);
  background: linear-gradient(180deg, #a9e9f3 0%, #a9e9f3 10%, #2d9dae 25%, #2d9dae 37%, #2d9dae 50%, #2d9dae 83%, #bdf5fd 100%);
}

/* =================================
 animation
================================= */
/* =================================
 hoge
================================= */
/* ======================================================================
 component
====================================================================== */
/* =================================
 title
================================= */
.c_ttl_1 {
  font-size: 2.8em;
  text-align: center;
  font-weight: normal;
  letter-spacing: .025em;
  margin: 0 0 20px;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .c_ttl_1 {
    font-size: 2.2em;
  }
}
.c_ttl_1:before, .c_ttl_1:after {
  content: "";
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #fff;
}
.c_ttl_1:before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 25%, #f6f6f6 100%);
  margin: 0 10px 0 0;
}
.c_ttl_1:after {
  background: linear-gradient(90deg, #ffffff 0%, rgba(246, 246, 246, 0) 75%);
  margin: 0 0 0 10px;
}

/* =================================
 buttons
================================= */
.c_btn_1 {
  background: linear-gradient(90deg, #ffe67e 0%, #e8c11b 100%);
  display: inline-block;
  padding: 10px 15px;
  color: #0B0F12;
  font-size: 1.6rem;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}
.c_btn_1a[href^="tel"] {
  color: #0B0F12;
}
.c_btn_1:hover {
  opacity: 0.7;
}
.c_btn_1:after {
  content: '';
  width: 146px;
  height: 40px;
  border: 1px solid #E8C11B;
  position: absolute;
  left: -3px;
  top: -3px;
}

/* =================================
 icon
================================= */
/* =================================
 alerts
================================= */
/* =================================
 pager
================================= */
/* =================================
 table
================================= */
/* =================================
 forms
================================= */
/* =================================
 list
================================= */
/* =================================
 item
================================= */
/* =================================
 hoge
================================= */
/* ======================================================================
 layout
====================================================================== */
/* =================================
 l_content_size
================================= */
.l_content_size_sp_1 {
  padding: 0 4.6875%;
}
@media screen and (min-width: 1025px) {
  .l_content_size_sp_1 {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.l_content_size_pc_1 {
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l_content_size_pc_1 {
    width: auto;
    padding: 0 5%;
  }
}

/* =================================
 l_container
================================= */
.l_container {
  position: relative;
}

/* =================================
 l_header
================================= */
.l_header {
  width: 100%;
  position: absolute;
  color: #fff;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .l_header {
    padding: 10px;
    display: none;
  }
}
.l_header .inner {
  width: 1160px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .l_header .inner {
    width: 100%;
  }
}
.l_header .inner .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l_header .inner .box {
    display: block;
  }
}
.l_header .inner .box .logo {
  font-weight: normal;
}
.l_header .inner .box .txt_box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.l_header .inner .box .txt_box .tel_link {
  color: #fff;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
  .l_header .inner .box .txt_box .tel_link {
    margin: 10px 0;
    display: block;
  }
}
.l_header .inner .gnav {
  margin: 20px 0 0;
}
.l_header .inner .gnav .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.l_header .inner .gnav .inner .list {
  margin: 0 15px 0;
}
.l_header .inner .gnav .inner .list .link {
  color: #fff;
  font-size: 1.6rem;
}

/* =================================
 l_header_sp
================================= */
.l_header_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .l_header_sp {
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
  }
}
.l_header_sp .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #070D10;
  padding: 20px 5%;
}
.l_header_sp .inner .right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.l_header_sp .inner .right .c_btn_1 {
  width: 116px;
  font-size: 1.4em;
  padding: 0;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin: 0 20px 0 0;
  color: #0B0F12;
}
.l_header_sp .inner .right .c_btn_1:after {
  width: 120px;
  height: 34px;
}
.l_header_sp .inner .right .toggle_btn {
  display: block;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
  position: relative;
}
.l_header_sp .inner .right .toggle_btn.open span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.l_header_sp .inner .right .toggle_btn.open span:nth-child(2) {
  opacity: 0;
}
.l_header_sp .inner .right .toggle_btn.open span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}
.l_header_sp .inner .right .toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  transition: all .5s;
}
.l_header_sp .inner .right .toggle_btn span:nth-child(1) {
  top: 4px;
}
.l_header_sp .inner .right .toggle_btn span:nth-child(2) {
  top: 14px;
}
.l_header_sp .inner .right .toggle_btn span:nth-child(3) {
  bottom: 4px;
}

/* =================================
 l_menu_sp
================================= */
.l_menu_sp {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  bottom: 0;
  width: 100%;
  background: #060C10;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  opacity: 0;
}
.l_menu_sp.open {
  left: 0;
  opacity: 1;
  background: rgba(6, 12, 16, 0.8);
}
.l_menu_sp > .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.l_menu_sp > .inner .gnav .inner .list {
  margin: 30px 0;
  text-align: center;
}
.l_menu_sp > .inner .gnav .inner .list .link {
  color: #fff;
  font-size: 1.6em;
}

/* =================================
 l_breadcrumbs
================================= */
/* =================================
 l_main_visual
================================= */
.l_main_visual {
  width: 100%;
  height: 100vh;
  background: url(../img/common/mv.png) no-repeat center center/cover;
  background-color: #070D10;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l_main_visual {
    background: url(../img/common/mv_sp.png) no-repeat center center/cover;
  }
  .l_main_visual:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.l_main_visual .inner .mv_img {
  position: relative;
}
@media screen and (max-width: 768px) {
  .l_main_visual .inner .mv_img {
    width: 80%;
    margin: auto;
  }
}
.l_main_visual .inner .mv_img img {
  max-width: 100%;
}
.l_main_visual .inner .scroll {
  padding: 0 0 70px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  color: #fff;
  font-size: 1.2rem;
  margin: 0 0 0 -14px;
}
.l_main_visual .inner .scroll span {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
/* =================================
 l_content
================================= */
/* =================================
 l_main
================================= */
.l_main .inner .l_sec {
  background: #070D10;
  padding: 90px 0 70px;
}
@media screen and (max-width: 768px) {
  .l_main .inner .l_sec {
    padding: 55px 0 35px;
  }
}
.l_main .inner .l_sec._1 {
  color: #fff;
}
.l_main .inner .l_sec._1 .u_txt_1 {
  margin: 0 0 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l_main .inner .l_sec._1 .u_txt_1 {
    margin: 0 0 20px;
  }
}
.l_main .inner .l_sec._1 .u_txt_2 {
  text-align: center;
  margin: 50px 0 0;
}
.l_main .inner .l_sec._2 .slick01 {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 0 0 100px;
}
.l_main .inner .l_sec._3 {
  background-color: #070D10;
  background-size: cover;
  background-image: url(/assets/img/common/main_menu_wrap.png);
  background-repeat: no-repeat;
}
.l_main .inner .l_sec._3 .c_ttl_1 {
  margin: 0 0 30px;
}
.l_main .inner .l_sec._3 .main_menu {
  width: 700px;
  height: 300px;
  background: url(/assets/img/common/main_menu_bg.png) no-repeat 100% 100%/contain;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l_main .inner .l_sec._3 .main_menu {
    width: 335px;
    height: 325px;
    background: url(/assets/img/common/main_menu_bg_sp.png) no-repeat 100% 100%/contain;
  }
}
.l_main .inner .l_sec._3 .main_menu .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .l_main .inner .l_sec._3 .main_menu .list {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.l_main .inner .l_sec._3 .main_menu .list .item {
  text-align: center;
  margin: 0 25px 0;
}
@media screen and (max-width: 768px) {
  .l_main .inner .l_sec._3 .main_menu .list .item {
    width: 40%;
    margin: 10px 0px;
  }
}
.l_main .inner .l_sec._3 .main_menu .list .item .u_txt_6 {
  margin: 10px 0 0;
}
.l_main .inner .l_sec._3 .main_menu .list .item .u_txt_3 {
  margin: 10px 0 0;
}
.l_main .inner .l_sec._3 .magic_txt {
  font-size: 1.8em;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin: 30px 0 0;
}
.l_main .inner .l_sec._4 .sub_txt {
  font-size: 1.4em;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 30px;
}
.l_main .inner .l_sec._4 .tab-area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l_main .inner .l_sec._4 .tab-area {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.l_main .inner .l_sec._4 .tab-area .tab.active {
  color: #fff;
}
.l_main .inner .l_sec._4 .tab-area .tab.active:after {
  content: '';
  width: 100px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: 0 0 0 -50px;
}
.l_main .inner .l_sec._4 .tab-area .tab {
  position: relative;
  font-size: 1.6em;
  color: #AFAFAF;
  padding: 0 40px 20px;
  background: url(/assets/img/common/dot.png) no-repeat right 3px;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
@media screen and (max-width: 768px) {
  .l_main .inner .l_sec._4 .tab-area .tab {
    margin: 0 0 15px;
    padding: 0 20px 10px;
  }
}
.l_main .inner .l_sec._4 .tab-area .tab:last-child {
  background: none;
}
@media screen and (max-width: 768px) {
  .l_main .inner .l_sec._4 .tab-area .tab:nth-child(2) {
    background: none;
  }
}
.l_main .inner .l_sec._4 .tab-area .tab:hover {
  opacity: .7;
  cursor: pointer;
}
.l_main .inner .l_sec._4 .content-area {
  color: #fff;
}
.l_main .inner .l_sec._4 .content-area .content.show {
  margin: 30px 0 0;
  padding: 20px 0;
  border-top: solid 1px #4D4D4D;
  border-bottom: solid 1px #4D4D4D;
  display: block;
}
.l_main .inner .l_sec._4 .content-area .content.show .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.l_main .inner .l_sec._4 .content-area .content.show .inner:not(:first-of-type) {
  padding: 20px 0 0;
  margin: 20px 0 0;
  border-top: solid 1px #4D4D4D;
}
@media screen and (max-width: 768px) {
  .l_main .inner .l_sec._4 .content-area .content.show .inner {
    display: block;
  }
}
.l_main .inner .l_sec._4 .content-area .content.show .inner .left {
  width: 770px;
}
@media screen and (max-width: 768px) {
  .l_main .inner .l_sec._4 .content-area .content.show .inner .left {
    width: 100%;
  }
}
.l_main .inner .l_sec._4 .content-area .content.show .inner .left .menu_ttl {
  color: #E8C11B;
  font-size: 1.4em;
  margin: 0 0 10px;
  font-weight: bold;
}
.l_main .inner .l_sec._4 .content-area .content.show .inner .left .menu_ttl:not(:first-of-type) {
  margin: 30px 0 10px;
}
.l_main .inner .l_sec._4 .content-area .content.show .inner .left .menu_txt {
  font-size: 1.4em;
  color: #fff;
  line-height: 1.5;
}
.l_main .inner .l_sec._4 .content-area .content.show .inner .right {
  margin: 10px 0 0;
}
.l_main .inner .l_sec._4 .content-area .content.show .inner .right .u_txt_3 {
  text-align: right;
}
.l_main .inner .l_sec._4 .content-area .content {
  display: none;
}
.l_main .inner .l_sec._5 .sub_txt {
  font-size: 1.4em;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 30px;
}
.l_main .inner .l_sec._5 .map_area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  .l_main .inner .l_sec._5 .map_area {
    display: block;
  }
}
.l_main .inner .l_sec._5 .map_area .left .img {
  max-width: 100%;
}
.l_main .inner .l_sec._5 .map_area .right {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .l_main .inner .l_sec._5 .map_area .right {
    width: 100%;
    margin: 30px 0 0;
  }
}
.l_main .inner .l_sec._5 .map_area .right .u_txt_4 {
  margin: 0 0 15px;
}
.l_main .inner .l_sec._5 .map_area .right .shop_detail {
  margin: 10px 0;
  padding: 0 0 0 10px;
}
.l_main .inner .l_sec._5 .map_area .right .shop_detail:last-of-type {
  margin: 10px 0 30px;
}
.l_main .inner .l_sec._5 .map_area .right .shop_detail dt {
  font-size: 1.6em;
  color: #E8C11B;
  margin: 0 0 10px;
  position: relative;
}
.l_main .inner .l_sec._5 .map_area .right .shop_detail dt:before {
  content: '';
  width: 5px;
  height: 1px;
  background: #E8C11B;
  position: absolute;
  top: 50%;
  left: -10px;
}
.l_main .inner .l_sec._5 .map_area .right .shop_detail dd {
  font-size: 1.6em;
  color: #fff;
}
.l_main .inner .l_sec._5 .map_area .right .access_list {
  margin: 5px 0 0;
}
.l_main .inner .l_sec._5 .map_area .right .access_list .item {
  font-size: 1.6em;
  margin: 10px 0;
  color: #fff;
}
.l_main .inner .l_sec._6 .l_content_size_pc_1 .sns_area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  .l_main .inner .l_sec._6 .l_content_size_pc_1 .sns_area {
    display: block;
  }
}
.l_main .inner .l_sec._6 .l_content_size_pc_1 .sns_area .left {
  width: 330px;
}
@media screen and (max-width: 768px) {
  .l_main .inner .l_sec._6 .l_content_size_pc_1 .sns_area .left {
    width: 100%;
  }
}
.l_main .inner .l_sec._6 .l_content_size_pc_1 .sns_area .right {
  width: 520px;
}
@media screen and (max-width: 768px) {
  .l_main .inner .l_sec._6 .l_content_size_pc_1 .sns_area .right {
    width: 100%;
    margin: 20px 0 0;
  }
}
.l_main .inner .l_sec._6 .l_content_size_pc_1 .sns_area .right .sns_list .item {
  margin: 0 0 20px;
}
.l_main .inner .l_sec._6 .l_content_size_pc_1 .sns_area .right .sns_list .item .link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: solid 1px #fff;
  border-radius: 3px;
  font-size: 2em;
  color: #fff;
  padding: 20px 0;
  position: relative;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
@media screen and (max-width: 768px) {
  .l_main .inner .l_sec._6 .l_content_size_pc_1 .sns_area .right .sns_list .item .link {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    padding: 20px 30px;
  }
}
.l_main .inner .l_sec._6 .l_content_size_pc_1 .sns_area .right .sns_list .item .link:before, .l_main .inner .l_sec._6 .l_content_size_pc_1 .sns_area .right .sns_list .item .link:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.l_main .inner .l_sec._6 .l_content_size_pc_1 .sns_area .right .sns_list .item .link:before {
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.l_main .inner .l_sec._6 .l_content_size_pc_1 .sns_area .right .sns_list .item .link:after {
  right: 41px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.l_main .inner .l_sec._6 .l_content_size_pc_1 .sns_area .right .sns_list .item .link:hover {
  opacity: 0.7;
}
.l_main .inner .l_sec._6 .l_content_size_pc_1 .sns_area .right .sns_list .item .link img {
  margin: 0 10px 0 0;
}

/* =================================
 l_side
================================= */
/* =================================
 l_footer
================================= */
.l_footer {
  background: #0E1519;
}
.l_footer > .inner {
  width: 1160px;
  padding: 50px 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .l_footer > .inner {
    width: 100%;
    padding: 50px 5% 0;
  }
}
.l_footer > .inner .footer_area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  .l_footer > .inner .footer_area {
    display: block;
  }
}
.l_footer > .inner .footer_area .left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.6em;
  color: #fff;
}
.l_footer > .inner .footer_area .left img {
  width: 150px;
  height: auto;
  margin: 0 30px 0 0;
}
.l_footer > .inner .footer_area .right {
  text-align: center;
}
.l_footer > .inner .footer_area .right .c_btn_1 {
  width: 240px;
  text-align: center;
  margin: 0 0 15px;
  color: #0B0F12;
}
@media screen and (max-width: 768px) {
  .l_footer > .inner .footer_area .right .c_btn_1 {
    margin: 30px 0;
  }
}
.l_footer > .inner .footer_area .right .c_btn_1:after {
  width: 244px;
}
.l_footer > .inner .footer_area .right .tel {
  font-size: 1.6em;
  color: #fff;
  text-align: right;
  margin: 0 0 10px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .l_footer > .inner .footer_area .right .tel {
    text-align: center;
  }
}
.l_footer > .inner .footer_area .right .tel span {
  font-size: 1.625em;
}
.l_footer > .inner .footer_area .right .open {
  font-size: 1.4em;
  color: #fff;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .l_footer > .inner .footer_area .right .open {
    text-align: center;
  }
}
.l_footer > .inner .footer_link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .l_footer > .inner .footer_link {
    display: block;
  }
}
.l_footer > .inner .footer_link .left .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l_footer > .inner .footer_link .left .inner {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.l_footer > .inner .footer_link .left .inner .list {
  margin: 0 30px 0 0;
}
@media screen and (max-width: 768px) {
  .l_footer > .inner .footer_link .left .inner .list {
    margin: 0 0 20px 0;
  }
}
.l_footer > .inner .footer_link .left .inner .list .link {
  color: #fff;
  font-size: 1.6em;
  border-bottom: 1px solid #fff;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
@media screen and (max-width: 768px) {
  .l_footer > .inner .footer_link .left .inner .list .link {
    margin: 0 30px 20px 0;
  }
}
.l_footer > .inner .footer_link .left .inner .list .link:hover {
  opacity: 0.7;
}
.l_footer > .inner .footer_link .right {
  color: #fff;
  font-size: 1.4em;
  width: 170px;
}
@media screen and (max-width: 768px) {
  .l_footer > .inner .footer_link .right {
    width: 100%;
    padding: 30px 0;
    text-align: center;
  }
}

/* =================================
 l_hoge
================================= */
/* ======================================================================
 main
====================================================================== */
/* =================================
 l_main
================================= */
/* ======================================================================
 z-index
====================================================================== */
.l_loader {
  z-index: 1000;
}

.l_menu_sp {
  z-index: 999;
}

.l_header {
  z-index: 998;
}

.l_header_sp {
  z-index: 1000;
}

.c_btn_p_top {
  z-index: 997;
}

.l_side {
  z-index: 996;
}

/* =================================
 p_top
================================= */
.l_menu_sp_top {
  z-index: 999;
}

.l_header_top {
  z-index: 998;
}

.l_header_sp_top {
  z-index: 998;
}

.c_btn_p_top_top {
  z-index: 997;
}

.l_side_top {
  z-index: 996;
}

/*# sourceMappingURL=style.css.map */
