@charset "euc-jp";
.prd-opt-src {
  display: none !important;
}
.product-image {
  padding-right: 20px;
}
.product-image-main img {
  display: block;
  margin: 0 auto;
  height: auto;
}
.product-image-thumb li {
  float: left;
  margin-top: 10px;
  cursor: pointer;
}
.thumb {
  max-width: 100%;
  width: auto;
  height: auto;
  border: 1px solid #dbdbdb;
}
.thumb-active {
  border: 1px solid #ecd062;
}
.product-exp {
  clear: both;
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #dbdbdb;
  line-height: 1.6;
}
.product-spec-block {
  margin-bottom: 2.5em;
}
  .product-spec-block table {
    width: 100%;
    font-size: 13px;
  }
    .product-spec-table {
      margin-bottom: 10px;
      border-top: 1px solid #dbdbdb;
    }
    .product-spec-table th {
      padding-top: 1em;
      padding-right: .5em;
      padding-bottom: 1em;
      border-right: 1px solid #dbdbdb;
      border-bottom: 1px solid #dbdbdb;
    }
    .product-spec-table td {
      overflow: hidden;
      padding-top: 1em;
      padding-bottom: 1em;
      padding-left: 1em;
      border-bottom: 1px solid #dbdbdb;
    }
      .product-spec-table th {
        width: 33.333%;
      }
      .product-spec-table td {
        width: 66.666%;
      }
        .product-spec-table select {
          width: 90%;
        }
        .product-order-form input {
          float: left;
          margin-right: .3em;
          padding: .3em;
        }
        .product-unit {
          float: left;
          padding: .3em;
        }
        .product-init {
          display: none;
        }
          .product-init-num {
            width: 3em;
            text-align: right;
          }
        .product-option-table td div {
          margin-bottom: .5em;
         
        }
.product-info-lst {
  margin-bottom: 2em;
}
  .product-info-lst li {
    margin: 15px 0;
  }
  .product-info-lst a {
    color: #444;
    text-decoration: none;
  }
  .product-info-lst a:hover {
    text-decoration: underline;
  }
  .product-review {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .product-review a {
    font-weight: bold;
  }
.social-share {
  margin-top: 1.5em;
}
  .social-share li {
    margin-bottom: .5em;
  }
.product-cart-btn {
  margin-top: 1em;
}
.product-member-sale-msg {
  color: #df7676;
}
.stock_error {
  margin: .5em 0;
  color: #0090a6;
  font-weight: bold;
  font-size: 123.076%;
  line-height: 2;
}
#trackback {
  margin-bottom: 40px;
}
.trackback-block {
  clear: both;
}
  .trackback-url {
    padding: .5em;
  }
.together-block {
  clear: both;
}
.text-titles-list__detail-text {
  width: 85%;
}

/*  クイックカートイン CSS  */

.cart_in_modal,
.cart_in_error_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  z-index: 20000;
  display: flex;
  overflow: auto;
}

@media screen and (min-width: 960px) {
  .cart_in_modal,
  .cart_in_error_modal {
    align-items: center;
  }
}

.cart_in_modal__bg {
  background-color: rgba(0, 0, 0, .7);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20000;
}

.cart_in_modal__outline {
  width: 90%;
  margin: 20px 5%;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
  box-sizing: border-box;
  text-align: center;
  position: absolute;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__outline {
    width: 900px;
    margin: auto;
    padding: 20px 70px;
    position: relative;
  }
}

.cart_in_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
  line-height: 1.4;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__heading {
    font-size: 26px;
    margin: 30px 0;
    line-height: 1.2;
  }
}

.cart_in_error_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 20px;
  line-height: 1.4;
}

@media screen and (min-width: 960px) {
  .cart_in_error_modal__heading {
    margin: 30px 0;
    line-height: 1.2;
  }
}

.cart_in_modal__detail {
  display: flex;
  padding: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__detail {
    flex-direction: row;
  }
}

.cart_in_modal__name {
  font-size: 16px;
  flex: 1;
  line-height: 1.4;
  text-align: left;
  margin: 0;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__name {
    font-size: 18px;
  }
}

.cart_in_modal__image-wrap {
  padding: 5px;
  width: 170px;
  height: 170px;
  background: rgba(0, 0, 0, .1);
  position: relative;
  border: 5px solid transparent;
  box-sizing: border-box;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__image-wrap {
    margin: 0 30px 0 0;
    flex-basis: 170px;
  }
}

.cart_in_modal__image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.cart_in_modal__text-link {
  color: #2169f3;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 20px 0 0;
  padding: 0 0 0 20px;
  line-height: 1.15;
}
.cart_in_modal__text-link::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #2169f3;
  border-right: 2px solid #2169f3;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.cart_in_modal__button-wrap {
  width: 100%;
  margin: 30px auto;
  font-size: 17px;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__button-wrap {
    width: 350px;
  }
}
.cart_in_modal__button {
  font-size: 17px;
  font-weight: bold;
  line-height: 23px;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 4px;
  width: 100%;
  height: 58px;
  padding: 15px;
  background: #2169f3;
  box-shadow: 0 2px 0 #1a54c2;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cart_in_modal__button:hover,
.cart_in_modal__button:focus {
  height: 58px;
  color: #e9f0fe;
  background-color: #1e5fdb;
  box-shadow: none;
  transform: translate3d(0, 2px, 0);
}

.cart_in_modal__close-icon {
  cursor: pointer;
}

.cart_in_modal__close-icon::before,
.cart_in_modal__close-icon::after {
  content: "";
  width: 35px;
  height: 6px;
  display: block;
  position: absolute;
  top: 30px;
  right: 20px;
  background: #eee;
  border-radius: 4px;
}

.cart_in_modal__close-icon::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cart_in_modal__close-icon::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.spinner::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
  border-radius: 50%;
  border: 5px solid #eee;
  border-top-color: #fd7f23;
  animation: spinner 0.5s linear infinite;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

@media screen and (min-width: 960px) {
  .sp-br {
    display: none;
  }
}


/* ==========================================================
    pss 追加 2020-10-30 as レビュー表示
============================================================= */
.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 75px;
  overflow: hidden;
}
.icon_star img {
  max-width: inherit;
}
.review_poster li {
  float: left;
  margin-left: 10px;
}
.review_poster li {
  list-style: none;
}
.reviewlist {
  margin-bottom: 15px;
  padding: 0.5em 0.2em 1em 0.5em;
  border-bottom: 1px dotted #ccc;
}
.review_ttl,
.shopcomment_ttl {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
}
.review_img {
  float: right;
  margin: 0 0 10px 10px
}
.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}
.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
  border-radius: 6px;
}
#ttl_review1 {
  border-bottom: 1px solid #dbdbdb;
  margin: 0 0 1em;
  padding: 0 0 0.8em;
  font-size: 1.2em;
}
.review_light {
  color: #aaa;
  font-size:0.9em;
}
/* レビュー追加 */
.fa-yw {
  color: #ff7d1a;
}
.fa-gn {
  color: #2c7258;
}

/* ==========================================================
    pss 追加 2021-05-18 as　画面幅拡大
============================================================= */
@media (min-width: 1280px) {
	.container {
		max-width: 1280px;
	}
}
.row {
	max-width: 1280px;
}

/* ==========================================================
    pss 追加 2020-01-09 as
============================================================= */
#option_tbl td, .stock_head th {
	border-left: 1px solid #ddd;
}
.stock_head td.none {
	border-left: none !important;
}
.stock_zero {
	color:#8b0042;
	font-size: 14px;
	white-space: nowrap;
}
.table_price {
	white-space: nowrap;
}
/*
.stock_zero {
	color:#8b0042;
	font-size: 0;
}
.stock_zero:before {
	font-size: 14px;
	content: "売り切れ";
}
*/
.t_stock_num {
	white-space: nowrap;
}
.t_stock_num:before {
	content: "在庫 ";
}
table#option_tbl {
	border-bottom: 1px solid #ddd;
}
.movie_area {
	position: relative;
	width: 100%;
	margin: 1em auto;
	padding-bottom: 56.25%;
}
.movie_area iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.movie_area_short {
position: relative;
    margin: 2em;
    padding-bottom: 150%;
}
.movie_area_short iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
 }

.box_purple {
  margin: 0.5em 0;
  padding: 1.5em 2em;
  border: 1px solid #c09ac7;
}

.box_red, .box_red_txt, .box_gray, .box_gray_img, .box_graybk, .box_wine {
	margin: 0.5em 0;
	padding: 1.8em 2em 1.4em;
}

.box_red, .box_red_txt {
	border: 1px solid #a7222f;
}
.box_red_txt {
	color: #a7222f;
}

.box_gray, .box_gray_img  {
	border: 1px solid #d0d0d0;
}
.box_gray_img  {
	text-align: center;
}
.box_gray_img img {
	max-width: 100%;
}

.box_graybk {
	border: 1px solid #d0d0d0;
	background-color: #f0f0f0;
	color: #222222;
}
.box_graybk a {
 	color: #333;
}
.box_graybk p{
	margin-bottom: 1em;
}
.box_purple p, .box_red p, .box_red_txt, .box_gray p {
  	margin: 0;
}
.box_wine {
	border: 1px solid #8c0043;
}

.box_ttl {
	font-size: 1.2em;
	font-weight: bold;
}

.box_purple .box_ttl {
	color: #835b8a;
}

/* パウなどで使っているリンクバナー用装飾 */
a.txtbnr_jade {
	position: relative;
	display: inline-block;
	margin-bottom: 0.25em;
	width: 100%;
	padding: .25em 0;
	text-align: center;
	background: #1090a5;
	color: #fff;
	font-size:2em;
	transition: .5s;
}
a.txtbnr_jade span, a.txtbnr_gray span {
	font-weight:bold;
}
a.txtbnr_jade:hover {
	background: #40a6b7;
}

/* グレーのリンクバナー用装飾 jadeより細め */
a.txtbnr_gray {
	position: relative;
	display: inline-block;
	margin-bottom: 0.25em;
	width: 100%;
	padding: .1em 0;
	text-align: center;
	background: #989898;
	color: #fff;
	font-size: 1.5em;
	transition: .5s;
}
a.txtbnr_jade:hover {
	background: #b7b7b7;
}

/* パウで使ってる丸ボタン */
a.txtbtn_jade {
	display: inline-block;
	text-decoration: none;
	color: #1090a5;
	width: 120px;
	height: 120px;
	line-height: 120px;
	border-radius: 50%;
	border: 6px double #1090a5;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
	transition: .5s;
}
a.txtbtn_jade:hover {
	background: #1090a5;
	color: #fff;
}
/* txtbtn_jadeの中でグレーアウト要素を置きたい場合 */
div.txtbtn_gray {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	width: 120px;
	height: 120px;
	line-height: 120px;
	border-radius: 50%;
	border: 6px double #d8d8d8;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
	transition: .5s;
	background: #d8d8d8;
}

.lh-5 {
  margin-bottom: .5em;
}

/* CD */
.cd_ttl1 {
	font-weight: normal;
	border-bottom: 1px solid #666;
	padding: 2px 7px;
	font-size: .85em;
}
.cd_ttl2 {
	font-weight: bold;
	border-bottom: 1px solid #666;
	padding: 2px 7px;
}
table.songlist {
	margin-top: 1.5em;
	border-collapse: collapse;
	background-color: #fff;
}
.songlist td, .songlist th {
	padding: 2px 7px;
	border: 2px solid #f0f0f0;
	vertical-align: middle;
	font-size: 13px;
}
.songlist tr:nth-child(odd) {
	background-color: #f0f0f0;
}
.songlist th {
	border-top: 3px double #999;
	border-bottom: 3px double #999;
}

div.bottom_wh {
  display: none;
}
div.bottom_gy {
  margin-bottom: 2em;
  color: #999;
  font-size: 90%;
}

/* ==========================================================
    pss 追加 2020-05-08 kn
============================================================= */
.model_data {
	margin-bottom:2em;
	font-size:0.9em;
	color:#8c8c8c;
}


.zenfont {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}


/* ==========================================================
    pss 追加 2020-01-09 jm
============================================================= */

/* ドレスページ備考欄画像表示用 */
.drsht_img_sp {
	display: none;
}
.drsht_img_pc {
	max-width: 100%;
}
@media only screen and (max-width: 768px) {
	.drsht_img_sp {
		max-width: 100%;
		text-align: center;
		display: block;
	}
	.drsht_img_sp div {
		text-align: left;
	}
	.drsht_img_pc {
		display: none;
	}
}

/* ドレス商品詳細ページ内全体幅 */
.drs_width{
	margin:0em auto;
  max-width:740px;
  
	}

/* ドレス商品詳細ページ内ブロック */
.drs_container{
	margin-bottom:5em;
	}
.drs_container p{
	margin:0 1em 1em;
	}
.drs_container li{
	margin:0 0.5em 1em;
	}
.drs_container ul li{
	margin:0 0.5em 0.5em;
	}

/* ドレスオプションリンク */
.drsopt_btn{
	padding:0 1.5em;
	}
.drsopt_btn a{
	display:block;
	padding:0.5em;
	margin-top:0.2em;
	background:#aaa;
	border:solid 1px #777;
	color:#fff; font-size:1.3em;
	}

/* ドレスデザイン紹介画像 */
.drsdsn_img{
	margin:0 0.5em;
	}
.drsdsn_img img{
	display:block;
	margin:0 auto;
	}

/* 40色商品詳細ページ内ブロック */
.c40_container{
	margin-bottom:2em;
	}
.c40_container p{
	margin:0 1em;
	}
.c40_container img{
	display:block;
	margin:0 auto;
	}
.c40_info{
	text-align:center;
  	margin: 1em auto;
	line-height: 1.75em;
	}

/* 無地生地色味注意テキスト */
.caution_solid{
	border:solid 1em #ec7d84;
	}
.caution_solid div{
	padding-bottom:0.5em;
	background-color:#ec7d84;
	text-align:center;
	font-size:1.3em;
	font-weight:bold;
	color:#fff;
	}
.caution_solid ul{
	padding:0 0.5em 0 1.5em;
	margin:0.5em;
	}
.caution_solid li{
	padding:0.3em 0;
	}
	
	
	
	
	
	
	
	
	
	
	