.main {
  font-size: "1.6rem";
  line-height: 1.7
}
.main * {
  box-sizing: border-box
}
.main__hd {
  background: url("../img/pic-kv01-sp.jpg") center center no-repeat;
  background-size: cover;
  padding-top: 61.74%;
  position: relative;
  font-size: 0;
  line-height: 0
}
@media (min-width: 768px) {
  .main__hd {
    background: url("../img/pic-kv01.jpg") center center no-repeat;
    background-size: cover;
    height: 565px;
    padding: 0;
    position: relative
  }
}
.main__hd__wrap {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -33%);
  padding: 0 10px
}
@media (min-width: 768px) {
  .main__hd__wrap {
    max-width: 1140px;
    margin: 0 auto;
    padding: 255px 10px 0;
    position: relative;
    top: auto;
    right: auto;
    transform: none
  }
}
.main__hd__wrap h1 {
  text-align: right;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  width: 61.74%;
  float: right
}
@media (min-width: 768px) {
  .main__hd__wrap h1 {
    width: 465px;
    text-align: right;
    padding-bottom: 20px;
    font-size: 0;
    line-height: 0;
    margin-bottom: 20px
  }
}
.main__hd__wrap h1 img {
  width: 71.74%
}
@media (min-width: 768px) {
  .main__hd__wrap h1 img {
    width: 300px
  }
}
.main__hd__wrap p {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.7;
  text-align: right;
  clear: both;
  text-shadow: 0 0 7px #000
}
@media (min-width: 768px) {
  .main__hd__wrap p {
    font-size: 1.8rem
  }
}
.main__hd__wrap p span {
  display: inline-block
}
.main__pnt {
  background: url("../img/bg-pnt01.png") left 45px no-repeat, url("../img/bg-pnt02.png") right 45px no-repeat;
  background-size: 33%, 25%
}
@media (min-width: 768px) {
  .main__pnt {
    background: url("../img/bg-pnt01.png") left 45px no-repeat, url("../img/bg-pnt02.png") right 45px no-repeat;
    background-size: auto, auto
  }
}
.main__pnt__wrap {
  padding: 30px 15px;
  overflow: hidden
}
@media (min-width: 768px) {
  .main__pnt__wrap {
    max-width: 1060px;
    padding: 90px 20px;
    margin: 0 auto
  }
}
@media (min-width: 768px) {
  .main__pnt__wrap ._boxL {
    width: 47%;
    float: left
  }
}
@media (min-width: 768px) {
  .main__pnt__wrap ._boxR {
    width: 47%;
    float: right
  }
}
.main__pnt__wrap h2 {
  margin-bottom: 20px
}
@media (min-width: 768px) {
  .main__pnt__wrap h2 {
    font-size: 0;
    line-height: 0;
    padding: 10px 0 20px;
    margin-bottom: 40px
  }
}
.main__pnt__wrap__box {
  background-color: #fff;
  border: 1px solid #53b5b8;
  padding: 25px 15px 15px;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 7px 7px 0 0 #e4f4f4;
  position: relative
}
@media (min-width: 768px) {
  .main__pnt__wrap__box {
    padding: 30px;
    margin-bottom: 70px;
    box-shadow: 20px 20px 0 0 #e4f4f4
  }
}
.main__pnt__wrap__box::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid #53b5b8;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  position: absolute;
  top: -7px;
  right: -2px;
  transform: rotate(-45deg)
}
.main__pnt__wrap__box::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid #53b5b8;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  position: absolute;
  bottom: -7px;
  left: -2px;
  transform: rotate(135deg)
}
.main__pnt__wrap__box .-stit {
  font-size: 2.1rem;
  line-height: 1.4;
  margin-bottom: 5px
}
.main__pnt__wrap__box .-stit span {
  display: inline-block
}
.main__pnt__wrap__box .-txt {
  line-height: 1.7;
  font-size: 1.6rem
}
.main__pnt__wrap__box .-img {
  font-size: 0;
  line-height: 0;
  float: right;
  padding: 10px 0 5px 15px;
  text-align: right
}
@media (min-width: 768px) {
  .main__pnt__wrap__box .-img {
    padding: 0 0 0 10px
  }
}
.main__pnt__wrap__box .-pnt {
  font-size: 0;
  line-height: 0;
  width: 130px;
  padding: 0 10px;
  position: absolute;
  top: 0;
  left: 15px;
  transform: translate(0, -66%);
  background: linear-gradient(0deg, #fff 14px, rgba(255, 255, 255, 0) 15px)
}
@media (min-width: 768px) {
  .main__pnt__wrap__box .-pnt {
    width: 170px;
    top: 0;
    left: 20px
  }
}
.main__pnt__wrap__box .-hnll {
  background-color: #b7964f;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.2;
  position: absolute;
  top: -25px;
  right: 7.5%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 75px;
  height: 75px
}
.main__pnt__wrap__box._p1 .-img {
  padding-top: 15px;
  width: 90px
}
.main__pnt__wrap__box._p2 .-img {
  width: 104px
}
.main__pnt__wrap__box._p3 .-img {
  width: 100px
}
@media (min-width: 768px) {
  .main__pnt__wrap__box._p3 .-img {
    text-align: right
  }
}
.main__pnt__wrap__box._p4 .-img {
  padding-top: 40px;
  width: 80px
}
.main__pnt__wrap__box._p5 .-img {
  padding-top: 40px;
  width: 114px
}
@media (min-width: 768px) {
  .main__pnt__wrap__box._p5 .-img img {
    width: 114px
  }
}
.main__pnt__wrap__box._p5 ._oliolibtn {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.1;
  background-color: #111;
  color: #fff;
  padding: 7px 15px
}
@media (min-width: 768px) {
  .main__pnt__wrap__box._p5 ._oliolibtn {
    transition: .5s ease
  }
  .main__pnt__wrap__box._p5 ._oliolibtn:hover {
    background-color: #666;
    cursor: pointer;
    transition: .2s ease
  }
}
.btn_crslst {
  position: fixed;
  bottom: -100px;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px;
  width: 100%;
  z-index: 100;
  transition: .5s ease
}
@media (min-width: 768px) {
  .btn_crslst {
    padding: 15px
  }
}
.btn_crslst.active {
  bottom: 0;
  transition: .2s ease
}
.btn_crslst a {
  display: block;
  background-color: #53b5b9;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.1;
  text-align: center;
  max-width: 520px;
  margin: 0 auto;
  padding: 2px
}
@media (min-width: 768px) {
  .btn_crslst a {
    font-size: 2.4rem;
    transition: .5s ease;
    padding: 3px
  }
  .btn_crslst a:hover {
    text-decoration: none;
    background-color: #39959b;
    transition: .2s ease
  }
  .btn_crslst a:hover img {
    transform: rotate(180deg) translate(0, 0);
    transition: .2s ease
  }
}
.btn_crslst a span {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.66);
  padding: 7px
}
.btn_crslst a span img {
  width: 15px;
  transform: rotate(180deg) translate(0, 3px);
  margin-right: 10px;
  transition: .5s ease;
    vertical-align: baseline
}
.imgAnnotation {
  margin-top: 5px;
  font-size: 1rem !important
}
@media (min-width: 768px) {
  .imgAnnotation {
    margin-top: 10px;
    font-size: 1.2rem !important
  }
}