@charset "euc-jp";

/*! normalize.css 2012-07-07T09:50 UTC - https://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
  
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.5em 0;
  line-height: 1.8em;
}

h3 {
  font-size: 1.5em;
  margin: 1em 0;
  line-height: 1.6em;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
h7 {
  font-size: 1.5em;
  margin: 1em 0;
  line-height: 1.6em;
  color: #000;
  font-weight:600;
}
h8 {
  font-size: 25px;
  text-align: left;
  margin: 1em 0;
  line-height: 1.6em;
  color: #ff3300;
  font-weight:600;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}




/* 楽れイベント
----------------------------------------------------------*/
body {
/*  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-feature-settings: "palt";
  background-color: #ff6da0; 
  overflow-y: scroll;
  background-color: #ff6da0;
  animation: bg-color 100s infinite;
  -webkit-animation: bg-color 100s infinite;*/
}


/*@-webkit-keyframes bg-color {
  0% { background-color: #ff6da0; }
  50% { background-color: #ff3333; }
  100% { background-color: #ff6da0; }
}
@keyframes bg-color {
  0% { background-color: #ff6da0; }
  50% { background-color: #ff3333; }
  100% { background-color: #ff6da0; }
}*/

h1, h2, h3, h4, h5 { margin: 0; }
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
dl, p {
    margin: 0;
    padding: 0;
}
i { font-style: normal; }
a {
    color: #333;
    text-decoration: none;
}
a.link {
    color: #0088cc;
    text-decoration: underline;
}



input {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-feature-settings: "palt";
}
textarea {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-feature-settings: "palt";
}


img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}


a:hover img {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.5;
}

.event-page {
  overflow: hidden;
  padding: 0 15px;
}
/*.notsale{
	background:#f8f1df;
}*/

	
.event-page .event-inner {
  margin: 0 auto;
  max-width: 1000px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.event-page h2,
.event-page h3,
.event-page h4,
.event-page p,
.event-page ul {
  padding: 0;
  margin: 0;
}
.event-page li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.event-page .main-img {
  margin: 0 0 90px;
}
.event-page .main-img_top {
  margin: 0 0 15px;
}

.event-page .main-img_left {
	width: 48.73%;
	float: left;
	margin: 0 0 90px;
}
.event-page .main-img_right {
	width: 48.73%;
	float: right;
	margin: 0 0 90px;
}
.event-page .main-img_01 {
	width: 32%;
	float: left;
	margin: 0 2% 30px 0;
}
.event-page .main-img_02 {
	width: 32%;
	float: left;
	margin: 0 0 30px;
}
.event-page .main-img_03 {
	width: 32%;
	float: right;
	margin: 0 0 30px;
}
.event-page .main-img_cpnL {
	width: 48.73%;
	float: left;
	margin: 0 0 30px;
}
.event-page .main-img_cpnR {
	width: 48.73%;
	float: right;
	margin: 0 0 30px;
}
.event-page .main-img_cpnBL {
	width: 48.73%;
	float: left;
	margin: 0 0 30px;
}
.event-page .main-img_cpnBR {
	width: 48.73%;
	float: right;
	margin: 0 0 30px;
}
.clear {
	    clear:both;
}
.event-page .fav_button {
	display: block;
	width: 55%;
	margin: 25px auto 5px ;
}	
	
.event-page .link-box {
  margin: 25px 0 25px;
  padding: 0;
}
.event-page .link-box h3{
  margin: 5% auto 0;
  text-align: center;
  font-size: 35px;
  font-weight: 900;
  color: #fff;
}

.event-page .link-box h4 {	
  margin: 0 6% 5% 5%;
  text-align: left;
  font-size: 13px;
  font-weight: light;
  color: #fff;
}





.event-page .link-list_coupon {
  width: 90%;
  text-align:center;
  margin: 0 auto 0;
  font-size: 0;
}
.event-page .link-list_coupon li {
  display: inline-block;
  width: 31.01266%;
  margin: 0px 2.152% 2.152% 0;
  vertical-align: top;
  font-size: 13px;
  text-align: center;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,.05));
  vertical-align:bottom;
}
.event-page .link-list_coupon a {
  display: block;
}

.event-page .link-list_coupon .img {
  overflow: hidden;
  padding: 8px;
  margin: -2px 0 -8px;
  
  
}


/*4段→2段*/
.event-page .link-list00 {
  width: 102.5974%;
  font-size: 0;
}
.event-page .link-list00 li {
  display: inline-block;
  background-color:#fff;
  width: 22.7%;
  margin: 0px 2.152% 2.152% 0;
  vertical-align: top;
  font-size: 13px;
  text-align: center;
}
.event-page .link-list00 a {
  display: block;
  color: #4c4c4c;
}
.event-page .link-list00 .img {
  overflow: hidden;
  padding: 8px;
  margin: -2px 0 -8px;
  
}
.event-page .link-list00 h4 {
  font-weight: normal;
  padding: 8px 8px 12px;
}


/*9列→5列*/
.event-page .link-list_nav {
  width: 90%;
  text-align:center;
  margin: 0 auto 20px;
  font-size: 0;
}
.event-page .link-list_nav li {
  display: inline-block;
  width: 11.1%;
  margin: 0 0% 0% 0;
  vertical-align: top;
  font-size: 13px;
  text-align: center;
  line-height: 1.5;
}
.event-page .link-list_nav a {
  display: block;
  color: #4c4c4c;
}
.event-page .link-list_nav .img {
  overflow: hidden;
  margin: 0 0 14px;
  /*border: 1px solid #ccc;*/
}



.event-page .bnr-list {
  width: 102.5974%;
  margin: 0 0 41px;
  font-size: 0;
}
.event-page .bnr-list li {
  display: inline-block;
  width: 18%;
  margin: 20px 1.8% 0 0;  
  vertical-align: top;
  font-size: 13px;
  text-align: center;
  line-height: 1.5;
}
.event-page .bnr-list a {
  display: block;
  color: #4c4c4c;
}
.event-page .bnr-list .img {
  overflow: hidden;
  margin: 0 0 0px;
}


p.name { 
  overflow: hidden;	
  font-size: 12px;
  height: 5.1em ;
  line-height: 1.7em;
  font-weight:light;
  text-align: left;
  min-height: 60px;
  margin: 6px 0 0;

}

p.stoprice { 
  overflow: hidden;	
  text-align: right;
  height: 3.0em ;
  line-height: 1.5em;
  font-size: 14px;
  font-weight: 900;
  color: #ff3333;
}

mark1 {
  font-weight: 900;
}
mark2 {
  font-size: 10px;
  font-weight: light;
}
mark3 {
  font-size: 14px;
  font-weight: light;
  color: #666;
  text-decoration: line-through;
}
mark4 {
  font-size: 14px;
  font-weight: light;
  color: #fff;
  background-color:#ff3333;
  margin-left: 3px;
}
mark5 {
	line-height:50px;
  color: #000;
}
mark6 {
  font-size: 14px;
  font-weight: light;
  color: #fff;
  background-color:#000;
  margin-left: 3px;
}
span {
  display: inline-block;
}


.big{
	font-size:300%;
	font-weight:900;
	padding-left: 8px;
}
.off_bg{
	width:100%;
	color:#fff;
	background:#ff9966;

}


.bnr728{
 text-align: center;
}
.bnr728 img{
	margin: 30px 0 0;
}


h1#main {
	width: 100%;
	margin: 0 0 50px;
	text-align: center;
	/*background: url(http://www.rakuten.ne.jp/gold/shirohato/event/special/ok1707/img/bg.jpg) repeat-x 50% 0;*/
}
h1#main img{
	width: 985px;
	margin: 0 auto;
}


/* TOPへ戻る */

#page-top{
	width:50px;
	height:50px;
	display:none;
	position:fixed;
	right:16px;
	bottom:16px;
	z-index:3;
}
 
#page-top p{
	margin:0;
	padding:0;
	text-align:center;
	background:#444;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
	z-index:3;

}
 
#page-top p:hover{
	background:#ccc;
	z-index:3;
}
 
#move-page-top{
	color:#fff;
	line-height:50px;
	text-decoration:none;
	display:block;
	cursor:pointer;
	z-index:3;
}




.m_button a{
	display:block;
	font-size: 15px;
	font-weight: bold;
	margin: 80px 25% 40px;
	padding: 10px;
	color: #000;
	border: solid 2px #000;
	text-align: center;
}

.m_button a:hover{
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.5;
}





/*--------サイドクーポン-----------*/
div#sidecoupon {
position:fixed;
_position:absolute; 
right:0; 
top:100px;
overflow:hideen;
z-index:999999;
display:block;
}
div#sidecoupon img{
	height: 150px;
}





/*--------固定ナビ-----------*/

.inner {
    width: 100%;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
	background: #fff;
	position: absolute;
    top: -110px;
    width: 100%;
    margin: 5px auto -50px;
    padding: 5px 0 0;
    line-height: 1.8;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #333;
	font-weight:300;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
	margin: 6px 30px 30px;
	width: 160px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
	top: 6px;
    left: 260px;
    bottom: 0;
    font-size: 11px;
	font-weight:300;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 12px;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 5px;
    height: 35px;
    background: #fff;
    background: rgba(255,255,255,.9);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 15px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}



/*タイトル*/

.title {
	width: 100%;
    position: relative;
}
.tit_back{
	width: 100%;
}
.shilogo{
	width:175px;
	position: absolute;
	top:20px;
	left: 25px;
}
.tit_l{
	width:33%;
	position: absolute;
	top: 3%;
	left: 50%;
}
.tit_r1{
	width:33%;
	position: absolute;
	top:58%;
	left: 50%;
	-webkit-filter: drop-shadow(2px 2px 2px rgba(25,75,100,.1));
}
.tit_r2{
	width:33%;
	position: absolute;
	top:80%;
	left: 50%;
	-webkit-filter: drop-shadow(2px 2px 2px rgba(25,75,100,.1));
}

.camp_img_pre img
{
	width: 800px;
	display: block;
	margin: 0 auto 50px;
}

.camp_soryo
{
	width: 48%;
	float: left;
}
.camp_point
{
	width: 48%;
	float: right;
}


/*目玉PC*/
.medama-box{
	width:100%;
	margin-bottom: 45px;
	padding-bottom: 25px;
	overflow:hidden;
	background:#FFF;
	text-align:center;
}
.medama-box .left{
	width: 45%;
	float: left;
	margin: 0 0 2% 3.5%;
}

.medama-box .right{
	width: 45%;
	float: right;
	margin: 0 3.5% 2% 0;
}

.medama-box .fav{
	width: 150px;
	text-align: center;
	margin: 11% 0 5%;
}

.medama-box .fav_mini{
	width: 150px;
	text-align: center;
	margin: 2% 0 0;
	wi
}
.medama-box .fav_center{
	width: 150px;
	text-align: center;
	margin: 0 0 5%;
	wi
}

.float_clear {
  clear: both;
  margin: 0 0 1.5%;
}
.medama-box h3 {	
  margin: 5% 0 0 5%;
  text-align: left;
  font-size: 35px;
  font-weight: 900;
  color: #000;
}

.medama-box h4 {	
  margin: 0 0 20px 5%;
  text-align: left;
  font-size: 13px;
  font-weight: light;
  color: #000;
}


/*並びPC*/
.my_panel{
	width:90%;
	margin: 75px auto 75px;
	padding: 5%;
	overflow:hidden;
	background:#FFF;
	text-align:center;
}
.my_panel img{
	vertical-align: bottom;
	border:none;
	width:100%;
	transition: all .2s ease;
}



.my_panel ul{
	width:100%;
}
.my_panel li{
	margin:0;
	padding:0;
	list-style-type:none;
}
.my_panel li{
	width:16.3%;
	float:left;
	margin:0 2.5% 5% 2.5%;
}
.my_panel li:nth-of-type(14n+1){
	margin-top: 75px;
	width:31%;
	clear: both;
}
.my_panel li:nth-of-type(14n+1) .name{
	margin-top: 52px;
}

.my_panel li:nth-of-type(14n+8){
	margin-top: 75px;
	float:right;
	width:31%;
	clear: both;
}
.my_panel li:nth-of-type(14n+8) .name{
	margin-top: 52px;
}

.my_panel h3 {	
  margin: 0;
  text-align: left;
  font-size: 35px;
  font-weight: 900;
  color: #000;
}

.my_panel h4 {	
  margin: 0 0 25px;
  text-align: left;
  font-size: 13px;
  font-weight: light;
  color: #000;
}


.my_panel h5 {	
  margin: 100px 0 0;
  text-align: left;
  font-size: 20px;
  font-weight: light;
  color: #000;
}

/*カウントダウン*/
#olympic{
	margin: 20px 0 5px;
	text-align:center;
	letter-spacing: 1px;
	font-size:50px;

	color:#FFF;
}
#olympic span{
	font-size:25px;

}


.yycountdown-box{
  text-align:center;
  color:#fff;
  margin: 0 0 20px;
}
 
#timerOlympic .yycountdown-box .yyc-day,
#timerOlympic .yycountdown-box .yyc-hou,
#timerOlympic .yycountdown-box .yyc-min,
#timerOlympic .yycountdown-box .yyc-sec{
  font-size:6.0em;
  color:#fff;
}


 
#timerOlympic .yycountdown-box .yyc-day-text,
#timerOlympic .yycountdown-box .yyc-hou-text,
#timerOlympic .yycountdown-box .yyc-min-text,
#timerOlympic .yycountdown-box .yyc-sec-text{
  font-size:2.0em;
  margin-right: 10px;
  color:#fff;
}
  

@media screen and (max-width: 640px) {


/*タイトル*/

.title {
	width: 100%;
	overflow:hidden;
}
	
.shilogo{display:none;}
	
.tit_back{
	width: 150%;
	display: block;
	text-align:center;
	margin: 56px  0 auto -25%;
}
.tit_l{
	width:50%;
	position: absolute;
	top: 18%;
	left: 45%;
}
.tit_r1{
	width:50%;
	position: absolute;
	top:62%;
	left: 45%;
}
.tit_r2{
	width:50%;
	position: absolute;
	top:82%;
	left: 45%;	
}

.camp_soryo{
	width: 90%;
	
}
.camp_soryo img{
	margin-left:5%;
	margin-bottom: 5%;
}

.camp_point{
	width: 90%;
	float:left
	}
.camp_point img{;
	margin-left:5%;
}






/*.tit_l{
	float:left;
	width:100%;
}
.tit_r{
	width:100%;
	float:left;
}*/

/*目玉SP*/
.medama-box{
	width:100%;
	margin-bottom: 35px;
	text-align: center;
}
.medama-box .left{
	width: 93%;
	float:none;
	margin: 0 auto 10%;	
}

.medama-box .right{
	width: 93%;
	float:none;
	margin: 0 auto 10%;
}
.medama-box .fav{
	width: 50%;
	text-align: center;
	margin: 3% 0 0;
}
.medama-box .fav_mini{
	width: 50%;
	text-align: center;
	margin: 3% 0 0;
}
.medama-box .fav_center{
	width: 50%;
	text-align: center;
	margin: -8% 0 8%;
}
.float_clear {
  clear: both;
  margin: 0;
}
.medama-box h3 {
	font-size:20px;
  text-align: center;
  margin: 15px 0 2px 0;
}

.medama-box h4 {
	font-size:11px;	
  text-align: center;
  margin: 0 0 15px 0;
}
	
/*並びSP*/
.my_panel{
	width:100%;
	padding:0%;
	margin-bottom: 35px;
}
.my_panel ul{
	margin:0;
	padding:0;
	width:100%;
}
.my_panel li{
	width:40%;
	float:left;
	margin: 0 5% 8% 5%;
}

.my_panel li:nth-of-type(14n+1){
	margin-top: 0px;
	width:40%;
	float:left;
	clear:none;
}
.my_panel li:nth-of-type(14n+1) .name{
	margin-top: 6px;
}
.my_panel li:nth-of-type(14n+8){
	margin-top: 0px;
	width:40%;
	float:left;
	clear:none;
}
.my_panel li:nth-of-type(14n+8) .name{
	margin-top: 6px;
}
.my_panel h3 {
	font-size:20px;
  text-align: center;
  margin: 15px 0 2px 0;
}

.my_panel h4 {
	font-size:11px;	
  text-align: center;
  margin: 0 0 15px 0;
}

#aubade {
	font-size:11px;	
  text-align: left;
  margin: 0 10px 15px;
}



	h1#main {
	width: 100%;
	margin: 0 0 50px;
	text-align: center;
	
}

    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
		top: 10px;
		left: -10px;
        width: 200px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -520px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 20px 0 3px;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 13px;
		width: 100%;
    }
    #global-nav ul li {

        position: static;
		float: left;
		width: 50%;

    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 15px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }


/*カウントダウン*/
#olympic{
	font-size:24px;
}
#olympic span{
	font-size:12px;
}
 
#timerOlympic .yycountdown-box .yyc-day,
#timerOlympic .yycountdown-box .yyc-hou,
#timerOlympic .yycountdown-box .yyc-min,
#timerOlympic .yycountdown-box .yyc-sec{
  font-size:3.0em;
  color:#fff;
}


 
#timerOlympic .yycountdown-box .yyc-day-text,
#timerOlympic .yycountdown-box .yyc-hou-text,
#timerOlympic .yycountdown-box .yyc-min-text,
#timerOlympic .yycountdown-box .yyc-sec-text{
  font-size:1.0em;
  margin-right: 5px;
  color:#fff;
}
}




/*footer
-----------------------------------*/
#footer{
	background-color: #fff;
}
#pageTop {
    text-align: center;
}
    #pageTop a {
        display: inline-block;
        padding: 28px 13px 10px;
        background:url(../images/common/ico_pagetop01.png) no-repeat center top;
        font-size: 16px;
    }
    .pageTop01 { margin-top: 60px; }
    
    #pageTop #floatingPageTop {
        position: fixed;
        bottom: 0;
        left: 50%;
        margin-left: 500px;
        white-space: nowrap;
            z-index: 2;
    }

.footerWrap01 {
    background: #333;
}
.footerIn {
    width: 980px;
    margin: 0 auto;
}

.footerUtility01 {
    float: left;
    width: 320px;
    margin-right: 10px;
    padding: 30px 0 40px;
}
.footerUtility01:last-child { margin-right: 0; }
    .footerUtility01 .title {
        margin-bottom: 20px;
        color: #fff;
        font-size: 14px;
        font-weight: normal;
        text-align: center;
    }
    .footerUtility01 ul,
    .footerUtility01 div {
        border-radius: 4px;
        background: #f3f3f3;
        font-size: 12px;
        overflow: hidden;
    }
        .footerUtility01 li {
            border-bottom: 1px solid #333;
        }
        .footerUtility01 li:last-child { border-bottom: none; }
        .footerUtility01 li:hover { background: #fff; }
            .footerUtility01 li a {
                display: block;
                padding: 8px 20px 8px 10px;
                background: url(../images/common/ico_arrow01.png) no-repeat right center;
            }
            
    .footerUtility01 .companyInfo01 {
        margin-bottom: 5px;
    }
        .footerUtility01 .companyInfo01 a {
            padding-bottom: 15px;
        }
            .footerUtility01 .companyInfo01 .name {
                display: block;
                margin: 5px 0 0;
                font-size: 14px;
                font-weight: bold;
                text-align: center;
            }
            .footerUtility01 .companyInfo01 .address {
                display: block;
                font-size: 10px;
                text-align: center;
            }
    
    .footerUtility01 .shopInfo01 {
        margin-bottom: 5px;
    }
        .footerUtility01 .shopInfo01 a {
            padding-bottom: 15px;
        }
            .footerUtility01 .shopInfo01 .head {
                display: block;
                margin-bottom: 8px;
            }
            .footerUtility01 .shopInfo01 .image {
                float: left;
            }
            .footerUtility01 .shopInfo01 .address {
                display: block;
                margin-left: 68px;
            }
    
    .footerUtility01 .footerTel01 {
        margin-bottom: 5px;
        padding: 40px 0 10px;
        background: #f3f3f3 url(https://www.rakuten.ne.jp/gold/shirohato/images/common/ico_footer_tel01.png) no-repeat center 10px;
        font-size: 10px;
        text-align: center;
    }
        .footerUtility01 .footerTel01 strong {
            display: block;
            font-size: 14px;
        }
    .footerUtility01 .footerMail01 {
        margin-bottom: 5px;
        padding: 34px 0 10px;
        background: #f3f3f3 url(https://www.rakuten.ne.jp/gold/shirohato/images/common/ico_footer_mail01.png) no-repeat center 10px;
        font-size: 10px;
        text-align: center;
    }
    
    .footerUtility01 .footerCompanyContact01 {
        margin-bottom: 5px;
        padding: 48px 0 10px;
        background: #f3f3f3 url(https://www.rakuten.ne.jp/gold/shirohato/images/common/ico_footer_company01.png) no-repeat center 10px;
        font-size: 10px;
        text-align: center;
    }

.footerUtility03 li {
    float: left;
    margin-right: 15px;
    padding: 3px 0 4px;
}
    .footerUtility03 li a {
        color: #fff;
        font-size: 10px;
    }
.footerLogo {
    float: left;
    color: #858585;
    font-size: 10px;
}
.footerLogo_rakuten {
    float: left;
    color: #858585;
    font-size: 10px;
}


    .footerLogo a {
        display: block;
        margin: 20px 0 10px;
    }
	.footerLogo_rakuten a {
        display: block;
        margin: 20px 20px 10px;
    }

.footerUtility02 {
    float: right;
    padding: 10px 0 15px;
}
    .footerUtility02 a {
        display: block;
        float: left;
        margin-left: 20px;
    }
    .footerUtility02 a img {
        max-height: 70px;
    }
/* clearfix */
header:after,
div:after,
ul:after,
ol:after,
dl:after,
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden;
}
header, div, ul, ol,dl, .list_item a, .clearfix { display: inline-block; }
header, div, ul, ol, dl, .list_item a, .clearfix { display: block; }



.frame {
  overflow:hidden;
  overflow-x:hidden;
  overflow-y:hidden;
  height:100%;
  width:100%;
  position:relative;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
}




@media only screen and (max-width: 771px) {
  .event-page {
    padding: 0 1.5625%;
  }
  .event-page .main-img {
    margin: 0 0 30px;
  }
    .event-page .main-img_top {
    margin: 0 0 8px;
  }
    .event-page .main-img_left {
	width: 100%;
    margin: 0 0 20px;
  }
    .event-page .main-img_right {
    width: 100%;
    margin: 0 0 20px;
  }
  .event-page .main-img_cpnL {
	width: 48.73%;
	margin: 0 0 15px;
}
.event-page .main-img_cpnR {
	width: 48.73%;
	margin: 0 0 15px;
}
  .event-page .main-img_cpnBL {
	width: 100%;
	margin: 0 0 15px;
}
.event-page .main-img_cpnBR {
	width: 100%;
	margin: 0 0 15px;
}
.event-page .main-img_01 {
	width: 48.73%;
	margin: 0 0 8px;
	float:left;
}
.event-page .main-img_02 {
	width: 48.73%;
	margin: 0 0 8px;
		float:right;
}
.event-page .main-img_03 {
	width: 48.73%;
	margin: 0 0 8px;
	float:left;
}

  .event-page .link-box {
	  margin: 15px 0 15px;
  }
  
.event-page .link-box h3{
	font-size:20px;
	line-height: 25px;
  text-align: left;
  margin: 30px 5px 3px 5px;
}

.event-page .link-box h4 {	
	font-size:11px;	
  text-align: left;
  margin: 10px 5px 15px 5px;
}


  .event-page .link-box h5 {
	font-size: 13px;
	line-height: 16px;
    margin: 5px 0 25px;
  }
  .event-page .link-box h6 {

  line-height: 20px;
  font-size: 12px;
  margin-bottom: 10px;

}
  .event-page .link-list_coupon {
    width: 101.6129%;
	text-align:left;
  }
  .event-page .link-list_coupon li {
    width: 48.25397%;
    margin: 0 1.5873% 1.5873% 0;
    font-size: 10px;
  }
  .event-page .link-list_coupon br {
    display: none;
  }
  .event-page .link-list_coupon .img {
    margin: -8px 0 -12px;
  }
  .event-page .link-list_coupon .img img {
    width: 100%;
  }
  
  /*4段→2段*/
  .event-page .link-list00 {
    width: 101.6129%;
  }
  .event-page .link-list00 li {
    width: 48.25397%;
    margin: 0 1.5873% 1.5873% 0;
    font-size: 10px;
  }
  .event-page .link-list00 br {
    display: none;
  }
  .event-page .link-list00 .img {
    margin: -8px 0 -12px;
  }
  .event-page .link-lis00t .img img {
    width: 100%;
  }
  
  

  
    
      /*9列→5列*/
  .event-page .link-list_nav {
    width: 101.6129%;
    margin: 0 0 20px;
  }
  .event-page .link-list_nav li {
  display: inline-block;
  width: 18%;
  margin: 0 2% 2.1519% 0;
  vertical-align: top;
  font-size: 13px;
  text-align: center;
  line-height: 1.5;
  }
  .event-page .link-list_nav br {
    display: none;
  }
  .event-page .link-list_nav .img {
    margin: 0 0 7px;
  }
  .event-page .link-list_nav .img img {
    width: 100%;
  }
  
  
  
  
  
  .event-page .bnr-list {
    width: 101.6129%;
    margin: 0 0 20px;
  }
  .event-page .bnr-list li {
    width: 31.7%;
    margin: 0 1.5873% 1.5873% 0;
    font-size: 10px;
  }
  .event-page .bnr-list br {
    display: none;
  }
  .event-page .bnr-list .img {
    margin: 0 0 7px;
  }
  .event-page .bnr-list .img img {
    width: 100%;
  }

  
h7 {
  font-size: 1.1em;
  margin: 1em 0;
  line-height: 1.1em;
  color: #000;
  font-weight:600;
}
  
  

p.stoprice { 
  font-size: 16px;
}
mark2 {
  font-size: 10px;
}
mark3 {
  font-size: 10px;
}
mark4 {
  font-size: 12px;
}
mark6 {
  font-size: 12px;
}


.event-page .fav_button {
	display: block;
	width: 55%;
	margin: 30px auto 30px ;
}	
  

#footer{display:none;}


div#sidecoupon{display:none;}
	
.big{
	font-size:300%;
}
.event-page .link-list h4 {
  padding: 8px;
}


p.name { 
  font-size: 10px;
  line-height: 15px;
  
}
p.stoprice { 
  line-height: 18px;
  margin-top: -20px;
}

  
/*----------------------------
 infomation
=============================*/

.Infomation{display:inherit;}

div.Infomation{
	background-color: #fff;
	width: 100%;
	margin: 0;
	padding: 0;
}

div.Infomation h2{
	padding: 13px 15px;
	background: #313131;
	color: #fff;
}

ul.Info{
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}


ul.Info li{
	background: url(https://image.rakuten.co.jp/shirohato/cabinet/smart/special/info-arrow.gif) center right no-repeat;
	border-bottom: 1px solid #A0A0A0;
}

ul.Info li a{
	padding: 13px 15px;
	color: #434343;
	font-size: 90%;
	text-decoration: none;
	display: block;
}





.m_button a{
	display:block;
	font-size: 12px;
  padding: 10px;
  margin: 50px 10% 50px;
  border: solid 1px #000;
}




.bnr728 img{
	margin: 10px 0 10px;
}

.onlyPC{display:none;}
  
}

/* コンテンツボックス */
.contentBox01 {
	overflow: hidden;/*1710追加*/
    margin: 20px 0 0;
	/*border-top: #d6d6d6 1px solid;*/
	background-color: #fff;
}

/* コンテンツ区切り */
.headline01,
.headline02 {
    padding: 20px 10px;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    color: #333;
}

/* sub size 付属type */
.btnMore02 {
    display: block;
    position: relative;
    padding: 13px 0;
    background: #d6d6d6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.1;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
	width: 97%;
	margin: 0 1.5%;
}
    .btnMore02:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        width: 12px;
        height: 12px;
        margin-top: -6px;
        background: url(../../images/sp/common/ico.png) no-repeat -32px -107px;
        -webkit-background-size: 250px 250px;
        -moz-background-size: 250px 250px;
        -ms-background-size: 250px 250px;
        background-size: 250px 250px;
    }

/* カテゴリー */
.listCategory01 {
    display: block;
    margin: 0 5px;
}
    .listCategory01 li {
        display: table;
        float: left;
        position: relative;
        width: 50%;
    }
    .listCategory01 a {
        display:table-cell;
        width: 100%;
        height: 40px;
        padding: 0 25px 0 15px;
        background: #333;
        border: #fff 1px solid;
        border-width: 1px 1px 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: middle;
        font-size: 12px;
        line-height: 1.1;
        text-decoration :none;
        color: #fff;
    }
    .listCategory01 li:nth-child(even) a { border-right: none; }
    .listCategory01 a:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
       right: 10px;
        width: 12px;
        height: 12px;
        margin-top: -6px;
        background: url(../../images/sp/common/ico.png) no-repeat -32px -85px;
        -webkit-background-size: 250px 250px;
        -moz-background-size: 250px 250px;
        -ms-background-size: 250px 250px;
        background-size: 250px 250px;
}

/*footer
-----------------------------------*/
#sp_footer{
  background: #fff;
  padding: 10px 0;
}
.footerPc {
    width: 65%;
    margin: 10px auto;

}
    .footerPc a {
        display: block;
        padding: 8px 0 7px;
        margin: 0;
        background: #858585;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        font-size: 10px;
        text-align: center;
        text-decoration: none;
        line-height: 1;
        color: #fff;
    }

.footerInfo {
    margin: 10px 0 0;
    font-size: 10px;
    text-align: center;
}
    .footerInfo strong {
        margin-left: 5px;
        font-size: 18px;
        font-weight: normal;
    }
    .footerInfo span {
        color: #858585;
    }


footer .contact {
    margin: 5px 0 0;
}
    footer .contact a {
        display: block;
        width: 65%;
        padding: 10px 0;
        margin: 0 auto;
        vertical-align: middle;
        border: none;
        background: #333;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        line-height: 1;
        font-size: 12px;
        text-align: center;
        text-decoration: none;
        color: #fff;
        overflow: hidden;
        white-space: nowrap;
    }

.footerLink {
    margin-top: 5px;
    text-align: center;
}
    .footerLink li {
        display: inline-block;
    }
        .footerLink li a {
            display: block;
            border-left: #333 1px solid;
            padding: 0 10px;
            font-size: 10px;
            text-decoration: none;
            line-height: 1;
            color: #333;
        }
        .footerLink li:first-child a {
            border-left: none;
        }

footer address {
    margin: 10px 0;
    padding-top: 5px;
    border-top: #e6e6e6 1px solid;
    font-size: 8px;
    font-style: normal;
    text-align: center;
    color: #858585;
}

/*
Page top
-----------------------------------*/
#pageTop {
    margin: 40px 0 10px;
    background: #5c5c5c;
}
    #pageTop a {
        position: relative;
        display: block;
        padding: 5px;
        font-size: 10px;
        text-align: center;
        text-decoration: none;
        color: #fff;
    }
    #pageTop a:before {
        display: block;
        content: "";
        position: absolute;
        top: -8px;
        left: 50%;
        width: 0;
        height: 0;
        margin-left: -7px;
        border-style: solid;
        border-width: 0 7.5px 8px 7.5px;
        border-color: transparent transparent #5c5c5c transparent;
    }
	
	

@media only screen and (min-width: 770px) {
	.Infomation{display:none;}
	.onlySP{display:none;}
	footer{display:none;}
	#topCategory{display:none;}
}






/*タイムセール*/
div.pickup{
	width: 100%;
	margin: 30px auto 70px;
	background: url(https://image.rakuten.co.jp/shirohato/cabinet/special/ss1709/time_bg.jpg) repeat-y 0 0;
	background-size:100% auto;
}

div.pickup_cont{
	width: 100%;
	margin: 0px auto;
}
div.itemBox{
	width: 90%;
	margin: 0 auto 30px;
}

div.itemBox a img{
	
	margin: 0 auto 60px;
}





/* 在庫表記 */
div.stock{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
div.stock p{
	width: 32.5%;
	padding: 7px 0;
	margin: 1px 1px 0 0;
	background: #261e1c;
	color: #f99593;
	float: left;
	font-weight: bold;
}


