.inner_1080 {
  max-width: 1080px !important;
  margin: 0 auto !important;
  width: 100% !important;
}
.inner_600 {
  max-width: 600px;
  margin: 0 auto;
}
.inner_400 {
  max-width: 400px;
  margin: 0 auto;
}
.mt_100 {
  margin-top: 100px !important;
}
.pd_rl {
  padding: 0 15px;
}
.sp_br {
  display: none;
}
p.txt {
  margin-top: 0 !important;
}
.pr {
  position: relative;
}
.indent_1em {
  text-indent: -1em;
  margin-left: 1em;
}
.t_center {
  text-align: center;
}
.txt_box {
  margin-top: 15px;
}
.t_annotation {
  font-size: 1.2rem;
}
.bg_beige {
  background-color: #f8f7f5;
  padding: 60px 15px;
}
.conts_heading {
  margin-bottom: 0 !important;
  line-height: 1;
}
.conts_heading.elm_conts_heading {
  overflow: hidden;
  margin-top: 50px;
} 
.elm_sec_heading_5th h2 {
  padding-bottom: 0;
}
.elm_sec_heading_5th h2::after {
  display: none;
}
.elm_sec_heading_2nd h2, .elm_sec_heading_2nd_b h2 {
  padding-left: 0;
  border-left: none;
  text-align: center;
  font-size: 2.6rem;
  color: #444444;
}
.sec_main_area {
  margin-bottom: 0; 
}
.sec_main_area .txt_countdown {
  min-height: auto;
  margin: 40px auto;
  line-height: 1;
  text-align: center;
}
.sec_main_area .txt_countdown dd span {
  display: inline-block;
  color: #444444;
  font-size: 5rem;
  line-height: 1;
  margin: 0 5px;
  letter-spacing: 4px;
}
.sec_main_area .txt_countdown dt {
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.sec_main_area .txt_countdown dd {
  display: inline-flex;
  align-items: flex-end;
  font-size: 3.6rem;
  line-height: 1.4;
}
.sec_main_area .block_02 {
    margin-top: 40px;
}
.sec_main_area .block_02 .box_01 .list {
  color: #616161;
  font-size: 1.2rem;
}
.img_sec_01_box .img_sec_01_01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
} 
.img_sec_01_box .img_sec_01_02 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
} 
.js-fade-in {
    opacity: 0;
}
.js-fade-in.show {
	animation: anmshow1 2s 1s forwards cubic-bezier(0.25, 1, 0.5, 1) !important;
}
@keyframes anmshow1 {
	0% {transform: translateY(80px); opacity: 0; filter: blur(10px);}
	100% {transform: translateY(0); opacity: 1; filter: blur(0);}
}
.js-blur {
    opacity: 0;
}
.js-blur.show {
	animation: anmshow2 1.5s 0.8s forwards cubic-bezier(0.25, 1, 0.5, 1) !important;
}
@keyframes anmshow2 {
	0% { opacity: 0; filter: blur(20px); transform: scale(1.5);}
	100% {opacity: 1; filter: blur(0); transform: scale(1);}
}
.js-fade-img {
    opacity: 0;
}
.js-fade-img.show {
	animation: anmshow3 1.5s 0.8s forwards cubic-bezier(0.25, 1, 0.5, 1) !important;
}
.img_sec_01_box .img_sec_01_01.js-fade-img.show {
	animation: anmshow3 1.5s 0.8s forwards cubic-bezier(0.25, 1, 0.5, 1) !important;
}
.img_sec_01_box .img_sec_01_02.js-fade-img.show  {
	animation: anmshow3 1.8s 1.2s forwards cubic-bezier(0.25, 1, 0.5, 1) !important;
}
@keyframes anmshow3 {
	0% {transform: translateY(80px); opacity: 0; filter: blur(10px);}
	100% {transform: translateY(0); opacity: 1; filter: blur(0);}
}

@media only screen and (max-width:768px) {
  .pc_br {display: none;}
  .sp_br {display: block;}
  .mt_100 {margin-top: 80px !important;}
  .txt_box {margin-top: 30px;}
  .sec_main_area .txt_countdown dt {font-size: 1.5rem;}
  .sec_main_area .txt_countdown {margin: 20px auto;}
  .sec_main_area .txt_countdown dd span {font-size: 3rem;}
  .bg_beige{padding: 30px 15px;}
}
