@charset "UTF-8";
body {
  background: #7392a4;
}

header h1 {
  top: 70px;
}

@media screen and (min-width: 768px) {
  header h1 {
    top: 120px;
  }
  section {
    overflow: initial;
  }
}
/****kv****/
#top {
  background: url(../img/headspa/top_bg_sp.jpg) no-repeat center/cover;
}

#kv {
  padding: 15vw 0 0;
}
#kv h2 {
  width: 80%;
  margin: auto;
  padding-left: 7%;
}
#kv .photo-1 {
  width: 50%;
  margin: -12% auto 0;
}

@media screen and (min-width: 768px) {
  #top {
    background: url(../img/headspa/top_bg.jpg) no-repeat center/cover;
  }
  #kv {
    padding: 180px 0 0;
    position: relative;
    overflow: hidden;
  }
  #kv h2 {
    width: 100%;
    margin: auto;
    padding-left: 0;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  #kv h2 img {
    width: auto;
  }
  #kv .photo-1 {
    width: 100%;
    margin: 0 auto 0;
    text-align: center;
    position: absolute;
    left: 51.5%;
    bottom: -135px;
    transform: translateX(-50%);
  }
  #kv .photo-1 img {
    width: auto;
  }
}
/*******lead********/
#lead {
  padding: 10vw 0;
  text-align: center;
}
#lead h2 {
  margin: 60px auto 0;
  background: #193e54;
  padding: 8px;
  font-size: 22px;
  color: #fff;
  border-radius: 15px;
  max-width: 400px;
  letter-spacing: 1px;
  font-weight: bold;
  position: relative;
}
#lead h2::after {
  content: "";
  background: url(../img/headspa/lead_after_ttl.png) no-repeat 0 0/100%;
  width: 40px;
  height: 45px;
  right: 10px;
  bottom: -55px;
  position: absolute;
}
#lead .content .txt {
  color: #193e54;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: -0.1px;
  line-height: 32px;
  margin-top: 30px;
}
#lead .content .photo-1 {
  width: 40%;
  margin: auto;
}
#lead .content .arrow {
  width: 10%;
  margin: auto;
}
#lead h3 {
  background: #fff;
  color: #193e54;
  border: 1px solid #193e54;
  border-radius: 15px;
  padding: 8px;
  max-width: 400px;
  margin: 20px auto 35px;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}
#lead h3::before {
  content: "そんなあなたに";
  background: url(../img/headspa/lead_before_ttl.png) no-repeat 0 0/100%;
  width: 120px;
  height: 55px;
  position: absolute;
  left: 0;
  top: -60px;
  color: #fff;
  display: flex;
  justify-content: center;
  font-size: 10px;
  padding-top: 10px;
}
#lead .btn-lead a {
  display: block;
  max-width: 400px;
  background: url(../img/headspa/lead_btn_bg.jpg) no-repeat center;
  background-size: 100% 100%;
  color: #fff;
  padding: 12px;
  margin: auto;
  position: relative;
}
#lead .btn-lead a::before {
  content: "";
  background: url(../img/headspa/lead_btn_icon1.png) no-repeat 0 0/100%;
  width: 28px;
  height: 85px;
  left: 25px;
  top: -15px;
  position: absolute;
}
#lead .btn-lead a::after {
  content: "";
  background: url(../img/headspa/lead_btn_icon4.png) no-repeat 0 0/100%;
  width: 34px;
  height: 80px;
  right: 25px;
  top: -8px;
  position: absolute;
}
#lead .btn-lead a span {
  line-height: 20px;
}
#lead .btn-lead a span:first-child {
  display: block;
}
#lead .btn-lead a span:first-child small {
  font-size: 14px;
  position: relative;
}
#lead .btn-lead a span:first-child small::after {
  content: "";
  background: url(../img/headspa/lead_btn_icon2.png) no-repeat 0 0/100%;
  width: 20px;
  height: 24px;
  right: -30px;
  top: -8px;
  position: absolute;
}
#lead .btn-lead a span:last-child {
  display: inline-block;
  font-size: 20px;
  padding: 0 5px 5px;
  background: url(../img/headspa/lead_btn_line.png) repeat-x bottom/10%;
}
#lead .btn-lead a span:last-child img {
  width: 16px;
  margin-left: 5px;
}

@media screen and (min-width: 768px) {
  #lead {
    padding: 100px 0 80px;
    text-align: center;
    overflow: hidden;
  }
  #lead h2 {
    margin: 150px auto 0;
    padding: 8px;
    font-size: 60px;
    border-radius: 35px;
    max-width: 945px;
    letter-spacing: 0px;
    line-height: 107px;
  }
  #lead h2::after {
    width: 62px;
    height: 63px;
    right: 40px;
    bottom: -85px;
  }
  #lead .content {
    position: relative;
  }
  #lead .content .txt {
    font-size: 34px;
    letter-spacing: 0;
    line-height: 70px;
    margin-top: 65px;
    position: relative;
    z-index: 1;
    margin-bottom: 35px;
  }
  #lead .content .photo-1 {
    width: auto;
    margin: auto;
    position: absolute;
    right: -175px;
    top: -20px;
  }
  #lead .content .photo-1 img {
    width: auto;
  }
  #lead .content .arrow {
    width: 100%;
    text-align: center;
  }
  #lead .content .arrow img {
    width: auto;
  }
  #lead h3 {
    border-radius: 35px;
    padding: 25px;
    max-width: 900px;
    margin: 40px auto 105px;
    font-size: 50px;
    line-height: 70px;
    border-width: 3px;
  }
  #lead h3::before {
    width: 212px;
    height: 116px;
    left: -35px;
    top: -95px;
    font-size: 20px;
  }
  #lead .btn-lead a {
    max-width: 1000px;
    padding: 35px 12px;
  }
  #lead .btn-lead a::before {
    width: 69px;
    height: 217px;
    left: 70px;
    top: -35px;
  }
  #lead .btn-lead a::after {
    width: 80px;
    height: 188px;
    right: 70px;
    top: -10px;
  }
  #lead .btn-lead a:hover {
    opacity: 0.7;
  }
  #lead .btn-lead a span {
    line-height: 52px;
  }
  #lead .btn-lead a span:first-child small {
    font-size: 36px;
  }
  #lead .btn-lead a span:first-child small::after {
    width: 38px;
    height: 46px;
    right: -50px;
    top: -20px;
  }
  #lead .btn-lead a span:last-child {
    font-size: 52px;
    padding: 0 5px 25px;
    background: url(../img/headspa/lead_btn_line.png) repeat-x bottom/auto;
    letter-spacing: 6px;
  }
  #lead .btn-lead a span:last-child img {
    width: auto;
    margin-left: 5px;
  }
}
/******report*****/
#report {
  padding: 10vw 0 0;
}
#report .head h2 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 25px;
  padding-bottom: 25px;
  position: relative;
}
#report .head h2::before {
  content: "";
  background: #fff;
  height: 1px;
  width: 100px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
#report .head h2::after {
  content: "";
  background: #fff;
  height: 1px;
  width: 100px;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
#report .head h2 span {
  display: block;
  line-height: 36px;
}
#report .head h2 span:first-child {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#report .head h2 span:last-child {
  font-size: 22px;
}
#report .head ul {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  max-width: 400px;
  margin: 0 auto 40px;
}
#report .head ul li a {
  text-align: center;
  color: #fff;
}
#report .head ul li a span {
  display: block;
}
#report .head ul li a span:first-child {
  font-size: 30px;
  padding-bottom: 25px;
  margin-bottom: 4px;
  position: relative;
}
#report .head ul li a span:first-child::after {
  content: "";
  position: absolute;
  height: 25px;
  border-left: 2px dashed #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#report .head ul li a span:last-child {
  font-size: 13px;
  border: 1px solid #fff;
  font-weight: bold;
  padding: 0 5px;
  line-height: 28px;
}
#report #report-1 .left {
  position: relative;
}
#report #report-1 .left .number {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 30px;
  color: #146493;
  z-index: 1;
  letter-spacing: 2px;
}
#report #report-1 .left .cap {
  position: absolute;
  right: 25%;
  top: 10%;
  width: 18%;
}
#report #report-1 .right {
  padding: 5%;
  color: #fff;
}
#report #report-1 .right h3 {
  font-size: 25px;
  font-weight: bold;
  border-bottom: 2px dashed;
  padding-bottom: 12px;
  margin-bottom: 12px;
  margin-top: 15px;
}
#report #report-1 .right .txt {
  margin-bottom: 40px;
}
#report #report-2 .left {
  position: relative;
}
#report #report-2 .left .number {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 30px;
  color: #146493;
  z-index: 1;
  letter-spacing: 2px;
}
#report #report-2 .left .cap-1 {
  position: absolute;
  left: 5%;
  top: 10%;
  width: 18%;
}
#report #report-2 .left .cap-2 {
  position: absolute;
  right: 30%;
  top: 10%;
  width: 18%;
}
#report #report-2 .right {
  padding: 5% 5% 0;
  color: #fff;
  background: url(../img/headspa/report_deco1.png) no-repeat bottom/100%;
}
#report #report-2 .right h3 {
  font-size: 25px;
  font-weight: bold;
  border-bottom: 2px dashed;
  padding-bottom: 12px;
  margin-bottom: 12px;
  margin-top: 15px;
}
#report #report-2 .right .txt {
  margin-bottom: 50px;
}
#report #report-2 .right h4 {
  text-align: center;
}
#report #report-2 .right h4 span {
  text-align: left;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 3px;
}
#report #report-2 .right .photo-4 {
  width: 55%;
  margin: auto;
}
#report #report-3 .r-top {
  position: relative;
}
#report #report-3 .r-top .photo-5 {
  margin: 0 -25%;
}
#report #report-3 .r-top .number {
  color: #fff;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 30px;
  z-index: 1;
  letter-spacing: 2px;
}
#report #report-3 .r-top .cap {
  position: absolute;
  right: 35%;
  top: 5%;
  width: 15%;
}
#report #report-3 .r-top .content {
  padding: 5%;
  color: #fff;
}
#report #report-3 .r-top .content h3 {
  font-size: 25px;
  font-weight: bold;
  border-bottom: 2px dashed;
  padding-bottom: 12px;
  margin-bottom: 12px;
  margin-top: 15px;
}
#report #report-3 .r-top .content .desc {
  font-size: 17px;
  font-weight: bold;
  margin: 20px 0 10px;
}
#report #report-3 .r-bot .left {
  margin: 30px 0 20px;
}
#report #report-3 .r-bot .right {
  padding: 5%;
  color: #fff;
}
#report #report-3 .r-bot .right .r-desc {
  margin: 15px 0 40px;
}
#report #report-3 .r-bot .right h4 {
  text-align: center;
}
#report #report-3 .r-bot .right h4 span {
  text-align: left;
  font-size: 25px;
  line-height: 40px;
  font-weight: bold;
}
#report #report-3 .r-bot .right h4 span small {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  margin-right: 10px;
  display: block;
  letter-spacing: 3px;
}
#report #report-3 .r-bot .right .clock {
  text-align: center;
  margin: 20px 0 40px;
}
#report #report-3 .r-bot .right .clock img {
  width: 20%;
}
#report #report-4 .r-top {
  position: relative;
}
#report #report-4 .r-top .photo-9 {
  margin: 0 -25%;
}
#report #report-4 .r-top h3 {
  width: 30%;
  position: absolute;
  left: 20px;
  top: 20px;
}
#report #report-4 .r-top .number {
  color: #fff;
  position: absolute;
  right: 20px;
  bottom: 200px;
  font-size: 30px;
  z-index: 1;
  letter-spacing: 2px;
}
#report #report-4 .r-top .content {
  padding: 5%;
  color: #fff;
}
#report #report-4 .r-top .content h4 {
  font-size: 25px;
  font-weight: bold;
  border-bottom: 2px dashed;
  padding-bottom: 12px;
  margin-bottom: 12px;
  margin-top: 15px;
}
#report #report-4 .r-mid-1 {
  color: #fff;
}
#report #report-4 .r-mid-1 .left {
  margin-bottom: 100px;
}
#report #report-4 .r-mid-1 .right h3 {
  text-align: center;
}
#report #report-4 .r-mid-1 .right h3 > span {
  text-align: left;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 2px;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
#report #report-4 .r-mid-1 .right h3 > span .cl-yellow {
  color: #edff56;
}
#report #report-4 .r-mid-1 .right .clock {
  text-align: center;
  margin: 10px 0 100px;
}
#report #report-4 .r-mid-1 .right .clock img {
  width: 15%;
}
#report #report-4 .r-mid-1 .right .photo-11 {
  padding: 5%;
}
#report #report-4 .r-mid-1 .right h4 {
  margin: 40px 0 0;
  text-align: center;
}
#report #report-4 .r-mid-1 .right h4 span {
  text-align: left;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 3px;
}
#report #report-4 .r-mid-1 .right .photo-12 {
  background: url(../img/headspa/report_deco2.png) no-repeat bottom/100%;
  text-align: center;
}
#report #report-4 .r-mid-1 .right .photo-12 img {
  width: 55%;
}
#report #report-4 .r-mid-2 {
  color: #fff;
}
#report #report-4 .r-mid-2 .photo-13 {
  margin: 0 -25%;
}
#report #report-4 .r-mid-2 .content {
  padding: 5%;
}
#report #report-4 .r-mid-2 .content h3 {
  font-size: 25px;
  font-weight: bold;
  border-bottom: 2px dashed;
  padding-bottom: 12px;
  margin-bottom: 12px;
  margin-top: 15px;
}
#report #report-4 .r-bot {
  color: #fff;
}
#report #report-4 .r-bot .left .contain {
  background: url(../img/headspa/report_deco3.jpg) no-repeat center/cover;
  padding-top: 60px;
}
#report #report-4 .r-bot .left .contain h2 {
  text-align: center;
  font-size: 50px;
  margin-bottom: 50px;
  font-weight: bold;
  text-shadow: 1px 5px 1px #000;
}
#report #report-4 .r-bot .left .contain .photo-14 {
  text-align: center;
}
#report #report-4 .r-bot .left .contain .photo-14 img {
  width: 55%;
}
#report #report-4 .r-bot .right .box-1,
#report #report-4 .r-bot .right .box-2 {
  text-align: center;
  padding: 2%;
}
#report #report-4 .r-bot .right .box-1 h3 span,
#report #report-4 .r-bot .right .box-2 h3 span {
  font-size: 22px;
  padding-bottom: 15px;
  padding-top: 50px;
  margin-bottom: 40px;
  border-bottom: 1px dashed;
  display: inline-block;
}
#report #report-4 .r-bot .right .box-1 .txt,
#report #report-4 .r-bot .right .box-2 .txt {
  font-size: 12.5px;
  letter-spacing: -1px;
}
#report #report-4 .r-bot .right .box-2 {
  background: url(../img/headspa/report_deco4.png) no-repeat top/cover;
  padding-bottom: 0;
}
#report #report-4 .r-bot .right .box-2 .photo-15 {
  text-align: center;
}
#report #report-4 .r-bot .right .box-2 .photo-15 img {
  width: 55%;
}

@media screen and (min-width: 768px) {
  #report {
    padding: 100px 0 0;
  }
  #report .head {
    max-width: 1360px;
    margin: auto;
    display: flex;
    justify-content: space-between;
  }
  #report .head h2 {
    text-align: left;
    margin-bottom: 30px;
    padding-bottom: 25px;
  }
  #report .head h2::before {
    height: 255px;
    width: 1px;
    bottom: auto;
    left: auto;
    right: -60px;
    transform: translate(0, -50%);
    top: 36%;
  }
  #report .head h2::after {
    height: 255px;
    width: 1px;
    bottom: auto;
    left: auto;
    right: -70px;
    transform: translate(0, -50%);
    top: 36%;
  }
  #report .head h2 span:first-child {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #report .head h2 span:last-child {
    font-size: 50px;
    line-height: 80px;
    letter-spacing: -3px;
  }
  #report .head ul {
    padding: 0 15px;
    max-width: 800px;
    margin: 25px 0 0 0;
  }
  #report .head ul li {
    margin: 0 10px;
  }
  #report .head ul li a span:first-child {
    font-size: 60px;
    padding-bottom: 70px;
    margin-bottom: 4px;
  }
  #report .head ul li a span:first-child::after {
    height: 55px;
    opacity: 0;
    visibility: hidden;
  }
  #report .head ul li a span:last-child {
    font-size: 26px;
    padding: 10px 28px;
    line-height: 28px;
    border: 2px solid transparent;
  }
  #report .head ul li a:hover span:first-child::after {
    opacity: 1;
    visibility: visible;
  }
  #report .head ul li a:hover span:last-child {
    border: 2px solid #fff;
  }
  #report #report-1 {
    display: flex;
    align-items: flex-end;
  }
  #report #report-1 .left {
    width: 50%;
  }
  #report #report-1 .left .number {
    right: 50px;
    top: 40px;
    font-size: 80px;
  }
  #report #report-1 .left .cap {
    right: 25%;
    top: 10%;
    width: 18%;
  }
  #report #report-1 .right {
    width: 45%;
    padding: 0 0 0 20px;
  }
  #report #report-1 .right h3 {
    font-size: 48px;
    padding-bottom: 35px;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-top: 15px;
    max-width: 640px;
  }
  #report #report-1 .right .txt {
    margin-left: 20px;
    max-width: 640px;
  }
  #report #report-2 {
    display: flex;
    align-items: flex-start;
    position: relative;
  }
  #report #report-2::before {
    content: "";
    background: #fef1f4;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
  }
  #report #report-2 .left {
    width: 50%;
    position: sticky;
    top: 100px;
  }
  #report #report-2 .left .photo img {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #report #report-2 .left .number {
    right: 50px;
    top: 40px;
    font-size: 80px;
  }
  #report #report-2 .left .cap-1 {
    position: absolute;
    left: 5%;
    top: 10%;
    width: 18%;
  }
  #report #report-2 .left .cap-2 {
    position: absolute;
    right: 30%;
    top: 10%;
    width: 18%;
  }
  #report #report-2 .right {
    padding: 0;
    width: 50%;
  }
  #report #report-2 .right h3 {
    font-size: 48px;
    padding-bottom: 35px;
    margin-bottom: 40px;
    margin-left: 40px;
    margin-top: 120px;
    max-width: 640px;
  }
  #report #report-2 .right .txt {
    margin-left: 40px;
    margin-bottom: 80px;
    max-width: 640px;
  }
  #report #report-2 .right h4 {
    height: 435px;
  }
  #report #report-2 .right h4 span {
    font-size: 32px;
    line-height: 70px;
  }
  #report #report-2 .right .photo-4 {
    width: 50%;
  }
  #report #report-3 .r-top .photo-5 {
    margin: 0;
  }
  #report #report-3 .r-top .number {
    position: static;
    font-size: 80px;
  }
  #report #report-3 .r-top .cap {
    right: calc(50% - 80px);
    top: 65px;
    width: auto;
  }
  #report #report-3 .r-top .cap img {
    width: auto;
  }
  #report #report-3 .r-top .content {
    padding: 0;
    position: absolute;
    left: calc(50% + 190px);
    top: 100px;
    width: 420px;
  }
  #report #report-3 .r-top .content .r3-ttl {
    display: flex;
    align-items: center;
    border-bottom: 3px dashed;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  #report #report-3 .r-top .content h3 {
    font-size: 48px;
    border-bottom: none;
    margin-left: 55px;
    margin-top: 15px;
  }
  #report #report-3 .r-top .content .desc {
    font-size: 30px;
    margin: 20px 0 10px;
  }
  #report #report-3 .r-bot {
    display: flex;
    align-items: flex-start;
    position: relative;
  }
  #report #report-3 .r-bot::before {
    content: "";
    background: #e0d9dc;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
  }
  #report #report-3 .r-bot .left {
    margin: 0;
    width: 50%;
    position: sticky;
    top: 100px;
  }
  #report #report-3 .r-bot .left img {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #report #report-3 .r-bot .right {
    width: 45%;
    padding: 145px 0 90px 25px;
  }
  #report #report-3 .r-bot .right .r-desc {
    margin: 40px 0 185px;
  }
  #report #report-3 .r-bot .right h4 {
    height: 260px;
  }
  #report #report-3 .r-bot .right h4 span {
    font-size: 36px;
    line-height: 40px;
  }
  #report #report-3 .r-bot .right h4 span small {
    font-size: 24px;
    line-height: 40px;
    margin-right: 20px;
  }
  #report #report-3 .r-bot .right .clock {
    margin: 75px 0 115px;
  }
  #report #report-3 .r-bot .right .clock img {
    width: auto;
  }
  #report #report-4 .r-top {
    position: relative;
  }
  #report #report-4 .r-top .photo-9 {
    margin: 0;
  }
  #report #report-4 .r-top h3 {
    width: auto;
    left: calc(50% - 575px);
    top: 165px;
  }
  #report #report-4 .r-top h3 img {
    width: auto;
  }
  #report #report-4 .r-top .number {
    position: static;
    font-size: 80px;
  }
  #report #report-4 .r-top .content {
    padding: 0;
    position: absolute;
    bottom: 110px;
    left: calc(50% + 50px);
  }
  #report #report-4 .r-top .content .r-ttl {
    display: flex;
    align-items: center;
    border-bottom: 3px dashed;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  #report #report-4 .r-top .content h4 {
    font-size: 48px;
    border-bottom: none;
    margin-top: 15px;
    margin-left: 40px;
  }
  #report #report-4 .r-top .content .txt {
    margin-left: 15px;
  }
  #report #report-4 .r-mid-1 {
    display: flex;
    align-items: flex-start;
    position: relative;
  }
  #report #report-4 .r-mid-1::before {
    content: "";
    background: #cdcdcd;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
  }
  #report #report-4 .r-mid-1 .left {
    width: 50%;
    margin-bottom: 0;
    position: sticky;
    top: 100px;
  }
  #report #report-4 .r-mid-1 .left img {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #report #report-4 .r-mid-1 .right {
    width: 50%;
    padding-top: 250px;
  }
  #report #report-4 .r-mid-1 .right h3 {
    height: 370px;
  }
  #report #report-4 .r-mid-1 .right h3 > span {
    font-size: 36px;
    letter-spacing: 7px;
    line-height: 60px;
  }
  #report #report-4 .r-mid-1 .right .clock {
    margin: 35px 0 325px;
  }
  #report #report-4 .r-mid-1 .right .clock img {
    width: auto;
  }
  #report #report-4 .r-mid-1 .right .photo-11 {
    padding: 5%;
  }
  #report #report-4 .r-mid-1 .right h4 {
    margin: 175px 0 60px;
    height: 350px;
  }
  #report #report-4 .r-mid-1 .right h4 span {
    font-size: 32px;
    line-height: 70px;
  }
  #report #report-4 .r-mid-1 .right .photo-12 img {
    width: 50%;
  }
  #report #report-4 .r-mid-2 {
    position: relative;
  }
  #report #report-4 .r-mid-2 .photo-13 {
    margin: 0;
  }
  #report #report-4 .r-mid-2 .content {
    padding: 0;
    position: absolute;
    top: 110px;
    left: 100px;
    color: #000;
  }
  #report #report-4 .r-mid-2 .content h3 {
    font-size: 48px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-width: 3px;
  }
  #report #report-4 .r-bot {
    display: flex;
    align-items: flex-start;
    position: relative;
  }
  #report #report-4 .r-bot::before {
    content: "";
    background: #1c789a;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
  }
  #report #report-4 .r-bot .left {
    width: 50%;
    position: sticky;
    top: 100px;
  }
  #report #report-4 .r-bot .left .contain {
    padding-top: 160px;
    height: 100%;
  }
  #report #report-4 .r-bot .left .contain h2 {
    font-size: 121px;
    margin-bottom: 140px;
    text-shadow: 2px 8px 2px #000;
  }
  #report #report-4 .r-bot .left .contain .photo-14 {
    text-align: center;
  }
  #report #report-4 .r-bot .left .contain .photo-14 img {
    width: 55%;
  }
  #report #report-4 .r-bot .right {
    width: 50%;
    padding-top: 120px;
  }
  #report #report-4 .r-bot .right .box-1,
  #report #report-4 .r-bot .right .box-2 {
    text-align: center;
    padding: 2%;
  }
  #report #report-4 .r-bot .right .box-1 h3 span,
  #report #report-4 .r-bot .right .box-2 h3 span {
    font-size: 42px;
    padding-bottom: 45px;
    padding-top: 50px;
    margin-bottom: 60px;
    border-bottom: 3px dashed;
  }
  #report #report-4 .r-bot .right .box-1 {
    margin-bottom: 65px;
  }
  #report #report-4 .r-bot .right .box-1 .txt {
    font-size: 28px;
    letter-spacing: 0;
    line-height: 80px;
  }
  #report #report-4 .r-bot .right .box-2 {
    padding-bottom: 0;
    padding-top: 70px;
  }
  #report #report-4 .r-bot .right .box-2 .txt {
    font-size: 20px;
    line-height: 60px;
    margin-bottom: 45px;
  }
  #report #report-4 .r-bot .right .box-2 .photo-15 {
    text-align: center;
  }
  #report #report-4 .r-bot .right .box-2 .photo-15 img {
    width: 55%;
  }
}
/*****menu******/
#menu {
  padding: 12vw 0 15vw;
  background: #8a7c5a;
}
#menu .row {
  color: #fff;
}
#menu .row .col-1 h2 {
  text-transform: uppercase;
  font-size: 50px;
  margin-bottom: 50px;
}
#menu .row .col-2 {
  margin-bottom: 40px;
}
#menu .row .col-2 .desc {
  margin-bottom: 20px;
}
#menu .row .col-2 dl {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #menu {
    padding: 185px 0 120px;
  }
  #menu .wrap {
    max-width: 1200px;
  }
  #menu .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  #menu .row .col-1 {
    position: relative;
  }
  #menu .row .col-1 h2 {
    font-size: 120px;
    margin-bottom: 50px;
    position: absolute;
    right: -55px;
    top: -30px;
    z-index: 1;
    letter-spacing: 4px;
  }
  #menu .row .col-2 {
    margin-bottom: 90px;
  }
  #menu .row .col-2 .desc {
    position: absolute;
    top: -12px;
    right: 75px;
    letter-spacing: 1.5px;
  }
  #menu .row .col-2 dl {
    margin-bottom: 20px;
  }
  #menu .row .col-3 {
    margin-right: 70px;
  }
}
/*****shopinfo******/
#onlineshop {
  padding: 0 0 15vw;
  color: #fff;
}
#onlineshop .bg-parallax h2 {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
#onlineshop .bg-parallax h2 > span {
  display: block;
  text-align: center;
  line-height: 40px;
  text-shadow: 2px 4px 2px #000;
}
#onlineshop .bg-parallax h2 > span:first-child {
  font-size: 40px;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
}
#onlineshop .bg-parallax h2 > span:first-child::after {
  content: "";
  background: #fff;
  height: 2px;
  width: 100%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  position: absolute;
  box-shadow: 1px 1px 1px 1px #000;
}
#onlineshop .bg-parallax h2 > span:last-child {
  font-size: 22px;
}
#onlineshop .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10vw 0 0;
}
#onlineshop .row .col {
  width: 48%;
  margin-bottom: 30px;
}
#onlineshop .row .col h3 {
  line-height: 24px;
  font-size: 14px;
}
#onlineshop .row .col .desc {
  line-height: 24px;
  font-weight: 400;
}
#onlineshop .row .col .price {
  text-align: right;
  letter-spacing: 1px;
}
#onlineshop .btn-t1 a {
  background: #243842;
}
#onlineshop .btn-t1 a img {
  width: 12px;
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  #onlineshop {
    padding: 0 0 155px;
  }
  #onlineshop .bg-parallax {
    height: 700px;
  }
  #onlineshop .bg-parallax h2 {
    right: 120px;
    bottom: 70px;
  }
  #onlineshop .bg-parallax h2 > span {
    line-height: 60px;
    text-shadow: 2px 7px 2px #000;
  }
  #onlineshop .bg-parallax h2 > span:first-child {
    font-size: 60px;
    padding-bottom: 15px;
  }
  #onlineshop .bg-parallax h2 > span:first-child::after {
    height: 3px;
    box-shadow: 1px 3px 4px 1px #000;
  }
  #onlineshop .bg-parallax h2 > span:last-child {
    font-size: 36px;
  }
  #onlineshop .wrap {
    max-width: 1350px;
  }
  #onlineshop .row {
    margin-bottom: 40px;
    padding: 105px 0 0;
  }
  #onlineshop .row .col {
    width: 24%;
  }
  #onlineshop .row .col .photo {
    margin-bottom: 20px;
  }
  #onlineshop .row .col .content {
    display: flex;
    justify-content: space-between;
  }
  #onlineshop .row .col h3 {
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  #onlineshop .row .col .desc {
    line-height: 24px;
    font-weight: 400;
  }
  #onlineshop .row .col .price {
    letter-spacing: 1px;
    font-weight: 600;
  }
  #onlineshop .btn-t1 a {
    background: #243842;
  }
  #onlineshop .btn-t1 a img {
    width: 12px;
    margin-left: 10px;
  }
  #onlineshop .btn-t1 a::after {
    background: #000;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  #report .head h2 {
    padding-left: 20px;
  }
  #report #report-3 .r-top .content {
    left: calc(50% + 120px);
  }
  #report #report-4 .r-bot .right .box-1 .txt {
    font-size: 24px;
    line-height: 65px;
  }
  #report .head h2 span:last-child {
    font-size: 45px;
  }
  #onlineshop .wrap {
    max-width: 1250px;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  #kv h2 img {
    padding: 0 25px;
    box-sizing: border-box;
  }
  #lead .content .photo-1 {
    right: -100px;
  }
  #report .head h2 span:last-child {
    font-size: 40px;
  }
  #report .head ul li a span:first-child {
    font-size: 50px;
  }
  #report .head ul li a span:last-child {
    font-size: 22px;
    padding: 7px 15px;
  }
  #report #report-2 .right h3,
  #report #report-2 .right .txt {
    margin-right: 40px;
  }
  #report #report-4 .r-bot .right .box-1 h3 span,
  #report #report-4 .r-bot .right .box-2 h3 span {
    font-size: 32px;
  }
  #report #report-4 .r-bot .right .box-1 .txt {
    font-size: 20px;
    line-height: 55px;
  }
  #report #report-4 .r-bot .right .box-2 .txt {
    font-size: 18px;
    line-height: 50px;
  }
  #menu .row .col-1 {
    padding-left: 15px;
  }
  #onlineshop .wrap {
    max-width: 1050px;
  }
}/*# sourceMappingURL=headspa.css.map */