@charset "UTF-8";
/*
---------------------------------------
reset
---------------------------------------
*/
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,
button {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  min-height: 100%;
  width: 100%;
  font-size: 62.5%;
}

html,
body {
  position: relative;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

input:focus,
textarea:focus,
button:focus {
  outline: 0;
}

button,
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  background: none;
  font-family: inherit;
}

button {
  background: none;
  line-height: 2;
  cursor: pointer;
}

img {
  border: none;
}

ol,
ul {
  list-style: none;
}

p,
dt,
dd,
li,
center {
  font-size: 14px;
  line-height: 1.7;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table th {
  font-weight: normal;
}

caption,
th {
  text-align: left;
}

p,
dd,
li,
address {
  font-style: normal;
}

body small {
  font-size: 13px;
}

figure {
  line-height: 0;
}

em {
  font-weight: inherit;
}

picture {
  display: block;
}

.wrapper {
  position: relative;
  overflow: hidden;
}
.container {
  position: relative;
}

.l-contents {
  overflow: hidden;
}

body {
  font-family: noto-sans-cjk-jp, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  text-justify: inter-ideograph;
  word-wrap: break-word;
  color: #444;
  min-width: 375px;
  -webkit-text-size-adjust: 100%;
}

p {
  line-break: strict;
  overflow-wrap: break-word;
}

@media (max-width: 768px) {
  p,
  dt,
  dd,
  li,
  center {
    font-size: 3.5vw;
  }
} /*
----------------------------------------
flex
----------------------------------------
*/
.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  -js-display: flex;
}

.flex.nowrap {
  flex-wrap: nowrap;
}

.flex.reverse {
  flex-direction: row-reverse;
}

.flex.item-center {
  align-items: center;
}

.flex-column {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*
---------------------------------------
link
---------------------------------------
*/
a {
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

/*
---------------------------------------
clear
---------------------------------------
*/
.clearfix:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/ /*/
height: auto;
overflow: hidden;
/**/
}

*:first-child + html .clearfix {
  zoom: 1;
} /* IE7 */
/*
---------------------------------------
common
---------------------------------------
*/
.pc {
  display: block !important;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.tab {
  display: none !important;
}
@media (max-width: 959px) {
  .tab {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .tab {
    display: block !important;
  }
}

.sp {
  display: none !important;
}
@media (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.inline-pc {
  display: inline-block !important;
}
@media (max-width: 768px) {
  .inline-pc {
    display: none !important;
  }
}

.inline-sp {
  display: none !important;
}
@media (max-width: 768px) {
  .inline-sp {
    display: inline-block !important;
  }
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 768px) {
  .inner {
    padding: 0 20px;
  }
}
@media (max-width: 428px) {
  .inner {
    padding: 0 5%;
  }
}

span {
  font-size: inherit;
  font-weight: inherit;
}

.img {
  line-height: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.en {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
}
.en.light {
  font-weight: 300;
}

.gothic {
  font-family: tbudgothic-std, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mid {
  font-weight: 500;
}

.center {
  text-align: center;
}

.ofi {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.ofi-contain {
  object-fit: contain;
  font-family: "object-fit: contain;";
}

@media (max-width: 768px) {
  .no-telLink a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
  }
}
.anc {
  margin-top: -80px;
  padding-top: 80px;
}
@media (max-width: 768px) {
  .anc {
    margin-top: 0px;
    padding-top: 0px;
  }
}

.c-heading-01 {
  text-align: center;
}

.c-heading-01__en {
  color: #81cc38;
  font-size: 20px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .c-heading-01__en {
    font-size: 5.4vw;
    margin-bottom: 2.4vw;
  }
}

.c-heading-01__ja__sub {
  background: #fd76aa;
  color: #fff;
  font-size: 25px;
  letter-spacing: -0.03em;
  line-height: 1;
  display: inline;
}
@media (max-width: 768px) {
  .c-heading-01__ja__sub {
    padding-top: 1px;
    font-size: 5.4vw;
  }
}

.c-heading-01__ja {
  font-size: 45px;
  color: #fd76aa;
  border: 1px solid #fd76aa;
  display: inline;
  line-height: 1;
  padding: 1px 1px;
}
@media (max-width: 768px) {
  .c-heading-01__ja {
    font-size: 9.5vw;
  }
}

.c-lead {
  text-align: center;
}

.c-pageTtl {
  padding: 150px 0px 87px;
}
@media (max-width: 768px) {
  .c-pageTtl {
    padding: 80px 0 37px;
  }
}

.c-request__fukidashi {
  position: relative;
  z-index: 1;
}

.c-request__btn {
  transform: translateY(-10px);
}
.c-request__btn a {
  transition: opacity 0.4s;
}
@media (hover: hover) {
  .c-request__btn a:hover {
    opacity: 0.7;
  }
}

.secBanner {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .secBanner {
    padding: 13.5vw 0;
  }
}

.secBanner__item {
  max-width: 800px;
  margin: 0 auto;
}
.secBanner__item a {
  transition: opacity 0.4s;
  display: block;
  border: 4px solid #000;
  display: flex;
}
@media (hover: hover) {
  .secBanner__item a:hover {
    opacity: 0.7;
  }
}
.secBanner__item--recruit {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .secBanner__item--recruit {
    margin-bottom: 2.2vw;
  }
}
.secBanner__item--recruit a {
  border-color: #81cc38;
}
.secBanner__item--recruit .secBanner__txtbox {
  background: #81cc38;
}
.secBanner__item--franchise a {
  border-color: #ff76aa;
}
.secBanner__item--franchise .secBanner__txtbox {
  background: #ff76aa;
}

@media (max-width: 768px) {
  .secBanner__img {
    width: 37.1vw;
  }
}

.secBanner__txtbox {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
}
@media (max-width: 768px) {
  .secBanner__txtbox {
    padding: 0 2vw 0 4vw;
  }
}

.secCta {
  background-color: #81cc38;
  background-image: url(../img/section/cta/cta_bg.svg);
  background-repeat: no-repeat;
  background-size: 380px;
  background-position: right 119px center;
  padding: 70px 0 80px;
  text-align: center;
}
@media (max-width: 768px) {
  .secCta {
    padding: 13vw 6.6vw 13vw;
    background-size: 103%;
    background-position: center;
  }
}

.secCta__heading {
  margin-bottom: 39px;
}
@media (max-width: 768px) {
  .secCta__heading {
    width: 88%;
    margin: 0 auto 8.4vw;
  }
}

.secCta__btn a {
  transition: opacity 0.4s;
}
@media (hover: hover) {
  .secCta__btn a:hover {
    opacity: 0.7;
  }
}

.secFaq {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .secFaq {
    padding: 13vw 0;
  }
}

.secFaq__heading {
  margin-bottom: 58px;
}
@media (max-width: 768px) {
  .secFaq__heading {
    margin-bottom: 11vw;
  }
}
@media (max-width: 768px) {
  .secFaq__heading .c-heading-01__ja {
    display: block;
    width: 58.2vw;
    margin: 0 auto;
  }
}

.secFaq__item {
  border: 2px solid #81cc38;
}
.secFaq__item:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .secFaq__item:not(:last-child) {
    margin-bottom: 3vw;
  }
}

.secFaq__head {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 0 20px;
  align-items: center;
  padding: 20px 30px;
  cursor: pointer;
  transition: background 0.4s;
  position: relative;
}
@media (max-width: 768px) {
  .secFaq__head {
    gap: 0 3.5vw;
    padding: 3.1vw 4vw;
  }
}
.secFaq__head:before {
  content: "";
  width: 17px;
  height: 17px;
  border-top: solid 2px #81cc38;
  border-right: solid 2px #81cc38;
  position: absolute;
  right: 31px;
  top: 31px;
  transform: rotate(135deg);
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .secFaq__head:before {
    width: 10px;
    height: 10px;
    right: 16px;
    top: 27px;
  }
}
.secFaq__head.on {
  background: #81cc38;
}
.secFaq__head.on:before {
  border-color: #fff;
  transform: rotate(-45deg);
  top: 41px;
}
@media (max-width: 768px) {
  .secFaq__head.on:before {
    top: 33px;
  }
}
.secFaq__head.on .secFaq__head__icn {
  background: #fff;
}
.secFaq__head.on .secFaq__head__icn .q_cls-1 {
  fill: #81cc38;
}
.secFaq__head.on .secFaq__ttl {
  color: #fff;
}
@media (hover: hover) {
  .secFaq__head:hover {
    background: #81cc38;
  }
  .secFaq__head:hover:before {
    border-color: #fff;
  }
  .secFaq__head:hover .secFaq__head__icn {
    background: #fff;
  }
  .secFaq__head:hover .secFaq__head__icn .q_cls-1 {
    fill: #81cc38;
  }
  .secFaq__head:hover .secFaq__ttl {
    color: #fff;
  }
}

.secFaq__head__icn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #81cc38;
  transition: background 0.4s;
}
.secFaq__head__icn .q_cls-1 {
  fill: #fff;
  transition: fill 0.4s;
}

.secFaq__ttl {
  font-size: 20px;
  color: #81cc38;
  transition: color 0.4s;
}
@media (max-width: 768px) {
  .secFaq__ttl {
    font-size: 4.8vw;
    line-height: 1.22;
  }
}

.secFaq__cont {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 0 20px;
  padding: 22px 30px;
  background: #81cc38;
  position: relative;
}
@media (max-width: 768px) {
  .secFaq__cont {
    gap: 0 3.5vw;
    padding: 4.3vw 4vw 3vw;
  }
}
.secFaq__cont:before {
  content: "";
  background: rgba(255, 255, 255, 0.2);
  width: calc(100% - 60px);
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}
@media (max-width: 768px) {
  .secFaq__cont:before {
    height: 1px;
    width: calc(100% - 10vw);
  }
}

.secFaq__cont__icn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #81cc38;
  border: 2px solid #fff;
}

.secFaq__txt {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .secFaq__txt {
    line-height: 1.69;
  }
}

.secFeature {
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .secFeature {
    padding-bottom: 13.4vw;
  }
}

.secFeature__heading {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 278px;
  margin: 0 auto 57px;
}
@media (max-width: 768px) {
  .secFeature__heading {
    width: 59vw;
    margin: 0 auto 8vw;
  }
}
.secFeature__heading .c-heading-01__ja__sub {
  width: 100%;
  padding: 2px 0 0;
}

.secFeature__box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .secFeature__box {
    display: block;
  }
}

.secFeature__imgWrap {
  display: grid;
  grid-template-columns: 23px 1fr;
  gap: 0 19px;
}
@media (max-width: 768px) {
  .secFeature__imgWrap {
    display: grid;
    grid-template-columns: 1fr 4.6vw;
    margin-bottom: 7.5vw;
    gap: 0 3vw;
  }
}

.secFeature__img {
  border: 2px solid #81cc38;
  order: 2;
}
@media (max-width: 768px) {
  .secFeature__img {
    border-width: 1px;
    order: 1;
  }
}
.secFeature__img img {
  width: 100%;
}

.secFeature__catch {
  order: 1;
}
@media (max-width: 768px) {
  .secFeature__catch {
    order: 2;
  }
}

.secFeature__list {
  border: 2px solid #81cc38;
}
@media (max-width: 768px) {
  .secFeature__list {
    border-width: 1px;
  }
}

.secFeature__item {
  padding: 29px 30px 27px;
}
@media (max-width: 768px) {
  .secFeature__item {
    padding: 8vw 5.3vw 7vw;
  }
}
.secFeature__item:not(:last-child) {
  border-bottom: 2px solid #81cc38;
}
@media (max-width: 768px) {
  .secFeature__item:not(:last-child) {
    border-width: 1px;
  }
}

.secFeature__ttlWrap {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 0 21px;
  margin-bottom: 21px;
  align-items: center;
}
@media (max-width: 768px) {
  .secFeature__ttlWrap {
    grid-template-columns: 12.8vw 53.8vw;
    gap: 0 4vw;
    margin-bottom: 5.5vw;
  }
}

.secFeature__txt {
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}

.secFlow {
  background: #f5f5f5;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .secFlow {
    padding: 13vw 0;
  }
}

.secFlow__heading {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .secFlow__heading {
    margin-bottom: 11vw;
  }
}

.secFlow__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 40px;
}
@media (max-width: 768px) {
  .secFlow__list {
    display: block;
  }
}

.secFlow__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
}
@media (max-width: 768px) {
  .secFlow__item:not(:last-child) {
    margin-bottom: 13vw;
  }
}
.secFlow__item:not(:last-child):after {
  content: "";
  background: url(../img/section/flow/flow_arrow.svg) no-repeat center center/cover;
  width: 15px;
  height: 21px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
}
@media (max-width: 768px) {
  .secFlow__item:not(:last-child):after {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: auto;
    transform: translateY(0) rotate(90deg);
    bottom: -8.7vw;
    width: 2.3vw;
    height: 3.4vw;
  }
}

.secFlow__txtbox {
  background: #fff;
  padding: 30px;
  flex: 1;
}
@media (max-width: 1080px) {
  .secFlow__txtbox {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .secFlow__txtbox {
    padding: 6.2vw 5.3vw 5vw;
  }
}

.secFlow__num {
  position: absolute;
  left: -20px;
  top: -29px;
}
@media (max-width: 768px) {
  .secFlow__num {
    width: 19vw;
    left: -3.4vw;
    top: -4vw;
  }
}

@media (max-width: 768px) {
  .secFlow__img img {
    width: 100%;
  }
}

.secFlow__ttl {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .secFlow__ttl {
    margin-bottom: 4vw;
  }
}
@media (max-width: 1080px) {
  .secFlow__ttl img {
    width: auto;
    height: 1.9vw;
  }
}
@media (max-width: 768px) {
  .secFlow__ttl img {
    height: 5vw;
  }
}
@media (max-width: 428px) {
  .secFlow__ttl img {
    height: 6.2vw;
  }
}

.secFlow__txt {
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}

.secMainView {
  height: 100vh;
  margin-bottom: 55px;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 1100px;
}
@media (max-width: 768px) {
  .secMainView {
    min-width: 0px;
    height: auto;
    margin-bottom: 17.4vw;
  }
}
.secMainView.banner-area {
  height: auto;
}

.secMainView__inner {
  padding: 40px 80px;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1200px) {
  .secMainView__inner {
    padding: 40px 40px;
  }
}
@media (max-width: 768px) {
  .secMainView__inner {
    padding: 5vw 5.3% 0;
  }
}

.secMainView__container {
  position: relative;
  display: block;
  padding-top: 58%;
}
@media (max-width: 768px) {
  .secMainView__container {
    padding-top: 187.7%;
  }
}

.secMainView__parts {
  position: absolute;
}
.secMainView__parts img {
  width: 100%;
}

.secMainView__logo {
  top: 0;
  left: 0;
  width: 15.9%;
}
@media (max-width: 768px) {
  .secMainView__logo {
    width: 69vw;
  }
}
.secMainView__logo a {
  transition: opacity 0.4s;
}
@media (hover: hover) {
  .secMainView__logo a:hover {
    opacity: 0.7;
  }
}

.secMainView__personalgym {
  top: 0;
  left: 17.5%;
  width: 44.8%;
}
@media (max-width: 768px) {
  .secMainView__personalgym {
    top: 12%;
    left: 0;
    width: 100%;
  }
}

.secMainView__price {
  top: 22.1%;
  left: 0;
  width: 38.4%;
}
@media (max-width: 768px) {
  .secMainView__price {
    top: 29%;
    left: 0;
    width: 70.4%;
  }
}

.secMainView__photo-01 {
  top: 22.1%;
  left: 37.8%;
  width: 19%;
}
@media (max-width: 768px) {
  .secMainView__photo-01 {
    top: 29%;
    left: 70.8%;
    width: 29%;
  }
}

.secMainView__photo-02 {
  top: 17.7%;
  left: 63.9%;
  width: 35.9%;
}
@media (max-width: 768px) {
  .secMainView__photo-02 {
    top: 55.6%;
    left: 0;
    width: 52.7%;
  }
}

.secMainView__point {
  top: 80.8%;
  left: 40%;
  width: 16.6%;
}
@media (max-width: 768px) {
  .secMainView__point {
    top: 57.8%;
    left: 57%;
    width: 42.6%;
  }
}

.secMainView__low-price {
  top: 22.1%;
  left: 58.3%;
  width: 3.84%;
}
@media (max-width: 768px) {
  .secMainView__low-price {
    top: 74.8%;
    left: 0;
    width: 100%;
  }
}

.secMainView__menu {
  top: 70.3%;
  left: 0;
  width: 38.4%;
}
@media (max-width: 768px) {
  .secMainView__menu {
    display: none;
  }
}

.secMainView__menu__list {
  display: grid;
  grid-template-columns: calc(50% + 1px) calc(50% - 1px);
  gap: 0;
  width: calc(100% + 1px);
}
.secMainView__menu__list li:nth-of-type(1) {
  transform: translate(0, -1px);
}
.secMainView__menu__list li:nth-of-type(2) {
  transform: translate(-1px, -1px);
}
.secMainView__menu__list li:nth-of-type(3) {
  transform: translate(0, -2px);
}
.secMainView__menu__list li:nth-of-type(4) {
  transform: translate(-1px, -2px);
}
.secMainView__menu__list li:nth-of-type(5) {
  transform: translate(0, -3px);
}
.secMainView__menu__list li:nth-of-type(6) {
  transform: translate(-1px, -3px);
}
.secMainView__menu__list li a {
  transition: opacity 0.4s;
}
@media (hover: hover) {
  .secMainView__menu__list li a:hover {
    opacity: 0.7;
  }
}

.secMainView__scroll {
  top: 95.2%;
  left: 0;
  width: 38.4%;
}
@media (max-width: 768px) {
  .secMainView__scroll {
    top: 81.6%;
    left: 0;
    width: 7.4%;
  }
}

.secMainView__request {
  top: 60.1%;
  left: 63.8%;
  width: 36.1%;
}
@media (max-width: 768px) {
  .secMainView__request {
    top: 81.6%;
    left: 12%;
    width: 88.1%;
  }
}
@media (max-width: 768px) {
  .secMainView__request .c-request__btn {
    transform: translateY(-1.3vw);
  }
}

.secPrice {
  background: #f5fbef;
  padding: 75px 0 58px;
}
@media (max-width: 768px) {
  .secPrice {
    padding: 12vw 0 10vw;
  }
}

.secPrice__heading {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .secPrice__heading {
    margin-bottom: 8.5vw;
  }
}

.secPrice__lead {
  margin-bottom: 78px;
}
@media (max-width: 768px) {
  .secPrice__lead {
    margin-bottom: 16.7vw;
  }
}

.secPrice__box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 40px;
  margin-bottom: 60px;
}
@media (max-width: 1080px) {
  .secPrice__box {
    gap: 0 20px;
  }
}
@media (max-width: 768px) {
  .secPrice__box {
    display: block;
    margin-bottom: 11vw;
  }
}

.secPrice__item {
  background: #fff;
  border: 2px solid #bcbcbc;
  padding: 33px 30px 35px;
  position: relative;
  text-align: center;
}
@media (max-width: 1080px) {
  .secPrice__item {
    padding: 33px 15px 35px;
  }
}
@media (max-width: 768px) {
  .secPrice__item {
    padding: 0;
  }
  .secPrice__item:not(:last-child) {
    margin-bottom: 2.5vw;
  }
}
.secPrice__item--popular {
  border-color: #81cc38;
  order: 2;
}
@media (max-width: 768px) {
  .secPrice__item--popular .secPrice__head {
    border-color: #81cc38;
    border-width: 2px;
  }
}
.secPrice__item--popular .secPrice__heading__en {
  color: #81cc38;
}
.secPrice__item--popular .secPrice__price {
  color: #81cc38;
}
.secPrice__item.item-01 {
  order: 1;
  border-width: 1px;
}
.secPrice__item.item-03 {
  order: 3;
  border-width: 1px;
}

.secPrice__popular {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -40px;
}
@media (max-width: 768px) {
  .secPrice__popular {
    width: 42vw;
    top: -8.5vw;
  }
}

@media (max-width: 768px) {
  .secPrice__head {
    position: relative;
    display: grid;
    grid-template-columns: 15vw 1fr;
    align-items: center;
    gap: 0 5.6vw;
    border-bottom: 1px solid #bcbcbc;
    padding: 5vw 5vw 4vw;
  }
}

.secPrice__icn {
  margin-bottom: 30px;
  max-height: 69px;
}
@media (max-width: 768px) {
  .secPrice__icn {
    margin-bottom: 0;
    max-height: inherit;
  }
  .secPrice__icn img {
    width: auto;
    height: 15vw;
  }
}

@media (max-width: 768px) {
  .secPrice__ttlWrap {
    text-align: left;
  }
}

.secPrice__ttl {
  margin-bottom: 11px;
  max-height: 30px;
}
@media (max-width: 768px) {
  .secPrice__ttl {
    margin-bottom: 3vw;
    max-height: inherit;
  }
  .secPrice__ttl img {
    width: auto;
    height: 8.1vw;
  }
}

.secPrice__note {
  font-size: 16px;
  color: #888;
}
@media (max-width: 768px) {
  .secPrice__note {
    font-size: 3.5vw;
    line-height: 1;
  }
}

.secPrice__heading__en {
  position: absolute;
  top: 3px;
  right: -7px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #bcbcbc;
  font-size: 32px;
}
@media (max-width: 768px) {
  .secPrice__heading__en {
    right: -1.5vw;
    font-size: 6.4vw;
  }
}

.secPrice__cont {
  padding-top: 10px;
}
@media (max-width: 768px) {
  .secPrice__cont {
    padding: 3vw 5vw 7vw;
  }
}

.secPrice__price {
  line-height: 1;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .secPrice__price {
    margin-bottom: 3vw;
  }
}
.secPrice__price .num {
  font-size: 75px;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  .secPrice__price .num {
    font-size: 17.1vw;
  }
}
.secPrice__price .yen {
  font-size: 26px;
  padding-left: 5px;
}
@media (max-width: 768px) {
  .secPrice__price .yen {
    font-size: 6vw;
  }
}

.secPrice__btn a {
  transition: opacity 0.4s;
}
@media (hover: hover) {
  .secPrice__btn a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .secPrice__btn img {
    width: 100%;
  }
}

.secPrice__point {
  border-top: 1px solid #d9d9d9;
  margin-top: 26px;
  padding-top: 26px;
  text-align: left;
}
@media (max-width: 768px) {
  .secPrice__point {
    border-top: none;
    margin-top: 6vw;
    padding-top: 0;
  }
}
.secPrice__point li {
  line-height: 2;
  background: url(../img/section/price/icn_check.svg) no-repeat left center/13.6px;
  padding-left: 23px;
}

.secPrice__compare {
  border: 1px solid #81cc38;
  background: #fff;
  padding: 40px 80px 26px 60px;
  margin-bottom: 34px;
}
@media (max-width: 1080px) {
  .secPrice__compare {
    padding: 40px 20px 26px;
  }
}
@media (max-width: 768px) {
  .secPrice__compare {
    padding: 8vw 5.3vw 6vw;
    margin-bottom: 5vw;
  }
}

.compare__box {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 0 63px;
  align-items: flex-end;
  margin-bottom: 16px;
}
@media (max-width: 1080px) {
  .compare__box {
    display: block;
  }
}
@media (max-width: 768px) {
  .compare__box {
    display: block;
    margin-bottom: 5.6vw;
  }
}

@media (max-width: 1080px) {
  .compare__heading {
    width: 230px;
    margin: 0 auto 30px;
  }
  .compare__heading img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .compare__heading {
    width: 50vw;
    margin: 0 auto 7.7vw;
  }
}

.compare__item {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 0 30px;
  align-items: flex-end;
}
@media (max-width: 1080px) {
  .compare__item {
    grid-template-columns: 41px 1fr;
    gap: 0;
  }
}
@media (max-width: 768px) {
  .compare__item {
    display: block;
  }
}
.compare__item.item-01 .row dd.dp {
  transform: translateY(5px);
}
@media (max-width: 768px) {
  .compare__item.item-01 .row dd.dp {
    transform: translateY(0);
  }
}
.compare__item.item-02 {
  border-top: 1px solid #bcbcbc;
  margin-top: 30px;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .compare__item.item-02 {
    margin-top: 3.5vw;
    padding-top: 5.6vw;
  }
}
.compare__item.item-02 dt {
  display: none;
}
@media (max-width: 768px) {
  .compare__item.item-02 dt {
    display: block;
  }
}

.compare__ttl {
  margin-bottom: 12px;
}
@media (max-width: 1080px) {
  .compare__ttl {
    margin-bottom: -8px;
  }
}
@media (max-width: 768px) {
  .compare__ttl {
    text-align: center;
    margin-bottom: 3.6vw;
  }
}
.compare__ttl span {
  border: 1px solid #81cc38;
  color: #81cc38;
  font-size: 28px;
  display: block;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 1080px) {
  .compare__ttl span {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media (max-width: 768px) {
  .compare__ttl span {
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    display: inline-block;
    font-size: 4.2vw;
    padding: 0 1.1vw;
  }
}

.compare__dl {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 48px;
  align-items: center;
}
@media (max-width: 1080px) {
  .compare__dl {
    gap: 0 24px;
  }
}
@media (max-width: 768px) {
  .compare__dl {
    display: block;
  }
}
@media (max-width: 768px) {
  .compare__dl .row {
    display: grid;
    grid-template-columns: 42% 58%;
    gap: 0;
    align-items: center;
  }
  .compare__dl .row:not(:last-child) {
    margin-bottom: 1vw;
  }
}
.compare__dl .row dt {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .compare__dl .row dt {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.compare__dl .row dt span {
  color: #fff;
  font-size: 25px;
  background: #bcbcbc;
  width: 100%;
  display: block;
  line-height: 1.6;
  padding-bottom: 2px;
}
@media (max-width: 768px) {
  .compare__dl .row dt span {
    width: 81%;
    margin: 0 0 0 auto;
    font-size: 4.2vw;
  }
}
.compare__dl .row dt.dp {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .compare__dl .row dt.dp {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .compare__dl .row dt.dp img {
    width: 81%;
    margin: 0 0 0 auto;
  }
}
.compare__dl .row dd {
  color: #888;
  text-align: right;
  padding-right: 28px;
  line-height: 1;
}
@media (max-width: 768px) {
  .compare__dl .row dd {
    padding-right: 5vw;
  }
}
.compare__dl .row dd .num {
  font-size: 64px;
  letter-spacing: -0.04em;
}
@media (max-width: 768px) {
  .compare__dl .row dd .num {
    font-size: 12.8vw;
  }
}
.compare__dl .row dd .yen {
  font-size: 28px;
  padding-left: 5px;
}
@media (max-width: 768px) {
  .compare__dl .row dd .yen {
    font-size: 6vw;
    padding-left: 0;
  }
}
.compare__dl .row dd.dp {
  color: #fd76aa;
  padding-right: 10px;
  position: relative;
}
@media (max-width: 768px) {
  .compare__dl .row dd.dp {
    padding-right: 5vw;
  }
}
.compare__dl .row dd.dp:before {
  content: "";
  background: url(../img/section/price/compare_deco.svg) no-repeat center center/cover;
  width: 48.97px;
  height: 29.273px;
  display: block;
  position: absolute;
  right: -20px;
  top: 9px;
}
@media (max-width: 768px) {
  .compare__dl .row dd.dp:before {
    width: 8.3vw;
    height: 5.2vw;
    right: 0.5vw;
    top: 1.7vw;
  }
}
.compare__dl .row dd.dp .num {
  font-size: 74px;
}
@media (max-width: 768px) {
  .compare__dl .row dd.dp .num {
    font-size: 16vw;
  }
}
.compare__dl .row dd.dp .yen {
  font-size: 32px;
}
@media (max-width: 768px) {
  .compare__dl .row dd.dp .yen {
    font-size: 6.9vw;
  }
}

.compare__note {
  text-align: right;
  color: #888;
}
@media (max-width: 768px) {
  .compare__note {
    text-align: left;
  }
}

.secPrice__banner {
  text-align: center;
}
.secPrice__banner a {
  display: inline-block;
  transition: opacity 0.4s;
}
@media (hover: hover) {
  .secPrice__banner a:hover {
    opacity: 0.7;
  }
}

.secProblem {
  padding: 80px 0 77px;
  background: #f5fbef;
}
@media (max-width: 768px) {
  .secProblem {
    padding: 13vw 0;
    margin-top: -100px!important;
  }
}

.secProblem__heading {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .secProblem__heading {
    margin-bottom: 11vw;
  }
}
@media (max-width: 768px) {
  .secProblem__heading .c-heading-01__ja {
    display: block;
    width: 69vw;
    margin: 0 auto;
  }
}

.secProblem__list {
  background: #fff;
  padding: 37px 50px;
  border: 2px solid #81cc38;
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 30px 0;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  .secProblem__list {
    grid-template-columns: 1fr;
    padding: 37px 30px;
    gap: 20px 0;
  }
}
@media (max-width: 768px) {
  .secProblem__list {
    display: block;
    padding: 5vw 5vw;
  }
}

.secProblem__item {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 0 20px;
  align-items: center;
}
@media (max-width: 768px) {
  .secProblem__item {
    grid-template-columns: 13vw 1fr;
    gap: 0 3.5vw;
  }
  .secProblem__item:not(:last-child) {
    margin-bottom: 3.7vw;
  }
  .secProblem__item:nth-of-type(3) .problem__ttl img {
    height: 5.7vw;
  }
  .secProblem__item:last-child .problem__ttl img {
    height: 13.2vw;
  }
}

@media (max-width: 768px) {
  .secProblem__icn img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .problem__ttl img {
    width: auto;
    height: 10vw;
  }
}

.secProblem__arrow {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .secProblem__arrow {
    width: 54vw;
    margin: 0 auto 5vw;
  }
}

.secProblem__logo {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .secProblem__logo {
    width: 58vw;
    margin: 0 auto 7.7vw;
  }
}

.secProblem__catch {
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .secProblem__catch {
    width: 80vw;
    margin: 0 auto 5vw;
  }
}

.secProblem__txt {
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .secProblem__txt {
    font-size: 3.8vw;
  }
}

.secProgram {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .secProgram {
    padding: 13vw 0;
  }
}

.secProgram__heading {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .secProgram__heading {
    margin-bottom: 8vw;
  }
}
@media (max-width: 768px) {
  .secProgram__heading .c-heading-01__ja {
    display: block;
    width: 58.2vw;
    margin: 0 auto;
  }
}

.secProgram__lead {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .secProgram__lead {
    margin-bottom: 10vw;
  }
}

.secProgram__box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
}
@media (max-width: 1080px) {
  .secProgram__box {
    gap: 0 20px;
  }
}
@media (max-width: 768px) {
  .secProgram__box {
    display: block;
  }
}

@media (max-width: 768px) {
  .secProgram__item:not(:last-child) {
    margin-bottom: 10vw;
  }
}

.secProgram__ttl {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .secProgram__ttl {
    margin-bottom: 2.5vw;
  }
  .secProgram__ttl img {
    width: 100%;
  }
}

.secProgram__cont {
  border: 2px solid #81cc38;
}

@media (max-width: 768px) {
  .secProgram__img img {
    width: 100%;
  }
}

.secProgram__txtbox {
  padding: 30px;
}
@media (max-width: 768px) {
  .secProgram__txtbox {
    padding: 5vw 5.3vw;
  }
}

.secProgram__subttl {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .secProgram__subttl {
    margin-bottom: 4.4vw;
  }
  .secProgram__subttl img {
    width: auto;
    height: 6.1vw;
  }
}

.secProgram__plan {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .secProgram__plan {
    margin-bottom: 5vw;
  }
  .secProgram__plan img {
    width: auto;
    height: 22vw;
  }
}

.secProgram__txt {
  margin-bottom: 27px;
}
@media (max-width: 768px) {
  .secProgram__txt {
    margin-bottom: 5vw;
  }
}

.menu__ttl {
  background: #bcbcbc;
  color: #fff;
  font-size: 18px;
  padding: 2px 7px 4px;
}
@media (max-width: 768px) {
  .menu__ttl {
    padding: 1px 7px 3px;
    font-size: 4.8vw;
  }
}

.menu__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 768px) {
  .menu__list {
    grid-template-columns: 1fr 1fr;
  }
}
.menu__list li {
  background: url(../img/section/price/icn_check.svg) no-repeat left 12px center/13.6px;
  border-bottom: 1px solid #bcbcbc;
  border-left: 1px solid #bcbcbc;
  padding: 3px 2px 3px 35px;
}
@media (max-width: 768px) {
  .menu__list li {
    background: url(../img/section/price/icn_check.svg) no-repeat left 9px center/13.6px;
    padding: 4px 2px 4px 32px;
  }
}
.menu__list li:nth-of-type(3n) {
  border-right: 1px solid #bcbcbc;
}
@media (max-width: 768px) {
  .menu__list li:nth-of-type(3n) {
    border-right: none;
  }
}
@media (max-width: 768px) {
  .menu__list li:nth-of-type(2n) {
    border-right: 1px solid #bcbcbc;
  }
}

.secShop {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .secShop {
    padding: 15vw 0 9vw;
  }
}
@media (max-width: 768px) {
  .secShop .inner {
    padding: 0;
  }
}

.secShop__heading {
  margin-bottom: 58px;
}
@media (max-width: 768px) {
  .secShop__heading {
    margin-bottom: 11vw;
  }
}

.secShop__area {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 0 44px;
}
@media (max-width: 1080px) {
  .secShop__area {
    grid-template-columns: 120px 1fr;
    gap: 0 20px;
  }
}
@media (max-width: 768px) {
  .secShop__area {
    display: block;
  }
}
.secShop__area:not(:last-child) {
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  .secShop__area:not(:last-child) {
    margin-bottom: 3vw;
  }
}

.secShop__ttl {
  border-right: 1px solid #a1a1a1;
}
@media (max-width: 768px) {
  .secShop__ttl {
    border: none;
    text-align: center;
  }
}
.secShop__ttl span {
  display: inline-block;
  background: #81cc38;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  padding: 3px;
}
@media (max-width: 768px) {
  .secShop__ttl span {
    width: 100%;
    display: block;
    font-size: 6.4vw;
    padding: 1.8vw 0;
  }
}

.secShop__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 8px 30px;
}
@media (max-width: 1080px) {
  .secShop__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .secShop__list {
    padding: 3vw 4vw;
    grid-template-columns: 1fr 1fr;
    gap: 3px 0;
  }
}
.secShop__list li {
  font-size: 16px;
}
@media (max-width: 768px) {
  .secShop__list li {
    font-size: 3.5vw;
  }
}
.secShop__list li a {
  display: inline-block;
  padding: 5px;
  position: relative;
  transition: opacity 0.4s;
}
@media (hover: hover) {
  .secShop__list li a:hover {
    opacity: 0.7;
  }
}
.secShop__list li a:after {
  content: "";
  background: url(../img/common/arrow.svg) no-repeat center center/cover;
  width: 7px;
  height: 11px;
  display: block;
  position: absolute;
  right: -10px;
  top: 52%;
  transform: translateY(-50%);
}

.secVoice {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .secVoice {
    padding: 13vw 0;
  }
}

.secVoice__heading {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .secVoice__heading {
    margin-bottom: 11vw;
  }
}

.secVoice__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 1080px) {
  .secVoice__list {
    gap: 40px 20px;
  }
}
@media (max-width: 768px) {
  .secVoice__list {
    display: block;
  }
}

.secVoice__item {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .secVoice__item:not(:last-child) {
    margin-bottom: 8vw;
  }
  .secVoice__item:nth-of-type(even) .secVoice__comment:before, .secVoice__item:nth-of-type(even) .secVoice__comment:after {
    left: auto;
    right: 19px;
  }
  .secVoice__item:nth-of-type(even) .secVoice__comment:after {
    right: 21px;
  }
  .secVoice__item:nth-of-type(even) .secVoice__person {
    justify-content: flex-end;
  }
  .secVoice__item:nth-of-type(even) .person__name {
    order: 1;
  }
  .secVoice__item:nth-of-type(even) .person__age {
    order: 2;
    margin-right: 20px;
  }
  .secVoice__item:nth-of-type(even) .person__img {
    order: 3;
    margin-right: 0;
  }
}

.secVoice__comment {
  position: relative;
  border: 2px solid #ccc;
  padding: 30px 30px 27px;
  margin-bottom: 30px;
  flex: 1;
}
@media (max-width: 768px) {
  .secVoice__comment {
    padding: 5vw 5.3vw 3.5vw;
    border-width: 1px;
    margin-bottom: 6.4vw;
  }
}
.secVoice__comment:before, .secVoice__comment:after {
  top: 100%;
  left: 32px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  transform: scaleX(0.8);
}
@media (max-width: 768px) {
  .secVoice__comment:before, .secVoice__comment:after {
    left: 35px;
  }
}
.secVoice__comment:before {
  border-color: rgba(204, 204, 204, 0);
  border-top-color: #ccc;
  border-width: 18px;
  margin-left: -18px;
}
@media (max-width: 768px) {
  .secVoice__comment:before {
    border-width: 16px;
    margin-left: -16px;
  }
}
.secVoice__comment:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}
@media (max-width: 768px) {
  .secVoice__comment:after {
    border-width: 14px;
    margin-left: -16px;
    left: 37px;
  }
}

.secVoice__ttl {
  margin-bottom: 20px;
  color: #81cc38;
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .secVoice__ttl {
    font-size: 6.4vw;
    margin-bottom: 4vw;
  }
}

.secVoice__txt em {
  color: #ff76aa;
}

.secVoice__person {
  display: flex;
  align-items: center;
}

.person__img {
  margin-right: 20px;
}

.person__name {
  font-size: 20px;
  margin-right: 11px;
}
@media (max-width: 768px) {
  .person__name {
    font-size: 4.8vw;
  }
}

.person__age {
  line-height: 1;
}

.st-footer__top {
  background: #f5f5f5;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .st-footer__top {
    padding: 13.4vw 0 12vw;
  }
}
.st-footer__top .inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  .st-footer__top .inner {
    display: block;
  }
}
@media (max-width: 768px) {
  .st-footer__top .inner {
    display: block;
  }
}

.st-footer__logo {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .st-footer__logo {
    width: 45vw;
    margin-bottom: 5vw;
  }
}
.st-footer__logo a {
  transition: opacity 0.4s;
}
@media (hover: hover) {
  .st-footer__logo a:hover {
    opacity: 0.7;
  }
}

@media (max-width: 1080px) {
  .footer__dl {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .footer__dl {
    margin-bottom: 7vw;
  }
}
.footer__dl .row {
  display: grid;
  grid-template-columns: 72px 1fr;
  margin: 0;
}
@media (max-width: 768px) {
  .footer__dl .row {
    grid-template-columns: 16vw 1fr;
  }
}
@media (max-width: 428px) {
  .footer__dl .row {
    grid-template-columns: 6em 1fr;
  }
}
.footer__dl .row:not(:last-child) {
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .footer__dl .row:not(:last-child) {
    margin-bottom: 0.8vw;
  }
}
.footer__dl dt,
.footer__dl dd {
  color: #888;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .footer__dl dt,
  .footer__dl dd {
    font-size: 2.8vw;
  }
}
.footer__dl dt a,
.footer__dl dd a {
  transition: opacity 0.4s;
}
@media (hover: hover) {
  .footer__dl dt a:hover,
  .footer__dl dd a:hover {
    opacity: 0.7;
  }
}

.st-footer__top__right {
  width: 510px;
  display: grid;
  grid-template-columns: 254px 1fr;
  gap: 0 60px;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  .st-footer__top__right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .st-footer__top__right {
    display: block;
    width: 100%;
  }
}

.st-footer__nav {
  border-right: 1px solid #cdcdcd;
  padding-right: 55px;
}
@media (max-width: 768px) {
  .st-footer__nav {
    border: none;
    padding-right: 0;
    padding-bottom: 5vw;
    margin-bottom: 5vw;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3vw 0;
    border-bottom: 1px solid #cdcdcd;
  }
}
@media (max-width: 768px) {
  .st-footer__nav li {
    font-weight: 400;
  }
}
.st-footer__nav li:not(:last-child) {
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .st-footer__nav li:not(:last-child) {
    margin-bottom: 0;
  }
}
.st-footer__nav li a {
  transition: opacity 0.4s;
  color: #444;
}
@media (hover: hover) {
  .st-footer__nav li a:hover {
    opacity: 0.7;
  }
}

@media (max-width: 768px) {
  .st-footer__addMenu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3vw 0;
  }
}
.st-footer__addMenu li {
  position: relative;
}
@media (max-width: 768px) {
  .st-footer__addMenu li {
    font-weight: 400;
  }
}
.st-footer__addMenu li:not(:last-child) {
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .st-footer__addMenu li:not(:last-child) {
    margin-bottom: 0;
  }
}
.st-footer__addMenu li a {
  position: relative;
  transition: opacity 0.4s;
  color: #444;
}
@media (hover: hover) {
  .st-footer__addMenu li a:hover {
    opacity: 0.7;
  }
}
.st-footer__addMenu li a:after {
  content: "";
  background: url(../img/common/arrow.svg) no-repeat center center/cover;
  width: 7px;
  height: 11px;
  display: block;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .st-footer__addMenu li a:after {
    right: -3.3vw;
  }
}

.st-footer__bottom {
  background: #444;
  padding: 60px 0 30px;
}
@media (max-width: 768px) {
  .st-footer__bottom {
    padding: 13.5vw 0 10vw;
  }
}
@media (max-width: 768px) {
  .st-footer__bottom .inner {
    padding: 0;
  }
}

.st-footer__bottom__ttl {
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .st-footer__bottom__ttl {
    margin-bottom: 10vw;
    text-align: center;
  }
}
.st-footer__bottom__ttl span {
  font-size: 20px;
  color: #fff;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
}
@media (max-width: 768px) {
  .st-footer__bottom__ttl span {
    line-height: 1;
    font-size: 9vw;
    padding: 0 0.5vw;
    border: 1px solid #fff;
  }
}

.footerShop__areaWrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 800px;
  gap: 0 55px;
}
@media (max-width: 1080px) {
  .footerShop__areaWrap {
    height: auto;
    display: block;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .footerShop__areaWrap {
    margin-bottom: 5vw;
  }
}

.footerShop__area {
  display: grid;
  grid-template-columns: 98px 1fr;
  gap: 0 30px;
}
@media (max-width: 768px) {
  .footerShop__area {
    display: block;
  }
}
.footerShop__area:not(:last-child) {
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .footerShop__area:not(:last-child) {
    margin-bottom: 2vw;
  }
}

.footerShop__ttl {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 16px;
  color: #81cc38;
  line-height: 1;
  font-size: 16px !important;
  margin-bottom: 0;
  padding-top: 3px;
}
@media (max-width: 768px) {
  .footerShop__ttl {
    font-size: 6.4vw !important;
    font-weight: 400;
    text-align: center;
    border-right: none;
    padding-bottom: 2.6vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 0;
  }
}

.footerShop__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px 40px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .footerShop__list {
    padding: 5vw 5.3vw;
    grid-template-columns: 1fr 1fr;
    gap: 3.4vw 0;
  }
}
.footerShop__list li {
  font-size: 14px;
  color: #fff;
}
@media (max-width: 768px) {
  .footerShop__list li {
    font-size: 3.5vw;
  }
}
.footerShop__list li a {
  display: inline-block;
  position: relative;
  transition: opacity 0.4s;
}
@media (hover: hover) {
  .footerShop__list li a:hover {
    opacity: 0.7;
  }
}
.footerShop__list li a:after {
  content: "";
  background: url(../img/common/arrow.svg) no-repeat center center/cover;
  width: 7px;
  height: 11px;
  display: block;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.st-footer__copyright {
  text-align: right;
  color: #fff;
}
@media (max-width: 768px) {
  .st-footer__copyright {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .st-footer__copyright small {
    font-size: 2.8vw;
  }
}

/*
---------------------------------------
header
---------------------------------------
*/
.st-header {
  position: fixed;
  width: 100%;
  height: 90px;
  padding: 0 30px;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  transition: top 0.3s;
}
@media (max-width: 1030px) {
  .st-header {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .st-header {
    height: 67px;
    padding: 0 0 0 5.2vw;
    z-index: 11;
    top: -100px;
  }
}
.st-header.active {
  top: 0 !important;
}

@media (max-width: 1030px) {
  .st-header__logo {
    width: 15%;
  }
}
@media (max-width: 768px) {
  .st-header__logo {
    width: 27.1vw;
  }
  .st-header__logo img {
    width: 100%;
  }
}
.st-header__logo a {
  transition: opacity 0.4s;
}
@media (hover: hover) {
  .st-header__logo a:hover {
    opacity: 0.7;
  }
}

@media (max-width: 768px) {
  .st-header__nav {
    background: #fff;
    padding: 5.2vw 5.3% 10vw;
  }
}
.st-header__nav .st-header__logo {
  display: none;
}
@media (max-width: 768px) {
  .st-header__nav .st-header__logo {
    display: block;
    position: absolute;
    top: 20px;
    left: 5.3vw;
    z-index: 99999999999;
  }
}
.st-header__nav .c-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .st-header__nav .c-nav {
    display: block;
  }
}
.st-header__nav .c-nav li {
  margin: 0 5px;
}
@media (max-width: 1030px) {
  .st-header__nav .c-nav li {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .st-header__nav .c-nav li {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .st-header__nav .c-nav li.bb .c-nav__link {
    border-bottom: 1px solid #ff76aa;
  }
}
.st-header__nav .c-nav li.c-nav__request {
  margin: 0 0 0 14px;
}
@media (max-width: 1030px) {
  .st-header__nav .c-nav li.c-nav__request {
    margin: 0 0 0 5px;
    width: 21%;
  }
}
.st-header__nav .c-nav__link {
  display: block;
  padding: 10px;
  position: relative;
  color: #444;
  transition: opacity 0.4s;
}
@media (max-width: 1030px) {
  .st-header__nav .c-nav__link {
    padding: 10px 5px;
  }
}
@media (max-width: 768px) {
  .st-header__nav .c-nav__link {
    padding: 3vw;
    border: 1px solid #ff76aa;
    border-bottom: none;
  }
  .st-header__nav .c-nav__link:before {
    content: "";
    background: url(../img/common/menu_arrow-bottom.svg) no-repeat center center/cover;
    width: 3vw;
    height: 5.9vw;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4vw;
  }
}
@media (hover: hover) {
  .st-header__nav .c-nav__link:hover {
    opacity: 0.7;
  }
}
.st-header__nav .c-nav__txt {
  font-size: 13px;
}

@media (max-width: 768px) {
  .st-header__addMenu li:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
  }
  .st-header__addMenu li a {
    display: block;
    padding: 5.6vw 1vw;
  }
}

@media (max-width: 768px) {
  .st-header__request img {
    width: 100%;
  }
}

.c-nav__request a {
  background: #fd76aa;
  display: block;
  padding: 5px 0;
  transition: opacity 0.4s;
}
@media (hover: hover) {
  .c-nav__request a:hover {
    opacity: 0.7;
  }
}

#sp-btn,
#sp-btn--header {
  display: none;
}

@media (max-width: 768px) {
  /* sp-btn */
  .scroll-prevent {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  #sp-btn,
  #sp-btn--header {
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 5.3vw;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 16vw;
    height: 16vw;
    background: #ff76aa;
  }
  #sp-btn span,
  #sp-btn--header span {
    width: 100%;
    height: 1px;
    transition: all 0.4s;
    background: #fff;
  }
  #sp-btn span:not(:last-child),
  #sp-btn--header span:not(:last-child) {
    margin-bottom: 2.1vw;
  }
  #sp-btn:before,
  #sp-btn--header:before {
    content: "MENU";
    font-family: din-condensed, sans-serif;
    color: #fff;
    font-size: 4.5vw;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 2vw;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 0.1em;
    padding-left: 0.1em;
    white-space: nowrap;
    text-align: center;
  }
  #sp-btn.active:before,
  #sp-btn--header.active:before {
    content: "CLOSE";
  }
  #sp-btn--header {
    width: 67px;
    height: 67px;
    background: none;
    top: 0;
    right: 0;
  }
  #sp-btn--header span {
    background: #fd76aa;
  }
  #sp-btn--header span:not(:last-child) {
    margin-bottom: 6px;
  }
  #sp-btn--header:before {
    color: #fd76aa;
    font-size: 3.9vw;
    top: 16px;
  }
  #sp-btn #sp-btn-a,
  #sp-btn #sp-btn-a span,
  #sp-btn--header #sp-btn-a--header,
  #sp-btn--header #sp-btn-a--header span {
    display: inline-block;
    box-sizing: border-box;
    transition: all 0.4s;
  }
  #sp-btn #sp-btn-a,
  #sp-btn--header #sp-btn-a--header {
    display: block;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 66%;
    height: 5vw;
    background: none;
    position: relative;
    margin-top: 4vw;
  }
  #sp-btn--header #sp-btn-a--header {
    width: 30px;
    height: 16px;
    margin-top: 17px;
  }
  #sp-btn #sp-btn-a:hover,
  #sp-btn--header #sp-btn-a--header:hover {
    opacity: 1;
  }
  #sp-btn.active span:nth-of-type(1) {
    -webkit-transform: translateY(2.4vw) rotate(-30deg);
    transform: translateY(2.4vw) rotate(-30deg);
  }
  #sp-btn.active span:nth-of-type(2),
  #sp-btn--header.active span:nth-of-type(2) {
    opacity: 0;
  }
  #sp-btn.active span:nth-of-type(3) {
    -webkit-transform: translateY(-2.4vw) rotate(30deg);
    transform: translateY(-2.4vw) rotate(30deg);
  }
  #sp-btn--header.active span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-30deg);
    transform: translateY(7px) rotate(-30deg);
  }
  #sp-btn--header.active span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(30deg);
    transform: translateY(-7px) rotate(30deg);
  }
  /* g-anv */
  #g-nav {
    position: fixed;
    z-index: 9999999;
    top: 67px;
    right: 0;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    height: calc(100vh - 67px);
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    display: none;
  }
}
.error404 .wrap_form {
  padding: 80px 0 80px;
  text-align: center;
}
.error404 .thanks-text {
  margin-bottom: 50px;
}
.error404 .thanks_btn a {
  text-decoration: underline;
}

@media (max-width: 768px) {
  #store .secMainView {
    margin-bottom: 20.2vw;
  }
}
#store .secMainView__store {
  top: 0;
  left: 63.8%;
  width: 36%;
  border: 2px solid #81cc38;
}
@media (max-width: 768px) {
  #store .secMainView__store {
    top: 29%;
    left: 0;
    width: 100%;
    border-width: 1px;
  }
}
#store .secMainView__store__catch {
  font-size: 24px;
  color: #81cc38;
  text-align: center;
  line-height: 1;
  padding: 7px 3px;
  white-space: nowrap;
}
@media (min-width: 1101px) and (max-width: 1400px) {
  #store .secMainView__store__catch {
    font-size: 1.7vw;
    padding: 0.5vw 0;
  }
}
@media (max-width: 1100px) {
  #store .secMainView__store__catch {
    font-size: 18px;
    padding: 5px 0;
  }
}
@media (max-width: 768px) {
  #store .secMainView__store__catch {
    display: none;
  }
}
#store .secMainView__store__cont {
  background: #81cc38;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 8px 0;
}
@media (min-width: 1101px) and (max-width: 1400px) {
  #store .secMainView__store__cont {
    padding: 0.7vw 0;
  }
}
@media (max-width: 1100px) {
  #store .secMainView__store__cont {
    padding: 9px 0;
  }
}
@media (max-width: 768px) {
  #store .secMainView__store__cont {
    display: grid;
    grid-template-columns: 0.95fr 1fr;
    background: none;
    padding: 0;
  }
}
#store .secMainView__store__dp {
  margin-bottom: 7px;
  line-height: 1;
}
@media (min-width: 1101px) and (max-width: 1400px) {
  #store .secMainView__store__dp {
    margin-bottom: 0.4vw;
  }
}
@media (max-width: 1100px) {
  #store .secMainView__store__dp {
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  #store .secMainView__store__dp {
    margin-bottom: 0;
    background: #81cc38;
    padding: 1vw 1vw;
  }
}
#store .secMainView__store__dp img {
  width: auto;
}
@media (min-width: 1101px) and (max-width: 1400px) {
  #store .secMainView__store__dp img {
    width: 28.5vw;
  }
}
@media (max-width: 1100px) {
  #store .secMainView__store__dp img {
    width: 90%;
  }
}
@media (max-width: 768px) {
  #store .secMainView__store__dp img {
    width: auto;
  }
}
#store .secMainView__store__name {
  font-size: 28px;
}
@media (min-width: 1101px) and (max-width: 1400px) {
  #store .secMainView__store__name {
    font-size: 2vw;
  }
}
@media (max-width: 1100px) {
  #store .secMainView__store__name {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  #store .secMainView__store__name {
    font-size: 4.8vw;
    color: #81cc38;
    line-height: 1;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  #store .secMainView__price {
    top: 35.6%;
  }
}
@media (max-width: 768px) {
  #store .secMainView__photo-01 {
    top: 35.6%;
  }
}
@media (max-width: 768px) {
  #store .secMainView__photo-02 {
    top: 62.2%;
  }
}
@media (max-width: 768px) {
  #store .secMainView__point {
    top: 64.4%;
  }
}
@media (max-width: 768px) {
  #store .secMainView__low-price {
    display: none;
  }
}
#store .secAbout {
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  #store .secAbout {
    padding-bottom: 13vw;
  }
}
#store .secAbout .c-heading-01__jaWrap {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#store .secAbout .c-heading-01__ja__sub {
  width: 100%;
}
#store .secAbout__heading {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  #store .secAbout__heading {
    margin-bottom: 8vw;
  }
}
#store .secAbout__box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
  margin-bottom: 60px;
  align-items: flex-start;
}
@media (max-width: 1080px) {
  #store .secAbout__box {
    gap: 0 20px;
  }
}
@media (max-width: 768px) {
  #store .secAbout__box {
    display: block;
    margin-bottom: 10vw;
  }
}
#store .secAbout__img {
  border: 2px solid #81cc38;
}
@media (max-width: 768px) {
  #store .secAbout__img {
    margin-bottom: 8vw;
  }
  #store .secAbout__img img {
    width: 100%;
  }
}
#store .secAbout__access {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
  margin-bottom: 60px;
  align-items: flex-start;
}
@media (max-width: 1080px) {
  #store .secAbout__access {
    gap: 0 20px;
  }
}
@media (max-width: 768px) {
  #store .secAbout__access {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 7vw;
  }
}
@media (max-width: 768px) {
  #store .access__txtbox {
    width: 100%;
  }
}
#store .access__dl .row:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 768px) {
  #store .access__dl .row:not(:last-child) {
    padding-bottom: 4vw;
    margin-bottom: 3vw;
  }
}
#store .access__dl dt {
  font-size: 20px;
  margin-bottom: 10px;
  color: #81cc38;
}
@media (max-width: 768px) {
  #store .access__dl dt {
    font-size: 4.8vw;
    margin-bottom: 2.4vw;
  }
}
#store .access__dl .access__addressWrap {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1080px) {
  #store .access__dl .access__addressWrap {
    display: block;
  }
}
#store .access__dl .access__route {
  text-align: right;
  position: relative;
}
@media (max-width: 1080px) {
  #store .access__dl .access__route {
    text-align: left;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  #store .access__dl .access__route {
    margin-top: 4vw;
  }
}
#store .access__dl .access__route a {
  display: inline-block;
  position: relative;
  padding-right: 16px;
  transition: opacity 0.4s;
}
@media (hover: hover) {
  #store .access__dl .access__route a:hover {
    opacity: 0.7;
  }
}
#store .access__dl .access__route a:after {
  content: "";
  background: url(../img/store/route_arrow-down.svg) no-repeat center center/cover;
  width: 8px;
  height: 12px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#store .access__dl .en {
  font-size: 20px;
}
@media (max-width: 768px) {
  #store .access__dl .en {
    font-size: 5.4vw;
    line-height: 1.3;
  }
}
#store .access__iframe {
  border: 2px solid #81cc38;
}
@media (max-width: 768px) {
  #store .access__iframe {
    width: 100%;
    margin-bottom: 6vw;
  }
}
#store .access__iframe iframe {
  width: 100%;
  height: 373px;
}
@media (max-width: 768px) {
  #store .access__iframe iframe {
    height: 58.3vw;
  }
}
#store .secAbout__virus {
  background: #f7f7f7;
  padding: 30px 0 27px;
}
@media (max-width: 768px) {
  #store .secAbout__virus {
    padding: 6.6vw 3vw 7vw;
  }
}
#store .virus__ttl {
  text-align: center;
  font-size: 24px;
  line-height: 1.333;
  color: #81cc38;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  #store .virus__ttl {
    font-size: 5.4vw;
    line-height: 1.4;
    margin-bottom: 4.4vw;
  }
}
#store .virus__txt {
  text-align: center;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  #store .virus__txt {
    margin-bottom: 3vw;
  }
}
#store .virus__list {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0 40px;
  justify-content: center;
}
@media (max-width: 768px) {
  #store .virus__list {
    display: block;
    padding: 0 5vw;
  }
}
#store .virus__list li {
  line-height: 2;
  background: url(../img/section/price/icn_check.svg) no-repeat left center/13.6px;
  padding-left: 25px;
}
@media (max-width: 768px) {
  #store .virus__list li {
    background: url(../img/section/price/icn_check.svg) no-repeat left 9px center/13.6px;
    padding: 1px 2px 1px 32px;
  }
}
#store .virus__list li.item-01 {
  order: 1;
}
#store .virus__list li.item-02 {
  order: 3;
}
#store .virus__list li.item-03 {
  order: 5;
}
#store .virus__list li.item-04 {
  order: 2;
}
#store .virus__list li.item-05 {
  order: 4;
}
#store .secFeature {
  padding-top: 80px;
}
@media (max-width: 768px) {
  #store .secFeature {
    padding-top: 12.5vw;
  }
}
#store .secTrainer {
  padding: 80px 0 0;
}
@media (max-width: 768px) {
  #store .secTrainer {
    padding: 13vw 0 0;
  }
}
#store .secTrainer__heading {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  #store .secTrainer__heading {
    margin-bottom: 10vw;
  }
}
@media (max-width: 768px) {
  #store .secTrainer__heading .c-heading-01__ja {
    display: inline-block;
    font-size: 8.5vw;
    padding: 1px 1px;
  }
}
#store .secTrainer__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 42px;
}
@media (max-width: 1080px) {
  #store .secTrainer__list {
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
  }
}
@media (max-width: 768px) {
  #store .secTrainer__list {
    display: block;
  }
}
#store .secTrainer__item {
  border: 1px solid #ccc;
}
@media (max-width: 768px) {
  #store .secTrainer__item:not(:last-child) {
    margin-bottom: 5vw;
  }
}
#store .secTrainer__img {
  width: 100%;
  height: 268px;
}
@media (max-width: 768px) {
  #store .secTrainer__img {
    height: 51.6vw;
  }
}
#store .secTrainer__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#store .secTrainer__txtbox {
  padding: 25px 27px;
}
@media (max-width: 768px) {
  #store .secTrainer__txtbox {
    padding: 5.3vw;
  }
}
#store .secTrainer__name {
  font-size: 24px;
  color: #81cc38;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #store .secTrainer__name {
    font-size: 6.1vw;
    margin-bottom: 3.5vw;
  }
}
@media (max-width: 768px) {
  #store .secVoice__heading .c-heading-01__ja {
    display: inline-block;
    padding: 1px 1px;
  }
}
#store .secVoice__nopost {
  text-align: center;
}
#store .secVoice__list {
  display: block;
  max-width: 875px;
  margin: 0 auto;
}
#store .secVoice__item {
  border: 1px solid #ccc;
  padding: 30px;
  background-image: url(../img/store/voice_quate_l@2x.png), url(../img/store/voice_quate_r@2x.png);
  background-repeat: no-repeat;
  background-size: 52px;
  background-position: left 20px top 20px, right 20px bottom 20px;
}
@media (max-width: 768px) {
  #store .secVoice__item {
    padding: 7vw 5.3vw;
    background-position: left 2.5vw top 5.5vw, right 2.5vw bottom 5.5vw;
  }
}
#store .secVoice__item:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #store .secVoice__item:not(:last-child) {
    margin-bottom: 3vw;
  }
}
#store .secVoice__item em {
  color: #fd76aa;
}
#store .secShop__heading {
  margin-bottom: 0;
}
#store .secShop__near {
  margin-top: 42px;
}
@media (max-width: 768px) {
  #store .secShop__near {
    margin-top: 9vw;
  }
}
#store .near__ttl {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #store .near__ttl {
    margin-bottom: 9vw;
  }
}
#store .near__ttl span {
  background: #81cc38;
  color: #fff;
  display: inline-block;
  font-size: 28px;
  padding: 4px 5px;
  line-height: 1;
}
@media (max-width: 768px) {
  #store .near__ttl span {
    width: 100%;
    font-size: 6.4vw;
    padding: 1vw 0;
    line-height: 1.3;
  }
}
#store .store_linklist_nearby {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 40px;
  justify-content: center;
}
@media (max-width: 1080px) {
  #store .store_linklist_nearby {
    gap: 40px 20px;
  }
}
@media (max-width: 768px) {
  #store .store_linklist_nearby {
    display: block;
    padding: 0 5.3vw;
  }
}
#store .store_linklist_nearby li {
  width: calc(50% - 20px);
}
@media (max-width: 768px) {
  #store .store_linklist_nearby li {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #store .store_linklist_nearby li:not(:last-child) {
    margin-bottom: 3vw;
  }
}
#store .store_linklist_nearby a {
  display: block;
  border: 2px solid #81cc38;
  padding: 15px 28px 23px;
  transition: opacity 0.4s;
}
@media (hover: hover) {
  #store .store_linklist_nearby a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  #store .store_linklist_nearby a {
    padding: 5vw 5.3vw;
  }
}
#store .nearbystore_name {
  font-size: 32px;
  color: #81cc38;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #store .nearbystore_name {
    font-size: 6.4vw;
    margin-bottom: 2vw;
  }
}
#store .secShop__areaWrap {
  margin-top: 80px;
}
@media (max-width: 768px) {
  #store .secShop__areaWrap {
    margin-top: 13vw;
  }
}
#store .secRoute {
  padding: 80px 0;
  background: #f5f5f5;
}
@media (max-width: 768px) {
  #store .secRoute {
    padding: 13vw 0;
  }
}
#store .secRoute__heading {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  #store .secRoute__heading {
    margin-bottom: 8vw;
  }
}
@media (max-width: 768px) {
  #store .secRoute__heading .c-heading-01__ja {
    display: inline-block;
    padding: 1px 1px;
  }
}
#store .secRoute__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media (max-width: 768px) {
  #store .secRoute__list {
    display: block;
  }
}
#store .secRoute__item {
  border: 1px solid #ccc;
  background: #fff;
  padding: 20px;
  position: relative;
}
@media (max-width: 1080px) {
  #store .secRoute__item {
    padding: 20px 10px;
  }
}
@media (max-width: 768px) {
  #store .secRoute__item {
    padding: 5vw;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 0 5.4vw;
  }
}
#store .secRoute__item:not(:nth-of-type(3n)):after {
  content: "";
  background: url(../img/section/flow/flow_arrow.svg) no-repeat center center/cover;
  width: 15px;
  height: 21px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
}
#store .secRoute__item:last-child:after {
  content: none;
}
@media (max-width: 768px) {
  #store .secRoute__item:not(:last-child) {
    margin-bottom: 13vw;
  }
  #store .secRoute__item:not(:last-child):after {
    content: "";
    background: url(../img/section/flow/flow_arrow.svg) no-repeat center center/cover;
    left: 0;
    right: 0;
    display: block;
    position: absolute;
    margin: 0 auto;
    top: auto;
    transform: translateY(0) rotate(90deg);
    bottom: -8.7vw;
    width: 2.3vw;
    height: 3.4vw;
  }
}
#store .secRoute__img {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #store .secRoute__img {
    margin-bottom: 0;
  }
}
#store .secRoute__img img {
  width: 100%;
}
#store .secConcept {
  padding: 80px 0 98px;
}
@media (max-width: 768px) {
  #store .secConcept {
    padding: 13vw 0;
  }
}
#store .secConcept__heading {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  #store .secConcept__heading {
    margin-bottom: 8vw;
  }
}
@media (max-width: 768px) {
  #store .secConcept__heading .c-heading-01__ja {
    width: 100%;
    display: inline-block;
    font-size: 8.5vw;
    padding: 2px 1px 1px;
  }
}
#store .secConcept__box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 80px;
}
@media (max-width: 1080px) {
  #store .secConcept__box {
    gap: 0 20px;
  }
}
@media (max-width: 768px) {
  #store .secConcept__box {
    display: block;
  }
}
#store .secConcept__imgWrap {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  #store .secConcept__imgWrap {
    margin-bottom: 10vw;
    flex-direction: row-reverse;
  }
}
#store .secConcept__en {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 32px;
  color: #81cc38;
  line-height: 1;
  transform: translateX(-7px);
  margin-right: 10px;
}
@media (max-width: 768px) {
  #store .secConcept__en {
    font-size: 6.4vw;
    margin-right: 0;
    margin-left: 1vw;
    transform: translateX(0.5vw);
  }
}
#store .secConcept__img {
  border: 2px solid #81cc38;
}
@media (max-width: 768px) {
  #store .secConcept__img {
    flex: 1;
  }
  #store .secConcept__img img {
    width: 100%;
  }
}
#store .secConcept__ttl {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #store .secConcept__ttl {
    margin-bottom: 7vw;
  }
}
#store .secConcept__txt {
  font-size: 16px;
  line-height: 1.75;
}
@media (max-width: 768px) {
  #store .secConcept__txt {
    font-size: 3.8vw;
    line-height: 1.7;
  }
}

#top .secMainView__diet-bodymake {
  top: 0;
  left: 63.8%;
  width: 36%;
}
@media (max-width: 768px) {
  #top .secMainView__diet-bodymake {
    display: none;
  }
}

/**
* Foundation
* ========================== */
/* Object
* ========================== */
/* Component ------------ */
/* Structures ------------ */
/* page ------------ */


.tenpoinfo_lists {
    font-size: .7em;
}

.fix_button_store{
    overflow: hidden;
    margin: 0 0 10px;
    padding: 5px 0;
    display: block;
    position: fixed;
    bottom: 0px;
	 width:100%;
}


.secAbout {
    margin-top: 70px;
}

/* + sasaki0930 */
/*----------------------------*/
.secFeature__ttl_h3{
	color: #81CC38;
	height: 42px;
	font-size: 42px;
	line-height: 36px;
	
	@media (max-width: 768px){
		width: 62vw;
		height: 32px;
		font-size: 26px;
		line-height: 30px;
	}
}

.secPrice__ttl_h3{
	  height: 30px;
    margin-bottom: 11px;
    font-size: 32px;
    line-height: 32px;
}

.compare__heading_h3{
	background-color: #81CC38;
	color: #ffffff;
	
	@media (min-width: 1080px){
		width: 42px;
		height: 236px;
		font-size: 32px;
    	line-height: 41px;
    	text-align: center;
		-ms-writing-mode: tb-rl;
  		writing-mode: vertical-rl;
	}
	@media (max-width: 768px){
			text-align: center;
			/*font-size: 31px;*/
			font-size: 8vw;
			height: 36px;
			
			line-height: 27px;
			padding: 3px;
	}
}

.secProgram__plan_h3{
	 height: 60px;
	 font-size: 54px;
    background-color: #81CC38;
    color: #ffffff;
	@media (min-width: 1080px){
   		 line-height: 53px;
	}
	 @media (max-width: 768px){
		 height: 43px;
		 font-size: 36px;
		 line-height: 39px;
	 }
}

.h3_diet{
	width: 333px;
	@media (max-width: 768px){
		width: 224px;
	}	
}

.h3_plan{
	width: 386px;
	@media (max-width: 768px){
		width: 261px;
	}	
}


.h3_body{
	width: 386px;
	@media (max-width: 768px){
		width: 254px;
	}	
}

.h3_program{
	width: 438px;
	@media (max-width: 768px){
		width: 295px;
	}	
}

.secFlow__ttl_h3{
	color: #81CC38;
	width: 291px;
	height: 23px;
	 font-size: 21px;
    line-height: 21px;
}

.problem__ttl_h3_left{
	color: #81CC38;
	width: 320px;
	height: 25.2px;
	 font-size: 24px;
    line-height: 24px;
	@media (max-width: 768px){
		width: 243.7px;
		height: 39px;
		font-size: 20px;
		line-height: 41px;
	}	
}

.problem__ttl_h3_right{
	color: #81CC38;
	width: 432px;
	height: 25.2px;
	 font-size: 24px;
    line-height: 24px;
	@media (max-width: 768px){
		width: 243.7px;
		height: 39px;
		font-size: 20px;
		line-height: 41px;
	}	
}

.problem__ttl_h3_right_br{
	@media (min-width: 1080px){
   		 display: none;
	}
	@media (max-width: 768px){
		display: "";
	}	
}
.problem__ttl_h3_right_under{
	@media (max-width: 768px){
	 	height: 54px;
    	line-height: 30px;
	}
}

.store_about_h3{
	 font-size: 20px;
    margin-bottom: 10px;
    color: #81cc38;
}

.near__ttl_h3{
    background-color: #81cc38;
    color: #fff;
    display: inline-block;
    font-size: 28px;
    padding: 4px 5px;
    line-height: 1;
}

.near__ttl_h3_div{
	text-align: center;
}

.secMainView__personalgym_top{
	display: inline-block;
  font-size: 60px;
	@media (max-width: 1024px){
		font-size: 4.8vw;
		height: 6vw;
	}
  line-height: 61px;
  color: #fd76aa;
}

.secMainView__personalgym_under{
	display: inline-block;
	text-align: center;
  font-size: 50px;
	  height: 65px;
	@media (max-width: 1024px){
		font-size: 3.8vw;
		height: 5vw;
	}

  margin-top: 10px;
  line-height: 56px;
  color: #81cc38;
  border: 1px solid #81cc38;
}

.secMainView__personalgym_continue{
  background-color: #fd76aa;
  color: #ffffff;
  height: 100%;
  display: inline-block;
  padding-bottom: 6px;
  padding-left: 6px;
}

.secMainView__personalgym_under:before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #FFF;
  top: 70px;
  left: calc(50% - 9px);
  z-index: 2;
}

.secMainView__personalgym_under:after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #81cc38;
  top: 68px;
  left: calc(50% - 10px);
  z-index: 1;
}

.secMainView__personalgym_pc{
  @media (max-width: 1000px){
    display: none;
  }
}

.secMainView__personalgym_sp{
  display: none;
  @media (max-width: 768px){
    	display: flex;
	}
}

.secMainView__personalgym_sp_h1{
	display: flex;
}

.secMainView__personalgym_sp_left{
	display: inline-block;
  height: 94px;
  font-size: 42px;
   width: 56px;
	background-color: #fd76aa;
  color: #ffffff;
  text-align: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.secMainView__personalgym_sp_right{
	display: inline-block;
	width: 287px;
	height: 94px;
	margin-left: 10px;
}

.secMainView__personalgym_sp_top{
	display: inline-block;
  height: 47px;
	/*font-size: 40px;}*/
	width: 74vw;
	font-size: 9.6vw;
	line-height: 48px;
	color: #fd76aa;
}

.secMainView__personalgym_sp_under{
	display: inline-block;
	margin-top: 10px;
   height: 37px;
   line-height: 34px;
	width: 74vw;
	/*font-size: 25px;*/
	font-size: 6.4vw;
	color: #81cc38;
   border: 1px solid #81cc38;
	text-align: center;
}

.secMainView__personalgym_sp_under:before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #FFF;
  top: 49px;
  left: calc(calc(50% - 9px) + 33px);
  z-index: 2;
}

.secMainView__personalgym_sp_under:after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #81cc38;
  top: 47px;
  left: calc(calc(50% - 10px) + 33px);
  z-index: 1;
}

.secMainView__store__dp_h1{
	font-size: 42px;
	@media (max-width: 1024px){
	  font-size: 2.5vw;
	}
	@media (max-width: 768px){
		/*font-size: 16px;*/
		font-size: 4vw;
	}
}

.secProgram__ttl_h3_top{
	height: 60px;
   background-color: #fd76aa;
   font-size: 38px;
	color: #fff;
	font-style: italic;
	text-align: center;
}

.secProgram__ttl_h3_under{
	position: relative;
	font-size: 24px;
   height: 54px;
   margin-bottom: 27px;
	color: #fd76aa;
	text-align: center;
	border: 2px solid #fd76aa;
   line-height: 47px;
	@media (max-width: 768px){
		font-size: 3.7vw;
	}
}

.secProgram__ttl_h3_under:before,
.secProgram__ttl_h3_under:after {
    position: absolute;
    bottom: -32px;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
}

.secProgram__ttl_h3_under:before {
    border: 19px solid;
    border-color: transparent;
    border-top-color: #fff;
    margin-left: -19px;
	  z-index: 2;
}

.secProgram__ttl_h3_under:after {
    border: 16px solid;
    border-color: transparent;
    border-top-color: #fd76aa;
    margin-left: -16px;
	  z-index: 1;
}

.secProgram__subttl_h3{
	font-size: 24px;
    border: 1px solid #fd76aa;
    color: #fd76aa;
	@media (max-width: 768px){
		 font-size: 4.1vw;
	}
}

.secProgram__subttl_h3_left{
	width: 419px;
	@media (max-width: 768px){
    	width: 71vw;
	}
}

.secProgram__subttl_h3_right{
	width: 463px;
	@media (max-width: 768px){
    	width: 80vw;
	}
}

.secProblem__catch_h3{
	font-size: 32px;
	text-decoration: underline;
	color: #fd76aa;
	@media (max-width: 768px){
    	font-size: 6.3vw;
	}
	
}
/*----------------------------*/


span.hissu_form {
    color: white;
    margin-left: 5px;
    font-size: .9em;
    background: red;
    padding: 1px 5px;
    border-radius: 7px;
}