@charset "UTF-8";
/************************************************

@PC - common.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/* reset */
article, aside, details, figcaption, figure, footer, header, hgroup, hr, menu, nav, section {
  display: block;
}

a, hr {
  padding: 0;
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins, mark {
  background-color: #ff9;
  color: #000;
}

body {
  line-height: 1;
}

li, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

input, select {
  vertical-align: middle;
}

/*-------------------------------

html

-------------------------------*/
html, body {
  font: 13px/1em Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 1px;
  word-break: break-all;
  word-wrap: break-word;
  color: #fff;
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
  font-feature-settings: "palt"; /*文字間詰め*/
  -webkit-text-size-adjust: 100%; /* adjust */
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.click {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.click:active {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  transform: scale(0.95);
}

.b-sp {
  display: block;
}
@media screen and (min-width: 960px) {
  .b-sp {
    display: none;
  }
}

.delayItem {
  opacity: 0;
  z-index: 2;
}

/*-------------------------------

#wrapper

-------------------------------*/
#wrapper {
  width: 100%;
  display: block;
  position: relative;
}
/*-------------------------------

#underlayer

-------------------------------*/
#underlayer {
  position: relative;
  background: #fff url(../img/teaser/bg_sp.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 960px) {
  #underlayer {
    padding: 5vw 0;
    background: #fff url(../img/teaser/bg_pc.jpg) center center no-repeat fixed;
    background-size: cover;
  }
}

#underlayer {
  position: relative;
}
#underlayer::before {
  background: #fff url(../img/teaser/bg_sp.jpg) center center no-repeat fixed;
  background-size: cover;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
/*-------------------------------

#header

-------------------------------*/
#header {
  width: 100%;
  height: 50px;
  background: #fff;
  border-bottom: 1px solid #eee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

#drawer-btn {
  position: absolute;
  z-index: 5;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  background: #333;
}

#drawer-txt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-align: center;
  color: #FFF;
  padding: 8px 0 0 2px;
  letter-spacing: 0px;
}

#drawer-line-box {
  width: 50px;
  height: 28px;
  padding: 4px 0 0;
}

.drawer-line {
  width: 30px;
  height: 3px;
  background: #FFF;
  display: block;
  margin: 0 auto 4px auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  border-radius: 10px;
}
.drawer-line.open:nth-child(1) {
  -webkit-transform: rotate(405deg) translate(5px, 5px);
  transform: rotate(405deg) translate(5px, 5px);
}
.drawer-line.open:nth-child(2) {
  -webkit-opacity: 0;
  opacity: 0;
}
.drawer-line.open:nth-child(3) {
  -webkit-transform: rotate(-405deg) translate(5px, -5px);
  transform: rotate(-405deg) translate(5px, -5px);
}

#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  padding: 30px 0 15px;
  line-height: 1;
  z-index: 999;
  background: #fff;
}

@media all and (min-width: 1024px) {
  #top-head {
    overflow: hidden;
  }
}
#top-head .show {
  opacity: 1;
}

#top-head a,
#top-head {
  color: #009fba;
  text-decoration: none;
  letter-spacing: 3px;
}

#top-head .inner {
  position: relative;
}

#top-head .logo {
  float: left;
  font-size: 36px;
}

#global-nav ul {
  display: flex;
  justify-content: center;
  position: absolute;
  right: 0;
  left: 10px;
  margin: auto;
  bottom: 0;
  font-size: 14px;
  width: 100vw;
}

#global-nav ul li {
  float: left;
}

#global-nav ul li a {
  padding: 0 15px 3px;
  display: inline-block;
  color: #009fba;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
}

#global-nav ul li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #009fba;
  transition: 0.3s;
}

#global-nav ul li a:hover::after {
  width: 100%;
}

.jpn {
  display: block;
  font-size: xx-small;
  text-align: center;
  padding: 5px 0 0 0;
}

#global-nav ul li a:hover,
#top-head.fixed #global-nav ul li a:hover {
  color: #009fba;
  text-shadow: none;
}

#top-head.fixed #global-nav ul li a.coming {
  color: #009fba;
  pointer-events: none;
}

/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  padding-top: 30px;
  height: 45px;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
  background: #fff;
}

#top-head.fixed #global-nav ul li a {
  color: #009fba;
  padding: 0 15px 3px;
  letter-spacing: 3px;
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 85%;
  background: #fff;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 11px;
}

#nav-toggle span:nth-child(3) {
  top: 22px;
}

@media screen and (max-width: 1024px) {
  .humburger-shift {
    right: 10px !important;
  }
  #nav-toggle {
    display: none;
  }
  #top-head,
.inner {
    width: 100%;
    padding: 0;
    border: none;
  }
  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
    z-index: 99;
  }
  #mobile-head {
    width: 100%;
    position: relative;
    z-index: 4;
    height: 0;
    background: none;
  }
  #top-head.fixed .logo,
#top-head .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #333;
    font-size: 26px;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    opacity: 0;
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-duration: 0.8s;
    pointer-events: none;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 15px;
    padding: 5vw 0;
    display: block;
  }
  #global-nav ul li {
    float: none;
    position: static;
  }
  #top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #009fba;
    padding: 16px 0;
    font-size: 4.7333333333vw;
    letter-spacing: 7px;
  }
  #nav-toggle {
    display: block;
    background: #000;
    width: 80px;
    height: 80px;
    padding: 20px;
    position: absolute;
    bottom: 0;
    transition: all 0.4s linear;
    right: -100px;
    background: #e40021;
    border-radius: 50%;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    min-height: 100vh;
    animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    background-size: cover;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff url(../common/img/menu_bg.jpg) center center no-repeat;
    background-size: cover;
    pointer-events: auto;
  }
  #menu-txt {
    color: #fff;
    font-size: xx-small;
    line-height: 73px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*-------------------------------

@nav

-------------------------------*/
.nav-btn {
  display: block;
  font-family: "Bentham", serif;
  letter-spacing: 2px;
  color: #fff;
  border: 1px solid;
  border-radius: 8px;
  margin: 40px auto;
  padding: 20px 50px;
}
.nav-btn:hover {
  color: #92cbed;
}

/*-------------------------------

#drawer-layer-container

-------------------------------*/
#drawer-container {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0px;
  left: 0px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
  opacity: 0;
  background: #fff;
  padding: 50px 0 0 0;
}

#drawer-container-inner {
  width: 100%;
  padding: 25% 0;
  position: relative;
  z-index: 1;
}

#drawer-nav-container {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.drawer-nav-box {
  display: block;
  margin: 0 0 3% 0;
}

.drawer-nav-box:last-child {
  margin: 0 auto;
}

.drawer-nav-btn {
  color: #444;
  text-decoration: none;
  display: block;
  height: 80px;
  line-height: 80px;
  letter-spacing: 3px;
  border-radius: 5px;
  font-family: "Noto Serif JP", serif;
}

.drawer-nav-btn.selected {
  color: #fff;
  background: #ff0000;
  text-shadow: none;
}

.heading {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/*-------------------------------

#footer

-------------------------------*/
#footer {
  padding: 7% 3%;
  background: #fff url(../img/footer/bg_sp.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 960px) {
  #footer {
    background: #fff url(../img/footer/bg_pc.jpg) center center no-repeat;
    background-size: cover;
    padding: 7% 3%;
  }
}

#footer .ttl {
  color: #000;
  text-shadow: 0 0 0.8em #fff, 0 0 0.8em #fff, 0 0 0.8em #fff;
}

/*-------------------------------

#main

-------------------------------*/
#main {
  display: block;
}
@media screen and (min-width: 960px) {
  #main {
    padding: 45px 0 0 0;
  }
}

.main-photo {
  position: relative;
}

.button {
  position: relative;
  display: inline-block;
  padding: 0.5em 4em;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  text-decoration: none;
  outline: none;
  overflow: hidden;
}

.button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.button:hover::after {
  animation: circle 0.75s;
}

@keyframes circle {
  50% {
    opacity: 1;
  }
  100% {
    width: 300px;
    height: 300px;
  }
}
/*-------------------------------

#preloader

-------------------------------*/
#preloader {
  background: #f7f7f4;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
}

#preloader-inner {
  width: 500px;
  height: 50px;
  position: absolute;
  z-index: 1;
  top: calc(50% - 40px);
  left: calc(50% - 250px);
}

#preloader-ttl {
  display: block;
  position: absolute;
  z-index: 3;
  top: 0%;
  left: 0%;
}

#preloader-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}

#preloader-anime {
  position: absolute;
  top: 115px;
  left: 310px;
  z-index: 3;
}

#progress-txt {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #366e85;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 145px;
  z-index: 4;
}

#preloaderAnime {
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
}

.spinner {
  --uib-size: 45px;
  --uib-speed: 2s;
  --uib-color: #366e85;
  position: relative;
  height: var(--uib-size);
  width: var(--uib-size);
  margin: auto;
}

.spinner::before,
.spinner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: var(--uib-color);
  animation: pulse var(--uib-speed) linear infinite;
  transform: scale(0);
  opacity: 0;
}

.spinner::after {
  animation-delay: calc(var(--uib-speed) / -2);
}

@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
/*-------------------------------

@mvtk

-------------------------------*/
#mvtk-widgets-wrap {
  text-align: center;
  background: #000;
  padding: 60px 0 3px;
}
@media screen and (max-width: 960px) {
  #mvtk-widgets-wrap {
    padding: 30px 0 5px;
  }
}

#mvtk-widgets-container {
  margin: 0 auto 30px;
}

.mvtk-bnr {
  display: flex;
  width: 50%;
  margin: 0 auto 10px;
}
@media screen and (min-width: 960px) {
  .mvtk-bnr {
    width: 200px;
    margin: 0 auto 60px;
  }
}

.mvtk-bnr a:hover {
  opacity: 0.8;
}

/*-------------------------------

@banner

-------------------------------*/
.banner-item {
  margin: 0 10px 0 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.banner-item:hover {
  opacity: 0.6;
}

.banner-img {
  width: 180px;
  height: auto;
}

/*-------------------------------

@SNS

-------------------------------*/
#social-container {
  margin: 20px;
  align-items: baseline;
  justify-content: center;
}

.sns-btn:nth-last-child(1) {
  padding: 0;
}

.sns-btn {
  margin: 0 10px;
}

.share-link-btn {
  color: #008096;
  font-size: 20px;
  border: 1px solid #008096;
  border-radius: 50%;
  padding: 9px;
}
.share-link-btn:hover {
  opacity: 0.7;
}

.custom-facebook-btn {
  font-size: 20px;
}

.custom-line-btn {
  font-size: 20px;
}

/*--------------------------------------------------
リマケタグの隙間対策
--------------------------------------------------*/
iframe[name=google_conversion_frame] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
}

/*--------------------------------------------------------------

@modules

--------------------------------------------------------------*/
/*-------------------------------

a

-------------------------------*/
a {
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s ease;
}

/*-------------------------------

@flex

-------------------------------*/
.flex {
  display: -webkit-flex;
  display: flex;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.flex-left {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/*-------------------------------

font-weight

-------------------------------*/
.bold {
  font-weight: bold;
}

/*-------------------------------

font-style

-------------------------------*/
.italic {
  font-style: italic;
}

/*-------------------------------

display

-------------------------------*/
.none {
  display: none;
}

.block {
  display: block;
}

/*-------------------------------

position

-------------------------------*/
.relative {
  position: relative;
}

.margin-auto {
  margin: 0 auto;
}

/*-------------------------------

guard

-------------------------------*/
.guard {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../common/img/spacer.gif);
  background-repeat: repeat;
}

.protect {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-drag: none;
  -webkit-user-drag: none;
}

img {
  width: 100%;
  vertical-align: middle;
}

.h100 {
  width: auto !important;
  height: 100%;
}

.jpn {
  display: block;
  font-size: xx-small;
  text-align: center;
  padding: 10px 0 0 0;
  color: #999;
}

/*-------------------------------

animation

-------------------------------*/
.fade {
  opacity: 0;
}

.fadein {
  opacity: 0;
  transform: translate(0px, 20px);
  transition: all 2s ease;
}

.fadein.fadein-anime {
  animation: fadein 2s ease forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translate(0px, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
.fade-up {
  transition: all 2s ease;
}

/*-------------------------------

btn

-------------------------------*/
.top-btn-anime {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: linear-gradient(to right, #333 0%, #333 50%, #009fba 50%, #009fba 100%);
  transition: color 0.4s, background-position 0.4s;
}

.top-btn-anime:hover {
  background-position: 0 0;
}

.c-btn {
  display: block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-color: #009fba;
  border-radius: 3px;
  width: 300px;
  margin: 33px auto 0;
  padding: 20px 0;
  text-decoration: none;
}

/*-------------------------------

bg

-------------------------------*/
#bg-sp {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

#bg-sp span {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  display: block;
  background: url(../common/img/pt0.png) repeat;
}

#bg-sp video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

#bg {
  display: none;
}

/* PC */
@media screen and (min-width: 1024px) {
  #bg {
    display: block;
    overflow: hidden;
  }
  #bg-sp {
    display: none;
  }
  #bg {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  #bg span {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    display: block;
    background: url(../common/img/pt0.png) repeat;
  }
  #bg video {
    left: 0;
    min-height: 100%;
    min-width: 100%;
    mix-blend-mode: screen;
    position: absolute;
    top: 0;
  }
}
/* --------------------

- simplebar

-------------------- */
.simplebar-track {
  right: 10px;
}

.simplebar-scrollbar {
  width: 10px;
}

.simplebar-scrollbar:before {
  background: #009fba;
  border-radius: 0;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
}/*# sourceMappingURL=common.css.map */