@charset "utf-8";


/*--------------------------------------------------------------------

	「青森りんご」トップページ用css

	・汎用スタイル
	・YouTube
	・コンテンツナビ【#contentsNav】
	・おいしさのヒミツ【#secret】
	・製品情報【#productsInfo】
	・りんごのあれこれ【#aboutApple】
	・キャンペーン情報【#campaign】
	・オンラインショップ【#shop】

	・朝ごはんにもぴったりCP【#morningCp】	19.02.28追加

--------------------------------------------------------------------*/


/*--------------------------------------------------------------------
	・汎用スタイル
--------------------------------------------------------------------*/
h2 {
	margin: auto;
	text-align: center;
}
h3 {
	margin: 80px auto 50px;
	text-align: center;
}
img { 
	max-width: 100%;
	height: auto;
}

a img:hover{ opacity: 0.7;}

p{line-height: 1;}

#contents {
	margin-bottom: -20px;
}
.contentsWrap {
	width: 100%;
	max-width: 1920px !important;
	margin: auto;
	/*font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;*/
	font-size: 1.8rem;
	font-feature-settings: "palt";
	line-height: 2;
	letter-spacing: 0.02em;
	position: relative;
	z-index: -99;
	padding: 0;
}
#main {
	position: relative;
	z-index: -99;
}
#main > section {
	padding: 0;
	overflow: hidden;
}
#main a {
	text-decoration: none;
}
.wrap {
	width: 100%;
	max-width: 1024px;
	text-align: center;
	margin: 70px auto;
}

.pictWrap{
	width: 100%;
	text-align: center;
}
.pictWrap img{ width:100%;}


@media screen and (max-width:768px){
	.contentsWrap {}
	h3 {
		margin: 40px auto 20px;
	}
	#secret, #aboutApple{ background: #e9f6fd !important;}
	#productsInfo, #shop{ background: #e7f3e9;}
	.wrap{
		width: 90%;
		margin: 20px auto;
	}
	#shop > .wrap{ margin-bottom: 0;}
	#aboutApple > .wrap{
		width: 100%;
	}
}


/*--------------------------------------------------------------------
	・YouTube
--------------------------------------------------------------------*/
#ytWrap{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

#youtubePlayer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

@media screen and (max-width:768px){
	#ytWrap{ display: none;}
}


/*--------------------------------------------------------------------
	・メインビジュアル（画像）
--------------------------------------------------------------------*/
#mainVisual {
	background: #000;
	text-align: center;
}




/*--------------------------------------------------------------------
	・コンテンツナビ【#contentsNav】
--------------------------------------------------------------------*/
#contentsNav {
	position: relative;
	z-index: 20;
}
#contentsNav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	max-height: 100%;
	overflow-y: auto;
}
#contentsNav dt{
	display: none;
}
#contentsNav dd{
	background: #15ad67;
}
#contentsNav ul {
	display: flex;
	width: 100%;
	max-width: 1024px;
	margin: auto;
	flex-wrap: wrap;
	background: #15ad67;
}
#contentsNav li {
	width: 20%;
	text-align: center;
	transition: .3s;
}
#contentsNav li:first-child {
	width: 15%;
}
#contentsNav li:hover {
	background: #fff;
}
#contentsNav li a {
	display: block;
}
#contentsNav li a span {
	display: block;
	position: relative;
	height: 60px;
	margin: 5px auto;
	transition: .3s;
}
#contentsNav li a img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 17px;
}
@media screen and (max-width : 768px){
	#contentsNav dt{
		display: none;
		height: 50px;
	}
	#contentsNav.fixed dt {
		display: block;
	}

	#contentsNav.close dt{
		background: url(../images/index_nav_menu.png) no-repeat #15ad67;
		background-size: 40px,100%;
		background-position: right 10px center,center;
		border-bottom: 1px solid #fff;
	}
	#contentsNav.open dt{
		background: url(../images/index_nav_close.png) no-repeat #15ad67;
		background-size: 30px,100%;
		background-position: right 12px center,center;
		border-bottom: 1px solid #fff;
	}
	#contentsNav dd {
		display:block;
		padding: 0;
		z-index: 10;
		background: #ffffff;
    	width: 100%;
		overflow: hidden;
	}

	#contentsNav.fixed dd {
		display:none;
	}
	#contentsNav li:hover {
		background: #15ad67;
	}

	#contentsNav li, #contentsNav li:first-child{
		width: 50%;
		border-bottom: 1px solid #fff;
	}
	#contentsNav li:last-child{
		width: 100%;
	}
	#contentsNav li:nth-child(1),
	#contentsNav li:nth-child(3){
		border-right: 1px solid #fff;
	}
	#contentsNav li a {}
	#contentsNav li a span {
		height: 30px;
		padding: 30px 0;
	}
	#contentsNav li a span img{
		height: 30px;
	}
	
	/*
	#contentsNav.open dd {
    	background: rgba(255, 255, 255, 0.9);
	}
	#contentsNav.open li, #contentsNav.open li:first-child{
		width: 100%;
	}
	#contentsNav.open li a {}
	#contentsNav.open li a span {
		height: 20px;
		margin: 10px auto;
	}
	#contentsNav.open li a span img{
		height: 20px;
	}
	*/
}
/*--------------------------------------------------------------------
	・おいしさのヒミツ【#secret】
--------------------------------------------------------------------*/
#secretBg{
	/*background: url(../images/index_01_pict.jpg) no-repeat top center;
	background-size: cover;
	padding-top:72%;*/ /* 画像縦幅÷画像横幅*/
	display: block;
	position: relative;
}

#secretBg h2{
	position: absolute;
	top: 10%;
	left: 0;
	right: 0;
	margin: auto;
}

#secretBg h2 + ul{
	position: absolute;
	bottom: 3%;
	left: 5%;
}

#secretBg ul li{
	margin-bottom: 80px;
}

#secretBg img{ max-width: 100%;}

#secret p + div{ margin: 40px auto;}


/*#secret { background: url(../images/index_01_bg1.jpg) no-repeat center/ cover; }*/
#secret {
    background: url(../images/index_01_bg1.jpg) no-repeat;
    background-position: 50% -40%;
    background-size: 1920px 1600px;
}

#secret .wrap + .wrap { margin-top: 140px; }
#secret h3 + h3 { margin-top: 120px; }
#secret p {
	font-size: 1.24em;
	line-height: 2;
}


@media screen and (max-width : 768px){
	#secretBg{display: none;}
	#secret ul li{ margin-top: 20px;}
	#secret p + div{ margin: 20px auto;}
	
	#secret .wrap + .wrap { margin-top: 8vw; }
	#secret h3 + h3 { margin-top: 6vw; }
}

.wrap .block,
.wrap .block {
  position: relative;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .wrap .block,
  .wrap .block {
    margin-top: 60px;
  }
}

.wrap .block:first-child,
.wrap .block:first-child {
  margin-top: 0;
}

.wrap .block:nth-child(3),
.wrap .block:nth-child(3) {
  margin-top: 240px;
}

@media screen and (max-width: 767px) {
  .wrap .block:nth-child(3),
  .wrap .block:nth-child(3) {
    margin-top: 60px;
  }
}

.wrap .block .ttl{
  position: absolute;
  font-weight: bold;
  font-family: "STIXGeneralBol";
  font-size: 50px;
  top: 38%;
  line-height: 60px;
  text-align: left;
}

@media screen and (min-width: 1366px) {
  .wrap .block .ttl {
    font-size: 3.4vw;
    line-height: 1.3;
  }
}

@media screen and (max-width: 960px) {
  .wrap .block .ttl {
    font-size: 32px;
    line-height: 1.3;
    top: 30%;
  }
}

@media screen and (max-width: 767px) {
  .wrap .block .ttl {
    position: static;
    margin-bottom: 10px;
    font-size: 28px;
  }
}

.wrap .block .image {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .wrap .block .image {
    width: 60%;
  }
}

.wrap .block h3 {
  font-size: 42px;
  margin-top: 15px;
}

@media screen and (max-width: 960px) {
  .wrap .block h3,
  .wrap .block h3 {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .wrap .block h3 {
    font-size: 26px;
  }
}

.wrap .block h3 span {
  padding: 0 20px 10px 20px;
  border-bottom: 2px solid white;
}

@media screen and (max-width: 767px) {
  .wrap .block h3 span {
    padding: 5px;
  }
}

.wrap .block .desc {
  margin-top: 20px;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 36px;
}

@media screen and (max-width: 960px) {
  .wrap .block .desc {
    font-size: 15px;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 767px) {
  .wrap .block .desc {
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 2;
  }
}

.wrap .block.block-2 .image {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .wrap .block.block-2 .image {
    width: 90%;
  }
}

.wrap .block.block-2 .ttl {
  top: -10%;
}

.wrap .block.block-3 .image {
  width: 100%;
}

.wrap .block.block-3 .ttl {
  top: -28%;
}


@media screen and (max-width: 767px) {
.wrap {
    padding-bottom: 10px;
  }
}


@font-face {
  font-family: 'notoFont';
  src: url('/cp/apple/10years-campaign/fonts/NotoSerifCJKjp-Regular-subset.woff') format('woff'); }

.wrap .block.block-2 .ttl, .wrap .block.block-3 .ttl {
  font-weight: bold;
  font-size: 40px;
  position: relative;
  top: 0;
  letter-spacing: 6px;
  font-family: 'notoFont', serif;
}


@media screen and (max-width: 767px) {
  .wrap .block.block-2 .ttl, .wrap .block.block-3 .ttl {
    font-size: 24px;
    left: 0;
  }
}

.wrap .block.block-2 h3, .wrap .block.block-3 h3 {
  margin-top: 50px;
}

.wrap .block.block-2 .image, .wrap .block.block-3 .image {
  width: 82%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .wrap .block.block-2 .image, .wrap .block.block-3 .image {
    width: 60%;
  }
}

.wrap p{ margin-top: 25px;}

/*For Responsive*/
.pc_only {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
}


/*--------------------------------------------------------------------
	・製品情報【#productsInfo】
--------------------------------------------------------------------*/
#productsInfo p{ margin-bottom: 30px;}

.itemPanel{
  display: none;
}

.itemPanel{
	margin: 40px auto 60px;
	display: flex;
	justify-content: flex-start;
}
.itemPanel figure{
	width: 50%;
	margin-right: 20px;
}
.itemPanel .itemCont{
	text-align: left;
}
.itemPanel .itemCont p{
	margin-bottom: 60px;
}

.itemLineup {
	width: 80%;
	display: flex;
	margin: 0 auto 40px;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.itemLineup li{ position: relative;}

.itemLineup li span{
	position: absolute;
	top: -20px;
}
.itemLineup li.itemBtn span{
	position: absolute;
	top: -40px;
	left: -55px;
	z-index: -99;
}

.itemBtn{ cursor: pointer;}
.itemBtn:hover{ opacity: .7;}

@media screen and (max-width:768px){
	#productsInfo p{ margin-bottom: 15px;}

	.itemPanel{
		margin: 30px auto 20px;
	}
	.itemPanel figure{
		width: 40%;
	}
	.itemPanel .itemCont{
		width: 50%;
	}
	.itemLineup {
		width: 100%;
		flex-wrap: wrap;
		margin: 0 auto 20px;
	}
	.itemLineup li{
		/*border-right: 1px solid #cccccc;*/
		padding: 30px 10px 5px;
	}

	/* 上段3点・下段4点
	.itemLineup li:nth-child(1),
	.itemLineup li:nth-child(2),
	.itemLineup li:nth-child(3){
		width: 33%;
		margin-bottom: 10px;
	}
	.itemLineup li:nth-child(n + 4){
		width: 25%;
	}
	*/

		/* 上段・下段3点 */
	.itemLineup li {
		width: 33%;
		margin-bottom: 10px;
	}


	.itemLineup li:last-child,
	.itemLineup li:nth-child(3){
		border-right: none;
	}
	.itemLineup li span{
	position: absolute;
	top: 10px;
	}

	.itemLineup li.itemBtn span{
		position: absolute;
		top: 10px;
		left: 0;
		z-index: 1;
	}
	.itemLineup li.itemBtn img{
		position: relative;
		z-index: 1;

	}
	.itemLineup li span img{
		width: 80%;
	}
	
}
.itemLineupNote {
	font-size: 14px;
	text-align: left;
	margin-top: 0 !important;
	margin-left: 80px;
	margin-bottom: 30px !important;
}
@media screen and (max-width:767px){
	.itemLineupNote {
		font-size: 12px;
		margin-left: 0;
	}
}

/* 背景ギザギザ丸模様　start
@media screen and (max-width:767px){
	.itemLineup li.itemBtn{
		background: url(../images/index_02_mark_sp.png) no-repeat center;
		background-size: 110px;
	}
	.itemLineup li.itemBtn span{
		position: absolute;
		top: 5px;
		left: 0;
		right: 0;
		z-index: 1;
	}
	.itemLineup li span img{
		width: 70%;
	}
}
@media screen and (max-width:480px){
	.itemLineup li.itemBtn{
		background: url(../images/index_02_mark_sp.png) no-repeat center;
		background-size: contain;
	}
	.itemLineup li.itemBtn span{
		position: absolute;
		top: 10px;
		left: 0;
		right: 0;
		z-index: 1;
	}
	.itemLineup li span img{
		width: 80%;
	}
}

end 背景ギザギザ丸模様　*/

/*--------------------------------------------------------------------
	・りんごのあれこれ【#aboutApple】
--------------------------------------------------------------------*/
#news ul {
	display: flex;
	width: 90%;
	max-width: 900px;
	margin: auto;
	flex-direction: row;
	justify-content: space-between;
}
#news li {
	width: 30%;
}
#news li:nth-child(3n) {
	margin-right: 0;
}
#news figure {}
#news a img {
	width: 100%;
}
#news a:hover img {
	opacity: .7;
}
#news figure + div {
	padding: 20px 0;
}

@media screen and (max-width:768px){
	#aboutApple h2, #aboutApple h3, #aboutApple p{
		width: 90%;
	}
	#aboutApple p{
		width: 90%;
		margin: 0 auto;
	}
	#news ul {
		display: block;
		width: 90%;
	}

	#news ul li{
		width: 100%;
		margin-bottom: 10px;
		overflow: hidden;
		box-sizing: border-box;
		background: #fff;
	}

	#news figure {
		float: left;
		display: inline-block;
		width: 50%;
	}
	#news figure + div {
		float: left;
		width: 50%;
		padding: 10px;
	}

	#movieWrap{
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
	}

	#moviePlayer {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
	}
}
/*--------------------------------------------------------------------
	・キャンペーン情報【#campaign】
--------------------------------------------------------------------*/
.campTit{
	width: 90%;
	margin: auto;
}
.campTit dl{
	box-sizing: border-box;
	border: 4px solid #111111;
	overflow: hidden;
}

.campTit dl dt{ 
	float: left;
	width: 35%;
	border-right: 4px solid #111111;
	padding: 10px;
}
.campTit dl dd{
	padding: 40px 10px 0 35%;
	cursor: pointer;
}
.campTit dl dd:after {
	content: '';
	display: block;
	clear: both;
}

.campTit dl dd{background: url(../images/index_03_open.png) no-repeat 70% 80%;}
.campTit dl dd.close{background: url(../images/index_03_close.png) no-repeat 70% 80%;}
.campTit dl dd:hover{
	opacity: .7;
}

#campInfo{
	display: none;
	width: 90%;
	margin: auto;
	border: 4px solid #111111;
	border-top: none;
}

#campInfo > div{
	box-sizing: border-box;
	padding: 40px;
}

#campInfo p{
	margin-bottom: 40px;
}

#campInfo .bgRed{ 
	background: #e60012;
	padding: 40px 20px;
	overflow: hidden;
}

#campInfo .bgRed figure{
	float: left;
	width: 30%;
	margin-right: 30px;
}
#campInfo .bgRed div{
	float: left;
	width: 60%;
	text-align: justify;
	margin-bottom: 30px;
}
#campInfo div > p{ text-align: left;}

/*キャンペーン終了ここから*/

.campTit.cpend01{
	position: relative;
}

.campTit.cpend01::before {
    background: #ff0000 none repeat scroll 0 0;
    border-radius: 7px;
    color: #ffffff;
    content: "こちらのキャンペーンは終了しました";
    font-size: 2.1rem;
    font-weight: bold;
    left: 25%;
    position: absolute;
    top: 35%;
    width: 50%;
    z-index: 3;
    text-align: center;
    padding: 5px;
}

#campInfo.cpend02{
	position: relative;
}
#campInfo.cpend02::before{
    background: #DCDCDC none repeat scroll 0 0;
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0.4;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    vertical-align: central;
}
/*キャンペーン終了ここまで*/


/* キャンペーンバナー ここから */
.campBnr > a { display: inline-block; }
.campBnr_img > img {
	width: 600px;
	margin-bottom: 0.8em;
}
/* キャンペーンバナー ここまで */


@media screen and (max-width:768px){
	.campTit{
		width: 100%;
		background: #ffffff;
	}
	.campTit img{ width: 80%;}
	.campTit dl dd {padding: 30px 10px 0 35%;}
	.campTit dl dd {
		background: url(../images/index_03_open.png) no-repeat 95% 70%;
		background-size: 20%;
	}
	.campTit dl dd.close {
		background: url(../images/index_03_close.png) no-repeat 95% 70%;
		background-size: 20%;
	}
	#campInfo{
		width: 100%;
		background: #ffffff;
	}
	#campInfo > div{
		padding: 20px;
	}
	#campInfo p{
		margin-bottom: 20px;
	}	
	#campInfo .bgRed{ 
		padding: 20px;
	}
	#campInfo .bgRed figure{
		margin-right: 10px;
	}
	#campInfo .bgRed div{
		margin-bottom: 30px;
	}
	#campInfo .bgRed p{
		clear: both;
		margin-top: 10px;
		margin-bottom: 0;
	}
	#campInfo div p{width: 100%;}
	
	
	.campBnr_txt { font-size: 0.8em; }

}
/*--------------------------------------------------------------------
	・オンラインショップ【#shop】
--------------------------------------------------------------------*/
#shop {}
#shop h2 {
	margin-bottom: 50px;
}
#shop ul {
	display: flex;
	width: 100%;
	margin: auto auto 80px;
	flex-wrap: wrap;
	justify-content: space-between;
}
/*201905.ecsite追加*/
	#shop li.ecsite {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
	/*201905.ecsite追加ここまで*/
#shop li {
	width: 20%;
	text-align: center;
}

@media screen and (max-width:768px){
	#shop h2{
		margin-bottom: 15px;
	}
	#shop ul{
		margin: auto 0 20px;
		justify-content: center;
	}
/*201905.ecsite追加*/
	#shop li.ecsite {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
	/*201905.ecsite追加ここまで*/
#shop li{
		width: 31%;
		margin-right: 10px;
		margin-bottom: 10px;
	}
#shop li.bg-non{
		background: none;
	}
	
	#shop li:nth-child(4), #shop li:last-child{
		margin-right: 0;
	}
	/*キャンペーン終了ここから*/
.campTit.cpend01::before {
    font-size: 1.7rem;
    left: 15%;
    top: 36%;
    width: 70%;
}
/*キャンペーン終了ここまで*/	
}


/*--------------------------------------------------------------------
	・朝ごはんにもぴったりCP【#morningCp】
--------------------------------------------------------------------*/
#morningCp {
	background: url(../images/index_05_bg2.jpg) no-repeat center / cover;
	background-attachment: fixed;
	color: #fff;
}
#morningCp .mcp_ttl {
	margin: 30px 0;
	background: url(../images/index_05_bg1.png) no-repeat center / cover;
	position: relative;
}
#morningCp .mcp_ttl .wrap {
	margin: 0 auto;
	padding: 90px 0;
}
#morningCp .mcp_ttl .img_apple {
	width: 161px;
	position: absolute;
	left: 50%;
	top: -12px;
	transform: translateX(-630px);
}

#morningCp .mcp_con p {
	margin-bottom: 2em;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.9;
	letter-spacing: 0.2em;
	text-shadow: 1px 1px 2px #000;
}
#morningCp .mcp_con p.fontS { font-size: 0.9em; }
#morningCp .mcp_con .mcp_proverb > img { width: 683px; }

@media screen and (max-width:1260px){
	#morningCp .mcp_ttl .wrap {
		width: 60%;
		padding: 6vw 0;
	}
	#morningCp .mcp_ttl .img_apple {
		width: 12%;
		top: -2vw;
		left: 5%;
		transform: translateX(0);
	}
}
@media screen and (max-width:1024px){
	#morningCp .wrap { width: 90%; }
}
@media screen and (max-width:768px){
	#morningCp { background-attachment: inherit; }
	#morningCp .wrap { margin: 6vw auto; }
	#morningCp .mcp_ttl { margin: 5vw 0; }
	#morningCp .mcp_ttl .wrap {
		margin: 0 5% 0 auto;
		padding: 8vw 0;
	}
	#morningCp .mcp_ttl .img_apple {
		width: 27%;
		top: -3vw;
	}
	#morningCp .mcp_con p {
		margin-bottom: 1em;
		font-size: 0.8em;
		line-height: 1.6;
		letter-spacing: 0.1em;
	}
	#morningCp .mcp_con .mcp_proverb > img { filter: drop-shadow(1px 1px 2px #666); }
	#morningCp .mcp_con p.fontS { font-size: 0.7em; }
	
}
