@charset "utf-8";
/* CSS Document */

/*********************************************************************
　タイピング風
********************************************************************/
.line-1{
    position: relative;
    top: 50%;  
    width: 24em;
    margin: 0 auto;
    border-right: 2px solid rgba(255,255,255,.75);
    font-size: 180%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);    
}

/* Animation */
.anim-typewriter{
  animation: typewriter 4s steps(44) 1s 1 normal both,
 blinkTextCursor 500ms steps(44) infinite normal;
}
@keyframes typewriter{
  from{width: 0;}
  to{width: 12em;}
}
@keyframes blinkTextCursor{
  from{border-right-color: rgba(255,255,255,.75);}
  to{border-right-color: transparent;}
}


/*********************************************************************
　テキストを1文字ずつフェードイン
********************************************************************/
.fade-title {
    color: #fff;
    font-size: 293%;
    font-family: Verdana, Geneva, 'Hiragino Sans','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
}

.fade-cap{
    color: #fff;
    font-size: 153%;
    font-family: 'Noto Sans', sans-serif;
}

@media screen and (max-width: 667px){
.fade-title {
    color: #fff;
    font-size: 223%;
    font-family: Verdana, Geneva, 'Hiragino Sans','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
}

.fade-cap{
    color: #fff;
    font-size: 103%;
    font-family: 'Noto Sans', sans-serif;
}
}

@media screen and (max-width: 478px){
.fade-title {
    color: #fff;
    font-size: 183%;
    font-family: Verdana, Geneva, 'Hiragino Sans','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
}

.fade-cap{
    color: #fff;
    font-size: 133%;
    font-family: 'Noto Sans', sans-serif;
}
}
@media screen and (max-width: 320px){
.fade-title {
    color: #fff;
    font-size: 173%;
    font-family: Verdana, Geneva, 'Hiragino Sans','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
}

.fade-cap{
    color: #fff;
    font-size: 103%;
    font-family: 'Noto Sans', sans-serif;
}
}
/*********************************************************************
　次のコンテンツへと促すスクロールダウンボタン
********************************************************************/
.next-scroll {
}

.next-scroll a {
  position: absolute;
/*  bottom: 20px;*/
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
}

@media screen and (max-width: 414px){
	.next-scroll a {
		  left: 45%;
		top: 15%;
}		
}
@media screen and (max-width: 375px){
	.next-scroll a {
		  left: 45%;
		top: 13%;
}		
}

@media screen and (max-width: 320px){
	.next-scroll a {
		  left: 45%;
		top: 10%;
}		
}

.next-scroll a {
  padding-top: 70px;
  color: #fff;
}
.next-scroll a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

@media screen and (max-width: 667px){
.next-scroll a {
    padding-top: 0px;
}
}

/*
.animated{
    display: none;
}
 
.animated .active{
    display:block
}*/

.animated {
  animation-duration: 2.5s;
  animation-iteration-count: 1.5; /*infinite*/
}

/*------------------------------------------------------
　＊ 地域ブランドの創造　about index　＊
-------------------------------------------------------*/
/*********************************************************************
　ブランドストーリー
********************************************************************/
/**/#story  {
	background-color: rgba(255,255,255,0);
}
#story .is-animation {
    background-color: rgba(255,255,255,0);
}
#story #gNavi li a {
    color: #fff;
}

#contents {
	z-index: 10;
	}

#contents h3 {
    font-family: 'Noto Sans Japanese', sans-serif;
    letter-spacing: 2.2px;
	font-size: 193%;
	color: #FFFFFF;
	line-height: 2.5;
	margin-bottom: 30px;
	text-align: center;
}

#contents p {
    font-family: 'Noto Sans Japanese', sans-serif;
    letter-spacing: 2.2px;
	font-size: 100%;
	color: #FFFFFF;
	line-height: 2.5;
}



.background {
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    position: fixed;
    background-position: center center;
    opacity: 0;
-webkit-background-size: cover;
        background-size: cover;
-webkit-transition: all 0.5s ease 0s;
   -moz-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
}
.show .background {
	opacity: 1;
	-moz-opacity: 1;
		  }
.contents .wrap-top {
    padding: 45vh 0 30vh;
    position: relative;
    z-index: 1;
}
.contents .wrap {
    padding: 42vh 0 30vh;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 736px){
.contents .wrap-top {
    padding: 30vh 0 20vh;
    position: relative;
    z-index: 1;
}
}
@media screen and (max-width: 667px){
.contents .wrap-top {
    padding: 30vh 0 20vh;
    position: relative;
    z-index: 1;
}
}
@media screen and (max-width: 414px){
.contents .wrap-top {
    padding: 40vh 0 50vh;
    position: relative;
    z-index: 1;
}
.contents .wrap {
    padding: 22vh 0 30vh;
    position: relative;
    z-index: 1;
}
#contents h3 {
    font-family: 'Noto Sans Japanese', sans-serif;
    letter-spacing: 2.2px;
	font-size: 143%;
	color: #FFFFFF;
	line-height: 2.5;
	margin-bottom: 30px;
	text-align: center;
}

#contents p {
    font-family: 'Noto Sans Japanese', sans-serif;
    letter-spacing: 1px;
	font-size: 90%;
	color: #FFFFFF;
	line-height: 2.0;
}

	
}
@media screen and (max-width: 320px){
.contents .wrap-top {
    padding: 35vh 0 40vh;
    position: relative;
    z-index: 1;
}
}

	  
/* design*/	
#content00_bg {background-image: url(../img/about/brand01.jpg);}

#content01_bg {background-image: url(../img/about/brand01.jpg);}
#content02_bg {background-image: url(../img/about/brand02.jpg);}
#content03_bg {background-image: url(../img/about/brand03.jpg);}
#content04_bg {background-image: url(../img/about/brand04.jpg);}
#content05_bg {background-image: url(../img/about/brand05.jpg);}
	  
/* 円形グラデーション  		background: radial-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)); */
	
#content00 .wrap-top,
#content01 .wrap,
#content02 .wrap,
#content03 .wrap,
#content04 .wrap,
#content05 .wrap
	{ 
}


#content00 .wrap-top
	{ 
background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 68%, rgba(167,213,238,0.6936974618949142) 100%);
}


#content01 .wrap,
#content02 .wrap,
#content03 .wrap,
#content04 .wrap,
#content05 .wrap
	{ 
background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.25392155153076856) 34%, rgba(26,26,26,0.24551819018623078) 67%, rgba(255,255,255,0) 100%);
}



/**/#content06 .wrap{ 
	background-color: #5E5A59;
		  }

.ttl-box {
    background-color: rgba(0,0,0,0.5);
    color: #fff;
	z-index: 20;
	margin: 0 auto;
}	  
.text-box {
    padding: 50px 25px;
    width: 480px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
	z-index: 20;
	margin: 0 auto;
}
@media screen and (max-width: 480px){
.text-box {
    padding: 50px 25px;
    width: auto;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
	z-index: 20;
	margin: 0 auto;
}
}
.text-box .catch {
    margin: 0 0 10px;
    font-size: 40px;
	color: #fff;
}
.text-box .copy {
    margin: 0;
    line-height: 2;
	color: #fff;
}


/**/		 
footer {
width: 100%;
height: 100%;
position: relative;
}



