@charset "euc-jp";

/*-------------------------------------------
デフォルトスタイルをリセット
-------------------------------------------*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

/*-------------------------------------------
共通
-------------------------------------------*/
body {
  background-color: #fff;
  color: #212121;
  font-size: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}

a {
  text-decoration: none;
  color: #2b98f2;
}
a:active {
  background: rgba(0, 0, 0, 0.1);
}

p {
  line-height: 1.5rem;
  margin: 0;
}

h2 {
  margin: 0 0 12px;
  font-size: 128.57143%;
  font-weight: normal;
  line-height: 1.2;
  color: #ea6da4;
}

h3 {
  font-size: 114.28571%;
  font-weight: normal;
  margin: 20px 0 .5rem;
}

h4 {
  font-size: 100%;
  font-weight: bold;
  margin: 20px 0 .5rem;
}

img {
  max-width: 100%;
  height: auto;
}

.u-wrap {
  text-align: center;
  vertical-align: middle;
  zoom: 1;
}
.u-wrap img {
  vertical-align: bottom;
}

.u-cf:before {
  content: "";
  display: table;
}
.u-cf:after {
  content: "";
  display: table;
  clear: both;
}

/*
 * layout
 */

.anygift-gift-ui__main-button {
    margin-top: -40px !important;
    border-radius: 50px !important;
    background: #fba5f1 !important;
    background: -moz-linear-gradient(45deg, #fba5f1 5%, #d8d2f7 45%, #d8d2f7 55%, #b5fefe 100%) !important;
    background: -webkit-linear-gradient(45deg, #fba5f1 5%, #d8d2f7 45%, #d8d2f7 55%, #b5fefe 100%) !important;
    background: linear-gradient(45deg, #fba5f1 5%, #d8d2f7 45%, #d8d2f7 55%, #b5fefe 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fba5f1', endColorstr='#b5fefe',GradientType=1 );
}
.anygift-floating-cart__button {
    background: #fba5f1 !important;
    background: -moz-linear-gradient(45deg, #fba5f1 5%, #d8d2f7 45%, #d8d2f7 55%, #b5fefe 100%) !important;
    background: -webkit-linear-gradient(45deg, #fba5f1 5%, #d8d2f7 45%, #d8d2f7 55%, #b5fefe 100%) !important;
    background: linear-gradient(45deg, #fba5f1 5%, #d8d2f7 45%, #d8d2f7 55%, #b5fefe 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fba5f1', endColorstr='#b5fefe',GradientType=1 );
}
.outer {
  overflow-x: hidden;
  max-width: 100%;
  height: auto;
}

.wrapper {
  position: relative;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.section {
  border-bottom: solid 1px #e0e0e0;
}

.section__inner {
  padding: 20px;
}


/* フッター */
.footer {
  margin: 1px 0 0;
  border-top: 1px solid #e0e0e0;
}

.linklist {
  padding: 0;
  margin: 0;
}

.linklist__item {
  border-bottom: solid 1px #e0e0e0;
  list-style: none;
}
.linklist__item a {
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 14px 20px;
  color: #212121;
}
.linklist__item a span {
  display: table-cell;
  vertical-align: middle;
}

.linklist__item--point {
  background: #212121;
}
.linklist__item--point a {
  color: #fff;
}

.linklist__item__text {
  width: 80%;
  height: auto;
}

.linklist__item__icon {
  width: 10%;
  height: auto;
  text-align: right;
}

.section--sns {
  text-align: center;
}

.snslink {
  text-align: center;
  margin: 0 3px 0;
  color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-table;
  width: 44px;
  height: 44px;
}
.snslink i {
  display: table-cell;
  vertical-align: middle;
}

.snslink--twitter {
  background: #00acee;
}

.snslink--facebook {
  background: #3b579d;
}

.snslink--instagram {
  background: #393939;
}

.snslink--google {
  background: #d95333;
}

.snslink--pinterest {
  background: #c9232d;
}

.section--address {
  text-align: center;
  border-bottom: none !important;
}

.copyright {
  margin: 0 0 20px;
  font-size: 85.71429%;
}

.powered {
  font-size: 85.71429%;
  color: #212121;
}
.powered img {
  width: 190px;
  margin: 0 0 -3px 3px;
}

/* ドロワー */
.drawer.open {
  left: 0;
}

.drawer {
  position: fixed;
  top: 0;
  left: -280px;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 280px;
  height: 100%;
  background: #fff;
  color: #212121;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.drawer__item--close {
  padding: 20px;
  text-align: right;
}
.drawer__item--close a {
  color: #212121;
}

.drawer__item {
  border-bottom: 1px solid #e0e0e0;
}

.drawer__item__name {
  font-size: 100%;
  font-weight: normal;
  display: table;
  line-height: 1;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 30px 20px;
  color: #212121;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.drawer__item__name__text {
  min-width: 65%;
  vertical-align: middle;
  text-align:right;
  display:block;
}

.drawer__item__name__icon--left {
  width: 18%;
  display: table-cell;
  vertical-align: middle;
}

.drawer__item__name__icon--right {
  width: 15%;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.drawer__item--accordion ul {
  margin: 0;
  padding: 15px 0;
  list-style: none;
}
.drawer__item--accordion .linklist__item {
  border: none;
}
.drawer__item--accordion .linklist__item a {
  padding: 10px 20px;
}

.u-ac--active {
  border-bottom: 1px solid #e0e0e0;
}

/*
 * top
 */
.u-hidden {
  display: none !important;
}
.moreinfo {
  overflow: hidden;
  max-height: 70px;
  display: none;
}
.u-moreinfo--active {
  max-height: none;
}
.section--info .button--more {
  margin: 20px auto 0;
}
.section--info .button--more span {
  margin: 0 5px 0 0;
}

/*
 * product
 */
.linklist--breadcrumb .linklist__item__icon {
  width: 6%;
  text-align: left;
}

.prices {
  margin: 0 0 20px;
}

.price {
  font-size: 128.57143%;
  font-weight: bold;
}

.price--regular {
  text-decoration: line-through;
  color: #aaa;
}

.price--rate {
  color: #f44336;
}

.taglist {
  margin: 0 0 20px;
}
.taglist p {
  margin: 0 0 10px;
  color: #ea6da4;
}
.taglist .button--tag {
  margin: 0 6px 10px 0;
}

.description {
  margin: 0 0 20px;
}

.buy__inner {
  margin: 0 0 20px;
}

.stock_error {
  font-weight: bold;
  text-align: center;
  color: #f44336;
}

.table {
  width: 100%;
  height: auto;
}

.table--bordered {
  font-size: 85.71429%;
  border-top: 1px solid #ddd;
}
.table--bordered th {
  font-weight: normal;
  width: 50%;
  padding: 15px 10px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.table--bordered td {
  width: 50%;
  text-align: center;
  padding: 15px 10px;
  border-bottom: 1px solid #ddd;
}

.otherlist {
  padding: 0;
  list-style: none;
}

.share {
  width: 88px;
  float: left;
  text-align: center;
  margin: 10px 0 0;
}

.imagelist.slick-slider {
  margin: 0 0 50px;
}
.imagelist.slick-slider .slick-slide {
  padding: 0 40px;
  text-align: center;
}

.u-oneimage {
  padding: 0 !important;
}

/*
 * product-list
 */
.boxlist {
  list-style: none;
  padding: 0 10px 20px;
  margin: 0;
}

.box {
  display: block;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}
.box .box__inner {
  display: block;
  padding: 10px 10px 6px;
  word-wrap: break-word;
}
.box .box__image {
  display: block;
  margin: 0 0 5px;
  text-align: center;
  position: relative
}
.box .box__image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.box .box__image--rank-1:before {
  border: 10px solid transparent;
  border-top: 10px solid #ffeb3b;
  border-left: 10px solid #ffeb3b;
}
.box .box__image--rank-2:before {
  border: 10px solid transparent;
  border-top: 10px solid #e0e0e0;
  border-left: 10px solid #e0e0e0;
}
.box .box__image--rank-3:before {
  border: 10px solid transparent;
  border-top: 10px solid #8d6e63;
  border-left: 10px solid #8d6e63;
}
.box .box__image--rank-none:before {
  border: none;
}
.box .box__name {
  margin: 0 0 5px;
  color: #ea6da4;
  font-size: 17px;
  line-height: 1.1;
}
.box .box__price {
  font-weight: bold;
  margin: 0 0 0px;
  color: #ea6da4;
}
.box .box-price__soldout {
  margin: 0 0 5px;
  color: #f44336;
}
.box .box__caption {
  font-size: 85.71429%;
  color: #999;
  line-height: 1rem;
}

.u-tile:nth-child(odd) {
  clear: left;
}

.section--slide h2, .section--main h2 {
  padding: 20px 20px 0;
}

.section--together .box {
  width: 33.33%;
}

.slidelist {
  margin: -10px 0 10px !important;
}
.slidelist .slick {
  padding: 0;
}
.slidelist .slick-list {
  padding: 0 10px;
}
.slidelist .slick-slide {
  padding: 0;
}
.slidelist .slide__inner {
  display: block;
  padding: 10px 10px 5px;
  word-wrap: break-word;
}
.slidelist .slide__image {
  display: block;
  margin: 0 0 5px;
  text-align: center;
  position: relative;
}
.slidelist .slide__image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.slidelist .slide__image--rank-1:before {
  border: 8px solid transparent;
  border-top: 8px solid #ffeb3b;
  border-left: 8px solid #ffeb3b;
}
.slidelist .slide__image--rank-2:before {
  border: 8px solid transparent;
  border-top: 8px solid #e0e0e0;
  border-left: 8px solid #e0e0e0;
}
.slidelist .slide__image--rank-3:before {
  border: 8px solid transparent;
  border-top: 8px solid #8d6e63;
  border-left: 8px solid #8d6e63;
}
.slidelist .slide__image--rank-none:before {
  border: none;
}
.slidelist .slide__name {
  font-size: 85.71429%;
  line-height: 1.2rem;
  margin: 0 0 5px;
  color: #212121;
}
.slidelist .slide__price {
  font-size: 85.71429%;
  line-height: 1.2rem;
  font-weight: bold;
  margin: 0 0 5px;
  color: #ea6da4;
}
.slidelist .slide__price--soldout {
  color: #f44336;
}

.slick-list {
  padding: 0 10px;
}

.result {
  margin: 10px 0 20px;
  color: #ea6da4;
}
.result span {
  font-size: 114.28571%;
  font-weight: bold;
}

.sort {
  text-align: center;
}

.pager {
  padding: 0 20px;
}

.rest {
  text-align: center;
  margin: 20px 0 35px;
  color: #ea6da4;
}
.rest span {
  font-size: 114.28571%;
  font-weight: bold;
}

.pager__prev {
  float: left;
  line-height: 1;
  margin: 0 0 20px;
}
.pager__next {
  float: right;
  line-height: 1;
  margin: 0 0 20px;
}

.subs_title {
  padding: 0 20px 20px;
  border-bottom: solid 1px #e0e0e0;
}

.section--list .boxlist {
  padding: 10px 10px 0;
  margin: 0;
}

.freespace01 {
  margin: 0 0 20px;
  font-size: 85.71429%;
}

.freespace02 {
  font-size: 85.71429%;
}

/*
 * 特商法・その他
 */
.deflist {
  margin: 0;
}

.deflist__title h3 {
  margin: 10px 0 2px;
}

.deflist__body {
  margin: 0 0 15px;
  font-size: 85.71429%;
}

.section--privacy p {
  font-size: 85.71429%;
}

.section--search .button {
  float: right;
}

.section--push ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 85.71429%;
}

/*
 * パーツ
 */
.slick-slide img {
  margin: 0 auto;
}

.button {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: none;
  display: inline-block;
}

.button--blue {
  background: #ea6da4;
  color: #fff;
}

.button--orange {
  background: #ea6da4;
  color: #fff;
}

.button--line {
  border: 1px solid #ea6da4;
  color: #ea6da4;
}

.button--more {
  width: 50%;
  display: block;
  margin: 0 auto 20px;
  padding: 5px;
}

.button--sort {
  font-size: 71.42857%;
  padding: 5px 8px;
  width: 28%;
}

.button--tag {
  font-size: 71.42857%;
  padding: 5px 8px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.button--small {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 100%;
  padding: 14px 0;
  width: 25%;
  line-height: 1;
}

.button--medium {
  font-size: 100%;
  padding: 13px 0;
  margin: 10px 0;
  width: 100%;
  line-height: 1;
}

.button--large {
  font-size: 114.28571%;
  font-weight: bold;
  padding: 20px 0;
  width: 100%;
}

.button--disabled {
  background: #e6e6e6;
  color: #bbb;
}

input[type="text"].keyword {
  font-size: 85.71429%;
  background: #fff;
  color: #212121;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"].keyword--small {
  width: 68%;
  height: 45px;
  vertical-align:top;
  -webkit-appearance: none;
  appearance:none;
  border-radius: 0;
}
input[type="number"].buy__num, input[type="text"].buy__num {
  padding: 8px 10px;
  width: 15%;
}
input[type="text"].buy__name-title {
  padding: 8px 10px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pulldown {
  width: 100%;
  height: 44px;
  background: #fff;
  margin: 0 0 15px;
  border: 1px solid #bdbdbd;
}

/*
 * モーダル
 */
.modal__content {
  position: absolute;
  z-index: 9999;
  display: none;
  width: 75%;
  margin: 0;
  padding: 10px 20px;
  background: #fff;
}

.overlay {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.modal__close {
  font-size: 114.28571%;
  display: block;
  width: 100%;
  text-align: right;
  color: #212121;
}

/*===NEW COMMON CSS=============*/

.outer {
  padding-top: 45px;
}

#header * {
  box-sizing: border-box;
}

#header {
  background-color: rgba(255,255,255,0.0);
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 4;
  padding-bottom:5px;
}

#fixed-footer {
  position: fixed;
  bottom: 0;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  background-color: #F4C1D8;
  z-index: 10;
}

#fixed-footer ul {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
}

#fixed-footer ul li {
  width: 50%;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
  display: inline-block;
}

#fixed-footer ul li a {
  color: #ea6da4;
  display: block;
  line-height: 1.2;
}

#fixed-footer ul li i {
  font-size: 28px;
  display: inline-block;
  margin-bottom: 6px;
}

#fixed-footer ul li span {
  font-size: 12px;
  display: block;
  text-align: center;
}

.section--shopname {
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: 8px;
  width: 80px;
  border-bottom: none !important;
}

.shopname {
  text-align: center;
  margin: 0;
}
.shopname a {
  font-weight: bold;
  color: #212121;
  display: block;
  line-height: 1;
  margin-bottom: 0;
}

#header a:active {
  background: transparent;
}


.toolbar {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

.toolbar .toolbar__inner {
  width: 100%;
  padding: 5px 10px 3px;
  margin: 0;
  list-style: none;
  text-align: right;
}

.toolbar .toolbar__inner li {
  display: inline-block;
  width: auto;
  height: 50px;
  text-align: center;
  margin: 0 5px;
  line-height: 50px;
}

.toolbar .toolbar__inner .toolbar__item--menu {
  float: left;
}

.toolbar .toolbar__inner li a {
  color: #212121;
}

.toolbar .toolbar__inner li i {
  font-size: 26px;
}

.toolbar .toolbar__inner li i.fa.fa-search {
  font-size: 24px;
}

.drawer__search {
  position: relative;
}

.drawer__search .button--blue {
  position: absolute;
  top: 9px;
  right: 5px;
  width: 15%;
  padding: 0;
  background-color: transparent;
}

.drawer__search .button--blue i {
  font-size: 22px;
  color: #212121;
}

.drawer__item input[type="text"].keyword--small {
  border: none;
  width: 100%;
}

.linklist.linklist--breadcrumb {
  background-color: #f3f3f3;
}

.linklist__item,
.drawer__item,
.section {
  border-bottom: 1px solid #ea6da4;
}

#footer .linklist__item:first-child {
  border-top: 1px solid #ea6da4;
}

.linklist__item a,
.drawer__item__name,
.drawer__item--close a,
.drawer__search .button--blue i {
  color: #ea6da4;
}

.linklist__item--point {
  background-color: #ea6da4;
}

.linklist__item--point a {
  color: white;
}

.footer {
  border-top: none;
  padding-bottom: 75px;
}

.drawer__item.drawer__search ::-webkit-input-placeholder { color: rgba(234,109,164,0.5); }
.drawer__item.drawer__search ::-moz-placeholder { color: rgba(234,109,164,0.5); }
.drawer__item.drawer__search :-ms-input-placeholder { color: rgba(234,109,164,0.5); }
.drawer__item.drawer__search :-moz-placeholder { color: rgba(234,109,164,0.5); }

.slidelist .slide__name {
  display: none;
}
.slidelist .slide__price,
.box .box__price {
  text-align: center;
}

.box .box__caption {display: none;}

.toolbar .toolbar__inner li a,
.toolbar .toolbar__inner li i.fa.fa-search{
  color: #ea6da4;
}

.linklist.linklist--breadcrumb {
  background-color: #f9d3e4;
}

/*===DRAWER NAV CHANGES====*/
.drawer__item_sale > a {
  position: relative;
}

.drawer__item_sale .drawer__item__name__icon--left {
  position: absolute;
  top: 20px;
} 

.drawer__item_sale .drawer__item__name__icon--left img {
  width: 32px;
}

.drawer__item_sale .drawer__item__name__text {
  
}

.drawer__item_sale .linklist__item div {
  padding: 10px 30px 0;
}

.drawer__item_sale .linklist__item div img {
  width: 70%;
  display: block;
  margin: 0 auto 20px;
}

.drawer__item_sale .linklist__item div p {
  font-size:14px;
}

.drawer__item:last-child {
  border-bottom: none;
}

.drawer__item:last-child .drawer__item__name__text {
  text-align: center;
}

.drawer__item:last-child a {
  letter-spacing: 1px;
}

.drawer__item_sale .linklist__item h3 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}

.drawer__item_sale .linklist__item .pink-btn {
  color: white;
  display: block;
  margin: 0 auto 10px;
  background-color: #ea6da4;
  width: 80%;
  padding: 5px 0;
  text-align: center;
}

.drawer__item:first-child {
  background: url(https://img21.shop-pro.jp/PA01418/427/etc/mascot.png?cmsp_timestamp=20180805174415) no-repeat;
  background-size: 60px;
  background-position: 20px 10px;
}

h2.dialouge-heading {
  position: relative;
  padding: 0;
}

h2.dialouge-heading span {
  position: absolute;
  font-size: 10.5px;
  letter-spacing: 0;
  font-weight: bold;
  letter-spacing: -0.5px;
}

h2.dialouge-heading img {
  width: 100%;
}

h2.dialouge-heading.like-it span {
  left: 24%;
  bottom: 26%;
}

.my-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 20px;
}

.my-row .column-3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33%;
          flex: 1 0 33%;
          max-width: 33%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.my-row .column-4 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
          max-width: 25%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.my-row .column-3 a {
  display: block;
}

.my-row .column-3 img {
  width: 100%;
  border: 2px solid #ea6da4;
border-radius: 50%;
}

.my-row .column-3 p {
  color: #ea6da4;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.search-bar {
  padding: 20px 20px 5px;
  position: relative;
}

#footer .search-bar {
  padding: 20px 20px 40px;
}

.search-bar img.mascot-img {
  position: relative;
  z-index: 2;
  width: 70px;
  margin-left: 50%;
  margin-bottom: -11px;
}

#footer .search-bar img.mascot-img {
  width: 90px;
  margin-bottom: -16px;
}

.search-bar input[type="text"].keyword--small {
  width: 83%;
  display: inline-block;
  border: 1px solid #ed95bc
}

.search-bar.alternative input[type="text"].keyword--small {
  border-radius: 30px;
  width:100%;
}

.search-bar .button--small {
  width: 15%;
  margin-left: -7px;
  display: inline-block;
  border-radius: 0;
  background-color: #ed95bc;
}

.search-bar.alternative .button--small {
  width: 41px;
  margin-left: -7px;
  display: block;
  border-radius: 0;
  background-color: #ed95bc;
  border-radius: 50%;
  position: absolute;
  top: 23px;
  right: 23px;
  padding: 11px 0;
}

#login-user {
position:absolute;
  top:6px;
  left:15%;
}

#login-user img {
width:30px;
  display:block;
  margin-top:8px;
}

  .secondary-header-links {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
      display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  }

  .secondary-header-links li {
    width: 25%;
    margin: 0;
    padding: 0 9px;
  }

  .secondary-header-links li a {
    color: #ea6da4;
    font-size:14px;
    letter-spacing:0.1px;
    font-weight: bold;
    display: block;
    padding-bottom: 5px;
    font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
    border-bottom: 1px solid #ea6da4;
  }
      .drawer-open-inner {
        padding: 0 20px;
      }

      .drawer-open-inner p {
        color: #ea6da4;
        font-size: 14px;
        margin: 0 0 15px
      }

      .drawer-open-inner .signup-btn {
        display: block;
        width: 80%;
        margin: 0 auto 30px;
        border: 1px solid #ea6da4;
        color: #ea6da4;
        text-align: center;
        height: 40px;
        line-height: 38px;
        text-decoration: none;
        cursor: pointer;
      }

#drawer-popular-tags ul{
	list-style: none;
    padding: 20px 10px;
    margin: 0;
    border-bottom: 1px solid #ea6da4;
}

#drawer-popular-tags li {
	display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #ea6da4;
    margin: 0 0 8px;
    line-height: 1;
}

#drawer-popular-tags li:last-child {border-right:none;}

#drawer-popular-tags li a {
	letter-spacing: 0px;
    font-size: 14px;
    color: #ea6da4;
}

.toolbar__item--menu .u-toggle .u-wrap,
#login-user,
#search-toggle,
.toolbar__item--cart .u-wrap{
	margin-top:-5px;
 	display:block;
}

.flexslider.snoopyslider .flex-control-nav {
	display: block;
}

.flexslider.snoopyslider .flex-control-paging li a {
	background-color: #f5c9dd;
	box-shadow: none;
}

.flexslider.snoopyslider .flex-control-paging li a.flex-active {
	background-color: #ea6da4;
}

section.list-cat {
    padding: 0 0px;
}

.list-cat .category ul {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.list-cat .category ul li {
    margin-right: 0;
    width: 49%;
}

footer .social-links{
margin-bottom:30px;
}

footer .social-links a {
padding:0 12px;
  display:block;
}

footer .social-links img {
width:100%;
}

  	.drawer-category {
  		padding: 10px 12px;
  		display: -webkit-box;
  		display: -ms-flexbox;
  		display: flex;
  		-ms-flex-wrap: wrap;
  		flex-wrap: wrap;
  		-webkit-box-pack: justify;
  		-ms-flex-pack: justify;
  		justify-content: space-between;
  	}

  	.drawer-category .list-element {
  		margin-right: 0;
	    width: 49%;
	    border: solid 1px #e9bacf;
	    position: relative;
	    display: block;
	    margin-bottom: 6px;
  	}

  	.drawer-category .list-element a {
  		display: block;
  		color: #e9bacf;
  		padding: 5px;
  	}

  	.drawer-category .list-element a img {
  		width: 20px;
  		padding: 0;
  		display: inline-block;
  		margin-right: 5px;
  	}

  	.drawer-category .list-element .cat-name {
  		font-size: 11px;
  		font-weight: normal;
  		letter-spacing: -0.5px;
  		max-width: 80px;
  		display: inline-block;
  		white-space: nowrap; 
		overflow: hidden;
		text-overflow: ellipsis;
  	}

	.drawer-category .list-element .cat-dir {
	    width: 12px;
	    height: 14px;
	    font-size: 12px;
	    font-weight: bold;
	    position: absolute;
	    top: 50%;
	    margin-top: -7px;
	    display: block;
	    right: 2px;
	    color: #e96da3;
	}

div.rounded-img {
	padding:6px;
  	margin-bottom:25px;
}

div.rounded-img img {
	width:100%;
  display:block;
  border-radius:15px;
}

.freespace01 .freespace-item h1:first-child{
	font-size:18px;
  font-weight:normal;
  color:#ea6da4 !important;
  text-align:right;
}

#top-arrow {display:none;}
#fixed-cover{display:none;}

.float-menu {
	width: 240px;
	height: 60px;
	line-height: 60px;
	border-right: 20px;
	z-index: 5;
	position: fixed;
	bottom: -70px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	background-color: #ea6da4;
	-webkit-transition: 0.3s ease-in bottom 0s;
	-o-transition: 0.3s ease-in bottom 0s;
	transition: 0.3s ease-in bottom 0s;
	border-radius: 30px;
  padding: 0 5px;
  -webkit-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.5);
}

.float-menu ul {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	padding: 0;
	margin: 0;
	text-align: center;
}

.float-menu ul li {
	width: 24%;
}

.float-menu ul li i {
	font-size: 26px;
	color: white;
}

.float-menu ul li img {
	width: 35px;
    vertical-align: middle;
}

.float-menu.active {
	bottom: 30px;
}

.float-header {
	width: 100%;
	max-width: 600px;
	position: fixed;
	top: 0;
	left: 50%;
    z-index: 5;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	opacity: 0.65;
	-webkit-transition: 0.35s linear opacity;
	-o-transition: 0.35s linear opacity;
	transition: 0.35s linear opacity;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	padding: 10px 10px 0;
	align-items: center;
	box-sizing: border-box;
    display: none;
}

.float-header.visible {
	opacity: 1;
}

.float-header a {
	width: 25%;
}

.float-header img {
	width: 100%;
}

.float-header > div {
	width: 72%;
	position: relative;
	top: -7px;
}

.float-header > div input {
	display: block;
	width: 100% !important;
	height: 40px !important;
	line-height: 40px;
	padding: 0 10px;
	border-radius: 5px !important;
	border: 1px solid #ea6da4;
	padding-left: 50px !important;
}

.float-header > div i {
	color: #ea6da4;
	font-size: 24px;
}

.float-header > div button {
	background-color: transparent;
	border: none;
	position: absolute;
	left: 0px;
	top: 5px;
	width: 50px;
	padding: 0;
}

#snoopy-drawer {
	width: 100%;
	min-height: 100%;
	background-color: white;
	padding: 10px;
	box-sizing: border-box;
	position: fixed;
	left: -100%;
	top: 0;
  z-index:6;
  transition: 0.4s ease-in left;
}

#snoopy-drawer img {
	width: 100%;
}

#snoopy-drawer .my-row {
	margin-bottom: 0;
}

#snoopy-drawer .my-row a {
	width: 50%;
	display: block;
}

#snoopy-drawer h3 {
	margin: 0;
    padding: 35px 0 35px 65px;
    background-color: #efefef;
    line-height: 1;
    font-size: 20px;
    background-repeat: no-repeat;
    background-image: url(https://img21.shop-pro.jp/PA01418/427/etc/title-img.jpg?cmsp_timestamp=20191028160350);
    background-color: #efefef;
    background-size: contain;
}

#snoopy-drawer > a {
	font-weight: bold;
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
    display: block;
}

#snoopy-drawer #snoopy-close{
	position: absolute;
    right: 20px;
    top: 13px;
    font-size: 24px;
}

.float-header ::-webkit-input-placeholder { color: #ea6da4; }
.float-header ::-moz-placeholder { color: #ea6da4; }
.float-header :-ms-input-placeholder { color: #ea6da4; }
.float-header :-moz-placeholder { color: #ea6da4; }

  .gradient_sec_heading{
    margin: 15px auto;
    background: rgb(253,191,129);
    background: -moz-linear-gradient(90deg, rgba(253,191,129,1) 0%, rgba(253,136,124,1) 35%, rgba(254,22,114,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(253,191,129,1) 0%, rgba(253,136,124,1) 35%, rgba(254,22,114,1) 100%);
    background: linear-gradient(90deg, rgba(253,191,129,1) 0%, rgba(253,136,124,1) 35%, rgba(254,22,114,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdbf81",endColorstr="#fe1672",GradientType=1);
    width: 96%;
    padding: 0 !important;
    font-weight: 600;
    color: black;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 25px;
    font-size:15px;
  }

<!--フリーページ１のCSS-->
	
		body {
			font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
margin:0px;
		}
		body * {
			box-sizing: border-box;
		}
		.new_layout {
			width: 100%;
			padding: 0px;
			margin: 0 auto;
		}
		.new_layout .top_border {
			min-height: 10px;
			border: 0px solid #ea6da4;
			background-color: #ea6da4;
		}
		.new_layout h2 {
			width: 100%;
			height: 80px;
			line-height: 80px;
			text-align: center;
			text-transform: uppercase;
			font-size: 30px;
			font-weight: normal;
			color: #ea6da4;
		}
		.new_layout .img-fluid {
			width: 100%;
		}
		.custom_row {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			    -ms-flex-direction: row;
			        flex-direction: row;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			border-right: 1px solid #ea6da4;
		}
		.custom_row .col-full {
			width: 100%;
		}
		.custom_row .col-half {
			width: 50%;
		}
		.custom_row .col-triple {
			width: 33.33%;
		}
		.custom_row > a {
			border: 1px solid #d3d3d3;
			border-bottom: none;
			border-right: none;
		}
		.img_boxes {
			margin-bottom: 15px;
		}
		.img_boxes > a {
			position: relative;		 
		}
		.message {
			position: absolute;
			width: 100%;
			background-color: rgba(234,109,164,0.6);
			height: 30px;
			line-height: 30px;
			text-align: center;
			color: #f5f5f5;
			left: 0;
			bottom: 0;
		}
.link_buttons {padding: 0 15px;}
		.link_buttons a {
			display: inline-block;
			margin-right: 5px;
			font-size: 20px;
			padding: 10px;
			border: 1px solid #ea6ca3;
			border-radius: 25px;
			color: #ea6da4;
			font-weight: 600;
			margin-bottom: 15px;
			text-decoration: none;
		}
	
/* フリーページ１のCSSここまで */

.section.section--slide {
    border: none;
}
section.section.section--list {
    border: none;
}


/* price */
/* price  */
span.my-result-num {
    font-family: 'Lemon', cursive;
}
span.my-result-num {
    font-family: 'Lemon', cursive;
}


.box .box__price {
    font-family: 'Lemon', cursive;
}
.slide__price{
  font-family: 'Lemon', cursive;
}
.slide__price .slide__price{
    font-size: 0.2em;
    font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}
span.small-zei {
    font-size: 0.2em;
    font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}
p.box__price.box__price--soldout {
    font-family: 'Outfit', sans-serif;
    color: #777777;
    font-size: 13px;
}

.slidelist .slide__price--soldout{
      font-family: 'Outfit', sans-serif;
    color: #777777;
    font-size: 13px;
}


/* ポップアップアプリのバナーサイズ調整 */

@media (max-width: 768px) and (min-height: 520px){
  .plugin-campaign-wrapper {
    width: unset !important;
	}
  .plugin-campaign-wrapper .plugin-campaign-body {
    width: 100px !important;
	}
}

/*  ここまでポップアップアプリのバナーサイズ調整 */



