/********************************************************************************
*   base
********************************************************************************/
/* color var */
/* -----------------------------------------
reset
-----------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

/* -----------------------------------------
common
-----------------------------------------*/
body {
  -ms-content-zooming: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  background: #D83829;
  color: #000;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body.appear {
  background: #D83829;
}

.en {
  font-family: "IBM Plex Sans", sans-serif;
}

a {
  text-decoration: none;
  color: #000;
}
a img {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
a:hover img {
  opacity: 0.8;
}

img {
  vertical-align: bottom;
  width: 100%;
}

hr.dash {
  border-top: 1px dashed #aaa;
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.read-sp {
  display: none;
}
@media screen and (max-width: 1118px) {
  .read-sp {
    display: block;
  }
}

.read-pc {
  display: block;
}
@media screen and (max-width: 1118px) {
  .read-pc {
    display: none;
  }
}

/* pagetop */
#pagetop {
  background: url(../img/common/pagetop.png) no-repeat left;
  width: 50px;
  height: 54px;
  text-indent: -9999px;
  position: fixed;
  right: 16px;
  bottom: 20px;
  display: none;
  z-index: 105;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #pagetop {
    background-size: 80%;
    width: 40px;
    height: 43px;
    right: 10px;
    bottom: 10px;
  }
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-200 {
  margin-bottom: 200px;
}

@media screen and (max-width: 768px) {
  .mb-10 {
    margin-bottom: 1.3333333333vw;
  }
  .mb-20 {
    margin-bottom: 2.6666666667vw;
  }
  .mb-30 {
    margin-bottom: 4vw;
  }
  .mb-40 {
    margin-bottom: 5.3333333333vw;
  }
  .mb-50 {
    margin-bottom: 6.6666666667vw;
  }
  .mb-60 {
    margin-bottom: 8vw;
  }
  .mb-70 {
    margin-bottom: 9.3333333333vw;
  }
  .mb-80 {
    margin-bottom: 10.6666666667vw;
  }
  .mb-90 {
    margin-bottom: 12vw;
  }
  .mb-100 {
    margin-bottom: 13.3333333333vw;
  }
  .mb-110 {
    margin-bottom: 14.6666666667vw;
  }
  .mb-120 {
    margin-bottom: 16vw;
  }
  .mb-130 {
    margin-bottom: 17.3333333333vw;
  }
  .mb-140 {
    margin-bottom: 18.6666666667vw;
  }
  .mb-150 {
    margin-bottom: 20vw;
  }
  .mb-160 {
    margin-bottom: 21.3333333333vw;
  }
  .mb-170 {
    margin-bottom: 22.6666666667vw;
  }
  .mb-180 {
    margin-bottom: 24vw;
  }
  .mb-190 {
    margin-bottom: 25.3333333333vw;
  }
  .mb-200 {
    margin-bottom: 26.6666666667vw;
  }
}
/* -----------------------------------------
loading
-----------------------------------------*/
#loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #D83829;
  z-index: 102;
  overflow: hidden;
}
#loading p {
  position: absolute;
  width: 240px;
  height: 56px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#loading p img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #loading p {
    width: 50vw;
    max-height: 10vh;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

/* -----------------------------------------
loading change
-----------------------------------------*/
.loadchange {
  display: none;
}

body.appear .loadchange {
  display: block;
  content: "";
  position: fixed;
  z-index: 101;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background-color: #D83829;
  -webkit-animation-name: PageAnime;
          animation-name: PageAnime;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes PageAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes PageAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
#wrapper {
  opacity: 0;
}

body.appear #wrapper {
  -webkit-animation-name: PageAnimeAppear;
          animation-name: PageAnimeAppear;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* -----------------------------------------
wrapper
-----------------------------------------*/
#wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  margin: auto;
}

/* -----------------------------------------
g-header
-----------------------------------------*/
#g-header-wrap {
  /*position: fixed;*/
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

#g-header {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  text-align: left;
  max-width: 767px;
  margin: auto;
}
#g-header .cf {
  background: #fff;
}
#g-header p {
  float: left;
  width: 188px;
}

/* -----------------------------------------
gfooter
-----------------------------------------*/
#gfooter-wrap {
  z-index: 3000;
  background: #000;
  color: #fff;
  font-size: 80%;
  padding: 20px 0;
  text-align: center;
  line-height: 1.4;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #gfooter-wrap {
    font-size: 9px;
    font-size: 2.4vw;
  }
}
#gfooter-wrap img {
  max-width: 50%;
}

/* -----------------------------------------

	2.0 - Basic Layout

-----------------------------------------*/
main {
  background: #000;
  color: #fff;
}

#contents {
  margin: 0 auto;
  line-height: 1.6;
  font-size: 26px;
  max-width: 750px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #contents {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

#contents img {
  width: 100%;
}

li {
  list-style-type: none;
}

.fw-b {
  font-weight: 600;
}

.ta-c {
  text-align: center;
}

.attention-footer {
  font-size: 90%;
  margin: 0 0 6em;
}

.btn-top {
  text-align: center;
  font-weight: 500;
  margin-bottom: 3em;
}

.contents-footer {
  width: 76.2666%;
  margin-right: auto;
  margin-left: auto;
  padding: 3.5em 0 0;
}/*# sourceMappingURL=common.css.map */