@charset "UTF-8";
/* CSS Document */


@import url(reset.css);
img { vertical-align: bottom; }

/*---------------------・SP・---------------------*/


/*========= ページトップのためのCSS ===============*/
/*リンクの形状*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background:transparent;
	border-radius: 35px;
	width: 70px;
	height: 70px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
}

#page-top a:hover{
	background: white;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 15px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}








/*====================・ボディ・=======================*/

body {
  font-size: 14px;
  letter-spacing: .07em;
	font-weight: 200;
	 background-color: #FAFAFA;
	 line-height: 30px;
}



/*====================・ヘッダ・=======================*/

header {
	width: 100%;
	height: 80px;
	background-color: white;
	position: fixed; 
	top: 0;
	left: 0;
	z-index: 100;
	}

header p.logo {
	text-align: center;
	margin-top: 10px;
}
header p.logo img {
	width: 200px;
	height: auto;
	z-index: 200;
}


/*==================・ファーストビュー・=====================*/


section.first_v.PC {
	display: none;
}


section.first_v {

}



p.catch_copy {
	text-align: center;
}

p.catch_copy img {
	padding-top: 22vh;
	width: 600px;
	height: auto;
}


section.first_v {
	background-color: #FEF2F3;
/*	height: 100vh;*/
	width: 100%;
}

p.catch_copy {
	text-align: center;
	width: 100%;
	margin-bottom: 0 !important;
}
p.catch_copy img {
/*	padding-top: 28vh;*/
	padding-top: 80px;
	width: 100%;
	height: auto;
}




/*====================・メイン・======================*/

div.main1 {
	background-color: #FAFAFA;
}


/*====================・説明・======================*/

section.explanation {
	text-align: center;
	padding-top: 80px;
}
section.explanation h1 {
	font-size: 46px;
}
section.explanation p {
	padding-top: 50px;
	font-size: 18px;
	line-height: 26px;
}


/*====================・バナー・======================*/

section.banner p.Gift {
	margin: 0 auto !important;
	max-width: 800px;
	height: auto;
}
section.banner p.Gift img {
	width: 100%;
	height: auto;
	text-align: center;
}


/*====================・お知らせ1・======================*/

section.notice p.notice {
	padding-top: 80px;
}
section.notice p.notice img {
	width: 100%;
	height: auto;
}


/*====================・商品・======================*/

section.merchandise.color1,div.btn.color1 {
	background-color: white;
}
section.merchandise.color2,div.btn.color2 {
	background-color: #effafb;
}

section.merchandise {
	padding-top: 0px;
}
section.merchandise p.merchandise {
	padding: 0px 0px 0 0px;
	max-width: 800px;
	margin: 0 auto;
}
section.merchandise p.merchandise img {	
	width: 100%;
	height: auto;
	margin: 60px 0 0 0;
}


/*====================・ボタン・======================*/

div.btn{
	width: 240px;;
	display: block;
	margin: 0 auto;
	text-align: center;
	padding:60px 0 60px 0 !important;
} 
div.sweets {
	padding:80px 0 !important;

}


div.btn img{
	width: 240px;
	height: auto;
}

div.btn img.sweets{
	margin-top: 10px;
}




/*

div.button001 {
	padding-bottom: 20px;
	background:white;
	line-height: 18px;
}


.button001 a {
    background: black linear-gradient(135deg, #eee 190px, transparent 0);
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
	text-align: center;
	white-space: pre;
}



.button001 a:hover {
    background: #313131;
    color: #FFF;
	text-decoration: none; 
}
*/




/*
.button001 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
*/

.button001 a:hover:after {
    border-color: #FFF;
}




/*====================・おすすめ・======================*/



section.merchandise2 h1.ttl2 p {
	font-weight: 700;
 	font-style: normal;
	text-align: center;
	font-size: 28px;
	padding-top: 60px;
	padding-bottom: 14px;
	line-height: 20px;
	font-family: "Noto Serif JP", serif ;
	color: #ec3a70;
}

section.merchandise2 h1.ttl2 p::after {
  content: '\Aおすすめ商品';
  font-weight: 400;
  font-size: 15px;
  white-space: pre;
	color: #333;
}



/*
section.merchandise2 h1.ttl2 {
	text-align: center;
	font-size: 28px;
	padding: 28px;
	color: black;
}
*/


section.merchandise2 {
	background-color: #effafb;
	padding-bottom: 70px;
}


section.merchandise2 .container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	padding: 0 10vw;
}

section.merchandise2 .container .item {
	display: flex;
	justify-content: center;
	align-items: center;
}

section.merchandise2 .container .item.last img {
	display: none;
}


section.merchandise2 .container .item img {
	width: 38vw;
	height: auto;
	max-width: 100%;
 	max-height: 100%;
	box-shadow: 2px 2px 5px 1px #d3d3d3;
}


div.main2 {
	background-color: white;
}


/*====================・お知らせ2・======================*/

/*
section.notice2 p.notice2 img {
	margin-top: 80px;
	width: 100%;
	height: auto;
}
*/


/*====================・お知らせ3・======================*/

/*
section.notice3 {
	padding-bottom: 200px;
}

section.notice3 p.notice3 img {
	margin-top: 200px;
	width: 100%;
	height: auto;
}
*/

/*====================・スイーツ・======================*/

section.sweets {
	margin: 0 auto !important;
	width: 100%;
	height: auto;
}
section.sweets img {
	width: 100%;
	height: auto;
	text-align: center;
}

section p {
	margin-bottom: 0 !important;
}


/*====================・スイーツ　コンテンツ・======================*/



section.sweets-cnt {
	padding-top: 20px;
	padding-bottom: 50px;
	background-color: white;
}


section.sweets-cnt .container {
	display: grid;
	grid-template-columns: repeat(3, 2fr);
	gap: 10px;
	padding: 0 15vw;
}

section.sweets-cnt .container .item {
	display: flex;
	justify-content: center;
	align-items: center;
}

section.sweets-cnt .container .item img {
	width: 38vw;
	height: auto;
	max-width: 100%;
 	max-height: 100%;
}

section.sweets-cnt .container .item img.none {
	display: none;
}






/*====================・フッタ・======================*/

footer {
	letter-spacing: -0.001em;
/*
	height: 40px;
	text-align: center;
	background-color: #F7F5EF;
	color: black;
	font-size: 12px;
	line-height: 40px;
*/
}







/*---------------------・PC・---------------------*/


@media only screen and (min-width:680px){


/*==================・ファーストビュー・=====================*/

section.first_v.SP {
	display: none;
}

section.first_v.PC {
	display: block;
	margin-top: 0;
	background: url("../image/FV_PC.jpg") center / cover no-repeat;
	width: 100%;
	height: 100vh;
}

p.catch_copy img {
	padding-top: 22vh;
	width: 800px;
	height: auto;
}


/*==================・バナー・=====================*/

section.banner {
	background-color: #FEF2F3;
}


section.banner p.banner {
	max-width: 800px;
	margin: 0 auto;
}

/*==================・お知らせ1・=====================*/

section.notice p.notice {
	max-width: 800px;
	margin: 0 auto;
}


/*==================・商品・=====================*/




section.merchandise p.merchandise img {	
	max-width: 800px;
	height: auto;
	margin: 120px 0 60px 0;
}



/*====================・ボタン・======================*/



div.btn{
	width: 500px;
	margin: 0 auto;
	text-align: center;
} 


div.btn {
	margin: 0 auto;
	display: block;
	max-width: 800px;
		padding: 20px 0 120px 0 !important;

}


div.sweets {
    padding: 80px 0 !important;
}
div.btn img{
	width: 500px;
	height: auto;
}

div.btn img.sweets{
	margin-top: 10x0px;
}





/*====================・おすすめ・======================*/


section.merchandise2 h1.ttl2 p {
 	font-style: normal;
	text-align: center;
	font-size: 48px;
	padding-top: 100px;
	padding-bottom: 38px;
	line-height: 20px;
	font-family: "Noto Serif JP", serif ;
}

section.merchandise2 h1.ttl2 p::after {
  content: '\Aおすすめ商品';
  font-size: 20px;
  white-space: pre;
}



/*
section.merchandise2 h1.ttl2 {
	text-align: center;
	font-size: 28px;
	padding: 28px;
	color: black;
}
*/


section.merchandise2 {
	padding-bottom: 100px;
}


section.merchandise2 .container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	padding: 0 50px;
	max-width: 800px;
}

section.merchandise2 .container .item {
	display: flex;
	justify-content: center;
	align-items: center;
}

section.merchandise2 .container .item.last img {
	display: none;
}


section.merchandise2 .container .item img {
	width: 38vw;
	height: auto;
	max-width: 100%;
 	max-height: 100%;
	box-shadow: 3px 3px 8px 3px #d8d8d8;
}


div.main2 {
	background-color: white;
}



/*====================・お知らせ2・======================*/

section.notice2 p.notice2 {
	max-width: 800px;
	margin: 0 auto;
}


/*====================・お知らせ3・======================*/

section.notice3 p.notice3 {
	max-width: 800px;
	margin: 0 auto;
}


/*====================・スイーツ・======================*/

section.sweets {
	background-color: white;
}
section.sweets img {
	margin: 0 auto !important;
	display: block;
	max-width: 800px;
	height: auto;
}

section p {
	margin-bottom: 0 !important;
}


/*====================・スイーツ　コンテンツ・======================*/

section.sweets-set {
	background-color: white;
}

section.sweets-cnt {
	max-width: 800px;
	margin: 20px auto 0 auto;
}

section.sweets-cnt img {
	max-width: 800px;
	padding-bottom: 0px;
	background-color: white;
}


section.sweets-cnt .container {
	display: grid;
	grid-template-columns: repeat(3, 2fr);
	gap: 15px;
	padding: 0 50px;
}

section.sweets-cnt .container .item {
	display: flex;
	justify-content: center;
	align-items: center;
}

section.sweets-cnt .container .item img {
	width: 38vw;
	height: auto;
	max-width: 100%;
 	max-height: 100%;
		box-shadow: 00px 0px 10px 4px #F9E5E7;

}

section.sweets-cnt .container .item img.none {
	display: none;

}

	
	.pagetop {
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: .3s;
  color: #00A6C4;
  background: #fff;
  
/*   デフォルトは非表示 */
  opacity: 0;
}
.pagetop:hover {
    box-shadow: 0 0 10px #00A6C4;
}







