@charset "UTF-8";

/*---------------------------
ヘッダー
---------------------------*/
.h_logo_fujiya {
	position: fixed;
	top: 1vw;
	left: 1vw;
	max-width: 50px;
	z-index: 99;
}
.header_sns {
	position: absolute;
	top: 1vw;
	right: 1vw;
	display: flex;
	flex-flow: wrap;
	justify-content: space-around;
	align-items: center;
	z-index: 99;
}
.header_sns li {
	width: 80%;
	max-width: 36px;
	margin-right: 10px;
}
.header_sns li:last-child {
	max-width: 47px;
	width: 47px;
	margin-right: 0;
}

/* Tab */
@media screen and (max-width: 1200px) {
}

/* sp */
@media screen and (max-width: 768px) {
	.h_logo_fujiya {
		top: 1.5vw;
		left: 1.5vw;
		width: 10vw;
	}
	.header_sns {
		top: 1.5vw;
		right: 1.5vw;
	}
	.header_sns li:last-child {
		min-width: 36px;
		width: 10vw;
	}
}




/*---------------------------
ロゴ周り
---------------------------*/
.logoArea {
	position: relative;
	width: 100%;
	height: 50vh;
}
.logo_homepie {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
}
.logo_homepie h1 {
	width: 40%;
	max-width: 300px;
	margin: 0 auto 1.2rem;
}
.logo_homepie .title_chocodarake {
	width: 35%;
	max-width: 532px;
	margin: auto;
	animation: fade_title_mamire 1s ease forwards;
	opacity: 0;
}
@keyframes fade_title_mamire {
	0% {
		opacity: 0;
		transform: translateY(40px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Tab */
@media screen and (max-width: 1200px) {
	.logoArea {
		height: 60vh;
	}
	.logo_homepie h1 {
		width: 25%;
		max-width: initial;
	}
	.logo_homepie .title_chocodarake {
		width: 35%;
		max-width: initial;
	}
}
@media screen and (max-width: 896px) {
	.logoArea {
		height: 68vh;
	}
	.logo_homepie h1 {
		width: 30%;
		max-width: initial;
	}
	.logo_homepie .title_chocodarake {
		width: 40%;
		max-width: initial;
	}
}

/* sp */
@media screen and (max-width: 768px) {
	.logoArea {
		height: 68vh;
	}
	.logo_homepie h1 {
		width: 50%;
		margin: 0 auto 1.2rem;
	}
	.logo_homepie .title_chocodarake {
		width: 60%;
	}
}




/*---------------------------
トップアニメーション部分
---------------------------*/
.chocomamire_inner01 {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.choconuma_01 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.zimen {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -2;
}

.ipamuho_01 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 25%;
	/* max-width: 103px; */
	z-index: -1;
}
.ipamuho_02 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 25%;
	opacity: 0;
	z-index: -1;
}
.chocochip_01 {
	position: absolute;
	bottom: 0;
	right: -20%;
	width: 25%;
	/* max-width: 96px; */
	z-index: 1;
}
.chipname {
	position: absolute;
	bottom: 0;
	right: -20%;
	width: 25%;
	z-index: 2;
}
.kusamura {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 25%;
	z-index: 1;
}

/* sp */
@media screen and (max-width: 768px) {
	.ipamuho_01 {
		width: 50%;
	}
	.ipamuho_02 {
		width: 50%;
	}
	.chocochip_01 {
		width: 50%;
	}
	.chipname {
		width: 50%;
	}
	.kusamura {
		width: 50%;
	}
}




/*---------------------------
チョコだらけとは？
---------------------------*/
.choconuma_02 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	z-index: 1;
}
.chocodarake_01 {
	position: absolute;
	top: 12%;
	left: 0;
	width: 100%;
	opacity: 0;
	z-index: -1;
}
.chocodarake_02 {
	position: absolute;
	top: 5vw;
	left: 0;
	width: 100%;
	opacity: 0;
	z-index: 1;
}

.concept {
  position: absolute;
	top: 22%;
	left: -300px;
	transform: translateX(-50%);
	background-color: rgba(255,255,255,0.9);
	width: 80%;
	max-width: 700px;
	padding: 3rem 0;
	opacity: 0;
	z-index: 60;
}
.concpet_inner {
	position: relative;
	width: 100%;
}
.concept_area01 {
	width: 90%;
	margin: auto;
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	align-items: center;
}
.concept_area02 {
  position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 90%;
	margin: auto;
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	align-items: center;
}
.concept_area03 {
  position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 90%;
	margin: auto;
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	align-items: center;
}
.concept_text01 {
	width: 48%;
	max-width: 232px;
	margin-right: 2rem;
	opacity: 0;
}
.concept_img01 {
	width: 50%;
	max-width: 245px;
	opacity: 0;
}
.concept_text02 {
	width: 49%;
	max-width: 245px;
	margin-right: 1rem;
	opacity: 0;
}
.concept_img02 {
	width: 50%;
	max-width: 245px;
	opacity: 0;
}
.concept_text03 {
	width: 30%;
	max-width: 162px;
	margin-right: 1rem;
	opacity: 0;
}
.concept_img03 {
	width: 70%;
	max-width: 355px;
	opacity: 0;
}

/* Tab */
@media screen and (max-width: 1024px) {
	.choconuma_02 {
		top: 0;
		left: 0;
	}
	.chocodarake_01 {
		top: 4vw;
		left: 0;
	}
	.chocodarake_02 {
		top: 6vw;
		left: 0;
	}

	.concept {
		top: 22%;
		width: 90%;
		max-width: initial;
		padding: 3rem 0;
	}
}

/* sp */
@media screen and (max-width: 768px) {
	.choconuma_02 {
		top: -2vw;
		left: 0;
	}
	.chocodarake_01 {
		top: 4vw;
		left: 0;
	}
	.chocodarake_02 {
		top: 6vw;
		left: 0;
	}

	.concept {
		top: 12%;
		width: 90%;
		padding: 2.4rem 0;
	}
	.concpet_inner {
		position: relative;
		width: 100%;
	}
	.concept_area01 {
		width: 90%;
		margin: auto;
		display: block;
	}
	.concept_area02,
	.concept_area03 {
		display: block;
	}
	.concept_text01,
	.concept_text02,
	.concept_text03 {
		width: 80%;
		max-width: inherit;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 2rem;
	}
	.concept_img01,
	.concept_img02,
	.concept_img03 {
		width: 100%;
		max-width: inherit;
		margin-right: auto;
		margin-left: auto;
	}
}
@media screen and (max-width: 460px) {
	.choconuma_02 {
		top: 0;
		left: 0;
	}
}





/*---------------------------
CM
---------------------------*/
.cm01,
.cm02 {
  position: absolute;
	top: 12%;
	left: -300px;
	transform: translateX(-50%);
	background-color: rgba(255,255,255,0.9);
	width: 90%;
	max-width: 700px;
/*	max-width: 980px;*/
	padding: 2rem 2.2rem 3rem;
	opacity: 0;
	z-index: 999;
}
.new {
	width: 50%;
	max-width: 70px;
	margin: 0 auto 0.5rem;
	opacity: 0;
}
.cm_ttl {
	width: 50%;
	max-width: 68px;
	margin: 0 auto 1.2rem;
	opacity: 0;
}
.cm_main ul {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.cm_main li {
	width: 100%;
/*	width: 48%;*/
}
.cm_img {
	margin-bottom: 0.6rem;
}
.cm_text01 {
	width: 80vw;
	max-width: 298px;
	margin: auto;
}
.cm_text02 {
	width: 94vw;
	max-width: 421px;
	margin: auto;
}

/* Tab */
@media screen and (max-width: 1024px) {
	.cm01,
	.cm02 {
		top: 12%;
		width: 90%;
		max-width: initial;
		padding: 2rem 2.2rem;
	}
	.new {
		width: 14%;
		max-width: initial;
		margin: 0 auto 0.5rem;
	}
	.cm_ttl {
		width: 14%;
		max-width: initial;
		margin: 0 auto 1.2rem;
	}
}

/* sp */
@media screen and (max-width: 768px) {
	.cm01,
	.cm02 {
		top: 8%;
		width: 90%;
		padding: 1.8rem 1rem;
	}
	.new {
		width: 20%;
		margin: 0 auto 0.5rem;
	}
	.cm_ttl {
		width: 18%;
		margin: 0 auto 0.8rem;
	}
	.cm_main li {
		width: 90%;
		margin: auto;
	}
	.cm_main li:nth-child(1) {
		margin-bottom: 1.2rem;
	}
	.cm_text01 {
		width: 74%;
	}
	.cm_text02 {
		width: 98%;
	}
}




/*---------------------------
なんてったって！！
---------------------------*/
.nantettatte {
  position: absolute;
	top: 0;
	left: 0;
	background-color: #FFF;
	width: 100vw;
	height: 100vh;
	opacity: 0;
	z-index: 40;
}
.nante_textArea {
	display: flex;
	flex-flow: wrap;
	justify-content: space-around;
	align-items: center;
	width: 100vw;
	height: 100vh;
}
.nante_text {
	width: 80%;
	max-width: 630px;
}

.choco2 {
  position: absolute;
	top: 0;
	left: 0;
	background-color: #FFF;
	width: 100vw;
	height: 100vh;
	opacity: 0;
	z-index: 50;
}
.choco2_textArea {
	display: flex;
	flex-flow: wrap;
	justify-content: space-around;
	align-items: center;
	width: 100vw;
	height: 100vh;
}
.choco2_text {
	width: 80%;
	max-width: 600px;
}

/* Tab */
@media screen and (max-width: 1024px) {
	.nante_text {
		width: 90%;
		max-width: initial;
	}
	.choco2_text {
		width: 90%;
		max-width: initial;
	}
}

/* sp */
@media screen and (max-width: 768px) {
}




/*---------------------------
商品ラインナップ
---------------------------*/
.choconuma_03 {
	position: absolute;
	top: 3%;
	left: 0;
	width: 100%;
	height: 100vh;
	opacity: 0;
	z-index: 50;
}
.choconuma_03_2 {
	position: absolute;
	top: 3%;
	left: 0;
	width: 100%;
	height: 100vh;
	opacity: 0;
	z-index: 52;
}
.chocodarake_03 {
	position: absolute;
	top: 20%;
	left: 0;
	width: 100%;
	opacity: 0;
	z-index: 51;
}

.productsArea {
	position: absolute;
	top: 20%;
	left: -300px;
	transform: translateX(-50%);
	background-color: rgba(255,255,255,0.9);
	width: 95%;
	max-width: 950px;
	padding: 1.4rem 2rem;
	opacity: 0;
	z-index: 60;
}
.products_inner {
	width: 100%;
	position: relative;
	display: flex;
	flex-flow: wrap;
	align-items: start;
}
.products_textArea {
  position: absolute;
	top: 0;
	left: 0;
	width: 60%;
	max-width: 380px;
	margin: auto;
	text-align: left;
	opacity: 0;
}
.products_ttl {
	width: 100%;
	max-width: 192px;
	margin-bottom: 1.4rem;
}
.products_text {
	width: 100%;
	max-width: 372px;
	margin-bottom: 1.4rem;
}
.products_img00 {
	width: 100%;
	max-width: 230px;
	margin: auto;
}
.products_imgArea {
	width: 100%;
	opacity: 0;
}
.products_imgArea ul {
	display: flex;
	flex-flow: wrap;
	/* justify-content: space-between; */
	justify-content: flex-end;
	align-items: flex-end;
	width: 100%;
	gap: 1rem;
}
.products_imgArea li:nth-child(1) {
	width: 40%;
	max-width: 233px;
}
.products_imgArea li:nth-child(2) {
	width: 40%;
	max-width: 233px;
}
/* .products_img01_cap {
	width: 100%;
	margin-top: 0.3rem;
} */

/* Tab */
@media screen and (max-width: 1024px) {
	.choconuma_03 {
		position: absolute;
		top: 3.2vw;
		left: 0;
	}
	.choconuma_03_2 {
		position: absolute;
		top: 3.2vw;
		left: 0;
	}
	.chocodarake_03 {
		position: absolute;
		top: 10vw;
		left: 0;
	}
}

/* sp */
@media screen and (max-width: 768px) {
	.choconuma_03 {
		top: 5vw;
		left: 0;
	}
	.choconuma_03_2 {
		top: 5vw;
		left: 0;
	}
	.chocodarake_03 {
		top: 22vw;
		left: 0;
	}

	.productsArea {
		top: 6%;
		display: block;
		width: 90%;
		max-width: initial;
		padding: 1rem;
	}
	.products_inner {
		width: 100%;
		position: relative;
		display: flex;
		flex-flow: wrap;
		align-items: start;
	}
	.products_textArea {
	  position: static;
		width: 94%;
		max-width: initial;
		margin: auto;
		text-align: center;
	}
	.products_ttl {
		width: 55%;
		max-width: initial;
		margin: 0 auto 1.2rem;
	}
	.products_text {
		width: 90%;
		max-width: initial;
		margin: 0 auto 1.2rem;
	}
	.products_imgArea {
		width: 100%;
		max-width: initial;
	}
	.products_imgArea ul {
		display: flex;
		flex-flow: wrap;
		justify-content: center;
		align-items: flex-end;
		width: 98%;
		gap: 0.8rem;
		margin: auto;
	}
	.products_imgArea li:nth-child(1),
	.products_imgArea li:nth-child(2) {
		width: calc((100% - 0.8rem) / 2);
		max-width: initial;
	}
}




/*---------------------------
フッターバナー
---------------------------*/
.bnr_countrymaam {
	width: 100%;
	text-align: center;
	background: #663420;
	padding: 0 0 2rem;
}
.bnr_countrymaam img {
	width: 50%;
	max-width: 340px;
	margin: auto;
}

.bnr_chocomamire {
	width: 100%;
	text-align: center;
	background: #663420;
	padding: 0 0 2rem;
}
.bnr_chocomamire img {
	width: 100%;
	max-width: 600px;
	margin: auto;
}

/* Tab */
@media screen and (max-width: 1024px) {
	.bnr_countrymaam img {
		width: 60%;
		max-width: initial;
		margin: auto;
	}

	.bnr_chocomamire img {
		width: 96%;
		max-width: initial;
		margin: auto;
	}
}

/* sp */
@media screen and (max-width: 768px) {
	.bnr_countrymaam {
	}
	.bnr_countrymaam img {
		width: 80%;
	}

	.bnr_chocomamire img {
		width: 90%;
	}
}




/*---------------------------
フッター
---------------------------*/
footer {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #FFF;
	padding: 35px 0;
	overflow: hidden;
}
.footerArea {
	width: 90%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	margin: auto;
}
.footerArea ul {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.footerArea ul li:nth-child(1) {
	max-width: 150px;
	margin-right: 20px;
}
.footerArea ul li:nth-child(2) {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.6;
	color: #1A1A1A;
	text-align: left;
}
.footerArea ul li:nth-child(2) span {
	margin-left: 20px;
}

.copyright {
	font-size: 12px;
	line-height: 1.6;
	color: #333;
	text-align: right;
}

/* Tab */
@media screen and (max-width: 1024px) {
}

/* sp */
@media screen and (max-width: 768px) {
	footer {
		padding: 1.8rem 0;
	}
	.footerArea {
		width: 90%;
		display: block;
		margin: auto;
	}
	.footerArea ul {
		display: block;
		text-align: center;
		margin-bottom: 1rem;
	}
	.footerArea ul li:nth-child(1) {
		width: 60%;
		max-width: initial;
		margin: 0 auto 1rem;
	}
	.footerArea ul li:nth-child(2) {
		font-size: 12px;
		text-align: center;
	}
	.footerArea ul li:nth-child(2) span {
		margin-left: 0;
	}

	.copyright {
		text-align: center;
	}
}


.fixed-menu {
	position: fixed;
	top: 50%;
	left: 20px;
	z-index: 150;
	transform: translateY(-50%);
}
.fixed-menu li {
	margin-bottom: 23px;
	font-size: 18px;
	font-weight: bold;
}
.fixed-menu li .white {
	display: none;
}
.fixed-menu li.menu_ttl img {
	max-width: 34px;
	width: 100%;
}
.fixed-menu li.menu01 img {
	max-width: 43px;
	width: 100%;
}
.fixed-menu li.menu02 img {
	max-width: 134px;
	width: 100%;
}
.fixed-menu li.menu03 img {
	max-width: 91px;
	width: 100%;
}
.fixed-menu li:last-of-type {
	margin-bottom: 0;
}
.fixed-menu li a:link {
	color: #000;
}
.fixed-menu li a:visited {
	color: #000;
}
.fixed-menu li a:hover {
	color: #000;
}
.fixed-menu li a:focus {
	color: #000;
}
@media screen and (max-width: 1100px) {
	.fixed-menu li {
		margin-bottom: 30px;
		font-size: 23px;
		text-align: center;
	}
	.fixed-menu li img {
		margin: 0 auto;
	}
	.fixed-menu li.menu_ttl {
		display: none;
	}
	.fixed-menu li.menu01 img {
		max-width: 35px;
		width: 100%;
	}
	.fixed-menu li.menu02 img {
		max-width: 152px;
		width: 100%;
	}
	.fixed-menu li.menu03 img {
		max-width: 99px;
		width: 100%;
	}
	.fixed-menu li:last-of-type {
		margin-bottom: 48px;
	}
}
.fixed-menu li.is-dark {
	color: #fff;
}
/* .fixed-menu li.is-dark img:not(.white):not(.sp2) {
	display: none;
} */
.fixed-menu li .pc-only {
	display: block;
}
.fixed-menu li .pc-only.white {
	display: none;
}
.fixed-menu li.is-dark .pc-only:not(.white) {
	display: none;
}
.fixed-menu li.is-dark .white {
	display: block;
}
.fixed-menu li .sp-only {
	display: none;
}
@media screen and (max-width: 1100px) {
	.fixed-menu {
		width: 100vw;
		height: 100vh;
		background-color: rgba(0, 0, 0, .8);
		top: 0;
		left: 0;
		z-index: 200;
		transform: none;
		display: none;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.is-menu-open .fixed-menu {
		display: flex;
	}
	.fixed-menu li .pc-only {
		display: none;
	}
	.fixed-menu li .sp-only {
		display: block;
	}

	.fixed-menu li.is-dark .white {
		display: none;
	}
}

.menu {
	width: 47px;
	border: none;
	background: none;
	position: fixed;
	top: 0.7vw;
	right: 1vw;
	z-index: 100;
	display: none;
}
.fixed-menu .close {
	border: none;
	background: none;
	display: none;
}
@media screen and (max-width: 1100px) {
	.menu,
	.fixed-menu .close {
		display: block;
	}
}
@media screen and (max-width: 480px) {
	.menu {
		width: 10vw;
	}
}

.next {
	border: none;
	background: none;
	position: fixed;
	bottom: 30px;
	right: 25px;
	z-index: 100;
	cursor: pointer;
	animation: nextanime01 3s infinite ease;
}
.next.rev {
	transform: rotate(180deg);
	animation: nextanime02 3s infinite ease;
}

.next_text {
	display: block;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 100;
}
.next_text.rev {
	display: none;
}
@keyframes nextanime01 {
	0% {
		transform: translate(0, 0);
	}
	5% {
		transform: translate(0, 0);
	}
	10% {
		transform: translate(0, 0);
	}
	20% {
		transform: translate(0, -15px);
	}
	25% {
		transform: translate(0, 0);
	}
	30% {
		transform: translate(0, -15px);
	}
	50% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(0, 0);
	}
}
@keyframes nextanime02 {
	0% {
		transform: translate(0, 0) rotate(180deg);
	}
	5% {
		transform: translate(0, 0) rotate(180deg);
	}
	10% {
		transform: translate(0, 0) rotate(180deg);
	}
	20% {
		transform: translate(0, -15px) rotate(180deg);
	}
	25% {
		transform: translate(0, 0) rotate(180deg);
	}
	30% {
		transform: translate(0, -15px) rotate(180deg);
	}
	50% {
		transform: translate(0, 0) rotate(180deg);
	}
	100% {
		transform: translate(0, 0) rotate(180deg);
	}
}
@media screen and (max-width: 1100px) {
	.next {
/* 		display: none;	 */
	}
}

@keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.overlay {
	width: 100%;
	height: 100%;
	background-color: #663420;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	opacity: 0;
	display: none;
}
.overlay.is-show {
	animation: .2s fade 0s  forwards;
	display: block;
}
