@charset "utf-8";
/*
Theme Name: maria-ge.site
Description: WordpressThemaFile
Author: Sonicgrow×COSMICGEAR
Version: 1.0
*/
/*-root*/ :root {
  --fnt-base: YakuHanJP, "Noto Sans JP", sans-serif;
  --fnt-base_en: "Google Sans Flex", "Noto Sans JP", sans-serif;
  --base-clr: #1a1a1a;
  --head2: min(24px, calc(100vw/16.25));
  --head2_mid:min(20px,calc(100vw/19.5));
  --easing: cubic-bezier(0.45, 0.05, 0.55, 0.95);
  --transit: .3s var(--easing);
  
  --clr-main:#EB666B;
  --clr-sub:#4C9BA2;
}
/*base=====*/
html{
  scroll-behavior: auto;
}
html,body{
  overscroll-behavior: none;
}
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-wrap: anywhere;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-weight: 400;
  transition:opacity .6s var(--easing);
  opacity: 0;
  background-color: rgba(255, 216, 217, .25);
  color: var(--base-clr);
  font-family: var(--fnt-base);
  font-size: min(14px, 3.6vw);
}
body.is-load{
  opacity: 1;
}
figure {
  margin-bottom: 0 !important;
}
/*js anime +++++++++++++++*/
.js-fade > *:not(.js-clear) {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    transform 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.js-fade > *.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .js-fade > * {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
/*container
========================================================*/
#container {
  min-height: 100dvh;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}
a.cvr {
  position: absolute;
  inset:0;
  z-index: 1;
}
.lp_wrapper{
  width: min(500px,100%);
  margin-left: auto;
  margin-right: auto;
}
/*header
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
header {
  position: fixed;
  top: 0;
  left: 50%;
  translate: -50% 0;
  z-index: 10;
  background-color: var(--clr-main);
  height: min(50px, 12vw);
}
.head-inner {
  padding: 5px min(50px, 12vw) 5px min(15px, 4vw);
  display: grid;
  grid-template-columns: auto;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
  height: 100%;
  width: 100%;
}
header .site-logo{
  height: 70%;
  overflow: hidden;
}
header .site-logo img{
  object-fit: contain;
  height: 100%;
  object-position: left center;
}
/*main
=====================================*/
main {
  flex: 1;
}

/*under hero*/
.under-hero__title{
  background-color: var(--clr-sub);
  text-align: center;
  padding: min(30px,8vw) 10px;
  color: #fff;
  font-size: var(--head2);
  font-weight: 800;
}

.udr-sec-title{
  font-size: var(--head2_mid);
  font-weight: 800;
}
#content{
  margin-top: min(30px, 7vw);
  padding-bottom: min(40px,10vw);
}
#content.under-contents{
  margin-top: min(40px, 10vw);
  padding-left: min(20px,4vw);
  padding-right: min(20px,4vw);
}

/*contact form*/
.contact-form dl dt{
  display: block;
  font-size: var(--head2_mid);
  line-height: calc(26/20);
  font-weight: 600;
  padding-left: .65em;
}
.contact-form dl dt:before{
  content: "";
  width: 3px;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0.15em;
  background-color: var(--clr-sub);
}
.contact-form dd{
  margin-top: min(20px,3vw);
}
.contact-form dd + dt{
  margin-top: min(30px,6vw);
}
.contact-form input[type="text"]
,.contact-form input[type="email"]
,.contact-form textarea{
  border: 1px solid var(--clr-sub);
  padding: 5px min(20px,3vw);
}
.contact-form input[type="text"]
,.contact-form input[type="email"]{
  height:32px;
}
.contact-form textarea{
  height: min(220px,30vw);
}
.wpcf7-spinner{
  display: none;
}
.submit-button{
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  margin-top: min(30px,6vw);
margin-bottom: min(30px, 6vw);
}
.submit-button input[type="submit"]{
  height: min(40px,10vw);
  background-color: var(--clr-sub);
  color: #fff;
  width: min(300px,100%);
}
.wpcf7-not-valid-tip{
  font-size: .85em;
}
/*footer
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
footer {
 background-color: #506174;
}
.footer_link{
  display: flex;
  align-items: center;
  gap:1.17em;
  justify-content: center;
  font-size: min(12px,3.2vw);
  padding: 15px;
}
.footer_link a{
  padding-left: 1.5em;
  color: #fff;
}
.footer_link a::before{
  content: "";
  width: 1em;
  aspect-ratio:1;
  mask:url("images/icon/arrow.svg") no-repeat center/cover;
  -webkit-mask:url("images/icon/arrow.svg") no-repeat center/cover;
  position: absolute;
  left: 0;
  top: 50%;
  translate:0 -50%;
  background-color: currentColor;
}
footer .copy {
  color: #fff;
  background-color: var(--clr-main);
  padding: min(15px, 3vw);
  text-align: center;
  font-size: min(12px, 3.2vw);
}
.grecaptcha-badge { visibility: hidden; }