/* CSS Document */

* {
  box-sizing: border-box;
}
html {
  -webkit-font-smoothing: antialiased;
}
body {
  min-width: 860px;
/* background-color: #322400;     */
}
@media (max-width: 800px) {
  .body {
    padding-top: 2%;
  }
}
img {
  max-width: 100%;
}


img.pc-only,
img.sp-only {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  body {
    min-width: auto;
  }

}

header {
  position: relative;
}

header h1 {
  position: absolute;
  top: 42px;
  left: 50px;
  z-index: 1;
}

header .h_btn {
  position: absolute;
left: 10vw;
  bottom: 135px;
  z-index: 100;
  /* box-shadow: 0 0 2px rgba(50, 50, 50, 0.81);   */
  width: 240px;
  height: 240px;
}

.main_visual {
  overflow: hidden;
}


.main_visual .mv::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

@media (max-width: 768px) {
  header h1 {
    top: 3%;
    left: 50%;
    transform: translateX(-50%);
  }
  .main_visual .mv {
    background: url("../img/mv_bg_sp.jpg") no-repeat center center/cover;
    min-width: auto;
  }
  .main_visual .mv .img01 {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    width: 100%;
    min-width: auto;
  }
  .main_visual .mv .img02 {
    position: absolute;
    left: 50%;
    top: 66%;
    transform: translate(-50%, -50%);
    width: 96%;
    min-width: auto;
  }
}



.container {
  width: 1000px;
  margin: 0 auto;
}



.content_box {
  position: relative;
  text-align: center;

}


.content_box.gradation_second {
  background: url(../img/bg_gradation_second.png) #150100 center center repeat-y;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .content_box.gradation_first {
    background: url(../img/bg_gradation_first_sp.png) #150100 center center
      repeat-y/100%;
  }

  .content_box.gradation_second {
    background: url(../img/bg_gradation_second_sp.png) #150100 center center
      repeat-y/100%;
  }
}
.popup_link {
  margin-top: 28px;
  position: relative;
  z-index: 99;
}

.link_btn {
  position: relative;
  z-index: 99;
}

/* detail
*********************************************************************/

#sec01 .read01 {
  margin-bottom: 0%;
}
#sec01 .read02 {
  margin-bottom: 5%;
}

#sec03 .sec03_read .text {
  margin-top: 30px;
}

#sec04 {
  margin-top: 60px;
  padding-top: 60px;
  /* background: url(../img/img_sparator01.png) center top no-repeat; */
}

@media (max-width: 768px) {
  #sec04 {
    margin-top: 2rem;
    padding-top: 0rem;
    /* background: url(../img/img_sparator01.png) center top no-repeat/84%; */
  }
  .sec04_read .title {
    width: 100%;
    margin: 0 auto 2rem;
  }
}
@media (max-width: 768px) {
  #sec05 {
    margin-top: 2rem;
  }
}

.view_content + .view_content {
  margin-top: 40px;
}

.view_content + .view_content.box05 {
  margin-top: 70px;
}


.horizonal-box .view_content + .view_content {
  margin-top: 0;
}
/* detail
*********************************************************************/
/*box01*/
.box01 .img01 {
  margin-top: 30px;
}



/*box02*/

.box02 .text01 {
  margin-top: 30px;
}

/*box03*/

.box03 .img01 {
  margin-top: 30px;
}

.box03 .content02 {
  margin-top: 50px;
  padding-top: 30px;
  background: url(../img/img_sparator02.png) center top no-repeat;
}
@media (max-width: 768px) {
  .box03 .title {
    width: 70%;
    margin: auto;
  }
  .box03 .img01 {
    margin-top: 10px;
  }
  .box03 .content02 {
    margin-top: 30px;
    padding-top: 20px;
    background: url(../img/img_sparator02.png) center top no-repeat;
  }
}
/*box04*/
.box04 .img01 {
  margin-top: 30px;
}

.box04 .content02 {
  margin-top: 50px;
  padding-top: 30px;
  background: url(../img/img_sparator02.png) center top no-repeat;
}
@media (max-width: 768px) {
  .box04 .title {
    width: 70%;
    margin: auto;
  }
  .box04 .img01 {
    margin-top: 10px;
  }
  .box04 .content02 {
    margin-top: 30px;
    padding-top: 20px;
    background: url(../img/img_sparator02.png) center top no-repeat;
  }
}

#sec03 .left_box,
#sec03 .right_box {
  width: 233px;
}
#sec03 .left_box {
  left: 0px;
  top: 0px;
  width: 375px;
}

#sec03 .right_box {
  right: 0;
  top: 0;
  width: 405px;
}
#sec04 .left_box,
#sec04 .right_box {
  width: 233px;
}

#sec05 .left_box,
#sec05 .right_box {
  width: 233px;
}
#sec05 .left_box {
  left: 0px;
  top: 0px;
  width: 375px;
}

#sec05 .right_box {
  right: 0;
  top: 0;
  width: 405px;
}

#sec06 .left_box,
#sec06 .right_box {
  width: 233px;
}


#sec07 .left_box,
#sec07 .right_box {
  width: 233px;
}
#sec07 .left_box {
  left: 0px;
  top: -100px;
  width: 375px;
}

#sec07 .right_box {
  right: 0;
  top: -100px;
  width: 405px;
}

@media (max-width: 800px) {
  .popup_link {
    margin-top: 4px;
    margin-bottom: 10px;
  }
  #sec01 .left_box {
    top: 8%;
    width: 28%;
    right: -10%;
  }
  #sec01 .right_box {
    top: 8%;
    width: 30%;
    right: -10%;
  }
  #sec02 .left_box {
    left: -4%;
    top: -10%;
    width: 40%;
  }
  #sec02 .right_box {
    right: -10%;
    top: -15%;
    width: 43%;
  }
  #sec02 .left_box_bottom {
    left: -7%;
    width: 34.2%;
    top: 43%;
  }
  #sec02 .right_box_bottom {
    right: -13%;
    top: 45%;
    width: 38.5%;
  }
  #sec03 .left_box {
    left: -8%;
    top: 0px;
    width: 37%;
  }
  #sec03 .right_box {
    right: -10%;
    top: 0;
    width: 40%;
  }
  #sec03 .left_box_bottom {
    left: 0;
    top: 50%;
    width: 23.1%;
  }
  #sec03 .right_box_bottom {
    right: -10%;
    top: 52%;
    width: 28.6%;
  }
  #sec04 .left_box {
    left: -6%;
    top: 0;
    width: 34%;
  }
  #sec04 .right_box {
    right: -10%;
    top: 0;
    width: 32%;
  }
  #sec04 .left_box_bottom {
    left: -13%;
    top: 63%;
    width: 41.7%;
  }
  #sec04 .right_box_bottom {
    right: -22%;
    top: 59%;
    width: 43.7%;
  }
}

#cboxClose {
  right: -2% !important;
  background: url("../img/popup/close_btn.png") no-repeat center center !important;
  width: 36px;
  height: 37px;
  top: -10px;
}
