/*--------------------------
Common Styles
---------------------------*/
.morebutton {
  display: inline-block;
  font-size: 1.8rem;
  background-color: #a8011b;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 15px 80px;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.4);
  font-size: 1.6rem;
}

.morebutton::before {
  content: "\e807";
  font-family: 'fontello';
  font-size: 1.4rem;
  display: inline-block;
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
  z-index: 1000;
}

.morebutton::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 0;
  height: 100%;
  background: #000000;
  transition: 0.3s;
  z-index: -1;
}

.morebutton:hover::after {
  width: 100%;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .morebutton {
    padding: 15px 60px;
    font-size: 1.4rem;
  }
}

/*--------------------------
Main Visual / it is necessary JScript
---------------------------*/
#main_visual {
  width: 100%;
  height: 370px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  #main_visual {
    height: 170px;
  }
}

#main_visual .backarea {
  width: 100vw;
  height: 320px;
  position: absolute;
  background-size: cover;
  background-position: center 30%;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  #main_visual .backarea {
    height: 150px;
  }
}

#main_visual .backarea::before {
  content: "";
  display: block;
  width: 100vw;
  height: 320px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(102, 0, 15, 0.5);
  z-index: 1000;
}

@media only screen and (max-width: 768px) {
  #main_visual .backarea::before {
    height: 150px;
  }
}

#main_visual .backarea .crop {
  width: 1070px;
  height: 320px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  clip: rect(0, 1070px, 1070px, 0);
}

@media only screen and (max-width: 768px) {
  #main_visual .backarea .crop {
    width: 90vw;
    height: 150px;
    clip: rect(0, 90vw, 90vw, 0);
  }
}

#main_visual .backarea .titlearea {
  width: 100vw;
  height: 320px;
  background-size: cover;
  background-position: center calc(30% - 50px);
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50px;
  left: -20vw;
  z-index: 2000;
}

@media only screen and (max-width: 768px) {
  #main_visual .backarea .titlearea {
    height: 150px;
    background-position: center calc(30% - 30px);
    top: 30px;
  }
}

#main_visual .backarea .titlearea h1 {
  font-size: 5.0rem;
  color: #ffffff;
  text-align: center;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7), 0px 0px 6px rgba(0, 0, 0, 0.7);
}

@media only screen and (max-width: 768px) {
  #main_visual .backarea .titlearea h1 {
    font-size: 2.5rem;
  }
}

#main_visual .backarea .titlearea h1 span {
  display: block;
  font-family: 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 2.6rem;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 25px;
}

@media only screen and (max-width: 768px) {
  #main_visual .backarea .titlearea h1 span {
    font-size: 1.5rem;
    margin-top: 10px;
    letter-spacing: 0;
  }
}

.page_index #main_visual .backarea, .page_index #main_visual .titlearea {
  background-image: url("../jpg/keyvisual-37.jpg");
}

@media only screen and (max-width: 768px) {
  .page_index #main_visual .backarea, .page_index #main_visual .titlearea {
    background-size: 150%;
  }
}

.page_index #main_visual .backarea::before {
  background-color: rgba(0, 27, 78, 0.3);
}

/*--------------------------
index / Section01
---------------------------*/
.page_index #section01 {
  position: relative;
  padding: 75px 0 100px;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 {
    padding: 40px 0 80px;
  }
}

.page_index #section01 .inner {
  width: 1070px;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 0 50px;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .inner {
    width: 90%;
    padding: 0 5%;
  }
}

.page_index #section01::before {
  content: "";
  background-color: #f2f2f2;
  display: block;
  width: 100%;
  height: 330px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.page_index #section01 .category {
  padding: 80px 0;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .category {
    padding: 40px 0 20px;
  }
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .category h2 {
    margin-bottom: 20px;
  }
}

.page_index #section01 .category h2 a {
  color: #a8011b;
  font-size: 2.8rem;
  display: inline-block;
  position: relative;
  padding: 0 20px 0 0;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .category h2 a {
    font-size: 2.0rem;
  }
}

.page_index #section01 .category h2 a::after {
  content: "\e80c";
  font-family: 'fontello';
  font-size: 2.4rem;
  font-weight: normal;
  color: #a8011b;
  position: absolute;
  top: 2px;
  right: 0;
}

.page_index #section01 .category h2 a:hover {
  text-decoration: underline;
}

.page_index #section01 .category ul {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .category ul {
    margin-top: 0;
    margin-left: 5%;
  }
}

.page_index #section01 .category ul li {
  padding: 15px 0;
}

.page_index #section01 .category ul li a {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333333;
  display: inline-block;
  padding: 0 15px 0 12px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .category ul li a {
    font-size: 1.6rem;
  }
}

.page_index #section01 .category ul li a::before {
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  background-color: #333333;
  position: absolute;
  top: 8px;
  left: 0;
}

.page_index #section01 .category ul li a::after {
  content: "\e80c";
  font-family: 'fontello';
  font-size: 2.1rem;
  color: #a8011b;
  position: absolute;
  top: -2px;
  right: 0;
}

.page_index #section01 .category ul li a:hover {
  text-decoration: underline;
}

.page_index #section01 .category ul li a i {
  font-size: 1.3rem;
  margin: 0 5px;
  vertical-align: 2px;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .category ul li .submenu {
    margin-top: 20px;
    margin-left: 0;
  }
}

.page_index #section01 .category ul li .submenu li {
  padding: 12px 0;
}

.page_index #section01 .category ul li .submenu li a {
  font-size: 1.6rem;
  font-weight: normal;
}

.page_index #section01 .category ul li .submenu li a::before {
  content: none;
}

.page_index #section01 .category .vertical {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .category .vertical {
    flex-wrap: wrap;
  }
}

.page_index #section01 .category .vertical > ul {
  width: calc(100% / 3);
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .category .vertical > ul {
    width: 100%;
  }
}

.page_index #section01 .category .horizontal ul {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .category .horizontal ul {
    flex-wrap: wrap;
  }
}

.page_index #section01 .category .horizontal ul li {
  width: calc(100% / 3);
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .category .horizontal ul li {
    width: 100%;
  }
}

.page_index #section01 .category .horizontal2 ul {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .category .horizontal2 ul {
    flex-wrap: wrap;
  }
}

.page_index #section01 .category .horizontal2 ul li:first-child {
  width: calc(100% / 3);
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .category .horizontal2 ul li:first-child {
    width: 100%;
  }
}

.page_index #section01 .category + .category {
  border-top: 1px solid #cccccc;
}
