@charset "utf-8";
/* CSS Document */

/*====================
font
====================*/
.header_contents nav a,
.main_contents h2,
.main_contents h2 + .lead,
.main_contents .lead.standby,
#products .ttl,
#history .headline,
#history .picture .pkg_now figcaption,
#history .knowledge h3,
#history .knowledge dt,
#character .character_list li .ttl,
#wallpaper .item h3,
#wallpaper .item dt,
#wallpaper .item dd a,
#wallpaper .item.standby a{
	color: #cc0a0a;
	font-family: 'M PLUS 1p';
	transform: rotate(0.05deg);
}

/*====================
MV & NAV
====================*/
.header_contents {
	position: relative;
	padding-bottom: 4.5vw;
	text-align: center;
}
.header_contents:after {
	content: "";
	display: block;
	width: 100%;
	height: 3vw;
	background: url(/sweets/chocolate/apollo/kids_apollo/images/contente_curtain_top.png) repeat-x bottom center /auto 100%;
	position: absolute;
	bottom: 0;
	visibility: visible;
}
.header_contents h1 img {
	width: 100%;
}
.header_contents nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 6.6vw;
}
.header_contents nav li {
	width: 48.5%;
	margin-bottom: 3.4vw;
}
.header_contents nav a {
	position: relative;
	display: block;
	background: #cc0a0a;
	color: #fff;
	border-radius: 50px;
	font-size: 15px;
	text-align: center;
	padding: 0.2em 0 0.2em 10%;
}
.header_contents nav a:before {
	font-family: FontAwesome;
	content: '\f138';
	position: absolute;
	left: 8%;
}
/*====================
メインコンテンツ
====================*/
.main_contents {
	color: #3d3d3d;
	background-color: #ffeeee;
	background-image: url("/sweets/chocolate/apollo/kids_apollo/images/main_bg.png");
	background-size: 9px 14px;
	padding: 10vw 6.6vw 16vw;
	font-size: 12px;
}
.main_contents > section {
	margin-bottom: 16vw;
}
.main_contents h2 {
	position: relative;
	font-size: 18px;
	border-top: solid 2px #cc0a0a;
	border-bottom: solid 2px #cc0a0a;
	text-align: center;
	margin-bottom: 8vw;
	padding: 0.1em 0;
}
.main_contents h2:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #cc0a0a transparent transparent transparent;
	left: calc(50% - 6px);
	bottom: -8px;
}
.main_contents h2 + .lead,
.main_contents .lead.standby{
	text-align: center;
	font-size: 14px;
	margin-top: -4vw;
	margin-bottom: 6vw;
	line-height: 1.4;
}
/*====================
アポロシリーズ
====================*/
#products .ttl {
	font-size: 15px;
}
#products .pickup {
	position: relative;
	background: #fff;
	border-radius: 20px;
	margin-bottom: 8vw;
	padding: 2.6vw 5.3vw 6.6vw;
}
#products .pickup:before {
	position: absolute;
	content: "PICKUP";
	color: #fff;
	font-family: 'M PLUS 1p';
	transform: rotate(0.05deg);
	background: url(/sweets/chocolate/apollo/kids_apollo/images/products_pickup_mark.png) no-repeat center / contain;
	text-align: center;
	width: 21.3vw;
	height: 21.3vw;
	font-size: 15px;
	line-height: 21.3vw;
	top: -5vw;
	left: -4vw;
}
#products .pickup figure {
	width: 40vw;
	margin: 0 auto 1.5vw;
}
#products .products_list {
	margin-bottom: 8vw;
}
#products .products_list li, #products .products_list a {
	display: flex;
	color: #3d3d3d;
}
#products .products_list li.ico .text:before{
	color: #fff;
	font-family: 'M PLUS 1p';
	transform: rotate(0.05deg);
	border-radius: 50px;
	font-size: 10px;
	padding: 0.2em 1.2em;		
}
#products .products_list li.route .text:before{
	content: "経路限定";
	background: #cc0a0a;
	
}
#products .products_list li.limited .text:before{
	content: "地域限定";
	background: #41bf30;
}
#products .products_list li.dairy .text:before {
	content: "乳製品";
	background: #3f9ed5;
}
#products .products_list li.ice .text:before {
	content: "アイス";
	background: #ec7582;
}
#products .products_list li.new .text:before {
	content: "NEW";
	background: #ec7582;
}
#products .products_list li:not(:first-child) {
	margin-top: 2.6vw;
}
#products .products_list li figure {
	position: relative;
	width: 32vw;
	height: 32vw;
	flex-shrink: 0;
	margin-right: 2.6vw;
}
#products .products_list li figure img {
	position: relative;
	z-index: 10;
}
#products .products_list li figure:before {
	position: absolute;
	content: "";
	background: #fff;
	border-radius: 16vw;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
/*リンク設定*/

#products  a{
	color: #3d3d3d;
	display: block;
}
#products .pickup .link_text,
#products .products_list li .link_text {
	color: #009cff;
}
#products .pickup .link_text:before,
#products .products_list li .link_text:before {
	font-family: FontAwesome;
	content: '\f101';
	margin-right: 5px;
}
/* 231128 追加 */
/*====================
kids_apollo バナー(お土産マップ・店舗検索）
====================*/
#products .bnr{
  display: block;
}
#products .bnr a:nth-child(n+1){
  margin-top: 5vw;
}
/*====================
ヒストリー
====================*/
#history .picture {
	display: flex;
	padding: 0 2vw;
	margin-bottom: 5vw;
}
#history .picture .pkg_1969 {
	width: 51vw;
	flex-shrink: 0;
	margin-right: 4vw;
}
#history .picture .pkg_now {
	width: 100%;
	text-align: center;
}
#history .picture .pkg_now img {
	width: 10vw;
}
#history .picture .pkg_now figcaption {
	position: relative;
	color: #fff;
	font-size: 10px;
	background: #cc0a0a;
	border-radius: 50px;
	margin-bottom: 2.6vw;
}
#history .picture .pkg_now figcaption:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 3px 0 3px;
	border-color: #cc0a0a transparent transparent transparent;
	left: calc(50% - 3px);
	bottom: -3px;
}
#history .headline {
	font-size: 15px;
}
.knowledge {
	position: relative;
	background: #fff;
	padding: 2vw 5.3vw 9vw;
	margin-top: 13vw;
	box-shadow: 2px 2px rgba(255, 0, 0, 0.1);
}
.knowledge:after {
	position: absolute;
	right: 2vw;
	top: -18vw;
	content: "";
	background: url("/sweets/chocolate/apollo/kids_apollo/images/history_knowledge_chara.png") no-repeat center/ contain;
	width: 26.1vw;
	height: 23.7vw;
}
.knowledge h3 {
	font-size: 19px;
	background: #fffb83;
	width: 7em;
	text-align: center;
	box-shadow: 2px 2px rgba(0, 0, 0, 0.3);
	position: absolute;
	top: -8vw;
	transform: rotate(-8deg) !important;
}
.knowledge dt {
	font-size: 14px;
	margin-bottom: 2vw;
	margin-top: 5vw;
	line-height: 1.4;
}
.knowledge dd {
	display: flex;
}
.knowledge figure {
	width: 17.3vw;
	flex-shrink: 0;
	margin-right: 2.6vw;
}
/*====================
キャラクター
====================*/
#character .character_list li {
	background: #fff;
	box-shadow: 2px 2px rgba(255, 0, 0, 0.1);
	border-radius: 13vw 0 13vw 0;
	display: flex;
	padding: 4.5vw 5.3vw;
}
#character .character_list li:not(:first-child) {
	margin-top: 2.6vw;
}
#character .character_list li figure {
	width: 26vw;
	flex-shrink: 0;
	margin-right: 2.6vw;
}
#character .character_list li .ttl {
	font-size: 15px;

}
/*====================
壁紙
====================*/
#wallpaper .item {
	background: #fff;
	box-shadow: 2px 2px rgba(255, 0, 0, 0.1);
	border-radius: 13vw 0 13vw 0;
	padding: 6.6vw 5.3vw;
}
#wallpaper .item:not(:first-of-type) {
	margin-top: 6vw;
}
#wallpaper .item h3 {
	text-align: center;
	font-size: 15px;
	margin-bottom: 3vw;
}
#wallpaper .item figure {
	width: 60vw;
	margin: 0 auto 4vw;
}
#wallpaper .item dt {
	font-size: 12px;
	margin-top: 3vw;
}
#wallpaper .item dt.ico_desktop:before {
	font-family: FontAwesome;
	content: '\f108';
	margin-right: 0.5em;
}
#wallpaper .item dt.ico_smartphone:before {
	font-family: FontAwesome;
	content: '\f10b';
	margin-right: 0.5em;
	font-size: 1.6em;
	top: 0.08em;
	left: 0.1em;
	position: relative;
}
#wallpaper .item dd ul {
	display: flex;
	justify-content: space-between;
	margin: 0 10px;
}
#wallpaper .item dd ul li {
	width: 48%;
	text-align: center;
}
#wallpaper .item dd a {
	position: relative;
	display: block;
	background: #cc0a0a;
	color: #fff;
	border-radius: 50px;
	padding: 0.2em 0 0.2em 10%;
}
#wallpaper .item dd a:before {
	font-family: FontAwesome;
	content: '\f019';
	position: absolute;
	left: 8%;
	top: 0.3em;
}
/*----- 待ち受け -----*/
#wallpaper .lead.standby{
  margin-top: 40px;
}
#wallpaper .item.standby{
  width: 100%;
}
#wallpaper .item.standby figure{
  text-align: center;
}
#wallpaper .item.standby ul {
	display: flex;
	justify-content: center;
	margin: 0 10px;
}
#wallpaper .item.standby ul li {
	width: 48%;
	text-align: center;
}
#wallpaper .item.standby a {
	position: relative;
	display: block;
	background: #cc0a0a;
	color: #fff;
	border-radius: 50px;
	padding: 0.2em 0 0.2em 10%;
}
#wallpaper .item.standby a:before {
	font-family: FontAwesome;
	content: '\f019';
	position: absolute;
	left: 8%;
	top: 0.3em;
}


/*====================
フッターエリア装飾
====================*/
.main_contents + *:before {
	content: "";
	display: block;
	width: 100%;
	height: 2.5vw;
	background: url("/sweets/chocolate/apollo/kids_apollo/images/contente_curtain_bottom.png") repeat-x bottom center /auto 100%;
	position: absolute;
	top: -1px;
}
/* 641px～ For PC
====================================================*/
@media screen and (min-width: 641px), print {
	/*====================
MV & NAV
====================*/
	.header_contents {
		height: 430px;
		padding-bottom: 50px;
		background: url("/sweets/chocolate/apollo/kids_apollo/images/mv_pc_bg.png") repeat-x center 80px;
	}
	.header_contents:after {
		height: 19px;
	}
	.header_contents h1 img {
		width: auto;
	}
	.header_contents nav {
		width: 880px;
		flex-wrap: nowrap;
		margin: 0 auto;
	}
	.header_contents nav li {
		width: 23.63%;
		margin-bottom: 0;
	}
	.header_contents nav a {
		font-size: 20px;
	}
  /* かべがみ&待ち受けの対応 */
  .header_contents nav li:last-of-type a{
    font-size: 17px;
    padding: 0.4em 0 0.4em 10%;
  }
	/*====================
メインコンテンツ
====================*/
	.main_contents {
		padding: 80px 0 100px;
		background-size: 18px 24px;
	}
	.main_contents > section {
		width: 880px;
		margin: 0 auto 100px;
	}
	.main_contents h2 {
		font-size: 28px;
		margin-bottom: 40px;
		padding: 0;
	}
	.main_contents h2 + .lead,
  .main_contents .lead.standby{
		font-size: 18px;
		margin-top: 0;
		margin-bottom: 40px;
	}
	/*====================
アポロシリーズ
====================*/
	#products .ttl {
		font-size: 18px;
		text-align: center;
		line-height: 1.3;
		margin-bottom: 5px;
	}
	#products .pickup {
		margin-bottom: 40px;
		padding: 10px 45px 10px 80px;
		display: flex;
		align-items: center;
	}
	#products .pickup:before {
		width: 80px;
		height: 80px;
		line-height: 80px;
		top: 18px;
		left: 10px;
	}
	#products .pickup .ttl {
		font-size: 22px;
		text-align: left;
	}
	#products .pickup p {
		font-size: 16px;
	}
	#products .pickup figure {
		width: 210px;
		flex-shrink: 0;
		margin: 0 10px 0 0;
	}
	#products .products_list {
		margin-bottom: 40px;
		display: flex;
		flex-wrap: wrap;
	}
	#products .products_list li {
		width: 23.63%;
	}
	#products .products_list li, #products .products_list a {
		display: block;
	}
	#products .products_list li.route,
	#products .products_list li.limited{
		text-align: center;
		
	}
	#products .products_list li.ico .text:before {
		z-index: 10;
		white-space: pre;
		width: 48px;
		height: 48px;
		font-size: 14px;
		display: block;
		line-height: 1.2;
		text-align: center;
		padding: 0;
		padding-top: 0.5em;
		box-sizing: border-box;
		position: absolute;
		top: -8px;
		left: -5px;
	}
	#products .products_list li.route .text:before{
		content: "経路\A限定";
	}
	#products .products_list li.limited .text:before{
		content: "地域\A限定";
	}
	#products .products_list li.dairy .text:before{
		line-height: 48px;
		padding-top: 0;
	}
	#products .products_list li.ice .text:before,
  #products .products_list li.new .text:before{
		line-height: 48px;
		padding-top: 0;
	}

	#products .products_list li.tedukuri:after {
		content: url(/sweets/chocolate/apollo/kids_apollo/images/products_img_tedukuri_btn.png);
		position: absolute;
		top: -40px;
		right: 0;
		transition: ease .4s;
	}
	#products .products_list li.tedukuri:hover:after {
		transform: scale(0.95)
	}
	
	#products .products_list li:not(:first-child) {
		margin-top: 0;
		margin-left: 1.8%;
		position: relative;
	}
	#products .products_list li:nth-child(n+5) {
		margin-top: 40px;
	}
	#products .products_list li:nth-child(4n +1) {
		margin-left: 0;
	}
	#products .products_list li figure {
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 7px;
		padding: 5px 2px 0;
	}
	#products .products_list li figure:before {
		border-radius: 16vw;
		width: 100%;
		height: 100%;
	}
	#products .products_list li .text {
		margin: 0 20px;
	}
	#products .bnr_gotouchi {
		display: block;
		width: 340px;
		margin: 0 auto;
	}
	#products .juicyberry .ttl,
	#products .white-gift_melon .ttl,
	#products .big-double-berry-yogurt .ttl {
		font-size: 16px;
	}
  /* 231128 追加 */
  /*====================
  kids_apollo バナー(お土産マップ・店舗検索）
  ====================*/
  #products .bnr{
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  #products .bnr a{
		display: block;
		width: 340px;
		margin: 0 auto;
  }

	/*====================
ヒストリー
====================*/
	#history .history_detail {
		position: relative;
		display: flex;
		align-items: center;
		margin: 0 20px;
	}
	#history .picture {
		width: 42.8%;
		padding: 0;
		margin-bottom: 0;
		margin-right: 40px;
		flex-shrink: 0;
	}
	#history .picture .pkg_1969 {
		width: 100%;
		margin-right: 0;
	}
	#history .picture .pkg_now {
		position: absolute;
		width: 170px;
		right: -20px;
		bottom: -160px;
		z-index: 10;
	}
	#history .picture .pkg_now img {
		width: 65px;
	}
	#history .picture .pkg_now figcaption {
		font-size: 16px;
		margin-bottom: 20px;
	}
	#history .headline {
		font-size: 22px;
		margin-bottom: 10px;
	}
	#history .headline + p {
		font-size: 16px;
	}
	.knowledge {
		margin-top: 120px;
		padding: 60px 40px 40px 45px;
		background: #fff url("/sweets/chocolate/apollo/kids_apollo/images/history_knowledge_bg.png") no-repeat top center / contain;
	}
	.knowledge:after {
		right: 185px;
		top: -111px;
		width: 165px;
		height: 150px;
	}
	.knowledge .inner{
		display: flex;
		justify-content: space-between;
		
	}
	.knowledge h3 {
		font-size: 24px;
		width: 7.5em;
		top: -22px;
		left: 25px;
	}
	.knowledge dl {
		width: 44.6%;
	}
	.knowledge dl:nth-of-type(2) figure {
		order: 2;
		margin: 0 0 0 10px;
	}
	.knowledge dt {
		font-size: 16px;
		margin-bottom: 15px;
		margin-top: 0;
	}
	.knowledge dt:nth-of-type(2) {
		margin-top: 25px;
	}
	.knowledge dd {
		font-size: 14px;
	}
	.knowledge figure {
		width: 37.1%;
		margin-right: 20px;
	}
	/*====================
キャラクター
====================*/
	#character .character_list {
		display: flex;
		flex-wrap: wrap;
	}
	#character .character_list li {
		width: 23.63%;
		border-radius: 100px 0 100px 0;
		display: block;
		padding: 20px 0 40px;
	}
	#character .character_list li:not(:first-child) {
		margin-top: 0;
		margin-left: 1.8%;
	}
	#character .character_list li:nth-child(n+5) {
		margin-top: 30px;
	}
	#character .character_list li:nth-child(4n +1) {
		margin-left: 0;
	}
	#character .character_list li figure {
		width: 63%;
		margin: 0 auto 4px;
	}
	#character .character_list li .ttl {
		font-size: 16px;
		text-align: center;
	}
	#character .character_list li .ttl + p {
		margin: 0 35px
	}
	/*====================
壁紙
====================*/
	#wallpaper .wallpaper_list {
		display: flex;
		justify-content: space-between;
	}
	#wallpaper .item {
		width: 47.7%;
		border-radius: 100px 0 100px 0;
		padding: 45px 45px 40px;
	}
	#wallpaper .item:not(:first-of-type) {
		margin-top: 0;
	}
	#wallpaper .item h3 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	#wallpaper .item figure {
		width: 100%;
		margin: 0 0 20px;
	}
	#wallpaper .item dt {
		font-size: 14px;
		margin: 2px 0 10px;
	}
	#wallpaper .item dd ul li {
		width: 48%;
		text-align: center;
	}
	#wallpaper .item dd a {
		font-size: 16px;
		padding: 0 0 0 10%;
	}
	#wallpaper .item dd a:before {
		top: 0.1em;
	}
  /*----- 待ち受け -----*/
  #wallpaper .item.standby ul li {
    width: 20%;
  }
  #wallpaper .item.standby a {
    font-size: 16px;
  }
  
	/*====================
フッターエリア装飾
====================*/
	.main_contents + *:before {
		height: 19px;
	}
}
/* 641px～880px For TB
====================================================*/
@media screen and (max-width: 880px) and (min-width: 641px) {
	
	.header_contents nav, .main_contents > section {
		width: 100%;
	}
	.header_contents {
		background: #fff;
    height: auto;    /* 20220308追加 */
    margin: 30px 0 0 0;    /* 20220308追加 */
	}
	.header_contents nav a {
		font-size: 18px;
	}
	#products .ttl {
		font-size: 15px;
	}
	#products .juicyberry .ttl,
	#products .white-gift_melon .ttl {
		font-size: 14px;
	}
	#history .history_detail {
		align-items: flex-start;
	}
	#character .character_list li .ttl + p {
		margin: 0 20px;
	}
	#wallpaper .item {
		padding: 45px 20px 40px;
	}
}

/* ～280px For Galaxy Fold
====================================================*/
@media screen and (min-width: 280px) {
.isGF{
display: none;
}
}