@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: 14px/1 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: 1px;
  word-break: break-all;
  word-wrap: break-word;
  color: #2d2a2a;
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
  font-feature-settings: "palt"; /*文字間詰め*/
  -webkit-text-size-adjust: 100%; /* adjust */
}
@media screen and (min-width: 960px) {
  html, body {
    font: 18px/1 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  }
}

*, *: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,
.sp-link {
  display: block;
}
@media screen and (min-width: 960px) {
  .b-sp,
  .sp-link {
    display: none !important;
  }
}

.delayItem, .delayItem_sub {
  opacity: 0;
}

.blur {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.img-blur {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: 0.8s;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
/*-------------------------------

#wrapper

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

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

#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;
  display: none;
}
@media screen and (min-width: 960px) {
  #header {
    display: block;
  }
}

#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);
}

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

nav

------------------------------*/
.fat-nav {
  top: 0;
  left: 0;
  z-index: 99;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-duration: 1s;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.fat-nav__wrapper {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
}

.fat-nav.active {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.fat-nav__wrapper {
  background: url(../img/top/bg_pc.jpg) top center fixed;
  background-size: cover;
}

.hamburger {
  top: 20px;
  right: 20px;
  z-index: 99;
  padding: 26px 0 0 0;
  /*right: -100px; */
  right: 20px;
  opacity: 0 !important;
  transition: all 0.4s linear;
}

.hamburger.tofix {
  right: 20px !important;
  opacity: 1 !important;
}

.hamburger__icon, .hamburger__icon:after, .hamburger__icon:before {
  display: block;
  width: 20px;
  height: 1px;
  background-color: #fff;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-duration: 0.4s;
  border-radius: 5px;
}

.fat-nav {
  z-index: 99;
  background: url(../img/top/bg_sp.jpg) no-repeat top center;
  background-size: cover;
  /* border: 10px solid #fff; */
}

@media all and (-ms-high-contrast: none) {
  .fat-nav {
    background: #fff;
    /* IE10以上 */
  }
}
.fat-nav ul {
  margin: 0;
  padding: 0;
  width: 850px;
  letter-spacing: -0.4em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fat-nav li, .fat-nav li a {
  color: #fff;
  margin: 7px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 6px;
  font-weight: bold;
  font-size: 17px;
  opacity: 0.9;
}
.fat-nav li:hover, .fat-nav li a:hover {
}

.fat-nav li {
  list-style-type: none;
  text-align: center;
  padding: 3px;
  font-size: 2em;
  vertical-align: middle;
  letter-spacing: normal;
  width: 260px;
  margin: 0px auto;
}
@media screen and (min-width: 960px) {
  .fat-nav li {
    width: 280px;
    margin: 0px auto;
  }
}

.fat-nav li.sns a:hover,
.fat-nav li a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}

.fat-nav li:nth-child(2),
.fat-nav li:nth-child(4),
.fat-nav li:nth-child(5),
.fat-nav li:nth-child(7) {
  border-right: none;
}

.fat-nav li:nth-child(6) {
  /* margin-left: 100px; */
}

.fat-nav li:nth-child(7) {
  /*margin-right: 150px;*/
}

.fat-nav li.sns {
  border-right: none;
  font-size: 4em;
}

.fat-nav li.sns a {
  margin: 0;
}

.hamburger__icon:before {
  top: -9px;
}

.hamburger__icon:after {
  top: 10px;
}

.hamburger {
  display: block;
  width: 55px;
  height: 55px;
  text-decoration: none;
  background: #dd4073;
  justify-content: center;
  text-align: center;
  border-radius: 50px;
}

.hamburger:after {
  content: "";
  color: #000;
  font-weight: bold;
  line-height: 2.8;
  text-decoration: none;
  box-shadow: 0 0 8px rgba(84, 84, 84, 0.33);
}

.hamburger__icon, .hamburger__icon:after, .hamburger__icon:before {
  /*	width: 48px;*/
  margin: 0px auto 10px;
}

/* PC */
@media screen and (min-width: 1024px) {
  .hamburger {
    display: block;
    width: 70px;
    height: 70px;
  }
  .hamburger__icon, .hamburger__icon:after, .hamburger__icon:before {
    display: block;
    width: 30px;
    height: 1px;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-duration: 0.4s;
    border-radius: 5px;
  }
  .hamburger {
    padding: 34px 0 0 0;
  }
}
.fat-nav__wrapper.hamburger__icon:after {
  content: "";
}

.fat-nav__wrapper.hamburger__icon:after {
  top: 7px;
  color: #fff;
}

.hamburger.active .hamburger__icon:before {
  margin-top: 5px;
  color: #fff;
}

.sns-nav {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  display: none;
}

.sns-nav a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 30px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  border-radius: 4px;
  transition: 0.4s;
  margin: 5px;
  border-radius: 50%;
  background: none;
  border: 1px solid #fff;
}

/* PC */
@media screen and (min-width: 1024px) {
  .fat-nav {
    z-index: 99;
    background: url(../common/img/menu_bg_pc.jpg) no-repeat left center;
    background-size: cover;
    /* border: 10px solid #fff; */
  }
  .fat-nav li, .fat-nav li a {
    font-size: 20px;
  }
  .sns-nav {
    bottom: 20px;
  }
  .fat-nav ul {
    top: 50%;
  }
}
/*-------------------------------

#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;
}

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

#footer

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

#main

-------------------------------*/
#main {
  display: block;
}

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

#preloader

-------------------------------*/
#preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background: #636aa6; /* fallback for old browsers */
}
@media screen and (min-width: 960px) {
  #preloader {
    padding: 0;
  }
}

#preloader-inner {
  width: 240px;
  height: auto;
  position: absolute;
  z-index: 1;
  top: calc(50%);
  left: calc(50%);
}
@media screen and (min-width: 960px) {
  #preloader-inner {
    width: 230px;
    top: calc(50%);
    left: calc(50%);
  }
}

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

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

#progress-txt {
  width: 60px;
  display: block;
  font: 11px/1em Arial, Helvetica, sans-serif;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 360px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
}
@media screen and (min-width: 960px) {
  #progress-txt {
    top: 350px;
  }
}


.circle {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  animation: loading 1.2s infinite;
}

@keyframes loading {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(4);
    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: 30px auto 20px;
}
@media screen and (min-width: 960px) {
  #mvtk-widgets-container {
    margin: 30px auto 10px;
  }
}

.mvtk-bnr {
  display: flex;
  width: 80%;
  margin: 0 auto 10px;
}
.mvtk-bnr a {
  margin: 0 10px;
}
@media screen and (min-width: 960px) {
  .mvtk-bnr a {
    margin: 10px;
  }
}
.mvtk-bnr a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .mvtk-bnr {
    width: 430px;
    margin: 0 auto 20px;
  }
}

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

@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: 12px 0;
  align-items: baseline;
  justify-content: center;
}

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

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

.share-link-btn {
  color: #fff;
  font-size: 25px;
  border: 1px solid #000;
  background-color: #000;
  border-radius: 50%;
  padding: 13px;
}

.share-link-btn:hover {
  opacity: 0.7;
}

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

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

/*--------------------------------------------------
リマケタグの隙間対策
--------------------------------------------------*/
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 1.5s ease;
}

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

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;
  }
}/*# sourceMappingURL=common.css.map */