@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 & bbc.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & bbc.
 */
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, bbc, 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;
	font-weight: lighter;
}
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: #333;
	font-weight: 600;
}
h8 {
	font-size: 25px;
	text-align: left;
	margin: 1em 0;
	line-height: 1.6em;
	color: #bbc300;
	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 bbc+, 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: #333;
}
/*
 * 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, bbc.
 * 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 bbc.
 * 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, bbc+, 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 bbc/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 bbc+.
 */
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 W3", "メイリオ", sans-serif;
	font-weight: 500;
	font-feature-settings: "palt";
	overflow-y: scroll;
	overflow-x: hidden;
	color: #000;
	background-image: url(../img/bk.jpg);
	background-repeat: repeat;
}
#sb-site{
	background-image: url(../img/bk.jpg);
	background-repeat: repeat;
}
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;
}
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;
}

.clear {
	clear: both;
}

/*ローディング*/
#loader {
	opacity: 1;
	position: fixed;
	z-index: 100000;
	width: 100%;
	height: 100%;
	background: #fff;
	top: 0;
	left: 0;
}
#loaderT {
	opacity: 1;
	position: fixed;
	z-index: 100000;
	width: 100%;
	height: 100%;
	background: #fff;
	top: 0;
	left: 0;
}
.logo_nega {
  display: block;
	width: 900px;
	margin: -8px auto 0;
}
.logoSP_nega{
  display: none;
}
.spinner {
	position: absolute;
	top: 300px;
	left: calc(50% - 5px);
	transform: translate(-50%, 0%);
	margin: auto;
	width: 160px;
	height: 30px;
	text-align: center;
	font-size: 10px
}
.spinner>div {
	background-color: #000;
	height: 100%;
	width: 2%;
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out
}
.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s
}
.spinner .rect3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}
.spinner .rect4 {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s
}
.spinner .rect5 {
	-webkit-animation-delay: -.8s;
	animation-delay: -.8s
}
 @-webkit-keyframes sk-stretchdelay {
 0%, 40%, 100% {
 -webkit-transform: scaleY(0.4)
}
 20% {
 -webkit-transform: scaleY(1.0)
}
}
 @keyframes sk-stretchdelay {
 0%, 40%, 100% {
 transform: scaleY(0.4);
 -webkit-transform: scaleY(0.4);
}
 20% {
 transform: scaleY(1.0);
 -webkit-transform: scaleY(1.0);
}
}







/* TOPへ戻る */
#page-top {
	width: 36px;
	height: 35px;
	display: none;
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 999;
}
#page-top p {
	margin: 0;
	padding: 0;
	text-align: center;
	background:  rgba(22,22,22,0.75);
	border-radius: 3px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 999;
}
#page-top p:hover {
	background: #ccc;
	z-index: 999;
}
#move-page-top {
	font-size: 30px;
	font-weight: 100;
	padding: 12px 0 0;
	color: #fff;
	line-height: 22px;
	text-decoration: none;
	display: block;
	cursor: pointer;
	z-index: 999;
}

/*PCヘッダー*/
.pc_header_area {
	width: 100%;
	position: relative;
	z-index: 999;
}
.whitenoise {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	background-color: #fff;
	width: 100%;
	height: 41px;
}
.pc_header_area:hover .whitenoise{
	display: block;
	animation: show 0.225s linear 0s;
}
#shilogo {
	display: block;
	position: absolute;
	top: 13px;
	left: 13px;
	width: 27px;
	z-index: 10000;
}
#SHIROHATO{
	position: absolute;
	left: 50px;
	top: 13px;
	width: 130px;
}
#shilogoG {
	display: block;
	position: absolute;
	top: 13px;
	left: 13px;
	width: 27px;
	z-index: 9999;
	opacity: 0.5;
}
#title {
	display: block;
	position: absolute;
	top: 11px;
	left: 49px;
	width: 250px;
	z-index: 9999;
	opacity: 0.5;
}
.pc_header_area:hover #shilogoG{
	display: none;
}
.pc_header_area:hover #title{
	display: none;
}
.sns {
	display: block;
	float: right;
	margin: 9px 15px 0 0;
	opacity: 0.6;
	font-size: 14px;
	font-family: gill-sans-nova, sans-serif;
	font-weight: 800;
	font-style: normal;
}
.sns a:hover{
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	opacity: 0.5;
}
#insta{
}
#line{
}
.pc_cart {
	display: block;
	float: right;
	margin: 8px 15px 0 0;
	width:25px;
	opacity: 0.5;
	z-index: 9999;
}
.pc_search {
	float: right;
	margin: 8px 15px 0 0;
	z-index: 10;
	opacity: 0.5;
}
.pc_search .inputText {
	float: left;
	font-size: 10px;
	width: 175px;
	height: 25px;
	margin-right: -1px;
	padding: 3px 5px 5px;
	border: 1px solid #bbb;
	border-radius: 0;
	line-height: 18px;
	oveflow: visible;
	font-family: gill-sans-nova, sans-serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.05em;
}
.pc_search .inputText.isLivesearch{
	width: 205px;
}
.pc_search .btnSearch {
	float: left;
	width: 28px;
	height: 25px;
	border:none;
	background: #222 url(https://www.rakuten.ne.jp/gold/shirohato/images/common/ico_btn_search01.png) no-repeat center center;
	background-size: 12px;
	color: transparent;
	overflow: hidden;
}

/*タイトル*/
.tit_area {
	width: 100%;
	position: relative;
}
.tit_pc_bk{
	display: block;
	position: absolute;
	width: 100%;
	height: 666.6px;
	top: -41px;
	left: 0;
	z-index: -999;
	
}
.tit_pc{
	display: block;
	width: 600px;
	margin: 0 auto;
}
.tit_pc img{
	width: 100%;
	margin: 0 auto 0;
}
.tit_sp {
	display: none;
}

/*コンセプト*/
.read_area {
	width: 520px;
	margin: 0px auto 50px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
#ryoko {
	width: 180px;
	transform: translate(60px, 20px);
	z-index: 0;
}
#pigeon {
	position: absolute;
	width: 370px;
	top: 115px;
	left: 40px;
	opacity: 0;
	z-index: 1;
}
#pigeon:hover {
	opacity: 1;
	animation-duration: 0.2s;
	animation-name: fade-in;
	-moz-animation-duration: 0.2s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: 0.2s;
	-webkit-animation-name: fade-in;
}
    @keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
      }

      100% {
        display: block;
        opacity: 1;
      }
    }
#read {
	width: auto;
	z-index: 2;
}
.read_area p{
	font-size: 15px;
	font-weight: 700;
	line-height: 2.75em;
	margin: 5px 0 5px 1px;
	letter-spacing: 0.05em;
}

.theme {
	display: block;
	display: flex;
	flex-wrap: nowrap;
	margin: 25px 0 0;
	font-size: 19px;
	font-weight: 600;
	text-align: center;
	width: 800px;
	transform: translate(-40px, 0);
}


.type01 {
	color: #71a1d4;
	width: 190px;
}

.type02 {
	color: #fe95a5;
	width: 190px;
	padding: 0 20px;
}

.type03 {
	color: #66d1d1;
	width: 190px;
}


.br_sp{
	display: none;
}

.medium {
	height: 200px;
	background-repeat: repeat;
	background-size: 200px;
}
#medi00 {
	background-image: url(../img/medi00.png);
}
#medi01 {
	background-image: url(../img/medi01.png);
}
#medi02 {
	background-image: url(../img/medi02.png);
}
#medi03 {
	background-image: url(../img/medi03.png);
}


/*アイテム*/
.itm_area{
	width: 100%;
	margin: 0 auto 0;
	font-size: 15px;
	padding: 0 0 0;
	position: relative;
}
#theme01 {
	background-color: #e7f6fe;
	padding: 30px 0 100px;
}
#theme02 {
	background-color: #f8e3de;
	padding: 30px 0 100px;
}
#theme03 {
	background-color: #f0f3e9;
	padding: 30px 0 150px;
}
#theme04 {
	background-color: #ece4fd;
	padding: 0 0 100px;
}
#ryoko_listen {
	position: absolute;
	width: 95px;
	top: 300px;
	left: 50%;
	transform: translate(450px, 0);
	z-index: 1000;
}
#ryoko_relax {
	position: absolute;
	width: 160px;
	top: 620px;
	left: 50%;
	transform: translate(-350px, 0);
	z-index: 1000;
}
#ryoko_crisis {
	position: absolute;
	width: 150px;
	top: -60px;
	left: 50%;
	transform: translate(220px, 0);
	z-index: 1000;
}
#ryoko_yeah {
	position: absolute;
	width: 115px;
	top: 360px;
	left: 50%;
	transform: translate(-230px, 0);
	z-index: 1000;
}
.itm_cat{
	display: block;
	height: 60px;
	margin: 0 auto;
	width: auto;
	text-align: center;
}
.itm_cat_jp{
	text-align: center;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.4em;
	margin: 5px 0 0;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	/*display: none;*/
}
#icj01 {
	color: #d1817f;
}
#icj02 {
	color: #b6b984;
}
#icj03 {
	color: #6ca6c0;
}
#icj04 {
	color: #a493cc;
}

.pick_up_itm {
	width: 880px;
	margin: 65px auto 0;
	overflow: hidden;
	position: relative;
}
.scd_pick {
	margin: 100px auto 0;
}
.f_left {
	float: left;
	display: inline-block;
}
.f_right {
	float: right;
	display: inline-block;
}
.picｋ_up_no {
	width: 420px;
	font-size: 40px;
	font-weight: 500;
	line-height: 1em;
	letter-spacing: 0.0em;
	margin: 10px 0 0;
}
.picｋ_up_no span{
	font-size: 20px;
	margin-right: 1px;
	font-weight: 500;
}
#theme01 .picｋ_up_no {
	color: #71a1d4;
}
#theme02 .picｋ_up_no {
	color: #fe95a5;
}
#theme03 .picｋ_up_no{
	color: #66d1d1;
}
#theme04 .picｋ_up_no {
	color: #a493cc;
}

.fst_img {
	width: 420px;
}
.picl_up_txt {
	width: 420px;
	font-size: 16px;
	font-weight: 700;
	line-height: 2.0em;
	margin: 20px 0 0;
	letter-spacing: 0.05em;
}
.scd_img_l {
	width: 350px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.scd_img_r {
	width: 350px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.clear {
	clear: both;
}
.pick_up_nps {
	margin: 40px;
	line-height: 1.6em;
	text-align: center;
	font-size: 12px
}
.buy_btn {
	font-size: 16px;
	width: 200px;
	text-align: center;
	margin: 0 auto;
	display: block;
	line-height: 60px;
	border-radius: 30px;
}
.buy_btn a{
	color: #fff;
	display: block;
}
#theme01 .buy_btn {
	background-color: #d1817f;
}
#theme02 .buy_btn {
	background-color: #b6b984;
}
#theme03 .buy_btn{
	background-color: #6ca6c0;
}
#theme04 .buy_btn {
	background-color: #a493cc;
}
#theme01 .buy_btn a:hover {
	color: #d1817f;
	background-color: #fff;
	border: solid 1px #d1817f;
	border-radius: 30px;
	line-height: 58px;
	animation-duration: 0.2s;
	animation-name: fade-in;
	-moz-animation-duration: 0.2s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: 0.2s;
	-webkit-animation-name: fade-in;
}
#theme02 .buy_btn a:hover {
	color: #b6b984;
	background-color: #fff;
	border: solid 1px #b6b984;
	border-radius: 30px;
	line-height: 58px;
	animation-duration: 0.2s;
	animation-name: fade-in;
	-moz-animation-duration: 0.2s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: 0.2s;
	-webkit-animation-name: fade-in;
}
#theme03 .buy_btn a:hover {
	color: #6ca6c0;
	background-color: #fff;
	border: solid 1px #6ca6c0;
	border-radius: 30px;
	line-height: 58px;
	animation-duration: 0.2s;
	animation-name: fade-in;
	-moz-animation-duration: 0.2s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: 0.2s;
	-webkit-animation-name: fade-in;
}
#theme04 .buy_btn a:hover {
	color: #a493cc;
	background-color: #fff;
	border: solid 1px #a493cc;
	border-radius: 30px;
	line-height: 58px;
	animation-duration: 0.2s;
	animation-name: fade-in;
	-moz-animation-duration: 0.2s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: 0.2s;
	-webkit-animation-name: fade-in;
}


.more_items {
	display: block;
	text-align: center;
	font-size: 20px;
	margin: 80px 0 0;
}
#theme01 .more_items {
	color: #71a1d4;
}
#theme02 .more_items {
	color: #fe95a5;
}
#theme03 .more_items{
	color: #66d1d1;
}
#theme04 .more_items {
	color: #a493cc;
}

.itm{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 900px;
	margin: 0 auto 0;
}
.itm:after {
  content: "";
  width: 200px;
  height: 0;
}
.itm:before {
  content: "";
  width: 200px;
  height: 0;
  order: 1;
}
.itm li{
	width: 430px;
	margin: 30px 0 0 ;
    background: #fff;
}

.itm li a {
	display: block;
    width: 390px;
    margin: 20px auto ;
}

.itm_reco {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.8em;
	margin: 13px 0 0;
	padding: 0 8px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.itm_point {
	font-size: 12px;
	line-height: 1.6em;
	margin: 10px 0 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.itm_price {
	font-size: 12px;
	line-height: 1.0em;
	margin: 8px 0 0;
	color: #777;
}
.itm_buy_btn {
	display: none;
}


#ryoko_info {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 35px 0;
}
#ryoko_info img{
	width: 100px;
	margin: 0 25px 0 0;
}
#ryoko_info p{
	width: 220px;
	font-size: 12px;
	/*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
}
#ryoko_info p span{
	font-weight: bold;
}
#ryoko_info p mark00{
	font-style: italic;
	font-weight: lighter;
}


/* footer */
.footer{
	position: relative;
	width: 100%;
	margin: 0 0 0;
	background-color: #9b9b9b;
}
.ftr_shilogo{
	display: inline-block;
	font-size: 19px;
	font-weight: 500;
	margin: 15px 0 15px 25px;
	letter-spacing: 0.2em;
	font-family: 'Century Gothic', sans-serif;
}
.ftr_shilogo a{
	color: #fff;
}
.cpyr{
	display: inline-block;
	font-size: 11px;
	float: right;
	color: #fff;
	margin: 21px 25px 0 0;
}
/* 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;
}
/* コンテンツボックス */
.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(https://www.rakuten.ne.jp/gold/shirohato/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(https://www.rakuten.ne.jp/gold/shirohato/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;
}



/*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: 481px) {
.Infomation {
	display: none;
}
footer {
	display: none;
}
#topCategory {
	display: none;
}
	#header{display:none;}
	.emblem{display:none;}
	.sphead-point03{display:none;}
	#headerSearch{display:none;}
}







/*-------------------------------------スマホ-------------------------------------*/
@media screen and (max-width: 640px) {

#sb-site{
	background-image: url(../img/bk.jpg);
	background-size: 500px;
	background-repeat: repeat;
}

/*ローディング*/
#loader {
	opacity: 1;
	position: fixed;
	z-index: 100000;
	width: 100%;
	height: 100%;
	background: #fff;
	top: 0;
	left: 0;
}
#loaderT {
	opacity: 1;
	position: fixed;
	z-index: 100000;
	width: 100%;
	height: 100%;
	background: #fff;
	top: 0;
	left: 0;
}
.logo_nega {
	display: none;
}
.logoSP_nega{
	display: block;
	width: 100%;
	margin-top: 45px;
}

#wrapper{
	overflow: hidden;
}


/* TOPへ戻る */
#move-page-top {
	display: none;
}

/* PCヘッダー */
.pc_header_area{
	display: none;
}

/*タイトル*/
.tit_area {
	width: 100%;
	margin: 0;
	position: relative;
	overflow: hidden;
}
.tit_pc_bk{
	display: none;
}
.tit_pc {
	display: none;
}
.tit_sp {
	display: block;
}




/*コンセプト*/
.read_area {
	width: 80%;
	margin: -28px auto 10px;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	transform: translateX(2%);
}
#ryoko {
	width: 120px;
	transform: translateX(0);
	margin-bottom: 10px;
}
#pigeon {
	display: none;
}
#read {
	width: auto;
	margin: 20px auto;

}
.read_area p{
	font-size: 13px;
	font-weight: 700;
	line-height: 2.25em;
	margin: 10px 0 0 1px;
	letter-spacing: 0.05em;
}


.theme {
	font-size: 17px;
	font-weight: 500;
	display: block;
	text-align: left;
	line-height: 2em;
	margin: 0 0 30px;
	transform: translate(0, 0);
}



.type01 {
	width: 100%;
}

.type02 {
	width: 100%;
	padding: 0;
}

.type03 {
	width: 100%;
}


.br_sp{
	display: none;
}

.pcbr{
	display: none;
}



.medium {
	height: 100px;
	background-repeat: repeat;
	background-size: 100px;
}






.itm_area{
	width: 100%;
	margin: 0 auto 0;
	font-size: 14px;
	padding: 25px 0;
}
#theme01 {
	padding: 30px 0 50px;
}
#theme02 {
	padding: 30px 0 50px;
}

#theme03 {
	padding: 30px 0 70px;
}

#theme04 {
	padding: 0 0 75px;
}
#ryoko_listen {
	position: relative;
	width: 63px;
	top: auto;
	left: auto;
	transform: translate(0, 0);
	display: block;
	margin: -20px auto 5px;
}
#ryoko_relax {
	position: relative;
	width: 110px;
	top: auto;
	left: auto;
	transform: translate(0, 0);
	display: block;
	margin: -20px auto 5px;
}
#ryoko_crisis {
	position: relative;
	width: 100px;
	top: auto;
	left: auto;
	transform: translate(0, 0);
	display: block;
	margin: -20px auto 5px;
}
#ryoko_yeah {
	position: relative;
	width: 80px;
	top: auto;
	left: auto;
	transform: translate(0, 0);
	display: block;
	margin: -20px auto 5px;
}
.itm_cat {
	height: auto;
}
.itm_cat img{
	height: 45px;
}
.itm_cat_jp{
	font-size: 11px;
}




.pick_up_itm {
	width: 100%;
	margin: 25px auto 0;
}
.scd_pick {
	margin: 75px auto 0;
}
.f_left {
	float: none;
	display: inline-block;
}
.f_right {
	float: none;
	display: inline-block;
}
.picｋ_up_no {
	font-size: 30px;
	text-align: center; 
	margin: 30px 0 0;
	width: 100%;
}
.picｋ_up_no span{
	font-size: 15px;
	margin-right: 1px;
}

.fst_img {
	width: 85%;
	display: block;
	margin: 0 auto;
}

.picl_up_txt {
	width: 75%;
	display: block;
	font-size: 13px;
	margin: 10px auto 0;
}
.scd_img_l {
	width: 70%;
	display: block;
	margin: 0 auto 0;
	position: relative;
	bottom: auto;
	right: auto;
}
.scd_img_r {
	width: 70%;
	display: block;
	margin: 0 auto 0;
	position: relative;
	bottom: auto;
	right: auto;
}
.pick_up_nps {
	margin: 20px;
	font-size: 11px
}
.buy_btn {
	font-size: 16px;
	width: 50%;
	text-align: center;
	margin: 0 auto;
	display: block;
	line-height: 60px;
	border-radius: 30px;
}




.more_items {
	display: block;
	text-align: center;
	font-size: 20px;
	margin: 40px 0 0;
}
.itm{
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto;
}
.itm:after {
	content: "";
	width: 200px;
	height: 0;
}
.itm:before {
	content: "";
	width: 200px;
	height: 0;
	order: 1;
}
.itm li{
	width: 100%;
	margin: 20px 0 0;
}
.itm li a {
	display: block;
    width: 90%;
    margin: 18px auto ;
}

.itm_point {
	font-size: 11px;
}
.itm_price {
	font-size: 11px;
}


#ryoko_info {
	width: 100%;
	margin: 25px auto;
}
#ryoko_info img{
	width: 20%;
	margin: 0 5% 0 0;
}
#ryoko_info p{
	width: 50%;
	font-size: 11px;
}



.footer{
	margin: 0;
}
.ftr_shilogo{
	font-size: 12px;
	margin: 2% 0 2% 3%;
}
.cpyr{
	font-size: 10px;
	margin: 2.5% 3% 0 0;
}


.pc_only{
	display: none;
}

}