@charset "utf-8";

@media only screen and (max-width: 767px) {
main section + section .container {
    padding-top: 3.5em;
}


}
@media print, screen and (min-width: 768px) {
main section + section .container {
    padding-top: 9rem;
}
}


/*------------------------------------
　mainVisual slider
------------------------------------*/ 

#mainVisual.index_mainVisual {
    font-size: clamp( 10px, calc( ( 100vw - 360px ) * ( ( 12 - 10 )  / ( 1200 - 360 ) ) + 10px ), 12px );
	/*	font-size: 12px;	*/
    padding-bottom: 5em;
    box-sizing: content-box;
}
#mainVisual.index_mainVisual #mainVisual_slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;
}
#mainVisual.index_mainVisual #mainVisual_slider ul.slick-dots {
    position: relative;
    bottom: 0;
    display: flex;
    display: -moz-flex;
    display:-webkit-flex;
    align-items:center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    font-size: clamp( 10px, calc( ( 100vw - 360px ) * ( ( 12 - 10 )  / ( 1200 - 360 ) ) + 10px ), 12px );
	/*	font-size: 12px;	*/
    height: 5em;
}
#mainVisual.index_mainVisual #mainVisual_slider ul.slick-dots > li {
    margin: 0;
    padding: .35rem .7rem;
    width: auto;
    height: auto;
}
#mainVisual.index_mainVisual #mainVisual_slider ul.slick-dots > li > *:before {
    display: none;
}
#mainVisual.index_mainVisual #mainVisual_slider ul.slick-dots > li > * {
    padding: 0;
    font-size: clamp( 10px, calc( ( 100vw - 360px ) * ( ( 12 - 10 )  / ( 1200 - 360 ) ) + 10px ), 12px );
	/*	font-size: 12px;	*/
    width: 1em;
    height: 1em;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: var(--color04);
}
#mainVisual.index_mainVisual #mainVisual_slider ul.slick-dots > li.slick-active > * {
    background-color: var(--color03);
}

#mainVisual.index_mainVisual #mainVisual_slider .slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#mainVisual.index_mainVisual #mainVisual_slider > .slider-item + .slider-item {
    display: none;
}
#mainVisual.index_mainVisual .wrapper  {
    position: relative;
    z-index: 100;
}
#mainVisual.index_mainVisual .wp-block-group__inner-container {
    height: 100%;
}
#mainVisual.index_mainVisual .title {
    text-align: center;
    display:-webkit-flex;
    display: flex;
    align-items:center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
#mainVisual.index_mainVisual .title > * {
    padding-top: calc( var(--header_height) / 3) ;
    padding-top: -webkit-calc( var(--header_height) / 3) ;
    line-height: 1.5em;
    letter-spacing: .25em;
    text-align: center;
    display:-webkit-flex;
    display: flex;
    align-items:center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    font-family: "\6E38\660E\671D\4F53","Yu Mincho",YuMincho,"\30D2\30E9\30AE\30CE\660E\671D   Pro","Hiragino Mincho Pro","MS P\660E\671D","MS PMincho",serif;
    /*
    */
}
#mainVisual.index_mainVisual .title.set_up > * {
    -webkit-transition-delay: 3s;
    transition-delay: 3s;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#mainVisual.index_mainVisual .title.set_up > * > * {}
#mainVisual.index_mainVisual .title > * > * {
    color: white;
    display: flex;
    display: -moz-flex;
    display:-webkit-flex;
    align-items:center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    flex-direction: row;
    text-align: center;
}
#mainVisual.index_mainVisual .title > * > *:not(.animation_gogogo) {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#mainVisual.index_mainVisual .title > * > *.animation_gogogo.set_up {
    color: rgba(255,255,255,0.85);
    text-shadow: 0 0 10px rgba(0,0,0,0.5),0 0 10px rgba(0,0,0,0.5),0 0 10px rgba(0,0,0,0.5);
}

#mainVisual.index_mainVisual .title > * > *.animation_gogo.set_up {
    background-size: 400% 400%;
    background-position: 100% 0;
    -webkit-animation: gradtitle linear 1s forwards;
    animation: gradtitle linear 1s forwards;
}
#mainVisual.index_mainVisual .title > * > *:not(.animation_gogogo).set_up {
    background-image: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
#mainVisual.index_mainVisual .title > * > *.animation_gogogo.set_up {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@-webkit-keyframes gradtitle {
    0%{ background-position: 100% 0; }
    100%{ background-position: 0 -100%;  }
}
@keyframes gradtitle {
    0%{ background-position: 100% 0; }
    100%{ background-position: 0 -100%;  }
}


@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
   
}


@media only screen and (max-width: 767px) {

#mainVisual.index_mainVisual,
#mainVisual.index_mainVisual #mainVisual_slider .slider-item {
    min-height: 50rem;
    height: 60vw;
}
#mainVisual.index_mainVisual .title {
    font-size: clamp( 26.45px, calc( ( 100vw - 360px ) * ( ( 46 - 26.45 )  / ( 1200 - 360 ) ) + 26.45px ), 46px );
	/*	font-size: 46px;	*/
}




}
@media only screen and (max-width: 576px) {


}
@media print, screen and (min-width: 768px) {


#mainVisual.index_mainVisual,
#mainVisual.index_mainVisual #mainVisual_slider .slider-item {
    min-height: 50rem;
    height: 60vw;
}
#mainVisual.index_mainVisual .title {
    font-size: clamp( 26.2px, calc( ( 100vw - 360px ) * ( ( 48 - 25.2 )  / ( 1200 - 360 ) ) + 25.2px ), 48px );
	/*	font-size: 48px;	*/
}


}
@media print, screen and (min-width: 992px) {

#mainVisual.index_mainVisual,
#mainVisual.index_mainVisual #mainVisual_slider .slider-item {
    height: 79.5rem;
}
#mainVisual.index_mainVisual .title {
}


}
@media print, screen and (min-width: 1200px) {

}


















/*------------------------------------

------------------------------------*/ 

#greeting {}
#greeting .wrapper {
    background: url("../images/index/greeting_background.jpg") top center;
    background-repeat: no-repeat;
    background-size: contain;
}
#greeting .greeting_image {

}


@media only screen and (max-width: 767px) {

#greeting .greeting_image img {
    max-width: none;
    width : calc(100% + 15px) ;
    width : -webkit-calc(100% + 15px) ;
}

}
@media only screen and (max-width: 575px) {

}
@media print, screen and (min-width: 768px) {

#greeting .greeting_image img {
    max-width: none;
    width : calc(100% + 30px) ;
    width : -webkit-calc(100% + 30px) ;
}


}
@media print, screen and (min-width: 992px) {

#greeting .greeting_image img {
    width : auto;
}

}
@media print, screen and (min-width: 1200px) {


}














/*------------------------------------
PRODUCTS
------------------------------------*/ 

#products {}
#products .wrapper {
    position: relative;
}
#products .wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/index/products_background.jpg") no-repeat center;
    background-size: cover;
    filter:  alpha(opacity=27%);  opacity:.27;
}
#products .wrapper > * {
    position: relative;
    z-index: 10;
}


@media only screen and (max-width: 767px) {

}
@media only screen and (max-width: 575px) {

}
@media print, screen and (min-width: 768px) {


}
@media print, screen and (min-width: 992px) {

#products .wrapper:before {
    background-attachment: fixed;
}

}
@media print, screen and (min-width: 1200px) {
}














/*------------------------------------

------------------------------------*/ 

:root {
    --blur_delay: 1s;
}
.animation_blur.animation_gogo + .animation_blur.animation_gogo + .animation_blur.animation_gogo {
    animation-delay : calc( var(--blur_delay) * 1.5) ;
    -webkit-animation-delay : -webkit-calc( var(--blur_delay) * 1.5) ;
}
.animation_blur.animation_gogo + .animation_blur.animation_gogo + .animation_blur.animation_gogo + .animation_blur.animation_gogo {
    animation-delay : calc( var(--blur_delay) * 2) ;
    -webkit-animation-delay : -webkit-calc( var(--blur_delay) * 2) ;
}
.animation_blur.animation_gogo + .animation_blur.animation_gogo + .animation_blur.animation_gogo + .animation_blur.animation_gogo + .animation_blur.animation_gogo {
    animation-delay : calc( var(--blur_delay) * 2.5) ;
    -webkit-animation-delay : -webkit-calc( var(--blur_delay) * 2.5) ;
}
.animation_blur.animation_gogo + .animation_blur.animation_gogo + .animation_blur.animation_gogo + .animation_blur.animation_gogo + .animation_blur.animation_gogo + .animation_blur.animation_gogo {
    animation-delay : calc( var(--blur_delay) * 3) ;
    -webkit-animation-delay : -webkit-calc( var(--blur_delay) * 3) ;
}

@media only screen and (max-width: 767px) {

}
@media only screen and (max-width: 575px) {

}
@media print, screen and (min-width: 768px) {


}
@media print, screen and (min-width: 992px) {
}
@media print, screen and (min-width: 1200px) {
}














/*------------------------------------

------------------------------------*/ 

@media only screen and (max-width: 767px) {

}
@media only screen and (max-width: 575px) {

}
@media print, screen and (min-width: 768px) {


}
@media print, screen and (min-width: 992px) {
}
@media print, screen and (min-width: 1200px) {
}














/*------------------------------------

------------------------------------*/ 

@media only screen and (max-width: 767px) {

}
@media only screen and (max-width: 575px) {

}
@media print, screen and (min-width: 768px) {


}
@media print, screen and (min-width: 992px) {
}
@media print, screen and (min-width: 1200px) {
}














/*------------------------------------

------------------------------------*/ 

@media only screen and (max-width: 767px) {

}
@media only screen and (max-width: 575px) {

}
@media print, screen and (min-width: 768px) {


}
@media print, screen and (min-width: 992px) {
}
@media print, screen and (min-width: 1200px) {
}














/*------------------------------------

------------------------------------*/ 

@media only screen and (max-width: 767px) {

}
@media only screen and (max-width: 575px) {

}
@media print, screen and (min-width: 768px) {


}
@media print, screen and (min-width: 992px) {
}
@media print, screen and (min-width: 1200px) {
}














/*------------------------------------

------------------------------------*/ 

@media only screen and (max-width: 767px) {

}
@media only screen and (max-width: 575px) {

}
@media print, screen and (min-width: 768px) {


}
@media print, screen and (min-width: 992px) {
}
@media print, screen and (min-width: 1200px) {
}


















/*------------------------------------

------------------------------------*/ 

@media only screen and (max-width: 767px) {

}
@media only screen and (max-width: 575px) {

}
@media print, screen and (min-width: 768px) {


}
@media print, screen and (min-width: 992px) {
}
@media print, screen and (min-width: 1200px) {
}











/*------------------------------------

------------------------------------*/ 

@media only screen and (max-width: 767px) {

}
@media only screen and (max-width: 575px) {

}
@media print, screen and (min-width: 768px) {


}
@media print, screen and (min-width: 992px) {
}
@media print, screen and (min-width: 1200px) {
}



