﻿@charset "utf-8";
/*■■　ALL　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Kiwi+Maru&family=Kosugi+Maru&family=M+PLUS+Rounded+1c&family=Meow+Script&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho:wght@400;700&family=Zen+Maru+Gothic&family=Zen+Old+Mincho&display=swap');
body{
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
/* #loader{
    display: none;
} */

#logo {
    width:50%;
}

#main_img::before {
    opacity: 0.4;

}

.main-title span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeChar .6s ease forwards;
 
}
.main-title {
    text-align: center;
    color: white;
    font-size: 3.8rem;
    position: absolute;
    top: 45%;
    left: 50%;
    z-index: 22;
    transform: translate(-50%, -50%);
    width: 82vw;
}

@keyframes fadeChar {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.sub-title{
        text-align: center;
    color: white;
    font-size: 1.2rem;
    position: absolute;
    top: 65%;
    left: 50%;
    z-index: 22;
    transform: translate(-50%, -50%);
        width: 90vw;
        
/*         ------------- */
}
.sub-title span{

  opacity: 0;
  transform: translateY(15px);
  animation: fadeUp 1s ease forwards;
  animation-delay: 1.5s;

}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/*  fade in
#catch_copy{
      font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  

}

.main-title{
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1s ease forwards;
  animation-delay: 1s;
  text-align:center;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



.sub-title {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1s ease forwards;
  animation-delay: 2s;
  margin-top:2vw;
    text-align:center;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.vegas-timer-progress{
    display: none;
}

#main_img .txt {
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
 */
#main_img::before {



}





/*.cate_img1{
    height: 22vw!important;
}*/

#tel_txt .title {
    color: #252525!important;
}

#main_img{
      position: relative;
  height: 100vh;
  overflow: hidden;
    background-size: cover;
  background-position: center;
    background-image: url(/Files/img/Item6.jpg);
}

/* .fv-top {
  display: flex;
  height: 50%;
}
 */
/* .fv-left,
.fv-right {
  flex: 1;
  background-size: cover;
  background-position: center;
}

.fv-left {
  background-image: url(/Files/img/Item6.jpg);
}

.fv-right {
  background-image: url(/Files/img/Item7.jpg);
}

.fv-bottom {
  height: 50%;
  background: url(/Files/img/Item9.jpg) center/cover no-repeat;
} */

/* overlay */

.fv::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:1;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.08) 0%,
    rgba(0,0,0,0.35) 55%,
    rgba(0,0,0,0.60) 100%
  );
}

/*  */
.fv-overlay::before{
  content:"";
  position:absolute;
  top:58%;
  left:0;
  width:180px;                        /* 光束长度（可调） */
  height:2px;
  z-index:4;
  pointer-events:none;
  opacity:0;

  background: linear-gradient(
    to right,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,.9) 50%,
    rgba(255,255,255,0) 100%
  );


  animation: scanLoop 3.5s linear infinite;
}

@keyframes scanLoop{
  0%   { opacity:0; }
  15%  { opacity:0; }
 50%  { opacity:0.85; }
  65%  { opacity:.0; }
  100% { transform: translate(calc(100vw + 180px), -50%); opacity:0; }
}

#sp_nav a.active {
    color: #fff;
    border-bottom: 1px solid #FAFAFA;
    margin-bottom: 10px;
}
.more_bt a:hover{
    color: #252525;
}

.contact_box{
    margin-top:20px;
}

.radio{
    display: flex;
    gap:10%;
    margin-top:15px;
}

.license{
    font-size: 1.3rem;
    margin:40px 0;
    
}
/* */

.link_type2 .cate_box a {
    color: #fff;
}
.link_type2 .cate_box a:before, .link_type2 .cate_box a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}
.link_type2 .cate_box a:after {
    top: 100%;
    background-color: #c52e3d;
    transition: 0.5s;
	z-index: 3;
}
.link_type2 .cate_box a:hover:after {
    top: 0;
}
.link_type2 .cate_box .txt_wrap {
    z-index: 2;
}
.link_type2 .more {
	letter-spacing: 3px;
    box-sizing: border-box;
	opacity: 0;
	transition: opacity .8s;
	z-index: 4;
}
.link_type2 .cate_box a:hover .more {
    opacity: 1;
}

.security_mailForm{
    padding: 0 15%;
}

.security_mailBottom{
    background-color: var(--color1);
    color: white;
}

.main_sp{
    display: none;
}

.main_pc{
    display: block;
}


.CMS_flex{
    display: flex;
    align-items:center;
}

.CMS_img{
    position: static;
    aspect-ratio: 1!important;
    object-fit: cover;
    transform: none;
    width: 22%;
}



.map_group{
    width: 100%;
    display: flex;
    gap: 5%;
}

.fvTitle {
    position: absolute;
    top: 37%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 390px;
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

.f_contact_bt{
    background-color: var(--color1);
}

.top_title{
    font-size: 2rem;
}
.main-title {

    font-size: 2.5rem;

}

.cate_img1 {
    height: 35vw !important;
}

    .fvTitle {
        position: absolute;
        top: 42%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        width: 300px;
    }

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
.f_contact_bt{
    background-color: var(--color1);
}

  .fv-top{
    flex-direction: column;
  }
  
  .fv-left {
    background-image: url(/Files/img/Item6.jpg);
    display: none;
}

.sub-title {
    top: 56%;
}

    .main-title {
        font-size: 2.5rem;
        top: 43%;
    }


    
    
    .fv-bottom::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:1;

  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.15) 0%,
    rgba(0,0,0,0.35) 80%,
    rgba(0,0,0,0.55) 100%
  );
}

#logo {
    width: 43%;
    padding: 0;
}

    .f_contact_bt {
        background-color: var(--color3);
    }

.radio{
    display: flex;
    gap:6%;
    margin-top:15px;
}

    .cate_img1 {
        height: 57vw !important;
    }
    
    
.security_mailForm {
    padding: 0 7%;
}


.main_sp{
display: block;
line-height: 1.2;
}

.main_pc{
    display: none;    
}

.fvTitle {
    top: 38%;
    left: 50%;
    width: 52%;
}

.fv-overlay::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -25%;
    
}

    .fvTitle {
        top: 29%;
        left: 50%;
        width: 400px;
    }

}



/*■■　FV　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/




/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){

}



/*■■　TOP　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){

}



/*■■　下層ページ　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
html.modalset{
	overflow: hidden;
}
.g_type3 .cate_box{
    cursor: pointer;
    margin: 0;
}
.g_type3 .slide_img .thumbnail .swiper-wrapper .swiper-slide {
    cursor: pointer;
}
.g_type3 .open.active {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}
.g_type3 .open {
    top: 0;
    left: 0;
    z-index: 1000;
    overflow-y: auto;
    background-color: rgba(255,255,255,0.95);
    transform: scale(0.95);
    transition: 0.3s;
    transition-property: opacity, transform;
    opacity: 0;
    pointer-events: none;
}
.g_type3 .swiper-slide{
    opacity: 1!important;
}
.g_type3 .slide_img .thumbnail .swiper-wrapper {
    margin-left: 0!important;
    transform: none!important;
}
.g_type3 .open .close {
    top: 20px;
    right: 20px;
    z-index: 1;
    cursor: pointer;
    width: 30px;
}
.g_type3 .open .close img{
	box-shadow: 0 2px 4px rgba(0,0,0,0);
}
.g_type3 .swiper-button-prev{
	background-image: url(../img/swiper_prev.png)!important;
}
.g_type3 .swiper-button-next{
	background-image: url(../img/swiper_next.png)!important;
}

#page5{
    margin-top:6%;
}
/*IE*/
@media all and (-ms-high-contrast: none){
.g_type3 .slide_img .thumbnail .swiper-wrapper .swiper-slide {
    overflow: hidden;
    position: relative;
    height: 80px;
}
.g_type3 .slide_img .thumbnail .swiper-wrapper .swiper-slide img{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
}




/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){

}


