da.original:link { color: blue; }
a.original:visited { color: blue; }
a.original:active { color: white; }
a.original:hover { color: black; }

a.yokodori:link { color: green; }
a.yokodori:visited { color: green; }
a.yokodori:active { color: white; }
a.yokodori:hover { color: black; }


/****************2024.03.19 商品詳細 改修*********************/

/*
#custom-options-container {
  display: block !important;
  position: fixed;
  top: 150px;
  right: 10px;
  z-index: 100000;
}
#custom-options-textarea {
  
}
*/

#product_d {
  padding: 55px 0 0;
}
#product_d h2 {
  display: none;
}
#product_d .product_detail_area {
  display: flex;
  justify-content: space-between;
}
#product_d .add_cart2,
#product_d .product_images {
  float: none;
}
#product_d .add_cart2 {
  width: 510px;
  border: none;
}
#product_d .add_cart2 .inner_box {
/*  position: sticky;
  top: 120px;*/
}
#product_d .add_cart2 .inner_back {
  padding: 40px 25px;
  background-color: #eff1ed;
}
#product_d .add_cart2 .product_name {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
}
#product_d .add_cart2 p.hinban {
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 20px;
}
#product_d .add_cart2 p.hanbaikakaku {
  font-size: 13px;
  margin-bottom: 30px;
}
#product_d .add_cart2 p.hanbaikakaku span {
  display: block;
  font-size: 16px;
  line-height: 1em;
  font-weight: bold;
  margin-top: 5px;
}
#product_d .add_cart2 h3.title {
  font-size: 17px;
  line-height: 1em;
  padding: 5px 0 5px 55px;
  border-radius: 5px 5px 0 0;
  background: #fbbb18 url(https://file001.shop-pro.jp/PA01267/061/img/icon_note.png) no-repeat 20px 50%;
}
#product_d .add_cart2 p.ss {
  color: #e81f1f;
  font-size: 17px;
  line-height: 1em;
  font-weight: bold;
  margin-bottom: 30px;
}
#product_d .add_cart2 p.b {
  font-size: 16px;
  font-weight: bold;
}
#product_d .add_cart2 h4 {
  font-size: 26px;
  padding-left: 15px;
  border-left: 5px solid #404040;
  margin: 40px 0 25px;
}
#product_d .add_cart2 h4.first {
  margin-top: 0;
}
#product_d .add_cart2 h4 span {
  display: block;
  font-size: 18px;
}
#product_d .add_cart2 .hiraki_wrap {
  justify-content: space-between;
}
#product_d .add_cart2 .hiraki_wrap .box {
  width: 48%;
}
#product_d .add_cart2 input[type="text"] {
  padding: 5px 10px;
}
#product_d .add_cart2 .item_line {
  margin: 10px 0;
}
#product_d .add_cart2 div.button_area input[type="submit"] {
  color: #fff;
  font-size: 24px;
  line-height: 1em;
  height: 90px;
  border: none;
  border-radius: 45px;
  padding-left: 40px;
  margin: 30px 0 40px;
  cursor: pointer;
  background: #e8731f url(https://file001.shop-pro.jp/PA01267/061/img/btn_cart2.png) no-repeat calc(50% - 100px) 50%;
}
#product_d .add_cart2 div.button_area input[type="submit"]:disabled {
  background-color: #d9d9d9;
  cursor: default;
}
#product_d div.att p {
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 1em;
}
#product_d div.att a {
  text-decoration: underline;
}
#product_d .add_cart2 .banner_type {
  width: 275px;
  margin-bottom: 20px;
}
#product_d .add_cart2 .img_box {
  width: 225px;
  margin-bottom: 20px;
}

#product_d .product_images {
  width: 540px;
}
#product_d .product_images .zoom-desc {
  width: 100% !important;
}
.footstamp {
  margin-bottom: 50px !important;
}


@media screen and (max-width: 1080px) {
  #product_d {
    padding: 40px 20px 0;
  }
  #product_d h2 {
    display: block;
    font-size: 19px;
    line-height: 1.3em;
    margin-bottom: 50px;
  }
  
  #product_d .product_images {
  width: 100%;
}
  #product_d .product_images div iframe {
    aspect-ratio: 16 / 9;
    width: 100% !important;
    height: 100%;
  }
  
  #product_d .product_detail_area {
    display: block;
    height: auto !important;
  }
  #product_d .add_cart2 {
    width: 100%;
    border: none;
    margin-top: 80px;
  }
  #product_d .add_cart2 .inner_back {
    padding: 40px 25px;
    background-color: #eff1ed;
  }
  #product_d .add_cart2 .product_name {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #product_d .add_cart2 p.hinban {
    font-size: 14px;
    line-height: 1em;
    margin-bottom: 20px;
  }
  #product_d .add_cart2 p.hanbaikakaku {
    font-size: 13px;
    margin-bottom: 30px;
  }
  #product_d .add_cart2 p.hanbaikakaku span {
    display: block;
    font-size: 16px;
    line-height: 1em;
    font-weight: bold;
    margin-top: 5px;
  }
  #product_d .add_cart2 h3.title {
    font-size: 17px;
    line-height: 1em;
    padding: 5px 0 5px 55px;
    border-radius: 5px 5px 0 0;
    background: #fbbb18 url(https://file001.shop-pro.jp/PA01267/061/img/icon_note.png) no-repeat 20px 50%;
  }
  #product_d .add_cart2 .unit {
    padding: 0 !important;
  }
  #product_d .add_cart2 p.ss {
    color: #e81f1f;
    font-size: 14px;
    line-height: 1em;
    font-weight: bold;
    margin-bottom: 30px;
  }
  #product_d .add_cart2 p.b {
    font-size: 16px;
    font-weight: bold;
  }
  #product_d .add_cart2 h4 {
    font-size: 21px;
    padding-left: 15px;
    border-left: 5px solid #404040;
    margin: 40px 0 25px;
  }
  #product_d .add_cart2 h4.first {
    margin-top: 0;
  }
  #product_d .add_cart2 h4 span {
    display: block;
    font-size: 13px;
  }
  #product_d .add_cart2 .hiraki_wrap {
    justify-content: space-between;
  }
  #product_d .add_cart2 .hiraki_wrap .box {
    width: 48%;
  }
  #product_d .add_cart2 input[type="text"] {
    padding: 5px 10px;
  }
  #product_d .add_cart2 .item_line {
    margin: 10px 0;
  }
  #product_d .add_cart2 .item_line label {
    font-size: 13px !important;
  }
  #product_d .add_cart2 .item_line label span {
    display: inline-block !important;
  }
  #product_d .add_cart2 .unit p {
    font-size: 11px !important;
    font-weight: normal !important;
  }
  #product_d .add_cart2 .eck {
    width: 100%;
  }
  #product_d .add_cart2 div.button_area input[type="submit"] {
    color: #fff;
    font-size: 19px;
    line-height: 1em;
    width: 100%;
    height: 60px;
    border: none;
    border-radius: 30px;
    padding-left: 40px;
    margin: 30px 0 40px;
    cursor: pointer;
    background: #e8731f url(https://file001.shop-pro.jp/PA01267/061/img/btn_cart2.png) no-repeat calc(50% - 80px) 50%;
  }
  #product_d .add_cart2 div.button_area input[type="submit"]:disabled {
    background-color: #d9d9d9;
    cursor: default;
  }
  #product_d div.att p {
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 1em;
  }
  #product_d div.att a {
    text-decoration: underline;
  }
  #product_d .add_cart2 .banner_type {
    width: 275px;
    margin-bottom: 20px;
  }
  #product_d .add_cart2 .img_box {
    width: 225px;
    margin-bottom: 20px;
  }

  #product_d .product_images {
    width: 100%;
  }
  #product_d .product_images .zoom-desc {
    width: 100% !important;
  }
  #product_d .product_images .zoom-desc > div a {
    display: block;
    margin-bottom: 15px;
  }
  .footstamp {
    margin-bottom: 50px !important;
  }
}


/****************2017.08.14 商品詳細 改修*********************/
.measureArea {
  overflow: hidden;
  margin-bottom: 0 !important;
  width: 460PX;
}
.measureArea p {
	font-size: 14px;
	color: #000;
	margin-bottom: 5px;
}
.measureArea .title {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.0;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	padding: 10px 0;
	margin-bottom: 30px;
}
.measureArea .alert {
	font-size: 16px;
	font-weight: bold;
	color: #ff0101;
}
.measureArea .subTitle {
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 1px #000;
	padding: 0 0 10px;
	margin: 30px 0 15px;
}
.measureArea .miniTitle01 {
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0 5px;
}
.measureArea .image {
	margin-bottom: 8px;
}
.measureArea .image2 {
	margin-bottom: 12px;
}
.measureArea .textRed {
	color: #ff0101;
}
.measureArea .miniTitle02 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.measureArea ul li {
	list-style: none;
	color: #000;
}
/****************2017.08.14 商品詳細 改修*********************/





/****************2020.12.24 商品詳細 オーダー機能の追加*********************/

.add_cart2 {
    float: right;
    width: 480px;
    background-color: #fff;
    border: 6px ridge #ccc;
    padding: 2px;
    /*border: 1px solid #ccc;  枠線 */
    /*box-shadow: 1px 1px 2px #ccc;*/
}
#kantan {
    width: 100%;
    overflow: hidden;
}
#kantan .title {
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0;
    margin-top: 20px;
    border-top: 2px solid #dfdfdf;
    border-bottom: 2px solid #dfdfdf;
    background: red;
    color: white;
    text-align: center;
}


#kantan .unit {
    padding: 0;
}
#kantan .unit.u2,
#kantan .unit.u3,
#kantan .last_unit {
    /*border-top: 1px dashed #a6a6a6;*/
}

#kantan .op,
#custom-options-container {
   display: none;
}

#kantan .unit p {
    font-size: 15px;
    margin-bottom: 1.5em;
}
#kantan .unit p.step {
    position: relative;
    line-height: 1em;
    height: 1em;
    margin-bottom: 1em;
}
#kantan .unit p.step span {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
#kantan .unit p.step span::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: -1;
    width: 100%;
    height: 4px;
    background-color: #ffef6a;
}
#kantan .unit p.s {
    font-size: 12px;
    font-weight: normal;
    margin-top: -15px;
}
#kantan .kakaku {
  color: #4d4d4d;
  padding: 10px 20px;
  margin: 30px 0 15px;
  background-color: #fbbb18;
  border-radius: 5px;
}
#kantan .kakaku span:nth-of-type(1) {
    display: block;
}
#kantan .kakaku span:nth-of-type(2) {
    font-size: 26px;
    font-weight: bold;
} 
#kantan .kakaku span:nth-of-type(3) {
    font-size: 13px;
} 
#kantan img {
    width: 100%;
    height: auto;
}
#kantan select {
	width: 60px;
    max-width: 100%;
    overflow: hidden;
}
#kantan select option {
     width: 190px
}

#kantan label {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
}
#kantan label.ht {
    /*display: block;*/
}
#kantan label.ht input {
    width: 5em;
    margin: 0 5px;
}
#kantan label.ht span {
  display: inline-block;
  font-size: 12px;
  line-height: 1em;
  margin-top: 5px;
  margin-left: 10px;
}
#kantan label select {
  font-size: 16px;
  padding: 5px 10px;
  margin: 0 10px 0 20px;
}
.button_area input[type="submit"]:disabled{
	background-color: #C6C6C6;
}
.order_title {
	display: block;
	font-size: 14px;
	line-height: 1em;
	font-weight: bold;
	text-align: center;
	margin: 20px 0 15px;
}
.eck {
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 1em;
	text-align: left;
	font-weight: bold;
	padding: 10px;
	margin: 0 auto 10px;
	background-color: #f00;
	border-radius: 5px;
}

/****************2020.12.24 商品詳細 オーダー機能の追加*********************/

/****************2020.12.24 商品詳細 ボタン修正*********************/
.optionBtn {
	display: flex;
}
.hida {
  margin: 2px;
  padding: 10px;
}
/****************2020.12.24 商品詳細 ボタン修正*********************/

/****************2021.1.5　レビュー追加*********************/
.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 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
  }
.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  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;
}
/****************2021.1.5　レビュー追加*********************/


/****************2021.2.6　サイズ確認追加*********************/
#sun_kakku {
  margin: 20px 0;
}
#sun_kakku label {
  display: block;
  text-align: center;
}
#sun_kakku .sun_zu {
	font-size: 12px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 5px;
}
#sun_kakku .sun_zu img {
  
}
#sun_kakku .sun_zu .ryo,
#sun_kakku .sun_zu .kata {
	display: none;
	position: relative;
  max-width: 240px;
  margin: auto;
}
#sun_kakku .sun_zu .ryo .haba {
	position: absolute;
	top: 9px;
	left: 50px;
	width: 30px;
	text-align: right;
}
#sun_kakku .sun_zu .ryo.sh .haba,
#sun_kakku .sun_zu .kata.sh .haba {
  top: 15px;
  left: 75px;
}
#sun_kakku .sun_zu .ryo .haba_h1 {
	position: absolute;
	bottom: 8px;
	left: 11px;
	width: 30px;
	text-align: right;
}
#sun_kakku .sun_zu .ryo .haba_h2 {
	position: absolute;
	bottom: 8px;
	left: 77px;
	width: 30px;
	text-align: right;
}
#sun_kakku .sun_zu .ryo .taka {
	position: absolute;
	top: 85px;
    left:130px;
	width: 30px;
	text-align: right;
}
#sun_kakku .sun_zu .ryo.sh .taka,
#sun_kakku .sun_zu .kata.sh .taka{
  top: 124px;
  left: 190px;
}

#sun_kakku .sun_zu .kata .haba {
	position: absolute;
	top: 8px;
	left: 50px;
	width: 30px;
	text-align: right;
}
#sun_kakku .sun_zu .kata .taka {
	position: absolute;
	top: 84px;
    left:130px;
	width: 30px;
	text-align: right;
}
#sun_kakku .sun_zu .kata .haba.cf {
	position: absolute;
	top: 40px;
	left: 74px;
	width: 30px;
	text-align: right;
}
#sun_kakku .sun_zu .kata .taka.cf {
	position: absolute;
	top: 124px;
    left:192px;
	width: 30px;
	text-align: right;
}
/****************2021.2.6　サイズ確認追加*********************/

.product_description {
  width: 100%;
  overflow: hiiden;
}

.rankingTitle {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px 0;
}
/*測り方・注文方法の箇所装飾用 2021.8.6*/

h1.top {
  font-size:12px;
  font-weight:bold;
  display:inline;
}

h2.title01 {
  font-size:24px;
  font-weight:bold;
}

h2.free1 {
  position: relative;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  color: #454545;
  margin-bottom:15px;
  font-size:18px;
}

h2.free1:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #a8d4ff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
h3.free1 {
  position: relative;
  padding-left: 1.2em;/*アイコン分のスペース*/
  line-height: 1.4;
  font-size:16px;
  margin-bottom:10px;
}

h3.free1:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #5ab9ff; /*アイコン色*/
  font-weight: 900;
}

h4.free1 {
  font-size: 16px;
  border-left: 4px solid;
  border-image: linear-gradient(180deg, rgba(254, 255, 70, 1) 0%, rgba(255, 0, 74, 1) 100%);
  border-image-slice: 1;
  padding-left: 0.5em;
  margin-bottom: 0.5em;
}

/****************2021.9.15　買い物カゴ装飾*********************/
/*#kantan h3.title {
position: relative;
  padding: 0.6em;
  background: #ff0000;
  color:#ffffff;
  text-align:center;
}

#kantan h3.title:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 120px;
  border: 15px solid transparent;
  border-top: 15px solid #ff0000;
  width: 0;
  height: 0;
}

#kantan span.step {
  color: #ffffff;
  padding: 0.2em;
  display: inline-block;
  font-weight:bold;
  font-size:20px;
  line-height: 1.3;
  background: #ff6666;
  vertical-align: middle;
  width:95%;
  border-radius: 25px;
}

#kantan span.step:before {
  content: '▼';
  color: white;
  margin-right: 8px;
}*/

/****************2021.12.10　*********************/
#kantan .unit p.size {
  margin-bottom: 5px;
}
#kantan .unit p.size.t2 {
  margin-top: 25px; 
}

#kantan .curtain li {
  margin-bottom: 10px;
}
#kantan .curtain li span {
  display: block;
  font-size: 15px;
  line-height: 1em;
  margin-bottom: 5px;
}
#kantan .curtain li select {
  width: 90%;
}

#tassel.hid,
#kantan .hid,
.eck.hid {
  display: none !important;
}

.flexBnr{
  padding: 0% 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.flexBnr p img {
    height : 255px;
    border: 1px solid #696969;
}

.flexBnr p img:hover {
  filter: opacity(70%);
  cursor: pointer;
}

.flexBnr b{
  font-size:14px;
  font-weight:bold;
  text-align:center;
  line-height:25px;
}

.flexBnr p{
  width:255px;
}
.obiTitle {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color:#C6C6C6;
  margin-bottom:5px;
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f2f2f2;/*背景色*/
  /*background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
 
}
