article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
hr,
menu,
nav,
section {
  display: block;
}
a,
button,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  background: 0 0;
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}
ins,
mark {
  background-color: #ff9;
  color: #000;
}
body {
  line-height: 1;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before {
  content: "";
  content: none;
}
q:after,
q:before {
  content: "";
  content: none;
}
a {
  font-size: 100%;
  vertical-align: baseline;
}
ins {
  text-decoration: none;
}
mark {
  font-style: italic;
  font-weight: 700;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
button,
input,
select,
textarea {
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
image {
  max-width: 100%;
  height: auto;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  /*display:block*/
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[dir="rtl"] .slick-prev {
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: 0;
}
[dir="rtl"] .slick-next {
  right: auto;
  right: 0;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dots {
  position: absolute;
  bottom: -35px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}
#powerTip {
  cursor: default;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 6px;
  color: #fff;
  display: none;
  padding: 10px;
  position: absolute;
  white-space: nowrap;
  z-index: 2147483647;
}
#powerTip:before {
  content: "";
  position: absolute;
}
#powerTip.n:before,
#powerTip.s:before {
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  left: 50%;
  margin-left: -5px;
}
#powerTip.e:before,
#powerTip.w:before {
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  margin-top: -5px;
  top: 50%;
}
#powerTip.n:before {
  border-top: 10px solid #333;
  border-top: 10px solid rgba(0, 0, 0, 0.8);
  bottom: -10px;
}
#powerTip.e:before {
  border-right: 10px solid #333;
  border-right: 10px solid rgba(0, 0, 0, 0.8);
  left: -10px;
}
#powerTip.s:before {
  border-bottom: 10px solid #333;
  border-bottom: 10px solid rgba(0, 0, 0, 0.8);
  top: -10px;
}
#powerTip.w:before {
  border-left: 10px solid #333;
  border-left: 10px solid rgba(0, 0, 0, 0.8);
  right: -10px;
}
#powerTip.ne:before,
#powerTip.se:before {
  border-right: 10px solid transparent;
  border-left: 0;
  left: 10px;
}
#powerTip.nw:before,
#powerTip.sw:before {
  border-left: 10px solid transparent;
  border-right: 0;
  right: 10px;
}
#powerTip.ne:before,
#powerTip.nw:before {
  border-top: 10px solid #333;
  border-top: 10px solid rgba(0, 0, 0, 0.8);
  bottom: -10px;
}
#powerTip.se:before,
#powerTip.sw:before {
  border-bottom: 10px solid #333;
  border-bottom: 10px solid rgba(0, 0, 0, 0.8);
  top: -10px;
}
#powerTip.nw-alt:before,
#powerTip.ne-alt:before,
#powerTip.sw-alt:before,
#powerTip.se-alt:before {
  border-top: 10px solid #333;
  border-top: 10px solid rgba(0, 0, 0, 0.8);
  bottom: -10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  left: 10px;
}
#powerTip.ne-alt:before {
  left: auto;
  right: 10px;
}
#powerTip.sw-alt:before {
  border-top: none;
  border-bottom: 10px solid #333;
  border-bottom: 10px solid rgba(0, 0, 0, 0.8);
  bottom: auto;
  top: -10px;
}
#powerTip.se-alt:before {
  border-top: none;
  border-bottom: 10px solid #333;
  border-bottom: 10px solid rgba(0, 0, 0, 0.8);
  bottom: auto;
  top: -10px;
  left: auto;
  right: 10px;
}
.remodal,
[data-remodal-id] {
  visibility: hidden;
}
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}
.remodal-overlay,
.remodal-wrapper {
  -webkit-transform: translateZ(0px);
}
.remodal {
  position: relative;
  display: inline-block;
}
.remodal select,
.remodal textarea,
.remodal input,
.remodal select:focus,
.remodal textarea:focus,
.remodal input:focus {
  font-size: 16px;
}
.remodal-bg {
  transition: -webkit-filter 0.2s ease-out;
  transition: filter 0.2s ease-out;
  transition: filter 0.2s ease-out, -webkit-filter 0.2s ease-out;
}
body.remodal-is-active .remodal-bg {
  -webkit-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
}
.remodal-overlay {
  transition: opacity 0.2s ease-out;
  opacity: 0;
  background: rgba(33, 36, 46, 0.7);
}
body.remodal-is-active .remodal-overlay {
  opacity: 1;
}
.remodal {
  font-size: 15px;
  box-sizing: border-box;
  width: 100%;
  min-height: 100%;
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out,
    -webkit-transform 0.2s ease-out;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0;
  color: #182a3c;
  background: #fff;
  background-clip: padding-box;
}
body.remodal-is-active .remodal {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}
.remodal-close {
  line-height: 1;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  transition: background 0.2s ease-out;
  text-decoration: none;
  border-radius: 50%;
}
.remodal-close:after {
  font-size: 35px;
  line-height: 30px;
  display: block;
  content: "×";
  cursor: pointer;
  transition: all 0.2s ease-out;
  text-decoration: none;
  color: #565656;
}
.remodal-close:hover,
.remodal-close:active {
  background: #595959;
}
.remodal-close:hover.remodal-close:after,
.remodal-close:active.remodal-close:after {
  color: #f4f4f4;
}
.remodal-confirm,
.remodal-cancel {
  font-size: 10pt;
  display: inline-block;
  width: 120px;
  margin: 0 0 5px 0;
  padding: 9px 0;
  cursor: pointer;
  transition: all 0.2s ease-out;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  background-clip: padding-box;
}
.remodal-cancel:hover,
.remodal-cancel:active {
  color: #f4f4f4;
  background: #c0392b;
}
.lt-ie9 .remodal-overlay {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F021242E, endColorstr=#F021242E);
}
.lt-ie9 .remodal {
  width: 600px;
  min-height: 0;
  margin: 20px auto;
}
.lt-ie9 .remodal-close:after {
  margin: auto;
  text-align: center;
}
.lt-ie9 .remodal-close:hover,
.lt-ie9 .remodal-close:active {
  background: transparent;
}
.lt-ie9 .remodal-close:hover.remodal-close:after,
.lt-ie9 .remodal-close:active.remodal-close:after {
  color: #3e5368;
}
.pd_0,
body,
html {
  padding: 0;
}
.bd,
img {
  border: none;
}
.input_pseudo,
.posi {
  position: relative;
}
#side_contents ul,
ul {
  list-style: none;
}
body,
html {
  min-width: 1240px;
  height: 100%;
  margin: 0;
  background: 0 0;
}
body {
  font-family: Verdana, Hiragino Sans, "ヒラギノ角ゴシック",
    Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo,
    sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
}
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.input_pseudo,
a,
input[type="submit"] {
  color: #000;
  transition: all 0.2s ease-in-out;
  outline: 0;
  cursor: pointer;
}
a:focus,
a:hover {
  color: #f75454;
  text-decoration: none;
  outline: 0;
}
a:visited {
  text-decoration: underline;
}
a:visited:hover {
  color: #f75454;
  text-decoration: none;
  outline: 0;
}
img {
  outline: 0;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
}
a:focus img {
  outline: 0;
  border: none;
}
a:hover img {
  outline: 0;
  border: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-filter: "alpha( opacity=70 )";
  -webkit-filter: "alpha( opacity=70 )";
  -o-filter: "alpha( opacity=70 )";
  -ms-filter: "alpha( opacity=70 )";
  transition: all 0.2s ease-in-out;
}
select {
  cursor: pointer;
}
textarea {
  overflow: auto;
}
.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}
#SubmitBtn,
.submit_btn {
  height: 80px;
  width: 420px;
}
.clearfix {
  min-height: 1px;
}
input:focus::-webkit-input-placeholder,
input:focus:-moz-placeholder,
input:focus::-moz-placeholder {
  color: transparent;
}
input[type="file"] {
  line-height: 1 !important;
}
.fwb {
  font-weight: 700;
}
.fwn {
  font-weight: 400;
}
.f_10 {
  font-size: 10px;
}
.fxs {
  font-size: 11px;
}
.fs {
  font-size: 12px;
}
.f_13 {
  font-size: 13px;
}
.f_14 {
  font-size: 14px;
}
.fm {
  font-size: 15px;
}
.fl {
  font-size: 17px;
}
.fxl {
  font-size: 20px;
}
.f_wht {
  color: #fff;
}
.f_red {
  color: #f75454;
}
.f_blue {
  color: #01a9e2;
}
.f_gray {
  color: #969696;
}
.f_yellow {
  color: #c9a732;
}
.lh1 {
  line-height: 1;
}
.lh1_1 {
  line-height: 1.1;
}
.lh1_3 {
  line-height: 1.3;
}
.mg_0 {
  margin: 0;
}
.mgb_0 {
  margin-bottom: 0;
}
.mgb_3 {
  margin-bottom: 3px;
}
.mgb_5 {
  margin-bottom: 5px;
}
.mgb_10 {
  margin-bottom: 10px;
}
.mgb_15 {
  margin-bottom: 15px;
}
.mgb_20 {
  margin-bottom: 20px;
}
.mgb_25 {
  margin-bottom: 25px;
}
.mgb_30 {
  margin-bottom: 30px;
}
.mgb_40 {
  margin-bottom: 40px;
}
.mgb_80 {
  margin-bottom: 80px !important;
}
:root .mgb_0_ie {
  margin-bottom: 0 \0 / IE9;
}
.mgr_10 {
  margin-right: 10px;
}
.mgr_20 {
  margin-right: 20px;
}
.mgr_30 {
  margin-right: 30px;
}
.pdb_3 {
  padding-right: 3px;
}
.pdl-15 {
  padding-left: 15px;
}
.pdt-30 {
  padding-top: 30px;
}
.pd_frame {
  padding: 20px;
}
.center {
  text-align: center;
}
.t-right {
  text-align: right;
}
.t-left {
  text-align: left;
}
.t-through {
  text-decoration: line-through;
}
.left {
  float: left;
}
.right {
  float: right;
}
.auto {
  margin: 0 auto;
}
ul.nav {
  width: 100%;
  overflow: hidden;
}
ul.nav li {
  float: left;
  overflow: hidden;
}
.table {
  display: table;
}
.table div,
.table p {
  display: table-cell;
  vertical-align: middle;
}
.btn,
.red_btn {
  display: block;
  text-align: center;
  text-decoration: none;
}
.btn {
  padding: 10px 20px;
  border: 1px solid #000;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}
.btn:hover,
.btn:visited:hover {
  background-color: #ff4747;
  border: 1px solid #ff4747;
}
.btn:hover::after,
.btn:visited:hover::after {
  border-color: #fff;
}
.btn:hover {
  color: #fff;
}
.btn:visited {
  color: #000;
}
.btn:visited:hover {
  color: #fff;
}
.btn:after {
  position: absolute;
  left: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 3px;
  border-top: 4px solid #333;
  border-right: 4px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.red_btn {
  border-radius: 5px;
  border: 1px solid #ff4747;
  background: #ff4747;
  color: #fff;
}
.red_btn::after {
  border-color: #fff;
}
.red_btn:hover::after {
  border-color: #ff4747 !important;
}
.green_btn,
.white_btn {
  border-radius: 5px;
  display: block;
  text-decoration: none;
  text-align: center;
}
.red_btn:visited {
  color: #fff;
}
.red_btn:hover,
.red_btn:visited:hover {
  background: #fff;
  color: #ff4747;
}
.green_btn {
  border: 1px solid #31bc00;
  background: #31bc00;
  color: #fff;
}
.green_btn::after {
  border-color: #fff;
}
.green_btn:hover {
  background: #fff !important;
  color: #31bc00 !important;
  border: 1px solid #31bc00 !important;
}
.green_btn:hover::after {
  border-color: #31bc00;
}
.green_btn:visited {
  color: #fff;
}
.green_btn:visited:hover {
  color: #31bc00;
}
.white_btn {
  border: 1px solid #000;
  background: #fff;
  color: #000;
}
.white_btn:hover {
  background: #000;
  color: #fff;
}
.btn_orange {
  display: block;
  width: 380px;
  height: 80px;
  font-size: 24px;
  line-height: 44px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 5px;
  padding: 17px 0;
  border: 1px solid #ff8a00;
  background-color: #ff8a00;
  color: #fff;
}
.btn_orange:hover,
.btn_orange:visited:hover {
  border: 1px solid #000;
  background-color: #fff;
}
.btn_orange:hover {
  color: #000;
}
.btn_orange:visited {
  color: #fff;
}
.btn_orange:visited:hover {
  color: #000;
}
.review_btn {
  display: block;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  border: 1px solid #ff4747;
  background: #fff;
  color: #ff4747;
}
.review_btn:hover {
  background: #ff4747;
  color: #fff;
}
.review_btn:visited {
  color: #ff4747;
}
.input_pseudo:hover,
.review_btn:visited:hover,
.submit_btn:visited {
  color: #fff;
}
a.btn_grayBack {
  background-color: #e9e9e9;
}
a.btn_grayBack:after {
  content: "";
}
a.back_btn::before {
  position: absolute;
  left: 10px;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 3px;
  border-top: 4px solid #333;
  border-left: 4px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
a.btn_grayBack:before {
  position: absolute;
  left: 10px;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 3px;
  border-top: 4px solid #333;
  border-left: 4px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#SubmitBtn {
  margin: 0 auto 50px;
}
.submit_btn {
  font-size: 23px;
  line-height: 60px;
  text-decoration: none;
}
.submit_btn:after {
  margin-left: 25px;
  font-weight: lighter;
  display: inline-block;
  vertical-align: middle;
}
#SubmitArea,
.SubmitArea {
  text-align: center;
}
div#BackBtn {
  float: left;
  font-size: 16px;
  padding-top: 30px;
  height: 21px;
}
.btn_w240h80,
.btn_w420h80 {
  height: 80px;
  line-height: 58px;
  font-size: 22px;
  text-indent: -16px;
}
a.back_btn {
  text-decoration: none;
  display: block;
  margin-bottom: -4px;
}
a.back_btn:hover {
  text-decoration: none;
}
a.back_btn::before {
  text-decoration: none;
  font-family: FontAwesome;
  margin-right: 15px;
  font-weight: lighter;
  display: inline-block;
  vertical-align: top;
}
a.back_btn:hover::before {
  text-decoration: none;
}
span.back_btn_wrap {
  cursor: pointer;
  display: block;
  border-bottom: 1px solid #000;
}
span.back_btn_wrap a {
  text-decoration: none;
}
span.back_btn_wrap:hover {
  border-bottom: none;
}
.input_pseudo {
  display: block;
}
.input_pseudo:after {
  font-size: 22px;
  font-weight: 700;
  right: 36px;
  top: 24px;
  pointer-events: none;
  position: absolute;
  left: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 3px;
  border-top: 4px solid #333;
  border-right: 4px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn_ss {
  padding: 5px;
}
.btn_m {
  padding: 20px 0;
}
.btn_l {
  padding: 30px 10px;
}
.btn_w420h80 {
  width: 420px;
  font-weight: 700;
}
.btn_w240h80 {
  width: 240px;
  font-weight: 700;
}
.section {
  width: 100%;
  overflow: hidden;
}
.frame {
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
}
.list_select {
  width: 120px;
  padding: 5px;
  font-size: 14px;
  border: 1px solid #000;
  background: url(https://peppynet.s3.amazonaws.com/img/web/pc/dog/aro_bottom.png)
    95% center no-repeat #fff;
}
#side_contents .carousel_vertical .slick-next:before,
#side_contents .carousel_vertical .slick-prev:before {
  color: #000;
  font-size: 22px;
}
.carousel .slick-next:before,
.carousel .slick-prev:before {
  color: #000;
  font-size: 22px;
}
.user_pet_slide .slick-next:before {
  color: #000;
  font-size: 22px;
}
.user_pet_slide .slick-prev {
  margin-top: -11px;
  left: -5px;
}
.user_pet_slide .slick-prev:before {
  font-size: 22px;
  position: absolute;
  left: 10px;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 3px;
  border-top: 4px solid #000;
  border-left: 4px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.user_pet_slide .slick-next {
  margin-top: -11px;
  right: -5px;
}
.user_pet_slide .slick-next:before {
  position: absolute;
  left: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 3px;
  border-top: 4px solid #000;
  border-right: 4px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.carousel .slick-prev {
  margin-top: -11px;
  left: -40px;
}
.carousel .slick-prev:before {
  position: absolute;
  left: 10px;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 3px;
  border-top: 4px solid #000;
  border-left: 4px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.carousel .slick-next {
  margin-top: -11px;
  right: -40px;
}
.carousel .slick-next:before {
  position: absolute;
  left: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 3px;
  border-top: 4px solid #000;
  border-right: 4px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#season_side_wrap {
  position: absolute;
  left: -50%;
  right: -50%;
  top: 40px;
  bottom: auto;
  margin: auto;
  z-index: 1;
  width: 2000px;
}
.ectop #season_side_wrap {
  width: 2040px;
}
.top_main_info {
  position: relative;
}
.season_side {
  float: none;
  position: absolute;
  top: 0;
  width: 400px;
}
.season_side img {
  width: 400px;
  height: 1200px;
}
.season_side.left {
  left: 0;
}
.season_side.right {
  right: 0;
}
.season_side_center {
  position: absolute;
  left: -50%;
  right: -50%;
  top: 0;
  bottom: auto;
  margin: auto;
  width: 1200px;
  height: 1px;
  overflow: hidden;
}
.ectop .season_side_center {
  width: 1240px;
}
.season_side_overlay {
  width: 100%;
  height: 1200px;
  position: absolute;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0) 64%,
    white 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0 );
}
#contents {
  width: 1240px;
  margin: 0 auto 60px;
}
#birthday_pop {
  margin-bottom: 10px;
}
#birthday_pop a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  color: #ff1125;
}
#birthday_pop a:after {
  position: absolute;
  left: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 3px;
  border-top: 4px solid #333;
  border-right: 4px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 5px;
}
#breadcrumb_nav {
  margin-bottom: 20px;
  font-size: 14px;
}
#breadcrumb_nav a {
  text-decoration: underline;
}
#breadcrumb_nav a:hover {
  text-decoration: none;
}
#side_contents {
  float: left;
  width: 240px;
}
#side_contents a {
  text-decoration: none;
}
#side_contents ul.side_nav li a {
  display: block;
  padding: 5px 0;
}
#side_contents ul.side_nav li a:hover {
  color: #000;
  text-decoration: underline;
  background-color: #ffd3d7;
}
.side_ttl {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  border-bottom: 5px solid #ececec;
}
.side_user_info {
  padding: 15px 10px;
  font-size: 15px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 5px;
  width: 240px;
  margin: 0 auto 30px;
  display: none;
}
.side_user_info .user_name {
  margin-bottom: 10px;
}
.side_user_info .user_point {
  margin-bottom: 10px;
  line-height: 1.3;
}
.side_user_info .user_point span {
  color: red;
  font-size: 12px;
}
.pet_in_wrap {
  width: 75%;
  margin: 0 auto;
}
.user_pet_info .pet_image {
  float: left;
  width: 52px;
}
.user_pet_info .user_pet_name {
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px;
  float: left;
  width: 150px;
  padding: 0 0 0 10px;
  word-wrap: break-word;
  line-height: 26px;
}
.user_pet_info .pet_age,
.user_pet_info .pet_type {
  width: 75%;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
}
.user_pet_info .pet_age {
  padding-top: 5px;
  margin-bottom: 10px;
}
.user_pet_info .pet_type {
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.user_pet_info dl {
  width: 75%;
  overflow: hidden;
  margin: 0 auto 10px;
}
.user_pet_info dt {
  clear: both;
  float: left;
  width: 50%;
  margin-bottom: 5px;
  text-align: left;
}
.user_pet_info dd {
  float: right;
  width: 50%;
  margin-bottom: 5px;
  text-align: right;
}
.user_info_btn a {
  display: block;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #000;
  border-radius: 5px;
  margin-bottom: 10px;
}
.user_info_btn a:hover {
  border-color: #ff4747;
  background-color: #ff4747;
  color: #fff;
}
.user_pet_info.with_image .pet_image {
  float: none;
  width: 200px;
  max-height: 200px;
  overflow: hidden;
  margin: 0 auto 5px;
}
.user_pet_info.with_image .pet_image img {
  display: block;
  margin: 0 auto;
  max-width: 200px;
  max-height: 200px;
}
.user_pet_info.with_image .user_pet_name {
  text-align: center;
  font-size: 16px;
  float: none;
  width: 150px;
  margin: 0 auto;
  padding: 0 0 0 10px;
  word-wrap: break-word;
  line-height: 26px;
}
.list_pager a,
.remodal h4 {
  line-height: 40px;
  text-align: center;
}
.user_pet_info.with_image .pet_age {
  text-align: center;
}
.side_birthday {
  margin-bottom: 40px;
  padding: 20px 10px;
  border: 1px solid #f75454;
  text-align: center;
  background-image: url(https://peppynet.s3.amazonaws.com/img/web/pc/cmn_images/birthday_bg.png);
  background-repeat: no-repeat;
}
.side_birthday h2 {
  margin-bottom: 10px;
  color: #f75454;
  font-size: 16px;
}
.side_birthday .btn::after {
  border-color: #f75454;
}
.side_age,
.side_size {
  margin-bottom: 40px;
}
.side_birthday .btn {
  color: #f75454;
  border-color: #f75454;
  background: #fff;
}
.side_birthday .btn:hover {
  color: #fff;
  background: #f75454;
}
.side_age li a,
.side_size li a {
  background-position: 10px center !important;
  background-repeat: no-repeat !important;
  border: 1px solid #fff;
  display: block;
}
.side_age li a:hover {
  color: #000;
  background-color: #ffd3d7;
}
.side_size li a {
  padding: 25px 10px 25px 80px !important;
}
.side_size li a:hover {
  color: #000;
  background-color: #ffd3d7;
}
.side_size .size_s a {
  background-image: url(https://peppynet.s3.amazonaws.com/img/web/pc/dog/ico/ico_size_s.png);
}
.side_size .size_m a {
  background-image: url(https://peppynet.s3.amazonaws.com/img/web/pc/dog/ico/ico_size_m.png);
}
.side_size .size_l a {
  background-image: url(https://peppynet.s3.amazonaws.com/img/web/pc/dog/ico/ico_size_l.png);
}
.side_age li {
  margin-bottom: 10px;
}
.side_age li a {
  padding: 10px 10px 10px 50px !important;
}
.side_age .age_puppy a {
  background-image: url(https://peppynet.s3.amazonaws.com/img/web/pc/dog/ico/ico_age_puppy.png);
}
.side_age .age_adult a {
  background-image: url(https://peppynet.s3.amazonaws.com/img/web/pc/dog/ico/ico_age_adult.png);
}
.side_age .age_senior a {
  background-image: url(https://peppynet.s3.amazonaws.com/img/web/pc/dog/ico/ico_age_senior.png);
}
.side_food {
  margin-bottom: 40px;
}
.side_food .side_ttl {
  margin-bottom: 20px;
}
.side_food dl {
  overflow: hidden;
  margin-bottom: 5px;
}
.side_food dt {
  clear: both;
  float: left;
  width: 80px;
  margin-bottom: 10px;
  padding-top: 5px;
}
.side_food dd {
  float: right;
  width: 140px;
  margin-bottom: 10px;
}
.side_food .list_select {
  width: 140px;
}
.side_food p {
  text-align: center;
}
.side_food input[type="submit"] {
  width: 240px;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 5px;
  background: url(https://peppynet.s3.amazonaws.com/img/web/pc/dog/aro_right.png)
    95% center no-repeat #fff;
  cursor: pointer;
}
.side_food input[type="submit"]:hover {
  color: #fff !important;
  border-color: #ff4747;
  background: url(https://peppynet.s3.amazonaws.com/img/web/pc/dog/aro_right_wht.png)
    95% center no-repeat #ff4747;
}
.side_discount,
.side_purpose {
  margin-bottom: 40px;
}
.side_recommend {
  margin-bottom: 40px;
}
.side_recommend .side_ttl {
  margin-bottom: 20px;
}
.side_recommend .carousel {
  margin-top: 30px;
}
.side_recommend .carousel div.slick-slide {
  padding-bottom: 20px;
}
.side_recommend .carousel div.slick-list {
  padding-bottom: 0;
}
.side_recommend a {
  display: block;
  overflow: hidden;
}
.side_recommend span {
  float: right;
  display: block;
  width: 120px;
}
.side_recommend .pic {
  float: left;
  width: 100px;
}
.side_recommend .pic img {
  width: 100px;
  height: auto;
  border: 1px solid #ccc;
}
.side_recommend .item_name {
  margin-bottom: 5px;
}
.side_recommend .price {
  font-weight: 700;
}
.side_bn img {
  width: 100%;
  height: auto;
}
.side_bn .app {
  margin-bottom: 20px;
}
.side_bn .app .app_btn {
  padding: 10px;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#main_contents {
  float: right;
  width: 960px;
}
.item_list {
  width: 850px;
  margin: 0 auto;
}
.item_list div.item_box {
  float: left;
  width: 130px;
  margin: 0 5.83px 20px;
}
.item_list .slick-list {
  float: none;
  width: 850px;
  margin: 0;
}
.item_list .slick-slide {
  margin: 0 !important;
  padding: 0 5.83px;
}
.item_list .tax {
  font-size: 11px;
}
.item_list .item_rank {
  margin-bottom: 5px;
  font-size: 20px;
  text-align: center;
  background-size: 35px !important;
}
.item_list .item_img {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
}
.item_list .item_img img {
  border: 1px solid #ccc;
  width: 100%;
  height: auto;
}
.item_list .item_img .item_favo {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 99;
  display: block;
  width: 28px;
  height: 25px;
}
.item_list .item_img .item_favo > img {
  border: none;
  width: 28px;
  height: 25px;
}
.item_list .item_name {
  margin-bottom: 5px;
  font-size: 13px;
}
.item_list .item_price {
  font-weight: 700;
}
.item_list .strike {
  display: block;
  font-size: 12px;
  text-decoration: line-through;
}
.list_pager a,
.rv_star p,
.text_icon {
  display: inline-block;
}
.item_list span.strike::after {
  content: "⇒";
  display: inline-block;
  text-decoration: line-through;
}
.item_list .item_review {
  color: #ffba00;
  font-size: 16px;
  vertical-align: middle;
}
.item_list .item_review img {
  width: 14px;
  height: auto;
  vertical-align: middle;
}
.item_list .item_review span {
  color: #000;
  font-size: 13px;
  text-decoration: underline;
}
.item_list .item_review span:hover {
  color: #ff4747;
  text-decoration: none;
}
.item_list .item_ico {
  margin-bottom: 10px;
  padding-top: 10px;
  width: 100%;
  text-align: center;
}
.item_list .item_ico img {
  height: 25px;
  width: 80px;
  margin-right: 9px;
  margin-top: 5px;
}
.item_list .item_ico img:nth-child(even) {
  margin-right: 0;
}
.item_list div.rank1 .item_rank {
  background: url(https://peppynet.s3.amazonaws.com/img/web/pc/cmn_images/ranking/ico_rank01.png)
    20px center no-repeat;
}
.item_list div.rank2 .item_rank {
  background: url(https://peppynet.s3.amazonaws.com/img/web/pc/cmn_images/ranking/ico_rank02.png)
    20px center no-repeat;
}
.item_list div.rank3 .item_rank {
  background: url(https://peppynet.s3.amazonaws.com/img/web/pc/cmn_images/ranking/ico_rank03.png)
    20px center no-repeat;
}
.list_pager {
  margin-bottom: 30px;
  text-align: center;
}
.list_pager a {
  font-size: 16px;
  width: 50px;
  height: 40px;
  text-decoration: none;
  border: 1px solid #000;
  margin-right: 10px;
}
.list_pager a.next {
  border: none;
  width: 200px;
  font-size: 24px;
}
.list_pager a.prev {
  border: none;
  width: 200px;
  font-size: 24px;
}
.list_pager a.prev:before {
  position: absolute;
  left: 10px;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 3px;
  border-top: 4px solid #000;
  border-left: 4px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-right: 15px;
}
.list_pager a.next:after {
  position: absolute;
  left: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 3px;
  border-top: 4px solid #000;
  border-right: 4px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 15px;
}
.list_pager a.next:hover {
  border: none;
}
.list_pager a.prev:hover {
  border: none;
}
.list_pager a.crnt_page {
  background: #cdcdcd;
  font-weight: 700;
}
.list_pager a:hover {
  color: #fff;
  border: 1px solid #ff1125;
  background: #ff4747;
}
.disp_list_menu {
  background: #ececec;
  padding: 10px 20px;
  margin-bottom: 10px;
}
.disp_list_menu p {
  float: left;
}
.disp_list_menu p span {
  font-weight: 700;
  margin-right: 10px;
}
.disp_list_menu p a {
  border-right: 1px solid #000;
  padding: 0 10px;
}
.disp_list_menu p a:last-child {
  border-right: none;
}
.disp_list_menu p.disp_sort {
  width: 50%;
}
.disp_list_menu p.disp_rslt {
  width: 25%;
}
.disp_list_menu p a.seleced {
  font-weight: 700;
  text-decoration: none !important;
}
.rv_star {
  padding: 10px 0;
  width: 100%;
}
.rv_star img {
  width: 17px;
  height: auto;
  vertical-align: text-bottom;
}
.rv_star p {
  padding-left: 5px;
}
.authority_caution {
  color: red;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
}
.h_info,
.remodal_btn_area a {
  margin: 0 auto;
}
.text_icon {
  text-align: center;
  width: auto;
  height: 25px;
  border: 1px solid #000;
  font-size: 11px;
  padding: 4px 5px;
  overflow: hidden;
  vertical-align: text-top;
}
.strike ~ span {
  color: red;
}
.strike + span {
  font-size: 14px !important;
}
.h_info {
  width: 1240px;
}
.remodal {
  padding: 70px 35px 35px;
  border-radius: 10px;
}
.remodal h4 {
  width: 100%;
  height: 60px;
  padding: 10px 25px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 1px solid #aaa9a9;
  background: #e4e4e4;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 0;
}
#toCart a {
  background-size: 25px auto;
  background-repeat: no-repeat;
}
#toCart a:hover {
  background-size: 25px auto;
  background-repeat: no-repeat;
}
.remodal_ttl {
  padding-top: 10px;
  margin-bottom: 30px;
}
#happy_birthday-area,
#happy_birthday-area2 {
  width: 800px;
  background-position: top 55px center;
  background-repeat: no-repeat;
  background-image: url(https://peppynet.s3.amazonaws.com/img/web/pc/mypage/happy_birthday/bg_birthday.gif);
}
#happy_birthday-area h4,
#happy_birthday-area2 h4 {
  text-align: center;
}
#happy_birthday-area .remodal-confirm,
#happy_birthday-area2 .remodal-confirm {
  width: 472px !important;
  font-size: 22px !important;
  color: #fff;
  background-color: #ff4747;
  border: 1px solid #ff4747;
  background-image: none;
  -webkit-transform: none;
  transform: none;
}
#toCart a,
#toTop a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-align: center;
  display: block;
}
#happy_birthday-area .remodal-confirm:hover,
#happy_birthday-area2 .remodal-confirm:hover,
#toCart a:hover {
  background-color: #fff;
  color: #ff4747;
}
#happy_birthday-area .pet_profile,
#happy_birthday-area2 .pet_profile {
  margin: 0 auto 30px;
}
#happy_birthday-area .pet_profile .pet_photo,
#happy_birthday-area2 .pet_profile .pet_photo {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}
#happy_birthday-area .remodal_notes,
#happy_birthday-area2 .remodal_notes {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
#happy_birthday-area .close_btn .remodal-close,
#happy_birthday-area2 .close_btn .remodal-close {
  position: relative;
}
#toCart {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  z-index: 10;
}
#toTop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  z-index: 10;
  bottom: 20px;
  border-radius: 5px;
}
#toTop a {
  color: #ff4747;
  background: #fff;
  border: 1px solid #ff4747;
  padding-top: 2px;
  border-radius: 5px;
}
#toCart a {
  border: 1px solid #ff4747;
  color: #fff;
}
#toTop a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#toTop a:hover {
  border: 1px solid #ff4747;
  color: #fff;
}
#toTop a::before {
  display: block;
  position: absolute;
  left: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 3px;
  border-top: 4px solid #ff4747;
  border-bottom: none;
  border-left: none;
  border-right: 4px solid #ff4747;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: static;
  margin: 0;
}
#toTop a:hover {
  background: #ff4747;
}
#toTop a:hover::before {
  border-color: #fff;
}
#toCart {
  bottom: 80px;
  border-radius: 5px;
}
#toCart a {
  background-image: url(https://peppynet.s3.amazonaws.com/img/web/pc/cmn_images/tocart_wht.png);
  background-position: center top 6px;
  background-color: #ff4747;
  padding-top: 30px;
  border-radius: 5px;
  font-size: 10px;
}
#toCart a:hover {
  border: 1px solid #ff4747;
  background-image: url(https://peppynet.s3.amazonaws.com/img/web/pc/cmn_images/tocart_red.png);
  background-position: center top 6px;
}
.h42_iconarea {
  padding: 10px 20px 0 24px;
}
.h42_iconarea img {
  margin-right: 5px;
}
.price_box .tax {
  font-size: 14px;
}
.price_box .strike {
  text-decoration: line-through;
  font-size: 20px;
}
.h_newyear a,
span.udrln > a {
  text-decoration: none;
}
#nologin_box {
  width: 240px;
  border: 1px solid #000;
  border-radius: 5px;
  margin-bottom: 30px;
  text-align: center;
}
#nologin_box h3 {
  background-color: #ff4747;
  color: #fff;
  padding: 10px 0;
}
#nologin_box ul {
  padding: 9px;
}
#nologin_box ul li {
  margin-bottom: 10px;
}
#nologin_box ul li p.ttl_1,
#nologin_box ul li p.ttl_2 {
  background-repeat: no-repeat;
  text-align: left;
  padding-left: 30px;
}
#nologin_box ul li:last-child {
  margin-bottom: 0;
}
#nologin_box ul li p.ttl_1 {
  background-image: url(https://peppynet.s3.amazonaws.com/img/web/pc/cmn_images/side_images/ico_sq16_nikukyu.png);
  background-size: 16px 16px;
  background-position: left 10px top 2px;
  margin-bottom: 10px;
}
#nologin_box ul li p.ttl_2 {
  background-image: url(https://peppynet.s3.amazonaws.com/img/web/pc/cmn_images/ico_w24h38_greenmark.png);
  background-size: 12px 19px;
  background-position: left 10px top 1px;
}
#nologin_box ul li p.ttl_2 + p {
  margin-bottom: 5px;
}
#nologin_box ul li p small {
  font-size: 11px;
}
#nologin_box ul li p small font {
  color: #ff4747;
}
#nobuddy_box {
  padding: 15px 10px;
  font-size: 15px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 5px;
  width: 240px;
  margin: 0 auto 30px;
}
#nobuddy_box .user_name {
  margin-bottom: 10px;
}
#nobuddy_box .user_point {
  margin-bottom: 10px;
  line-height: 1.3;
}
#nobuddy_box .user_point span {
  color: red;
  font-size: 12px;
}
#nobuddy_box p a {
  display: block;
}
#del_cnf_modal.remodal {
  padding: 70px 35px 35px;
  border-radius: 10px;
}
#del_cnf_modal.remodal h4 {
  width: 100%;
  height: 60px;
  padding: 10px 25px;
  line-height: 40px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 1px solid #aaa9a9;
  background: #e4e4e4;
  font-size: 24px;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
}
#del_cnf_modal.remodal p.remodal_note {
  font-size: 16px;
  text-align: left;
  margin-bottom: 10px;
}
#del_cnf_modal .remodal-cancel {
  margin-right: 40px;
  background: url(https://peppynet.s3.amazonaws.com/img/web/pc/common/remodal_ico/ico_cancel.png)
    left 30px center no-repeat #fff;
  background-size: 30px;
  color: #000;
  padding-left: 80px;
  margin-left: 110px;
}
#del_cnf_modal .remodal-confirm {
  background: url(https://peppynet.s3.amazonaws.com/img/web/pc/common/remodal_ico/aro_right_blk.png)
    right 40px center no-repeat #fff;
  background-size: 20px;
  color: #000;
  padding-left: 60px;
}
#del_cnf_modal .remodal-cancel {
  width: 240px;
  height: 80px;
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 22px;
  line-height: 60px;
  text-align: left;
  float: left;
}
#del_cnf_modal .remodal-confirm {
  width: 240px;
  height: 80px;
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 22px;
  line-height: 60px;
  text-align: left;
  float: left;
}
#del_cnf_modal .remodal-confirm:focus,
#del_cnf_modal .remodal-confirm:hover {
  color: #fff;
  background: url(https://peppynet.s3.amazonaws.com/img/web/pc/common/remodal_ico/aro_right_wht.png)
    right 40px center no-repeat #ff4747;
  background-size: 20px;
  border: 1px solid #ff4747;
  -webkit-transform: none;
  transform: none;
}
#del_cnf_modal .remodal-cancel:focus,
#del_cnf_modal .remodal-cancel:hover {
  color: #fff;
  background: url(https://peppynet.s3.amazonaws.com/img/web/pc/common/remodal_ico/ico_cancel_wht.png)
    left 30px center no-repeat #ff4747;
  background-size: 30px;
  border: 1px solid #ff4747;
}
span.udrln {
  border-bottom: 1px solid #000;
}
span.udrln:hover {
  border-bottom: none;
}
#line_remodal-area.remodal {
  width: 575px;
  height: 618px;
  background: 0 0;
  padding: 0;
  margin: 0;
}
#line_remodal-area .remodal-close {
  background-image: url(https://peppynet.s3.amazonaws.com/img/web/pc/cmn_images/line_remodal/line_remodal_close.png);
  background-repeat: no-repeat;
  background-position: center center;
  right: -30px;
  top: 0;
}
#line_remodal-area .remodal-close:after {
  content: "";
}
#line_remodal-area .remodal-close:hover {
  background-color: transparent;
  opacity: 0.7;
}
.good_btn_wrap {
  margin-bottom: 10px;
}
.good_btn_wrap .good {
  display: inline-block;
  width: 100px;
  height: 25px;
  border: 1px solid #000;
  border-radius: 5px;
  padding-left: 18px;
  text-align: center !important;
  font-size: 11px;
  font-weight: 700;
  background: url(https://peppynet.s3.amazonaws.com/img/web/pc/sns/gallery/good_off.png)
    left 7px center no-repeat #fff;
  background-size: 18px;
  line-height: 23px;
  margin-right: 10px;
  cursor: pointer;
}
.good_btn_wrap .good.active {
  color: #fff;
  background: url(https://peppynet.s3.amazonaws.com/img/web/pc/sns/gallery/good_on.png)
    left 7px center no-repeat #ff4747;
  background-size: 18px;
  border: 1px solid #ff4747;
}
#tw_tweet,
.sns_timeline_right #tw_tweet {
  border-bottom: 1px solid #efefef;
  bottom: 0;
}
#twTop {
  position: relative;
  border-left: 1px solid #efefef;
}
#tw_follow,
#tw_tweet {
  position: absolute;
  border-right: 1px solid #efefef;
  left: 0;
}
.sns_timeline_right #tw_follow,
.sns_timeline_right #tw_tweet {
  position: absolute;
  border-right: 1px solid #efefef;
  left: 0;
}
#tw_follow {
  top: 0;
  width: 205px;
  height: 68px;
  padding: 10px;
  border-top: 1px solid #efefef;
  background: #fff;
}
#tw_follow .flw_txt {
  display: inline-block;
  padding-top: 13px;
  vertical-align: top;
}
#tw_follow .flw_btn_wrap {
  display: inline-block;
  padding-top: 10px;
}
#tw_tweet {
  width: 205px;
  height: 47px;
  padding: 15px 0;
  background: #fff;
}
.sns_timeline_right #tw_follow {
  top: 0;
  width: 100%;
  height: 56px;
  padding: 10px;
  border-top: 1px solid #efefef;
  background: #fff;
  text-align: center;
}
.sns_timeline_right #tw_follow .flw_txt {
  display: inline-block;
  padding-top: 8px;
  vertical-align: top;
}
.sns_timeline_right #tw_follow .flw_btn_wrap {
  display: inline-block;
  width: 119px;
  padding-top: 5px;
}
.sns_timeline_right #tw_tweet {
  width: 100%;
  height: 52px;
  padding: 12px 0;
  background: #fff;
  text-align: center;
}
.h_bonus,
.h_tanabata {
  height: 70px;
  text-align: center;
}
.h_bonus {
  background: url(https://peppynet.s3.amazonaws.com/html/img/bonus/bg_bonus.jpg)
    repeat-x;
}
.h_tanabata {
  background: url(https://peppynet.s3.amazonaws.com/html_2/img/tanabata/bg_tanabata.jpg)
    repeat-x;
}
.h_entrance_17aw_170720 {
  height: 130px;
  text-align: center;
  background: url(https://peppynet.s3.amazonaws.com/img/web/pc/bonus/17aw/bg_entrance_17aw_170720.jpg)
    repeat-x;
}
.h_entrance_17aw_170720 .main_bnr_17aw_170720 {
  margin: 0 auto;
  height: 130px;
  width: 1280px;
  text-align: center;
}
.h_entrance_17aw_170727,
.h_entrance_17wn,
.h_lovesaves,
.h_newyear {
  height: 70px;
  text-align: center;
}
.h_entrance_17aw_170727 {
  background: url(https://peppynet.s3.amazonaws.com/img/web/pc/bonus/17aw/bg_entrance_17aw_170727.jpg)
    repeat-x;
}
.h_entrance_17wn {
  background: url(https://peppynet.s3.amazonaws.com/img/web/pc/bonus/17wn/bg_entrance_17wn.jpg)
    repeat-x;
}
.h_lovesaves {
  background: url(https://peppynet.s3.amazonaws.com/img/web/pc/lovesaves/bg_lovesaves.jpg)
    repeat-x;
}
.h_newyear {
  background: url(https://peppynet.s3.amazonaws.com/html_2/img/header_banner/newyear2018/h_bg.jpg)
    repeat-x;
  background-size: 36px;
  position: relative;
}
.h_newyear a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.h_newyear .h_newyear_inner {
  max-width: 1240px;
  height: 70px;
  margin: 0 auto;
  position: relative;
}
.h_newyear #countdownTimer {
  position: absolute;
  font-size: 15px;
  font-weight: 500;
  left: 90px;
  bottom: 2px;
}
.h_newyear #countdownTimer span {
  font-size: 30px;
  color: #e53e21;
  display: inline-block;
  padding: 0 3px;
}
.h_newyear180101 {
  height: 70px;
  text-align: center;
  background: url(https://peppynet.s3.amazonaws.com/html_2/img/header_banner/newyear2018/bg_newyear180101.jpg)
    repeat-x;
}
.h_entrance_18ss_180125 {
  height: 130px;
  text-align: center;
  background: url(https://peppynet.s3.amazonaws.com/html_2/img/bonus/18ss/bg_entrance_18ss_180125.jpg)
    repeat-x;
}
.h_entrance_18ss_180125 .main_bnr_18ss_180125 {
  margin: 0 auto;
  height: 130px;
  width: 1280px;
  text-align: center;
}
.h_entrance_180329sp,
.h_entrance_18ss_180130,
.h_loveletter_180426,
.h_tanabata2018 {
  height: 70px;
  text-align: center;
}
.h_entrance_18ss_180130 {
  background: url(https://peppynet.s3.amazonaws.com/html_2/img/bonus/18ss/bg_entrance_18ss_180130.jpg)
    repeat-x;
}
.h_entrance_180329sp {
  background: url(https://peppynet.s3.amazonaws.com/html_2/img/bonus/180329sp/bg_entrance_180329sp.jpg)
    repeat-x;
}
.h_loveletter_180426 {
  background: url(https://peppynet.s3.amazonaws.com/img/web/pc/special/20180426_loveletter/bg_loveletter.gif)
    repeat-x;
}
.h_tanabata2018 {
  background: url(https://peppynet.s3.amazonaws.com/img/web/pc/special/20180707_tanabata/bg_tanabata.jpg)
    repeat-x;
}
.h_entrance_18aw_180726 {
  height: 130px;
  text-align: center;
  background: url(https://peppynet.s3.amazonaws.com/html_2/img/bonus/18aw/bg_entrance_18aw_180726.jpg)
    repeat-x;
}
.h_entrance_18aw_180726 .main_bnr_18aw_170726 {
  margin: 0 auto;
  height: 130px;
  width: 1280px;
  text-align: center;
}
.h_entrance_18aw_180731 {
  height: 70px;
  text-align: center;
  background: url(https://peppynet.s3.amazonaws.com/html_2/img/bonus/18aw/bg_entrance_18aw_180731.jpg)
    repeat-x;
}
.h_tanabata2019 {
  height: 70px;
  text-align: center;
  background: url(https://peppynet.s3.amazonaws.com/html_2/img/header_banner/190613_tanabata/bg_tanabata.jpg)
    repeat-x;
}
.h_entrance_19aw_190725 {
  height: 130px;
  text-align: center;
  background: url(https://peppynet.s3.amazonaws.com/html_2/img/bonus/19aw/bg_entrance_19aw_190725.jpg)
    repeat-x;
}
.h_entrance_19aw_190725 .main_bnr_19aw_190725 {
  margin: 0 auto;
  height: 130px;
  width: 1280px;
  text-align: center;
}
.h_entrance_19aw_190731 {
  height: 70px;
  text-align: center;
  background: url(https://peppynet.s3.amazonaws.com/html_2/img/bonus/19aw/bg_entrance_19aw_190731.jpg)
    repeat-x;
}
#item_page .item_genre_ranking h3 {
  margin-left: -50px;
  margin-bottom: 30px;
  font-size: 18px;
}
#item_page .item_genre_ranking .item_list {
  width: 100%;
}
#item_page .item_genre_ranking .item_list .slick-list {
  width: 100%;
}
#item_page .item_genre_ranking .slick-next {
  display: block;
  width: 19px;
  height: 30px;
  right: -30px;
  background: url(https://peppynet.s3.amazonaws.com/img/web/pc/slider/aro.png) -19px
    0 no-repeat;
}
#item_page .item_genre_ranking .slick-next:focus,
#item_page .item_genre_ranking .slick-next:hover {
  display: block;
  width: 19px;
  height: 30px;
  right: -30px;
  background: url(https://peppynet.s3.amazonaws.com/img/web/pc/slider/aro.png) -19px
    0 no-repeat;
}
#item_page .item_genre_ranking .slick-prev {
  display: block;
  width: 19px;
  height: 30px;
  left: -30px;
  background: url(https://peppynet.s3.amazonaws.com/img/web/pc/slider/aro.png)
    no-repeat;
}
#item_page .item_genre_ranking .slick-prev:focus,
#item_page .item_genre_ranking .slick-prev:hover {
  display: block;
  width: 19px;
  height: 30px;
  left: -30px;
  background: url(https://peppynet.s3.amazonaws.com/img/web/pc/slider/aro.png)
    no-repeat;
}
#item_page .item_genre_ranking .item_rank,
#item_page .item_genre_ranking .slick-next::before,
#item_page .item_genre_ranking .slick-prev::before {
  display: none;
}
#item_page .item_recomarea {
  width: 1240px;
  margin: 0 auto 60px;
}
#item_page .item_recomarea .item_list {
  width: 1140px;
}
#item_page .item_recomarea .item_list .slick-list {
  width: 1140px;
}
#item_page .item_recomarea .top_recommend_item {
  margin-bottom: 60px;
}
#item_page .item_genre_ranking {
  width: 100%;
  padding: 0;
}
input[type="radio"],
input[type="checkbox"] {
  display: none;
}
label {
  position: relative;
  cursor: pointer;
  display: block;
  vertical-align: middle;
  padding-left: 30px;
  line-height: 22px;
}
label::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  content: "";
  box-sizing: border-box;
  border: 1px solid #888;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
}
input[type="radio"]:checked + label::after,
input[type="checkbox"]:checked + label::after {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ff9b24;
  width: 22px;
  content: "";
  height: 22px;
  box-sizing: border-box;
  border: 1px solid #888;
  display: inline-block;
  border-radius: 50%;
}
#contents .cart_area_code .area_code_bx label {
  font-weight: 700;
}
.posi_input label,
.area_code_label label {
  display: inline;
  padding-left: 0;
}
.posi_input label::before,
.area_code_label label::before,
.posi_input label::after,
.area_code_label label::after {
  display: none;
}
ul {
  list-style: none;
}
.dog_cate_ranking h1 {
  font-size: 24px;
  font-weight: normal;
  background: #ececec;
  padding: 5px 15px;
  margin-bottom: 10px;
}
.dog_cate_ranking h3 {
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 4px;
  border-bottom: 5px solid #ececec;
  margin-bottom: 10px;
}
.dog_cate_ranking .item_list {
  margin-bottom: 30px;
  width: 100%;
}
.dog_cate_ranking .item_list .item_box {
  width: 16.6666666667%;
  margin: 0;
  padding: 0 15px;
}
.top_category {
  position: fixed;
  z-index: 1000;
  width: 240px;
  line-height: 1;
  border: 1px solid #ebebeb;
}
.top_category p {
  padding: 11px 10px;
  font-weight: bold;
  background-color: #fff;
}
.top_category ul {
  list-style: none;
  background-color: #fff;
}
.top_category ul li {
  float: none;
  width: 100%;
}
.top_category ul li:nth-child(odd) {
  background-color: #f6f6f6;
}
.h_nav ul li.h_nav01 .top_category li a {
  position: relative;
  display: block;
  padding: 7px 10px;
  text-decoration: none;
  text-align: left;
  font-size: 14px;
}
.h_nav ul li.h_nav01 .top_category li a:after {
  position: absolute;
  left: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 3px;
  border-top: 4px solid #000;
  border-right: 4px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 10px;
}
.h_nav ul li.h_nav01.active a:after {
  position: absolute;
  left: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 3px;
  border-top: 4px solid #000;
  border-bottom: none;
  border-left: none;
  border-right: 4px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 5px;
}
.search_menu_wrap h3 {
  background: #ececec;
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 340px;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  color: #333;
  font-weight: normal;
  margin-bottom: 30px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.search_menu_wrap h3:after {
  position: absolute;
  left: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 3px;
  border-bottom: 4px solid #333;
  border-top: none;
  border-left: none;
  border-right: 4px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: static;
  display: inline-block;
  margin-left: 5px;
}
.search_menu_wrap h3.active:after {
  position: absolute;
  left: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 3px;
  border-top: 4px solid #333;
  border-bottom: none;
  border-left: none;
  border-right: 4px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: static;
  display: inline-block;
  margin-left: 5px;
}
.search_menu_wrap h3:hover {
  color: #ff4747;
  background: #fff;
  border: 1px solid #ff4747;
}
.search_menu_wrap .search_menu_bx {
  margin-bottom: 30px;
}
.search_menu_bx table {
  border-top: 1px solid #ccc;
  margin-bottom: 30px;
}
.search_menu_bx table tr {
  border-bottom: 1px solid #ccc;
}
.search_menu_bx table tr.bdrb_n {
  border-bottom: none;
}
.search_menu_bx table tr th {
  vertical-align: middle;
  background: #efefef;
  padding: 15px 20px;
}
.search_menu_bx table tr td {
  vertical-align: middle;
  padding: 15px 20px;
}
.search_menu_btn {
  width: 420px;
  margin: 0 auto;
}
.search_menu_btn a {
  font-size: 24px;
  text-decoration: none;
}
.search_menu_btn a:after {
  position: absolute;
  left: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 3px;
  border-top: 4px solid #000;
  border-right: 4px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: static;
  display: inline-block;
  margin-left: 10px;
}
.dog_cate_list_wrap .disp_list_menu {
  background: #ececec;
  padding: 10px 20px;
}
.dog_cate_list_wrap .disp_list_menu p {
  float: left;
}
.dog_cate_list_wrap .disp_list_menu p span {
  font-weight: bold;
  margin-right: 10px;
}
.dog_cate_list_wrap .disp_list_menu p a:last-child {
  border-right: none;
}
.dog_cate_list_wrap .disp_list_menu p.disp_sort {
  width: 50%;
}
.dog_cate_list_wrap .disp_list_menu p.disp_rslt {
  width: 25%;
}
.dog_cate_list_wrap .disp_list_menu p.disp_type {
  width: 25%;
}
.dog_cate_list_wrap .disp_list_menu p.disp_type a.normal_view {
  background: url(https://image.peppynet.com/img/web/pc/dog/dog_category/off/normal_view_blk.png)
    no-repeat left center;
  background-size: 20px !important;
  padding: 5px 10px 5px 25px;
  margin-right: 10px;
}
.dog_cate_list_wrap .disp_list_menu p.disp_type a.normal_view.selected {
  background: url(https://image.peppynet.com/img/web/pc/dog/dog_category/on/normal_view.png)
    no-repeat left center;
  color: #ff4747;
  text-decoration: none;
}
.dog_cate_list_wrap .disp_list_menu p.disp_type a.zoom_view {
  background: url(https://image.peppynet.com/img/web/pc/dog/dog_category/off/zoom_view.png)
    no-repeat left center;
  background-size: 20px !important;
  padding: 5px 0px 5px 25px;
  border-right: none;
}
.dog_cate_list_wrap .disp_list_menu p.disp_type a.zoom_view.selected {
  background: url(https://image.peppynet.com/img/web/pc/dog/dog_category/on/zoom_view_red.png)
    no-repeat left center;
  color: #ff4747;
  text-decoration: none;
}
.dog_cate_list_wrap .item_list {
  width: 100%;
  padding-top: 20px;
  margin-bottom: 40px;
}
.dog_cate_ranking .item_list .item_img img,
.dog_cate_list_wrap .item_list .item_img img {
  width: 120px;
}
.item_spec_wrap {
  padding: 0 15px;
}
.dog_cate_list_wrap .item_list div.item_box {
  width: 20%;
  margin: 0;
  border-bottom: 1px dotted #ccc;
}
.dog_cate_list_wrap .item_list div.item_box p.item_img {
  width: 120px;
  margin: 0 auto 10px;
}
.dog_cate_list_wrap .item_list .item_review {
  margin-bottom: 20px;
}
.dog_cate_list_wrap .item_list .item_bdr_box {
  width: 100%;
  padding: 0 0px;
  margin: 10px 0;
  border-right: 1px dotted #ccc;
}
.dog_cate_list_wrap .item_list div.item_box:nth-child(5n) .item_bdr_box {
  border-right: none;
}
.dog_cate_list_wrap
  .item_list.zoom_list
  div.item_box:nth-child(5n)
  .item_bdr_box {
  border-right: 2px dotted #ccc;
}
.dog_cate_list_wrap
  .item_list.zoom_list
  div.item_box:nth-child(3n)
  .item_bdr_box {
  border-right: none;
}
.dog_cate_list_wrap .item_list div.item_box p.item_note {
  display: none;
}
.disp_none {
  display: none;
}
.tip_img {
  position: relative;
  padding: 10px 10px 18px;
}
.tip_img span.etc {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
#powerTip p a {
  float: left;
  display: block;
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
#powerTip p a:last-child {
  margin-right: 0;
}
#powerTip p a img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ebebeb;
}
.dog_cate_list_wrap .item_list.zoom_list div.item_box {
  width: 33.3333333333%;
  margin: 0;
  border-bottom: 2px dotted #ccc;
}
.dog_cate_list_wrap .item_list.zoom_list div.item_box p {
  width: 100%;
}
.dog_cate_list_wrap .item_list.zoom_list .item_review {
  margin-bottom: 10px;
}
.dog_cate_list_wrap .item_list.zoom_list .item_bdr_box {
  width: 100%;
  padding: 0 30px;
  margin: 20px 0;
  border-right: 2px dotted #ccc;
}
.dog_cate_list_wrap
  .item_list.zoom_list
  div.item_box:nth-child(3n)
  .item_bdr_box {
  border-right: none;
}
.dog_cate_list_wrap .item_list.zoom_list div.item_box p.item_note {
  display: block;
  margin-bottom: 40px;
}
#powerTip {
  background-color: #fff;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #333;
  color: #000;
  display: none;
  padding: 10px;
  position: absolute;
  white-space: nowrap;
  z-index: 2147483647;
}
#powerTip:before {
  content: "";
  position: absolute;
}
#powerTip.n:before,
#powerTip.s:before {
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  left: 50%;
  margin-left: -5px;
}
#powerTip.e:before,
#powerTip.w:before {
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  margin-top: -5px;
  top: 50%;
}
#powerTip.n:before {
  border-top: 10px solid #333;
  border-top: 10px solid rgba(0, 0, 0, 0.8);
  bottom: -10px;
}
#powerTip.e:before {
  border-right: 10px solid #333;
  border-right: 10px solid rgba(0, 0, 0, 0.8);
  left: -10px;
}
#powerTip.s:before {
  border-bottom: 10px solid #333;
  border-bottom: 10px solid rgba(0, 0, 0, 0.8);
  top: -10px;
}
#powerTip.w:before {
  border-left: 10px solid #333;
  border-left: 10px solid rgba(0, 0, 0, 0.8);
  right: -10px;
}
#powerTip.ne:before,
#powerTip.se:before {
  border-right: 10px solid transparent;
  border-left: 0;
  left: 10px;
}
#powerTip.nw:before,
#powerTip.sw:before {
  border-left: 10px solid transparent;
  border-right: 0;
  right: 10px;
}
#powerTip.ne:before,
#powerTip.nw:before {
  border-top: 10px solid #333;
  border-top: 10px solid rgba(0, 0, 0, 0.8);
  bottom: -10px;
}
#powerTip.se:before,
#powerTip.sw:before {
  border-bottom: 10px solid #333;
  border-bottom: 10px solid rgba(0, 0, 0, 0.8);
  top: -10px;
}
#powerTip.nw-alt:before,
#powerTip.ne-alt:before,
#powerTip.sw-alt:before,
#powerTip.se-alt:before {
  border-top: 10px solid #333;
  border-top: 10px solid rgba(0, 0, 0, 0.8);
  bottom: -10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  left: 10px;
}
#powerTip.ne-alt:before {
  left: auto;
  right: 10px;
}
#powerTip.sw-alt:before {
  border-top: none;
  border-bottom: 10px solid #333;
  border-bottom: 10px solid rgba(0, 0, 0, 0.8);
  bottom: auto;
  top: -10px;
}
#powerTip.se-alt:before {
  border-top: none;
  border-bottom: 10px solid #333;
  border-bottom: 10px solid rgba(0, 0, 0, 0.8);
  bottom: auto;
  top: -10px;
  left: auto;
  right: 10px;
}
.list_pager {
  margin-bottom: 30px;
  text-align: center;
}
.list_pager a {
  font-size: 16px;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  border: 1px solid #000;
  margin-right: 10px;
}
.list_pager a.next {
  border: none;
  width: 200px;
  font-size: 24px;
}
.list_pager a.prev {
  border: none;
  width: 200px;
  font-size: 24px;
}
.list_pager a.prev:before {
  position: absolute;
  left: 10px;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 3px;
  border-top: 4px solid #000;
  border-left: 4px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: static;
  display: inline-block;
  margin-right: 15px;
}
.list_pager a.next:after {
  position: absolute;
  left: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 3px;
  border-top: 4px solid #000;
  border-right: 4px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: static;
  display: inline-block;
  margin-left: 15px;
}
#side_contents > h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
#side_contents h2.side_ttl {
  font-size: 24px;
}
#side_contents .side_box {
  margin-bottom: 30px;
}
#side_contents .side_box .see_more {
  margin: 10px 0;
  padding: 10px 0;
  font-size: 15px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
#side_contents .side_box .see_more:hover {
  color: #ff4747;
  border-color: #ff4747;
}
#side_contents .side_box .see_more:after {
  position: absolute;
  left: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 3px;
  border-bottom: 4px solid #000;
  border-top: none;
  border-left: none;
  border-right: 4px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: static;
  display: inline-block;
  margin-left: 5px;
}
#side_contents .side_box .see_more.active:after {
  position: absolute;
  left: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 3px;
  border-top: 4px solid #000;
  border-bottom: none;
  border-left: none;
  border-right: 4px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: static;
  display: inline-block;
  margin-left: 5px;
}
.search_number {
  margin-left: 20px;
}
.price_info span {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
}
.price_info .p_red {
  color: red !important;
  margin-bottom: 0;
  font-size: 100%;
}
.price_info .tax {
  font-size: 11px;
}
.postage_info {
  margin-top: 10px;
  margin-bottom: 30px;
}
.postage_info a {
  text-decoration: none;
}
.postage_info .teiki_pop {
  padding: 5px 10px;
  background: #31bc00;
  display: inline-block;
  position: relative;
  color: #fff;
  margin-bottom: 15px;
}
.postage_info span.text_icon {
  vertical-align: text-top;
  display: inline-block;
}
ul {
  list-style: none;
}
.dog_food_ranking .item_list {
  width: 100%;
}
.dog_food_ranking .item_list div.item_box {
  margin: 0;
  padding: 0 15px;
  width: 16.6667%;
}
.dog_food_ranking .item_list .item_img img {
  width: 120px;
}
.dog_food_ranking h1 {
  font-size: 24px;
  font-weight: normal;
  background: #ececec;
  padding: 5px 15px;
  margin-bottom: 10px;
}
.dog_food_ranking h3 {
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 4px;
  border-bottom: 5px solid #ececec;
  margin-bottom: 10px;
}
.dog_food_ranking .item_favorite {
  display: block;
  position: absolute;
  top: 0px;
  left: 13px;
  color: #ff1225;
  font-size: 25px;
}
.dog_food_ranking .strike + span {
  font-size: 14px;
}
.dog_food_ranking .strike ~ span {
  color: red;
}
.dog_food_brand h2 {
  font-size: 24px;
  font-weight: normal;
  margin-top: 50px;
  padding-bottom: 10px;
  border-bottom: 5px solid #ececec;
  margin-bottom: 20px;
}
.dog_food_brand h2 span {
  margin-left: 23px;
  font-size: 16px;
  vertical-align: middle;
}
.dog_food_brand li {
  cursor: pointer;
}
.dog_food_brand .brand_bnr3 {
  overflow: hidden;
  margin-bottom: 15px;
}
.dog_food_brand .brand_bnr3 li {
  float: left;
  width: 300px;
  height: 220px;
  border: 1px solid #ccc;
}
.dog_food_brand .brand_bnr3 li:nth-child(3n-1),
.dog_food_brand .brand_bnr3 li:nth-child(3n) {
  margin-left: 30px;
  margin-bottom: 20px;
}
.dog_food_brand .brand_bnr3 img {
  width: 100%;
  margin-bottom: 16px;
}
.dog_food_brand .brand_bnr3 .brand_caption {
  margin-left: 14px;
  font-size: 14px;
}
.dog_food_brand .brand_bnr5 {
  overflow: hidden;
  margin-bottom: 35px;
}
.dog_food_brand .brand_bnr5 li {
  float: left;
  width: 150px;
  height: 220px;
  margin-bottom: 15px;
}
.dog_food_brand .brand_bnr5 li + li {
  margin-left: 52.5px;
}
.dog_food_brand .brand_bnr5 li:nth-child(5n + 1) {
  margin-left: 0;
}
.dog_food_brand .brand_bnr5 img {
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.dog_food_brand .brand_bnr5 .brand_caption {
  margin-left: 0;
  font-size: 14px;
}
.dog_food_deliv {
  text-align: center;
  margin-bottom: 45px;
}
.dog_food_deliv p {
  margin-bottom: 12px;
  font-size: 24px;
  color: #4ebbca;
}
.dog_food_deliv img {
  max-width: 100%;
}
.dog_food_bnr ul {
  overflow: hidden;
  list-style: none;
  margin-bottom: 95px;
}
.dog_food_bnr li {
  float: left;
  width: 220px;
}
.dog_food_bnr li + li {
  margin-left: 26.6px;
}
#side_contents > h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
#side_contents h2.side_ttl {
  font-size: 24px;
}
#side_contents .side_box {
  margin-bottom: 30px;
}
#side_contents .side_box .see_more {
  margin: 10px 0;
  padding: 10px 0;
  font-size: 15px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
#side_contents .side_box .see_more:hover {
  color: #ff4747;
  border-color: #ff4747;
}
#side_contents .side_box .see_more:after {
  position: absolute;
  left: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 3px;
  border-bottom: 4px solid #000;
  border-top: none;
  border-left: none;
  border-right: 4px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: static;
  display: inline-block;
  margin-left: 5px;
}
#side_contents .side_box .see_more.active:after {
  position: absolute;
  left: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 3px;
  border-top: 4px solid #000;
  border-bottom: none;
  border-left: none;
  border-right: 4px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: static;
  display: inline-block;
  margin-left: 5px;
}
#side_contents {
  float: left;
  width: 240px;
}
#side_contents a {
  text-decoration: none;
}
#side_contents ul {
  list-style: none;
}
#side_contents ul.side_nav li a {
  display: block;
  padding: 5px 0;
}
.side_ttl {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  border-bottom: 5px solid #ececec;
}
.side_user_info {
  margin-bottom: 30px;
  padding: 15px 10px;
  font-size: 15px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 5px;
  width: 240px;
  margin: 0 auto 30px;
}
.side_user_info .user_name {
  margin-bottom: 10px;
}
.side_user_info .user_point {
  margin-bottom: 10px;
  line-height: 1.3;
}
.side_user_info .user_point span {
  color: red;
  font-size: 12px;
}
.pet_in_wrap {
  width: 75%;
  margin: 0 auto;
}
.user_pet_info .pet_image {
  float: left;
  width: 52px;
}
.user_pet_info .user_pet_name {
  margin-bottom: 10px;
  text-align: left;
  font-size: 16px;
  float: left;
  width: 110px;
  padding: 0 0 0 10px;
  word-wrap: break-word;
  line-height: 26px;
}
.user_pet_info .pet_age,
.user_pet_info .pet_type {
  width: 75%;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
}
.user_pet_info .pet_age {
  padding-top: 5px;
}
.user_pet_info .pet_type {
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.user_pet_info dl {
  width: 75%;
  overflow: hidden;
  margin: 0 auto 10px;
}
.user_pet_info dt {
  clear: both;
  float: left;
  width: 50%;
  margin-bottom: 5px;
  text-align: left;
}
.user_pet_info dd {
  float: right;
  width: 50%;
  margin-bottom: 5px;
  text-align: right;
}
.user_info_btn a {
  display: block;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #000;
  border-radius: 5px;
  margin-bottom: 10px;
}
.side_size {
  margin-bottom: 40px;
}
.side_size li a {
  display: block;
  padding: 25px 10px 25px 80px !important;
  background-position: 0 center !important;
  background-repeat: no-repeat !important;
}
.side_size .size_s a {
  background-image: url(https://image.peppynet.com/img/web/pc/dog/ico/ico_size_s.png);
}
.side_size .size_m a {
  background-image: url(https://image.peppynet.com/img/web/pc/dog/ico/ico_size_m.png);
}
.side_size .size_l a {
  background-image: url(https://image.peppynet.com/img/web/pc/dog/ico/ico_size_l.png);
}
.side_age {
  margin-bottom: 40px;
}
.side_age li {
  margin-bottom: 10px;
}
.side_age li a {
  display: block;
  padding: 10px 10px 10px 50px !important;
  background-position: 0 center !important;
  background-repeat: no-repeat !important;
}
.side_age .age_puppy a {
  background-image: url(https://image.peppynet.com/img/web/pc/dog/ico/ico_age_puppy.png);
}
.side_age .age_adult a {
  background-image: url(https://image.peppynet.com/img/web/pc/dog/ico/ico_age_adult.png);
}
.side_age .age_senior a {
  background-image: url(https://image.peppynet.com/img/web/pc/dog/ico/ico_age_senior.png);
}
.side_food {
  margin-bottom: 40px;
}
.side_food .side_ttl {
  margin-bottom: 20px;
}
.side_food dl {
  overflow: hidden;
  margin-bottom: 5px;
}
.side_food dt {
  clear: both;
  float: left;
  width: 80px;
  margin-bottom: 10px;
  padding-top: 5px;
}
.side_food dd {
  float: right;
  width: 140px;
  margin-bottom: 10px;
}
.side_food .list_select {
  width: 140px;
}
.side_food p {
  text-align: center;
}
.side_food input[type="submit"] {
  width: 240px;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 5px;
  background: #fff url(https://image.peppynet.com/img/web/pc/dog/aro_right.png)
    no-repeat 95% center;
  cursor: pointer;
}
.side_food input[type="submit"]:hover {
  color: #ff1225;
}
.side_purpose,
.side_discount {
  margin-bottom: 40px;
}
.side_recommend {
  margin-bottom: 40px;
}
.side_recommend .side_ttl {
  margin-bottom: 20px;
}
.side_recommend .carousel {
  margin-top: 30px;
}
.side_recommend .carousel div {
  padding-bottom: 20px;
}
.side_recommend .carousel div.slick-list {
  padding-bottom: 0;
}
.side_recommend a {
  display: block;
  overflow: hidden;
}
.side_recommend span {
  float: right;
  display: block;
  width: 120px;
}
.side_recommend .pic {
  float: left;
  width: 100px;
}
.side_recommend .pic img {
  width: 100px;
  height: auto;
  border: 1px solid #ccc;
}
.side_recommend .item_name {
  margin-bottom: 5px;
}
.side_recommend .price {
  font-weight: 700;
}
#main_contents {
  float: right;
  width: 960px;
}
#header a {
  text-decoration: none;
}
#header ul,
#header li {
  list-style: none;
}
#season_bg {
  position: absolute;
  left: 0;
  top: 0;
  background: url(https://image.peppynet.com/img/web/pc/season_bg/season_bg.jpg)
    repeat-x center center;
  height: 40px;
  width: 100%;
  z-index: -1;
}
#season_bg_next {
  position: absolute;
  left: 0;
  top: 0;
  background: url(https://image.peppynet.com/img/web/pc/season_bg/season_bg_next.jpg)
    repeat-x center center;
  height: 40px;
  width: 100%;
  z-index: -1;
}
#header {
  margin: 0 auto;
}
#header p.sub_h1 {
  float: left;
  width: 80px;
  padding: 5px 0 0;
}
#header p.sub_h1 img {
  width: 100%;
  height: auto;
}
.header_inner {
  width: 1240px;
  margin: 0 auto;
}
.h_menu_inner {
  width: 1240px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.7);
}
.h_menu h1 {
  float: left;
  width: 80px;
  padding: 5px 0 0;
}
.h_menu h1 img {
  width: 100%;
  height: auto;
}
.h_menu ul {
  list-style: none;
}
ul.oe_menu {
  float: right;
  text-align: center;
  border-left: 1px solid #cfcfcf;
}
ul.oe_menu > li {
  float: left;
  position: relative;
  width: 13.25%;
  width: 139px;
  height: 41px;
}
ul.oe_menu > li:nth-child(5) {
  width: 16%;
  width: 167px;
}
ul.oe_menu > li:nth-child(6),
ul.oe_menu > li:nth-child(7),
ul.oe_menu > li:nth-child(8) {
  width: 9%;
  width: 94px;
}
ul.oe_menu > li > a {
  display: block;
  padding: 10px 0;
  border-right: 1px solid #cfcfcf;
}
ul.oe_menu div {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  width: 350px;
  padding: 10px;
  text-align: left;
  background: #fff;
  border: 1px solid #ebebeb;
}
ul.oe_menu > li li {
  border-bottom: 1px solid #ccc;
}
ul.oe_menu > li li:last-child {
  border-bottom: none;
}
ul.oe_menu > li li a {
  display: block;
  position: relative;
  padding: 10px 0;
}
ul.oe_menu > li li a:after {
  position: absolute;
  left: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 3px;
  border-top: 4px solid #000;
  border-right: 4px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 10px;
}
ul.oe_menu > li.login_btn a {
  position: relative;
}
ul.oe_menu > li.login_btn img {
  vertical-align: top;
}
ul.oe_menu > li.login_btn .info_num {
  position: absolute;
  top: 5px;
  right: 10px;
  display: block;
  width: 25px;
  height: 25px;
  padding-top: 5px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background-color: #ff1225;
  border-radius: 50%;
}
ul.oe_menu > li li.menu_info a {
  color: #ff1225;
  font-weight: 700;
  text-decoration: underline !important;
}
ul.oe_menu > li li.menu_info a:hover {
  text-decoration: none !important;
}
.h_menu2 {
  float: left;
  width: 1000px;
  margin: 15px 0;
}
.h_menu2_inner {
  float: left;
  width: 300px;
  margin-right: 20px;
}
.h_menu2_inner ul {
  overflow: hidden;
}
.h_menu2_inner li {
  float: left;
  width: 100px;
  text-align: center;
}
.h_menu2_inner li a {
  display: block;
  padding-top: 30px;
  border-right: 1px solid #ccc;
  background-repeat: no-repeat !important;
  background-position: center top !important;
}
.h_menu2_inner li.dog a {
  background-image: url(https://image.peppynet.com/img/web/pc/dog/ico/ico_h_dog.png);
  font-weight: 400;
}
.h_menu2_inner li.favo a {
  background-image: url(https://image.peppynet.com/img/web/pc/dog/ico/ico_h_favo.png);
}
.h_menu2_inner li.catalog a {
  background-image: url(https://image.peppynet.com/img/web/pc/dog/ico/ico_h_catalog.png);
  border-right: none;
}
.h_search_form {
  float: left;
  overflow: hidden;
  width: 440px;
}
.h_search_form input {
  width: 100%;
  height: 48px;
  font-size: 15px;
  border: none;
}
.h_search_form .input_searchword {
  float: left;
  width: 360px;
  padding: 0 10px;
  border: 1px solid #dadada;
}
.h_search_form .btn_search {
  float: left;
  width: 80px;
  height: 50px;
  color: #fff;
  background-color: #ff4747;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.h_search_form .btn_search:hover {
  float: left;
  width: 80px;
  height: 50px;
  color: #ff4747;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #ff4747;
  transition: all 0.3s ease-in-out;
}
.h_hours {
  float: left;
  width: 240px;
  font-size: 12px;
  text-align: center;
  font-weight: 700;
}
.h_hours span {
  display: inline-block;
  font-size: 22px;
}
.h_nav {
  padding-top: 10px;
  clear: both;
}
.h_nav ul {
  list-style: none;
}
.h_nav ul li.h_nav01 {
  width: 15%;
  position: relative;
}
.h_nav ul li.h_nav02 {
  width: 20%;
}
.h_nav ul li.h_nav06 {
  width: 26%;
}
.h_nav ul li a {
  display: block;
  padding: 5px 0;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}
.h_nav ul li a:hover {
  color: #ff1225;
}
.h_nav ul li.h_nav01 a:after {
  position: absolute;
  left: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 3px;
  border-bottom: 4px solid #000;
  border-top: none;
  border-left: none;
  border-right: 4px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 5px;
}
.h_nav > ul > li {
  float: left;
  width: 13%;
}
.h_login {
  float: right;
  padding: 10px 0 0;
  width: 200px;
  background-color: #ebebeb;
}
.h_login_inner ul {
  text-align: center;
}
.h_login_inner ul li {
  margin-bottom: 10px;
}
.h_login_inner ul li.items,
.h_login_inner ul li.price {
  display: inline-block;
  margin: 0 5px 6px;
}
.h_login_inner ul li span {
  font-size: 11px;
}
.h_login_inner ul li.cart a {
  padding-left: 30px;
  font-size: 18px;
  background: url(https://image.peppynet.com/img/web/pc/dog/ico/ico_cart.png)
    no-repeat 0 center;
}
.h_login_inner ul li.postage span {
  font-size: 16px;
  font-weight: 700;
}
.top_category {
  width: 240px;
  line-height: 1;
  border: 1px solid #ebebeb;
}
.top_category p {
  padding: 11px 10px;
  font-weight: 700;
  background-color: #fff;
}
.top_category > ul {
  list-style: none;
  background-color: #fff;
}
.top_category > ul > li {
  float: none;
  width: 100%;
}
.top_category ul li:nth-child(odd) {
  background-color: #f6f6f6;
}
.h_nav ul li.h_nav01 .top_category li a {
  position: relative;
  display: block;
  padding: 7px 10px;
  text-decoration: none;
  text-align: left;
  font-size: 14px;
}
.h_nav ul li.h_nav01 .top_category li a:after {
  position: absolute;
  left: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 3px;
  border-top: 4px solid #000;
  border-right: 4px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 10px;
}
.h_nav ul li.h_nav01.active a:after {
  position: absolute;
  left: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 3px;
  border-top: 4px solid #000;
  border-bottom: none;
  border-left: none;
  border-right: 4px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 5px;
}
.first__menu_ul {
  position: relative;
}
.second__menu {
  visibility: hidden;
  display: block;
  border: 1px solid #ececec;
  width: 480px;
  height: 570px;
  position: absolute;
  left: 238px;
  top: -37px;
  z-index: 1000;
  opacity: 0;
  transition: all 0.5s ease;
  background: #fff;
}
.second__menu li,
.second__menu p {
  width: 250px;
}
.third__menu {
  visibility: hidden;
  background: #fff;
  border: 1px solid #ececec;
  display: block;
  width: 240px;
  height: 570px;
  position: absolute;
  left: 238px;
  top: 0;
  z-index: 1100;
  opacity: 0;
  transition: all 0.5s ease;
}
.first__menu_ul li:hover .second__menu,
.second__menu li:hover .third__menu {
  visibility: visible;
  opacity: 1;
}
p.image_box {
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  padding: 0 !important;
}
p.image_box a {
  padding: 0 !important;
}
p.image_box a:after {
  content: none !important;
}
.h_nav01 .top_category {
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 53px;
}
#header li.guide_btn {
  background: url(https://image.peppynet.com/img/web/pc/sougou_top/ico/ico_guide.png)
    no-repeat left 7px center;
  background-size: 20px;
  width: 120px;
  text-align: center;
  padding-left: 10px;
}
#header .guide_btn a {
  display: block;
  text-decoration: none;
}
.cate_detail_menu,
.cate_menu_inner {
  display: none;
}
.h_info ul {
  margin-bottom: 10px;
  list-style: none;
}
.h_info ul li {
  display: inline-block;
  margin-right: 20px;
}
.h_info a:after {
  content: "";
  font-family: FontAwesome;
}
.h_info p {
  margin-bottom: 10px;
}
#header .h_info p.h_info_red a {
  color: #ff1125;
  font-weight: 700;
  text-decoration: underline;
}
#header .h_info p.h_info_red a:hover {
  text-decoration: none;
}
.h_info p.h_info_red a:after {
  color: #ff1125;
  font-weight: 700;
}
#header .h_info p a:after hover {
  color: #f75454;
}
#footer a {
  text-decoration: none;
}
#footer ul,
#footer li {
  list-style: none;
}
#footer a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: all 0.2s ease-in-out;
}
.carousel {
  position: relative;
}
.carousel .slick-prev {
  margin-top: -11px;
  left: -40px;
}
.carousel .slick-prev:before {
  position: absolute;
  left: 10px;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 3px;
  border-top: 4px solid #000;
  border-left: 4px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.carousel .slick-next {
  margin-top: -11px;
  right: -40px;
}
.carousel .slick-next:before {
  position: absolute;
  left: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 3px;
  border-top: 4px solid #000;
  border-right: 4px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.carousel .slick-prev:before,
.carousel .slick-next:before {
  color: #000;
  font-size: 22px;
}
#footer {
  padding: 0;
  /* background: url(https://image.peppynet.com/img/web/pc/dog/footer/bg_info.png) */
    /* repeat-x bottom 90px center; */
}
.f_ttl {
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  border-bottom: 5px solid #ececec;
}
.f_check_item {
  width: 1240px;
  margin: 0 auto 40px;
}
.f_check_item .slick-list {
  width: 1160px;
  margin: 0 auto;
  overflow: hidden;
}
.f_check_item .slick-slide {
  float: left;
  width: 100px;
  margin: 0 8px;
}
.f_check_item .slick-slide img {
  border: 1px solid #ccc;
}
.f_check_item .slick-slide img:hover {
  opacity: 0.7;
}
.f_check_item .slick-prev {
  left: 0;
}
.f_check_item .slick-next {
  right: 0;
}
.f_bn {
  width: 1240px;
  margin: 0 auto 40px;
  padding: 0 0 40px;
  background: #fff;
  border-bottom: 5px solid #ececec;
}
.f_bn ul {
  overflow: hidden;
}
.f_bn ul li {
  float: left;
  width: 380px;
  margin: 0 50px 0 0;
}
.f_bn ul li:last-child {
  margin-right: 0;
}
.f_shopping_guide {
  width: 1240px;
  margin: 0 auto 40px;
}
.f_shopping_guide ul {
  overflow: hidden;
}
.f_shopping_guide ul li {
  float: left;
  width: 230px;
  margin-right: 22.5px;
  padding: 15px 10px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 5px;
}
.f_shopping_guide ul li:last-child {
  margin-right: 0;
}
.f_shopping_guide ul li h3 {
  padding-bottom: 70px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  background-repeat: no-repeat !important;
  background-position: center bottom !important;
}
.f_shopping_guide ul li.guide01 h3 {
  background-image: url(https://image.peppynet.com/img/web/pc/dog/ico/ico_guide01.png);
}
.f_shopping_guide ul li.guide02 h3 {
  background-image: url(https://image.peppynet.com/img/web/pc/dog/ico/ico_guide02.png);
}
.f_shopping_guide ul li.guide03 h3 {
  background-image: url(https://image.peppynet.com/img/web/pc/dog/ico/ico_guide03.png);
}
.f_shopping_guide ul li.guide04 h3 {
  background-image: url(https://image.peppynet.com/img/web/pc/dog/ico/ico_guide04.png);
}
.f_shopping_guide ul li.guide05 h3 {
  background-image: url(https://image.peppynet.com/img/web/pc/dog/ico/ico_guide05.png);
}
.f_shopping_guide ul li .txt {
  font-size: 12px;
}
.f_shopping_guide ul li.guide01 .txt span {
  letter-spacing: -1px;
}
.f_contact {
  width: 1240px;
  margin: 0 auto 40px;
}
.f_contact h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
}
.f_contact_btn {
  float: left;
  width: 240px;
}
.f_contact_btn ul {
  width: 200px;
  margin: 0 auto;
}
.f_contact_btn li {
  margin-bottom: 10px;
}
.f_contact_btn li a {
  display: block;
  width: 200px;
  height: 50px;
  padding: 13px 20px;
  font-size: 18px;
  text-align: center;
  border-radius: 25px;
  background-color: #eaeaea;
  text-decoration: none;
}
.f_contact_btn li a:after {
  position: absolute;
  left: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 3px;
  border-top: 4px solid #000;
  border-right: 4px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: static;
  display: inline-block;
  margin-left: 10px;
}
.f_contact_btn li a:hover {
  color: #fff;
  background-color: #ff4747;
}
.f_contact_btn li a:hover::after {
  border-color: #fff;
}
.f_contact_telephone {
  float: left;
  width: 470px;
  padding: 0 20px;
  margin-right: 30px;
  border-right: 1px solid #000;
}
.f_contact_telephone .telephone {
  margin-bottom: 10px;
  font-size: 33px;
  font-weight: 700;
  line-height: 1;
}
.f_contact_telephone .hour {
  margin-bottom: 10px;
}
.f_contact_telephone .txt {
  font-size: 13px;
}
.f_contact_mail {
  float: left;
  width: 470px;
  padding: 0 0 0 20px;
}
.f_contact_mail .btn_mail {
  margin-bottom: 10px;
}
.f_contact_mail .btn_mail a {
  display: block;
  width: 450px;
  padding: 13px 20px;
  font-size: 22px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #000;
  text-decoration: none;
}
.f_contact_mail .btn_mail a:after {
  position: absolute;
  left: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 3px;
  border-top: 4px solid #000;
  border-right: 4px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: static;
  display: inline-block;
  margin-left: 10px;
}
.f_contact_mail .btn_mail a:hover {
  color: #fff;
  border: 1px solid #ff4747;
  background-color: #ff4747;
}
.f_contact_mail .btn_mail a:hover::after {
  border-color: #fff;
}
.f_contact_mail .txt {
  font-size: 13px;
}
.f_peppy_contetns {
  padding-top: 0;
  margin-bottom: 50px;
}
.f_peppy_contetns .peppy_logo {
  margin-bottom: 40px;
  text-align: center;
}
.f_peppy_contetns ul {
  width: 1120px;
  margin: 0 auto 40px;
  overflow: hidden;
}
.f_peppy_contetns ul li {
  float: left;
  width: 200px;
  margin: 0 12px;
  text-align: center;
}
.f_peppy_contetns ul li span {
  display: block;
}
.f_peppy_contetns ul li .ttl {
  margin-bottom: 10px;
  font-size: 18px;
}
.f_peppy_contetns ul li .img {
  margin-bottom: 10px;
}
.f_peppy_contetns ul li .copy {
  line-height: 1.3;
  font-weight: 700;
}
.f_peppy_contetns .txt {
  text-align: center;
}
.f_nav {
  font-size: 12px;
  margin: 0;
  padding: 0 0 30px;
  
}
.f_nav ul {
  margin-bottom: 30px;
  text-align: center;
}
.f_nav ul li {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #000;
}
.f_nav ul li:last-child {
  border: none;
}
.f_copy {
  font-size: 10px;
  text-align: center;
}
#authority_modal-area.remodal {
  background: none;
}
#authority_modal-area.remodal .remodal-close {
  display: none;
}
.load-container {
  width: 263px;
  height: 263px;
  margin: 0 auto;
}
.loader {
  margin: 60px auto;
  font-size: 20px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #fff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#contents h1 {
  font-size: 24px;
  font-weight: normal;
  border-bottom: 5px solid #ececec;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.phistory_notice {
  margin-bottom: 20px;
}
.phistory_wrap2 {
  font-weight: bold;
  margin-bottom: 0;
}
.mypage_phistory {
  border: 1px solid #000;
  padding: 10px 30px 10px 20px;
  border-radius: 5px;
  background: url(https://image.peppynet.com/img/web/pc/mypage/ico/select_updown.png)
    no-repeat right 10px center;
  background-size: 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-right: 10px;
}
.slct_wrap {
  font-weight: bold;
}
select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}
select::-ms-expand {
  display: none;
}
div.slct_wrap {
  position: relative;
  z-index: 10;
  overflow: hidden;
  display: inline-flex;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #000;
  font-size: 17px;
  background: url(https://image.peppynet.com/img/web/pc/common/btn/aro_btm.png)
    no-repeat scroll right 20px center/20px auto;
  cursor: pointer;
  display: block;
}
div.slct_wrap > select {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  width: 400px;
  border: 1px solid transparent;
  height: 40px;
}
.user_name {
  margin-bottom: 25px;
}
.phistory_wrap {
  margin-bottom: 40px;
}
.phistory_header {
  margin-bottom: 18px;
}
.phistory_header ul {
  overflow: hidden;
  width: 100%;
}
.phistory_header ul li {
  float: left;
  padding-top: 14px;
  margin-right: 30px;
}
.phistory_header ul li.odr_date {
  font-size: 20px;
  font-weight: bold;
  padding-top: 8px;
}
.phistory_header ul li.odr_detail {
  padding-top: 0;
}
.phistory_header ul li.odr_detail a {
  display: block;
  color: #ff1125;
  text-decoration: none;
  text-align: center;
  border: 1px solid #ff1125;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
}
.phistory_header ul li.odr_detail a:hover {
  border: 1px solid #ff1125;
  background: #ff4747;
  color: #fff;
}
.phistory_header ul li.odr_detail a:hover::after {
  border-color: #ff4747;
}
.phistory_header ul li.odr_detail a:after {
  position: absolute;
  left: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 3px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: static;
  display: inline-block;
  margin-left: 10px;
}
.phistory_header ul li.odr_how,
.phistory_header ul li.odr_num {
  margin-right: 20px;
}
.phistory_header ul li.odr_price {
  font-weight: bold;
  margin-right: 0;
}
.phistory_box {
  margin-bottom: 40px;
}
div.cart_table table thead th:first-child {
  width: auto;
}
div.cart_table table tbody tr td {
  padding: 20px 10px;
}
div.cart_table table tbody tr td.price_cell {
  text-align: right;
}
div.cart_table table a.red_btn,
div.cart_table table a.green_btn,
div.cart_table table a.white_btn,
div.cart_table table a.review_btn {
  display: block;
  text-decoration: none;
  width: 165px;
  height: 37px;
  font-size: 13px;
  line-height: 37px;
  font-weight: bold;
}
td.btn_cell div {
  margin-bottom: 10px;
}
td.btn_cell div:last-child {
  margin-bottom: 0px;
}
.phistory_wrap hr {
  border-top: 1px solid #999;
  width: 95%;
  margin: 0 auto;
}
div#BackBtn {
  padding-top: 0;
}
.phistory_note {
  width: 700px;
  margin: 0 auto 40px;
  font-size: 12px;
  font-weight: normal;
}
.remodal {
  padding: 70px 35px 35px 35px;
  border-radius: 10px;
}
.remodal h4 {
  width: 100%;
  height: 60px;
  padding: 10px 25px;
  line-height: 40px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 1px solid #aaa9a9;
  background: #e4e4e4;
  font-size: 24px;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
}
.remodal p.remodal_note {
  font-size: 16px;
  text-align: left;
  margin-bottom: 10px;
}
.remodal-cancel {
  margin-right: 40px;
  background: #fff
    url(https://image.peppynet.com/img/web/pc/common/remodal_ico/ico_cancel.png)
    no-repeat left 80px center;
  background-size: 30px;
  color: #000;
  padding-left: 130px;
}
.remodal-confirm {
  background: none;
  display: block;
  width: 340px;
  height: 77px;
  margin: 0 auto 30px;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.remodal-cancel {
  display: block;
  width: 340px;
  height: 77px;
  margin: 0 auto;
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 22px;
  line-height: 54px;
  text-align: left;
}
.remodal-confirm:hover,
.remodal-confirm:focus {
  background: none;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
a:hover img {
  opacity: 1;
}
.mypage_order_remodal.remodal-cancel:hover,
.mypage_order_remodal.remodal-cancel:focus {
  color: #fff;
  background: #ff1125
    url(https://image.peppynet.com/img/web/pc/common/remodal_ico/ico_cancel_wht.png)
    no-repeat left 80px center;
  background-size: 30px;
  border: 1px solid #ff1125;
}
.mypage_order_remodal.remodal p.item_name {
  text-align: center;
  margin: 0 auto 20px;
  padding-top: 10px;
  width: 80%;
}
.mypage_order_remodal.remodal p.item_img {
  width: 300px;
  height: 300px;
  border: 1px solid #999;
  margin: 0 auto 30px;
}
.remodal_size,
.remodal_clr {
  border-radius: 5px;
  border: 1px solid #000;
  width: 340px;
  height: 50px;
  line-height: 50px;
  background: url(https://image.peppynet.com/img/web/pc/common/btn/aro_btm.png)
    no-repeat right 20px center;
  background-size: 30px;
  text-align: left;
  padding-left: 20px;
  font-size: 17px;
}
.remodal_itemspec {
  text-align: left;
  margin: 0 auto 20px;
  width: 80%;
}
.remodal_iteminfo {
  margin-bottom: 30px;
}
.remodal_iteminfo .price {
  text-align: right;
  float: left;
  width: 50%;
  font-size: 32px;
  padding-right: 15px;
  padding-top: 5px;
}
.remodal_iteminfo .quant {
  text-align: left;
  float: right;
  width: 50%;
  font-size: 16px;
  padding-left: 15px;
  padding-top: 50px;
}
.remodal_iteminfo .quant label {
  margin-right: 10px;
}
.remodal_iteminfo .quant input {
  width: 80px;
  height: 50px;
  font-size: 24px;
  text-align: right;
  transition: all 0.3s ease-in-out;
  outline: none;
  padding: 3px 10px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #888;
}
.remodal_iteminfo .quant input:focus {
  background: #fff8d1;
  box-shadow: 0 0 5px #ff827f;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #ff827f;
}
.mgb_10 {
  margin-bottom: 10px !important;
}
.mgb_20 {
  margin-bottom: 20px !important;
}
.mypage_order_remodal.remodal .remodal_btn_area .cof_img_btn {
  background: none;
  padding: 0;
  border: none;
  width: 340px;
  height: 77px;
  display: block;
}
.mypage_order_remodal.remodal .remodal_btn_area .cof_img_btn:hover {
  background: none;
  padding: 0;
  border: none;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.mypage_order_remodal.remodal .slct_wrap {
  width: 340px;
  height: 50px;
  margin: 0 auto 20px;
}
div.slct_wrap > select.remodal_size,
div.slct_wrap > select.remodal_clr {
  background: none;
  border-radius: 5px;
  font-size: 17px;
  height: 50px;
  line-height: 50px;
  padding-left: 10px;
  text-align: left;
  width: 340px;
}
.btn__wrapper a.remodal-cancel {
  background: none;
  text-align: center;
  text-indent: 0;
  padding-left: 0;
  width: 420px;
}
.btn__wrapper a.remodal-cancel:hover {
  background: #ff4747;
}
.modal_remodal .red_btn:visited {
  color: #fff;
}
.modal_remodal .remodal-confirm {
  background-color: #ff4747;
  width: 420px;
  height: 80px;
  border: 1px solid #ff4747;
  color: #fff;
  text-align: center;
  text-indent: 0;
  padding-left: 0;
}
.modal_remodal .remodal-confirm:hover,
.modal_remodal .remodal-confirm:focus {
  -webkit-transform: scale(1);
  transform: scale(1);
  background-color: #fff;
  color: #ff4747;
}
.modal_remodal .remodal-confirm:visited:hover {
  color: #ff4747;
}
.dog_cate_ranking .item_list .item_box {
  width: 20%;
  margin: 0;
  padding: 0 15px 70px;
  position: relative;
}
.dog_cate_list_wrap .item_list div.item_box,
.dog_cate_list_wrap .item_list.zoom_list div.item_box {
  display: flex;
}
.rv_dis-flex {
  display: flex;
  flex-wrap: wrap;
}
.rv_dis-item-box {
  padding-bottom: 70px !important;
  position: relative;
}
.rv_item-btn {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
}
.rv_item-btn-2 {
  width: 100%;
  margin: 0;
  padding: 0 10% 10px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
}
.rv_item-cartin {
  margin: 4px 0 0;
  padding: 0;
}
.rv_item-cartin a {
  width: 100%;
  height: 30px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  background: #ff4747;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rv_item-favorite {
  margin: 8px 0 0;
  padding: 0;
}
.rv_item-favorite a {
  width: 100%;
  height: 30px;
  text-decoration: none;
  border: 1px solid #474747;
  border-radius: 4px;
  background: #fff
    url("https://image.peppynet.com/img/web/pc/shop/category/icon-favorite_bk.svg")
    left calc(50% - 60px) center/20px 20px no-repeat;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rv_item-favorite img {
  width: 20px;
  height: auto;
  margin-right: 4px;
}
.rv_item-favorite p {
  width: auto !important;
  margin: 0;
  padding: 0 0 0 15px;
  font-size: 12px;
  font-weight: 700;
}
.rv_item-favorite a.rv_icon-active {
  border: 1px solid #ff4747;
  background: #ff4747
    url("https://image.peppynet.com/img/web/pc/shop/category/icon-favorite.svg")
    left calc(50% - 38px) center/20px 20px no-repeat;
}
.rv_item-favorite a.rv_icon-active p {
  color: #fff;
}
.rv_cartmodal-overlay {
  background: rgba(33, 36, 46, 0.7);
  position: fixed;
  display: none;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  z-index: 10001;
}
.rv_cartmodal-wrapper {
  width: 100%;
  max-width: 500px;
  position: fixed;
  z-index: 10002;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  display: none;
  align-items: center;
  justify-content: center;
}
.rv_cartmodal-item {
  width: 100%;
  margin: 0;
  padding: 70px 35px 35px 35px;
  font-size: 15px;
  color: #182a3c;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
}
.rv_cartmodal-item h4 {
  width: 100%;
  height: 60px;
  padding: 10px 25px;
  line-height: 40px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 1px solid #aaa9a9;
  background: #e4e4e4;
  font-size: 24px;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
}
.rv_cartmodal-close {
  line-height: 1;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  transition: background 0.2s ease-out;
  text-decoration: none;
  border-radius: 50%;
}
.rv_cartmodal-close::after {
  font-size: 35px;
  line-height: 30px;
  display: block;
  content: "×";
  cursor: pointer;
  transition: all 0.2s ease-out;
  text-decoration: none;
  color: #565656;
}
.rv_cartmodal-contents {
  margin: 0 0 40px;
  padding: 0;
  overflow: auto;
}
.rv_cartmodal-contents h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.5;
}
.rv_cartmodal-contents p.rv_item-com {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}
.rv_cartmodal-contents p.rv_item-price {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}
.rv_cartmodal-contents p.rv_item-price span {
  font-size: 14px;
  font-weight: 400;
}
.rv_cartmodal-contents div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.rv_cartmodal-contents select {
  width: 100%;
  height: 50px;
  margin: 0 0 20px;
  padding-left: 20px;
  font-size: 17px;
  line-height: 50px;
  text-align: left;
  border: 1px solid #000;
  border-radius: 6px;
  background: url(https://image.peppynet.com/img/web/pc/common/btn/aro_btm.png)
    no-repeat right 20px center;
  background-size: 30px;
}
.rv_cartmodal-contents .rv_item-number {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.rv_cartmodal-contents .rv_item-number em {
  display: inline-block;
  font-style: normal;
  margin-right: 25px;
  vertical-align: middle;
  font-size: 16px;
}
.rv_cartmodal-contents .rv_item-number input {
  width: 80px;
  height: 50px;
  border: 1px solid #888;
  font-size: 24px;
  text-align: right;
  padding: 0 5px;
  outline: none;
}
.rv_cartmodal-contents a.rv_cart-in-item {
  width: 100%;
  height: 60px;
  margin: 20px 0 0;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  background: #ff4747;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rv_remodal-cancel {
  width: 240px;
  margin: 0 auto;
  padding-left: 80px;
  font-size: 16px;
  line-height: 40px;
  text-align: left;
  text-decoration: none;
  border: 1px solid #000;
  border-radius: 5px;
  background: #fff
    url(https://image.peppynet.com/img/web/pc/common/remodal_ico/ico_cancel.png)
    no-repeat left 30px center;
  background-size: 18px;
  color: #000;
  display: block;
}
.rv_remodal-cancel:hover {
  color: #fff !important;
  text-decoration: none;
  outline: 0;
  background: #ff4747
    url(https://image.peppynet.com/img/web/pc/common/remodal_ico/ico_cancel_wht.png)
    no-repeat left 30px center;
  background-size: 18px;
  border: 1px solid #ff4747;
}
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 800px;
    min-height: 0;
    margin: 20px auto;
    border-radius: 6px;
  }
}
@media all and (-ms-high-contrast: none) {
  .mgb_0_ie {
    margin-bottom: 0;
  }
}
.accordion {
  margin: 0 auto 60px;
}
.accordion {
  width: 1240px;
  margin: 0 auto 60px;
}
.accordion_block {
  display: flex;
  flex-direction: column;
  min-width: 200px;
}
.accordion_item {
  display: inline-block;
}
.accordion_title {
  position: relative;
  text-align: left;
  padding: 20px 20px 20px 15px;
  border: solid #ececec;
  border-width: 0px 0px 2px 0px;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}
.accordion_text {
  position: relative;
  background: #fff;
  color: black;
  border: transparent;
  padding: 0 20px;
  line-height: 0;
  opacity: 0;
}
.accordion_text.is-open {
  padding: 20px;
  line-height: 1.8;
  opacity: 1;
  border: 1px solid #ececec;
}
.accordion_text.is-open p {
  font-size: 0.9rem;
}
.accordion_text:not(.is-open) {
  pointer-events: none;
}
