@charset "UTF-8";
html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

section {
  text-align: center; }

body {
  line-height: 1;
  overflow-x: hidden; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal !important;
  color: #000000; }

button:focus {
  outline: none !important; }

#s01 {
  width: 100%;
  position: relative;
  overflow: hidden; }

.panel {
  /*position: relative;
  width: 100%;
  height: 100%;*/ }

.panel .scroll {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: auto;
  width: 82px;
  height: 82px;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
  z-index: 1;
  background-color: #000000;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column;
  vertical-align: top; }

.panel .scroll a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%; }

.panel .scroll:hover {
  opacity: 0.8; }

.panel .scroll .text {
  display: block;
  color: #ffffff;
  font-size: 10px;
  margin-top: 25%; }

.scroll-arrow {
  display: inline-block;
  -webkit-transition: opacity .2s ease,-webkit-transform .2s ease;
  transition: opacity .2s ease,-webkit-transform .2s ease;
  transition: transform .2s ease,opacity .2s ease;
  transition: transform .2s ease,opacity .2s ease,-webkit-transform .2s ease;
  vertical-align: middle;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  padding: 10px; }

.sample5-1::before {
  left: 3px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #7a0;
  border-right: 1px solid #7a0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.panel .scroll .arrow_01 {
  transform: rotate(45deg);
  margin-left: 5px; }

.panel .scroll .arrow_02 {
  transform: rotate(-45deg);
  margin-left: 40px; }

.panel .end_text {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 24px; }

.sp_br {
  display: inline; }

.viewBt {
  position: absolute;
  top: 50%;
  width: auto;
  z-index: 995;
  vertical-align: middle; }

.view-prev.viewBt {
  left: 1%;
  -webkit-transform: translateY(-50%) translateX(-1%);
  transform: translateY(-50%) translateX(-1%); }

.view-next.viewBt {
  left: 99%;
  -webkit-transform: translateY(-50%) translateX(-99%);
  transform: translateY(-50%) translateX(-99%); }

.viewBt img {
  height: 30px;
  width: auto; }

@media screen and (max-width: 480px) {
  .view-prev.viewBt {
    left: 3%;
    -webkit-transform: translateY(-50%) translateX(-3%);
    transform: translateY(-50%) translateX(-3%); }

  .view-next.viewBt {
    left: 97%;
    -webkit-transform: translateY(-50%) translateX(-97%);
    transform: translateY(-50%) translateX(-97%); }

  .viewBt img {
    height: 20px;
    width: auto; }

  /*---------------------------------------------------------------------------------------------------------------------------------------- 320px */ }
/*------------------------------*/
h1, h2 {
  font-family: "Fjalla One", sans-serif !important;
  letter-spacing: 0.1em; }

h3, h4, h5, h6, .date {
  font-family: "Montserrat", sans-serif !important;
  margin: 0 !important;
  font-weight: normal; }

h1 {
  font-size: 28px;
  margin: 0;
  padding: 0; }

section h1 {
  padding: 2% 0;
  margin: 0; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

p {
  font-size: 12px; }

.date {
  font-size: 10vw;
  margin: -17% 0 !important;
  letter-spacing: -0.1em; }

a {
  font-family: "Montserrat", sans-serif !important;
  text-decoration: none;
  color: #000000; }

a:focus, a:hover {
  text-decoration: none;
  color: #555555; }

a img:focus, a img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6; }

*:focus {
  outline: none; }

* {
  word-wrap: break-word;
  overflow-wrap: break-word; }

.panel2-title {
  padding-top: 20%;
  margin-bottom: 6%; }

.m-b-3 {
  margin-bottom: 3%; }

.m-b-5 {
  margin-bottom: 5%; }

.m-l-2 {
  margin-left: 2%; }

.m-01 {
  margin: 0 1%; }

.m-50 {
  margin: 5% 0; }

/* - - - - - - - - ↓ header ↓ - - - - - - - - */
.header {
  position: fixed;
  font-size: 12px;
  color: #ffffff;
  background-color: #000000;
  padding: 0 2%; }

.drawer-navbar-header {
  display: flex;
  align-items: center; }

.header-menu {
  display: flex;
  justify-content: flex-start;
  flex-direction: column; }

.header-right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column; }

.headSns {
  display: flex;
  justify-content: flex-start;
  border-bottom: solid 1px #757575;
  padding: 13px 10px 13px 10px;
  width: 100%; }

.headSns a {
  color: #ffffff;
  display: block;
  margin-right: 10px; }

.contact-button {
  display: flex;
  padding: 1.75rem .75rem .75rem .75rem; }

.footer-1 .contact-button {
  padding: 0; }

.head-mailcall {
  display: flex;
  padding: .75rem;
  font-size: 13px; }

.head-mail:hover, .head-call:hover {
  opacity: 0.6; }

.head-mail a, .head-call a {
  color: #ffffff; }

.head-insta, .head-mail, .head-tell {
  margin: 0 10px 0 0; }

.head-insta {
  display: none; }

.font-14 a {
  font-size: 14px !important; }

.drawer-menu-contact {
  display: block;
  text-decoration: none;
  color: #ffffff;
  position: inherit !important;
  margin: 0 !important; }

.head-tellTxt {
  width: 55%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .head-tellTxt a {
    color: #FFF;
    display: inline-block; }

.sub-menu > li {
  background-color: #555555;
  border-bottom: solid 1px #757575; }

.sub-menu > li:last-child {
  border-bottom: none; }

/* --- ↓ ドロップダウンメニュー ↓ --- */
.drawer-caret {
  float: right;
  display: inline-block !important;
  margin-right: 5%; }

.drawer-caret:before,
.drawer-caret:after {
  display: block;
  content: '';
  background-color: #ffffff;
  position: absolute;
  width: 15px;
  height: 1px;
  top: 9px;
  left: 2px; }

.drawer-caret:before {
  width: 1px;
  height: 15px;
  top: 2px;
  left: 9px; }

/*-- arrow --*/
#menu li .arrow {
  display: none; }

#menu li ul li .arrow {
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: 6px; }

/*-- drawer-caret --*/
#menu li ul li .drawer-caret {
  display: none !important; }

#menu li .drawer-caret {
  display: inline-block;
  float: right;
  margin-right: 5%; }

#menu li .menu-item-has-children .drawer-caret {
  display: inline-block !important; }

.drawer-caret {
  display: inline-block;
  margin-left: 4px;
  -webkit-transition: opacity .2s ease,-webkit-transform .2s ease;
  transition: opacity .2s ease,-webkit-transform .2s ease;
  transition: transform .2s ease,opacity .2s ease;
  transition: transform .2s ease,opacity .2s ease,-webkit-transform .2s ease;
  position: relative; }

/* --- ↓ メニュー ↓ --- */
.drawer-menu li {
  border-bottom: solid 1px #757575;
  font-size: 12px;
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 0; }

.arrow {
  display: none;
  margin-right: 0; }

#menu li a {
  color: #ffffff;
  display: block;
  padding: 13px;
  cursor: pointer; }

#menu li a:hover {
  opacity: 0.7; }

#menu li ul {
  position: inherit;
  display: flex;
  flex-direction: column; }

.drawer-navbar-header {
  text-align: left !important; }

.drawer-brand {
  padding-right: 0 !important;
  padding-left: 0 !important; }

/* --- ↓ トップページリード文 ↓ --- */
#top-lead h1 {
  font-size: 24px;
  font-family: "Montserrat", sans-serif !important; }

#top-lead p {
  margin-bottom: 25px;
  word-wrap: break-word; }

#top-lead p.btmP {
  margin-bottom: 50px; }

@media (min-width: 1184px) {
  .header-menu {
    display: flex;
    justify-content: flex-end;
    flex-direction: row; }

  .header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row; }

  .headSns {
    display: none; }

  .head-mailcall {
    padding: 0 .75rem;
    display: flex;
    flex-direction: row; }

  .head-insta {
    width: 13%;
    margin-right: 2%;
    display: block; }
    .head-insta img {
      width: 100%;
      height: auto; }

  .head-mail {
    width: 13%;
    margin-right: 2%; }
    .head-mail img {
      width: 100%;
      height: auto; }

  .head-tell {
    width: 13%;
    margin-right: 2%; }
    .head-tell img {
      width: 100%;
      height: auto; }

  .head-mail, .head-call {
    padding: 0.5% 0; }

  .drawer-dropdown-menu > li {
    background-color: #000000;
    border-bottom: none; }

  #menu li .drawer-caret {
    display: inline-block;
    margin-right: 0; }

  #menu li .drawer-caret {
    display: none; }

  .drawer-caret {
    display: inline-block;
    margin-left: 4px;
    -webkit-transition: opacity .2s ease,-webkit-transform .2s ease;
    transition: opacity .2s ease,-webkit-transform .2s ease;
    transition: transform .2s ease,opacity .2s ease;
    transition: transform .2s ease,opacity .2s ease,-webkit-transform .2s ease;
    cursor: pointer; }

  .drawer-caret:before,
  .drawer-caret:after {
    width: 9px;
    height: 1px;
    top: 8px;
    left: 2px; }

  .drawer-caret:before {
    width: 1px;
    height: 9px;
    top: 4px;
    left: 6px; }

  .menu-item-has-children .drawer-caret {
    float: none;
    display: inline-block !important;
    margin-right: 0; }

  .one .menu-item-has-children .drawer-caret {
    height: 0; }

  .drawer-menu li {
    border-bottom: none; }

  #menu li ul {
    position: absolute;
    width: 170px;
    top: 100%; }

  .contact-button {
    display: flex;
    padding: .75rem; }

  .sub-menu > li {
    background-color: #000000;
    border-bottom: none; } }
/* - - - - - - - - ↑ header ↑ - - - - - - - - */
/* - - - - - - - - ↓ footer ↓ - - - - - - - - */
footer {
  background-color: #000000;
  color: #ffffff;
  margin-top: 5%;
  padding: 1%;
  position: relative;
  z-index: 3;
  padding-top: 90px;
  padding-bottom: 90px;
  text-align: left; }

.footWrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }
  @media all and (min-width: 1024px) {
    .footWrap {
      flex-direction: row;
      width: 90%;
      max-width: 1250px;
      margin-left: auto;
      margin-right: auto; } }

@media all and (min-width: 1024px) {
  .footLeft {
    width: calc( 100% - 550px ); } }

@media all and (min-width: 1024px) {
  .footRight {
    width: 500px;
    padding-top: 60px; } }

.footLogo {
  margin-bottom: 20px;
  width: 35%;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  @media all and (min-width: 1024px) {
    .footLogo {
      width: 100%;
      text-align: left; } }

.footLogo a {
  display: inline-block; }

.footLogo a img {
  max-width: 100%;
  height: auto; }

.footVnue {
  margin-bottom: 40px; }

.footVnue ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px; }
  @media all and (min-width: 1024px) {
    .footVnue ul {
      width: 100%;
      margin-left: 0;
      justify-content: flex-start; } }

.footVnue ul li {
  width: calc(( 100% - 30px ) / 5 );
  margin-bottom: 7px; }
  @media all and (min-width: 1280px) {
    .footVnue ul li {
      width: calc(( 100% - 30px ) / 10 );
      display: inline-block;
      margin-bottom: 0; } }

.footVnue ul li a {
  display: inline-block; }

.footVnue ul li a img {
  max-width: 100%;
  height: auto; }

@media all and (min-width: 1024px) {
  .footContact {
    display: flex; } }

.footContactLeft {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px; }
  @media all and (min-width: 1024px) {
    .footContactLeft {
      text-align: center;
      border-right: solid 1px #FFF;
      box-sizing: border-box;
      padding-right: 50px;
      margin-right: 50px; } }

.footContactLeft .menu-button2 {
  margin-bottom: 20px; }

.footContactLeft p {
  margin-top: 10px; }

.footSns {
  margin-bottom: 15px;
  display: flex;
  justify-content: center; }
  @media all and (min-width: 1024px) {
    .footSns {
      justify-content: flex-start; } }

.footSns a {
  display: inline-block;
  margin-right: 15px; }

.footSns a:last-child {
  margin-right: 0; }

.footMailcall a {
  font-size: 12px; }

.footMailcall .head-mail, .footMailcall .head-call {
  padding: 0; }

.footContact {
  text-align: center;
  margin-bottom: 30px; }
  @media all and (min-width: 1024px) {
    .footContact {
      text-align: left;
      margin-bottom: 0; } }

.footCopy {
  text-align: center; }
  @media all and (min-width: 1024px) {
    .footCopy {
      text-align: left;
      width: 90%;
      max-width: 1250px;
      margin-left: auto;
      margin-right: auto; } }

.footMail a {
  color: #FFF; }

.footTell a {
  color: #FFF; }

.border {
  display: none; }

.icon-set {
  margin: 0 auto 0; }

.icon-set ul {
  overflow: hidden;
  margin: 0 0 1% 0; }

.icon-set ul li {
  display: inline-block;
  text-align: center;
  margin: 0 5px; }

.icon-set ul li img {
  height: 27px;
  width: auto;
  padding: 0 0px; }

/* - - - - - - - - ↑ footer ↑ - - - - - - - - */
/* - - - - - - - - ↓ footer-1 ↓ - - - - - - - - */
.footer-1 {
  height: 50px;
  width: 100%;
  color: #ffffff;
  background-color: #000000;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  align-items: center;
  padding: 10% 2% 8% 2%; }

.footer-1 p {
  font-size: 12px; }

.xxx {
  display: none; }

.footer-1-left {
  text-align: left;
  display: none; }

.footer-1-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 2; }

/* - - - - - - - - ↑ footer-1 ↑ - - - - - - - - */
/* - - - - - - - - ↓ menuのボタン ↓ - - - - - - - - */
.menu-button {
  position: absolute;
  left: 0;
  margin: 0 4%; }

.menu-button a {
  position: relative;
  background-color: #ffffff;
  color: #000000;
  font-size: 14px;
  padding: 0 7px; }

.contact-button .menu-button a {
  background-color: #ff0000;
  color: #ffffff; }

.menu-button a:hover, .menu-button2 a:hover, .menu-button3 a:hover, .menu-button4 a:hover {
  left: 2px;
  top: 2px; }

.menu-button2 a:hover, .menu-button2 a:focus, .menu-button4 a:hover, .menu-button4 a:focus {
  color: #ffffff; }

.menu-button a:before {
  border: 1px solid #ffffff;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1; }

.contact-button .menu-button a:before {
  background-color: #ffffff; }

.button-2 a:before {
  left: 2px;
  top: 2px; }

.button-2 a:hover:before, .button-2-2 a:hover:before {
  left: 0px;
  top: 0px; }

.footer-1-icon {
  margin: 0 2%; }

.z-2 {
  z-index: 2; }

/* - - - - - - - - ↑ menuのボタン ↑ - - - - - - - - */
.button {
  border: solid 1px #000000;
  padding: 0.5% 2%;
  color: #000000; }

.button:focus, .button:hover, .button4:focus, .button4:hover {
  background-color: #000000;
  color: #ffffff;
  transition: .3s ease; }

.button2 {
  border: solid 1px #ffffff;
  padding: 1.5% 5%;
  color: #ffffff; }

.button2:focus, .button2:hover {
  background-color: #ffffff;
  color: #000000;
  transition: .3s ease; }

.flex-container {
  display: flex;
  justify-content: center;
  align-items: center; }

.insta-camera img {
  padding-right: 3%; }

.p-b-5 {
  padding-bottom: 5%; }

/* - - - - - - - - ↓ slick ↓ - - - - - - - - */
.box2 .slick-slide {
  transition: .3s ease;
  transform: scale(0.7);
  /* サイドの画像サイズ */
  word-break: break-all; }

.box2 .slick-current {
  transform: scale(0.9);
  /* 中央の画像サイズ */ }

.box2 .center .slick-slide:not(.slick-center),
.box2 .center2 .slick-slide:not(.slick-center),
#slick03 .slick03 .slick-slide:not(.slick-center) {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.2s linear; }

.box2 .slick-slide.slick-center img {
  box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.8);
  /*横方向　下方向　ぼかし　広がり　色 */ }

.box2 .slick-slides:focus {
  outline: none;
  text-decoration: none; }

.center a:focus, .center a:hover {
  opacity: 1; }

.center a img:focus, .center a img:hover {
  opacity: 1; }

/*.change-border01__inner {
  position: absolute;
  top: 85%;
  left: -3%;
  right: 15%;
  font-size: 12px;
}*/
.waku0 {
  position: relative;
  padding-bottom: 43%;
  z-index: 99; }

.waku00 {
  width: 100%;
  height: 450px;
  overflow: hidden; }

.slick-center .waku00 {
  box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.8);
  /*横方向　下方向　ぼかし　広がり　色 */ }

.slick-slide img {
  width: 100%;
  height: auto !important; }

.waku-insta {
  padding-bottom: 1%; }

.box2 .slick-center .on-text {
  color: #ffffff;
  position: absolute;
  top: 58%;
  left: 5%;
  text-align: left;
  display: block; }

.box2 .on-text {
  display: none; }

.box2 .slick-center .box {
  position: absolute;
  top: 7%;
  left: 10%;
  right: -10%;
  bottom: 0;
  text-align: left;
  padding: 10px 20px;
  display: block;
  z-index: 9; }

.box2 .slick-center .box .bd div.bdT {
  width: 100%; }

.box2 .slick-center .box .bd div.bdB {
  width: 100%; }

.box2 .slick-center .box .bd div.bdR {
  height: 100%; }

.box2 .slick-center .box .bd div.bdL {
  height: 100%; }

.box2 .bd div {
  background: #000;
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.box2 .bd div.bdT {
  width: 0%;
  height: 2px;
  top: 0;
  left: 0; }

.box2 .bd div.bdB {
  width: 0%;
  height: 2px;
  bottom: 0;
  right: 0; }

.box2 .bd div.bdR {
  height: 0%;
  width: 2px;
  right: 0;
  top: 0; }

.box2 .bd div.bdL {
  height: 0%;
  width: 2px;
  left: 0;
  bottom: 0; }

.box2 .slick-center .box h3 {
  position: absolute;
  top: 78%;
  font-size: 12px;
  padding-right: 6%;
  display: block; }

.box2 .box h3 {
  display: none; }

/* --- ↓ 矢印 ↓ --- */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: -7% !important;
  display: block;
  width: 30% !important;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.second-slide .slick-prev {
  z-index: 100;
  left: 0;
  top: 50%;
  width: 80px;
  height: 50px;
  opacity: 1;
  transition: 200ms; }

.second-slide .slick-next {
  z-index: 100;
  right: 0;
  width: 80px;
  height: 50px;
  opacity: 1;
  transition: 200ms; }

.slick-prev:before, .slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev:before {
  content: "" !important;
  width: 50%;
  height: 1px;
  background: #000;
  display: block;
  opacity: 1;
  top: 50%;
  left: 0;
  position: absolute; }

.slick-prev:after {
  content: 'PREV';
  display: block;
  color: #000;
  font-family: "Overpass", sans-serif;
  position: relative;
  width: 100%;
  left: 20%;
  opacity: 1;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .5px;
  line-height: inherit;
  top: 50%;
  position: absolute; }

.slick-next:before {
  content: "" !important;
  width: 50%;
  height: 1px;
  background: #000;
  display: block;
  opacity: 1;
  top: 50%;
  right: 0;
  position: absolute; }

.slick-next:after {
  content: 'NEXT';
  display: block;
  color: #000;
  font-family: "Overpass", sans-serif;
  position: relative;
  width: 100%;
  right: 20%;
  opacity: 1;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .5px;
  line-height: inherit; }

.slick-prev:hover:after, .slick-next:hover:after {
  opacity: 0.6; }

/* - - - - - - - - ↑ slick ↑ - - - - - - - - */
/* ---- ↓ FVslick ↓ ---- */
.box1 .slick-dotted.slick-slider, .box1 dl, .box1 ol, .box1 ul {
  margin-bottom: 0px;
  background-color: #000000; }

.box1 .photo {
  position: relative;
  list-style: none;
  height: 100vh;
  border: 1px solid #ffffff;
  overflow: hidden; }

.box1 .photo li img {
  width: auto;
  height: 100vh !important;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.box1 .photobox {
  position: relative;
  opacity: 0.7;
  display: block; }

.box1 .photobox:hover {
  opacity: 1;
  display: block; }

.box1 .photobox h3 {
  position: absolute;
  bottom: 38%;
  display: block;
  right: 0;
  left: 0;
  text-align: center;
  color: #ffffff;
  font-size: 28px;
  font-weight: bold; }

.box1 .photobox h6 {
  position: absolute;
  bottom: 33%;
  display: block;
  right: 0;
  left: 0;
  text-align: center; }

.box1 a img:focus, .box1 a img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1; }

/*-- ↓ Swiper ↓ --*/
.swiper-button-next, .swiper-button-prev {
  background-image: none !important;
  right: 0;
  left: 0; }

.swiper-container {
  padding: 15% 0 1% 0; }

.swiper-button-prev {
  left: 0 !important; }

.swiper-button-next {
  right: 0 !important; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 15%;
  width: 27px;
  height: 44px;
  /* margin-top: -22px; */
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  top: 15% !important; }

.swiper-button-prev, .swiper-button-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  width: 30% !important;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 10; }

.swiper-button-prev:hover, .swiper-button-prev:focus,
.swiper-button-next:hover, .swiper-button-next:focus {
  opacity: 0.6; }

.swiper-button-prev:before, .swiper-button-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.swiper-button-prev:before {
  content: "" !important;
  width: 50%;
  height: 1px;
  background: #000;
  display: block;
  opacity: 1;
  top: 50%;
  left: 0;
  position: absolute; }

.swiper-button-prev:after {
  content: 'PREV';
  display: block;
  color: #000;
  font-family: "Overpass", sans-serif;
  position: relative;
  width: 100%;
  left: 20%;
  top: 50%;
  opacity: 1;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .5px;
  line-height: inherit; }

.swiper-button-next:before {
  content: "" !important;
  width: 50%;
  height: 1px;
  background: #000;
  display: block;
  opacity: 1;
  top: 50%;
  right: 0;
  position: absolute; }

.swiper-button-next:after {
  content: 'NEXT';
  display: block;
  color: #000;
  font-family: "Overpass", sans-serif;
  position: relative;
  width: 100%;
  right: 20%;
  top: 50%;
  opacity: 1;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .5px;
  line-height: inherit; }

/*-- ↑ Swiper ↑ --*/
#wpfront-scroll-top-container {
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

/* - - - - - - - - ↓ insta下-ボタン ↓ - - - - - - - - */
/* -- ↓ ボタン ↓ -- */
.information {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 10% 0 5% 0;
  text-align: center;
  position: relative;
  z-index: 3; }

.information.informationfirst {
  margin: 5% 0 5% 0; }

.information2 {
  margin: 0 auto;
  text-align: center;
  width: 100%; }

.information2 p {
  margin: 6% 0; }

.information2 p:first-child {
  margin: 5% 0;
  color: #ff0000; }

.common-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border-bottom: solid 1px #000000;
  width: 60%;
  margin-bottom: 5%; }

.common-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 60%;
  border-left: none; }

.common-left p {
  margin-bottom: 5%;
  margin-top: 8%;
  color: #ff0000; }

.sns {
  display: flex;
  justify-content: space-between;
  margin-top: 5%; }

.button-2-2 a:before {
  left: 3px;
  top: 3px; }

/* -- ↓ ボタン2 ↓ -- */
.menu-button2 {
  display: flex;
  justify-content: center; }

.menu-button2 a {
  position: relative;
  background-color: #ff0000;
  color: #ffffff;
  font-size: 14px;
  /*display: flex;
  align-items: center;
  justify-content: center;*/
  width: 80%;
  height: 100%;
  padding: 4% 16%; }

.menu-button2 a:before {
  border: solid 1px #ff0000;
  background-color: #ffffff;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1; }

/* - - - - - - - - ↑ insta下-ボタン ↑ - - - - - - - - */
@media (min-width: 576px) {
  h1 {
    font-size: 36px; }

  .xxx {
    display: block; }

  .footer-1-left {
    display: block; }

  .menu-button {
    position: inherit; }

  .footer-1 {
    padding: 2%; }

  .panel .scroll {
    bottom: 9px; }

  .on-text {
    top: 56%; }

  .date {
    font-size: 38px;
    margin: -17% 0 !important; }

  .box2 .slick-center .box h3 {
    font-size: 10px; }

  .box1 .photobox h3 {
    bottom: 20%;
    font-size: 18px; }

  .box1 .photobox h6 {
    bottom: 15%; }

  .insta-camera img {
    padding-right: 2%; }

  .swiper-container {
    padding: 10% 0 1% 0; }

  /* --- ↓ 矢印 ↓ --- */
  .slick-prev, .slick-next {
    height: 100% !important;
    top: 50% !important;
    z-index: 1; }

  .slick-next:before {
    top: 0;
    position: absolute; }

  .slick-next:after {
    top: 0;
    position: absolute; }

  .slick-prev:before {
    top: 0;
    left: 0;
    position: absolute; }

  .slick-prev:after {
    top: 0;
    position: absolute; }

  /*-- ↓ Swiper ↓ --*/
  .swiper-button-next, .swiper-button-prev {
    height: 100% !important;
    top: 50% !important;
    z-index: 999; }

  .swiper-button-prev:before {
    top: 10%; }

  .swiper-button-prev:after {
    top: 10%; }

  .swiper-button-next:before {
    top: 10%; }

  .swiper-button-next:after {
    top: 10%; }

  /* -- ↓ ボタン ↓ -- */
  .information {
    flex-direction: row; }

  /*.information2 {
    width: 30%;
  }*/
  .menu-button3 a, .menu-button4 a {
    padding: 2% 7%; }

  .common-left, .common-right {
    width: 40%; }

  .common-left {
    border-bottom: none;
    padding-right: 3%;
    margin-bottom: 0; }

  .common-right {
    border-left: solid 1px #000000;
    padding-left: 6%;
    text-align: left; }

  .common-left p {
    margin-bottom: 0; }

  .information.informationfirst {
    margin: 0% 0 5% 0; } }
@media (min-width: 768px) {
  .panel2-title {
    padding-top: 6%; }

  .slick-prev, .slick-next {
    width: 30% !important; }

  .slick-prev:before {
    width: 28%; }

  .slick-prev:after {
    left: -9%; }

  .slick-next:before {
    width: 28%; }

  .slick-next:after {
    right: -9%; }

  .insta-camera img {
    padding-right: 1%; }

  /*-- ↓ Swiper ↓ --*/
  .swiper-button-prev, .swiper-button-next {
    width: 34% !important; }

  .swiper-button-prev:before {
    width: 28%; }

  .swiper-button-prev:after {
    left: -9%; }

  .swiper-button-next:before {
    width: 28%; }

  .swiper-button-next:after {
    right: -9%; }

  .swiper-container {
    padding: 5% 0 1% 0; }

  #wpfront-scroll-top-container {
    bottom: 90px !important; }

  /* -- ↓ ボタン ↓ -- */
  .common-left, .common-right {
    width: 30%; } }
@media (min-width: 992px) {
  .slick-prev, .slick-next {
    width: 38% !important; }

  /*-- ↓ Swiper ↓ --*/
  .swiper-button-prev, .swiper-button-next {
    width: 38% !important; }

  .footer-logo {
    margin-top: 5%; }

  .footer-company {
    margin: 5% 0; }

  .footer-company-1, .footer-company-2 {
    margin: 1% 0; }

  .footer-sns {
    margin: 2% 0; }

  .footer-2008 {
    margin-top: 2%; }

  .on-text {
    top: 58%; }

  .date {
    font-size: 50px;
    margin: -20% 0 !important; }

  .box2 .slick-center .box h3 {
    font-size: 12px; }

  /* -- ↓ ボタン ↓ -- */
  .common-left, .common-right {
    width: 24%; } }
@media (min-width: 1200px) {
  .box2 .slick-prev, .slick-next {
    width: 38% !important; }

  .box2 .slick-prev:before {
    width: 25%; }

  .box2 .slick-prev:after {
    left: -13%; }

  .box2 .slick-next:before {
    width: 25%; }

  .box2 .slick-next:after {
    right: -13%; }

  .slick-prev, .slick-next {
    width: 34% !important; }

  .swiper-button-prev:before {
    width: 25%; }

  .swiper-button-prev:after {
    left: -13%; }

  .swiper-button-next:before {
    width: 25%; }

  .swiper-button-next:after {
    right: -13%; }

  .footer-logo {
    justify-content: flex-start;
    margin-top: 0;
    flex: 0 0 22% !important;
    max-width: 22% !important; }

  .footer-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 0 0 78% !important;
    max-width: 78% !important; }

  .footer-sns {
    display: inline-flex;
    justify-content: space-between !important;
    margin: 0 0 1% 0; }

  .footer-company {
    margin: 0;
    display: flex;
    justify-content: flex-end; }

  .footer-company-1, .footer-company-2 {
    display: inline-flex;
    margin: 0; }

  .footer-company-1 ul li {
    margin-bottom: 10px; }

  .footer-sns img {
    padding: 0 10px; }

  .footer-company img {
    padding: 0 10px; }

  .footer-2008 {
    display: none; }

  .border {
    display: block;
    border-left: solid 1px #ffffff;
    padding-right: 10px;
    margin-left: 12px; }

  .on-text {
    top: 63%; }

  .date {
    font-size: 4vw;
    margin: -20% 0 !important; } }
/* ---- ↓ 佃 ↓ ---- */
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 260px;
  position: relative;
  overflow: hidden;
  filter: grayscale(100%);
  transform: scale(0.8);
  transition: all 0.3s ease 0s; }

.swiper-slide img {
  max-width: 400px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%; }

.swiper-slide-active {
  transform: scale(1);
  filter: grayscale(0%); }

.box3 {
  width: 80%;
  height: 87%;
  top: 30% !important;
  left: 30% !important; }

.image2 + .box3 {
  width: 80%;
  height: 90%;
  top: 30% !important;
  left: 30% !important; }

.grid {
  width: 300px; }

.swiper-slide-active {
  box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.8); }

@media (min-width: 576px) {
  .box3 {
    width: 80%;
    height: 87%;
    top: 25% !important;
    left: 30% !important; }

  .image2 ~ .box3 {
    width: 80%;
    height: 90%;
    top: 25% !important;
    left: 30% !important; }

  .grid {
    width: 400px; } }
#loadingBg {
  position: fixed;
  top: 0;
  height: 100vh;
  background: #ffffff;
  z-index: 9999; }

#loading {
  position: fixed;
  top: 40%;
  left: 0;
  width: 100%;
  z-index: 99999; }

#loading img {
  width: 30%; }

#loading #percent {
  text-align: center; }

#loading #gauge {
  width: 0px;
  height: 3px;
  background: #ffffff;
  z-index: 999999;
  max-width: 100%; }

#gauge-box {
  margin: 4% auto;
  max-width: 20%; }

.clImg img {
  width: auto;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-30%, -50%);
  -ms-transform: translate(-30%, -50%);
  transform: translate(-30%, -50%);
  max-width: 1000px;
  background: #000000; }

@media (min-width: 483px) {
  .clImg img {
    -webkit-transform: translate(-25%, -50%);
    -ms-transform: translate(-25%, -50%);
    transform: translate(-25%, -50%);
    max-width: 1400px; }

  .sp_br {
    display: none; } }
@media (min-width: 578px) {
  .clImg img {
    -webkit-transform: translate(-20%, -50%);
    -ms-transform: translate(-20%, -50%);
    transform: translate(-20%, -50%);
    max-width: 1800px; }

  #loading img {
    width: 20%; }

  #gauge-box {
    margin: 3% auto;
    max-width: 16%; } }
@media (min-width: 748px) {
  .clImg img {
    -webkit-transform: translate(-15%, -50%);
    -ms-transform: translate(-15%, -50%);
    transform: translate(-15%, -50%);
    max-width: 2000px; }

  #loading img {
    width: 16%; }

  #gauge-box {
    margin: 2% auto;
    max-width: 14%; } }
@media (min-width: 992px) {
  .clImg img {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    max-width: 2200px;
    width: 100vw; }

  #loading img {
    width: 12%; }

  #gauge-box {
    margin: 1.5% auto;
    max-width: 10%; } }
@media (min-width: 1200px) {
  .clImg img {
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    max-width: 3000px; }

  #gauge-box {
    margin: 1.5% auto;
    max-width: 8%; } }
@media (min-width: 1920px) {
  #gauge-box {
    margin: 1.5% auto;
    max-width: 5%; } }
.bt-plan {
  position: relative;
  height: 21px;
  margin: -6px 0 0 0; }

.bt-plan::before {
  background-color: #ffffff;
  top: 7px;
  left: 4px;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1; }

.bt-plan:hover img {
  margin: 6.5px -4px 0 0; }

.bt-plan:hover::before {
  background-color: #000; }

@media screen and (max-width: 800px) {
  .menu-button {
    bottom: -10px;
    margin: 0 2%; }

  .bt-plan {
    position: absolute;
    margin: 0 2%;
    left: 0;
    bottom: 22px; } }
/*追加分　20211116*/
section#contact h1 {
  padding-top: 2%;
  padding-bottom: 0;
  margin: 0; }

.subTit {
  padding-bottom: 2%;
  font-weight: bold; }

/*追加分　20211201*/
.topConcept {
  width: 90%;
  margin-right: auto;
  margin-left: auto; }
  @media all and (max-width: 768px) {
    .topConcept {
      margin-bottom: 80px; } }

.black.panel {
  background: #000000;
  padding-bottom: 150px; }
.black h1 {
  color: #FFF; }

.service {
  width: 80%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto; }
  .service .serviceBox > a {
    display: block;
    padding: 15px;
    border: solid 1px #FFF;
    height: 80vw;
    max-height: 500px;
    width: 100%;
    box-sizing: border-box;
    position: relative; }
  .service .serviceBox .serviceBgWrap {
    overflow: hidden;
    width: 100%;
    height: 100%; }
  .service .serviceBox .serviceBg {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/serviceImg01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 3000ms cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative; }
  .service .serviceBox a:hover .serviceBg {
    transform: scale(1.15); }
  .service .serviceBox .serviceWrap {
    width: 100%;
    max-width: 85%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .service .serviceBox .serviceTit {
    font-size: 36px;
    color: #FFF;
    font-family: "Fjalla One", sans-serif !important;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-top: 120px;
    margin-bottom: 30px; }
    @media all and (max-width: 768px) {
      .service .serviceBox .serviceTit {
        font-size: 24px;
        margin-top: 60px;
        margin-bottom: 20px; } }
  .service .serviceBox .serviceTxt {
    font-size: 14px;
    color: #FFF;
    line-height: 2; }
    @media all and (max-width: 768px) {
      .service .serviceBox .serviceTxt {
        font-size: 2.6vw;
        line-height: 1.5; } }
  .service .serviceBox .serviceTxt span {
    font-family: 'Montserrat' , sans-serif;
    font-size: 24px;
    display: block;
    margin-bottom: 5px; }
    @media all and (max-width: 768px) {
      .service .serviceBox .serviceTxt span {
        font-size: 16px; } }
  .service .serviceBox a .serviceMore {
    font-family: 'Montserrat' , sans-serif;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, 50%);
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    background: #000;
    border: solid 1px #FFF;
    padding: 15px 20px 15px 20px;
    transition: 0.8s; }
    @media all and (max-width: 768px) {
      .service .serviceBox a .serviceMore {
        padding: 10px 15px 10px 15px;
        font-size: 11px; } }
  .service .serviceBox a:hover .serviceMore {
    color: #000;
    background: #FFF; }
  .service .serviceBox:nth-child(2) {
    margin-bottom: 80px;
    position: relative; }
    @media all and (max-width: 768px) {
      .service .serviceBox:nth-child(2) {
        margin-bottom: 60px; } }
  .service .serviceBox:nth-child(3) {
    display: flex;
    justify-content: space-between;
    position: relative; }
    @media all and (max-width: 768px) {
      .service .serviceBox:nth-child(3) {
        display: block; } }
  .service .serviceBox:nth-child(3) > a {
    width: calc( ( 100% - 80px ) / 2 ); }
    @media all and (max-width: 768px) {
      .service .serviceBox:nth-child(3) > a {
        width: 100%;
        margin-bottom: 60px; } }
  .service .serviceBox:nth-child(3) a:nth-child(1) .serviceBg {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/serviceImg02.jpg);
    background-repeat: no-repeat;
    background-size: cover; }
  .service .serviceBox:nth-child(3) a:nth-child(3) .serviceBg {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/serviceImg03.jpg);
    background-repeat: no-repeat;
    background-size: cover; }
  .service .serviceBox .serviceSns {
    position: absolute;
    right: 30px;
    bottom: 30px;
    display: inline-flex; }
    @media all and (max-width: 576px) {
      .service .serviceBox .serviceSns {
        right: 7vw;
        bottom: 7vw; } }
  .service .serviceBox:nth-child(3) .serviceSns:nth-child(2) {
    right: auto;
    left: 50%;
    transform: translateX(-102px); }
    @media all and (max-width: 768px) {
      .service .serviceBox:nth-child(3) .serviceSns:nth-child(2) {
        left: auto;
        right: 7vw;
        bottom: 50%;
        transform: translate(0, -59px); } }
  .service .serviceBox .serviceSns a {
    margin-left: 10px;
    height: 25px;
    width: auto;
    transition: 0.8s; }

.weddingFair {
  position: fixed;
  bottom: 15px;
  right: 15px;
  transition: all 0.8s;
  z-index: 4; }
  @media all and (max-width: 768px) {
    .weddingFair {
      width: 100%;
      height: auto;
      position: fixed;
      bottom: 0;
      right: 0; } }
  .weddingFair img {
    max-width: 100%;
    height: auto; }
  .weddingFair:hover {
    opacity: 0.8; }

#wpfront-scroll-top-container {
  bottom: 120px !important; }
  @media all and (max-width: 768px) {
    #wpfront-scroll-top-container {
      bottom: 90px !important; } }

@media all and (max-width: 768px) {
  .pcBr {
    display: none; } }

.pc {
  display: block; }
  @media all and (max-width: 768px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media all and (max-width: 768px) {
    .sp {
      display: block; } }

.acoBox {
  height: 0;
  overflow: hidden; }

.acoBox.active {
  height: auto;
  padding-bottom: 100px; }

.acoBtnOpen.active {
  display: none; }

.campainBnr {
  position: absolute;
  bottom: 80px;
  right: 30px;
  width: 200px; }
  @media all and (max-width: 576px) {
    .campainBnr {
      position: absolute;
      bottom: 79px;
      right: 17px;
      width: 107px; } }

.campainBnr a {
  display: inline-block; }

.campainBnr a img {
  width: 100%;
  height: auto; }

.recruitContact {
  border: solid 1px #111111;
  padding: 20px;
  width: 90%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }
  .recruitContact p {
    margin-bottom: 10px; }
  .recruitContact .head-mailcall div {
    text-align: left; }
  .recruitContact .head-mailcall a {
    color: #111; }
  .recruitContact .head-mailcall img {
    margin: 0; }
  .recruitContact .head-mailcall span {
    width: 25px;
    height: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px; }
  .recruitContact .recruit-mailcall {
    text-align: left;
    font-size: 13px; }
  .recruitContact .recruit-mailcall img {
    margin-right: 3px; }

/*# sourceMappingURL=common.css.map */
