/*==========================================
  Common
==========================================*/
/* base
==================================*/
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, li, ol, dl, dd, tr {
  font-size: 16px;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

.pc {
  display: none !important;
}

a {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
}

a:hover {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:active {
  color: #000;
}

body {
  min-height: 100vh;
}

/* header
==================================*/
header {
  position: relative;
  background: #fff;
  padding: 0 3%;
}

header .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 62px;
}

header .line-top {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #ffcf97;
  width: 100%;
  height: 8px;
}

header .line-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background: #442a26;
  width: 100%;
  height: 5px;
}

header .logo {
  text-align: center;
}

header .logo img {
  width: 110px;
}

/* main
==================================*/
main {
  display: block;
  padding: 40px 15px;
}

main .box {
  position: relative;
  z-index: 1;
  padding: 35px 15px 130px;
  border: #fff 5px solid;
  text-align: center;
}

main .box .inner {
  max-width: 940px;
  margin: auto;
}

main h1 {
  color: #f15a24;
  margin-bottom: 25px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}

main p.info {
  color: #442a26;
  margin-bottom: 35px;
  font-size: 16px;
  font-weight: 700;
}

main p.period {
  color: #442a26;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}

main .img {
  position: absolute;
  right: 5px;
  bottom: -12px;
  z-index: -1;
}

main .img img {
  width: 150px;
}

/* footer
==================================*/
footer {
  padding-bottom: 20px;
}

footer .copy {
  text-align: center;
}

footer .copy small {
  font-size: 10px;
}

/* loader
==================================*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001;
}

/* Animation
==================================*/
.c-anim-load,
.c-anim-load02,
.c-anim-up,
.c-anim-up01,
.c-anim-up02,
.c-anim-up03 {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.move {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
