@charset "UTF-8";

/*header,footer*/
.fw header {position: static;}
#footer_logo {color: #ccc;font-weight: bold;font-size: 18px;line-height: 1.2;text-align: left;font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'モリサワ 新ゴ R', 'Droid Sans', メイリオ, 'sans-serif';}
#footer_txt {padding: 7px 0 0;color: #ccc;font-size: 10px;line-height: 1.2;text-align: left;font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'モリサワ 新ゴ R', 'Droid Sans', メイリオ, 'sans-serif';}

/*common*/
.ofh {overflow: hidden;}
.small-caps,.u-fv-asc {font-variant-caps: all-small-caps;}
.icon_newwindow {
  padding-right: 1.4em;
  background-position: 100% 50%;
  background-size: auto 80%;
  background-image: url(/online-shop/set/data/special/shitadori/img/icon_newwindow.png);
  background-repeat: no-repeat;
}

/*contents*/
.fw .sectionMV {
  margin: 0 auto 80px;
  width: 300px;
}
.fw .model_image {
  margin: 0 auto 10px;
  width: 360px;
}
.fw .model_price {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
.fw .model_price span {
  margin-right: 1em;
  font-size: .5em;
}
.fw .model_price sup {
  position: relative;
  top: -.6em;
  font-size: .4em;
}
.fw .model_button a {
  margin: 0 auto;
}
@media only screen and (max-width: 600px){
  .fw .sectionMV {
    margin: 0 auto 40px;
    width: 50%;
  }
  .fw .model_image {
    margin: 0 auto 5px;
    width: 60%;
  }
  .fw .model_price {
    font-size: 26px;
  }
}

/*modal_area*/
.fw .modal_area {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  padding-top: 5%;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 100;
}
.fw .modal_area .modal_inner {
  position: relative;
  margin: 0 auto;
  width: 960px;
  height: 90%;
  background-color: #fff;

  padding: 50px;
  overflow: auto;
}
.fw .modal_area .modal_close {
  position: fixed;
  right: 2%;
  top: 2%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #000;
  cursor: pointer;
  transition: all .3s;
}
.fw .modal_area .modal_close:hover {
  background-color: #333;
}
.fw .modal_area .modal_close::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%) rotate(45deg);
  width: 30px;
  height: 2px;
  background-color: #fff;
}
.fw .modal_area .modal_close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%) rotate(45deg);
  width: 2px;
  height: 30px;
  background-color: #fff;
}
@media only screen and (max-width: 600px){
  .fw .modal_area {
    padding-top: 15%;
  }
  .fw .modal_area .modal_inner {
    width: 90%;
    height: 90%;

    padding: 20px;
  }
  .fw .modal_area .modal_close {
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
  }
  .fw .modal_area .modal_close::before {
    width: 15px;
    height: 1px;
  }
  .fw .modal_area .modal_close::after {
    width: 1px;
    height: 15px;
  }
}

/*floating_area*/
.fw .floating_area {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 0px;
  width: 345px;
  box-shadow: 0 0 6px #cccccc;
}
.fw .floating_area .floating_remove {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  opacity: 0;
  cursor: pointer;
}
.fw .floating_area .floating_btn {
  cursor: pointer;
}
@media only screen and (max-width: 600px){
  .fw .floating_area {
    right: 4%;
    width: 92%;
  }
}

/*z-index*/

ul.list-attention {
  margin-top: 0.4em;
}


ul.list-attention li {
  padding-left: 1em;
  text-indent: -1em;
}
