﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&display=swap');
.font1{
    font-family: 'Poppins', sans-serif;
    line-height:1.2;
}
.font_noto{
    font-family: 'Roboto', "Noto Sans JP", YuGothic,"Yu Gothic","游ゴシック体","游ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic","Helvetica Neue",Helvetica,Arial,sans-serif;
}

/*
#loader{
    display:none;
}
*/


/*--all page---------------------------
-------------------------------------*/
.linkStyle{
    color:#333;
    transition:all 0.3s;
    text-decoration:underline;
}
.linkStyle:hover{
    opacity:0.7;
}

body{
    overflow:hidden;
    font-size:18px;
}
#header ul.grid_2 li a{
    color:#333;
}
#bottom_menu ul li a{
    color:#333!important;
}
footer{
    background:#fff;
}
#f_contact .inner .txt_white{
    transition:all 0.5s;
}
#f_contact .inner:hover .txt_white{
    color:#333;
}
.fix_bnr{
    bottom:10px;
    left:10px;
    z-index:2;
}
#pc_nav ul:first-of-type,
#pc_nav ul:last-of-type,
#page-top a{
    border-radius:0!important;
}

/*--top page---------------------------
-------------------------------------*/
.catch{
    font-size: 8rem;
    letter-spacing: 1px;
    line-height: 1;
}
#main_img p{
    padding-left: 10px;
    margin-top: 30px;
}

/*下からフェードイン*/
 .fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}
.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}
.policy_inner{
    background:url(./Dup/img/bg.png) no-repeat center left/100%;
}
.policy_inner h2{
    font-size:6rem;
}
.policy h3{
    font-size:2.5rem;
}
.policy .content{
    font-size:1.2rem;
}

#intro,
#contents2 .cate_box{
    background-color: #fafafa;    
}
#intro .intro_bg{
    z-index:0;
}
#intro .width_1280-max{
    position:relative;
    z-index:1;
}

.txt-hide{
    display: none;
}

.more {
    width: 120px;
    margin-top:30px;
    display: block;
    background-color: #666;
    color: #fff;
    padding:10px 15px;
    border: none;
    outline: 0;
    transition: .5s;
    -erbkit-transition: .5s;
    text-align:center;
}
 
.more::after {
    content: "More";
    transition: .2s;
    -erbkit-transition: .2s;
}

.more.on-click::after{
    content: "Close";
}

.dot1 {
    background-image: radial-gradient(circle, #bfbfbf 0%, transparent 10%), radial-gradient(circle, #bfbfbf 0%, transparent 10%);
    background-size: 20px 10px;
    background-position: 0 0, 10px 10px;
}
.dot_white{
  background-image: radial-gradient(circle, #fff 15%, transparent 10%), radial-gradient(circle, #fff 15%, transparent 10%);
  background-size: 20px 20px;
  background-position: 0 0, 20px 20px;    
}

.square1{
    width:15vw;
    height:30vh;
    top:5%;
    left:5%;
}
.square2 {
    width: 19vw;
    height: 20vh;
    bottom: 5%;
    right: 3%;
}
/*右回転*/
.rotate {
  display: inline-block;
  animation: r1 70s linear infinite;
}
 
@keyframes r1 {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); } 
}
/*左回転*/
.rotate2 {
  display: inline-block;
  animation: r2 70s linear infinite;
}
@keyframes r2 {
  0%   { transform: rotate(360deg); }
  100% { transform: rotate(0deg); } 
}
.item1 {
    width: min(8vw,400px);
    top: 16%;
    left: 5%;
}
.item2 {
    width: min(5vw,250px);
    top: 36%;
    left: 4%;
}
.item3 {
    width: min(8vw,400px);
    bottom: 5%;
    right: 8%;
}
.item4 {
    width: min(5vw,150px);
    right: 3%;
    bottom: 31%;
}
.item5 {
    width: min(6vw,300px);
    right: 17%;
    bottom: 6%;
}

.intro_item{
    width: 50vw;
    right: -5%;
    top: 2%;
}
.square3 {
    width: 20vw;
    height: 30vh;
    top: 10%;
    left: 5%;
    opacity: 0.8;
}
.square4 {
    width: 35vw;
    height: 30vh;
    top: 18%;
    left: 14%;
    z-index: -2;
}
.item6 {
    width: 53vw;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -3;
}
#contents1 .img_box{
    z-index:-1;
}
.con2_bg {
    width: 41vw;
    height: 105vh;
    top: -5%;
    right: 0;
}

/*--under page---------------------------
-------------------------------------*/

.u_page{
    background:url(./Dup/img/item7.png) no-repeat top 470px left/40%;
}

#page3 #cms_6-a .cate_img1{
    height:300px;
}

#page8 .contact_tel .box_inner{
    width:calc(50% - 10px);
}



/* ---------- responshive ---------- */
@media screen and (max-width: 1536px){
.policy_inner h2 {
    font-size: 5.3rem;
}
}


@media screen and (max-width: 1366px){
.policy_inner h2 {
    font-size: 4.8rem;
    padding-left:0!important;
}
.policy h3 {
    font-size: 2.2rem;
}
}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#sp_nav a{
    color:#333!important;
}
#sp_nav a.active{
    border-bottom: 1px solid #fff;
}
.item1 {
    width: min(10vw,400px);
    top: 4%;
    left: -3%;
}
.item2 {
    width: min(8vw,250px);
    top: 10%;
    left: 0%;
}
.item3 {
    width: min(10vw,400px);
    bottom: 2%;
    right: -1%;
}
.item4 {
    width: min(10vw,150px);
    right: 3%;
    bottom: 26%;
}
.item5 {
    width: min(9vw,300px);
    right: 17%;
    bottom: 6%;
}
#intro .intro_bg{
    height: 60%;
}
.intro_item {
    width: 90vw;
    right: -6%;
    top: auto;
    bottom: 2%;
}
.square3{
    top: 2%;
    left: 2%;
}
#page_title{
    margin-bottom:0;
}
.u_page {
    background: url(./Dup/img/item7.png) no-repeat top 410px left/40%;
}
.cate_list,
#page4,#page7,#page9,#page10{
    margin-top:50px;
}
#cms_2-g .cate_title {
    line-height: 1.5;
    font-size: 2em;
}

#page8 .contact_tel .box_inner{
    width:100%;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
body{
    font-size:15px;
}
.policy_inner h2 {
    font-size: 3.5rem;
    padding-left: 10px!important;
}
.policy h3 {
    font-size: 2rem;
}
.square1 {
    width: 40vw;
    height: 23vh;
    top: 0%;
    left: 0%;
}
.square2 {
    width: 30vw;
    height: 20vh;
    bottom: 1%;
    right: 2%;
}
.item1 {
    width: min(14vw,400px);
    top: 4%;
    left: -3%;
}
.item2 {
    width: min(8vw,250px);
    top: 10%;
    left: -4%;
}
.item3 {
    width: min(11vw,400px);
    bottom: 1%;
    right: -1%;
}
.item4 {
    width: min(10vw,150px);
    right: -2%;
    bottom: 20%;
}
.item5 {
    width: min(9vw,300px);
    right: 31%;
    bottom: 5%;
}
#intro .intro_bg {
    height: 63%;
}
.con2_bg {
    width: 58vw;
    top: 4%;
}
#copyright{
    margin-bottom:45px;
}
.contact_page #copyright{
    margin-bottom:0;
}
.u_page {
    background: url(./Dup/img/item7.png) no-repeat top 295px left/57%;
}
#cms_2-g .cate_title {
    font-size: 1.5em;
    letter-spacing: 1px;
}
#page10 .more_bt2{
    margin-left:5px;
    margin-right:5px;
}
}


/*2024-10-18*/
/*----------------------------
VIDEO
----------------------------*/
#video{ height: 100vh; }
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#video .video{height: 100%;width: auto!important;}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
    #main_img,#video,#video .video{height: 45vh!important;}
    .policy_inner h2,.policy h3,.policy .content p{opacity: 1;transform: none;}
    #main_img .txt{top: 45%;}
}

/*2024-10-25*/
#main_img .txt{display: none;}