@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, *::before, *::after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  word-break: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
  background: transparent;
}

html, body {
  overflow-x: hidden;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

li {
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: '';
  content: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img, picture {
  vertical-align: middle;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

br {
  line-height: 0;
}

/* safariでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* -----------------------------------------------------
	basic
----------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: #2b0000;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  position: relative;
}

@media screen and (max-width: 750px) {
  body {
    font-size: 4.26667vw;
  }
}

main {
  width: 100%;
  position: relative;
}

.inner {
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .inner {
    max-width: 86.66667vw;
    padding: 0;
  }
}

a {
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  color: #2b0000;
}

a:hover {
  text-decoration: underline;
}

/* -----------------------------------------------------
	header
----------------------------------------------------- */
header .page_logo {
  padding: 8px 0 16px;
  font-size: 0;
  text-align: center;
}

@media screen and (max-width: 750px) {
  header .page_logo {
    padding: 1.06667vw 0 2.13333vw;
  }
}

header .page_logo img {
  width: 158px;
}

@media screen and (max-width: 750px) {
  header .page_logo img {
    width: 21.06667vw;
  }
}

/* -----------------------------------------------------
	footer
----------------------------------------------------- */
footer .sub_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f7f7f7;
  padding: 15px 0;
}

@media screen and (max-width: 750px) {
  footer .sub_link {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2.13333vw 0;
  }
}

footer .sub_link li {
  padding: 0 24px;
}

@media screen and (max-width: 750px) {
  footer .sub_link li {
    padding: 0 4.26667vw;
    text-align: center;
  }
}

footer .sub_link li a {
  display: block;
  font-size: 1.4rem;
  color: #666;
}

@media screen and (max-width: 750px) {
  footer .sub_link li a {
    font-size: 2.4vw;
    padding: 3.2vw;
  }
}

footer .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fdf0cc;
  border-top: 1px solid #e2d3b0;
  border-bottom: 1px solid #e2d3b0;
  padding: 15px 0;
}

@media screen and (max-width: 750px) {
  footer .link {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2.13333vw 0;
  }
}

footer .link li {
  padding: 0 24px;
}

@media screen and (max-width: 750px) {
  footer .link li {
    padding: 0 4.26667vw;
    text-align: center;
  }
}

footer .link li a {
  display: block;
  font-size: 1.4rem;
  color: #a57a3f;
}

@media screen and (max-width: 750px) {
  footer .link li a {
    font-size: 2.4vw;
    padding: 3.2vw;
  }
}

footer .link li a.blank {
  position: relative;
}

footer .link li a.blank::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 11px;
  background-image: url(/bestbalance/campaign/assets/img/icon-newwin-03.gif);
}

@media screen and (max-width: 750px) {
  footer .link li a.blank::after {
    right: -1.06667vw;
  }
}

footer .copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 30px;
}

@media screen and (max-width: 750px) {
  footer .copyright {
    display: block;
    text-align: center;
    padding: 4.26667vw 3.2vw;
  }
}

footer .copyright .foot_logo img {
  width: 144px;
}

@media screen and (max-width: 750px) {
  footer .copyright .foot_logo img {
    width: 19.2vw;
  }
}

footer .copyright p {
  font-size: 1.2rem;
  color: #747474;
}

@media screen and (max-width: 750px) {
  footer .copyright p {
    font-size: 1.6vw;
    margin-top: 2.13333vw;
  }
}

/* -----------------------------------------------------
	totop
----------------------------------------------------- */
#totop {
  position: fixed;
  right: 16px;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  #totop {
    right: 1.06667vw;
  }
}

#totop a {
  display: block;
  width: 60px;
  height: 60px;
  border: solid 1px #2b63b7;
  background: #fff;
}

@media screen and (max-width: 750px) {
  #totop a {
    width: 10.66667vw;
    height: 10.66667vw;
  }
}

#totop a::before {
  content: "";
  position: absolute;
  left: 40%;
  top: 45%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  width: 13px;
  height: 13px;
  border-top: 2px solid #2b63b7;
  border-left: 2px solid #2b63b7;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 750px) {
  #totop a::before {
    left: 38%;
    width: 3.2vw;
    height: 3.2vw;
    border-top: 0.53333vw solid #2b63b7;
    border-left: 0.53333vw solid #2b63b7;
  }
}

#totop a:hover::before {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  top: 30%;
}

@media screen and (max-width: 750px) {
  #totop a:hover::before {
    top: 45%;
  }
}

/* -----------------------------------------------------
	notice
----------------------------------------------------- */
.notice {
  padding-top: 0;
  text-align: center;
}

.notice .inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 64px;
  border: solid 2px #fd3b68;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .notice .inner {
    padding: 6.4vw;
    border: solid 0.53333vw #fd3b68;
    font-size: 3.2vw;
    text-align: left;
  }
}

.notice .notice_ttl {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fd3b68;
  margin-bottom: 16px;
}

@media screen and (max-width: 750px) {
  .notice .notice_ttl {
    font-size: 4vw;
    margin-bottom: 4.26667vw;
    text-align: center;
  }
}

.notice p + p {
  margin-top: 16px;
}

@media screen and (max-width: 750px) {
  .notice p + p {
    margin-top: 4.26667vw;
  }
}

.notice .customer_ttl {
  font-size: 2.0rem;
  font-weight: 700;
  color: #fd3b68;
  margin: 40px 0 16px;
}

@media screen and (max-width: 750px) {
  .notice .customer_ttl {
    font-size: 4vw;
    text-align: center;
    margin: 8.53333vw 0 4.26667vw;
  }
}

.notice ul {
  text-align: left;
}

@media screen and (max-width: 750px) {
  .notice ul {
    margin: 0 0 0 3.2vw;
  }
}

.notice ul li {
  list-style-type: disc;
  margin-left: 16px;
}

@media screen and (max-width: 750px) {
  .notice ul li {
    margin-left: 0;
  }
}

/* -----------------------------------------------------
	br
----------------------------------------------------- */
br.pc {
  display: block;
}

@media screen and (max-width: 750px) {
  br.pc {
    display: none;
  }
}

br.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  br.sp {
    display: block;
  }
}

section {
  padding: 80px 40px;
}

@media screen and (max-width: 750px) {
  section {
    padding: 16vw 5.33333vw;
  }
}

section .sec_ttl {
  font-size: 4.0rem;
  font-weight: 500;
  margin-bottom: 80px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 750px) {
  section .sec_ttl {
    font-size: 6.4vw;
    margin-bottom: 14.93333vw;
  }
}

section .sec_ttl::after {
  content: "";
  position: absolute;
  display: block;
  width: 188px;
  height: 18px;
  left: 50%;
  bottom: -32px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(/bestbalance/campaign/assets/img/202106/tit_bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}

@media screen and (max-width: 750px) {
  section .sec_ttl::after {
    bottom: -6.4vw;
  }
}

/* -----------------------------------------------------
	kv
----------------------------------------------------- */
.kv {
  text-align: center;
  position: relative;
}

.kv .limited_ttl {
  padding: 16px 0;
  background: -webkit-gradient(linear, left top, right top, from(#1f0000), color-stop(50%, #560707), to(#1f0000));
  background: -webkit-linear-gradient(left, #1f0000 0%, #560707 50%, #1f0000 100%);
  background: -o-linear-gradient(left, #1f0000 0%, #560707 50%, #1f0000 100%);
  background: linear-gradient(90deg, #1f0000 0%, #560707 50%, #1f0000 100%);
  position: relative;
}

@media screen and (max-width: 750px) {
  .kv .limited_ttl {
    padding: 1.06667vw 0 2.13333vw;
  }
}

.kv .limited_ttl::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-style: solid;
  border-color: #560707 transparent transparent transparent;
  border-width: 16px 16px 0 16px;
}

@media screen and (max-width: 750px) {
  .kv .limited_ttl::after {
    bottom: -3.2vw;
    border-width: 4.26667vw 4.26667vw 0 4.26667vw;
  }
}

.kv .limited_ttl img {
  width: 300px;
}

@media screen and (max-width: 750px) {
  .kv .limited_ttl img {
    width: 53.33333vw;
  }
}

.kv .kv_img {
  padding: 24px 64px 0;
  position: relative;
}

@media screen and (max-width: 750px) {
  .kv .kv_img {
    padding: 4.26667vw 0 0;
  }
}

.kv .kv_img::before, .kv .kv_img::after {
  content: "";
  display: block;
  width: 22.11vw;
  height: 41vw;
  max-width: 302px;
  max-height: 246px;
  position: absolute;
  background-image: url(/bestbalance/campaign/assets/img/202106/kv_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 750px) {
  .kv .kv_img::before, .kv .kv_img::after {
    content: none;
  }
}

.kv .kv_img::before {
  top: 0;
  left: 0;
}

.kv .kv_img::after {
  right: 0;
  bottom: 0;
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.period {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #d6b041;
  padding: 8px 0 16px;
}

@media screen and (max-width: 750px) {
  .period {
    font-size: 3.2vw;
    padding: 1.06667vw 0 2.13333vw;
  }
}

.period span {
  font-size: 4.8rem;
}

@media screen and (max-width: 750px) {
  .period span {
    font-size: 6.4vw;
  }
}

/* -----------------------------------------------------
	item
----------------------------------------------------- */
.item {
  text-align: center;
}

.item .detail_ttl {
  background-color: #2b0000;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  margin: 64px 0 24px;
  padding: 8px 0;
}

@media screen and (max-width: 750px) {
  .item .detail_ttl {
    font-size: 4.26667vw;
    margin: 10.66667vw 0 5.33333vw;
    padding: 1.06667vw 0;
  }
}

.item .detail_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 750px) {
  .item .detail_text {
    display: block;
    margin-bottom: 8.53333vw;
  }
}

.item .detail_text .icon_no1 {
  margin-left: 24px;
}

@media screen and (max-width: 750px) {
  .item .detail_text .icon_no1 {
    margin: 0 0 3.2vw 0;
  }
}

.item .detail_text .icon_no1 img {
  width: 200px;
}

@media screen and (max-width: 750px) {
  .item .detail_text .icon_no1 img {
    width: 26.66667vw;
  }
}

.item .detail_text .text {
  text-align: left;
}

.item .detail .detail_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  .item .detail .detail_item {
    display: block;
  }
}

.item .detail .dog_img {
  width: 40%;
}

@media screen and (max-width: 750px) {
  .item .detail .dog_img {
    width: 100%;
    margin-bottom: 2.13333vw;
  }
}

.item .detail .dog_img img {
  width: 160px;
}

@media screen and (max-width: 750px) {
  .item .detail .dog_img img {
    width: 42.66667vw;
  }
}

.item .detail .col2 li {
  margin-top: 24px;
}

@media screen and (max-width: 750px) {
  .item .detail .col2 li {
    margin-top: 5.33333vw;
  }
}

.item .detail .col2 li:first-child {
  margin-top: 0;
}

.item .detail .col2 li dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.item .detail .col2 li dl dt {
  width: 64px;
  margin-right: 16px;
}

@media screen and (max-width: 750px) {
  .item .detail .col2 li dl dt {
    width: 17.06667vw;
    margin-right: 3.2vw;
  }
}

.item .detail .col2 li dl dd {
  width: 100%;
  text-align: left;
}

@media screen and (max-width: 750px) {
  .item .detail .col2 li dl dd {
    font-size: 3.2vw;
  }
}

.item .detail .col2 li dl dd span {
  display: block;
  font-size: 2.0rem;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .item .detail .col2 li dl dd span {
    font-size: 4.26667vw;
  }
}

.item .support {
  border: solid 2px #2b0000;
  margin-top: 64px;
  padding: 56px 50px 40px;
  border-radius: 12px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .item .support {
    border: solid 0.53333vw #2b0000;
    margin-top: 17.06667vw;
    padding: 14.93333vw 5.33333vw 10.66667vw;
    border-radius: 3.2vw;
    font-size: 3.2vw;
  }
}

.item .support .support_ttl {
  position: absolute;
  width: 80%;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #2b0000;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  padding: 8px 0;
  border-radius: 8px;
}

@media screen and (max-width: 750px) {
  .item .support .support_ttl {
    width: 80%;
    top: -8.53333vw;
    font-size: 4.26667vw;
    padding: 2.13333vw 0;
    border-radius: 2.13333vw;
  }
}

.item .support .thum {
  margin: 0 0 40px;
}

@media screen and (max-width: 750px) {
  .item .support .thum {
    margin: 0 0 7.46667vw;
  }
}

.item .support .thum img {
  width: 400px;
  margin-bottom: 8px;
}

@media screen and (max-width: 750px) {
  .item .support .thum img {
    width: 64vw;
    margin-bottom: 2.13333vw;
  }
}

.item .support .support_item .detail_item {
  display: none;
}

.item .support .support_item .col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
  .item .support .support_item .col2 {
    display: block;
    margin-bottom: 8.53333vw;
  }
}

.item .support .support_item .col2 li {
  width: 48%;
}

@media screen and (max-width: 750px) {
  .item .support .support_item .col2 li {
    width: 100%;
  }
}

.item .support .support_item .col2 li:not(:nth-child(-n+2)) {
  margin-top: 24px;
}

@media screen and (max-width: 750px) {
  .item .support .support_item .col2 li:not(:nth-child(-n+2)) {
    margin-top: 5.33333vw;
  }
}

@media screen and (max-width: 750px) {
  .item .support .support_item .col2 li:not(:first-child) {
    margin-top: 5.33333vw;
  }
}

.item .support .support_item .col2 li dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.item .support .support_item .col2 li dl dt {
  width: 64px;
  margin-right: 16px;
}

@media screen and (max-width: 750px) {
  .item .support .support_item .col2 li dl dt {
    width: 14.93333vw;
    margin-right: 3.2vw;
  }
}

.item .support .support_item .col2 li dl dd {
  width: 100%;
  text-align: left;
}

.item .support .support_item.open .ac::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.item .support .sub_ttl {
  background-color: #feebbe;
  font-size: 2.0rem;
  font-weight: 700;
  color: #2b0000;
  margin-bottom: 24px;
  padding: 8px 0;
}

@media screen and (max-width: 750px) {
  .item .support .sub_ttl {
    font-size: 4vw;
    margin-bottom: 4.26667vw;
    padding: 2.13333vw 0;
  }
}

.item .support .sub_ttl.open, .item .support .sub_ttl:last-child {
  margin-bottom: 0;
}

.item .support .sub_ttl.ac {
  position: relative;
}

.item .support .sub_ttl.ac::before, .item .support .sub_ttl.ac::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 2px;
  background-color: #2b0000;
  pointer-events: none;
}

@media screen and (max-width: 750px) {
  .item .support .sub_ttl.ac::before, .item .support .sub_ttl.ac::after {
    right: 3.2vw;
    width: 4.26667vw;
    height: 0.53333vw;
  }
}

.item .support .sub_ttl.ac::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.item .note {
  font-size: 1.4rem;
  text-align: right;
  margin-top: 8px;
}

@media screen and (max-width: 750px) {
  .item .note {
    font-size: 3.2vw;
    margin-top: 3.2vw;
  }
}

/* -----------------------------------------------------
	about
----------------------------------------------------- */
.about {
  background: #faf0e1;
  text-align: center;
}

.about .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 16px;
}

@media screen and (max-width: 750px) {
  .about .icon {
    margin-bottom: 4.26667vw;
  }
}

.about .icon li:not(:last-child) {
  margin-right: 40px;
}

@media screen and (max-width: 750px) {
  .about .icon li:not(:last-child) {
    margin-right: 5.33333vw;
  }
}

.about p + p {
  margin-top: 32px;
}

@media screen and (max-width: 750px) {
  .about p + p {
    margin-top: 5.33333vw;
  }
}

.about p {
  font-size: 2.4rem;
}

@media screen and (max-width: 750px) {
  .about p {
    font-size: 4.26667vw;
  }
}

.about p span {
  font-size: 3.2rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #fff500));
  background: -webkit-linear-gradient(transparent 60%, #fff500 40%);
  background: -o-linear-gradient(transparent 60%, #fff500 40%);
  background: linear-gradient(transparent 60%, #fff500 40%);
}

@media screen and (max-width: 750px) {
  .about p span {
    font-size: 5.06667vw;
  }
}

.about p em {
  font-size: 4.8rem;
  font-weight: 700;
  font-style: normal;
}

@media screen and (max-width: 750px) {
  .about p em {
    font-size: 7.46667vw;
  }
}

.about .package_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px 0 16px;
}

@media screen and (max-width: 750px) {
  .about .package_img {
    margin: 10.66667vw 0 4.26667vw;
  }
}

.about .package_img .photo {
  position: relative;
  margin-right: 100px;
}

@media screen and (max-width: 750px) {
  .about .package_img .photo {
    margin-right: 3.2vw;
  }
}

.about .package_img .photo::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  right: -64px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-style: solid;
  border-color: transparent transparent transparent #c58752;
  border-width: 40px 0 40px 32px;
}

@media screen and (max-width: 750px) {
  .about .package_img .photo::after {
    right: -8.53333vw;
    border-width: 5.33333vw 0 5.33333vw 4.26667vw;
  }
}

.about .package_img .photo img {
  width: 400px;
}

@media screen and (max-width: 750px) {
  .about .package_img .photo img {
    width: 45.33333vw;
  }
}

.about .package_img .result img {
  width: 300px;
}

@media screen and (max-width: 750px) {
  .about .package_img .result img {
    width: 28.66667vw;
  }
}

.about .note {
  font-size: 1.6rem;
}

@media screen and (max-width: 750px) {
  .about .note {
    font-size: 2.4vw;
  }
}

/* -----------------------------------------------------
	flow
----------------------------------------------------- */
.flow {
  background: #f6f6f6 url(/bestbalance/campaign/assets/img/202106/flow_bg.png) repeat top left;
}

.flow ul li {
  background: #fff;
  border: solid 2px #eee;
  font-size: 2.4rem;
  text-align: center;
  padding: 48px 50px;
  position: relative;
}

.flow ul li:not(:last-child) {
  margin-bottom: 64px;
}

@media screen and (max-width: 750px) {
  .flow ul li:not(:last-child) {
    margin-bottom: 10.66667vw;
  }
}

@media screen and (max-width: 750px) {
  .flow ul li {
    border: solid 0.53333vw #eee;
    font-size: 4.26667vw;
    padding: 16vw 6.66667vw 10.66667vw;
  }
}

.flow ul li p span {
  font-weight: 700;
}

.flow ul li p.note {
  font-size: 1.6rem;
  margin-top: 8px;
}

@media screen and (max-width: 750px) {
  .flow ul li p.note {
    font-size: 3.2vw;
    margin-top: 2.13333vw;
  }
}

.flow ul li .point {
  margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
  .flow ul li .point {
    margin-bottom: 8.53333vw;
  }
}

.flow ul li .point .point_ttl {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 40px 0 24px;
  padding: 8px 24px;
  background-color: #c58752;
  color: #fff;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 750px) {
  .flow ul li .point .point_ttl {
    font-size: 4.26667vw;
    margin: 8.53333vw 0 4.26667vw;
    padding: 1.06667vw 5.33333vw;
  }
}

.flow ul li .point .point_ttl::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-style: solid;
  border-color: #c58752 transparent transparent transparent;
  border-width: 16px 16px 0 16px;
}

@media screen and (max-width: 750px) {
  .flow ul li .point .point_ttl::after {
    bottom: -3.2vw;
    border-width: 4.26667vw 4.26667vw 0 4.26667vw;
  }
}

.flow ul li .point .example {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flow ul li .point .example dt {
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  .flow ul li .point .example dt {
    font-size: 3.2vw;
    line-height: 1;
    margin-bottom: 2.13333vw;
  }
}

.flow ul li .point .example dt span {
  font-size: 4.0rem;
  margin-right: 8px;
}

@media screen and (max-width: 750px) {
  .flow ul li .point .example dt span {
    font-size: 6.4vw;
  }
}

.flow ul li .point .example dt span.batsu {
  color: #0a61aa;
}

.flow ul li .point .example dt span.maru {
  color: #e20b0b;
}

.flow ul li .point .example dd img {
  width: 330px;
}

@media screen and (max-width: 750px) {
  .flow ul li .point .example dd img {
    width: 34.66667vw;
  }
}

.flow ul li .point .point_text {
  font-size: 2.0rem;
  font-weight: 700;
  margin-top: 24px;
  background-color: #f7f7f7;
  border: solid 1px #eee;
  padding: 24px;
}

@media screen and (max-width: 750px) {
  .flow ul li .point .point_text {
    font-size: 3.2vw;
    margin-top: 5.33333vw;
    border: solid 0.26667vw #eee;
    padding: 4.26667vw 3.2vw;
  }
}

.flow ul li .point .point_text span {
  font-size: 2.8rem;
  color: #e20b0b;
}

@media screen and (max-width: 750px) {
  .flow ul li .point .point_text span {
    font-size: 5.33333vw;
  }
}

.flow ul li .icon {
  position: absolute;
  top: -32px;
  left: -32px;
}

@media screen and (max-width: 750px) {
  .flow ul li .icon {
    left: -3.2vw;
    top: -5.33333vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.flow ul li .icon img {
  width: 120px;
}

@media screen and (max-width: 750px) {
  .flow ul li .icon img {
    width: 18.66667vw;
  }
}

.flow ul li .sns_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 32px;
}

@media screen and (max-width: 750px) {
  .flow ul li .sns_btn {
    display: block;
    margin-top: 5.33333vw;
  }
}

.flow ul li .sns_btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 330px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  padding: 16px 0;
  border-radius: 4px;
  -webkit-box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 750px) {
  .flow ul li .sns_btn a {
    width: 100%;
    font-size: 3.73333vw;
    padding: 3.2vw 0;
    border-radius: 1.06667vw;
    -webkit-box-shadow: inset 0 -1.06667vw 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -1.06667vw 0 0 rgba(0, 0, 0, 0.1);
  }
}

.flow ul li .sns_btn a:hover {
  text-decoration: none;
  opacity: .7;
}

.flow ul li .sns_btn .twi_btn a {
  background: #1d9bf0;
}

.flow ul li .sns_btn .insta_btn a {
  background: #fd3b68;
  margin-left: 40px;
}

@media screen and (max-width: 750px) {
  .flow ul li .sns_btn .insta_btn a {
    margin: 4.26667vw 0 0 0;
  }
}

.flow ul li .sns_btn .copy_btn a {
  color: #979797;
  border: solid 2px #979797;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 750px) {
  .flow ul li .sns_btn .copy_btn a {
    width: 100%;
    padding: 3.2vw 0;
    border: solid 0.53333vw #979797;
    font-size: 3.2vw;
  }
}

.flow ul li .sns_btn .copied {
  position: fixed;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  background: #2b0000;
  font-size: 2.0rem;
  color: #fff;
  padding: 24px 0;
  text-align: center;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 750px) {
  .flow ul li .sns_btn .copied {
    font-size: 3.2vw;
    padding: 4.26667vw;
  }
}

.flow ul li .sns_btn .copied .text {
  font-size: 2.4rem;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .flow ul li .sns_btn .copied .text {
    font-size: 4.26667vw;
  }
}

.flow ul li .sns_btn .copied.show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.flow ul li .sns_btn .sns_logo img {
  width: 50px;
  margin-right: 16px;
}

@media screen and (max-width: 750px) {
  .flow ul li .sns_btn .sns_logo img {
    width: 10.66667vw;
    margin-right: 3.2vw;
  }
}

.flow ul li .sns_btn .copy_logo img {
  width: 30px;
  margin-right: 16px;
}

@media screen and (max-width: 750px) {
  .flow ul li .sns_btn .copy_logo img {
    width: 5.33333vw;
    margin-right: 2.13333vw;
  }
}

.flow ul li .sns_btn .insta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: solid 1px #eee;
  padding-top: 32px;
}

@media screen and (max-width: 750px) {
  .flow ul li .sns_btn .insta {
    display: block;
    border-top: solid 0.26667vw #eee;
    padding-top: 5.33333vw;
  }
}

.flow .brand_btn a {
  display: block;
  background: #c58752;
  width: 400px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 80px;
  border-radius: 4px;
  margin: 64px auto 0;
  -webkit-box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 750px) {
  .flow .brand_btn a {
    width: 100%;
    font-size: 4.26667vw;
    line-height: 18.13333vw;
    border-radius: 1.06667vw;
    margin: 8.53333vw auto 0;
    -webkit-box-shadow: inset 0 -1.06667vw 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -1.06667vw 0 0 rgba(0, 0, 0, 0.1);
  }
}

.flow .brand_btn a:hover {
  text-decoration: none;
  opacity: .7;
}

/* -----------------------------------------------------
	terms
----------------------------------------------------- */
.terms {
  text-align: center;
}

.terms .wrap {
  border: solid 1px #ebebeb;
  text-align: left;
  margin-top: 40px;
  padding: 40px 24px 40px 40px;
}

@media screen and (max-width: 750px) {
  .terms .wrap {
    border: solid 0.26667vw #ebebeb;
    margin-top: 8.53333vw;
    padding: 5.33333vw 3.2vw 5.33333vw 5.33333vw;
  }
}

.terms .wrap .wrap_inner {
  height: 400px;
  padding-right: 32px;
  overflow-y: scroll;
}

@media screen and (max-width: 750px) {
  .terms .wrap .wrap_inner {
    height: 93.33333vw;
    padding-right: 3.2vw;
    font-size: 3.2vw;
  }
}

.terms .wrap::-webkit-scrollbar {
  width: 12px;
}

@media screen and (max-width: 750px) {
  .terms .wrap::-webkit-scrollbar {
    width: 2.13333vw;
  }
}

.terms .wrap::-webkit-scrollbar-thumb {
  background: #c58752;
}

.terms .wrap::-webkit-scrollbar-track-piece {
  background: #e7e7e7;
}

.terms .wrap h4 {
  font-weight: 700;
  margin-bottom: 16px;
}

.terms .wrap h4:not(:first-child) {
  margin-top: 32px;
}

@media screen and (max-width: 750px) {
  .terms .wrap h4:not(:first-child) {
    margin-top: 8.53333vw;
  }
}

@media screen and (max-width: 750px) {
  .terms .wrap h4 {
    margin-bottom: 2.13333vw;
  }
}

.terms .wrap h5 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 8px;
}

@media screen and (max-width: 750px) {
  .terms .wrap h5 {
    font-size: 3.2vw;
    margin-bottom: 2.13333vw;
  }
}

.terms .wrap p + p {
  margin-top: 24px;
}

@media screen and (max-width: 750px) {
  .terms .wrap p + p {
    margin-bottom: 4.26667vw;
  }
}

.terms .wrap ul {
  padding-left: 1.5em;
}

.terms .wrap ul li {
  list-style-type: disc;
}

.terms .wrap p + ul {
  margin-top: 16px;
}

@media screen and (max-width: 750px) {
  .terms .wrap p + ul {
    margin-bottom: 4.26667vw;
  }
}

.terms .wrap p + h5, .terms .wrap ul + h5 {
  margin-top: 32px;
}

@media screen and (max-width: 750px) {
  .terms .wrap p + h5, .terms .wrap ul + h5 {
    margin-top: 4.26667vw;
  }
}

.terms .wrap .important {
  color: #e20b0b;
}

/* -----------------------------------------------------
	contact
----------------------------------------------------- */
.contact {
  text-align: center;
  padding-top: 0;
}

@media screen and (max-width: 750px) {
  .contact {
    padding-bottom: 26.66667vw;
  }
}

.contact .tel_box {
  max-width: 560px;
  margin: 0 auto;
  border: solid 2px #c58752;
  border-radius: 12px;
  padding: 40px;
}

@media screen and (max-width: 750px) {
  .contact .tel_box {
    max-width: 100%;
    border: solid 0.53333vw #c58752;
    border-radius: 3.2vw;
    padding: 8.53333vw 0;
    font-size: 3.2vw;
  }
}

.contact .tel_box .ttl {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 24px;
}

@media screen and (max-width: 750px) {
  .contact .tel_box .ttl {
    font-size: 5.33333vw;
    margin-bottom: 5.33333vw;
  }
}

.contact .tel_box .add {
  font-size: 2.0rem;
  margin-bottom: 16px;
}

@media screen and (max-width: 750px) {
  .contact .tel_box .add {
    font-size: 4.26667vw;
    margin-bottom: 4.26667vw;
  }
}

.contact .tel_box .add a {
  color: #c58752;
}

@media screen and (max-width: 750px) {
  .contact .tel_box .add a {
    text-decoration: underline;
  }
}

.contact .item_info_text {
  font-size: 2.0rem;
  margin-top: 40px;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .contact .item_info_text {
    font-size: 4.26667vw;
    margin-top: 8.53333vw;
  }
}

.contact .item_info_text a {
  color: #c58752;
}

@media screen and (max-width: 750px) {
  .contact .item_info_text a {
    text-decoration: underline;
  }
}

/* -----------------------------------------------------
	btn
----------------------------------------------------- */
@media screen and (max-width: 750px) {
  .btn {
    padding: 0 5.33333vw;
  }
}

.btn a {
  max-width: 500px;
  margin: 0 auto;
  display: block;
  border-radius: 40px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 80px;
  color: #fff;
  -webkit-box-shadow: 8px 8px 0 #ebebeb;
  box-shadow: 8px 8px 0 #ebebeb;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media screen and (max-width: 750px) {
  .btn a {
    max-width: 100%;
    border-radius: 8vw;
    font-size: 5.06667vw;
    line-height: 16vw;
    -webkit-box-shadow: 2vw 2vw 0 #ebebeb;
    box-shadow: 2vw 2vw 0 #ebebeb;
  }
}

.btn a:hover {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate3d(8px, 8px, 0);
  transform: translate3d(8px, 8px, 0);
}

@media screen and (max-width: 750px) {
  .btn a:hover {
    -webkit-box-shadow: 2vw 2vw 0 #ebebeb;
    box-shadow: 2vw 2vw 0 #ebebeb;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.btn a.entry {
  background: #c58752;
}

.btn a.item {
  background: #2b0000;
  margin-top: 40px;
}

@media screen and (max-width: 750px) {
  .btn a.item {
    margin-top: 8.53333vw;
  }
}
