@charset "euc-jp";

#product_detail_page .price,
#product_detail_page h2,
#product_detail_page h3,
#product_detail_page h4 {
  color: #282828;
}
#product_detail_page .price .tax {
  color: #585858;
}
p#main_product_image  {
  border: 1px solid #efefef;
}
#product_image_area .bx-wrapper {
  margin: 0 auto;
}
#product_image_area .bx-wrapper .bx-viewport {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #efefef;
  background: none;
}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ PC ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
@media screen and (min-width: 768px) {
  #product_detail {
    display: flex;
    justify-content: center;
  }
  /* 商品画像	 */
  #product_image_area {
    margin-right: 60px;
    width: 510px;
  }
  /* サムネイル */
  #main_product_image_thumbnail {
    display: flex;
    flex-wrap: wrap;
    margin-top: 13px;
    gap: 6px;
  }
  #main_product_image_thumbnail li {
    width: 78px;
    border: 1px solid #efefef;
  }
  /* 商品データ	 */
  #product_data_area {
    width: 450px;
    padding-top: 46px;
  }
  #product_data_area .category {
    font-size: 18px;
  }
  #product_data_area h2 {
    margin-top: 3px;
    font-size: 36px;
    line-height: 1.18;
  }
  #product_data_area .price {
    margin-top: 30px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.012em;
  }
  #product_data_area .price .yen {
    font-size: 18px;
  }
  #product_data_area .price .tax {
    font-size: 13px;
    font-weight: normal;
    margin-left: 0.3em;
  }
  #product_data_area .delve_fee {
    display: flex;
    align-items: center;
    margin-top: 12px;
  }
  #product_data_area .delve_fee .fee {
    display: inline-block;
    padding: 7px 12px;
    margin-right: 15px;
    background: #eff0f0;
    font-size: 14px;
    line-height: 1;
  }
  #product_data_area .delve_fee .fee_attention {
    color: #585858;
    font-size: 12px;
    line-height: 1.28;
  }
  #product_data_area .quantity_area {
    position: relative;
    margin-top: 30px;
  }
  #product_data_area .quantity_area span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    margin-bottom: 3px;
  }
  #product_data_area .quantity_area input[type=text] {
    padding: 20px 0px;
    width: 100px;
    border: 1px solid #e1e1e1;
    appearance: none;
    text-align: center;
    box-sizing: border-box;
    font-size: 16px;
  }
  #product_data_area .product-option-selectarea {
    margin-top: 35px;
  }
  #product_data_area .product-option-selectarea select {
    margin-top: 3px;
    border: 1px solid #e1e1e1;
    padding: 9px 15px;
    height: auto;
  }
  #product_data_area .product-option-selectarea .product_option_data:nth-of-type(2) {
    margin-top: 12px;
  }
  #product_data_area .product-option-selectarea .option_name {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    margin-bottom: 1px;
  }
  #product_data_area .option_link {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
    margin-top: 8px;
    text-align: right;
    padding-left: 14px;
  }
  #product_data_area .option_link a {
    color: #585858;
    position: relative;
  }
  #product_data_area .option_link a::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-right: 1px solid #bbb;
    border-top: 1px solid #bbb;
    position: absolute;
    top: 50%;
    left: -14px;
    transform: rotate(45deg) translateY(-50%);
  }
  #product_data_area #cart_btn_area {
    margin-top: 25px;
  }
  #product_data_area .down_btn,
  #product_data_area .up_btn {
    display: none;
  }
  #product_data_area #cart_btn_area #cart_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px 20px 0;
    width: calc(100% - 10px);
    background-image: linear-gradient( to right, rgb(252, 204, 96) 0%, rgb(250, 167, 59) 100%);
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0.04em;
  }
  #product_data_area #cart_btn_area #cart_btn .icon {
    margin-right: 13px;
  }
  #product_data_area #cart_btn_area #cart_btn .icon img {
    width: 25px;
    height: auto;
  }
   
  #product_data_area .sold_out_message {
    font-size: 15px;
    color: #d52525;
    margin-top: 37px;
  }
   /* 後継商品案内 */
  #product_announce {
    width: 100%;
    background: #fdf9d4;
    padding: 26px 0;
    margin-bottom: 45px;
  }
  
  #product_announce p {
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
    font-weight: 500;
  }
  
  #product_announce p a {
    color: #dd0000;
    text-decoration: underline;
  }
  /* 商品説明	 */
  #product_explain {
    margin-top: 73px;
  }
  #product_explain #product_spec h3 {
    font-size: 24px;
    font-weight: 500;
  }
  #product_explain #product_spec table {
    margin-top: 44px;
    width: 100%;
    border-top: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
  }
  #product_explain #product_spec table th {
    padding: 14px 0 13px;
    width: 278px;
    border-left: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    background: #f8faf9;
    font-weight: 500;
    text-align: center;
  }
  #product_explain #product_spec table td {
    padding: 14px 32px 13px;
    border-left: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
  }
  #product_explain #product_spec table td.item_name {
    background: #f8faf9;
    font-weight: 600;
  }
  #product_explain #product_info  {
    margin-top: 93px;
  }
  #product_explain #product_info h3 {
    font-size: 24px;
    font-weight: 500;
  }
  #product_explain #product_info ul.info  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 39px;
    gap: 99px 110px;
  }
  #product_explain #product_info ul.info li {
    width: 460px;
  }
  #product_explain #product_info ul.info li h4 {
    margin-top: 28px;
    font-size: 18px;
    line-height: 1.67;
  }
  #product_explain #product_info ul.info li .txt {
    margin-top: 11px;
    line-height: 2.1;
    letter-spacing: 0;
    font-size: 15px;
  }
  /* オプション(組み合わせ商品)	 */
  #product_option_item {
    margin-top: 90px;
    padding: 87px 0 95px;
    background: #f6f8f7;
  }
  #product_option_item .title_area .en {
    font-family: 'Montserrat', sans-serif;
    font-size: 85px;
    font-weight: 100;
    color: #cccccc;
    line-height: 1;
    padding-bottom: 0.05em;
  }
  #product_option_item h3 .ja {
    display: block;
    margin-top: 4px;
    font-size: 24px;
    font-weight: 500;
  }
  #product_option_item #together_product_list {
    display: flex;
    margin-top: 65px;
    gap: 0 33px;
  }
  #product_option_item #together_product_list li {
    width: 230px;
  }
  #product_option_item #together_product_list li .image {
    border: 1px solid #f4f4f4;
  }
  #product_option_item #together_product_list li h4 {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
  }
  #product_option_item #together_product_list li .price {
    margin-top: 6px;
    font-size: 18px;
    font-weight: 600;
    text-align: right;
    letter-spacing: 0.012em;
  }
  #product_option_item #together_product_list li .price .yen {
    font-size: 15px;
  }
  #product_option_item #together_product_list li .price .tax {
    font-size: 11px;
    font-weight: normal;
    margin-left: 0.3em;
  }
  /* 関連商品(店舗全体で1つ設定するおすすめ商品表示) */
  #product_recommend_item {
    padding: 93px 0 140px;
  }
  #product_recommend_item .title_area .en {
    font-family: 'Montserrat', sans-serif;
    font-size: 85px;
    font-weight: 100;
    color: #cccccc;
    line-height: 1;
    padding-bottom: 0.05em;
  }
  #product_recommend_item h3 .ja {
    margin-top: 4px;
    font-size: 24px;
    font-weight: 500;
  }
  #product_recommend_item #recommend_product_list {
    display: flex;
    margin-top: 60px;
    gap: 0 33px;
  }
  #product_recommend_item #recommend_product_list li {
    width: 230px;
  }
  #product_recommend_item #recommend_product_list li .image {
    border: 1px solid #f4f4f4;
  }
  #product_recommend_item #recommend_product_list li h4 {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
  }
  #product_recommend_item #recommend_product_list li .price {
    margin-top: 6px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.012em;
    text-align: right;
  }
  #product_recommend_item #recommend_product_list li .price .yen {
    font-size: 15px;
  }
  #product_recommend_item #recommend_product_list li .price .tax {
    font-size: 11px;
    font-weight: normal;
    margin-left: 0.3em;
  }
  
}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ スマホ ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
@media screen and (max-width: 767.999px) {
  #product_detail_page .bx-wrapper .bx-controls-direction a {
    z-index: 99;
  }
  #product_detail {
    padding: 0 40px;
  }
  /* 商品画像	 */
  #product_image_area {
    margin: 0 -40px;
  }
  /* サムネイル */
  #main_product_image_thumbnail {
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    padding: 0 40px;
  }
  #main_product_image_thumbnail li {
    width: calc(25% - 5px);
    border: 1px solid #efefef;
    margin: 4px 0 0 4px;
  }
  #main_product_image_thumbnail li:nth-of-type(4n+1) {
    margin-left: 0;
  }
  /* 商品データ	 */
  #product_data_area {
    padding-top: 30px;
  }
  #product_data_area .category {
    font-size: 15px;
  }
  #product_data_area h2 {
    margin-top: 3px;
    font-size: 27px;
    line-height: 1.18;
  }
  #product_data_area .price {
    margin-top: 20px;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0.012em;
  }
  #product_data_area .price .yen {
    font-size: 18px;
  }
  #product_data_area .price .tax {
    font-size: 13px;
    font-weight: normal;
    margin-left: 0.3em;
  }
  #product_data_area .delve_fee {
    display: flex;
    align-items: center;
    margin-top: 12px;
  }
  #product_data_area .delve_fee .fee {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 10px;
    background: #eff0f0;
    font-size: 12px;
    line-height: 1;
  }
  #product_data_area .delve_fee .fee_attention {
    color: #585858;
    font-size: 11px;
    line-height: 1.28;
  }
  #product_data_area .quantity_area {
    position: relative;
    margin-top: 14px;
  }
  #product_data_area .quantity_area span {
    margin-right: .5em;
  }
  #product_data_area .quantity_area input[type=text] {
    height: 40px;
    width: 100px;
    border: 1px solid #e1e1e1;
    appearance: none;
    text-align: center;
    box-sizing: border-box;
    font-size: 16px;
  }
  #product_data_area .product-option-selectarea {
    margin-top: 30px;
  }
  #product_data_area .product-option-selectarea select {
    margin-top: 3px;
    border: 1px solid #e1e1e1;
    padding: 9px 15px;
    height: 40px;
  }
  #product_data_area .product-option-selectarea .product_option_data:nth-of-type(2) {
    margin-top: 12px;
  }
  #product_data_area .product-option-selectarea .option_name {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    margin-bottom: 1px;
  }
  #product_data_area .option_link {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
    margin-top: 8px;
    text-align: right;
    padding-left: 14px;
  }
  #product_data_area .option_link a {
    color: #585858;
    position: relative;
  }
  #product_data_area .option_link a::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-right: 1px solid #bbb;
    border-top: 1px solid #bbb;
    position: absolute;
    top: 50%;
    left: -14px;
    transform: rotate(45deg) translateY(-50%);
  }
  #product_data_area #cart_btn_area {
    margin-top: 25px;
  }
  #product_data_area .down_btn,
  #product_data_area .up_btn {
    display: none;
  }
  #product_data_area #cart_btn_area #cart_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px 20px 0;
    width: calc(100% - 10px);
    background-image: linear-gradient( to right, rgb(252, 204, 96) 0%, rgb(250, 167, 59) 100%);
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0.04em;
  }
  #product_data_area #cart_btn_area #cart_btn .icon {
    margin-right: 13px;
  }
  #product_data_area #cart_btn_area #cart_btn .icon img {
    width: 25px;
    height: auto;
  }
    #product_data_area .sold_out_message {
    font-size: 15px;
    color: #d52525;
    margin-top: 10px;
  }
  
  /* 後継商品案内 */
  #product_announce {
    width: 100%;
    background: #fdf9d4;
    padding: 26px 20px;
    margin: 0 -20px 35px;
    width: calc(100% + 40px);
    box-sizing: border-box;
  }
  
  #product_announce p {
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
    font-weight: 500;
  }
  
  #product_announce p a {
    color: #dd0000;
    text-decoration: underline;
  }
  
  /* 商品説明	 */
  #product_explain {
    margin-top: 50px;
    border-top: 1px solid #efefef;
    padding: 40px 40px 50px;
  }
  #product_explain #product_spec h3 {
    font-size: 19px;
    font-weight: 500;
  }
  #product_explain #product_spec table {
    margin: 30px -20px 0;
    width: calc(100% + 40px);
    border-top: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    max-width: initial;
  }
  #product_explain #product_spec table th {
    padding: 8px 5px;
    border-left: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    background: #f8faf9;
    font-weight: 500;
    text-align: center;
    font-size: 12px;
  }
  #product_explain #product_spec table td {
    padding: 8px 5px;
    border-left: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    font-size: 12px;
  }
  #product_explain #product_spec table td.item_name {
    background: #f8faf9;
    font-weight: 600;
  }
  #product_explain #product_info  {
    margin-top: 50px;
  }
  #product_explain #product_info h3 {
    font-size: 19px;
    font-weight: 500;
  }
  #product_explain #product_info ul.info li:nth-of-type(1) {
    margin-top: 30px;
  }
  #product_explain #product_info ul.info li {
    margin-top: 40px;
  }
  #product_explain #product_info ul.info li img {
    width: 100%;
    height: auto;
  }
  #product_explain #product_info ul.info li h4 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.48;
  }
  #product_explain #product_info ul.info li .txt {
    margin-top: 8px;
  }
  /* オプション(組み合わせ商品)	 */
  #product_option_item {
    padding: 40px 40px 50px;
    background: #f6f8f7;
  }
  #product_option_item .title_area .en {
    font-family: 'Montserrat', sans-serif;
    font-size: 62px;
    font-weight: 100;
    color: #cccccc;
    line-height: 1;
    padding-bottom: 0.05em;
  }
  #product_option_item h3 .ja {
    display: block;
    font-size: 19px;
    font-weight: 500;
  }
  #product_option_item #together_product_list {
    display: flex;
    flex-wrap: wrap;
  }
  #product_option_item #together_product_list li {
    width: calc(50% - 10px);
    margin: 30px 0 0 20px;
  }
  #product_option_item #together_product_list li:nth-of-type(2n+1) {
    margin-left: 0;
  }
  #product_option_item #together_product_list li .image {
    border: 1px solid #f4f4f4;
  }
  #product_option_item #together_product_list li h4 {
    margin-top: 10px;
    font-weight: 400;
  }
  #product_option_item #together_product_list li .price {
    margin-top: 6px;
    font-size: 15px;
    font-weight: 600;
    text-align: right;
    letter-spacing: 0.012em;
  }
  #product_option_item #together_product_list li .price .yen {
    font-size: 12px;
  }
  #product_option_item #together_product_list li .price .tax {
    font-size: 10px;
    font-weight: normal;
    margin-left: 0.3em;
  }
  /* 関連商品(店舗全体で1つ設定するおすすめ商品表示) */
  #product_recommend_item {
    padding: 40px 40px 50px;
  }
  #product_recommend_item .title_area .en {
    font-family: 'Montserrat', sans-serif;
    font-size: 62px;
    font-weight: 100;
    color: #cccccc;
    line-height: 1;
    padding-bottom: 0.05em;
  }
  #product_recommend_item h3 .ja {
    font-size: 19px;
    font-weight: 500;
  }
  #product_recommend_item #recommend_product_list {
    display: flex;
    flex-wrap: wrap;
  }
  #product_recommend_item #recommend_product_list li {
    width: calc(50% - 10px);
    margin: 30px 0 0 20px;
  }
  #product_recommend_item #recommend_product_list li:nth-of-type(2n+1) {
    margin-left: 0;
  }
  #product_recommend_item #recommend_product_list li .image {
    border: 1px solid #f4f4f4;
  }
  #product_recommend_item #recommend_product_list li h4 {
    margin-top: 10px;
    font-weight: 400;
  }
  #product_recommend_item #recommend_product_list li .price {
    margin-top: 6px;
    font-size: 15px;
    font-weight: 600;
    text-align: right;
    letter-spacing: 0.012em;
  }
  #product_recommend_item #recommend_product_list li .price .yen {
    font-size: 12px;
  }
  #product_recommend_item #recommend_product_list li .price .tax {
    font-size: 10px;
    font-weight: normal;
    margin-left: 0.3em;
  }



}