@charset "euc-jp";

/* pdetail Product Detail
-------------------- */
.product_init,
.product_unit {
  display: none;
}

/* pdetailtop */
.pdetailtop {
  width: 77%;
  margin: 0 auto;
}

.pdetailtop__imgmain {
  position: relative;
  padding-top: 100%;
}

.pdetailtop__img_instagram .pdetailtop__imgmain {
  padding-top: calc(100% + 51px);
}

.pdetailtop__imgmaincontainer {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pdetailtop__imgmaincontainer img {
  width: 100%;
}

.pdetailtop__imgmaincontainer .swiper-slide {
  background: #FFF;
}

.pdetailtop__imgmaincontainer .swiper-slide img {
  width: 100%;
}

.pdetailtop__instagramwrap{
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  height:100%;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .pdetailtop__imgmaincontainer .swiper-slide {
    position: relative;
    padding-top: 100%;
  }
  .pdetailtop__imgmaincontainer .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    object-position:left top;
  }
}

.pdetailtop__imgpager img {
  width: 100%;
}

.pdetailtop__imgpagerlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pdetailtop__imgpager .swiper-thumb {
  width: 22.6%;
  margin-top: 3.2%;
}

.pdetailtop__imgpager .swiper-thumb:not(:nth-child(4n+1)) {
  margin-left: 3.2%;
}

.pdetailtop__data {
  margin-top: 3.2%;
  padding: 0 6.4%;
  background: #F2F2F2;
  line-height: 1.5;
}

.pdetailtop__name {
  margin-bottom: 8%;
  padding-top: 8%;
  font-size: 1.125rem;
  font-weight: bold;
}

.pdetailtop__name img {
  vertical-align: middle;
}

.pdetailtop__expl {
  margin: -0.4375em 0;
  font-size: 0.875rem;
  line-height: 2;
}

.pdetailtop__form {
  margin-top: 8%;
  text-align: center;
}

.pdetailtop__priceregular {
  color: #7d7d7d;
  font-size: 0.75rem;
}

.pdetailtop__price {
  margin-top: 5px;
  font-size: 1.125rem;
}

.pdetailtop__price span {
  font-size: 0.625rem;
}

.pdetailtop__pricesales {
  margin-right: 5px;
}

.pdetailtop__pricetax {
  margin-right: -0.4em;
}

.pdetailtop__pricemember {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 3px 5px;
  background: red;
  color: #FFF;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
}

.pdetailtop__priceoff {
  color: red;
  font-size: 0.875rem;
  font-weight: bold;
}

.pdetailtop__link {
  margin-top: 5px;
  font-size: 0.75rem;
}

.pdetailtop__link a {
  color: #7d7d7d;
  text-decoration: none;
}

.pdetailtop__link a::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 5px 2px 0;
  background: url(https://img03.shop-pro.jp/PA01002/998/etc/z6c-arrow1.png) no-repeat 0 0/9px 9px;
  vertical-align: middle;
}

.pdetailtop__stock {
  margin: 10px 0 0;
  color: red;
  font-size: 0.75rem;
}

.pdetailtop__optiontable {
  padding: 15px 0 0;
}

.pdetailtop__optiontable table {
  width: 100%;
  border-collapse: collapse;
}

.pdetailtop__optiontable th,
.pdetailtop__optiontable td {
  padding: 2px;
  border: 1px solid #999;
  font-size: 0.75rem;
  text-align: center;
  vertical-align: middle;
}

.pdetailtop__optiontable th {
  background: #666;
  color: #FFF;
}

.pdetailtop__optiontable td {
  background: #ffffff;
}

.pdetailtop__optiontable .stock_head td {
  background: #666;
  color: #FFF;
}

.pdetailtop__option {
  padding: 20px 0 0;
}

.pdetailtop__option select {
  width: 48%;
  padding: 5px;
  font-size: 14px;
}

.pdetailtop__option select + select {
  margin-left: 2%;
}

.pdetailtop__option input {
  width: 100%;
  padding: 5px;
  font-size: 14px;
}

.pdetailtop__optiontitle {
  margin-bottom: 5px;
  font-size: 0.75rem;
  line-height: 1.3;
}

.pdetailtop__password {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.pdetailtop__passwordtxt {
  font-size: 0.75rem;
  text-align: right;
}

.pdetailtop__password input {
  width: 5em;
  margin-left: 5px;
  padding: 5px;
  font-size: 14px;
}

.pdetailtop__data .stock_error {
  margin-top: 10px;
  color: red;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
}

.pdetailtop__cartcontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.pdetailtop__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pdetailtop__numtxt {
  font-size: 0.625rem;
}

.pdetailtop__numinput {
  width: 40px;
  margin-left: 2px;
  padding: 9px 2px;
  border-width: 1px;
  border-style: solid;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
}

.pdetailtop__cartopen {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 3%;
  text-align: center;
}

.pdetailtop__cartclose {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.pdetailtop__cartbtn {
  display: inline-block;
  width: 100%;
  padding: 10px 2px;
  border: none;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration:none;
  line-height: 18px;
}

.pdetailtop__cartbtn_soldout {
  background: #999 !important;
  color: #FFF;
}

.pdetailtop__cartbtn_member {
  border-width: 2px;
  border-style: solid;
  background: #FFF !important;
}

.pdetailtop__quick {
  margin-top: 15px;
  font-size: 0.75rem;
}

.pdetailtop__note {
  margin-top: 15px;
  padding-bottom: 8%;
  font-size: 0.75rem;
}

.pdetailtop__note a {
  color: #7d7d7d;
  text-decoration: none;
}

.pdetailtop__note a::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 5px 3px 0;
  background: url(https://img03.shop-pro.jp/PA01002/998/etc/z6c-arrow1.png) no-repeat 0 0/100% auto;
  vertical-align: middle;
}

.pdetailtop__overseas{
  margin-top: calc(-8% + 15px);
  padding-bottom: 8%;
  font-size: 0.75rem;
}
.pdetailtop__overseas a{
  display:inline-block;
  padding:5px 8px;
  color:#FFF;
  text-decoration:none;
}
.pdetailtop__overseas a::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 5px 3px 0;
  background: url(https://img03.shop-pro.jp/PA01002/998/etc/z6c-arrow1white.png) no-repeat 0 0/100% auto;
  vertical-align: middle;
}

@media (min-width: 560px) {
  .pdetailtop__name {
    font-size: 1.25rem;
  }
  .pdetailtop__priceregular {
    font-size: 0.875rem;
  }
  .pdetailtop__price {
    font-size: 1.375rem;
  }
  .pdetailtop__price span {
    font-size: 0.875rem;
  }
  .pdetailtop__priceoff {
    font-size: 1rem;
  }
  .pdetailtop__link {
    font-size: 0.875rem;
  }
  .pdetailtop__stock {
    font-size: 0.875rem;
  }
  .pdetailtop__optiontable th,
  .pdetailtop__optiontable td {
    font-size: 0.875rem;
  }
  .pdetailtop__option {
    max-width: 494px;
    margin-left: auto;
    margin-right: auto;
  }
  .pdetailtop__option select {
    font-size: 16px;
  }
  .pdetailtop__option input {
    font-size: 16px;
  }
  .pdetailtop__optiontitle {
    font-size: 0.875rem;
  }
  .pdetailtop__passwordtxt {
    font-size: 0.875rem;
  }
  .pdetailtop__password input {
    width: 7em;
    margin-left: 8px;
    font-size: 16px;
  }
  .pdetailtop__data .stock_error {
    font-size: 1rem;
  }
  .pdetailtop__cartcontainer {
    max-width: 494px;
    margin-left: auto;
    margin-right: auto;
  }
  .pdetailtop__numtxt {
    font-size: 0.75rem;
  }
  .pdetailtop__numinput {
    width: 70px;
    margin-left: 5px;
    padding: 9px 5px;
    font-size: 16px;
    line-height: 24px;
  }
  .pdetailtop__cartopen {
    margin-left: 20px;
  }
  .pdetailtop__cartbtn {
    padding: 10px 2px;
    font-size: 18px;
    line-height: 22px;
  }
  .pdetailtop__quick {
    font-size: 0.875rem;
  }
  .pdetailtop__note {
    font-size: 0.875rem;
  }
  .pdetailtop__overseas {
    font-size: 0.875rem;
  }
  .pdetailtop__overseas a {
    padding:8px 15px;
  }
}

@media (min-width: 960px) {
  .pdetailtop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 91%;
    max-width: 1300px;
  }
  .pdetailtop__img {
    width: 43.66%;
  }
  .pdetailtop__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 54.94%;
    margin-top: 0;
    padding: 0 4.2%;
  }
  .pdetailtop__name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .pdetailtop__expl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .pdetailtop__form {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .pdetailtop__formcontainer {
    width: 100%;
  }
  .pdetailtop__cartbtn {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .pdetailtop__cartbtn:hover {
    opacity: 0.6;
  }
}

@media (min-width: 1280px) {
  .pdetailtop__name {
    font-size: 1.375rem;
  }
  .pdetailtop__expl {
    margin: -0.5em 0;
    font-size: 1rem;
  }
  .pdetailtop__price {
    font-size: 1.5rem;
  }
  .pdetailtop__optiontable {
    padding: 20px 0 0;
  }
  .pdetailtop__option {
    padding: 25px 0 0;
  }
  .pdetailtop__password {
    margin-top: 25px;
  }
  .pdetailtop__cartcontainer {
    margin-top: 25px;
  }
  .pdetailtop__numtxt {
    font-size: 0.875rem;
  }
  .pdetailtop__numinput {
    padding: 11px 5px;
  }
  .pdetailtop__cartbtn {
    padding: 12px 2px;
    font-size: 20px;
    line-height: 24px;
  }
  .pdetailtop__quick {
    margin-top: 20px;
  }
  .pdetailtop__note {
    margin-top: 20px;
  }
}

/* ---- kiyaku 20230308 ---- */
.pdetailtop__kiyaku{
  width:100%;
  margin-top:30px;
  border: 2px solid #EB6168;
  background:#FFF;
}
.main_green .pdetailtop__kiyaku { border-color: #00ABA4; }
.main_brown .pdetailtop__kiyaku { border-color: #78624A; }
.main_darkblue .pdetailtop__kiyaku { border-color: #516D7C; }
.pdetailtop__kiyakutitle1{
  padding:10px 5px;
  background:#EB6168;
  color:#FFF;
  font-weight:bold;
  text-align:center;
}
.main_green .pdetailtop__kiyakutitle1 { background: #00ABA4; }
.main_brown .pdetailtop__kiyakutitle1 { background: #78624A; }
.main_darkblue .pdetailtop__kiyakutitle1 { background: #516D7C; }
.pdetailtop__kiyakutitle2{
  position: relative;
  margin-left:1.5em;
  margin-top:20px;
  margin-bottom:-5px;
  font-size:0.875rem;
  font-weight:bold;
  line-height:1.5;
}
.pdetailtop__kiyakutitle2 span{
  display: inline-block;
  width: 1.5em;
  text-align: right;
  position: absolute;
  top: 0;
  left: -2em;
}
.pdetailtop__kiyakucontainer{
  overflow-y:scroll;
  height:200px;
  padding:5px 5px 15px 10px;
}
.pdetailtop__kiyakucontainer p{
  margin-top:10px;
  font-size:0.75rem;
  line-height:1.66;
}
.pdetailtop__kiyakucontainer ol{
  margin-left:2em;
  margin-top:15px;
  font-size:0.75rem;
  line-height:1.66;
}
.pdetailtop__kiyakucontainer li{
  counter-increment: cnt;
  position: relative;
  margin-top:10px;
}
.pdetailtop__kiyakucontainer li::before{
  content: "(" counter(cnt) ")";
  display: inline-block;
  width: 1.5em;
  text-align: right;
  position: absolute;
  top: 0;
  left: -2em;
}
.pdetailtop__formcontainer_kiyakusort{
  display:flex;
  flex-direction:column;
  margin-top:-8%;
  padding-top:30px;
}
.pdetailtop__formcontainer_kiyakusort > div{
  width:100%;
}
.pdetailtop__formcontainer_kiyakusort .pdetailtop__option{
  order:-1;
  margin-top:-15px;
  padding-top:0;
  margin-bottom:35px;
}

/* pdetailreviewarea */
@media (min-width: 960px) {
  .pdetailreviewarea_contentsplus{
    display:flex;
    justify-content: space-between;
  }
  .pdetailreviewarea_contentsplus .title11_type1{
    margin-top: 10.83%;
    padding-top: 10.83%;
  }
}

/* pdetailcontents */
.pdetailcontents{
  padding-bottom: 4.24%;
}
.pdetailcontents__banner img{
  width:100%;
}
@media (min-width: 960px) {
  .pdetailcontents{
    width:48.94%;
    max-width:636px;
  }
  .pdetailcontents__bannercontainer{
    width:100%;
    height:436px;
  }
  .pdetailcontents__bannercontainer img{
    width:100%;
    height:100%;
    object-fit:cover;
  }
}
@media (min-width: 1280px) {
  .pdetailcontents__bannercontainer{
    height:452px;
  }
}

/* pdetailreview */
.pdetailreview__item {
  position: relative;
  padding: 5.6%;
  background: #F2F2F2;
}

.pdetailreview__item:not(:first-child) {
  margin-top: 4.2%;
}

.pdetailreview__name{
  overflow:hidden;
  display: flex;
  align-items:center;
  height:40px;
  margin-bottom:10px;
  padding-right:5em;
}

.pdetailreview__icon{
  width:40px;
  height:40px;
  margin-right:10px;
}

.pdetailreview__title {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
}

.pdetailreview__star {
  display: inline-block;
  overflow: hidden;
  width: 104px;
  height: 24px;
  margin-right: 10px;
  vertical-align: middle;
}

.pdetailreview__star img {
  width: 416px;
  image-rendering: -webkit-optimize-contrast;
}

.pdetailreview__star1 img {
  margin-top: -24px;
}

.pdetailreview__star2 img {
  margin-top: -48px;
}

.pdetailreview__star3 img {
  margin-top: -72px;
}

.pdetailreview__star4 img {
  margin-top: -96px;
}

.pdetailreview__star5 img {
  margin-top: -120px;
}

.main_green .pdetailreview__star img {
  margin-left: -104px;
}

.main_brown .pdetailreview__star img {
  margin-left: -208px;
}

.main_darkblue .pdetailreview__star img {
  margin-left: -312px;
}

.pdetailreview__data {
  position: absolute;
  top:0;
  right:0;
  padding:6.3% 6.3% 0 0;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pdetailreview__body {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 2;
}

.pdetailreview__res {
  margin-top: 4%;
  padding-top: 4%;
  border-top: 1px solid #7D7D7D;
  font-size: 0.75rem;
  line-height: 2;
}

.pdetailreview__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1em;
  font-size: 0.75rem;
  line-height: 1.3;
}

.pdetailreview__link li {
  padding: 0 0.5em;
  border-right: 1px solid #7D7D7D;
  text-align: center;
}

.pdetailreview__link li:first-child {
  border-left: 1px solid #7D7D7D;
}

.pdetailreview__link a {
  text-decoration: none;
}

@media (min-width: 560px) {
  .pdetailreview__name{
    height:50px;
  }
  .pdetailreview__icon{
    width:50px;
    height:50px;
  }
  .pdetailreview__title {
    font-size: 18px;
  }
  .pdetailreview__link {
    font-size: 0.875rem;
  }
}

@media (min-width: 960px) {
  .pdetailreview__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pdetailreview__item {
    width: 48.94%;
    max-width:636px;
    padding: 30px;
  }
  .pdetailreview__item:not(:first-child) {
    margin-top: 0;
  }
  .pdetailreview__item:nth-child(2) {
    margin-left: 2.12%;
  }
  .pdetailreview__title {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height:27px;
    font-size: 18px;
  }
  .pdetailreview__data {
    padding:30px 30px 0 0;
  }
  .pdetailreview__body{
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height:56px;
    font-size: 14px;
  }
  .pdetailreview__res {
    margin-top: calc(4.7% - 0.5em);
    padding-top: calc(4.7% - 0.5em);
  }
  .pdetailreview__link {
    margin-top: 1.2em;
  }
  .pdetailreviewarea_contentsplus .pdetailreview{
    width:48.94%;
    max-width:636px;
  }
  .pdetailreviewarea_contentsplus .pdetailreview__list{
    display: block;
  }
  .pdetailreviewarea_contentsplus .pdetailreview__item {
    width:100%;
  }
  .pdetailreviewarea_contentsplus .pdetailreview__item:nth-child(2){
    margin-left:0;
    margin-top:10px;
  }
}

@media (min-width: 1280px) {
  .pdetailreview__data {
    font-size: 1rem;
  }
  .pdetailreview__body {
    height:64px;
    font-size: 16px;
  }
  .pdetailreview__res {
    font-size: 0.875rem;
  }
}

/* pdetailexpl */
.pdetailexpl {
  margin-top: -4.24%;
}

@media (min-width: 560px) {
  .pdetailexpl {
    margin-top: -2.12%;
  }
}

/* pdetailnodata */
.pdetailnodata {
  margin-top: 50px;
  margin-bottom: 150px;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.67;
}

@media (min-width: 560px) {
  .pdetailnodata {
    margin-top: 5%;
    margin-bottom: 10%;
    font-size: 1rem;
  }
}

/* --------------------------------------
 ver.202110
-------------------------------------- */
.pdinput3-info {
  padding: 9% 5.6%;
  background: #F2F2F2;
  font-size: 0.875rem;
  line-height: 2;
}

.pdinput3-info p {
  line-height: 2;
}

.pdinput3-info p:not(:first-child) {
  margin-top: 1em;
}

.pdinput3-info a {
  text-decoration: none;
}

.pdinput3-info img {
  max-width: 100%;
}

@media (min-width: 960px) {
  .pdinput3-info {
    padding: calc(3.1% + 0.5em) 11.27%;
  }
}

@media (min-width: 1280px) {
  .pdinput3-info {
    font-size: 1rem;
  }
}

/* box */
.pdinput3-box1:not(:first-child),
.pdinput3-box2:not(:first-child),
.pdinput3-box3:not(:first-child),
.pdinput3-box4:not(:first-child),
.pdinput3-box5:not(:first-child) {
  margin-top: 9%;
}

@media (min-width: 960px) {
  .pdinput3-box1:not(:first-child),
  .pdinput3-box2:not(:first-child),
  .pdinput3-box3:not(:first-child),
  .pdinput3-box4:not(:first-child),
  .pdinput3-box5:not(:first-child) {
    margin-top: 4%;
  }
}

.pdinput3-box2 .pdinput3-box-right {
  margin: 9% 6% 0;
}

.pdinput3-box2 .pdinput3-box-left {
  margin: 0 6%;
}

.pdinput3-box2 .pdinput3-box-wide {
  margin-left:0;
  margin-right:0;
}

.pdinput3-box2 .pdinput3-box-marginsmall{
  margin-top:1em;
}

@media (min-width: 960px) {
  .pdinput3-box2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pdinput3-box2 .pdinput3-box-right,
  .pdinput3-box2 .pdinput3-box-left {
    width: 47%;
    margin: 0;
  }
}

.pdinput3-box3 .pdinput3-box-right {
  margin-top: 1em;
}

@media (min-width: 960px) {
  .pdinput3-box3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pdinput3-box3 .pdinput3-box-left {
    width: 57.27%;
  }
  .pdinput3-box3 .pdinput3-box-right {
    margin: 0;
    width: 40%;
  }
}

.pdinput3-box4 .pdinput3-box-right {
  margin-top: 1em;
}

@media (min-width: 960px) {
  .pdinput3-box4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pdinput3-box4 .pdinput3-box-left {
    width: 40%;
  }
  .pdinput3-box4 .pdinput3-box-right {
    margin: 0;
    width: 57.27%;
  }
}

/* title */
.pdinput3-title1 {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.67 !important;
}

@media (min-width: 560px) {
  .pdinput3-title1 {
    font-size: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .pdinput3-title1 {
    font-size: 1.375rem;
  }
}

.pdinput3-title2 {
  position: relative;
  margin-top: 10.6%;
  padding-top: 10.6%;
  color: #7D7D7D;
  font-size: 1em;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.pdinput3-title2 span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.pdinput3-title2 img {
  height: 55%;
  width: auto;
  image-rendering: -webkit-optimize-contrast;
}

@media (min-width: 560px) {
  .pdinput3-title2 {
    font-size: 1.25rem;
    font-size: 3vw;
  }
}

@media (min-width: 960px) {
  .pdinput3-title2 {
    font-size: 1.5rem;
    font-size: 1.9vw;
  }
  .pdinput3-title2_type1 {
    margin-top: 5.3%;
    padding-top: 5.3%;
  }
}

@media (min-width: 1280px) {
  .pdinput3-title2 {
    font-size: 1.5rem;
  }
}

/* img */
.pdinput3-img1 {
  padding: 0.3em 0;
}

.pdinput3-img1:not(:first-child) {
  margin-top: 1em;
}

@media (min-width: 560px) {
  .pdinput3-img1 {
    padding: 0.5em 0;
  }
}

/* table */
.pdinput3-table1 {
  width: 100%;
  margin: 0 0 -0.5em;
  padding: 0;
  border-collapse: collapse;
  font-size: 0.75rem;
  line-height: 1.6;
}

.pdinput3-table1 th,
.pdinput3-table1 td {
  border-top: 1px solid #585858;
  text-align: left;
  vertical-align: top;
}

.pdinput3-table1 th {
  white-space: nowrap;
  padding: 0.4em 0 0.4em 5.6%;
  font-weight: normal;
}

.pdinput3-table1 .pdinput3-table1-th1 {
  font-weight: bold;
}

.pdinput3-table1 td {
  padding: 0.4em 5.6%;
}

@media (min-width: 960px) {
  .pdinput3-table1 th {
    padding: 0.4em 0 0.4em 4.3%;
  }
  .pdinput3-table1 td {
    padding: 0.4em 4.3%;
  }
}

@media (min-width: 1280px) {
  .pdinput3-table1 {
    font-size: 0.875rem;
  }
}

/* list */
.pdinput3-list11 li {
  position: relative;
  padding-left: 1.2em;
}

.pdinput3-list11 li::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background: #585858;
}

/* columnspec */
.pdinput3-column a,
.pdinput3-spec a {
  text-decoration: none;
}

@media (min-width: 960px) {
  .pdinput3-columnspec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pdinput3-columnspec .title1 {
    margin-top: 10.9%;
    padding-top: 10.9%;
  }
  .pdinput3-column,
  .pdinput3-spec {
    width: 48.6%;
  }
}

/* pdinput3-column */
.pdinput3-column-list {
  margin-top: -3px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.67;
}

.pdinput3-column-list li {
  margin-top: 5px;
}

.pdinput3-column-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 5.6% 10px calc(5.6% + 15px);
  background-color: #F2F2F2;
  background-repeat: no-repeat;
  background-position: 5.6% 50%;
  background-size: 9px 9px;
}

@media (min-width: 960px) {
  .pdinput3-column-list a {
    padding: 10px 4.3% 10px calc(4.3% + 15px);
    background-position: 4.3% 50%;
  }
}

@media (min-width: 1280px) {
  .pdinput3-column-list {
    font-size: 1rem;
  }
}

/* pdinput3-movie */
.pdinput3-movie-container {
  padding: 9% 5.6%;
  background: #F2F2F2;
}

.pdinput3-movie-title {
  margin-bottom: 9.49%;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.67;
  text-align: center;
}

.pdinput3-movie-youtube {
  position: relative;
  padding-top: 56.25%;
}

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

.pdinput3-movie-title + .pdinput3-movie-youtube {
  margin-bottom: 0.375em;
}

@media (min-width: 960px) {
  .pdinput3-movie-container {
    padding: calc(3.1% + 0.5em) 11.27%;
  }
  .pdinput3-movie-title {
    margin-bottom: calc(3.49% + 0.5em);
    font-size: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .pdinput3-movie-title {
    font-size: 1.375rem;
  }
}

/* pdinput3-flow1 */
.pdinput3-flow1 {
  padding:0.3em 0;
  font-size:0.875rem;
  line-height:1.66;
}
.pdinput3-flow1__title{
  margin-bottom:1em;
  font-weight: bold;
  text-align: center;
}
.pdinput3-flow1__item1{
  position:relative;
  display:flex;
  align-items:center;
  margin-bottom:20px;
  padding:0.5em 1em;
  border-radius:4px;
  background:#e7e5d6;
}
.pdinput3-flow1__item1::after{
  content:"";
  display:block;
  position:absolute;
  bottom:-20px;
  left:0;
  width:100%;
  height:20px;
  background:url(https://img03.shop-pro.jp/PA01002/998/etc/z6pd-flow-arrowdblue.png) no-repeat center center / 16px 8px;
}
.pdinput3-flow1__item2{
  position:relative;
  display:flex;
  align-items:center;
  padding:0.5em 1em 0.5em 4em;
  border-radius:4px;
  background:#fff;
}
.pdinput3-flow1__num{
  flex:0 0 3em;
  font-weight: bold;
}
.pdinput3-flow1__txt{
  flex:1 1 50%;
}
.pdinput3-flow1__img{
  flex:0 0 30%;
}
.pdinput3-flow1__img img{
  width:100%;
  max-width:120px;
  border-radius:4px;
}
@media (min-width: 560px) {
  .pdinput3-flow1 {
    padding:0.5em 0;
  }
}
@media (min-width: 1280px) {
  .pdinput3-flow1 {
    font-size:1rem;
  }
}

/* --------------------------------------
 old ver.20181001
-------------------------------------- */
/* pdinput-main2 */
.pdinput-main2 {
  width: 100%;
  margin-bottom: calc(5% + 15px);
  line-height: 1.7;
}

.pdinput-main2 p {
  margin-bottom: 15px;
}

.pdinput-main2 img {
  max-width: 100%;
}

.pdinput-main2-imgbox {
  margin-bottom: 20px;
}

.pdinput-main2-imgbox .img-full {
  margin-bottom: 10px;
}

@media (min-width: 560px) {
  .pdinput-main2 {
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
  }
  .pdinput-main2 p {
    margin-bottom: 20px;
  }
  .pdinput-main2-imgbox {
    margin-bottom: 30px;
  }
}

/* --------------------------------------
 old ver.20141211
-------------------------------------- */
.pd-detail-bg-pink {
  clear: both;
  margin: 20px 0 15px;
  padding: 5px 3% 20px;
  border-radius: 4px;
  background: #FFF1F2;
  line-height: 1.7;
}

.pd-detail-title1 {
  margin: 20px 0 -5px;
  font-size: 1.1em;
  font-weight: bold;
}

.pd-detail-img-maru {
  border-radius: 6px;
}

/* float */
.pd-detail-float-left,
.pd-detail-float-right {
  clear: both;
  margin: 20px 0 0;
  text-align: center;
}

/* col */
.pd-detail-col1,
.pd-detail-col2 {
  margin: 20px 0 0;
}

.pd-detail-col1 img,
.pd-detail-col2 img {
  max-width: 100%;
}

.pd-detail-col2-half-left,
.pd-detail-col2-half-right {
  clear: both;
  margin: 20px 0 0;
  width: 100%;
}

/* youtube */
.pd-detail-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.pd-detail-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media (min-width: 560px) {
  .pd-detail-bg-pink {
    max-width: 830px;
    margin: 30px auto;
    padding: 5px 25px 30px;
    border-radius: 8px;
  }
  .pd-detail-title1 {
    margin: 20px 0 15px;
    font-size: 1.2em;
  }
  .pd-detail-img-maru {
    border-radius: 10px;
  }
  /* float */
  .pd-detail-float-left {
    float: left;
    margin: 0 10px 5px 0;
    text-align: left;
  }
  .pd-detail-float-right {
    float: right;
    margin: 0 0 5px 10px;
    text-align: left;
  }
  /* col */
  .pd-detail-col1,
  .pd-detail-col2 {
    clear: both;
    width: 100%;
    padding: 0 0 1px;
  }
  .pd-detail-col1::after,
  .pd-detail-col2::after {
    content: "";
    clear: both;
    display: table;
  }
  .pd-detail-col2-half-left {
    float: left;
    width: 48.5%;
    margin: 0;
    clear: none;
  }
  .pd-detail-col2-half-right {
    float: right;
    width: 48.5%;
    margin: 0;
    clear: none;
  }
}

/* --------------------------------------
 old ver.20150703
-------------------------------------- */
/* pdinput-main */
.pdinput-main {
  margin-bottom: calc(5% + 15px);
  padding: calc(5% + 10px) 0;
  background: #FCF1F2;
}

.pdinput-main-ws {
  background: #F2F9FA;
}

.pdinput-main img {
  max-width: 100%;
}

@media (min-width: 560px) {
  .pdinput-main {
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 960px) {
  .pdinput-main {
    position: relative;
    padding: 40px 0 30px;
    border-radius: 8px;
  }
}

/* pdinput-ribbon */
/* no css */
/* tsukutte */
.pdinput-tsukutte {
  display: table;
  width: 220px;
  margin: 0 auto 15px;
  font-size: 14px;
  line-height: 1.3;
}

.pdinput-tsukutte-img {
  display: table-cell;
  width: 25%;
  margin: 0 auto 5px;
}

.pdinput-tsukutte-img img {
  width: 100%;
  height: auto;
}

.pdinput-tsukutte-txt {
  display: table-cell;
  width: 75%;
  padding: 0 0 0 10px;
  text-align: left;
  vertical-align: middle;
}

/* pdinput-catch */
.pdinput-catch1 {
  margin: 0 5% 15px;
  font-size: 1.1em;
  font-weight: bold;
  color: #FC5889;
  text-align: center;
  line-height: 1.5;
}

@media (min-width: 560px) {
  .pdinput-catch1 {
    font-size: 1.4em;
  }
}

/* title */
.pdinput-title1 {
  width: 90%;
  max-width: 480px;
  margin: 30px auto;
  border-top: 1px solid #333;
  text-align: center;
}

.pdinput-title1 img {
  width: auto;
  height: 14px;
  margin-top: -7px;
  padding: 0 5%;
  background: #FFF;
}

.pdinput-title2 {
  margin: 30px 0 15px;
  padding: 12px 10px;
  border-radius: 4px;
  background: #FFE3E4;
  font-weight: bold;
}

.pdinput-title2-ws {
  background: #BEE3E9;
}

.prdetail__explaintitle + .pdinput-title2 {
  margin-top: 20px;
}

@media (min-width: 560px) {
  .pdinput-title1 {
    margin: 40px auto 30px;
  }
  .pdinput-title1 img {
    height: 17px;
    margin-top: -8px;
  }
  .pdinput-title2 {
    max-width: 830px;
    margin: 40px auto 15px;
    padding: 15px 12px;
  }
}

@media (min-width: 960px) {
  .pdinput-title2 {
    margin: 50px 0auto 20px;
  }
}

/* txt */
.pdinput-txt1 {
  margin: 0 5% 15px;
}

.pdinput-txt2 {
  margin: 0 0 15px;
  font-size: 0.85em;
  line-height: 1.7;
}

@media (min-width: 560px) {
  .pdinput-txt2 {
    max-width: 830px;
    margin: 0 auto 15px;
    font-size: 1em;
  }
}

@media (min-width: 960px) {
  .pdinput-txt2 {
    width: 100%;
    margin: 15px auto;
  }
}

/* pdinput-img-maru */
.pdinput-img-maru {
  border-radius: 10px;
}

/* pdinput-table1 */
.pdinput-table1 {
  width: 100%;
  margin: 20px auto;
  border: 1px solid #CCC;
  border-collapse: collapse;
  font-size: 0.85em;
  line-height: 1.5;
}

.pdinput-table1 th,
.pdinput-table1 td {
  padding: 5px 8px;
  border: 1px solid #CCC;
  border-collapse: collapse;
}

.pdinput-table1 th {
  width: 30%;
  background: #f5f5f5;
  font-weight: normal;
  text-align: left;
}

@media (min-width: 560px) {
  .pdinput-table1 {
    max-width: 830px;
    font-size: 1em;
    line-height: 1.7;
  }
  .pdinput-table1 th,
  .pdinput-table1 td {
    padding: 10px;
  }
  .pdinput-table1 th {
    width: 25%;
    max-width: 200px;
  }
}

/* pdinput-line */
.pdinput-line {
  margin: 20px 5% 0;
}

.pdinput-line-left,
.pdinput-line-right {
  margin: 10px 0 0;
  padding: 0 0 10px;
}

@media (min-width: 560px) {
  .pdinput-line {
    margin: 0 5%;
    padding: 1px 0 0;
  }
  .pdinput-line::after {
    content: "";
    clear: both;
    display: table;
  }
  .pdinput-line-left {
    float: left;
    width: 48.4%;
    margin: 20px 0 0;
    padding: 0 0 10px;
  }
  .pdinput-line-right {
    float: right;
    width: 48.4%;
    margin: 20px 0 0;
    padding: 0 0 10px;
  }
}

/* pdinput-wstop */
.pdinput-wstop {
  margin: 0 0 20px;
  padding: 61px 10px 0;
  background: url(http://img03.shop-pro.jp/PA01002/998/etc/z3pd2-ws1.png) no-repeat center top;
  background-size: 80px 56px;
}

.pdinput-wstop h3 {
  margin-top: 10px;
  color: #33B9C5;
  text-align: center;
}

.pdinput-wstop p {
  margin-top: 5px;
  font-size: 0.8em;
  text-align: center;
}

@media (min-width: 560px) {
  .pdinput-wstop {
    padding: 90px 10px 0;
    background-size: 120px 84px;
  }
}

/* pdinput-ws-brand */
.pdinput-ws-brand {
  width: 90%;
  margin: 30px auto;
}

.pdinput-ws-brand-title {
  margin: 25px 0 0;
  padding: 0 0 20px;
  -webkit-box-shadow: 0px 0px 3px #999;
          box-shadow: 0px 0px 3px #999;
  border-radius: 4px;
  background: #FFF;
}

.pdinput-ws-brand-title p {
  margin: 10px 4% 0;
  font-size: 0.9em;
}

.pdinput-ws-brand-catch {
  margin: 0 4%;
  padding: 15px 0;
  border-bottom: 1px dotted #333;
  text-align: center;
}

.pdinput-ws-brand-title p {
  margin: 10px 4% 0;
}

.pdinput-ws-brand-img {
  margin: 25px 0 0;
}

@media (min-width: 560px) {
  .pdinput-ws-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 90%;
    margin: 30px auto 10px;
  }
  .pdinput-ws-brand-title {
    width: 48.4%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .pdinput-ws-brand-title p {
    font-size: 1em;
  }
  .pdinput-ws-brand-img {
    width: 48.4%;
    margin: 0;
    vertical-align: top;
    text-align: right;
  }
  .pdinput-ws-brand-img img {
    width: 100%;
  }
}

/* pdinput-bg1 */
.pdinput-bg1 {
  margin: 30px 5% 0;
  -o-border-image: url("https://img03.shop-pro.jp/PA01002/998/etc/z5pd-bg1.png") 40 round;
     border-image: url("https://img03.shop-pro.jp/PA01002/998/etc/z5pd-bg1.png") 40 round;
  border-style: solid;
  border-width: 16px;
}

.pdinput-main-ws .pdinput-bg1 {
  -o-border-image: url("https://img03.shop-pro.jp/PA01002/998/etc/z5pd2-bg1.png") 40 round;
     border-image: url("https://img03.shop-pro.jp/PA01002/998/etc/z5pd2-bg1.png") 40 round;
}

.pdinput-bg1-top {
  padding: 1% 0;
  background: #FFF;
}

.pdinput-bg1-contents {
  padding: 0 2%;
}

@media (min-width: 560px) {
  .pdinput-bg1-contents {
    padding: 0x 4%;
  }
}

@media (min-width: 960px) {
  .pdinput-bg1 {
    margin: 30px 3.5% 0;
  }
}

/* pdinput-flow */
.pdinput-flow-box {
  margin: 20px 0 0;
}

.pdinput-flow-number {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 0 -30px -7px;
  border-radius: 50%;
  background: #FDABC4;
  color: #FFF;
  text-align: center;
  line-height: 36px;
}

.pdinput-main-ws .pdinput-flow-number {
  background: #BEE3E9;
}

.pdinput-flow-img1 img {
  width: 100%;
  height: auto;
}

.pdinput-flow-txt1 {
  margin: 10px 0 0;
}

@media (min-width: 560px) {
  .pdinput-flow-txt1 {
    margin: 10px 5px 0;
  }
}

/* pdinput-flow-point */
.pdinput-flow-point {
  margin: 20px 0 0;
  padding: 10px 0 20px;
  border-radius: 4px;
  background: #FEE6ED;
}

.pdinput-main-ws .pdinput-flow-point {
  background: #EBF6F8;
}

.pdinput-flow-point-mark {
  margin: -30px 0 0;
  text-align: center;
}

.pdinput-flow-point p {
  margin: 10px 5% 0;
}

.pdinput-flow-point-bn {
  margin: 20px 0 -20px;
  padding: 15px 0;
  background: #FFF;
}

.pdinput-flow-point-bn img {
  width: 100%;
  height: auto;
}

@media (min-width: 560px) {
  .pdinput-flow-point {
    margin: 50px 0 0;
    padding: 0 0 20px;
  }
  .pdinput-flow-point-bn {
    padding: 10px 0;
  }
}

/* pdinput-movie */
.pdinput-movie {
  margin-top: -10px;
}

.pdinput-movie-title {
  margin: 20px 0 0;
  text-align: center;
}

.pdinput-movie-youtube {
  margin: 5px 0 10px;
  text-align: center;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.pdinput-movie-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* pdinput-link */
.pdinput-link {
  margin-bottom: calc(5% + 15px);
}

.pdinput-link-title {
  text-align: center;
}

.pdinput-link-title img {
  width: 96px;
  height: auto;
}

.pdinput-link-list {
  overflow: hidden;
}

.pdinput-link-list li {
  padding: 15px 0 0;
}

.pdinput-link-list img {
  width: 100%;
  height: auto;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 2px #ccc;
          box-shadow: 0 0 2px #ccc;
}

@media (min-width: 560px) {
  .pdinput-link-list {
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
  }
  .pdinput-link-list li {
    float: left;
    width: 47%;
    padding-top: 30px;
    margin-left: 2%;
  }
}

@media (min-width: 960px) {
  .pdinput-link-list a:hover img {
    opacity: 0.7;
  }
}

/* pdinput-column */
.pdinput-column {
  position: relative;
  margin-bottom: calc(5% + 15px);
  padding: 30px 0;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}

.pdinput-column-title {
  padding: 0 0 10px;
  text-align: center;
}

.pdinput-column-title img {
  width: 68px;
  height: auto;
}

.pdinput-column-list {
  margin: 0;
  line-height: 1.5;
}

.pdinput-column-list li {
  border-bottom: 1px dotted #CCC;
}

.pdinput-column-list a {
  position: relative;
  display: block;
  padding: 10px 8px 8px 20px;
}

.pdinput-column-list a::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 20px;
  right: auto;
  left: 3px;
}

@media (min-width: 560px) {
  .pdinput-column {
    width: 100%;
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #CCC;
  }
  .pdinput-column-list {
    margin: 10px 3% 0;
  }
}

@media (min-width: 1280px) {
  .pdinput-column-title {
    position: absolute;
    top: 35px;
    left: 0;
    width: 150px;
    padding: 10px 0;
    background: #FFE3E4;
  }
  .pdinput-column-list {
    margin: 0 3% 0 180px;
  }
}

/* --------------------------------------
 old ver.2018 cosmenatura
-------------------------------------- */
.pdinput-cosmenatura {
  margin: 0 0 50px;
  line-height: 1.7;
}

.pdinput-cosmenatura .container {
  width: 100%;
}

.pdinput-cosmenatura__title1 {
  position: relative;
  margin-top: 50px;
  padding: 0 0 10px;
  font-size: 1.25em;
  text-align: center;
  line-height: 1.5;
}

.pdinput-cosmenatura__title1::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
}

.pdinput-cosmenatura__title1 span {
  display: inline-block;
  background: #FFF;
}

.pdinput-cosmenatura__title2,
.pdinput-cosmenatura__title2blue {
  position: relative;
  margin: 30px 0 20px;
  padding: 10px 10px 10px 50px;
  background: #EEE;
  line-height: 1.5;
}

.pdinput-cosmenatura__title2 span,
.pdinput-cosmenatura__title2blue span {
  position: absolute;
  top: 7px;
  left: 10px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #999;
  color: #FFF;
  line-height: 28px;
  text-align: center;
}

.pdinput-cosmenatura__title2blue {
  background: #78c1ba;
  color: #FFF;
}

.pdinput-cosmenatura__title2blue span {
  background: #FFF;
  color: #78c1ba;
}

@media (min-width: 560px) {
  .pdinput-cosmenatura {
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
  }
  .pdinput-cosmenatura__title1 {
    margin-top: 80px;
    font-size: 1.35em;
  }
  .pdinput-cosmenatura__title2 {
    font-size: 1.15em;
  }
  .pdinput-cosmenatura__title1 + .pdinput-cosmenatura__title2 {
    margin-top: 40px;
  }
  .pdinput-cosmenatura__title2 span {
    top: 10px;
  }
}

@media (min-width: 960px) {
  .pdinput-cosmenatura__title1 {
    margin-top: 100px;
  }
  .pdinput-cosmenatura__title1::after {
    top: calc(50% - 5px);
  }
  .pdinput-cosmenatura__title1 span {
    padding: 0 30px;
  }
}

/* pdinput-cosmenatura-top */
.pdinput-cosmenatura-top {
  padding: 10% 0 6%;
  background: #f4dede;
}

.pdinput-cosmenatura-top__title {
  position: relative;
  width: 90%;
  max-width: 530px;
  margin: 0 auto;
  padding: 0 0 15px;
  text-align: center;
}

.pdinput-cosmenatura-top__title::before,
.pdinput-cosmenatura-top__title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
}

.pdinput-cosmenatura-top__title::before {
  bottom: 0;
}

.pdinput-cosmenatura-top__title::after {
  bottom: 3px;
}

.pdinput-cosmenatura-top__title1 {
  width: 30%;
  max-width: 153px;
  margin: 0 62% -5% 0;
}

.pdinput-cosmenatura-top__title2 {
  width: 25%;
  max-width: 135px;
}

.pdinput-cosmenatura-top__title3 {
  width: 94%;
  max-width: 494px;
  margin: 6% 0 0;
}

.pdinput-cosmenatura-top__img {
  margin: 8% 0 0;
  text-align: center;
}

.pdinput-cosmenatura-top__img img {
  width: 60%;
  max-width: 325px;
}

.pdinput-cosmenatura-top__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 88%;
  max-width: 510px;
  margin: 3% auto 0;
}

.pdinput-cosmenatura-top__point li {
  width: 31%;
}

.pdinput-cosmenatura-top__point img {
  width: 100%;
}

.pdinput-cosmenatura-top__note {
  margin: 8% 5% 0;
  padding: 4% 0;
  border-top: 1px dotted #333;
  border-bottom: 1px dotted #333;
  font-size: 0.85em;
}

@media (min-width: 560px) {
  .pdinput-cosmenatura-top {
    padding: 40px 0 20px;
  }
  .pdinput-cosmenatura-top__title1 {
    margin: 0 75% -6% -5%;
  }
  .pdinput-cosmenatura-top__img {
    margin-top: 50px;
  }
  .pdinput-cosmenatura-top__point {
    margin-top: 20px;
  }
  .pdinput-cosmenatura-top__point li {
    width: 150px;
  }
  .pdinput-cosmenatura-top__note {
    margin-top: 50px;
    padding: 25px 0;
  }
}

/* pdinput-cosmenatura-hikaku */
.pdinput-cosmenatura-hikaku__table {
  width: 100%;
  margin-top: 10px;
}

.pdinput-cosmenatura-hikaku__table th,
.pdinput-cosmenatura-hikaku__table td {
  padding: 5px;
  border: 1px solid #FFF;
  border-collapse: collapse;
  font-size: 0.75rem;
  vertical-align: middle;
}

.pdinput-cosmenatura-hikaku__tr1 th {
  text-align: center;
}

.pdinput-cosmenatura-hikaku__tr2 th,
.pdinput-cosmenatura-hikaku__tr3 th {
  width: 35%;
}

.pdinput-cosmenatura-hikaku__tr2 td,
.pdinput-cosmenatura-hikaku__tr3 td {
  text-align: center;
}

.pdinput-cosmenatura-hikaku__tr2 span,
.pdinput-cosmenatura-hikaku__tr3 span {
  display: inline-block;
  font-size: 0.85em;
}

.pdinput-cosmenatura-hikaku__tr2 th,
.pdinput-cosmenatura-hikaku__tr2 td {
  background: #f4dede;
}

.pdinput-cosmenatura-hikaku__tr3 th,
.pdinput-cosmenatura-hikaku__tr3 td {
  background: #EEE;
}

.pdinput-cosmenatura-hikaku__note {
  margin-top: 15px;
  font-size: 0.75em;
  line-height: 1.5;
}

@media (min-width: 560px) {
  .pdinput-cosmenatura-hikaku__table th,
  .pdinput-cosmenatura-hikaku__table td {
    padding: 10px;
    font-size: 1em;
    border-top: 8px solid #FFF;
  }
  .pdinput-cosmenatura-hikaku__note {
    text-align: right;
  }
}

@media (min-width: 1280px) {
  .pdinput-cosmenatura-hikaku__table th,
  .pdinput-cosmenatura-hikaku__table td {
    padding: 15px 10px;
  }
  .pdinput-cosmenatura-hikaku__tr2 th,
  .pdinput-cosmenatura-hikaku__tr2 td {
    padding: 25px 10px;
  }
  .pdinput-cosmenatura-hikaku__tr2 td br,
  .pdinput-cosmenatura-hikaku__tr3 td br {
    display: none;
  }
}

/* pdinput-cosmenatura-present */
.pdinput-cosmenatura-present {
  position: relative;
  margin: 60px 0 0;
  padding: 3px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  background: #f4f1e6;
}

.pdinput-cosmenatura-present__line {
  padding: 10% 5% 6%;
  border-top: 1px dotted #333;
  border-bottom: 1px dotted #333;
}

.pdinput-cosmenatura-present__title {
  border-bottom: 1px dotted #333;
  text-align: center;
}

.pdinput-cosmenatura-present__title1 {
  width: 20%;
  max-width: 113px;
}

.pdinput-cosmenatura-present__title2 {
  width: 70%;
  max-width: 322px;
  margin-top: 5%;
}

.pdinput-cosmenatura-present__title3 {
  position: absolute;
  top: -20px;
  left: 5%;
  width: 30%;
  max-width: 189px;
}

.pdinput-cosmenatura-present__title4 {
  width: 70%;
  max-width: 318px;
  margin-top: 3%;
  margin-bottom: 3%;
}

.pdinput-cosmenatura-present__img {
  margin: 7% 0;
}

.pdinput-cosmenatura-present__img1 {
  width: 60%;
  margin: 0 auto;
}

.pdinput-cosmenatura-present__img1 img {
  width: 100%;
}

.pdinput-cosmenatura-present__img2 img {
  width: 100%;
  border-radius: 6px;
}

@media (min-width: 560px) {
  .pdinput-cosmenatura-present {
    margin-top: 90px;
  }
  .pdinput-cosmenatura-present__line {
    padding: 50px 5% 20px;
  }
  .pdinput-cosmenatura-present__title2 {
    margin-top: 30px;
  }
  .pdinput-cosmenatura-present__title4 {
    margin-top: 20px;
  }
  .pdinput-cosmenatura-present__img {
    max-width: 680px;
    margin: 25px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .pdinput-cosmenatura-present__img1 {
    width: 37%;
    max-width: 260px;
    margin: 0;
  }
  .pdinput-cosmenatura-present__img2 {
    width: 58%;
    max-width: 390px;
  }
  .pdinput-cosmenatura-present__detail {
    text-align: center;
  }
}

@media (min-width: 960px) {
  .pdinput-cosmenatura-present {
    margin: 110px 0 0;
    padding: 4px;
  }
  .pdinput-cosmenatura-present__line {
    border: 1px dotted #333;
  }
}

/* pdinput-cosmenatura-flow */
.pdinput-cosmenatura-flow__attention {
  margin: 30px 0;
  padding: 15px;
  border: 2px solid #F36;
}

.pdinput-cosmenatura-flow__attention p {
  margin: 0;
  color: #F36;
  line-height: 1.5;
}

.pdinput-cosmenatura-flow__box1,
.pdinput-cosmenatura-flow__box2 {
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 15px 10px;
  border: 1px dotted #999;
  text-align: center;
}

.pdinput-cosmenatura-flow__box2 {
  font-size: 1.25em;
}

.pdinput-cosmenatura-flow__btn {
  display: inline-block;
  width: 90%;
  height: 50px;
  border-radius: 25px;
  background: #999;
  color: #FFF;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}

.pdinput-cosmenatura-flow__btn::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 5px 12px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media (min-width: 560px) {
  .pdinput-cosmenatura-flow__attention {
    margin: 40px 0;
    padding: 20px 0;
    font-size: 1.25em;
    text-align: center;
  }
  .pdinput-cosmenatura-flow__btn {
    width: 280px;
  }
  .pdinput-cosmenatura-flow__box1 {
    padding: 20px 10px;
  }
  .pdinput-cosmenatura-flow__box2 {
    padding: 30px 10px;
  }
}

@media (min-width: 960px) {
  .pdinput-cosmenatura-flow__btn:hover {
    background: #CCC;
    color: #FFF;
  }
}

/* pdinput-cosmenatura-recommend */
.pdinput-cosmenatura-recommend {
  margin-top: 50px;
  padding: 10% 5% 5%;
  background: #f5f5f5;
}

.pdinput-cosmenatura-recommend__title {
  font-size: 0.85em;
  text-align: center;
}

.pdinput-cosmenatura-recommend__title img {
  width: 60%;
  max-width: 266px;
  margin-bottom: 15px;
}

.pdinput-cosmenatura-recommend__list {
  margin-top: 20px;
}

.pdinput-cosmenatura-recommend__item {
  padding: calc(5% + 15px) 0;
  border-top: 1px dotted #333;
}

.pdinput-cosmenatura-recommend__item a {
  color: #333;
  text-decoration: none;
}

.pdinput-cosmenatura-recommend__img {
  width: 50%;
  margin: 0 auto 20px;
}

.pdinput-cosmenatura-recommend__img img {
  width: 100%;
  border: 1px solid #DDD;
}

.pdinput-cosmenatura-recommend__txt h4 {
  margin-bottom: 5px;
  color: #0033CC;
  text-decoration: underline;
  text-align: center;
  line-height: 1.5;
}

.pdinput-cosmenatura-recommend__txt p {
  font-size: 0.85em;
  line-height: 2;
}

.pdinput-cosmenatura-recommend__txt p:last-child {
  margin-bottom: 0;
}

.pdinput-cosmenatura-recommend__txt p.pdinput-cosmenatura-recommend__price {
  font-size: 1em;
  text-align: center;
}

.pdinput-cosmenatura-recommend__price span {
  font-size: 0.65em;
}

@media (min-width: 560px) {
  .pdinput-cosmenatura-recommend {
    margin-top: 80px;
    padding: 60px 5% 20px;
  }
  .pdinput-cosmenatura-recommend__list {
    margin-top: 30px;
  }
  .pdinput-cosmenatura-recommend__item {
    padding: 30px 0;
  }
  .pdinput-cosmenatura-recommend__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .pdinput-cosmenatura-recommend__img {
    width: 200px;
    margin: 0;
  }
  .pdinput-cosmenatura-recommend__txt {
    width: calc(96% - 200px);
  }
  .pdinput-cosmenatura-recommend__txt h4 {
    text-align: left;
  }
  .pdinput-cosmenatura-recommend__txt p.pdinput-cosmenatura-recommend__price {
    text-align: left;
  }
}

@media (min-width: 960px) {
  .pdinput-cosmenatura-recommend {
    margin-top: 100px;
  }
  .pdinput-cosmenatura-recommend__img img:hover {
    opacity: 0.7;
  }
}
