@charset "UTF-8";
/*---------------------
	01.def
	02.base
-----------------------*/
/*---------------------
	01.def.css
 CSS初期化のスタイルを記載
-----------------------*/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@1,500&family=Noto+Sans+JP:wght@300;400;500&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
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,
section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
menu,
video,
audio,
mark,
time,
canvas,
details,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 400;
  background: transparent;
  box-sizing: border-box;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: inherit;
  line-height: 1.8;
}

body {
  overflow-x: hidden;
}

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

*::before,
*::after {
  box-sizing: border-box;
}

input,
select,
textarea {
  vertical-align: middle;
  -webkit-appearance: none;
}

img {
  vertical-align: bottom;
}

ul,
li,
dl,
dt,
dd,
form {
  margin: 0px;
  padding: 0px;
  border: 0px;
  list-style: none;
  letter-spacing: normal;
  /* For IE 6/7 */
  *display: inline;
  *zoom: 1;
}

summary {
  display: block;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}

blockquote,
q {
  quotes: none;
}

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

ins {
  /* remember to highlight inserts somehow! */
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  /* markup tables with 'cellspacing="0"' */
  border-collapse: collapse;
  border-spacing: 0;
}

/*Clearfix*/
.clr:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}

/*---------------------
	02.base
-----------------------*/
body {
  width: 100%;
  position: relative;
  line-height: 1.8em;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
}

img {
  max-width: 100%;
}

a,
a:link {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  opacity: 0.5;
  transition: all 0.35s ease-in;
}

/*---------------------
フェードインアニメーション
-----------------------*/
.fade-in {
  opacity: 0;
  transition-duration: 1500ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

/*---------------------
	文字寄せ
-----------------------*/
.alc {
  text-align: center;
}

.all {
  text-align: left;
}

.alr {
  text-align: right;
}

/*---------------------
	余白調整
-----------------------*/
.mt100 {
  margin-top: 100px;
}

.mt80 {
  margin-top: 80px;
}

.mt70 {
  margin-top: 70px;
}

.mt60 {
  margin-top: 60px;
}

.mt40 {
  margin-top: 40px;
}

.mt30 {
  margin-top: 30px;
}

.mt20 {
  margin-top: 20px;
}

/*---------------------
Wordpress デフォルト化
-----------------------*/
/* ウィジェットタイトルを非表示に */
.main-widget-label {
  display: none;
}

html {
  scroll-behavior: smooth;
}

/* css移植 */
.headFixed {
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background: #fff;
  position: fixed !important;
  display: flex;
}

.head_logo {
  width: 150px;
  height: auto;
  margin-right: auto;
}
.head_logo img {
  width: 100%;
  max-width: unset;
  vertical-align: middle;
}

.head_nav {
  width: 80px;
}
.head_nav a {
  display: inline-block;
  width: auto;
  height: auto;
  line-height: initial;
}
.head_nav img {
  vertical-align: top;
}

.head_nav + .head_nav {
  margin-left: 8px;
}

/* footer ////////////////////////////////////////////////*/
.footer {
  padding: 30px 0;
  background: #000;
  text-align: center;
  letter-spacing: 0.1rem;
  margin-top: 60px;
}
.footer .chushaku1 {
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 2.25;
  padding: 0 16px;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #c0c0c0;
}

.footer_logo {
  margin: 20px 0 10px;
}

.footer_logo img {
  width: 260px !important;
}

.footerList {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.footerList__item {
  font-size: 80%;
  margin-left: 16px;
}

footer .service {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
footer .service_item {
  font-size: 100%;
  margin: 0 10px;
  border: 1px solid #8d7536;
  padding: 7px 30px;
}
footer .gotop {
  right: 26px;
  display: block;
  margin: -55px 2% 0 0 !important;
  text-align: right;
  position: absolute;
}
footer a.out {
  color: #fff;
}
footer a.out[href^=http]:after,
footer a.out[href^="//"]:after {
  margin: 0 0 0 3px;
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 900;
}
/* lp */
.app23 {
  padding-top: 45px;
}
.app23 * {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  color: #222430;
}
.app23 span {
  font-weight: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
.app23 .bold {
  font-weight: 500;
}
.app23 .gold {
  color: #A98904;
}
.app23 .line_grn {
  color: #06c755;
}
.app23 .marker {
  background-image: linear-gradient(to right, rgba(212, 187, 83, 0.25), rgba(212, 187, 83, 0.25));
  background-position: center bottom;
  background-size: 100% 40%;
  background-repeat: no-repeat;
  font-size: inherit;
  font-weight: inherit;
}
.app23 .cnt_box {
  display: inline-block;
}
.app23 .caption {
  display: block;
  font-size: 10px;
  font-weight: 500;
  line-height: 2;
}
.app23 h2 {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.01;
  font-weight: 500;
}
.app23 .title_block {
  margin-bottom: 24px;
}
.app23 .title_block h2 {
  text-align: center;
}
.app23 .title_block h2::before {
  content: "";
  display: block;
  width: 25px;
  height: 16px;
  background: url(../img/ico_logo_diamond.svg) no-repeat center/100% auto;
  margin: 0 auto 0.25em;
}
.app23 section:not(.mv) {
  margin-top: 48px;
}
.app23 .cta_block {
  width: 94%;
  max-width: 680px;
  margin: -40px auto 0;
  position: relative;
  z-index: 0;
  background: #222430;
  border-radius: 4px;
  padding: 12px 18px;
}
.app23 .cta_block::before, .app23 .cta_block::after {
  content: "";
  display: block;
  width: 24px;
  height: 120px;
  background: #A98904;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.app23 .cta_block::before {
  left: -4px;
  top: -12px;
}
.app23 .cta_block::after {
  right: -4px;
  bottom: -12px;
  transform: scale(-1);
}
.app23 .cta_block .cta_inner {
  background-color: #fff;
  padding: 12px;
  display: grid;
  grid-template-columns: 30fr 70fr;
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.app23 .cta_block .cta_inner .app_image {
  grid-area: 1/1/2/2;
  padding-right: 3vw;
}
.app23 .cta_block .cta_inner .app_summary {
  grid-area: 1/2/2/3;
  padding-left: 3vw;
}
.app23 .cta_block .cta_inner .app_summary .lead {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.12em;
}
.app23 .cta_block .cta_inner .app_summary .lead span {
  font-weight: 700;
  color: #c30d23;
}
.app23 .cta_block .cta_inner .cta_check li {
  position: relative;
  z-index: 0;
  padding-left: 16px;
  font-size: 16px;
}
.app23 .cta_block .cta_inner .cta_check li::before {
  display: block;
  content: "";
  width: 12px;
  height: 8px;
  background: url(../img/ico_check_pink.svg) no-repeat center/100% auto;
  position: absolute;
  top: 12px;
  left: 0;
}
.app23 .cta_block .cta_inner .btn_block {
  margin-top: 12px;
  grid-area: 2/1/3/3;
}
.app23 .cta_block .cta_inner .btn_block ul {
  display: flex;
  justify-content: space-between;
}
.app23 .cta_block .cta_inner .btn_block ul li {
  display: inline-block;
  width: calc((100% - 12px) / 2);
}
.app23 .cta_block .cta_inner .btn_block a img {
  width: 100%;
}
.app23 .cta_block .cta_inner .btn_block .qr {
  display: none;
}
.app23 .mv {
  background: linear-gradient(135deg, rgb(0, 0, 0) 0%, rgb(51, 51, 51) 100%);
  position: relative;
  z-index: 0;
}
.app23 .mv .mv_contents {
  width: 100%;
  margin: auto;
  max-width: 1920px;
  position: relative;
  z-index: 0;
}
.app23 .mv .mv_contents h1 img {
  display: block;
  width: 100%;
  height: auto;
}
.app23 .mv .swiper {
  width: 52vw;
  position: absolute;
  z-index: 1;
  bottom: 4.2vw;
  left: 2.6vw;
}
.app23 .mv .swiper li img {
  display: block;
  margin: auto;
}
.app23 .mv .swiper li p {
  font-size: 10px;
  color: #fff;
  text-align: center;
  margin-top: 4px;
}
.app23 .trouble .bg_gold {
  background: rgb(169, 137, 4);
  background: linear-gradient(135deg, rgb(169, 137, 4) 0%, rgb(212, 187, 83) 100%);
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.075em;
  line-height: 1.125;
  padding: 12px 24px;
  text-align: center;
}
.app23 .trouble .trouble_contents {
  background: #F7F7F7;
  padding: 20px 16px 48px;
}
.app23 .trouble .trouble_contents ul li {
  display: flex;
  justify-content: space-between;
}
.app23 .trouble .trouble_contents ul li .icon {
  width: 90px;
  height: 90px;
}
.app23 .trouble .trouble_contents ul li .icon img {
  width: 100%;
  height: auto;
}
.app23 .trouble .trouble_contents ul li p {
  width: calc(100% - 100px);
}
.app23 .trouble .trouble_contents ul li + li {
  margin-top: 24px;
}
.app23 .trouble .trouble_contents ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.app23 .trouble .solution {
  text-align: center;
  position: relative;
  top: -16px;
  padding: 0 16px;
}
.app23 .trouble .solution .cnt_box {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.12em;
}
.app23 .trouble .solution p + p {
  margin-top: 24px;
}
.app23 .feature .feature_medals ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: auto;
}
.app23 .feature .feature_medals ul li {
  width: 50%;
  text-align: center;
}
.app23 .feature .feature_medals ul li img {
  width: calc(50vw - 12px);
}
.app23 .feature .feature_medals ul li:nth-child(1) {
  width: 100%;
  margin-bottom: 20px;
}
.app23 .feature .feature_contents {
  position: relative;
  z-index: -1;
  padding: 40px 12px 80px;
}
.app23 .feature .feature_contents::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 100px);
  background: url(../img/bg_bright1.jpg) no-repeat center top/cover;
  position: absolute;
  top: -100px;
  left: 0;
  z-index: -1;
}
.app23 .feature .feature_contents dl {
  background: #fff;
  border-radius: 18px;
  padding: 20px 12px;
  margin-top: 24px;
}
.app23 .feature .feature_contents dl dt {
  font-size: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.3333333333;
  letter-spacing: 0.075em;
}
.app23 .feature .feature_contents dl dt .num {
  display: inline-block;
  width: 58px;
  padding: 0;
  margin-right: 12px;
}
.app23 .feature .feature_contents dl dt .num img {
  width: 58px;
  height: auto;
}
.app23 .feature .feature_contents dl dd {
  margin-top: 12px;
}
.app23 .merrit {
  padding: 0 16px;
}
.app23 .merrit .merrit_contents {
  padding: 0 0 80px;
}
.app23 .merrit details {
  margin: 20px auto 0;
  position: relative;
  z-index: 0;
}
.app23 .merrit details::before {
  content: attr(date-num);
  display: block;
  font-size: 48px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  line-height: 1;
  padding: 0;
  margin: 0 0 -8px 0;
}
.app23 .merrit details summary {
  background: #D9D9D9;
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: 500;
  padding: 8px 32px 8px 8px;
  position: relative;
  z-index: 0;
}
.app23 .merrit details summary::after {
  content: "";
  display: block;
  width: 16px;
  height: 10px;
  background: url(../img/ico_arrow.svg) no-repeat center/100% auto;
  position: absolute;
  right: 10px;
  top: calc((100% - 10px) / 2);
}
.app23 .merrit details .detail_text {
  border: solid 1px #D9D9D9;
  padding: 12px 20px;
}
.app23 .merrit details .detail_text img {
  width: 100%;
  height: auto;
}
.app23 .voice .voice_contents {
  background-size: auto auto;
  background-color: rgb(249, 246, 234);
  background-image: repeating-linear-gradient(90deg, transparent, transparent 12px, rgb(249, 246, 234) 12px, rgb(249, 246, 234) 13px), repeating-linear-gradient(0deg, transparent, transparent 1px, rgb(255, 255, 255) 1px, rgb(255, 255, 255) 13px);
  padding: 16px 16px 80px;
}
.app23 .voice .voice_contents ul li {
  margin-top: 32px;
}
.app23 .voice .voice_contents ul li .title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.3333333333;
}
.app23 .voice .voice_contents ul li .item_num {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.025em;
  color: #5e5e5e;
}
.app23 .voice .voice_contents ul li .star {
  max-width: 120px;
  margin: 12px 0 0;
}
.app23 .voice .voice_contents ul li .star img {
  vertical-align: top;
}
.app23 .voice .voice_contents ul li figure {
  width: 150px;
  margin: 12px auto 0;
}
.app23 .flow .lead {
  text-align: center;
  font-size: 18px;
}
.app23 .flow .item_image {
  width: 62%;
  max-width: 420px;
  margin: 32px auto 0;
}
.app23 .flow .item_image img {
  display: block;
  width: 100%;
  height: auto;
}
.app23 .flow .flow_contents {
  background: #f7f7f7;
  padding: 20px 16px 120px;
  margin-top: 24px;
}
.app23 .flow .flow_step {
  position: relative;
  z-index: 0;
}
.app23 .flow .flow_step::before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background: #A98904;
  position: absolute;
  left: 42px;
  top: 0;
  z-index: -1;
}
.app23 .flow .flow_step li {
  padding: 4px 8px 4px 32px;
  margin: 24px 0 0 auto;
  width: calc(100% - 20px);
  position: relative;
  z-index: 0;
}
.app23 .flow .flow_step li:not(.complete)::before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
  left: -20px;
  top: -4px;
}
.app23 .flow .flow_step li .title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.app23 .flow .flow_step li .tag {
  text-align: right;
  margin-top: 8px;
}
.app23 .flow .flow_step li .tag .tag_inner {
  background: #222430;
  color: #A98904;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  display: inline-block;
  padding: 4px 12px 6px;
  border-radius: 50px;
  line-height: 1.5;
}
.app23 .flow .flow_step .sell {
  border: solid 1px #CC195A;
  background: #FCF2F5;
}
.app23 .flow .flow_step .sell::before {
  background: url(../img/ico_flow1.png) no-repeat center/100% auto;
}
.app23 .flow .flow_step .sell .title {
  color: #CC195A;
}
.app23 .flow .flow_step .buy {
  border: solid 1px #4476B1;
  background: #F4F7FA;
}
.app23 .flow .flow_step .buy::before {
  background: url(../img/ico_flow2.png) no-repeat center/100% auto;
}
.app23 .flow .flow_step .buy .title {
  color: #4476B1;
}
.app23 .flow .flow_step .us {
  border: solid 1px #222430;
  background: #fff;
}
.app23 .flow .flow_step .us::before {
  background: url(../img/ico_flow3.png) no-repeat center/100% auto;
}
.app23 .flow .flow_step .us .tag + .title {
  margin-top: 16px;
}
.app23 .flow .flow_step .complete {
  border: solid 1px #222430;
  background: #D9D9D9;
  text-align: center;
  padding: 4px;
  margin-top: 32px;
}
.app23 .flow .flow_step .complete::before {
  content: "";
  display: block;
  width: 82px;
  height: 82px;
  background: url(../img/img_flow_complete.png) no-repeat center/100% auto;
  position: absolute;
  left: -4px;
  top: -10px;
}
.app23 .flow .flow_step .complete::after {
  content: "";
  display: block;
  width: 94px;
  height: 80px;
  background: url(../img/img_flow_complete2.png) no-repeat center/100% auto;
  position: absolute;
  right: -4px;
  top: 10px;
}
.app23 .flow .flow_step .complete .title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.12em;
}
.app23 .point {
  background-size: auto auto;
  background-color: rgb(249, 246, 234);
  background-image: repeating-linear-gradient(90deg, transparent, transparent 12px, rgb(249, 246, 234) 12px, rgb(249, 246, 234) 13px), repeating-linear-gradient(0deg, transparent, transparent 1px, rgb(255, 255, 255) 1px, rgb(255, 255, 255) 13px);
  padding: 24px 16px 40px;
}
.app23 .point .cs_title {
  font-weight: 500;
  text-align: center;
}
.app23 .point .system_image {
  width: 100%;
  margin: 24px auto 0;
  text-align: center;
}
.app23 .point .cs_point_contents .point_summary {
  background: #222430;
  color: #A98904;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
  padding: 4px 4px 6px 24px;
  position: relative;
  z-index: 0;
  margin-top: 12px;
}
.app23 .point .cs_point_contents .point_summary::before {
  content: "";
  display: block;
  width: 12px;
  height: 9px;
  background: url(../img/ico_check_wh.svg) no-repeat center/100% auto;
  position: absolute;
  left: 6px;
  top: 16px;
}
.app23 .point .cs_point_contents details .point_summary {
  padding-right: 58px;
}
.app23 .point .cs_point_contents details .point_summary::after {
  content: "";
  display: block;
  width: 46px;
  height: 9px;
  background: url(../img/ico_more_wh.svg) no-repeat center/100% auto;
  position: absolute;
  right: 4px;
  top: calc((100% - 9px) / 2);
}
.app23 .point .cs_point_contents details .detail_text {
  border: solid 1px #222430;
  background: #f7f7f7;
  padding: 20px 12px;
}
.app23 .point .cs_point_contents details .detail_text .bold {
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
}
.app23 .point .cs_point_contents details .detail_text .chat_block {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
.app23 .point .cs_point_contents details .detail_text .chat_image {
  width: 33%;
}
.app23 .point .cs_point_contents details .detail_text .chat_text {
  width: calc(67% - 20px);
}
.app23 .faq .faq_content {
  padding: 0 16px 60px;
}
.app23 .faq details {
  margin-top: 16px;
}
.app23 .faq details summary {
  padding-left: 24px;
  position: relative;
  z-index: 0;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.app23 .faq details summary::before {
  content: "Q";
  display: block;
  font-family: "Jost", sans-serif;
  width: 16px;
  font-weight: 700;
  color: #222430;
  position: absolute;
  left: 0;
  top: 4px;
}
.app23 .faq details .answer {
  padding-left: 24px;
  position: relative;
  z-index: 0;
  margin-top: 8px;
}
.app23 .faq details .answer p {
  font-size: 14px;
  letter-spacing: 0.075em;
  line-height: 1.9285714286;
}
.app23 .faq details .answer::before {
  content: "A";
  display: block;
  font-family: "Jost", sans-serif;
  width: 16px;
  font-weight: 700;
  color: #A98904;
  position: absolute;
  left: 0;
  top: 2px;
}
.app23 .faq details + details {
  border-top: solid 1px #222430;
  padding-top: 10px;
}
@media screen and (min-width: 960px) {
  .head_logo {
    width: 260px;
  }
  .head_nav {
    width: 120px;
  }
  .footer {
    margin-top: 80px;
  }
  .app23 {
    padding-top: 58px;
  }
  .app23 h2 {
    font-size: 32px;
  }
  .app23 .title_block h2 {
    font-size: 36px;
  }
  .app23 .title_block h2::before {
    width: 50px;
    height: 32px;
  }
  .app23 section:not(.mv) {
    margin-top: 96px;
  }
  .app23 .cta_block {
    margin-top: -60px;
  }
  .app23 .cta_block .cta_inner .app_image {
    grid-area: 1/1/3/2;
    padding: 0 20px 0 0;
  }
  .app23 .cta_block .cta_inner .app_summary {
    grid-area: 1/2/2/3;
    padding: 0 8px;
  }
  .app23 .cta_block .cta_inner .btn_block {
    grid-area: 2/2/3/3;
    margin: 0;
  }
  .app23 .cta_block .cta_inner .btn_block ul {
    background: #f7f7f7;
    padding: 12px 8px;
  }
  .app23 .cta_block .cta_inner .btn_block ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .app23 .cta_block .cta_inner .btn_block a {
    width: calc(100% - 80px);
  }
  .app23 .cta_block .cta_inner .btn_block .qr {
    display: block;
    width: 75px;
  }
  .app23 .trouble .bg_gold {
    font-size: 36px;
  }
  .app23 .trouble .trouble_contents {
    padding: 40px 16px 80px;
  }
  .app23 .trouble .trouble_contents ul {
    max-width: 1200px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
  }
  .app23 .trouble .trouble_contents ul li {
    width: calc((100% - 48px) / 3);
    flex-direction: column-reverse;
  }
  .app23 .trouble .trouble_contents ul li p {
    width: 100%;
    margin: 0 auto 32px;
    padding-bottom: 8px;
    border-bottom: solid 3px #5e5e5e;
    position: relative;
    z-index: 0;
  }
  .app23 .trouble .trouble_contents ul li p::after {
    content: "";
    display: block;
    width: 12px;
    height: 18px;
    background: #5e5e5e;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    position: absolute;
    left: calc((100% - 12px) / 2);
    bottom: -19px;
  }
  .app23 .trouble .trouble_contents ul li + li {
    margin-top: 0;
  }
  .app23 .trouble .trouble_contents ul li:nth-child(even) {
    flex-direction: column-reverse;
  }
  .app23 .trouble .solution {
    top: -28px;
  }
  .app23 .trouble .solution .cnt_box {
    font-size: 32px;
  }
  .app23 .trouble .solution .cnt_box .text_logo {
    display: inline-block;
    width: auto;
    height: 42px;
  }
  .app23 .trouble .solution .cnt_box .text_logo img {
    width: auto;
    height: 100%;
  }
  .app23 .feature .feature_medals ul {
    justify-content: space-between;
    margin-top: 40px;
  }
  .app23 .feature .feature_medals ul li {
    width: calc((100% - 80px) / 3);
  }
  .app23 .feature .feature_medals ul li:nth-child(1) {
    width: calc((100% - 80px) / 3);
  }
  .app23 .feature .feature_contents {
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding-bottom: 160px;
  }
  .app23 .feature .feature_contents dl {
    width: calc((100% - 48px) / 3);
    max-width: 384px;
    margin: 0 0 0 24px;
  }
  .app23 .feature .feature_contents dl:nth-child(1) {
    margin-left: 0;
  }
  .app23 .merrit .merrit_contents {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    padding-bottom: 160px;
  }
  .app23 .merrit details {
    width: calc((100% - 80px) / 3);
  }
  .app23 .merrit details[date-num="01"] {
    width: 100%;
    margin-bottom: 40px;
  }
  .app23 .voice .voice_contents {
    padding-bottom: 40px;
  }
  .app23 .voice .voice_contents ul {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .app23 .voice .voice_contents ul li {
    width: calc((100% - 80px) / 3);
  }
  .app23 .voice .voice_contents ul li .item_num {
    min-height: 50px;
    display: flex;
    align-items: center;
    margin-top: 8px;
  }
  .app23 .voice .voice_contents ul li .star {
    margin-top: 4px;
  }
  .app23 .voice .cta_block {
    display: none;
  }
  .app23 .flow .lead {
    font-size: 24px;
  }
  .app23 .flow .flow_step {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    max-width: 820px;
    margin: auto;
  }
  .app23 .flow .flow_step::before {
    height: calc(100% - 40px);
    top: 40px;
  }
  .app23 .flow .flow_step li {
    margin: 40px 0 0;
    padding: 12px 16px 12px 32px;
  }
  .app23 .flow .flow_step li .title {
    font-size: 18px;
  }
  .app23 .flow .flow_step .sell {
    width: calc((100% - 40px) / 2);
  }
  .app23 .flow .flow_step .buy {
    width: calc((100% - 40px) / 2);
  }
  .app23 .flow .flow_step .us {
    width: 100%;
  }
  .app23 .flow .flow_step .us .tag + .title {
    margin-top: 28px;
  }
  .app23 .flow .flow_step .complete {
    margin-top: 60px;
  }
  .app23 .flow .flow_step li[date-order="6"] {
    order: 6;
  }
  .app23 .flow .flow_step li[date-order="7"] {
    order: 7;
  }
  .app23 .flow .flow_step li[date-order="8"] {
    order: 8;
  }
  .app23 .point {
    padding: 40px 16px;
  }
  .app23 .point .cs_point_contents {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: auto;
  }
  .app23 .point .cs_point_contents .point_summary {
    width: calc((100% - 80px) / 3);
  }
  .app23 .point .cs_point_contents details {
    width: calc((100% - 80px) / 3);
  }
  .app23 .point .cs_point_contents details .point_summary {
    width: 100%;
  }
  .app23 .faq .faq_content {
    padding-bottom: 120px;
  }
  .app23 .faq details {
    max-width: 720px;
    margin: 20px auto 0;
  }
  .app23 .faq details + details {
    padding-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .footer {
    padding: 30px 0 50px;
  }
  .footer .service_item {
    font-size: 2vw;
    margin: 0 1%;
    border: 1px solid #8d7536;
    padding: 7px 1%;
  }
  .footer .footerList__item {
    font-size: 1.8vw;
    margin-left: 2%;
  }
  .footer_logo img {
    width: 50% !important;
  }
  .footerList__item {
    font-size: 110%;
    margin-left: 16px;
  }
}
@media screen and (min-width: 768px) {
  .app23 .cta_block .cta_inner {
    position: relative;
    padding: 28px;
    grid-template-columns: 25fr 75fr;
  }
  .app23 .cta_block .cta_inner .app_summary .lead {
    font-size: 28px;
    line-height: 1.1428571429;
  }
  .app23 .cta_block .cta_inner .cta_check li {
    font-size: 20px;
    display: inline-block;
    margin: 8px 20px 0 0;
  }
  .app23 .mv .swiper {
    width: 43vw;
    max-width: 836px;
    bottom: 2vw;
    right: 22.235vw;
  }
  .app23 .trouble .trouble_contents ul li .icon {
    margin: auto;
  }
}
@media screen and (min-width: 768x) {
  .app23 .cta_block .cta_inner .cta_check {
    margin-top: 28px;
    border-top: solid 1px #222430;
  }
}