body
{
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	margin: 0 auto;
	background-color:white;
/*
	display:none;
*/
}
/*
@media only screen and (max-width: 640px) {
body {
	transform-origin: top;
	transform: scale3d(1,1,1);
	-webkit-font-smoothing: antialiased;
}
}
@media only screen and (min-width: 641px) {
body {
	transform-origin: top;
	transform: scale3d(2,2,2);
	-webkit-font-smoothing: antialiased;
}
}
*/
a {
	text-decoration: none;
}
a:link { color: #5a1e00; }
a:visited { color: #5a1e00; }
a:hover { color: #5a1e00; }
a:active { color: #5a1e00; }

#wrapper {
    width:320px;
    margin: 0 auto;
}
.fan_selectbox {
    width: 282px;
    height: 30px;
    position:absolute;
    margin: 7px 0 0 30px;
}
.fan_select{
    -webkit-appearance:none;
    appearance:none;
    width:100%;
    box-sizing:border-box;
    border:rgba(255,255,255,0) 1px solid;
    border-radius:0;
    background:rgba(255,255,255,0);
    position:absolute;
    width: 281px;
    height: 30px;
    color:#5a1e00;
    font-size:11px;
    text-align:center;
    z-index:2;
    cursor:pointer;
    font-family: 'MFW-PUDShinMGoPr6N-Regular';
}
/*
.fan_selectbox::after{
    position:absolute;
    content:"";
    display:block;
    width:5px;
    height:5px;
    position:absolute;
    margin:12px 0 0 260px;
    border-bottom:#5a1e00 2px solid;
    border-right:#5a1e00 2px solid;
    transform:rotate(45deg)translateY(-30%);
    z-index:1;
}
*/
.fan_textarea{
    -webkit-appearance:none;
    appearance:none;
    width:100%;
    box-sizing:border-box;
    border:rgba(255,255,255,0) 1px solid;
    border-radius:0;
    background:rgba(255,255,255,0);
    position:absolute;
    width: 304px;
    height: 82px;
    color:#5a1e00;
    font-size:11px;
    z-index:2;
    margin:6px 0 0 8px;
}
.fan_textbox{
    -webkit-appearance:none;
    appearance:none;
    width:100%;
    box-sizing:border-box;
    border:rgba(255,255,255,0) 1px solid;
    border-radius:0;
    background:rgba(255,255,255,0);
    position:absolute;
    width: 281px;
    height: 30px;
    color:#5a1e00;
    font-size:11px;
    text-align:center;
    z-index:2;
    margin:7px 0 0 10px;
}


#swiper_base {
    width: 320px;
    height: 220px;
    margin: 0;
    padding-top: 40px;
    display: none;
    overflow: hidden;
}

#top_banner,#top_banner_img
{
	position:realtive;
	margin:0;
	padding:0;
	height:40px;
}
#toc_banner
{
	position:realtive;
	margin:0;
	padding:0;
	font-size: 13px;
	line-height: 2;
	color: #4F2F1C;
	text-align:center;
	height:87px;
}

#top_btn_search
{
	margin:-40px 0 0 240px;
}

#top_btn_pc
{
	margin:-20px 0 0;
}

#top_btn_pc_img
{
	margin:0 0 0 0;
}
#top_btn_menu
{
	margin:-40px 0 0 280px;
}

#top_btn_menu_img
{
	margin:0 0 0 0;
}

#menulist_base
{
	width:120px;
	height:160px;
	position:absolute;
	background-color:#fff;
	margin:43px 0 0 197px;
	padding:0;
	z-index:99;
	border-radius:5px;
	display:none;
}

#menulist_base:after {
	border:10px solid transparent;
	border-bottom-color:#fff;
	border-top-width:0;
	top:-9px;
	content:"";
	display:block;
	left:93px;
	position:absolute;
	width:0;
}


#menulist_inner {
	width:110px;
	margin:10px 0 0 5px;
}


.menulist_title
{
	width:110px;
	height:20px;
	position:realtive;
	overflow:hidden;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	background-color:#ffffff;
	border-bottom:2px solid #FF0000;
	text-align:right;
	margin:15px 0 0 0;
}

#top_img
{
	width:320px;
	height:196px;
	position:relative;
	background-color:white;
	margin:0;
	padding:0;
}

.product_base{
	width:320px;
	height:auto;
	overflow:hidden
}
.product_bt {
	float:left;
	width:104px;
	height:132px;
    margin-left:2px;
}
.product_bt_img {
	width:98px;
	height:98px;
    margin:3px 0 0 3px;
}
.product_bt_new {
    position:absolute;
	width:28px;
	height:28px;
    margin:3px 0 0 3px;
}
.product_text {
	width:104px;
	height:40px;
    margin:0 0 0 0;
    font-family: "MFW-PUDShinMGoPr6N-Regular";
    font-size:7px;
    text-align:center;
    color:#5a1e00;
    line-height: 1.2em;
}

.product_titleimg {
	width:320px;
}

#sales_notice {
  width: 304px;
  font-size: 8px;
  color: #5a1e00;
  margin: 6px 0 0 8px;
  font-family:"MFW-PUDShinMGoPr6N-Regular";
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
}


#brand_menu {
    z-index: 98;
}

#brand_img_base {
    margin: 0px 0 0 0;
    width: 960px;
    height: 166px;
}

#products_base
{
	width:320px;
	height:96px;
	position:realtive;
	background-color:#fff7d8;
	margin:0;
	padding:0;
}

.products_icon
{
	width:76px;
	text-align:center;
	text-shadow:none;
	font-weight:700;
	float:left;
}

#products_icon1
{
	margin-left:8px;
}

#products_icon2
{
}

#products_icon3
{
}

#products_icon4
{
}

#products_icon5
{
	margin-left:8px;
	margin-top:7px;
}

#products_icon6
{
	margin-top:7px;
}

#products_icon7
{
	margin-top:7px;
}

#products_icon8
{
	margin-top:7px;
}
#products_icon9
{
	margin-left:123px;
	margin-top:48px;
}

#special_base
{
	width:320px;
	height:96px;
	position:realtive;
	background-color:white;
	margin:0;
	padding:0;
	overflow:hidden;
}
#pick1
{
	width:160px;
    float:left;
}
#pick1 img
{
	width:148px;
    padding:8px 0 0 8px;
}
#pick2
{
	width:160px;
    float:left;
}
#pick2 img
{
	width:148px;
    padding:8px 0 0 4px;
}


#social_base li
{
	display: inline;
	float: left;
	margin-left: 6px;
}
#social_base
{
	width:320px;
	height:60px;
	position:realtive;
	margin:0;
	padding:0;
	text-align: center;
}
#social_base ul
{
	padding: 3px 0;
	text-align: center;
}
.socialul:after
{
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.socialul
{
	min-height: 1px;
	margin:9px 0 0 3px;
}
#social_base li.facebook #facebook
{
	overflow: hidden;
	width: 71px;
	text-align: center;
}

#social_base li.tweet
{
	overflow: hidden;
	width: 69px;
	margin-left: 7px;
}
#social_base li.mixi
{
	overflow: hidden;
	padding: 1px;
	width: 58px;
}
#social_base li.google_plusone
{
	margin-left: 3px;
	overflow: hidden;
	padding: 0;
	width: 60px;
	margin-left: 4px;
}
#social_base li.send_line
{
	margin-left: 30px;
	overflow: hidden;
	padding: 0;
	width: 88px;
	margin-left: 4px;
}

.sns_title {
	width:320px;
	height:20px;
    margin:22px 0 0 0;
    font-family: "MFW-PUDShinMGoPr6N-Regular";
    font-size:11px;
    text-align:center;
    color:#5a1e00;
}
#sns_base
{
	width:320px;
    height:44px;
	position:relative;
	margin:20px 0 0 0;
	padding-bottom:20px;
}


#facebook {
	width:44px;
	height:44px;
    margin-left:50px;
    float:left;
    cursor:pointer;
}
#twitter {
	width:44px;
	height:44px;
    margin-left:44px;
    float:left;
    cursor:pointer;
}

#line {
	width:44px;
	height:44px;
    margin-left:44px;
    float:left;
    cursor:pointer;
}
#bottom_base,#bottom_base2
{
    box-shadow: 0 0px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.2);
}
#bottom_base
{
	width:320px;
	position:relative;
	margin:0;
	padding:0;
}
#bottom_base2
{
	width:320px;
	position:relative;
	margin:0;
	padding:0;
}
#formedia {
	width:320px;
	height:44px;
}




.fan_img img {
    width: 92px;
    height: 92px;
    margin: 4px 0 0 4px;
}

.fan_border > img {
    width: 320px;
    height: 40px;
}

.fan_row {
    width: 320px;
    height: 100px;
}

.fan_img {
    float: left;
    width: 100px;
    height: 100px;
}

.fan_comments {
    float: left;
    width: 206px;
    text-align: center;
    font-size: 12px;
}

.fan_gname {
    width: 206px;
    font-family:"MFW-PUDShinMGoPr6N-Medium";
	font-size:12px;
}

.fan_text {
    display: table-cell;
    width: 206px;
    height: 60px;
    vertical-align: middle;
    font-family:"MFW-PUDShinMGoPr6N-Regular";
    color:#5A1E00;
    font-size:11px;
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.fan_text2 {
    width: 206px;
    height: 20px;
    font-family:"MFW-PUDShinMGoPr6N-Medium";
	color:#5A1E00;
	font-size:11px;
    word-break: break-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.fan_border > img {
    width: 320px;
    height: 12px;
}



#info_base
{
	width:320px;
	position:realtive;
	margin:0;
	padding:0;
}

.info_title
{
	width:320px;
	height:40px;
	position:realtive;
	overflow:hidden;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	background-color:#fff;
	border-bottom:2px solid #B0B0B0;
	background: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#C0C0C0));
	background: linear-gradient(to bottom, #F0F0F0, #C0C0C0); /* Firefox,Opera用 */
}

.info_text
{
	width:320px;
	height:40px;
	font-size:14px;
	font-weight:700;
	color:#505050;
	padding-top:2px;
	padding-left:10px;
	letter-spacing:-.1em;
	vertical-align:middle;
	display:table-cell;
	text-shadow:none;
}

.info_company_title
{
	width:320px;
	height:40px;
	position:realtive;
	overflow:hidden;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	background-color:#fff;
	border-bottom:2px solid #B0B0B0;
}

.info_company_text
{
	width:320px;
	height:40px;
	font-size:14px;
	font-weight:700;
	color:#505050;
	padding-top:2px;
	padding-left:10px;
	letter-spacing:-.1em;
	vertical-align:middle;
	display:table-cell;
}

#pagetop_btn
{
	margin:0;
}

#pagetop_btn_img
{
	margin:0 0 0 220px;
}

#top_btn_pc,#top_btn_menu,#top_btn_pc_img,#top_btn_menu_img,.info_btn,.info_btn_img
{
	position:absolute;
}
#top_btn_pc,#top_btn_pc_img,#top_btn_menu,#top_btn_menu_img,.news_btn,.news_btn_img,.info_btn,.info_btn_img
{
	text-align:center;
	padding:0;
}
.news_btn
{
	width:15px;
	height:15px;
	float:left;
	margin-left:5px;
}

#top_btn_pc a,#top_btn_menu a,.products_name a,.products_icon a,.news_btn a,.info_title a
{
	opacity:1.0;
	filter:alpha(opacity=100);
}

#top_btn_pc a:hover,#top_btn_menu a:hover,.products_name a,.products_icon a:hover,.news_btn a:hover,.info_title a:hover
{
	opacity:0.6;
	filter:alpha(opacity=60);
}

.info_btn_img,.info_company_btn_img
{
	margin:0 0 0 295px;
}

.info_btn,.info_company_btn
{
	margin:-27px 0 0;
}
#top_product_base {
    padding-top:40px;
    width:320px;
    height:100%;
    font-family: 'MFW-PUDShinMGoPr6N-Regular';
}
#spmenu_copyright {
    position: relative;
    width: 100%;
    height: 38px;
    background-color: #FF0000;
}
.vote_agreement {
    color: #5a1e00;
    font-family: 'MFW-PUDShinMGoPr6N-Regular';
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    -o-transform: rotate(0.03deg);
    -ms-transform: rotate(0.03deg);
    -moz-transform: rotate(0.03deg);
    -webkit-transform: rotate(0.03deg);
    transform: rotate(0.03deg);
}
.vote_agreement {
    position: relative;
    text-align: center;
}
.vote_agreement a {
  text-decoration: underline;
}
#vote_agree,label {
    cursor: pointer;
}
.vote_agreement {
    width:307px;
    padding: 6px;
    font-size:11px;
}
#vote_agree {
    width: 11px;
    height: 11px;
}
.outerlink {
  width: 11px;
  height: 11px;
}

.fan_term {
    color:#5a1e00;
    font-family:"MFW-PUDShinMGoPr6N-Regular";
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    -o-transform: rotate(0.03deg);
    -ms-transform: rotate(0.03deg);
    -moz-transform: rotate(0.03deg);
    -webkit-transform: rotate(0.03deg);
    transform: rotate(0.03deg);
    text-align: center;
    font-size:11px;
    margin-top: 16px;
    margin-bottom: 24px;
}
.fan_term a {
  text-decoration: underline;
}

#allergen_base {
  width:320px;height:auto;cursor:pointer;
}
#allergen_base2 {
  width:320px;height:auto;display:none;
}

.aller_descr_btn {
  width:320px;height:32px; margin:0 0 0 0;
}
.aller_descr_btn2 {
  width:320px;height:383px; margin:0 0 0 0;
}
.aller_descr_table {
  width:245px;height:auto;table-layout:fixed;display: table;margin:-328px 0 0 67px;text-align:center;
}
.aller_descr_table2 {
  width: 367.5px;
  margin: -492px 0px 0px 100.5px;
  text-align: center;
}
.allergen_tablecell1 {
  height:20px;display: table-cell;vertical-align:middle;font-size:8px;color:#5a1e00;
}
.aller_descr_table {
  width:245px;height:auto;table-layout:fixed;display: table;margin:-351px 0 0 67px;text-align:center;
}
.aller_etc_table {
  width:244px;height:auto;table-layout:fixed;display: table;margin:0 0 0 68px;
}
.allergen_tablecell2 {
  height:30px;display: table-cell;vertical-align:middle;font-size:10px;color:#5a1e00;padding:6px;
}
.aller_notice_table {
  width:304px;height:auto;table-layout:fixed;display: table;margin:12px 0 0 8px;
}
.allergen_tablecell3 {
  height:28px;display: table-cell;vertical-align:middle;font-size:9px;color:#5a1e00;padding-left:7px;
}
#allergen_notation {
  width:320px;height:100%; margin:1px 0 0 0;
}


.allergen_btn_override {
  overflow:hidden;
}

.tokiteig_override {
  position: absolute;
  background-color:#E5E5E5;
}

.tokiteig_title_override {
  border-style: solid;
  border-color: #A68F82;
}

.tokiteig_dscr_title_override {
  position: absolute;
}
.tokiteig_dscr_title2_override,.tokiteig_dscr_title2_override_2023 {
  background-color:#FFFFF2;
  border-style: solid solid none none;
  border-color: #A68F82;
}


.tokiteig_dscr_val2_override,.tokiteig_dscr_val2_override_2023 {
  background-color:white;
  border-style: solid solid none none;
  border-color: #A68F82;
}

.tokiteigj_title_override {
  position: absolute;
  background-color:#E5E5E5;
}

.tokiteigj_title2_override {
  border-style: solid;
  border-color: #A68F82;
}
.tokiteigj_descr_override {
  background: white;
}
.tokiteigj_descr_cell_override {
  border-style: solid solid solid none;
  border-color: #A68F82;
  background-color: white;
}
.tokiteietc_descr_val2_override {
  background: white;
  border-style: solid;
  border-color: #A68F82;
}
.allergen_btn_override {
  height:32px;
}

.tokiteig_override {
  margin: -351px 0 0 8px;
  width: 59px;
  height: 42px;
}

.tokiteig_title_override {
  border-width:1px;
  width: 59px;
  height: 42px;
}

.tokiteig_dscr_title_override {
}
.tokiteig_dscr_title2_override,.tokiteig_dscr_title2_override_2023 {
  border-width:1px;
}

.tokiteig_dscr_val_override {
  margin-top: -330px;
}

.tokiteig_dscr_val2_override,.tokiteig_dscr_val2_override_2023 {
  border-width:1px;
}

.tokiteigj_title_override {
  margin: 0px 0 0 8px;
  width: 59px;
  height: 43px;
}

.tokiteigj_title2_override {
  border-width:1px;
  width: 59px;
  height: 42px;
}
.tokiteigj_descr_override {
  margin-left: 67px;
  width: 245px;
  height: 40px;
}
.tokiteigj_etc2_override {
  margin-top: -2px;
}
.tokiteigj_descr_cell_override {
  border-width:1px;
  height: 30px;
}
.tokiteietc_descr_val_override {
  margin-top:13px;
}
.tokiteietc_descr_val2_override {
  border-width: 1px;
  height: 50px;
}

#top_product_img {
  position: relative;
  display: inline-block;
}


.is_release_img{

}
.is_end_img {
  display: block;
  position: relative;
  z-index: 1; /* 必要に応じて調整 */

}
.grayscale_image {
  display: block;
  width: 100%; /* 画像サイズに応じて調整 */
  height: 100%;
}
.end_of_sale {
  position: absolute;
  display: block;
  width: 100%; /* 画像サイズに応じて調整 */
  height: 100%;
}

@media only screen and (max-width: 640px) {
#top_product_base {
    padding-top:40px;
}
#bottom_base {
    width: 100%;
    background: rgba(255,255,255,1);
}
#bottom_base_inner {
    width: 320px;
    margin: 0 auto;
    position: relative;
    height: 84px;
}
#bottom_base2 {
    display:none;
}
#wrapper_s {
    display:block;
}
#wrapper_r {
    display:none;
}
}
@media print, screen and  (min-width: 641px) {
#top_product_base {
    padding-top:56px;
}
#bottom_base {
    display:none;
}
#bottom_base2 {
    width: 100%;
    background: rgba(255,255,255,0.9);
}
#bottom_base2_inner {
    width: 100%;
    margin: 0 auto;
    background:white;
}
#wrapper_s {
    display:none;
}
#wrapper_r {
    display:block;
}
}
@media only screen and (min-width: 1160px) {
#top_product_base {
    padding-top:56px;
}
#bottom_base {
    display:none;
}
#bottom_base2 {
    width: 100%;
    background: rgba(255,255,255,0.9);
}
#bottom_base2_inner {
    width: 100%;
    margin: 0 auto;
    background:white;
}
#wrapper_s {
    display:none;
}
#wrapper_r {
    display:block;
}
}
