﻿/* all page */
/*fonts*/

/* color ---------------------------------------------------------------------------------------------*/
.linkStyle{color: #fd95c9;text-decoration: underline;transition: opacity .3s;}
.linkStyle:hover{opacity: 0.7}

#main_img img, #intro img, #top_contents1 img, #top_contents2 img, #page_title {filter: none;}
#wrap{overflow: hidden;}
#main_img img, #intro img, #top_contents1 .con_img img, #top_contents1 .con_img2 img {cursor: auto;}

/* header */
h1 img {max-width: 150px;}
.sc_nav .logo img {max-width: 95px;}

/* top ----------------*/

/* main img */
/*#main_img figure img {*/
/*    position: relative;*/
/*    top: 0;*/
/*    left: 0;*/
/*    transform: none;*/
/*}*/
#main_img figure {
    width: 85%;
    margin: 0 auto;
}

/* main */

/* intro */


/* contents */
#top_contents1 .contents1_txt .more a {
    position: relative;
    overflow: hidden;
}
#top_contents1 .contents1_txt .more a span {
    position: relative;
    z-index: 2;
}
#top_contents1 .contents1_txt .more a span {
    position: relative;
    z-index: 2;
}
#top_contents1 .contents1_txt .more a span.on {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transform: translateX(100%);
    animation-name: more;
    animation-duration: 0.3s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}
#top_contents1 .contents1_txt .more a:hover span.on {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    animation-name: more_hover;
    animation-duration: 0.3s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

.animate {
  opacity: 0;
  transition: all 1s;
}
.animate.show {
  opacity: 1;
}
.animate.show:nth-of-type(1) {
  transition-delay: 0.2s;
}
.animate.show:nth-of-type(2) {
  transition-delay: 0.4s;
}
.animate.show:nth-of-type(3) {
  transition-delay: 0.6s;
}
#top_contents1 .con_img {
    top: -90%;
    right: -4%;
    max-width: 500px;
    width: 27%;
    z-index: 2;
}
#top_contents1 .con_img2 {
    top: -100%;
    left: -4%;
    max-width: 400px;
    width: 25%;
    z-index: 2;
}

/* topcms */


/* footer */



/* under page */
.v_type1 .triangle {
    display: block;
    border: #000 solid 2px;
    box-shadow: 5px 5px 0 0 #e2e2e2;
}
.v_type1 .triangle:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    border-style: solid;
    border-color: #FFF transparent;
    border-width: 13px 13px 0 0;
    bottom: -13px;
    left: 50%;
    margin-left: -9px;
}
.v_type1 .triangle:after {
    content: '';
    position: absolute;
    display: block;
    z-index: 0;
    border-style: solid;
    border-color: #000 transparent;
    border-width: 15px 15px 0 0;
    bottom: -17px;
    left: 50%;
    margin-left: -11px;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
h1 img {max-width: 120px;}
#top_contents1 .con_img {
    top: -25%;
    max-width: 300px;
    width: 40%;
}
#top_contents1 .con_img2 {
    top: -80%;
    width: 24%;
}

}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#loader .logo {max-width: 150px;}
h1 img {max-width: 100px;}
#main_img figure {width: 98%;}
#intro .intro_txt h2 {width: 90%!important;}
#top_contents1 .con_img {
    top: -16%;
    right: -5%;
    width: 50%;
}
#top_contents1 .con_img2 {
    top: -95%;
    left: -5%;
    width: 28%;
}
#top_contents1 .contents1_txt .more {
    text-align: center;
    padding-right: 0;
}
#top_contents1 .contents1_txt .more a {
    width: 300px;
}
#top_contents2 h3 span {
    padding: 5px;
}
#page_title h2{
    background-color: rgba(255,255,255,0.5);
    padding-left: 5px;
}
#page_title p{
    padding-left: 5px;
}

}

/*20230118*/
.txt_color3 {color: #858585;}
.border_color3 {border-color: #858585;}
#wrap{
    background-image: url('./Dup/img/wood3.jpg');
    background-position: top center;
    background-size: contain;
    background-repeat: repeat-y;
}
.banner_fix {
    right: 80px;
    z-index: 5;
}
.menu_bt_text {
    letter-spacing: 0.5px;
    text-align: center;
    margin-top: 3px;
    font-size: 12px;
    color: #b5b5b5;
    transition: 0.3s;
}
#menu_bt.active .menu_bt_text {
    opacity: 0;
    transition: 0.3s;
}
body,a{cursor: none}
.cursor{
    width: 8px;
	height: 8px;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 101;
	transition: 0.3s;
	transition-property: opacity,background,width,height,transform
}
.cursor::before {
    content: " ";
    display: block;
    width: 65px;
    height: 65px;
    position: relative;
    top: -22px;
    left: -18px;
    opacity: 1;
    transition: 0.3s;
    background-image: url("../dup/img/cursor.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.cursor.is-active{
	opacity: 1;
	background-color: transparent;
	transform: scale(1.8);
}
/*.cursor.is-active::before{*/
/*	background-image: url("../dup/img/cursor_hover.png");*/
/*}*/
/*==================================toppage==================================*/
#first_view{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	overflow: hidden;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
#first_view::-webkit-scrollbar{
	display: none;
}
#first_view .first_view_img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow:hidden; 
}
#first_view.on .first_view_img{
	animation-name: first_view3;
	animation-delay: 1.2s;
	animation-duration: 0.6s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
#first_view.active .first_view_img{
	padding-bottom: 5px;
}
#first_view .key{
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 6%;
	transition: ease 1.2s;
}
#first_view .key span{
	position: absolute;
	background-color: #2d2d2d;
	width: 2000px;
	height: 2000px;
}
#first_view .key span:nth-of-type(1){
	top: 0;
	left: 100%;
	transform: translateY(-50%);
}
#first_view .key span:nth-of-type(2){
	top: 0;
	right: 100%;
	transform: translateY(-50%);
}
#first_view .key span:nth-of-type(3){
	top: 100%;
	left: 0;
	transform: translateX(-50%);
}
#first_view .key span:nth-of-type(4){
	bottom: 100%;
	left: 0;
	transform: translateX(-50%);
}
#first_view.active .key{
	width: 9%;
}
#first_view.active.on .key{
	animation-name: first_key1;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
#first_view .key::after{
	content: "";
	position: absolute;
	background-color: #2d2d2d;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: ease 3s;
}
#first_view.active .key::after{opacity: 0;}
#first_view .key figure{
	position: relative;
	z-index: 2;
}
#first_view .key figure::before,#first_view .key figure::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: -8px;
	left: -8px;
}
#first_view .key figure::before{
	border-top: 10px solid #2d2d2d;
	border-left: 10px solid #2d2d2d;
}
#first_view .key figure::after{
	border-bottom: 10px solid #2d2d2d;
	border-right: 10px solid #2d2d2d;
}
#first_view p{
	position: absolute;
	top: 50%;
	left: 1%;
	width: 30%;
	color: #fff;
	font-size: 20px;
	letter-spacing: 4px;
	transform: translateX(-20px);
	opacity: 0;
}
#first_view.active p{
	animation-name: first_view1;
	animation-delay: 1.0s;
	animation-duration: 1.0s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
@keyframes first_view1 {
0% {
    transform: translateX(-20px);
    opacity: 0;
}
100% {
    transform: translateX(0px);
    opacity: 1;
}
}
#first_view .sc_icon{
	position: absolute;
	right: 10%;
	bottom: 10%;
	opacity: 0;
	padding-top: 80px;
	font-size: 20px;
	/*color: #1e1e1e;*/
}
#first_view .sc_icon span{
	position: relative;
	z-index: 2;
}
#first_view.active .sc_icon{
	animation-name: first_view2;
	animation-delay: 1.0s;
	animation-duration: 1.0s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
@keyframes first_view2 {
0% {
    transform: translateY(-20px);
    opacity: 0;
}
100% {
    transform: translateY(0px);
    opacity: 1;
}
}
#first_view .sc_icon::after {
    content: "";
    width: 0px;
    height: 0px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%,-50%);
}
#first_view.active .sc_icon::after {
    animation-name: sc_icon1;
    animation-delay: 1.0s;
    animation-duration: 1.8s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}
@keyframes sc_icon1 {
	0% {
		width: 0px;
		height: 0px;
		opacity: 1;
	}
	50%{
		width: 10px;
		height: 10px;
		opacity: 1;
	}
	100% {
		width: 60px;
		height: 60px;
		opacity: 0;
	}
}
#first_view.active.on .sc_icon,#first_view.active.on p{
	animation-name: fadeout;
	animation-delay: 0s;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	opacity: 1;
}
/*==================================================
スライダーのためのcss
===================================*/
#main_img figure {width: 60%;}
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:100%;
    margin:0 auto;
}
.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}
/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
    margin:0 10px;
}
/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}
.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}
.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}
/*ドットナビゲーションの設定*/
.slick-dots {
    text-align:center;
	margin:20px 0 0 0;
}
.slick-dots li {
    display:inline-block;
	margin:0 5px;
}
.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}
.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

h1 img {max-width: 300px;}
#contents1 .intro_img, #contents2 .intro_img, #contents3 .intro_img {margin-bottom: 80px;}
#contents1 .intro_title, #contents2 .intro_title, #contents3 .intro_title {width: 15%;}
#contents1 .slick, #contents2 .slick {margin-left: 15%;}
#contents1 .slick-dots, #contents2 .slick-dots, #contents3 .slick-dots {padding-top: 40px;}
#contents1 .slick-dots li, #contents2 .slick-dots li, #contents3 .slick-dots li {
    height: 6px;
    width: 60px;
    box-sizing: border-box;
    border-style: solid;
    opacity: 0.3;
    margin: 0 10px;
    cursor: pointer;
}
#contents1 .slick-dots li, #contents2 .slick-dots li, #contents3 .slick-dots li {line-height: 1;}
#contents1 .slick-dots li.slick-active, #contents2 .slick-dots li.slick-active, #contents3 .slick-dots li.slick-active {opacity: 1;}
#contents1 .slick-dots li button, #contents2 .slick-dots li button, #contents3 .slick-dots li button {display: none;}
#contents1 .intro_txt h2, #contents2 .intro_txt h2, #contents3 .intro_txt h2 {transform: translateY(-50%);}
#top_cms1 .top_cms_box .more a, #contents3 .more a {
    position: relative;
    overflow: hidden;
}
#top_cms1 .top_cms_box .more a span, #contents3 .more a span {
    position: relative;
    z-index: 2;
}
#top_cms1 .top_cms_box .more a span.on, #contents3 .more a span.on {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transform: translateX(100%);
    animation-name: more;
    animation-duration: 0.3s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}
#top_cms1 .top_cms_box .more a:hover span.on, #contents3 .more a:hover span.on {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    animation-name: more_hover;
    animation-duration: 0.3s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

/*==================================underpage==================================*/
.qa_type1 .cate_box {
	border-radius: 10px;
	border: 1px solid #909090;
}
.qa_type1 .cate_box .arrow {
	position: absolute;
	left: 2px;
	top: 50%;
	margin-top: 0px;
	transform: translateY(-50%);
}
.qa_type1 .cate_box .open_bt{
	position: relative;
	width: 100%;
	cursor: pointer;
	padding: 20px 0
}
.qa_type1 .cate_box .open_bt .arrow::before, .qa_type1 .cate_box .open_bt .arrow::after {
	position: absolute;
	content: '';
	width: 15px;
	height: 1px;
	background-color: #5c5c5c;
}
.qa_type1 .cate_box .open_bt .arrow::before {
	top: 48%;
	left: 15px;
	transform: rotate(0deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .arrow::after {
	top: 48%;
	left: 15px;
	transform: rotate(90deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .arrow.arrow_be::before {
	transform: rotate(-135deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .arrow.arrow_be::after {
	transform: rotate(135deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .box_title1 {
	display: inline-block;
	position: relative;
	letter-spacing: 1px;
	cursor: pointer;
	margin-left: 87px;
}
.qa_type1 .cate_box .open_bt .box_title1::before {
	content: "Q.";
	position: absolute;
	left: -32px;
	top: 0px;
	display: inline-block;
	vertical-align: baseline;
	color: #f57f40;
}
.qa_type1 .cate_box .box_item {
	display: none;
	padding: 0px 30px 0px;
}
.qa_type1 .cate_box .box_txt1 {
	padding: 1em;
	background-color: #f5f5f5;
	border-radius: 5px;
}

@media screen and (max-width: 768px){
.qa_type1 .cate_box .open_bt .box_title1 {
	padding-right: 20px;
}
}
@media screen and (max-width: 667px){
.qa_type1 .cate_box .open_bt {
	padding: 5px 0 7px;
}
.qa_type1 .cate_box .open_bt .box_title1 {
	margin-left: 73px;
}
.qa_type1 .cate_box .box_txt1 {
	padding: 0.2em 1.2em;
}
}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.cursor{display: none;}
.shop_link{
    margin-top: 50px;
}
	#first_view .key{
		left: 50%;
		top: 60%;
		transform: translateX(-50%) translateY(-50%);
	}
	
	#first_view.active .key{width: 30%;}
	#first_view.active.on .key{animation-name: first_key3;}
	#first_view p{
		position: absolute;
		top: 20%;
		left: 15%;
		width: 70%;
		color: #fff;
		font-size: 20px;
		letter-spacing: 4px;
		transform: translateX(-20px);
		opacity: 0;
	}
	#first_view .sc_icon{
		position: absolute;
		bottom: 8%;
		opacity: 0;
		width: 90%;
	}
	#first_view .sc_icon div{
		height: 80px;
	}
#contents1 h3, #contents2 h3 {font-size: 30px;}
#contents3 h3 {font-size: 18px;}

}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
	#first_view .key{
		top: 33%;
	}
	#first_view.active .key{width: 27%;}
	#first_view.active.on .key{animation-name: first_key4;}
	#first_view p{
		position: absolute;
		top: 15%;
		left: 15%;
		width: 70%;
		font-size: 16px;
		letter-spacing: 2px;
		opacity: 0;
	}
	#first_view .sc_icon{
		position: absolute;
		right: 5%;
		bottom: 5%;
		opacity: 0;
	}
	#first_view .sc_icon div{
		height: 80px;
	}
#menu_bt {
    width: 50px;
    height: 80px;
}
.banner_fix {right: 50px;}
#contents1 .intro_title, #contents2 .intro_title, #contents3 .intro_title {
    width: 90%;
    transform: translateY(10px);
}
#contents1 h3, #contents2 h3 {font-size: 26px;}
#contents3 h3 {font-size: 14px;}
#contents1 .intro_img, #contents2 .intro_img, #contents3 .intro_img {margin-bottom: 80px;}
#contents1 .slick, #contents2 .slick, #contents3 .slick {margin-left: 0;}
#contents1 .slick-dots, #contents2 .slick-dots, #contents3 .slick-dots {padding-top: 30px;}
#contents1 .slick-dots li, #contents2 .slick-dots li, #contents3 .slick-dots li {
    height: 5px;
    width: 40px;
}
#contents1 .intro_txt h2, #contents2 .intro_txt h2, #contents3 .intro_txt h2 {
    width: 90%!important;
}
}

/*20230120*/
#first_view .key {
    background-color: #2d2d2d;
}
/*SVGのサイズ*/
svg{
	max-width:500px;/*SVGタグの横幅*/
	width:100%;/* レスポンシブ対応にするため100%を指定*/
	height:auto;
}
/*========= 手書き風にするためのCSS ===============*/

/* マスクをするパスの設定*/
#mask .st0{
    fill:none;
    stroke:#FFFFFF;
    stroke-width:62;/*線の太さを指定する*/
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-miterlimit:10;
    stroke-dasharray: 1000; /* 線の間隔を指定する */
    stroke-dashoffset:1000; /* 線の位置を指定する */
}
#first_view .slick_wrap {
    height: 500px;
    overflow: hidden;
    position: relative;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#first_view .slick_wrap::before {
    content: "";
    background-image: url('./Dup/img/sp_mask.png');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
#first_view .slick_wrap::after {
    content: "";
    border: 20px solid #2d2d2d;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#first_view .slick{
    max-width: 800px;
    max-height: 400px;
    overflow: hidden;
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#first_view .slick_wrap {
    top: 62%;
    height: 200px;
}
#first_view .slick {
    max-width: 400px;
    max-height: 180px;
}

}

/*20230206*/
h1 img {max-width: 130px;}
.first_wrap{
    height: 100vh;
}
#wrap.top {
     background-image: none; 
    background-color: #f1eadf;
}
#logo{
	opacity: 0;
}
#logo.on{
	opacity: 1;
	transition: 1.5s;
	transition-delay: 2s;
}
#main_img .slick_wrap {
    max-height: 650px;
    height: 70vh;
    overflow: hidden;
    position: relative;
}
#main_img .slick_wrap::before {
    content: "";
    background-image: url('./Dup/img/sp_mask_main.png');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
#main_img .slick_wrap::after {
    content: "";
    border: 60px solid #f1eadf;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#main_img .slick{
    max-width: 1000px;
    max-height: 800px;
    overflow: hidden;
}
/*#main_img figure, #main_img figure img {*/
/*    max-height: 520px;*/
/*}*/
.slider_wrap .more a {
    position: relative;
    overflow: hidden;
    width: 50%;
}
.slider_wrap .more a span {
    position: relative;
    z-index: 2;
}
.slider_wrap .more a span.on {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transform: translateX(100%);
    animation-name: more;
    animation-duration: 0.3s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}
.slider_wrap .more a:hover span.on {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    animation-name: more_hover;
    animation-duration: 0.3s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}
.youtube_box {
    position: relative;
    width: 80%;
    max-width: 1280px;
    padding-top: 40.25%;
    margin: 100px auto;
}
.youtube_box iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.animate {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s;
}
.animate.show {
  opacity: 1;
  transform: translateY(0);
}
/*.animate.show:nth-of-type(1) {*/
/*  transition-delay: 0.2s;*/
/*}*/
/*.animate.show:nth-of-type(2) {*/
/*  transition-delay: 0.4s;*/
/*}*/
/*.animate.show:nth-of-type(3) {*/
/*  transition-delay: 0.6s;*/
/*}*/
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#main_img .slick_wrap {
    max-height: 290px;
    height: 50vh;
}
#main_img .slick{
    max-height: 160px;
    overflow: hidden;
}
.slick-prev, .slick-next {z-index: 2;}
.youtube_box {
    width: 100%;
    padding-top: 60.25%;
}
.banner_fix {
    right: 50px;
    max-width: 260px;
}

}

/*20230216*/
#wrap {
     background-image: none;
    background-color: #f1eadf;
}
/*#first_view .slick_wrap.on {*/
/*	animation-name: first_viewon;*/
/*	animation-delay: 1.0s;*/
/*	animation-duration: 2.0s;*/
/*	animation-timing-function: ease;*/
/*	animation-fill-mode: forwards;*/
/*}*/
/*@keyframes first_viewon {*/
/*0% {*/
/*    transform: translate(-50%, -50%) scale(1.0);*/
/*}*/
/*100% {*/
/*    transform: translate(-50%, -50%) scale(1.8);*/
/*}*/
/*}*/

/*20230302*/
#first_view .slick {
  height: 53vw;
  margin-inline: auto;
  overflow: hidden;
  /*width: 80vw;*/
}
/*#first_view .slick img {*/
/*  width: 100%;*/
/*}*/
@keyframes zoomUp {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}


/* ローディング */
/*#wrap{opacity: 0;}*/
#loading1 {
position: fixed;
top: 0;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 99999;
text-align: center;
}
#loading_logo {
max-width: 200px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
#loading1 .kvArea {
width: 100%;
}
#loading1 .kvArea .img_box {
text-align: center;
}
#loading1 .kvArea .img_box img {
max-width: 100%;
height: auto;
}
#loading1 #loading_text .progressbar-text{top: 70%;}
.fadeUp {
animation-name: fadeUpAnime;
animation-duration: 1.2s;
animation-delay: 1.2s;
animation-fill-mode: forwards;
opacity: 1;
}
@keyframes fadeUpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
@media (max-width: 1023px) {
  #loading_text .progressbar-text {
    font-size: 0.8rem !important;
  }
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#loading1 #loading_text .progressbar-text{top: 60%;}
#loading_logo {
max-width: 100px;
}

}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
h1 img {max-width: 90px;}
#loading1 #loading_text .progressbar-text{top: 63%;}
#loading_logo {
max-width: 90px;
}
}


