@charset "UTF-8";

/* CSS Document */


/*-----------
product
-----------*/

.contents_box_product {
  width: 1100px;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
}

.product_top {
  width: 940px;
  padding: 70px 0 0;
  display: flex;
  justify-content: space-between;
}

.contents_box_product h2 {
  font-size: 22px;
  padding-left: 9px;
  border-left: 4px solid #000;
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 20px;
}



/* product_info */

/* left */

.product_left {
  width: 370px;
  margin-bottom: 50px;
}

.product_left .product_img img {
  width: 100%;
}

.product_left .icon_new,
.product_left .icon_discontinue img {
    margin-bottom: 2px;
}

.product_left .product_info .product_name p:not(.product_type) {
  font-size: 30px;
  margin-top: 8px;
}

.product_left h2 {
  font-size: 18px;
  padding-left: 10px;
  border-left: 4px solid #000;
  line-height: 1.1;
  font-weight: bold;
  margin: 25px 0 14px;
}

.product_left .product_period{
  padding: 5px 0;
}

.product_left .product_info .product_detail dd span,
.product_left .product_info .product_color li{
  cursor: pointer;
}

.product_left .product_info .product_color li img {
  border: solid 2px #fff;
}

.product_left .product_info .item_ttl{
  display: block;
  margin-bottom: 23px;
}


p.product_keyword{
  line-height: 1.75;
}

p.product_keyword span{
  display: inline-block;
}

p.product_keyword span:after{
  content: " /";
  padding-right: 10px;
}




.product_info_btn {
  display: flex;
  margin-top: 23px;
  column-gap: 10px;
}

.product_info_btn .checkbox-heart+label {
  margin: 0 5px 0 0;
}

.product_info_btn .btn_b {
  font-size: 15px;
  width: 145px;
  line-height: 40px;
}


/* right */

.product_right {
  width: 530px;
  margin-bottom: 50px;
}

.product_right table {
  width: 100%;
}

.product_right table th:first-child {
  width: 200px;
}

.product_right .product_info_bnr a {
  display: block;
  margin-top: 30px;
}


/* product_model_price */

#product_model_price table {
  table-layout: fixed;
}


/* product_function */

#product_function .btn_b {
  position: absolute;
  top: 40px;
  right: 0;
  width: 190px;
  line-height: 40px;
  font-size: 15px;
}

#product_function ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 16px;
}

#product_function ul li {
  width: 77px;
}

#product_function ul li a {
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  background: #008c95;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  line-height: 1.3;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

#product_function ul li a span {
  letter-spacing: -1px;
  transform: scale(0.9, 1);
}

@media (hover: hover) and (pointer: fine) {
  #product_function ul li a:hover,
  .slick-prev:hover,
  .slick-next:hover{
    filter: brightness(140%);
  }
}


/* product_option */

#product_option{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#product_option h2{
  width: 100%;
}

.option_accordion {
  width: 530px;
  border-top: 1px solid #ccc; 
}

.toggle {
  display: none;
}

.option {
  position: relative;
  border-bottom: 1px solid #ccc; 
}

.option_title, .option_info {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.option_title {
  padding: 9px 20px;
  display: block;
  color: #000;
  font-weight: bold;
}


/* product_applicable */

#product_applicable{
}


@media (hover: hover) and (pointer: fine) {
  .option_title:hover {
    cursor: pointer;
  }
}

.option_title::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 15px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out;
}

.option_info {
  max-height: 0;
  display: none;
  overflow: hidden;
  background: #efefef;
  transition: max-height 0.3s ease-in-out;
  padding: 20px 15px;
}

.option_info table {
  width: 500px;
}

.option_info table th {
  background: #fff;
  width: 200px;
}

.toggle:checked+.option_title+.option_info {
  display: block;
  max-height: 2000px;
}

.toggle:checked+.option_title::after {
  top: 19px;
  transform: rotate(225deg) !important;
}

.btn_cart{
  width: 36px;
  height: 33px;
  background: #007096;
  border-radius: 6px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.26);
  float: right;
  margin: -3px -13px -3px 0;
}

.btn_cart img{
  width: 100%;
}

.btn_fujiohshop{
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 2px solid #007096;
  color: #007096;
  font-weight: bold;
  border-radius: 6px;
  background: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.26);
  font-size: 20px;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  margin-top: 20px;
}

.btn_fujiohshop:before{
  content: "";
  display: block;
  width: 36px;
  height: 33px;
  background: #007096 url("../img/product/icon_cart.png") no-repeat left top;
  background-size: 36px auto;
  border-radius: 6px;
  margin-right: 13px;
}


/* product_features */

#product_features{
}

#product_features img{
  max-width: 90%;
}


/* product_download */

#product_download{
}

.product_tool_content {
  display: flex;
  flex-wrap: wrap;
  column-gap: 11px;
  row-gap: 12px;
}

.product_tool_content li {
  width: calc((100% - 66px) / 7);
}

.product_tool_content li.width_w {
  width: calc((((100% - 66px) / 7) * 2) + 11px);
}

.product_tool_content a{
  display: block;
  text-align: center;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #007096;
  color: #007096;
  text-decoration: none;
  font-size: 18px;
  line-height: 40px;
  box-sizing: border-box;
}


/* product_replace */

#product_replace p{
  line-height: 1.75;
}

#product_replace a{
  display: block;
}

/* product_related_recommend */

#product_related_recommend{
}

/* product_slider */

.product_slider {
  margin:0 -14px 50px;
}

.product_slider.line_b:after {
  content: "";
  border-bottom: 1px solid #e4e4e4;
  display: block;
  margin: 0 14px;
  padding-top: 45px;
}

.product_slider img {
  width: 100%;
  padding-bottom: 15px;
}

.product_slider h3 {
  word-wrap: break-word;
  font-weight: bold;
  font-size: 16px;
}

.product_slider p {
  word-wrap: break-word;
}

.product_slider a {
  color: #000;
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .product_slider a:hover {
      opacity: 0.5;
  }
}

.product_slider .slick-slide {
  margin-right: 14px;
  margin-left: 14px;
}

.product_slider .slick-track {
  margin: 0;
}

.product_slider .slick-prev,
.product_slider .slick-next{
  width: 26px;
  height: 40px;
  transition: 0.2s ease-in-out;
  top: 95px;
}

.product_slider .slick-prev {
  background: url("../img/common/slider__btn_prev.png") no-repeat left top;
  background-size: 26px auto;
  left: -32px;
}

.product_slider .slick-next {
  background: url("../img/common/slider__btn_next.png") no-repeat left top;
  background-size: 26px auto;
  right: -32px;
}

/*
SP
---------------------------------------------------------------------*/

@media only screen and ( max-width: 768px) {
  
.contents_box_product {
  width: 92%;
  margin: 0 4%;
  padding: 0 0 12%;
  font-size: calc(100vw / ( 375 / 14 ));
}

.contents_box_product.bg_gray {
  padding: 12% 0;
}


.contents_box_product.boder_b:after{
  content: none;
}

.product_top {
  width: 92%;
  display: block;
  padding-top: 0;
}

.contents_box_product h2 {
  font-size: calc(100vw / ( 375 / 18 ));
  margin-bottom: 5%;
}


/* product_info */

/* left */

.product_left {
  width: 100%;
  margin-bottom: 10%;
}

.product_left .icon_new,
.product_left .icon_discontinue img {
    margin-bottom: 1px;
}

.product_left .product_info .product_name p:not(.product_type) {
  font-size: calc(100vw / ( 375 / 25 ));
}

.product_left .product_period{
  padding: 3px 0;
}

.product_left h2 {
  font-size: calc(100vw / ( 375 / 18 ));
}

.product_info_btn .btn_b {
  font-size: calc(100vw / ( 375 / 13 ));
  width: 11em;
  line-height: 2.8em;
}


/* right */

.product_right {
  width: 100%;
  margin-bottom: 0;
}

.product_right table th:first-child {
  width: 40%;
}

.product_right .product_info_bnr a {
  margin: 6% 3% 0;
  width: 94%;
}

.product_right .product_info_bnr img {
  width: 100%;
}


/* product_model_price */

#product_model_price table {
  width: 800px;
}

#product_model_price .sp_scroll_img {
  margin-bottom: 10px;
}


/* product_function */

#product_function .btn_b {
  position: absolute;
  top: -10px;
  right: 0;
  width: 11em;
  line-height: 2.8em;
  font-size: calc(100vw / ( 375 / 13 ));
}

#product_function ul {
  column-gap: 10px;
  row-gap: 10px;
}

#product_function ul li {
  width: calc((100% - 30px) / 4);
}

#product_function ul li a {
  font-size: calc(100vw / ( 375 / 12 ));
}

#product_function ul li a span {
  letter-spacing: 0;
  transform: none;
}


/* product_option */

#product_option{
  display: block;
}

.toggle:checked+.option_title+.option_info {
  padding: 15px;
  /*オンラインへのボタンがある場合
  padding: 15px 15px 70px 15px;*/
  position: relative;
}

.option_info .sp_scroll_img {
  margin-bottom: 10px;
}

.option_accordion {
  width: 100%;
}

.option_accordion + .option_accordion {
  border-top: none; 
}

.option_title {
  padding: 9px 10px;
  font-size: calc(100vw / ( 375 / 14 ));
}

.btn_cart {
  margin: -3px -10px -3px 0;
}

.btn_fujiohshop{
  position: fixed;
  font-size: calc(100vw / ( 375 / 14 ));
  line-height: 40px;
  width: 92%;
  margin-top: 10px;
  z-index: 1 !important;
}

.product_info_bnr .btn_fujiohshop{
  position: relative;
  width: 100%;
  margin-top: 0;
}


/* product_features */

#product_features img{
  max-width: 100%;
}


/* product_download */

.product_tool_content {
  column-gap: 10px;
  row-gap: 10px;
}

.product_tool_content li {
  width: calc((100% - 10px) / 2);
}

.product_tool_content li.width_w {
  width: calc((100% - 10px) / 2);
}

.product_tool_content a{
  border-radius: 5px;
  font-size: calc(100vw / ( 375 / 14 ));
  line-height: 2.5em;
}


/* product_related_recommend */

/* product_slider */

.product_slider.line_b:after {
  padding-top: 10%;
}

.product_slider .slick-prev,
.product_slider .slick-next{
  width: 8%;
  height: 56%;
  transition: 0.2s ease-in-out;
  top: 29%;
  z-index: 1;
}

.product_slider .slick-prev {
  background: url("../img/common/slider__btn_prev.png") no-repeat left 49%;
  background-size: 12px auto;
  left: -9px;
}

.product_slider .slick-next {
  background: url("../img/common/slider__btn_next.png") no-repeat right 49%;
  background-size: 12px auto;
  right: -9px;
}

.product_slider {
  font-size: calc(100vw / ( 375 / 12 ));
  margin:0 -6px 12%;
}

.product_slider.line_b:after {
  content: none;
}

.product_slider h3 {
  font-size: calc(100vw / ( 375 / 12 ));
}

.product_slider img {
  padding-bottom: 4%;
}

.product_slider .slick-slide {
  margin-right: 6px;
  margin-left: 6px;
}


}