/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

* {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

li {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* add */

body {
  max-width: 2000px !important;
  margin: auto !important;
}
img {
  max-width: 100%;
  backface-visibility: hidden;
}

body,
input,
textarea,
select {
  font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN',
    'Hiragino Sans', Meiryo, sans-serif;
  font-size: 11pt;
  line-height: 1.75em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

/* Don't forget to set this to something that matches the design */
a {
  color: #db3b5d;
}

a:hover {
  text-decoration: none;
}

p,
/* ul, */
ol,
dl,
table {
  margin-bottom: 1em;
}

footer {
  margin-top: 1em;
}

/* Sections/Articles */

section,
article {
  margin-bottom: 3em;
}

section > :last-child,
article > :last-child {
  margin-bottom: 0;
}

section:last-child,
article:last-child {
  margin-bottom: 0;
}

button {
  background: #ff4421;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  padding: 10px;
  border: none;
  margin: auto;
}
button:hover {
  cursor: pointer;
  opacity: 0.8;
}

h2 {
  color: #392e2f;
  clear: both;
  margin-top: 0px;
}

#footer h2 {
  background: none;
}

.btn-flex {
  display: flex;
  margin-bottom: 50px;
  max-width: 800px;
  margin: 20px auto 0 auto;
  justify-content: space-around;
}
#plan {
  margin: 0 10px;
}
h3.plan {
  text-align: center;
}
.plans {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
  text-align: center;
  letter-spacing: 1px;
  color: #372f2e;
}
.plans li {
  width: 48%;
  text-align: center;
  height: 470px;
  position: relative;
}
.plans li img {
  width: 80px;
  height: auto;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.plans li .num {
  font-size: 1.7rem;
}
.plans dd.plan-sub {
  font-size: 0.7rem;
  font-weight: normal;
}
dd.plan-sub.cp {
  margin-top: 10px;
  line-height: 1;
  font-weight: bold;
}
dd.plan-sub.cp-mb {
  margin-bottom: 10px;
  margin-top: 5px;
}
.plan-month {
  background-color: #fcf4e0;
}
.plan-light {
  background-color: #e4f3f3;
}
.plan-regular {
  background-color: #fbecee;
}
.plan-premium {
  background-color: #e5d0d0;
}
.plan-point {
  background-color: #ccae80;
  font-size: 10px;
  width: 80%;
  display: block;
  margin: 0 auto;
  line-height: 1.8;
  font-weight: bold;
}
.plan-point + .plan-point {
  margin-top: 5px;
}
.plans dt {
  font-size: 12px;
}
.plans dl {
  margin-top: 1em;
}
.plans dd {
  font-weight: bold;
}
.plans .name {
  display: block;
  height: 120px;
  position: relative;
  font-weight: bold;
  font-size: 14px;
}
.plans .name span {
  position: absolute;
  bottom: 20px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.month {
  border: 3px solid #fcf4e0;
  margin-bottom: 70px;
  margin-top: 70px;
}
.light {
  border: 3px solid #e4f3f3;
  margin-bottom: 70px;
  margin-top: 70px;
}
.regular {
  border: 3px solid #fbecee;
  margin-bottom: 20px;
}
.premium {
  border: 3px solid #e5d0d0;
  margin-bottom: 20px;
}
dd.plan-sub.cp {
  margin-top: 10px;
  line-height: 1.7;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .plans {
    /* width: 88%; */
    width: 50%;
    max-width: 450px;
    margin: 0 auto;
    line-height: 1.5;
  }
  dd.plan-sub.cp {
    margin-top: 10px;
    line-height: 1;
    font-weight: bold;
  }
  .month {
    margin-bottom: 30px;
    margin-top: 70px;
  }
  .light {
    margin-bottom: 30px;
    margin-top: 70px;
  }
  .regular {
    margin-bottom: 30px;
    margin-top: 70px;
  }
  .premium {
    margin-bottom: 30px;
    margin-top: 70px;
  }
  .plans li .num {
    font-size: 1.7rem;
  }
  .plans dt {
    margin-top: 8px;
    font-size: 16px;
  }
  .plans .name span {
    font-size: 18px;
  }
  .plans li {
    /* height: 420px; */
    height: 510px;
    /* width: 23%; */
    width: 48%;
  }
  .plans dd {
    font-weight: bold;
    font-size: 18px;
  }
}

.center {
  padding: 0 20px;
  text-align: center;
}
img.plan-bnr,
img.cp-bnr,
.personalcolor-bnr {
  display: inline-block;
  width: 100%;
  max-width: 800px;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}
img.plan-bnr {
  margin-top: 10px;
}

.plus {
  text-align: center;
}
.fas {
  margin-right: 10px;
}
.fs {
  font-size: 20px;
}
.arrowBottom a {
  position: fixed;
  bottom: 8%;
  left: 46%;
  z-index: 999999999999;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  color: #ff4421;
  background: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  text-align: center;
  line-height: 100%;
  font-size: large;
  border: 2px solid #ff4421;
  opacity: 0.8;
}

.media {
  max-width: 100%;
  font-size: smaller;
  text-align: center;
}

.media .mediaBox {
  display: inline-block;
  margin: 0.5% 0.3%;
  width: 24%;
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  background: #fff;
  flex-shrink: 0;
}
.media .mediaBox img {
  width: auto;
  height: 30px;
  vertical-align: middle;
  object-fit: cover;
}
.media p {
  text-align: center;
  width: 100%;
}

h2 {
  font-weight: bold;
  font-family: sans-serif;
  text-align: center;
}

.flex {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-wrap: wrap;
}

.img-center {
  text-align: center;
}

/* 共通 */
h3 {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 3px;
}
.sub-title {
  font-size: 14px;
  color: rgb(172, 169, 167);
  display: block;
  text-align: center;
  line-height: 14px;
  letter-spacing: 2px;
  font-weight: normal;
}
.furuta {
  font-family: 'futura pt', 'sans-serif';
  font-size: 65px;
  line-height: 65px;
  margin-bottom: 30px;
}

.blue {
  color: #85c1de;
  margin: 0 5px;
}

.furuta-book {
  font-family: 'futura pt', 'sans-serif';
  font-weight: 400;
  font-style: normal;
  display: inline;
  margin-right: 15px;
}

.mb0 {
  margin-bottom: 0;
}
.mb30 {
  margin-bottom: 30px;
}

.fade {
  animation: fadeIn 0.2s ease 0.3s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#header {
  background: #fff;
}
.txt-btn {
  background-color: #44c02c;
  color: #fff;
  font-size: 18px;
  padding: 12px 30px;
  display: flex;
  align-items: center;
  width: 440px;
  justify-content: space-between;
  border-radius: 50px;
  margin: 0 auto;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  max-width: 90%;
  margin-bottom: 10px;
}
.txt-btn2 {
  border: 2px solid #44c02c;
  background-color: #fff;
  color: #44c02c;
  padding: 10px 20px;
  font-size: 18px;
  display: flex;
  align-items: center;
  width: 440px;
  justify-content: space-between;
  border-radius: 50px;
  margin: 0 auto;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  max-width: 90%;
}

.plan-btn-container {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0 auto 50px auto;
  width: 90%;
}
.plan-btn {
  margin: 0 auto;
}
.plan-btn img {
  width: 90%;
  margin-left: 10px;
}

.btn:hover,
.txt-btn:hover,
.txt-btn2:hover,
.muryo-btn:hover,
.muryo-btn2:hover,
.muryo-btn3:hover,
.personalcolor-bnr:hover {
  opacity: 0.8;
}
.txt-container {
  display: inline-block;
  margin: 0 auto;
}

.muryo-btn {
  color: #fff;
  font-size: 18px;
  padding: 20px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 50px;
  margin: 0 auto;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  margin-bottom: 20px;
  background: rgb(87, 225, 85);
  background: linear-gradient(
    45deg,
    rgba(87, 225, 85, 1) 0%,
    rgba(58, 205, 34, 1) 100%
  );
  box-shadow: 5px 5px 1px rgb(192, 192, 192);
  width: 350px;
}
.muryo-btn2 {
  color: #fff;
  font-size: 18px;
  padding: 20px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 50px;
  margin: 0 auto;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  margin-bottom: 20px;
  background: rgb(108, 207, 229);
  background: linear-gradient(
    45deg,
    rgba(108, 207, 229, 1) 0%,
    rgba(59, 198, 232, 1) 100%
  );
  box-shadow: 5px 5px 1px rgb(192, 192, 192);
  width: 350px;
}
.muryo-btn3 {
  color: #fff;
  font-size: 18px;
  padding: 20px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 50px;
  margin: 0 auto;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  margin-bottom: 20px;
  background: rgb(108, 207, 229);
  background: linear-gradient(
    45deg,
    rgba(108, 207, 229, 1) 0%,
    rgba(59, 198, 232, 1) 100%
  );
  box-shadow: 5px 5px 1px rgb(192, 192, 192);
  width: 400px;
}

#main {
  margin: 0 10px;
}

.only-pc {
  display: block;
}
.only-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
}

/* ========================== */
/*         hamburger          */
/* ========================== */

#hamburger {
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 2px;
  top: 4px;
  cursor: pointer;
  z-index: 999;
}

#hamburger span {
  display: block;
  width: 20px;
  height: 1px;
  background: #333;
  position: absolute;
  left: 10px;
  transition: 0.3s;
}

#hamburger:hover span:nth-child(2) {
  left: 15px;
}

#hamburger span:nth-child(1) {
  top: 10px;
}

#hamburger span:nth-child(2) {
  top: 20px;
}

#hamburger span:nth-child(3) {
  top: 30px;
}

#hamburger.active span:nth-child(1) {
  top: 20px;
  transform: rotate(45deg);
}

#hamburger.active span:nth-child(2) {
  left: 30px;
  opacity: 0;
}

#hamburger.active span:nth-child(3) {
  top: 20px;
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .header-nav-container {
    display: none;
  }
  .header-nav-sp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 998;
    background: #fff;
    display: none;
  }

  .header-nav-sp a {
    color: #372f2e;
  }

  .header-nav-sp ul {
    display: block;
    text-align: center;
    line-height: 55px;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #hamburger {
    display: block;
  }
}

@media screen and (min-width: 901px) {
  .header-nav {
    display: block !important;
  }
}

/* header */

.header-top {
  background-color: #fff3f5;
  text-align: center;
  height: 55px;
  display: flex;
  align-items: center;
  font-size: 13px;
  justify-content: center;
}
.header-top_title {
  display: inline-block;
  margin-right: 10px;
}

.header-top_btn {
  border: 1px solid #000000;
  color: #000000;
  padding: 5px 20px;
}

#header .flex {
  height: 75px;
  align-items: center;
  flex-wrap: nowrap;
}

h5 {
  font-weight: normal;
  color: #3a2d2e;
}
#logo-wrapper {
  display: inline-block;
}
.header-logo img {
  height: 20px;
  vertical-align: middle;
  margin: 0 1em 2px 0;
}
.header-nav li a {
  color: #372f2e;
  font-size: 18px;
  line-height: 1;
}
.header-nav li {
  padding: 0 30px;
  text-align: center;
  position: relative;
}
.header-nav span {
  font-size: 11px;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
}

.header-btn img {
  height: 40px;
}

img.login-icon {
  height: 40px;
  margin-left: 10px;
}

/* main */
.homepage {
  width: 100%;
}

.page.flex {
  width: 100%;
  flex-direction: row-reverse;
  margin-top: 20px;
}

/* about */
#about h2 {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
#about .furuta img {
  width: 40%;
  margin-left: 10px;
}
.about-txt {
  letter-spacing: 2px;
  font-size: 110%;
  margin-top: 20px;
}
.nayami img {
  width: 80%;
  margin: 0 auto;
}
.nayami {
  background-color: #f0f0f0;
}

.img-title {
  text-align: center;
}
.img-title img {
  max-width: 600px;
  width: 100%;
}
.about-title img {
  max-width: 500px;
  width: 100%;
}
#aboutRcawaii img {
  width: 500px;
  display: block;
  margin: 0 auto 10px auto;
}

.aboutPanel {
  margin-bottom: 50px;
}
.crowns {
  max-width: 900px;
  margin: 50px auto;
}
.crowns img {
  max-width: 45%;
  margin-bottom: 30px;
}

.point {
  position: relative;
}
.point a {
  display: inline-block;
  text-align: center;
  padding-top: 40px;
}
.point a > img {
  width: 100%;
}

.point .only-pc {
  margin-bottom: 30px;
}
.point .only-sp {
  margin-bottom: 10px;
}

/* flow  */
#flow {
  margin-bottom: 50px;
  text-align: center;
}

#flow img {
  width: 88%;
  margin: 0 auto;
}
.howto-title img {
  max-width: 300px;
}
/* plan  */
#plan h2 {
  margin-bottom: 30px;
  margin-top: 50px;
}

.plan_service {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 5px;
}
.plan_service .container:nth-child(1),
.plan_service .container:nth-child(2),
.plan_service .container:nth-child(4) {
  margin-right: 1%;
}
.plan_service .container:nth-child(1),
.plan_service .container:nth-child(4),
.plan_service .container:nth-child(6) {
  margin-left: 1%;
}
.plan_service p {
  text-align: center;
  display: block;
  line-height: 1.2;
  margin-bottom: 0;
}
.plan_text {
  text-align: center;
  margin-bottom: 30px;
}

#plan .container {
  margin-bottom: 10px;
  color: #372f2e;
  background-color: #feeff0;
  padding: 10px 0;
  width: 32%;
  height: 3em;
  justify-content: center;
  display: flex;
  align-items: center;
}

/* example */
.example-inner h2 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
  font-size: 150%;
  line-height: 50px;
  letter-spacing: 2px;
}
.example-inner .furuta img {
  width: 20%;
  display: inline;
  vertical-align: middle;
}

.example-inner p {
  font-weight: bold;
  font-size: 120%;
  letter-spacing: 2px;
}
.example-inner p:first-of-type {
  margin: 30px 0 0 0;
}
.example-inner .example-top {
  margin-left: 10px;
  vertical-align: bottom;
  color: #372f2e;
}

.example-inner {
  width: 100%;
  background-color: #fcecef;
  padding: 10px;
  text-align: center;
  margin-bottom: 50px;
}

.example-title {
  margin-top: 15px;
  width: 90%;
  max-width: 650px;
}
.example-images img {
  align-items: flex-start;
}

.example-images img {
  width: 13.5%;
  height: 350px;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 50px;
}

.hikaku-img {
  padding: 30px 10px;
  max-width: 1000px;
  width: 100%;
  display: inline-block;
}

.hikaku-last {
  width: 60%;
}

/* beforeAfter */
.beforeAfter {
  text-align: center;
  margin-bottom: 50px;
}
.beforeAfter img {
  width: 100%;
  max-width: 1200px;
  vertical-align: bottom;
  display: inline-block;
}

/* 3point */
.threePoint {
  margin-bottom: 30px;
  text-align: center;
  background-color: #ebebeb;
  padding: 10px;
}
.threePoint img {
  width: 100%;
  max-width: 1000px;
  vertical-align: bottom;
  display: inline-block;
}
/* voice */
.voice {
  background-color: #f2f2f2;
  padding-top: 40px;
  padding-bottom: 20px;
}

.voice-subtitle {
  display: inline-block;
}
.content {
  margin: 0 auto;
  padding: 15px 10px 20px 0;
  width: 110px;
}
@media screen and (min-width: 768px) {
  .content img {
    width: 130px;
  }
}
.content img {
  border-radius: 50%;
}

#voice {
  margin-bottom: 50px;
}
#voice .items {
    display: flex;
    width: 88%;
    margin: 30px auto;
    justify-content: space-between;
}
#voice .voice-item {
    width: 32%;
    height: auto;
    box-shadow: 3px 3px 8px rgb(225 225 225);
}
#voice .voice-item img {
    vertical-align: bottom;
}
.voice {
    overflow: hidden;
    width: 100%;
}
.voice {
    position: relative;
}
.voice {
    background-color: #f2f2f2;
    padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
#voice .items {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    justify-content: space-between;
  }
#voice .voice-item {
    width: 100%;
    height: auto;
    box-shadow: 3px 3px 8px rgb(225 225 225);
    margin: 10px 10px 10px 10px;
  }
}
.no-wrap {
  flex-wrap: nowrap;
}
.carousel-wrap {
  position: relative;
  overflow-x: hidden;
  padding: 70px 0 40px;
  top: -30px;
  height: 750px;
}

.carousel-item {
  width: 330px;
  margin-right: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px #ddd;
}
.carousel-item .flex {
  flex-wrap: nowrap;
}
.content h3 {
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}

.news-content p {
  font-size: 14px;
  line-height: 1.8;
  color: #372f2e;
}

.btn {
  border: 1px solid #555;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  transition: 0.3s;
  cursor: pointer;
}

#prev.btn {
  right: calc(23%);
}

#next.btn {
  right: calc(23% - 70px);
}

.btn::before {
  content: '';
  width: 13px;
  height: 13px;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  position: absolute;
  top: 13px;
  left: 13px;
  transition: 0.3s;
}

#next.btn::before {
  transform: rotate(45deg);
}
#prev.btn::before {
  transform: rotate(-135deg);
}

.btn:hover {
  background: #77c4e4;
}

.btn:hover::before {
  border-color: #fff;
}

#carousel {
  position: absolute;
  top: 60px;
  left: 0;
}

.news-content {
  padding: 15px 10px 20px 0;
  flex: 1;
}
.balloon1-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  font-size: 16px;
  background: #fff;
  border-radius: 5px;
}

.balloon1-left:before {
  content: '';
  position: absolute;
  top: 10%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #fff;
}
@media screen and (min-width: 768px) {
  .balloon1-left:before {
    content: '';
    position: absolute;
    top: 25%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #fff;
  }
}
.balloon1-left p {
  margin: 0;
  padding: 0;
}

.ttl {
  color: #77c4e4;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 110%;
}

.ttl h3 {
  letter-spacing: 0;
  font-size: inherit;
}
#voice h2 {
  padding-top: 50px;
}

body.hidden {
  overflow: hidden;
}

#qa {
  max-width: 1000px;
  margin: 0 auto;
}
.qa-title {
  margin-top: 15px;
  width: 90%;
  max-width: 180px;
}

#qa {
  margin-bottom: 50px;
}

qa_qa *,
.qa_qa *:after,
.qa_qa *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.qa_qa {
  overflow-x: hidden;
  margin: 0 auto;
  color: #79c4e4;
}
.qa_qa .qa_actab {
  padding: 20px 0;
  border-bottom: 2px dotted #cccccc;
}
.qa_qa label {
  font-size: 1.4em;
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 10px 0 48px;
  cursor: pointer;
}
.qa_qa .qa_actab-content {
  font-size: 1.2em;
  position: relative;
  overflow: hidden;
  height: 0;
  margin: 0 40px;
  padding: 0 14px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
  color: #3b2d2f;
}
.qa_qa .qa_actab input[type='checkbox']:checked ~ .qa_actab-content {
  height: auto;
  padding: 14px;
  opacity: 1;
}
.qa_qa .qa_plus {
  font-size: 2.4em;
  line-height: 100%;
  position: absolute;
  z-index: 5;
  margin: 3px 0 0 10px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.qa_qa .qa_actab input[type='checkbox']:checked ~ .qa_plus {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.qa_qa .qa_actab input[type='checkbox'] {
  display: none;
}

/* sns */
.sns .furuta {
  margin: 40px 0 0 0;
}
.sns ul {
  height: 60px;
}

.sns li a {
  color: #38302f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: serif;
}
.sns li {
  width: calc(100% / 3);
  background-color: #fdf3f5;
  text-align: center;
  line-height: 60px;
  vertical-align: middle;
}

.sns-container {
  margin: 0 auto;
  display: inline-block;
}
.fa {
  margin-right: 25px;
}

.balloon1 {
  position: relative;
  display: block;
  margin: 1.5em auto;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 800px;
  color: #555;
  font-size: 16px;
  background: #c5e9fa;
  text-align: center;
}

.balloon1:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #c5e9fa;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}
.slider3 {
  overflow: hidden;
}
.sns {
  margin-bottom: 20px;
}
.twogood-single-first {
  overflow: hidden;
  margin: 10px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 3px;
  background: #fff;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.05);
  display: inline-block;
  width: 240px;
  vertical-align: top;
  cursor: pointer;
}
.twogood-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  font-family: 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', Meiryo,
    'Osaka', sans-serif;
  color: #333333;
  font-size: 100%;
}
.twogood-root {
  font-size: 12px;
  position: relative;
  min-height: 600px;
  background-color: #eee;
  text-align: center;
  line-height: 1.4;
}
.twogood-image {
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.twogood-image .tg-thumb {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.twogood-wrapper img {
  vertical-align: middle;
}
.twogood-image {
  text-align: center;
  width: 100%;
  /* height: 200px; */
  position: relative;
  overflow: hidden;
}
.twogood-image .tg-thumb {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tg-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -moz-transition: opacity 0.5s linear;
  -webkit-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
}
.twogood-image:after {
  content: ' ';
  padding-top: 100%;
  width: 100%;
  display: block;
}
.twogood-info {
  padding-top: 10px;
  word-break: break-all;
}
.twogood-info .twogood-row {
  position: relative;
}
.twogood-info .twogood-user {
  width: 100%;
  position: relative;
}
.twogood-info .twogood-user {
  display: block;
  max-height: 60px;
}
.twogood-info .usericon {
  /* display: inline-block; */
  /* float: left; */
  display: block;
  width: 17%;
  height: auto;
  overflow: hidden;
  vertical-align: middle;
}
.twogood-info .usericon img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.twogood-info .username {
  width: 73%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 1.4;
  word-break: break-all;
  text-align: left;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}
.slider3 .swiper-slide {
  width: 16%;
  min-width: 260px;
}
/* ボタン */
.resisterBtn {
  text-align: center;
}
.voice {
  overflow: hidden;
  width: 100%;
}

/* ========================== */
/*        back-to-top         */
/* ========================== */


#js-scroll-top {
  text-align: center;
  position: relative;
  z-index: 100;
  transition: 0.4s;
  line-height: 3;
  font-family: serif;
}

#js-scroll-top img {
  width: 120px;
  height: auto;
}
.scroll-top {
  margin: 0 auto;
  display: inline-block;
  cursor: pointer;
}

#js-scroll-top:hover {
  cursor: pointer;
}

.scroll-top::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 0.5px solid black;
  border-right: 0.5px solid black;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -5px;
  opacity: 0.4;
}

/* ========================== */
/*           aside            */
/* ========================== */

h6 {
  font-weight: bold;
  line-height: 2.5;
}

.sidebar li {
  font-size: 12px;
  line-height: 2.5;
}

.sidebar-list {
  margin-bottom: 50px;
}
.sidebar div {
  width: 23%;
}

.sidebar a {
  color: #372f2e;
}
/* ========================== */
/*          footer            */
/* ========================== */

#footer {
  background-color: #79c6e6;
  padding: 40px 20px;
  color: #fff;
  line-height: 2;
  position: relative;
  font-weight: normal;
  width: 100%;
  font-family: sans-serif;
}

#footer a {
  color: #fff;
}
#footer .footer-right a {
  color: #3b3030;
  font-size: 10px;
  white-space: nowrap;
  width: 100%;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-right {
  justify-content: space-between;
  width: 350px;
}

#footer {
  text-align: center;
}

#footer .flex {
  flex-wrap: nowrap;
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin: 0 50px;
}
#footer .footer-right {
  display: flex;
}
.footerbox2 {
  width: 250px;
}
.footerbox2 a {
  width: 100%;
}
#footer h2 {
  text-align: left;
}
/* ========================== */
/*         copyright          */
/* ========================== */

#copyright {
  color: #000;
  font-family: serif;
  font-size: 12px;
  position: relative;
  padding: 25px 0 25px 0;
  text-align: center;
  letter-spacing: 1px;
}
#gallery {
  margin-bottom: 50px;
  overflow-x: hidden;
}

.slider2 {
  width: 100%;
  width: 200px;
  height: 400px;
  object-fit: cover;
  margin: 0 auto;
  overflow: visible !important;
}

.scene {
  color: #79c6e6;
  padding: 0 5px;
  font-size: 10px;
}
.type {
  background-color: #f7f7f7;
  border-radius: 15px;
  padding: 0 5px;
  font-size: 10px;
}

.type-list-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.type-list-item {
  border-radius: 15px;
  padding: 0 5px;
  font-size: 10px;
  border: solid 1px #f7f7f7;
}
img.line-bnr {
  max-width: 500px;
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  .header-nav li {
    padding: 0 15px;
  }
}
.furuta {
    font-weight: 600;
}
@media screen and (max-width: 768px) {
  .furuta {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .media .furuta {
    width: 100%;
  }
  .txt-btn,
  .txt-btn2 {
    font-size: 13px;
    padding: 8px 14px;
    max-width: 100%;
    width: 320px;
    margin-bottom: 10px;
  }
  .muryo-btn,
  .muryo-btn2 {
    font-size: 14px;
    padding: 12px 28px;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .muryo-btn3 {
    font-size: 14px;
    padding: 12px 28px;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .btn-flex {
    display: block;
    margin-bottom: 10px;
  }
  .plan-btn-container {
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto 20px auto;
    width: 100%;
  }
  .plan-btn {
    margin: 0 auto;
  }
  .plan-btn img {
    width: 90%;
    margin-left: 10px;
  }

  .resisterBtn1 {
    margin: 0 auto 20px auto !important;
  }

  .example-inner h2 {
    margin-bottom: 10px;
    font-size: 90%;
    line-height: 50px;
    letter-spacing: 1px;
  }
  .example-inner .furuta img {
    width: 25%;
  }
  .example-inner p {
    font-size: 100%;
    letter-spacing: 1px;
  }
  .example-inner p:first-of-type {
    margin: 30px 0 0 0;
  }
  .mainImg img.only-sp {
    width: 100%;
  }
  .example-inner img.only-sp {
    width: 100%;
  }
  .page {
    padding: 0 10px;
  }
  #main .img-title img {
    max-width: 150px;
    width: 40%;
  }

  h2 {
    display: block;
    text-align: center;
  }
  h2 img {
    max-width: 450px;
    width: 90%;
  }
  .nayami img {
    width: 100%;
  }
  .page.flex {
    flex-direction: column;
  }

  #main {
    width: 100%;
  }

  .center {
    text-align: center;
    padding: 0;
  }

  .header-logo img {
    height: 14px;
  }

  .header-nav span {
    font-size: 11px;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
  }

  img.login-icon {
    height: 30px;
  }

  .member-icon {
    position: absolute;
    top: 35px;
    right: 15px;
    margin-left: 15px;
  }

  .line-icon {
    position: absolute;
    top: 35px;
    right: 50px;
    margin-left: 15px;
  }

  .header-top h5 {
    display: block;
  }

  .header-top {
    line-height: 2;
    font-size: 10px;
    padding: 5px;
    height: 50px;
  }

  #header .flex {
    height: 40px;
    align-items: center;
  }

  .crowns img {
    margin-bottom: 30px;
    max-width: 65%;
  }
  .aboutPanel {
    margin-bottom: 20px;
  }
  .point a {
    padding-top: 0;
  }

  .sidebar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 10px;
  }

  .sidebar li {
    font-size: 10px;
  }

  .sidebar div {
    width: 24%;
  }
  .sidebar h3 {
    font-size: 13px;
  }
  .about-txt {
    letter-spacing: 2px;
    font-size: 65%;
    margin-top: 20px;
  }

  .crowns {
    margin: 0 auto;
    flex-wrap: nowrap;
    display: block;
    text-align: center;
  }

  .plan_service p {
    font-size: 13px;
    margin-bottom: 0;
  }

  .plan_text {
    font-size: 10px;
    margin: 10px 0 20px 0;
  }

  .plan_service + img {
    margin: 20px 0 20px 0;
  }

  #plan .container {
    width: 48%;
  }
  .plan_service .container {
    margin: 0 1%;
  }
  .fas {
    margin-right: 7px;
  }
  .fs {
    font-size: 17px;
  }
  .scene {
    color: #79c6e6;
    border-radius: 15px;
    padding: 0 5px;
    font-size: 10px;
  }

  .type {
    border-radius: 15px;
    padding: 0 5px;
    font-size: 10px;
  }

  .slide-item .flex {
    flex-direction: column;
  }

  .slider {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .slide-item {
    width: 30%;
  }

  .example-images img {
    height: 250px;
    margin-bottom: 30px;
  }

  #gallery {
    margin-bottom: 0px;
  }
  .slider2 img {
    height: 300px;
    object-fit: cover;
  }
  #plan h2 {
    margin-top: 0;
  }
  .hikaku-main {
    width: 100%;
  }

  .media {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    text-align: center;
  }

  .resisterBtn {
    text-align: center;
    width: 100%;
    margin: 0 auto 50px auto;
  }

  .hikaku-last {
    width: 90%;
  }
  .hikaku-img {
    padding: 30px 0 10px 0;
    max-width: 1000px;
  }
  .slider3 .swiper-slide {
    width: 30%;
  }
  #footer {
    font-size: 10px;
    padding: 40px 5px;
  }

  .footer-right {
    width: 100%;
  }

  #footer .flex {
    display: block;
    margin: 0 30px;
  }

  .footerbox1 {
    width: 90%;
    margin-bottom: 20px;
  }

  section > :last-child,
  article > :last-child p {
    font-size: 14px;
  }

  #copyright {
    font-size: 10px;
    padding: 5px 0 60px 0;
  }

  #main {
    margin: 0;
  }

  .media > h3 {
    width: 100%;
  }

  .resisterBtn {
    max-width: 290px;
  }

  .header-btn {
    margin-top: 6px;
    position: absolute;
    right: 85px;
  }

  .header-btn img {
    height: 30px;
  }

  .slider2 {
    width: 100%;
    max-width: 100px;
    margin: 0 auto !important;
    overflow: visible !important;
  }
  #gallery .flex {
    display: block;
    text-align: center;
  }

  img.footer-logo {
    width: 60% !important;
  }
  #about .img-title img {
    max-width: 250px;
    width: 80%;
  }

  .qa_qa label {
    font-size: 1em;
  }
  .qa_qa .qa_actab-content {
    font-size: 1em;
  }
  #voice {
    padding: 0;
    margin-bottom: 0px;
  }
  .carousel-item {
    margin-right: 30px;
    margin-left: 10px;
  }
  .carousel-wrap {
    position: relative;
    overflow-x: hidden;
    padding: 70px 0 40px;
    top: 10px;
    height: 710px;
  }
  .mb0 {
    margin-bottom: 0;
  }
  .mb30 {
    margin-bottom: 30px;
  }
  .mt50 {
    margin-top: 50px;
  }
}
.sdgs h2 {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .sdgs h2 {
    margin-top: 0;
  }
}
.slider4 .swiper-slide {
  width: 85%;
}
/* slider5  */

.slider5 .swiper-slide {
  width: 60%;
}
@media screen and (min-width: 768px) {
  .slider5 .swiper-slide {
    width: 30%;
    max-width: 250px;
  }
}
.slider5 img {
  width: 85%;
  max-width: 300px;
}
.slider5 .swiper-slide:nth-of-type(odd) {
  width: 70%;
  max-width: 250px;
}
@media screen and (min-width: 768px) {
  .slider5 .swiper-slide:nth-of-type(odd) {
    width: 50%;
    max-width: 280px;
  }
}
.uketori {
  max-width: 450px;
  padding: 20px 0;
}

/* shuuzen  */
.shuuzen .main-ttl {
  font-size: 30px;
  background: #79c6e6 url(../img/h2Back.png) repeat-x;
  color: #fff;
  margin-top: 0px;
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .shuuzen .main-ttl {
    line-height: 130%;
    text-align: center;
    font-size: 160%;
    font-weight: bold;
  }
}

.shuuzen h3 {
  font-size: 26px;
  background: #79c6e6;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .shuuzen h3 {
    font-size: 18px;
    line-height: 130%;
    font-weight: bold;
  }
  .shuuzen h2,
  .shuuzen h3,
  h4,
  h5,
  h6 {
    letter-spacing: inherit;
    margin-bottom: 0;
    text-align: left;
  }
  .shuuzen h2 {
    line-height: 130%;
    font-size: 160%;
    font-weight: bold;
    padding: 10px 5px;
  }
}
#shuuzen th {
  background: #f2f2f2;
  font-weight: bold;
  white-space: nowrap;
}
#shuuzen th,
#shuuzen td {
  padding: 3px;
  box-sizing: border-box;
  border: 1px solid #cfcfcf;
}
@media screen and (max-width: 640px) {
  #shuuzen th,
  #shuuzen td {
    padding: 3px;
    box-sizing: border-box;
    border: 1px solid #cfcfcf;
    line-height: 120%;
  }
}
#shuuzen table {
  margin: 1em auto;
  box-sizing: border-box;
}
#shuuzen {
  width: 1100px;
  margin: auto;
  margin-top: 10px;
  max-width: 100%;
}
#shuuzen .text2 {
  background: #fafafa;
  padding: 1em;
}
#shuuzen .text {
  padding: 1em;
}
@media screen and (max-width: 640px) {
  #shuuzen table {
    margin: 1em auto;
    box-sizing: border-box;
    font-size: 70%;
  }
}

/* footerBtn  */
/*--------------------------------
  scroll animation fadein
--------------------------------*/
.js-scroll-fadein {
  transition: opacity 1s;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  right: 0;
  width: 290px;
  height: auto;
  z-index: 9999;
  bottom: 10px;
  color: #fff;
  cursor: pointer;
  transition: all 0.7s;
}
.js-scroll-fadein.is-fadein {
  visibility: visible;
  opacity: 1;
}

.js-scroll-fadein a {
  color: #fff;
  width: 290px;
  height: auto;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .js-scroll-fadein {
    transition: opacity 1s;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 400px;
    height: auto;
    z-index: 9999;
    bottom: 0px;
    color: #fff;
    cursor: pointer;
    background-color: transparent;
    margin: 15px;
  }

  .js-scroll-fadein a {
    color: #fff;
    width: 400px;
    height: auto;
    font-size: 15px;
    font-weight: 700;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    right: 0;
    z-index: 9999;
    bottom: 0px;
    cursor: pointer;
    line-height: 1.6;
  }

  .js-scroll-fadein:hover {
    transform: translate3d(0px, -5px, 0px);
    transition: transform 0.25s ease;
  }
}

.relative {
  position: relative;
}
.scrollable1,
.scrollable2 {
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-weight: bold;
  opacity: 0;
}
.scrollable1.animate,
.scrollable2.animate {
  animation: scroll 3s 1;
}
.scrollable1 img,
.scrollable2 img {
  width: 50%;
}

.scrolled {
  display: none;
}
.scrollable-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@keyframes scroll {
  0% {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(-4px, 0px);
  }
  90% {
    transform: translate(8px, 0px);
  }
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

.paidy {
  font-size: 10px;
  display: flex;
  max-width: 700px;
  margin: 0 auto;
  justify-content: space-between;
}
.credit,
.paidybanner {
  width: 49%;
  line-height: 1.7;
}
.credit img,
.paidybanner img {
  display: block;
  margin: 0 auto;
}
  .credit .creditcard {
    height: 2.5em;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 768px) {
  .credit .creditcard {
    height: 4em;
  }
  .paidy {
    width:95%;
    margin: 0 auto;
    justify-content: space-around;
  }
  .credit,
  .paidybanner {
    width: 49%;
  }
  .credit img,
  .paidybanner img {
    width: 90%;
  }
}
.blog {
  text-align: center;
}
.blog_txt {
  margin: 20px auto;
  color: #ff0072;
}

.blog_bg {
  width: 100%;
  background-color: #fcecef;
  padding: 10px;
  text-align: center;
  margin: 20px auto 30px auto;
}
.ttl_txt14 {
  width: 13em;
  height: auto;
  margin: 1.5em auto 0 auto;
}
@media screen and (max-width: 768px) {
    .ttl_txt14 {
    width: 9em;
  }
}
.brand {
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
.brand {
    width: 60%;
    max-width: 700px;
    margin: 0 auto;
  }
}
.brand p {
  color: #555555;
}

/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	background:#fff;
	text-align:center;
	color:#fff;
}

/* Loading画像中央配置　*/
#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo svg{
    width:300px;
    max-width: 95%;
    height: auto;
}

/*=============== SVGアニメーション内の指定 =================*/

/*アニメーション前の指定*/
#mask path {
		fill-opacity: 0;/*最初は透過0で見えない状態*/
		transition: fill-opacity .5s;/*カラーがつく際のアニメーション0.5秒で変化*/
		fill: none;/*塗りがない状態*/
		stroke: #333;/*線の色*/
	}

/*アニメーション後に.doneというクラス名がで付与された時の指定*/
#mask.done path{
	  fill: #333;/*塗りの色*/
	  fill-opacity: 1;/*透過1で見える状態*/
	  stroke: none;/*線の色なし*/
	}

/* fadeUpをするアイコンの動き */
.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
.zendesk {
  display: block;
  margin: 15px auto 0 auto;
  text-align: center;
  color: #79c4e4;
  text-decoration: underline;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
.zendesk {
  margin: 30px auto 0 auto;
  font-size: 16px;
}
}
.poligon {
    background: #fc57ae url(https://www.rcawaii.com/images/h2Back.png) repeat-x;
    color: #fff;
    clear: both;
    margin-top: 0px;
    font-size: 22px;
    line-height: 200%;
    margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
.poligon {
    font-size: 30px;
}
}
#textBox {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
#textBox {
  padding: 0;
}
}
.message {
  /*background-image: url(../../lp220721/img/bg.png);*/
  background-image: url(https://www.rcawaii.com/assets/img/2301/bg.jpg);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 110%;
  font-size: 13px;
  line-height: 1.7;
  padding: 40px 0 40px 10px;
  margin-bottom: 50px;
  margin-top: -25px;
  color: #473A3B;
}
@media screen and (min-width: 768px) {
.message {
  background-position: top 13% left 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: 18px;
  line-height: 2;
  padding: 50px 0 100px 10px;
  margin-bottom: 50px;
  color: #473A3B;
  text-align: center;
}
}