@charset "utf-8";
/* CSS Document */

BODY, H1, H2, H3, H4, H5, H6, P, TD, TH, DIV, INPUT, TEXTAREA, OL, UL, LI, PRE {
font-family: 'Noto Sans JP','Quicksand', "游ゴシック体", 'Yu Gothic', sans-serif;
line-break: strict;
font-weight: normal;
}

body {
    overflow-x: hidden;
}

#FS2_layout_body {
    background-color: #fff;
}

.sp_none{
    display: block;
}

.pc_none{
    display: none;
}

.product_detail {
    font-size: 18px;
    line-height: 1.8;
    font-weight: normal;
    letter-spacing: 1.2px;
    margin: 50px auto 0;
    max-width: 650px;
}

.product_detail .mb1 {
    margin-bottom: 1em;
}

.product_detail .mb2 {
    margin-bottom: 2em;
}

.product_detail .mb3 {
    margin-bottom: 3em;
}

.product_detail .mb4 {
    margin-bottom: 4em;
}

.product_detail .mb6 {
    margin-bottom: 6em;
}

.product_detail .mb8 {
    margin-bottom: 8em;
}

.product_detail .mb10 {
    margin-bottom: 10em;
}

.product_detail .mt1 {
    margin-top: 1em;
}

.product_detail .mt2 {
    margin-top: 2em;
}

.product_detail .mt6 {
    margin-top: 6em;
}

.product_detail .mt8 {
    margin-top: 8em;
}

.product_detail .content_block {
    margin:0 15px;
}

.product_detail h2.headline {
    font-size: 20px;
    text-align: center;
}

.product_detail h3.ttl {
    font-weight: 600;
    text-align: center;
}

.product_detail h3.ttl_line {
    font-weight: 600;
    text-align: center;
    position: relative;
}

.product_detail h3.ttl_line::after {
    content: "";
    width: 90px;
    height: 1px;
    background: #000;
    display: block;
    margin: 10px auto;
    visibility: visible;
}

.product_detail h4, .product_detail h5, .product_detail lead {
    font-weight: normal;
}

.product_detail .text {
    font-size: 16px;
}

.product_detail .info_text {
    border: 1px solid #e90000;
    padding: 20px;
    color: #e90000;
    line-height: 1.5em;
}

.product_detail .left_box {
    display: inline-block;
    width: 48%;
    margin-right: 2%;
}

.product_detail .right_box {
    display: inline-block;
    width: 46%;
    vertical-align: top;
}

.product_detail .center {
    text-align: center;
}

.product_detail .bold {
    font-weight: 600;
}

.product_detail .medium {
    font-weight: 500;
}

.product_detail .w80 {
    width: 80%;
}

.product_detail .keycolor {
    color: #248051;
}

.product_detail .frame {
    border: 1px solid #248051;
    padding: 40px;
}

.product_detail .border {
    border: 1px solid #333;
    margin: 20px;
    padding: 20px;
}

.product_detail .gray{
    background:#F8F7F5;
    margin:0 -500% 50px;
    padding:50px 500%;
}

.product_detail .linkbtn{
    margin: 0 auto;
    text-align: center;
    border: 1px solid #333;
    line-height: 3.5em;
    width: 50%;
}

.caution_2set {
    display: block;
    font-size: 20px!important;
    text-align: center;
    margin: 20px auto;
    background: #f0cf47;
    color: #000!important;
    padding: 10px;
}

.product_detail ul.list_col2 {
	width: 100%;
	padding-left: 0px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.product_detail ul.list_col2 li {
	width: 50%;
	width: -webkit-calc(100% / 2);
	width: calc(100% / 2);
  	box-sizing: border-box;
  	padding: 10px;
	margin-bottom: 20px;
	letter-spacing: normal;
	display: inline-block;
 	font-size: 16px;
	vertical-align: top;
}

/*accordion*/ 
.product_detail h2.acc_title {
    font-size: 120%;
    font-weight: normal; 
    margin-bottom:3em; 
    text-align: center; 
    line-height: 3em;  
    border:#666 1px solid; 
    cursor:pointer;
    }
    
.product_detail h2.acc_title i {
    transition-duration: 0.5s;
    font-weight: normal;
    color: #666;
} 
    
.product_detail .acc_box .fa-chevron-down::before {
  content: "\f078";
}
    
.product_detail .acc_box .acc_inside {
  display: none;
    }     
    
.product_detail .acc_box.active h2.acc_title i.fa-chevron-down::before {
  content: "\f077";
}

.product_detail .acc_box.active h2.acc_title {
  opacity: 0.4;
}

/*よくある質問*/
.product_detail .faq{
    background:#F8F7F5;
    margin:0 -500%;
    padding:50px 500%;
}

.product_detail .faq .faq_block{
    background:#fff;
    padding:15px;
    border:solid 1px #928F8F;
    border-bottom:none;
}

.product_detail .faq .faq_block.last{
    border-bottom:solid 1px #928F8F;
}

.product_detail .faq .faq_block h4 {
    cursor: pointer;
    position: relative;
    font-weight:600 !important;
    font-size:16px;
}

.product_detail .faq .faq_block h4 i {
    position:absolute;
    right:0;
    line-height: 32px;
    transition-duration: 0.5s;
    font-weight:normal;
}

.product_detail .faq .faq_block h4.active i{
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition-duration: 0.5s;
}

.product_detail .faq .faq_block .answer_area {
    display: none;
    margin:1em 0 0;
}

.product_detail .faq .faq_block .answer_area p{
    font-size:16px;
    margin-bottom:1em;
}

#contents .pageLoader#test_lower > .product_detail{
    margin-top: 0;
}

/*LINE*/
.product_detail .line{
    margin:80px auto;
}

.product_detail .line img{
    max-width:300px;
    height:auto;
}

/*個包装　手提げ*/
.product_detail .gift_inner{
    background:#fff;
    padding:20px 30px;
}

.product_detail .gift ul li{
    background: #E9E4D9;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    max-width: 240px;
    margin: 10px auto;
    border-radius: 10px;
    text-align:center;
}

.product_detail .gift ul li a{
    text-decoration:none;
}

/*フロート　カート*/
#float_cart {
    position: fixed;
    bottom: 5%;
    display: flex;
    right: 0;
    justify-content: space-between;
    align-items: center;
    background: #aa2020;
    color: #fff;
    box-shadow: 0px 2px 16px rgb(105 105 105 / 15%);
    border-radius: 8px;
    width: 360px;
    padding: 20px 20px;
    box-sizing: border-box;
    z-index: 9999;
    font-size: 16px;
  }

  #float_cart_price {
    width: 45%;
  }

  #float_cart_price p {
    font-size: 22px;
    font-weight: 800;
  }

  #float_cart_price p span {
    font-size: 14px;
    margin-left: 8px;
  }

  #float_cart_btn {
    background: #fff;
    color: #aa2020;
    font-weight: 600;
    border-radius: 8px;
    width: 55%;
    text-align: center;
  }

  #float_cart_btn a {
    text-decoration: none;
    display: block;
    padding: 8px 15px;
  }

  #float_cart_btn i {
    margin-right: 8px;
  }


.pagetop,
.fixed_bnr{
    display:none!important;
}

.layout_body{
    background:#fff;
}

/*下部コメントエリア*/
.FS2_lower_comment {
    margin:0;
    padding:0;
 }

.itemTitle{
    line-height:1.5;
}

.FS2_Name_and_Price li{
    border-bottom:none;
    line-height:1.4;
}

.FS2_contents_container,
.FS2_memberOnly,
.FS2_NoItemMessage,
.FS2_upper_comment,
.FS2_lower_comment,
.FS2_ItemComment,
.FS2_middle_comment {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

p.FS2_PageTitle {
    border-bottom:0;
}

.FS2_Name_and_Price li p.error_item {
    font-size: 14px;
    margin-bottom:5px;
    text-align:center;
}

.FS2_Name_and_Price li.FS2_Cool_area {
    text-align:right;
}

.FS2_Name_and_Price li.FS2_point_area p.FS2_point {
    text-align:right;
    font-size:90%;
}

.FS2_Name_and_Price li p.sellTerms {
    background:#F8F7F5;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
}

.FS2_body_Goods_GoodsDetail .FS2_ItemComment {
    border:none;
}

/*商品サムネイル　価格　発送バリエーション*/
table.FS2_additional_image_tableVariation_table {
    width:100%;
}

/*ダミーテキスト用*/
.product_detail .under_line {
    background: #ffff6e;
}

/*商品一覧*/
#productslist {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 1.2px;
  margin: 50px auto 0;
  max-width: 650px;
}

#productslist .list_title {
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #000;
  line-height: 3em;
  width: 40%;
  margin: 3em auto;
}

#productslist .title {
  font-size: 16px;
  position: relative;
  font-weight: 700;
}

#productslist .title:after {
  content: "";
  width: 90px;
  height: 1px;
  background: #000;
  display: block;
  margin: 10px auto;
  visibility: visible;
}

#productslist .title span.title_sub {
  font-size: 16px;
  font-weight: normal;
}

#productslist .mb2 {
  margin-bottom: 2em;
}

#productslist ul.products_list {
  letter-spacing: -0.4em;
  margin-bottom: 50px !important;
  text-align: left;
}

#productslist ul.products_list li {
  width: 33.33333%;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  box-sizing: border-box;
  padding: 10px;
  letter-spacing: normal;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  line-height: 1.8;
}

#productslist ul.products_list li img {
  width: 100%;
  height: 160px;
  overflow: hidden;
  margin-bottom: 10px;
}

#productslist ul.products_list li span.price {
  font-weight: bold;
  color: #000099;
}

#productslist ul.products_list li a,
#productslist ul.products_list li a:link,
#productslist ul.products_list li a:visited {
  text-decoration: none;
}



@media screen and (max-width:480px) {
	.product_detail {
		max-width: 100%;
        width: 100%;
        font-size: 16px;
	}

    .product_detail .sp_none {
        display: none;
    }

    .product_detail .pc_none {
        display: block;
    }

    .slo_none {
        display:none;
    }

    .product_detail h2.headline {
        font-size: 18px;
    }

    .product_detail .text {
        font-size:14px;
    }

    .product_detail .frame {
        padding: 20px;
    }

    .product_detail .left_box,
    .product_detail .right_box {
        display: block;
        width: 100%;
    }

    .caution_2set {
    font-size: 18px!important;
    }

    .fal, .far {
        font-family: "Font Awesome 5 Pro";
    }

    .product_detail .linkbtn{
        width: 70%;
    }

    .product_detail ul.list_col2 li {
         font-size: 14px;
    }

    /*よくある質問*/
    .product_detail .faq {
        margin: 0;
        padding: 50px 25px;
    }

    .product_detail .faq .faq_block .answer_area p {
        font-size:15px;
    }

     /*個包装　手提げ*/
    .product_detail .gift {
        margin:0;
        padding:50px 25px;
    }

    .product_detail .gray {
        background:#F8F7F5;
        margin:0;
        padding:30px 0;
    }
    
    /*フロート　カート*/
    #float_cart {
      border-radius: 0;
      left: 0;
      bottom: 0;
      width: 100%;
    }

    #float_cart_price p {
      font-size: 20px;
    }

    #float_cart_btn {
      font-size: 14px;
    }
    
    /*商品一覧*/
    #productslist ul.products_list li {
    width: 50%;
    font-size: 16px;
  }

  #productslist ul.products_list li img {
    height: 100px;
  }

  img {
    max-width: 100%;
    height: auto;
  }
 
}/*max-width:480px*/
