/*************************************************
  pc.css
  "/winny/res/css/pc.css"

  + Compass
  + Modules
  + Frames
  + General classes
  + Pages

*************************************************/
/* ==============================
  Modules
  - modBreadcrumbs
  - modWnNewsTicker
  - modWnPageSubTitle
  - modWnPointList
  - modWnProductPhoto
  - modWnProductTitle
  - modWnButtonA
  - modWnRecipeBox
  - modWnCharaDesc
  - modWnCharaImg
  - modWnKazariImg
  - modWnKazariList
  - modWnHistoryList
  - modWnHistoryBox
  - modWnPager
  - modWnFunsIndex
  - modWnAlbumSelector
  - modWnAlbumItem
  - winnySausajinStory
  - winnySausajinMake
  - modWnButtonView
============================== */
/* modBreadcrumbs */
/* line 57, sass/pc.scss */
.modBreadcrumbs {
  margin: 5px 20px;
}
/* line 10, sass/_mixins.scss */
.modBreadcrumbs .bd:before, .modBreadcrumbs .bd:after {
  content: "";
  display: table;
}
/* line 14, sass/_mixins.scss */
.modBreadcrumbs .bd:after {
  clear: both;
}
/* line 17, sass/_mixins.scss */
.ie8 .modBreadcrumbs .bd {
  zoom: 1;
}
/* line 61, sass/pc.scss */
.modBreadcrumbs .bd .item {
  float: left;
  line-height: 20px;
}
/* line 64, sass/pc.scss */
.modBreadcrumbs .bd .item a {
  color: #000;
  text-decoration: none;
}
/* line 67, sass/pc.scss */
.modBreadcrumbs .bd .item a:after {
  content: "\003e";
  display: inline-block;
  padding: 0 6px;
}

/* modWnNewsTicker */
/* line 78, sass/pc.scss */
.modWnNewsTicker {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  width: 830px;
  min-height: 40px;
  margin-bottom: 15px;
  padding: 0 50px 0 20px;
  background: #ff9999 url('../image/top/bg_news_ticker_pc.png?1406770140') no-repeat right center;
}
/* line 85, sass/pc.scss */
.modWnNewsTicker .hd {
  margin-right: 5px;
}
/* line 87, sass/pc.scss */
.modWnNewsTicker .hd .title {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('../image/top/ttl_news_ticker_pc.png?1406770148');
  background-repeat: no-repeat;
  background-position: left center;
  width: 120px;
  height: 39px;
}
/* line 91, sass/pc.scss */
.modWnNewsTicker .bd {
  width: 695px;
  margin: 7px 0;
}
/* line 94, sass/pc.scss */
.modWnNewsTicker .bd .date {
  padding: 0 25px;
}
/* line 97, sass/pc.scss */
.modWnNewsTicker .bd .text {
  padding: 0 10px;
}

/* modWnPageSubTitle */
/* line 104, sass/pc.scss */
.modWnPageSubTitle {
  margin-bottom: 20px;
  padding-bottom: 6px;
  border-bottom: 1px solid #3399cc;
}
/* line 10, sass/_mixins.scss */
.modWnPageSubTitle:before, .modWnPageSubTitle:after {
  content: "";
  display: table;
}
/* line 14, sass/_mixins.scss */
.modWnPageSubTitle:after {
  clear: both;
}
/* line 17, sass/_mixins.scss */
.ie8 .modWnPageSubTitle {
  zoom: 1;
}
/* line 109, sass/pc.scss */
.modWnPageSubTitle .bd {
  float: left;
  padding-right: 10px;
}
/* line 113, sass/pc.scss */
.modWnPageSubTitle .ft {
  overflow: hidden;
  padding: 8px 0;
}

/* modWnPointList */
/* line 121, sass/pc.scss */
.modWnPointList {
  margin-bottom: 10px;
}
/* line 124, sass/pc.scss */
.modWnPointList .bd {
  font-size: 18px;
  font-weight: bold;
}
/* line 10, sass/_mixins.scss */
.modWnPointList .bd:before, .modWnPointList .bd:after {
  content: "";
  display: table;
}
/* line 14, sass/_mixins.scss */
.modWnPointList .bd:after {
  clear: both;
}
/* line 17, sass/_mixins.scss */
.ie8 .modWnPointList .bd {
  zoom: 1;
}
/* line 128, sass/pc.scss */
.modWnPointList .bd .item {
  position: relative;
  float: left;
  width: 220px;
  padding: 6px 0 0 80px;
  margin: 0 20px 5px 0;
}
/* line 134, sass/pc.scss */
.modWnPointList .bd .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 74px;
  height: 42px;
  background-image: url('../image/ico_point_pc-s812fc85170.png');
}
/* line 145, sass/pc.scss */
.modWnPointList .bd .item1:before {
  background-position: 0 -156px;
}
/* line 148, sass/pc.scss */
.modWnPointList .bd .item2:before {
  background-position: 0 -104px;
}
/* line 151, sass/pc.scss */
.modWnPointList .bd .item3:before {
  background-position: 0 0;
}
/* line 154, sass/pc.scss */
.modWnPointList .bd .item4:before {
  background-position: 0 -52px;
}

/* modWnProductPhoto */
/* line 161, sass/pc.scss */
.modWnProductPhoto {
  margin-bottom: 30px;
}
/* line 163, sass/pc.scss */
.modWnProductPhoto .bd {
  width: 200px;
}

/* modWnProductTitle */
/* line 169, sass/pc.scss */
.modWnProductTitle {
  margin-bottom: 20px;
}
/* line 171, sass/pc.scss */
.modWnProductTitle .bd {
  width: 200px;
  font-size: 18px;
}

/* modWnButtonA */
/* line 180, sass/pc.scss */
.modWnButtonA .bd .label:after, .modWnButtonA2 .bd .label:after {
  width: 21px;
  height: 21px;
}

/* line 189, sass/pc.scss */
.modWnButtonA .bd .label:after {
  background: url('../image/ico_arrow_01_pc_r.png?1405393243') no-repeat center center;
}

/* line 197, sass/pc.scss */
.modWnButtonA2 .bd .label:after {
  background: url('../image/ico_arrow_01_pc_d.png?1405393243') no-repeat center center;
}

/* modWnRecipeBox */
/* line 204, sass/pc.scss */
.modWnRecipeBox {
  width: 200px;
  margin-top: 26px;
  margin-bottom: 26px;
  margin-right: 20px;
}
/* line 210, sass/pc.scss */
:not(.ie8) .modWnRecipeBox:before {
  top: -26px;
  width: 44px;
  height: 32px;
  margin-left: -22px;
  background: url('../image/ico_recipe_pc-s868ee6fc51.png') 0 -57px;
}
/* line 217, sass/pc.scss */
.modWnRecipeBox .bd {
  padding: 13px 4px 6px 18px;
  background-image: url('../image/bg_recipe_box_body_pc.gif?1405393243');
}
/* line 220, sass/pc.scss */
.modWnRecipeBox .bd .thumb {
  margin-bottom: 5px;
}
/* line 223, sass/pc.scss */
.modWnRecipeBox .bd .title {
  min-height: 40px;
  padding: 9px 65px 0 0;
}
/* line 226, sass/pc.scss */
.modWnRecipeBox .bd .title:after {
  width: 50px;
  height: 47px;
  background: url('../image/ico_recipe_pc-s868ee6fc51.png') 0 0;
}

/* modWnCharaImg */
/* line 236, sass/pc.scss */
.modWnCharaImg {
  width: 303px;
}
/* line 238, sass/pc.scss */
.modWnCharaImg .bd {
  height: 272px;
  margin: 0 20px;
  text-align: center;
}
/* line 242, sass/pc.scss */
.modWnCharaImg .bd .photo img {
  width: auto;
  height: 100%;
}

/* modWnCharaDesc */
/* line 250, sass/pc.scss */
.modWnCharaDesc {
  width: 282px;
}
/* line 252, sass/pc.scss */
.modWnCharaDesc .hd {
  margin: 36px 0 15px;
  padding-bottom: 20px;
  background: url('../image/character/line_chracter_pc.png?1405393243') repeat-x left bottom;
}
/* line 256, sass/pc.scss */
.modWnCharaDesc .hd .title img {
  height: 25px;
}

/* modWnKazariImg */
/* line 263, sass/pc.scss */
.modWnKazariImg {
  padding: 12px;
}

/* modWnKazariList */
/* line 271, sass/pc.scss */
.modWnKazariList .bd .item div {
  width: 76px;
}
/* line 275, sass/pc.scss */
.modWnKazariList .bd .title {
  background: url('../image/ico_arrow_03_pc_r.png?1405393243') no-repeat right center;
}
/* line 279, sass/pc.scss */
:not(.ie8) .modWnKazariList .bd .icoMovie:before {
  background: url('../image/ico_movie_01_pc.png?1405393243') no-repeat center center;
}

/* modWnHistoryList */
/* line 288, sass/pc.scss */
.modWnHistoryList .bd {
  min-height: 682px;
  margin-right: -20px;
  background: url('../image/history/bg_history_pc.png?1405393243') no-repeat center top;
}
/* line 10, sass/_mixins.scss */
.modWnHistoryList .bd:before, .modWnHistoryList .bd:after {
  content: "";
  display: table;
}
/* line 14, sass/_mixins.scss */
.modWnHistoryList .bd:after {
  clear: both;
}
/* line 17, sass/_mixins.scss */
.ie8 .modWnHistoryList .bd {
  zoom: 1;
}
/* line 294, sass/pc.scss */
.modWnHistoryList .bd .item {
  float: left;
  margin-bottom: 38px;
  margin-right: 20px;
}

/* modWnHistoryBox */
/* line 303, sass/pc.scss */
.modWnHistoryBox {
  position: relative;
  float: left;
  margin: 0 100px;
  padding: 20px;
}
/* line 308, sass/pc.scss */
.modWnHistoryBox .inner {
  width: 470px;
  padding: 20px 41px;
  border: 4px dashed #a27b4a;
}
/* line 314, sass/pc.scss */
.modWnHistoryBox.winnyBoya .inner:after {
  content: "";
  position: absolute;
  bottom: 50px;
  right: 0;
  display: block;
  width: 103px;
  height: 172px;
  background: url(/winny/res/image/history/pic_boya_pc.png) no-repeat left top;
}
/* line 326, sass/pc.scss */
.modWnHistoryBox .hd .date {
  font-size: 24px;
}
/* line 328, sass/pc.scss */
.modWnHistoryBox .hd .date small {
  font-size: inherit;
}
/* line 332, sass/pc.scss */
.modWnHistoryBox .hd .title {
  margin-bottom: 5px;
  font-size: 32px;
}
/* line 337, sass/pc.scss */
.modWnHistoryBox .bd {
  font-size: 14px;
}
/* line 339, sass/pc.scss */
.modWnHistoryBox .bd .desc {
  min-height: 150px;
  margin-bottom: 15px;
}
/* line 343, sass/pc.scss */
.modWnHistoryBox .bd .photo {
  margin: 0 80px;
}
/* line 347, sass/pc.scss */
.modWnHistoryBox .ft {
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 100;
  font-size: 24px;
  text-align: center;
  line-height: 1.0;
}
/* line 355, sass/pc.scss */
.modWnHistoryBox .ft .btnClose {
  display: block;
  width: 24px;
  height: 24px;
  padding: 2px 3px 4px;
  border: 3px solid white;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  background: black url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiYSgyNTUsIDI1NSwgMjU1LCAwLjYpIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2JhKDI1NSwgMjU1LCAyNTUsIDApIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: black -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.6)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: black -webkit-linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
  background: black -moz-linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
  background: black -o-linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
  background: black linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF999999', endColorstr='#FF000000');
  color: white;
  text-decoration: none;
}

/* modWnPager */
/* line 372, sass/pc.scss */
.modWnPager .linkPrev {
  background: url('../image/ico_arrow_05_pc_l.png?1405393243') no-repeat left center;
}
/* line 375, sass/pc.scss */
.modWnPager .linkNext {
  background: url('../image/ico_arrow_05_pc_r.png?1405393243') no-repeat right center;
}

/* modWnFunsIndex */
/* line 382, sass/pc.scss */
.modWnFunsIndex .bd {
  margin: 0 -10px;
}
/* line 384, sass/pc.scss */
.modWnFunsIndex .bd .item {
  float: left;
  width: 220px;
  margin-bottom: 10px;
}
/* line 389, sass/pc.scss */
.modWnFunsIndex .bd .itemInner {
  padding: 0 5px;
}
/* line 391, sass/pc.scss */
.modWnFunsIndex .bd .itemInner img {
  width: 100%;
  height: auto;
}

/* modWnAlbumSelector */
/* line 400, sass/pc.scss */
.modWnAlbumSelector {
  margin-bottom: 20px;
}
/* line 403, sass/pc.scss */
.modWnAlbumSelector .bd .item {
  margin-bottom: 10px;
}
/* line 10, sass/_mixins.scss */
.modWnAlbumSelector .bd .item:before, .modWnAlbumSelector .bd .item:after {
  content: "";
  display: table;
}
/* line 14, sass/_mixins.scss */
.modWnAlbumSelector .bd .item:after {
  clear: both;
}
/* line 17, sass/_mixins.scss */
.ie8 .modWnAlbumSelector .bd .item {
  zoom: 1;
}
/* line 407, sass/pc.scss */
.modWnAlbumSelector .bd .year, .modWnAlbumSelector .bd .months {
  float: left;
}
/* line 410, sass/pc.scss */
.modWnAlbumSelector .bd .year {
  margin-right: 15px;
}
/* line 10, sass/_mixins.scss */
.modWnAlbumSelector .bd .months:before, .modWnAlbumSelector .bd .months:after {
  content: "";
  display: table;
}
/* line 14, sass/_mixins.scss */
.modWnAlbumSelector .bd .months:after {
  clear: both;
}
/* line 17, sass/_mixins.scss */
.ie8 .modWnAlbumSelector .bd .months {
  zoom: 1;
}
/* line 416, sass/pc.scss */
.modWnAlbumSelector .bd .month {
  float: left;
  margin-right: 5px;
}
/* line 419, sass/pc.scss */
.modWnAlbumSelector .bd .month a {
  background-color: transparent;
  border: 0;
  color: transparent !important;
  font: 0/0 a;
  text-shadow: none;
  display: block;
  width: 28px;
  height: 14px;
  padding: 6px;
  background: white url('../image/fun/sprite_album_pc-sc16bcfa4b9.png') no-repeat 6px 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
/* line 427, sass/pc.scss */
.modWnAlbumSelector .bd .month a:hover, .modWnAlbumSelector .bd .month a.current {
  background-color: #fff89e;
}
/* line 432, sass/pc.scss */
.modWnAlbumSelector .bd .month01 a {
  background-position: 6px -1796px;
}
/* line 435, sass/pc.scss */
.modWnAlbumSelector .bd .month02 a {
  background-position: 6px -1700px;
}
/* line 438, sass/pc.scss */
.modWnAlbumSelector .bd .month03 a {
  background-position: 6px -1604px;
}
/* line 441, sass/pc.scss */
.modWnAlbumSelector .bd .month04 a {
  background-position: 6px -1772px;
}
/* line 444, sass/pc.scss */
.modWnAlbumSelector .bd .month05 a {
  background-position: 6px -1676px;
}
/* line 447, sass/pc.scss */
.modWnAlbumSelector .bd .month06 a {
  background-position: 6px -1628px;
}
/* line 450, sass/pc.scss */
.modWnAlbumSelector .bd .month07 a {
  background-position: 6px -1748px;
}
/* line 453, sass/pc.scss */
.modWnAlbumSelector .bd .month08 a {
  background-position: 6px -1556px;
}
/* line 456, sass/pc.scss */
.modWnAlbumSelector .bd .month09 a {
  background-position: 6px -1652px;
}
/* line 459, sass/pc.scss */
.modWnAlbumSelector .bd .month10 a {
  background-position: 6px -1580px;
}
/* line 462, sass/pc.scss */
.modWnAlbumSelector .bd .month11 a {
  background-position: 6px -1724px;
}
/* line 465, sass/pc.scss */
.modWnAlbumSelector .bd .month12 a {
  background-position: 6px -1532px;
}

/* modWnAlbumItem */
/* line 472, sass/pc.scss */
.modWnAlbumItem {
  float: left;
  width: 224px;
  height: 345px;
  padding-top: 10px;
}
/* line 477, sass/pc.scss */
.modWnAlbumItem .hd {
  color: #3399cc;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
/* line 484, sass/pc.scss */
.modWnAlbumItem .bd .photo {
  width: 188px;
  height: 188px;
  margin: 0 auto 5px;
  padding: 18px;
  background: url('../image/fun/sprite_album_pc-sc16bcfa4b9.png') 0 -1204px no-repeat;
}
/* line 490, sass/pc.scss */
.modWnAlbumItem .bd .photo img {
  width: 100%;
  height: auto;
}
/* line 495, sass/pc.scss */
.modWnAlbumItem .bd .desc {
  font-size: 13px;
}

/* line 500, sass/pc.scss */
.modWnAlbumItemOdd {
  background: url('../image/fun/sprite_album_pc-sc16bcfa4b9.png') 0 -778px no-repeat;
  padding-left: 16px;
  padding-right: 33px;
}

/* line 505, sass/pc.scss */
.modWnAlbumItemEven {
  background: url('../image/fun/sprite_album_pc-sc16bcfa4b9.png') 0 -413px no-repeat;
  padding-left: 33px;
  padding-right: 16px;
}

/* winnySausajinStory */
/* line 512, sass/pc.scss */
.winnySausajinStory {
  overflow: hidden;
  padding-bottom: 10px;
}
/* line 516, sass/pc.scss */
.winnySausajinStory .item {
  padding-left: 30px;
  position: relative;
  margin-top: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #036eb7;
}
/* line 10, sass/_mixins.scss */
.winnySausajinStory .item:before, .winnySausajinStory .item:after {
  content: "";
  display: table;
}
/* line 14, sass/_mixins.scss */
.winnySausajinStory .item:after {
  clear: both;
}
/* line 17, sass/_mixins.scss */
.ie8 .winnySausajinStory .item {
  zoom: 1;
}
/* line 524, sass/pc.scss */
.winnySausajinStory .item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  background-image: url('../image/ico_array_pc-sc9b02066cf.png');
}
/* line 535, sass/pc.scss */
.winnySausajinStory .item1:before {
  background-position: 0 -76px;
}
/* line 538, sass/pc.scss */
.winnySausajinStory .item2:before {
  background-position: 0 -38px;
}
/* line 541, sass/pc.scss */
.winnySausajinStory .item3:before {
  background-position: 0 0;
}

.winnySausajinStory .item4:before {
  background-position: 0 -114px;
}

/* winnySausajinMake */
/* line 549, sass/pc.scss */
.winnySausajinMake .item {
  padding-left: 50px;
  position: relative;
  font-size: 15px;
  font-weight: bold;
  color: #036eb7;
}
/* line 10, sass/_mixins.scss */
.winnySausajinMake .item:before, .winnySausajinMake .item:after {
  content: "";
  display: table;
}
/* line 14, sass/_mixins.scss */
.winnySausajinMake .item:after {
  clear: both;
}
/* line 17, sass/_mixins.scss */
.ie8 .winnySausajinMake .item {
  zoom: 1;
}
/* line 556, sass/pc.scss */
.winnySausajinMake .item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 47px;
  height: 47px;
  background-image: url('../image/ico_step_pc-se3b48006be.png');
}
/* line 567, sass/pc.scss */
.winnySausajinMake .item1:before {
  background-position: 0 -114px;
}
/* line 570, sass/pc.scss */
.winnySausajinMake .item2:before {
  background-position: 0 -57px;
}
/* line 573, sass/pc.scss */
.winnySausajinMake .item3:before {
  background-position: 0 0;
}

/* ==============================
  Frames
  - winnyBody
  - winnyWrapper
  - winnyMenu
  - winnyMain
  - winnyMainBody
  - winnyMainBodyInner
  - winnyProductsWrapper
  - winnyProduct
  - winnyRecipesWrapper
  - winnyCharaBox
  - winnyKazarigiriWrapper
  - winnyKazarigiri
  - winnyBannersWrapper
  - winnyBannersL
  - winnyBannersM
  - winnyHistoryModalWrapper
  - winnyHistoryModalInner
  - winnyAlbumWrapper
  - winnyAlbumInner
  - winnyAlbumPager
  - winny4komaWrapper
  - winny4komaInner
  - winnySausajinList
============================== */
/* winnyBody */
/* line 606, sass/pc.scss */
.winnyBody {
  margin-top: -4px;
  background: #9ed7b7 url("/winny/res/image/bg_winny_body_pc.jpg") repeat-x center top;
}

/* winnyWrapper */
/* line 612, sass/pc.scss */
.winnyWrapper {
  width: 920px;
  margin: 0 auto;
  padding-bottom: 30px;
}
/* line 10, sass/_mixins.scss */
.winnyWrapper:before, .winnyWrapper:after {
  content: "";
  display: table;
}
/* line 14, sass/_mixins.scss */
.winnyWrapper:after {
  clear: both;
}
/* line 17, sass/_mixins.scss */
.ie8 .winnyWrapper {
  zoom: 1;
}

/* winnyMenu */
/* line 620, sass/pc.scss */
.winnyMenu {
  float: left;
  width: 180px;
  margin-right: 20px;
}

/* winnyMain */
/* line 627, sass/pc.scss */
.winnyMain {
  float: right;
  width: 720px;
}

/* winnyMainBody */
/* line 633, sass/pc.scss */
.winnyMainBody {
  padding-bottom: 20px;
  background: transparent url("/winny/res/image/bg_main_body_pc.png") no-repeat left bottom;
}

/* winnyMainBodyInner */
/* line 639, sass/pc.scss */
.winnyMainBodyInner {
  padding: 20px 40px;
  background: transparent url("/winny/res/image/bg_main_body_inner_pc.jpg") repeat-y left top;
}

/* winnyProductsWrapper */
/* line 645, sass/pc.scss */
.winnyProductsWrapper {
  margin-right: -20px;
  margin-bottom: 20px;
}
/* line 10, sass/_mixins.scss */
.winnyProductsWrapper:before, .winnyProductsWrapper:after {
  content: "";
  display: table;
}
/* line 14, sass/_mixins.scss */
.winnyProductsWrapper:after {
  clear: both;
}
/* line 17, sass/_mixins.scss */
.ie8 .winnyProductsWrapper {
  zoom: 1;
}

/* winnyProduct */
/* line 652, sass/pc.scss */
.winnyProduct {
  float: left;
  width: 310px;
  margin-right: 20px;
}

/* winnyRecipesWrapper */
/* line 659, sass/pc.scss */
.winnyRecipesWrapper {
  margin-right: -20px;
}

/* winnyCharaBox */
/* line 664, sass/pc.scss */
.winnyCharaBox {
  width: 585px;
  margin: 0 auto;
}

/* winnyKazarigiriWrapper */
/* line 670, sass/pc.scss */
.winnyKazarigiriWrapper {
  margin-bottom: 30px;
  margin-right: -20px;
  padding-top: 10px;
}
/* line 10, sass/_mixins.scss */
.winnyKazarigiriWrapper:before, .winnyKazarigiriWrapper:after {
  content: "";
  display: table;
}
/* line 14, sass/_mixins.scss */
.winnyKazarigiriWrapper:after {
  clear: both;
}
/* line 17, sass/_mixins.scss */
.ie8 .winnyKazarigiriWrapper {
  zoom: 1;
}

/* winnyKazarigiri */
/* line 678, sass/pc.scss */
.winnyKazarigiri {
  float: left;
  width: 304px;
  margin-right: 20px;
}

/* winnyBannersWrapper */
/* line 685, sass/pc.scss */
.winnyBannersWrapper {
  height: auto;
}
/* line 10, sass/_mixins.scss */
.winnyBannersWrapper:before, .winnyBannersWrapper:after {
  content: "";
  display: table;
}
/* line 14, sass/_mixins.scss */
.winnyBannersWrapper:after {
  clear: both;
}
/* line 17, sass/_mixins.scss */
.ie8 .winnyBannersWrapper {
  zoom: 1;
}

/* winnyBannersL */
/* line 691, sass/pc.scss */
.winnyBannersL {
  float: left;
}

/* winnyBannersM */
/* line 696, sass/pc.scss */
.winnyBannersM {
  float: right;
}

/* winnyHistoryModalWrapper */
/* line 701, sass/pc.scss */
.winnyHistoryModalWrapper {
  clear: both;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: -1;
  overflow: hidden;
  width: 800px;
  margin-top: -120px;
  margin-left: -450px;
  padding: 20px 0;
}
/* line 712, sass/pc.scss */
.winnyHistoryModalWrapper .btnPrev, .winnyHistoryModalWrapper .btnNext {
  position: absolute;
  top: 50%;
  margin-top: -12px;
}
/* line 716, sass/pc.scss */
.winnyHistoryModalWrapper .btnPrev a, .winnyHistoryModalWrapper .btnNext a {
  display: block;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: 0;
  color: transparent !important;
  font: 0/0 a;
  text-shadow: none;
}
/* line 723, sass/pc.scss */
.winnyHistoryModalWrapper .btnPrev {
  left: 135px;
  background: url(/winny/res/image/ico_arrow_04_pc_l.png);
}
/* line 727, sass/pc.scss */
.winnyHistoryModalWrapper .btnNext {
  right: 135px;
  background: url(/winny/res/image/ico_arrow_04_pc_r.png);
}

/* winnyHistoryModalInner */
/* line 734, sass/pc.scss */
.winnyHistoryModalInner {
  position: relative;
}
/* line 10, sass/_mixins.scss */
.winnyHistoryModalInner:before, .winnyHistoryModalInner:after {
  content: "";
  display: table;
}
/* line 14, sass/_mixins.scss */
.winnyHistoryModalInner:after {
  clear: both;
}
/* line 17, sass/_mixins.scss */
.ie8 .winnyHistoryModalInner {
  zoom: 1;
}

/* winnyAlbumWrapper */
/* line 740, sass/pc.scss */
.winnyAlbumWrapper {
  position: relative;
  width: 578px;
  height: 403px;
  margin: 0 auto 20px;
  background: url('../image/fun/sprite_album_pc-sc16bcfa4b9.png') 0 0 no-repeat;
  z-index: 100;
}

/* winnyAlbumInner */
/* line 750, sass/pc.scss */
.winnyAlbumInner {
  position: relative;
  width: 546px;
  height: 355px;
  margin: 0px 16px 49px;
  z-index: 100;
}
/* line 756, sass/pc.scss */
.winnyAlbumInner .bb-page {
  width: 50%;
  height: 100%;
  left: 50%;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
/* line 776, sass/pc.scss */
.winnyAlbumInner .bb-page > div,
.winnyAlbumInner .bb-outer,
.winnyAlbumInner .bb-content {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
/* line 782, sass/pc.scss */
.winnyAlbumInner .bb-content {
  background: #fff;
}
/* line 785, sass/pc.scss */
.winnyAlbumInner .bb-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
/* line 790, sass/pc.scss */
.winnyAlbumInner .bb-overlay, .winnyAlbumInner .bb-outer {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 797, sass/pc.scss */
.winnyAlbumInner .bb-page > div {
  width: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 811, sass/pc.scss */
.winnyAlbumInner .bb-back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
/* line 818, sass/pc.scss */
.winnyAlbumInner .bb-outer {
  width: 100%;
  overflow: hidden;
  z-index: 999;
}
/* line 824, sass/pc.scss */
.winnyAlbumInner .bb-overlay,
.winnyAlbumInner .bb-flipoverlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
}
/* line 833, sass/pc.scss */
.winnyAlbumInner .bb-flipoverlay {
  background-color: rgba(0, 0, 0, 0.2);
}
/* line 837, sass/pc.scss */
.winnyAlbumInner .bb-bookblock > div.bb-page:first-child,
.winnyAlbumInner .bb-bookblock > div.bb-page:first-child .bb-back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
/* line 844, sass/pc.scss */
.winnyAlbumInner .bb-item {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
/* line 10, sass/_mixins.scss */
.winnyAlbumInner .bb-item:before, .winnyAlbumInner .bb-item:after {
  content: "";
  display: table;
}
/* line 14, sass/_mixins.scss */
.winnyAlbumInner .bb-item:after {
  clear: both;
}
/* line 17, sass/_mixins.scss */
.ie8 .winnyAlbumInner .bb-item {
  zoom: 1;
}

/* winnyAlbumPager */
/* line 857, sass/pc.scss */
.winnyAlbumPager .btnPrev, .winnyAlbumPager .btnNext {
  position: absolute;
  top: 50%;
}
/* line 860, sass/pc.scss */
.winnyAlbumPager .btnPrev a, .winnyAlbumPager .btnNext a {
  background-color: transparent;
  border: 0;
  color: transparent !important;
  font: 0/0 a;
  text-shadow: none;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: url('../image/fun/sprite_album_pc-sc16bcfa4b9.png') no-repeat 0 0;
}
/* line 869, sass/pc.scss */
.winnyAlbumPager .btnPrev {
  display: none;
  left: -40px;
}
/* line 872, sass/pc.scss */
.winnyAlbumPager .btnPrev a {
  background-position: 0 -1438px;
}
/* line 876, sass/pc.scss */
.winnyAlbumPager .btnNext {
  right: -40px;
}
/* line 878, sass/pc.scss */
.winnyAlbumPager .btnNext a {
  background-position: 0 -1488px;
}

/* winny4komaWrapper */
/* line 885, sass/pc.scss */
.winny4komaWrapper {
  position: relative;
  width: 640px;
  margin: 0 auto 15px;
}

/* winny4komaInner */
/* line 893, sass/pc.scss */
.winny4komaInner .list {
  margin: 0 0 10px;
  padding: 0;
}
/* line 896, sass/pc.scss */
.winny4komaInner .list li {
  float: left;
  margin: 0 0 12px 10px;
}
/* line 899, sass/pc.scss */
.winny4komaInner .list li .image {
  width: 200px;
  height: auto;
}
/* line 905, sass/pc.scss */
.winny4komaInner .comment {
  width: 470px;
  margin: 0 auto 20px;
}
/* line 908, sass/pc.scss */
.winny4komaInner .comment .image {
  float: left;
  margin: 0 20px 0 0;
}
/* line 911, sass/pc.scss */
.winny4komaInner .comment .image img {
  width: 106px;
  height: auto;
}
/* line 916, sass/pc.scss */
.winny4komaInner .comment .text {
  width: 344px;
  padding: 11px 15px;
  float: left;
  position: relative;
  border: 2px solid #3399cc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #221815;
}
/* line 926, sass/pc.scss */
.winny4komaInner .comment .text i {
  background-color: transparent;
  border: 0;
  color: transparent !important;
  font: 0/0 a;
  text-shadow: none;
  display: block;
  width: 25px;
  height: 20px;
  background: url('../image/fun/sprite_4koma_pc-s9ef3aaa137.png') no-repeat 0 0;
  position: absolute;
  bottom: 25px;
  left: -18px;
  background-position: 0 -248px;
}
/* line 939, sass/pc.scss */
.winny4komaInner .winny4komaPager-01 {
  width: 290px;
  margin: 0 auto;
}
/* line 942, sass/pc.scss */
.winny4komaInner .winny4komaPager-01 a {
  background-color: transparent;
  border: 0;
  color: transparent !important;
  font: 0/0 a;
  text-shadow: none;
  display: block;
  width: 29px;
  height: 27px;
  background: url('../image/fun/sprite_4koma_pc-s9ef3aaa137.png') no-repeat 0 0;
}
/* line 949, sass/pc.scss */
.winny4komaInner .winny4komaPager-01 .btnPrev {
  float: left;
}
/* line 951, sass/pc.scss */
.winny4komaInner .winny4komaPager-01 .btnPrev a {
  background-position: 0 -174px;
}
/* line 955, sass/pc.scss */
.winny4komaInner .winny4komaPager-01 .btnNext {
  float: right;
}
/* line 957, sass/pc.scss */
.winny4komaInner .winny4komaPager-01 .btnNext a {
  background-position: 0 -100px;
}
/* line 962, sass/pc.scss */
.winny4komaInner .winny4komaPager-02 {
  width: 222px;
  margin: 0 auto 20px;
}
/* line 965, sass/pc.scss */
.winny4komaInner .winny4komaPager-02 .btn {
  float: left;
}
/* line 967, sass/pc.scss */
.winny4komaInner .winny4komaPager-02 .btn a {
  background-color: transparent;
  border: 0;
  color: transparent !important;
  font: 0/0 a;
  text-shadow: none;
  display: block;
  width: 126px;
  height: 26px;
  margin: 0 0 0 20px;
  background: url('../image/fun/sprite_4koma_pc-s9ef3aaa137.png') no-repeat 0 0;
  background-position: 0 -64px;
}
/* line 979, sass/pc.scss */
.winny4komaInner .winny4komaPager-02 .btnPrev a,
.winny4komaInner .winny4komaPager-02 .btnNext a {
  background-color: transparent;
  border: 0;
  color: transparent !important;
  font: 0/0 a;
  text-shadow: none;
  display: block;
  width: 29px;
  height: 27px;
  background: url('../image/fun/sprite_4koma_pc-s9ef3aaa137.png') no-repeat 0 0;
}
/* line 987, sass/pc.scss */
.winny4komaInner .winny4komaPager-02 .btnPrev {
  float: left;
}
/* line 989, sass/pc.scss */
.winny4komaInner .winny4komaPager-02 .btnPrev a {
  background-position: 0 -211px;
}
/* line 993, sass/pc.scss */
.winny4komaInner .winny4komaPager-02 .btnNext {
  float: right;
}
/* line 995, sass/pc.scss */
.winny4komaInner .winny4komaPager-02 .btnNext a {
  background-position: 0 -137px;
}
/* line 1000, sass/pc.scss */
.winny4komaInner .box {
  margin: 0 0 20px;
  padding: 15px 0;
  border: 1px solid #6d6e71;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: inset 0 0 1px #b6b7b8;
  -moz-box-shadow: inset 0 0 1px #b6b7b8;
  box-shadow: inset 0 0 1px #b6b7b8;
  text-align: center;
}
/* line 1010, sass/pc.scss */
.winny4komaInner .box h2 + p.image {
  margin: 0;
}
/* line 1015, sass/pc.scss */
.winny4komaInner .box .image {
  margin: 60px 0 0;
}
/* line 1017, sass/pc.scss */
.winny4komaInner .box .image img {
  width: 220px;
  height: auto;
}
/* line 1023, sass/pc.scss */
.winny4komaInner .fb {
  width: 470px;
  margin: 20px auto 0;
  background: #fff;
}

/* winnySausajinList */
/* line 1031, sass/pc.scss */
.winnySausajinList {
  margin-bottom: 20px;
}
/* line 1033, sass/pc.scss */
.winnySausajinList h2 {
  margin: 10px 0 14px 0;
}
/* line 1036, sass/pc.scss */
.winnySausajinList .storyInner {
  width: 200px;
  cursor: pointer;
  float: left;
}
.winnySausajinList .storyInner_fin {
  width: 399px;
  cursor: pointer;
  margin:0 auto;
  clear: both;
  display: block;
  padding: 30px 0 0;      
}
/* line 1041, sass/pc.scss */
.winnySausajinList .storyInner_02 {
  margin: 0 20px;
}
/* line 1044, sass/pc.scss */
.winnySausajinList .makeInner {
  width: 190px;
  float: left;
  margin-bottom: 30px;
}
/* line 1048, sass/pc.scss */
.winnySausajinList .makeInner .make_sausajin {
  text-align: center;
}
/* line 1051, sass/pc.scss */
.winnySausajinList .makeInner .make_sausajin_1 {
  padding: 16px 0;
}
/* line 1054, sass/pc.scss */
.winnySausajinList .makeInner .make_sausajin_2 {
  padding: 20px 0 28px 0;
}
/* line 1057, sass/pc.scss */
.winnySausajinList .makeInner .make_sausajin_3 {
  padding: 10px 0;
}
/* line 1060, sass/pc.scss */
.winnySausajinList .makeInner .make_des {
  font-size: 11.5px;
  margin-left: 20px;
}
/* line 1065, sass/pc.scss */
.winnySausajinList .makeInner_02 {
  width: 220px;
  margin: 0 14px;
}
/* line 1069, sass/pc.scss */
.winnySausajinList .menuInner {
  width: 150px;
  float: left;
  margin-bottom: 40px;
}
/* line 1073, sass/pc.scss */
.winnySausajinList .menuInner .menu_title {
  color: #675c5c;
  text-align: center;
  font-size: 12.5px;
  font-weight: bold;
  padding: 7px 0;
}
/* line 1083, sass/pc.scss */
.winnySausajinList .menuInner_01,
.winnySausajinList .menuInner_02,
.winnySausajinList .menuInner_03 {
  margin-right: 13px;
}

/* ==============================
  General classes
  - button
  - banner_kazari
  - banner_sausajin
  - modalOverlay
============================== */
/* button */
/* line 1098, sass/pc.scss */
.btnZoom .label {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('../image/btn_zoom_pc_01.png?1405393243');
  background-repeat: no-repeat;
  background-position: left center;
  width: 56px;
  height: 22px;
}

/* banner_kazari */
/* line 1104, sass/pc.scss */
.banner_kazari {
  display: block;
  background-color: transparent;
  border: 0;
  color: transparent !important;
  font: 0/0 a;
  text-shadow: none;
  background-image: url('../image/banner_kazari_pc-s1382d01ced.png');
}
/* line 1109, sass/pc.scss */
.banner_kazari.banner_kazari_01 {
  width: 310px;
  height: 121px;
  background-position: 0 0;
}
/* line 1115, sass/pc.scss */
.banner_kazari.banner_kazari_02 {
  width: 310px;
  height: 52px;
  margin-bottom: 17px;
  background-position: 0 -193px;
}
/* line 1122, sass/pc.scss */
.banner_kazari.banner_kazari_03 {
  width: 310px;
  height: 52px;
  background-position: 0 -131px;
}

/* banner_sausajin */
/* line 1131, sass/pc.scss */
.banner_sausajin {
  display: block;
  background-color: transparent;
  border: 0;
  color: transparent !important;
  font: 0/0 a;
  text-shadow: none;
  background-image: url('../image/banner_sausajin_pc-s2658e4eab3.png');
}
/* line 1136, sass/pc.scss */
.banner_sausajin.banner_sausajin_01 {
  width: 315px;
  height: 158px;
  margin-top: 18px;
  background-position: 0 -100px;
}
/* line 1143, sass/pc.scss */
.banner_sausajin.banner_sausajin_02 {
  width: 315px;
  height: 90px;
  margin-bottom: 6px;
  background-position: 0 0;
}
/* line 1150, sass/pc.scss */
.banner_sausajin.banner_sausajin_03 {
  width: 315px;
  height: 91px;
  background-position: 0 -268px;
}

/* modalOverlay */
/* line 1159, sass/pc.scss */
#modalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  display: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  background: #000;
}

/* ==============================
  Pages
  - pageWinnyTop
  - pageWinnyContent
  - pageWinnyAlbum
  - pageWinny4koma
============================== */
/* pageWinnyTop */
/* line 1181, sass/pc.scss */
.pageWinnyTop {
  /* lNavHorizontal */
}
/* line 1182, sass/pc.scss */
.pageWinnyTop .lead {
  position: relative;
  margin-bottom: 15px;
}
/* line 1186, sass/pc.scss */
.pageWinnyTop .brandLogo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
/* line 1193, sass/pc.scss */
.pageWinnyTop .mainVisual .slides {
  overflow: hidden;
  width: 920px;
  height: 350px;
  margin: 0 auto;
}
/* line 1199, sass/pc.scss */
.pageWinnyTop .mainVisual .slide {
  float: left;
  width: 920px;
  height: 350px;
}
/* line 1205, sass/pc.scss */
.pageWinnyTop .pickupRecipe {
  position: absolute;
  bottom: 18px;
  left: 20px;
  width: 150px;
}
/* line 1210, sass/pc.scss */
.pageWinnyTop .pickupRecipe .bd {
  padding: 10px;
  background: url("/winny/res/image/top/bg_pickup_recipe_pc_01.png") center top;
}
/* line 1215, sass/pc.scss */
.pageWinnyTop #pickupRecipe {
  display: none;
}
/* line 1219, sass/pc.scss */
.pageWinnyTop .lNavHorizontal {
  margin-bottom: 15px;
}
/* line 1222, sass/pc.scss */
.pageWinnyTop .lNavHorizontal .bd {
  width: 912px;
  margin: 0 auto;
}
/* line 10, sass/_mixins.scss */
.pageWinnyTop .lNavHorizontal .bd:before, .pageWinnyTop .lNavHorizontal .bd:after {
  content: "";
  display: table;
}
/* line 14, sass/_mixins.scss */
.pageWinnyTop .lNavHorizontal .bd:after {
  clear: both;
}
/* line 17, sass/_mixins.scss */
.ie8 .pageWinnyTop .lNavHorizontal .bd {
  zoom: 1;
}
/* line 1226, sass/pc.scss */
.pageWinnyTop .lNavHorizontal .bd .item {
  float: left;
  padding: 0 6px;
}
/* line 1229, sass/pc.scss */
.pageWinnyTop .lNavHorizontal .bd .item a, .pageWinnyTop .lNavHorizontal .bd .item span {
  display: block;
}
/* line 1232, sass/pc.scss */
.pageWinnyTop .lNavHorizontal .bd .item .ico {
  background-color: transparent;
  border: 0;
  color: transparent !important;
  font: 0/0 a;
  text-shadow: none;
  width: 140px;
  height: 140px;
  background-image: url('../image/top/ico_lnav_pc-s2c8de61ae1.png');
}
/* line 1239, sass/pc.scss */
.pageWinnyTop .lNavHorizontal .bd .ico_product {
  background-position: 0 -150px;
}
/* line 1241, sass/pc.scss */
.pageWinnyTop .lNavHorizontal .bd .ico_product:hover, .pageWinnyTop .lNavHorizontal .bd .ico_product.current {
  background-position: 0 0;
}
/* line 1245, sass/pc.scss */
.pageWinnyTop .lNavHorizontal .bd .ico_character {
  background-position: 0 -1200px;
}
/* line 1247, sass/pc.scss */
.pageWinnyTop .lNavHorizontal .bd .ico_character:hover, .pageWinnyTop .lNavHorizontal .bd .ico_character.current {
  background-position: 0 -1050px;
}
/* line 1251, sass/pc.scss */
.pageWinnyTop .lNavHorizontal .bd .ico_history {
  background-position: 0 -750px;
}
/* line 1253, sass/pc.scss */
.pageWinnyTop .lNavHorizontal .bd .ico_history:hover, .pageWinnyTop .lNavHorizontal .bd .ico_history.current {
  background-position: 0 -1650px;
}
/* line 1257, sass/pc.scss */
.pageWinnyTop .lNavHorizontal .bd .ico_kazari {
  background-position: 0 -450px;
}
/* line 1259, sass/pc.scss */
.pageWinnyTop .lNavHorizontal .bd .ico_kazari:hover, .pageWinnyTop .lNavHorizontal .bd .ico_kazari.current {
  background-position: 0 -2100px;
}
/* line 1263, sass/pc.scss */
.pageWinnyTop .lNavHorizontal .bd .ico_recipe {
  background-position: 0 -300px;
}
/* line 1265, sass/pc.scss */
.pageWinnyTop .lNavHorizontal .bd .ico_recipe:hover, .pageWinnyTop .lNavHorizontal .bd .ico_recipe.current {
  background-position: 0 -1500px;
}
/* line 1269, sass/pc.scss */
.pageWinnyTop .lNavHorizontal .bd .ico_fun {
  background-position: 0 -2250px;
}
/* line 1271, sass/pc.scss */
.pageWinnyTop .lNavHorizontal .bd .ico_fun:hover, .pageWinnyTop .lNavHorizontal .bd .ico_fun.current {
  background-position: 0 -1350px;
}
/* line 1275, sass/pc.scss */
.pageWinnyTop .lNavHorizontal .bd .ico_fun_soon {
  background-position: 0 -1950px;
}
/* line 1277, sass/pc.scss */
.pageWinnyTop .lNavHorizontal .bd .ico_fun_soon:hover, .pageWinnyTop .lNavHorizontal .bd .ico_fun_soon.current {
  background-position: 0 -1800px;
}
/* line 1283, sass/pc.scss */
.pageWinnyTop .pr {
  width: 910px;
  margin: 0 auto;
}
/* line 1286, sass/pc.scss */
.pageWinnyTop .pr .prBanner {
  margin: 0 5px;
}
/* line 1289, sass/pc.scss */
.pageWinnyTop .pr .bannerRectangle {
  width: 340px;
}
/* line 1292, sass/pc.scss */
.pageWinnyTop .pr .bannerSquare {
  width: 200px;
}

/*pageWinnyContent*/
/* line 1299, sass/pc.scss */
.pageWinnyContent {
  /* lNavVertical */
}
/* line 1300, sass/pc.scss */
.pageWinnyContent .brandLogo {
  margin-bottom: 20px;
}
/* line 1304, sass/pc.scss */
.pageWinnyContent .lNavVertical {
  margin-bottom: 60px;
}
/* line 1307, sass/pc.scss */
.pageWinnyContent .lNavVertical .bd {
  margin-left: 10px;
}
/* line 1310, sass/pc.scss */
.pageWinnyContent .lNavVertical .bd .item a {
  display: block;
}
/* line 1313, sass/pc.scss */
.pageWinnyContent .lNavVertical .bd .item .ico {
  background-color: transparent;
  border: 0;
  color: transparent !important;
  font: 0/0 a;
  text-shadow: none;
  background-image: url('../image/ico_lnav_pc-sd34d5de5f8.png');
}
/* line 1318, sass/pc.scss */
.pageWinnyContent .lNavVertical .bd .ico_product {
  width: 170px;
  height: 59px;
  margin-bottom: 3px;
  background-position: 0 -69px;
}
/* line 1324, sass/pc.scss */
.pageWinnyContent .lNavVertical .bd .ico_product:hover {
  background-position: 0 0;
}
/* line 1328, sass/pc.scss */
.pageWinnyContent .lNavVertical .bd .ico_character {
  width: 170px;
  height: 45px;
  margin-bottom: 10px;
  background-position: 0 -385px;
}
/* line 1334, sass/pc.scss */
.pageWinnyContent .lNavVertical .bd .ico_character:hover {
  background-position: 0 -276px;
}
/* line 1338, sass/pc.scss */
.pageWinnyContent .lNavVertical .bd .ico_history {
  width: 170px;
  height: 44px;
  margin-bottom: 8px;
  background-position: 0 -331px;
}
/* line 1344, sass/pc.scss */
.pageWinnyContent .lNavVertical .bd .ico_history:hover {
  background-position: 0 -617px;
}
/* line 1348, sass/pc.scss */
.pageWinnyContent .lNavVertical .bd .ico_kazari {
  width: 170px;
  height: 50px;
  margin-bottom: 6px;
  background-position: 0 -792px;
}
/* line 1354, sass/pc.scss */
.pageWinnyContent .lNavVertical .bd .ico_kazari:hover {
  background-position: 0 -671px;
}
/* line 1358, sass/pc.scss */
.pageWinnyContent .lNavVertical .bd .ico_recipe {
  width: 170px;
  height: 48px;
  margin-bottom: 5px;
  background-position: 0 -559px;
}
/* line 1364, sass/pc.scss */
.pageWinnyContent .lNavVertical .bd .ico_recipe:hover {
  background-position: 0 -501px;
}
/* line 1368, sass/pc.scss */
.pageWinnyContent .lNavVertical .bd .ico_fun {
  width: 170px;
  height: 51px;
  margin-bottom: 16px;
  background-position: 0 -913px;
}
/* line 1374, sass/pc.scss */
.pageWinnyContent .lNavVertical .bd .ico_fun:hover {
  background-position: 0 -440px;
}
/* line 1378, sass/pc.scss */
.pageWinnyContent .lNavVertical .bd .ico_fun_soon {
  width: 170px;
  height: 51px;
  background-position: 0 -852px;
}
/* line 1383, sass/pc.scss */
.pageWinnyContent .lNavVertical .bd .ico_fun_soon:hover {
  background-position: 0 -731px;
}

/* line 1393, sass/pc.scss */
.pageWinnyAlbum .modWnPageSubTitle .bd .title {
  background-color: transparent;
  border: 0;
  color: transparent !important;
  font: 0/0 a;
  text-shadow: none;
  width: 125px;
  height: 29px;
  background: url('../image/fun/sprite_album_pc-sc16bcfa4b9.png') 0 -1143px;
}
/* line 1399, sass/pc.scss */
.pageWinnyAlbum .modWnPageSubTitle .ft p {
  background-color: transparent;
  border: 0;
  color: transparent !important;
  font: 0/0 a;
  text-shadow: none;
  width: 194px;
  height: 12px;
  background: url('../image/fun/sprite_album_pc-sc16bcfa4b9.png') 0 -1182px;
}

/* line 1410, sass/pc.scss */
.pageWinny4koma .modWnPageSubTitle .bd .title {
  background-color: transparent;
  border: 0;
  color: transparent !important;
  font: 0/0 a;
  text-shadow: none;
  width: 125px;
  height: 29px;
  background: url('../image/fun/sprite_4koma_pc-s9ef3aaa137.png') 0 -25px;
}
/* line 1416, sass/pc.scss */
.pageWinny4koma .modWnPageSubTitle .ft p {
  background-color: transparent;
  border: 0;
  color: transparent !important;
  font: 0/0 a;
  text-shadow: none;
  width: 223px;
  height: 15px;
  background: url('../image/fun/sprite_4koma_pc-s9ef3aaa137.png') 0 0;
}
/* line 1423, sass/pc.scss */
.pageWinny4koma .page-title {
  margin: 0 0 10px;
  text-align: center;
}
/* line 1426, sass/pc.scss */
.pageWinny4koma .page-title img {
  width: 212px;
  height: auto;
}
/* line 1432, sass/pc.scss */
.pageWinny4koma .main-image img {
  width: 220px;
  height: auto;
}
