@charset "UTF-8";
/* -------------------------------
 *  font
 * -------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
.en, .telphone {
  font-family: 'Roboto', sans-serif;
}

/* -------------------------------
	default
-------------------------------- */
html {
  font-size: 93.75%;
  /* 15px */
}

@media screen and (max-width: 767px) {
  html {
    /* スマホ用フォントサイズ */
  }
}
body {
  font-family: 'Noto Serif JP', serif;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 1em;
}

/* 基本タグ */
p, ol, ul, dl, table {
  margin-bottom: 1em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
}

ul {
  padding-left: 1em;
}

ol {
  padding-left: 1.5em;
}

a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

/* 見出しサイズ 1rem/16px */
h1, .h1 {
  font-size: 1.93333rem;
}

h2, .h2 {
  font-size: 1.73333rem;
}

h3, .h3 {
  font-size: 1.53333rem;
}

h4, .h4 {
  font-size: 1.33333rem;
}

h5, .h5 {
  font-size: 1.2rem;
}

h6, .h6 {
  font-size: 1.06667rem;
}

@media print, screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 2.6rem;
  }

  h2, .h2 {
    font-size: 2.2rem;
  }

  h3, .h3 {
    font-size: 1.8rem;
  }

  h4, .h4 {
    font-size: 1.53333rem;
  }

  h5, .h5 {
    font-size: 1.2rem;
  }

  h6, .h6 {
    font-size: 1.06667rem;
  }
}
@media print, screen and (min-width: 992px) {
  h1, .h1 {
    font-size: 3.26667rem;
  }

  h2, .h2 {
    font-size: 2.6rem;
  }

  h3, .h3 {
    font-size: 2.06667rem;
  }

  h4, .h4 {
    font-size: 1.66667rem;
  }

  h5, .h5 {
    font-size: 1.33333rem;
  }

  h6, .h6 {
    font-size: 1.06667rem;
  }
}
@media print, screen and (min-width: 1200px) {
  h1, .h1 {
    font-size: 3.86667rem;
  }

  h2, .h2 {
    font-size: 3rem;
  }

  h3, .h3 {
    font-size: 2.33333rem;
  }

  h4, .h4 {
    font-size: 1.8rem;
  }

  h5, .h5 {
    font-size: 1.4rem;
  }

  h6, .h6 {
    font-size: 1.06667rem;
  }
}
/* -------------------------------
	row
-------------------------------- */
.row-gallery {
  margin-left: -5px;
  margin-right: -5px;
}
.row-gallery > [class^="col-"], .row-gallery > [class*=" col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

@media print, screen and (min-width: 768px) {
  .row-gallery {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row-gallery > [class^="col-"], .row-gallery > [class*=" col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media print, screen and (min-width: 992px) {
  .row-gallery {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-gallery > [class^="col-"], .row-gallery > [class*=" col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* -------------------------------
	bootstrap
-------------------------------- */
.container-fluid-xl {
  width: 100%;
  max-width: 1530px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* -------------------------------
	form
-------------------------------- */
.select-inline {
  width: auto;
  display: inline;
}

/* -------------------------------
	header
-------------------------------- */
/* 基本サイズ */
#header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 30;
}
#header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
#header h1 {
  font-size: 1rem;
  line-height: normal;
  padding: 0;
  margin: 0;
}
#header h1 img {
  height: 36px;
}
#header .row {
  height: 50px;
}
body.home #header {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #header .row {
    height: 80px;
  }
  #header h1 img {
    height: 60px;
  }
}
@media print {
  #header {
    position: absolute;
  }
}

@media screen and (min-width: 768px) {
  .fixed-nav #header:before {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* -------------------------------
	メニュー　共通
-------------------------------- */
.list-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-nav li a {
  text-decoration: none;
}
.list-nav li a:hover {
  text-decoration: none;
}
.list-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* -------------------------------
	サイドメニュー
-------------------------------- */
#sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 15vh;
  text-align: center;
  background-color: #171717;
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow-y: auto;
  z-index: 9900;
}
#sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sidebar .in-box {
  width: 100%;
  padding: 0 0 50px;
}
#sidebar .list-sidenav {
  display: inline-block;
  margin: 0 auto;
}
#sidebar .list-sidenav > li {
  -moz-transform: translate3d(-50px, 0, 0);
  -ms-transform: translate3d(-50px, 0, 0);
  -webkit-transform: translate3d(-50px, 0, 0);
  transform: translate3d(-50px, 0, 0);
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  text-align: center;
}
#sidebar .list-sidenav > li + li {
  margin-top: 15px;
}
#sidebar .list-sidenav > li > a {
  color: #171717;
  font-weight: 700;
  font-size: 60px;
  letter-spacing: 0.15em;
  line-height: 1.5;
  display: block;
  text-shadow: -1px 1px 0 #fff,1px -1px 0 #fff,-1px -1px 0 #fff,1px 1px 0 #fff;
  padding: 0;
  position: relative;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#sidebar .list-sidenav > li.active > a, #sidebar .list-sidenav > li > a:hover {
  color: #fff;
  text-shadow: -1px 1px 0 #171717,1px -1px 0 #171717,-1px -1px 0 #171717,1px 1px 0 #171717;
}
@media screen and (max-width: 1199px) {
  #sidebar .list-sidenav > li > a {
    font-size: calc(30px + 30 * (100vw - 320px) / 880);
  }
}

/* スマホ時動き */
.side-open #sidebar {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.side-open #sidebar .list-sidenav > li {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.side-open #sidebar .list-sidenav > li:nth-child(1) {
  -moz-transition: all 0.3s ease 0.6s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0.6s;
  transition: all 0.3s ease 0.6s;
}
.side-open #sidebar .list-sidenav > li:nth-child(2) {
  -moz-transition: all 0.3s ease 0.8s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0.8s;
  transition: all 0.3s ease 0.8s;
}
.side-open #sidebar .list-sidenav > li:nth-child(3) {
  -moz-transition: all 0.3s ease 1s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 1s;
  transition: all 0.3s ease 1s;
}
.side-open #sidebar .list-sidenav > li:nth-child(4) {
  -moz-transition: all 0.3s ease 1.2s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 1.2s;
  transition: all 0.3s ease 1.2s;
}
.side-open #sidebar .list-sidenav > li:nth-child(5) {
  -moz-transition: all 0.3s ease 1.4s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 1.4s;
  transition: all 0.3s ease 1.4s;
}

/* -------------------------------
	半透明
-------------------------------- */
.overlay {
  content: '';
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 768px) {
  .overlay {
    display: none;
  }
}

/* -------------------------------
	三本線
-------------------------------- */
.menuWrapper {
  position: fixed;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 9999;
}

#menuButton {
  overflow: hidden;
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#menuButton span, #menuButton:before, #menuButton:after {
  display: block;
  position: absolute;
  top: -2px;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3px;
  margin: auto;
  background: #fff;
}
#menuButton span {
  width: 80%;
  overflow: hidden;
  z-index: 1;
  color: #fff;
}
#menuButton:before {
  z-index: 2;
  transform: translate(0, -11px);
  content: "";
}
#menuButton:after {
  width: 60%;
  z-index: 2;
  transform: translate(0, 11px);
  content: "";
}
#menuButton small {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  color: #000;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  display: none;
}

@media print, screen and (min-width: 768px) {
  .menuWrapper {
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
  }

  #menuButton span, #menuButton:before, #menuButton:after {
    top: -2px;
    height: 4px;
  }
  #menuButton:before {
    transform: translate(0, -12px);
  }
  #menuButton:after {
    transform: translate(0, 12px);
  }
}
@media print, screen and (min-width: 992px) {
  .menuWrapper {
    right: 20px;
    top: 20px;
    width: 50px;
    height: 50px;
  }

  #menuButton span, #menuButton:before, #menuButton:after {
    top: -2px;
    height: 4px;
  }
  #menuButton:before {
    transform: translate(0, -15px);
  }
  #menuButton:after {
    transform: translate(0, 15px);
  }
}
/* アニメーション */
#menuButton span {
  opacity: 1;
  transition: opacity 150ms 50ms;
}
#menuButton::before, #menuButton::after {
  transition: transform 200ms;
}
.side-open #menuButton span {
  width: 100%;
  opacity: 0;
  transition: opacity 150ms;
}
.side-open #menuButton::before {
  transform: rotate(45deg);
}
.side-open #menuButton::after {
  width: 100%;
  transform: rotate(-45deg);
}

/* -------------------------------
	footer
-------------------------------- */
#footer {
  padding: 40px 0;
  background-color: #4c4c4c;
  page-break-inside: avoid;
}
#footer h2 {
  font-size: 1rem;
  margin-bottom: 20px;
}
#footer p {
  font-size: 0.93333rem;
  letter-spacing: 0.05em;
}
#footer a {
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  #footer {
    padding: 60px 0;
  }
}

.f_nav {
  text-align: center;
  padding: 0 20px;
}
.f_nav > ul {
  font-size: 0.93333rem;
  letter-spacing: -.4em;
  list-style: none;
  padding: 0;
  margin: 0 -1em;
}
.f_nav > ul > li {
  letter-spacing: 0.05em;
  display: inline-block;
  vertical-align: middle;
  padding: 0 1em;
}
.f_nav > ul > li > a {
  font-weight: 400;
  text-decoration: none;
}
.f_nav > ul > li > a:hover {
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  .f_nav {
    text-align: right;
    padding: 0;
  }
}

.f_sns {
  text-align: center;
  margin-top: 10px;
}
.f_sns > ul {
  font-size: 30px;
  line-height: 1;
  letter-spacing: -.4em;
  list-style: none;
  padding: 0;
  margin: 0 -1em;
}
.f_sns > ul > li {
  letter-spacing: 0.05em;
  display: inline-block;
  vertical-align: middle;
  padding: 0 1em;
}
.f_sns > ul > li > a {
  color: #fff;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.f_sns > ul > li > a:hover {
  opacity: 0.75;
}
@media print, screen and (min-width: 768px) {
  .f_sns {
    text-align: right;
  }
}

.copyright {
  font-size: 12px;
  line-height: normal;
  text-align: center;
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .copyright {
    text-align: right;
    margin-top: -3em;
    position: relative;
  }
}

/* -------------------------------
	main
-------------------------------- */
#wrapper {
  overflow: hidden;
}

/* -------------------------------
	main title
-------------------------------- */
.main_ttl {
  padding-top: 50px;
  height: 450px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background-color: #171717;
  position: relative;
  z-index: 0;
}
.main_ttl .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.main_ttl .bg img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  object-position: 50% 50%;
  /* 中央寄せ　横/縦 */
}
.main_ttl .bg .shutter__contents {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.main_ttl .container h2 {
  font-size: 50px;
  line-height: 1.3333;
  text-align: center;
  margin: 0;
}
.main_ttl .container h2 > .en {
  letter-spacing: 0.1em;
  display: block;
}
.main_ttl .container h2 > .txt {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .main_ttl {
    padding-top: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .main_ttl {
    height: calc(200px + 250 * (100vw - 320px) / 880);
  }
  .main_ttl .container h2 {
    font-size: calc(35px + 15 * (100vw - 320px) / 880);
  }
}

/* -------------------------------
	main title
-------------------------------- */
.title01 {
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-left: 1.5em;
  position: relative;
}
.title01:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1em;
  height: 1px;
  background-color: #fff;
}

.title02 > span {
  display: block;
}
.title02 > .en {
  font-size: 1.5em;
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: nowrap;
  text-stroke: 8px #171717;
  -webkit-text-stroke: 8px #171717;
  position: relative;
}
.title02 > .en:after {
  content: attr(data-txt);
  color: #fff !important;
  text-stroke: 0px #fff !important;
  -webkit-text-stroke: 0px #fff !important;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.title02 > .txt {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding-left: 1.5em;
  position: relative;
}
.title02 > .txt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1em;
  height: 1px;
  background-color: #fff;
}

.title03 {
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 0.75em;
  position: relative;
}
.title03:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 2em;
  height: 3px;
  margin-left: -1em;
  background-color: #e5432c;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1NDMyYyIvPjxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjZmZlNjBmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZlNjBmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #e5432c), color-stop(60%, #ffe60f), color-stop(100%, #ffe60f));
  background-image: -moz-linear-gradient(left, #e5432c 0%, #ffe60f 60%, #ffe60f 100%);
  background-image: -webkit-linear-gradient(left, #e5432c 0%, #ffe60f 60%, #ffe60f 100%);
  background-image: linear-gradient(to right, #e5432c 0%, #ffe60f 60%, #ffe60f 100%);
}

/* -------------------------------
	電話番号
-------------------------------- */
.telphone {
  font-weight: 700;
  letter-spacing: 0.1em;
}
.telphone small {
  font-size: 0.8333em;
  font-weight: 400;
}
.telphone i {
  font-size: 0.8333em;
}
.telphone a {
  text-decoration: underline;
}
.telphone a:hover {
  text-decoration: none;
}

/* -------------------------------
	pagetop
-------------------------------- */
#pagetop {
  position: fixed;
  right: 10px;
  bottom: 0px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  z-index: 999;
}
#pagetop.on {
  -moz-transform: translate3d(0, 0%, 0);
  -ms-transform: translate3d(0, 0%, 0);
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
@media (max-width: 767px) {
  #pagetop {
    width: 20px;
    right: 5px;
    bottom: 0;
  }
}

/* -------------------------------
	アンカーリンク
-------------------------------- */
.anchor {
  position: relative;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .anchor {
    margin-top: -90px;
    padding-top: 90px;
  }
}

/* -------------------------------
	box
-------------------------------- */
.box-padding-a {
  padding-top: 3rem;
  padding-bottom: 1rem;
}
.box-padding-a .mb {
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 768px) {
  .box-padding-a {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }
  .box-padding-a .mb {
    margin-bottom: 3rem;
  }
}
/* -------------------------------
	画像
-------------------------------- */
/* 画像を枠に収める */
.photo-ofi {
  height: 0;
  display: block;
  padding-top: 75%;
  background-color: #f8f8f8;
  overflow: hidden;
  position: relative;
}
.photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  font-family: 'object-fit: scale-down; object-position: 50% 50%;';
  object-position: 50% 50%;
  /* 中央寄せ　横/縦 */
  position: absolute;
  left: 0;
  top: 0;
}
.photo-ofi a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/* トリミング */
.cover img {
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
}

/**/
img.object-fit-img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  font-family: 'object-fit: scale-down; object-position: 50% 50%;';
  object-position: 50% 50%;
  /* 中央寄せ　横/縦 */
}
img.object-fit-img.cover {
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
}

/* -------------------------------
	googlemap
-------------------------------- */
.googlemap {
  position: relative;
  padding-top: 66.666%;
  /*これが縦横比*/
  height: 0;
  background-color: #f8f8f8;
  overflow: hidden;
  z-index: 0;
}
.googlemap:before {
  color: #ccc;
  font-size: 20px;
  content: "google map";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media print, screen and (min-width: 768px) {
  .googlemap {
    padding-top: 560px;
  }
}

/* -------------------------------
	横幅　計算
-------------------------------- */
@media screen and (min-width: 768px) {
  .photo-box-md-left {
    margin-left: calc((-100vw + 690px + 0px) / 2);
  }

  .photo-box-md-right {
    margin-right: calc((-100vw + 690px + 0px) / 2);
  }
}
@media screen and (min-width: 992px) {
  .photo-box-md-left, .photo-box-lg-left {
    margin-left: calc((-100vw + 930px + 0px) / 2);
  }

  .photo-box-md-right, .photo-box-lg-right {
    margin-right: calc((-100vw + 930px + 0px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .photo-box-md-left, .photo-box-lg-left, .photo-box-xl-left {
    margin-left: calc((-100vw + 1110px + 0px) / 2);
  }

  .photo-box-md-right, .photo-box-lg-right, .photo-box-xl-right {
    margin-right: calc((-100vw + 1110px + 0px) / 2);
  }
}
@media print {
  .photo-box-md-left, .photo-box-lg-left, .photo-box-xl-left {
    margin-left: -340px;
  }

  .photo-box-md-right, .photo-box-lg-right, .photo-box-xl-right {
    margin-right: -340px;
  }
}
/* -------------------------------
	画像拡大
-------------------------------- */
a[data-rel^=lightcase]:after {
  content: "\f00e";
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 20;
  color: #222;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  width: 2em;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a[data-rel^=lightcase]:hover:after {
  opacity: 1;
}

/* -------------------------------
	背景固定
-------------------------------- */
.parallax-window {
  background: transparent;
}

@media print {
  .parallax-mirror {
    display: none !important;
  }

  .parallax-window {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
/* -------------------------------
	table
-------------------------------- */
.table-design-1 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
}
.table-design-1 > tbody > tr > th, .table-design-1 > tbody > tr > td {
  padding: 1em 0;
}
.table-design-1 > tbody > tr > td {
  padding-left: 2em;
}

.table-design-2 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
  text-align: left;
}
.table-design-2 > tbody > tr > th, .table-design-2 > tbody > tr > td {
  padding: 1em;
}
.table-design-2 > tbody > tr > th {
  background-color: #0D0D0D;
}
.table-design-2 > tbody > tr > td {
  background-color: #222;
}

@media only screen and (max-width: 767px) {
  .table-inline colgroup {
    display: none !important;
  }
  .table-inline > tbody > tr {
    width: 100%;
    display: inline-block;
  }
  .table-inline > tbody > tr > th, .table-inline > tbody > tr > td {
    width: 100% !important;
    display: block;
  }

  .table-design-1.table-inline > tbody > tr > th {
    padding: 0;
  }
  .table-design-1.table-inline > tbody > tr > td {
    padding-left: 0;
    padding-top: 0;
  }
}
/* -------------------------------
	list
-------------------------------- */
.list-icon {
  list-style: none;
  padding: 0;
}
.list-icon li {
  line-height: 1.875;
  padding-left: 1.4em;
  position: relative;
}
.list-icon li i {
  line-height: 1.875;
  width: 1em;
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
}

.list-inline-slash {
  list-style: none;
  letter-spacing: -.4em;
  padding: 0;
}
.list-inline-slash li {
  letter-spacing: 0.05em;
  display: inline-block;
}
.list-inline-slash li:after {
  content: "／";
  margin: 0 0.5em;
}
.list-inline-slash li:last-child:after {
  display: none;
}

.list-inline-1 {
  letter-spacing: -.4em;
  list-style: none;
  padding-left: 0;
  margin-left: -1em;
  margin-right: -1em;
}
.list-inline-1 > li {
  letter-spacing: 0.05em;
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
}

/* -------------------------------
	dl
-------------------------------- */
/* -------------------------------
	figure
-------------------------------- */
.figure {
  vertical-align: middle;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000;
  cursor: pointer;
}
.figure img {
  min-width: inherit;
  width: 100%;
  position: relative;
  display: block;
}
.figure figcaption {
  padding: 0;
  margin: 0;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.figure figcaption::before, .figure figcaption::after {
  pointer-events: none;
}
.figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  opacity: 0;
}

/* -------------------------------
	btn
-------------------------------- */
.btn-1 {
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 0.5em 4.75em 0.5em 0;
  position: relative;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-1:after {
  content: "";
  width: 3.75em;
  height: 1px;
  margin-left: 1em;
  display: block;
  background-color: #e5432c;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1NDMyYyIvPjxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjZmZlNjBmIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmU2MGYiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #e5432c), color-stop(40%, #ffe60f), color-stop(50%, #ffe60f), color-stop(50%, #ffffff), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(left, #e5432c 0%, #ffe60f 40%, #ffe60f 50%, #ffffff 50%, #ffffff 100%);
  background-image: -webkit-linear-gradient(left, #e5432c 0%, #ffe60f 40%, #ffe60f 50%, #ffffff 50%, #ffffff 100%);
  background-image: linear-gradient(to right, #e5432c 0%, #ffe60f 40%, #ffe60f 50%, #ffffff 50%, #ffffff 100%);
  background-position: right center;
  background-size: 200% 100%;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
}
.btn-1:hover {
  letter-spacing: 0.2em;
}
.btn-1:hover:after {
  background-position: left center;
}

.btn-2 {
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 0.8667em 3em 0.8667em 1.2em;
  border: solid 1px #fff;
  min-width: 160px;
  position: relative;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-2:after {
  content: "";
  width: 3.75em;
  height: 1px;
  margin-left: 1em;
  display: block;
  background-color: #e5432c;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1NDMyYyIvPjxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjZmZlNjBmIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmU2MGYiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #e5432c), color-stop(40%, #ffe60f), color-stop(50%, #ffe60f), color-stop(50%, #ffffff), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(left, #e5432c 0%, #ffe60f 40%, #ffe60f 50%, #ffffff 50%, #ffffff 100%);
  background-image: -webkit-linear-gradient(left, #e5432c 0%, #ffe60f 40%, #ffe60f 50%, #ffffff 50%, #ffffff 100%);
  background-image: linear-gradient(to right, #e5432c 0%, #ffe60f 40%, #ffe60f 50%, #ffffff 50%, #ffffff 100%);
  background-position: right center;
  background-size: 200% 100%;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  right: -1.875em;
  top: 50%;
  margin-top: -1px;
}
.btn-2:hover {
  letter-spacing: 0.2em;
}
.btn-2:hover:after {
  background-position: left center;
}

.btn-3 {
  color: #171717;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 0.8667em 3em 0.8667em 1.2em;
  min-width: 160px;
  border: none;
  position: relative;
  background-color: #ffe60f;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-3:hover {
  letter-spacing: 0.2em;
  background-color: #e5432c;
}

.btn-icon-l, .btn-icon-r {
  position: relative;
}
.btn-icon-l i, .btn-icon-r i {
  line-height: 1;
  position: absolute;
  top: 50%;
  margin-top: -.5em;
}

.btn-icon-l {
  padding-left: 2em;
}
.btn-icon-l i {
  left: 1em;
}

.btn-icon-r {
  padding-right: 2em;
}
.btn-icon-r i {
  right: 1em;
}

/* -------------------------------
	AOS オリジナル
-------------------------------- */
@media screen {
  /* シャッター */
  [data-aos="aos-shutter-right"] {
    transition-duration: 0s !important;
    opacity: 0;
  }
  [data-aos="aos-shutter-right"] > img, [data-aos="aos-shutter-right"] > div {
    opacity: 0;
  }
  [data-aos="aos-shutter-right"].aos-init {
    position: relative;
    overflow: hidden;
    z-index: 0;
  }
  [data-aos="aos-shutter-right"].aos-init:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform-origin: right top;
    transform: scale(0, 1);
    background-color: #ccc;
    z-index: 10;
  }
  [data-aos="aos-shutter-right"].aos-animate {
    opacity: 1;
  }
  [data-aos="aos-shutter-right"].aos-animate:after {
    -moz-animation: key-aos-shutter-right 1s cubic-bezier(0.11, 0, 0.5, 0) 0.1s normal forwards;
    -webkit-animation: key-aos-shutter-right 1s cubic-bezier(0.11, 0, 0.5, 0) 0.1s normal forwards;
    animation: key-aos-shutter-right 1s cubic-bezier(0.11, 0, 0.5, 0) 0.1s normal forwards;
  }
  [data-aos="aos-shutter-right"].aos-animate > * {
    -moz-animation: key-aos-shutter-img 0s cubic-bezier(0.11, 0, 0.5, 0) 0.55s normal forwards;
    -webkit-animation: key-aos-shutter-img 0s cubic-bezier(0.11, 0, 0.5, 0) 0.55s normal forwards;
    animation: key-aos-shutter-img 0s cubic-bezier(0.11, 0, 0.5, 0) 0.55s normal forwards;
  }
}
/*シャッター 左から右へ*/
@keyframes key-aos-shutter-right {
  0% {
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  35% {
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  60% {
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
}
@keyframes key-aos-shutter-img {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* -------------------------------
	common
-------------------------------- */
.htmlarea {
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.ov_hi {
  overflow: hidden;
}

.in-bk {
  display: inline-block;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

/* 画像回り込み */
img.aligncenter, img.alignright, img.alignleft {
  display: block;
  margin: 0 auto;
}

@media print, screen and (min-width: 480px) {
  img.alignright {
    max-width: 38%;
    margin-left: 30px;
    display: inline;
  }
  img.alignleft {
    max-width: 38%;
    margin-right: 30px;
    display: inline;
  }

  .alignright {
    float: right;
  }

  .alignleft {
    float: left;
  }
}
@media print, screen and (min-width: 1200px) {
  /* 画像回り込み */
  img.alignright {
    max-width: 100%;
  }
  img.alignleft {
    max-width: 100%;
  }
}
/* --▼color-- */
.bg_cr_1 {
  background-color: #45484d;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NDg0ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #45484d), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(left top, #45484d 0%, #000000 100%);
  background-image: -webkit-linear-gradient(left top, #45484d 0%, #000000 100%);
  background-image: linear-gradient(to right bottom, #45484d 0%, #000000 100%);
}

/* --▼font 15px -- */
.fs10 {
  font-size: 0.66667rem !important;
}

.fs11 {
  font-size: 0.73333rem !important;
}

.fs12 {
  font-size: 0.8rem !important;
}

.fs13 {
  font-size: 0.86667rem !important;
}

.fs14 {
  font-size: 0.93333rem !important;
}

.fs15 {
  font-size: 1rem !important;
}

.fs16 {
  font-size: 1.06667rem !important;
}

.fs17 {
  font-size: 1.13333rem !important;
}

.fs-sm {
  font-size: 0.875em !important;
}

.fs-md {
  font-size: 1.125em !important;
}

.fs-lg {
  font-size: 1.250em !important;
}

.f-feature {
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}

.fw4 {
  font-weight: 400 !important;
}

.fw5 {
  font-weight: 500 !important;
}

.fw7 {
  font-weight: 700 !important;
}

/* --▼text-- */
.lh_lg {
  line-height: 2 !important;
}

/* --▼padding-- */
/* --▼margin-- */
/*bottom*/
.mb00 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.margin-bottom {
  margin-bottom: 3rem !important;
}

@media print, screen and (min-width: 768px) {
  /* --▼margin-- */
  .margin-bottom {
    margin-bottom: 6rem !important;
  }
}
/* -------------------------------
	jquery.inview.min.js
-------------------------------- */
.box1 {
  width: 100%;
  height: 500px;
  margin-bottom: 30px;
  background-color: #ccc;
}

@media screen {
  /* シャッター L->R */
  .shutter {
    opacity: 0;
    position: relative;
    z-index: 0;
  }
  .shutter > .shutter__element {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
  }
  .shutter > .shutter__contents {
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    -moz-transition: all 0s ease 0.65s;
    -webkit-transition: all 0s ease;
    -webkit-transition-delay: 0.65s;
    transition: all 0s ease 0.65s;
  }

  .anime_shutter_lr {
    opacity: 1;
  }
  .anime_shutter_lr > .shutter__contents {
    opacity: 1;
    visibility: visible;
  }
  .anime_shutter_lr > .shutter__element {
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    background-color: #000;
    -moz-animation: key-aos-shutter-right 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.2s normal forwards;
    -webkit-animation: key-aos-shutter-right 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.2s normal forwards;
    animation: key-aos-shutter-right 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.2s normal forwards;
  }

  .anime_shutter_rl {
    opacity: 1;
  }
  .anime_shutter_rl > .shutter__contents {
    opacity: 1;
    visibility: visible;
  }
  .anime_shutter_rl > .shutter__element {
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    background-color: #000;
    -moz-animation: key-aos-shutter-left 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.2s normal forwards;
    -webkit-animation: key-aos-shutter-left 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.2s normal forwards;
    animation: key-aos-shutter-left 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.2s normal forwards;
  }
}
@keyframes key-aos-shutter-right {
  0% {
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  35% {
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  60% {
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
}
@keyframes key-aos-shutter-left {
  0% {
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  35% {
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  60% {
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
}
/* -------------------------------
	ローディング
-------------------------------- */
/***************************************************
 * Generated by SVG Artista on 4/23/2021, 7:56:57 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
svg .svg-elem-1 {
  stroke-dashoffset: 2320.50732421875px;
  stroke-dasharray: 2320.50732421875px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

svg.active .svg-elem-1 {
  stroke-dashoffset: 0;
  fill: url("#oy");
}

svg .svg-elem-2 {
  stroke-dashoffset: 438.6392822265625px;
  stroke-dasharray: 438.6392822265625px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

svg.active .svg-elem-2 {
  stroke-dashoffset: 0;
  fill: white;
}

svg .svg-elem-3 {
  stroke-dashoffset: 562.842529296875px;
  stroke-dasharray: 562.842529296875px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

svg.active .svg-elem-3 {
  stroke-dashoffset: 0;
  fill: white;
}

svg .svg-elem-4 {
  stroke-dashoffset: 445.8289489746094px;
  stroke-dasharray: 445.8289489746094px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

svg.active .svg-elem-4 {
  stroke-dashoffset: 0;
  fill: white;
}

svg .svg-elem-5 {
  stroke-dashoffset: 412.35504150390625px;
  stroke-dasharray: 412.35504150390625px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
}

svg.active .svg-elem-5 {
  stroke-dashoffset: 0;
  fill: white;
}

svg .svg-elem-6 {
  stroke-dashoffset: 392.1910705566406px;
  stroke-dasharray: 392.1910705566406px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}

svg.active .svg-elem-6 {
  stroke-dashoffset: 0;
  fill: white;
}

svg .svg-elem-7 {
  stroke-dashoffset: 440.92999267578125px;
  stroke-dasharray: 440.92999267578125px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
}

svg.active .svg-elem-7 {
  stroke-dashoffset: 0;
  fill: white;
}

svg .svg-elem-8 {
  stroke-dashoffset: 270.580078125px;
  stroke-dasharray: 270.580078125px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}

svg.active .svg-elem-8 {
  stroke-dashoffset: 0;
  fill: white;
}

svg .svg-elem-9 {
  stroke-dashoffset: 613.5477905273438px;
  stroke-dasharray: 613.5477905273438px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}

svg.active .svg-elem-9 {
  stroke-dashoffset: 0;
  fill: white;
}

svg .svg-elem-10 {
  stroke-dashoffset: 105.93633270263672px;
  stroke-dasharray: 105.93633270263672px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
}

svg.active .svg-elem-10 {
  stroke-dashoffset: 0;
  fill: white;
}

svg .svg-elem-11 {
  stroke-dashoffset: 84.53715515136719px;
  stroke-dasharray: 84.53715515136719px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
}

svg.active .svg-elem-11 {
  stroke-dashoffset: 0;
  fill: white;
}

svg .svg-elem-12 {
  stroke-dashoffset: 91.63475799560547px;
  stroke-dasharray: 91.63475799560547px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.32s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.32s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
}

svg.active .svg-elem-12 {
  stroke-dashoffset: 0;
  fill: white;
}

svg .svg-elem-13 {
  stroke-dashoffset: 84.52421569824219px;
  stroke-dasharray: 84.52421569824219px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
}

svg.active .svg-elem-13 {
  stroke-dashoffset: 0;
  fill: white;
}

svg .svg-elem-14 {
  stroke-dashoffset: 61.810096740722656px;
  stroke-dasharray: 61.810096740722656px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
}

svg.active .svg-elem-14 {
  stroke-dashoffset: 0;
  fill: white;
}

svg .svg-elem-15 {
  stroke-dashoffset: 84.5242691040039px;
  stroke-dasharray: 84.5242691040039px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
}

svg.active .svg-elem-15 {
  stroke-dashoffset: 0;
  fill: white;
}

svg .svg-elem-16 {
  stroke-dashoffset: 88.90339660644531px;
  stroke-dasharray: 88.90339660644531px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
}

svg.active .svg-elem-16 {
  stroke-dashoffset: 0;
  fill: white;
}

svg .svg-elem-17 {
  stroke-dashoffset: 90.39019012451172px;
  stroke-dasharray: 90.39019012451172px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s;
}

svg.active .svg-elem-17 {
  stroke-dashoffset: 0;
  fill: white;
}

svg .svg-elem-18 {
  stroke-dashoffset: 84.07359313964844px;
  stroke-dasharray: 84.07359313964844px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
}

svg.active .svg-elem-18 {
  stroke-dashoffset: 0;
  fill: white;
}

svg .svg-elem-19 {
  stroke-dashoffset: 91.66768646240234px;
  stroke-dasharray: 91.66768646240234px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
}

svg.active .svg-elem-19 {
  stroke-dashoffset: 0;
  fill: white;
}

svg .svg-elem-20 {
  stroke-dashoffset: 65.35308837890625px;
  stroke-dasharray: 65.35308837890625px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.28s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.28s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
}

svg.active .svg-elem-20 {
  stroke-dashoffset: 0;
  fill: white;
}

svg .svg-elem-21 {
  stroke-dashoffset: 90.3839340209961px;
  stroke-dasharray: 90.3839340209961px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s;
}

svg.active .svg-elem-21 {
  stroke-dashoffset: 0;
  fill: white;
}

/* 印刷用 */
@page {
  margin: 8mm;
  margin: 10mm 4mm 10mm 4mm;
}
@media print {
  @page {
    size: auto;
  }
  html {
    overflow: visible !important;
    zoom: 0.7 !important;
  }

  body {
    min-width: 1240px !important;
  }

  html, body {
    background: #171717;
  }

  #pagetop {
    opacity: 0;
    visibility: hidden;
  }

  .page-break {
    page-break-inside: avoid;
    page-break-after: avoid;
  }
}
/* IE11　ハック */
@media print and (-ms-high-contrast: none) {
  html {
    -ms-overflow-style: none;
    /* ie */
  }

  body {
    min-width: 1240px !important;
  }
}

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