/* 表示非表示 */
.pc_tab_only {
  display: block;
}
.pc_only {
  display: block;
}
.tab_sp_only{
  display: none;
}
.sp_only {
  display: none;
}
.mob_small{
  display: none;
}
span.other {
  display: none;
}
/* 共通 */
body img {
  width: inherit;
}
p {
  font-feature-settings: "palt";
}
#wrapper {
  color: #242424;
}
.container-lp {
  width: 960px;
  margin: 0 auto;
}
.container-narrow {
  width: 960px;
  margin: 0 auto;
  padding: 0 34px;
}
a:link {
  text-decoration: none;
}

/* spanの文字色設定　濃いピンク 白 */
.exColor {
  color: #ea639a;
}
.exColor_white {
  color: #fff;
}
/* フォント */
.ten {
  font-family: "ten-mincho-text", serif;
  font-weight: 400;
  font-style: normal;
}
.kaku {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;  font-style: normal;
}
.min {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-style: normal;
}
.shippori {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 54px;
}
.georgia {
  font-family: "georgiapro", sans-serif;
  font-style: normal;
  font-size: 54px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-shadow: 3px 0 3px #fff;
}
/* フォントサイズ */
.textsize_XL {
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 0.12em;
}
.textsize_L {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.12em;
}
.textsize_LM {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.12em;
}
.textsize_M {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.12em;
}
.textsize_S {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.12em;
}
.titlesize_M {
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0.12em;
}
span.titlesize_L {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.12em;
}
.titlesize_L {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.12em;
}
.titlesize_XL {
  font-size: 38px;
  font-weight: 300;
  letter-spacing: 0.12em;
}
.titlesize_XXL {
  font-size: 42px;
  font-weight: 300;
  letter-spacing: 0.15em;
  font-feature-settings: "palt";
}
/* CTA設定 */
.cta-container {
  margin-top: 60px;
  margin-bottom: 60px;
  width: 100%;
  position: relative;
  display: inline-block;
  text-align: center;
}
.cta-btn {
  border: none;
  font-family: "source-han-serif-jp-subset", sans-serif;
  letter-spacing: 0.2em;
  background-color: #727272;
  width: 600px;
  height: 90px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.2em;
  box-shadow: 4px 5px 6px 0 rgba(0, 0, 0, .4);
}
.cta-btn:hover {
  cursor: pointer;
  box-shadow: inset 3px 6px 6px 0 rgba(0, 0, 0, .3);
  background-color: #727272;
  color: #D1A76F;
  transition-duration: 0.5s;
}
/* メイン */
.mainview {
  max-width: 100%;
}
.mainview img {
  width: 100%;
}
/* リンクボタン */
.link-btn-box {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.link-btn {
  position: relative;
  text-decoration: none;
  background-image: url(../images/linkbtn.png);
  display: inline-block;
  /* width: 480px; */
  width: 460px;
  /* height: 60px; */
  height: auto;
  padding: 16px 23px 16px 0;
  /* padding: 16px 50px 16px 0; */
  background-size: contain;
  background-repeat: no-repeat;
  box-sizing: border-box;
  color: #fff;
  font-size: 23px;
  letter-spacing: 0.2em;
  text-shadow: 2px 2px 3px rgba(111, 111, 111, 0.8);
}
.link-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 76%;
  transform: translateY(-50%);
  border: 9px solid transparent;
  border-left: 9px solid #fff;
}
.pr_title {
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0.15em;
  margin-bottom: 15px;
}
/* worries */
.worries_content {
  position: relative;
  background-image: url(../images/bg_worries.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 405px;
  background-size: 100% 100%;
  z-index: 1;
}
.decoLeft {
  font-feature-settings: "palt";
  text-align: left;
  font-family: "hiragino-mincho-pron", sans-serif;
  color: #242424;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 45px 14px 0 14px;
  margin-left: 95px;
  line-height: 1;
}
.decoLeft .textsize_XL {
  margin-right: 5px;
}
.recommend-box {
  padding: 12px 20px 50px;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.recommend-box ul {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recommend-box li {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;  display: flex;
  align-items: center;
  color: #242424;
  letter-spacing: 0.13em;
  font-weight: 400;
  margin-top: 18px;
  box-shadow: 2px 2px 3px 0px rgba(153, 153, 153, 0.8);
}
.reconmmendSmallbox_worries {
  width: 49%;
  padding: 10px 10px;
  background: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  border: #fff 1px solid;
  font-size: 17px;
}
.reconmmendSmallbox_worries .checkmark {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-right: 18px;
  margin-top: 5px;
}
.reconmmendSmallbox img {
  vertical-align: middle;
  position: relative;
  bottom: 3px;
}
.reconmmendSmallbox_worries img {
  vertical-align: middle;
  position: relative;
  bottom: 3px;
}
.comp-highLight {
  color: #b58a5e;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.double_down {
  width: 47px;
  margin: 0 auto;
  margin-top: 10px;
}
/* このようなお悩み見出し飾り */
.heading {
  padding-top: 155px;
  font-size: 28px;
  letter-spacing: 0.12em;
  font-weight: 300;
  align-items: center;
  display: flex;
  justify-content: center;
}
.heading::before,
.heading::after {
  background-color: #242424;
  content: "";
  height: 1px;
  width: 35px;
}
.heading::before {
  margin-right: 0;
  transform: rotate(60deg);
}
.heading::after {
  margin-left: 0;
  transform: rotate(-60deg);
}
/* 解決できます */
.solution {
  position: relative;
  background-image: url(../images/bg_pink_worries.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 60px;
  margin-top: -135px;
}
.solution_titlesizeXL {
  margin-top: 15px;
  text-align: center;
  font-size: 42px;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.boxtext {
  font-size: 50px;
    letter-spacing: 0.1em;
    padding: 5px 23px;
    margin: 0 10px;
    background-color: #fff;
    box-shadow: 2px 2px 3px 0px rgba(255, 153, 153, 0.8);
}
/* 3つから選べます */
.choice {
  background-image: url(../images/choice_pink.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  margin-top: -1px;
}
.choice_title {
  position: relative;
  padding-top: 50px;
}
.entry-custom-links {
  margin-top: 10px;
  display: flex;
  width: 90%;
  height: 40px;
}
.entry-custom-links dt {
  position: relative;
  padding: 7px 55px;
  border-radius: 10px 0 0 10px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.entry-custom-links--css dt {
  background: #ef628e;
}
.entry-custom-links dt span {
  font-size: 17px;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 300;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.entry-custom-links dd {
  width: 100%;
  padding: 0 0 0 30px;
  border-radius: 0 10px 10px 0;
}
.entry-custom-links--css dd {
  background: rgba(36, 36, 36, 0.4);
}
.entry-custom-links--css li {
  font-family: "ten-mincho-text", serif;
    color: #fff;
    font-size: 31px;
    font-weight: 300;
    letter-spacing: 0.1em;
    margin-top: -15px;
}
span.choice_num {
  font-size: 42px;
  vertical-align: -4px;
}
.choice_fig img {
  position: absolute;
  width: 167px;
  top: -60px;
  right: 10px;
}
.choice_btn_box {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin: 30px auto 0;
}
.choice_btn {
  text-align: center;
  width: 32%;
}
.choice_btn.choice_product a {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;  font-weight: 400;
  display: block;
  padding: 20px 30px;
  color: #fff;
  background: #ea537e;
  font-size: 17px;
  letter-spacing: 0.12em;
  text-decoration: none;
  border-radius: 45px;
  transition: all 0.3s ease 0s;
}
.choice_btn a span:after {
  content: '';
  display: inline-block;
  margin: 0 0 1px 12px;
  width: 6px;
  height: 10px;
  background-image: url(../images/ico_arrow_white.svg);
  background-size: cover;
}
.choice_btn.choice_product a span:after {
  background-image: url(../images/ico_arrow_white.svg);
}
.choice_title_subtext {
  font-size: 20px;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;  font-weight: 400;
  text-align: center;
  letter-spacing: 0.13em;
  fill: #6f655f;
  stroke: #fff;
  stroke-width: 5;
  paint-order: stroke;
  stroke-linejoin: round;
}
.choice_subtext {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;  font-weight: 400;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  fill: #ea537a;
  stroke: #fff;
  stroke-width: 4;
  paint-order: stroke;
  stroke-linejoin: round;
}
/* REASON */
.reason {
  position: relative;
  z-index: 0;
}
.cont01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: -1;
  transform: skewY(3deg);
  transform-origin: top right;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(252, 232, 236, 1));
}
.cont02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: -1;
  transform: skewY(-3deg);
  transform-origin: top right;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(252, 232, 236, 1));
}
.cont03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: -1;
  transform: skewY(3deg);
  transform-origin: top right;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(252, 232, 236, 1));
}
.reason__container {
  padding-top: 30px;
  padding-bottom: 0;
}
.reason__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.reason__text {
  font-size: 16px;
}
.reason_cont00_title_box {
  width: 100%;
  padding: 30px 0 80px 0;
  color: #242424;
  text-align: center;
}
.reason_title {
  line-height: 3.5;
}
.reason_title_sub {
  margin-top: -15px;
  letter-spacing: 0.1em;
}
img.reason_title_bubble {
  width: 96.5px;
  margin-left: -100px;
  margin-right: 40px;
}
img.reason_title_num {
  width: 46px;
  vertical-align: text-bottom;
  margin-left: 10px;
  margin-right: 14px;
}
img.reason_title_point {
  vertical-align: text-bottom;
  width: 192px;
  margin-left: 8px;
}
.reason_box {
  display: flex;
}
.reason_box_left {
  margin-top: 10px;
  width: 65%;
}
.reason_box_right img {
  width: 215px;
}
.reason_cont_box {
  display: flex;
  align-items: baseline;
}
.reason_cont_right {
  width: 85%;
  padding-left: 25px;
  padding-right: 15px;
  letter-spacing: 0.13em;
  line-height: 1.4;
}
.reason_cont_right.textsize_M {
  margin-top: 14px;
}
h2.reason_title02 span.titlesize_M {
  margin-right: 3px;
  letter-spacing: 0.15em;
}
.reason_cont_left {
  width: 16%;
}
.reason_cont_left img {
  width: 85px;
}
.reason_foot {
  margin-top: 35px;
}
.reason_box.reason01_box {
  margin-top: -30px;
}
h2.reason_title01.titlesize_XXL {
  line-height: 1.1;
}
.reason02_cont_list_fig img {
  width: 150px;
}
.cont02 {
  margin-bottom: 100px;
}
.reason02_titlebox img {
  width: 85px;
}
.reason02_titlebox {
  text-align: center;
  margin-top: 55px;
}
.reason02_cont_text {
  box-sizing: border-box;
  width: 570px;
  margin: 20px auto 35px;
  text-align: left;
  letter-spacing: 0.13em;
}
.reason02_cont_imgInner {
  display: flex;
  justify-content: space-between;
}
.reason02_cont_imgbox {
  background-color: #fff0f5;
  border-radius: 26px;
  margin: 0 auto;
  padding: 30px;
}
.reason02_cont_list_title {
  width: 150px;
  background-color: #e874a1;
  color: #fff;
  padding: 10px 0;
  margin-bottom: 15px;
  text-align: center;
  font-size: 17px;
}
.flex-rev {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.reason03 {
  align-items: center;
  margin-left: 20px;
}
.reason03_foot {
  width: 87%;
  margin-left: 20px;
}
.reason03_foot p {
  margin-top: 25px;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 16px;
  letter-spacing: 0.13em;
  line-height: 1.5;
}
.flex-rev.reason_box_right img {
  width: 304px;
  margin-left: 15px;
}
.reason_box.flex-rev .reason_box_right img {
  width: 335px;
}
.reason03_graph img {
  width: 240px;
}
.flex-rev .reason_cont_right {
  padding-left: 10px;
}
.reason_box.flex-rev .reason03_graph {
  text-align: center;
  margin-top: 32px;
}
.cont03 {
  margin-bottom: 85px;
}
.flex-rev .reason_cont_right.textsize_M {
  margin-top: 0px;
}
/* ABOUT */
.about {
  position: relative;
  background-image: linear-gradient(90deg, rgba(239, 137, 161, 1), rgba(246, 194, 198, 1));
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  margin-bottom: 30px;
}
/* 共通タイトル */
.title_common_box {
  position: relative;
  margin-left: 34px;
}
.title_common_left {
  text-align: center;
  width: 64%;
}
.title_common_right {
  width: 330px;
  position: absolute;
  top: 0;
  right: 34px;
}
.title_common_right img {
  width: 330px;
}
.about_point_circle {
  text-align: center;
  padding: 0 20px;
}
.title_common_left h3 {
  display: inline-block;
  margin-top: 30px;
  background-color: rgba(36, 36, 36, 0.4);
  color: #fff;
  padding: 4px 13px;
  letter-spacing: 0.12em;
}
span.about_title_sizeS {
  color: #fff;
  font-family: "ten-mincho-text", serif;
  font-size: 32px;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.title_common_left h2 {
  font-feature-settings: "palt";
  display: inline-block;
  margin-top: 5px;
  color: #fff;
  font-family: "ten-mincho-text", serif;
  font-size: 50px;
  letter-spacing: 0.15em;
  font-weight: 400;
  text-shadow: 3px 0 3px #ff9999;
}
.title_common_left p {
  color: #fff;
  text-align: left;
  margin-bottom: 13px;
  letter-spacing: 0.13em;
  padding: 0 20px;
}
.circle {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ef89a1;
  margin-right: 13px;
  font-weight: 600;
}
a.circle.kaku:last-child {
  margin-right: 0;
}
.circle span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100px;
  text-align: center;
  color: #ea5e8c;
  letter-spacing: 0.13em;
  line-height: 1.17;
}
span.space_narrow{
  letter-spacing: 0.09em;
  line-height: 1.35;
}
/* こんな方におすすめ */
.recommendTitle {
  margin-top: 70px;
  margin-bottom: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.12em;
}
.reconmmendContentBox {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reconmmendSmallbox {
  width: 49%;
  padding: 5px 15px;
  margin-bottom: 20px;
  background: url(../images/common_reccomend_bg.png);
  background-size: cover;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.12em;
}
.reconmmendSmallbox span {
  font-size: 17px;
  font-weight: 400;
}
li.reconmmendSmallbox img.checkmark {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-right: 18px;
  margin-top: 5px;
}

.typeInner {
  margin-top: 30px;
}
.typecontainer {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.18em;
  margin-bottom: 10px;
}
.type_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  border-top: none;
}
.type_item {
  border: solid 1px rgb(var(--border));
  box-shadow: 0px 5px 0px 0px rgb(var(--bg));
  padding: 0 20px 20px;
}
.type_head_gray {
  background: #a3a5a2;
  display: block;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.18em;
  text-align: center;
  padding: 5px 20px;
  margin: 0;
}
.type_head_green {
  background: #00c0bd;
  display: block;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.18em;
  text-align: center;
  padding: 5px 20px;
  margin: 0;
}
.green {
  border: solid 1px #00c0bd;
}
.gray {
  border: solid 1px #a3a5a2;
}
.type_body_sub {
  height: 70px;
  position: relative;
}
.type_body_sub p {
  position: absolute;
  top: 50%;
  line-height: 1.5em;
}
.type_body_sub span.exColor {
  font-weight: 600;
}
p.single {
  margin-top: -0.7em;
}
p.multi {
  margin-top: -1.5em;
}
.type_body img {
  width: 100%;
  padding: 15px 40px 0px;
  box-sizing: border-box;
}
.type_body p {
  width: 100%;
  display: block;
}
.type_items_box {
  text-align: center;
}
.single {
  display: flex;
  align-items: center;
}
.multi {
  display: flex;
  align-items: center;
}
.type_precautions {
  margin-top: 25px;
}
.type_precautions p {
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #7f7f7f;
}
.fat-contents {
  margin-bottom: 80px;
}
/* エルゴノミックスバナー */
.ergonomix_banner {
  margin: 55px 0 20px;
  position: relative;
  background: url(../images/bg_ergonomix2.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.ergonomix_banner_Inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner_left {
  width: 60%;
  text-align: center;
}
.banner_right img {
  width: 330px;
}
img.logo_motiva {
  width: 128px;
  position: absolute;
  top: 20px;
  left: 20px;
}
img.registered {
  width: 20px;
  position: absolute;
  top: 110px;
  left: 450px;
}
.banner_left h2 {
  margin-top: -20px;
}
.erugonomix_sub {
  letter-spacing: 0.01em;
}
.ergonomix_text {
  letter-spacing: 0.1em;
  margin-top: -10px;
}
.title_motiva {
  margin-top: 30px;
}
/* Moltivaの特徴 */
.features_list {
  display: flex;
  justify-content: space-between;
  border: solid 1px #a3a5a2;
  margin-bottom: 15px;
}
.features_left {
  width: 20%;
}
.features_right {
  padding: 10px 43px 0 5px;
}
.features_right h3 {
  padding-bottom: 3px;
  font-weight: 600;
  letter-spacing: 0.18em;
}
.features_text {
  font-size: 14px;
  color: #7f7f7f;
  line-height: 1.4;
  letter-spacing: 0.14em;
}
.features_left img {
  width: 170px;
}
.silicon_narrow {
  width: 600px;
  margin: 55px auto 20px;
}
.type_bottom_narrow {
  height: 50px;
}
h2.heading_case {
  text-align: center;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0.2em;
}
h3.heading_case_sub {
  text-align: center;
  letter-spacing: 0.13em;
}
.type_box.grid3 {
  width: 710px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px;
  border-top: none;
}
.type_box .grid3 img {
  padding: 15px 0 0;
}
.banner_instagram {
  padding-top: 80px;
}
.banner_instagram img {
  width: 100%;
}
.other_title {
  text-align: center;
  margin-top: 80px;
}
.other_title img {
  width: 97px;
}
.pickup img {
  padding: 15px 0 0;
}
.case_list {
  gap: 30px 10px;
}
.other_case {
  display: flex;
  align-items: center;
}
.case_left {
  width: 46%;
}
.case_left img {
  width: 100%;
  padding: 0;
}
.case_right {
  width: 54%;
  padding-top: 15px;
  padding-left: 10px;
  text-align: left;
}
.case_right p {
  color: #7f7f7f;
}
.case_right h2 {
  font-size: 22px;
  letter-spacing: 0.12em;
  font-weight: 300;
}
.case_arrow {
  height: 20px;
  position: relative;
  text-align: right;
}
.case_arrow a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.case_arrow img {
  padding: 0;
  width: 35px;
}
/* 施術の流れ */
.flow {
  position: relative;
  background-color: #e27997;
  padding-top: 50px;
  padding-bottom: 44px;
}
.flow_list_box {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.flow_item {
  width: 205px;
  text-align: center;
  padding: 0;
  position: relative;
}
.flow_item_label {
  background: #fff;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.13em;
  color: #e27997;
}
.flow_item_label span {
  font-size: 22px;
  font-weight: 300;
}
.flow_item_wrapper img {
  margin-top: -1px;
  width: 100%;
}
.flow_item p {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 15px;
  margin-top: 15px;
  color: #fff;
  letter-spacing: 0.12em;
}
.flow_item:not(:first-child):before {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 38px;
  border-style: none;
}
.flow_item:not(:first-child)::before {
  background: url(../images/flow_arrow.png);
  background-size: contain;
  top: 47%;
  left: -18%;
  margin-top: -30px;
  border: none;
}
.hokyo-booking{
  margin-top: 80px;
  margin-bottom: 80px;
}
/* 料金表 */
.price {
  position: relative;
  background: url(../images/bg_price_table.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 30px;
  margin-bottom: 80px;
}
.price_table {
  margin-top: 40px;
  margin-bottom: 10px;
}
.price_table th {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  padding: 16px 10px;
  background-color: #e27997;
  border: #e27997 1px solid;
  border-right: 1px solid #fff;
  color: #fff;
  font-size: 17px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.price_table td {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  border: #e27997 1px solid;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1.2;
  padding: 16px 10px;
}
.price_table th.th_right {
  border-right: #e27997 1px solid;
}
.price_table td.first {
  width: 45%;
  /* border-bottom: #e27997 1px solid; */
  background-color: #fff5f8;
  color: #e27997;
  font-size: 24px;
}
.price_table td.second {
  background-color: #fff;
  color: #e27997;
  font-size: 17px;
}
.price_table td.last {
  background-color: #fff;
  color: #242424;
  font-size: 24px;
}
span.tax {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1.2;
}
span.monitor {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1.2;
}
p.priceDisp {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 15px;
  text-align: left;
  position: relative;
  left: 70px;
  color: #242424;
  letter-spacing: 0.13em;
}
span.small_text {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 18px;
  letter-spacing: 0.02em;
}

span.space {
  margin-left: 1em;
}
/* タブレット設定 */
@media screen and (max-width:766px) {
  /* 表示非表示 */
  .pc_only {
    display: none;
  }
  .pc_tab_only {
    display: block;
  }
  .tab_sp_only{
    display: block;
  }
  .sp_only {
    display: none;
  }
  .mob_small{
    display: none;
  }
  span.other {
    display: inline;
  }
  .container-lp {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  .container-narrow {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  /* CTA設定 */
  .cta-btn {
    font-size: 20px;
    width: 300px;
    height: 60px;
  }
  /* フォントサイズ */
  .textsize_XL {
    font-size: 22px;
  }
  .textsize_L {
    font-size: 18px;
  }
  .titlesize_XL {
    font-size: 34px;
  }
  .titlesize_L {
    font-size: 26px;
  }
  .titlesize_M {
    font-size: 24px;
  }
  span.titlesize_L {
    font-size: 26px;
  }
  .titlesize_XXL {
    font-size: 38px;
  }
  /* リンクボタン */
  .link-btn-box {
    margin: 30px 0;
  }
  .pr_title {
    font-size: 24px;
  }
  .reconmmendSmallbox_worries {
    width: 48%;
  }
  .recommend-box ul {
    justify-content: space-evenly;
  }
  h2.decoLeft {
    padding-top: 40px;
    margin-left: 20px;
    margin-bottom: 0;
    font-size: 28px;
  }
  .reconmmendSmallbox_worries {
    font-size: 15px;
    padding: 5px 10px;
  }
  .reconmmendSmallbox_worries .checkmark {
    width: 17px;
    height: 17px;
    margin-left: 3px;
    margin-right: 10px;
}
li.reconmmendSmallbox img.checkmark {
  width: 17px;
    height: 17px;
    margin-left: 3px;
    margin-right: 10px;
}
  .comp-highLight {
    font-size: 17px;
    letter-spacing: 0.02em;
  }
  .recommend-box li {
    letter-spacing: 0.02em;
    margin-top: 10px;
  }
  .recommend-box {
    padding: 10px 20px 35px;
    width: 100%;
    margin-top: -5px;
}
  .double_down img {
    width: 40px;
  }
  .worries_content {
    height: 290px;
  }
  .heading {
    padding-top: 100px;
    font-size: 24px;
  }
  .solution {
    padding-bottom: 30px;
    margin-top: -85px;
}
  .solution_titlesizeXL {
    font-size: 32px;
  }
  .boxtext {
    font-size: 40px;
    padding: 5px 15px;
  }
  .choice {
    height: 500px;
  }
  .choice_btn {
    width: 90%;
    margin: 0 auto;
  }
  .choice_btn_box {
    display: block;
    margin: 60px auto 0;
  }
  .choice_btn.choice_product a {
    padding: 15px 30px;
    margin-bottom: 25px;
  }
  .choice_fig img {
    width: 120px;
    top: 0;
    right: 10px;
  }
  span.choice_num {
    font-size: 31px;
    vertical-align: -2px;
  }
  .entry-custom-links--css li {
    font-size: 22px;
    margin-top: -6px;
  }
  .entry-custom-links {
    margin: 0 auto;
  }
  /* h2.heading_choice_lap {
    font-size: 23px;
    padding: 0 60px 0 120px;
  } */
  img.reason_title_num {
    width: 35px;
    margin-left: 7px;
    margin-right: 10px;
  }
  img.reason_title_point {
    width: 150px;
  }
  .reason02_cont_imgbox {
    padding: 30px 15px;
  }
  .reason_cont_right .reason_title02 {
    margin-left: 15px;
}
  .reason02_cont_list_title {
    width: 130px;
    margin-bottom: 10px;
  }
  .reason02_cont_list_fig img {
    width: 130px;
  }
  .reason_box.flex-rev .reason_box_right img {
    width: 315px;
}
.reason03_foot {
  width: 94%;
}
  .title_common_box {
    margin-left: 0;
  }
  .about_point_circle {
    position: relative;
    z-index: 1;
  }
  .title_common_right {
    right: 0;
  }
  .title_common_left h3 {
    margin-top: 20px;
  }
  .title_common_left h2 {
    font-size: 40px;
  }
  span.about_title_sizeS {
    font-size: 25px;
  }
  .reconmmendSmallbox {
    font-size: 17px;
  }
  .reconmmendSmallbox span {
    font-size: 15px;
  }
  .type_head_green,
  .type_head_gray {
    font-size: 17px;
  }
  .recommendTitle {
    margin-bottom: 10px;
  }
  img.logo_motiva {
    width: 100px;
    left: 10px;
  }
  img.registered {
    top: 100px;
    left: 390px;
  }
  .banner_right img {
    width: 300px;
  }
  .features_left img {
    width: 140px;
  }
  .features_right {
    padding: 10px 5px;
  }

  .flow_item {
    width: 22%;
  }
  .flow_item p{
    font-size: 14px;
  }
  .flow_item:not(:first-child)::before {
    background: url(../images/flow_arrow.png);
    background-size: 15px;
    background-repeat: no-repeat;
    left: -15%;
  }
  .hokyo-booking {
    margin: 50px auto 27px;
}
h2.heading_case {
    font-size: 36px;
}
  img.reason_title_bubble {
    width: 71.5px;
    margin-left: -85px;
    margin-right: 30px;
  }
  .reason_cont_left img {
    width: 70px;
  }
  .reason02_titlebox img {
    width: 70px;
  }
  .reason_cont_right,
  .reason02_cont_text,
  .reason03_foot p {
    letter-spacing: 0.1em;
  }
  .reconmmendSmallbox .checkmark {
    width: 10.8px;
    height: 10.8px;
    margin-right: 6px;
  }
  .case_right h2 {
    font-size: 20px;
  }
  p.priceDisp {
    left: 0;
  }
  .price_table td.first {
    font-size: 20px;
  }
  span.small_text {
    font-size: 16px;
  }
  .price_table td.first {
    width: 40%;
  }
  .price_table td.last {
    font-size: 20px;
  }
}
/* モバイル設定 */
@media screen and (max-width:550px) {
  /* 表示非表示 */
  .pc_only {
    display: none;
  }
  .pc_tab_only {
    display: none;
  }
  .tab_sp_only{
    display: none;
  }
  .sp_only {
    display: block;
  }
  .mob_small{
    display: none;
  }
  span.other {
    display: inline;
  }
  .titlesize_XXL {
    font-size: 32px;
}
  .titlesize_XL {
    font-size: 28px;
    letter-spacing: 0.12em;
  }
  .titlesize_L {
    font-size: 22px;
    letter-spacing: 0.12em;
  }
  span.titlesize_L {
    font-size: 22px;
    letter-spacing: 0.12em;
  }
  .titlesize_M {
    font-size: 19px;
  }
  span.about_title_sizeS {
    font-size: 22px;
  }
  span.small_text {
    font-size: 13px;
  }
  .textsize_L {
    font-size: 16px;
    letter-spacing: 0.12em;
  }
  .textsize_M {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.12em;
  }
  .georgia {
    font-size: 20px;
  }
  .shippori {
    font-size: 20px;
  }
  /* 共通設定 */
  .cta-container {
    margin-top: 0;
  }
  .pr_title {
    font-size: 17px;
  }
  .link-btn {
    width: 300px;
    padding: 10px 0 0 0;
    font-size: 18px;
  }
  .link-btn::after {
    top: 35%;
    left: 83%;
  }
  .reason_cont_box {
    align-items: center;
    padding: 0 10px;
  }
  .reason_cont00_title_box {
    letter-spacing: 0.09em;
  }
  img.reason_title_num {
    width: 30px;
    margin-left: 0px;
    margin-right: 7px;
  }
  img.reason_title_point {
    width: 120px;
  }
  img.reason_title_bubble {
    width: 55px;
    margin-left: -45px;
    margin-right: 10px;
  }
  .silicon_narrow {
    width: 100%;
  }
  .typeInner {
    margin-top: 30px;
}
  .type_box.grid3 {
    width: 80%;
    display: block;
  }
  .type_box {
    display: block;
  }
  .type_items_box {
    margin-top: 30px;
  }
  .recommend-box {
    padding: 5px 20px 10px;
  }
  h2.decoLeft {
    padding-top: 70px;
    margin-left: 10px;
    margin-bottom: 0;
  }
  .double_down img {
    width: 35px;
  }
  .recommend-box ul {
    display: block;
  }
  .recommend-box li {
    margin-top: 15px;
  }
  .reconmmendSmallbox_worries {
    width: 100%;
  }
  .worries_content {
    background-image: url(../images/bg_worries_sp.png);
    height: 405px;
    background-size: cover;
  }
  .solution {
    margin-top: -90px;
  }
  .heading {
    font-size: 19px;
  }
  .heading::before,
  .heading::after {
    width: 20px;
  }
  .solution_titlesizeXL {
    font-size: 26px;
    line-height: 1.6;
    margin-top: 0px;
}
  .boxtext {
    font-size: 30px;
    padding: 2px 10px;
  }
  .choice{
    height: 520px;
  }
  img.reason_title_point{
    margin-left: 3px;
  }
  .reason_cont00_title_box {
    padding: 10px 0 65px 0;
  }
  .reason_box {
    display: block;
  }
  .reason_box_left {
    width: 100%;
  }
  .reason_box_right {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .reason_cont_left img,
  .reason02_titlebox img {
    width: 50px;
  }
  .reason_cont_right {
    margin-top: 10px;
    width: 100%;
    padding: 0;
    line-height: 1.6;
    text-align: left;
  }
  .reason_cont_right .reason_title02 {
    margin-left: 0px;
}
  .reason_cont_box {
    display: block;
    align-items: baseline;
}
  .reason_cont_left {
    margin: 0 auto;
    width: 16%;
}
h3.reason_title01, h2.reason_title01 {
  text-align: center;
  line-height: 1.3;
}
h3.reason_title02, h2.reason_title02 {
  text-align: center;
  line-height: 1.3;
}
  .sp_only_reason01 {
    width: 0;
  }
  .reason_box_left {
    margin-top: 0;
}
.reason02_titlebox {
  text-align: center;
  margin-top: 0;
}
.cont02 {
  margin-bottom: 60px;
}
.cont03 {
  margin-bottom: 40px;
}
.cont03 .reason__container {
  padding-top: 3px;
}
  .reason02_cont_text {
    /* box-sizing: border-box; */
    width: 100%;
    padding: 0 10px;
    margin-top: 15px;
  }
  .reason02_cont_list_title,
  .reason02_cont_list_fig img {
    width: 160px;
  }
  .reason02_cont_list {
    margin-bottom: 20px;
  }
  .reason02_cont_imgbox {
    padding: 30px 15px 10px;
  }
  .reason02_cont_imgInner {
    flex-wrap: wrap;
  }
  .reason03 {
    margin-left: 0;
  }
  .reason03_foot {
    width: 100%;
    margin-left: 0;
    padding: 0 10px;
  }
  .reason03_foot p {
    margin-top: 15px;
  }
  .reason_box.flex-rev .reason_box_right img {
    width: 80%;
    margin-right: 0;
  }
  .flex-rev .reason_cont_right {
    padding-left: 0;
  }
  h2.reason_title02 span.titlesize_XXL {
    vertical-align: sub;
  }
  .about {
    height: auto;
  }
  .title_sp_box {
    text-align: center;
  }
  .title_sp_box h3 {
    display: inline-block;
    margin-top: 20px;
    background-color: rgba(36, 36, 36, 0.4);
    color: #fff;
    padding: 4px 7px;
    letter-spacing: 0.18em;
    /* margin: 0 auto; */
  }
  .title_sp_box h2 {
    display: inline-block;
    margin-top: 5px;
    color: #fff;
    font-family: "ten-mincho-text", serif;
    font-size: 30px;
    letter-spacing: 0.02em;
    font-weight: 400;
    text-shadow: 3px 0 3px #ff9999;
  }
  .title_sp_box p {
    text-align: left;
  }
  .title_3pr {
    margin-top: 10px;
    display: flex;
    align-items: center;
  }
  .about_point_circle {
    padding-top: 10px;
    padding-bottom: 20px;
    width: 100%;
  }
  .circle {
    width: 80px;
    height: 80px;
    margin-right: 5px;
    box-sizing: border-box;
  }
  .circle span {
    width: 80px;
    font-size: 13px;
    letter-spacing: 0.09em;
    font-feature-settings: "palt";
  }
  .title_fig {
    width: 25%;
  }
  .title_fig img {
    width: 100%;
  }
  .recommendTitle {
    margin-top: 30px;
  }
  .reconmmendSmallbox {
    width: 100%;
    padding: 5px 10px;
  }
  .ergonomix_banne_sp {
    width: 100%;
  }
  .features_right h3 {
    letter-spacing: 0.1em;
    text-align: center
  }
  .features_text {
    letter-spacing: 0.1em;
  }
  .features_left {
    width: 35%;
  }
  .features_right {
    width: 60%;
  }
  .features_list {
    align-items: center;
    justify-content: space-evenly;
  }
  .features_left img {
    width: 100%;
  }
  .fat-contents {
    margin-bottom: 50px;
  }
  h2.heading_case {
    font-size: 30px;
  }
  .other_title h2.titlesize_L {
    line-height: 1.3;
}
  .other_title img {
    width: 50px;
  }
  .case_right h2 {
    font-size: 16px;
  }
  .case_right p {
    letter-spacing: 0.1em;
  }
  .other_title {
    margin-top: 50px;
  }
  .banner_instagram {
    padding-top: 30px;
  }
  .flow {
    padding-top: 30px;
  }
  .flow_item:not(:first-child)::before {
    background: url(../images/flow_downarrow.png);
    top: -3%;
    left: 45%;
    width: 38px;
    height: 22px;
  }
  .flow_list_box {
    display: block;
  }
  .flow_item {
    display: flex;
    width: 100%;
    margin-bottom: 50px;
    align-items: center;
  }
  .flow_item_wrapper {
    width: 65%;
  }
  .flow_item p {
    width: 100%;
    margin-left: 15px;
  }
  .price_table td.first {
    font-size: 16px;
    letter-spacing: 0;
    padding: 0;
  }
  .price_table td.second {
    width: 25%;
    font-size: 14px;
    letter-spacing: 0;
    padding: 0;
  }
  td.last {
    padding: 10px 0;
    font-size: 16px;
  }
  span.tax {
    font-size: 12px;
    letter-spacing: 0;
  }
  span.monitor {
    display: inline-block;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 5px;
}
  .price_table th {
    font-size: 16px;
  }
  span.small_text {
    font-size: 14px;
  }
  .entry-custom-links {
    display: block;
    margin-top: 10px;
  }
  .entry-custom-links dt {
    padding: 12px 55px;
    border-radius: 10px 10px 0 0;
    text-align: center;
  }
  .entry-custom-links dd {
    text-align: center;
    padding: 5px 0 5px 0px;
    border-radius: 0 0 10px 10px;
  }
  .entry-custom-links--css li {
    font-size: 22px;
    letter-spacing: 0;
    line-height: 1.2;
    margin-top: -6px;
    margin-left: -50px;
  }
  span.choice_num {
    font-size: 32px;
    vertical-align: -2px;
  }
  .choice_fig img {
    width: 90px;
    top: 50px;
    right: 0;
  }
  .choice_btn_box {
    margin: 80px auto 0;
  }
  .choice_title_subtext {
    font-size: 16px;
  }
  h2.reason_title01.titlesize_XXL {
    line-height: 1.6;
}
}
/* モバイル小 */
@media screen and (max-width:380px) {
  /* 表示非表示 */
  .pc_only {
    display: none;
  }
  .pc_tab_only {
    display: none;
  }
  .tab_sp_only{
    display: none;
  }
  .sp_only {
    display: block;
  }
  .mob_small{
    display: block;
  }
  span.other {
    display: inline;
  }
  .pr_title {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .titlesize_L {
    font-size: 18px;
    letter-spacing: 0.12em;
}
.titlesize_M {
  font-size: 16px;
}
  .textsize_XL {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.12em;
  }
  .textsize_M {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.12em;
  }
  .textsize_S {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.12em;
  }
  h2.decoLeft {
    font-size: 23px;
  }
  .reconmmendSmallbox_worries .checkmark {
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }
  .comp-highLight {
    font-size: 15px;
    letter-spacing: 0;
  }
  li.reconmmendSmallbox_worries {
    font-size: 13px;
    letter-spacing: 0;
  }
  .recommend-box {
    padding: 20px 20px 10px;
  }
  h2.decoLeft {
    padding-top: 70px;
  }
  .heading {
    font-size: 16px;
  }
  .heading::before,
  .heading::after {
    width: 16px;
  }
  .solution_titlesizeXL {
    font-size: 22px;
  }
  .boxtext {
    font-size: 22px;
  }
  .solution {
    padding-bottom: 30px;
  }
  .entry-custom-links--css li{
    font-size: 21px;
    margin-left: -50px;
  }
  span.choice_num {
    font-size: 29px;
  }
  img.reason_title_num{
    width: 25px;
  }
  img.reason_title_point {
    width: 115px;
  }
  .reason_cont00_title_box h2.titlesize_XL {
    font-size: 27px;
    line-height: 3;
  }
  .reason02_cont_list_title, .reason02_cont_list_fig img {
    width: 150px;
  }

  .recommendTitle {
    margin-top: 30px;
  }
  .reconmmendSmallbox {
    font-size: 15px;
  }
  .reconmmendSmallbox span {
    font-size: 14px;
  }
  .type_head_green, .type_head_gray {
    font-size: 16px;
    letter-spacing: 0.12em;
  }
  .title_sp_box h2{
    font-size: 25px;
  }
  span.about_title_sizeS {
    font-size: 18px;
  }
  .features_right h3{
    font-size: 14px;
  }
  .type_precautions p{
    font-size: 13px;
  }
  .case_right h2{
    font-size: 15px;
  }
  h2.heading_case {
    font-size: 27px;
  }
  .flow_item p {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  .price_table th {
    font-size: 15px;
  }
  .price_table td.first {
    font-size: 14px;
  }
  span.small_text {
    font-size: 12px;
  }
  .price_table td.second{
    font-size: 12px;
  }
  .price_table td.last {
    font-size: 16px;
  }
  span.tax {
    font-size: 10px;
  }

  p.priceDisp{
    font-size: 13px;
  }
  .titlesize_XXL {
        font-size: 28px;
    }
  
}