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


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

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


/*========= ページトップのためのCSS ===============*/

:root {
  scroll-behavior: auto !important;
}

#page-top {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 1px #333;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

#page-top .pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    transform: translateY(20%) rotate(-45deg);
}

#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
    border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
}




/*リンクを右下に固定*/
#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: 70px;
	background-color: white;
	position: fixed; 
	top: 0;
	left: 0;
	z-index: 100;
	}

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




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




p.catch_copy {
	text-align: center;
}


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


section.first_v {
	width: 100%;
}



section.first_v img {
	padding-top: 70px;
	width: 100%;
	text-align: center;
}

section.first_v .pc {
	display: none;
}


section.first_v .sp {
	display: block;
}

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

header p.logo img {
	width: 160px;
}

header {
	height: 55px;
}


section.first_v img {
	padding-top: 55px;
}

p.catch_copy img {
	padding-top: 55px;
}

}


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

/*PC*/

section.first_v .pc  {
    display: block;
    margin-top: 0;
    background: url("https://image.rakuten.co.jp/ripple-market/cabinet/11177261/11177281/fv_pc.jpg") center / cover no-repeat;
    width: 100%;
    height: 100vh;
	overflow: hidden;
}


section.first_v .pc {
	display: block;
}

section.first_v .sp {
	display: none;
}

}

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



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

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 {
margin:40px;
}

section.banner img {
width:100%;
max-width:800px;
}

section.banner p {
text-align: center;
padding:20px 0;
}

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: #f4f4f4;
}
section.merchandise.color2,div.btn.color2 {
	background-color: #FEF2F3;
}

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

section.merchandise a img:hover {
     opacity: 1; 
}

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

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;
}






/*==================・お知らせ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;

}










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






/*
	.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;
}

*/


/* カテゴリー*/

.category .row {
text-align:center;
width:100%;
max-width:800px;
margin:20px auto 40px;
padding:0 15px;
}

.category h1 {
font-size:4rem;
text-align:center;
margin-top:60px;
font-family: "Noto Serif JP", serif;
font-weight: 500;
}

.category .row img {
box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.15);
}


footer .l-footer__wrapper {
    width: 100%;
	max-width: 1200px;
}