@charset "UTF-8";
/*
* 最小値と最大値を引数にとり、clampを返す関数
*/
html {
  font-size: 1.1111111111vw;
  -webkit-font-feature-settings: palt;
  font-feature-settings: palt;
}
.p-lp {
  overflow-x: hidden;
}
.p-lp .lp-header__ttl {
  position: relative;
  width: 100%;
  background: #fff;
  background-position: bottom;
}
.lp-header__ttl--div {
  width: 100%;
}
.lp-header__ttl--div img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-lp .lp-header__ttl {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl {
    height: 54vw;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/lp/img-mv_sp.jpg);
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 133.33vw;
    max-height: 500px;
  }
}
.p-lp .lp-header__ttl--main img {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--main img {
    width: 87.47vw;
    max-width: 328px;
  }
}
#REPORT {
  padding: 70px 0;
  background-color: #ddebf7;
}
#REPORT h2.report_ttl {
  font-size: 32px;
  text-align: center;
  padding: 0 55px;
  margin: 0 auto 40px;
  width: 100%;
  max-width: 720px;
}
#REPORT .report_con {
  position: relative;
  background: #fff;
  background-image: url(../img/lp/ring.png);
  background-repeat: repeat-y;
}
#REPORT .report_con .report_date {
  display: inline-block;
  position: absolute;
  top: -13px;
  left: 25px;
  padding: 8px 15px;
  background: #21396c;
  color: #fff;
  font-weight: bold;
}
#REPORT .report_con .report_theme {
  padding-top: 30px;
}
#REPORT .report_con .report_theme p {
  text-align: center;
  color: #21306c;
  font-size: 18px;
}
#REPORT .report_con .report_theme p span.t_small {
  font-size: 14px;
}
#REPORT .report_con .report_theme p span.t_big {
  font-weight: bold;
  font-size: 22px;
}
#REPORT .report_photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 25px 25px 35px;
}
#REPORT .report_photo_le {
  max-width: 588px;
  margin-right: 20px;
}
#REPORT .report_photo_le ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /*justify-content: space-between;*/
}
#REPORT .report_photo_le ul li {
  width: 184px;
  margin-bottom: 20px;
}
#REPORT .report_photo_le ul li:nth-of-type(4),
#REPORT .report_photo_le ul li:nth-of-type(5),
#REPORT .report_photo_le ul li:nth-of-type(6){
  margin-bottom: 0;
}
/*#KAKO .kako_photo ul li:nth-of-type(1),
#KAKO .kako_photo ul li:nth-of-type(2),
#KAKO .kako_photo ul li:nth-of-type(4),
#KAKO .kako_photo ul li:nth-of-type(5) {
  margin-right: 20px;
}*/
#REPORT .crystal{
  padding: 15px 20px 17px;
  background: #fff5cd;
}
#REPORT .crystal p{
  color: #21396c;
  font-weight: bold;
  text-align: center;
}
#REPORT .report_voice{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 25px 25px 35px;
}
#REPORT .report_voice .report_voice_ttl{
  width: 14%;
  color: #a27818;
  font-weight: bold;
}
#REPORT .report_voice .voice_child{
  width: 43%;
  margin-right: 20px;
  border-right: 1px solid #a27818;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#REPORT .report_voice .voice_child img{
  width: 61px;
  height: 61px;
  margin-right: 13px;
}
#REPORT .report_voice .voice_child p{
  padding-right: 10px;
}
#REPORT .report_voice .voice_parent{
  width: 43%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#REPORT .report_voice .voice_parent img{
  width: 61px;
  height: 58px;
  margin-right: 13px;
}

@media screen and (max-width: 1000px) {

}
@media screen and (max-width: 660px) {

}
@media screen and (max-width: 980px) {
  #REPORT .report_photo {
    display: block;
  }
  #REPORT .report_photo_le {
    max-width: 980px;
    width: 100%;
  }
  #REPORT .report_photo_le ul {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  #REPORT .report_photo_le ul li {
    width: auto;
  }
  #REPORT .report_photo_le ul li:nth-of-type(4),
  #REPORT .report_photo_le ul li:nth-of-type(5),
  #REPORT .report_photo_le ul li:nth-of-type(6){
    margin-bottom: 20px;
  }
  #REPORT .crystal{
    margin-top: 15px;
  }
  #REPORT .crystal img{
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .lp-body::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
  }
  #REPORT {
    padding: 40px 0;
  }
  #REPORT h2.report_ttl {
    font-size: 26px;
    padding: 0;
  }
  #REPORT .report_con .report_theme p span.t_big {
    font-size: 20px;
  }
  #REPORT .report_voice{
    display: block;
  }
  #REPORT .report_voice .report_voice_ttl{
    width: 100%;
    text-align: center;
    font-size: 18px;
  }
  #REPORT .report_voice .voice_child{
    width: 100%;
    padding: 10px 20px;
    border-right: none;
    border-bottom: 1px solid #a27818;
  }
  #REPORT .report_voice .voice_child p{
    padding-right: 0;
  }
  #REPORT .report_voice .voice_parent{
    width: 100%;
    padding: 10px 20px;
  }
}
@media (max-width: 981px) {
  .inrWidth {
    width: 90%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .lp-header__ttl--main {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .p-lp .lp-header__ttl {
    max-height: none;
  }
  .l-main,
  p {
    font-size: 14px;
  }
  .l-main,
  p {
    font-size: 14px;
  }
  .cont {
    background: #fff;
    padding: 35px 20px;
    border-radius: 15px;
    margin-bottom: 50px;
  }
  .cont a {
    text-decoration: underline;
  }
  h2 {
    text-align: center;
    color: #21396c;
    font-weight: bold;
    font-size: 25px;
    line-height: 1;
  }
}
@media (min-width: 980px) {
  .inrWidth {
    width: 1000px;
    margin: auto;
  }
}
@media (min-width: 769px) {
  .l-main,
  p {
    font-size: 16px;
  }
  .cont {
    background: #fff;
    padding: 50px;
    border-radius: 25px;
    margin-bottom: 50px;
  }
  .cont a {
    text-decoration: underline;
  }
  h2 {
    text-align: center;
    color: #21396c;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 40px;
  }
  h2 img {
    margin: auto;
  }
}

.p-lp .lp-body .p-present__ttl .btn__wrap {
  margin-top: min(2.27vw, 29px);
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .p-present__ttl .btn__wrap {
    margin-top: max(7.73vw, 29px);
  }
}

.btn__wrap {
  margin: min(7vw, 45px) auto 0;
}

.btn__wrap .btn {
  display: block;
  width: 38.67vw;
  max-width: 495px;
  padding: 1em 0;
  margin: auto;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: url(../img/icon_arw_right_wh.png) no-repeat 95% 50%/9px auto #21396c;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .btn__wrap .btn {
    width: 89.33vw;
    max-width: 335px;
  }
}
