@charset "UTF-8";
/*=========================================
	reset
=========================================*/
html {
  color: #000;
  background: #FFF;
}

body, section, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, a {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  list-style: none;
  display: block;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button, textarea, select {
  *font-size: 100%;
}

figure {
  margin: 0;
}

/*=========================================
	reset-font
=========================================*/
body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  *font-size: small;
  *font: x-small;
  -webkit-text-size-adjust: 100%;
}

select, input, button, textarea, button {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/*reset END*/
/*----------------------------------------------------
	html / body
----------------------------------------------------*/
html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #313131;
  line-height: 1.8;
  font-family: "M PLUS Rounded 1c", sans-serif, YuGothic, "嗄ゴシック", Meiryo, メイリオ, "ヒラギノ叔ゴ Pro W3", "Hiragino Kaku Gothic Pro", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0em;
  font-size: 16px;
  font-weight: 500;
  overflow-x: hidden;
}
@media (max-width: 739px) {
  body {
    font-size: 12px;
    line-height: 1.7;
  }
}

img {
  border: none;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  max-width: 100%;
}

p {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*----------------------------------------------------
	xkrの弼
----------------------------------------------------*/
::-moz-selection {
  background-color: #c11731;
  color: #fff;
}
::selection {
  background-color: #c11731;
  color: #fff;
}

/* Safari */
::-moz-selection {
  background-color: #c11731;
  color: #fff;
}

/* Firefox */
/*----------------------------------------------------
	タイトル
----------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

/*----------------------------------------------------
	リンク、リンクカラ`、{
----------------------------------------------------*/
a:link {
  color: #111;
  text-decoration: none;
}

a:visited {
  color: #111;
  text-decoration: none;
}

a:hover {
  color: #c11731;
  text-decoration: none;
  opacity: 0.85;
}

a {
  line-height: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  outline: none;
}

/*----------------------------------------------------
	テキストvS
----------------------------------------------------*/
.right {
  text-align: right !important;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

strong {
  font-weight: bold !important;
}

/*----------------------------------------------------
	フォントサイズ
----------------------------------------------------*/
.t10 {
  font-size: 85% !important;
  font-weight: normal;
}

.t100 {
  font-size: 100% !important;
}

.t110 {
  font-size: 110% !important;
}

.t120 {
  font-size: 120% !important;
}

.t130 {
  font-size: 130% !important;
}

.t140 {
  font-size: 140% !important;
}

/*----------------------------------------------------
	TEL
----------------------------------------------------*/
a[href^="tel:"] {
  text-decoration: none;
  pointer-events: none;
}
@media (max-width: 739px) {
  a[href^="tel:"] {
    pointer-events: inherit;
    text-decoration: underline;
  }
}

/*----------------------------------------------------
	width
----------------------------------------------------*/
.w400 {
  max-width: 400px !important;
}

.w500 {
  max-width: 500px !important;
}

.w600 {
  max-width: 600px !important;
}

.w700 {
  max-width: 700px !important;
}

.w800 {
  max-width: 800px !important;
}

.w900 {
  max-width: 900px !important;
}

.w1000 {
  max-width: 1000px !important;
}

.w1200 {
  max-width: 1200px !important;
}

.w1300 {
  max-width: 1200px !important;
}

/*----------------------------------------------------
	object-fit
----------------------------------------------------*/
.fitImg {
  height: auto;
  position: relative;
  overflow: hidden;
}

.fitImg::after {
  content: "";
  display: block;
  padding-top: 86%;
}

.fitImg img {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

/*hover*/
a:hover .fitImg {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

a:hover .fitImg img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

/* object-fit をIE10參貧にm */
@media all and (-ms-high-contrast: none) {
  /*object-fit*/
  .fitImg img {
    opacity: 0;
    -webkit-transform: rotate(0.0001deg);
            transform: rotate(0.0001deg);
    outline: 1px solid transparent;
  }

  .fitImg img {
    opacity: 1;
    font-family: "object-fit: cover;";
  }
}
/*----------------------------------------------------
	マ`ジン
----------------------------------------------------*/
.borNone {
  border: 0 !important;
}

.marNone {
  margin: 0 !important;
}

.pdNone0 {
  padding: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.pdl0 {
  padding-left: 0 !important;
}

.pdr0 {
  padding-right: 0 !important;
}

.pdt0 {
  padding-top: 0 !important;
}

.pdb0 {
  padding-bottom: 0 !important;
}

/*----------------------------------------------------
	none
----------------------------------------------------*/
@media (min-width: 1025px) {
  .pcNone {
    display: none;
  }
}
@media (max-width: 1024px) {
  .tbNone {
    display: none;
  }

  .spNone {
    display: none;
  }
}
/*----------------------------------------------------
	loading
----------------------------------------------------*/
.loading {
  width: 100%;
  height: 100vh;
  background-color: #c11731;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.loading #loader {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.loading #loader .logo {
  display: none;
  -webkit-animation: logo 1.2s ease-in;
          animation: logo 1.2s ease-in;
}

@-webkit-keyframes logo {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes logo {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.sk-chasing-dots {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
  animation: sk-chasingDotsRotate 2s infinite linear;
}

.sk-chasing-dots .sk-child {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}

.sk-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*# sourceMappingURL=default.css.map */