/* breakpoint
---------------------- */
/* color
---------------------- */
/* Component
---------------------- */
html {
  font-size: 62.5%;
}

@media screen and (min-width: 768px) {
  .c-pc-none {
    display: none;
  }
}
.gothic {
  font-family: "Helvetica Neue", Arial, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}

.c-mb15 {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .c-mb15 {
    margin-bottom: 30px;
  }
}

.c-mb30 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .c-mb30 {
    margin-bottom: 60px;
  }
}

#lp-heatstroke {
  width: 100%;
  max-width: 780px;
  margin: 20px auto 0;
  color: #333333;
}
@media screen and (min-width: 768px) {
  #lp-heatstroke {
    margin: 53px auto 0;
  }
}

/* mv
---------------------- */
.mv {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .mv {
    margin-bottom: 60px;
  }
}

/* site
---------------------- */
.site {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .site {
    margin-bottom: 100px;
  }
}
.site__ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  color: #006bd7;
  background-color: #f5d646;
  border: 2px solid #006bd7;
  box-sizing: border-box;
  border-radius: 50px;
  padding: 10px 20px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .site__ttl {
    font-size: 4rem;
    padding: 20px 50px;
    margin-bottom: 30px;
  }
}
.site__txt {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .site__txt {
    font-size: 2rem;
    margin-bottom: 60px;
  }
}
.site__txt span {
  background-color: #f5d646;
  padding: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #006bd7;
  display: inline-block;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .site__txt span {
    font-size: 2.4rem;
    margin-right: 1rem;
  }
}
.site__bace-blue {
  position: relative;
  background-color: #006bd7;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .site__bace-blue {
    padding: 30px;
  }
}
.site__bace-number {
  position: absolute;
  top: 1px;
  left: 0;
  width: 52px;
  height: 52px;
}
@media screen and (min-width: 768px) {
  .site__bace-number {
    width: 104px;
    height: 104px;
  }
}
.site__bace-white {
  background-color: #ffffff;
  padding: 20px 15px;
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  .site__bace-white {
    padding: 40px 30px;
    border-radius: 40px;
  }
}
.site__bace-txt {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .site__bace-txt {
    font-size: 2rem;
  }
}
.site__bace-line {
  margin: 15px auto;
  width: 30px;
  height: 2px;
  background-color: #006bd7;
}
@media screen and (min-width: 768px) {
  .site__bace-line {
    margin: 20px auto;
    width: 60px;
  }
}
.site__bace-left {
  width: 94%;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.6;
  color: #545454;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .site__bace-left {
    width: 90%;
    font-size: 1.8rem;
  }
}
.site__bace-left02 {
  width: 94%;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.6;
  color: #333333;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  margin: 5px auto 0;
}
@media screen and (min-width: 768px) {
  .site__bace-left02 {
    width: 90%;
    font-size: 1.8rem;
    margin: 10px auto 0;
  }
}

/* target
---------------------- */
.target {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .target {
    margin-bottom: 100px;
  }
}
.target__ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  color: #dc143c;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .target__ttl {
    font-size: 4rem;
    margin-bottom: 30px;
  }
}
.target__txt {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 15px;
  padding: 20px 15px;
  border: 2px solid #dc143c;
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  .target__txt {
    font-size: 2rem;
    line-height: 1.8;
    margin: 0 30px;
    padding: 40px 30px;
    border-radius: 40px;
  }
}
.target__txt span {
  color: #dc143c;
}

/* measures
---------------------- */
.measures {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .measures {
    margin-bottom: 60px;
  }
}
.measures__bace-yellow {
  position: relative;
  background-color: #f5d646;
  padding: 30px 15px;
}
@media screen and (min-width: 768px) {
  .measures__bace-yellow {
    padding: 50px 30px;
  }
}
.measures__bace-drop {
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 15px;
  height: 21px;
}
@media screen and (min-width: 768px) {
  .measures__bace-drop {
    top: 30px;
    width: 30px;
    height: 42px;
  }
}
.measures__bace-white {
  background-color: #ffffff;
  padding: 20px 15px;
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  .measures__bace-white {
    padding: 40px 30px;
    border-radius: 40px;
  }
}
.measures__bace-ttl {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
  display: inline-block;
  border-bottom: 2px solid #333333;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .measures__bace-ttl {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
.measures__bace-ttl span {
  color: #545454;
  font-size: 1.3rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .measures__bace-ttl span {
    font-size: 2rem;
    display: inline;
  }
}
.measures__bace-left {
  text-align: left;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .measures__bace-left {
    font-size: 2rem;
  }
}

/* bottle
---------------------- */
.bottle {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bottle {
    margin-bottom: 100px;
  }
}
.bottle__txt {
  background-color: #006bd7;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8;
  padding: 20px 0 10px;
}
@media screen and (min-width: 768px) {
  .bottle__txt {
    font-size: 3rem;
    padding: 30px 0 15px;
  }
}

/* bnr
---------------------- */
.bnr {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bnr {
    margin-bottom: 100px;
  }
}
.bnr__tail {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  padding: 1rem 0;
  border-bottom: 2px solid #006bd7;
  color: #006bd7;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .bnr__tail {
    font-size: 2.8rem;
  }
}
.bnr__tail::before {
  background-color: #006bd7;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -15px;
  width: 30px;
  height: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
.bnr__tail::after {
  background-color: #ffffff;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -12px;
  width: 30px;
  height: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
.bnr__img {
  width: 90%;
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  .bnr__img {
    width: 664px;
    margin: 50px auto 0;
  }
}