@charset "utf-8";
.body_bg {
  position: relative;
}
.body_bg::before {
  z-index: 0;
  content: ' ';
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.body_bg::before {
  background-repeat: repeat;
  background-position: 0 0;
  background-image: url('../images/body_bg.jpg');
}

.body_contents {
  z-index: 1;
  position: relative;
}
.mv_h {
  position: relative;
  z-index: 5;
}

.mv_h header {
  z-index: 2;
  position: absolute;
  max-width: 360px;
  box-sizing: border-box;
  padding: 10px 30px;
}
#mv {
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}
.mv_rapper {
  position: relative;
  max-width: 1460px;
  margin: 0 auto;
  overflow: hidden;
}
.mv-anim-base {
  position: absolute;
  top: 0;
  left: 0;
}
.mv-animation01 {
  position: relative;
  z-index: 1;
}
.mv-animation02 {
}
.mv-animation02::before {
  width: 100%;
  height: 100%;
  content: ' ';
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  background-image: url(./../images/kv_bg02-1_pc.png);
}
#mv.inview_single2 {
  opacity: 0;
  transition: 0.8s;
}
#mv.inview_single2 .mv-animation01 {
  opacity: 0;
  transition: 2s 2s;
  filter: blur(20px);
}
#mv.inview_single2 .mv-animation02 {
  transition: 1.2s 1.4s;
  transform: translateX(80px);
}
#mv.inview_single2 .mv-animation02::before {
  opacity: 1;
  transition: 1.2s 1s;
}
#mv.inview_single2 .mv-animation03 {
  transition: 1s 3.2s;
  opacity: 0;
  transform: scale(1.1);
}

#mv.inview_single2.incontents {
  opacity: 1;
}
#mv.inview_single2.incontents .mv-animation01 {
  opacity: 1;
  filter: blur(0);
}
#mv.inview_single2.incontents .mv-animation02 {
  transform: translateX(0);
}
#mv.inview_single2.incontents .mv-animation02::before {
  opacity: 0;
  /* filter: blur(60px); */
}
#mv.inview_single2.incontents .mv-animation03 {
  transform: scale(1);
  opacity: 1;
}

.contents {
  position: relative;
}

.index_area {
  position: relative;
  background: #e00011;
  background: radial-gradient(circle, rgba(224, 0, 17, 1) 0%, rgba(188, 0, 8, 1) 80%);
  padding: 13px;
}
.index_area .index_arearapper {
  position: relative;
  max-width: 1174px;
  margin: 0 auto;
  border: solid 3px #d3aa3d;
}
.index_area .index_arearapper ul {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row-reverse;
  box-sizing: border-box;
  padding: 56px 0 60px;
}
.index_area .index_arearapper::before,
.index_area .index_arearapper::after,
.index_area .index_arearapper ul::before,
.index_area .index_arearapper ul::after {
  content: ' ';
  position: absolute;
  width: 58px;
  height: 58px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  background-image: url(./../images/frame01.png);
}
.index_area .index_arearapper::before {
  top: 8px;
  left: 8px;
}
.index_area .index_arearapper::after {
  top: 8px;
  right: 8px;
  transform: scale(-1, 1);
}
.index_area .index_arearapper ul::before {
  bottom: 8px;
  left: 8px;
  transform: scale(1, -1);
}
.index_area .index_arearapper ul::after {
  bottom: 8px;
  right: 8px;
  transform: scale(-1, -1);
}
.index_area .index_arearapper ul li {
  text-align: center;
  width: 10%;
}
.scroll_icon {
  width: 20px;
  height: 90px;
  position: fixed;
  bottom: 2.5vw;
  right: 1.5%;
}
.main_area {
}
.main_box.inview_single {
  transition: 0.8s;
  filter: blur(6px);
  opacity: 0;
}
.main_box.inview_single.incontents {
  filter: blur(0);
  opacity: 1;
}
.main_area .main_arearapper {
  width: 90%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 40px 0 80px;
}
.main_area .main_box {
  position: relative;
  margin-bottom: 50px;
}
.main_area .main_box#anchor01 {
  margin-bottom: 80px;
}
.main_area .main_box > div {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.main_area .main_box .titlebox {
  width: 4.7%;
}
.main_area .main_box .bodybox {
  width: 92.1%;
  box-shadow: 12px 12px 12px rgba(0, 0, 0, 0.4);
}
.main_area .main_box .morebutton {
  width: 100%;
  display: block;
  margin-top: 15px;
}
.main_area .main_box .morebutton a {
  display: block;
}

.main_area .main_box .modalbutton {
  display: none;
  width: 30px;
  margin: 16px auto 0;
}

.banner_footer,
.banner_area,
.footer_area {
  position: relative;
  z-index: 5;
}
.banner_area {
  position: relative;
  background-position: center -140px;
  background-repeat: no-repeat;
  background-image: url('../images/bannerarea_bg.jpg');
}
.banner_area .banner_rapper {
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}
.footer_area {
  color: #fff;
  padding: 25px 5% 17px;
  background-color: #be000f;
}
.footer_area .footer_rapper {
  max-width: 940px;
  margin: 0 auto;
}
.footer_area .footer_box01 {
  padding: 0 10px;
  margin-bottom: 20px;
}
.footer_area .footer_box01 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_area .footer_box01 ul li {
  width: 135px;
}
.footer_area .footer_box01 ul li:nth-child(1) {
  margin-right: 32px;
}
.footer_area .footer_box01 ul li:nth-child(3) {
  margin-right: 40px;
}
.footer_area .footer_box01 ul li:nth-child(5) {
  margin-right: 25px;
}
.footer_area .footer_box02 {
  margin-bottom: 30px;
}
.footer_area .footer_box02,
.footer_area .footer_box02 .leftbox ul,
.footer_area .footer_box02 .rightbox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.footer_area .footer_box02 .leftbox {
  width: 68%;
}
.footer_area .footer_box02 .rightbox {
  width: 28%;
}
.footer_area .footer_box02 .leftbox ul li {
  width: 49.15%;
}
.footer_area .footer_box02 .rightbox ul li {
  width: 17%;
}
.footer_area small {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
}

@media screen and (max-width: 1600px) and (min-width: 1400px) {
}
@media screen and (max-width: 1400px) and (min-width: 1000px) {
}
/*----------------------------------------------------------------------------------
PCのみ
----------------------------------------------------------------------------------*/
@media screen and (min-width: 1001px) {
  a,
  a img {
    transition: 0.4s;
  }
  .mv_h header h1 a:hover,
  .index_area .index_arearapper ul li a:hover,
  .scroll_icon a:hover,
  .main_area .main_box .morebutton a:hover,
  .banner_area .banner_rapper a:hover,
  .footer_area .footer_box01 ul li a:hover,
  .footer_area .footer_box02 .leftbox ul li a:hover,
  .footer_area .footer_box02 .rightbox ul li a:hover {
    opacity: 0.65;
  }
  /*a:hover,
	a:hover img{opacity: .75;}*/
}
/*----------------------------------------------------------------------------------
タブレット・SP
----------------------------------------------------------------------------------*/
@media screen and (max-width: 1001px) {
}
/*----------------------------------------------------------------------------------
タブレット
----------------------------------------------------------------------------------*/
@media screen and (max-width: 1001px) and (min-width: 641px) {
  .main_area .main_arearapper {
    padding-left: 5%;
    padding-right: 5%;
  }
  .banner_area {
    height: 46vw;
  }
  .banner_area .banner_rapper {
    position: relative;
    width: 100%;
  }
  .footer_area .footer_box01 ul li {
    width: 16%;
  }
  .footer_area .footer_box01 ul li:nth-child(1),
  .footer_area .footer_box01 ul li:nth-child(3),
  .footer_area .footer_box01 ul li:nth-child(5) {
    margin-right: 0;
  }
}
/*----------------------------------------------------------------------------------
SP
----------------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
  .body_bg::after {
    background-size: 180px 180px;
  }
  .mv_h header {
    top: 0;
    z-index: 9;
    position: fixed;
    max-width: 100%;
    padding: 5px 5% 8px;
  }
  .mv_h header h1 {
    width: 40%;
  }
  .mv-animation02::before {
    background-image: url(./../images/kv_bg02-1_sp.png);
  }
  #mv.inview_single2 .mv-animation02 {
    transform: translateX(0);
  }
  .index_area {
    padding: 0;
  }
  .index_area .index_arearapper {
    margin: 4px;
    border: solid 1px #d3aa3d;
  }
  .index_area .index_arearapper ul {
    padding: 4vw 0;
  }
  .index_area .index_arearapper::before,
  .index_area .index_arearapper::after,
  .index_area .index_arearapper ul::before,
  .index_area .index_arearapper ul::after {
    width: 5.5vw;
    height: 5.5vw;
  }
  .index_area .index_arearapper::before {
    top: 1vw;
    left: 1vw;
  }
  .index_area .index_arearapper::after {
    top: 1vw;
    right: 1vw;
  }
  .index_area .index_arearapper ul::before {
    bottom: 1vw;
    left: 1vw;
  }
  .index_area .index_arearapper ul::after {
    bottom: 1vw;
    right: 1vw;
  }
  .index_area:not(.cs) {
    z-index: 10;
    position: fixed;
    /* position: sticky; */
    bottom: 0;
    left: 0;
    max-width: 100%;
    padding: 0;
  }
  .index_area.cs {
    padding: 2vw 1vw;
  }
  .index_area .index_arearapper {
    padding: 0 4%;
  }
  .index_area .index_arearapper ul {
    padding: 3vw 0;
  }
  .index_area .index_arearapper ul li {
    width: 10%;
  }
  .index_area .index_arearapper ul li:not(:last-child) {
    margin-left: 1.3em;
  }
  .scroll_icon {
    display: none;
  }
  .main_area {
    padding-top: 0;
  }
  .main_area .main_arearapper {
    max-width: 94%;
    padding: 6vw 0 10vw;
  }
  .main_area .main_box {
    position: relative;
    padding-top: 0;
    margin-bottom: 10vw;
  }
  .main_area .main_box#anchor01 {
    margin-bottom: 10vw;
  }
  .main_area .main_box .titlebox {
    width: 5.9%;
  }
  .main_area .main_box .bodybox {
    width: 91.14%;
  }
  .main_area .main_box .modalbutton {
    display: block;
    width: 8.4vw;
    margin-top: -8vw;
  }
  .main_area #anchor01.main_box .modalbutton {
    margin-top: 4vw;
  }
  .main_area .main_box .morebutton {
    width: 15vw;
  }
  .main_area .main_box .morebutton a img {
    vertical-align: top;
  }

  /* .backnumber.open_box.close_box {
    bottom: -50vw;
  }
  .backnumber_rapper > h3 {
    max-width: 58%;
  }
  .backnumber_bg {
    padding: 18px 0;
  }
  .backnumber_slider li {
    padding: 0 4px;
  }
  .backnumber_slider li a.sliderlink::after {
    background-size: 37% auto;
  } */
  .banner_area {
    background-size: 150% auto;
    background-position: center -10vw;
  }
  .banner_area a {
    display: block;
    padding: 0;
  }
  .footer_area {
    padding: 10px 5% 16px;
  }
  .footer_area .sp_only_logo {
    width: 64%;
    margin: 0 auto 20px;
  }
  .footer_area .footer_box01 {
    padding: 0 10% 0 20%;
    margin-bottom: 20px;
  }
  .footer_area .footer_box01 ul {
    justify-content: space-between;
  }
  .footer_area .footer_box01 ul li {
    width: 50%;
  }
  .footer_area .footer_box01 ul li:nth-child(1),
  .footer_area .footer_box01 ul li:nth-child(3),
  .footer_area .footer_box01 ul li:nth-child(5) {
    margin-right: 0;
  }
  .footer_area .footer_box02 {
    margin-bottom: 20px;
  }
  .footer_area .footer_box02,
  .footer_area .footer_box02 .leftbox ul {
    display: block;
  }
  .footer_area .footer_box02 .leftbox {
    width: 76%;
    margin: 0 auto 16px;
  }
  .footer_area .footer_box02 .rightbox {
    width: 62%;
    margin: 0 auto;
  }
  .footer_area .footer_box02 .leftbox ul li {
    width: 100%;
    margin-bottom: 5px;
  }
  .footer_area small {
    font-size: 0.82rem;
  }
}
