@charset "utf-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}


/* change colours to suit your needs */

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}


/* change colours to suit your needs */

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* change border colour to suit your needs */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

sub,
sup {
  font-size: small;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}


/*
 *  base.css
 */

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?9ibbom');
  src: url('../fonts/icomoon.eot?9ibbom#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?9ibbom') format('truetype'), url('../fonts/icomoon.woff?9ibbom') format('woff'), url('../fonts/icomoon.svg?9ibbom#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Helvetica, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  background-image: url(../images/back_body.png);
  background-repeat: repeat;
  background-color: #b9d5ca;
}

.w6 {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Helvetica, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, sans-serif;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
}

p {
  margin-bottom: 1em;
}

ul {
  list-style-type: none;
}

a {
  color: #2b90ca;
}

a,
img {
  outline: none
}

.alignleft {
  float: left;
  margin-right: 1em;
}

.alignright {
  float: right;
  margin-left: 1em;
}

.aligncenter {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}


/* ヘッダー */

.header,
.navbar,
.footer {
  position: relative;
  width: 100%;
}

.header .header-inner,
.navbar .nav,
.footer .footer-inner {
  position: relative;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.header {
  border-top: 4px solid #5b3219;
}

.header .header-inner {
  height: 70px;
}

.header .header-inner .logo {
  position: absolute;
  top: 20px;
  left: 0;
  display: block;
  width: 127px;
  height: 38px;
}

.header-nav {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 100;
}

.header-nav [class*=header-nav-item-] {
  float: left;
  width: 100px;
  line-height: 25px;
  margin-left: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 11px;
  text-align: center;
  padding: 3px;
}

.header-nav [class*=header-nav-link-] {
  display: block;
  height: 100%;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.header-nav .header-nav-link-news {
  background: #0067b5;
}

.header-nav .header-nav-link-flyer {
  background: #e80332;
}

.header-nav .header-nav-link-shops {
  background: #019192;
}

.header-nav .header-nav-link-newshop {
  background: #e28b92;
}

.header-nav .header-nav-link-group {
  background: #5b3218;
  padding-left: 15px;
}

.header-nav .header-nav-item-group {
  width: 130px;
  text-align: left;
}

.header-nav .header-nav-item-group.active {
  background: #5b3218;
}

.header-nav .header-nav-item-group.active .header-nav-link-group {
  background: #fff;
  color: #5b3218;
}

.sns-nav {
  position: absolute;
  top: 25px;
  left: 180px;
}

.sns-nav__item {
  display: inline-block;
  width: 30px;
  margin-right: 1em;
}

.group-nav {
  display: none;
  text-align: left;
}

.group-nav li {
  margin-top: 3px;
}

.group-nav a {
  display: block;
  color: #5b3218;
  text-decoration: none;
  background: #fff;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding-left: 25px;
}

.group-nav li:first-child a {
  padding-left: 15px;
}

.group-nav a:hover {
  color: #fff;
  background: #5b3218;
}

.header-nav-item-group.active .group-nav {
  display: block;
}

.navbar-adv {
  margin: 50px 0 20px;
}

.navbar-adv .hide {
  visibility: hidden;
}

.navbar-adv .nav {
  width: 980px;
  margin: 0 auto;
}

.navbar-adv .nav-item {
  position: relative;
  float: left;
  display: block;
  width: 155px;
  height: 87px;
  margin-left: 10px;
}

.navbar-adv .nav-item:first-child {
  margin-left: 0;
}

.navbar-adv [class*=nav-link-] {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  bottom: 0;
  text-decoration: none;
}

.navbar-adv [class*=nav-link-]:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 117px;
  text-align: center;
  -ms-transform: translate(0, -30px);
  -webkit-transform: translate(0, -30px);
  transform: translate(0, -30px);
  -ms-transition: transform .2s linear;
  -webkit-transition: transform .2s linear;
  transition: transform .2s linear;
}

.ie8 .navbar-adv [class*=nav-link-]:before,
.ie9 .navbar-adv [class*=nav-link-]:before {
  top: -30px;
}

.navbar-adv [class*=nav-link-]:hover:before {
  -ms-transform: translate(0, -80px);
  -webkit-transform: translate(0, -80px);
  transform: translate(0, -80px);
}

.navbar-adv .nav-link-ware:before {
  content: url("../images/icon_nav_back_ware.png");
}

.navbar-adv .nav-link-stroller:before {
  content: url("../images/icon_nav_back_stroller.png");
}

.navbar-adv .nav-link-maternity:before {
  content: url("../images/icon_nav_back_maternity.png");
}

.navbar-adv .nav-link-toy:before {
  content: url("../images/icon_nav_back_toy.png");
}

.navbar-adv .nav-link-bedding:before {
  content: url("../images/icon_nav_back_bedding.png");
}

.navbar-adv .nav-link-goods:before {
  content: url("../images/icon_nav_back_goods.png");
}

.navbar-adv [class*=nav-link-]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.navbar-adv .nav-link-ware:after {
  background-image: url("../images/icon_nav_text_ware.png");
}

.navbar-adv .nav-link-stroller:after {
  background-image: url("../images/icon_nav_text_stroller.png");
}

.navbar-adv .nav-link-maternity:after {
  background-image: url("../images/icon_nav_text_maternity.png");
}

.navbar-adv .nav-link-toy:after {
  background-image: url("../images/icon_nav_text_toy.png");
}

.navbar-adv .nav-link-bedding:after {
  background-image: url("../images/icon_nav_text_bedding.png");
}

.navbar-adv .nav-link-goods:after {
  background-image: url("../images/icon_nav_text_goods.png");
}

.navbar-adv [class*=nav-link-] .cloud {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
}

.navbar-adv [class*=nav-link-] .cloud:before {
  content: url("../images/icon_nav_cloud.png");
}

.navbar-adv [class*=nav-link-]:hover .cloud {
  -webkit-animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-name: hvr-pulse-shrink;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@-webkit-keyframes hvr-pulse-shrink {
  10% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes hvr-pulse-shrink {
  10% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.navbar-next {
  margin: 50px 0 20px;
}

.navbar-next * {
  box-sizing: border-box;
}

.nav-cloud {
  position: relative;
  width: 980px;
  margin: 0 auto;
}

.nav-cloud:after {
  content: "";
  display: block;
  clear: both;
}

.nav-cloud__item {
  float: left;
  width: 180px;
}

.nav-cloud__item + .nav-cloud__item {
  margin-left: 20px;
}

.nav-cloud__link {
  position: relative;
  display: block;
  width: 100%;
  height: 120px;
  cursor: pointer;
}

.nav-cloud__link:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  display: block;
  width: 100%;
  height: 140px;
  background: no-repeat center top;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  z-index: 1;
}

.nav-cloud__link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/icon_nav_cloud.png) no-repeat center center;
  z-index: 2;
}

.nav-cloud__item--type1 .nav-cloud__link:before {
  background-image: url(../images/illust_nav_maternity.png);
}

.nav-cloud__item--type2 .nav-cloud__link:before {
  background-image: url(../images/illust_nav_baby.png);
}

.nav-cloud__item--type3 .nav-cloud__link:before {
  background-image: url(../images/illust_nav_kids.png);
}

.nav-cloud__item--brand .nav-cloud__link:before {
  background-image: url(../images/illust_nav_brand.png);
}

.nav-cloud__item--special .nav-cloud__link:before {
  background-image: url(../images/illust_nav_special.png);
}

.nav-cloud__item.active .nav-cloud__link:before {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.nav-cloud__name {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}

.nav-bubble {
  position: absolute;
  top: 120px;
  left: 0;
  display: block;
  width: 1020px;
  background: #fffdee;
  border-radius: 20px;
  padding: 10px;
  margin: 0 -20px;
  z-index: 100;
  opacity: 0;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  pointer-events: none;
}

.nav-cloud__item.active .nav-bubble {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto;
}

.nav-bubble:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 10px solid transparent;
  border-bottom: 14px solid #fffdee;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.nav-cloud__item--type1 .nav-bubble:before {
  left: 100px;
}

.nav-cloud__item--type2 .nav-bubble:before {
  left: 300px;
}

.nav-cloud__item--type3 .nav-bubble:before {
  left: 500px;
}

.nav-cloud__item--special .nav-bubble:before {
  left: 700px;
}

.nav-cloud__item--brand .nav-bubble:before {
  left: 900px;
}

.nav-bubble__item {
  float: left;
  width: 20%;
  padding: 10px;
}

.nav-list {
  color: #5b3219;
}

.nav-list a {
  color: inherit;
  text-decoration: none;
}

.nav-list__title {
  border: 1px solid #5b3219;
}

.nav-list__title a {
  display: table;
  width: 100%;
}

.nav-list__title .nav-list__thumbnail,
.nav-list__title .nav-list__name {
  display: table-cell;
  vertical-align: middle;
  padding: 4px;
}

.nav-list__title .nav-list__thumbnail {
  width: 58px;
}

.nav-list__title .nav-list__thumbnail img {
  width: 50px;
  height: 50px;
}

.nav-list__data {
  padding: 0 10px;
}

.nav-list__data:first-of-type {
  margin-top: 10px;
}

.nav-list__data a {
  position: relative;
  display: block;
  padding: 5px 0;
}

.nav-list__data a:after {
  content: ">";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.arrow-foot {
  width: 960px;
  margin: 0 auto;
}

.arrow-foot .jump {
  display: block;
  width: 35px;
  height: 29px;
  text-decoration: none;
  background: url(../images/arrow_footer.png) no-repeat center top;
  margin-left: auto;
  margin-right: 0;
}

.arrow-foot .jump span {
  display: none;
}

.tax {
  width: 980px;
  text-align: center;
  margin: 30px auto;
  color: #5b3219;
  font-size: 20px;
}

.tax span {
  display: inline-block;
}

.tax span.strong {
  color: #de002b;
}

.share-buttons {
  width: 980px;
  text-align: center;
  margin: 20px auto;
}

.share-buttons li {
  display: inline-block;
  margin: 0 1em;
  vertical-align: top;
}

.footer {
  background: #5b3218;
  font-size: 13px;
}

.footer .footer-inner {
  padding: 30px 0;
  color: #fff;
}

.footer .footer-banners {
  margin: 0 -7px 16px;
}

.footer .footer-banner {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0 7px 14px;
}

.footer .footer-banner .banner-link {
  display: block;
  text-align: center;
  text-decoration: none;
  background: #fefdf5;
  border-radius: 5px;
  padding: 4px 0;
}

.footer .footer-navbar {
  position: relative;
  overflow: hidden;
  margin: 10px 0;
}

.footer .footer-navbar a {
  color: #fff;
  text-decoration: none;
}

.footer .footer-nav {
  position: relative;
  float: left;
  left: 50%;
}

.footer .footer-nav li {
  position: relative;
  left: -50%;
  float: left;
  padding: 0 10px;
  border-right: 1px solid #fff;
}

.footer .footer-nav li:first-child {
  border-left: 1px solid #fff;
}

.footer .copyright {
  text-align: center;
  line-height: 50px;
}


/* 20131227シェアボタン追加 */

.share-buttons {
  width: 980px;
  margin: 0 auto 40px;
}

.share-button {
  display: block;
  background: #333;
  width: 40px;
  height: 40px;
  float: right;
}

.share-fb {
  margin-right: 10px;
  background: url(../images/share_button_fb.png);
}

.share-tw {
  background: url(../images/share_button_tw.png);
}

.share-button span {
  display: none;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99998;
  background-color: #000;
}

.modal,
.modal-app {
  display: none;
  height: initial !important;
}

.modal-app {
  background: #666 !important;
  padding: 10px !important;
}

.modal-outer {
  width: 600px;
  height: 240px;
  position: fixed;
  top: 50%;
  left: 50%;
  background: #fff;
  padding: 30px;
  z-index: 99999;
  margin-left: -230px;
  margin-top: -150px;
}

.modal-close {
  margin-top: 20px;
  float: right;
  color: #fff;
  background: #666;
  padding: 10px;
  border: none;
  cursor: pointer;
}

.lightbox-close {
  cursor: pointer;
  position: absolute;
  top: -12px;
  left: -12px;
}

.lightboxtoapp {
  display: block;
  height: 51px;
  width: 176px;
  position: absolute;
  top: 172px;
  left: 42px;
}

.lightboxtoplay {
  display: block;
  height: 51px;
  width: 156px;
  position: absolute;
  top: 172px;
  left: 238px;
}


/*
 *  common.css
 */

/**********************************************************/

/* 共通 */

/**********************************************************/

.taxonomy-head {
  display: none;
}

body.tax-type .type-catch {
  height: 250px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

body.tax-special .special-catch {
  height: 280px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.type-children {
  margin: 20px -10px;
}

.type-children li {
  float: left;
  display: block;
  padding: 5px 10px;
  width: 33.333333%;
  box-sizing: border-box;
}

.type-children a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #5b3218;
  text-align: center;
  line-height: 54px;
  border-radius: 10px;
  background: #fefdf5;
  box-shadow: 1px 1px 3px 0 rgba(100, 100, 100, .6);
}

.type-children a.active {
  box-shadow: 1px 1px 3px 0 rgba(100, 100, 100, .6) inset;
}

.items .item .specials .special {
  font-size: 13px;
  font-weight: bold;
  margin: 5px 0;
}

.items .item .specials .special span {
  display: inline-block;
  color: #fff;
  background: #e2007e;
  padding: 2px 5px;
  line-height: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.contents-detail .info .specials {
  margin-bottom: 20px;
}

.contents-detail .info .specials .special {
  display: none;
  float: left;
  width: 82px;
  height: 56px;
  margin-right: 15px;
}

.contents-detail .info .specials .special span {
  display: none;
}

.contents-detail .info .specials .special-ranking1 {
  display: block;
  background: url(../images/icon_single_ranking1.png) no-repeat left top;
}

.contents-detail .info .specials .special-ranking2 {
  display: block;
  background: url(../images/icon_single_ranking2.png) no-repeat left top;
}

.contents-detail .info .specials .special-ranking3 {
  display: block;
  background: url(../images/icon_single_ranking3.png) no-repeat left top;
}


/*
　* リニューアル
　* キッズ
　*/

body.term-grand-kidswear,
body.term-grand-kidsinner,
body.term-grand-kidsaccessory,
body.term-grand-school,
body.term-grand-kidsitem,
body.single-type-kidswear,
body.single-type-kidsinner,
body.single-type-kidsaccessory,
body.single-type-school,
body.single-type-kidsitem {
  background-color: #d1dbc1;
}


/*
　* リニューアル
　* ベビー
　*/

body.term-grand-babywear,
body.term-grand-babyinner,
body.term-grand-babyaccessory,
body.term-grand-babyitem,
body.single-type-babywear,
body.single-type-babyinner,
body.single-type-babyaccessory,
body.single-type-babyitem {
  background-color: #ebd9b9;
}


/*
　* リニューアル
　* マタニティ・新生児・乳児
　*/

body.term-grand-maternity,
body.term-grand-newborn,
body.term-grand-maternityitem,
body.term-grand-babycarry,
body.term-grand-infantitem,
body.single-type-maternity,
body.single-type-newborn,
body.single-type-maternityitem,
body.single-type-babycarry,
body.single-type-infantitem {
  background-color: #eed2d2;
}


/**********************************************************/

/* バースデイオリジナル */

/**********************************************************/

.items .item .specials .special-original span {
  background-color: #e2007e;
}

.contents-detail .info .specials .special-original {
  display: block;
  background: url(../images/icon_single_original.png) no-repeat left top;
}


/**********************************************************/

/* 動画 */

/**********************************************************/

body.term-movie {
  background-image: url(../images/back_movie.jpg);
}

.items .item .specials .special-movie span {
  background-color: #192c56;
}


/**********************************************************/

/* futafuta */

/**********************************************************/

body[class*=term-futafuta] {
  background-image: url(../images/back_futafuta.jpg);
}

body[class*=term-futafuta] .type-children li {
  width: 33.33333333%;
}

body[class*=term-futafuta] .type-children li a {
  color: #a63900;
  background: #dea85e;
}

.items .item .specials [class*=special-futafuta] span {
  background-color: #ae0d7a;
}

.contents-detail .info .specials [class*=special-futafuta] {
  display: block;
  background: url(../images/icon_single_futafuta.png) no-repeat left top;
}


/**********************************************************/

/* Made In Japan */

/**********************************************************/

body.term-made-in-japan {
  background-image: none;
  background-color: #fff;
}

.term-made-in-japan .special-catch {
  background-image: url(../images/img_header_made-in-japan.jpg);
}

.items .item .specials .special-made-in-japan span {
  background-color: #e21710;
}

.contents-detail .info .specials .special-made-in-japan {
  display: block;
  background: url(../images/icon_single_made-in-japan.png) no-repeat left top;
}


/**********************************************************/

/* SCAMPCAMP */

/**********************************************************/

body.term-scampcamp {
  background-image: url(../images/back_scampcamp.png);
}

.contents-detail .info .specials .special-scampcamp {
  display: block;
  background: url(../images/icon_single_scampcamp.png) no-repeat left top;
}


/**********************************************************/

/* オーガニックコットン */

/**********************************************************/

body.term-organic-cotton {
  background-image: none;
  background-color: #fff;
}

.items .item .specials .special-organic-cotton span {
  background-color: #d3ad78;
}

.contents-detail .info .specials .special-organic-cotton {
  display: block;
  background: url(../images/icon_single_organic-cotton.png) no-repeat left top;
  background: url(../images/icon_single_organic-cotton.jpg) no-repeat left top;
}

.import-organic-cotton {
  overflow: hidden;
}

.import-organic-cotton .about-oc {
  width: 1020px;
  margin-left: -40px;
  color: #d3ad78;
  margin-top: 50px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.import-organic-cotton .about-oc h2 {
  color: #d3ad78;
  font-size: 32px;
  margin-bottom: 20px;
  padding: 12px 0;
}

.import-organic-cotton .about-oc .oc-description {
  height: 260px;
  margin-left: 40px;
  margin-bottom: 50px;
  background: url(../images/tree_01.jpg) repeat-x 15px top;
  padding-top: 40px;
  font-size: 24px;
}

.import-organic-cotton .about-oc .alignleft {
  margin-left: 40px;
  margin-right: 0;
  margin-bottom: 50px;
}

.import-organic-cotton .about-ocs {
  margin-top: 30px;
  margin-bottom: 50px;
  color: #333;
}

.import-organic-cotton .about-ocs h2 {
  color: #333;
  background: url(../images/tree_02.jpg) no-repeat left center;
  padding-left: 50px;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 20px;
}

.import-organic-cotton .about-ocs h2 span {
  color: #d3ad78;
}

.import-organic-cotton .about-ocs .ocs-description {
  float: left;
  width: 660px;
  font-size: 18px;
}

.import-organic-cotton .about-ocs .ocs-description img {
  margin: 0;
}

.import-organic-cotton .about-ocs .ocs-tag {
  float: right;
  width: 250px;
}


/**********************************************************/

/* ランキング */

/**********************************************************/

.items .item .specials .special-ranking1 span,
.items .item .specials .special-ranking2 span,
.items .item .specials .special-ranking3 span {
  background: #f39800;
}


/**********************************************************/

/* LAPSEN */

/**********************************************************/

body[class*=term-lapsen] {
  background-image: url(../images/back_lapsen.jpg);
}

.items .item .specials [class*=special-lapsen] span {
  background-color: #E50012;
}

.contents-detail .info .specials [class*=special-lapsen] {
  display: block;
  background: url(../images/icon_single_lapsen.png) no-repeat left top;
}


/**********************************************************/

/* conoco */

/**********************************************************/

body[class*=term-conoco] {
  background-image: url(../images/back_conoco.jpg);
}

.items .item .specials [class*=special-conoco] span {
  background-color: #AA782F;
}

.contents-detail .info .specials [class*=special-conoco] {
  display: block;
  background: url(../images/icon_single_conoco.png) no-repeat left top;
}


/**********************************************************/

/* MAJOLICA */

/**********************************************************/

body[class*=term-majolica] {
  background-image: url(../images/back_majolica.jpg);
}

.items .item .specials [class*=special-majolica] span {
  background-color: #C79F62;
}

.contents-detail .info .specials [class*=special-majolica] {
  display: block;
  background: url(../images/icon_single_majolica.png) no-repeat left top;
}


/**********************************************************/

/* LAGKAW */

/**********************************************************/

body[class*=term-lagkaw] {
  background-image: url(../images/back_lagkaw.jpg);
}

.items .item .specials [class*=special-lagkaw] span {
  background-color: #253C2B;
}

.contents-detail .info .specials [class*=special-lagkaw] {
  display: block;
  background: url(../images/icon_single_lagkaw.jpg) no-repeat left top;
}


/**********************************************************/

/* Hallmark */

/**********************************************************/

body[class*=term-hallmark] {
  background: #bad978;
}

.items .item .specials [class*=special-hallmark] span {
  background-color: #98c769;
}

.contents-detail .info .specials [class*=special-hallmark] {
  display: block;
  background: url(../images/icon_single_hallmark.jpg) no-repeat left top;
}


/**********************************************************/

/* aden */

/**********************************************************/

body[class*=term-aden] {
  background-image: url(../images/back_aden.jpg);
}

.items .item .specials [class*=special-aden] span {
  background-color: #adcfcb;
}

.contents-detail .info .specials [class*=special-aden] {
  display: block;
  background: url(../images/icon_single_aden.png) no-repeat left top;
}


/**********************************************************/

/* brand outer */

/**********************************************************/

body[class*=term-brand-outer] {
  background-image: url(../images/back_brand-outer.jpg);
}

.items .item .specials [class*=special-brand-outer] span {
  background-color: #d3897a;
  color: #fff;
}

.contents-detail .info .specials [class*=special-brand-outer] {
  display: block;
  background: url(../images/icon_single_brand-outer.png) no-repeat left top;
}


/**********************************************************/

/* ママコエプロジェクト */

/**********************************************************/

body[class*=term-mamakoe] {
  background-image: url(../images/back_mamakoe.jpg);
}

.items .item .specials [class*=special-mamakoe] span {
  background-color: #009e9b;
}

.contents-detail .info .specials [class*=special-mamakoe] {
  display: block;
  background: url(../images/icon_single_mamakoe.png) no-repeat left top;
}


/**********************************************************/

/* 藤本美貴 */

/**********************************************************/

body[class*=term-miki-fujimoto] {
  background-image: url(../images/back_miki-fujimoto.jpg);
}

.items .item[class*=item-tag-miki-fujimoto] {}

.items .item .specials [class*=special-miki-fujimoto] span {
  background-color: #EDA1AE;
}

.contents-detail .info .specials [class*=special-miki-fujimoto] {
  display: block;
  background: url(../images/icon_single_miki-fujimoto.png) no-repeat left top;
}


/**********************************************************/

/* はらぺこあおむし */

/**********************************************************/

body[class*=term-harapeko_aomushi] {
  background-image: url(../images/back_harapeko_aomushi.jpg);
}

body[class*=term-harapeko_aomushi] .special-catch {
  background-image: url(../images/img_header_harapeko_aomushi.jpg);
}

.items .item[class*=item-tag-harapeko_aomushi] {
  background-color: #fbf2e3;
}

.items .item .specials [class*=special-harapeko_aomushi] span {
  background-color: #009e9c;
}

.contents-detail .info .specials [class*=special-harapeko_aomushi] {
  display: block;
  background: url(../images/icon_single_harapeko_aomushi.png) no-repeat left top;
}


/**********************************************************/

/* ホームドライ */

/**********************************************************/

body[class*=term-home-dry] {
  background-image: url(../images/back_home-dry.jpg);
}

.items .item .specials [class*=special-home-dry] span {
  background-color: #be2321;
}

.contents-detail .info .specials [class*=special-home-dry] {
  display: block;
  background: url(../images/icon_single_home-dry.jpg) no-repeat left top;
}

body[class*=term-home-dry] .type-children li {
  width: 50%;
}

body[class*=term-home-dry] .type-children li a {
  background: #00a1e9;
  color: #fff;
}


/**********************************************************/

/* BLACK CLOSET */

/**********************************************************/

body[class*=term-black-closet] {
  background-image: url(../images/back_black-closet.jpg);
}

.items .item .specials [class*=special-black-closet] span {
  background-color: #000;
}

.contents-detail .info .specials [class*=special-black-closet] {
  display: block;
  background: url(../images/icon_single_black-closet.jpg) no-repeat left top;
}


/**********************************************************/

/* Champion */

/**********************************************************/

body[class*=term-champion] {
  background: url(../images/back_champion.jpg);
}

.items .item .specials [class*=special-champion] span {
  background-color: #fff;
  color: #004299;
  border-color: #004299;
  border-style: solid;
  border-width: 1px;
}

.contents-detail .info .specials [class*=special-champion] {
  display: block;
  background: url(../images/icon_single_champion.png) no-repeat left top;
}


/**********************************************************/

/* ボタニカルダイ */

/**********************************************************/

body[class*=term-botanicaldye] {
  background: url(../images/back_botanicaldye.jpg);
}

.items .item .specials [class*=special-botanicaldye] span {
  background-color: #faf6eb;
  color: #6b3906;
  border-color: #6b3906;
  border-style: solid;
  border-width: 1px;
}

.contents-detail .info .specials [class*=special-botanicaldye] {
  display: block;
  background: url(../images/icon_single_botanicaldye.png) no-repeat left top;
}


/**********************************************************/

/* POLO */

/**********************************************************/

body[class*=term-polo] {
  background: url(../images/back_polo.jpg);
}

.items .item .specials [class*=special-polo] span {
  background-color: #001854;
  color: #fff;
}

.contents-detail .info .specials [class*=special-polo] {
  display: block;
  background: url(../images/icon_single_polo.jpg) no-repeat left top;
}


/**********************************************************/

/* Barbie */

/**********************************************************/

body[class*=term-barbie] {
  background: url(../images/back_barbie.jpg);
}

.items .item .specials [class*=special-barbie] span {
  background-color: #e4378c;
  color: #fff;
}

.contents-detail .info .specials [class*=special-barbie] {
  display: block;
  background: url(../images/icon_single_barbie.png) no-repeat left top;
}


/**********************************************************/

/* ANAPway */

/**********************************************************/

body[class*=term-anapway] {
  background: url(../images/back_anapway.jpg);
}

.items .item .specials [class*=special-anapway] span {
  background-color: #00a0e8;
  color: #fff;
}

.contents-detail .info .specials [class*=special-anapway] {
  display: block;
  background: url(../images/icon_single_anapway.png) no-repeat left top;
}


/**********************************************************/

/* AZUL PRIMERA */

/**********************************************************/

body[class*=term-azul-primera] {
  background: #2a2a2a;
}

body[class*=term-azul-primera] .breadcrumb,
body[class*=term-azul-primera] .breadcrumb a,
body[class*=term-azul-primera] .tax {
  color: #fff;
}

.items .item .specials [class*=special-azul-primera] span {
  background-color: #fff;
  color: #2a2a2a;
  border: 1px solid #2a2a2a;
}

.contents-detail .info .specials [class*=special-azul-primera] {
  display: block;
  background: url(../images/icon_single_azul-primera.png) no-repeat left top;
}


/**********************************************************/

/* ファイバーヒート */

/**********************************************************/

body[class*=term-fiber-heat] {
  background: #ff9900;
}

.items .item .specials [class*=special-fiber-heat] span {
  background-color: #ff9900;
}

.contents-detail .info .specials [class*=special-fiber-heat] {
  display: block;
  background: url(../images/icon_single_fiber-heat.jpg) no-repeat left top;
}


/**********************************************************/

/* 7coordinate */

/**********************************************************/

body[class*=term-7coordinate] {
  background: #fff;
}

.items .item .specials [class*=special-7coordinate] span {
  background-color: #000;
}

.contents-detail .info .specials [class*=special-7coordinate] {
  display: block;
  background: url(../images/icon_single_7coordinate.jpg) no-repeat left top;
}


/**********************************************************/

/* disneybaby */

/**********************************************************/

body[class*=term-disneybaby] {
  background-image: url(../images/back_disneybaby.jpg);
  background: #d0eae9;
}

.items .item .specials [class*=special-disneybaby] span {
  background-color: #21aa38;
}

.contents-detail .info .specials [class*=special-disneybaby] {
  display: block;
  background: url(../images/icon_single_disneybaby.png) no-repeat left top;
}


/**********************************************************/

/* コーディネート */

/**********************************************************/

body[class*=term-coordinate] {
  background-image: url(../images/back_coordinate.jpg);
}

.items .item .specials [class*=special-coordinate] span {
  color: #008e8f;
  background-color: #fff;
  border: 1px solid #008e8f;
}

.contents-detail .info .specials [class*=special-coordinate] {
  display: block;
  background: url(../images/icon_single_coordinate.jpg) no-repeat left top;
}


/**********************************************************/

/* AnkAnk */

/**********************************************************/

body[class*=term-ankank] {
  background-image: url(../images/back_ankank.jpg);
}

.items .item .specials [class*=special-ankank] span {
  background-color: #171b61;
}

.contents-detail .info .specials [class*=special-ankank] {
  display: block;
  background: url(../images/icon_single_ankank.png) no-repeat left top;
}


/**********************************************************/

/* フタパン */

/**********************************************************/

body[class*=term-futapan] {
  background-image: url(../images/back_futapan.jpg);
}

.container-mini {
  width: 600px;
  margin: 0 auto;
}

.youtube-responsive {
  position: relative;
  padding-bottom: 56.25%;
  margin: 1em 0;
}

.youtube-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-header {
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  padding: 10px;
  border-radius: 20px;
  background: #5b3218;
  margin: 20px 0 10px;
}

.futapan-subject {
  font-size: 18px;
  font-weight: bold;
  color: #5b3218;
  text-align: center;
  margin: 20px 0 10px;
}

.futapan-row {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 30px;
}

.futapan-pc-1,
.futapan-pc-2,
.futapan-pc-3,
.futapan-pc-4 {
  float: left;
  min-height: 1px;
  padding: 10px;
  box-sizing: border-box;
}

.futapan-pc-1 {
  width: 100%;
}

.futapan-pc-2 {
  width: 50%;
}

.futapan-pc-3 {
  width: 33.333333%;
}

.futapan-pc-4 {
  width: 25%;
}

.futapan-banner {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  border-radius: 20px;
  background: #07435d;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.futapan-banner:hover {
  opacity: .7;
}

.futapan-banner:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 9px solid #fff;
  vertical-align: middle;
  margin-left: 1em;
}

.futapan-link {
  font-size: 18px;
  font-weight: bold;
  color: #5b3218;
  margin: 20px 0 10px;
}

.futapan-link:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left: 12px solid #5b3218;
  vertical-align: middle;
}


/**********************************************************/

/* HappyBag */

/**********************************************************/

body[class*=term-happybag] {
  background-image: url(../images/back_happybag.jpg);
}

.items .item .specials [class*=special-happybag] span {
  background-color: #bc2830;
}

.contents-detail .info .specials [class*=special-happybag] {
  display: block;
  background: url(../images/icon_single_happybag.png) no-repeat left top;
}





/**********************************************************/

/* 入園入学 */

/**********************************************************/

body[class*=term-nyuuen-nyuugaku] {
  background-image: url(../images/back_nyuuen-nyuugaku.jpg);
}

body[class*=term-nyuuen-nyuugaku] .type-children li {
  width: 33.333333%;
}

.items .item .specials [class*=special-nyuuen-nyuugaku] span {
  background-color: #6eb92a;
}

.contents-detail .info .specials [class*=special-nyuuen-nyuugaku] {
  display: block;
  background: url(../images/icon_single_nyuuen-nyuugaku.png) no-repeat left top;
}


/**********************************************************/

/* FIBERDRY */

/**********************************************************/

body[class*=term-fiber-dry] {
  background: #00A6E9;
  background: url(../images/back_fiber-dry.jpg) repeat center top;
}

body[class*=term-fiber-dry] .type-children li {
  width: 33.333333%;
}

.items .item .specials [class*=special-fiber-dry] span {
  background-color: #00A6E9;
}

.contents-detail .info .specials [class*=special-fiber-dry] {
  display: block;
  background: url(../images/icon_single_fiber-dry.jpg) no-repeat left top;
}


/**********************************************************/

/* 赤すぐ掲載商品 */

/**********************************************************/

body[class*=term-akasugu] {
  background: #00A6E9;
  background: url(../images/back_akasugu.jpg) repeat center top;
}

body[class*=term-akasugu] .type-children li {
  width: 33.333333%;
}

.items .item .specials [class*=special-akasugu] span {
  background-color: #e8506f;
}

.contents-detail .info .specials [class*=special-akasugu] {
  display: block;
  background: url(../images/icon_single_akasugu.png) no-repeat left top;
}


/**********************************************************/

/* 素肌涼やか */

/**********************************************************/

body[class*=term-suhada-suzuyaka] {
  background: url(../images/back_suhada-suzuyaka.jpg) repeat center top;
}

body[class*=term-suhada-suzuyaka] .breadcrumb,
body[class*=term-suhada-suzuyaka] .breadcrumb a,
body[class*=term-suhada-suzuyaka] .tax {
  color: #fff;
}

.items .item .specials [class*=special-suhada-suzuyaka] span {
  background-color: #004DA1;
}

.contents-detail .info .specials [class*=special-suhada-suzuyaka] {
  display: block;
  background: url(../images/icon_single_suhada-suzuyaka.png) no-repeat left top;
}


/**********************************************************/

/* 新疆綿 */

/**********************************************************/

body[class*=term-shinkyoumen] {
  background: url(../images/back_shinkyoumen.jpg) repeat center top;
}

.items .item .specials [class*=special-shinkyoumen] span {
  background-color: #f7f5bb;
  color: #644037;
}

.contents-detail .info .specials [class*=special-shinkyoumen] {
  display: block;
  background: url(../images/icon_single_shinkyoumen.jpg) no-repeat left top;
}


/**********************************************************/

/* miffy */

/**********************************************************/

body[class*=term-miffy] {
  background: #ffde00;
}

.items .item .specials [class*=special-miffy] span {
  background-color: #e94f18;
}

.contents-detail .info .specials [class*=special-miffy] {
  display: block;
  background: url(../images/icon_single_miffy.png) no-repeat left top;
}

.miffy-banner {
  display: block;
  width: 300px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  border-radius: 20px;
  background: #004C97;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  margin: 10px auto;
}

.miffy-banner:hover {
  opacity: .7;
}

.miffy-banner:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 9px solid #fff;
  vertical-align: middle;
  margin-left: 1em;
}


/**********************************************************/

/* スイムウエア＆グッズ */

/**********************************************************/

/*
body[class*=term-swim] {
  background-image: url(../images/back_swim.jpg);
}

.items .item .specials [class*=special-swim] span {
  background-color: #036EB7;
  color: #fff;
}

.contents-detail .info .specials [class*=special-swim] {
  display: block;
  background: url(../images/icon_single_swim.png) no-repeat left top;
}
*/

/**********************************************************/

/* 浴衣＆甚平 */

/**********************************************************/

body[class*=term-yukata-jinbei] {
  /*  background-image: url(../images/back_yukata-jinbei.jpg);*/
  background: #664491;
}

.items .item .specials [class*=special-yukata-jinbei] span {
  background-color: #a38ebf;
  color: #fff;
}

body[class*=term-yukata-jinbei] .breadcrumb,
body[class*=term-yukata-jinbei] .breadcrumb a,
body[class*=term-yukata-jinbei] .tax {
  color: #fff;
}

.contents-detail .info .specials [class*=special-yukata-jinbei] {
  display: block;
  background: url(../images/icon_single_yukata-jinbei.png) no-repeat left top;
}


/**********************************************************/

/* ディズニー */

/**********************************************************/

body[class*=term-disney] {
  background: #fff;
}

.items .item .specials [class*=special-disney] span {
  background-color: #fff;
  color: #2a2a2a;
  border: 1px solid #2a2a2a;
}

.contents-detail .info .specials [class*=special-disney] {
  display: block;
  background: url(../images/icon_single_disney.jpg) no-repeat left top;
}


/**********************************************************/

/* お取り寄せ商品 */

/**********************************************************/

body[class*=term-otoriyose] {
  background-image: url(../images/back_otoriyose.jpg);
}

.items .item .specials [class*=special-otoriyose] span {
  background-color: #66390D;
  color: #fff;
}

.contents-detail .info .specials [class*=special-otoriyose] {
  display: block;
  background: url(../images/icon_single_otoriyose.png) no-repeat left top;
}


/**********************************************************/

/* futafuta DAILYLINE */

/**********************************************************/

body[class*=term-dailyline] {
  /* 背景画像または背景色 */
  /* background-image: url(../images/back_dailyline.jpg); */
  background: #fff;
}

.items .item .specials [class*=special-dailyline] span {
  /* タグカラー */
  background-color: #1D2D5F;
  color: #fff;
}

.contents-detail .info .specials [class*=special-dailyline] {
  display: block;
  /* タグ用シール（スマホには不要） */
  background: url(../images/icon_single_dailyline.jpg) no-repeat left top;
}


/**********************************************************/

/* CANDYCAT */

/**********************************************************/

body[class*=term-candycat] {
  /* 背景画像または背景色 */
  /* background-image: url(../images/back_candycat.jpg); */
  background: #DA8A83;
}

.items .item .specials [class*=special-candycat] span {
  /* タグカラー */
  background-color: #DA8A83;
  color: #fff;
}

.contents-detail .info .specials [class*=special-candycat] {
  display: block;
  /* タグ用シール（スマホには不要） */
  background: url(../images/icon_single_candycat.png) no-repeat left top;
}


/**********************************************************/

/* TOKYO BY ARTPEANUTS */

/**********************************************************/

body[class*=term-tokyobyartpeanuts] {
  /* 背景画像または背景色 */
  /* background-image: url(../images/back_tokyobyartpeanuts.jpg); */
  background: #231815;
}

body[class*=term-tokyobyartpeanuts] .breadcrumb,
body[class*=term-tokyobyartpeanuts] .breadcrumb a,
body[class*=term-tokyobyartpeanuts] .tax {
  color: #fff;
}

.items .item .specials [class*=special-tokyobyartpeanuts] span {
  /* タグカラー */
  background-color: #DBDAC5;
  /* 背景が薄い色の場合は文字色黒のまま */
  color: #000;
}

.contents-detail .info .specials [class*=special-tokyobyartpeanuts] {
  display: block;
  /* タグ用シール（スマホには不要） */
  background: url(../images/icon_single_tokyobyartpeanuts.jpg) no-repeat left top;
}


/**********************************************************/

/* ハロウィン */

/**********************************************************/

body[class*=term-halloween] {
  /* 背景画像または背景色 */
  /* background-image: url(../images/back_halloween.jpg); */
  background: #F39700;
}

.items .item .specials [class*=special-halloween] span {
  /* タグカラー */
  background-color: #A574B0;
  color: #fff;
}

.contents-detail .info .specials [class*=special-halloween] {
  display: block;
  /* タグ用シール（スマホには不要） */
  background: url(../images/icon_single_halloween.png) no-repeat left top;
}


/**********************************************************/

/* 裏地あったかシリーズ */

/**********************************************************/

body[class*=term-urajiattaka] {
  /* 背景画像または背景色 */
  background-image: url(../images/back_urajiattaka.jpg);
  /*  background: #DE7C1E;*/
}

.items .item .specials [class*=special-urajiattaka] span {
  /* タグカラー */
  background-color: #ED7700;
  color: #000;
}

.contents-detail .info .specials [class*=special-urajiattaka] {
  display: block;
  /* タグ用シール（スマホには不要） */
  background: url(../images/icon_single_urajiattaka.jpg) no-repeat left top;
}


/**********************************************************/

/* nina'sキッズモデルオーディション結果発表!! */

/**********************************************************/

body[class*=term-ninas] {
  /* 背景画像または背景色 */
  /*  background-image: url(../images/back_urajiattaka.jpg);*/
  background: #58B665;
}

.items .item .specials [class*=special-ninas] span {
  /* タグカラー */
  background-color: #58B665;
  color: #fff;
}

.contents-detail .info .specials [class*=special-ninas] {
  display: block;
  /* タグ用シール（スマホには不要） */
  background: url(../images/icon_single_ninas.png) no-repeat left top;
}


/**********************************************************/

/* コウノドリ登場商品 */

/**********************************************************/

body[class*=term-kounodori] {
  /* 背景画像または背景色 */
  /*  background-image: url(../images/back_urajiattaka.jpg);*/
  background: #2390C0;
}

.items .item .specials [class*=special-kounodori] span {
  /* タグカラー */
  background-color: #2390C0;
  color: #fff;
}

.contents-detail .info .specials [class*=special-kounodori] {
  display: block;
  /* タグ用シール（スマホには不要） */
  background: url(../images/icon_single_kounodori.png) no-repeat left top;
}



/**********************************************************/

/* 入園・入学 準備グッズ */

/**********************************************************/

body[class*=term-nyuuen-nyuugaku] {
  /* 背景画像または背景色 */
  background-image: url(../images/back_nyuuen-nyuugaku.jpg);
  /*  background: #2390C0;*/
}

.items .item .specials [class*=special-nyuuen-nyuugaku] span {
  /* タグカラー */
  background-color: #6eb92b;
  color: #fff;
}

.contents-detail .info .specials [class*=special-nyuuen-nyuugaku] {
  display: block;
  /* タグ用シール（スマホには不要） */
  background: url(../images/icon_single_nyuuen-nyuugaku.png) no-repeat left top;
}


/**********************************************************/

/* mamaraku */

/**********************************************************/

body[class*=term-mamaraku] {
  /* 背景画像または背景色 */
  background-image: url(../images/back_mamaraku.jpg);
  /*  background: #2390C0;*/
}

.items .item .specials [class*=special-mamaraku] span {
  /* タグカラー */
  background-color: #f8c6bd;
  color: #fff;
}

.contents-detail .info .specials [class*=special-mamaraku] {
  display: block;
  /* タグ用シール（スマホには不要） */
  background: url(../images/icon_single_mamaraku.png) no-repeat left top;
}


/**********************************************************/

/* なっとくシリーズ */

/**********************************************************/

body[class*=term-nattoku] {
  /* 背景画像または背景色 */
  /*  background-image: url(../images/back_nattoku.jpg);*/
  background: #ef8c00;
}

.items .item .specials [class*=special-nattoku] span {
  /* タグカラー */
  background-color: #ef8c00;
  color: #fff;
}

.contents-detail .info .specials [class*=special-nattoku] {
  display: block;
  /* タグ用シール（スマホには不要） */
  background: url(../images/icon_single_nattoku.png) no-repeat left top;
}


/**********************************************************/

/* スイムウエア＆グッズ */

/**********************************************************/

body[class*=term-swim] {
  /* 背景画像または背景色 */
  /*  background-image: url(../images/back_swim.jpg);*/
  background: #00b2ed;
}

.items .item .specials [class*=special-swim] span {
  /* タグカラー */
  background-color: #036EB7;
  color: #fff;
}

.contents-detail .info .specials [class*=special-swim] {
  display: block;
  /* タグ用シール（スマホには不要） */
  background: url(../images/icon_single_swim.png) no-repeat left top;
}


/**********************************************************/

/* サンリオフェア */

/**********************************************************/

body[class*=term-sanrio] {
  /* 背景画像または背景色 */
  background-image: url(../images/back_sanrio2020.jpg);
  /*  background: #00b2ed;*/
}

.items .item .specials [class*=special-sanrio] span {
  /* タグカラー */
  background-color: #e8598c;
  color: #fff;
}

.contents-detail .info .specials [class*=special-sanrio] {
  display: block;
  /* タグ用シール（スマホには不要） */
  background: url(../images/icon_single_sanrio2020.png) no-repeat left top;
}

.sanrio-banner {
  display: block;
  width: 300px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  border-radius: 20px;
  background: #f89da5;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  margin: 10px auto;
}

.sanrio-banner:hover {
  opacity: .7;
}

.sanrio-banner:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 9px solid #fff;
  vertical-align: middle;
  margin-left: 1em;
}


/**********************************************************/

/* フタT・フタパン */

/**********************************************************/

body[class*=term-futa-pant] {
  /* 背景画像または背景色 */
  background-image: url(../images/back_futapan.jpg);
}

.items .item .specials [class*=special-futa-pant] span {
  /* タグカラー */
  background-color: #1c2d5e;
  color: #fff;
}

.contents-detail .info .specials [class*=special-futa-pant] {
  display: block;

  /* タグ用シール（スマホには不要） */
  background: url(../images/icon_single_futa-pant2.png) no-repeat left top;
}



/**********************************************************/

/* ママコレ */

/**********************************************************/

body[class*=term-mamacolle] {
  /* 背景画像または背景色 */
  background-image: url(../images/back_mamacolle.jpg);
  /*  background: #f2a5aa;*/
}

.items .item .specials [class*=special-mamacolle] span {
  /* タグカラー */
  background-color: #f2a5aa;
  color: #fff;
}

.contents-detail .info .specials [class*=special-mamacolle] {
  display: block;

  /* タグ用シール（スマホには不要） */
  background: url(../images/icon_single_mamacolle.jpg) no-repeat left top;
}



/**********************************************************/

/* ハッピーレジャー */

/**********************************************************/

body[class*=term-leisure] {
  /* 背景画像または背景色 */
  /*background-image: url(../images/back_leisure.jpg);*/
  background: #d1edf9;
}

.items .item .specials [class*=special-leisure] span {
  /* タグカラー */
  background-color: #d1edf9;
  color: #66390d;
}

.contents-detail .info .specials [class*=special-leisure] {
  display: block;

  /* タグ用シール（スマホには不要） */
  background: url(../images/icon_single_leisure.png) no-repeat left top;
}


/**********************************************************/

/* 【ランドセル】コンテンツ ブランドページ「futafuta」 */

/**********************************************************/

body[class*=term-futarand] {
  /* 背景画像または背景色 */
  /*background-image: url(../images/back_futarand.jpg);*/
/*  background: #fbf7ee;*/
  background: #fff;
}

body[class*=term-futarand] .type-header{
  margin-bottom: 0;
}

.items .item .specials [class*=special-futarand] span {
  /* タグカラー */
  background-color: #fbf7ee;
  border: 1px solid #5d6164;
  color: #5d6164;
}

.contents-detail .info .specials [class*=special-futarand] {
  display: block;

  /* タグ用シール（スマホには不要） */
  background: url(../images/icon_single_futarand.png) no-repeat left top;
}


/**********************************************************/

/* 【ランドセル】コンテンツ ブランドページ「LAGKAW」 */

/**********************************************************/

body[class*=term-lagrand] {
  /* 背景画像または背景色 */
  /*background-image: url(../images/back_lagrand.jpg);*/
/*  background: #dcd4ab;*/
  background: #fff;
}

body[class*=term-lagrand] .type-header{
  margin-bottom: 0;
}
.items .item .specials [class*=special-lagrand] span {
  /* タグカラー */
  background-color: #dcd4ab;
  border: 1px solid #000000;
  color: #000000;
}

.contents-detail .info .specials [class*=special-lagrand] {
  display: block;

  /* タグ用シール（スマホには不要） */
  background: url(../images/icon_single_lagrand.png) no-repeat left top;
}

/**********************************************************/

/* 【ランドセル】コンテンツ ブランドページ「LoveCity」 */

/**********************************************************/

body[class*=term-lovecityrand] {
  /* 背景画像または背景色 */
  /*background-image: url(../images/back_lovecityrand.jpg);*/
/*  background: #bae3f9;*/
  background: #fff;
}

body[class*=term-lovecityrand] .type-header{
  margin-bottom: 0;
}

.items .item .specials [class*=special-lovecityrand] span {
  /* タグカラー */
  background-color: #bae3f9;
  border: 1px solid #000000;
  color: #000000;
}

.contents-detail .info .specials [class*=special-lovecityrand] {
  display: block;

  /* タグ用シール（スマホには不要） */
  background: url(../images/icon_single_lovecityrand.png) no-repeat left top;
}



/**********************************************************/

/* 【ランドセル】コンテンツ ブランドページ「フィットちゃん」 */

/**********************************************************/

body[class*=term-fitchanrand] {
  /* 背景画像または背景色 */
  /*background-image: url(../images/back_fitchanrand.jpg);*/
/*  background: #fac02c;*/
  background: #fff;
}

body[class*=term-fitchanrand] .type-header{
  margin-bottom: 0;
}

.items .item .specials [class*=special-fitchanrand] span {
  /* タグカラー */
  background-color: #fdd34e;
  border: 1px solid #000000;
  color: #000000;
}

.contents-detail .info .specials [class*=special-fitchanrand] {
  display: block;

  /* タグ用シール（スマホには不要） */
  background: url(../images/icon_single_fitchanrand.png) no-repeat left top;
}



/**********************************************************/

/* 【ディズニーフェア】コンテンツ 180830 */

/**********************************************************/

.disney-fair-step {
  display: flex;
  flex-wrap: wrap;
}

.disney-fair-step__item {
  width: calc(100%/2 - 10px);
  display: block;
  margin: 0 0 1rem;
  position: relative;
}

.disney-fair-step__item:nth-child(even) {
  margin: 0 0 0 1rem;

}


.disney-fair-step__btn {
  width: 280px;
  height: auto;
  position: absolute;
  bottom: 70px;
  left: 105px;
  transition: .4s ease-out;
}

.disney-fair-step__btn:hover {
  filter: brightness(128%);
}


body.page-id-85805 {
  background: #fff;
}




/**********************************************************/

/* 【LuLuPosh】コンテンツ */

/**********************************************************/

body[class*=term-luluposh] {
  /* 背景画像または背景色 */
  /*background-image: url(../images/back_luluposh.jpg);*/
  background: #FDF3DD;
}

.items .item .specials [class*=special-luluposh] span {
  /* タグカラー */
  background-color: #006D6F;
  color: #fff;
}

.contents-detail .info .specials [class*=special-luluposh] {
  display: block;

  /* タグ用シール（スマホには不要） */
  background: url(../images/icon_single_luluposh.png) no-repeat left top;
}


.luluposh-banner {
  display: block;
  width: 380px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  border-radius: 20px;
  background: #006D6F;
  transition: .2s ease-out;
  margin: 10px auto;
}

.luluposh-banner:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 9px solid #fff;
  vertical-align: middle;
  margin-left: 1em;
}

.luluposh-banner:hover {
  opacity: .7;
}




/**********************************************************/

/* tete a tete */

/**********************************************************/

body[class*=term-teteatete] {
  /* 背景画像または背景色 */
  /*background-image: url(../images/back_teteatete.jpg);*/
  background: #b78e5a;
}

.items .item .specials [class*=special-teteatete] span {
  /* タグカラー */
  background-color: #b78e5a;
  color: #FFF;
}

.contents-detail .info .specials [class*=special-teteatete] {
  display: block;

  /* タグ用シール（スマホには不要） */
  background: url(../images/icon_single_teteatete.jpg) no-repeat left top;
}



/**********************************************************/

/* 冬じたく */

/**********************************************************/

body[class*=term-fuyujitaku] {
  /* 背景画像または背景色 */
  background-image: url(../images/back_fuyujitaku.jpg);
  /*  background: #b78e5a;*/
}

.items .item .specials [class*=special-fuyujitaku] span {
  /* タグカラー */
  background-color: #0068b6;
  color: #FFF;
}

.contents-detail .info .specials [class*=special-fuyujitaku] {
  display: block;

  /* タグ用シール（スマホには不要） */
  background: url(../images/icon_single_fuyujitaku.jpg) no-repeat left top;
}





/**********************************************************/

/* クリスマス2018 */

/**********************************************************/

body[class*=term-christmas2018] {
  /* 背景画像または背景色 */
  background-image: url(../images/back_christmas2018.jpg);
}

.items .item .specials [class*=special-christmas2018] span {
  /* タグカラー */
  background-color: #e52d2b;
  color: #FFF;
}

.contents-detail .info .specials [class*=special-christmas2018] {
  display: block;

  /* タグ用シール（スマホには不要） */
  background: url(../images/icon_single_christmas2018.png) no-repeat left top;
}

body[class*=term-christmas2018] .tax {
  color: #fff;
}

body[class*=term-christmas2018] .tax span.strong {
  color: #ffeb3b;
}


/**********************************************************/

/* 福袋 */

/**********************************************************/

body[class*=term-fukubukuro] {
  /* 背景画像または背景色 */
  background-image: url(../images/back_fukubukuro.jpg);
  /*  background: #b78e5a;*/
}

.items .item .specials [class*=special-fukubukuro] span {
  /* タグカラー */
  background-color: #e5001a;
  color: #ffff68;
}

.contents-detail .info .specials [class*=special-fukubukuro] {
  display: block;

  /* タグ用シール（スマホには不要） */
  background: url(../images/icon_single_fukubukuro.jpg) no-repeat left top;
}

.fukubukuro-banners {
  margin: 50px 0;
  padding: 50px 0;
  background: #fdfae6;
}

.fukubukuro-banner {
  float: left;
  width: 25%;
  text-align: center;
}

/**********************************************************/

/* 入園・入学 準備グッズ */

/**********************************************************/

body[class*=term-nyuuen-nyuugaku] {
  /* 背景画像または背景色 */
  background-image: url(../images/back_nyuuen-nyuugaku2019.jpg);
  /*  background: #2390C0;*/
}

.items .item .specials [class*=special-nyuuen-nyuugaku] span {
  /* タグカラー */
  background-color: #e8598c;
  color: #fff;
}

.contents-detail .info .specials [class*=special-nyuuen-nyuugaku] {
  display: block;
  /* タグ用シール（スマホには不要） */
  background: url(../images/icon_single_nyuuen-nyuugaku2019.png) no-repeat left top;
}



/**********************************************************/

/* makepono */

/**********************************************************/

body[class*=term-makepono] {
  /* 背景画像または背景色 */
  background-image: url(../images/back_makepono2019.jpg);
  /*  background: #2390C0;*/
}

.items .item .specials [class*=special-makepono] span {
  /* タグカラー */
  background-color: #47392e;
  color: #fff;
}

.contents-detail .info .specials [class*=special-makepono] {
  display: block;
  /* タグ用シール（スマホには不要） */
  background: url(../images/icon_single_makepono2019.png) no-repeat left top;
}

/**********************************************************/

/* Cradle */

/**********************************************************/

body[class*=term-cradle] {
  /* 背景画像または背景色 */
  /*  background-image: url(../images/back_nyuuen-nyuugaku2019.jpg);*/
  background: #badcc8;
}

.items .item .specials [class*=special-cradle] span {
  /* タグカラー */
  background-color: #badcc8;
  color: #000;
}

.contents-detail .info .specials [class*=special-cradle] {
  display: block;
  /* タグ用シール（スマホには不要） */
  background: url(../images/icon_single_cradle2019.jpg) no-repeat left top;
}

/**********************************************************/

/* EDWIN */

/**********************************************************/

body[class*=term-edwin] {
  /* 背景画像または背景色 */
  /*  background-image: url(../images/back_nyuuen-nyuugaku2019.jpg);*/
  background: #fff;
}

.items .item .specials [class*=special-edwin] span {
  /* タグカラー */
  background-color: #c40e18;
  color: #fff;
}

.contents-detail .info .specials [class*=special-edwin] {
  display: block;
  /* タグ用シール（スマホには不要） */
  background: url(../images/icon_single_edwin2019.jpg) no-repeat left bottom;
  height: 56px;
}



/**********************************************************/

/* BC by BANANA CHIPS */

/**********************************************************/

body[class*=term-bcbybananachips] {
  /* 背景画像または背景色 */
  /*  background-image: url(../images/back_nyuuen-nyuugaku2019.jpg);*/
  background: #231816;
}

body[class*=term-bcbybananachips] .breadcrumb {
  color: #fff;
}

body[class*=term-bcbybananachips] .breadcrumb a {
  color: #fff;
}

body[class*=term-bcbybananachips] .tax {
  color: #fff;
}

body[class*=term-bcbybananachips] .tax span.strong {
  color: #fff500;
}

.items .item .specials [class*=special-bcbybananachips] span {
  /* タグカラー */
  background-color: #231816;
  color: #dcd7a2;
}

.contents-detail .info .specials [class*=special-bcbybananachips] {
  display: block;
  /* タグ用シール（スマホには不要） */
  background: url(../images/icon_single_bcbybananachips2019.jpg) no-repeat left top;
}

/**********************************************************/

/* きかんしゃトーマスフェア */

/**********************************************************/

body[class*=term-thomas] {
  /* 背景画像または背景色 */
  /*  background-image: url(../images/back_nyuuen-nyuugaku2019.jpg);*/
  background: #008cd6;
}

.items .item .specials [class*=special-thomas] span {
  /* タグカラー */
  background-color: #008cd6;
  color: #fff;
}

.contents-detail .info .specials [class*=special-thomas] {
  display: block;
  /* タグ用シール（スマホには不要） */
  background: url(../images/icon_single_thomas2019.jpg) no-repeat left top;
}

/**********************************************************/

/* スイムグッズ */

/**********************************************************/

body[class*=term-swim] {
  /* 背景画像または背景色 */
  /*  background-image: url(../images/back_nyuuen-nyuugaku2019.jpg);*/
  background: #54c3f1;
}

.items .item .specials [class*=special-swim] span {
  /* タグカラー */
  background-color: #54c3f1;
}

.contents-detail .info .specials [class*=special-swim] {
  display: block;
  /* タグ用シール（スマホには不要） */
  background: url(../images/icon_single_swim2019.png) no-repeat left top;
}


/**********************************************************/

/* FRUIT OF THE LOOM */

/**********************************************************/

body[class*=term-furitoftheloom] {
  /* 背景画像または背景色 */
  /*  background-image: url(../images/back_nyuuen-nyuugaku2019.jpg);*/
  background: #fff;
}

.items .item .specials [class*=special-furitoftheloom] span {
  /* タグカラー */
  background-color: #fff;
  color: #2a2a2a;
  border: 1px solid #2a2a2a;
}

.contents-detail .info .specials [class*=special-furitoftheloom] {
  display: block;
  /* タグ用シール（スマホには不要） */
  background: url(../images/icon_single_furitoftheloom.jpg) no-repeat left top;
}


/**********************************************************/

/* おもちゃ特集 */

/**********************************************************/

body[class*=term-toy] {
  /* 背景画像または背景色 */
  /*  background-image: url(../images/back_nyuuen-nyuugaku2019.jpg);*/
  background: #bbe1e8;
  /* クリスマス仕様 */
  background-image: url(../images/Web_2019_ChristmasToy_BG.jpg);
}

.items .item .specials [class*=special-toy] span {
  /* タグカラー */
  background-color: #bbe1e8;
  color: #000;
  /* クリスマス仕様 */
  background-color: #ae1e23;
  color: #fff;
}

.contents-detail .info .specials [class*=special-toy] {
  display: block;
  /* タグ用シール（スマホには不要） */
  background: url(../images/icon_single_toy2019.jpg) no-repeat left top;
  /* クリスマス仕様 */
  background: url(../images/Seal_2019_ChristmasToy.jpg) no-repeat left top;
}

/**********************************************************/

/* mamagirl */

/**********************************************************/

body[class*=term-mamagirl] {
  /* 背景画像または背景色 */
  /*  background-image: url(../images/back_nyuuen-nyuugaku2019.jpg);*/
  background: #fff;
}

.items .item .specials [class*=special-mamagirl] span {
  /* タグカラー */
  background-color: #008570;
  color: #fff;
}

.contents-detail .info .specials [class*=special-mamagirl] {
  display: block;
  /* タグ用シール（スマホには不要） */
  background: url(../images/icon_single_mamagirl.png) no-repeat left top;
}

/**********************************************************/

/* ニコ☆プチ10月号掲載商品 N☆P school */

/**********************************************************/

body[class*=term-npschool] {
  /* 背景画像または背景色 */
  /*  background-image: url(../images/back_nyuuen-nyuugaku2019.jpg);*/
  background: #cfc9e3;
}

.items .item .specials [class*=special-npschool] span {
  /* タグカラー */
  background-color: #fe53ad;
  color: #fff;
}

.contents-detail .info .specials [class*=special-npschool] {
  display: block;
  /* タグ用シール（スマホには不要） */
  background: url(../images/icon_single_npschool.png) no-repeat left top;
}

/**********************************************************/

/* 裏地あったかパンツ */

/**********************************************************/

body[class*=term-uraji-attaka-pants] {
  /* 背景画像または背景色 */
    background: #ed7800;
}

.items .item .specials [class*=special-uraji-attaka-pants] span {
  /* タグカラー */
  background-color: #ed7800;
  color: #000;
}

.contents-detail .info .specials [class*=special-uraji-attaka-pants] {
  display: block;
  /* タグ用シール（スマホには不要） */
  background: url(../images/icon_single_uraji-attaka-pants2019.jpg) no-repeat left top;
}

/**********************************************************/

/* ひな人形 */

/**********************************************************/

body[class*=term-hinaningyou] {
  /* 背景画像または背景色 */
    background-image: url(../images/back_hinaningyou2019.jpg);
  background-size: 100px 100px;
}

.items .item .specials [class*=special-hinaningyou] span {
  /* タグカラー */
  background-color: #f3a8bb;
  color: #fff;
}

.contents-detail .info .specials [class*=special-hinaningyou] {
  display: block;
  /* タグ用シール（スマホには不要） */
  background: url(../images/icon_single_hinaningyou2019.png) no-repeat left top;
}




/**********************************************************/

/* 五月人形 */

/**********************************************************/

body[class*=term-gogatsuningyou] {
  /* 背景画像または背景色 */
  background-image: url(../images/back_hinaningyou2019.jpg);
  background-size: 100px 100px;
}

.items .item .specials [class*=special-gogatsuningyou] span {
  /* タグカラー */
  background-color: #9cbf73;
  color: #fff;
}

.contents-detail .info .specials [class*=special-gogatsuningyou] {
  display: block;
  /* タグ用シール（スマホには不要） */
  background: url(../images/icon_single_gogatsuningyou2019.png) no-repeat left top;
}

/**********************************************************/

/* アイムドラえもん */

/**********************************************************/

body[class*=term-imdoraemon] {
  /* 背景画像または背景色 */
  background: #4f99cf;
}

.items .item .specials [class*=special-imdoraemon] span {
  /* タグカラー */
  background-color: #4f99cf;
  color: #fff;
}

.contents-detail .info .specials [class*=special-imdoraemon] {
  display: block;
  /* タグ用シール（スマホには不要） */
  background: url(../images/icon_single_imdoraemon.jpg) no-repeat left top;
}

/**********************************************************/

/* バースデイの節句 */

/**********************************************************/

.page-id-111815{
  background-image: url(../images/back_hinaningyou2019.jpg);
  background-size: 100px 100px;
}
.sekku-title{
  background: #72514d;
  color: #fff;
  text-align: center;
  font-size: 20px;
/*  font-weight: bold;*/
  padding: 5px 0;
}
.sekku-list{
  margin: 30px 0;
}
.sekku-list li{
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}
.sekku-list li span{
  text-align: center;
  display: block;
  font-size: 17px;
}

.sekku-list li + li::before{
  content: "▼";
  display: block;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1;
}

.sekku-desc{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: block;
}
.sekku-img{
  display: block;
  border-radius: 22px;
  box-shadow: 2px 2px 7px rgba(0,0,0,.6);
  background: #fff;
}



.sekku-img img{
  position: relative;
  transition: .2s ease;
}

.sekku-img img:hover{
  opacity: 0.7;
}

.sekku-banner{
  width: calc(50% - 20px);
}

.sekku-banner-wrap{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.sekku-desc-large{
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-bottom: 0;
  line-height: 3;
}

.sekku-desc-small{
  font-size: 16px;
  text-align: center;
  display: block;
  margin:1em 0 2em;
  padding: 0 1em;
}

.sekku-qa{
  padding: 20px;
}
.sekku-qa li + li{
  margin-top: 10px;
}
.sekku-qa-title{
  background: #f9d4dd;
  color: #000;
  display: block;
  padding: 5px 20px;
  font-size: 20px;
}
.sekku-qa p{
  font-size: 16px;
  padding: 5px 0;
  color: #000;
  margin-bottom: 0;
}



.sekku-qa-title-green{
  background: #cddfb9;
  color: #000;
  display: block;
  padding: 5px 20px;
  font-size: 20px;
}
/*
 *  sub.css
 */

.icon-heart:before {
  content: "\e900";
}

.mceContentBody {
  font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Helvetica, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.mceContentBody .clearfix {
  *zoom: 1;
}

.mceContentBody .clearfix:before,
.mceContentBody .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.mceContentBody .clearfix:after {
  clear: both;
}

.row {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 10px;
}

.col-pc-1,
.col-pc-2,
.col-pc-3,
.col-pc-4,
.col-pc-5,
.col-pc-6,
.col-pc-7,
.col-pc-8,
.col-pc-9,
.col-pc-10,
.col-pc-11,
.col-pc-12 {
  float: left;
  display: block;
  min-height: 1px;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
}

.col-pc-1 {
  width: 8.33333333%;
}

.col-pc-2 {
  width: 16.66666667%;
}

.col-pc-3 {
  width: 25%;
}

.col-pc-4 {
  width: 33.33333333%;
}

.col-pc-5 {
  width: 41.66666667%;
}

.col-pc-6 {
  width: 50%;
}

.col-pc-7 {
  width: 58.33333333%;
}

.col-pc-8 {
  width: 66.66666667%;
}

.col-pc-9 {
  width: 75%;
}

.col-pc-10 {
  width: 83.33333333%;
}

.col-pc-11 {
  width: 91.66666667%;
}

.col-pc-12 {
  width: 100%;
}

.col-pc-offset-1 {
  margin-left: 8.33333333%;
}

.col-pc-offset-2 {
  margin-left: 16.66666667%;
}

.col-pc-offset-3 {
  margin-left: 25%;
}

.col-pc-offset-4 {
  margin-left: 33.33333333%;
}

.col-pc-offset-5 {
  margin-left: 41.66666667%;
}

.col-pc-offset-6 {
  margin-left: 50%;
}

.col-pc-offset-7 {
  margin-left: 58.33333333%;
}

.col-pc-offset-8 {
  margin-left: 66.66666667%;
}

.col-pc-offset-9 {
  margin-left: 75%;
}

.col-pc-offset-10 {
  margin-left: 83.33333333%;
}

.col-pc-offset-11 {
  margin-left: 91.66666667%;
}

.col-pc-offset-12 {
  margin-left: 100%;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  margin-top: 10px;
}

.embed-responsive .embed-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

body.page-id-16442,
body.page-id-22826,
body.page-id-46195 {
  background-color: #fff;
  background-image: none;
}

body.page-id-31251 {
  background: #fff;
}

.special-catch {
  width: 100%;
  margin: 10px 0 15px;
}

.breadcrumb {
  color: #5b3218;
  font-weight: bold;
  margin: 10px 0 7px;
}

.breadcrumb li {
  display: inline;
}

.breadcrumb a {
  color: #5b3218;
  text-decoration: none;
}

.breadcrumb .slash {
  margin: 0 10px;
}

.contents {
  position: relative;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.contents .taxonomy-head {
  position: relative;
  line-height: 40px;
  margin-bottom: 20px;
}

.contents .taxonomy-name,
.contents .single-item-name {
  color: #5b3218;
  font-size: 17px;
  font-weight: bold;
  padding: 0 15px;
  background: #fefdf5;
}

.contents .ex {
  position: absolute;
  top: 0;
  right: 0;
  line-height: line-height: 40px;
  padding: 0 15px;
  font-size: 12px;
}

.items,
.others {
  width: 1000px;
  margin-left: -20px;
}

.others .other {
  position: relative;
  float: left;
  display: block;
  width: 230px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.items .item {
  position: relative;
  float: left;
  display: block;
  width: 200px;
  font-size: 12px;
  color: #000;
  text-decoration: none;
  padding: 15px;
  margin-left: 20px;
  margin-bottom: 20px;
  background: #fbf2e3;
  background: #fdfae6;
}

.single-item .items {
  margin: 0;
  list-style: none;
}

.single-item .items .item {
  margin: 0;
  width: auto;
}

.items .item .item-name {
  font-size: 14px;
  margin-bottom: 10px;
}

.items .item .item-thumb {
  position: relative;
  width: 200px;
  height: 200px;
  margin-bottom: 10px;
}

.items .item--new .item-thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 42px;
  background: url(../images/new.png) no-repeat center top;
  background-size: contain;
}

.items .item .item-price,
.items .item .item-sale {
  display: block;
}

.items .item .item-sale {
  font-size: 14px;
  font-weight: bold;
  color: #ff5050;
}

.items .item .item-sale .item-sale-num {
  font-size: 17px;
}

.contents-detail {
  background: #fefdf5;
}

.contents-inner {
  width: 920px;
  padding: 30px 0;
  margin: 0 auto 20px;
}

.contents-detail .photo {
  float: left;
  width: 475px;
}

.contents-detail .photo .item-slider li {
  text-align: center;
  color: #5b3218;
}

.contents-detail .photo .item-pager {
  width: 488px;
  margin-left: -14px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.contents-detail .photo .item-pager li {
  float: left;
  width: 108px;
  height: 108px;
  margin-left: 14px;
  margin-bottom: 14px;
}

.contents-detail .photo .movie {
  margin-top: 20px;
}

.contents-detail .info {
  float: right;
  width: 395px;
}

.contents-detail .info .single-item-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.contents-detail .info .single-item-title .maker {
  margin-right: 20px;
}

.contents-detail .info .single-item-price {
  display: block;
}

.contents-detail .info .single-item-sale {
  display: block;
  font-size: 18px;
  color: #e60012;
  font-weight: bold;
}

.contents-detail .info .single-item-sale .single-item-sale-num {
  font-size: 23px;
}

.contents-detail .info .single-item-data,
.contents-detail .info .single-item-remark {
  margin-top: 10px;
  margin-bottom: 50px;
}

.contents-detail .info .single-item-data th,
.contents-detail .info .single-item-data td {
  font-size: 14px;
  font-weight: normal;
  padding: 5px 0;
  text-align: left;
}

.contents-detail .info .single-item-data th {
  width: 100px;
}

.contents-detail .info .single-item-content {
  margin-bottom: 50px;
}

.contents-detail .info .single-item-content-title {
  margin-bottom: 20px;
  background: #5b3218;
  color: #fff;
  line-height: 27px;
  padding: 0 1em;
}

.contents-detail .info .single-item-exception,
.contents-detail .info .single-item-warning {
  font-size: 12px;
}

.contents-detail .info .single-item-exception {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.contents-detail .photo .movie .caption h2,
.single-item-content h2,
.mceContentBody h2 {
  font-size: 18px;
  color: #5b3218;
  margin-bottom: 20px;
}

.contents-detail .photo .movie .caption h3,
.single-item-content h3,
.mceContentBody h3 {
  color: #856b4f;
  margin: 20px 0 10px;
  padding-left: 16px;
  background: url(../images/icon_single_maru.gif) no-repeat left 4px;
}

.contents-detail .photo .movie .caption p,
.single-item-content p,
.mceContentBody p {
  margin-bottom: 1em;
}

.contents-detail .single-specials {
  text-align: center;
  padding: 30px;
}

.contents-detail .single-specials .special-link {
  display: block;
  text-decoration: none;
  width: 600px;
  margin: 10px auto;
  color: #000;
}

.type-catch {
  margin: 10px 0 15px;
}

.typejump-banner {
  display: block;
  margin: 0 0 15px;
}


/* 20140226 ショップリスト対応 */

.shoplist {}

.shoplist .shoplist-head,
.mceContentBody .shoplist .shoplist-head {
  padding-top: 40px;
  background: url(../images/tenpo_listback_02_01.png) no-repeat center top;
}

.shoplist .shoplist-foot,
.mceContentBody .shoplist .shoplist-foot {
  margin-bottom: 20px;
  padding-bottom: 53px;
  background: url(../images/tenpo_listback_02_03.png) no-repeat center bottom;
}

.shoplist .shoplist-body,
.mceContentBody .shoplist .shoplist-body {
  background: url(../images/tenpo_listback_02_02.png) repeat-y center top;
  padding: 1px 30px;
}

.shoplist .shoplist-body .shoplist-house {
  width: 152px;
  height: 134px;
  background: url(../images/icon_house.png) no-repeat center center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #5b3219;
}

.shoplist .shoplist-body .shoplist-house .shoplist-title {
  padding-top: 60px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}

.page-id-2 .shoplist .shoplist-body .shoplist-house .shoplist-text {
  display: none;
}

.shoplist .shoplist-region,
.mceContentBody .shoplist h2.shoplist-region {
  background: #c79e63;
  padding: 3px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
}

.shoplist ul {
  list-style-type: none;
  margin-bottom: 15px;
}

.shoplist .shoplist-hokkaido {}

.shoplist .shoplist-hokkaido li {
  float: left;
  width: 33%;
}

.shoplist .shoplist-else {}

.shoplist .shoplist-else li {
  float: left;
  width: 33%;
}

.shoplist a {
  color: #231815;
  text-decoration: none;
}

.shoplist a:hover {
  background: #e9d8c1;
}

.shoplist .shoplist-data {}

.shoplist .shoplist-data dt,
.shoplist .shoplist-data dd {
  padding-top: 5px;
  padding-bottom: 5px;
}

.shoplist .shoplist-data dt {
  color: #5b3219;
  font-weight: bold;
  background: url(../images/icon_single_maru.gif) no-repeat left center;
  padding-left: 15px;
}

.shoplist .shoplist-data dd {
  padding-left: 100px;
  margin-top: -31px;
}




.groupsearch {
  text-align: center;
  margin: 20px;
}

.open-head {
  padding-top: 27px;
  background: url(../images/tenpo_listback_01_01.png) no-repeat center top;
  margin-bottom: 50px;
}

.open-foot {
  padding-bottom: 27px;
  background: url(../images/tenpo_listback_01_03.png) no-repeat center bottom;
}

.open-body {
  padding: 1px 0;
  background: url(../images/tenpo_listback_01_02.png) repeat-y center top;
}

.open-body .open-body-inner {
  min-height: 250px;
  box-sizing: border-box;
  padding-bottom: 80px;
  background: url(../images/machinami.png) no-repeat center bottom;
}

.open-body .open-body-inner .open-title {
  color: #b08047;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 0 30px;
  margin-bottom: 20px;
}

.open-body .open-body-inner .open-data {
  width: 650px;
  margin-left: auto;
  margin-right: 30px;
}

.open-body .open-body-inner .open-data dt,
.open-body .open-body-inner .open-data dd {
  line-height: 24px;
}

.open-body .open-body-inner .open-data dt {
  text-align: right;
}

.open-body .open-body-inner .open-data dt p {
  margin-bottom: 0;
}

.open-body .open-body-inner .open-data dt a {
  padding: 5px 10px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  background: #009b75;
}

.open-body .open-body-inner .open-data dd {
  padding-right: 100px;
  margin-top: -24px;
  font-size: 18px;
  font-weight: bold;
  color: #5b3219;
  margin-bottom: 8px;
}

.single-shop-search {
  display: block;
  width: 500px;
  margin: 50px auto;
}

.recommend-title {
  margin: 30px 0 10px;
  text-align: center;
}

.recommend .bx-wrapper {
  position: relative;
}

.recommend .bx-prev,
.recommend .bx-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 41px;
  height: 41px;
  background: url(../images/arrow_slider.png) no-repeat 0 0;
  margin-top: -20px;
}

.recommend .bx-prev {
  left: 0;
}

.recommend .bx-next {
  right: 0;
  background-position: 0 -41px;
}

a[class*="induction-banner-"] {
  display: block;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  margin-bottom: 15px;
}

a.induction-banner-hugmug13 {
  border-color: #80CAEC;
}

a.induction-banner-lovecity {
  border-color: #F2C5CC;
  background-color: #F2C5CC;
}

a.induction-banner-ninas11 {
  border-color: #ef8ba6;
}

a.induction-banner-js-girl {
  border-color: #ea40a0;
}

a.induction-banner-happybag {
  border-color: #fff000;
  background-color: #fff000;
}

.import-aden {
  margin: 30px 0;
  line-height: 1.8;
}

.import-aden__title {
  color: #5b3218;
  font-size: 24px;
}

.import-aden-summary {
  color: #69b2a5;
  font-size: 16px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}

.import-aden-summary__title {
  font-size: 20px;
}

.import-aden-summary__name {
  display: inline-block;
  font-size: 20px;
  border-bottom: 2px dotted #69b2a5;
  margin-bottom: 10px;
}

.import-aden-about {
  font-size: 16px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}

.import-aden-about__title {
  font-size: 18px;
  color: #69b2a5;
}

.import-aden-howto {
  background: #adcfcb;
  padding: 20px;
  border-radius: 10px;
}

.import-aden-howto .row {
  margin-left: -10px;
  margin-right: -10px;
}

.import-aden-howto .col-pc-6 {
  padding-left: 10px;
  padding-right: 10px;
}

.import-aden-howto__title {
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.import-aden-howto__item {
  background: #fff;
  padding: 5px;
  border-radius: 10px;
  margin-top: 20px;
}

.import-aden-howto__text {
  line-height: 24px;
  height: 72px;
  padding: 0 10px;
}


/* レジにて値下げ */

.post-type-archive-specialprice,
.single-specialprice {
  background-image: url(../images/back_specialprice.jpg);
}


/* 夏物お買い得 */

.post-type-archive-okaidoku,
.single-okaidoku {
  background-image: url(../images/back_okaidoku.jpg);
}

.post-type-specialprice {}

.specialprice-kome,
.okaidoku-kome {
  position: relative;
  margin: 10px 0 20px;
}

.specialprice-camera {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  color: #fff;
  background: #5b3219;
  padding: 3px 10px;
}

.okaidoku-camera {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  color: #D84F8D;
  background: #fff;
  padding: 3px 10px;
}

.specialprices,
.okaidokus {
  margin-left: -10px;
  margin-right: -10px;
}

.specialprices .col-pc-1,
.specialprices .col-pc-2,
.specialprices .col-pc-3,
.specialprices .col-pc-4,
.specialprices .col-pc-5,
.specialprices .col-pc-6,
.specialprices .col-pc-7,
.specialprices .col-pc-8,
.specialprices .col-pc-9,
.specialprices .col-pc-10,
.specialprices .col-pc-11,
.specialprices .col-pc-12,
.okaidokus .col-pc-1,
.okaidokus .col-pc-2,
.okaidokus .col-pc-3,
.okaidokus .col-pc-4,
.okaidokus .col-pc-5,
.okaidokus .col-pc-6,
.okaidokus .col-pc-7,
.okaidokus .col-pc-8,
.okaidokus .col-pc-9,
.okaidokus .col-pc-10,
.okaidokus .col-pc-11,
.okaidokus .col-pc-12 {
  padding-left: 10px;
  padding-right: 10px;
}

.specialprices__title {
  font-size: 20px;
  color: #ff0;
  background: red;
  margin: 10px;
  padding: 5px 20px;
}

.specialprices__title--featured {
  color: #fff;
  background: #f00;
}

.specialprices__title--100dollar {
  background: #e50012;
}

.okaidokus__title {
  font-size: 20px;
  color: #D84F8D;
  background: #fff;
  margin: 10px;
  padding: 5px 20px;
}

.specialprices__item {
  position: relative;
  font-size: 12px;
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
}

.specialprices__item--featured {
  color: #fff;
  background: #f00;
}

.okaidokus__item {
  position: relative;
  font-size: 12px;
  background: #F7DAE8;
  padding: 10px;
  margin-bottom: 20px;
}

.specialprices-header {
  margin-bottom: 1em;
}

.specialprices-header:after {
  content: "";
  display: block;
  clear: both;
}

.specialprices-header img {
  float: left;
  display: block;
  width: 50%;
  height: auto;
}

.specialprices__seal {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 188px;
  height: 250px;
}

.specialprices-body,
.okaidokus-body {
  position: relative;
  margin-top: 10px;
}

.specialprices-body__limited {
  display: block;
  text-align: right;
}

.specialprices-body__limited .limited-inner {
  display: inline-block;
  color: #fff;
  background: #000;
  padding: 0 10px;
}

.specialprices-body__name,
.okaidokus-body__name {
  font-size: 15px;
  margin-bottom: 10px;
}

.specialprices-price--down {
  color: #e00;
}

.specialprices__item--featured .specialprices-price--down {
  color: #FFF100;
}

.specialprices-price {
  font-size: 11px;
}

.specialprices-price span {
  font-size: 150%;
}

.okaidoku-header {
  margin-bottom: 1em;
}

.okaidoku-header:after {
  content: "";
  display: block;
  clear: both;
}

.okaidoku-header img {
  float: left;
  display: block;
  width: 50%;
  height: auto;
}


/* ハッピーバッグ */

.post-type-archive-happybag,
.single-happybag {
  background-image: url(../images/back_happy-bag.jpg);
}

.happybags {
  margin-left: -10px;
  margin-right: -10px;
}

.happybags .col-pc-1,
.happybags .col-pc-2,
.happybags .col-pc-3,
.happybags .col-pc-4,
.happybags .col-pc-5,
.happybags .col-pc-6,
.happybags .col-pc-7,
.happybags .col-pc-8,
.happybags .col-pc-9,
.happybags .col-pc-10,
.happybags .col-pc-11,
.happybags .col-pc-12 {
  padding-left: 10px;
  padding-right: 10px;
}

.happybags__title {
  text-align: center;
  font-size: 20px;
  color: #e62f82;
  background: #fff;
  margin: 10px;
  padding: 5px 20px;
}

.happybags__item {
  position: relative;
  font-size: 12px;
  background: #cbe1d7;
  padding: 10px;
  margin-bottom: 20px;
}

.happybags-body {
  position: relative;
  margin-top: 10px;
}

.happybags-body__limited {
  display: inline-block;
  color: #fff;
  background: #623f37;
  padding: 0 10px;
  margin-left: 10px;
  border-radius: 2px;
}

.happybags-body__name {
  font-size: 15px;
  margin-bottom: 10px;
}

.happybags-price--down {
  color: #e00;
}

.happybags-price {
  font-size: 11px;
}

.happybags-number {
  font-size: 150%;
}


/* 入園入学リスト */

body.page-id-26765 {
  background-image: url(../images/back_nyuuen-nyuugaku.jpg);
}

.nn-list {
  color: #5b3218;
  margin-bottom: 30px;
}

.nn-list__title {
  background: #d3e6b8 url(../images/nn-list-2016/Title_NN_2016_List_sakura.png) no-repeat right center;
  padding: 24px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.nn-list__summary {
  font-size: 18px;
  line-height: 2;
}

.nn-list__summary img {
  float: right;
  margin-left: 40px;
  margin-right: 40px;
}

.nn-list__name {
  text-align: center;
  margin-top: 30px;
}

.nn-list__jumpers {
  list-style: none;
  margin: 20px -10px;
}

.nn-list__jumper {
  float: left;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.nn-list__jumper a {
  display: block;
  text-align: center;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 90px;
  padding: 20px;
}

.nn-list__jumper--nyuuen a {
  background-color: #f5b4c2;
  background-image: url(../images/nn-list-2016/icon_nyuuen.png);
}

.nn-list__jumper--nyuugaku a {
  background-color: #b5d794;
  background-image: url(../images/nn-list-2016/icon_nyuugaku.png);
}

.nn-check {
  margin-top: 10px;
}

.nn-check--nyuuen {
  border-top: 6px solid #e95587;
}

.nn-check--nyuugaku {
  border-top: 6px solid #69b82e;
}

.nn-check__thumbnail {
  float: left;
  width: 200px;
  text-align: center;
}

.nn-check__thumbnail img {
  display: block;
  margin: 10px auto;
}

.nn-check__table {
  float: right;
  width: 760px;
  border-collapse: separate;
  border-spacing: 5px;
}

.nn-check__table th,
.nn-check__table td {
  padding: 3px;
  vertical-align: middle;
}

.nn-check__table > thead > tr > th {
  font-size: 12px;
}

.nn-check--nyuuen .nn-check__table > thead > tr > th {
  background: #f5b4c2;
}

.nn-check--nyuuen .nn-check__table > tbody > tr:nth-child(odd) > td {
  background: #fdf0f2;
}

.nn-check--nyuuen .nn-check__table > tbody > tr:nth-child(even) > td {
  background: #fad9e0;
}

.nn-check--nyuugaku .nn-check__table > thead > tr > th {
  background: #b5d794;
}

.nn-check--nyuugaku .nn-check__table > tbody > tr:nth-child(odd) > td {
  background: #f0f7e9;
}

.nn-check--nyuugaku .nn-check__table > tbody > tr:nth-child(even) > td {
  background: #daebc9;
}

.nn-check__cell--check {
  text-align: center;
  font-size: 24px;
  width: 50px;
}

.nn-check__cell--item {
  font-size: 18px;
  width: 200px;
}

.nn-list__buttons {
  margin: 20px -10px;
}

.nn-list__button {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.nn-list__button--goods {
  width: 66.666666%;
}

.nn-list__button--pdf {
  width: 33.333333%;
}

.nn-list__link {
  position: relative;
  display: block;
  text-decoration: none;
  text-align: center;
  border-radius: 10px;
  box-shadow: 1px 1px 3px 0 rgba(100, 100, 100, .6);
  padding: 8px 50px 8px 10px;
}

.nn-list__link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 32px;
  height: 32px;
  background: no-repeat center center;
  background-size: 32px;
  margin-top: -16px;
}

.nn-list__button--goods .nn-list__link {
  background-color: #69b82e;
  border: 3px solid #69b82e;
}

.nn-list__button--goods .nn-list__link:after {
  background-image: url(../images/nn-list-2016/arrow_goods.png);
}

.nn-list__button--pdf .nn-list__link {
  background-color: #fff;
  border: 3px solid #eb6387;
}

.nn-list__button--pdf .nn-list__link:after {
  background-image: url(../images/nn-list-2016/arrow_pdf.png);
}

.nn-scroller {
  text-align: right;
}

.nn-scroller a {
  color: #5b3218;
  text-decoration: none;
}

.nn-scroller--nyuuen {
  border-top: 1px solid #e95587;
}

.nn-scroller--nyuugaku {
  border-top: 1px solid #69b82e;
}




/********新学期準備リスト*********/

body.page-id-84166 {
  background-image: url(../images/back_n-semester.jpg);
}

.n-semester {
  color: #5b3218;
  margin-bottom: 30px;
}

.n-semester__title {
  background: #e95587;
  padding: 24px;
  border-radius: 5px;
  margin-bottom: 20px;
}


.n-semester__title02 {
  background: url(../images/n-semester-2018/Title_2018_List_semester_bg.png) no-repeat center center;
  background-size: 100%;
  padding: 24px;
  border-radius: 5px;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  text-shadow: 2px 2px 1px #fff,
    -2px 2px 1px #fff,
    2px -2px 1px #fff,
    -2px -2px 1px #fff;
  font-weight: bold;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}


.n-semester__jatitle {
  font-size: 2rem;
  text-align: center;
  display: block;
  /*  letter-spacing: -.03em;*/
}

.n-semester__jatitle01 {
  font-size: 1.5rem;
  text-align: center;
  display: block;
  /*  letter-spacing: -.07em;*/
}


.n-semester__jatitle-small {
  font-size: .8rem;
  letter-spacing: -.08em;
  display: inline-block;
  text-align: center;
  line-height: 1.4;
  /*  margin: .4rem 0 0;*/
}

.n-semester__jatitle-small01 {
  font-size: 1rem;
  letter-spacing: -.08em;
  display: inline-block;
  text-align: center;
  line-height: 1.6;
  /*  margin: .4rem 0 0;*/
}

.n-semester__jatitle-waku {
  font-size: 1.1rem;
  letter-spacing: .1em;
}


.n-semester__summary {
  font-size: 18px;
  line-height: 2;
}

.n-semester__summary img {
  float: right;
  margin-left: 40px;
  margin-right: 40px;
}

.n-semester__name {
  text-align: center;
  margin-top: 30px;
}

.n-semester__jumpers {
  list-style: none;
  margin: 20px -10px;
}

.n-semester__jumper {
  float: left;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.n-semester__jumper a {
  display: block;
  text-align: center;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 90px;
  padding: 20px;
}

.n-semester__jumper--new a {
  background-color: #f5b4c2;
  background-image: url(../images/nn-list-2016/icon_nyuuen.png);
}

.n-semester__jumper--semester a {
  background-color: #b5d794;
  background-image: url(../images/nn-list-2016/icon_nyuugaku.png);
}

.n-semester-check {
  margin-top: 10px;
}

.n-semester-check--new {
  border-top: 6px solid #5b3218;
}

.n-semester-check__cell--incheck {
  display: inline-block;
  margin: 0 .5rem 0 0;
  border-radius: 0;
}

.n-semester-check--semester {
  border-top: 6px solid #69b82e;
}

.n-semester-check__thumbnail {
  float: left;
  width: 280px;
  text-align: center;
}

.n-semester-check__thumbnail img {
  display: block;
  margin: 10px auto;
}

.n-semester-check__list {
  list-style: none;
  float: right;
  width: 680px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.n-semester-check__list li {
  flex: 33.3333%;
  font-size: 18px;
  padding: 5px;
}

.n-semester-check__list li::before {
  content: "";
  width: 13px;
  height: 13px;
  border: 1px solid #5b3218;
  display: inline-block;
  /*  vertical-align: middle;*/
  margin-right: 10px;
}

.n-semester-check__list li:nth-child(4n + 1),
.n-semester-check__list li:nth-child(4n + 2) {
  background: #fad9e0;
}

.n-semester-check__list li:nth-child(4n + 3),
.n-semester-check__list li:nth-child(4n) {
  background: #fdf0f2;
}

.n-semester-check__table {
  float: right;
  width: 680px;
  border-collapse: separate;
  border-spacing: 5px;
}

.n-semester-check__table tbody {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.n-semester-check__table tr {
  width: 33.333333%;
}

.n-semester-check__table th,
.n-semester-check__table td {
  width: 100%;
  padding: 3px;
  vertical-align: middle;
}

.n-semester-check__table > thead > tr > th {
  font-size: 12px;
}

.n-semester-check--new .n-semester-check__table > thead > tr > th {
  background: #f5b4c2;
}

.n-semester-check--new .n-semester-check__table > tbody > tr:nth-child(odd) > td {
  background: #fdf0f2;
}

.n-semester-check--new .n-semester-check__table > tbody > tr:nth-child(even) > td {
  background: #fad9e0;
}

.n-semester-check--semester .n-semester-check__table > thead > tr > th {
  background: #b5d794;
}

.n-semester-check--semester .n-semester-check__table > tbody > tr:nth-child(odd) > td {
  background: #f0f7e9;
}

.n-semester-check--semester .n-semester-check__table > tbody > tr:nth-child(even) > td {
  background: #daebc9;
}

.n-semester-check__cell--check {
  text-align: center;
  font-size: 24px;
  width: 50px;
  display: none;
}

.n-semester-check__cell--item,
.n-semester-check__cell--point {
  font-size: 18px;
  width: 200px;
}

.n-semester__buttons {
  margin: 20px -10px;
}

.n-semester__button {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.n-semester__button--goods {
  width: 66.6666%;
}

.n-semester__button--pdf {
  width: 33.333333%;
}

.n-semester__link {
  position: relative;
  display: block;
  text-decoration: none;
  text-align: center;
  border-radius: 10px;
  box-shadow: 1px 1px 3px 0 rgba(100, 100, 100, .6);
  padding: 3px 50px 3px 10px;
}

.n-semester__link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 32px;
  height: 32px;
  background: no-repeat center center;
  background-size: 32px;
  margin-top: -16px;
}



.n-semester__button--goods .n-semester__link {
  background-color: #69b82e;
  border: 3px solid #69b82e;
  transition: .4s ease-out;
}

.n-semester__button--goods .n-semester__link:after {
  background-image: url(../images/nn-list-2016/arrow_goods.png);
}


.n-semester__button--goods .n-semester__link:hover {
  background-color: #5ea22b;
  border: 3px solid #5ea22b;
}


.n-semester__button--pdf .n-semester__link {
  background-color: #fff;
  border: 3px solid #5b3218;
  border-radius: 10px;
  color: #5b3218;
  font-size: 1.7rem;
  font-weight: bold;
  transition: .4s ease-out;
}

.n-semester__button--pdf .n-semester__link:after {
  background-image: url(../images/n-semester-2018/arrow_pdf.png);
}

.n-semester__button--pdf .n-semester__link:hover {
  border: 3px solid #180c05;
  color: #180c05;
  background-color: #f4f4f4;
}


.n-semester-scroller {
  text-align: right;
}

.n-semester-scroller a {
  color: #5b3218;
  text-decoration: none;
}

/*
.n-semester-scroller--new {
  border-top: 1px solid #e95587;
}
*/

.n-semester-scroller--semester {
  border-top: 1px solid #69b82e;
}

.font-semesterbtn {
  color: #fff;
  font-size: 1.7rem;
  /*  letter-spacing: -.02em;*/
}




.type-header {
  margin-bottom: 20px;
}

.type-header:after {
  display: block;
  content: " ";
  clear: both;
}

.type-header img,
.type-header--child img {
  float: left;
  display: block;
  max-width: 50%;
  height: auto;
}

.type-header--child {
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  margin: 10px 0;
}

.type-header--child:after {
  display: block;
  content: " ";
  clear: both;
}

.type-header--child .type-header__description {
  color: #fff;
  background: #00a1e9;
  padding: 10px;
  line-height: 24px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-radius: 22px;
  margin-bottom: 10px;
}

.plus-header,
.contest-header {
  display: table;
  border-collapse: collapse;
  margin-bottom: 50px;
}

.plus-header .plus-header__media,
.plus-header .plus-header__body,
.contest-header .contest-header__media,
.contest-header .contest-header__body {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.contest-header .contest-header__media,
.contest-header .contest-header__body {
  border: 2px solid #000;
}

.plus-header .plus-header__media img,
.contest-header .contest-header__media img {
  display: block;
  max-width: 100%;
  height: auto;
}

.plus-header .plus-header__body {
  padding-left: 30px;
  font-size: 24px;
  line-height: 2;
}

.contest-header .contest-header__body {
  padding: 0 15px;
  font-size: 15px;
  line-height: 2.4;
  text-align: center;
}

.plus-header .plus-header__body .sozai,
.plus-header .plus-header__body .kinou,
.plus-header .plus-header__body .sanchi {
  display: inline-block;
  padding: 0px 10px;
  color: #fff;
  margin: 0 10px;
  border-radius: 5px;
}

.plus-header .plus-header__body .sozai {
  background: #bb9b62;
}

.plus-header .plus-header__body .kinou {
  background: #f3a3b0;
}

.plus-header .plus-header__body .sanchi {
  background: #9ed0cd;
}

.plus-items {
  margin: 10px -15px;
}

.plus-items:after {
  display: block;
  content: " ";
  clear: both;
}

.plus-item {
  float: left;
  width: 33.333333%;
  padding: 0 15px;
  box-sizing: border-box;
}

.plus-item img {
  max-width: 100%;
  height: auto;
}

.plus-item__thumbnail {
  min-height: 154px;
}

.plus-item__inner {
  padding: 10px;
  border-radius: 10px;
}

.plus-item--sozai .plus-item__inner {
  background: #ede7d7;
}

.plus-item--kinou .plus-item__inner {
  background: #fbe7eb;
}

.plus-item--sanchi .plus-item__inner {
  background: #e8f5f3;
}

.plus-list {
  list-style: none;
  font-size: 16px;
}

.plus-list li + li {
  border-top: 1px dotted #393939;
}

.plus-list a {
  position: relative;
  display: block;
  color: #393939;
  text-decoration: none;
  padding: 10px 0;
}

.plus-list a:before,
.plus-list a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.plus-list a:before {
  content: "\e900";
  color: #e5001b;
  margin-right: 10px;
}

.plus-list a:after {
  content: "\e901";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.plus-list a:hover:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.contest-about {
  font-size: 20px;
  text-align: center;
  line-height: 2;
  margin-bottom: 30px;
}

.contest-about__line {
  display: block;
}

.contest-items {
  padding: 20px;
  border: 2px solid #000;
  border-radius: 5px;
  margin: 0;
}

.contest-items .contest-items__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.contest-item {
  margin-bottom: 10px;
}

.contest-item img {
  max-width: 100%;
  height: auto;
}

.contest-footer {
  text-align: center;
  margin: 30px 0;
}

.contest-footer .contest-footer__banner {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  background: #000;
  border: 2px solid #000;
  border-radius: 5px;
  margin: 10px 0;
}

.contest-footer .contest-footer__url {
  font-size: 130%;
}


/******************************************/

/* お問い合わせ */

/******************************************/

.qa {
  background: #FFFDED;
  padding: 20px;
}

.qa:after {
  content: "";
  display: block;
  clear: both;
}

.qa-side {
  float: left;
  width: 210px;
}

.qa-nav {}

.qa-nav a {
  color: #5b3218;
  text-decoration: none;
}

.qa-nav dt,
.qa-nav dd {
  border-bottom: 2px solid #e5e5e5;
}

.qa-nav dt {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 5px;
}

.qa-nav dt:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  background: #5B3219;
  border-radius: 50%;
  margin-right: 10px;
}

.qa-nav dd {
  font-size: 12px;
  padding: 10px;
}

.qa-nav dd:before {
  content: ">";
  display: inline-block;
  margin-right: 10px;
}

.qa-body {
  float: right;
  width: 700px;
}

.qa .qa-body .qa-title {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  margin-top: 40px;
  background: #5B3219;
}

.qa .qa-body .qa-title:before {
  content: "?";
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  line-height: 1;
  margin-right: 20px;
}

.qa .qa-body .qa-title:first-child {
  margin-top: 0;
}

.qa-data .q,
.qa-data .a {
  position: relative;
  margin: 10px 0 0;
  padding: 10px 10px 10px 80px;
}

.qa-data .q {
  font-size: 14px;
  background: #d7bfb0;
  cursor: pointer;
}

.qa-data .a {
  display: none;
  font-size: 14px;
  border-radius: 10px;
}

.qa-data a {
  color: #5b3218;
}

.mce-content-body .qa-data .a {
  display: block;
}

.qa-data .q:before,
.qa-data .a:before {
  position: absolute;
  top: 12px;
  left: 40px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

.qa-data .q:before {
  content: "Q";
}

.qa-data .a:before {
  content: "A";
  color: #ff7373;
}

.qa-data .q.active:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 30px;
  display: block;
  width: 0;
  height: 0;
  border-width: 15px 10px 0;
  border-style: solid;
  border-color: transparent;
  border-top-color: #d7bfb0;
  border-bottom-width: 0;
}

.btn-contact-wrapper {
  text-align: center;
  margin: 50px 0;
}

.btn-contact {
  font-family: inherit;
  font-size: 22px;
  font-weight: bold;
  color: #5b3218;
  text-decoration: none;
  border: 3px solid #5b3218;
  background: #FFFDED;
  padding: 20px 100px;
  cursor: pointer;
}

.btn-contact:focus {
  outline: none;
}

.contact-popup-wrapper {
  display: none;
}

.contact-popup dd {
  margin: 20px 0 20px 30px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}

.contact-popup .btn_box {
  text-align: center;
  padding: 10px;
}

.weeklypickup-title {
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  background: #5b3218;
  margin: 20px 0;
}


/**********************************************************/

/* 今週のピックアップ */

/**********************************************************/

body.single-weeklypickup,
body.post-type-archive-weeklypickup,
body.single-weeklypickup2,
body.post-type-archive-weeklypickup2,
body.single-weeklypickup3,
body.post-type-archive-weeklypickup3,
body.single-weeklypickup4,
body.post-type-archive-weeklypickup4,
body.single-weeklypickup6,
body.post-type-archive-weeklypickup6 {
  background: #fff;
}

.weeklypickup-title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #5b3219;
  margin-bottom: 10px;
  padding: 5px 0;
}

.weeklypickup-link {
  display: block;
  width: 600px;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #5b3219;
  border-radius: 20px;
  -webkit-box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, .4);
  box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, .4);
  margin: 10px auto;
}

.weeklypickup-link:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 8px solid #fff;
  border-right: 8px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin-right: 5px;
  vertical-align: middle;
}


/*
 *  top.css
 */

@charset "utf-8";

.sliders {
  position: relative;
  width: 100%;
  height: 340px;
  padding: 30px 0;
  overflow: hidden;
}

.sliders .slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.slider .slider-inner {
  position: relative;
  width: 670px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
  text-align: center;
}

.sliders .bxslider {
  background: #5a3201;
}

.sliders .bx__item--before,
.sliders .bx__item--after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 30px;
  background: url(../images/film.png) repeat-x left center;
}

.sliders .bx__item--before {
  top: -30px;
}

.sliders .bx__item--after {
  bottom: -30px;
}

.sliders .bx-prev,
.sliders .bx-next,
.instagram-wrapper .bx-prev,
.instagram-wrapper .bx-next {
  position: absolute;
  top: 55%;
  width: 41px;
  height: 41px;
  margin-top: -20px;
  background-image: url(../images/arrow_slider.png);
  background-repeat: no-repeat;
  text-indent: 9999px;
}

.sliders .bx-prev,
.instagram-wrapper .bx-prev {
  left: -6px;
  background-position: 0 0;
}

.sliders .bx-next,
.instagram-wrapper .bx-next {
  right: -6px;
  background-position: 0 -41px;
}

.sliders .bx-pager {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.sliders .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 5px;
}

.sliders .bx-pager .bx-pager-item .bx-pager-link {
  display: block;
  width: 10px;
  height: 10px;
  background: #b4b4b4;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.sliders .bx-pager .bx-pager-item .bx-pager-link.active,
.sliders .bx-pager .bx-pager-item .bx-pager-link:hover {
  background: #5b3219;
}

.sliders .bx-pager .bx-pager-item .bx-pager-link span {
  display: none;
}

.content-wrapper {
  position: relative;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.apology {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}

.reco {
  float: right;
  width: 630px;
  height: 335px;
  overflow: hidden;
}

.reco .recoslider li {
  float: left;
  width: 300px;
  margin-left: 15px;
}

.tenpokensaku {
  display: block;
  width: 980px;
  margin: 30px auto;
  text-decoration: none;
}

.flyer {
  float: left;
  position: relative;
  width: 337px;
  height: 335px;
  text-align: center;
  background: url(../images/flyer_pc.png) no-repeat center top;
/*  background: url(../images/flyer_pc2019hw.png) no-repeat center top;*/
  padding-top: 90px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.flyer .flyer-link {
  display: block;
  width: 240px;
  height: 164px;
  margin: 0 auto;
}

.flyer img {
  vertical-align: top;
  max-width: 100%;
}

.flyer .flyer-pubdate {
  position: absolute;
  bottom: 34px;
  left: 50px;
  text-align: left;
}

.flyer .flyer-pubdate p {
  margin: 0;
}

h2[class*=home-title-] {
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  background: #5b3218;
  margin: 55px 0 40px;
}

.home-title-special {
  letter-spacing: 2em;
}

.home-title-pickup {
  letter-spacing: .2em;
}

.home-specials {
  margin: 0 -7px -14px;
}

.home-specials .home-special {
  float: left;
  box-sizing: border-box;
  width: 497px;
  padding: 0 7px;
  margin-bottom: 14px;
}

.home-specials .home-special-link {
  position: relative;
  display: block;
  height: 140px;
  background: #fff;
  color: #5b3218;
  text-decoration: none;
}

.home-specials .home-special-thumbnail {
  float: left;
}

.home-specials .home-special-text {
  float: right;
  display: block;
  width: 175px;
  font-size: 16px;
  font-size: 14px;
  line-height: 26px;
  padding: 16px 15px;
  box-sizing: border-box;
}

.home-specials .home-special-link--new:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 42px;
  background: url(../images/new.png) no-repeat center top;
  background-size: contain;
}

.instagram-wrapper {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.instagram-wrapper .bx-wrapper {
  position: relative;
}

.instagram-wrapper .instagram-link {
  display: block;
  background: #fff;
  color: #5b3218;
  text-decoration: none;
  padding: 30px 15px 15px;
}

.instagram-wrapper .instagram-caption {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 10px;
}

.instagram-wrapper .bx-prev,
.instagram-wrapper .bx-next {
  top: 50%;
}

.instagram-wrapper .bx-prev {
  left: 0;
}

.instagram-wrapper .bx-next {
  right: 0;
}

.instagram-wrapper .instagram-more {
  text-align: right;
  font-size: 16px;
  margin: 10px 0 20px;
}

.instagram-wrapper .instagram-more a {
  color: #5b3218;
  text-decoration: none;
}

.instagram-wrapper .instagram-more a:after {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-left: 10px;
  background: #5b3218;
  color: #fff;
  content: ">";
  border-radius: 50%;
}

.instagram-slider .instagram-item {
  position: relative;
  float: left;
  list-style: none;
  width: 228px;
  margin-right: 15px;
}

.instagram-slider .instagram-item:before {
  content: "";
  position: relative;
  display: block;
  width: 120px;
  height: 34px;
  background: url(../images/sprite_tape.png) no-repeat 0 0;
  margin: 0 auto -20px;
  z-index: 1;
}

.instagram-slider .instagram-item-1:before {
  background-position: 0 -34px;
}

.instagram-slider .instagram-item-2:before {
  background-position: 0 -68px;
}

.instagram-slider .instagram-item-3:before {
  background-position: 0 -102px;
}

.instagram-slider .instagram-item-4:before {
  background-position: 0 -136px;
}

.shimapato-title {
  display: block;
  width: 640px;
  margin: 10px auto;
}

.sns {
  width: 980px;
  margin: 30px auto;
  text-align: center;
}

.sns .sns__item {
  display: inline-block;
  margin: 0 20px;
}

.news {
  position: relative;
  width: 980px;
  min-height: 100px;
  margin: 30px auto;
  background: #fefdf5;
  border-radius: 10px;
  padding: 10px 60px 10px 260px;
  box-sizing: border-box;
}

.news .news__icon {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 180px;
  height: auto;
}

.news .bx-wrapper {
  position: relative;
}

.news .bx-viewport {
  overflow: hidden;
}

.news .news-date,
.news .news-title {
  display: block;
}

.news .news-date {
  color: #de002b;
}

.news .news-title,
.news .news-title a {
  color: #5b3218;
}

.news .bx-prev,
.news .bx-next {
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  background: #de9e16;
  border-radius: 2px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding-top: 50px;
  box-sizing: border-box;
}

.news .bx-prev {
  left: -40px;
}

.news .bx-next {
  right: -40px;
}


/*
 *  今週のピックアップ　内部リンク対応
 */

.pickup-anchor {
  margin: 0px 10px;
}

.pickup-anchor:after {
  content: "";
  display: block;
  clear: both;
}

.pickup-anchor-item {
  float: left;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.pickup-anchor-item-2,
.pickup-anchor-item-4 {
  width: 50%;
}

.pickup-anchor-item-3 {
  width: 33.333333%;
}

.pickup-anchor-link {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #5b3218;
  text-align: center;
  line-height: 54px;
  border: 1px solid #4e005e;
  border-radius: 10px;
  background: #fefdf5;
  box-shadow: 1px 1px 3px 0 rgba(100, 100, 100, .6);
}

.pickup-anchor-img {
  display: block;
  text-decoration: none;
}

.test-title {
  font-size: 24px;
  text-align: center;
  margin: 50px 0;
}

.test-table {
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #ccc;
  border-left: 1px solid #e0e0e0;
}

.test-table th,
.test-table td {
  padding: 10px;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #ccc;
}

.test-table tr:nth-child(even) {
  background: #fff;
}

.test-table tr:nth-child(odd) {
  background: #f0f0f0;
}

.test-table img {
  vertical-align: top;
}


/*
 * 今週のピックアップ対応
 */

.wp-btns {
  margin: 10px -10px;
}

.wp-btns:after {
  content: "";
  display: block;
  clear: both;
}

.wp-btns__item {
  float: left;
  padding: 10px;
  box-sizing: border-box;
}

.wp-btns__item--half {
  width: 25%;
}

.wp-btns__item--full {
  width: 50%;
}

.wp-btns__link {
  display: block;
  height: 75px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 10px;
}

.wp-btns__link--470 {
  background-color: #009944;
}

.wp-btns__link--1470 {
  background-color: #1697c4;
}

.wp-btns__link--plu {
  background-color: #f9be00;
}

.wp-btns__link img {
  width: auto;
  height: 100%;
}


/*
 * 新年のご挨拶
 */

.newyear {
  width: 600px;
  margin: 10px auto 30px;
}


/*
 * ページ送り
 */

.pager {
  text-align: center;
}

.pager__item {
  display: inline-block;
  margin: 0 5px;
}

.pager__link {
  display: inline-block;
  width: 54px;
  text-decoration: none;
  font-size: 16px;
  color: #5b3218;
  text-align: center;
  line-height: 54px;
  border-radius: 10px;
  background: #fefdf5;
  box-shadow: 1px 1px 3px 0 rgba(100, 100, 100, .6);
}

.pager__link--active {
  box-shadow: 1px 1px 3px 0 rgba(100, 100, 100, .6) inset;
}


/*
 * 170711フタT-ボタン
 */

body.page-id-64438,
body.page-id-64934,
body.page-id-64962 {
  background-image: url(../images/back_futapan.jpg);
}

.futapan-link-add {
  margin: 30px auto 10px;
  text-align: center;
  line-height: 16px;
  font-size: 16px;
  font-weight: bold;
}

.futapan-link-add a {
  text-decoration: none;
  color: #644037;
}

.futapan-link-add:hover {
  opacity: 0.7;
}

.futapan-link-add:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 9px solid #644037;
  vertical-align: middle;
  margin-left: 0.4em;
}

.futapan-link-add span {
  font-size: 0.9em;
}

.btn-futatee {
  margin: 20px;
}

ul.futatee {
  display: flex;
  justify-content: flex-start;
}

.type-futatee {
  width: 33.3333%;
}

.type-futatee a {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #644037;
  background: #fff;
  margin: 10px;
  text-align: center;
  line-height: 54px;
  border-radius: 10px;
  border: 2px solid #644037;
  line-height: 54px;
  box-shadow: 1px 1px 3px 0 rgba(100, 100, 100, .6);
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  display: block;
}

.type-futatee a:hover {
  box-shadow: inset 3px 3px 10px 0 rgba(100, 100, 100, .6);
}

.type-futatee a.active {
  box-shadow: inset 3px 3px 10px 0 rgba(100, 100, 100, .6);
}

.futa-cont-mt {
  margin-top: 15px;
}

.futa-footbtn {
  margin: 60px 0 0;
}

.futa-tee-content {
  display: flex;
  justify-content: flex-start;
}

.futa-tee-content .mr-mbt {
  margin: 0 15px 0 0;
}


/*
 * 170919ベビーカー特設ページここから
 */

body.page-id-68856 {
  background: #f9be02;
}

.purimo-wrap * {
  box-sizing: border-box;
}

.purimo-h2 {
  background: #ee7001;
  color: #fff;
  padding: 5px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0 0 40px;
}

.movie {
  max-width: 640px;
  margin: 0 auto 40px;
  text-align: center;
}

.purimo-babycarimg {
  /*  display: flex;*/
  text-align: center;
  margin: 0 0 40px;
}

.purimo-waku {
  position: relative;
  background: url(../images/babycar_sky.jpg) no-repeat center -50px #fff;
  padding: 20px 30px;
  border-radius: 15px;
  margin: 0 0 40px;
  min-height: 385px;
}

.point {
  display: flex;
  width: 70%;
  line-height: 1.0;
  align-items: center;
}

.point01-p {
  margin: 0 0 0 15px;
  color: #fff;
  text-shadow: 2px 2px 1px #099FF8, -2px 2px 1px #099FF8, 2px -2px 1px #099FF8, -2px -2px 1px #099FF8;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  width: 50%;
  letter-spacing: 1px;
}

.point-p {
  width: 60%;
  font-size: 1.6rem;
  color: #6d4442;
  margin: 15px 0 0;
}

.point-img {
  width: 28%;
}

.point-img img {
  transform: rotate(-10deg);
}

.upf50-img {
  position: absolute;
  top: 20px;
  right: 35px;
}

.babycar-sistem {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.babycar-sistem__category {
  width: 45%;
  margin: 0 0 20px;
}

.babycar-sistem__title {
  background: #fff;
  color: #ee7001;
  border-radius: 30px;
  font-size: 1.7rem;
  text-align: center;
  font-weight: bold;
  padding: 5px;
  margin: 0 0 15px;
}

.babycar-sistem__text {
  font-size: 1.3rem;
}

.babycar-footbtn {
  margin: 30px 0 50px;
  position: relative;
}

.babycar-banner {
  display: block;
  font-size: 1.4rem;
  padding: 6px 0;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  border-radius: 20px;
  background: #125833;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.babycar-banner:hover {
  opacity: .7;
}

.babycar-banner::after {
  content: "";
  position: absolute;
  width: 0;
  top: 34%;
  height: 0;
  border-top: 16px solid #fff;
  border-right: 16px solid transparent;
  transform: rotate(-225deg);
}


/*
 * 170919ベビーカー特設ページここまで
 */

/*
 * 170920TVCM公開ムービーここから
 */

h1.tvcm-title {
  background: #5b3218;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  margin: 0 10px 20px;
  box-sizing: border-box;
  padding: 5px 0;
}

.tvcm-wrap * {
  box-sizing: border-box;
}

.tvcm-wrap {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tvcm-item {
  width: 48%;
}

h2.tvcm-title {
  font-weight: bold;
  text-align: center;
}

.tvcm-description {
  text-align: center;
  margin: 0 0 5px;
}

.tvcm-footer {
  text-align: center;
  margin: 0 0 50px;
  padding: 5px 0;
}

.tvcm-btn {
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 35px;
  border-radius: 20px;
  background: #ee7001;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.tvcm-btn:hover {
  opacity: .7;
}


/*
 * 170920TVCM公開ムービーここまで
 */

/*171010nina'sリンクボタン追加*/

.ninas-banner {
  display: block;
  font-size: 1.4rem;
  padding: 6px 0;
  font-weight: bold;
  color: #333;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  border-radius: 20px;
  background: #FFF101;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  margin: 30px 0 40px;
  position: relative;
}

.ninas-banner:hover {
  opacity: .7;
}

.ninas-banner::after {
  content: "";
  position: absolute;
  width: 0;
  top: 34%;
  height: 0;
  border-top: 16px solid #333;
  border-right: 16px solid transparent;
  transform: rotate(-225deg);
}



/*
 * 店舗限定企画
 */

.tenpogentei-title {
  font-size: 20px;
  font-weight: bold;
  color: #5b3219;
  text-align: center;
  margin: 2em 0 1em;
}

.tenpogentei-list:after {
  content: "";
  display: block;
  clear: both;
}

.tenpogentei-list__item {
  float: left;
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}

.tenpogentei-btn {
  display: block;
  color: #5b3219;
  text-decoration: none;
  text-align: center;
  background: #fefdf5;
  padding: 10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
  transition: .2s ease-out;
}

.tenpogentei-btn:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .3);
}

.tenpogentei-btn__name {
  display: block;
  font-size: 20px;
  font-weight: bold;
}

.tenpogentei-btn__address {
  display: block;
  font-size: 16px;
}


/*
 * not found
 */

.item-notfound {
  width: 480px;
  background: #fefdf5;
  text-align: center;
  padding: 50px;
  margin: 0 auto;
  box-sizing: border-box;
}

.item-notfound__text {
  font-size: 20px;
  font-weight: bold;
  color: #5b3219;
  margin-bottom: 1em;
}

.item-notfound__image {
  display: block;
  margin: 0 auto;
  width: 76px;
  height: auto;
}


/*
 * クリスマス2017
 */

/*
body.home,
body.home .header {
  background-image: url(../images-christmas2017/Web_Top_Christmas_2017_BG.jpg);
}

body.home .tax {
  color: #fff;
}

body.home .tax span.strong {
  color: #ffeb3b;
}
*/

/*
 * クリスマス2019
 */

/*
body.home,
body.home .header {
  background-image: url(../images-christmas2019/Web_Top_Christmas_2018_BG.jpg);
}

body.home .tax {
  color: #fff;
}

body.home .tax span.strong {
  color: #ffeb3b;
}
*/

/*
 * ハロウィン2019
 */

/*

body.home,
body.home .header {
  background-image: url(../images/back_body_hw2019.jpg);
}
*/

/*
 * ランドセル 2018年4月13日追加
 */

.randoseru-wrap {
  background: #fff;
  padding: 0 15px 30px;
}

.randoseru-wrap p {
  color: #5B413A;
}

.randoseru-copy {
  text-align: center;
  font-size: 1.2rem;
}

.randoseru-text {
  font-size: 1.3rem;
  word-break: break-all;
  margin-bottom: 15px;
}

.randoseru-h2 {
  display: block;
  text-align: center;
  color: #5B413A;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.randoseru-h3 {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background: #5B413A;
  padding: 10px;
  margin-bottom: 15px;
}

.randoseru-btn {
  display: block;
  font-size: 1.3rem;
  padding: 6px 0;
  font-weight: bold;
  color: #5B413A;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  border-radius: 10px;
  background: #BADBE9;
  box-shadow: 0px 1px 3px rgba(104, 62, 57, 0.8);
  -webkit-transition: .2s ease-out;
  transition: .3s ease-out;
  margin: 0 3px 28px;
}

.randoseru-btn:hover {
  opacity: .7;
  box-shadow: 0px 1px 1px rgba(104, 62, 57, 0.8);
}

.randoseru-brand {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 30px;
}

.randoseru-brand__item {
  display: block;
  width: 32%;
  margin-bottom: 15px;
  list-style: none;
  margin: auto;
  transition: .3s ease-out;
}

.randoseru-brand__link {
  display: block;
  text-decoration: none;
}

.randoseru-brand__copy {
  display: block;
  color: #5B413A;
  font-size: 17px;
  text-align: center;
  margin-bottom: 6px;
}

.randoseru-brand__copy:before {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 6.5px 0 6.5px;
  border-color: #5B413A transparent transparent transparent;
  margin-right: 3px;
}

.randoseru-brand__img {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
  transition: .3s ease-out;
}

.randoseru-brand__img:hover {
  opacity: .7;
}

.shop-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 10px;
}

.shop-list.shop-list--start {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shop-list__item {
  position: relative;
  display: block;
  width: 33.3333%;
  list-style: none;
  transition: .3s ease-out;
}

.shop-list__item-fuyu,
.shop-list__item-coming {
  position: relative;
  display: block;
  width: 33.3333%;
  list-style: none;
  transition: .3s ease-out;
}


.shop-list__item-fuyu.shop-list__item-fuyu--column-4,
.shop-list__item-coming.shop-list__item-coming--column-4,
.shop-list__item-2018rec.shop-list__item-2018rec--column-4,
.shop-list__item-2019rec.shop-list__item-2019rec--column-4 {
  width: 25%;
}

.shop-list__item-2019rec{
  width: calc(100% / 3);
}


.shop-list__item:hover {
  opacity: .7;
  box-shadow: 0px 0 1px rgba(104, 62, 57, 0.8);
}

.shop-list__item:before {
  position: absolute;
  display: inline-block;
  top: 45%;
  content: "";
  vertical-align: baseline;
  width: 11px;
  height: 11px;
  border-top: 1px solid #5B413A;
  border-right: 1px solid #5B413A;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.shop-list__item-fuyu:hover {
  opacity: .7;
  box-shadow: 0px 0 1px rgba(104, 62, 57, 0.8);
}

.shop-list__item-fuyu:before {
  position: absolute;
  display: inline-block;
  top: 45%;
  content: "";
  vertical-align: baseline;
  width: 10px;
  height: 10px;
  border-top: 1px solid #5B413A;
  border-right: 1px solid #5B413A;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}


.shop-list__link {
  display: block;
  text-decoration: none;
  padding: 6px 10px;
}

.shop-list__item:nth-child(odd) {
  background-color: #F9F1D5;
}

.shop-list__item-fuyu:nth-child(8n + 1),
.shop-list__item-fuyu:nth-child(8n + 3),
.shop-list__item-fuyu:nth-child(8n + 6),
.shop-list__item-fuyu:nth-child(8n + 8) {
  background-color: #cce0f0;
}

.shop-list__item-fuyu:nth-child(8n + 2),
.shop-list__item-fuyu:nth-child(8n + 4),
.shop-list__item-fuyu:nth-child(8n + 5),
.shop-list__item-fuyu:nth-child(8n + 7) {
  background-color: #FFF;
}


.shop-list__item-coming:nth-child(8n + 1),
.shop-list__item-coming:nth-child(8n + 3),
.shop-list__item-coming:nth-child(8n + 6),
.shop-list__item-coming:nth-child(8n + 8) {
  background-color: #888;
  line-height: 2;
}

.shop-list__item-coming:nth-child(8n + 2),
.shop-list__item-coming:nth-child(8n + 4),
.shop-list__item-coming:nth-child(8n + 5),
.shop-list__item-coming:nth-child(8n + 7) {
  background-color: #ccc;
  line-height: 2;
}

.shop-list__item-2018rec:nth-child(8n + 1),
.shop-list__item-2018rec:nth-child(8n + 3),
.shop-list__item-2018rec:nth-child(8n + 6),
.shop-list__item-2018rec:nth-child(8n + 8) {
  background-color: #fad1d4;
}

.shop-list__item-2018rec:nth-child(8n + 2),
.shop-list__item-2018rec:nth-child(8n + 4),
.shop-list__item-2018rec:nth-child(8n + 5),
.shop-list__item-2018rec:nth-child(8n + 7) {
  background-color: #FFF;
}

.shop-list__item-2019rec:nth-child(8n + 1),
.shop-list__item-2019rec:nth-child(8n + 3),
.shop-list__item-2019rec:nth-child(8n + 6),
.shop-list__item-2019rec:nth-child(8n + 8) {
  background-color: #fffbc7;
}

.shop-list__item-2019rec:nth-child(8n + 2),
.shop-list__item-2019rec:nth-child(8n + 4),
.shop-list__item-2019rec:nth-child(8n + 5),
.shop-list__item-2019rec:nth-child(8n + 7) {
  background-color: #FFF;
}






.shop-list__name-coming {
  font-size: 1.1rem;
  color: #fff;
  padding-left: 12px;
}



.fuyujitaku-h3 {
  text-align: center;
  font-size: 1.2rem;
  color: #0068b6;
  background: #fff;
  padding: 10px;
  font-weight: bold;
}

.fuyujitaku-h3--coming {
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  background: transparent;
  padding: 10px;
  font-weight: bold;
}

.recruit2018-h3 {
  text-align: center;
  font-size: 1.2rem;
  color: #633F37;
  /*  background: #fff;*/
  padding: 10px;
  font-weight: bold;
}

.recruit2019-h3 {
  text-align: center;
  font-size: 1.2rem;
  color: #66390d;
  /*  background: #fff;*/
  padding: 10px;
  font-weight: bold;
}


.fuyujitaku-wrap {
  background: #cce0f0;
}

.fuyujitaku-wrap-wht {
  background: #fff;
}

.recruit2018-wrap {
  background: #fff5d7;
}

.recruit2019-wrap {
  background: #fff67f;
}


.page-id-88090 {
  background-image: url(../images/back_fuyujitaku.jpg);
}

.page-id-90015 {
  /*  年末年始2018大募集*/
  background-color: #fff5d7;
  background-image: none;
}

.page-id-94835 {
  /*  春のスタッフ大募集*/
  background: #fff67f;
  background-image: none;
}


.page-id-88090 ul.breadcrumb li,
.page-id-88090 ul.breadcrumb li a,
.page-id-88090 .tax {
  color: #FFF;
}

body[class*=term-fuyujitaku] ul.breadcrumb li,
body[class*=term-fuyujitaku] ul.breadcrumb li a,
body[class*=term-fuyujitaku] .tax {
  color: #FFF;
}


.fuyujitaku-banner {
  display: block;
  width: 360px;
  font-size: 17px;
  font-weight: bold;
  color: #0068b6;
  text-align: center;
  text-decoration: none;
  line-height: 45px;
  border-radius: 20px;
  background: #fff;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
  margin: 10px auto 20px;
  box-shadow: 2px 2px 6px #555;
  border: 2px solid #fff;
}

.fuyujitaku-banner:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 9px solid #0068b6;
  vertical-align: middle;
  margin-left: 1em;
}

.fuyujitaku-banner:hover {
  background: #0068b6;
  color: #fff;
  border: 2px solid #fff;
}

.fuyujitaku-banner:hover:after {
  border-left: 9px solid #fff;
}


.shop-list__name {
  font-size: 1.1rem;
  color: #5B413A;
  padding-left: 12px;
}

.shop-list__name-fuyu {
  font-size: 1.1rem;
  color: #5B413A;
  padding-left: 12px;
}

.shop-list__name-2018recruit {
  font-size: 1.1rem;
  color: #5B413A;
  padding-left: 5px;
}

.shop-list__name-2018recruit:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid #5B413A;
  border-right: 1px solid #5B413A;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 11px;
  margin-bottom: 3px;
}

.shop-list__name-2019recruit {
  font-size: 0.96rem;
  color: #66390d;
  padding-left: 5px;
  line-height: 1.8;
}

.shop-list__name-2019recruit:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid #66390d;
  border-right: 1px solid #66390d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 11px;
  margin-bottom: 3px;
}


.shop-list__name-minimum {
  letter-spacing: -.07em;
}

.shop-list__name-coming {
  font-size: 1.1rem;
  color: #efefef;
  padding-left: 12px;
}

/*
.shop-list__name-coming:nth-child(8n + 1),
.shop-list__name-coming:nth-child(8n + 3),
.shop-list__name-coming:nth-child(8n + 6),
.shop-list__name-coming:nth-child(8n + 8) {
  color: #eee;
}

.shop-list__name-coming:nth-child(8n + 2),
.shop-list__name-coming:nth-child(8n + 4),
.shop-list__name-coming:nth-child(8n + 5),
.shop-list__name-coming:nth-child(8n + 7){
  color: #fff;
}
*/

.shop-list__area {
  font-size: .7rem;
  color: #5B413A;
  vertical-align: baseline;
}

.randoseru.type-children {
  margin: 7px -10px 26px;
}

.randoseru.type-children li {
  float: left;
  display: block;
  padding: 5px 10px;
  width: 50%;
  box-sizing: border-box;
}

.randoseru.type-children a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #5b3218;
  text-align: center;
  line-height: 40px;
  border-radius: 10px;
  background: #BADBE9;
  background: rgba(255, 255, 255, .8);
  box-shadow: 1px 1px 5px 0 rgba(100, 100, 100, .2);
  transition: .3s ease-out;
}


.randoseru.type-children a:hover {
  opacity: .8;
  box-shadow: 0px 0 1px rgba(104, 62, 57, .5);
}

.randoseru.type-children a.active {
  box-shadow: 1px 1px 3px 0 rgba(100, 100, 100, .6) inset;
}


.randoseru-detail {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin: 30px 0 40px;
}

.randoseru-detail__item {
  display: block;
  width: 32%;
}

.randoseru-detail__img {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}

.randoseru-detail__title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #515457;
  line-height: 1.2;
  margin-top: 8px;
  margin-bottom: 4px;
}

.randoseru-detail__meta {
  display: block;
  font-size: 15px;
  line-height: 1.4;
  color: #515457;
  margin-bottom: 20px;
}

.r-meta {
  font-size: 12px;
  font-weight: normal;
}

.r-title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 4px;
}

.page-id-79552 {
  background: #fff;
}

.randoseru-link {
  display: block;
  font-size: 1rem;
  color: #5B413A;
  text-align: center;
  text-decoration: none;
  line-height: 30px;
  background: #BADBE9;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.randoseru-link:hover {
  opacity: .7;
}

.randoseru-link:before {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6.5px 0 6.5px;
  border-color: #5B413A transparent transparent transparent;
  margin-right: 3px;
}


.randoseru-howto-title {
  display: block;
  font-size: 20px;
  color: #5B413A;
  text-align: center;
  background-color: #F9F1D5;
  margin-top: 15px;
  padding: 10px 0;
}

.randoseru-howto {
  display: block;
  list-style: none;
  counter-reset: number;
  margin-bottom: 30px;
}

.randoseru-howto__item {
  position: relative;
  display: block;
  list-style: none;
  padding: 8px 5px;
  transition: .2s ease-out;
}

.randoseru-howto__item:nth-child(even) {
  background-color: #F9F1D5;
}

.randoseru-howto__item:before {
  counter-increment: number;
  content: "Step："counter(number);
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  font-size: 19px;
  color: #5B413A;
  padding-left: 280px;
  transform: translateY(-50%);
}

.randoseru-howto__text {
  font-size: 18px;
  color: #5B413A;
  padding-left: 380px;
}

.randoseru-howto__meta {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #5B413A;
  padding-left: 380px;
}

.randoseru-link2020 {
  display: block;
  text-align: center;
  height: 66px;
  line-height: 63px;
  background: url(https://w1.s-birthday.com/wp-content/uploads/2018/04/web_randoseru_2019_top_2_1.png)50% 50%/contain no-repeat;
/*
  padding: 6px 0;
  background: #515457;
  border-radius: 10px;
  box-shadow: 5px 5px 3px 0px rgba(255, 255, 255, 0.45) inset, -3px -5px 3px 0px rgba(0, 0, 0, 0.65) inset;
*/
}
.randoseru-link2020 img{
  width: 50%;
}
/*
.randoseru-link2020 img{
  height: 40px;
  width: 376px;
}
*/

.randoseru2020-h2{
  background: linear-gradient(transparent 80%, #515457 20%);
  padding-top: 3rem;
  margin-top: -3rem;
}

.randoseru2020-h2 img{
  width: 50%;
}

.randoseru-brand--2020{
  flex-wrap: wrap;
}

.randoseru-brand__item--2020{
  width: 48%;
  margin: 2rem 0 0 0;
}
.randoseru-brand__copy--2020{
  font-size: 15px;
}
.randoseru-wrap--2020{
  padding: 0 19px 30px;
}

.randoseru-wrap--2020 .shoplist a,
.randoseru-wrap--2020 .shoplist .shoplist-data dt,
.randoseru-wrap--2020 .randoseru-howto-title,
.randoseru-wrap--2020 .randoseru-howto__item:before,
.randoseru-wrap--2020 .randoseru-howto__text,
.randoseru-wrap--2020 .randoseru-howto__meta {
  color: #515457;
}

.randoseru-wrap--2020 .shoplist{
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}

.randoseru-wrap--2020 .shoplist-region{
  background: #a8aaab;
}

.randoseru-wrap--2020 .shoplist .shoplist-data dt{
  background: url(../images/icon_single_maru.png) no-repeat left center;
}
.randoseru-wrap--2020 .randoseru-howto-title{
  background: #cbcccd;
  font-weight: bold;
  font-size: 25px;
}
.randoseru-wrap--2020 .randoseru-howto-title--min{
  display: block;
  font-size: 15px;
}

.randoseru-wrap--2020 .randoseru-howto__item:nth-child(even){
  background: #e5e5e6;
}

.randoseru-wrap--2020 .shoplist-head{
  background: none;
  padding-top: 0;
}

.randoseru-wrap--2020 .shoplist-body{
  background: none;
  padding: 0;
}



.randoseru-wrap--2020 .shoplist-foot{
  background: none;
}



/*毎日がバースデイ埋め込み*/

#sr-social-hub-wrapper {
  height: 240px;
  background: #fffbf1;
}

#shim_pat {
  padding-bottom: 0px;
}
#shim_pat .sp{
  background: #FFF;
  padding-bottom: 8px;
  text-align: center;
}

#shim_pat .pc{
  text-align: center;
}

#shuttlerock {
  width:100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 20px;
}

#shuttlerock-header {
  text-align:center;
}

#shuttlerock-header .sp{
  background: transparent;
}


#topics_wrapper {
  margin-top: 0px;
}

#shuttlerock-more {
  text-align:center;
  padding-top: 12px;
  padding-bottom:14px;
  background: #fffbf1;
}

#shuttlerock-more .sp{
  max-width: 170px;
  text-align: center;
  margin: 0 auto;
}

.shuttlerock-more-image{
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.sr-sh-slider-nav {
  background-color: transparent!important;
}
.sr-sh-slider-nav i {
  color: rgb(70,70,70);
}
.sr-sh-slider-nav i:before {
  line-height: 1.15 !important;
}

@media (min-width:740px) {
  .sp{
  display:none !important;
  }
  #shuttlerock {
    width: 960px;
    margin-bottom: 60px;
  }
  .sr-sh[ng-social-hub-widget] {
    width: 94% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .sr-sh-item, .sr-sh-theme-item {
    margin: 0 10px 5px 0;
  }
}
@media screen and (max-width: 740px) {
  .pc{
  display:none !important;
  }
  .sr-sh-item {
    width: 33%
  }
  #sr-social-hub-wrapper {
    height: 120px;
  }
}

#shuttlerock {
  padding-top: 20px;
}

#sr-social-hub-wrapper-everyday {
  height: 220px;
  background: transparent;
}

.social-hub-box {
  margin-top: -260px;
  margin-bottom: 40px;
}

#shuttlerock-everyday-more {
  text-align:center;
  padding-top: 0px;
  margin-top: -50px;
  padding-bottom:14px;
  background: transparent;
}

.sr-sh-indicator-box {
  display: none;
}

.sr-sh-card__carousel-icon {
  display: none;
}

.icon-angle-right {
    display: none !important;
}

.icon-angle-left {
    display: none !important;
}

.sr-sh-slider-nav {
  background-color: transparent;
}

.sr-sh-slider-nav-next {
  width:  41px;
  height: 40px;
  background-image: url("../images/everyday/pc/img_arrow_right.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -12px;
  margin-left: 30px;
}

.sr-sh-slider-nav-prev {
  width:  41px;
  height: 40px;
  background-image: url("../images/everyday/pc/img_arrow_left.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -12px;
}

.hover-text {
  display: none !important;
}

.icon-zoom-alt {
  display: none !important;
}

.sr-sh-theme-card__info {
}

.sr-sh-theme-card:hover .sr-sh-theme-card__info {
  background-color: rgba(255,255,255,.8) !important;
}

.sr-sh-theme-card__wrapper .sr-sh-theme-card:hover {
  background: none !important;
}

.sr-sh-theme-statistics {
  display: none !important;
}

.sr-sh-theme-card__author-name {
  display: none !important;
}

.sr-sh-theme-card__timestamp {
  display: none !important;
}

.lastupdate-area {
  text-align: right;
  margin-top: 40px;
  margin-right: 20px;
  color: #997258;
  font-size: 24px;
  font-family: 'Fredoka One', cursive;
}

.lastupdate-line {
  text-decoration: none;
  border-bottom: 2px dashed #b79279;
  padding-bottom: 1px;
}


@media screen and (max-width: 740px) {
  .pc{
  display:none !important;
  }
  .sr-sh-item {
    width: 33.3% !important;
    margin-top: 6px;
    margin-bottom: 54px;
    margin-left: auto;
    margin-right: auto;
  }
  #sr-social-hub-wrapper-everyday {
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    background-image: url("../images/everyday/sp/film_repeat_sp_top2.png");
    background-repeat: repeat-x;
    background-size: auto 100%;
    padding-top: 16px;
    padding-bottom: 0px;
  }
  .social-hub-box {
    margin-top: 0px;
    height: auto;
    margin-bottom: 4px;
  }

  .lastupdate-area {
    text-align: center;
    margin-top: -31px;
    color: #997258;
    font-size: 14px;
    margin-right: 0px;
    margin-bottom: 3px;
  }

  .lastupdate-line {
    text-decoration: none;
    border-bottom: 1px dashed #b79279;
    padding-bottom: 0px;
  }
  #shuttlerock-everyday-more {
    padding-top: 0px;
    margin-top: -44px;
  }

  .sr-sh-theme-card__media {
    min-width: 1% !important;
    text-align: center;
  }
  .sr-sh-theme-card__media img {
    height: auto;
    border-radius: 0px 0px 0 0;
    overflow: hidden;
    width: 90.0% !important;
    margin-left: auto;
    margin-right: auto;
  }

  .sr-sh-theme-card__wrapper {
    margin: 0px;
  }
}

/*
 * 20190610UP しまむら共通緊急告知
 */
.emergency {
  font-family: serif;
  text-align: center;
  padding: 20px 10px;
  background: #fff;
}

.emergency__ttl {
  font-size: 19px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 180%;
  margin-top: 20px;
}

.emergency__body {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 180%;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.page-id-104766{
  background: #f08437;
}
.page-id-104766 .shop-list__item-2019rec:nth-child(odd) {
  background-color: #fbe0cd;
}

.page-id-104766 .shop-list__item-2019rec:nth-child(even) {
  background-color: #fff;
}
.page-id-104766 .shop-list__name-2019recruit{
  font-size: 0.85rem;
}

.page-id-104766 .recruit2019-wrap{
  background: #f08437;
}

/*
 * 消費税10%対応
 */
.single-item-price {
  
}

.single-item-price__item {
  display: inline-block;
  font-size: 18px;
  color: #e60012;
  font-weight: bold;
}

.single-item-price__number {
  font-size: 24px;
}

.single-item-price__item--taxin {
  font-size: 14px;
}

.single-item-price__item--taxin .single-item-price__number {
  font-size: 20px;
}

.item-new-price {
  
}

.item-new-price__item {
  display: inline-block;
  font-size: 14px;
  color: #ff5050;
  font-weight: bold;
}

.item-new-price__number {
  font-size: 17px;
}

.item-new-price__item--taxin {
  font-size: 12px;
}

.item-new-price__item--taxin .item-new-price__number {
  font-size: 14px;
}


/* recruit2019 */
body.page-id-110166 {
  background: #fbf3e8;
}
.shoplist2019 {
  background: #fbf3e8;
  padding: 30px;
  margin-bottom: 30px;
}
.shoplist2019 .shoplist-region {
  color: #66390d;
  background: #f9ceaf;
}