@charset "UTF-8";
/* -- reset -- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
html, body {
	height: 100%;
}
table, tr, th, td{
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

 /* -----------------------------------------------------------
	共通装飾等
----------------------------------------------------------- */
body{
font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	line-height: 1.5em;
	color: #222222;
	width: 100%;
	letter-spacing: 0;
	font-size:inherit;
}
img{
max-width: 100%;
height: auto;
width /***/:auto;
}
@media screen and (max-width:768px){
body{
    background-size:contain
}
}


/* -----------------------------------------------------------
	main
----------------------------------------------------------- */
.main{
    width: 100%;
    margin: 0px auto 0 auto;
    padding: 16px 16px 0 16px;
    box-sizing: border-box;
    background-color: #FEF5ED;
    background-image: url("../images/main_bg.png");
    background-position: bottom;
    background-repeat: repeat-x;
    text-align: center;
}
@media screen and (max-width:768px){
.main{
    padding: 16px 16px 0px 16px;
}
}

/* -----------------------------------------------------------
	pnv_btn
----------------------------------------------------------- */
.pnv_btn ul{
     display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 130px;
}
.pnv_btn ul li{
    padding: 24px;
}

@media screen and (max-width:430px){
.pnv_btn ul{
     display:block;
    margin-bottom: 130px;
    width: 80%;
    margin: 0 auto;
}
.pnv_btn ul li{
    padding: 16px;
}
}

/* -----------------------------------------------------------
	pnv_btn01
----------------------------------------------------------- */
#pnv_btn01{
    text-align: center;
    margin: 0 auto 0 auto;
    background: #d2e6b5;
    position: relative;
    padding: 24px 24px 80px 24px;
    box-sizing: border-box;
}
#pnv_btn01 h2{
    left: 0;
    right: 0;
    top: -50px;
    position: absolute;
}
#pnv_btn01 .wbox{
    background: #fff;
    padding: 80px 50px;
    box-sizing: border-box;
    max-width: 900px;
    width: 100%;
    margin: 50px auto 0 auto;
    position: relative;
}
#pnv_btn01 .wbox h3{
    position: absolute;
    top: -50px;
    left: -50px;
    z-index: 3;
}
#pnv_btn01 .wbox .paper01{
    position: absolute;
    top: -50px;
    right: -180px;
}
#pnv_btn01 .wbox .paper02{
    position: absolute;
    top: 150px;
    left: -180px;
}
#pnv_btn01 .wbox .paper03{
    position: absolute;
    top: 150px;
    right: -180px;
}
#pnv_btn01 .wbox .paper04{
    position: absolute;
    bottom:200px;
    left: -220px;
}
#pnv_btn01 .wbox .giftbox01{
    position: absolute;
    top: -50px;
    right: -50px;
}
#pnv_btn01 .wbox .giftbox02{
    position: absolute;
    bottom:50px;
    left: -80px;
}
#pnv_btn01 .wbox .cracker{
    position: absolute;
   bottom:-60px;
    right: -10px;
}
#pnv_btn01 .wbox .present_box{
    border: #6ba630 3px solid;
    border-radius: 50px;
    padding: 32px 32px 16px 32px;
    box-sizing: border-box;
    position: relative;
}
#pnv_btn01 .wbox .present_box ul{
      display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
#pnv_btn01 .wbox .present_box .balloon01{
    position: absolute;
    right: -130px;
    bottom: -50px;
}
#pnv_btn01 .wbox .present_box2{
    box-sizing: border-box;
    position: relative;
}
#pnv_btn01 .wbox .present_box2 ul{
      display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
#pnv_btn01 .wbox.box2{
    padding: 30px 50px;
}
#pnv_btn01 .wbox .balloon02{
    position: absolute;
    left: -150px;
    bottom: -50px;
    z-index: 3
}
@media screen and (max-width:1024px){
#pnv_btn01 .wbox h3{
    position: absolute;
    top: -60px;
    left: -10px;
    z-index: 3;
    width: 150px;
}
#pnv_btn01 .wbox h3.wpresent{
    width: auto;
}
#pnv_btn01 .wbox .giftbox02{
    left: -50px;
}
#pnv_btn01 .wbox .paper01{
    display: none;
}
#pnv_btn01 .wbox .paper02{
   display: none;
}
#pnv_btn01 .wbox .paper03{
    display: none;
}
#pnv_btn01 .wbox .paper04{
    display: none;
}
#pnv_btn01 .wbox .cracker{
    bottom:20px;
    right: -10px;
}
#pnv_btn01 .wbox .present_box .balloon01{
    right: -30px;
    bottom: -100px;
}
#pnv_btn01 .wbox .balloon02{
    left: -60px;
    bottom: -80px;
    width: 120px;
}
}
@media screen and (max-width:768px){
#pnv_btn01 .wbox h3{
    top: -50px;
    left: -10px;
    width: 150px;
}
#pnv_btn01 .wbox h3.wpresent{
    top: -50px;
    left: -30px;
    width: auto;
}
#pnv_btn01 .wbox .cracker{
    bottom:-30px;
    right: -10px;
    width: 150px;
}
#pnv_btn01 .wbox .present_box .balloon01{
    right: -20px;
    bottom: -90px;
    width: 110px;
}
#pnv_btn01 .wbox .balloon02{
    left: -50px;
    bottom: -130px;
    width: 100px;
}
}
@media screen and (max-width:430px){
#pnv_btn01{
    padding:16px 24px 80px 24px;
}
#pnv_btn01 .wbox{
    background: #fff;
    padding:80px 20px 40px 20px;
    box-sizing: border-box;
    max-width: 900px;
    width: 100%;
    margin: 52px auto 0 auto;
    position: relative;
}
#pnv_btn01 .wbox .present_box ul{
      display:block;
}
#pnv_btn01 .wbox .present_box .balloon01{
    right: -30px;
    bottom: -70px;
    width: 80px;
}
#pnv_btn01 .wbox h3.wpresent{
    top: -50px;
    left: -30px;
    width: 250px;
}
#pnv_btn01 .wbox .giftbox01{
    top: -50px;
    right: 10px;
    width: 80px;
}
#pnv_btn01 .wbox .giftbox02{
    bottom:-30px;
    left: -20px;
    width: 80px;
}
#pnv_btn01 .wbox .cracker{
    bottom:-30px;
    right: -10px;
    width: 100px;
}
#pnv_btn01 .wbox .present_box2 ul{
      display:block;
}
/*#pnv_btn01 .wbox .present_box2 li:first-child img{
      width: 150px;
}*/
#pnv_btn01 .wbox .balloon02{
    left: -50px;
    bottom: -100px;
    width: 80px;
}
#pnv_btn01 .wbox.box2{
    padding: 30px 20px;
}
}
#pnv_btn01 .wbox.box2{
    margin-top: 100px;
}

/* -----------------------------------------------------------
	day
----------------------------------------------------------- */
.tit_day{
    background: #f4dd36;
    padding: 8px;
    box-sizing: border-box;
    line-height: 0;
    margin-top: 70px;
}
.day{
    background: #fcf4c8;
    padding: 24px;
    box-sizing: border-box;
    line-height: 0;
}
.day_attention{
	text-align: left;
    margin:20px 0 0 0;
}

/* -----------------------------------------------------------
	store
----------------------------------------------------------- */
.store{
    max-width: 900px;
    width: 100%;
    margin: 100px auto 0 auto;
text-align: center;
}
.store p{
    padding: 0 24px;
    box-sizing: border-box;
}
.store ul{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.store ul li a{
    border: 3px #ccc solid;
    padding: 16px 32px;
    box-sizing:border-box;
    display: block;
    text-decoration: none;
    font-size:2.6rem;
    margin: 16px;
    line-height: 1em;
    position: relative;
    text-align: left;
    min-width: 320px;
    
}
.store ul li a:after{
        content: "";
        border: 2px solid #b60007;
        top: calc(50% - 4px);
    right: 16px;
        display: block;
        position: absolute;
        transform-origin: calc(50% - 4px) 50%;
        transform: rotate(45deg) translateY(-50%);
        width: 12px;
        height: 12px;
        border-left: unset;
        border-bottom: unset;
        transition: .3s;
    }
@media screen and (max-width:768px){
.store ul{
    display:block
}
    .store p{
    width: 80%;
        margin: 0 auto;
}
    .store ul li a{
    font-size:1rem;
    padding: 8px 16px;
    max-width: 250px;
    margin: 16px auto 0 auto;
    
}
}
@media screen and (max-width:430px){
.store{
    margin: 40px auto 0 auto;
}
    .store p{
    width: 57%;
        margin: 0 auto;
}
}

/* -----------------------------------------------------------
	pnv_btn02
----------------------------------------------------------- */
#pnv_btn02{
    text-align: center;
    margin: 100px auto 0 auto;
    background:url("../images/present02_bg.png") no-repeat top;
    background-size: cover;
    position: relative;
    padding: 200px 24px 80px 24px;
    box-sizing: border-box;
    scroll-margin-top: 200px;
}
#pnv_btn02 h2{
    left: 0;
    right: 0;
    top: 50px;
    position: absolute;
    margin-bottom:100px;
}
#pnv_btn02 .giftbox02{
    position: absolute;
    bottom: -20px;
    left: 24px;
}
#pnv_btn02 .giftbox03{
    position: absolute;
    bottom: -20px;
    right: 24px;
}
@media screen and (max-width:1024px){
#pnv_btn02 h2{
    left: 0;
    right: 0;
    top: 0px;
    position: absolute;
    margin-bottom:100px;
}
}
@media screen and (max-width:430px){
#pnv_btn02{
    padding: 100px 24px 80px 24px;
}
#pnv_btn02 .giftbox02{
    width: 80px;
}
#pnv_btn02 .giftbox03{
    width: 80px;
}
}

/* -----------------------------------------------------------
	taisaku
----------------------------------------------------------- */
.taisaku{
    margin: 70px auto;
    text-align: center;
    padding: 0 16px;
    box-sizing: border-box;
}
@media screen and (max-width:430px){
.taisaku{
    margin: 40px auto;
    text-align: center;
    padding: 0 16px;
    box-sizing: border-box;
}
}

/* -----------------------------------------------------------
	さらに
----------------------------------------------------------- */
.stit_and{
    max-width: 100%;
}
@media screen and (max-width:430px){
  .stit_and{
    max-width: 50%;
}  
}

/*トップへ戻る
----------------------------------------*/
#pagetop {
	position: fixed;
	bottom:50px;
	right:3%;
	z-index:1000;
}
#pagetop a {
	display:block;
	background: url(../images/pagetop.png) no-repeat right bottom;
	width:46px;
	height:46px;
	overflow:hidden;
	text-indent: -9999px;
}
#pagetop a span{
	display:none;
}
#pagetop a:hover {
	filter: alpha(opacity=80); /* IE7以下用 */
	-ms-filter: “alpha(opacity=80)”; /* IE8用 */
	opacity:0.8; /* Firefox 1.5以上, Opera, Safari用 */
}

/* -----------------------------------------------------------
	footer
----------------------------------------------------------- */
.top_category{
    margin-top: 0;
}
@media screen and (max-width:768px){
#footer_middle {
    margin: 44px 0 20px 0;
}
    #footer {
    padding-top: 70px;
    padding-bottom: 8px;
}
}
/* -----------------------------------------------------------
	フッターバナー調整
----------------------------------------------------------- */
@media screen and (max-width:768px){
.top_category_item_text {
    padding: 24px 20px 16px;
}
.top_category_item .top_category_item_title {
    font-size: 1.57rem;
    padding-bottom: 10px;
    line-height: 1em;
    margin-bottom: 0;
}
}












