@charset "UTF-8";
/* reset style */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

textarea:focus, input:focus {
  outline: none;
}

/* end of reset style */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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-arrow.slick-hidden {
  display: none;
}

html, body {
  min-height: 100%;
  font-family: 'Helvetica Neue', Helvetica, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, '游ゴシック体', 'Yu Gothic", YuGothic', 'ＭＳ Ｐゴシック', Arial, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  -webkit-text-size-adjust: 100%;
}

body {
  max-width: 100%;
  background: url("../img/common/bg_dot_01.png") 0 0 repeat;
}
@media screen and (max-width: 640px) {
  body {
    background-image: url("../img/common/bg_dot_01@2x.png");
    -webkit-background-size: 10px;
    background-size: 10px;
  }
}

a {
  color: #000;
  text-decoration: underline;
  -moz-transition: opacity 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}

a,
button {
  cursor: pointer;
}
a:hover,
button:hover {
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
}

button {
  outline: 0;
}

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

sup {
  font-size: 60%;
  vertical-align: top;
}

br.max_wrap {
  display: none;
}
@media screen and (max-width: 1076px) {
  br.max_wrap {
    display: inline;
  }
}
br.max_sp {
  display: none;
}
@media screen and (max-width: 640px) {
  br.max_sp {
    display: inline;
  }
}
@media screen and (max-width: 1076px) {
  br.min_wrap {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  br.min_sp {
    display: none;
  }
}

#container {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  overflow: hidden;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  #container {
    margin-top: 50px;
  }
}

/* ----------------------------------------------
 * #header
 */
#header {
  background-color: #fff;
  z-index: 1000;
}
#header.header_top {
  padding-bottom: 50px;
}
@media screen and (max-width: 880px) {
  #header.header_top {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 880px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    padding-bottom: 0;
  }
}
#header .bar {
  background: #000;
  padding: 5px 0 0;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 880px) {
  #header .bar {
    position: relative;
    background-color: transparent;
    padding: 0;
    overflow: visible;
    height: auto;
  }
}
#header .bar a {
  text-decoration: none;
  color: #fff;
}
#header .bar .logo_vert {
  float: left;
  padding: 0;
}
@media screen and (max-width: 880px) {
  #header .bar .logo_vert {
    padding-top: 8px;
    float: none;
  }
}
#header .bar .ctt {
  float: right;
  overflow: hidden;
}
#header .bar .ctt,
#header .bar .nav li,
#header .bar .cart .icon {
  line-height: 35px;
  vertical-align: middle;
}
#header .bar .cart {
  float: left;
  position: relative;
  padding-right: 26px;
}
@media screen and (max-width: 880px) {
  #header .bar .cart {
    float: none;
    padding-right: 0;
  }
}
@media screen and (max-width: 880px) {
  #header .bar .cart a {
    display: inline-block;
    padding: 10px 15px 10px 10px;
  }
}
#header .bar .cart .icon {
  display: inline-block;
  width: 37px;
  height: 28px;
  background: url("../img/common/icon_cart.png") center center no-repeat;
}
@media screen and (max-width: 880px) {
  #header .bar .cart .icon {
    width: 26px;
    height: 20px;
    background-image: url("../img/common/icon_cart_sp.png");
    -webkit-background-size: contain;
    background-size: contain;
  }
}
@media screen and (max-width: 880px) {
  #header .bar .cart .icon img {
    display: none;
  }
}
#header .bar .cart .notif {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  background-color: #ff0099;
  width: 20px;
  height: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  font-size: 0.88rem;
  color: #fff;
}
@media screen and (max-width: 880px) {
  #header .bar .cart .notif {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 11px;
    font-size: 0.69rem;
    margin-top: 0;
    top: 7px;
  }
}
#header .logo {
  padding: 18px 0;
  text-align: center;
}
@media screen and (max-width: 880px) {
  #header .logo {
    padding: 8px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
}
#header .logo a {
  display: inline-block;
}
@media screen and (max-width: 880px) {
  #header .logo a {
    display: block;
    margin: 0 auto;
    width: 176px;
    height: 31px;
    background: url("../img/common/logo_head_vert.png") center center no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
}
#header .logo img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 880px) {
  #header .logo img {
    display: none;
  }
}

#gnav {
  float: left;
  margin-right: 14px;
}
@media screen and (max-width: 880px) {
  #gnav {
    display: none;
    float: none;
    margin-right: 0;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #e7e7e7;
    z-index: 1030;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 3.2%;
  }
}
#gnav .login {
  float: right;
}
@media screen and (max-width: 880px) {
  #gnav .login {
    float: none;
  }
}
#gnav .login ul {
  overflow: hidden;
}
#gnav .login li {
  float: left;
  position: relative;
  display: block;
  margin-left: 8px;
  padding-left: 8px;
}
@media screen and (max-width: 880px) {
  #gnav .login li {
    float: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 4px;
  }
}
#gnav .login li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  height: 14px;
  margin-top: -7px;
  width: 1px;
  background-color: #999;
}
@media screen and (max-width: 880px) {
  #gnav .login li:before {
    content: none;
  }
}
#gnav .login li:first-child {
  margin-left: 0;
  padding-left: 0;
}
@media screen and (max-width: 880px) {
  #gnav .login li:first-child {
    margin-top: 0;
  }
}
#gnav .login li:first-child:before {
  content: none;
}
#gnav .login li a {
  font-size: 14px;
  font-size: 0.88rem;
}
@media screen and (max-width: 880px) {
  #gnav .login li a {
    display: block;
    text-align: center;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 7px 10px;
    background-color: #fff;
    color: #000 !important;
  }
}

#gnav_btn {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
  margin: -5px -20px -20px 0;
}
@media screen and (max-width: 880px) {
  #gnav_btn {
    display: block;
  }
}
#gnav_btn a {
  display: inline-block;
  padding: 10px;
}
#gnav_btn span {
  display: block;
  position: relative;
  margin: 18px 0 0;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#gnav_btn span, #gnav_btn span:before, #gnav_btn span:after {
  width: 28px;
  height: 2px;
  background: #666;
}
#gnav_btn span:before, #gnav_btn span:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: #666;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#gnav_btn span:before {
  margin-top: -10px;
}
#gnav_btn span:after {
  margin-top: 8px;
}
#gnav_btn.close span {
  background: transparent;
}
#gnav_btn.close span:before, #gnav_btn.close span:after {
  margin-top: 0;
}
#gnav_btn.close span:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#gnav_btn.close span:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

/* ----------------------------------------------
 * header nav
 */
@media screen and (min-width: 881px) {
  #header .pcommon_nav {
    float: right;
    margin-right: 60px;
  }
  #header .pcommon_nav .text {
    display: inline;
  }
  #header .pcommon_nav > ul > li {
    display: inline-block;
    position: relative;
  }
  #header .pcommon_nav > ul > li > a {
    font-size: 14px;
    font-size: 0.88rem;
  }
  #header .pcommon_nav .cat:after {
    content: url("../img/common/header_slash.png");
    display: inline-block;
    width: 15px;
    height: 20px;
    vertical-align: middle;
    margin: -5px 10px 1px;
  }
  #header .pcommon_nav .search .field {
    display: none;
    position: absolute;
    top: 0;
    width: 130px;
  }
  #header .pcommon_nav .search .field input[type="text"] {
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px 26px 5px 5px;
    box-sizing: border-box;
    height: 28px;
    background: #FFF url("../img/common/icon_search.png") 96% center no-repeat;
  }
  #header .pcommon_nav .search .field input[type="submit"] {
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    width: 26px;
    height: 28px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 1;
  }
  #header .pcommon_nav .search.show .field {
    display: block;
  }
  #header.header_top #gnav .pcommon_nav {
    display: none;
  }
  #header.header_top .pcommon_nav {
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    text-align: center;
    margin-right: 0;
  }
  #header.header_top .pcommon_nav .text {
    display: none;
  }
  #header.header_top .pcommon_nav > ul > li > a {
    display: inline-block;
    margin: 1px 10px;
    position: relative;
    top: 5px;
  }
  #header.header_top .pcommon_nav > ul > li.m-list > a {
    background: url("../img/common/header_menu01.png") 0 0 no-repeat;
    background-position: 0 0;
    width: 58px;
    height: 14px;
  }
  #header.header_top .pcommon_nav > ul > li.m-list > a:hover {
    background-position: 0 100%;
  }
  #header.header_top .pcommon_nav > ul > li.cat > a {
    background: url("../img/common/header_menu02.png") 0 0 no-repeat;
    background-position: 0 0;
    width: 82px;
    height: 14px;
  }
  #header.header_top .pcommon_nav > ul > li.cat > a:hover {
    background-position: 0 100%;
  }
  #header.header_top .pcommon_nav > ul > li.search > a {
    background: url("../img/common/header_menu03.png") 0 0 no-repeat;
    background-position: 0 0;
    width: 58px;
    height: 14px;
  }
  #header.header_top .pcommon_nav > ul > li.search > a:hover {
    background-position: 0 100%;
  }
}
@media screen and (max-width: 880px) {
  #header .pcommon_nav {
    margin-top: 10px;
  }
  #header .pcommon_nav > ul > li {
    margin-top: 1px;
    background: #d7d7d7 url("../img/common/header_arrow.png") 96% center no-repeat;
    -webkit-background-size: 10px auto;
    background-size: 10px auto;
  }
  #header .pcommon_nav > ul > li > a {
    font-size: 14px;
    font-size: 0.88rem;
    display: block;
    font-weight: bold;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 7px 10px;
    color: #000 !important;
  }
  #header .pcommon_nav > ul > li.search > a {
    display: none;
  }
  #header .pcommon_nav .field {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 7px;
  }
  #header .pcommon_nav .field input[type="text"] {
    border: none;
    box-sizing: border-box;
    width: 100%;
    padding: 0.5em 1.8em 0.5em 0.5em;
    height: 2.2em;
    font-size: 16px;
    background: #FFF url("../img/common/icon_search.png") 97% center no-repeat;
    background-size: 1em;
    text-align: center;
  }
  #header .pcommon_nav .field input[type="submit"] {
    opacity: 0;
    width: 2.5em;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 1;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  #header .pcommon_nav .field .searchList {
    display: none;
  }
  #header.header_top .logo .pcommon_nav {
    display: none;
  }
}
/* ----------------------------------------------
 * login panel
 */
@media screen and (min-width: 881px) {
  .pcommon_login_wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    display: none;
  }
  .pcommon_login_wrap .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1099;
    cursor: pointer;
  }
  .pcommon_login_wrap .pcommon_login {
    position: fixed;
    z-index: 301;
    z-index: 1101;
  }
  .pcommon_login_wrap .panel_login,
  .pcommon_login_wrap .panel_register {
    position: fixed;
    box-sizing: border-box;
    width: 382px;
    min-height: 350px;
    padding: 40px 0 30px;
    background: #e7e7e7;
    font-size: 12px;
    color: #000;
    line-height: 1.5;
    top: 50%;
    margin-top: -175px;
    text-align: center;
  }
  .pcommon_login_wrap .panel_login {
    right: 50%;
    margin-right: 10px;
  }
  .pcommon_login_wrap .panel_register {
    left: 50%;
    margin-left: 10px;
  }
  .pcommon_login_wrap .panel_login p,
  .pcommon_login_wrap .panel_register p {
    width: 300px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .pcommon_login_wrap .panel_login:before,
  .pcommon_login_wrap .panel_register:before {
    content: none;
  }
  .pcommon_login_wrap .panel_login .inner,
  .pcommon_login_wrap .panel_register .inner {
    position: relative;
  }
  .pcommon_login_wrap .panel_login a,
  .pcommon_login_wrap .panel_register a {
    color: #df4363;
    text-decoration: underline;
  }
  .pcommon_login_wrap .panel_login h4,
  .pcommon_login_wrap .panel_register h4 {
    color: #df4363;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 26px;
  }
  .pcommon_login_wrap .panel_register h4 {
    margin-bottom: 46px;
  }
  .pcommon_login_wrap .panel_login .option {
    padding-top: 10px;
    color: #000000;
  }
  .pcommon_login_wrap .panel_login .option input[type=checkbox] {
    vertical-align: middle;
    display: inline-block;
    margin-top: -1px;
  }
  .pcommon_login_wrap input.text {
    padding: 1em;
    width: 300px;
    box-sizing: border-box;
    margin: 5px auto;
    border: none;
    font-size: 14px;
    border-radius: 0;
  }
  .pcommon_login_wrap .button-pnk-f {
    border: none !important;
    position: relative;
    z-index: 1;
    zoom: 1;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    line-height: 1.2;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 300px;
    margin: 15px auto;
    font-size: 14px;
    box-sizing: border-box;
    text-align: center;
    background-color: #df4363;
    padding: 1.5em 0 1.4em;
    line-height: 1;
    -moz-transition: opacity 0.15s ease-out;
    -o-transition: opacity 0.15s ease-out;
    -webkit-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
  }
  .pcommon_login_wrap .button-pnk-f:hover {
    opacity: 0.7;
    -ms-filter: "alpha(opacity=70)";
  }
  .pcommon_login_wrap #header .nav-tools li.member {
    display: none;
  }
  .pcommon_login_wrap #header.login .nav-tools li.login {
    display: none;
  }
  .pcommon_login_wrap #header.login .nav-tools li.member {
    display: block;
  }

  .pcommon_cart_wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    display: none;
  }
  .pcommon_cart_wrap .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1099;
    cursor: pointer;
  }
  .pcommon_cart_wrap .inwrap {
    position: relative;
  }
  .pcommon_cart_wrap .pcommon_cart {
    position: absolute;
    width: 490px;
    right: 20px;
    z-index: 301;
    top: 56px !important;
    background: #fff;
    color: #000;
    z-index: 1101;
    /* 修正0024 */
    /* 修正0024 */
  }
  .pcommon_cart_wrap .pcommon_cart:before {
    content: "";
    display: block;
    position: absolute;
    top: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #666666 transparent;
    right: 3px;
    border-color: transparent transparent #fff transparent;
  }
  .pcommon_cart_wrap .pcommon_cart .inner {
    padding: 30px 20px;
  }
  .pcommon_cart_wrap .pcommon_cart .frame {
    max-height: 300px;
    overflow-y: auto;
    border-bottom: #949494 solid 1px;
  }
  .pcommon_cart_wrap .pcommon_cart .frame > ul {
    box-sizing: border-box;
    padding: 0;
  }
  .pcommon_cart_wrap .pcommon_cart .frame > ul > li {
    text-align: left;
    border-top: #949494 solid 1px;
    font-size: 12px;
    padding: 10px 5px;
    position: relative;
  }
  .pcommon_cart_wrap .pcommon_cart .frame > ul > li:first-child {
    border-top: none;
  }
  .pcommon_cart_wrap .pcommon_cart .frame > ul > li > div {
    position: relative;
    padding-left: 90px;
    box-sizing: border-box;
    min-height: 80px;
  }
  .pcommon_cart_wrap .pcommon_cart .frame .ttl {
    font-size: 14px;
    font-weight: normal;
  }
  .pcommon_cart_wrap .pcommon_cart .frame .photo {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    text-align: center;
  }
  .pcommon_cart_wrap .pcommon_cart .frame .photo img {
    height: auto;
    width: auto;
    max-height: 80px;
    max-width: 80px;
  }
  .pcommon_cart_wrap .pcommon_cart .frame .limitedList {
    padding-bottom: 20px;
  }
  .pcommon_cart_wrap .pcommon_cart .frame .limitedList li {
    font-size: 12px;
    color: #df2c52;
    padding: 0 0 2px 0;
  }
  .pcommon_cart_wrap .pcommon_cart .frame .subtotal {
    text-align: right;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .pcommon_cart_wrap .pcommon_cart .frame .subtotal .button {
    padding: 2px 10px 2px 9px;
    font-size: 12px;
    margin: 0px 17px 0 0;
    display: inline-block;
    background: #E4E4E4;
  }
  .pcommon_cart_wrap .pcommon_cart .action .button {
    width: 217px;
    margin: 10px;
  }
  .pcommon_cart_wrap .pcommon_cart .total {
    text-align: right;
    margin: 15px 0;
    font-size: 14px;
  }
  .pcommon_cart_wrap .pcommon_cart .total span {
    color: #df2c52;
    font-size: 16px;
    font-weight: bold;
  }
  .pcommon_cart_wrap .pcommon_cart .action {
    text-align: center;
  }
  .pcommon_cart_wrap .pcommon_cart .button-pnk {
    border: none !important;
    position: relative;
    z-index: 1;
    zoom: 1;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    line-height: 1.2;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 19px;
    font-size: 115%;
    background-color: #df2c52;
    background: -webkit-gradient(linear, left top, left bottom, from(#df2c52), to(#b42342));
    background: -moz-linear-gradient(top, #df2c52, #b42342);
    background: linear-gradient(to bottom, #df2c52, #b42342);
    -pie-background: linear-gradient(to bottom, #df2c52, #b42342);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#df2c52', endColorstr='#b42342', GradientType=0)";
    -moz-appearance: none;
    -webkit-appearance: none;
  }
}
@media screen and (max-width: 880px) {
  .pcommon_login_wrap {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    top: 5%;
    z-index: 1100;
  }
  .pcommon_login_wrap .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1099;
    cursor: pointer;
  }
  .pcommon_login_wrap .pcommon_login {
    position: absolute;
    left: 3.4%;
    top: 0;
    box-sizing: border-box;
    width: 93.2%;
    z-index: 301;
    background: #e7e7e7;
    padding-bottom: 1px;
    font-size: 12px;
    z-index: 1101;
  }
  .pcommon_login_wrap .panel_login,
  .pcommon_login_wrap .panel_register {
    position: relative;
    text-align: center;
    padding: 8% 0;
  }
  .pcommon_login_wrap .panel_login {
    border-bottom: #ccc solid 1px;
  }
  .pcommon_login_wrap .panel_login p,
  .pcommon_login_wrap .panel_register p {
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .pcommon_login_wrap .panel_login:before,
  .pcommon_login_wrap .panel_register:before {
    content: none;
  }
  .pcommon_login_wrap .panel_login .inner,
  .pcommon_login_wrap .panel_register .inner {
    position: relative;
  }
  .pcommon_login_wrap .panel_login a,
  .pcommon_login_wrap .panel_register a {
    color: #df4363;
    text-decoration: underline;
  }
  .pcommon_login_wrap .panel_login h4,
  .pcommon_login_wrap .panel_register h4 {
    color: #df4363;
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 6%;
  }
  .pcommon_login_wrap .panel_login .option {
    padding-top: 4%;
    color: #000000;
  }
  .pcommon_login_wrap .panel_login .option input[type=checkbox] {
    vertical-align: middle;
    display: inline-block;
    margin-top: -1px;
  }
  .pcommon_login_wrap input.text {
    padding: 0.8em;
    width: 100%;
    box-sizing: border-box;
    margin: 5px auto;
    border: none;
    font-size: 16px;
    border-radius: 0;
  }

  .button {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: inline-block;
    color: #fff;
    width: 100%;
    height: 42px;
    line-height: 42px;
    position: relative;
    border: none;
    margin: 2% auto;
    font-size: 15px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none !important;
    zoom: 1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    background-color: #df4363;
    background-size: 8px 13px, 100% 100% !important;
    -moz-appearance: none;
    -webkit-appearance: none;
  }

  .nav-tools li.member {
    display: none;
  }

  #mypagePanel {
    display: none;
  }

  #header.login .nav-tools li.login {
    display: none;
  }

  #header.login .nav-tools li.member {
    display: block;
  }

  #header.login #mypagePanel {
    display: block;
  }

  .pcommon_cart_wrap {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1100;
  }
  .pcommon_cart_wrap .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1099;
    cursor: pointer;
  }
  .pcommon_cart_wrap .pcommon_cart {
    position: fixed;
    left: 0;
    top: 8.8%;
    width: 100%;
    z-index: 301;
    background: #FFF;
    padding-bottom: 1px;
    z-index: 1101;
  }
  .pcommon_cart_wrap .bind-scroll {
    top: 0 !important;
    box-shadow: 0px 0px 9px 4px #CCC;
    -moz-box-shadow: 0px 0px 9px 4px #CCC;
    -webkit-box-shadow: 0px 0px 9px 4px #CCC;
  }
  .pcommon_cart_wrap .inner {
    padding: 30px 20px;
  }
  .pcommon_cart_wrap .frame {
    max-height: 200px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-bottom: #949494 solid 1px;
  }
  .pcommon_cart_wrap .frame > ul {
    box-sizing: border-box;
    padding: 0;
  }
  .pcommon_cart_wrap .frame > ul > li {
    text-align: left;
    border-top: #949494 solid 1px;
    font-size: 12px;
    padding: 10px 5px;
    position: relative;
  }
  .pcommon_cart_wrap .frame > ul > li:first-child {
    border-top: none;
  }
  .pcommon_cart_wrap .frame > ul > li > div {
    position: relative;
    padding-left: 90px;
    box-sizing: border-box;
    min-height: 80px;
  }
  .pcommon_cart_wrap .frame .ttl {
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .pcommon_cart_wrap .frame .photo {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 80px;
    max-height: 80px;
  }
  .pcommon_cart_wrap .frame .photo img {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
  }
  .pcommon_cart_wrap .frame .limitedList {
    padding: 0 0 20px 0;
  }
  .pcommon_cart_wrap .frame .limitedList li {
    font-size: 12px;
    color: #df2c52;
    padding: 0 0 2px 0;
  }
  .pcommon_cart_wrap .frame .subtotal {
    text-align: right;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .pcommon_cart_wrap .frame .subtotal .button {
    padding: 2px 10px 2px 9px;
    font-size: 12px;
    margin: 0px 17px 0 0;
    display: inline-block;
    line-height: 1.2;
    height: auto;
    width: 60px;
    background: #E4E4E4;
  }
  .pcommon_cart_wrap .total {
    text-align: right;
    margin: 15px 0;
    font-size: 14px;
  }
  .pcommon_cart_wrap .total span {
    color: #df2c52;
    font-size: 16px;
    font-weight: bold;
  }
}
/* ----------------------------------------------
 * #timeline
 */
#timeline {
  background-color: #ededed;
  padding: 22px 0;
  min-height: 566px;
}
@media screen and (max-width: 640px) {
  #timeline {
    min-height: 0;
  }
}
#timeline .inwrap {
  overflow: hidden;
}
#timeline .tw,
#timeline .fb {
  width: 48.19%;
  height: 566px;
  background: url("../img/common/loader.gif") center center no-repeat;
}
@media screen and (max-width: 640px) {
  #timeline .tw,
  #timeline .fb {
    width: auto;
    height: 362px;
  }
}
#timeline .tw iframe,
#timeline .fb iframe {
  width: 100% !important;
  height: 566px !important;
}
@media screen and (max-width: 640px) {
  #timeline .tw iframe,
  #timeline .fb iframe {
    height: 362px !important;
  }
}
#timeline .tw {
  float: left;
}
@media screen and (max-width: 640px) {
  #timeline .tw {
    float: none;
  }
}
#timeline .fb {
  float: right;
}
@media screen and (max-width: 640px) {
  #timeline .fb {
    float: none;
    margin-top: 20px;
  }
}

#footer {
  background-color: #fff;
  text-align: center;
  padding: 8px 0 14px;
}
#footer .nav .list div {
  display: inline-block;
  position: relative;
  padding-left: 10px;
}
#footer .nav .list div:before {
  content: '';
  display: block;
  width: 1px;
  height: 14px;
  top: 50%;
  margin-top: -7px;
  left: 2px;
  position: absolute;
  background-color: #ccc;
}
#footer .nav .list div:first-child {
  padding-left: 0;
}
#footer .nav .list div:first-child:before {
  content: none;
}
#footer .nav .list div a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.88rem;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  #footer .nav .list div a {
    font-size: 11px;
    font-size: 0.69rem;
  }
}
@media screen and (max-width: 640px) {
  #footer .nav .list div:nth-child(1) a, #footer .nav .list div:nth-child(2) a, #footer .nav .list div:nth-child(3) a {
    font-size: 13px;
    font-size: 0.81rem;
  }
}
#footer .nav .list div:nth-child(4):before {
  content: none;
}
#footer .nav .list br {
  display: none;
}
@media screen and (max-width: 640px) {
  #footer .nav .list br {
    display: inline;
  }
}
#footer .logo {
  margin: 46px 0 4px;
}
@media screen and (max-width: 640px) {
  #footer .logo img {
    width: 80px;
  }
}
#footer .copyright {
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  #footer .copyright {
    font-size: 11px;
    font-size: 0.69rem;
  }
}

/* ----------------------------------------------
 * sub page
 */
#breadcrumb {
  background-color: #fff;
  font-size: 14px;
  font-size: 0.88rem;
  line-height: 1.3;
  padding: 11px 0;
}
#breadcrumb ul {
  overflow: hidden;
}
#breadcrumb li {
  display: inline-block;
  float: left;
  margin-left: 5px;
}
#breadcrumb li,
#breadcrumb li a {
  color: #999;
}
#breadcrumb li:before {
  content: '>';
  margin-right: 5px;
  color: #ccc;
}
#breadcrumb li:first-child {
  margin-left: 0;
}
#breadcrumb li:first-child:before {
  content: none;
}
#breadcrumb li a {
  text-decoration: none;
}
#breadcrumb li a:hover {
  text-decoration: underline;
}

.inwrap {
  width: 996px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1076px) {
  .inwrap {
    width: auto;
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .inwrap {
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 640px) {
  .inwrap {
    margin-left: 3.2%;
    margin-right: 3.2%;
  }
}

@media screen and (min-width: 641px) {
  .spOnly {
    display: none;
  }
}

/* ----------------------------------------------
 * top page
 */
.ptop_tslider {
  padding: 20px 0 40px;
}
@media screen and (max-width: 1076px) {
  .ptop_tslider {
    padding-top: 0;
  }
}
@media screen and (max-width: 1076px) {
  .ptop_tslider .inwrap {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.ptop_tslider .slick-slider .slick-track {
  margin-left: -174px;
}
@media screen and (max-width: 1076px) {
  .ptop_tslider .slick-slider .slick-track {
    margin-left: 0;
  }
}
.ptop_tslider .slick-slide img {
  display: block;
}

.ptop_tslider .slick-arrow,
.ptop_tslider .slick-dots li button,
.ptop_itemlist .slick-arrow,
.ptop_itemlist .slick-dots li button {
  -moz-appearance: none;
  -webkit-appearance: none;
  border-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
}
.ptop_tslider .slick-arrow:focus,
.ptop_tslider .slick-dots li button:focus,
.ptop_itemlist .slick-arrow:focus,
.ptop_itemlist .slick-dots li button:focus {
  outline: 0;
}
.ptop_tslider .slick-slider,
.ptop_itemlist .slick-slider {
  position: relative;
}
.ptop_tslider .slick-arrow,
.ptop_itemlist .slick-arrow {
  position: absolute;
  top: 50%;
  width: 70px;
  height: 140px;
  margin-top: -70px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  padding: 0;
  z-index: 2;
  -webkit-background-size: 100%;
  background-size: 100%;
}
@media screen and (max-width: 1200px) {
  .ptop_tslider .slick-arrow,
  .ptop_itemlist .slick-arrow {
    width: 50px;
    height: 86px;
    margin-top: -43px;
  }
}
@media screen and (max-width: 640px) {
  .ptop_tslider .slick-arrow,
  .ptop_itemlist .slick-arrow {
    width: 25px;
    height: 43px;
    margin-top: -21.5px;
  }
}
.ptop_tslider .slick-arrow.slick-prev,
.ptop_itemlist .slick-arrow.slick-prev {
  right: 100%;
  margin-right: 16px;
  background-image: url("../img/common/arrow_prev.png");
}
@media screen and (max-width: 1200px) {
  .ptop_tslider .slick-arrow.slick-prev,
  .ptop_itemlist .slick-arrow.slick-prev {
    background-image: url("../img/common/arrow_prev_sp.png");
    margin-right: -55px;
  }
}
@media screen and (max-width: 640px) {
  .ptop_tslider .slick-arrow.slick-prev,
  .ptop_itemlist .slick-arrow.slick-prev {
    right: auto;
    left: 5px;
    margin-left: 0;
  }
}
.ptop_tslider .slick-arrow.slick-next,
.ptop_itemlist .slick-arrow.slick-next {
  left: 100%;
  margin-left: 16px;
  background-image: url("../img/common/arrow_next.png");
}
@media screen and (max-width: 1200px) {
  .ptop_tslider .slick-arrow.slick-next,
  .ptop_itemlist .slick-arrow.slick-next {
    background-image: url("../img/common/arrow_next_sp.png");
    margin-left: -55px;
  }
}
@media screen and (max-width: 640px) {
  .ptop_tslider .slick-arrow.slick-next,
  .ptop_itemlist .slick-arrow.slick-next {
    left: auto;
    right: 5px;
    margin-right: 0;
  }
}
.ptop_tslider .slick-dots,
.ptop_itemlist .slick-dots {
  position: absolute;
  top: 100%;
  margin-top: 12px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}
.ptop_tslider .slick-dots,
.ptop_tslider .slick-dots li,
.ptop_tslider .slick-dots li button,
.ptop_itemlist .slick-dots,
.ptop_itemlist .slick-dots li,
.ptop_itemlist .slick-dots li button {
  height: 13px;
  line-height: 13px;
}
.ptop_tslider .slick-dots li,
.ptop_itemlist .slick-dots li {
  display: inline-block;
  margin-left: 8px;
}
.ptop_tslider .slick-dots li:first-child,
.ptop_itemlist .slick-dots li:first-child {
  margin-left: 0;
}
.ptop_tslider .slick-dots li button,
.ptop_itemlist .slick-dots li button {
  padding: 0;
  border: 1px solid #ccc;
  width: 13px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
}
.ptop_tslider .slick-dots li.slick-active button,
.ptop_itemlist .slick-dots li.slick-active button {
  background-color: #33ccff;
}

.ptop_recommend {
  background-color: #fff;
}
@media screen and (max-width: 1076px) {
  .ptop_recommend {
    background-color: transparent;
  }
}
.ptop_recommend li {
  border-top: 1px solid #ccc;
  padding-top: 1px;
  margin-top: 1px;
}
@media screen and (max-width: 1076px) {
  .ptop_recommend li {
    border-top: 0;
    padding-top: 0;
    margin-top: 20px;
  }
}
.ptop_recommend li:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
@media screen and (max-width: 1076px) {
  .ptop_recommend li:first-child {
    margin-top: 0;
  }
}
.ptop_recommend li a,
.ptop_recommend li img {
  display: block;
}
.ptop_recommend li img {
  width: 100%;
  margin: 0 auto;
}

.ptop_news {
  padding: 20px 0;
}
.ptop_news .inwrap {
  background-color: #fff;
}
.ptop_news .hl,
.ptop_news ul {
  margin-left: 30px;
  margin-right: 30px;
}
@media screen and (max-width: 640px) {
  .ptop_news .hl,
  .ptop_news ul {
    margin-left: 14px;
    margin-right: 14px;
  }
}
.ptop_news .hl {
  padding-top: 13px;
  padding-bottom: 2px;
  color: #666;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .ptop_news .hl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.ptop_news ul {
  padding-bottom: 8px;
}
.ptop_news ul li {
  overflow: hidden;
  margin: 5px 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .ptop_news ul li {
    margin: 2px 0;
  }
}
.ptop_news ul a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.88rem;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .ptop_news ul a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.ptop_news ul .date {
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
}
@media screen and (max-width: 640px) {
  .ptop_news ul .date {
    top: 7px;
  }
}
.ptop_news ul .text {
  margin-left: 46px;
  display: inline-block;
}

.ptop_itemlist {
  background-color: #fff;
  padding: 17px 0 30px;
}
.ptop_itemlist .hl {
  color: #666;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.3;
  margin: 0 30px 16px;
}
@media screen and (max-width: 640px) {
  .ptop_itemlist .hl {
    margin-left: 14px;
    margin-right: 14px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.ptop_itemlist .slick-slide {
  padding: 0 4px;
}
.ptop_itemlist .slick-slide img {
  width: 200px;
  display: block;
  margin: 0 auto;
}

/* ----------------------------------------------
 * list page
 */
@media screen and (min-width: 641px) {
  .plist_wrap {
    position: relative;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .plist_status {
    position: absolute;
    width: 100%;
  }
  .plist_status .hitItems {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ebebeb;
    width: 185px;
    height: 116px;
    box-sizing: border-box;
    padding-top: 22px;
    font-size: 14px;
    text-align: center;
  }
}
@media screen and (min-width: 641px) and (max-width: 1076px) {
  .plist_status .hitItems {
    width: 18.57%;
  }
}
@media screen and (min-width: 641px) {
  .plist_status .hitItems:after {
    content: "";
    position: absolute;
    right: -21px;
    top: 29px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 21px;
    border-color: transparent transparent transparent #ebebeb;
  }
  .plist_status .hitItems .ttl:after {
    content: "：";
  }
  .plist_status .hitItems .number .main {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 34px;
    color: #df2c52;
    line-height: 1.3;
    margin: 0 5px 0 10px;
  }
  .plist_status .head {
    position: absolute;
    width: 785px;
    right: 20px;
    font-size: 12px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1076px) {
  .plist_status .head {
    width: 78.82%;
  }
}
@media screen and (min-width: 641px) {
  .plist_status .head ul {
    padding: 30px 5px 27px;
    box-sizing: border-box;
    width: 100%;
    display: table;
    word-spacing: -1em;
  }
  .plist_status .head ul li {
    display: inline-block;
    word-spacing: normal;
  }
}
@media screen and (min-width: 641px) and (max-width: 640px) {
  .plist_status .head ul li {
    display: inline-block;
    word-spacing: normal;
    margin-bottom: 0.8em;
  }
}
@media screen and (min-width: 641px) {
  .plist_status .head ul li.keyword {
    color: #df2c52;
  }
  .plist_status .head ul li.keyword:before {
    content: none;
  }
  .plist_status .head ul li:before {
    content: "｜";
    display: inline-block;
    margin: 0 8px;
  }
  .plist_status .head ul li.category:before {
    content: "　";
    margin: 0 3px;
  }

  .plist_refine {
    width: 185px;
    float: left;
    background-color: #FFFFFF;
    padding-top: 116px;
    font-size: 12px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1076px) {
  .plist_refine {
    width: 18.57%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 641px) {
  .plist_refine .inner {
    width: 150px;
    margin: 0 auto;
    border-top: #dadada solid 1px;
    padding: 15px 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1076px) {
  .plist_refine .inner {
    width: auto;
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media screen and (min-width: 641px) {
  .plist_refine .inner.categoryList {
    border-top: none;
    padding-top: 30px;
  }
  .plist_refine h4 {
    font-size: 14px;
    font-weight: normal;
    color: #df2c52;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 641px) and (max-width: 640px) {
  .plist_refine h4 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    float: left;
  }
}
@media screen and (min-width: 641px) and (max-width: 640px) {
  .plist_refine .btn-all {
    font-size: 14px;
    color: #e1284f;
    border: none;
    background: none;
    text-decoration: underline;
    float: right;
  }
}
@media screen and (min-width: 641px) {
  .plist_refine input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    font-size: 12px;
    line-height: 30px;
    cursor: pointer;
  }
  .plist_refine input[type=checkbox] {
    display: none;
    margin: 0;
  }
  .plist_refine input[type=checkbox] + label {
    padding: 8px 0 8px 24px;
    line-height: 1.3;
  }
  .plist_refine input[type=checkbox] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #FFF;
    border: 1px solid #ccc;
  }
  .plist_refine input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    left: 2px;
    width: 12px;
    height: 6px;
    margin-top: -4px;
    border-left: 2px solid #E71063;
    border-bottom: 2px solid #E71063;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .plist_refine select {
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    box-sizing: border-box;
    padding: 0 5px;
    height: 34px;
    border: 1px solid #ccc;
    background: #fff url("../img/common/form_arrow.png") no-repeat right 50%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    outline: 0;
    cursor: pointer;
  }

  .plist_result {
    width: 800px;
    float: right;
    background-color: #FFFFFF;
    padding: 75px 0 60px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1076px) {
  .plist_result {
    width: 80.32%;
  }
}
@media screen and (min-width: 641px) {
  .plist_result .section {
    padding: 50px 0 0;
    width: 785px;
    margin: 0 auto;
    border-top: #dadada solid 1px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1076px) {
  .plist_result .section {
    width: auto;
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media screen and (min-width: 641px) {
  .plist_result .section h2.ttl {
    text-align: center;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: bold;
  }
  .plist_result .listType2 {
    position: relative;
    width: 793px;
    margin: 0 -4px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1076px) {
  .plist_result .listType2 {
    width: auto;
    margin: 0;
  }
}
@media screen and (min-width: 641px) {
  .plist_result .listType2 .item {
    float: left;
    text-align: left;
    display: block;
    font-weight: bold;
    position: relative;
    width: 150px;
    margin: 4px 4px 14px;
    line-height: 1.4;
    font-size: 12px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1076px) {
  .plist_result .listType2 .item {
    width: 24%;
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
}
@media screen and (min-width: 641px) {
  .plist_result .listType2 .item.first {
    clear: both;
  }
}
@media screen and (min-width: 641px) and (max-width: 1076px) {
  .plist_result .listType2 .item.first {
    clear: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1076px) {
  .plist_result .listType2 .item:nth-child(4n+1) {
    clear: both;
  }
}
@media screen and (min-width: 641px) {
  .plist_result .listType2 .item .visual {
    margin-bottom: 8px;
    position: relative;
    vertical-align: middle;
    display: table-cell;
    padding: 15px 10px;
    box-sizing: border-box;
    text-align: center;
    width: 150px;
    height: 150px;
    padding: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1076px) {
  .plist_result .listType2 .item .visual {
    width: auto;
    height: auto;
    padding-bottom: 100%;
    display: block;
  }
}
@media screen and (min-width: 641px) {
  .plist_result .listType2 .item .ttl {
    margin-top: 8px;
  }
  .plist_result .listType2 .item img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 641px) and (max-width: 1076px) {
  .plist_result .listType2 .item img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}
@media screen and (min-width: 641px) {
  .plist_result .listType2 .item .sales {
    font-size: 14px;
    margin-top: 10px;
  }
  .plist_result .listType2 .item .badge {
    position: absolute;
    top: -10px;
    width: 46px;
    right: -5px;
    top: -10px;
  }
  .plist_result .listType2 a {
    text-decoration: none;
  }
  .plist_result .btn {
    width: 100%;
    padding: 18px 0 15px;
    background: #fff url("../img/list/icon_down.png") no-repeat 94% center;
    position: relative;
    text-align: center;
    display: block;
    border: none;
    cursor: pointer;
    outline: 0;
  }
  .plist_result .btn-more {
    color: #df2c52;
    font-weight: bold;
    display: none;
    border-top: #dadada solid 1px;
    border-bottom: #dadada solid 1px;
    background-position: 99% center;
    background-color: #fff;
    margin-bottom: -1px;
  }
}
@media screen and (max-width: 640px) {
  .plist_wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .plist_wrap.inwrap {
    margin-left: 0;
    margin-right: 0;
  }

  .plist_status {
    background-color: #FFFFFF;
    padding: 8% 0;
  }
  .plist_status .hitItems {
    width: 84.375%;
    margin: 0 auto;
    box-sizing: border-box;
    margin-bottom: 0.8em;
    font-size: 14px;
  }
  .plist_status .hitItems .ttl {
    display: inline-block;
  }
  .plist_status .hitItems .number {
    display: inline-block;
  }
  .plist_status .hitItems .number .main {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 34px;
    color: #df2c52;
    line-height: 1.3;
    margin: 0 5px 0 0;
  }
  .plist_status .head {
    width: 84.375%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .plist_status .head ul {
    width: 100%;
    display: table;
    word-spacing: -1em;
    padding-bottom: 0.5em;
  }
  .plist_status .head ul li {
    display: inline-block;
    word-spacing: normal;
    margin-bottom: 0.8em;
  }
  .plist_status .head ul li.keyword {
    display: block;
  }
  .plist_status .head ul li.keyword .key {
    display: inline;
  }
  .plist_status .head ul li.keyword .val {
    color: #df2c52;
  }
  .plist_status .head ul li.category:after, .plist_status .head ul li.option:after {
    content: "｜";
    display: inline-block;
    margin: 0 0.5em;
  }
  .plist_status .btn-refine {
    background: #e7e7e7;
    border: none;
    width: 100%;
    box-sizing: border-box;
    padding: 0.8em;
    font-size: 16px;
    padding-right: 1em;
    outline: 0;
  }
  .plist_status .btn-refine:before {
    display: inline-block;
    background: url("../img/list/icon_search.png") no-repeat center center;
    background-size: contain;
    content: "";
    width: 1.2em;
    height: 1.2em;
    margin-right: 1em;
    vertical-align: text-top;
  }

  .plist_refine {
    display: none;
    width: 100%;
    background-color: #e7e7e7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1020;
  }
  .plist_refine.show {
    display: block;
  }
  .plist_refine > .ttl {
    text-align: center;
    padding-top: 7%;
    font-size: 20px;
    margin-bottom: 6%;
  }
  .plist_refine .inner {
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 14px;
    padding: 0 3.2% 6%;
    position: relative;
    overflow: hidden;
  }
  .plist_refine .inner .cateList,
  .plist_refine .inner .opList {
    clear: both;
  }
  .plist_refine .inner .cateList li,
  .plist_refine .inner .opList li {
    float: left;
    width: 50%;
  }
  .plist_refine .inner select {
    clear: both;
    display: block;
  }
  .plist_refine .field {
    clear: both;
  }
  .plist_refine .field div {
    position: relative;
  }
  .plist_refine .field .input[type="text"] {
    border: none;
    box-sizing: border-box;
    width: 100%;
    padding: 0.5em 1.8em 0.5em 0.5em;
    height: 2.2em;
    font-size: 16px;
    background: #FFF url("../img/list/icon_search.png") 97% center no-repeat;
    background-size: 1em;
    background-image: none;
    text-align: left;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .plist_refine .field .btn-clear {
    display: inline-block;
    background: #cccccc;
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 0px;
    font-size: 0rem;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: none;
    position: absolute;
    margin-top: -7px;
    top: 50%;
    right: 10px;
  }
  .plist_refine .field .btn-clear:before, .plist_refine .field .btn-clear:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 60%;
    background: #FFF;
    left: 20%;
    top: 50%;
  }
  .plist_refine .field .btn-clear:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .plist_refine .field .btn-clear:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .plist_refine .btn-close {
    background: none;
    border: none;
    width: 1%;
    margin: 0 auto;
    padding: 5%;
    display: block;
    position: absolute;
    right: 4%;
    top: 2%;
    z-index: 1;
  }
  .plist_refine .btn-close:before, .plist_refine .btn-close:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #333;
    left: 0;
    top: 50%;
  }
  .plist_refine .btn-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .plist_refine .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .plist_refine h4 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    float: left;
  }
  .plist_refine .btn-all {
    font-size: 14px;
    color: #e1284f;
    border: none;
    background: none;
    text-decoration: underline;
    float: right;
  }
  .plist_refine input[type=checkbox] {
    display: none;
    margin: 0;
  }
  .plist_refine input[type=checkbox] + label {
    position: relative;
    display: block;
    margin-right: 12px;
    font-size: 12px;
    text-align: center;
    margin: 0.2em;
    line-height: 3em;
    background-color: #FFFFFF;
    color: #cccccc;
    border: #cccccc solid 1px;
    border-radius: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .plist_refine input[type=checkbox]:checked + label {
    color: #e1284f;
    border: #e1284f solid 1px;
  }
  .plist_refine select {
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    box-sizing: border-box;
    padding: 0 5px;
    height: 3em;
    border: 1px solid #ccc;
    background: #fff url("../img/common/form_arrow2.png") no-repeat right 50%;
    background-size: auto 100%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .plist_refine .titleList {
    padding-bottom: 8%;
  }
  .plist_refine input[type="submit"] {
    background: #df2c52;
    border: none;
    width: 100%;
    box-sizing: border-box;
    padding: 0.8em;
    font-size: 16px;
    padding-right: 1em;
    color: #FFFFFF;
    margin-top: 8%;
  }
  .plist_refine input[type="submit"]:before {
    display: inline-block;
    /* background:url(../img/sp/icon_search_white.png) no-repeat center center; */
    background-size: contain;
    content: "";
    width: 1.2em;
    height: 1.2em;
    /* margin-right: 1em; */
    vertical-align: text-top;
  }

  .plist_result {
    overflow: hidden;
    padding-top: 20px;
  }
  .plist_result .section {
    padding-left: 3.2%;
    padding-right: 3.2%;
  }
  .plist_result .section h2.ttl {
    width: 93.75%;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: bold;
  }
  .plist_result a {
    text-decoration: none;
  }

  .listType2 .item {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2% 2% 30px 2%;
    float: left;
    text-align: left;
    position: relative;
  }
  .listType2 .item:nth-child(odd) {
    clear: both;
  }
  .listType2 .item .badge {
    position: absolute;
    width: 36%;
    top: -6%;
    right: -6%;
    z-index: 1;
  }
  .listType2 .item .visual {
    background: #fff;
    background-size: 50%;
    padding: 50%;
    position: relative;
    margin-bottom: 4%;
  }
  .listType2 .item .visual img {
    width: auto;
    height: auto;
    position: absolute;
    max-width: 90%;
    max-height: 90%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .listType2 .item .ttl, .listType2 .item .spec {
    font-weight: normal;
    line-height: 1.4;
    font-size: 12px;
  }
  .listType2 .item .sales {
    margin-top: 4%;
    font-size: 16px;
  }

  .btn-more {
    clear: both;
    outline: none;
    display: block;
    padding: 5%;
    box-sizing: border-box;
    border: none;
    margin: 0 auto;
    font-size: 16px;
    background: #FFFFFF url("../img/list/arrow_down.png") no-repeat 94% center;
    background-size: 20px;
    margin-top: 4%;
    margin-bottom: 4%;
    color: #df2c52;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* ----------------------------------------------
 * detail page
 */
.pdetail_slider {
  margin-top: 40px;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .pdetail_slider {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
  }
}
.pdetail_slider .slider {
  float: left;
  width: 550px;
}
@media screen and (max-width: 1076px) {
  .pdetail_slider .slider {
    width: 55.22%;
  }
}
@media screen and (max-width: 640px) {
  .pdetail_slider .slider {
    float: none;
    width: auto;
  }
}
.pdetail_slider .slider img {
  display: block;
}
.pdetail_slider .slider .large {
  position: relative;
  padding-bottom: 100%;
}
.pdetail_slider .slider .large div {
  background: url("../img/common/loader.gif") center center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
.pdetail_slider .slider .large div.active {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.pdetail_slider .slider .large div img {
  width: 100%;
}
.pdetail_slider .slider .large button {
  -moz-appearance: none;
  -webkit-appearance: none;
  border-width: 0;
  outline: 0;
  padding: 10px;
  margin: 0;
  display: none;
  position: absolute;
  top: 50%;
  width: 45px;
  height: 63px;
  margin-top: -31.5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  z-index: 2;
  -webkit-background-size: 25px;
  background-size: 25px;
}
.pdetail_slider .slider .large button.prev {
  left: 0;
  margin-right: 0;
  background-image: url("../img/common/arrow_prev_sp.png");
}
.pdetail_slider .slider .large button.next {
  right: 0;
  margin-left: 0;
  background-image: url("../img/common/arrow_next_sp.png");
}
@media screen and (max-width: 640px) {
  .pdetail_slider .slider .large button.next {
    display: block;
  }
}
.pdetail_slider .slider .tslider {
  position: relative;
  margin: 20px auto;
  width: 382px;
  max-width: 84%;
}
@media screen and (max-width: 640px) {
  .pdetail_slider .slider .tslider {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.pdetail_slider .slider .tslider .slick-slide {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
  max-width: 70px;
  margin: 0 3px;
}
.pdetail_slider .slider .tslider .slick-slide.active, .pdetail_slider .slider .tslider .slick-slide.active:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  cursor: default;
}
.pdetail_slider .slider .tslider .slick-slide:hover {
  opacity: 0.85;
  -ms-filter: "alpha(opacity=85)";
}
.pdetail_slider .slider .tslider .slick-arrow {
  position: absolute;
  top: 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-width: 0;
  outline: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-background-size: 100%;
  background-size: 100%;
  width: 14px;
  height: 42px;
  margin-top: -21px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  padding: 0;
}
@media screen and (max-width: 640px) {
  .pdetail_slider .slider .tslider .slick-arrow {
    width: 7px;
    height: 21px;
    margin-top: -10.5px;
  }
}
.pdetail_slider .slider .tslider .slick-arrow.slick-disabled {
  opacity: 0.2;
  -ms-filter: "alpha(opacity=20)";
}
.pdetail_slider .slider .tslider .slick-arrow.slick-disabled, .pdetail_slider .slider .tslider .slick-arrow.slick-disabled:hover {
  cursor: detail;
}
.pdetail_slider .slider .tslider .slick-prev {
  background-image: url("../img/detail/arrow_left.png");
  left: -60px;
}
@media screen and (max-width: 1076px) {
  .pdetail_slider .slider .tslider .slick-prev {
    left: -20px;
  }
}
.pdetail_slider .slider .tslider .slick-next {
  background-image: url("../img/detail/arrow_right.png");
  right: -60px;
}
@media screen and (max-width: 1076px) {
  .pdetail_slider .slider .tslider .slick-next {
    right: -20px;
  }
}
.pdetail_slider .text {
  float: right;
  width: 42.97%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 22px 22px 22px 0;
}
@media screen and (max-width: 640px) {
  .pdetail_slider .text {
    float: none;
    width: auto;
    padding: 22px 3.2%;
  }
}
.pdetail_slider .text .share {
  text-align: right;
}
@media screen and (max-width: 640px) {
  .pdetail_slider .text .share {
    text-align: left;
  }
}
.pdetail_slider .text .share li {
  display: inline-block;
  margin-left: 6px;
}
.pdetail_slider .text .share li:first-child {
  margin-left: 0;
}
.pdetail_slider .text .share .tw a,
.pdetail_slider .text .share .fb a {
  display: inline-block;
  width: 60px;
  height: 25px;
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.pdetail_slider .text .share .tw img,
.pdetail_slider .text .share .fb img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.pdetail_slider .text .share .tw a {
  background-color: #51aaf1;
}
.pdetail_slider .text .share .tw img {
  margin-top: -7px;
  margin-left: -9px;
  width: 18px;
}
.pdetail_slider .text .share .fb a {
  background-color: #2a5b9f;
}
.pdetail_slider .text .share .fb img {
  margin-top: -7px;
  margin-left: -4px;
  width: 8px;
}
.pdetail_slider .text .name {
  margin: 10px 0px 24px;
  font-size: 26px;
  font-size: 1.63rem;
  line-height: 1.08;
}
.pdetail_slider .text .lead {
  position: relative;
  color: #ff0033;
  font-size: 18px;
  font-size: 1.13rem;
  line-height: 1.22;
  padding: 8px 0;
}
.pdetail_slider .text .lead:before, .pdetail_slider .text .lead:after {
  content: '';
  background: url("../img/common/line_dot_01.png") 0 0 repeat;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}
.pdetail_slider .text .lead:before {
  top: 0;
}
.pdetail_slider .text .lead:after {
  bottom: 0;
}
.pdetail_slider .text .info {
  margin: 20px 0 16px;
}
.pdetail_slider .text .info p {
  font-size: 14px;
  font-size: 0.88rem;
  line-height: 1.3;
}
.pdetail_slider .text .info p.strong {
  font-size: 18px;
  font-size: 1.13rem;
  font-weight: bold;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 13px 0;
}
.pdetail_slider .text .price .notice {
  font-size: 13px;
  font-size: 0.81rem;
  line-height: 1.3;
  color: #ff0033;
  margin-bottom: 10px;
}
.pdetail_slider .text .price .num {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.3;
  color: #ff0033;
}
.pdetail_slider .text .price .num span {
  font-size: 18px;
  font-size: 1.13rem;
}
.pdetail_slider .text .price .about {
  margin-top: 10px;
  font-size: 11px;
  font-size: 0.69rem;
  line-height: 1.3;
}
.pdetail_slider .text .cv {
  margin: 36px 0 0;
}
.pdetail_slider .text .cv select,
.pdetail_slider .text .cv button {
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  border: 1px solid #ccc !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  line-height: 39px;
  height: 41px;
  vertical-align: middle;
}
.pdetail_slider .text .cv select {
  padding: 0 0 0 10px;
  background: #fff url("../img/detail/select_arrow.png") no-repeat right 50%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 60px;
  font-size: 16px;
  font-size: 1rem;
}
.pdetail_slider .text .cv button {
  margin-left: 10px;
  background-color: #33ccff;
  width: 224px;
  text-align: center;
  font-size: 22px;
  font-size: 1.38rem;
  color: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
@media screen and (max-width: 1076px) {
  .pdetail_slider .text .cv button {
    width: 214px;
  }
}

.pdetail_box {
  position: relative;
  overflow: hidden;
  padding: 37px 22px;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .pdetail_box {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.pdetail_box:before {
  content: '';
  background: url("../img/common/line_dot_01.png") 0 0 repeat;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
@media screen and (max-width: 640px) {
  .pdetail_box:before {
    left: 3.2%;
    right: 3.2%;
  }
}
@media screen and (max-width: 640px) {
  .pdetail_box {
    margin-left: 0;
    margin-right: 0;
  }
}
.pdetail_box .hl {
  margin-left: 8%;
  float: left;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .pdetail_box .hl {
    margin-left: 0;
    float: none;
    font-size: 18px;
    font-size: 1.13rem;
    margin-bottom: 16px;
    text-align: center;
  }
}
.pdetail_box .text {
  margin-left: 30.5%;
  font-size: 14px;
  font-size: 0.88rem;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .pdetail_box .text {
    margin-left: 0;
  }
}
.pdetail_box .lead,
.pdetail_box p,
.pdetail_box ul,
.pdetail_box li,
.pdetail_box img {
  margin-top: 12px;
}
.pdetail_box .lead:first-child,
.pdetail_box p:first-child,
.pdetail_box ul:first-child,
.pdetail_box li:first-child,
.pdetail_box img:first-child {
  margin-top: 0;
}
.pdetail_box .lead.nomargin,
.pdetail_box p.nomargin,
.pdetail_box ul.nomargin,
.pdetail_box li.nomargin,
.pdetail_box img.nomargin {
  margin-top: 0;
}
.pdetail_box .lead {
  font-size: 18px;
  font-size: 1.13rem;
  line-height: 1.3;
  color: #ff0033;
}
.pdetail_box p.margin {
  line-height: 2;
}
.pdetail_box .asterisk li {
  padding-left: 1em;
  position: relative;
}
.pdetail_box .asterisk li:before {
  position: absolute;
  left: 0;
  content: '※';
}
.pdetail_box .red {
  color: #ff0033;
}

.pdetail_itemlist {
  margin-top: 40px;
  padding-top: 30px;
}
@media screen and (max-width: 640px) {
  .pdetail_itemlist {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .pdetail_itemlist .inwrap {
    margin-left: 1.6%;
    margin-right: 1.6%;
  }
}
