@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
#section01 {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #fff;
  background-color: #000;
}
#section01 .titles {
  position: absolute;
  z-index: 999;
  width: 100%;
  text-align: center;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#section01 .titles .mini {
  text-align: center;
}
#section01 .titles .big {
  text-align: center;
  letter-spacing: 0.05em;
}
#section01 ul {
  position: relative;
}
#section01 ul li.base {
  position: relative;
  width: 100%;
}
#section01 ul li.base figcaption {
  position: absolute;
  text-align: right;
  bottom: 8px;
  right: 8px;
  color: #fff;
  z-index: 4;
}
#section01 ul li.base_on {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  /*
  transition: all 1.25s ease-out 0.01s;
  &.active{
  	opacity: 1;
  }
  */
  animation: roop 6s infinite;
}
@keyframes roop {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#section01 ul li.base_on figcaption {
  position: absolute;
  text-align: right;
  bottom: 8px;
  right: 8px;
  color: #fff;
  z-index: 6;
}

#section02 {
  padding: 110px 0 140px 0;
  color: #fff;
  background-color: #000;
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 75px 0;
  }
}
#section02 .maintext {
  width: 90%;
  max-width: 780px;
  margin: 0 auto 80px auto;
}
@media screen and (max-width:800px) {
  #section02 .maintext {
    margin: 0 auto 40px auto;
  }
}
#section02 .maintext .maintext_imgs {
  width: 77.4%;
  margin: 0 auto 0px auto;
  padding-bottom: 25px;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section02 .maintext .maintext_imgs {
    width: 65%;
  }
}
#section02 .maintext .maintext_imgs .inimgs {
  transform: translate(0, 150%);
  transition: all 1.5s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}
#section02 .maintext .maintext_imgs .inimgs.active {
  transform: translate(0, 0);
}
#section02 .maintext .under_text {
  width: 100%;
  padding-top: 25px;
  border-top: 1px solid #ccc;
  text-align: center;
}
#section02 .maintext .under_text2 {
  text-align: center;
  padding: 1.2em 0 1.5em 0;
}
#section02 .maintext .under_text3 {
  text-align: center;
}
#section02 .contents_clum {
  width: 90%;
  max-width: 860px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 35px auto;
}
#section02 .contents_clum .contents_clum_sakae {
  width: 45.2%;
  position: relative;
}
#section02 .contents_clum .contents_clum_sakae::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #666;
  position: absolute;
  top: 0;
  right: -11%;
}
@media screen and (max-width:800px) {
  #section02 .contents_clum .contents_clum_sakae::after {
    content: none;
  }
}
@media screen and (max-width:800px) {
  #section02 .contents_clum .contents_clum_sakae {
    width: 100%;
    margin-bottom: 12.5vw;
    padding-bottom: 12.5vw;
    border-bottom: 1px solid #999;
  }
}
#section02 .contents_clum .contents_clum_imaike {
  width: 45.2%;
}
@media screen and (max-width:800px) {
  #section02 .contents_clum .contents_clum_imaike {
    width: 100%;
  }
}
#section02 .contents_clum figure {
  width: 100%;
  margin-bottom: 0;
}
#section02 .contents_clum h2 {
  margin-bottom: 1em;
  border-bottom: 1px solid #999;
}
@media screen and (max-width:800px) {
  #section02 .contents_clum h2 {
    width: 90%;
    margin: 0 auto 1em auto;
  }
}
#section02 .contents_clum h2 .big {
  text-align: center;
  transform: scale(0.9, 1);
  width: 110%;
  margin-left: -5%;
  margin-right: -5%;
}
#section02 .contents_clum h2 .mini {
  text-align: center;
  margin-top: 0.25em;
  padding-bottom: 1em;
}
#section02 .contents_clum .base_text {
  text-align: center;
  padding: 0 0 0.5em 0;
}
#section02 .contents_clum .cvbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 0.5em;
  padding-bottom: 0.95em;
  border-bottom: 1px solid #666;
  margin-bottom: 0.95em;
}
@media screen and (max-width:800px) {
  #section02 .contents_clum .cvbox {
    width: 90%;
    margin: 0 auto 0.95em auto;
  }
}
#section02 .contents_clum .cvbox a.cv01 {
  display: block;
  width: 48.5%;
  padding: 0.75em 0 0.85em 0;
  text-align: center;
  color: #fff;
  background: linear-gradient(90deg, rgb(101, 78, 42) 0%, rgb(65, 46, 15) 100%);
}
#section02 .contents_clum .cvbox a.cv02 {
  display: block;
  width: 48.5%;
  padding: 0.75em 0 0.85em 0;
  text-align: center;
  color: #fff;
  background: linear-gradient(90deg, rgb(102, 26, 22) 0%, rgb(61, 0, 0) 100%);
}
#section02 .contents_clum a.cv03 {
  display: block;
  width: 100%;
  padding: 0.75em 0 0.85em 0;
  text-align: center;
  color: #fff;
  background-color: #4c4948;
}
@media screen and (max-width:800px) {
  #section02 .contents_clum a.cv03 {
    width: 90%;
    margin: 0 auto;
  }
}
#section02 .atens {
  width: 90%;
  max-width: 854px;
  margin: 0 auto;
}/*# sourceMappingURL=top.css.map */