﻿@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

#body{
    font-family:'Noto Sans JP',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*
.font1,
.con_title{
    font-family:'Dela Gothic One', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
*/
.linkStyle{
    color:#fff;
}
.linkStyle:hover{
    transition:all 0.3s;
    opacity:0.7;
    text-decoration:underline;
}




/*--all page---------------------------
-------------------------------------*/
#body{
    overflow:hidden;
}
#wrap{
    background:url(./Dup/img/bg.jpg) no-repeat;
    background-size:cover;
    background-attachment:fixed;
}
#loading img{
    max-width:600px;
}
.tel_bnr{
    top:55px;
    right:120px;
    z-index:101;    
}
#footer .con_img figure{
    opacity:0.6;
}
.footer_logo{
    max-width:300px;
}

/*--top page---------------------------
-------------------------------------*/
#pc_nav{
    z-index:3;
}
#main_img:before{
    content:'';
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.25);
    top:0;
    left:0;
    pointer-events:none;
    z-index:2;
}
.catch{
    width:60vw;
    max-width:1100px;
    top:12%;
    left:0;
    right:0;
    margin:auto;
    z-index:3;
}
/*ローディング後にフェードイン*/
.load-fade {opacity : 0; transition : all 3s/*処理にかかる時間*/;}
.load-fade.done{opacity : 1; transform : translate(0, 0);}

#intro{
    padding-top:50px;
}
.okonomi{
    height: 500px;
    width: 40vw;
    bottom: -250px;
    left: -50px;
    z-index:2;
}
.bounce {
    animation: bounce 0.6s infinite;
}
@keyframes bounce{
0% {
    transform: translate(0, 0);
}
100% {
    transform: translate(0, -2px);
}
}
.kemuri{
    width: 250px;
    height: 400px;
    top: -205px;
    right: 400px;
    z-index: 3;
    opacity: 0.4;
    animation: vertical 1s ease-in-out infinite alternate;
}
.kemuri1{
    width: 250px;
    height: 400px;
    bottom: 50px;
    left: -50px;
    z-index: 3;
    opacity: 0.7;
    animation: vertical 1s ease-in-out infinite alternate;
}
@keyframes vertical{
    0%{
        transform:translateY(-10px);
    }
    100%{
        transform:translateY(0px);
    }
}
.kemuri2{
    width: 320px;
    height: 400px;
    bottom: 150px;
    left: 120px;
    z-index: 3;
    opacity: 0.2;
    animation: vertical2 1s ease-in-out infinite alternate;
}
@keyframes vertical2{
    0%{
        transform:translateY(0px);
    }
    100%{
        transform:translateY(-5px);
    }
}
.kemuri3{
    animation: vertical2 1s ease-in-out infinite alternate;
    z-index: 1;
    top: 50px;
    left: -20px;
    opacity: 0.3;
}
.yaki{
    height: 350px;
    width: 35vw;
    top: -10px;
    right: -100px;
    z-index:2;    
}

.roop2:before,
.roop:before{
    position: absolute;
	content: "";
	left: 0;
	bottom: 30px;
	width: 100%;
	height: 170px;
	background-image: url("../dup/img/moji.png");
	background-size: auto 100%;
	background-position-y: 0;
	background-position-x: 0;
	background-repeat: repeat-x;
	z-index:1;
}
.roop2:before{
    top:-65px;
	animation: loop2 30s linear infinite;    
}
.roop:before{
	animation: loop 30s linear infinite;    
}
@keyframes loop {
	0% {background-position-x: -1000px;}
	100% {background-position-x: 0;}
}
@keyframes loop2 {
	0% {background-position-x: 0;}
	100% {background-position-x: -1000px;}
}




#contents2 .con_box,
#contents3 .con_box{
    background: rgba(0,0,0,0.3);
}
.en{
    width: 700px;
    top: -200px;
    left: -100px;
}
.en2{
    width: 500px;
    bottom: -100px;
    right: -100px;
    z-index:2;
}

/*右回転*/
.rotate {
  display: inline-block;
  animation: r1 80s linear infinite;
}
 
@keyframes r1 {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); } 
}

/*左回転*/
.rotate2 {
  display: inline-block;
  animation: r2 80s linear infinite;
}
 
@keyframes r2 {
  0%   { transform: rotate(360deg); }
  100% { transform: rotate(0deg); } 
}



/*--under page---------------------------
-------------------------------------*/
#page_title img{
    opacity:0.5;
}
#page_title h2{
    font-weight:bold;
}


/* ---------- responshive ---------- */
@media screen and (max-width: 1600px){
.en {
    width: 600px;
    top: -100px;
}
.en2 {
    width: 400px;
}
}

@media screen and (max-width: 1200px){
.en {
    width: 550px;
    top: -50px;
}
.en2 {
    width: 350px;
}
}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#loading img{
    max-width:400px;
}
.catch {
    width: 90vw;
    top: 18%;
}
.yaki {
    height: 150px;
    width: 45vw;
    top: 10px;
}
.kemuri{
    right:100px;
}
.kemuri1{
    left: -100px;
}
.kemuri2{
    left: -10px;
    bottom:50px;
}
.kemuri3{
    top:150px;
}
.okonomi {
    height: 200px;
    bottom: -120px;
}
.roop2:before, .roop:before{
    height:150px;
}
.roop:before{
    bottom:10px;
}
#contents2 .con_box::before, #contents3 .con_box::before{
    display:none;
}
.en {
    width: 400px;
    top: -70px;
}
.en2 {
    width: 300px;
}
.tel_bnr {
    top: 35px;
    right: 100px;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#loading img{
    max-width:300px;
}
.catch {
    width: 100vw;
    top: 25%;
}
#intro_wrap{
    padding-bottom:70px;
}
.roop:before {
    height: 100px;
}
.roop2:before {
    height: 100px;
    top: -55px;    
}
.yaki{
    width: 57vw;
    right:-50px;
}
.kemuri {
    right: 30px;
    width: 200px;
    height: 200px;
    top: -150px;
}
.kemuri1{
    height:200px;
}
.kemuri2 {
    width: 220px;
    height: 200px;
    bottom: 50px;
    opacity: 0.4;
}

.kemuri3{
    display:none;
}
.okonomi {
    height: 150px;
    bottom: -100px;
    width: 55vw;
    left: -50px;
}
.en {
    width: 300px;
}
.en2 {
    width: 200px;
    bottom: -50px;    
}
.tel_bnr {
    right: 80px;
}

}





@font-face {
    font-family: 'GyoSho';
    font-style: normal;
    font-weight: 400;
    src: url('./Dup/img/GyoSho.woff') format('woff'),
        url('./Dup/img/GyoSho.eot')  format('eot');
    font-display: swap;
}

h2,h3,#top_info .con_title{
    font-family: "GyoSho",serif;
    text-shadow:0 0 3px #9856db,0 0 3px #9856db,0 0 3px #9856db,0 0 3px #9856db,0 0 3px #9856db,0 0 3px #9856db,0 0 3px #9856db,0 0 3px #9856db,0 0 3px #9856db,0 0 3px #9856db,0 0 3px #9856db,0 0 3px #9856db,0 0 3px #9856db,0 0 3px #9856db,0 0 3px #9856db,0 0 3px #9856db;
}
