@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;
  background: #fff;
  overflow-x: hidden;
  /*-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";
  }
}

body {
  background: #fff;
  font: 13px/1em -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
  word-break: break-all;
  word-wrap: break-word;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  background: #fff;
}

*, *: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);
}

.delayItem, .delayItem_sub {
  opacity: 0;
}

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

#wrapper

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

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

3 #header

-------------------------------*/
.inner {
  width: 980px;
  margin: 0 auto;
}

.inner:after {
  content: "";
  clear: both;
  display: block;
}

/* header */
#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  padding: 30px 0 28px;
  line-height: 1;
  z-index: 999;
  background: #fff45f;
  background: #fff45f url(../img/top/bg_pc.jpg) center center repeat;
  background-size: cover;
  transition: opacity 0.3s ease, z-index 0.3s ease;
}
@media screen and (min-width: 960px) {
  #top-head {
    box-shadow: 2px 2px 4px #c5641b;
  }
}

body.modal-open #top-head {
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

#top-head .show {
  opacity: 1;
}

#top-head a,
#top-head {
  color: #000;
  text-decoration: none;
}

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

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

#global-nav ul {
  display: flex;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  font-size: 14px;
  width: 100vw;
}
@media screen and (min-width: 960px) {
  #global-nav ul {
    width: auto;
    justify-content: center;
    align-items: center;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}

#global-nav ul li {
  float: left;
}
@media screen and (min-width: 960px) {
  #global-nav ul li {
    float: none;
    display: flex;
    align-items: center;
  }
}

#global-nav ul li.nav-twitter {
  text-align: center;
}
@media screen and (min-width: 960px) {
  #global-nav ul li.nav-twitter {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

#global-nav ul li a {
  padding: 0 15px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  letter-spacing: 3px;
  font-size: 15px;
  text-shadow: 0 0 0.5em #fff, 0 0 0.5em #fff, 0 0 0.5em #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
}
#global-nav ul li a span {
  font-size: 10px;
  letter-spacing: 0.5px;
  margin-top: 2px;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  #global-nav ul li a span {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  #global-nav ul li a {
    white-space: nowrap;
  }
}

#global-nav ul li.nav-twitter a {
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: center;
  text-shadow: none !important;
  padding: 0 15px;
}
@media screen and (min-width: 960px) {
  #global-nav ul li.nav-twitter a {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
  }
}
#global-nav ul li.nav-twitter a i.fab.fa-x-twitter {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  background: #000 !important;
  color: #fff !important;
  font-size: 27px !important;
  line-height: 1;
  flex-shrink: 0;
}
@media screen and (min-width: 960px) {
  #global-nav ul li.nav-twitter a i.fab.fa-x-twitter {
    width: 32px !important;
    height: 32px !important;
    font-size: 18px !important;
  }
}

#global-nav ul li a:hover,
#top-head.fixed #global-nav ul li a:hover {
  color: #e50182;
}

/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  padding-top: 27px;
  height: 55px;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
  box-shadow: none;
}

#top-head.fixed #global-nav ul li a {
  color: #333;
  padding: 0 15px;
}

/* 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: 100%;
  background: #fff;
  left: 0;
  -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: 960px) {
  .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;
  }
  #mobile-head {
    /*background: #fff;*/
    width: 100%;
    z-index: 999;
    position: relative;
    background-color: none;
  }
  #top-head.fixed .logo,
  #top-head .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #333;
    font-size: 26px;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -150vh;
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 15px;
    padding: 10vw 0;
    display: block;
  }
  #global-nav ul li {
    float: none;
    position: static;
  }
  #global-nav ul li.nav-twitter {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000;
    padding: 17px 0;
    font-size: 4.7333333333vw;
    font-style: italic;
    line-height: 1.2;
  }
  #top-head #global-nav ul li a span,
  #top-head.fixed #global-nav ul li a span {
    font-size: 3vw;
    letter-spacing: 0.5px;
    margin-top: 5px;
    font-weight: normal;
    font-style: normal;
  }
  #top-head #global-nav ul li.nav-twitter a,
  #top-head.fixed #global-nav ul li.nav-twitter a {
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: center;
    text-shadow: none !important;
  }
  #top-head #global-nav ul li.nav-twitter a i.fab.fa-x-twitter,
  #top-head.fixed #global-nav ul li.nav-twitter a i.fab.fa-x-twitter {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    background: #000 !important;
    color: #fff !important;
    font-size: 27px !important;
    line-height: 1;
  }
  #nav-toggle {
    display: block;
    background: #e4007f;
    width: 60px;
    height: 60px;
    padding: 12px;
    position: absolute;
    bottom: 0;
    transition: all 0.4s linear;
    right: -100px;
    border-radius: 50%;
  }
  /* #nav-toggle 切り替えアニメーション */
  .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);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(100vh);
    -webkit-transform: translateY(150vh);
    transform: translateY(150vh);
    background: rgba(255, 255, 255, 0.9);
    min-height: 100vh;
    max-height: 100vh;
    background: #F3E28B url(../common/img/menu_bg.jpg) repeat-y center center;
    background-size: cover;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  #menu-txt {
    color: #fff;
    font-size: xx-small;
    line-height: 67px;
    text-align: center;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
  }
}
/*-------------------------------

#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;
}
@media screen and (min-width: 960px) {
  #main {
    padding: 58px 0 0 0;
  }
}

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

#preloader

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

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

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

#preloaderAnime {
  top: 365px;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
}

.loading-anime {
  margin: 0 0 0 20px;
  animation: loading-anime 2s ease infinite;
}

@keyframes loading-anime {
  0% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.05);
  }
  30% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.05);
  }
  70% {
    transform: scale(1);
  }
}
/*-------------------------------

@mvtk

-------------------------------*/
#underlayer {
  padding: 30px 0 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  #underlayer {
    padding: 30px 0 0;
  }
}

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

#mvtk-widgets-container {
  margin: 30px auto;
}
@media screen and (min-width: 960px) {
  #mvtk-widgets-container {
    margin: 0 auto 30px;
  }
}

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

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

.bnr-container {
  margin: 30px auto 0;
}
.bnr-container a {
  display: block;
  margin: 0 auto;
  padding: 5px;
  width: 80%;
}
@media screen and (min-width: 960px) {
  .bnr-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .bnr-container a {
    display: block;
    margin: 0;
    padding: 5px;
    width: 50%;
    transition: opacity 0.4s ease;
    max-width: 350px;
  }
  .bnr-container a:hover {
    opacity: 0.7;
  }
}

.mvtk-wrap {
  margin: 0 auto 20px;
}

#mvtk-widgets-container {
  margin: 50px 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: 20px;
  align-items: baseline;
  justify-content: center;
}

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

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

.share-link-btn {
  color: #000;
  font-size: 25px;
  border: 1px solid #000;
  border-radius: 50%;
  padding: 9px;
}
.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 2s ease;
}

.animated {
  opacity: 1;
}/*# sourceMappingURL=common.css.map */