@charset "UTF-8";
/*共通*/
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-snap-type: y proximity;
  scroll-padding-top: 40px;
}

body {
  background: #fff;
  color: #000000;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
}

.top .bg_yellow .bg_white .caution .toTop img {
  width: 100%;
}

ol,
ul,
menu {
  list-style: none;
}

.link_color {
  color: #0078C7;
  font-weight: 700;
}

.container {
  max-width: 1200px;
  width: 90%;
  margin: auto;
}

br.forSP {
  display: none;
}

@media all and (max-width: 767.97px) {
  br.forSP {
    display: inherit;
  }
  br.forPC {
    display: none;
  }
}
.download {
  width: 100%;
}
.download__ttlWrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto 30px;
}
.download__ttl {
  position: relative;
  display: inline-block;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  background: linear-gradient(to right, #80D83D, #1BB3AF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.download__ttl::before {
  content: url(../images/appdownload-left.svg);
  position: absolute;
  display: block;
  left: -42px;
  top: 8px;
  width: 31px;
  height: 51px;
}
.download__ttl::after {
  content: url(../images/appdownload-right.svg);
  position: absolute;
  display: block;
  right: -36px;
  top: 8px;
  width: 31px;
  height: 51px;
}
.download__itemWrap {
  display: flex;
  max-width: 730px;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin: 0 auto;
}
.download__item {
  position: relative;
  display: flex;
  gap: 20px;
}
.download__item img {
  height: 66px;
  width: auto;
  transition: 0.3s ease;
}
.download__item img:hover {
  transform: translate(2px, 2px);
  transition: 0.3s ease;
}
.download__item:first-child {
  padding-right: 40px;
  background-image: linear-gradient(to right, #000 2px, transparent 2px), linear-gradient(to bottom, #000 2px, transparent 2px), linear-gradient(to left, #000 2px, transparent 2px), linear-gradient(to top, #000 2px, transparent 2px);
  background-size: 0px 0px, 2px 8px, 0px 0px, 0px 0px;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-position: left top, right bottom, right bottom, left top;
}
.download__item:last-child {
  padding-left: 40px;
}

@media all and (max-width: 900px) {
  .download {
    margin-bottom: 3.90625vw;
  }
  .download__ttlWrap {
    margin-bottom: 2.6041666667vw;
  }
  .download__ttl {
    font-size: 6.5104166667vw;
    line-height: 7.8125vw;
  }
  .download__ttl::before {
    left: -9.375vw;
    top: 8px;
    width: 8.0729166667vw;
    height: 13.0208333333vw;
  }
  .download__ttl::after {
    right: -8.59375vw;
    top: 8px;
    width: 8.0729166667vw;
    height: 13.0208333333vw;
  }
  .download__itemWrap {
    justify-content: center;
    gap: 20px;
    max-width: 100%;
    width: 100%;
    font-size: 3.3854166667vw;
  }
  .download__item {
    flex-direction: column;
    gap: 0;
    text-align: center;
  }
  .download__item p {
    margin-bottom: 2px;
  }
  .download__item img {
    height: 11.71875vw;
    width: auto;
  }
  .download__item:first-child {
    padding-right: 0;
    background-image: none;
  }
  .download__item:last-child {
    padding-left: 0;
  }
}
.top {
  padding-bottom: 94px;
}

.fv {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1200px;
  width: 100%;
  max-height: 400px;
  margin: 0 auto 54px;
  padding: 0;
  line-height: 0;
}
.fv__txt {
  width: 100%;
  height: auto;
}
.fv__ph {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.fv__merchandise {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 10;
}

.webp .fv {
  background-image: url(../images/fv-back.webp);
}

.no-webp .fv {
  background-image: url(../images/fv-back.png);
}

.top-bunner {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
  max-width: 680px;
  width: 90%;
  margin: 0 auto 48px;
}
.top-bunner__img {
  width: 320px;
}

.top-howTo {
  display: flex;
  gap: 48px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1080px;
  width: 90%;
  margin: 80px auto 0;
}
.top-howTo img {
  width: 500px;
  height: auto;
  transition: 0.3s ease;
}
.top-howTo img:hover {
  transform: translate(2px, 2px);
  transition: 0.3s ease;
}

@media all and (max-width: 767.97px) {
  .top {
    padding-bottom: 12.2395833333vw;
  }
  .fv {
    max-height: 54.6875vw;
    margin-bottom: 7.03125vw;
  }
  .fv__ph {
    width: auto;
    height: 100%;
  }
  .top-bunner {
    flex-wrap: wrap;
    gap: 2.6041666667vw;
    margin-bottom: 6.25vw;
  }
  .top-bunner__img {
    width: 81.7708333333vw;
  }
  .top-howTo {
    gap: 5.2083333333vw;
    margin-top: 10.4166666667vw;
  }
  .top-howTo img {
    width: 81.7708333333vw;
  }
}
.bg_yellow {
  background: #F5ECD7;
  padding: 85px 0;
}

.free {
  position: relative;
  max-width: 1048px;
  width: 90%;
  margin: 0 auto 80px;
}
.free__back {
  position: absolute;
  top: -85px;
  right: -85px;
  width: 300px;
  height: auto;
}
.free__coupon {
  position: absolute;
  bottom: 150px;
  right: 0;
  width: 60%;
  height: auto;
}
.free__black {
  position: relative;
  font-size: 33px;
  font-weight: 700;
  z-index: 5;
}
.free__black__large {
  font-size: 120%;
}
.free__black__line {
  background: linear-gradient(transparent 50%, #80D9D9 50%, #80D9D9 90%, transparent 90%, transparent 100%);
}
.free__pink {
  position: relative;
  color: #FF64AA;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 20px;
  z-index: 5;
}
.free__pink__cap {
  font-size: 30%;
  vertical-align: 30px;
}
.free__pink__small {
  font-size: 80%;
}
.free__note {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-left: 1em;
}
.free__note::before {
  content: "※";
  position: absolute;
  left: -1em;
}
.free__web {
  background: #fff;
  text-align: center;
  border-radius: 3px;
  margin-top: 30px;
  padding: 30px;
}
.free__web__txt {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 6px;
}
.free__web__link {
  font-size: 22px;
}

.chance {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto 80px;
}
.chance__greenWrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto 16px;
}
.chance__green {
  position: relative;
  display: inline-block;
  color: #00B4B4;
  font-size: 43px;
  font-weight: 700;
  text-align: center;
}
.chance__green::before {
  content: url(../images/ttl_chance.svg);
  position: absolute;
  display: block;
  left: -42px;
  top: 8px;
  width: 34px;
  height: 56px;
}
.chance__green::after {
  content: url(../images/ttl_chance.svg);
  position: absolute;
  display: block;
  right: -36px;
  top: 8px;
  width: 34px;
  height: 56px;
  transform: scale(-1, 1);
}
.chance__green::after__large {
  font-size: 120%;
}
.chance__black1 {
  font-size: 34px;
  text-align: center;
  font-weight: 700;
  margin-bottom: -6px;
}
.chance__black1__large {
  font-size: 120%;
}
.chance__black1__num {
  font-size: 140%;
  vertical-align: -3px;
}
.chance__black1__line {
  background: linear-gradient(transparent 50%, #80D9D9 50%, #80D9D9 90%, transparent 90%, transparent 100%);
}
.chance__black2 {
  font-size: 42px;
  text-align: center;
  font-weight: 700;
}
.chance__black2__large {
  color: #00B4B4;
  font-size: 120%;
}
.chance__black2__num {
  color: #00B4B4;
  font-size: 140%;
  vertical-align: -3px;
}

.presentWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  width: 100%;
  margin: 50px 0;
}

.present {
  position: relative;
  background: #fff;
  width: 500px;
  border-radius: 20px;
  margin: auto;
  padding: 50px 40px;
}
.present__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  height: 45px;
  border-radius: 22.5px;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 2px;
}
.present__ttl--mens {
  background: #00B4B4;
}
.present__ttl--ladies {
  background: #FF64AA;
}
.present__itemWrap {
  display: flex;
  justify-content: space-between;
}
.present__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 190px;
}

.presentDetail__img {
  width: 100%;
  height: auto;
}
.presentDetail__name {
  position: relative;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  border-bottom: 5.5px solid;
  padding-bottom: 4px;
}
.presentDetail__name--mens {
  border-color: #00B4B4;
}
.presentDetail__name--ladies {
  border-color: #FF64AA;
}
.presentDetail__name--beer {
  border-bottom: 5.5px solid #E68C00;
}
.presentDetail__name__crush {
  display: inline-block;
  transform: scale(0.8, 1);
  transform-origin: top left;
}
.presentDetail__spec {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.presentDetail__people {
  position: absolute;
  bottom: 7px;
  right: 0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 23px;
}
.presentDetail__people__num {
  font-family: "Roboto";
  font-size: 66px;
}
.presentDetail__people--mens {
  color: #00B4B4;
}
.presentDetail__people--ladies {
  color: #FF64AA;
}
.presentDetail__people--beer {
  color: #E68C00;
}

.beer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 220px;
  background: #fff;
  border-radius: 20px;
}
.beer__name {
  width: 270px;
  height: 70px;
  margin-top: 42px;
}
.beer__img {
  height: 190px;
  width: auto;
  margin-left: 40px;
}
.beer__img img {
  height: 100%;
  width: auto;
}

.courseLink {
  width: 960px;
  font-weight: 500;
  margin: auto;
}
.courseLink__ttlWrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: auto;
}
.courseLink__ttl {
  position: relative;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}
.courseLink__ttl::before {
  content: url(../images/ttl_courseLink.svg);
  position: absolute;
  display: block;
  left: -42px;
  bottom: 0px;
  width: 34px;
  height: 56px;
}
.courseLink__ttl::after {
  content: url(../images/ttl_courseLink.svg);
  position: absolute;
  display: block;
  right: -42px;
  bottom: 0px;
  width: 34px;
  height: 56px;
  transform: scale(-1, 1);
}
.courseLink__ttl::after__large {
  font-size: 120%;
}
.courseLink__ttl--strong {
  font-size: 150%;
  color: #FF64AA;
}
.courseLink__ttl--num {
  font-size: 120%;
  background: linear-gradient(transparent 60%, #FFB1D4 60%, #FFB1D4 90%, transparent 90%, transparent 100%);
}
.courseLink__listWrap {
  display: flex;
  font-size: 22px;
  line-height: 36px;
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
}
.courseLink__listWrap ul {
  width: 50%;
}
.courseLink__list {
  position: relative;
  margin-left: 1em;
}
.courseLink__list::before {
  content: "・";
  position: absolute;
  left: -1em;
}
.courseLink__list a {
  color: #00B4B4;
  transition: 0.3s ease;
}
.courseLink__list a:hover {
  opacity: 0.5;
  transition: 0.3s ease;
}

@media all and (max-width: 767.97px) {
  .bg_yellow {
    background: #FFFFBE;
    padding: 9.765625vw 0;
  }
  .free {
    margin-bottom: 10.4166666667vw;
  }
  .free__back {
    top: -9.765625vw;
    right: auto;
    left: 2.0833333333vw;
    width: 28.6458333333vw;
  }
  .free__coupon {
    width: 100%;
    position: static;
    margin-bottom: 10px;
  }
  .free__black {
    font-size: 4.5572916667vw;
    line-height: 7.5520833333vw;
    text-align: center;
    margin-bottom: 2.34375vw;
  }
  .free__pink {
    font-size: 10.2864583333vw;
    line-height: 10.4166666667vw;
    text-align: center;
    margin-bottom: 20px;
  }
  .free__pink__cap {
    font-size: 30%;
    vertical-align: 6.5104166667vw;
  }
  .free__pink__small {
    font-size: 80%;
  }
  .free__note {
    font-size: 2.2135416667vw;
    line-height: 2.9947916667vw;
  }
  .free__web {
    padding: 20px 10px;
  }
  .free__web__txt {
    font-size: 4.296875vw;
    line-height: 6.1197916667vw;
    margin-bottom: 2px;
  }
  .free__web__link {
    font-size: 3.7760416667vw;
  }
  .chance {
    margin-bottom: 13.0208333333vw;
  }
  .chance__greenWrap {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 6px;
  }
  .chance__green {
    font-size: 5.5989583333vw;
  }
  .chance__green::before {
    top: 4px;
    left: -4.1666666667vw;
    width: 4.4270833333vw;
    height: 7.2916666667vw;
  }
  .chance__green::after {
    top: 4px;
    right: -4.6875vw;
    width: 4.4270833333vw;
    height: 7.2916666667vw;
  }
  .chance__black1 {
    font-size: 4.5572916667vw;
    line-height: 7.5520833333vw;
    margin-bottom: 6px;
  }
  .chance__black1__num {
    vertical-align: -1px;
  }
  .chance__black2 {
    font-size: 7.8125vw;
    line-height: 11.71875vw;
  }
  .presentWrap {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .present {
    width: 100%;
    padding: 50px 40px 40px;
  }
  .present__ttl {
    top: -20px;
    width: 39.0625vw;
    height: 8.59375vw;
    border-radius: 4.296875vw;
    font-size: 5.2083333333vw;
  }
  .present__itemWrap {
    flex-direction: column;
    gap: 30px;
  }
  .present__item {
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    gap: 20px;
  }
  .present__item:nth-child(2) {
    flex-direction: row-reverse;
  }
  .presentDetail__img {
    width: 40%;
    height: auto;
  }
  .presentDetail__img img {
    width: 100%;
  }
  .presentDetail__name {
    width: 60%;
    font-size: 4.9479166667vw;
    line-height: 6.25vw;
  }
  .presentDetail__name__crush {
    display: inline;
    transform: none;
  }
  .presentDetail__name--beer {
    width: 44.2708333333vw;
    height: auto;
    border-bottom: 5.5px solid #E68C00;
  }
  .presentDetail__spec {
    font-size: 3.125vw;
    line-height: 3.6458333333vw;
  }
  .presentDetail__people {
    right: 0;
    font-size: 3.90625vw;
    line-height: 3.90625vw;
  }
  .presentDetail__people__num {
    font-size: 12.890625vw;
  }
  .beer {
    height: auto;
    padding: 40px;
    flex-direction: column-reverse;
    gap: 40px;
  }
  .beer__name {
    width: 58.59375vw;
    margin: 0;
  }
  .beer__img {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .beer__img img {
    width: 100%;
    height: auto;
  }
  .courseLink {
    width: 90%;
  }
  .courseLink__ttl {
    font-size: 4.9479166667vw;
    line-height: 6.5104166667vw;
    margin-bottom: 3.90625vw;
  }
  .courseLink__ttl::before {
    left: -5.2083333333vw;
    width: 4.4270833333vw;
    height: 7.2916666667vw;
  }
  .courseLink__ttl::after {
    right: -5.2083333333vw;
    width: 4.4270833333vw;
    height: 7.2916666667vw;
  }
  .courseLink__listWrap {
    flex-direction: column;
    font-size: 3.90625vw;
    line-height: 6.25vw;
    padding: 20px;
  }
  .courseLink__listWrap ul {
    width: 100%;
  }
}
.bg_white {
  padding-top: 140px;
}

.gradation_width {
  max-width: 1048px;
  width: 90%;
  margin: 0 auto;
}

.gradation_color {
  max-width: 1048px;
  background: linear-gradient(to right, #80D83D, #1BB3AF);
  border-radius: 14px;
  padding: 3.8px;
}
.gradation_color--margin {
  margin-bottom: 120px;
}

.gradation {
  position: relative;
  max-width: 1048px;
  background: #ffffff;
  border-radius: 10px;
  padding: 74px 40px 50px;
}
.gradation__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to right, #80D83D, #1BB3AF);
  width: 740px;
  height: 70px;
  border-radius: 35px;
}
.gradation__ttl img {
  height: 54px;
  width: auto;
}

.method {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 50px;
  max-width: 960px;
  width: 100%;
  margin: 60px auto 0;
  counter-reset: item;
}
.method__item {
  position: relative;
  width: 225px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  padding-top: 10px;
}
.method__item::before {
  content: url(../images/appcheckin-triangle.svg);
  display: block;
  position: absolute;
  width: 20px;
  height: 42px;
  top: 96px;
  right: -22px;
}
.method__item:last-child::before {
  content: "";
}
.method__item::after {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: linear-gradient(to right, #80D83D, #1BB3AF);
  color: #ffffff;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 29px;
  text-align: center;
  padding-top: 1px;
}
.method__item__link {
  font-size: 12.8px;
  margin-top: 12px;
}
/*20241009hama*/
.method__item__txt {
	font-size: 18px;
	text-align: left;
	width: auto;
	margin: 12px auto 0;
}
@media screen and (min-width: 768px) {
    .method__item__txt {
        width: 200px; /* PCでは幅を200pxに固定 */
    }
}
.mt0{
	margin-top: 0;
}
/*end*/
.method__item__img {
  width: 192px;
  height: auto;
  margin-bottom: 22px;
}
.method__item__img--05sub {
  position: absolute;
  right: -10px;
  bottom: 48px;
  width: 91px;
  height: auto;
  z-index: 5;
}
.method__item__img--06sub {
  position: absolute;
  right: -10px;
  bottom: 182px;
  width: 102px;
  height: auto;
  z-index: 5;
}
.appFunction {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 40px;
  max-width: 960px;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  margin: auto;
}
.appFunction__item {
  max-width: 300px;
  width: 33.3333333333%;
}
.appFunction__item__img {
  width: 220px;
  height: auto;
  margin-bottom: 22px;
}

@media all and (max-width: 767.97px) {
  .bg_white {
    padding-top: 18.2291666667vw;
  }
  .gradation_color--margin {
    margin-bottom: 15.625vw;
  }
  .gradation {
    padding: 50px 20px 40px;
  }
  .gradation__ttl {
    width: 71.6145833333vw;
    height: 11.4583333333vw;
    top: -6.25vw;
    border-radius: 5.7291666667vw;
  }
  .gradation__ttl img {
    height: 55%;
    width: auto;
  }
  .method {
    margin-top: 6.5104166667vw;
    flex-direction: column;
    row-gap: 15.625vw;
  }
  .method__item {
    width: 100%;
    font-size: 5.2083333333vw;
    line-height: 7.03125vw;
  }
  .method__item::before {
    width: 5.2083333333vw;
    height: 11.71875vw;
    top: auto;
    bottom: -14.84375vw;
    right: auto;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  .method__item::after {
    top: 1.3020833333vw;
    left: auto;
    right: 68%;
    transform: none;
    width: 11.71875vw;
    height: 11.71875vw;
    font-size: 10.0260416667vw;
  }
  .method__item__img {
    width: 52.0833333333vw;
    height: auto;
    margin-bottom: 2.34375vw;
  }
  .method__item__img--05sub {
    right: 10px;
    bottom: 5.9895833333vw;
    width: 23.4375vw;
  }
  .method__item__img--06sub {
    right: 14px;
    bottom: 45vw;
    width: 28.4375vw;
  }
  .method__item__link {
    font-size: 3.3854166667vw;
    margin-top: 1.5625vw;
  }
  .appFunction {
    flex-direction: column;
    gap: 9.8958333333vw;
    font-size: 5.2083333333vw;
    line-height: 7.03125vw;
  }
  .appFunction__item {
    max-width: 100%;
    width: 100%;
  }
  .appFunction__item__img {
    width: 52.0833333333vw;
    height: auto;
    margin-bottom: 2.34375vw;
  }
}
.caution {
  color: #64625C;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  padding: 140px 0 100px;
}
.caution__ttl {
  text-align: center;
  font-size: 40px;
  letter-spacing: 5px;
  margin-bottom: 32px;
}
.caution__itemWrap {
  margin-top: 26px;
}
.caution__item {
  display: flex;
}
.caution__item__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 27.5%;
  background: #E0E0DE;
  border: solid #64625C;
  border-width: 1px 0 1px 1px;
  font-size: 22px;
  line-height: 34.5px;
  text-align: center;
  padding: 18px;
}
.caution__item__ttl--border {
  border-width: 0 0 1px 1px;
}
.caution__item__txt {
  width: 72.5%;
  border: 1px solid #64625C;
  padding: 18px;
}
.caution__item__txt--border {
  border-width: 0 1px 1px 1px;
}
.caution__strong {
  color: #00B4B4;
  font-size: 25px;
  margin: 10px 0 12px;
}
.caution__courseTtl {
  color: #00B4B4;
  font-size: 25px;
  margin-bottom: 6px;
}
.caution__course {
  display: flex;
  margin-bottom: 10px;
}
.caution__noteWrap {
  margin-top: 4px;
}
.caution__note {
  position: relative;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  margin-left: 1em;
  text-align: justify;
}
.caution__note::before {
  content: "※";
  position: absolute;
  left: -1em;
}
.caution__note--lineHight {
  line-height: 24px;
}

.course {
  width: 50%;
  color: #00B4B4;
  line-height: 30px;
}
.course__item {
  position: relative;
  margin-left: 1em;
}
.course__item::before {
  content: "●";
  position: absolute;
  left: -1em;
}

@media all and (max-width: 767.97px) {
  .caution {
    font-size: 4.4270833333vw;
    line-height: 5.7291666667vw;
    padding: 19.53125vw 0 13.0208333333vw;
  }
  .caution__ttl {
    font-size: 7.03125vw;
    margin-bottom: 5.46875vw;
  }
  .caution__target {
    font-size: 3.515625vw;
    line-height: 4.4270833333vw;
    margin-left: 1em;
  }
  .caution__target::before {
    left: -1em;
  }
  .caution__item {
    flex-direction: column;
  }
  .caution__item__ttl {
    width: 100%;
    height: 9.1145833333vw;
    border: none;
    font-size: 4.5572916667vw;
    padding: 0;
  }
  .caution__item__ttl--border {
    margin-top: 3.90625vw;
  }
  .caution__item__txt {
    width: 100%;
    border: none;
  }
  .caution__strong {
    font-size: 4.6875vw;
    line-height: 6.5104166667vw;
  }
  .caution__courseTtl {
    font-size: 4.6875vw;
  }
  .caution__note {
    font-size: 3.515625vw;
    line-height: 4.8177083333vw;
    margin-left: 1em;
  }
  .caution__note::before {
    left: -1em;
  }
  .caution__course {
    display: block;
  }
  .course {
    width: 100%;
    line-height: 5.9895833333vw;
  }
  .course__item {
    margin-left: 1em;
  }
  .course__item::before {
    left: -1em;
  }
}
.toTop {
  display: flex;
  justify-content: center;
  width: 80px;
  margin: auto;
}
.toTop__btn {
  display: block;
  background: pink;
  width: 80px;
  height: 80px;
}/*# sourceMappingURL=lp_appcp.css.map */


/*20240827hama追記*/
#howTo::before {
    display: block;
    height: 7rem;
    margin-top: -7rem;
    content: "";
}
#app::before {
    display: block;
    height: 7rem;
    margin-top: -7rem;
    content: "";
}