﻿

/*
#loading{
    display: none;
}
*/

:root{
    --color1:#171c61;
    --grad1:linear-gradient(0deg, rgba(255,255,255,0) 0%, rgb(136 209 241) 100%);
}


/*--all page---------------------------
-------------------------------------*/
.linkStyle{
    color:var(--color1);
    transition:all 0.3s;
    text-decoration:underline;
}
.linkStyle:hover{
    opacity:0.7;
}

body{
    overflow:hidden;
    position:relative;
}
body::before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(./Up_Img/1039/main_bg.jpg) center top no-repeat;
    background-size: 100% auto;
}
header.scr_header{
    background-color:transparent!important;
    background: var(--grad1)!important;
}
#logo img{
    max-width:200px;
}
#pc_nav li a/*, #footer_nav li a,#footertxt,#h1txt*/{
    color:var(--color1);
}
.menu-trigger-bar{
    background-color:var(--color1);
}
.menu-trigger-bar:before{
    background-color: rgba(255, 255, 255, 0.5);
}
.blur{
    background:url(./DUp/img/footer_bg.png) no-repeat center bottom/100% auto;
}

#footer_info{
    background-color:var(--color1);
    padding:20px;
}
.fix_bnr{
    left:20px;
    z-index:2;
}

.bubble {
  position: fixed;
  border-radius: 100%;
  border: 1px solid #fff;
  bottom: 1px;
  z-index: 9999;
}

/*--top page---------------------------
-------------------------------------*/
#main_img{
    background-color: #36b0c7;
}
.catch {
    max-width: 900px;
    width: 40vw;
    top: 22%;
    left: 3%;
}

/*右回転*/
.rotate {
  display: inline-block;
  animation: r1 10s linear infinite;
}
.rotate2 {
  display: inline-block;
  animation: r2 10s linear infinite;
}
@keyframes r1 {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); } 
}
@keyframes r2 {
  0%   { transform: rotate(360deg); }
  100% { transform: rotate(0deg); } 
}
.item1 {
    width: 15vw;
    max-width: 600px;
    top: 15%;
    left: 3%;
    opacity: 0.1;
}
.item2 {
    width: 6vw;
    max-width: 300px;
    top: 37%;
    opacity: 0.15;
    left: 2%;
}
.item3 {
    width: 11vw;
    max-width: 400px;
    top: 55%;
    left: 27%;
    opacity: 0.1;
}
.main_item{
    top: 11%;
    width: 52vw;
    max-width: 1200px;
    right: 5%;
}
.top .blur{
    position:relative;
}
.top .blur::before{
    content:'';
    position:absolute;
    display:block;
    width:100%;
    height:150px;
    background: linear-gradient(180deg, rgba(54,176,199,1) 0%, rgba(255,255,255,0) 100%);
    top:-1px;
    left:0;
    pointer-events:none;
}

#contents .con_title{
    margin-bottom:30px;
    font-weight:bold;
}

#contents_modal .modal_img img{
    width:100%!important;
    height:auto!important;
}
.modal_title1,
.modal_title1:before{
    display:none;
}
.top_title::before{
    content:'';
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    background-color:rgba(255,255,255,0.3);
    top:0;
    left:0;
    pointer-events:none;
}

#top_cms .top_cms_box{
    background-color:rgba(255,255,255,0.5);
}
.cms_title{
    padding-top:15px;
    padding-left:55px;
    background:url(./Dup/img/hasami.png) no-repeat center left/45px 50px;
}
.cms_title h3{
    font-size:30px;
}

/*moreボタン　ホバー時*/
.more .more_item:hover{
    border-color:var(--color1)!important;
    color:var(--color1)!important;
}
.more .more_item:hover .icon-right.after:after{
    display:none;
}

/*--under page---------------------------
-------------------------------------*/
#page_title .page_title_box{
    position:static;
}
#page_title h2{
    font-size:30px;
}
#page_title .eng {
    font-size: 100px;
    line-height: 1;
    margin-top: -100px;
    opacity: 0.07;
}
#page_title .en:before{
    display:none;
}
.page .con_box{
    padding-bottom:200px;
}


/* ---------- responshive ---------- */
@media screen and (max-width: 1536px){

}


@media screen and (max-width: 1366px){

}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
body::before {
    background-image: url(./Up_Img/1039/main_bg.jpg);
    background-size: cover;
}
#logo img {
    max-width: 150px;
}
#main_img{
    height:100vh;
}
.catch {
    width: 79vw;
    top: 11%;
    left: 2%;
}
.item1 {
    width: 22vw;
    top: 9%;
    left: 8%;
}
.item2 {
    width: 12vw;
    top: 19%;
    left: 3%;
}
.item3 {
    width: 19vw;
    top: 36%;
    left: 52%;
}
.main_item {
    top: auto;
    bottom: 2%;
    right: 5%;
    width: 90vw;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#loading_logo {
    max-width: 200px;
}
#main_img {
    height: 90vh;
}
.catch {
    width: 87vw;
    top: 18%;
}
.blur {
    background: url(./DUp/img/footer_bg.png) no-repeat center bottom/200% auto;
}
.cms_title h3 {
    font-size: 25px;
}
#logo2 img{
    max-width:200px;
}
#page_title h2 {
    font-size: 22px;
}
#page_title .eng {
    font-size: 40px;
    margin-top: -50px;
}
}




