﻿@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'mplus-1p';
	font-style: normal;
	font-weight: 100;
	src: url(/sweets/chocolate/almond/common/css/font/mplus-1p-bold.woff)format('woff');
}
#container_wrap h1,
#container_wrap h2,
#container_wrap h3,
#container_wrap p,
.head_almond li,
.head_almond li a,
#brand_link li,
#brand_link li a{
	transform: rotate(0.05deg);
	font-family: 'mplus-1p';
	font-weight: 100;
	line-height: 1.4;
	text-shadow: 0 1px 0 1px rgba(255,255,255) !important;
}
/*body{
	-webkit-font-smoothing: antialiased;
}*/
.protect{
	position: relative;
}
a.protect{
	display: block;
}
.protect:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	z-index: 10;
}
/*ローディング*/

#loading{
	position:fixed;
	top: 0;
	left: 0;
	background:url(/sweets/chocolate/almond/images/common/loading.gif) center no-repeat #690308;
	width:100%;
	height:100%;
	z-index:9999;
}

/*container_wrap
--------------------------- */
#container_wrap {
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 0;
}
#container_wrap h1{
	padding: 45px 0 45px;
	font-size: 30px;
	color: #fff;
	text-align: center;
	letter-spacing: 4px;
}
/* #container
--------------------------- */
.container {
	background: -webkit-linear-gradient(to bottom, #c90717 0%, #b20614 100%);
	background: linear-gradient(to bottom, #c90717 0%, #b20614 100%);
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	display: flex;
}
.content {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.content:after,
#brand_link:after,
#footer:after{
	content: "";
	display: block;
	clear: both;
}
.content_inner{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	min-height: 756px;
}
/*head_almond（ヘッダーメニュー）
--------------------------- */
.head_almond {
	width: 250px;
	flex: 0 0 auto;
	padding: 0 10px;
	background: #7b0d10;
	z-index: 1;
	display: block;
	box-sizing: border-box;
}
.logo {
	margin-bottom: 30px;
	text-align: center;
}
.tablet_logo {
	display: none;
}
.head_almond nav ul li {
	margin-bottom: 24px;
	font-size: 16px;
	text-align: center;
}
.head_almond nav ul li a:hover {
	color: #ffcc00 !important;
}

/* nav内の別窓リンクにアイコン表示する */
#menu ul li a[target="_blank"]:after{
	content: "";
	margin-left: 7px;
	background: url(/sweets/chocolate/almond/images/common/blank_ic.png) no-repeat;
	width: 11px;
	height: 9px;
	vertical-align: middle;
	display: inline-block;
}

/*banner*/
.banner li{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

/*中文*/
.cn li a{
	color: #fff !important;
}
.cn li {
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
}
.cn li:after {
	content: "";
	margin-left: 7px;
	background: url(/sweets/chocolate/almond/images/common/blank_ic.png) no-repeat;
	width: 11px;
	height: 9px;
	vertical-align: middle;
	display: inline-block;
}
/*SNS*/
.sns {
	display: -webkit-flex;
	display: flex;
	width: 75px;
	margin: 9px auto 17px;
}
.sns li:nth-child(1) {
	margin-right: 15px;
}

/*----------footer---------------*/
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 999;
	background: #fff;
}
#footer:after, div:after,#head_01:after{
	content: "";
	clear: both;
	display: block;
}
/* ------ ▽ ブランドリンク ▽ ------ */
#brand_link {
	width: 100%;
	margin: 0 auto;
	padding: 16px 10px;
	background-color: rgba(245, 245, 245, 1);
}
#brand_link ul {
	width: 930px;
	margin: 0 auto;
	text-align: center;
  display: flex;      /* 230926 2行になるため追加 */
  flex-wrap: wrap;    /* 230926 2行になるため追加 */
}
#brand_link ul li {
	width: 310px;
	display: table-cell;
	vertical-align: middle;
}
/* 230926 2行になるため追加 */
#brand_link ul li:nth-of-type(4n){
	margin-top: 10px;
}
/* /230926 2行になるため追加 */
#brand_link ul li a {
	color: #420000;
}
#brand_link ul li a:hover {
	color: #600;
}
#brand_link ul li img {
	width: 130px;


	height: auto;
}
#brand_link ul li span {
	display: block;
	float: right;
	width: 168px;
	height: 48px;
	padding: 6px 5px;
	vertical-align: middle;
	text-align: left;
	font-size: 11px;
	line-height: 24px;/*2行の場合 48/2*/
}
#brand_link ul li#nv_chocokoka span{
	line-height: 16px;/*3行の場合 48/3*/
}
#brand_link ul li#nv_choco-language span{
	line-height: 12px;/*4行の場合 48/4*/
}


div#footer div#footer-inner {
	width: auto;
    max-width: 950px !important;
}
/*TRANSITION*/

.fadeOut {
    -webkit-animation: fadeOut 2.8s cubic-bezier(.55,0,.1,1) both;
    animation: fadeOut 2.8s cubic-bezier(.55,0,.1,1) both;
}
.fadeIn {
    -webkit-animation: fadeIn .8s cubic-bezier(.55,0,.1,1) both;
    animation: fadeIn .8s cubic-bezier(.55,0,.1,1) both;
}
@-webkit-keyframes fadeOut { to { opacity: 0; -webkit-transform: scale(1.02); }}
@keyframes fadeOut { to { opacity: 0; -webkit-transform: scale(1.02); transform: scale(1.02); }}
@-webkit-keyframes fadeIn { from { opacity: 0; -webkit-transform: scale(1.02); }}
@keyframes fadeIn { from { opacity: 0; -webkit-transform: scale(1.02); transform: scale(1.02); }}


/*=================================--
タブレットメニュー
==================================*/
@media screen and (max-width: 1024px) {
.isPC {
display: none;
}
	body {
		min-width: 1024px;
		position: relative;
	}
	body:after{
		display: none;
	}
	.container_wrap{
		width: 1024px;
		min-height: 920px;
		overflow: hidden;
	}
	.container {
		/*height: 1012px;*/
		flex-direction: column;
	}
    .head_almond .logo {
		display: none;
	}
	.content{
		min-height: auto;
	}
	.content_inner{
		min-height: 800px;
	}
	#brand_link{
		position: inherit;
	}
	.tablet_logo {
		position: absolute;
		top: 0;
		left: 20px;
		display: block;
		z-index: 999;
	}
	.tablet_logo img{
		max-width: 74%;
	}
	.head_almond {
		order: 2;
		width: 100%;
		height: 163px;
		padding: 0;
		border-top: 2px solid #c90717;
		background: #7b0d10;
	}
	.head_almond ul {
		display: -webkit-flex;
		display: flex;
    /* 2行に対応 */
    flex-wrap: wrap;
	}
	.head_inner {
		width: 860px;
		/* height: 110px;   バナー無し */
    height: 130px;  /* バナーあり */
		position: relative;
		margin: 15px 80px 0;
		overflow: hidden;
	}
	.head_almond nav ul li {
		margin-bottom: 15px;
		padding-left: 74px; /*ナビの数により数値を調整すること*/
		font-size: 14px;
		white-space: nowrap;
	}
	.head_almond nav ul li:nth-child(1),
	.head_almond nav ul li:nth-child(5){
		padding-left: 0;
	}
	.head_almond nav ul li a span{
		font-size: 11px;
	}
	.head_almond nav ul li{
		padding-top: 10px;
	}
	.head_almond nav ul li.pt0{
		padding-top: 0;
    /* 2行に対応 */
    padding-left: 0;
	}
	.banner li{
		width: 170px;
		height: auto;
		margin-bottom: 10px;
	}
	.banner li img{
		width: 100%;
	}
	.banner {
		float: left;
	}
	.banner li:nth-of-type(1){
			margin-right: 25px;
	}
	.cn {
		position: absolute;
		bottom: 5px;
		right: 74px;
	}
	.cn li {
		margin-right: 25px;
	}
	
	.sns {
		position: absolute;
		right: 0;
		bottom: 10px;
		margin-bottom: 0;
	}
	.banner:after,
	.head_almond:after{
		content: "";
		display: block;
		clear: both;
	}
}
/*==================================
       CSS アニメーション
==================================*/

/*------------------------------
COMMON
------------------------------*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
/*------------------------------
bounceIn
------------------------------*/
@-webkit-keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }
  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }
  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

@keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -ms-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }
  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    -ms-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }
  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    -ms-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn
}
/*------------------------------
bounceInDown
------------------------------*/
@-webkit-keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }
  100% {
    -webkit-transform: none;
    transform: none
  }
}

@keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown
}
