﻿@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300&display=swap');

.blur {
    background: rgba(220,220,220,0.7);
    backdrop-filter: blur( 10px );
    -webkit-backdrop-filter: blur( 10px );
        background-image: url(./Dup/img/back.png);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.test{
        position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    min-width: 1600px;
    transform: translate(-50%, -50%);
}

#main_img:before {
    background-color: rgba(100,100,100,0.0) !important;
}

#main_img:after{
       content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/copy.png);
    background-position: 10% 50%;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 250px;
    pointer-events: none;
    z-index: 1;
}

#loading {
    background-color: #f7f7f7;
        background-image: none;
}

.more .more_item:before {
    background-color: transparent !important;
}

header.scr_header {
    background-color: transparent !important;
    background-image: url(./Dup/img/head.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

/*#intro .rotate_txt span {*/
/*    background-image: url(./Dup/img/head.png);*/
/*}*/

.top_title .rotate_txt span {
    font-size: 40px;
}

#intro .rotate_txt span {
    font-size: 40px;
        font-family: 'Comfortaa', cursive;
}

.bg_black, .hvr_bg_black:hover {
    background-color: white;
}

.txt_white, .hvr_txt_white:hover {
    color: #5e5e5e;
}

.bg_color2, .hvr_bg_color2:hover {
        background-color: transparent;
    background-image: url(./Dup/img/iro.jpg);
    background-position: center;
    background-size: auto;
}

.bg_color1,.hvr_bg_color1:hover {
        background-color: transparent;
    background-image: url(./Dup/img/iro.jpg);
    background-position: center;
    background-size: cover;
}

.top_title {
    height: 0px;
}

.intro_img2{
        transform: translate(20%, 10%) scale(1.2);
    transform-origin: left;
}

.box1 .con_photo{
       transform: translateX(25%) scale(1.15);
    transform-origin: left;
}

.bg_color3, .hvr_bg_color3:hover {
    background-color: #ffffff;
}

.con_box_item{
    position: relative;
}

.box1 .con_photo:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 56%;
    left: 30%;
    background-image: url(./Dup/img/sasi1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain;
    pointer-events: none;
    z-index: -1;
}

.box2 .con_box_item{
        transform: translateX(-30%);
}

.box2 .con_photo:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 56%;
    left: 0%;
    background-image: url(./Dup/img/sasi1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain;
    pointer-events: none;
    z-index: -1;
}

.box1, .box3{
    position: relative;
}

.box1:before{
    content: "";
    display: block;
    width: 300px;
    height: 500px;
    position: absolute;
    top: -5%;
    left: 3%;
    background-image: url(./Dup/img/sasi2.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain;
    pointer-events: none;
    z-index: -1;
}

.box1:after{
        content: "";
    display: block;
    width: 200px;
    height: 220px;
    position: absolute;
    top: 35%;
    left: 40%;
    background-image: url(./Dup/img/sasi1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain;
    pointer-events: none;
    z-index: -1;
}

.box3:before{
    content: "";
    display: block;
    width: 300px;
    height: 500px;
    position: absolute;
    top: -5%;
    left: 93%;
    background-image: url(./Dup/img/sasi2.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain;
    pointer-events: none;
    z-index: -1;
}

#contents .con_title {
    color: #6c7a87;
}

.top_title .left > span:before {
    left: 11px;
    background-color: #a3a3a3;
    width: 1px;
}

.txt_color2, .hvr_txt_color2:hover {
    color: #000000;
}

h3.intro_title{
        font-size: 25px;
    letter-spacing: 0.2em;
}

.more .more_item:hover .icon-right.after:after {
    color: #a5a5a5;
}

.border_white, .hvr_border_white:hover {
    border-color: #a5a5a5;
}

.bg_color4, .hvr_bg_color4:hover {
    background-color: rgba(200,200,210,0.5);
}

#page_title .en {
    font-size: 45px;
}

.menu-trigger-bar {
    background-color: #666666;
}

#page_title_img:before {
    background-color: rgba(0,0,0,0) !important;
}

#page_title .jp {
    font-family: 'Comfortaa', cursive;
}

.top_title .right > span:before {
    right: 15px;
    background-color: #a3a3a3;
    width: 2px;
}

.txt_color4, .hvr_txt_color4:hover {
    color: #657f89;
}

.youtube{
  position: relative;
	/*max-width: 780px;*/
	width: 70%;
	text-align: center;
	margin: 4% auto 4%;
}
.youtube:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.25%;
  }
.youtube iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.you{
    max-width: 1500px;
    width: 90%;
    margin: auto;
}

.banner2{
        bottom: 0;
    right: 0;
    max-width: 250px;
}

.linkStyle{
color: #29a9e0;
font-weight: bold;
}

#loading_text{display: none !important; }

.overlay .overlay-nav ul.bottom li a {
    color: #545454;
}

.top_title {
    height: 0px;
    z-index: 2;
}

.scroll_d > span {
    background-color: rgba(52, 52, 52, 0.5);
}

.li{

    padding: 40px 20px;
    box-sizing: border-box;
}

#page8 .con_box{
        background-color: rgba(255,255,255,0.3);
}

.border_color2, .hvr_border_color2:hover {
    border-color: #c5c5c5;
}

#page10 .con_box{
        max-width: 1280px;
}

#page_title .en:before {
    background-color: #a1a1a1;
    width: 2px;
    left: 4px;
}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.test {
    min-width: 1840px;
}

.info_txt{
    padding: 5%;
}

#main_img:after {
    top: 70%;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.test {
   min-width: auto;
    width: auto;
    height: 100% !important;
}


.intro_right figure{
        height: 350px !important;
}

.box1 .con_photo {
    transform: translateX(5%) scale(1.1);
    transform-origin: left;
}

.box2 .con_box_item {
    transform: translateX(-0%);
}

.box2 figure, .box3 figure{
    height: 330px;
    position: relative;
}

.box2 figure img, .box3 figure img{
display: block;
    width: auto;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
}

.page_title_box{
        position: relative;
    padding-top: 50px;
}

.menu-trigger, .close-trigger {
    right: 10px;
    top: 70%;
}

#page_title .en {
    font-size: 32px;
}

#page_title_img {
    height: 420px;
}

.info_txt {
    padding: 10%;
}

}