@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 {
  content: '';
  content: none;
}

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 {
  height: 100%;
  font: 13px/1em 'M PLUS 1p',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: 1px;
  word-wrap: break-word;
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
  font-feature-settings: "palt";
  /*文字間詰め*/
  -webkit-text-size-adjust: 100%;
  /* adjust */
}

* {
  box-sizing: border-box;
}

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

.hover {
  transition: all .2s ease;
}

.click {
  transition: all .4s ease;
}

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

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

#wrapper

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

#wrapper::after {
  content: "";
  background: url(../img/common/bg_sp.jpg) no-repeat center;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
}

@media screen and (min-width: 1024px) {
  #wrapper::after {
    background: url(../img/common/bg_pc.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
  }
}

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

#header

-------------------------------*/
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
}

#drawer-btn {
  position: absolute;
  z-index: 5;
  top: 6%;
  right: 3%;
  width: 10%;
  height: 70%;
  background: url(../img/common/header/menu.png) no-repeat center;
  background-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 1024px) {
  #drawer-btn {
    display: none;
  }
}

#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: 50%;
  height: 68%;
  padding: 10% 0 0;
}

.drawer-line {
  width: 100%;
  height: 2px;
  background: #FFF;
  display: block;
  margin: 0 auto 12% auto;
  transition: all .5s;
  transform: rotate(0deg);
  border-radius: 10px;
}

.drawer-line.open:nth-child(1) {
  transform: rotate(405deg) translate(3px, 3px);
}

.drawer-line.open:nth-child(2) {
  -webkit-opacity: 0;
  opacity: 0;
}

.drawer-line.open:nth-child(3) {
  transform: rotate(-405deg) translate(3px, -3px);
}

@media screen and (min-width: 1024px) {
  .pc-header-bg {
    min-width: 3710px;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: -1;
  }
}

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

@nav

-------------------------------*/
#nav {
  font-size: 14px;
}

#nav-container {
  justify-content: flex-start;
  margin-left: 132px;
}

.nav-box {
  position: relative;
  width: 132px;
  padding: 2px 10px 10px 10px;
}

.nav-btn {
  display: block;
  color: #000;
}

.nav-btn.selected, .nav-btn:not(.coming):hover {
  color: #ff0000;
}

.nav-btn.coming {
  opacity: 1;
}

.blank-box {
  width: 132px;
}

.nav-img {
  width: 100%;
}

.nav-icon {
  font-size: 19px;
}

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

#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;
  padding: 50px 0 0 0;
  background-color: #fffafb;
  background-image: repeating-linear-gradient(0deg, rgba(255, 224, 230, 0.2) 0px 14px, transparent 14px 28px), repeating-linear-gradient(90deg, rgba(255, 224, 230, 0.2) 0px 14px, transparent 14px 28px);
}

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

#drawer-nav-container {
  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: #fff;
  text-decoration: none;
  display: block;
  width: 60%;
  margin: 0 auto 7%;
}

.drawer-nav-btn.coming {
  opacity: 1;
}

.drawer-nav-img {
  width: 100%;
}

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

#footer

-------------------------------*/
#footer {
  background: url(../img/common/footer_bg_sp.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
  margin: 40px auto 0;
  padding: 60px 0 20px;
}

@media screen and (min-width: 1024px) {
  #footer {
    background: url(../img/common/footer_bg_pc.jpg) no-repeat top center;
    background-size: cover;
    padding: 100px 0 20px;
  }
  #footer .contents-ttl {
    margin: 0 auto;
  }
}

.cc {
  color: #ff3871;
  font-size: 10px;
  text-align: center;
  width: 270px;
  margin: 0 auto;
}

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

#main

-------------------------------*/
#main {
  display: block;
  overflow-x: hidden;
}

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

#preloader

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

#preloader-inner {
  width: 500px;
  height: 300px;
  position: absolute;
  z-index: 1;
  top: calc(50% - 150px);
  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 {
  width: 60px;
  display: block;
  font: 11px/1em Arial, Helvetica, sans-serif;
  color: #fff;
  text-align: center;
  position: relative;
  top: 64%;
  left: 0;
  margin: 0 auto;
  z-index: 4;
}

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

.preloader-img {
  width: 26%;
  margin: 0 auto;
  position: absolute;
  top: 20%;
  right: 0;
  left: 0;
}

@keyframes yurayura {
  0% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(10deg);
  }
}

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

@banner

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

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

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

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

@SNS

-------------------------------*/
#social-container {
  margin: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

@media screen and (min-width: 1024px) {
  #social-container {
    margin: 20px;
  }
}

.sns-btn {
  display: block;
  height: 20px;
  padding: 0 10px 0 0;
}

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

.share-link-btn {
  transition: all .1s ease;
}

.share-link-btn:active {
  transform: scale(0.95);
}

.share-link-btn-icon {
  background: #fffde4;
  color: #ff5188;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  border-radius: 30px;
  align-items: center;
  position: relative;
  transition: all .4s ease;
  margin: 0 7px;
  border: solid 2px #ffd800;
}

/*--------------------------------------------------
リマケタグの隙間対策
--------------------------------------------------*/
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;
  cursor: pointer;
  transition: all .4s;
  border-style: none;
  outline: none;
}

@media screen and (min-width: 1024px) {
  a:hover {
    transform: scale(1.1);
  }
}

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

@flex

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

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

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

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

.flex-right {
  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 {
  user-select: none;
  -khtml-user-drag: none;
  -webkit-user-drag: none;
}

@media screen and (min-width: 2260px) {
  #nav-container {
    margin-left: 396px;
  }
}

@media screen and (min-width: 1920px) {
  #nav-container {
    margin-left: 264px;
  }
}

@media screen and (max-width: 1320px) {
  #nav-container {
    margin-left: 0;
  }
}

@media screen and (max-width: 1190px) {
  .pc-header-bg {
    min-width: 3150px;
    overflow: hidden;
  }
  .nav-box {
    position: relative;
    width: 112px;
  }
  #nav-container {
    margin-left: 0;
  }
}
/*# sourceMappingURL=common.css.map */