@charset "utf-8";
/* CSS Document */

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  list-style-type: none;
  word-break: break-all;
}
body {
  color: #4c4948;
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 22px;
  letter-spacing: 0.03em;
  line-height: 1.9;
  font-weight: 500;
  /*background: #e6e4e6;*/
  /*背景グラデーション：春夏＝＝＝＝＝＝＝＝*/
  background: linear-gradient(
    90deg,
    #f3d2d1,
    #f5e0df,
    #f9f1d3,
    #f3d2d1,
    #f5e0df
  );
  background-size: 300% 300%;
  -webkit-animation: bg-grade 25s ease infinite;
  -moz-animation: bg-grade 25s ease infinite;
  animation: bg-grade 25s ease infinite;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 3vw;
  }
}
ul,
ol {
  padding: 0;
  margin: 0;
}
li {
  list-style-type: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.lp-article-upper img {
  width: 100%;
  display: block;
  border: none;
}
a,
a img {
  color: #4c4948;
  text-decoration: none;
  /* -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease; */
}
a:hover,
a img:hover {
  opacity: 0.7;
}
::selection {
  background: #a5a4a3;
  color: #fff;
}
iframe {
  position: absolute;
  top: 0;
} /*Google Tag Manager余白回避*/

/*背景グラデーション：春夏＝＝＝＝＝＝＝＝*/
@-webkit-keyframes bg-grade {
  0% {
    background-position: 0% 84%;
  }
  50% {
    background-position: 100% 17%;
  }
  100% {
    background-position: 0% 84%;
  }
}
@-moz-keyframes bg-grade {
  0% {
    background-position: 0% 84%;
  }
  50% {
    background-position: 100% 17%;
  }
  100% {
    background-position: 0% 84%;
  }
}
@keyframes bg-grade {
  0% {
    background-position: 0% 84%;
  }
  50% {
    background-position: 100% 17%;
  }
  100% {
    background-position: 0% 84%;
  }
}

/*雪：PCのみ＝＝＝＝＝＝＝＝＝＝＝*/
/*@media screen and (max-width: 750px){ .snowflakes { display: none; } }
.snowflake {
	color: #fff;
	font-size: 0.8em;
	font-family: Arial, sans-serif;
}
@-webkit-keyframes snowflakes-fall{ 0%{ top:-10% } 100% { top:100% } }
@-webkit-keyframes snowflakes-shake{ 0%,100%{ -webkit-transform:translateX(0);transform:translateX(0) } 50% { -webkit-transform:translateX(80px);transform:translateX(80px) } }
@keyframes snowflakes-fall{ 0%{ top:-10% } 100% { top:100% } }
@keyframes snowflakes-shake{ 0%,100%{ transform:translateX(0) } 50% { transform:translateX(80px) } }
.snowflake{
	position:fixed;
	top:-10%;
	z-index:9999;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;user-select:none;cursor:default;
	-webkit-animation-name:snowflakes-fall,snowflakes-shake;
	-webkit-animation-duration:10s,3s;
	-webkit-animation-timing-function:linear,ease-in-out;
	-webkit-animation-iteration-count:infinite,infinite;
	-webkit-animation-play-state:running,running;
	animation-name:snowflakes-fall,snowflakes-shake;
	animation-duration:10s,3s;
	animation-timing-function:linear,ease-in-out;
	animation-iteration-count:infinite,infinite;
	animation-play-state:running,running
}
.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}
.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}
.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}
.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}
.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}
.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}
.snowflake:nth-of-type(10){left:25%;-webkit-animation-delay:2s,0s;animation-delay:2s,0s}*/

/*Adobe font＝＝＝＝＝＝＝＝＝＝＝*/
.min {
  font-family: yu-mincho-pr6;
}
.pop_thin {
  font-family: poppins;
  font-weight: 100;
}
.pop_exlight {
  font-family: poppins;
  font-weight: 200;
}
.pop_light {
  font-family: poppins;
  font-weight: 300;
}
.pop_regular {
  font-family: poppins;
  font-weight: 400;
}
.pop_medium {
  font-family: poppins;
  font-weight: 500;
}
.pop_bold {
  font-family: poppins;
  font-weight: 600;
}

/*GENERAL＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.w80 {
  width: 80%;
  margin: 0 auto;
}
.txt08 {
  font-size: 0.8em;
}

/*コンテナ＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#lp-wrapper {
  width: 100%; /*background: #e6e6e6*/
}
#lp-wrapper-inner {
  width: 750px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  /*box-shadow: 0px 0 40px 0px #dcdcdc;*/
}
@media screen and (max-width: 750px) {
  #lp-wrapper-inner {
    width: 100%;
  }
}

/*TOP固定購入ボタン＝＝＝＝＝＝＝＝＝*/
.btn {
  position: fixed;
  top: 0rem;
  right: calc(50% - 375px);
  max-width: 150px;
  z-index: 9999;
}
@media screen and (max-width: 750px) {
  .btn {
    position: fixed;
    top: 0.5rem;
    right: 0.5em;
    width: 22%;
    max-width: 80px;
  }
}

/*concept ＝＝＝＝＝＝＝＝＝＝＝＝＝*/
section.concept p {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 1.5em;
  font-weight: 500;
  font-size: 1.25em;
}

/*prize ＝＝＝＝＝＝＝＝＝＝＝＝＝*/
section.prize {
  margin-bottom: 4em;
}
section.prize p {
  width: 90%;
  margin: 0 auto;
  line-height: 1.5;
  font-size: 0.8em;
}
section.prize p.prize-text-smaller {
  font-size: 0.6em;
}

/*cta-wrap ＝＝＝＝＝＝＝＝＝＝＝＝*/
section.cta-wrap h2 {
  text-align: center;
  color: #d67c7b;
  font-size: 1.6em;
  letter-spacing: 0.065em;
}
section.cta-wrap h2 span.pop_medium {
  font-size: 1.1em;
}
@media screen and (max-width: 750px) {
  section.cta-wrap h2 {
    font-size: 1.46em;
    margin-bottom: 0.4em;
  }
}
section.cta-wrap div {
  width: 90.7%;
  margin: 0 auto;
  background: #eecfcd;
}
section.cta-wrap div.read p {
  width: 80%;
  margin: 0 auto;
  text-align: justify;
  font-size: 0.95em;
}
section.cta-wrap div.bottom p {
  font-size: 0.75em;
  line-height: 1.5;
  width: 88%;
  margin: 0 auto;
  text-align: justify;
  padding-bottom: 2.1em;
}
section.cta-wrap a img {
  width: 90%;
  margin: 0 auto;
}

/*Q&A＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.QandA {
  margin-bottom: 3em;
}
.QandA h2 {
  font-size: 1.5em;
  font-family: poppins;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.4em;
  margin-bottom: 1.5em;
}
.QandA dt {
  font-weight: 600;
  padding: 0 0 1.3em 0;
}
.QandA dt span.q-icon {
  display: block;
  padding: 0.3em 0.4em;
  text-align: center;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  background: #858483;
  float: left;
  margin-right: 1em;
  font-size: 1.3em;
  font-family: poppins;
  font-weight: 300;
}
.QandA dd {
  padding-bottom: 2.5em;
  overflow: hidden;
  text-align: justify;
}
.QandA dd span.a-icon {
  display: block;
  padding: 0.3em 0.45em;
  text-align: center;
  letter-spacing: 0;
  line-height: 1;
  color: #858483;
  border: 1px solid #858483;
  float: left;
  margin-right: 1em;
  font-size: 1.3em;
  font-family: poppins;
  font-weight: 300;
}
.QandA dd p {
  float: right;
  width: calc(100% - 3.5em);
}
@media screen and (max-width: 750px) {
  .QandA dd p {
    width: calc(100% - 3.6em);
  }
}

/*ユーザーボイス＝＝＝＝＝＝＝＝＝＝＝＝＝*/
section.user-vioice {
  margin-bottom: 4em;
}
.user-vioice dl {
  border-top: 1px solid #d2d2d2;
  padding-top: 2em;
}
.user-vioice dt {
  margin-bottom: 0.8em;
  font-family: poppins;
  font-weight: 400;
  letter-spacing: 0.15em;
}
.user-vioice dt span.user-icon {
  display: block;
  padding: 0.7em 0.85em;
  text-align: center;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  background: #4c4948;
  border-radius: 50%;
  float: left;
  margin-right: 1em;
  margin-top: -0.3em;
}
.user-vioice dd {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 1.6em;
  margin-bottom: 1.9em;
  text-align: justify;
}
.user-vioice-attention {
  font-size: 0.8em;
  margin-bottom: 3em;
  line-height: 1.5;
  text-align: justify;
}
.accordion-close dl {
  padding-top: 2em;
}

/*USER VOICE アコーディオン＝＝＝＝＝＝＝＝*/
*,
*::after,
*::before {
  box-sizing: border-box;
}
.accordion-hidden {
  display: none; /* チェックボックス非表示 */
}
.accordion-open {
  display: block;
  padding: 1.5em;
  background: #858483;
  cursor: pointer;
  position: relative;
  text-align: center;
  color: #fff;
  font-family: poppins;
  font-weight: 400;
  letter-spacing: 0.3em;
}
.accordion-open:hover {
  opacity: 0.7;
}
/* +マーク */
.accordion-open::before,
.accordion-open::after {
  content: "";
  width: 14px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
/* +を作る */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
/* アコーディオンが開いたら縦棒を横棒にして-にする */
.accordion-hidden:checked + .accordion-open:after {
  transform: translateY(-50%) rotate(0);
}
/* 中身 */
.accordion-close {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 1em 0;
  opacity: 0;
  transition: 1.5s; /* 表示速度の設定 */
}
/* 中身を表示する */
.accordion-hidden:checked + .accordion-open + .accordion-close {
  height: auto;
  opacity: 1;
  background: #fff;
  transition: 1.5s; /* 表示速度の設定 */
}

/*電話番号まわり＝＝＝＝＝＝＝＝*/
.tel-wrap {
  border: 2px solid #808080;
  padding: 2em;
  text-align: center;
  margin-bottom: 4em;
}
.tel-wrap h3 {
  font-weight: 500;
}
.tel-nomber {
  font-family: poppins;
  font-weight: 400;
  font-size: 1.7em;
  letter-spacing: 0.15em;
  line-height: 1.5;
}

/*seibun ＝＝＝＝＝＝＝＝＝＝＝*/
section.seibun p {
  text-align: justify;
}

/*syousai＝＝＝＝＝＝＝＝＝＝＝*/
.syousai {
  margin-bottom: 6em;
  text-align: justify;
  line-height: 1.5;
}
.syousai dt {
  font-weight: bold;
  margin-bottom: 0.8em;
}
.syousai dd {
  margin-bottom: 3em;
}

/*FOOTER＝＝＝＝＝＝＝＝＝＝＝*/
footer {
  background: #858483;
  padding: 3em 0 2em;
}
footer ul {
  text-align: center;
}
footer ul li {
  display: inline-block;
  padding-bottom: 1em;
  color: #fff;
}
footer ul li a {
  color: #fff;
}
footer p {
  text-align: center;
  color: #fff;
  font-size: 0.8em;
  font-family: poppins;
  font-weight: 200;
  letter-spacing: 0.15em;
}

/*===	サロンバナー追加分　===*/

#lp-wrapper-inner {
  box-shadow: 0 0 10px 0px rgb(249 202 199);
}
#salon {
  background: #e7d9c3;
}
#btm-bnr {
  width: 200px;
  position: fixed;
  left: 70px;
  bottom: 50px;
  display: none;
}
@media screen and (max-width: 767px) {
  #btm-bnr {
    width: 35%;
    position: fixed;
    left: 20px;
    bottom: 20px;
  }
}
#btm-bnr p.close {
  position: relative;
}
#btm-bnr p.close a {
  position: absolute;
  right: 20%;
  top: -10px;
  background: #fff;
  padding: 4px 6px 6px 7px;
  border-radius: 50%;
  line-height: 1;
  border: #ccc 1px solid;
  z-index: 9;
}
#salon a img {
  width: 81%;
  margin: 0 auto;
}

/*kaihatu ＝＝＝＝＝＝＝＝＝＝＝10/6追加*/
.speciality {
  padding-top: 70px;
  padding-bottom: 80px;
  background-color: #ebebeb;
  border-bottom: solid 2px #ebebeb;
}

.speciality li h3 {
  width: 100%;
  margin: 0 auto 20px auto;
  box-sizing: border-box;
  padding: 10px 10%;
  background: #222;
  color: #fff;
  line-height: 1.5;
}

.speciality img {
  margin: 50px auto;
  max-width: 100%;
  width: auto;
}

.speciality p {
  width: 80%;
  text-align: justify;
  margin: 0 auto;
}

.opening-campaign {
  position: relative;
  margin-bottom: 40px;
}

.opening-campaign a {
  display: inline-block;
  background: #333;
  color: #fff;
  padding: 20px 0px;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 50%;
}
@media screen and (max-width: 750px) {
  .opening-campaign a {
    padding: 15px 0px;
    bottom: -20px;
  }
  .speciality-ico img {
    max-width: 20vw;
    margin-bottom: 20px;
  }
}

#sb-part-1117.article-box003 .cp_ipradio .option-input {
  position: relative;
  position: relative;
  top: 3.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 15px;
  cursor: pointer;
  transition: all 0.15s ease-out 0s;
  color: #ffffff;
  border: none;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  border: solid 1px #000;
}

#sb-part-1117.article-box003 .cp_ipradio .option-input:checked {
  background: #2d77f6;
}

#sb-part-1117.article-box003 .cp_ipradio .option-input:checked::before {
  line-height: 15px;
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 15px;
  content: "✔";
  text-align: center;
}

#sb-part-1117.article-box003 .cp_ipradio .option-input:checked::after {
  position: relative;
  display: block;
  content: "";
  -webkit-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #2d77f6;
}

#sb-part-1117.article-box003 .cp_ipradio .option-input.radio {
  border-radius: 10%;
}

#sb-part-1117.article-box003 .cp_ipradio .option-input.radio::after {
  border-radius: 10%;
}

#sb-part-1117.article-box003 .cp_ipradio label {
  display: block;
}

#sb-part-1117.article-box003 ul {
  font-size: 15px;
}

#sb-part-1117.article-box003 li {
  list-style: none;
  margin-bottom: 10px;
}

@media (min-width: 960px) {
  #sb-part-1117.article-box003 ul {
    font-size: 15px;
  }
}

#sb-part-1443.article-box001 .center {
  text-align: center;
}

#sb-part-1443.article-box001 .title {
  color: #b22222;
  font-size: 20px;
}

#sb-part-1443.article-box001 .question {
  margin: 10px 0;
  font-weight: bold;
}

#sb-part-1443.article-box001 .number {
  display: inline-flex;
  justify-content: center;
  background-color: #b22222;
  border-radius: 50%;
  padding: 15px;
  color: #fff;
  margin: 0 10px;
  font-size: 20px;
}

#sb-part-1443.article-box001 .border {
  display: inline-flex;
  justify-content: center;
  border: 2px solid #cd5c5c;
  border-radius: 50%;
  padding: 15px;
  color: #cd5c5c;
  margin: 0 10px;
  font-size: 20px;
}

#sb-part-1443.article-box001 .words {
  color: #fff;
  background-color: #b22222;
  padding: 20px 0;
  margin: 10px -20px;
  max-width: unset;
  font-size: 23px;
}

#sb-part-1443.article-box001 img {
  margin: 0 auto;
}

#sb-part-1443.article-box001 .lazyload {
  max-width: 100%;
}

#sb-part-1443.article-box001 .btn_list {
  overflow: hidden;
  padding: 4.68% 9.37% 5% 9.37%;
}

#sb-part-1443.article-box001 ul,
#sb-part-1443.article-box001 li,
#sb-part-1443.article-box001 label,
#sb-part-1443.article-box001 span {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  max-height: 99999px;
}

#sb-part-1443.article-box001 ul {
  display: flex;
}

#sb-part-1443.article-box001 .btn_list li:first-child {
  padding-right: 2%;
}

#sb-part-1443.article-box001 .btn_list li {
  width: 50%;
}

#sb-part-1443.article-box001 .radio-input {
  display: none;
}

#sb-part-1443.article-box001 input[type="radio"]:checked + .y01 {
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}

#sb-part-1443.article-box001 .input_img {
  display: block;
  width: 100%;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 10%;
  border-radius: 8px;
  font-size: 8vw;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  background: #aaa;
  border-bottom: 5px solid #666;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  box-sizing: border-box;
}

@media (min-width: 620px) {
  #sb-part-1443.article-box001 .input_img {
    font-size: 50px;
  }
}

#sb-part-1443.article-box001 .input_img:hover {
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}

#sb-part-1443.article-box001 .btn_list li:last-child {
  padding-left: 2%;
}

#sb-part-1443.article-box001 input[type="radio"]:checked + .n01 {
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}

#sb-part-1443.article-box001 .step_arr {
  position: relative;
  padding-top: 22vw;
  margin-top: -4vw;
}

#sb-part-1443.article-box001 .step_arr span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 10vw;
  height: 10vw;
  margin-left: -5vw;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}

#sb-part-1443.article-box001 .step_arr span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

#sb-part-1443.article-box001 .step_arr span:nth-of-type(2) {
  top: 4vw;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

#sb-part-1443.article-box001 .step_arr span:nth-of-type(3) {
  top: 8vw;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@media (min-width: 620px) {
  #sb-part-1443.article-box001 .step_arr {
    position: relative;
    padding-top: 136px;
    margin-top: -25px;
  }

  #sb-part-1443.article-box001 .step_arr span {
    width: 62px;
    height: 62px;
    margin-left: -31px;
  }

  #sb-part-1443.article-box001 .step_arr span:nth-of-type(2) {
    top: 24.8px;
  }

  #sb-part-1443.article-box001 .step_arr span:nth-of-type(3) {
    top: 49.6px;
  }
}

#sb-part-1443.article-box002 .center {
  text-align: center;
}

#sb-part-1443.article-box002 .title {
  color: #b22222;
  font-size: 20px;
}

#sb-part-1443.article-box002 .question {
  margin: 10px 0;
  font-weight: bold;
}

#sb-part-1443.article-box002 .number {
  display: inline-flex;
  justify-content: center;
  background-color: #b22222;
  border-radius: 50%;
  padding: 15px;
  color: #fff;
  margin: 0 10px;
  font-size: 20px;
}

#sb-part-1443.article-box002 .border {
  display: inline-flex;
  justify-content: center;
  border: 2px solid #cd5c5c;
  border-radius: 50%;
  padding: 15px;
  color: #cd5c5c;
  margin: 0 10px;
  font-size: 20px;
}

#sb-part-1443.article-box002 .words {
  color: #fff;
  background-color: #b22222;
  padding: 20px 0;
  margin: 10px -20px;
  max-width: unset;
  font-size: 23px;
}

#sb-part-1443.article-box002 img {
  margin: 0 auto;
}

#sb-part-1443.article-box002 .lazyload {
  max-width: 100%;
}

#sb-part-1443.article-box002 .btn_list {
  overflow: hidden;
  padding: 4.68% 18% 5% 18%;
}

#sb-part-1443.article-box002 ul,
#sb-part-1443.article-box002 li,
#sb-part-1443.article-box002 label,
#sb-part-1443.article-box002 span {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  max-height: 99999px;
}

#sb-part-1443.article-box002 ul {
  display: flex;
}

#sb-part-1443.article-box002 .btn_list li:first-child {
  padding-right: 2%;
}

#sb-part-1443.article-box002 .btn_list li {
  width: 50%;
}

#sb-part-1443.article-box002 .radio-input {
  display: none;
}

#sb-part-1443.article-box002 input[type="radio"]:checked + .y01 {
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}

#sb-part-1443.article-box002 .input_img {
  display: block;
  width: 100%;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 10%;
  border-radius: 8px;
  font-size: 8vw;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  background: #aaa;
  border-bottom: 5px solid #666;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  box-sizing: border-box;
}

@media (min-width: 620px) {
  #sb-part-1443.article-box002 .input_img {
    font-size: 50px;
  }
}

#sb-part-1443.article-box002 .input_img:hover {
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}

#sb-part-1443.article-box002 .btn_list li:last-child {
  padding-left: 2%;
}

#sb-part-1443.article-box002 input[type="radio"]:checked + .n01 {
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}

#sb-part-1443.article-box002 .step_arr {
  position: relative;
  padding-top: 22vw;
  margin-top: -4vw;
}

#sb-part-1443.article-box002 .step_arr span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 10vw;
  height: 10vw;
  margin-left: -5vw;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}

#sb-part-1443.article-box002 .step_arr span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

#sb-part-1443.article-box002 .step_arr span:nth-of-type(2) {
  top: 4vw;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

#sb-part-1443.article-box002 .step_arr span:nth-of-type(3) {
  top: 8vw;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@media (min-width: 620px) {
  #sb-part-1443.article-box002 .step_arr {
    position: relative;
    padding-top: 136px;
    margin-top: -25px;
  }

  #sb-part-1443.article-box002 .step_arr span {
    width: 62px;
    height: 62px;
    margin-left: -31px;
  }

  #sb-part-1443.article-box002 .step_arr span:nth-of-type(2) {
    top: 24.8px;
  }

  #sb-part-1443.article-box002 .step_arr span:nth-of-type(3) {
    top: 49.6px;
  }
}

#sb-part-1443.article-box001 .center {
  text-align: center;
}

#sb-part-1443.article-box001 .title {
  color: #b22222;
  font-size: 20px;
}

#sb-part-1443.article-box001 .question {
  margin: 10px 0;
  font-weight: bold;
}

#sb-part-1443.article-box001 .number {
  display: inline-flex;
  justify-content: center;
  background-color: #b22222;
  border-radius: 50%;
  padding: 15px;
  color: #fff;
  margin: 0 10px;
  font-size: 20px;
}

#sb-part-1443.article-box001 .border {
  display: inline-flex;
  justify-content: center;
  border: 2px solid #cd5c5c;
  border-radius: 50%;
  padding: 15px;
  color: #cd5c5c;
  margin: 0 10px;
  font-size: 20px;
}

#sb-part-1443.article-box001 .words {
  color: #fff;
  background-color: #b22222;
  padding: 20px 0;
  margin: 10px -20px;
  max-width: unset;
  font-size: 23px;
}

#sb-part-1443.article-box001 img {
  margin: 0 auto;
}

#sb-part-1443.article-box001 .lazyload {
  max-width: 100%;
}

#sb-part-1443.article-box001 .btn_list {
  overflow: hidden;
  padding: 4.68% 9.37% 5% 9.37%;
}

#sb-part-1443.article-box001 ul,
#sb-part-1443.article-box001 li,
#sb-part-1443.article-box001 label,
#sb-part-1443.article-box001 span {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  max-height: 99999px;
}

#sb-part-1443.article-box001 ul {
  display: flex;
}

#sb-part-1443.article-box001 .btn_list li:first-child {
  padding-right: 2%;
}

#sb-part-1443.article-box001 .btn_list li {
  width: 50%;
}

#sb-part-1443.article-box001 .radio-input {
  display: none;
}

#sb-part-1443.article-box001 input[type="radio"]:checked + .y01 {
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}

#sb-part-1443.article-box001 .input_img {
  display: block;
  width: 100%;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 10%;
  border-radius: 8px;
  font-size: 8vw;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  background: #aaa;
  border-bottom: 5px solid #666;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  box-sizing: border-box;
}

@media (min-width: 620px) {
  #sb-part-1443.article-box001 .input_img {
    font-size: 50px;
  }
}

#sb-part-1443.article-box001 .input_img:hover {
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}

#sb-part-1443.article-box001 .btn_list li:last-child {
  padding-left: 2%;
}

#sb-part-1443.article-box001 input[type="radio"]:checked + .n01 {
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}

#sb-part-1443.article-box001 .step_arr {
  position: relative;
  padding-top: 22vw;
  margin-top: -4vw;
}

#sb-part-1443.article-box001 .step_arr span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 10vw;
  height: 10vw;
  margin-left: -5vw;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}

#sb-part-1443.article-box001 .step_arr span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

#sb-part-1443.article-box001 .step_arr span:nth-of-type(2) {
  top: 4vw;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

#sb-part-1443.article-box001 .step_arr span:nth-of-type(3) {
  top: 8vw;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@media (min-width: 620px) {
  #sb-part-1443.article-box001 .step_arr {
    position: relative;
    padding-top: 136px;
    margin-top: -25px;
  }

  #sb-part-1443.article-box001 .step_arr span {
    width: 62px;
    height: 62px;
    margin-left: -31px;
  }

  #sb-part-1443.article-box001 .step_arr span:nth-of-type(2) {
    top: 24.8px;
  }

  #sb-part-1443.article-box001 .step_arr span:nth-of-type(3) {
    top: 49.6px;
  }
}

#sb-part-1117.article-box004 .cp_ipradio .option-input {
  position: relative;
  position: relative;
  top: 3.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 15px;
  cursor: pointer;
  transition: all 0.15s ease-out 0s;
  color: #ffffff;
  border: none;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  border: solid 1px #000;
}

#sb-part-1117.article-box004 .cp_ipradio .option-input:checked {
  background: #2d77f6;
}

#sb-part-1117.article-box004 .cp_ipradio .option-input:checked::before {
  line-height: 15px;
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 15px;
  content: "✔";
  text-align: center;
}

#sb-part-1117.article-box004 .cp_ipradio .option-input:checked::after {
  position: relative;
  display: block;
  content: "";
  -webkit-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #2d77f6;
}

#sb-part-1117.article-box004 .cp_ipradio .option-input.radio {
  border-radius: 10%;
}

#sb-part-1117.article-box004 .cp_ipradio .option-input.radio::after {
  border-radius: 10%;
}

#sb-part-1117.article-box004 .cp_ipradio label {
  display: block;
}

#sb-part-1117.article-box004 ul {
  font-size: 15px;
}

#sb-part-1117.article-box004 li {
  list-style: none;
  margin-bottom: 20px;
}

@media (min-width: 960px) {
  #sb-part-1117.article-box004 ul {
    font-size: 15px;
  }
}

#sb-part-1443.article-box001 .center {
  text-align: center;
}

#sb-part-1443.article-box001 .title {
  color: #b22222;
  font-size: 20px;
}

#sb-part-1443.article-box001 .question {
  margin: 10px 0;
  font-weight: bold;
}

#sb-part-1443.article-box001 .number {
  display: inline-flex;
  justify-content: center;
  background-color: #b22222;
  border-radius: 50%;
  padding: 15px;
  color: #fff;
  margin: 0 10px;
  font-size: 20px;
}

#sb-part-1443.article-box001 .border {
  display: inline-flex;
  justify-content: center;
  border: 2px solid #cd5c5c;
  border-radius: 50%;
  padding: 15px;
  color: #cd5c5c;
  margin: 0 10px;
  font-size: 20px;
}

#sb-part-1443.article-box001 .words {
  color: #fff;
  background-color: #b22222;
  padding: 20px 0;
  margin: 10px -20px;
  max-width: unset;
  font-size: 23px;
}

#sb-part-1443.article-box001 img {
  margin: 0 auto;
}

#sb-part-1443.article-box001 .lazyload {
  max-width: 100%;
}

#sb-part-1443.article-box001 .btn_list {
  overflow: hidden;
  padding: 4.68% 9.37% 5% 9.37%;
}

#sb-part-1443.article-box001 ul,
#sb-part-1443.article-box001 li,
#sb-part-1443.article-box001 label,
#sb-part-1443.article-box001 span {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  max-height: 99999px;
}

#sb-part-1443.article-box001 ul {
  display: flex;
}

#sb-part-1443.article-box001 .btn_list li:first-child {
  padding-right: 2%;
}

#sb-part-1443.article-box001 .btn_list li {
  width: 50%;
}

#sb-part-1443.article-box001 .radio-input {
  display: none;
}

#sb-part-1443.article-box001 input[type="radio"]:checked + .y01 {
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}

#sb-part-1443.article-box001 .input_img {
  display: block;
  width: 100%;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 10%;
  border-radius: 8px;
  font-size: 8vw;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  background: #aaa;
  border-bottom: 5px solid #666;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  box-sizing: border-box;
}

@media (min-width: 620px) {
  #sb-part-1443.article-box001 .input_img {
    font-size: 50px;
  }
}

#sb-part-1443.article-box001 .input_img:hover {
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}

#sb-part-1443.article-box001 .btn_list li:last-child {
  padding-left: 2%;
}

#sb-part-1443.article-box001 input[type="radio"]:checked + .n01 {
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}

#sb-part-1443.article-box001 .step_arr {
  position: relative;
  padding-top: 22vw;
  margin-top: -4vw;
}

#sb-part-1443.article-box001 .step_arr span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 10vw;
  height: 10vw;
  margin-left: -5vw;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}

#sb-part-1443.article-box001 .step_arr span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

#sb-part-1443.article-box001 .step_arr span:nth-of-type(2) {
  top: 4vw;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

#sb-part-1443.article-box001 .step_arr span:nth-of-type(3) {
  top: 8vw;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@media (min-width: 620px) {
  #sb-part-1443.article-box001 .step_arr {
    position: relative;
    padding-top: 136px;
    margin-top: -25px;
  }

  #sb-part-1443.article-box001 .step_arr span {
    width: 62px;
    height: 62px;
    margin-left: -31px;
  }

  #sb-part-1443.article-box001 .step_arr span:nth-of-type(2) {
    top: 24.8px;
  }

  #sb-part-1443.article-box001 .step_arr span:nth-of-type(3) {
    top: 49.6px;
  }
}

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

.article-body .w80p {
  width: 80%;
}

.cp_ipradio {
  padding: 0 10%;
}

.multiple-allow-text {
  padding-right: 10%;
  font-size: 15px;
}

.ql-video {
  max-width: 100%;
}

.lp-open-trigger {
  margin-top: 50px;
  margin-bottom: 100px;
}

.lp-open-trigger .enquete-answer-btn {
  cursor: pointer;
  transition: 0.4s;
  display: block;
  width: 80%;
  background: #4c4948;
  margin: 0 auto;
  color: #fff;
  font-size: 40px;
  text-align: center;
  line-height: 1;
  padding: 30px 0;
  position: relative;
}

.lp-open-trigger .enquete-answer-btn:after {
  content: "";
  width: 20px;
  height: 20px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  position: absolute;
  right: 4%;
  top: calc(50% - 10px);
  transform: rotate(-45deg);
  animation: arrowAnim 1s linear infinite forwards;
}

.lp-open-trigger .enquete-answer-btn:hover {
  opacity: 0.8;
}

#openLP {
  display: none;
}

@keyframes arrowAnim {
  0% {
    right: 4%;
    animation-timing-function: ease-in;
  }
  50% {
    right: 2%;
    animation-timing-function: ease-out;
  }
  100% {
    right: 4%;
    animation-timing-function: ease-in;
  }
}

@media screen and (max-width: 750px) {
  .lp-open-trigger .enquete-answer-btn {
    width: 90%;
    font-size: 20px;
  }
  .lp-open-trigger .enquete-answer-btn:after {
    border-width: 2px;
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
  }
}

.wc-webchat-ctn {
  opacity: 0;
}

.top{
    position: relative;
}

.fluffy {
    width: 35% !important;
    position: absolute;
    top:16%;
    left: 0;
	-webkit-animation: fluffy 0.8s linear 0s 1;
	animation: fluffy 0.8s linear 0s 1;
    animation-iteration-count:infinite;
}
@-webkit-keyframes fluffy {
	0%   { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
	15%  { -webkit-transform: scale(0.9, 0.9) translate(0%, 5%); }
	30%  { -webkit-transform: scale(1.3, 0.8) translate(0%, 10%); }
	50%  { -webkit-transform: scale(0.8, 1.3) translate(0%, -10%); }
	70%  { -webkit-transform: scale(1.1, 0.9) translate(0%, 5%); }
	100% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
}
@keyframes fluffy {
	0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
	15%  { transform: scale(0.9, 0.9) translate(0%, 5%); }
	30%  { transform: scale(1.3, 0.8) translate(0%, 10%); }
	50%  { transform: scale(0.8, 1.3) translate(0%, -10%); }
	70%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
	100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
