﻿@charset "utf-8";
/*Timer
----------------------------------------------------*/
.end {
  padding: 15px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #d0111b;
  line-height: 1.4;
  border: 4px solid #d0111b;
  display: none;
}

@media only screen and (max-width: 767px) {
  .end {
    font-size: 18px;
  }
}

.active_timer {
  display: inline-block;
}

/*Wrapper
----------------------------------------------------*/
.content__outer {
  margin: 0;
}

/*=== 追記分 ===*/
/*body{
  font-family: "Lucida Grande, ヒラギノ角ゴシックProN,メイリオ,ＭＳPゴシック,sans-serif";
}*/
.hero{
  text-align: center;
}
.area_all{
  max-width: 800px;
  margin:0 auto 5rem;
}
.lnkBtn{
  margin:3rem auto;
  text-align: center;
}
.lnkBtn a{
  position: relative;
  display: block;
  width: 380px;
  margin: 0 auto;
  padding:14px 5px 10px;
  background-color: #E40F0B;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1.4px;
  color:#fff;
  border-radius: 10px;
  box-shadow: 0px 5px 0px 0px #B10A07;
  -webkit-box-shadow: 0px 5px 0px 0px #B10A07;
  -moz-box-shadow: 0px 5px 0px 0px #B10A07;
}
.lnkBtn a::after{
  position: absolute;
  display: block;
  content: "";
  top: 38%;
  right: 10%;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 11px solid #fff;
}
.lnkBtn a:hover{
  background-color: #e93f3b;
  transition: .5s;
}
.lnkBtn a:active{
  top: 5px;
  box-shadow:none;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  transition: 0s;
}
.imgArea{
  display: block;
  margin-bottom: 2.5rem;
  text-align: center;
}
h2{
  margin-bottom: 1rem;
  font-weight: bold;
  font-size:16px;
}
p{
  margin-bottom: 2.5rem;
  font-size: 14px;
  line-height: 22px;
}
.main_area p a{
  color: #333;
  text-decoration: underline;
}
.main_area p a:hover{
  text-decoration: none;
}

@media only screen and (max-width: 800px) {
  /*=== 追記分 ===*/
  .main_area{
    width: 100%;
    margin: 0 auto;
    padding: 0 15px 0;
  }
  .lnkBtn a{
    width: 95%;
    max-width: 380px;
    font-size: 22px;
  }
  p{
    line-height: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .content__outer {
    width: 100%;
  }
}

.content__outer .content__inner {
  margin: 0 auto;
  max-width: 950px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .content__outer .content__inner {
    padding: 2% 2.5vw;
    width: 100%;
  }
}