@charset "UTF-8";
/* 商品詳細 */
.gl_Item,
#FS2_Recommend_List {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.itemTitle {
  margin: 40px auto 20px;
  text-align: center;
  font-size: 2.0rem;
}

.itemTitle .itemCatchCopy {
  width: 100%;
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: normal;
}

.itemTitle .itemNumber {
  margin: 10px auto;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
}

#p_description {
  margin-bottom: 30px;
  padding: 20px 40px;
  border: 1px solid #DDD;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*
  li {
    text-indent: -1em;
    margin-left: 1em;
    &:before {
      content: '●';
    }
  }
  */
}

.FS2_thumbnail_container {
  width: 290px;
  margin: 0 auto 40px;
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.FS2_thumbnail_container.slick-initialized {
  opacity: 1;
}

.FS2_thumbnail_container .slick-list {
  overflow: hidden;
}

.FS2_thumbnail_container a {
  display: block;
}

.FS2_thumbnail_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.FS2_thumbnail_container .slick-prev,
.FS2_thumbnail_container .slick-next {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #0068B7;
}

.FS2_thumbnail_container .slick-prev:before,
.FS2_thumbnail_container .slick-next:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  opacity: 1;
}

.FS2_thumbnail_container .slick-prev {
  left: -42px;
}

.FS2_thumbnail_container .slick-prev:before {
  border-width: 5px 8px 5px 0;
  border-color: transparent #fff transparent transparent;
  right: 12px;
}

.FS2_thumbnail_container .slick-next {
  right: -42px;
}

.FS2_thumbnail_container .slick-next:before {
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
  left: 12px;
}

.FS2_eye_catch_icon {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

.FS2_eye_catch_icon li {
  width: 120px;
  margin: 4px;
}

.itemNumber {
  text-align: center;
}

.FS2_original_icons {
  margin-top: -40px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.FS2_original_icons li {
  width: 120px;
  margin: 4px;
}

.product_status_icon {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product_status_icon .icon {
  width: 120px;
  height: 40px;
  margin: 4px;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: #CCC;
  color: #FFF;
  font-weight: bold;
}

.product_status_icon .small {
  font-size: 1.0rem;
  line-height: 1.5;
}

.product_status_icon .point01 {
  background-color: #765C55;
}

.product_status_icon .point02 {
  background-color: #484848;
}

.product_status_icon .point03 {
  background-color: #518238;
}

.product_status_icon .point04 {
  background-color: #DE3934;
}

.product_status_icon .point05 {
  background-color: #3D6DD1;
}

.product_status_icon .point06 {
  background-color: #C42F2A;
}

.product_status_icon .point07 {
  background-color: #388274;
}

.product_status_icon .point08 {
  background-color: #3C5A99;
}

.product_status_icon .point09 {
  background-color: #3CAA68;
}

.product_status_icon .point10 {
  background-color: #725831;
}

.product_status_icon .point11 {
  background-color: #EBA827;
}

.product_status_icon .point12 {
  background-color: #29CED9;
}

.product_status_icon .point13 {
  background-color: #FFC739;
}

.product_status_icon .point14 {
  background-color: #EB6100;
}

.product_status_icon .point15 {
  background-color: #8BD5FF;
}

.product_status_icon .status01 {
  background-color: #FFF;
  border: 1px solid #E5E5E5;
  color: #333333;
}

.product_status_icon .status02 {
  background-color: #F95050;
}

.product_status_icon .status03 {
  background-color: #F9CC4E;
}

.product_status_icon .status04 {
  background-color: #6ECC82;
}

.product_status_icon .status05 {
  background-color: #F87C68;
}

.product_status_icon .status06 {
  background-color: #8BCAFF;
}

.FS2_itemPrice_area {
  text-align: center;
}

.FS2_itemPrice_area p:not(:last-child) {
  margin-bottom: auto;
}

.product_detail {
  margin: 0 calc(50% - 50vw) 20px;
  background-color: #F2F5F7;
  text-align: left;
}

.product_detail .inner {
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product_detail dl {
  width: 50%;
  padding: 15px 15px;
}

.product_detail dt {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold;
}

.product_detail dt:before {
  content: '■';
  color: #0068B7;
}

.FS2_itemPrice_text {
  width: 50%;
  margin: 40px auto 20px;
  padding: 20px;
  border: 1px solid #DDD;
  text-align: center;
}

.FS2_itemPrice_text .itemPrice {
  color: #0068B7;
  font-size: 2.0rem;
}

.FS2_special_members_price {
  margin-bottom: 10px !important;
  text-align: center;
  font-size: 2.0rem;
}

.FS2_members_login_link {
  margin-bottom: 1em;
  text-align: center;
}

.sellTerms {
  margin-top: 1em;
  background: none;
  border: none;
}

.FS2_figure {
  width: 100%;
  margin-top: 20px;
}

.FS2_figure_table {
  width: 448px;
  margin: 0 auto;
  position: relative;
}

.FS2_figure_table_td_figure {
  padding-right: 8px;
  font-weight: bold;
}

.FS2_figure_table_td_input_cnt input {
  width: 64px;
  height: 60px;
  margin-right: 6px;
  padding: 1em;
  border: 1px solid #DDDDDD;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.FS2_figure_table_td_updn_btn {
  position: absolute;
  top: 20px;
  left: 86px;
}

#toCart {
  width: 374px;
  margin: 0;
  padding: 20px 0px;
  background-color: #0068B7;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 4px;
}

#FS2_itemlayout_H form {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.GoodsSelectionTable {
  display: none;
}

.FS2_OptionPrice {
  width: 374px;
  /*margin:auto;*/
  margin-bottom: 0;
}
.FS2_Stock {
  width:100%;
  text-align:center;
}


.FS2_OptionPrice .FS2_OptionPrice_table {
  width: 100%;
}

.FS2_OptionPrice th {
  padding: 14px 8px 0 0;
  background: none;
  border-bottom: none;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
}

.FS2_OptionPrice td {
  padding: 0 0 14px 0;
  border-bottom: none;
}

.FS2_OptionPrice td br {
  display: none;
}

.FS2_OptionPrice select {
  width: 100%;
  padding: 14px 40px 14px 20px;
  border: 1px solid #DDDDDD;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  font-weight: bold;
  background: url(../../images/icon/arrow_select.png) no-repeat right 20px center/12px;
}

.FS2_OptionPrice input[type="text"] {
  padding: 14px 40px 14px 20px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
}

.FS2_OptionPrice .color_text {
  margin-bottom: 10px;
}

#select_variation {
  width: 374px;
  padding: 14px 40px 14px 20px;
  border: 1px solid #DDDDDD;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  font-weight: bold;
  background: url(../../images/icon/arrow_select.png) no-repeat right 20px center/12px;
}

.guide_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.guide_list li {
  width: 120px;
  height: 70px;
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #E5E5E5;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  font-weight: bold;
  line-height: 1.1;
}

#pro_cmt_area {
  display: none;
}

.pro_comment {
  max-width: 760px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
}

.pro_comment .profile {
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pro_comment .profile dt {
  width: 86px;
  margin-right: 20px;
}

.pro_comment .profile dt img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.pro_comment .comment {
  font-size: 1.4rem;
    display:flex;
    justify-content:center;
}

.section_color_variation {
  width: auto;
  margin: 0 calc(50% - 50vw);
  border-top: 1px solid #DDD;
  /*border-bottom: 1px solid #DDD;*/
}

.color_variation_area {
  width: 720px;
  margin: 0 auto;
  border: 1px solid #DDD;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
}

.color_variation_area .inner img {
    width:100%;
}

.color_variation_area dt {
  padding: 15px 20px;
  font-weight: bold;
  background-color: #F2F5F7;
  position: relative;
}

.color_variation_area dt:before {
  content: '';
  width: 14px;
  height: 14px;
  background: #0068B7;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
}

.color_variation_area dt:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3px 0 3px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -3px;
}

.color_variation_area dt.open:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  margin-top: -4px;
}

.color_variation_area dd {
  padding: 10px;
  border-top: 1px solid #DDD;
  /*display: none;*/
}

.color_variation_area dd .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content:center;
}

.color_variation_area .color {
  width: 21%;
  height: 66px;
  margin: 2%;
  display: block;
  background-color: #DDD;
  border-radius: 4px;
}

.color_variation_area .blue {
  background-color: #84DBFF;
}

.color_variation_area .green {
  background-color: #6ECC82;
}

.color_variation_area .yellow {
  background-color: #FDE375;
}

.color_variation_area .beige {
  background-color: #F8F3D6;
}

/* 商品詳細内Youtube */
.youtube_out {
    width:100%;
    max-width:720px;
    margin:0 auto 60px;
}
.youtube_in {
    position:relative;
    width:100%;
    padding-top:56.25%;
}
.youtube_in iframe {
    position:absolute;
    top:0;right:0;width:100%;height:100%;
}

.section_page_navi {
  width: auto;
  margin: 0 calc(50% - 50vw);
}

.section_page_navi .content div:not(:last-child) {
  margin-bottom: 10px;
}

.FS2_ArrivalInformationButton_area {
  padding-left: 26px;
  background: url(../../images/icon/mail.png) no-repeat left center/20px auto;
}

.FS2_ArrivalInformationButton_area a {
  color: #0068B7;
  text-decoration: underline;
}

.FS2_ArrivalInformationButton_area a:before {
  content: '入荷お知らせメール';
}

.FS2_ArrivalInformationButton_area img {
  display: none;
}

.FS2_InquiryButton_area {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 26px;
  background: url(../../images/icon/support.png) no-repeat left center/20px auto;
}

.FS2_InquiryButton_area a {
  color: #0068B7;
  text-decoration: underline;
}

.FS2_InquiryButton_area a:before {
  content: '商品についてのお問い合わせ';
}

.FS2_InquiryButton_area img {
  display: none;
}

.FS2_WishListButton_area {
  padding-left: 26px;
  background: url(../../images/icon/star.png) no-repeat left center/20px auto;
}

.FS2_WishListButton_area a {
  color: #0068B7;
  text-decoration: underline;
}

.FS2_WishListButton_area img {
  display: none;
}

.FS2_WishListButton_area .FS2_WishListEntryButton_container:before {
  content: 'お気に入りに登録';
}

.FS2_WishListButton_area .FS2_AlreadyWishListButton_container:before {
  content: 'お気に入りに登録済み';
}

.FS2_ReviewEditButton_area {
  padding-left: 26px;
  background: url(../../images/icon/review01.png) no-repeat left center/20px auto;
}

.FS2_ReviewEditButton_area a {
  color: #0068B7;
  text-decoration: underline;
}

.FS2_ReviewEditButton_area a:before {
  content: 'レビューを書く';
}

.FS2_ReviewEditButton_area img {
  display: none;
}

.FS2_ReviewButton_area {
  padding-left: 26px;
  background: url(../../images/icon/review02.png) no-repeat left center/20px auto;
}

.FS2_ReviewButton_area a {
  color: #0068B7;
  text-decoration: underline;
}

.FS2_ReviewButton_area a:before {
  content: 'レビューを見る';
}

.FS2_ReviewButton_area img {
  display: none;
}

.section_recommend .products_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section_recommend .product {
  width: 156px;
  margin: 0 7px;
}

.section_recommend .product_thumb {
  width: 100%;
  height: 156px;
  margin: 0 auto 10px;
  display: block;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  overflow: hidden;
}

.section_recommend .product_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section_recommend select {
  width: 100%;
  padding: 10px 30px 10px 15px;
  border: 1px solid #DDDDDD;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  font-weight: bold;
  background: url(../../images/icon/arrow_select.png) no-repeat right 15px center/12px;
}

.section_recommend select:not(:last-child) {
  margin-bottom: 5px;
}

.section_recommend input[type="submit"] {
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  text-align: center;
  background-color: #0068B7;
  color: #FFF;
  font-weight: bold;
  border-radius: 5px;
}

#FS2_Recommend_List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#FS2_Recommend_List .CrossHead {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
  font-size: 2.0rem;
  border-bottom: none;
}

#FS2_Recommend_List > br {
  display: none;
}

#FS2_Recommend_List .gl_Item {
  width: 156px;
  margin: 0 7px 40px;
  padding: 0;
}

#FS2_Recommend_List table,
#FS2_Recommend_List tbody,
#FS2_Recommend_List tr,
#FS2_Recommend_List td {
  width: 100%;
  display: block;
}

#FS2_Recommend_List .FS2_thumbnail_container {
  width: 100%;
  margin-bottom: 10px;
    height:200px;
}

#FS2_Recommend_List .FS2_itemlayout_td_right > p {
  display: none;
}

#FS2_Recommend_List .FS2_itemlayout_td_right > a {
  display: none;
}

#FS2_Recommend_List .FS2_itemPrice_area,
#FS2_Recommend_List .FS2_itemPrice_text,
#FS2_Recommend_List .FS2_special_members_price,
#FS2_Recommend_List .FS2_ItemShortComment,
#FS2_Recommend_List .GoodsSelectionTable,
#FS2_Recommend_List .FS2_figure_table_td_figure,
#FS2_Recommend_List .FS2_figure_table_td_detail_btn {
  display: none;
}

#FS2_Recommend_List .itemTitle {
    text-align:left;
    /* height:8em; */
}

#FS2_Recommend_List .itemTitle .itemCatchCopy {
  display: none;
}

#FS2_Recommend_List #select_variation {
  width: 100%;
  padding: 10px 30px 10px 15px;
}

#FS2_Recommend_List .FS2_figure {
  margin: 0;
}

#FS2_Recommend_List .FS2_figure_table_td_input_cnt input {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 12px 30px 12px 15px;
}

#FS2_Recommend_List .FS2_figure_table_td_updn_btn {
  width: auto;
  top: 9px;
  right: 10px;
  left: auto;
}

#FS2_Recommend_List #toCart {
  width: 100%;
  margin-top: 15px;
  padding: 10px;
  font-size: 1.4rem;
}

#FS2_Recommend_List .FS2_OptionPrice {
  width: 100%;
  margin: 0 auto 5px;
}

#FS2_Recommend_List form {
  margin-bottom: 0;
}

#FS2_Recommend_List .FS2_WishListButton_area {
  display: none;
}

#recommend_area {
  display: none;
}

#recommend_area .CrossHead {
  display: none;
}

.FS2_ReviewEditAverage {
  text-align: center;
}

#FS2_body_Goods .userTable_01 {
  border: 1px solid #DDD;
}

.FS2_Review_Detail_td {
  padding: 16px 16px 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  background: none;
}

.FS2_Review_Detail_td a {
  color: #E83820;
  font-weight: bold;
}

.FS2_Review_Detail_td .FS2_Review_Detail_Prof_Date {
  color: #A8A8A8;
  font-size: 1.0rem;
}

.FS2_MyReviewStatus {
  margin-left: 16px;
}

.FS2_MyReviewStatus .FS2_MyReviewStatus_text {
  display: none;
}

.FS2_MyReviewList_Text {
  margin: 0 16px 16px;
  font-size: 1.2rem;
}

.FS2_ReviewTextLink_area {
  font-size: 1.2rem;
}

.FS2_ReviewTextLink_area a {
  color: #E83820;
}
