@charset "UTF-8";
.sp_only_il {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp_only_il {
    display: inline;
  }
}

body {
  color: #000;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: justify;
  text-justify: inter-ideograph;
  background: #fff;
  font-family: kan415typos-std, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
  color: #FFF;
  text-decoration: none;
  transition: all 0.65s ease 0s;
}
a:hover {
  color: #FFF;
  text-decoration: underline;
  opacity: 0.9;
}

img {
  width: 100%;
  vertical-align: top;
}

picture {
  width: 100%;
  vertical-align: top;
}

.container {
  width: 100%;
  max-width: 1080px;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.catalog_bt {
  width: 90%;
  max-width: 400px;
  margin: 0 auto 20px auto;
}

/*----------------------------------------
footer
----------------------------------------*/
#footer {
  width: 100%;
  max-width: 640px;
  margin: 100px auto 0px auto;
  background: #fff;
  padding: 0px;
  line-height: 0;
}
#footer .logo {
  text-align: center;
}
#footer .logo img {
  width: 100%;
}

#copyright {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 2px 0;
}
#copyright p {
  font-size: 0.6rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*----------------------------------------
header
----------------------------------------*/
header {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  background: #f9f9f9;
  line-height: 0;
}
header h1 {
  padding: 0;
  margin: 0;
}
header .header_cnt {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}
header .header_cnt .head_main_obj {
  width: 100%;
}
header .header_cnt .head_main_obj .head_logo {
  width: 100%;
  height: 100%;
  text-align: center;
}
header .header_cnt .head_main_obj .head_logo img {
  width: 100%;
}

.head_copy_cnt {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 25px;
  box-sizing: border-box;
  background: url(../images/head_copy_cnt_bg.jpg) center center;
}
.head_copy_cnt .head_copy_txt {
  background: #fff url(../images/head_copy_cnt_rose.png) no-repeat center top;
  background-size: 100% auto;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #444;
  padding: 0 10px 30px 10px;
  box-sizing: border-box;
  border-radius: 20px;
  overflow: hidden;
}
.head_copy_cnt .head_copy_txt img.logo {
  width: 100%;
  margin-bottom: 40px;
}

.cont {
  width: 100%;
  max-width: 640px;
  padding: 30px 0px;
  margin: 0 auto;
  box-sizing: border-box;
  box-shadow: 0px 0px 25px #eee;
}
@media only screen and (max-width: 767px) {
  .cont {
    padding: 1px 0px;
  }
}

.item_cnt {
  width: 100%;
  max-width: 640px;
  margin: 30px auto 0px auto;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .item_cnt {
    margin: 30px auto 0px auto;
  }
}

.item_top_logo {
  position: absolute;
  z-index: 10000;
  top: -20px;
}
@media only screen and (max-width: 767px) {
  .item_top_logo {
    top: -10px;
  }
}
.item_top_logo img {
  width: 100%;
}

.item_plate {
  width: 100%;
  max-width: 640px;
  min-height: 300px;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0 20px 0;
  background: url("../images/item_bg1.jpg") center top no-repeat;
  background-size: 100% auto;
}
.item_plate.type2 {
  background: url("../images/item_bg2.jpg") center top no-repeat;
  background-size: 100% auto;
}
.item_plate.type3 {
  background: url("../images/item_bg3.jpg") center top no-repeat;
  background-size: 100% auto;
}
.item_plate.type4 {
  background: url("../images/item_bg4.jpg") center top no-repeat;
  background-size: 100% auto;
}
.item_plate.type5 {
  background: url("../images/item_bg5.jpg") center top no-repeat;
  background-size: 100% auto;
}
.item_plate.type6 {
  background: url("../images/item_bg6.jpg") center top no-repeat;
  background-size: 100% auto;
}
.item_plate.type7 {
  background: url("../images/item_bg7.jpg") center top no-repeat;
  background-size: 100% auto;
}
@media only screen and (max-width: 767px) {
  .item_plate {
    padding: 20px 0 20px 0;
  }
}

.item_box {
  width: 100%;
  margin: 0 auto;
}
.item_box .item_pt {
  width: 92%;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(100, 100, 100, 0.1);
}

.item_catch_cnt {
  padding: 10px 0 0 0;
  width: 92%;
  margin: 0 auto;
}

.item_name_cnt {
  padding: 0;
  width: 100%;
}

.item_copy {
  width: 85%;
  max-width: 540px;
  margin: 10px auto 0 auto;
  padding: 0;
  font-size: 20px;
  line-height: 30px;
  color: #5F5F5F;
}
@media only screen and (max-width: 767px) {
  .item_copy {
    font-size: 16px;
    line-height: 22px;
  }
}

.item_copy_sub {
  width: 85%;
  max-width: 540px;
  margin: 10px auto 0 auto;
  padding: 0;
  font-size: 12px;
  line-height: 30px;
  color: #919191;
}
@media only screen and (max-width: 767px) {
  .item_copy_sub {
    font-size: 11px;
    line-height: 18px;
  }
}

.item_set {
  width: 75%;
  max-width: 540px;
  margin: 10px auto 0 auto;
  font-size: 12px;
  line-height: 22px;
  padding: 5px 10px;
  border: 1px solid #eee;
  border-radius: 5px;
  box-sizing: border-box;
  color: #777;
  background: rgba(249, 249, 249, 0.5);
}
@media only screen and (max-width: 767px) {
  .item_set {
    font-size: 11px;
    line-height: 15px;
  }
}

.item_price_cnt {
  color: #444;
  text-align: center;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 700;
  width: 85%;
  margin: 10px auto;
  overflow: hidden;
  margin-bottom: 20px;
}
.item_price_cnt .item_categ {
  width: 100%;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #C21212;
  padding: 3px 0px 5px 0px;
  border-radius: 10px;
  margin-top: 10px;
}
.item_price_cnt .item_categ.nml {
  background: #E4E4E4;
  color: #5F5F5F;
}
.item_price_cnt .shipping_box {
  width: 70px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #C21212;
  float: left;
  border-radius: 10px;
  padding: 6px 10px 9px 10px;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .item_price_cnt .shipping_box {
    font-size: 14px;
  }
}
.item_price_cnt .price_box {
  float: right;
  font-size: 52px;
}
@media only screen and (max-width: 767px) {
  .item_price_cnt .price_box {
    font-size: 42px;
  }
}
.item_price_cnt .price_box .jpy {
  font-size: 30px;
  margin-left: 3px;
}
@media only screen and (max-width: 767px) {
  .item_price_cnt .price_box .jpy {
    font-size: 28px;
  }
}
.item_price_cnt .price_box .price {
  font-size: 52px;
}
@media only screen and (max-width: 767px) {
  .item_price_cnt .price_box .price {
    font-size: 40px;
    margin-left: 23px;
  }
}
.item_price_cnt .price_box .zei {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .item_price_cnt .price_box .zei {
    font-size: 11px;
  }
}
.item_price_cnt .item_hr {
  width: 100%;
}

/*----------------------------------------
common
----------------------------------------*/
.wapper {
  overflow: hidden;
}

.pc_only {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

.pc_only_il {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .pc_only_il {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
}

.clear {
  clear: both;
  height: 0;
}

.vspace10 {
  clear: both;
  line-height: 0;
  height: 10px;
}

.vspace20 {
  clear: both;
  line-height: 0;
  height: 20px;
}

.vspace50 {
  clear: both;
  line-height: 0;
  height: 50px;
}

.vspace100 {
  clear: both;
  line-height: 0;
  height: 100px;
}

.vspace200 {
  clear: both;
  line-height: 0;
  height: 200px;
}

/*# sourceMappingURL=style.css.map */
