@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap');

/* CSS Document */
/*共通の項目*/ :root {
  --main-color: #6D4D20;
}

.body_wrap{
	overflow: hidden;
}

.bg_noise{
	position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999999999999999999999999999;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-size: 100px 100px;
    pointer-events: none;
}

.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}
.box1200 {
  max-width: 1200px;
  margin: 0 auto;
}
.box960 {
  max-width: 960px;
  margin: 0 auto;
  padding-inline:40px;
}
.box800 {
  max-width: 800px;
  margin: 0 auto;
}
.box700 {
  max-width: 700px;
  margin: 0 auto;
}
.box600 {
  max-width: 600px;
  margin: 0 auto;
}
article {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  width: 100%;
  line-height: 2;
  text-align: justify;
  letter-spacing: 0.3em;
  font-size: 1.6rem;
  color: var(--main-color);
  background-color: #F2E6D4;
}

/*section.color01{
  background-image: linear-gradient(rgba(240,210,180,0.9),rgba(240,210,180,0.9)),url('../img/noise.png');
  background-repeat: repeat;
  background-size: 100px;
}*/

/*section.color01{
  background-image: linear-gradient(rgba(242,230,212,0.9),rgba(242,230,212,0.9)),url('../img/noise.png');
  background-repeat: repeat;
  background-size: 150px;
}


section.color02{
  background-image: linear-gradient(rgba(236,216,183,0.9),rgba(236,216,183,0.9)),url('../img/noise.png');
  background-repeat: repeat;
  background-size: 150px;
}*/

/*.c-title{
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  color: #D97427;
  line-height: 1.2;
}*/

.c-title{
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #D97427;
  line-height: 1.2;
}

.en{
  font-family: "rollerscript-rough", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  .box1200, .box960, .box800, .box700, .box600 {
    width: 80%;
	padding-inline:0px;
  }
}
/*--------------------------------------------------
 mv
----------------------------------------------------*/
.mv_wrap{
	width: 100%;
	height: 100svh;
	position: relative;
}

.mv_titleBox{
	position: absolute;
	left: 3%;
	bottom:0%;
	text-align: center;
	z-index: 1;
}

.mv_title-sub{
	font-size: 46px;
	line-height: 1.3;
}

.mv_title{
	color: #D97427;
	font-size: 60px;
	line-height: 1.3;
}

.mv_imgBox{
	width: 80vw;
	height: 90svh;
	margin-inline:auto;
	padding-top:80px;
	position: relative;
	z-index: 1;
}

.mv_img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 9999px;
}

.mv_illust{
	position: absolute;
}

.mv_illust img{
	width: 100%;
}

.mv_illust.orange{
	top: 6%;
	left: -2%;
	width: 25%;
	z-index: 2;
}

.mv_illust.beige{
	top: -5%;
	right: 5%;
	width: 22%;
	z-index: 0;
}

.mv_illust.brown{
	bottom: 5%;
	right: -2%;
	width: 25%;
	z-index: 2;
}

@media screen and (max-width: 1024px) {
	.mv_illust.orange{
		top: 10%;
		left: -5%;
		width: 45%;
		z-index: 2;
	}

	.mv_illust.beige{
		top: 0%;
		right: -5%;
		width: 40%;
		z-index: 0;
	}

	.mv_illust.brown{
		bottom: 5%;
		right: -12%;
		width: 45%;
		z-index: 2;
	}
}

@media screen and (max-width: 768px) {
	.mv_wrap{
		width: 100%;
		height: 85svh;
		position: relative;
	}

	.mv_titleBox{
		position: absolute;
		left: 5%;
		bottom:0%;
		text-align: center;
	}

	.mv_title-sub{
		font-size: 30px;
		line-height: 1.3;
	}

	.mv_title{
		color: #D97427;
		font-size: 40px;
		line-height: 1.3;
	}

	.mv_imgBox{
		width: 80vw;
		height: 75svh;
		margin-inline:auto;
		padding-top:40px;
		position: relative;
		z-index: 1;
	}
	
	.mv_illust.orange{
		top: 10%;
		left: -5%;
		width: 45%;
		z-index: 2;
	}

	.mv_illust.beige{
		top: 0%;
		right: -5%;
		width: 40%;
		z-index: 0;
	}

	.mv_illust.brown{
		bottom: 5%;
		right: -12%;
		width: 45%;
		z-index: 2;
	}

}

/*--------------------------------------------------
 message
----------------------------------------------------*/

.message_wrap{
	padding-bottom:280px;
	padding-top:150px;
}

.message_flex{
	display: flex;
	justify-content: space-between;
	gap:40px;
	margin-bottom: 280px;
}

.message_textBox{
	width: 60%;
}

.message_text{
	font-size: 18px;
	line-height: 2.6;
}

.message_title{
	display: flex;
}

.message_title-ja{
	font-size: 32px;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
}

.message_title-en{
	font-size: 36px;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
}

.message_profile{
	position: relative;
}

.message_profileTextBox{
	background-color: #fff;
	width: 55%;
	padding: 60px;
	border-radius: 30px;
	margin-left: auto;
	position: relative;
}

.message_profileText{
	margin-bottom: 20px;
}

.message_profileTitle-en{
	font-size: 24px;
}

.message_profileTitle-ja{
	font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal;
	font-size: 28px;
	margin-bottom: 30px;
}

.message_profileImg{
	width: 50%;
	position: absolute;
	top:-30%;
	left: 0;
}

.message_profileImg img{
	width: 100%;
	border-radius: 9999px;
}

.message_profileTitleEnBox{
	position: absolute;
	top: 5%;
	right: -8%;
}

.message_profileTitleEn{
	font-size: 36px;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
}

.message_illust{
	position: absolute;
}

.message_illust.small{
	top:-25%;
	left: 45%;
}

.message_illust.large{
	bottom:-25%;
	left: -50%;
	width: 60%;
}


@media screen and (max-width: 767px) {
	
	.message_wrap{
		padding-bottom:200px;
		padding-top:100px;
	}

	.message_flex{
		display: flex;
		flex-direction: column-reverse;
		justify-content: space-between;
		gap:60px;
		margin-bottom: 240px;
	}

	.message_textBox{
		width: 100%;
	}

	.message_text{
		font-size: 16px;
		line-height: 2.6;
	}

	.message_title{
		display: flex;
		margin-left: auto;
	}

	.message_title-ja{
		font-size: 32px;
		writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
	}

	.message_title-en{
		font-size: 36px;
		writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
	}

	.message_profile{
		position: relative;
	}

	.message_profileTextBox{
		background-color: #fff;
		width: 90%;
		padding: 50px;
		border-radius: 30px;
		margin-left: auto;
		position: relative;
	}

	.message_profileText{
		margin-bottom: 20px;
		font-size: 14px;
	}
	
	.message_profileText-supplement{
		font-size: 14px;
	}

	.message_profileTitle-en{
		font-size: 18px;
	}

	.message_profileTitle-ja{
		font-family: "fot-tsukuardgothic-std", sans-serif;
	    font-weight: 700;
	    font-style: normal;
		font-size: 20px;
		margin-bottom: 20px;
	}

	.message_profileImg{
		width: 90%;
		position: absolute;
		top:-35%;
		left: 0;
	}

	.message_profileImg img{
		width: 100%;
		border-radius: 9999px;
	}

	.message_profileTitleEnBox{
		position: absolute;
		top: 5%;
		right: -15%;
	}

	.message_profileTitleEn{
		font-size: 36px;
		writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
	}

	.message_illust{
		position: absolute;
	}

	.message_illust.small{
		top:-12%;
		left: 50%;
	}
	
	.message_illust.small img{
		width: 80%;
	}

	.message_illust.large{
		bottom:-25%;
		left: -20%;
		width: 55%;
	}
	
}

/*--------------------------------------------------
 favorite
----------------------------------------------------*/

.favorite{
	background-color: #ECD8B7;
	border-radius: 60px;
	position: relative;
	padding-bottom: 150px;
}

.favorite_contents{
	width: 85%;
	padding-inline:40px;
	margin-inline:auto;
}

.favorite::before{
	content: "";
	position: absolute;
	width: 500px;
	height: 100px;
	background: #ECD8B7;
	border-radius: 50% / 100% 100% 0 0;
	top: -90px;
	left: 50%;
	transform: translateX(-50%);
}

.favorite_contentsList{
	display: flex;
	flex-wrap: wrap;
	gap:40px;
	margin-bottom: 80px;
}

.favorite_titleBox{
	text-align: center;
	margin-bottom: 150px;
}

.favorite_titleEn{
	font-size: 32px;
	position: relative;
	line-height: 2;
}

.favorite_titleJa{
	font-size: 32px;
	position: relative;
}

.favorite_titleEn::before{
	content: "";
    display: inline-block;
    width: 40px;
    height: 50px;
    background-image: url('../img/illust/illust-left.svg');
	background-repeat: no-repeat;
	margin-bottom: -40px;
	margin-right: 30px;
    /*background-position: center;
    background-size: contain;*/
}

.favorite_titleEn::after{
	content: "";
    display: inline-block;
    width: 40px;
    height: 50px;
    background-image: url('../img/illust/illust-right.svg');
	background-repeat: no-repeat;
	margin-bottom: -40px;
	margin-left: 30px;
    /*background-position: center;
    background-size: contain;*/
}

.favorite_contentsListItem{
	border: 1px solid var(--main-color);
	padding: 40px;
	padding-top:60px;
	border-radius: 30px;
	flex: 1; 
	position: relative;
}

.favorite_contentsListItem.item01::after{
	content: "";
    display: inline-block;
    width: 100px;
	height: 100px;
    background-image: url('../img/favorite/illust01.svg');
    background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top:8%;
	right:5%;
}

.favorite_contentsListItem.item02::after{
	content: "";
    display: inline-block;
    width: 100px;
	height: 100px;
    background-image: url('../img/favorite/illust02.svg');
    background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top:8%;
	right:5%;
}

.favorite_contentsListItem.item03::after{
	content: "";
    display: inline-block;
    width: 100px;
	height: 100px;
    background-image: url('../img/favorite/illust03.svg');
    background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top:8%;
	right:5%;
}


.favorite_contentsTitleBox{
	margin-bottom: 20px;
	position: relative;
}

.favorite_contentsTitleBox.no1 .favorite_contentsTitle-ja::before{
	content: "01.";
    font-size: 46px;
	font-family: "rollerscript-rough", sans-serif;
    font-weight: 400;
    font-style: normal;
	color: var(--main-color);
	margin-right: 10px;
}

.favorite_contentsTitleBox.no2 .favorite_contentsTitle-ja::before{
	content: "02.";
    font-size: 46px;
	font-family: "rollerscript-rough", sans-serif;
    font-weight: 400;
    font-style: normal;
	color: var(--main-color);
	margin-right: 10px;
}

.favorite_contentsTitleBox.no3 .favorite_contentsTitle-ja::before{
	content: "03.";
    font-size: 46px;
	font-family: "rollerscript-rough", sans-serif;
    font-weight: 400;
    font-style: normal;
	color: var(--main-color);
	margin-right: 10px;
}

.favorite_contentsTitle-en{
	font-size: 24px;
	line-height: 1;
	margin-left: 80px;
}

.favorite_contentsTitle-ja{
	font-size: 24px;
}

@media screen and (max-width: 820px){
	
	.favorite_contentsList{
		display: flex;
		flex-direction: column;
		gap:40px;
	}
}


@media screen and (max-width: 768px){
	
	.favorite{
		background-color: #ECD8B7;
		border-radius: 30px;
		position: relative;
		padding-bottom: 60px;
	}
	
	.favorite_contents{
		width: 100%;
		padding-inline:40px;
		margin-inline:auto;
	}


	.favorite::before{
		content: "";
		position: absolute;
		width: 300px;
		height: 80px;
		background: #ECD8B7;
		border-radius: 50% / 100% 100% 0 0;
		top: -60px;
		left: 50%;
		transform: translateX(-50%);
	}

	.favorite_titleBox{
		text-align: center;
		margin-bottom: 60px;
	}

	.favorite_titleEn{
		font-size: 26px;
		position: relative;
		line-height: 2;
	}

	.favorite_titleJa{
		font-size: 26px;
		position: relative;
	}

	.favorite_titleEn::before{
		content: "";
		display: inline-block;
		width: 35px;
		height: 50px;
		background-image: url('../img/illust/illust-left.svg');
		background-repeat: no-repeat;
		margin-bottom: -40px;
		margin-right: 30px;
		background-size: contain;
		/*background-position: center;
		background-size: contain;*/
	}

	.favorite_titleEn::after{
		content: "";
		display: inline-block;
		width: 35px;
		height: 50px;
		background-image: url('../img/illust/illust-right.svg');
		background-repeat: no-repeat;
		margin-bottom: -40px;
		margin-left: 30px;
		background-size: contain;
		/*background-position: center;
		background-size: contain;*/
	}
	
	.favorite_contentsList{
		display: flex;
		flex-direction: column;
		gap:40px;
	}
	
	.favorite_contentsListItem{
		margin-bottom: 0px;
	}
	
	.favorite_contentsListItem.item01::after{
		content: "";
		display: inline-block;
		width: 70px;
		height: 80px;
		background-image: url('../img/favorite/illust01.svg');
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		top:12%;
		right:5%;
	}

	.favorite_contentsListItem.item02::after{
		content: "";
		display: inline-block;
		width: 70px;
		height: 80px;
		background-image: url('../img/favorite/illust02.svg');
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		top:12%;
		right:5%;
	}

	.favorite_contentsListItem.item03::after{
		content: "";
		display: inline-block;
		width: 70px;
		height: 80px;
		background-image: url('../img/favorite/illust03.svg');
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		top:12%;
		right:5%;
	}


	.favorite_contentsTitleBox{
		margin-bottom: 20px;
		position: relative;
	}

	.favorite_contentsTitleBox.no1 .favorite_contentsTitle-ja::before{
		content: "01.";
		font-size: 36px;
		font-family: "rollerscript-rough", sans-serif;
		font-weight: 400;
		font-style: normal;
		color: var(--main-color);
		margin-right: 5px;
	}

	.favorite_contentsTitleBox.no2 .favorite_contentsTitle-ja::before{
		content: "02.";
		font-size: 36px;
		font-family: "rollerscript-rough", sans-serif;
		font-weight: 400;
		font-style: normal;
		color: var(--main-color);
		margin-right: 5px;
	}

	.favorite_contentsTitleBox.no3 .favorite_contentsTitle-ja::before{
		content: "03.";
		font-size: 36px;
		font-family: "rollerscript-rough", sans-serif;
		font-weight: 400;
		font-style: normal;
		color: var(--main-color);
		margin-right: 5px;
	}

	.favorite_contentsTitle-en{
		font-size: 24px;
		line-height: 1;
		margin-left: 60px;
	}

	.favorite_contentsTitle-ja{
		font-size: 20px;
	}

	.favorite_contentsTextBox{
		margin-left: auto;
	}
	
	.favorite_contentsText{
		font-size: 14px;
	}
	
}

/*--------------------------------------------------
 works
----------------------------------------------------*/

.work{
	padding-bottom: 150px;
	position: relative;
}

.work::before{
	content: "";
	position: absolute;
	width: 500px;
	height: 100px;
	background: #F2E6D4;
	border-radius: 50% / 100% 100% 0 0;
	top: -90px;
	left: 50%;
	transform: translateX(-50%);
}

.work_titleBox{
	text-align: center;
	margin-bottom: 150px;
}

.work_titleEn{
	font-size: 32px;
	position: relative;
	line-height: 2;
}

.work_titleJa{
	font-size: 32px;
	position: relative;
}

.work_titleEn::before{
	content: "";
    display: inline-block;
    width: 40px;
    height: 50px;
    background-image: url('../img/illust/illust-left.svg');
	background-repeat: no-repeat;
	margin-bottom: -40px;
	margin-right: 90px;
    /*background-position: center;
    background-size: contain;*/
}

.work_titleEn::after{
	content: "";
    display: inline-block;
    width: 40px;
    height: 50px;
    background-image: url('../img/illust/illust-right.svg');
	background-repeat: no-repeat;
	margin-bottom: -40px;
	margin-left: 90px;
    /*background-position: center;
    background-size: contain;*/
}

.work_illust{
	position: absolute;
}

.work_illust img{
	width: 100%;
}

.work_illust.brown{
	top: 5%;
	right: -5%;
	width: 22%;
}

.work_illust.orange{
	bottom:-10%;
	left:-5% ;
	width: 25%;
}

.work_contentsList{
	/*display: grid;
    grid-template-columns: repeat(3, 1fr);*/
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:120px 60px;
}

.work_contentsListItem{
	position: relative;
	width: 240px;
}

.work_link{
	cursor: pointer;
	position: relative;
}

.work_link:hover .work_img{
	transform: scale(1.1); /* 拡大 */
	opacity: 1;
}

.work_link:hover .work_linkButton{
	background: var(--main-color);
    color: #FFF;
}

/*.work_link:hover .work_linkButton:after{
    right: 1.4rem;{
}*/

.work_contentsNumber{
	position: absolute;
	font-size: 46px;
	font-family: "rollerscript-rough", sans-serif;
    font-weight: 400;
    font-style: normal;
	top: -12%;
	left: 2%;
	color: var(--main-color);
}

.work_contentsNumber p{
	line-height: 1;
}

.work_imgBox{
	width: 240px;
	overflow: hidden;
	border-radius: 30px;
}

.work_imgBox img{
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 30px;
	transition: transform .6s ease; /* ゆっくり変化させる */
}

.work_linkButtonWrap{
	position: absolute;
	bottom:-10%;
	right: -10%;
}

.work_linkButton{
	background: #fff;
    border-radius:9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 350px;
	width: 240px;
	height: 100px;
    padding: 10px 10px;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
	color: var(--main-color);
}

.work_linkButton:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.work_linkButton:hover {
  background: var(--main-color);
  color: #FFF;
}
.work_linkButton:hover:after {
  right: 1.4rem;
}

@media screen and (max-width: 820px){
	.work_illust.brown{
		top: 5%;
		right: -5%;
		width: 30%;
	}

	.work_illust.orange{
		bottom:-5%;
		left:-5% ;
		width: 40%;
	}
	
	#gFooter {
        margin-top: 0px !important; 
    }

	
}

@media screen and (max-width: 768px){
	.work{
		padding-bottom: 120px;
		position: relative;
	}

	.work::before{
		content: "";
		position: absolute;
		width: 300px;
		height: 80px;
		background: #F2E6D4;
		border-radius: 50% / 100% 100% 0 0;
		top: -60px;
		left: 50%;
		transform: translateX(-50%);
	}

	.work_titleBox{
		text-align: center;
		margin-bottom: 100px;
	}

	.work_titleEn{
		font-size: 26px;
		position: relative;
		line-height: 2;
	}

	.work_titleJa{
		font-size: 26px;
		position: relative;
	}

	.work_titleEn::before{
		content: "";
		display: inline-block;
		width: 35px;
		height: 50px;
		background-image: url('../img/illust/illust-left.svg');
		background-repeat: no-repeat;
		margin-bottom: -40px;
		margin-right: 70px;
		background-size: contain;
		/*background-position: center;
		background-size: contain;*/
	}

	.work_titleEn::after{
		content: "";
		display: inline-block;
		width: 35px;
		height: 50px;
		background-image: url('../img/illust/illust-right.svg');
		background-repeat: no-repeat;
		margin-bottom: -40px;
		margin-left: 70px;
		background-size: contain;
		/*background-position: center;
		background-size: contain;*/
	}

	.work_illust{
		position: absolute;
	}

	.work_illust img{
		width: 100%;
	}

	.work_illust.brown{
		top: 8%;
		right: -25%;
		width: 50%;
	}

	.work_illust.orange{
		bottom:-7%;
		left:-5% ;
		width: 60%;
	}

	.work_contentsList{
		/*display: grid;
		grid-template-columns: repeat(3, 1fr);*/
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.work_contentsListItem{
		position: relative;
		width: 100%;
	}

	.work_link{
		cursor: pointer;
		display: block;
		
	}

	.work_link:hover .work_img{
		transform: scale(1.1); /* 拡大 */
		opacity: 1;
	}

	.work_link:hover .work_linkButton{
		background: var(--main-color);
		color: #FFF;
	}

	/*.work_link:hover .work_linkButton:after{
		right: 1.4rem;{
	}*/

	.work_contentsNumber{
		position: absolute;
		font-size: 40px;
		font-family: "rollerscript-rough", sans-serif;
		font-weight: 400;
		font-style: normal;
		top: -30px;
		left: 2%;
		color: var(--main-color);
	}

	.work_contentsNumber p{
		line-height: 1;
	}

	.work_imgBox{
		width: 100%;
		overflow: hidden;
		border-radius: 30px;
	}

	.work_imgBox img{
		width: 100%;
		aspect-ratio: 1;
		object-fit: cover;
		border-radius: 30px;
		transition: transform .6s ease; /* ゆっくり変化させる */
	}

	.work_linkButtonWrap{
		position: absolute;
		bottom:-10%;
		right: -10%;
		/*position: relative;*/
		
	}

	.work_linkButton{
		background: #fff;
		border-radius:9999px;
		position: relative;
		display: flex;
		justify-content: space-around;
		align-items: center;
		margin: 0 auto;
		max-width: 350px;
		width: 280px;
		height: 100px;
		padding: 10px 10px;
		line-height: 1.8;
		text-decoration: none;
		transition: 0.3s ease-in-out;
		color: var(--main-color);
	}

	.work_linkButton:after {
	  content: "";
	  position: absolute;
	  top: 50%;
	  bottom: 0;
	  right: 2rem;
	  font-size: 90%;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  transition: right 0.3s;
	  width: 6px;
	  height: 6px;
	  border-top: solid 2px currentColor;
	  border-right: solid 2px currentColor;
	  transform: translateY(-50%) rotate(45deg);
	}
	.work_linkButton:hover {
	  background: var(--main-color);
	  color: #FFF;
	}
	.work_linkButton:hover:after {
	  right: 1.4rem;
	}
	
}

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

.view{
    vertical-align: middle;
    transform: scale(0);
    transition: all .5s ease-in-out .3s;
}

.view.js-on{
    transform: scale(1);
}

.view_02{
    filter: blur(10px);
    opacity: 0;
    transition: all .3s ease-in-out .3s;
	transition-delay: 0.5s;
}
.view_02.js-on{
    filter: blur(0px);
    opacity: 1;
}

/*.view img{
    vertical-align: middle;
    transform: scale(0);
    transition: all .3s ease-in-out .3s;
}

.view.js-on img{
    transform: scale(1);
}*/

.scrollWrap{
	position: absolute;
	bottom:0%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99999;
}


.scroll {
  position: relative;
}

.scroll-text {
  color: #6D4D20;
  font-size: 14px;
  text-align: center;
}

.scroll-border {
  position: relative;
  width: 100%;
  height: 50px;
  overflow: hidden;
}

.scroll-border::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 40px;
  top: 0;
  left: 0;
  right: 0;
  background: #6D4D20;
  animation: scrollbar 2.0s ease-in-out infinite;
  margin: auto;
}

@keyframes scrollbar {
  0% {
    height: 0;
    top: 0;
  }
  30% {
    height: 100%;
  }
  100% {
    top: 100%;
  }
}

@media screen and (max-width: 768px){
	
	.scrollWrap{
		position: absolute;
		bottom:20%;
		left: 2%;
		transform: translateX(-50%);
		z-index: 99999;
	}
	
	.scroll-text {
	  transform: rotate(90deg);
	}
	
	.scroll-border {
	  position: relative;
	  top:25px;
	  width: 100%;
	  height: 50px;
	  overflow: hidden;
	}
	
}







