@charset "UTF-8";
:root {
  --c_text: #5C370C;
  --c_wht: #fff;
  --c_red: #E50012;
  --font_ja: "Zen Maru Gothic", serif;
  --anim: all 0.4s ease-out;
}

body {
  font-family: YakuHanRP, "Zen Maru Gothic", serif;
  font-size: 16px;
  line-height: 1.8666666667;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: var(--c_text);
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  display: block;
}

.clearfix {
  clear: both;
}

a {
  color: var(--c_text);
  -webkit-transition: var(--anim);
  transition: var(--anim);
  text-decoration: none;
}

mark {
  font-style: normal;
  color: currentColor;
}

.wrap {
  width: 93.3%;
  max-width: 1000px;
  margin: 0 auto;
}

.anim {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: var(--anim);
  transition: var(--anim);
}

.anim.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 117px;
  z-index: 10;
}
.header .header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 0 30px;
}
.header .header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.header .header-logo-img01 {
  width: 89px;
}
.header .header-logo-img02 {
  width: 123px;
}
.header .gnav {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header .gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  background: var(--c_wht);
  border-radius: 50px;
  padding-left: 28px;
}
.header .gnav-list > li > a {
  font-size: 14px;
  font-weight: 700;
}
.header .gnav-list > li.gnav-list-cta > a {
  display: block;
  background: var(--c_red);
  color: var(--c_wht);
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 12px 18px;
}

.floating {
  display: none;
}

.mv {
  background: #FFF113;
  padding: 117px 0 186px;
  position: relative;
  overflow: hidden;
}
.mv:after {
  content: "";
  width: 100%;
  height: 300px;
  background: url(/bosyu-todokambassador-lpimage/mv_bg01.png) repeat-x center bottom/auto 100%;
  position: absolute;
  bottom: -120px;
  left: 0;
  -webkit-animation: wave linear 3.2s infinite;
          animation: wave linear 3.2s infinite;
}
.mv .mv-bg {
  width: 100%;
  height: calc(100% + 100px);
  position: absolute;
  top: 0;
  left: 0;
}
.mv .mv-bg img {
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  will-change: transform;
}
.mv .mv-ttl {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.mv .mv-ttl img {
  width: 100%;
}
.mv .mv-wave {
  position: absolute;
  bottom: -70px;
  left: 0;
  width: 100%;
  z-index: 2;
}

@-webkit-keyframes wave {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  50% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes wave {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  50% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes wave_svg {
  from {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  to {
    -webkit-transform: translate(-66.66%);
            transform: translate(-66.66%);
  }
}
@keyframes wave_svg {
  from {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  to {
    -webkit-transform: translate(-66.66%);
            transform: translate(-66.66%);
  }
}
.bg-heart {
  background: url(/bosyu-todokambassador-lpimage/bg_left.png) no-repeat left top/250px, url(/bosyu-todokambassador-lpimage/bg_right.png) no-repeat right top/250px, #FFF9D0;
}

.bg-bear {
  position: relative;
  overflow: hidden;
}
.bg-bear .bg-bear-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 200px);
  z-index: -1;
}
.bg-bear .bg-bear-area img {
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  will-change: transform;
}

.about {
  padding: 70px 0 50px;
}
.about .about-txt {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
  margin-bottom: 65px;
}
.about .about-txt img {
  display: inline-block;
  margin: 0 12px;
  vertical-align: text-bottom;
}
.about .about-txt mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #FFE256));
  background: linear-gradient(transparent 80%, #FFE256 80%);
}
.about .about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 6.5%;
     -moz-column-gap: 6.5%;
          column-gap: 6.5%;
  margin-bottom: 60px;
}
.about .about-list > li {
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3684210526;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  row-gap: 16px;
}
.about .about-list > li img {
  margin-top: auto;
}
.about .about-area img {
  margin: 0 auto;
}

.activity .activity-box {
  border: 6px solid #FFE256;
  border-radius: 36px;
  background: var(--c_wht);
  padding: 55px 20px 80px;
}
.activity .activity-ttl {
  text-align: center;
  font-size: 53px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
.activity .activity-ttl span {
  font-size: 43px;
}
.activity .activity-ttl mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFE256));
  background: linear-gradient(transparent 70%, #FFE256 70%);
  padding: 0 16px;
}
.activity .activity-term {
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.activity .activity-term > span {
  border: 2px solid currentColor;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  padding: 0 6px;
}
.activity .activity-term > span:before,
.activity .activity-term > span:after {
  content: "";
  width: 0.75em;
  height: 0.75em;
  background: currentColor;
  border-radius: 50%;
}
.activity .activity-lead {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.55;
}
.activity .activity-list {
  max-width: 830px;
  margin: 0 auto;
}
.activity .activity-list-item {
  margin-top: 40px;
  position: relative;
  border: 3px solid #00A33E;
  border-radius: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px 10px;
  padding: 36px;
}
.activity .activity-list-num {
  position: absolute;
  top: -18px;
  left: 30px;
  width: 84px;
  height: 93px;
  padding-bottom: 10px;
  background: #00A33E;
  color: var(--c_wht);
  font-size: 58px;
  font-weight: 900;
  letter-spacing: 0.04em;
  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;
  text-align: center;
}
.activity .activity-list-num:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 0 16px;
  border-color: transparent transparent transparent #006837;
  position: absolute;
  left: 100%;
  top: 0;
}
.activity .activity-list-num:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 42px 6px 42px;
  border-color: transparent transparent var(--c_wht) transparent;
  position: absolute;
  bottom: 0;
  left: 0;
}
.activity .activity-list-ttl {
  padding-left: 92px;
  font-size: 28px;
  font-weight: 700;
  color: #00A33E;
}
.activity .activity-list-note {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 10px;
}
.activity .activity-list-flex {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.activity .activity-list-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 36.7%;
          flex: 0 1 36.7%;
}
.activity .activity-list-img img {
  width: 100%;
}
.activity .activity-list-txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 58.6%;
          flex: 0 1 58.6%;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
}

.benefits {
  padding: 50px 0 80px;
}
.benefits .benefits-thanks {
  max-width: 770px;
  margin: 0 auto;
}
.benefits .benefits-thanks img {
  margin: 0 auto;
}

.message .message-box {
  border: 6px solid #FFE256;
  background: var(--c_wht);
  border-radius: 35px;
  padding: 45px 25px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 28px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.message .message-ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.message .message-ttl mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFE256));
  background: linear-gradient(transparent 70%, #FFE256 70%);
  padding: 0 16px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.message .message-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32.8%;
          flex: 0 1 32.8%;
}
.message .message-txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 63%;
          flex: 0 1 63%;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 1.5;
}
.message .message-txt p + p {
  margin-top: 1.5em;
}
.message .message-txt img {
  display: inline-block;
  vertical-align: text-bottom;
  margin: 0 4px;
}

.annual {
  position: relative;
  padding: 70px 0 30px;
  overflow: hidden;
}
.annual:before {
  content: "";
  width: 500vw;
  height: 500vw;
  background: #FFF9D0;
  border-radius: 50%;
  position: absolute;
  bottom: 110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.annual:after {
  content: "";
  width: 100%;
  height: 348px;
  background: url(/bosyu-todokambassador-lpimage/annual_bg.png) no-repeat center/auto 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.annual .annual-ttl {
  text-align: center;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.annual .annual-ttl mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFE256));
  background: linear-gradient(transparent 70%, #FFE256 70%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 6px;
}
.annual .annual-ttl span {
  font-size: 60px;
}
.annual .annual-note {
  font-size: 13px;
  letter-spacing: 0.06em;
  text-align: center;
}
.annual .annual-scroll {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.annual .annual-scroll-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2432px;
          flex: 0 0 2432px;
  -webkit-animation: infinity-scroll 30s infinite linear 0.1s both;
          animation: infinity-scroll 30s infinite linear 0.1s both;
}
@-webkit-keyframes infinity-scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.entry {
  padding: 30px 0 0;
}
.entry .entry-ttl {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.35;
  margin-bottom: 48px;
}
.entry .entry-btn {
  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;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  width: 502px;
  max-width: 100%;
  margin: 0 auto;
  background: var(--c_red);
  color: var(--c_wht);
  border-radius: 100px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 15px 12px;
  -webkit-box-shadow: 0px 5px 0px 0px rgba(90, 0, 18, 0.2);
          box-shadow: 0px 5px 0px 0px rgba(90, 0, 18, 0.2);
}
.entry .entry-btn:after {
  content: "";
  width: 27px;
  height: 27px;
  background: url(/bosyu-todokambassador-lpimage/arrow.png) no-repeat center/contain;
}

.flow {
  padding-top: 110px;
  margin-bottom: 58px;
}
.flow .flow-box {
  background: #FFF9D0;
  border: 6px solid #FFE256;
  border-radius: 32px;
  padding: 45px 14px 55px;
}
.flow .flow-ttl {
  text-align: center;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 45px;
}
.flow .flow-ttl mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFE256));
  background: linear-gradient(transparent 70%, #FFE256 70%);
  padding: 0 16px;
}
.flow .flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
}
.flow .flow-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 27.3%;
          flex: 0 1 27.3%;
  border-radius: 19px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}
.flow .flow-list-item:after {
  content: "";
  width: 6.5%;
  padding-top: 6.5%;
  background: url(/bosyu-todokambassador-lpimage/arrow03.png) no-repeat center/contain;
  position: absolute;
  left: 107.5%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.flow .flow-list-item:last-child:after {
  display: none;
}
.flow .flow-list-num {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: #00A33E;
  color: var(--c_wht);
  padding: 4px 24px;
  border-radius: 50px;
}
.flow .flow-list-img {
  width: 100%;
}
.flow .flow-list-txt {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4117647059;
  margin: auto 0;
}

.requirement {
  padding: 0 0 235px;
}
.requirement .requirement-box {
  background: #FFF9D0;
  border: 6px solid #FFE256;
  border-radius: 32px;
  padding: 45px 20px 60px;
}
.requirement .requirement-ttl {
  text-align: center;
  margin-bottom: 40px;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.requirement .requirement-ttl mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFE256));
  background: linear-gradient(transparent 70%, #FFE256 70%);
  padding: 0 16px;
}
.requirement .requirement-dl {
  max-width: 883px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 170px 0 1fr;
  grid-template-columns: 170px 1fr;
  gap: 14px 0;
  font-size: 18px;
  line-height: 1.5555555556;
}
.requirement .requirement-dl dt {
  text-align: center;
  padding: 17px 0;
  position: relative;
  background: var(--c_wht);
  border-radius: 16px 0 0 16px;
  font-weight: 700;
  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;
}
.requirement .requirement-dl dt:before {
  content: "";
  width: 2px;
  height: calc(100% - 17px - 17px);
  background: #FFE256;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.requirement .requirement-dl dd {
  padding: 32px 30px;
  background: var(--c_wht);
  border-radius: 0 16px 16px 0;
  letter-spacing: 0.04em;
}
.requirement .requirement-dl dd strong {
  font-weight: 700;
}
.requirement .requirement-dl dd .note {
  font-size: 14px;
}
.requirement .requirement-dl dd ul li {
  letter-spacing: 0;
  padding-left: 0.5em;
  text-indent: -0.5em;
}

.summary {
  padding: 72px 0 102px;
  background: #FFF113;
  position: relative;
}
.summary .summary-wave {
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  width: 100%;
  z-index: -1;
}
.summary .summary-ttl {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.6666666667;
  margin-bottom: 45px;
}
.summary .summary-ttl img {
  display: inline-block;
  vertical-align: text-bottom;
  margin: 0 4px;
}
.summary .summary-btn {
  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;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  width: 502px;
  max-width: 100%;
  margin: 0 auto;
  background: var(--c_red);
  color: var(--c_wht);
  border-radius: 100px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 15px 12px;
  -webkit-box-shadow: 0px 5px 0px 0px rgba(90, 0, 18, 0.2);
          box-shadow: 0px 5px 0px 0px rgba(90, 0, 18, 0.2);
}
.summary .summary-btn:after {
  content: "";
  width: 27px;
  height: 27px;
  background: url(/bosyu-todokambassador-lpimage/arrow.png) no-repeat center/contain;
}

.footer {
  background: #FFF113;
  padding-bottom: 24px;
}
.footer .footer-box {
  width: 96%;
  max-width: 1324px;
  margin: 0 auto;
  background: var(--c_wht);
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3.4%;
     -moz-column-gap: 3.4%;
          column-gap: 3.4%;
  padding: 50px 12px;
}
.footer .footer-logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 38%;
          flex: 0 1 38%;
}
.footer .footer-menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 51%;
          flex: 0 1 51%;
}
.footer .footer-menu-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.14em;
  margin: 20px 0;
}
.footer .footer-menu-ttl:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 0;
  border-bottom: 1px dashed currentColor;
}
.footer .footer-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 18px;
  margin-bottom: 32px;
}
.footer .footer-menu-list > li > a {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.06em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer-menu-list > li > a:before {
  content: "＞";
  -webkit-transform: scale(0.6, 1);
          transform: scale(0.6, 1);
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-right: -4px;
}
.footer .footer-menu-btn {
  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;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.03em;
  background: #5C370C;
  color: var(--c_wht);
  border-radius: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 24px;
  -webkit-box-shadow: 0px 4px 0px 0px rgba(167, 79, 0, 0.14);
          box-shadow: 0px 4px 0px 0px rgba(167, 79, 0, 0.14);
}
.footer .footer-menu-btn:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/bosyu-todokambassador-lpimage/arrow.png) no-repeat center/contain;
}
.footer .footer-copyright {
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
  letter-spacing: 0.06em;
  line-height: 1;
}

@media (min-width: 768px) {
  .spv {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .header {
    position: fixed;
    height: 54px;
  }
  .header .header-wrap {
    padding: 0 12px;
    background: var(--c_wht);
  }
  .header .header-logo {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
  .header .header-logo-img01 {
    width: 54px;
  }
  .header .header-logo-img02 {
    width: 63px;
  }
  .header .header-btn {
    width: 22px;
    height: 17px;
    position: relative;
  }
  .header .header-btn > span {
    width: 100%;
    height: 2px;
    background: var(--c_text);
    position: absolute;
    left: 0;
    -webkit-transition: var(--anim);
    transition: var(--anim);
  }
  .header .header-btn > span:first-child {
    top: 0;
  }
  .header .header-btn > span:nth-child(2),
  .header .header-btn > span:nth-child(3) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .header .header-btn > span:last-child {
    bottom: 0;
  }
  .header .header-btn.is-open > span:first-child,
  .header .header-btn.is-open > span:last-child {
    opacity: 0;
  }
  .header .header-btn.is-open > span:nth-child(2) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header .header-btn.is-open > span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header .gnav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    background: #FFF1AB;
    padding: 90px 30px 40px;
    z-index: -1;
    display: none;
  }
  .header .gnav-list {
    display: block;
    border-top: 1px solid var(--c_text);
    background: none;
    padding: 0;
    border-radius: 0;
  }
  .header .gnav-list > li > a {
    font-size: 16px;
    font-weight: 700;
    padding: 8px 0;
    display: block;
    position: relative;
    border-bottom: 1px solid var(--c_text);
  }
  .header .gnav-list > li > a:after {
    content: "";
    width: 18px;
    height: 18px;
    background: url(/bosyu-todokambassador-lpimage/arrow02.png) no-repeat center/contain;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .header .gnav-list > li.gnav-list-cta {
    display: none;
  }
  .floating {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
  }
  .floating p {
    display: none;
  }
  .floating .floating-btn {
    width: 100%;
    height: 50px;
    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;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    background: var(--c_red);
    color: var(--c_wht);
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .floating .floating-btn:after {
    content: "";
    width: 18px;
    height: 18px;
    background: url(/bosyu-todokambassador-lpimage/arrow.png) no-repeat center/contain;
  }
  .message .message-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .annual:after {
    height: 220px;
    background-position: center bottom;
    top: 100px;
  }
  .annual .annual-ttl {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .pcv {
    display: none !important;
  }
  .mv {
    padding: 54px 0 40px;
  }
  .mv:after {
    height: 230px;
    background: url(/bosyu-todokambassador-lpimage/mv_bg01_sp.png) repeat-x center bottom/auto 100%;
    bottom: -40px;
  }
  .mv .mv-wave {
    bottom: -40px;
    -webkit-animation: wave 2.4s infinite;
            animation: wave 2.4s infinite;
  }
  .bg-heart {
    background: url(/bosyu-todokambassador-lpimage/bg_left_sp.png) no-repeat left top/110px, url(/bosyu-todokambassador-lpimage/bg_right_sp.png) no-repeat right top/110px, #FFF9D0;
  }
  .bg-bear .bg-bear-area {
    height: calc(100% + 80px);
  }
  .about {
    padding: 20px 0 28px;
  }
  .about .about-txt {
    font-size: 18px;
    letter-spacing: 0.04em;
    margin-bottom: 38px;
  }
  .about .about-txt img {
    width: 221px;
    margin: 0 6px;
  }
  .about .about-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 36px;
    margin-bottom: 50px;
  }
  .about .about-list > li {
    font-size: 16px;
    row-gap: 10px;
  }
  .about .about-area img {
    width: 100%;
  }
  .activity .activity-box {
    border-width: 3px;
    border-radius: 20px;
    padding: 24px 12px 36px;
  }
  .activity .activity-ttl {
    font-size: 38px;
    margin-bottom: 20px;
  }
  .activity .activity-ttl span {
    font-size: 31px;
  }
  .activity .activity-ttl mark {
    padding: 0 8px;
  }
  .activity .activity-term {
    margin-bottom: 24px;
  }
  .activity .activity-lead {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .activity .activity-list-item {
    border-width: 2px;
    border-radius: 12px;
    padding: 20px 20px 28px;
    gap: 16px 0;
  }
  .activity .activity-list-num {
    width: 54px;
    height: 61px;
    padding-bottom: 7px;
    font-size: 38px;
    top: -13px;
    left: 16px;
  }
  .activity .activity-list-num:before {
    border-width: 11px 0 0 11px;
  }
  .activity .activity-list-num:after {
    border-width: 0 27px 4px 27px;
  }
  .activity .activity-list-ttl {
    padding-left: 58px;
    font-size: 18px;
    line-height: 1.2777777778;
  }
  .activity .activity-list-note {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 4px;
  }
  .activity .activity-list-flex {
    display: block;
  }
  .activity .activity-list-img {
    margin-bottom: 20px;
  }
  .activity .activity-list-txt {
    font-size: 13px;
    line-height: 1.9230769231;
  }
  .benefits {
    padding: 32px 0 50px;
  }
  .message .message-box {
    border-width: 3px;
    padding: 40px 15px;
    gap: 0;
  }
  .message .message-ttl {
    font-size: 30px;
    line-height: 1.2580645161;
    letter-spacing: 0;
  }
  .message .message-ttl mark {
    padding: 0 2px;
  }
  .message .message-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 305px;
    margin: 28px auto 20px;
  }
  .message .message-txt {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 305px;
    font-size: 12px;
    line-height: 2.0769230769;
  }
  .message .message-txt p + p {
    margin-top: 0;
  }
  .message .message-txt img {
    width: 99px;
  }
  .annual {
    padding: 144px 0 0;
    background: url(/bosyu-todokambassador-lpimage/annual_bg_sp.png) no-repeat top 48px center/100%;
  }
  .annual:after {
    display: none;
  }
  .annual .annual-ttl {
    font-size: 31px;
    line-height: 1.2580645161;
  }
  .annual .annual-ttl span {
    font-size: 100%;
  }
  .annual .annual-note {
    font-size: 10px;
    letter-spacing: 0.02em;
  }
  .annual .annual-scroll {
    margin-top: 25px;
  }
  .annual .annual-scroll-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2000px;
            flex: 0 0 2000px;
  }
  .entry {
    padding: 24px 0 0;
  }
  .entry .entry-ttl {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0;
    margin-bottom: 28px;
  }
  .entry .entry-btn {
    font-size: 19px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    width: 320px;
    padding: 10px;
  }
  .entry .entry-btn:after {
    width: 18px;
    height: 18px;
  }
  .flow {
    padding-top: 60px;
    margin-bottom: 40px;
  }
  .flow .flow-box {
    border-width: 3px;
    border-radius: 24px;
    padding: 40px 15px 50px;
  }
  .flow .flow-ttl {
    font-size: 38px;
    margin-bottom: 64px;
  }
  .flow .flow-ttl mark {
    padding: 0 4px;
  }
  .flow .flow-list {
    max-width: 262px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px 0;
  }
  .flow .flow-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  .flow .flow-list-item:after {
    width: 20px;
    padding-top: 20px;
    left: 0;
    right: 0;
    top: auto;
    bottom: -35px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .requirement {
    padding: 0 0 122px;
  }
  .requirement .requirement-box {
    border-width: 3px;
    padding: 40px 15px;
    border-radius: 24px;
  }
  .requirement .requirement-ttl {
    margin-bottom: 40px;
    font-size: 38px;
    letter-spacing: 0.06em;
  }
  .requirement .requirement-ttl mark {
    padding: 0 8px;
  }
  .requirement .requirement-dl {
    display: block;
  }
  .requirement .requirement-dl dt {
    font-size: 16px;
    padding: 18px 18px 10px;
    border-radius: 10px 10px 0 0;
    display: block;
    text-align: left;
  }
  .requirement .requirement-dl dt:before {
    width: calc(100% - 18px - 18px);
    height: 1px;
    top: auto;
    right: 18px;
  }
  .requirement .requirement-dl dd {
    padding: 10px 18px 18px;
    border-radius: 0 0 10px 10px;
    font-size: 14px;
    letter-spacing: -0.02em;
  }
  .requirement .requirement-dl dd .note {
    font-size: 10px;
  }
  .requirement .requirement-dl dd ul li {
    letter-spacing: -0.02em;
  }
  .requirement .requirement-dl dd + dt {
    margin-top: 15px;
  }
  .summary {
    padding: 64px 0 68px;
  }
  .summary .summary-wave {
    bottom: calc(100% - 60px);
    -webkit-animation: wave 2.4s infinite;
            animation: wave 2.4s infinite;
  }
  .summary .summary-ttl {
    font-size: 25px;
    line-height: 1.52;
    margin-bottom: 32px;
  }
  .summary .summary-ttl img {
    width: 191px;
    margin: 0 2px;
  }
  .summary .summary-btn {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    width: 320px;
    font-size: 19px;
    padding: 10px;
  }
  .summary .summary-btn:after {
    width: 18px;
    height: 18px;
  }
  .footer {
    margin-bottom: 50px;
    padding-bottom: 14px;
  }
  .footer .footer-box {
    width: 93.3%;
    padding: 35px 10px 45px;
    display: block;
  }
  .footer .footer-logo {
    width: 295px;
    max-width: 100%;
    margin: 0 auto 30px;
  }
  .footer .footer-menu-ttl {
    font-size: 29px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    margin: 0 10px 30px;
  }
  .footer .footer-menu-ttl:before {
    content: "";
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 0;
    border-bottom: 1px dashed currentColor;
  }
  .footer .footer-menu-list {
    display: block;
    margin-bottom: 35px;
    padding: 0 10px;
  }
  .footer .footer-menu-list > li + li {
    margin-top: 20px;
  }
  .footer .footer-menu-list > li > a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .footer .footer-menu-list > li > a:before {
    margin-right: 0;
  }
  .footer .footer-menu-btn {
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
    font-size: 13px;
    padding: 12px 4px;
    width: 100%;
  }
  .footer .footer-menu-btn:after {
    width: 15px;
    height: 15px;
  }
  .footer .footer-copyright {
    margin-top: 14px;
    font-size: 11px;
  }
}
@media (hover: hover) {
  .header .gnav-list > li > a:hover {
    color: var(--c_red);
  }
  .header .gnav-list > li.gnav-list-cta > a:hover {
    color: var(--c_wht);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .entry .entry-btn:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  .summary .summary-btn:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  .footer .footer-menu-list > li > a:hover {
    color: var(--c_red);
  }
  .footer .footer-menu-btn:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}