@charset "UTF-8";
/* 
================================================================================
サイズ
================================================================================
*/
/* 
================================================================================
色
================================================================================
*/
/* 
================================================================================
書体
================================================================================
*/
/* 
================================================================================
設定
================================================================================
*/
/* 
================================================================================
追加オプション
================================================================================
*/
/* 
================================================================================
サイズ
================================================================================
*/
/* 
================================================================================
色
================================================================================
*/
/* 
================================================================================
書体
================================================================================
*/
/* 
================================================================================
設定
================================================================================
*/
/* 
================================================================================
追加オプション
================================================================================
*/
/* $break-point以下の時に@contentを適用 */
/* $break-point以上の時に@contentを適用 */
/* $break-point-min以上、$break-point-max以下の時に@contentを適用 */
/* 
================================================================================
サイズ
================================================================================
*/
/* 
================================================================================
色
================================================================================
*/
/* 
================================================================================
書体
================================================================================
*/
/* 
================================================================================
設定
================================================================================
*/
/* 
================================================================================
追加オプション
================================================================================
*/
@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Noto+Sans+JP:wght@100..900&display=swap");
/*/////////////////////////
 reset
//////////////////////////*/
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0; /*font-size: 100%;font: inherit;*/
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a,
a:link,
button {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none !important;
  color: inherit;
}

b,
strong {
  font-weight: 700;
}

img,
svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

small {
  font-size: 0.85em;
  letter-spacing: 0;
  font-weight: 300;
}

sup,
sub {
  outline: 0;
  border: 0;
}

img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  image-rendering: auto;
}

/* 
================================================================================
tag
================================================================================
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-variation-settings: "wght" 600;
  font-weight: 600;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

h6 {
  font-size: 0.7616666667rem;
}

h5 {
  font-size: 0.8888888889rem;
}

h4 {
  font-size: 1.0666666667rem;
}

h3 {
  font-size: 1.3333333333rem;
}

h2 {
  font-size: 1.7777777778rem;
}

h1 {
  font-size: 2.3888888889rem;
}

p {
  margin-bottom: 1em;
  text-align: justify;
  word-break: break-all;
}

p + h4 {
  margin-top: 2em;
}

img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  width: 100%;
  height: auto;
}

img,
input,
svg,
*:before,
*:after {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

a:hover img,
a:hover input {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

dl {
  margin-bottom: 2em;
}
dl dt {
  text-align: left;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
dl dd + dt {
  margin-top: 1em;
}
dl dd:not(:last-child) {
  margin-bottom: 1.5em;
}
dl.count {
  counter-reset: ref-counter; /* カウンターを初期化 */
}
dl.count dt {
  font-size: 1em;
  line-height: 1.4;
  padding-left: 1.5em;
  counter-increment: ref-counter;
}
dl.count dt::before {
  content: "" counter(ref-counter) "."; /* ※＋数字 */
  position: absolute;
  left: 0;
}

svg {
  width: 100%;
  height: auto;
}
svg g path {
  stroke: #404040;
  fill: #404040;
  stroke-width: 0.05;
  stroke-dashoffset: 0;
}

ul {
  list-style: none;
  padding-left: 0;
}
ul li {
  position: relative;
  line-height: 1.6;
  padding-left: 1em;
}
ul li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0.1em;
  left: 0;
}
ul li:not(:last-child) {
  margin-bottom: 1em;
}

ol {
  list-style: decimal;
  padding-left: 1.5em;
}
/* 
================================================================================
Guide & Debug tool
================================================================================
*/
.sampledummy {
  margin: 1em;
  padding: 1em;
  background-color: #d9f5f1;
}

.pageDebuger {
  font-size: 12px;
  line-height: 1.4;
  position: fixed;
  right: 0em;
  bottom: 0em;
  width: fit-content;
  z-index: 10000;
  background-color: #000 !important;
  color: #fff;
}
.pageDebuger dl dt {
  color: yellow;
  background-color: #222;
  padding: 0.2em;
}
.pageDebuger dl dd {
  margin-bottom: 1em;
  padding: 0.2em;
}

body.guide .template_header, body.guide .template_footer {
  background-color: #ddd;
}
body.guide .template_include {
  background-color: #f5ecd8;
}
body.guide .template_header, body.guide .template_include, body.guide .template_footer {
  margin: 2em;
  padding: 1em;
  border: dashed 2px #000;
}
body.guide .template_header::before, body.guide .template_include::before, body.guide .template_footer::before {
  display: block;
}
body.guide .template_header::before {
  content: "header.php";
}
body.guide .template_include::before {
  content: attr(data-temp) "";
}
body.guide .template_footer::before {
  content: "footer.php";
}
body.guide .fn {
  margin: 1em;
  padding: 1em;
  background-color: #f2f2f2;
}
body.guide .fn h6 {
  font-size: 1.2em;
  margin-bottom: 1em;
}
body.guide .fn ul {
  display: flex;
}
body.guide .fn ul li {
  padding: 0.5em;
}
body.guide .fn ul li:not(:last-child)::after {
  content: " > ";
  display: inline-block;
  margin-left: 1em;
}
body.guide .fn ul li a {
  text-decoration: underline;
}

dl.alldata {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 0.5em;
}
dl.alldata dd {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 0.5em;
}

/* 
================================================================================
サイズ
================================================================================
*/
/* 
================================================================================
色
================================================================================
*/
/* 
================================================================================
書体
================================================================================
*/
/* 
================================================================================
設定
================================================================================
*/
/* 
================================================================================
追加オプション
================================================================================
*/
/* 
================================================================================
サイズ
================================================================================
*/
/* 
================================================================================
色
================================================================================
*/
/* 
================================================================================
書体
================================================================================
*/
/* 
================================================================================
設定
================================================================================
*/
/* 
================================================================================
追加オプション
================================================================================
*/
/* $break-point以下の時に@contentを適用 */
/* $break-point以上の時に@contentを適用 */
/* $break-point-min以上、$break-point-max以下の時に@contentを適用 */
/* 
================================================================================
fonts
================================================================================
*/
/* 
================================================================================
class
================================================================================
*/
@media screen and (max-width: 900px) {
  .only-pc {
    display: none;
  }
}
.only-sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .only-sp {
    display: block;
  }
  .only-sp.flex {
    display: flex;
  }
}
.only-under1700 {
  display: none;
}
@media screen and (max-width: 1700px) {
  .only-under1700 {
    display: block;
  }
  .only-under1700.flex {
    display: flex;
  }
}

.null {
  height: 0px;
  margin: 0;
  padding: 0;
}

.bg-key {
  background-color: #fdd000;
}
.bg-keylight {
  background-color: #f4e8d0;
}
.bg-white {
  background-color: #fff;
}

@media screen and (max-width: 900px) {
  .section {
    overflow: hidden;
  }
}
.section.padding {
  padding: 11.1111111111rem 0;
}
.section-wrap {
  margin: auto;
  width: calc(100% - 22.2222222222rem);
  max-width: 900px;
}
@media screen and (max-width: 900px) {
  .section-wrap {
    width: 80%;
    max-width: 900px;
  }
}
.section-wrap > .wp-block-title:not(:first-child) {
  margin-top: 11.1111111111rem;
}
.grid {
  display: grid;
  grid-gap: 2.2222222222rem;
  grid-template-columns: 1fr 1fr;
}
.grid-col_3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.column-body {
  font-size: 0.7616666667rem;
}
.column-body .wp-block-read:first-child {
  margin-bottom: 0;
}
.column-body .wp-block-action {
  margin-top: 1.6666666667rem;
}

.sharelinks {
  display: flex;
  flex-wrap: wrap;
  gap: 2.2222222222rem;
  list-style: none;
  padding: 0;
  margin-top: 2.7777777778rem;
}
@media screen and (max-width: 900px) {
  .sharelinks {
    gap: 6.6666666667vw;
  }
}
.sharelinks li {
  margin: 0 !important;
  height: 1.1111111111rem;
}
@media screen and (max-width: 900px) {
  .sharelinks li {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.sharelinks li a {
  display: flex;
  width: auto;
  height: 100%;
  align-items: center;
  padding-left: 1.6666666667rem;
  background-position: left center !important;
  text-transform: uppercase;
}
.sharelinks li a span {
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .sharelinks li a span {
    display: none;
  }
}

.unit-item {
  position: relative;
}
.unit-item:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (max-width: 900px) {
  .unit-item:not(:last-child) {
    margin-bottom: 16.6666666667vw;
  }
}
.unit-item:nth-child(odd) {
  padding-right: 26.6666666667rem;
}
@media screen and (max-width: 900px) {
  .unit-item:nth-child(odd) {
    padding-right: 0vw;
  }
}
.unit-item:nth-child(odd) .image {
  right: 0;
}
@media screen and (max-width: 900px) {
  .unit-item:nth-child(odd) .image {
    right: auto;
  }
}
.unit-item:nth-child(odd) .image::before {
  left: -6.6666666667rem;
}
@media screen and (max-width: 900px) {
  .unit-item:nth-child(odd) .image::before {
    left: -10.6666666667vw;
    bottom: 0vw;
  }
}
.unit-item:nth-child(odd) .image-item {
  left: auto;
  right: 3.3333333333rem;
}
.unit-item:nth-child(even) {
  padding-left: 26.6666666667rem;
}
@media screen and (max-width: 900px) {
  .unit-item:nth-child(even) {
    padding-left: 0vw;
  }
}
.unit-item:nth-child(even) .image {
  left: 0;
}
@media screen and (max-width: 900px) {
  .unit-item:nth-child(even) .image {
    left: auto;
  }
}
.unit-item:nth-child(even) .image::before {
  right: -6.6666666667rem;
}
@media screen and (max-width: 900px) {
  .unit-item:nth-child(even) .image::before {
    right: -10.6666666667vw;
    bottom: 0vw;
  }
}
.unit-item:nth-child(even) .image-item {
  left: 3.3333333333rem;
  right: 3.3333333333rem;
}
.unit-item dt {
  line-height: 1.5;
  padding-bottom: 0.5555555556rem;
  margin-bottom: 1.1111111111rem;
  position: relative;
}
@media screen and (max-width: 900px) {
  .unit-item dt {
    padding-bottom: 0.1333333333vw;
    margin-bottom: 3.3333333333vw;
  }
}
.unit-item dt::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.1666666667rem;
  background-image: radial-gradient(circle, #fdd000 0.0833333333rem, transparent 0.0833333333rem);
  background-size: 0.4444444444rem 0.1666666667rem; /* ドット間隔 */
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 900px) {
  .unit-item dt::after {
    height: 1.6vw;
    background-size: 2.4vw 1.6vw;
    background-image: radial-gradient(circle, #fdd000 0.4vw, transparent 0.4vw);
  }
}
.unit-item dt.line-white::after {
  background-image: radial-gradient(circle, #fff 0.0833333333rem, transparent 0.0833333333rem);
}
@media screen and (max-width: 900px) {
  .unit-item dt.line-white::after {
    background-image: radial-gradient(circle, #fff 0.4vw, transparent 0.4vw);
  }
}
.unit-item dd.image {
  position: absolute;
  top: 0.5555555556rem;
  width: 16.6666666667rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 900px) {
  .unit-item dd.image {
    position: relative;
    width: 58.6666666667vw;
    margin: auto;
    aspect-ratio: auto;
  }
}
.unit-item dd.image .image-item {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .unit-item dd.image .image-item {
    position: relative;
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%) scale(1);
  }
}
.unit-item dd.image::before {
  content: "";
  display: block;
  width: 4.1666666667rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  bottom: 0rem;
  background: #fff;
}
@media screen and (max-width: 900px) {
  .unit-item dd.image::before {
    width: 14.6666666667vw;
  }
}
@media screen and (max-width: 900px) {
  .unit-item:nth-of-type(4) .image::before {
    left: -10.6666666667vw;
    right: auto;
    bottom: 0vw;
  }
}

.data {
  padding: 2.7777777778rem;
}
@media screen and (max-width: 900px) {
  .data {
    padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
}
.data-item {
  display: grid;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 2.6666666667vw;
}
.data-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.1666666667rem;
  background-image: radial-gradient(circle, #fff 0.0833333333rem, transparent 0.0833333333rem);
  background-size: 0.4444444444rem 0.1666666667rem; /* ドット間隔 */
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 900px) {
  .data-item::before {
    padding-bottom: 0vw;
    height: 1.6vw;
    background-size: 2.4vw 1.6vw;
    background-image: radial-gradient(circle, #fff 0.4vw, transparent 0.4vw);
  }
}
.data-item div {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  align-items: start;
  grid-gap: 0 0.5555555556rem;
  position: relative;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .data-item div {
    line-height: 1.7;
  }
}
.data-item dt,
.data-item dd {
  margin: 0 !important;
  padding: 0.6111111111rem 0 0.6111111111rem !important;
  font-size: 1rem;
}
@media screen and (max-width: 900px) {
  .data-item dt,
  .data-item dd {
    font-size: 2.9333333333vw;
  }
}
.data-item dt {
  position: relative;
}
@media screen and (max-width: 900px) {
  .data-item dt {
    position: static;
  }
}
.data-item dt::before {
  content: "";
  display: block;
  width: 100vw;
  height: 0.1666666667rem;
  background-image: radial-gradient(circle, #fff 0.0833333333rem, transparent 0.0833333333rem);
  background-size: 0.4444444444rem 0.1666666667rem; /* ドット間隔 */
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 900px) {
  .data-item dt::before {
    height: 1.6vw;
    background-size: 2.4vw 1.6vw;
    background-image: radial-gradient(circle, #fff 0.4vw, transparent 0.4vw);
    top: 0vw;
  }
}
.data-item dt::after {
  content: "：";
  display: inline;
}
@media screen and (max-width: 900px) {
  .data-item div {
    display: block;
    align-items: baseline;
    padding: 4.2666666667vw 0vw 0vw 0vw;
    margin-bottom: 2.1333333333vw;
  }
  .data-item div dt {
    display: inline;
    padding: 0vw 0vw 0vw 0vw;
    margin: 0;
  }
  .data-item div dd {
    padding: 0vw 0vw 0vw 0vw;
    display: inline;
    margin: 0;
  }
}

.faq-unit {
  position: relative;
  margin-bottom: 2.7777777778rem;
  min-height: 5.2777777778rem;
}
@media screen and (max-width: 900px) {
  .faq-unit {
    margin-bottom: 6.6666666667vw;
    min-height: 12.6666666667vw;
  }
}
.faq-unit::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.7777777778rem;
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .faq-unit::before {
    border-radius: 6.6666666667vw;
  }
}
.faq-unit-entry-title {
  position: relative;
  z-index: 2;
  padding: 1.6666666667rem 5.5555555556rem 1.6666666667rem 5rem;
  letter-spacing: 0.15em;
  width: 100%;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .faq-unit-entry-title {
    padding: 2.6666666667vw 12vw 4vw 14vw;
  }
}
.faq-unit-entry-title::-webkit-details-marker {
  display: none !important;
}
.faq-unit-entry-title::marker {
  font-size: 0px; /* マーカーのサイズを大きく設定 */
}
.faq-unit-entry-title::before {
  content: ""; /* 閉じている時のマーカー */
  display: inline-block;
  width: 2.2222222222rem;
  height: 2.2222222222rem;
  background: url(../img/icon/icon_faq_q.png) center center/100% auto no-repeat;
  position: absolute;
  top: 1.5555555556rem;
  left: 1.6666666667rem;
  transform: translate(0, 0%);
}
@media screen and (max-width: 900px) {
  .faq-unit-entry-title::before {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    top: 3.3333333333vw;
    left: 5.3333333333vw;
  }
}
.faq-unit-entry-title::after {
  content: "";
  display: inline-block;
  width: 1.4444444444rem;
  height: 0.8333333333rem;
  background: url(../img/parts/icon_arrow.svg) center center/100% auto no-repeat;
  position: absolute;
  top: 2.2222222222rem;
  right: 3.3333333333rem;
  transform: translate(0, 0%);
}
@media screen and (max-width: 900px) {
  .faq-unit-entry-title::after {
    width: 3.4666666667vw;
    height: 2vw;
    top: 6vw;
    right: 6.6666666667vw;
  }
}
.faq-unit-entry-title h4 {
  display: inline;
  margin: 0;
  padding: 0;
  color: #bfa466;
  font-size: 1rem;
}
@media screen and (max-width: 900px) {
  .faq-unit-entry-title h4 {
    font-size: 2.6666666667vw;
  }
}
.faq-unit-entry-body {
  position: relative;
  z-index: 2;
  padding: 0.8333333333rem 5.5555555556rem 0.8333333333rem 5rem;
}
.faq-unit-entry-body p {
  font-size: 1rem;
}
@media screen and (max-width: 900px) {
  .faq-unit-entry-body p {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 900px) {
  .faq-unit-entry-body {
    padding: 2vw 11.3333333333vw 2vw 14vw;
  }
}
.faq-unit-entry-body::before {
  content: "";
  display: inline-block;
  width: 2.2222222222rem;
  height: 2.2222222222rem;
  background: url(../img/icon/icon_faq_a.png) center center/100% auto no-repeat;
  position: absolute;
  top: 0.8333333333rem;
  left: 1.6666666667rem;
}
@media screen and (max-width: 900px) {
  .faq-unit-entry-body::before {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    top: 1.0666666667vw;
    left: 5.3333333333vw;
  }
}
.faq-unit[open] .faq-unit-entry-title {
  padding-bottom: 0rem;
}
.faq-unit[open] .faq-unit-entry-title::after {
  transform: translate(0, 0%) rotate(180deg);
}
.faq-unit[open]:hover::before {
  background-color: #fff;
}

.lang-en {
  font-family: "Poppins", sans-serif;
}

.sns-link {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sns-link-item {
  background-color: aqua;
  width: 1.6666666667rem;
  aspect-ratio: 1/1;
  padding: 0;
}
.sns-link-item.instagram {
  background: url(../img/icon/icon_instagram.png) center center/100% auto no-repeat;
}
.sns-link-item::before {
  display: none;
}
.sns-link-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.sns-link-item a span {
  display: none;
}

.deco-wrap {
  position: absolute;
  top: 0;
  height: 100%;
}
.deco-item.bubble {
  position: absolute;
  z-index: 1;
  width: 16.6666666667rem;
  aspect-ratio: 1/1;
  mix-blend-mode: multiply;
}
.deco-item.bubble::before {
  content: "";
  position: absolute;
  display: block;
  inset: 0;
  border: solid 1px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  background: url(../img/parts/bubble.png) center center/100% auto no-repeat;
  animation: float 30s ease-in-out infinite;
}
.deco-item.bubble-gold::before {
  border: solid 1px #fdd000;
  background: url(../img/parts/bubble_gold.png) center center/100% auto no-repeat;
}

@keyframes float {
  0% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(0%, -5%) scale(1.05);
  }
  50% {
    transform: translate(0%, -10%) scale(1.1);
  }
  75% {
    transform: translate(0%, -5%) scale(1.05);
  }
  100% {
    transform: translate(0, 0%) scale(1);
  }
}
.inView {
  transition: all 1000ms ease-in-out;
}
.inView.is--stby {
  opacity: 0;
  transform: translate(0, 1em);
}

/* 
================================================================================
サイズ
================================================================================
*/
/* 
================================================================================
色
================================================================================
*/
/* 
================================================================================
書体
================================================================================
*/
/* 
================================================================================
設定
================================================================================
*/
/* 
================================================================================
追加オプション
================================================================================
*/
/* 
================================================================================
サイズ
================================================================================
*/
/* 
================================================================================
色
================================================================================
*/
/* 
================================================================================
書体
================================================================================
*/
/* 
================================================================================
設定
================================================================================
*/
/* 
================================================================================
追加オプション
================================================================================
*/
/* $break-point以下の時に@contentを適用 */
/* $break-point以上の時に@contentを適用 */
/* $break-point-min以上、$break-point-max以下の時に@contentを適用 */
/* 
================================================================================
body
================================================================================
*/
html {
  background-color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 900px) {
  html {
    font-size: 3.7333333333vw;
  }
}
html.scrollMode_onepage {
  overflow: hidden;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.99;
  letter-spacing: 0.09em;
  background-color: #fff;
  overflow: hidden;
  overflow-y: scroll;
  font-feature-settings: "palt";
  color: #333333;
  padding: 0;
  margin: 0;
  text-align: justify;
  text-justify: inter-character;
  overflow-wrap: break-word;
}
@media screen and (max-width: 900px) {
  body {
    letter-spacing: 0.2em;
  }
}
body.scrollMode_onepage {
  -webkit-overflow-scrolling: touch;
}
body.modal-active {
  /* when modal active */
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  /* Other browsers */
  overscroll-behavior: none;
}
@media screen and (min-width: 900px) {
  body.resize * {
    transition: all 0ms;
  }
}
body.fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
}
html.isTouchDevice body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body #container {
  opacity: 0;
  transition: opacity 300ms ease;
}
body #container::after {
  content: "・";
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -6.9444444444rem);
  width: 72.2222222222rem;
  height: 888.8888888889rem;
  background: url(../img/_guide/design.png) center top/100% auto no-repeat;
  opacity: 0.6;
  pointer-events: none;
  z-index: 1000;
}
@media screen and (max-width: 900px) {
  body #container::after {
    width: 100%;
    transform: translate(-50%, 0vw);
    background: url(../img/_guide/design_sp.png) center top/100% auto no-repeat;
  }
}
@media screen and (max-width: 900px) {
  body #container {
    overflow: hidden;
  }
}
body.loadingFinish #container {
  opacity: 1;
}

.global-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
}
.global-header-frame {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5.5555555556rem;
  padding: 0 5.5555555556rem;
}
@media screen and (max-width: 900px) {
  .global-header-frame {
    padding: 0 6.6666666667vw;
    height: 15.3333333333vw;
    justify-content: center;
  }
}
.global-header-frame .logo {
  width: 11.6666666667rem;
}
@media screen and (max-width: 900px) {
  .global-header-frame .logo {
    width: 37.3333333333vw;
  }
}
@media screen and (max-width: 900px) {
  .global-header-frame .sns {
    position: absolute;
    right: 6.6666666667vw;
  }
}
.global-main {
  padding-top: 5.5555555556rem;
}
@media screen and (max-width: 900px) {
  .global-main {
    padding-top: 15.3333333333vw;
  }
}
.global-footer {
  position: relative;
  min-height: fit-content;
  padding-top: 6.6666666667rem;
  padding-bottom: 2.7777777778rem;
  background-color: #f4e8d0;
}
.global-footer a {
  text-decoration: underline;
}
.global-footer .contact-info {
  display: inline;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 0.8333333333rem;
  padding: 0.4em 1em;
}
@media screen and (max-width: 900px) {
  .global-footer {
    padding-top: 15.3333333333vw;
    padding-bottom: 6.6666666667vw;
    display: flex;
    justify-content: center;
    text-align: center;
  }
}
.global-footer .logo {
  width: 11.6666666667rem;
  margin-bottom: 0.5555555556rem;
}
@media screen and (max-width: 900px) {
  .global-footer .logo {
    width: auto;
    margin: 0 auto 4vw;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 900px) {
  .global-footer .logo img {
    width: auto;
    height: 3.7333333333vw;
  }
}
.global-footer p {
  margin-bottom: 1.1111111111rem;
}
@media screen and (max-width: 900px) {
  .global-footer p {
    text-align: center;
    font-size: 2.9333333333vw;
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 900px) {
  .global-footer .sns {
    display: flex;
    justify-content: center;
  }
}
.global-footer .copyright {
  padding-top: 3.8888888889rem;
  text-align: center;
  font-size: 0.6666666667rem;
  font-weight: 300;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 900px) {
  .global-footer .copyright {
    padding-top: 17.3333333333vw;
    font-size: 2.6666666667vw;
  }
}

#pagetop {
  position: absolute;
  top: 2.2222222222rem;
  right: 6.6666666667rem;
  width: 2.2222222222rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fdd000;
  cursor: pointer;
}
#pagetop span {
  display: none;
}
#pagetop::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  aspect-ratio: 1/1;
  background: url(../img/parts/pagetop.png) center center/contain no-repeat;
  opacity: 0.6;
  pointer-events: none;
  z-index: 1000;
}
#pagetop:hover {
  background-color: #fdd82c;
}
@media screen and (max-width: 900px) {
  #pagetop {
    top: 5.3333333333vw;
    right: 5.3333333333vw;
    width: 10.6666666667vw;
  }
}

/* 
================================================================================
contents
================================================================================
*/
.c {
  color: #ccc;
}

.section {
  position: relative;
  padding: 5rem 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 900px) {
  .section {
    padding: 10.9333333333vw 0;
  }
}
.section-frame {
  width: 70%;
  max-width: 900px;
  margin: auto;
  z-index: 5;
}
@media screen and (max-width: 900px) {
  .section-frame {
    width: 89.4vw;
    max-width: none;
  }
}
.section h2 {
  margin-bottom: 2.2222222222rem;
}
.section a:not(.noline):link, .section a:not(.noline):visited {
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  line-height: 2.2;
  position: relative;
}
.section a:not(.noline):hover {
  opacity: 0.8;
}
.section .contentsBody ul {
  list-style: none;
  padding-left: 1.5em;
  margin-bottom: 2em;
}
.section .contentsBody ul li {
  font-size: 0.9em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.section .contentsBody ul li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -1.2em;
}
.section#kv {
  width: 100%;
  height: 32.2222222222rem;
  background: url(../img/contents/kv/visual_re.jpg) center center/auto 100% no-repeat #fdd000;
  background-color: #fdd000;
}
@media screen and (max-width: 900px) {
  .section#kv {

    height: calc(var(--vh-fixed) - 47.3333333333vw);
    background: url(../img/contents/kv/visual_sp.jpg) center center/auto 100% no-repeat #fdd000;
  }
}
.section#tagline {
  padding: 4.1666666667rem 0;
  min-height: 13.8888888889rem;
  background: url(../img/bg/pattern.png) center center/auto;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .section#tagline {
    padding: 10vw 0;
    min-height: auto;
    height: 32vw;
  }
}
.section#tagline h1 {
  margin: 0;
  padding: 0;
}
.section#tagline h1 .title {
  max-height: 5.8888888889rem;
  width: auto;
  height: 5.8888888889rem;
}
@media screen and (max-width: 900px) {
  .section#tagline h1 .title {
    width: auto;
    height: 12.2666666667vw;
    margin: auto;
  }
}
.section#care h2 .title {
  width: 25.3333333333rem;
}
@media screen and (max-width: 900px) {
  .section#care h2 .title {
    width: auto;
    height: 13.7333333333vw;
  }
}
.section#care .section-body {
  margin-bottom: 3.8888888889rem;
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 2.7777777778rem;
}
@media screen and (max-width: 900px) {
  .section#care .section-body {
    grid-template-columns: 1fr;
    grid-gap: 2.6666666667vw;
    margin-bottom: 21.3333333333vw;
  }
}
.section#care .section-body::after {
  content: "";
  display: block;
  width: 16.6666666667rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  transform: translate(0, 0.5555555556rem);
  background: url(../img/contents/care/image.png) center center/cover no-repeat;
}
@media screen and (max-width: 900px) {
  .section#care .section-body::after {
    width: 58.9333333333vw;
    margin: auto;
    inset: 0;
  }
}
.section#care .worries {
  padding: 2.7777777778rem 3.3333333333rem;
  border-radius: 2.7777777778rem;
}
@media screen and (max-width: 900px) {
  .section#care .worries {
    border-radius: 6.6666666667vw;
    margin-bottom: 8vw;
  }
}
.section#care .worries h3 {
  font-size: 1.5555555556rem;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 900px) {
  .section#care .worries h3 {
    font-size: 4.8vw;
    text-align: center;
    letter-spacing: 0.2em;
    margin-bottom: 1.1em;
  }
}
.section#care .worries ul li {
  font-size: 1.1111111111rem;
}
.section#care .worries ul li:not(:last-child) {
  margin-bottom: 0.4em;
}
@media screen and (max-width: 900px) {
  .section#care .worries ul li {
    font-size: 2.6666666667vw;
    line-height: 2;
  }
}
@media screen and (max-width: 900px) {
  .section#care .worries {
    padding: 6.6666666667vw 6.6666666667vw;
  }
}
.section#about {
  padding-top: 0.5555555556rem;
  padding-bottom: 1.9444444444rem;
}
@media screen and (max-width: 900px) {
  .section#about {
    padding-bottom: 2vw;
  }
}
.section#about h2 {
  margin-bottom: 1.3888888889rem;
}
@media screen and (max-width: 900px) {
  .section#about h2 {
    margin-bottom: 8vw;
  }
}
.section#about h2 .title {
  width: 15.7222222222rem;
}
@media screen and (max-width: 900px) {
  .section#about h2 .title {
    width: auto;
    height: 4.5333333333vw;
  }
}
.section#about .section-body {
  margin-bottom: 5.5555555556rem;
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 2.7777777778rem;
  align-items: flex-end;
}
@media screen and (max-width: 900px) {
  .section#about .section-body {
    grid-template-columns: 1fr;
    grid-gap: 2.6666666667vw;
    margin-bottom: 13.3333333333vw;
  }
}
@media screen and (max-width: 900px) {
  .section#about .section-body .point {
    display: block;
    padding: 6.6666666667vw 0 0vw;
  }
}
.section#about .section-body::after {
  content: "";
  display: block;
  width: 11.1111111111rem;
  aspect-ratio: 2000/4127;
  position: relative;
  margin-bottom: 1.1111111111rem;
  transform: translate(8%, 5%);
  background: url(../img/contents/lineup/products_100ml.png) center center/100% auto no-repeat;
}
@media screen and (max-width: 900px) {
  .section#about .section-body::after {
    width: 25.3333333333vw;
    inset: 0;
    margin: 0 auto 0vw;
    transform: translate(0%, 0%);
  }
}
.section#features {
  padding-bottom: 10.5555555556rem;
}
@media screen and (max-width: 900px) {
  .section#features {
    padding-bottom: 24vw;
  }
}
.section#features h2 {
  margin-bottom: 5.5555555556rem;
}
@media screen and (max-width: 900px) {
  .section#features h2 {
    margin-bottom: 14.6666666667vw;
  }
}
.section#features h2 .title {
  width: 45.1666666667rem;
}
@media screen and (max-width: 900px) {
  .section#features h2 .title {
    width: auto;
    height: 40vw;
  }
}
.section#features .unit-item {
  min-height: 17.2222222222rem;
}
.section#features .unit-item .image-item {
  transition: all 1000ms ease-in-out 0ms;
  transform-origin: left bottom;
}
.section#features .unit-item .image-item::before {
  content: "";
  display: block;
  width: 100%;
  inset: 0;
  position: absolute;
  transition: all 1000ms ease-out 0ms;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
}
.section#features .unit-item .image::before {
  transition: transform 1000ms ease-out, opacity 2000ms ease-out;
}
.section#features .unit-item.is--stby .image-item::before {
  opacity: 1;
}
.section#features .unit-item:nth-of-type(3) {
  margin-bottom: 6.9444444444rem;
}
@media screen and (max-width: 900px) {
  .section#features .unit-item:nth-of-type(3) {
    margin-bottom: 16.6666666667vw;
  }
}
.section#features .deco-item:nth-of-type(1) {
  top: 4.4444444444rem;
  right: -19.4444444444rem;
  width: 16.6666666667rem;
}
.section#features .deco-item:nth-of-type(1)::before {
  animation-delay: 1000ms;
}
@media screen and (max-width: 900px) {
  .section#features .deco-item:nth-of-type(1) {
    top: 0vw;
    right: 2.6666666667vw;
    width: 26.6666666667vw;
  }
}
.section#features .deco-item:nth-of-type(2) {
  top: 23.3333333333rem;
  right: -12.7777777778rem;
  width: 5.5555555556rem;
}
.section#features .deco-item:nth-of-type(2)::before {
  animation-delay: 10000ms;
}
@media screen and (max-width: 900px) {
  .section#features .deco-item:nth-of-type(2) {
    top: 37.3333333333vw;
    right: 2.6666666667vw;
    width: 13.3333333333vw;
  }
}
.section#features .deco-item:nth-of-type(3) {
  top: 36.1111111111rem;
  left: -16.6666666667rem;
  width: 11.1111111111rem;
}
.section#features .deco-item:nth-of-type(3)::before {
  animation-delay: 5000ms;
}
@media screen and (max-width: 900px) {
  .section#features .deco-item:nth-of-type(3) {
    top: 280vw;
    left: -24vw;
    width: 16vw;
  }
}
.section#features .deco-item:nth-of-type(4) {
  top: 50rem;
  left: -8.3333333333rem;
  width: 5.5555555556rem;
}
.section#features .deco-item:nth-of-type(4)::before {
  animation-delay: 15000ms;
}
@media screen and (max-width: 900px) {
  .section#features .deco-item:nth-of-type(4) {
    top: 320vw;
    left: -8vw;
    width: 9.3333333333vw;
  }
}
.section#features .deco-item:nth-of-type(5) {
  top: 55.5555555556rem;
  right: -13.8888888889rem;
  width: 5.5555555556rem;
}
@media screen and (max-width: 900px) {
  .section#features .deco-item:nth-of-type(5) {
    top: 626.6666666667vw;
    right: 1.3333333333vw;
    width: 10.6666666667vw;
  }
}
.section#spec h2 {
  margin-bottom: 5.2777777778rem;
}
@media screen and (max-width: 900px) {
  .section#spec h2 {
    margin-bottom: 14vw;
  }
}
.section#spec h2 .title {
  width: 25.8333333333rem;
}
@media screen and (max-width: 900px) {
  .section#spec h2 .title {
    width: auto;
    height: 5.0666666667vw;
  }
}
.section#spec .unit-item {
  min-height: 16.6666666667rem;
}
.section#spec .unit-item:not(:last-child) {
  margin-bottom: 3.3333333333rem;
}
@media screen and (max-width: 900px) {
  .section#spec .unit-item:not(:last-child) {
    margin-bottom: 17.3333333333vw;
  }
}
.section#spec .unit-item .image::before {
  display: none;
}
.section#spec .deco-item:nth-of-type(1) {
  top: 4.4444444444rem;
  right: -19.4444444444rem;
  width: 16.6666666667rem;
}
@media screen and (max-width: 900px) {
  .section#spec .deco-item:nth-of-type(1) {
    top: 61.3333333333vw;
    right: 0vw;
    width: 20vw;
  }
}
.section#spec .deco-item:nth-of-type(2) {
  top: 23.3333333333rem;
  right: -12.7777777778rem;
  width: 5.5555555556rem;
}
@media screen and (max-width: 900px) {
  .section#spec .deco-item:nth-of-type(2) {
    top: 96vw;
    right: 1.3333333333vw;
    width: 10.6666666667vw;
  }
}
.section#spec .deco-item:nth-of-type(3) {
  top: 36.1111111111rem;
  left: -16.6666666667rem;
  width: 11.1111111111rem;
}
@media screen and (max-width: 900px) {
  .section#spec .deco-item:nth-of-type(3) {
    top: 260vw;
    left: -25.3333333333vw;
    width: 17.3333333333vw;
  }
}
.section#spec .deco-item:nth-of-type(4) {
  top: 50rem;
  left: -8.3333333333rem;
  width: 5.5555555556rem;
}
@media screen and (max-width: 900px) {
  .section#spec .deco-item:nth-of-type(4) {
    top: 286.6666666667vw;
    left: -8vw;
    width: 8vw;
  }
}
.section#spec .deco-item:nth-of-type(5) {
  top: 55.5555555556rem;
  right: -13.8888888889rem;
  width: 5.5555555556rem;
}
@media screen and (max-width: 900px) {
  .section#spec .deco-item:nth-of-type(5) {
    top: 433.3333333333vw;
    right: 4vw;
    width: 13.3333333333vw;
  }
}
.section#products {
  padding-top: 0;
}
@media screen and (max-width: 900px) {
  .section#products {
    padding-bottom: 25.3333333333vw;
  }
}
.section#products .data {
  border-radius: 2.7777777778rem;
}
@media screen and (max-width: 900px) {
  .section#products .data {
    border-radius: 5.3333333333vw;
  }
}
.section#safe {
  padding-bottom: 6.2222222222rem;
}
@media screen and (max-width: 900px) {
  .section#safe {
    padding-bottom: 14.6666666667vw;
  }
}
@media screen and (max-width: 900px) {
  .section#safe h2 {
    margin-bottom: 6.6666666667vw;
  }
}
.section#safe h2 .title {
  width: 21rem;
}
@media screen and (max-width: 900px) {
  .section#safe h2 .title {
    width: auto;
    height: 5.3333333333vw;
  }
}
.section#howto {
  padding-bottom: 1.1111111111rem;
}
@media screen and (max-width: 900px) {
  .section#howto {
    padding-bottom: 10.6666666667vw;
  }
}
.section#howto h2 .title {
  width: 45.5555555556rem;
}
@media screen and (max-width: 900px) {
  .section#howto h2 .title {
    width: auto;
    height: 32vw;
  }
}
.section#howto ul.step {
  margin-bottom: 3.3333333333rem;
}
.section#howto ul.step-image {
  list-style: none;
  padding: 0;
  margin-bottom: 2.2222222222rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4.1666666667rem;
}
@media screen and (max-width: 900px) {
  .section#howto ul.step-image {
    grid-template-columns: 1fr;
    grid-gap: 10.6666666667vw;
    width: 100%;
    margin: 0 auto 6.6666666667vw;
  }
}
.section#howto ul.step-image li {
  position: relative;
}
@media screen and (max-width: 900px) {
  .section#howto ul.step-image li {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
  }
}
.section#howto ul.step-image li::before {
  display: none;
}
@media screen and (max-width: 900px) {
  .section#howto ul.step-image li .text {
    margin-bottom: 8vw;
  }
  .section#howto ul.step-image li .text::before {
    content: "・";
    display: inline;
  }
}
.section#howto ul.step-image li .image {
  inset: 0;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  transition: all 500ms ease-in-out;
}
@media screen and (max-width: 900px) {
  .section#howto ul.step-image li .image {
    width: 58.9333333333vw;
  }
}
.section#howto ul.step-image li .image img {
  transition: all 1500ms ease-in-out;
}
.section#howto ul.step-image li:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -2.5rem;
  transform: translate(0, -50%);
  z-index: 5;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 0.8333333333rem solid transparent;
  border-bottom: 0.8333333333rem solid transparent;
  border-left: 0.8333333333rem solid #bfa466; /* 色を変更可能 */
  transition: all 1000ms ease-in-out;
}
@media screen and (max-width: 900px) {
  .section#howto ul.step-image li:not(:last-child)::after {
    top: 100%;
    right: auto;
    left: 50%;
    transform: translate(-50%, 5.0666666667vw) rotate(90deg) scale(1);
  }
}
.section#howto p {
  text-align: center;
}
.section#howto p.ex {
  font-size: 1rem;
}
@media screen and (max-width: 900px) {
  .section#howto p.ex {
    padding-top: 9.3333333333vw;
    font-size: 2.9333333333vw;
  }
}
.section#lineup h2 {
  margin-bottom: 1.1111111111rem;
}
@media screen and (max-width: 900px) {
  .section#lineup h2 {
    margin-bottom: 5.3333333333vw;
  }
}
.section#lineup h2 .title {
  width: 15.5555555556rem;
}
@media screen and (max-width: 900px) {
  .section#lineup h2 .title {
    width: auto;
    height: 5.3333333333vw;
  }
}
.section#lineup .lineup {
  margin-top: 2.2222222222rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  text-align: center;
  font-size: 0.8888888889rem;
}
@media screen and (max-width: 900px) {
  .section#lineup .lineup {
    width: fit-content;
    margin: 6.6666666667vw auto 0vw;
    font-size: 2.6666666667vw;
  }
}
.section#lineup .lineup-item {
  width: 33.3%;
  transition: all 2000ms ease-in-out;
  transform-origin: center bottom;
}
.section#lineup .lineup-item img {
  margin-bottom: 0.5555555556rem !important;
}
.section#lineup .lineup-item:nth-of-type(1) {
  transition-delay: 0ms;
}
.section#lineup .lineup-item:nth-of-type(1) img {
  width: 8.3333333333rem;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .section#lineup .lineup-item:nth-of-type(1) img {
    width: 20.6666666667vw;
  }
}
.section#lineup .lineup-item:nth-of-type(2) {
  transition-delay: 0ms;
}
.section#lineup .lineup-item:nth-of-type(2) img {
  width: 8.3333333333rem;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .section#lineup .lineup-item:nth-of-type(2) img {
    width: 20vw;
  }
}
.section#lineup .lineup-item:nth-of-type(3) {
  transition-delay: 0ms;
}
.section#lineup .lineup-item:nth-of-type(3) img {
  width: 10rem;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .section#lineup .lineup-item:nth-of-type(3) img {
    width: 29.3333333333vw;
  }
}
.section#lineup .lineup.is--stby .lineup-item {
  opacity: 0;
  transform: translate(0, 5%);
}
.section#faq {
  padding-bottom: 11.1111111111rem;
}
@media screen and (max-width: 900px) {
  .section#faq {
    padding-bottom: 13.3333333333vw;
  }
}
.section#faq h2 {
  margin-bottom: 2.7777777778rem;
}
.section#faq h2 .title {
  width: 4.5555555556rem;
}
@media screen and (max-width: 900px) {
  .section#faq h2 .title {
    width: auto;
    height: 5.3333333333vw;
  }
}

/*========= LoadingのためのCSS ===============*/
/* 
================================================================================
お問い合わせフォーム
================================================================================
*/
span.wpcf7-list-item.deactive {
  display: inline-block;
  pointer-events: none;
  opacity: 0.3 !important;
}

.ajax-loader {
  position: absolute;
  top: 0;
  opacity: 0;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.wpcf7-form-control-wrap[data-name=your-message] .wpcf7-not-valid-tip {
  top: 0 !important;
  transform: translate(0, 50%) !important;
}
.wpcf7-form-control {
  width: 100%;
  padding: 0.5em;
  font-size: 0.8888888889rem;
  border: solid 1px #ccc;
}
.wpcf7-not-valid-tip {
  display: inline-block !important;
  position: absolute !important;
  top: 50% !important;
  right: 1em !important;
  left: auto;
  padding: 0.6em 1em !important;
  line-height: 1 !important;
  font-size: 0.8em !important;
  transform: translate(0, -50%) !important;
  background-color: #bf0000 !important;
  color: #fff !important;
  border-radius: 1em;
}
.wpcf7-response-output {
  display: none;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  transform: translate(0, 0%);
  width: 100%;
  font-size: 1.2em !important;
  text-align: center !important;
  border: 0 !important;
  padding: 0.5em !important;
  color: #fdd000 !important;
  background: #eee !important;
}
.wpcf7-submit {
  cursor: pointer;
  background-color: #303030;
  color: #fff !important;
  display: flex;
  padding: 0.625rem 1.25rem;
  min-width: 18.75rem;
  min-height: 3.125rem;
  justify-content: center;
  align-items: center;
  font-size: 1.0666666667rem;
}
.wpcf7-not-valid {
  background-color: #fdd2d2 !important;
}
.wpcf7-radio {
  padding: 0;
}
.wpcf7-radio .wpcf7-list-item {
  margin: 0 2em 1em 0;
  border-radius: 0.5em;
  border: dashed 1px #555;
}
@media screen and (max-width: 900px) {
  .wpcf7-radio .wpcf7-list-item {
    width: 100%;
  }
}
.wpcf7-radio .wpcf7-list-item label {
  cursor: pointer;
  display: block;
  padding: 0.5em 2em 0.5em 1em;
}
@media screen and (max-width: 900px) {
  .wpcf7-radio .wpcf7-list-item label {
    line-height: 1.5;
    padding-left: 8vw;
  }
  .wpcf7-radio .wpcf7-list-item label input {
    position: absolute;
    top: 2vw;
    left: 1.3333333333vw;
  }
  .wpcf7-radio .wpcf7-list-item label small {
    font-size: 0.6em;
  }
}
.wpcf7-radio .wpcf7-list-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.wpcf7-radio .wpcf7-list-item.active {
  background-color: #333333;
  color: #fff;
}
.wpcf7-radio .wpcf7-list-item.active:hover {
  background-color: none;
}

/* 
================================================================================
loader
================================================================================
*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 50000;
  transition: all 1000ms ease;
}
body.loadingFinish #loader {
  opacity: 0;
  pointer-events: none;
}
#loader #loadingAnim {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.2222222222rem;
  height: 2.2222222222rem;
  transition: all 150ms ease;
}
body.loadingAnimFinish #loader #loadingAnim {
  opacity: 0;
}
#loader #loadingCircle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.2222222222rem;
  height: 2.2222222222rem;
}
#loader #loadingCircle::before, #loader #loadingCircle::after {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: solid 2px rgba(253, 208, 0, 0.2);
  opacity: 0;
  animation-name: loading_circle;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-delay: 300ms;
}
#loader #loadingCircle::after {
  animation-delay: 600ms;
}

@keyframes loading_circle {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}