@charset "utf-8";

/*---------------------------------------
header
---------------------------------------*/
header {
}
#header_area {
  border-bottom: none;
  height: 830px;
  background-image: url('/assets/images/top/main_bg.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
#header_area .main_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
}

@media screen and (max-width:767px) {
  #header_area {
    height: auto;
    min-height: calc(100vh - 35px);
  }
  #header_area .main_text {
    width: 86.4%;
  }
}


/*---------------------------------------
contents1
---------------------------------------*/
#contents1 {
  position: relative;
  width: 100%;
}
#contents1 .contents_box1 {
  width: 820px;
  position: relative;
  top: -70px;
  background-color: #ece9e5;
}
#contents1 .contents_box1 .contents_box1_area {
  padding: 70px 60px 50px 60px;
  margin-bottom: 285px;
}
#contents1 .contents_box1 .contents_box1_area h1 {
  font-size: 3rem;
  font-style: italic;
  color: #2d1711;
  background-image: url('/assets/images/top/cont1_bg.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 90px;
}
#contents1 .contents_box1 .contents_box1_area h2 {
  padding: 50px 0 20px 0;
  font-size: 2.5rem;
  color: #2d1711;
}
#contents1 .contents_box1 .contents_box1_area h2::before {
  content: "− ";
  color: #d5a972;
}
#contents1 .contents_box1 .contents_box1_area ul {
  display: flex;
  flex-wrap: wrap;
}
#contents1 .contents_box1 .contents_box1_area ul li {
}
#contents1 .contents_box1 .contents_box1_area ul li::before {
  content: "＞ ";
}
#contents1 .contents_box1 .contents_box1_area ul li::after {
  content: "　";
}
#contents1 .contents_box1 .contents_box1_area .contents_box1_waku {
}
#contents1 .contents_box2 {
  position: absolute;
  top: 90px;
  right: 0;
  width: 50%;
  max-width: 663px;
}
#contents1 .contents_box2 .cont1 {
}
#contents1 .contents_box2 .cont1 img {
  width: 100%;
}
@media screen and (max-width:1300px) {
  #contents1 .contents_box1 .contents_box1_area .contents_box1_waku {
    width: 450px;
  }
  #contents1 .contents_box1 .contents_box1_area {
    margin-bottom: 25%;
  }
}
@media screen and (max-width:767px) {
  #contents1 .contents_area {
    position: relative;
    width: 100%;
  }
  #contents1 .contents_box1 {
    width: 100%;
    top: 0;
    padding-bottom: 20%;
    margin-bottom: 90%;
  }
  #contents1 .contents_box1 .contents_box1_area {
    padding: 3% 5.33% 3% 5.33%;
    margin-bottom: 0;
  }
  #contents1 .contents_box1 .contents_box1_area h1 {
    padding-bottom: 21%;
    line-height: 1.5em;
    font-size: 7vw;
  }
  #contents1 .contents_box1 .contents_box1_area h2 {
    padding: 50px 0 20px 0;
    font-size: 5vw;
    color: #2d1711;
  }
  #contents1 .contents_box1 .contents_box1_area h2::before {
    content: "− ";
    color: #d5a972;
  }
  #contents1 .contents_box1 .contents_box1_area ul {
    display: flex;
    flex-wrap: wrap;
  }
  #contents1 .contents_box1 .contents_box1_area ul li {
  }
  #contents1 .contents_box1 .contents_box1_area ul li::before {
    content: "＞ ";
  }
  #contents1 .contents_box1 .contents_box1_area ul li::after {
    content: "　";
  }
  #contents1 .contents_box1 .contents_box1_area .contents_box1_waku {
    width: 100%;
  }
  #contents1 .contents_box2 {
    top: 0;
    right: 0;
    width: 94.67%;
    padding-top: 140%;
  }
}

/*---------------------------------------
contents2
---------------------------------------*/
#contents2 {
  position: relative;
  width: 100%;
  padding: 125px 0 0 0;
}
#contents2 .contents_box1 {
  position: absolute;
  width: 89%;
  top: 0;
  right: 0;
  height: 790px;
  background-color: #ece9e5;
}
#contents2 .contents_box2 {
  width: calc(1150px - 75px);
  background-color: #30180d;
  padding-left: 75px;
  margin: 35px 0 35px 0;
  display: flex;
  justify-content: space-between;
}
#contents2 .contents_box2 h2 {
  padding: 45px 0 45px 0;
  font-size: 2.5rem;
  color: #fff;
}
#contents2 .contents_box2 h2::before {
  content: "− ";
  color: #d5a972;
}
#contents2 .contents_box2 p {
  color: #fff;
  line-height: 2em;
  margin-bottom: 1em;
}
#contents2 .contents_box2 p a {
  color: #fff;
}
#contents2 .contents_box2 figure {
  width: 600px;
}

@media screen and (max-width:767px) {
  #contents2 {
    position: relative;
    width: 100%;
    padding: 5% 0 0 0;
  }
  #contents2 .contents_box1 {
    width: 94.67%;
    height: auto;
    padding-bottom: 300%;
  }
  #contents2 .contents_box2 {
    width: calc(94.67% - 5.33% - 5.33%);
    background-color: #30180d;
    padding: 5.33% 5.33% 80% 5.33%;
    margin: 5% 0 5% 0;
    display: block;
    background-image: url('/assets/images/top/cont2_1_sp.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
  }
  #contents2 .contents_box2_bg {
    background-image: url('/assets/images/top/cont2_2_sp.jpg');
  }
  #contents2 .contents_box2 h2 {
    font-size: 5vw;
  }
  #contents2 .contents_box2 figure {
    display: none;
  }
}
