@charset "UTF-8";
/*
Theme Name: TRANSIT CREW
*/
@font-face {
  font-family: "apercubold";
  src: url("../../../../fonts/apercu_bold-webfont.eot");
  src: url("../../../../fonts/apercu_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../../../fonts/apercu_bold-webfont.woff2") format("woff2"), url("../../../../fonts/apercu_bold-webfont.woff") format("woff"), url("../../../../fonts/apercu_bold-webfont.ttf") format("truetype"), url("../../../../fonts/apercu_bold-webfont.svg#apercubold") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}

/* =======================================================================================================================
　　　　　　　　　全体
======================================================================================================================= */
body {
  font-family: heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  font-size: 1vw;
  line-height: 2.41667em;
  font-weight: 300;
  letter-spacing: 0;
  color: #000;
  background: #fff;
  -webkit-text-size-adjust: none;
}
@media screen and (max-width: 1150px) {
  body {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 13px;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 720px) {
  body {
    font-size: 2vw;
  }
}
@media screen and (max-width: 640px) {
  body {
    font-size: 2.375vw;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 1362px) {
  body {
    line-height: 2.41667em;
  }
}
/* =======================================================================================================================
　　　　　　　　　レイアウト
======================================================================================================================= */
#pageload {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100vw;
  height: 100vh;
  background: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 10000;
}
#pageload img {
  width: 3em;
  height: auto;
  -webkit-animation: loading-icon 2s linear infinite;
  -moz-animation: loading-icon 2s linear infinite;
  -o-animation: loading-icon 2s linear infinite;
  animation: loading-icon 2s linear infinite;
}

#contentWrapper {
  background: #fff;
  display: none;
  opacity: 0;
}
#contentWrapper.loaded {
  display: block;
  opacity: 1;
  -webkit-animation: loading-page 0.5s linear;
  -moz-animation: loading-page 0.5s linear;
  -o-animation: loading-page 0.5s linear;
  animation: loading-page 0.5s linear;
}

@keyframes loading-page {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes loading-icon {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#header {
  width: 8.3vw;
  height: 100%;
  height: 100vh;
  min-height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  z-index: 99;
  box-sizing: border-box;
  padding-top: 1.13em;
}
@media screen and (max-width: 1000px) {
  #header {
    width: 100%;
    height: 4.7846em;
    min-height: 4.7846em;
  }
}
@media screen and (min-width: 1600px) {
  #header {
    width: 8rem;
  }
}

#footer {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14.167em 0 9.167em 0;
}
@media screen and (min-width: 1001px) {
  #footer {
    padding-left: 8.3%;
    font-size: 12px;
    line-height: 2.41667em;
  }
}

/* トップページ */
#front-page {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  overflow-x: hidden;
}
@media screen and (max-width: 1000px) {
  #front-page {
    overflow-x: auto;
  }
}
#front-page #contentWrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
#front-page #contentWrapper #wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1000px) {
  #front-page #contentWrapper #wrapper {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 4.7846em;
  }
}
#front-page #contentWrapper #wrapper .sec {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  #front-page #contentWrapper #wrapper .sec {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
  }
}
#front-page #contentWrapper #footer {
  display: none;
}
@media screen and (max-width: 1000px) {
  #front-page #contentWrapper #footer {
    display: block;
  }
  #front-page #contentWrapper #footer .bnnav {
    display: none;
  }
}

/* 下層ページ */
#primary {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 8.333em;
  padding-left: 8.3%;
}
@media screen and (max-width: 1000px) {
  #primary {
    padding-left: 0;
    padding-top: 10em;
  }
}
@media screen and (min-width: 1600px) {
  #primary {
    padding-left: 8rem;
  }
}

.innerbox {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1252px;
  margin: 0 auto;
  padding: 0 2.167em;
}
@media screen and (min-width: 1362px) {
  .innerbox {
    font-size: 12px;
    line-height: 2.41667em;
  }
}
@media screen and (max-width: 1000px) {
  .innerbox {
    padding: 0 1.8em;
  }
}

/* 画像 */
img {
  vertical-align: bottom;
}

img.img_max100 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

/* 投稿画像 */
#newspost article .entry-content img {
  max-width: 100%;
  height: auto;
}

/* 遅延読込 */
.lazyload-img {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

img.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

/* リンク */
a {
  text-decoration: none;
  color: #000;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:hover {
  text-decoration: underline;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

a img {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 段落 */
.center {
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .center span {
    display: block;
  }
}

.right {
  text-align: right;
}

/* 欧文 */
.eg {
  font-family: "apercubold", Arial, sans-serif;
}

/* 日本語 */
.jp {
  font-family: heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}

/* タイトル */
.top_ttl {
  font-family: "apercubold", Arial, sans-serif;
  font-size: 3.5em;
  font-weight: normal;
  letter-spacing: 0.06em;
  line-height: 1em;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 0.9em;
}
@media screen and (max-width: 1000px) {
  .top_ttl {
    font-size: 3em;
    letter-spacing: 0.06em;
    line-height: 1em;
    padding-bottom: 1.3em;
  }
}

.main_ttl {
  font-family: "apercubold", Arial, sans-serif;
  font-size: 2.08em;
  font-weight: normal;
  line-height: 1em;
  letter-spacing: 0.12em;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.not-found .main_ttl {
  padding-bottom: 1em;
}

/* コピーライト */
.copyright {
  font-family: "apercubold", Arial, sans-serif;
  font-size: 0.9167em;
  letter-spacing: 0.06em;
  line-height: 1em;
}
@media screen and (max-width: 1000px) {
  .copyright {
    font-size: 0.846em;
    letter-spacing: 0.06em;
    line-height: 1em;
  }
}

/* サブカテゴリー */
.subcate {
  font-family: "apercubold", Arial, sans-serif;
}
.subcate ul {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none inside;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.subcate ul li::before {
  content: "/";
  padding: 0 0.3em;
}
.subcate ul li:first-child::before {
  content: "-";
  padding-left: 0;
}

/* リンクボタン */
.btn {
  text-align: center;
}
.btn a {
  display: inline-block;
  width: 10.3em;
  font-family: "apercubold", Arial, sans-serif;
  font-size: 1.567em;
  letter-spacing: 0.06em;
  line-height: 2.5em;
  border-bottom: #000 solid 0.1em;
  text-align: center;
}
.btn a:hover {
  text-decoration: none;
}

#front-page .btn {
  text-align: left;
}
@media screen and (max-width: 1000px) {
  #front-page .btn {
    text-align: center;
  }
}
#front-page .btn a {
  width: 6.85em;
  font-size: 0.83em;
  letter-spacing: 0;
  line-height: 2em;
  border-bottom: #000 solid 0.15em;
}
@media screen and (max-width: 1000px) {
  #front-page .btn a {
    font-size: 1.28em;
    line-height: 2em;
  }
}

/* ページヘッダー */
#page-header {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#page-header > div img {
  width: 100%;
  height: auto;
}

.contact_block {
  margin-top: 10em;
}

.page_header_block {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 4.133em auto 10.876em;
}
@media screen and (max-width: 1150px) {
  .page_header_block {
    margin: 4.133em auto 7em;
  }
}
.page_header_block h2 {
  width: 12.1em;
  letter-spacing: 0.06em;
  margin-bottom: 1em;
}
.page_header_block > div {
  width: 55.814em;
  font-weight: 700;
}
.page_header_block > div .sub_ttl {
  font-size: 1.5em;
  margin-bottom: 1em;
  font-family: "apercubold", Arial, sans-serif;
  letter-spacing: 0.06em;
}
.page_header_block > div > div {
  margin-bottom: 4em;
}
.page_header_block > div ul {
  list-style: none;
  padding: 0;
}
.page_header_block > div ul li {
  position: relative;
  padding-left: 2em;
}
.page_header_block > div ul li span {
  display: inline-block;
}
.page_header_block > div ul li:before {
  content: "";
  width: 1em;
  height: 1px;
  position: absolute;
  top: 1.14em;
  left: 0;
  background-color: #777;
}
.page_header_block > div p.eg {
  font-size: 1.083em;
  line-height: 2.26em;
  letter-spacing: 0.06em;
}

/* 格納部・フッター部共通ナビゲーション */
.bnnav {
  padding-bottom: 5em;
}
@media screen and (max-width: 1000px) {
  .bnnav {
    padding-top: 5.5em;
    padding-bottom: 5.5em;
  }
}
.bnnav li {
  display: inline-block;
  padding-left: 8.9em;
}
@media screen and (max-width: 1000px) {
  .bnnav li {
    padding-left: 5.68em;
  }
}
.bnnav li img {
  height: auto;
}
.bnnav li img.bn_general {
  width: 11.8em;
}
@media screen and (max-width: 1000px) {
  .bnnav li img.bn_general {
    width: 7.5em;
  }
}
.bnnav li img.bn_attendant {
  width: 10.3em;
}
@media screen and (max-width: 1000px) {
  .bnnav li img.bn_attendant {
    width: 6.5em;
  }
}
.bnnav li:first-child {
  padding-left: 0;
}
@media screen and (max-width: 1000px) {
  .bnnav li:first-child {
    padding-left: 0;
  }
}

.contactnav {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none inside;
  font-family: "apercubold", Arial, sans-serif;
}
.contactnav li {
  display: inline-block;
  font-size: 0.9167em;
  line-height: 1em;
  letter-spacing: 0.06em;
  padding-left: 2.6em;
}
@media screen and (max-width: 1000px) {
  .contactnav li {
    font-size: 0.846em;
    line-height: 1em;
  }
}
.contactnav li:first-child {
  padding-left: 0;
}

/* =======================================================================================================================
　　　　　　　　　ページナビゲーション
======================================================================================================================= */
#header {
  background-color: rgba(255, 255, 255, 0);
  border-right: #f4f4f4 solid 2px;
  -webkit-transition: background-color 1s ease-in-out;
  -o-transition: background-color 1s ease-in-out;
  -moz-transition: background-color 1s ease-in-out;
  transition: background-color 1s ease-in-out;
}
#header.scrl {
  background-color: white;
}
@media screen and (max-width: 1000px) {
  #header {
    background-color: white;
  }
}
#header h1.logo {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 0;
  text-align: center;
}
#header h1.logo a img {
  width: 64.454%;
  height: auto;
}
@media screen and (max-width: 1000px) {
  #header h1.logo a img {
    width: 5em;
  }
}

/* トップページ */
#front-page #header {
  border-right: none;
}

/* =============== 格納メニュー ========================================================= */
.menu_open,
.menu_close,
.btn_mainmenu span {
  display: none;
}

.btn_open {
  position: fixed;
  top: 50%;
  left: 3.35em;
  right: auto;
  bottom: auto;
  width: 1.63em;
  height: 1.91875em;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../../../../images/btn_menu.svg") no-repeat 0 0;
  background-size: contain;
  cursor: pointer;
  z-index: 9999;
}
@media screen and (min-width: 1600px) {
  .btn_open {
    width: 1.5rem;
    height: 1.763rem;
    left: calc((8rem - 1.5rem)/2);
  }
}
@media screen and (max-width: 1150px) {
  .btn_open {
    position: fixed;
    top: 50%;
    left: 2em;
    right: auto;
    bottom: auto;
  }
}
@media screen and (max-width: 1000px) {
  .btn_open {
    position: fixed;
    top: 2.4em;
    left: 1.8em;
    right: auto;
    bottom: auto;
    width: 1.824em;
    height: 1.552em;
    background: url("../../../../images/btn_menu_sp.svg") no-repeat 0 0;
    background-size: contain;
  }
}

/* --------------- 格納領域 --------------------------------- */
.overlay {
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -ms-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  box-sizing: border-box;
  overflow: hidden;
  visibility: hidden;
  z-index: 99999;
}
.overlay .menuwrap {
  position: absolute;
  top: 0;
  left: 0;
  right: -19px;
  bottom: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  /* 閉じるボタン */
  /* グローバルナビゲーション */
}
.overlay .menuwrap::before {
  content: "";
  display: block;
}
.overlay .menuwrap .close {
  position: fixed;
  top: 1.667em;
  left: 1.667em;
  right: auto;
  bottom: auto;
  z-index: 999999;
}
@media screen and (max-width: 1000px) {
  .overlay .menuwrap .close {
    position: fixed;
    top: 1.8em;
    left: 1.8em;
    right: auto;
    bottom: auto;
  }
}
.overlay .menuwrap .close .btn_close {
  display: block;
  width: 4.2em;
  height: 4.2em;
  background: url("../../../../images/btn_close.svg") no-repeat 0 0;
  background-size: contain;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .overlay .menuwrap .close .btn_close {
    width: 2.366em;
    height: 2.366em;
  }
}
.overlay .menuwrap #gnav {
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -ms-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  box-sizing: border-box;
  padding: 2em;
  text-align: center;
  font-size: 0.8em;
}
@media screen and (max-width: 1000px) {
  .overlay .menuwrap #gnav {
    font-size: 1em;
  }
}
.overlay .menuwrap #gnav ul {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none inside;
  font-family: "apercubold", Arial, sans-serif;
}
.overlay .menuwrap #gnav ul.pagenav li {
  font-size: 2.08em;
  letter-spacing: 0.12em;
  line-height: 1em;
  padding-bottom: 2.4em;
}
@media screen and (max-width: 1000px) {
  .overlay .menuwrap #gnav ul.pagenav li {
    font-size: 1.923em;
    letter-spacing: 0.12em;
    line-height: 1em;
    padding-bottom: 2.1776em;
  }
}
.overlay .menuwrap #gnav ul.pagenav li:first-child {
  line-height: 0;
}
.overlay .menuwrap #gnav ul.pagenav li:first-child img {
  width: 5.2em;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .overlay .menuwrap #gnav ul.pagenav li:first-child img {
    width: 3.597em;
  }
}
.overlay .menuwrap #gnav ul.pagenav li a:hover {
  text-decoration: none;
}

/* --------------- 開閉動作 --------------------------------- */
.overlay.opened {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.overlay.opened .menuwrap #gnav {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* =============== 固定SNSボタン ========================================================= */
.btn_insta {
  position: fixed;
  top: 1.33em;
  left: auto;
  right: 1.475159em;
  bottom: auto;
  width: 1.643em;
  height: 1.643em;
  z-index: 99;
  line-height: 0;
}
@media screen and (max-width: 1000px) {
  .btn_insta {
    width: 1.5em;
    top: 1.6423em;
  }
}
@media screen and (min-width: 1600px) {
  .btn_insta {
    width: 1.5rem;
    height: auto;
  }
}
.btn_insta svg {
  width: 100%;
  height: auto;
}
.btn_insta svg .cls-1 {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

/* 色 */
#front-page .btn_insta svg .cls-1 {
  fill: #fff;
}
@media screen and (max-width: 1000px) {
  #front-page .btn_insta svg .cls-1 {
    fill: #000;
  }
}
#front-page .btn_insta.scrl svg .cls-1 {
  fill: #000;
}

/* =======================================================================================================================
　　　　　　　　　フッター
======================================================================================================================= */
#footer {
  text-align: center;
}
#footer #fnav {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 3.5em;
}
@media screen and (max-width: 1000px) {
  #footer #fnav .bnnav {
    padding-top: 0;
  }
}

/* =======================================================================================================================
　　　　　　　　　トップページ
======================================================================================================================= */
#contentWrapper.hide {
  opacity: 0;
}

#front-page #contentWrapper #wrapper {
  /* =============== メイン画像 ========================================================= */
  /* =============== TRANSIT CREW ========================================================= */
  /* =============== INSTAGRAM ========================================================= */
}
#front-page #contentWrapper #wrapper #topmain {
  overflow: hidden;
  height: 140vw;
}
@media screen and (min-width: 1001px) {
  #front-page #contentWrapper #wrapper #topmain {
    height: auto;
  }
}
#front-page #contentWrapper #wrapper #topmain .bg {
  width: 120%;
  height: 100%;
  position: absolute;
  left: -10%;
}
#front-page #contentWrapper #wrapper #topmain .bg.background1 {
  background: url("../../../../images/bg_main.jpg") no-repeat 50% 50%;
  background-size: cover;
}
#front-page #contentWrapper #wrapper #topmain .bg.background2 {
  background: url("../../../../images/bg_main2.jpg") no-repeat 50% 50%;
  background-size: cover;
}
#front-page #contentWrapper #wrapper #topmain .bg.background3 {
  background: url("../../../../images/bg_main3.jpg") no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 1000px) {
  #front-page #contentWrapper #wrapper #topmain .bg {
    height: 140vw;
  }
  #front-page #contentWrapper #wrapper #topmain .bg.background1 {
    background: url("../../../../images/bg_main_sp.jpg") no-repeat 50% 50%;
    background-size: cover;
  }
  #front-page #contentWrapper #wrapper #topmain .bg.background2 {
    background: url("../../../../images/bg_main2_sp.jpg") no-repeat 50% 50%;
    background-size: cover;
  }
  #front-page #contentWrapper #wrapper #topmain .bg.background3 {
    background: url("../../../../images/bg_main3_sp.jpg") no-repeat 50% 50%;
    background-size: cover;
  }
}
#front-page #contentWrapper #wrapper #topmain .bg-cover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0;
  margin: auto;
  background: url("../../../../images/bg_typography.svg") no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 1000px) {
  #front-page #contentWrapper #wrapper #topmain .bg-cover {
    display: none;
  }
}
#front-page #contentWrapper #wrapper #topmain .maintxt {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 4.5em;
}
@media screen and (min-width: 1001px) {
  #front-page #contentWrapper #wrapper #topmain .maintxt {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media screen and (max-width: 1150px) {
  #front-page #contentWrapper #wrapper #topmain .maintxt {
    padding: 3em;
  }
}
@media screen and (max-width: 1000px) {
  #front-page #contentWrapper #wrapper #topmain .maintxt {
    left: 0;
    padding: 13em 0 0 3.6em;
  }
}
@media screen and (max-width: 480px) {
  #front-page #contentWrapper #wrapper #topmain .maintxt {
    left: 0;
    padding: 9em 0 0 2.769em;
  }
}
#front-page #contentWrapper #wrapper #topmain .maintxt::after {
  display: block;
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 2.5vh;
  margin: auto;
  box-sizing: border-box;
  border-bottom: #fff dashed 1px;
  z-index: 99999;
}
@media screen and (max-width: 1000px) {
  #front-page #contentWrapper #wrapper #topmain .maintxt::after {
    display: none;
  }
}
#front-page #contentWrapper #wrapper #topmain .maintxt p {
  font-family: "apercubold", Arial, sans-serif;
  font-size: 4em;
  line-height: 1.68em;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (max-width: 1150px) {
  #front-page #contentWrapper #wrapper #topmain .maintxt p {
    font-size: 2.67em;
    line-height: 1.68em;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 1000px) {
  #front-page #contentWrapper #wrapper #topmain .maintxt p {
    font-size: 3.575em;
    line-height: 1.68em;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 480px) {
  #front-page #contentWrapper #wrapper #topmain .maintxt p {
    font-size: 2.75em;
    line-height: 1.68em;
    letter-spacing: 0.06em;
  }
}
#front-page #contentWrapper #wrapper #topmain .pc_copyright {
  position: absolute;
  top: auto;
  left: 1.9em;
  right: auto;
  bottom: 1.873em;
  z-index: 9999;
}
@media screen and (max-width: 1000px) {
  #front-page #contentWrapper #wrapper #topmain .pc_copyright {
    display: none;
  }
}
#front-page #contentWrapper #wrapper #top_intro {
  box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  #front-page #contentWrapper #wrapper #top_intro {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media screen and (max-width: 1000px) {
  #front-page #contentWrapper #wrapper #top_intro {
    width: 100%;
    padding: 5.5em 0 8em 0;
  }
}
#front-page #contentWrapper #wrapper #top_intro::after {
  display: block;
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 2.5vh;
  margin: auto;
  box-sizing: border-box;
  border-bottom: #000 dashed 1px;
  z-index: 9999;
}
@media screen and (max-width: 1000px) {
  #front-page #contentWrapper #wrapper #top_intro::after {
    display: none;
  }
}
#front-page #contentWrapper #wrapper #top_intro .innertop {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 4.167em;
}
@media screen and (max-width: 1000px) {
  #front-page #contentWrapper #wrapper #top_intro .innertop {
    padding: 0;
  }
}
#front-page #contentWrapper #wrapper #top_intro .innertop .txtbox {
  max-width: 50em;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1000px) {
  #front-page #contentWrapper #wrapper #top_intro .innertop .txtbox {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1.8em 2em 1.8em;
  }
}
#front-page #contentWrapper #wrapper #top_intro .innertop .txtbox .top_ttl {
  padding-bottom: 7vh;
}
@media screen and (max-width: 1000px) {
  #front-page #contentWrapper #wrapper #top_intro .innertop .txtbox .top_ttl {
    padding-bottom: 1.1em;
  }
}
#front-page #contentWrapper #wrapper #top_intro .innertop .txtbox img {
  max-width: 6em;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
}
#front-page #contentWrapper #wrapper #top_intro .innertop .txtbox p {
  font-size: 0.83em;
  padding-bottom: 3vh;
  text-align: justify;
}
#front-page #contentWrapper #wrapper #top_intro .innertop .txtbox p span {
  display: block;
}
@media screen and (max-width: 1000px) {
  #front-page #contentWrapper #wrapper #top_intro .innertop .txtbox p {
    padding-bottom: 2.4em;
  }
  #front-page #contentWrapper #wrapper #top_intro .innertop .txtbox p span {
    display: inline;
  }
}
#front-page #contentWrapper #wrapper #top_intro .innertop .txtbox p.eg {
  line-height: 1.858em;
}
#front-page #contentWrapper #wrapper #top_intro .innertop .txtbox p.jp {
  line-height: 1.9em;
}
#front-page #contentWrapper #wrapper #top_intro .innertop .top_menu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding-top: 3vh;
  position: relative;
}
@media screen and (max-width: 1000px) {
  #front-page #contentWrapper #wrapper #top_intro .innertop .top_menu {
    padding-top: 0;
  }
}
#front-page #contentWrapper #wrapper #top_intro .innertop .top_menu li {
  margin: 0 2%;
}
#front-page #contentWrapper #wrapper #top_intro .innertop .top_menu li a {
  padding: 0.5em;
  line-height: 1.4;
  font-size: 1.25em;
  display: block;
  position: relative;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-family: "apercubold", Arial, sans-serif;
}
#front-page #contentWrapper #wrapper #top_intro .innertop .top_menu li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1em;
  background-color: #000;
  transition: all 0.6s ease;
  will-change: transform;
}
#front-page #contentWrapper #wrapper #top_intro .innertop .top_menu li a:hover {
  opacity: 1;
}
#front-page #contentWrapper #wrapper #top_intro .innertop .top_menu li a:hover:after {
  transform: scaleY(4);
}
#front-page #contentWrapper #wrapper #top_intro .innertop .top_banner {
  max-width: 36em;
  margin: 4vh auto 0;
  padding: 0 1.8em;
  position: relative;
}
@media screen and (max-width: 1000px) {
  #front-page #contentWrapper #wrapper #top_intro .innertop .top_banner {
    margin-top: 3rem;
  }
}
#front-page #contentWrapper #wrapper #top_intro .innertop .top_banner a {
  width: 100%;
  display: block;
  transition: opacity 0.4s ease;
}
#front-page #contentWrapper #wrapper #top_intro .innertop .top_banner a:hover {
  opacity: 0.5;
}
#front-page #contentWrapper #wrapper #top_intro .innertop .top_banner img {
  width: 100%;
  height: auto;
}
#front-page #contentWrapper #wrapper #top_intro .innertop .imgbox {
  width: 38%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none inside;
}
@media screen and (max-width: 1000px) {
  #front-page #contentWrapper #wrapper #top_intro .innertop .imgbox {
    width: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#front-page #contentWrapper #wrapper #top_intro .innertop .imgbox li {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  #front-page #contentWrapper #wrapper #top_intro .innertop .imgbox li {
    width: 50%;
  }
}
#front-page #contentWrapper #wrapper #top_intro .innertop .imgbox li figure {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 0;
}
#front-page #contentWrapper #wrapper #top_intro .innertop .imgbox li figure img {
  width: 100%;
  height: auto;
}
#front-page #contentWrapper #wrapper #top_intro .innertop .imgbox li figure figcaption {
  display: block;
  font-family: "apercubold", Arial, sans-serif;
  font-size: 1.32em;
  letter-spacing: 0.06em;
  line-height: 1em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 1150px) {
  #front-page #contentWrapper #wrapper #top_intro .innertop .imgbox li figure figcaption {
    font-size: 1.15em;
    letter-spacing: 0.06em;
    line-height: 1em;
  }
}
@media screen and (max-width: 1000px) {
  #front-page #contentWrapper #wrapper #top_intro .innertop .imgbox li figure figcaption {
    font-size: 1.15em;
    letter-spacing: 0.06em;
    line-height: 1em;
  }
}
#front-page #contentWrapper #wrapper #top_intro .innertop .imgbox li figure figcaption a {
  display: flex;
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
}
#front-page #contentWrapper #wrapper #top_intro .innertop .imgbox li figure figcaption a:hover {
  opacity: 1;
}
#front-page #contentWrapper #wrapper #top_intro .innertop .imgbox li figure:hover {
  opacity: 0.7;
}
#front-page #contentWrapper #wrapper #top_intro .innertop .imgbox li:nth-child(1) {
  padding-bottom: 2em;
}
@media screen and (max-width: 1000px) {
  #front-page #contentWrapper #wrapper #top_intro .innertop .imgbox li:nth-child(1) {
    padding-left: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  #front-page #contentWrapper #wrapper #top_intro .innertop .imgbox li:nth-child(2) {
    padding-right: 0;
  }
}
#front-page #contentWrapper #wrapper #top_insta {
  padding-left: 8.333em;
  /* --------------- インスタ画像・テキスト表示 --------------------------------- */
}
@media screen and (min-width: 1001px) {
  #front-page #contentWrapper #wrapper #top_insta {
    min-width: -webkit-calc( 600vh + 47.399em );
    min-width: -moz-calc( 600vh + 47.399em );
    min-width: calc( 600vh + 47.399em );
  }
}
@media screen and (max-width: 1150px) {
  #front-page #contentWrapper #wrapper #top_insta {
    padding-left: 11.11em;
  }
}
@media screen and (max-width: 1000px) {
  #front-page #contentWrapper #wrapper #top_insta {
    padding: 0 0.8em;
  }
}
#front-page #contentWrapper #wrapper #top_insta::after {
  display: block;
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 2.5vh;
  margin: auto;
  box-sizing: border-box;
  border-bottom: #000 dashed 1px;
  z-index: 9999;
}
@media screen and (max-width: 1000px) {
  #front-page #contentWrapper #wrapper #top_insta::after {
    display: none;
  }
}
#front-page #contentWrapper #wrapper #top_insta h2 {
  font-family: "apercubold", Arial, sans-serif;
  font-size: 1.167em;
  font-weight: normal;
  letter-spacing: 0.06em;
  line-height: 1em;
  position: absolute;
  top: auto;
  left: 14.281em;
  right: auto;
  bottom: 6vh;
  z-index: 9;
}
@media screen and (max-width: 1150px) {
  #front-page #contentWrapper #wrapper #top_insta h2 {
    left: 9.52em;
  }
}
@media screen and (max-width: 1000px) {
  #front-page #contentWrapper #wrapper #top_insta h2 {
    position: relative;
    left: 0;
    bottom: 0;
    font-size: 1.28em;
    letter-spacing: 0.06em;
    line-height: 1em;
    text-align: center;
    padding-bottom: 1.8em;
  }
}
#front-page #contentWrapper #wrapper #top_insta h2 a svg {
  width: 0.75em;
  height: 0.75em;
  padding-right: 0.6em;
  position: relative;
  bottom: -0.05em;
}
#front-page #contentWrapper #wrapper #top_insta ul#instalist {
  list-style: none inside;
}
@media screen and (min-width: 1001px) {
  #front-page #contentWrapper #wrapper #top_insta ul#instalist {
    width: -webkit-calc( 600vh + 30.733em );
    width: -moz-calc( 600vh + 30.733em );
    width: calc( 600vh + 30.733em );
    height: 100vh;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 9vh 8.333em 11vh 0;
    -webkit-column-count: 15;
    -moz-column-count: 15;
    column-count: 15;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1150px) {
  #front-page #contentWrapper #wrapper #top_insta ul#instalist {
    padding-right: 1.667em;
  }
}
@media screen and (min-width: 1001px) {
  #front-page #contentWrapper #wrapper #top_insta ul#instalist li.insta_post {
    display: inline-block;
    width: 40vh;
    height: 40vh;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    /* 画像幅変更 --------------------------------- */
    /* 幅70% */
    /* 分割位置変更 --------------------------------- */
    /* 高さ40%：60% */
    /* 高さ60%：40% */
    /* 左右位置変更 --------------------------------- */
    /* 中央寄せ */
    /* 右寄せ */
  }
  #front-page #contentWrapper #wrapper #top_insta ul#instalist li.insta_post:hover a {
    opacity: 0.7;
  }
  #front-page #contentWrapper #wrapper #top_insta ul#instalist li.insta_post a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  #front-page #contentWrapper #wrapper #top_insta ul#instalist li.insta_post a .imgbox img {
    width: auto;
    height: auto;
    max-width: -webkit-calc( 40vh - 1.5em );
    max-width: -moz-calc( 40vh - 1.5em );
    max-width: calc( 40vh - 1.5em );
    max-height: -webkit-calc( 40vh - 0.8em );
    max-height: -moz-calc( 40vh - 0.8em );
    max-height: calc( 40vh - 0.8em );
  }
  #front-page #contentWrapper #wrapper #top_insta ul#instalist li.insta_post a .txtbox {
    width: 1em;
    padding-left: 0.4em;
    position: relative;
  }
  #front-page #contentWrapper #wrapper #top_insta ul#instalist li.insta_post a .txtbox span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-family: "apercubold", Arial, sans-serif;
    font-size: 0.768em;
    line-height: 1em;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    /* Opera9,10対応 */
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  #front-page #contentWrapper #wrapper #top_insta ul#instalist li.insta_post:nth-child(2n) {
    top: 0.8em;
  }
  #front-page #contentWrapper #wrapper #top_insta ul#instalist li.insta_post:nth-child(2n+1) {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  #front-page #contentWrapper #wrapper #top_insta ul#instalist li.insta_post:nth-child(7n+2) a .imgbox img {
    max-width: -webkit-calc( 28vh - 0.8em );
    max-width: -moz-calc( 28vh - 0.8em );
    max-width: calc( 28vh - 0.8em );
  }
  #front-page #contentWrapper #wrapper #top_insta ul#instalist li.insta_post:nth-child(6n-1) {
    height: 32vh;
  }
  #front-page #contentWrapper #wrapper #top_insta ul#instalist li.insta_post:nth-child(6n-1) a .imgbox img {
    max-height: -webkit-calc( 32vh - 0.8em );
    max-height: -moz-calc( 32vh - 0.8em );
    max-height: calc( 32vh - 0.8em );
  }
  #front-page #contentWrapper #wrapper #top_insta ul#instalist li.insta_post:nth-child(6n) {
    height: 48vh;
  }
  #front-page #contentWrapper #wrapper #top_insta ul#instalist li.insta_post:nth-child(6n) a .imgbox img {
    max-height: -webkit-calc( 48vh - 0.8em );
    max-height: -moz-calc( 48vh - 0.8em );
    max-height: calc( 48vh - 0.8em );
  }
  #front-page #contentWrapper #wrapper #top_insta ul#instalist li.insta_post:nth-child(10n-3), #front-page #contentWrapper #wrapper #top_insta ul#instalist li.insta_post:nth-child(14n+3) {
    height: 48vh;
  }
  #front-page #contentWrapper #wrapper #top_insta ul#instalist li.insta_post:nth-child(10n-3) a .imgbox img, #front-page #contentWrapper #wrapper #top_insta ul#instalist li.insta_post:nth-child(14n+3) a .imgbox img {
    max-height: -webkit-calc( 48vh - 0.8em );
    max-height: -moz-calc( 48vh - 0.8em );
    max-height: calc( 48vh - 0.8em );
  }
  #front-page #contentWrapper #wrapper #top_insta ul#instalist li.insta_post:nth-child(10n-2), #front-page #contentWrapper #wrapper #top_insta ul#instalist li.insta_post:nth-child(14n+4) {
    height: 32vh;
  }
  #front-page #contentWrapper #wrapper #top_insta ul#instalist li.insta_post:nth-child(10n-2) a .imgbox img, #front-page #contentWrapper #wrapper #top_insta ul#instalist li.insta_post:nth-child(14n+4) a .imgbox img {
    max-height: -webkit-calc( 32vh - 0.8em );
    max-height: -moz-calc( 32vh - 0.8em );
    max-height: calc( 32vh - 0.8em );
  }
  #front-page #contentWrapper #wrapper #top_insta ul#instalist li.insta_post:nth-child(3n) {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #front-page #contentWrapper #wrapper #top_insta ul#instalist li.insta_post:nth-child(5n+2), #front-page #contentWrapper #wrapper #top_insta ul#instalist li.insta_post:nth-child(7n-2) {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1000px) {
  #front-page #contentWrapper #wrapper #top_insta ul#instalist {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 0;
    overflow: hidden;
    zoom: 1;
  }
  #front-page #contentWrapper #wrapper #top_insta ul#instalist li.insta_post {
    width: 50%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.5em;
    float: left;
  }
  #front-page #contentWrapper #wrapper #top_insta ul#instalist li.insta_post a .imgbox {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #front-page #contentWrapper #wrapper #top_insta ul#instalist li.insta_post a .imgbox img {
    width: 100%;
    height: auto;
  }
  #front-page #contentWrapper #wrapper #top_insta ul#instalist li.insta_post a .txtbox {
    display: none;
  }
}

/* =============== ページ下矢印 ========================================================= */
.scrollarrow {
  position: fixed;
  top: auto;
  left: auto;
  right: 1.4em;
  bottom: 2.5vh;
  width: 6.588vh;
  height: 3.4vh;
  margin: auto;
  box-sizing: border-box;
  padding-bottom: 1vh;
  z-index: 9999;
  line-height: 0;
}
@media screen and (max-width: 1000px) {
  .scrollarrow {
    display: none;
  }
}
.scrollarrow p {
  width: 6.588vh;
  height: 2.4vh;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none inside;
  text-align: right;
}
.scrollarrow p svg {
  width: auto;
  height: 2.4vh;
  fill: #fff;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.scrollarrow.scrl p svg {
  fill: #000;
}

/* =======================================================================================================================
　　　　　　　　　固定ページ
======================================================================================================================= */
/* =============== ABOUT ========================================================= */
#about #primary #page-header {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 7.964em;
}
#about #primary #page-header h2 {
  margin-bottom: 1em;
}
#about #primary #page-header > div {
  max-width: 51em;
}
#about #primary #page-header p {
  font-weight: 700;
  margin-bottom: 2em;
}
@media screen and (min-width: 721px) {
  #about #primary #page-header h2 {
    width: 26%;
  }
  #about #primary #page-header > div {
    max-width: 51em;
    width: 74%;
    margin-top: -0.5em;
  }
}
@media screen and (min-width: 1362px) {
  #about #primary #page-header h2 {
    width: 20%;
  }
  #about #primary #page-header > div {
    width: 80%;
  }
}
#about #primary .catering_list {
  width: 65.52em;
  margin: 0 0 2.085em 17.55312em;
}
@media screen and (min-width: 1362px) {
  #about #primary .catering_list {
    width: 795.73px;
  }
}
@media screen and (max-width: 1150px) {
  #about #primary .catering_list {
    width: 100%;
    margin: 0 0 2.085em;
  }
}
@media screen and (max-width: 480px) {
  #about #primary .catering_list .main_ttl {
    font-size: 2em;
  }
}
#about #primary .catering_list dl {
  width: 100%;
  margin-bottom: 6.417em;
}
@media screen and (max-width: 1000px) {
  #about #primary .catering_list dl {
    width: 100%;
    margin: 0 0 4.417em;
  }
}
#about #primary .catering_list dl dt {
  font-size: 1.5em;
  letter-spacing: 0.04em;
  line-height: 1.6em;
  margin-bottom: 1em;
}
@media screen and (max-width: 1150px) {
  #about #primary .catering_list dl dt {
    margin-bottom: 1em;
  }
}
#about #primary .catering_list dl dd {
  font-size: 0.917em;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.75em;
}
#about #primary .catering_list dl dd .list_subttl {
  font-family: "apercubold", Arial, sans-serif;
  font-size: 1.3em;
  margin-bottom: 1.3em;
  letter-spacing: 0.04em;
}
#about #primary .catering_list dl dd .sub_ttl {
  display: block;
  margin-bottom: 1.5em;
  font-size: 1.2em;
}
@media screen and (max-width: 1000px) {
  #about #primary .catering_list dl dd br {
    display: none;
  }
  #about #primary .catering_list dl dd span.br {
    display: block;
  }
}
#about #primary .catering_list .flex_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 1.4em;
}
#about #primary .catering_list .flex_list > div {
  width: 47%;
}
@media screen and (max-width: 1150px) {
  #about #primary .catering_list .flex_list > div {
    width: 100%;
  }
}
#about #primary .catering_list .flex_list > div dt {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
#about #primary .catering_list .flex_list > div dt .list_ttl {
  width: 20em;
}
@media screen and (max-width: 1150px) {
  #about #primary .catering_list .flex_list > div dt .list_ttl {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  #about #primary .catering_list .flex_list > div:last-child {
    margin-top: 2em;
  }
}
#about #primary .btn_c {
  margin-bottom: 6.871em;
}
#about #primary .we {
  margin-bottom: 7.5em;
}
#about #primary .wd {
  margin-bottom: 9.524em;
}
#about #primary .l_style {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#about #primary .company {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin-bottom: 9.821em;
}
#about #primary .company h3 {
  width: 8.439em;
  margin-bottom: 1em;
}
#about #primary .company > div {
  width: 70.254em;
}
#about #primary .company > div > ul {
  margin-bottom: 8em;
}
#about #primary .company > div > ul:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 721px) {
  #about #primary .company h3 {
    width: 26%;
  }
  #about #primary .company > div {
    max-width: 70.254em;
    width: 74%;
  }
}
@media screen and (min-width: 1362px) {
  #about #primary .company h3 {
    width: 20%;
  }
  #about #primary .company > div {
    width: 80%;
  }
}
#about #primary .company ul {
  list-style: none;
}
#about #primary .company ul .l_item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin-bottom: 3.325em;
}
@media screen and (max-width: 1150px) {
  #about #primary .company ul .l_item {
    display: block;
  }
}
#about #primary .company ul .l_item h4 {
  width: 17%;
  font-weight: 700;
  line-height: 1.7em;
}
@media screen and (max-width: 1150px) {
  #about #primary .company ul .l_item h4 {
    width: 100%;
  }
}
#about #primary .company ul .l_item ul {
  width: 83%;
  line-height: 1.91em;
}
@media screen and (max-width: 1150px) {
  #about #primary .company ul .l_item ul {
    width: 100%;
  }
}
#about #primary .company ul .l_item ul li {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 300;
}
#about #primary .company ul .l_item ul li h5 {
  font-size: 1em;
}
#about #primary .company ul .l_item ul li h5.c_add {
  font-weight: normal;
  width: 6em;
}
#about #primary .company ul .l_item ul li h5.c_yaku {
  font-weight: normal;
  width: 6em;
}
@media screen and (max-width: 1000px) {
  #about #primary .company ul .l_item ul li span.sp_on {
    display: block;
  }
}
#about #primary .client_list {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "apercubold", Arial, sans-serif;
}
#about #primary .client_list h3 {
  width: 8.439em;
  margin-bottom: 1em;
}
#about #primary .client_list div {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 70%;
}
@media screen and (max-width: 1150px) {
  #about #primary .client_list div {
    width: 100%;
  }
}
#about #primary .client_list div .list_inner {
  list-style: none;
}
#about #primary .client_list div .list_inner .cl_item {
  margin-bottom: 2.431em;
}
#about #primary .client_list div .list_inner .cl_item h4 {
  font-size: 1.833em;
  letter-spacing: 0.1em;
  font-weight: normal;
  margin-bottom: 0.942em;
}
#about #primary .client_list div .list_inner .cl_item ul {
  list-style: none;
  letter-spacing: 0.01em;
  line-height: 1.423em;
  font-size: 1.083em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#about #primary .client_list div .list_inner .cl_item ul li {
  width: 48%;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 720px) {
  #about #primary .client_list div .list_inner .cl_item ul li {
    width: 100%;
  }
}
@media screen and (min-width: 721px) {
  #about #primary .client_list h3 {
    width: 26%;
  }
  #about #primary .client_list > div {
    width: 74%;
  }
}
@media screen and (min-width: 1362px) {
  #about #primary .client_list h3 {
    width: 20%;
  }
  #about #primary .client_list > div {
    width: 80%;
  }
}

/* =============== EVENT & DIRECTION ========================================================= */
#event #primary {
  padding-top: 0;
}
@media screen and (max-width: 1000px) {
  #event #primary {
    padding-top: 4.7846em;
  }
}
#event #primary p {
  font-weight: 700;
}
#event #primary .in_all .fl_txt {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#event #primary .in_all .fl_txt .in_ttl {
  width: 15.654em;
  letter-spacing: 0.06em;
  margin-bottom: 1.9em;
}
#event #primary .in_all .fl_txt div {
  width: 51.277em;
}
#event #primary .in_all .fl_txt div h4 {
  font-family: "apercubold", Arial, sans-serif;
  font-size: 1.667em;
  font-weight: normal;
  letter-spacing: 0.06em;
  margin-bottom: 1.262em;
}
#event #primary .in_all .fl_txt div p {
  margin-bottom: 6.529em;
}
#event #primary .in_all .fl_txt div .txt_end {
  margin-bottom: 10.874em;
}
#event #primary .in_all .fl_txt div .o_txt {
  margin-bottom: 12.9em;
}
#event #primary .insta h3 {
  box-sizing: border-box;
  letter-spacing: 0.06em;
  padding-left: 0.882em;
}
@media screen and (min-width: 1362px) {
  #event #primary .insta h3 {
    font-size: 25px;
  }
}
#event #primary .insta h3 img {
  display: inline-block;
  width: 0.789em;
  height: 0.789em;
  margin-right: 0.171em;
}
#event #primary .insta ul#instalist {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none inside;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 1em;
}
#event #primary .insta ul#instalist li.insta_post {
  width: 16.66%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  #event #primary .insta ul#instalist li.insta_post {
    width: 25%;
  }
}
@media screen and (max-width: 480px) {
  #event #primary .insta ul#instalist li.insta_post {
    width: 33.33%;
  }
}
#event #primary .insta ul#instalist li.insta_post a {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
#event #primary .insta ul#instalist li.insta_post a::before {
  content: "";
  padding-top: 100%;
  display: block;
}
#event #primary .insta ul#instalist li.insta_post a .imgbox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#event #primary .insta ul#instalist li.insta_post a .imgbox img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
#event #primary .insta ul#instalist li.insta_post a .txtbox {
  display: none;
}

/* =============== CATERING ========================================================= */
#catering #primary {
  padding-top: 0;
}
@media screen and (max-width: 1000px) {
  #catering #primary {
    padding-top: 4.7846em;
  }
}
@media screen and (min-width: 721px) {
  #catering #primary .page_header_block ul {
    margin-right: -2em;
  }
}
#catering #primary .f_equal {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 64.5%;
  height: 43.618em;
  margin: 0 auto 9.393em;
}
@media screen and (min-width: 1362px) {
  #catering #primary .f_equal {
    width: 63.5em;
  }
}
@media screen and (max-width: 1150px) {
  #catering #primary .f_equal {
    height: 27em;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1000px) {
  #catering #primary .f_equal {
    width: 77.5%;
  }
}
@media screen and (max-width: 480px) {
  #catering #primary .f_equal {
    width: 90%;
  }
}
#catering #primary .f_equal div {
  height: 43.618em;
  display: flex;
  align-items: center;
  width: 20.5%;
}
@media screen and (max-width: 1150px) {
  #catering #primary .f_equal div {
    height: 27em;
  }
}
@media screen and (max-width: 480px) {
  #catering #primary .f_equal div {
    width: 35%;
  }
}
#catering #primary .f_equal div a {
  width: 100%;
  text-align: center;
}
#catering #primary .f_equal div a img {
  width: 91.5%;
  max-width: 10.258em;
  padding-bottom: 2.073em;
}
@media screen and (max-width: 1150px) {
  #catering #primary .f_equal div a img {
    padding-bottom: 0.8em;
  }
}
@media screen and (max-width: 480px) {
  #catering #primary .f_equal div a img {
    padding-bottom: 1.2em;
  }
}
#catering #primary .f_equal div a p {
  font-size: 4.64em;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1150px) {
  #catering #primary .f_equal div a p {
    font-size: 2.8em;
  }
}
@media screen and (max-width: 1000px) {
  #catering #primary .f_equal div a p {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  #catering #primary .f_equal div a p {
    font-size: 3.5em;
  }
}
#catering #primary .f_equal div:nth-child(1) {
  padding-right: 29.2%;
  border-right: solid #000 1px;
}
@media screen and (min-width: 1362px) {
  #catering #primary .f_equal div:nth-child(1) {
    padding-right: 17.39em;
  }
}
@media screen and (max-width: 480px) {
  #catering #primary .f_equal div:nth-child(1) {
    padding-right: 13%;
  }
}
#catering #primary .f_equal div:nth-child(2) {
  padding-left: 29.2%;
}
@media screen and (min-width: 1362px) {
  #catering #primary .f_equal div:nth-child(2) {
    padding-left: 17.39em;
  }
}
@media screen and (max-width: 480px) {
  #catering #primary .f_equal div:nth-child(2) {
    padding-left: 13%;
  }
}

/* =============== EAST ========================================================= */
#east #primary {
  padding-top: 0;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1000px) {
  #east #primary {
    padding-top: 4.7846em;
  }
}
#east #primary p {
  font-weight: 700;
}
#east #primary .head_txt {
  width: 58.843em;
  margin: 4.134em auto 5.116em;
}
@media screen and (max-width: 1000px) {
  #east #primary .head_txt {
    width: 100%;
  }
}
#east #primary .head_txt p {
  letter-spacing: 0;
  margin-bottom: 3.949em;
}
#east #primary .head_txt p.eg {
  font-size: 1.083em;
  line-height: 2.26em;
  letter-spacing: 0.06em;
  margin-bottom: 5.116em;
}
#east #primary .btn_c {
  margin-bottom: 5.586em;
}
#east #primary .insta h3 {
  box-sizing: border-box;
  padding-left: 0.882em;
}
@media screen and (min-width: 1362px) {
  #east #primary .insta h3 {
    font-size: 25px;
  }
}
#east #primary .insta h3 img {
  display: inline-block;
  width: 0.789em;
  height: 0.789em;
  margin-right: 0.171em;
}
#east #primary .insta ul#instalist {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none inside;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 1em;
}
#east #primary .insta ul#instalist li.insta_post {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 16.66%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  #east #primary .insta ul#instalist li.insta_post {
    width: 25%;
  }
}
@media screen and (max-width: 480px) {
  #east #primary .insta ul#instalist li.insta_post {
    width: 33.33%;
  }
}
#east #primary .insta ul#instalist li.insta_post a {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
#east #primary .insta ul#instalist li.insta_post a::before {
  content: "";
  padding-top: 100%;
  display: block;
}
#east #primary .insta ul#instalist li.insta_post a .imgbox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#east #primary .insta ul#instalist li.insta_post a .imgbox img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
#east #primary .insta ul#instalist li.insta_post a .txtbox {
  display: none;
}
#east #primary .in_all .fl_txt {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1150px) {
  #east #primary .in_all .fl_txt {
    width: 100%;
  }
}
#east #primary .in_all .fl_txt .in_ttl {
  width: 9.34872em;
  margin-bottom: 1.9em;
}
#east #primary .in_all .budjet {
  margin-top: 8.062em;
}
#east #primary .in_all .budjet div {
  width: 64.701em;
}
@media screen and (max-width: 1150px) {
  #east #primary .in_all .budjet div {
    width: 100%;
  }
}
#east #primary .in_all .budjet div .plan {
  margin-bottom: 3.197em;
}
#east #primary .in_all .budjet div .plan h4 {
  font-family: "apercubold", Arial, sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.75em;
}
#east #primary .in_all .budjet div .plan p {
  font-size: 1.167em;
  line-height: 2.071em;
  margin-bottom: 3.847em;
  letter-spacing: 0;
}
#east #primary .in_all .budjet div .plan p.price {
  font-family: "apercubold", Arial, sans-serif;
  line-height: 2.103em;
  letter-spacing: 0.06em;
  margin-bottom: 0.861em;
}
#east #primary .in_all .budjet div .plan .img_flex {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 3.576em;
}
#east #primary .in_all .budjet div .plan .img_flex img {
  width: 30.188em;
}
@media screen and (max-width: 1150px) {
  #east #primary .in_all .budjet div .plan .img_flex img {
    width: 49.2%;
  }
}
#east #primary .in_all .budjet div .plan .img_flex img:nth-child(1) {
  margin-right: 0.85em;
}
@media screen and (max-width: 1000px) {
  #east #primary .in_all .budjet div .plan .img_flex img {
    width: 90%;
    margin: 0 0 2em;
  }
}
@media screen and (max-width: 1000px) and (max-width: 480px) {
  #east #primary .in_all .budjet div .plan .img_flex img {
    width: 100%;
  }
}
#east #primary .in_all .budjet div .plan div h5 {
  font-family: "apercubold", Arial, sans-serif;
  font-size: 1.083em;
  font-weight: normal;
  line-height: 2.265em;
}
#east #primary .in_all .budjet div .plan div ul {
  font-size: 1.083em;
  line-height: 2.265em;
  list-style: none;
  margin-bottom: 3.666em;
}
#east #primary .in_all .budjet div .plan div ul.sweets_list {
  margin-bottom: 3.164em;
}
#east #primary .in_all .budjet div .plan div p {
  font-size: 1.083em;
  font-weight: normal;
  letter-spacing: 0.06em;
  margin-bottom: 0;
  padding-bottom: 3.666em;
  border-bottom: 0.077em solid #000;
}
#east #primary .in_all .menu {
  margin-top: 6.569em;
}
#east #primary .in_all .menu div .menu_category {
  margin-bottom: 2.37em;
}
#east #primary .in_all .menu div .menu_category h4 {
  font-size: 1.333em;
  line-height: 1.75em;
}
#east #primary .in_all .menu div .menu_category ul {
  list-style: none;
}
#east #primary .in_all .menu div .menu_category ul li {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#east #primary .in_all .menu div .menu_category ul li p {
  font-size: 1.167em;
  font-weight: 300;
  line-height: 1.75em;
}
#east #primary .in_all .menu div .menu_category ul li .menu_name {
  width: 25.362em;
}
@media screen and (max-width: 480px) {
  #east #primary .in_all .menu div .menu_category ul li .menu_name {
    width: 18.362em;
  }
}
#east #primary .in_all .staff {
  margin-top: 9.851em;
}
#east #primary .in_all .staff div {
  width: 64.855em;
}
@media screen and (max-width: 1150px) {
  #east #primary .in_all .staff div {
    width: 100%;
  }
}
#east #primary .in_all .staff div img {
  width: 100%;
  margin-bottom: 8.836em;
}

/* =============== EAST ========================================================= */
#west #primary {
  padding-top: 0;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1000px) {
  #west #primary {
    padding-top: 4.7846em;
  }
}
#west #primary p {
  font-weight: 700;
}
#west #primary .head_txt {
  width: 58.843em;
  margin: 4.134em auto 5.116em;
}
@media screen and (max-width: 1000px) {
  #west #primary .head_txt {
    width: 100%;
  }
}
#west #primary .head_txt p {
  letter-spacing: 0;
  margin-bottom: 3.949em;
}
#west #primary .head_txt p.eg {
  font-size: 1.083em;
  line-height: 2.26em;
  letter-spacing: 0.06em;
  margin-bottom: 5.116em;
}
#west #primary .btn_c {
  margin-bottom: 5.586em;
}
#west #primary .insta h3 {
  box-sizing: border-box;
  padding-left: 0.882em;
}
@media screen and (min-width: 1362px) {
  #west #primary .insta h3 {
    font-size: 25px;
  }
}
#west #primary .insta h3 img {
  display: inline-block;
  width: 0.789em;
  height: 0.789em;
  margin-right: 0.171em;
}
#west #primary .insta ul#instalist {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none inside;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 1em;
}
#west #primary .insta ul#instalist li.insta_post {
  width: 16.66%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  #west #primary .insta ul#instalist li.insta_post {
    width: 25%;
  }
}
@media screen and (max-width: 480px) {
  #west #primary .insta ul#instalist li.insta_post {
    width: 33.33%;
  }
}
#west #primary .insta ul#instalist li.insta_post a {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
#west #primary .insta ul#instalist li.insta_post a::before {
  content: "";
  padding-top: 100%;
  display: block;
}
#west #primary .insta ul#instalist li.insta_post a .imgbox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#west #primary .insta ul#instalist li.insta_post a .imgbox img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
#west #primary .insta ul#instalist li.insta_post a .txtbox {
  display: none;
}
#west #primary .in_all .fl_txt {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1150px) {
  #west #primary .in_all .fl_txt {
    width: 100%;
  }
}
#west #primary .in_all .fl_txt .in_ttl {
  width: 9.34872em;
  margin-bottom: 1.9em;
}
#west #primary .in_all .budjet {
  margin-top: 8.062em;
}
#west #primary .in_all .budjet div {
  width: 64.701em;
}
@media screen and (max-width: 1150px) {
  #west #primary .in_all .budjet div {
    width: 100%;
  }
}
#west #primary .in_all .budjet div .plan {
  margin-bottom: 3.197em;
}
#west #primary .in_all .budjet div .plan h4 {
  font-family: "apercubold", Arial, sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.75em;
}
#west #primary .in_all .budjet div .plan p {
  font-size: 1.167em;
  line-height: 2.071em;
  margin-bottom: 3.847em;
  letter-spacing: 0;
}
#west #primary .in_all .budjet div .plan p.price {
  font-family: "apercubold", Arial, sans-serif;
  line-height: 2.103em;
  letter-spacing: 0.06em;
  margin-bottom: 0.861em;
}
#west #primary .in_all .budjet div .plan .img_flex {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 3.576em;
}
#west #primary .in_all .budjet div .plan .img_flex img {
  width: 30.188em;
}
@media screen and (max-width: 1150px) {
  #west #primary .in_all .budjet div .plan .img_flex img {
    width: 49.2%;
  }
}
#west #primary .in_all .budjet div .plan .img_flex img:nth-child(1) {
  margin-right: 0.85em;
}
@media screen and (max-width: 1000px) {
  #west #primary .in_all .budjet div .plan .img_flex img {
    width: 90%;
    margin: 0 0 2em;
  }
}
@media screen and (max-width: 1000px) and (max-width: 480px) {
  #west #primary .in_all .budjet div .plan .img_flex img {
    width: 100%;
  }
}
#west #primary .in_all .budjet div .plan div h5 {
  font-family: "apercubold", Arial, sans-serif;
  font-size: 1.083em;
  font-weight: normal;
  line-height: 2.265em;
}
#west #primary .in_all .budjet div .plan div ul {
  font-size: 1.083em;
  line-height: 2.265em;
  list-style: none;
  margin-bottom: 3.666em;
}
#west #primary .in_all .budjet div .plan div ul.sweets_list {
  margin-bottom: 3.164em;
}
#west #primary .in_all .budjet div .plan div p {
  font-size: 1.083em;
  font-weight: normal;
  letter-spacing: 0.06em;
  margin-bottom: 0;
  padding-bottom: 3.666em;
  border-bottom: 0.077em solid #000;
}
#west #primary .in_all .menu {
  margin-top: 6.569em;
}
#west #primary .in_all .menu div .menu_category {
  margin-bottom: 2.37em;
}
#west #primary .in_all .menu div .menu_category h4 {
  font-size: 1.333em;
  line-height: 1.75em;
}
#west #primary .in_all .menu div .menu_category ul {
  list-style: none;
}
#west #primary .in_all .menu div .menu_category ul li {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#west #primary .in_all .menu div .menu_category ul li p {
  font-size: 1.167em;
  font-weight: 300;
  line-height: 1.75em;
}
#west #primary .in_all .menu div .menu_category ul li .menu_name {
  width: 25.362em;
}
@media screen and (max-width: 480px) {
  #west #primary .in_all .menu div .menu_category ul li .menu_name {
    width: 18.362em;
  }
}
#west #primary .in_all .staff {
  margin-top: 9.851em;
}
#west #primary .in_all .staff div {
  width: 64.855em;
}
@media screen and (max-width: 1150px) {
  #west #primary .in_all .staff div {
    width: 100%;
  }
}
#west #primary .in_all .staff div img {
  width: 100%;
  margin-bottom: 8.836em;
}

/* =============== HOSPITALITY ========================================================= */
#hospitality #primary {
  padding-top: 0;
}
@media screen and (max-width: 1000px) {
  #hospitality #primary {
    padding-top: 4.7846em;
  }
}
#hospitality #primary p {
  font-weight: 700;
}
#hospitality #primary .in_all .fl_txt {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#hospitality #primary .in_all .fl_txt .in_ttl {
  width: 15.654em;
  letter-spacing: 0.06em;
  margin-bottom: 1.9em;
}
#hospitality #primary .in_all .fl_txt div {
  width: 51.277em;
}
#hospitality #primary .in_all .fl_txt div h4 {
  font-family: "apercubold", Arial, sans-serif;
  font-size: 1.667em;
  font-weight: normal;
  letter-spacing: 0.06em;
  margin-bottom: 1.262em;
}
#hospitality #primary .in_all .fl_txt div p {
  margin-bottom: 6.529em;
}
#hospitality #primary .in_all .fl_txt div .txt_end {
  margin-bottom: 10.874em;
}
#hospitality #primary .in_all .fl_txt div .o_txt {
  margin-bottom: 12.9em;
}
#hospitality #primary .insta h3 {
  box-sizing: border-box;
  letter-spacing: 0.06em;
  padding-left: 0.882em;
}
@media screen and (min-width: 1362px) {
  #hospitality #primary .insta h3 {
    font-size: 25px;
  }
}
#hospitality #primary .insta h3 img {
  display: inline-block;
  width: 0.789em;
  height: 0.789em;
  margin-right: 0.171em;
}
#hospitality #primary .insta ul#instalist {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none inside;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 1em;
}
#hospitality #primary .insta ul#instalist li.insta_post {
  width: 16.66%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  #hospitality #primary .insta ul#instalist li.insta_post {
    width: 25%;
  }
}
@media screen and (max-width: 480px) {
  #hospitality #primary .insta ul#instalist li.insta_post {
    width: 33.33%;
  }
}
#hospitality #primary .insta ul#instalist li.insta_post a {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
#hospitality #primary .insta ul#instalist li.insta_post a::before {
  content: "";
  padding-top: 100%;
  display: block;
}
#hospitality #primary .insta ul#instalist li.insta_post a .imgbox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#hospitality #primary .insta ul#instalist li.insta_post a .imgbox img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
#hospitality #primary .insta ul#instalist li.insta_post a .txtbox {
  display: none;
}

/* =============== PRIVACY POLICY ========================================================= */
#privacy #primary {
  max-width: 1000px;
  margin: 0 auto;
}
#privacy #primary header {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 7em;
}
#privacy #primary header h2 {
  margin-bottom: 1em;
}
#privacy #primary header div p:nth-child(1) {
  font-size: 1.167em;
  font-weight: 700;
  padding-bottom: 2em;
}
#privacy #primary ul {
  list-style: none;
}
#privacy #primary ul .pp_list {
  margin-bottom: 5em;
}
#privacy #primary ul .pp_list h3 {
  margin-bottom: 1em;
}
#privacy #primary ul .pp_list ul {
  list-style: disc;
  margin: 1em 0 0 2em;
}
@media screen and (max-width: 1150px) {
  #privacy #primary ul .pp_list ul {
    width: 90%;
    margin: 1em auto 0;
  }
}
@media screen and (max-width: 1150px) {
  #privacy #primary .pp_inf {
    margin-top: 0;
  }
}
#privacy #primary .pp_inf h3 {
  margin-bottom: 1em;
}
#privacy #primary .pp_inf ul {
  list-style: none;
}
#privacy #primary .pp_inf ul li {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#privacy #primary .pp_inf ul li h4 {
  font-weight: normal;
  width: 6em;
}

/* =======================================================================================================================
　　　　　　　　　固定ページ
======================================================================================================================= */
/* =============== RECRUIT ========================================================= */
#recruit .page-content {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 9.9em 0 9.9em;
}
@media screen and (max-width: 1000px) {
  #recruit .page-content {
    padding: 0 1.8em 0 1.8em;
  }
}
@media screen and (max-width: 480px) {
  #recruit .page-content {
    padding: 0 0 0 0;
  }
}
#recruit .page-content .entry-content h3 {
  margin-top: 2em;
  margin-bottom: 1em;
}
#recruit .page-content .entry-content h4 {
  margin-top: 2.666em;
  margin-bottom: 1.333em;
}
#recruit .page-content .entry-content h5 {
  margin-top: 3.2em;
  margin-bottom: 1.6em;
}

/* =============== 記事一覧ページ ========================================================= */
#post-list {
  min-height: 150vh;
}

.innerbox.postinner {
  padding: 0 1.75em;
}
@media screen and (max-width: 1000px) {
  .innerbox.postinner {
    padding: 0 1.4em;
  }
}
@media screen and (max-width: 480px) {
  .innerbox.postinner {
    padding: 0 1.8em;
  }
}
.innerbox .worksbox {
  width: 101%;
  margin-left: -0.5%;
  padding-bottom: 2.5em;
}
@media screen and (max-width: 1000px) {
  .innerbox .worksbox {
    width: 102%;
    margin-left: -1%;
  }
}
@media screen and (max-width: 480px) {
  .innerbox .worksbox {
    width: 100%;
    margin-left: 0;
  }
}

#page-header h3.main_ttl {
  padding-top: 1em;
}

/* --------------- 投稿記事一覧 --------------------------------- */
.post_area {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post_area .post_box {
  margin: 2.7em 0.5% 0 0.5%;
  width: 32.333%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .post_area .post_box {
    width: 48%;
    margin: 2.7em 1% 0 1%;
  }
}
@media screen and (max-width: 480px) {
  .post_area .post_box {
    width: 100%;
    margin: 2.7em 0 0 0;
  }
}
.post_area .post_box .imgbox {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.post_area .post_box .imgbox::before {
  display: block;
  content: "";
  padding-top: 66.6%;
}
.post_area .post_box .imgbox a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.post_area .post_box .txtbox {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.post_area .post_box .txtbox .subcate {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.13em;
  line-height: 1.2em;
  letter-spacing: 0.06em;
  top: 0.2em;
  margin: 0.2em 0;
}
.post_area .post_box .txtbox p {
  line-height: 1.5em;
}

/* --------------- ナビゲーション非表示 --------------------------------- */
.pagination {
  display: none;
}

/* --------------- 無限スクロール --------------------------------- */
.finished_message,
.message_text {
  font-family: "apercubold", Arial, sans-serif;
}

/* =======================================================================================================================
　　　　　　　　　投稿記事
======================================================================================================================= */
/* =============== 記事ページ ========================================================= */
.post-content {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8.333em 9.9em 12em 9.9em;
}
@media screen and (max-width: 1000px) {
  .post-content {
    padding: 4.167em 1.8em 8.333em 1.8em;
  }
}
@media screen and (max-width: 480px) {
  .post-content {
    padding: 4.167em 0 8.333em 0;
  }
}
.post-content #entry-header {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.post-content #entry-header .post_ttl {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.32em;
  letter-spacing: 0.12em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 1000px) {
  .post-content #entry-header .post_ttl {
    letter-spacing: 0.06em;
  }
}
.post-content #entry-header .date {
  font-family: "apercubold", Arial, sans-serif;
  font-size: 1.33em;
  line-height: 1em;
  letter-spacing: 0.06em;
  padding-bottom: 1.5em;
}
.post-content #entry-header .subcate {
  font-size: 1.33em;
  line-height: 1em;
  letter-spacing: 0.06em;
  padding-bottom: 1.75em;
}
.post-content .entry-content {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.083em;
  line-height: 2;
  letter-spacing: 0;
}
.post-content .entry-content h3 {
  font-size: 2em;
  margin-bottom: 1em;
  line-height: 1.5;
}
.post-content .entry-content h4 {
  font-size: 1.5em;
  margin-bottom: 1.333em;
  line-height: 1.75;
}
.post-content .entry-content h5 {
  font-size: 1.25em;
  margin-bottom: 1.6em;
  line-height: 2;
}
.post-content .entry-content p {
  margin-bottom: 2em;
}
.post-content .entry-content img {
  max-width: 100%;
  height: auto;
  margin: 0.75em 0;
}
.post-content .entry-content ul, .post-content .entry-content ol {
  padding-left: 1.5em;
  margin-bottom: 2em;
}

/* =======================================================================================================================
　　　　　　　　　投稿記事
======================================================================================================================= */
/* =============== 記事ページ ========================================================= */
.page-content {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 9.9em 12em 9.9em;
}
@media screen and (max-width: 1000px) {
  .page-content {
    padding: 0 1.8em 8.333em 1.8em;
  }
}
@media screen and (max-width: 480px) {
  .page-content {
    padding: 0 0 8.333em 0;
  }
}
.page-content #entry-header {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-content #entry-header .post_ttl, .page-content #entry-header .entry-title {
  font-family: "apercubold", Arial, sans-serif;
  font-size: 2.08em;
  font-weight: normal;
  line-height: 1em;
  letter-spacing: 0.12em;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 2em;
}
.page-content #entry-header .date {
  font-family: "apercubold", Arial, sans-serif;
  font-size: 1.33em;
  line-height: 1em;
  letter-spacing: 0.06em;
  padding-bottom: 1.5em;
}
.page-content #entry-header .subcate {
  font-size: 1.33em;
  line-height: 1em;
  letter-spacing: 0.06em;
  padding-bottom: 1.75em;
}
.page-content .entry-content {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.083em;
  line-height: 2;
  letter-spacing: 0;
}
.page-content .entry-content h3 {
  font-size: 2em;
  margin-bottom: 1em;
  line-height: 1.5;
}
.page-content .entry-content h4 {
  font-size: 1.5em;
  margin-bottom: 1.333em;
  line-height: 1.75;
}
.page-content .entry-content h5 {
  font-size: 1.25em;
  margin-bottom: 1.6em;
  line-height: 2;
}
.page-content .entry-content p {
  margin-bottom: 2em;
}
.page-content .entry-content img {
  max-width: 100%;
  height: auto;
  margin: 0.75em 0;
}
.page-content .entry-content ul, .page-content .entry-content ol {
  padding-left: 1.5em;
  margin-bottom: 2em;
}

/* =======================================================================================================================
　　　　　　　　　アニメーション
======================================================================================================================= */
/* =============== トップページ ========================================================= */
@media screen and (min-width: 1001px) {
  /* TRANSIT CREW */
  #top_intro .imgbox li figure {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: 3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: 3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #top_intro.actv .imgbox li figure {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #top_intro.actv .imgbox li:nth-child(1) figure {
    transform: translateX(0);
  }
  #top_intro.actv .imgbox li:nth-child(2) figure {
    transform: translateX(0);
  }

  /* INSTAGRAM */
  #top_insta ul#instalist li.insta_post a {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -ms-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    position: relative;
    transform: translateY(5em);
  }
  #top_insta ul#instalist li.insta_post:nth-child(7n+2) a {
    -webkit-transition: 1.5s ease-in-out;
    -moz-transition: 1.5s ease-in-out;
    -ms-transition: 1.5s ease-in-out;
    -o-transition: 1.5s ease-in-out;
    transition: 1.5s ease-in-out;
  }
  #top_insta ul#instalist li.insta_post:nth-child(6n-1) a {
    -webkit-transition: 2s ease-in-out;
    -moz-transition: 2s ease-in-out;
    -ms-transition: 2s ease-in-out;
    -o-transition: 2s ease-in-out;
    transition: 2s ease-in-out;
  }
  #top_insta ul#instalist li.insta_post:nth-child(6n) a {
    -webkit-transition: 2.5s ease-in-out;
    -moz-transition: 2.5s ease-in-out;
    -ms-transition: 2.5s ease-in-out;
    -o-transition: 2.5s ease-in-out;
    transition: 2.5s ease-in-out;
  }
  #top_insta ul#instalist li.insta_post:nth-child(10n-2) a, #top_insta ul#instalist li.insta_post:nth-child(14n+4) a {
    -webkit-transition: 3s ease-in-out;
    -moz-transition: 3s ease-in-out;
    -ms-transition: 3s ease-in-out;
    -o-transition: 3s ease-in-out;
    transition: 3s ease-in-out;
  }
  #top_insta ul#instalist li.insta_post:nth-child(n+7) a {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
  }
}
@media screen and (min-width: 1001px) and (min-width: 1001px) {
  #top_insta.actv ul#instalist li.insta_post a {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
  }
}
@media screen and (min-width: 1001px) and (max-width: 1000px) {
  #top_insta ul#instalist li.insta_post.actv a {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
  }
}
/* =============== 下層ページ ========================================================= */
/* EVENT & DIRECTION */
#event-direction ul#instalist li.insta_post {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* WORKS */
.post_area .post_box {
  opacity: 0;
}

/* 無限スクロールローディング画像 */
#infscr-loading {
  order: 1;
  width: 100%;
  padding: 8.333em 0;
  text-align: center;
}
#infscr-loading::before {
  display: block;
  width: 100%;
  content: "";
}
#infscr-loading img {
  width: 3em;
  height: auto;
  -webkit-animation: loading-anime 2s linear infinite;
  -moz-animation: loading-anime 2s linear infinite;
  -o-animation: loading-anime 2s linear infinite;
  animation: loading-anime 2s linear infinite;
}

@keyframes loading-anime {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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