@charset "UTF-8";

/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');


html {
    overflow-x: hidden;
}

html,
html a,
body {
    -webkit-font-smoothing: antialiased;
    margin: 0;
}

html {

}



em,
li {
    font-size: 1rem;
    font-weight: 300;
    color: #000;
}

em > a,
li > a {
    color: #0B0B0B;
    transition: 1.0s;
}

em > a:hover,
li > a:hover {
    color: #5c5c5c;
}

small {
    color: #0B0B0B;
}



i {
    line-height: 1;
}

/* Paragraph */
p {
    font-size: 16px;
    font-weight:400;
    color: #000;
    line-height: 1.9;
    margin-bottom: 1rem;
}
@media screen and (min-width: 767px){
p {
    font-size: 18px;
    line-height: 2;
}
}


@keyframes sdm {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }
    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }
    50.1% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }
    100% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }
}

/* Links */
a {
    color: #000;
    text-decoration: none;
}

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

a:focus {
    outline: none;
}





/*houdini*/
@property --blink-opacity {
syntax: "<number>";
inherits: false;
initial-value: 1;
}

/* #fallback @keyframes blink-animation {
0%,
100% {
opacity: 1;
}
50% {
opacity: 0;
}
}*/

@keyframes blink-animation {
0%,
100% {
opacity: var(--blink-opacity, 1);
}
50% {
opacity: 0;
}
}
/*houdini*/

/*base*/
:root {
font-family: Inter, sans-serif;

--stripe-color: #fff;
--bg: var(--stripe-color);
--maincolor: var(--bg);
}

body {
width: 100cqw;
min-height: 100cqh;
display: flex;
place-content: center;
place-items: flex-start center;
background: var(--bg);
}

/*custom*/

@keyframes smoothBg {
from {
background-position: 50% 50%, 50% 50%;
}
to {
background-position: 350% 50%, 350% 50%;
}
}

.wrapper {
width: 100%;
height: auto;
position: relative;
}

.hero {
width: 100%;
height: 100%;
min-height: 100vh;
position: relative;
display: flex;
place-content: center;
place-items: center;
--stripes: repeating-linear-gradient(
100deg,
var(--stripe-color) 0%,
var(--stripe-color) 7%,
transparent 10%,
transparent 12%,
var(--stripe-color) 16%
);

--rainbow: repeating-linear-gradient(
100deg,
#60a5fa 10%,
#e879f9 15%,
#60a5fa 20%,
#5eead4 25%,
#60a5fa 30%
);
background-image: var(--stripes), var(--rainbow);
background-size: 300%, 200%;
background-position: 50% 50%, 50% 50%;

filter: blur(10px) invert(100%);

mask-image: radial-gradient(ellipse at 100% 0%, black 40%, transparent 70%);
&::after {
content: "";
position: absolute;
inset: 0;
background-image: var(--stripes), var(--rainbow);
background-size: 200%, 100%;
animation: smoothBg 60s linear infinite;
background-attachment: fixed;
mix-blend-mode: difference;
}
}

:has(:checked) {
--stripe-color: #000;
}
:has(:checked) .hero,
:has(:checked) .hero::after {
filter: blur(10px) opacity(50%) saturate(200%);
}

.content {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
display: flex;
place-content: center;
place-items: center;
flex-flow: column;
gap: 4.5%;
text-align: center;
mix-blend-mode: difference;
-webbkit-mix-blend-mode: difference;
filter: invert(1);
}

.h1--scalingSize {
font-size: calc(1rem - -5vw);
font-family: "Jost", sans-serif;
font-weight: 500;
position: relative;
margin-top: -100px;
margin-bottom: 0;
}

h2 {
font-family:"Cormorant Garamond", serif;
font-weight: 100;
font-size: calc(0.4rem - -1.1vw);
margin-top: -20px;
}

/*icon houdini*/
.icon {
width: 1lh;
height: 1lh;
aspect-ratio: 1/1;
padding: 0.25em 0.35rem;
border-radius: calc(1px / 0);
border: 1px dashed;
--blink-opacity: 1;
animation: blink-animation 2s ease-in-out infinite running;
}

/*challenge*/
.h1--scalingSize::before {
content: attr(data-text);
position: absolute;
inset: 0;
background: white;
text-shadow: 0 0 1px #ffffff;
background-clip: text;
-webkit-text-fill-color: transparent;
background-color: white;
-webkit-mask: linear-gradient(#000 0 0) luminance;
mask: linear-gradient(#000 0 0) luminance, alpha;
backdrop-filter: blur(19px) brightness(12.5);
-webkit-text-stroke: 1px white;
display: flex;
margin: auto;
z-index: 1;
pointer-events: none;
}









/* CONTACT ---------------------------------------*/
.costra{
    background-image:url(../images/contact_top.jpg);
    background-position:center bottom;
    background-size:cover;
    width:100%;
    height:430px;
    text-align: center;
    padding: 35px 0 0 0;
}

.costra h3{
    color: #fff;
    font-size: 32px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    letter-spacing: 0.3rem;
    line-height: 1.3;
    margin: 0 0 20px 0;
}

.costra h3 span{
    color: #fff;
    font-size: 14px;
    font-style: normal;
    letter-spacing: 0.3rem;
    line-height: 1.3;
    margin: 5px 0 0 0;
}

.costra p {
    color: #fff;
    margin: 30px 0 40px 0;
    text-align: left;
}

@media (min-width: 768px) {
    
.costra h3 {
    font-size: 38px;
    letter-spacing: 0.4rem;
    line-height: 1.3;
    margin: 40px 0 10px 0; 
}
}


/* FOOTER ---------------------------------------*/
.bgfto{
    margin-top: 40px;
}

.bgfto p{
    padding: 15px 0 00;
    font-size: 12px;
    letter-spacing: .15rem;
    color: #000 !important;
}

footer ul{
    margin:0 auto 30px;
    text-align: center;
}

footer li{
    margin: 20px 12px 0 12px;
}

footer ul a{
    transition: 1.0s ;
    color: #000;
}

footer ul a:hover{
    color: #727272;
}



.copyr{
    position: absolute;
    bottom: 30px;
    font-size: calc(0.3rem - -0.5vw);
    letter-spacing: .05rem;
    color: #000 !important;
}





/*----------------------------------
contact
------------------------------------*/
.codettel {
    letter-spacing: 0.4rem;
    line-height: 2.7rem;
    font-size: 20px;
    font-weight: 400;
    margin: 30px 0 0 0;
}

.codettelsp {
    letter-spacing: 0.2rem;
    line-height: 1.0rem;
    font-size: 22px;
    margin-top: 18px;
}

.codephone {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 16px;
    letter-spacing: .2rem;
}

.coessr{
    font-size: 12px;
    vertical-align: top;
    display: inline-block;
}

.codetitt {
    font-family: "游ゴシック","游ゴシック体",YuGothic,"YuGothic M","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif !important;
    letter-spacing: 0.2rem;
    line-height: 2.7rem;
    font-size: 18px;
    margin: 30px 0 0 0;
}

.compsend dl dt {
    text-align: center;
    font-size: 20px;
    margin: 30px 0 0 0;
}

.compsend dl dd {
    font-size: 14px;
    line-height: 2.2em;
    margin: 50px 0 100px 0;
    padding: 0 30px 0 30px;
    text-align: left;
}

.compsend dl dd p {
    font-size: 15px;
    text-align: center;
    margin: 90px 0 0 0;
}

.co-lb-ti {
    text-align: center;
}
