@charset "UTF-8";

body{
 	font-family:'Vollkorn','Times New Roman','Shippori Mincho','Noto Serif JP','游明朝',Times, serif;
    background-color: #fff;
    color: #333;
	background-image: url(../img/ill/haikei.png);
	background-repeat: repeat-y;
    background-position: 10%;
}
/*個展と素材のページのbodyにクラス付与、背景画像消す*/
.body{
    background-image: none;
}

p{
    line-height: 2.2;
}

@media(max-width:599px){
	body {
		font-size:14px;
        background-position: 1%;
	}
}

@media(max-width:959px) and (min-width:600px){
	body {
		font-size:16px;
	}
}

@media(min-width:960px){
	body {
		font-size:16px;
	}
}
	
img{
	display:block;
}


*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 10rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: rgb(118, 86, 86);
  border-radius: 0.5rem;
}

a.btn-border {
    font-family: 'Dosis', sans-serif;
    color: rgb(118, 86, 86);
    border: 1.8px solid rgba(118, 86, 86,0.7);
    border-radius: 10px;
    background: #fff;
  }
  a.btn-border:hover {
    color: #fff;
    border: 1.8px solid #ED1E79;
    background: #ED1E79;/*#A8B373*/
  }
  @media(max-width:599px){
    .btn,
    a.btn,
    button.btn {
        color: #fff;
        border: 1.8px solid #ED1E79;
        background: #ED1E79;
    }
  }
.center{
    display:inline-block;
    text-align: center;
    width:100%;
    margin-top: 20px;
 }



 /* ------------------------------------------
	main
--------------------------------------------- */
h1{
	color:#333;
	font-size:70px;
    font-family: 'Dosis', sans-serif;
}
h2{
	color:#333;
	font-size: 18px;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    margin-bottom: 2em;
}
h3{
    color: #333;
    font-size: 17px;
    margin-bottom: 0.1em;
}

@media(max-width:599px){
    h1{
        font-size: 50px;
    }
    h2{
        font-size: 14px;
    }
    h3{
        font-size: 15px;
    }
}


.flex{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
    justify-content: space-between;
	margin: 0 auto;
	max-width: 1500px;
}

.box{
    width: 50%;
}
.boxgogo{
    width: 55%;
}
.boxroku{
    width: 60%;
}
.boxyon{
    width: 40%;
}
.boxyongo{
    width: 45%;
}
.boxsan{
    width: 30%;
}
.boxni{
    width: 20%;
}
.boxnigo{
    width: 25%;
}
.boxnanago{
    width: 75%;
}
.boxhachi{
    width: 80%;
}
.boxhyaku{
    height: 100%;
}



#home section{
    text-align: center;
    width: 100%;
    height: 100vh;
}
.top img{
	filter: sepia(35%);
	width: 100%;
	object-fit: cover;
	object-position:15% 85%;
	height: 100vh;
    z-index: 10;
    position: relative;
    padding: 10px;
}
.topp img{
    width: 280px;
    margin-top: -200px;
    margin-left: 120px;
    z-index: 100;
    position: relative;
}
@media(max-width:599px){
    .top img{
        padding: 0;
    }
	.topp img{
        width: 200px;
        margin-top: -300px;
        margin-left: 40px;
	}
}
@media(max-width:959px) and (min-width:600px){
    .top img{
        padding: 5px;
    }
    .topp img{
        width: 250px;
        margin-top: -300px;
        margin-left: 100px;
	}
}

#about section{
    width: 100%;
    background-image: url(../img/ill/haikei_pink.png);
    background-position: 90% 100%;
    background-repeat: no-repeat;
/*background-color: antiquewhite;*/
}

#about article{
    width: 60%;
    margin: 0 auto;
    background-image: url(../img/ill/ill_him.png);
    background-position: 80% 0;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255,0.5);
    background-blend-mode:lighten;
}
#about article .boxroku{
    padding-top: 180px;
    padding-bottom: 180px;
}
@media(max-width:599px){
    #about section{
        background-image: none;
    }
    #about article .boxroku{
        width: 80%;
        margin: 0 auto;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    #about article{
        width: 100%;
        background-image: url(../img/ill/ill_him2.png);
        background-position: 80% 0;
        background-repeat: no-repeat;
    }
}
@media(max-width:959px) and (min-width:600px){
    #about article{
        width: 90%;
        background-position: 90% 0;        
    }
    #about article .boxroku{
        padding-top: 100px;
        padding-bottom: 100px;
        width: 80%;
        margin: 0 auto;
    }
}

.slider li a{
    -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.slider li a:hover img{
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
#product section{
    background-image: url(../img/ill/haikei_midomini.png);
    background-position: 10% 10%;
    background-repeat: no-repeat;
    background-blend-mode:lighten;
}

#product article{
    width: 60%;
    margin: 0 auto;
    padding-top: 130px;
    padding-bottom: 100px;
   /* background-image: url(../img/ill/ill_mugi.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255,0.5);    */
    background-blend-mode:lighten;
}
#product .boxyon{
    margin-top: auto;
    margin-bottom: 0;
}
#product .boxyon img{
    margin-right: 0;
    margin-left: auto;
    opacity: 0.7;
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
#product .boxyon h1{
    visibility:hidden;
    text-align: center;
    text-decoration:none;
    opacity: 0.7;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 16px;
    color: #555;
}
#product .boxyon h1 span{
    background-image : linear-gradient(to right, #333, #333 3px, transparent 2px, transparent 8px);  /* 幅2の線を作る */
    background-size: 8px 1px;          /* グラデーションの幅・高さを指定 */
    background-position: left bottom;  /* 背景の開始位置を指定 */
    background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
}
#product .boxyon a:hover img{
    opacity: 1;
    -webkit-transform: rotate(3deg) scale(1);
    transform: rotate(3deg) scale(1);
}
#product .boxyon a:hover h1{
    visibility : visible;
    opacity: 1;
    text-align: center;
}
#product .boxyon a:link {
    color:#333 ;
	text-decoration:none;
}
@media(max-width:599px){
    #product section{
        background-image:none
    }
    #product article{
        width: 80%;
        background-image: none;
        background-color: rgba(255, 255, 255,0.5); 
    }
    #product .flex{
        flex-direction: column;
    }
    #product article .boxroku{
        width: 100%;
        margin: 0 auto;
    }
    #product .boxyon{
        width: 50%;
        margin-left: auto;
        margin-right: 5%;
    
    }
    #product .boxyon img{
        width: 80%;
        opacity: 1;
    } 
    #product .boxyon h1{
        visibility : visible;
        opacity: 1;
        text-align: center;
        font-size: 13px;
    }

}
@media(max-width:959px) and (min-width:600px){
    #product section{
        background-image: none;
    }
    #product article{
        width: 80%;
    }
    #product .flex{
        flex-direction: column;
    }
    #product article .boxroku{
        width: 90%;
        margin: 0 auto;
    }
    #product .boxyon{
        margin-left: auto;
        margin-right: 5%;
    
    }
    #product .boxyon img{
        width: 80%;
        opacity: 1;
    }
    #product .boxyon h1{
        text-align: center;
        visibility : visible;
        opacity: 1;
        font-size: 14px;
    }

}

#workshop section{
    width: 100%;
    background-color:  rgba(118, 86, 86,0.7);
}
#workshop article{
    width: 75%;
    padding-top: 70px;
}
#workshop .boxyon{
    margin-bottom: 70px;
    width: 45%;
}
#workshop .flex{
    flex-direction: row;
}
#workshop img{
    border-radius: 75% 50% 65% 40%/65%;/*元数値75% 50% 65% 40%/65%*/
}
#workshop img{
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#workshop img:hover {
    -webkit-transform: rotate(3deg) scale(1);
    transform: rotate(3deg) scale(1);
}
#workshop h1{
    margin-top: 20px;
    font-size: 35px;
    color: #fff;
    font-family: 'Hubballi','Nanum Pen Script','Dosis', "cursive", sans-serif;
}
#workshop p{
    margin-top: 10px;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    line-height: 1.5;
    font-size: 15px;
    color: #fff;
}
#workshop a{
  text-decoration: none;
  color: #fff;
}
#workshop span{
    background-image : linear-gradient(to right, #fff, #fff 2px, transparent 2px, transparent 8px);  /* 幅2の線を作る */
    background-size: 5px 1px;          /* グラデーションの幅・高さを指定 */
    background-position: left bottom;  /* 背景の開始位置を指定 */
    background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
}
#workshop span:hover{
    background-image : linear-gradient(to right, #ED1E79, #ED1E79 2px, transparent 2px, transparent 8px);  /* 幅2の線を作る */
}
@media(max-width:599px){
	#workshop .flex{
        flex-direction: column;
        background-image: none;
    }
    #workshop article{
        width: 85%;
    }
    #workshop .boxyon {
        width: 100%;
    }
}
@media(max-width:959px) and (min-width:600px){
    #workshop article{
        width: 90%;
    }
    #workshop .boxyon {
        width: 45%;
    }
}

#website section{
    width: 100%;
    padding-bottom: 100px;
    background-image: url(../img/ill/ill_him5.png),url(../img/ill/haikei_pikmini.png),url(../img/ill/haikei_midomini.png);
    background-position: top right,10% 45%,5% 55%;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255,0.4);
    background-blend-mode:lighten; 
}
#website .boxroku{
    width: 65%;
    margin: 0 auto;
}
#website article{
    margin: 0 auto;
    padding-top: 150px;
}
#website .flex{
    width: 70%;
    margin: 0 auto;
}
#website .flex img{
    margin: 0 auto;
    padding: 10px;
}
@media(max-width:599px){
    #website section{
        background-image:none;
    }
    #website .boxroku{
        width: 80%;
    }
    #website .flex{
        width: 90%;
        flex-direction: column;
        margin: 0 auto;
    }
    #website .boxnanago{
        width: 100%;
    }
    #website .boxnigo{
        width: 40%;
        margin: 0 auto;
    }
}
@media(max-width:959px) and (min-width:600px){
    #website .boxroku{
        width: 75%;
    }
    #website .flex{
        width: 80%;
    }
}






#himmeli {
    background-image: none;
}
#himmeli h1{
    font-family:'Vollkorn','Times New Roman','Noto Serif JP','游明朝',Times, serif;
    font-size: 20px;
}
#himmeli .flex{
    max-width: 2000px;
    margin: 0 20px 0;
}
#himmeli .flex:first-child{
    padding-top: 40px;
}
.koten{
    margin: 10px 22px 35px;
}
.koten p{
    line-height: 1.5;
}
#himmeli .boxni{
    margin: 0 10px;
}
#himmeli .boxyongo{
    margin-right:10px;
}
#himmeli .flex img{
    margin-top: 10px;
}
#himmeli a:hover img{
    -webkit-filter: blur(spx);
    filter: blur(2px);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

@media(max-width:599px){
    #himmeli h1{
        font-size: 15px;
    }
    #himmeli .flex{
        margin: 0 8px 0;
    }
    #himmeli .flex:first-child{
        padding-top: 40px;
    }
    .koten{
        margin: 6px 8.5px 25px;
    }
    #himmeli .boxni{
        margin: 0 5px;
    }
    #himmeli .boxyongo{
        margin-right:5px;
    }
    #himmeli .flex img{
        margin-top: 5px;
    }    
}
@media(max-width:959px) and (min-width:600px){
    #himmeli .flex{
        margin: 0 15px 0;
    }
    .koten{
        margin: 8px 16px 30px;
    }
    #himmeli .boxni{
        margin: 0 7px;
    }
    #himmeli .boxyongo{
        margin-right:7px;
    }
    #himmeli .flex img{
        margin-top: 7px;
    }
}



#sozai section{
    padding-top: 80px;
    padding-bottom: 100px;
}
#sozai article{
    width: 70%;
    margin: 0 auto;
    background-image: url(../img/ill/ill_mugi.png);
    background-position: 100% 10%;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255,0.5);
    background-blend-mode:lighten;
}
#sozai h3,#sozai span{
    background-image : linear-gradient(to right, #333, #333 2px, transparent 2px, transparent 8px);  /* 幅2の線を作る */
    background-size: 8px 1px;          /* グラデーションの幅・高さを指定 */
    background-position: left bottom;  /* 背景の開始位置を指定 */
    background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
}
#sozai p{
    line-height: 2.2em;
}
#sozai .yohaku{
    margin-top: 100px;
}
#sozai .flex{
    margin-top: 40px;
}
#sozai .boxyon{
    width: 35%;
}
#sozai .flex .box{
    width: 45%;
}
#sozai .flex .box:first-child img{
    border-radius: 40% 70% 85% 85%/65%;/*元数値75% 50% 65% 40%/65%*/
}
#sozai .flex .box:last-child img{
    margin-top: 20px;
    border-radius: 75% 50% 65% 40%/65%
}
#sozai a.btn-border{
    font-family: 'Zen Maru Gothic', sans-serif;
}
#sozai .center{
    margin-top: 10px;
}
#sozai .btn,
#sozai a.btn,
#sozai button.btn {
    font-size: 16px;
    padding: 1rem 8rem;
}
#sozai a.btn-border:hover {
    color: #fff;
    border: 1.8px solid #A8B373;
    background: #A8B373;/*#A8B373*/
  }

@media(max-width:599px){
    #sozai article{
        width: 80%;
        background-position: 100% 5%;
    }
    #sozai .flex{
        flex-direction: column-reverse;
    }
    #sozai .tate .flex{
        flex-direction: column;
    }
    #sozai .boxhachi{
        width: 100%;
    }
    #sozai .boxroku{
        width: 100%;
        padding-top: 40px;
    }
    #sozai .boxyon{
        width: 80%;
        margin: 0 auto;
    }
    #sozai .flex .box{
        width: 60%;
    }
    #sozai .flex .box:last-child{
        margin-left: auto;
        margin-right: 0;
    }
    #sozai .flex .box:last-child img{
        margin-top: 0;
    }
    
    #sozai .btn,
    #sozai a.btn,
    #sozai button.btn {
        color: #fff;
        border: 1.8px solid #A8B373;
        background: #A8B373;
        font-weight: 1000;
        font-size: 14px;
        padding: 1rem 5rem;
    }
}
@media(max-width:959px) and (min-width:600px){
    #sozai article{
        width: 90%;
    }
    #sozai .boxhachi{
        width: 90%;
    }
    #sozai .boxroku{
        width: 65%;
    }
    #sozai .boxyon{
        width: 35%;
    }
}
    
footer{
    position: relative;
    background : rgba(118, 86, 86,0.7);
    text-align: center;
    color: #fff;
    padding-bottom: 20px;
    background-image: url(../img/ill/ill_him7.png);
    background-position: 90% 0;
    background-repeat: no-repeat;
    background-blend-mode:lighten; 
}
.copy{
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 70%;
    right: -40px;
}
footer p{
    line-height: 1.5;
}
footer img{
    width: 200px;
}

footer a img{
    margin-top: 5px;
}
footer a:hover img,footer a:hover p{
    opacity: 0.6;
}
footer .flex{
    padding-top: 80px;
    width: 60%;
    text-align: left;
	flex-direction:column;

}
footer .box{
    padding-bottom: 50px;
}
@media(max-width:599px){
    footer{
        background-position: 98% 0;
    }
    footer .flex{
		flex-direction:column;
        width: 80%;
        padding-top: 50px;
    }
    footer .box{
        width: 100%;
        padding-bottom: 30px;
    }
}
@media(max-width:959px) and (min-width:600px){
    footer .flex{
		flex-direction:column;
        width: 50%;
        padding-top: 50px;
    }
    footer .box{
        width: 100%;
        padding-bottom: 30px;
    }
}
footer .insta{
    height: 150px;
    width: 250px;
    background-color: #fff;
    color:rgba(119, 86, 86,0.8) ;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-size: 14px;
    border-radius:75% 50% 65% 40%/65%;
}
footer .insta p{
    padding-top: 30px;
    text-align: center;
    color:rgba(119, 86, 86,0.8) ;
    text-decoration:none;
}
footer .insta div{
    width: 45px;
    margin: 0 auto;
}

footer .insta a:link {
    color:rgba(119, 86, 86,0.8) ;
	text-decoration:none;
}
@media(max-width:599px){
    footer .insta{
        height: 150px;
        width: 230px;
        font-size: 13px;
    }
}



/* ------------------------------------------
	jsと連携
--------------------------------------------- */

/*トップのスクロールなしフェードイン*/
.top .fadein {
    opacity : 0;
    transform : translateZ(50px);
    transition:all 4s 1.2s;
    display:block;
}
.topp .fadein {
    opacity : 0;
    transform : translateZ(50px);
    transition:all 2s 0.1s;
    display:block;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}


/* フェードイン用のCSS */
.slide-y {
	opacity: 0;
	transform: translateY(50px);
	transition: all 2s 0.3s ease-out;
}
.slide-yy {
	opacity: 0;
	transform: translateY(50px);
	transition: all 2s 1s ease-out;
}
.slide-z {
	opacity: 0;
	transform: translateZ(50px);
	transition: all 2s 0.1s ease-out;
}
.slide-zz {
	opacity: 0;
	transform: translateZ(50px);
	transition: all 4s 1.2s ease-out;
}
#about .slide-z,#product .slide-z {
	opacity: 0;
	transform: translateZ(50px);
	transition: all 2s 0.5s ease-out;
}
.slide-x {
    opacity: 0;
	transform: translateX(100px);
	transition: all 1.3s 0.3s ease-out;
}
header .slide-x{
    opacity: 0;
	transform: translateX(50px);
	transition: all 1s 3.5s ease-out;
}/*ほんまは1s 3.5s*/
#himmeli header .slide-x{
    opacity: 0;
	transform: translateX(50px);
	transition: all 1s 0.1s ease-out;
}



/*ヘッダーのとこ*/
header{
    position: relative;        /* ヘッダーを絶対位置にする。スクロールしても固定 */
    top: 0;                 /* 上から0pxに指定 */
    left: 0;                /* 左から0pxに指定 */
    z-index: 1000;
}
#himmeli header{
    height: 80px;
    width: 100%;
    background-color: rgba(255, 255, 255,0.1);
}
@media(max-width:599px){
    #himmeli header{
        height: 65px;
    }
}
.logo{
    position: relative;
    z-index : 1100;
    left :  40px;
    top : 27px;
    width: 150px;
}
.logo img{
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.logo:hover img{
    opacity: .5;
}
.logo-i{
    position: fixed;
    z-index : 900;
    right :  84px;
    top : 27px;
    width: 34px;
}
.logo-i img{
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.logo-i:hover img{
    opacity: .5;
}

@media(max-width:599px){
    .logo{
        top: 23px;
        left :  20px;
        width: 100px;
    }
    .logo-i{
        top: 22px;
        right : 60px;
        width: 29px;
    }    
}

/*　ハンバーガーボタン　*/
.hamburger {
    display : block;
    position: fixed;
    z-index : 1100;
    right : 30px;
    top   : 20px;
    width : 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span{
    display : block;
    position: absolute;
    width   : 34px;
    height  : 2px ;
    left    : 6px;
    background : #534741;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 21px;
  }
  .hamburger .menu {
    display : block;
    position: absolute;
    width   : 28px;
    height  : 2px ;
    left    : 6px;
    top: 27px;
    color : #534741;
    font-size: 13px;
    line-height: 1;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
  }
  .hamburger .close{
    display: none;
  }
@media(max-width:599px){
    .hamburger {
        top: 16px;
        right : 10px;
    }
    .hamburger span{
        width   : 28px;
    }
    .hamburger span:nth-child(1) {
        top: 8px;
    }
    .hamburger span:nth-child(2) {
        top: 16px;
    }
    .hamburger .menu {
        top: 22px;
        font-size: 11px;
    }
}
  
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top : 18px;
    left: 6px;
    background :#fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
  }
  
  .hamburger.active span:nth-child(2){
    top: 18px;
    background :#fff;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
  }
  .hamburger.active .menu{
      display: none;
    }
  .hamburger.active .close{
      display: block;
      position: absolute;
      width   : 34px;
      height  : 2px ;
      left    : 6px;
      top: 33px;
      color: #fff;
      font-size: 13px;
      line-height: 1;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition   : 0.3s ease-in-out;
      transition        : 0.3s ease-in-out;
  }
  @media(max-width:599px){
    .hamburger.active span:nth-child(1),
    .hamburger.active span:nth-child(2) {
        top : 15px;
    } 
    .hamburger.active .close{
        font-size: 11px;
        top: 29px;
        left: 3.5px;
    }
  }
  nav.globalMenuSp {
    position: fixed;
    z-index : 1099;
    top  : 0;
    left : 0;
    color: #fff;
    background: rgba(119, 86, 86, 0.8);
    text-align: center;
    width: 0%;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    
    height: 100vh;
    font-size: 1.2em;
  }
  
  nav.globalMenuSp ul {
    margin: 0 auto;
    padding-top: 100px;
    width: 20%;
  }
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
  .under:hover{
    border-bottom: solid 3px #fff;/*下線を破線にする*/
  }
  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration :none;
  }
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    width: 100%;
    opacity: 1;
    transition: opacity 1.6s ease, width 0s;
  }





/*========= ローディングのためのCSS ===============*/
#splash {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(118, 86, 86,0.7);
    z-index: 9999999;
    text-align:center;
    color:#fff;
  }
  
  #splash-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  /*========= 画面遷移のためのCSS ===============*/
  
  /*画面遷移アニメーション*/
  .splashbg{
      display: none;
  }
  
  /*bodyにappearクラスがついたら出現*/
  body.appear .splashbg{
      display: block;
      content: "";
      position:fixed;
    z-index: 999;
      width: 100%;
      height: 100vh;
      top: 0;
      left: 0;
      transform: scaleY(0);
      background-color: rgba(118, 86, 86,0.7);/*伸びる背景色の設定*/
    animation-name:PageAnime;
    animation-duration:1.2s;
    animation-timing-function:ease-in-out;
    animation-fill-mode:forwards;
  
  }
  
  @keyframes PageAnime{
    0% {
      transform-origin:top;
      transform:scaleY(0);
    }
    50% {
      transform-origin:top;
      transform:scaleY(1);
    }
    50.001% {
      transform-origin:bottom;
    }
    100% {
      transform-origin:bottom;
      transform:scaleY(0);
    }
  }
  
  /*画面遷移の後現れるコンテンツ設定*/
  
  #container{
    opacity: 0;/*はじめは透過0に*/
  }
  
  /*bodyにappearクラスがついたら出現*/
  body.appear #container{
    animation-name:PageAnimeAppear;
    animation-duration:1s;
    animation-delay: 0.8s;
    animation-fill-mode:forwards;
    opacity: 0;
  }
  
  @keyframes PageAnimeAppear{
    0% {
    opacity: 0;
    }
    100% {
    opacity: 1;
  }
  }



/* ------------------------------------------
	cssアニメーション
--------------------------------------------- */

/*画像にズーム*/
.main_imgBox {
    height: 60vh;
    overflow: hidden;
    position: relative; 
    margin: 0 auto;
}

  .main_img {
    z-index:10;
    opacity: 0;
    width: 100%;
    height: 680px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: anime 36s 0s infinite;
    animation: anime 36s 0s infinite; }

    .main_img:nth-of-type(2) {
      -webkit-animation-delay: 6s;
      animation-delay: 6s; }

    .main_img:nth-of-type(3) {
      -webkit-animation-delay: 12s;
      animation-delay: 12s; }

    .main_img:nth-of-type(4) {
      -webkit-animation-delay: 18s;
      animation-delay: 18s; }

    .main_img:nth-of-type(5) {
      -webkit-animation-delay: 24s;
      animation-delay: 24s; }

    .main_img:nth-of-type(6) {
      -webkit-animation-delay: 30s;
      animation-delay: 30s; }

  .main_imgM {
    opacity: 0;
    width:100%;
    height:100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 36s 0s infinite;
    animation: anime 36s 0s infinite; }

    .main_imgM:nth-of-type(2) {
      -webkit-animation-delay: 6s;
      animation-delay: 6s; }

    .main_imgM:nth-of-type(3) {
      -webkit-animation-delay: 12s;
      animation-delay: 12s; }

    .main_imgM:nth-of-type(4) {
      -webkit-animation-delay: 18s;
      animation-delay: 18s; }

    .main_imgM:nth-of-type(5) {
      -webkit-animation-delay: 24s;
      animation-delay: 24s; }

    .main_imgM:nth-of-type(6) {
      -webkit-animation-delay: 30s;
      animation-delay: 30s; }

@keyframes anime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
         transform: scale(1.2);
                    z-index:9;
    }
    100% { opacity: 0 }
}

@-webkit-keyframes anime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
         -webkit-transform: scale(1.2);
            z-index:9;
    }
    100% { opacity: 0 }
}



