.bx-wrapper {
  position: relative;
  margin: 0 auto 30px;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bx-wrapper .bx-viewport {
  -webkit-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(https://image.peppynet.com/img/web/sp/slider/bx_loader.gif)
    center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
#bx-pager a {
  position: relative;
  display: block;
  float: left;
  width: 160px;
  height: 80px;
  margin-right: 25px;
  border: 4px solid #f4f4f4;
}
#bx-pager a:last-child {
  margin-right: 0;
}
#bx-pager img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
#bx-pager a:hover,
#bx-pager a.active {
  border: 4px solid #ff1225;
}
#bx-pager a:hover:after:not(:target),
#bx-pager a.active:after:not(:target) {
  top: -25px\9;
}
.bx-wrapper .bx-prev {
  left: -30px;
  background: url(https://image.peppynet.com/img/web/sp/slider/aro.png)
    no-repeat 0 0;
}
.bx-wrapper .bx-next {
  right: -30px;
  background: url(https://image.peppynet.com/img/web/sp/slider/aro.png)
    no-repeat -19px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 19px;
  height: 30px;
  text-indent: -9999px;
  z-index: 100;
  transition: none;
  outline: 0;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.top_new_item .bx-controls-direction a,
.top_check_item .bx-controls-direction a {
  margin-top: -16px;
  width: 12px;
  height: 20px;
}
.top_new_item .bx-prev,
.top_new_item .bx-next,
.top_check_item .bx-prev,
.top_check_item .bx-next {
  background-size: 25px 20px;
}
.top_new_item .bx-prev,
.top_check_item .bx-prev {
  background-position: 0 0;
}
.top_new_item .bx-next,
.top_check_item .bx-next {
  background-position: -12px 0;
}
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(https://image.peppynet.com/img/web/pc/sougou_top/slider/controls.png) -86px -11px
    no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(https://image.peppynet.com/img/web/pc/sougou_top/slider/controls.png) -86px -44px
    no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 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;
}
.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;
}
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;
  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;
}
.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;
}
.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:hover {
  background: #fff !important;
  color: #31bc00 !important;
  border: 1px solid #31bc00 !important;
}
.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-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;
}
.item_maigo label {
  position: relative;
  cursor: pointer;
  display: block;
  vertical-align: middle;
  padding-left: 30px;
  line-height: 22px;
}
.item_maigo label::before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 22px;
  height: 22px;
  content: "";
  box-sizing: border-box;
  border: 1px solid #000;
  background-color: #fff;
  display: inline-block;
}
.item_maigo input[type="radio"]:checked + label::after,
.item_maigo input[type="checkbox"]:checked + label::after {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #ff1125;
  width: 22px;
  content: "";
  height: 22px;
  box-sizing: border-box;
  border: 1px solid #000;
  display: inline-block;
}
.item_maigo input[type="text"],
.item_maigo input[type="number"],
.item_maigo input[type="password"],
.item_maigo input[type="tel"],
.item_maigo textarea {
  height: 30px;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #888;
  background-color: #fff;
}
.item_maigo input[type="text"]:focus,
.item_maigo input[type="number"]:focus,
.item_maigo input[type="password"]:focus,
.item_maigo input[type="tel"]:focus,
.item_maigo textarea:focus {
  background: #fff8d1;
  box-shadow: 0 0 5px #ff827f;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #ff827f;
}
.item_maigo span.file {
  display: inline-block;
  width: 270px;
  overflow: hidden;
  position: relative;
  padding: 0.5em;
  font-size: 18px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 5px;
  background-color: #fff;
}
.item_maigo span.file: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;
}
.item_maigo .file input[type="file"] {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  font-size: 100px;
  cursor: pointer;
}
#toTop {
  display: none;
}
.item_page a {
  text-decoration: none;
}
.item_page ul {
  list-style: none;
}
.top_ttl {
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: normal;
  border-bottom: 5px solid #ececec;
}
.slider {
  width: 600px;
  height: 600px;
  margin-right: 40px;
  margin-bottom: 50px;
}
.slider .slideimg {
  display: none;
}
.slider img {
  width: 100%;
  height: 100%;
}
#bx-pager a {
  position: relative;
  display: block;
  float: left;
  width: 58px;
  height: 58px;
  margin-right: 8px;
  border: 4px solid #f4f4f4;
}
#bx-pager a:hover:after,
#bx-pager a.active:after {
  display: none;
}
#detail_section01 {
  float: left;
  width: 55%;
}
#detail_section01 .item_recom_are {
  margin: 50px 0 0;
}
#detail_section01 .item_recom_are h3 {
  font-size: 20px;
  font-weight: normal;
  border-bottom: 2px solid #bbb;
  width: 88%;
  margin-bottom: 10px;
  padding-bottom: 3px;
}
#detail_section01 .item_recom_wrap {
  width: 600px;
  height: 300px;
  overflow-y: scroll;
}
.item_recom_bx {
  width: 100%;
  height: 120px;
}
.item_recom_bx .user_pet_name_bx {
  font-size: 20px;
  float: left;
  margin-right: 10px;
}
.item_recom_bx .recom_icon {
  border: 1px solid #ff1125;
  color: #ff1125;
  line-height: 31px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  float: left;
  padding: 0 10px;
}
.itm_rcm_bx_btm {
  width: 96%;
  border-bottom: 1px solid #ececec;
}
.item_recom_bx .user_pet_img {
  float: left;
  width: 13.5%;
  padding: 0px 10px 10px 0px;
}
.item_recom_bx .user_pet_img img {
  max-width: 100%;
  height: auto;
}
.item_recom_bx .user_pet_prof {
  float: left;
  width: 86.5%;
  padding: 0px 0 0 0;
  font-size: 16px;
}
.item_recom_bx .user_pet_prof p {
  width: 100%;
  margin-bottom: 5px;
}
.item_camp_bn_wrap {
  width: 600px;
  padding-top: 20px;
  margin-bottom: 20px;
}
.item_camp_bn_wrap .item_camp_bn {
  float: left;
  width: 50%;
  margin-bottom: 5px;
}
.item_camp_bn_wrap .item_camp_bn a {
  display: block;
  width: 280px;
  height: 140px;
}
.item_camp_bn_wrap .item_camp_bn a img {
  max-width: 100%;
  height: auto;
}
.item_size_spec_wrap {
  margin-bottom: 20px;
}
.feed_info_area .text_icon_area {
  margin-left: 30px;
}
.item_size_spec_wrap .text_icon_area,
.sozai_area .text_icon_area {
  margin-bottom: 8px;
  display: inline-block;
}
.item_size_spec_wrap .text_icon_area .text_icon,
.feed_info_area .text_icon_area .text_icon,
.sozai_area .text_icon_area .text_icon,
.big_postage .text_icon_area .text_icon {
  margin-right: 10px;
}
.item_size_spec_wrap h3 {
  font-size: 20px;
  font-weight: normal;
  border-bottom: 2px solid #bbb;
  width: 88%;
  margin-bottom: 5px;
  padding-bottom: 3px;
}
.item_size_spec_wrap .item_size_spec {
  margin-bottom: 20px;
}
.item_size_spec_wrap .item_size_spec table {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ccc;
  font-size: 12px;
  font-weight: bold;
  width: 600px;
}
.item_size_spec_wrap .item_size_spec table tr {
  border-bottom: 1px solid #ccc;
}
.item_size_spec_wrap .item_size_spec table th {
  border-right: 1px solid #ccc;
  padding: 10px 40px;
  background: #f9f9f9;
}
.item_size_spec_wrap .item_size_spec table td {
  font-size: 14px;
  border-right: 1px solid #ccc;
  padding: 10px 40px;
}
.size_spec_notice p {
  margin-bottom: 10px;
}
.size_spec_notice p a {
  text-decoration: underline;
}
.size_spec_notice p a:hover {
  text-decoration: none;
}
.yb_movie_area {
  margin-bottom: 20px;
}
.yb_movie_area .yb_movie_wrap {
  width: 600px;
  height: 350px;
  margin: 0 0 20px;
}
.yb_movie_area .yb_movie_wrap iframe {
  width: 600px;
  height: 350px;
}
.sozai_area {
  width: 600px;
  margin-bottom: 30px;
}
.sozai_area h3 {
  font-size: 20px;
  border-bottom: 2px solid #ccc;
}
.sozai_area .sozai_bx .sozai_top p,
.sozai_area .sozai_bx .sozai_btm p {
  margin-bottom: 5px;
}
.feed_info_area {
  margin-bottom: 30px;
}
.feed_info_area h3 {
  font-size: 20px;
  padding-bottom: 3px;
  border-bottom: 2px solid #ccc;
  width: 100%;
}
.feed_info_area .feed_info {
  padding-top: 12px;
}
.feed_info_area .feed_info table {
  text-align: center;
  vertical-align: middle;
  width: 600px;
  border: 1px solid #ccc;
}
.feed_info_area .feed_info table tr {
  border-bottom: 1px solid #ccc;
}
.feed_info_area .feed_info table th {
  border-right: 1px solid #ccc;
  padding: 10px 40px;
  background: #f9f9f9;
}
.feed_info_area .feed_info table td {
  border-right: 1px solid #ccc;
  padding: 10px 10px;
}
#detail_section02 {
  float: right;
  width: 45%;
}
.item_icon_area img {
  width: 80px;
  height: 25px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.item_name {
  font-size: 18px;
  font-weight: normal;
}
.rv_star {
  padding: 5px 0;
  width: 100%;
}
.rv_star img {
  width: 17px;
  height: auto;
  vertical-align: text-bottom;
}
.rv_star p {
  padding-left: 5px;
  display: inline-block;
}
.item_copy {
  font-size: 22px;
  margin-bottom: 10px;
}
.item_note {
  margin-bottom: 10px;
  font-size: 16px;
  color: #ff1125;
  font-weight: bold;
}
.item_free_txt {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
#bx-pager {
  margin-bottom: 15px;
}
.time_sale_info_wrap {
  position: relative;
  margin-bottom: 10px;
}
.time_sale_info {
  background: #ffe9e9;
  border-radius: 10px;
  padding: 15px 24px 20px 24px;
  width: 100%;
}
.time_sale_info h2 {
  background: url(https://image.peppynet.com/img/web/pc/dog/item_page/ico/ico_sand_clock.png)
    no-repeat left center;
  background-size: 22px !important;
  padding-left: 30px;
  font-size: 22px;
  margin-bottom: 12px;
}
.time_sale_info .rest_time {
  background: url(https://image.peppynet.com/img/web/pc/dog/item_page/ico/ico_rest_time.png)
    no-repeat left center;
  background-size: 22px;
  padding-left: 30px;
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  right: 24px;
  top: 14px;
}
.time_sale_info .tmsl_item_bx {
  font-size: 15px;
  margin-bottom: 20px;
}
.time_sale_info .tmsl_item_bx:last-child {
  margin-bottom: 0px;
}
.time_sale_info .tmsl_item_bx p {
  margin-bottom: 3px;
}
.time_sale_info .tmsl_item_bx p span.rest_stock,
.time_sale_info .tmsl_item_bx p span.sale_end,
.time_sale_info .tmsl_item_bx p span.sale_price {
  color: #ff1125;
  font-weight: bold;
}
.time_sale_info .tmsl_item_bx p.sale_end_note {
  margin-bottom: 0px;
}
.disp_none {
  display: none;
}
#clr_size_vari {
  margin-bottom: 10px;
}
#clr_size_vari.pulldown {
  padding-bottom: 0px;
}
#clr_size_vari h3 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 3px;
}
#clr_size_vari h3::after {
  content: "▼";
  margin-left: 5px;
}
.tabmenu {
  position: relative;
  width: 100%;
  font-size: 0;
}
.tabmenu label {
  display: inline-block;
}
.tabmenu em > img {
  position: relative;
  z-index: -1;
  width: 52px;
  height: auto;
  vertical-align: top;
}
.tabmenu span.stock_info {
  position: absolute;
  left: 0;
  top: 200px;
  margin: 4px 0 0;
  padding: 0px;
  width: 100%;
  height: auto;
  font-size: 14px;
  display: none;
}
.tabmenu input[type="radio"] {
  display: none;
}
.tabmenu input[type="radio"] + em {
  position: relative;
  z-index: 100;
  display: inline-block;
  margin: 0 10px 0 0;
  width: 60px;
  height: 60px;
  background: #fff;
  color: #000;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  font-style: normal;
  line-height: 56px;
  border: 4px solid #ccc;
  cursor: pointer;
}
.tabmenu input[type="radio"]:checked + em {
  border: 4px solid #ff1125;
  line-height: 56px;
}
.clr_vari {
  margin-bottom: 5px;
}
#clr_size_vari ul li {
  float: left;
  width: 60px;
  font-size: 12px;
  text-align: center;
  margin-right: 10px;
}
.stock_state,
.stock_check_btn_wrap {
  margin-bottom: 10px;
}
.size_vari ul li {
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  margin-bottom: 8px;
}
.clr_vari ul li {
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  margin-bottom: 8px;
  height: 77px;
}
.size_vari ul li:nth-child(8n),
.clr_vari ul li:nth-child(8n) {
  margin-right: 0;
}
.tab_contents {
  width: 100%;
  min-height: 10px;
}
.slct_wrap {
  margin-bottom: 20px;
}
.slct_size,
.slct_clr {
  border: 1px solid #000;
  width: 100%;
  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;
}
.btn_itmpage a {
  border: 2px solid #000;
  text-align: center;
  padding: 5px 10px;
  display: block;
}
.btn_itmpage 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;
  transition: all 0.2s ease-in-out;
}
.btn_itmpage a:hover {
  border: 2px solid #ff4747;
  color: #ff4747;
}
.btn_itmpage a:hover::after {
  border-color: #ff4747;
}
.stock_check_btn {
  float: right;
}
.item_page_notice_wrap {
  font-size: 14px;
  margin-bottom: 10px;
}
.item_page_notice01 {
  margin-bottom: 5px;
}
.item_page_point_wrap {
  margin-bottom: 15px;
}
.item_page_point_wrap .img_icon_area img {
  width: 80px;
  height: 25px;
  margin-right: 10px;
}
.item_page_point_wrap .point_times {
  font-size: 24px;
  font-weight: bold;
}
.item_page_point_wrap .price_strike {
  font-size: 20px;
  font-weight: bold;
}
.item_page_point_wrap .price_strike span {
  text-decoration: line-through;
}
.item_page_point_wrap .point_target {
  font-size: 14px;
  font-weight: bold;
}
.item_page_point_wrap .point_target span {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
}
.item_page_point_wrap .big_postage,
.item_page_point_wrap .cool_postage,
.item_page_point_wrap .get_point {
  font-size: 18px;
}
.item_maigo {
  margin-bottom: 20px;
  padding: 14px;
  background-color: #f6f6f6;
  border: 1px solid #ddd;
}
.item_maigo p {
  margin-bottom: 5px;
}
.item_maigo .plate_example img {
  display: inline-block;
  border: 1px solid #ddd;
}
.item_maigo .item_maigo_input {
  padding-top: 20px;
  margin: 20px 0 30px;
  border-top: 1px solid #ddd;
}
.item_maigo .item_maigo_input div {
  margin-bottom: 20px;
}
.item_maigo .item_maigo_input label {
  display: inline-block;
  width: 100px;
}
.item_maigo .item_maigo_input input {
  width: 300px;
}
.item_maigo .item_maigo_input .maigo_tel input {
  width: 100px;
}
.item_maigo .maigo_free_area {
  margin-bottom: 20px;
}
.order_bx {
  width: 100%;
  margin-bottom: 0px;
}
.order_bx .odr_quant {
  float: left;
  width: 30%;
  text-align: left;
  padding: 15px 0 0 0;
}
.order_bx .odr_quant em {
  display: inline-block;
  font-style: normal;
  margin-right: 25px;
  vertical-align: middle;
  font-size: 16px;
}
.order_bx .odr_quant input {
  width: 80px;
  height: 50px;
  border: 1px solid #888;
  font-size: 24px;
  text-align: right;
  padding: 0 5px;
  transition: all 0.3s ease-in-out;
  outline: none;
}
.order_bx .odr_quant input:focus {
  background: #fff8d1;
  box-shadow: 0 0 5px #ff827f;
}
.order_bx .odr_submit {
  float: left;
  width: 70%;
}
.order_bx .odr_submit input {
  margin-bottom: 20px;
}
.order_bx .odr_submit input.odr_cart_btn,
.order_bx .odr_submit input.odr_teiki_btn {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.order_bx .odr_submit input.odr_cart_btn:hover,
.order_bx .odr_submit input.odr_teiki_btn:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.btn_menu {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.btn_menu ul {
  width: 100%;
  margin-bottom: 20px;
}
.btn_menu ul li {
  float: left;
  margin-right: 15px;
}
.btn_menu ul li:last-child {
  margin-right: 0px;
}
.fav_btn a {
  display: block;
  width: 270px;
  border: 2px solid #000;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  font-size: 18px;
}
.fav_btn a::before {
  display: inline-block;
  content: "";
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background-image: url("http://peppynet.s3.amazonaws.com/html_2/sp_img/ico/heart_b.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  transition: 0.2s ease-in-out;
}
.fav_btn a:hover {
  border: 2px solid #ff4747;
  color: #ff4747;
}
.fav_btn a:hover::before {
  background-image: url("http://peppynet.s3.amazonaws.com/html_2/sp_img/ico/heart_p.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}
.fav_btn a.favlist_added {
  border: 2px solid #ff4747;
  color: #ff4747;
  pointer-events: none;
  display: none;
}
.fav_btn a.favlist_added::before {
  background-image: url("http://peppynet.s3.amazonaws.com/html_2/sp_img/ico/heart_p.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}
.item_info_wrap .item_info h3 {
  font-size: 20px;
  font-weight: normal;
  border-bottom: 2px solid #bbb;
}
.item_info_wrap .item_info .info_icon_area {
  padding: 10px 20px 0 24px;
}
.item_info_wrap .item_info .info_icon_area img {
  margin-right: 5px;
}
.item_info_wrap .item_info .info_txt_area {
  padding: 10px 20px 0 24px;
  margin-bottom: 15px;
}
.item_info_wrap .item_info .info_txt_area p {
  margin-bottom: 28px;
}
.item_info_wrap .item_info .info_txt_area p:last-child {
  margin-bottom: 0px;
}
.item_info_wrap .item_info .item_info_bn {
  text-align: center;
  margin-bottom: 53px;
}
.item_info_wrap .item_info .item_info_bn img {
  border: 1px solid #ccc;
  width: 520px;
  height: 130px;
}
.item_brand_bnr {
  margin: 0 auto;
  text-align: right;
  margin-bottom: 15px;
}
.item_brand_bnr a {
  font-size: 16px;
}
.item_brand_bnr 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);
  margin-left: 10px;
  position: static;
  display: inline-block;
  vertical-align: middle;
}
span.back_btn_wrap {
  cursor: pointer;
  display: inline-block;
  border-bottom: 1px solid #000;
}
.item_rv_area div.item_rv_bx {
  padding: 12px 0px 23px;
  margin: 0 28px;
  border-bottom: 2px solid #bbb;
}
.item_rv_area .item_rv_bx .rv_header ul {
  width: 100%;
  margin-bottom: 10px;
}
.item_rv_area .item_rv_bx .rv_header ul li {
  float: left;
  margin-right: 25px;
  font-weight: bold;
  font-size: 12px;
}
.item_rv_area .item_rv_bx .rv_header ul li.rv_star {
  width: auto;
  padding: 0;
  margin-right: 0;
}
.item_rv_area .item_rv_bx .rv_header .rv_user_name {
  margin-bottom: 10px;
  font-size: 13px;
}
.item_rv_area .item_rv_bx .rv_header .rv_pet_prof {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 13px;
}
.rv_contents .rv_img {
  float: left;
  width: 35%;
  padding-right: 19px;
}
.rv_contents .rv_img img {
  max-width: 100%;
  height: auto;
}
.rv_contents .rv_movie {
  padding-top: 20px;
}
.rv_contents .rv_movie p {
  text-align: center;
}
.rv_contents .rv_movie p iframe {
  text-align: center;
  width: 480px;
  height: 360px;
}
.rv_contents .rv_text {
  float: left;
  width: 65%;
  font-size: 16px;
}
.item_rv_btn_wrap {
  width: 520px;
  margin: 0 auto;
  padding-top: 20px;
}
.item_rv_btn_wrap .rv_btn {
  float: left;
}
.item_rv_btn_wrap .rv_btn a {
  display: block;
  width: 253px;
  height: 45px;
  border-radius: 5px;
  background: #ff4747;
  text-align: center;
  color: #fff;
  line-height: 41px;
  font-size: 16px;
  border: 2px solid #ff4747;
  position: relative;
}
.item_rv_btn_wrap .rv_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 #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 10px;
  vertical-align: middle;
}
.item_rv_btn_wrap .rv_btn a:hover {
  background: #fff;
  color: #ff4747;
}
.item_rv_btn_wrap .rv_btn a:hover::after {
  border-color: #ff4747;
}
.item_rv_btn_wrap .rv_btn.all_review {
  margin-right: 14px;
}
.remodal {
  padding: 70px 35px 35px 35px;
  border-radius: 10px;
}
.remodal h4 {
  width: 100%;
  height: 60px;
  padding: 10px 25px;
  margin-bottom: 40px;
  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;
}
.btn__wrapper {
  width: 420px;
  margin: 0 auto;
  padding-top: 60px;
}
.btn__wrapper a {
  margin-bottom: 40px;
}
.remodal_item_camp_bn_wrap {
  padding-top: 50px;
  margin-bottom: 0 auto;
}
.item_maigo span.file {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  display: inline-block;
  font-size: 18px;
  overflow: hidden;
  padding: 0.5em;
  position: relative;
  text-align: center;
  width: 270px;
  transition: all 0.2s ease-in-out;
}
.item_maigo span.file::after {
  content: "";
  font-family: FontAwesome;
  margin-left: 10px;
}
.item_maigo span.file:hover,
.item_maigo span.file:active {
  background-color: #fff;
  border: 1px solid #ff4747;
  border-radius: 5px;
  display: inline-block;
  font-size: 18px;
  overflow: hidden;
  padding: 0.5em;
  position: relative;
  text-align: center;
  color: #ff4747;
  width: 270px;
  transition: all 0.2s ease-in-out;
}
.inst_bx {
  width: 613px;
}
.inst_bx .btn {
  padding: 12px;
  font-size: 18px;
  width: 240px;
}
.odr_submit {
  position: relative;
}
.odr_submit .atention_bln {
  position: absolute;
  right: calc(100% + 1em);
  top: 0;
  width: 100%;
  max-width: 14em;
  height: 5.2em;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  font-size: 14px;
  text-align: center;
  padding: 1em;
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.3);
}
.odr_submit .atention_bln .bln_inner {
  position: relative;
}
.odr_submit .atention_bln .bln_inner::before,
.odr_submit .atention_bln .bln_inner::after {
  content: "";
  position: absolute;
  left: calc(100% + 1em);
  right: auto;
  top: -50%;
  bottom: -50%;
  margin: auto;
  width: 0;
  height: 0;
  border: 10px solid transparent;
}
.odr_submit .atention_bln .bln_inner::before {
  border-left-color: #ccc;
}
.odr_submit .atention_bln .bln_inner::after {
  left: calc(100% + 1em - 2px);
  border-left-color: #fff;
}
.odr_submit .atention_bln .bln_inner .bln_text {
  display: inline-block;
  font-size: 14px;
  line-height: 1.6;
}
.odr_submit .atention_bln .bln_inner .bln_text strong {
  color: #ff4747;
}
.price_info span {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
}
.price_info .p_red {
  color: red !important;
  margin-bottom: 0;
}
.postage_info {
  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;
}
#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 {
  width: 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-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-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;
}
.rv-mgb_20 {
  margin-bottom: 20px;
}
.rv-mg_none {
  margin: 0 !important;
}
.rv_dpflex {
  display: flex;
}
.rv_regular-service h2 {
  position: sticky;
  top: 0;
  background: #fff;
  font-size: 24px;
  font-weight: normal;
  border-bottom: 5px solid #ececec;
  padding-bottom: 10px;
  z-index: 50;
}
.rv_fix-text {
  position: sticky;
  top: 50px;
  padding: 20px 0;
  background: #fff;
  z-index: 50;
}
.rv_regular-service .cart_reg_srvc {
  display: flex;
}
.rv_regular-service .rv_left {
  box-sizing: border-box;
  width: 75%;
  padding: 0 20px 0 0;
}
.rv_regular-service .rv_right {
  box-sizing: border-box;
  width: 25%;
  background: #eee;
  padding: 0 0 5px;
}
.rv_regular-service .left {
  box-sizing: border-box;
  width: 35%;
  padding: 20px;
  background: #eee;
  float: none;
}
.rv_regular-service .right {
  box-sizing: border-box;
  width: 65%;
  padding: 0 0 0 20px;
  float: none;
}
.rv_regular-service .cart_reg_srvc .reg_srvc_wrap .reg_srvc_bx {
  width: 100%;
}
.rv_regular-service .del_time_bx {
  margin-bottom: 10px;
  padding: 10px 20px;
}
.rv_regular-service .cart_reg_delivery {
  position: sticky;
  top: 51px;
  box-sizing: border-box;
  width: calc(100% - 10px);
  margin: 0 5px;
  padding: 10px 15px 10px;
  background: #fff;
  text-align: center;
}
.rv_regular-service .cart_reg_delivery h6 {
  margin: 10px 0;
  padding: 5px 0;
  background: #7bc727;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
}
.rv_regular-service .cart_reg_delivery ul li {
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: bold;
}
.rv_regular-service .cart_reg_delivery ul li p {
  display: inline-block;
  width: auto;
  margin-right: 15px;
  text-align: left;
}
.rv_submit {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 80px 0;
}
.rv_submit a {
  display: inline-block;
  width: 33.333%;
}
.rv_submit .btn {
  padding: 15px 20px;
  font-size: 1.2rem;
}
.rv_submit .back_btn {
  text-decoration: underline;
}
.rv_remodal-contents {
  box-sizing: border-box;
  padding: 30px 50px 0;
}
.rv_remodal-contents ul {
  max-height: 260px;
  overflow-y: scroll;
}
.rv_remodal-contents li {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #aaa;
}
.rv_remodal-contents li:hover {
  cursor: pointer;
}
.rv_remodal-contents li > div {
  display: flex;
}
.rv_remodal-contents li > div figure {
  width: 20%;
  margin: 0 20px 0 0;
  padding: 1px 0 0;
  border: 1px solid #aaa;
}
.rv_remodal-contents li .rv_regular-detail {
  width: calc(80% - 20px);
}
.rv_remodal-contents li .rv_regular-detail p:first-of-type {
  margin: 0 0 15px;
  max-height: 65px;
  text-align: left;
  overflow: hidden;
}
.rv_remodal-contents li .rv_regular-detail p:last-of-type {
  font-weight: bold;
  text-align: left;
}
.rv_remodal-contents li .rv_regular-detail p:last-of-type span {
  color: red;
}
#rv_remodal .btn__wrapper {
  margin: 15px auto 0;
  padding: 0;
}
#rv_remodal .btn__wrapper a {
  margin-bottom: 0;
  background: #31bc00;
  border: 1px solid #31bc00;
  color: #fff;
}
#rv_remodal .btn__wrapper a:hover {
  background: #fff;
  color: #31bc00;
}
.rv_radio-input {
  display: none;
}
.rv_radio-input + label {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}
.rv_radio-input + label::before {
  content: "";
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border: 2px solid #999;
  border-radius: 50%;
}
.radio02-input:checked + label {
  color: #009a9a;
}
.rv_radio-input:checked + label::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 24px;
  display: block;
  width: 36px;
  height: 36px;
  background: #ff9b24;
  border-radius: 50%;
}
.rv_modal-checked {
  background-color: #ffe9e9;
}
.rv_next-regular {
  display: flex;
  align-items: center;
}
.rv_next-regular .btn {
  padding: 5px 10px;
  background: #f81327;
  border: 1px solid #f81327;
  font-size: 1rem;
  color: #fff;
}
.rv_next-regular .btn:hover {
  background: #fff;
  color: #f81327;
}
.rv_breadcrumb-list {
  margin: 0 10px 30px;
  padding: 0;
}
.rv_breadcrumb-list ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.rv_breadcrumb-list li {
  margin: 0 0 10px;
  padding: 0;
  display: inline-block;
}
.rv_breadcrumb-list li::after {
  content: ">";
  padding: 0 7px 0 3px;
}
.rv_breadcrumb-list li:last-child::after {
  content: "";
  padding: 0;
}
.rv_breadcrumb-list a {
  margin: 0 !important;
  padding: 0 !important;
  text-decoration: none !important;
}
.rv_breadcrumb-list a span {
  margin: 0;
  padding: 0;
}
#rv_modal-overlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}
#rv_modal-content {
  width: 720px;
  height: auto;
  max-height: calc(100% - 20px);
  margin: 0;
  border-radius: 8px;
  background: #fff;
  position: fixed;
  top: 0;
  display: none;
  z-index: 200;
}
#rv_modal-content-item {
  margin: 0;
  padding: 0;
  position: relative;
}
.rv_modal-cont_title {
  margin: 0;
  padding: 6px 0;
  border-radius: 8px 8px 0 0;
  background: #d7d7d7;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rv_modal-cont_title h3 {
  width: calc(100% - 40px);
  padding-left: 40px;
  font-size: 20px;
  font-weight: 700;
  box-sizing: border-box;
}
.rv_modal-cont_title a {
  width: 40px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rv_modal-cont_title a p {
  font-size: 14px;
  color: #474747;
}
.rv_modal-cont_title a img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.rv_modal-cont_title_sp {
  margin: 0;
  padding: 6px 0;
  border-radius: 8px 8px 0 0;
  background: #d7d7d7;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rv_modal-cont_title_sp h3 {
  width: calc(100% - 40px);
  padding-left: 40px;
  font-size: 20px;
  font-weight: 700;
  box-sizing: border-box;
}
.rv_modal-cont_title_sp a {
  width: 40px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rv_modal-cont_title_sp a p {
  font-size: 14px;
  color: #474747;
}
.rv_modal-cont_title_sp a img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.rv_modal-item {
  margin: 30px 80px;
  padding: 0;
  position: relative;
}
.rv_modal-item h2 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.3;
}
.rv_modal-item a {
  color: #474747;
  text-decoration: underline;
}
.rv_modal-item-detail {
  margin: 10px 0;
  padding: 0;
  display: flex;
}
.rv_modal-item-detail img {
  width: 120px;
  height: auto;
}
.rv_modal-item-detail-list {
  width: calc(100% - 120px);
  margin: 0;
  padding: 0 0 0 20px;
  box-sizing: border-box;
}
.rv_modal-item-detail-list p {
  margin: 0;
  padding: 0 0 4px;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
}
.rv_modal-item-detail-list p span {
  margin: 0 5px 2px 0;
  padding: 4px 10px;
  font-size: 14px;
  border: 1px solid #000;
}
.rv_madal-item-btn {
  margin: 30px 0 0;
  padding: 0;
}
.rv_madal-item-btn ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rv_madal-item-btn li {
  width: calc(50% - 10px);
  margin: 0 5px;
  padding: 0;
}
.rv_madal-item-btn li a {
  margin: 0;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rv_madal-item-btn li a img {
  width: 12px;
  height: 18px;
}
.rv_madal-item-btn li:nth-child(1) a {
  color: #000;
  border: 1px solid #000;
  background: #fff;
}
.rv_madal-item-btn li:nth-child(2) a {
  color: #fff;
  border: 1px solid #ff4747;
  background: #ff4747;
}
.rv_madal-item-btn li:nth-child(1) a img {
  margin: 0 5px 0 0;
}
.rv_madal-item-btn li:nth-child(2) a img {
  margin: 0 0 0 5px;
}
.rv_madal-item-list {
  margin: 20px 50px 0;
  padding: 0;
}
.rv_madal-item-list h4 {
  margin: 0 0 10px;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 3px solid #e9e9e9;
}
.rv_slider-reset {
  width: calc(100% - 160px);
  margin: 0 80px 10px !important;
  padding: 0 0 15px !important;
  overflow: hidden;
  box-sizing: border-box;
}
.rv_sns-cont_ar {
  margin: 20px 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.rv_sns-cont_ar p {
  margin: 0 15px 0 0;
  padding: 4px 8px;
  font-size: 14px;
  border: 1px solid #474747;
  border-radius: 6px;
  background: #fff;
  position: relative;
}
.rv_sns-cont_ar p::before,
.rv_sns-cont_ar p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  border-left: 10px solid #474747;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.rv_sns-cont_ar p::after {
  right: -8px;
  border-left: 10px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.rv_sns-cont_ar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.rv_sns-cont_ar li {
  margin: 0 2px;
  padding: 0;
}
.rv_btn_goods a {
  display: block;
  width: 100%;
  border-radius: 5px;
  background: #ff4747;
  text-align: center;
  color: #fff;
  line-height: 45px;
  font-size: 16px;
  border: 2px solid #ff4747;
  text-decoration: none;
  margin-bottom: 15px;
}
.rv_btn_goods 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 #fff;
  border-top: none;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: static;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.rv_item-icon {
  margin: 0 0 5px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rv_item-icon p {
  width: calc(50% - 1px);
  margin: 0;
  padding: 1px 0 0;
  font-size: 12px !important;
  font-weight: 500;
  text-align: center;
  box-sizing: border-box;
}
.rv_item-icon p.rv_icon-dog {
  color: #00adce;
  border: 1px solid #00adce;
  border-radius: 20px;
}
.rv_item-icon p.rv_icon-cat {
  color: #ff4848;
  border: 1px solid #ff4848;
  border-radius: 20px;
}
@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;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #bx-pager a:hover:after:not(:target),
  #bx-pager a.active:after:not(:target) {
    top: -25px\9;
  }
}
