@charset "utf-8";

@import url(pc_style.css) screen and (min-width: 769px);
@import url(sp_style.css) screen and (max-width: 768px);

/************************
01 reset
02 common
03 header
04 nav
05 present
06 category
07 care
08 christmas
09 sns
10 price
11 shop
12 pagetop
13 footer
************************/
/*****
01 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,table, caption, tbody, tfoot, thead, tr, th, td,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-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;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/*****
02 common
*****/
body{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	color: #222;
	line-height: 1.6em;
	letter-spacing: 0.1em;
}
.wrap{
	background: url(../images/bg01.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
        position: relative;
}
.inner{
	background: rgba(255, 255, 255, 0.8);
}
a{
	text-decoration: none;
	transition: all 0.5s;
        color: #000;
}
.fadein {
    opacity : 0.0;
    transform : translate(0, 50px);
    transition : all 800ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
.mincho {
    font-family : "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}    
/*****
03 header
*****/
/*****
04 nav
*****/
.drawer-menu li a{
	color: #fff;
	display: block;
}
.drawer-toggle {
    background: rgba(255,255,255,0.6);
}
/*****
05 present
*****/
.present_section, .christmas_section {
    background: #262d36;
    padding-bottom: 30px;
}
/*****
06 category
*****/
.bg_beige{
	background: #efebe1;
}
.category_section h3{
    color: #262d36;
}
.category_section h3.color_txt {
    color: #882728;
    font-weight: bold;
}
.category_section .copy{
    color: #2d2a2a;
}

/*****
08 sns
*****/
.sns_section {
    background: #e7d1c4;
}
/*****
09 price
*****/
.price_section {
    padding: 30px 0;
}
/*****
11 pagetop
*****/
.pagetop_section{
    text-align: center;
}
/*****
12 footer
*****/
#footer ul.sns_list img {
    width: 32px;
    height: 32px;
}
#footer p.logo img {
    width: 160px;
    margin: auto;
    display: block;
}
.side-fixed img {
    width: 100px;
    height: auto;
}
@media screen and (min-width: 1340px) {
    .side-fixed {
  position: fixed;
  top: 30%;
  z-index: 2;
}
}
@media screen and (max-width: 1339px) {
    .side-fixed {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 2;
  opacity: 0.8;
}
.side-fixed:hover {
    opacity: 1;
}
}
 
