@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;
  letter-spacing: -1px;
  background: #FFC233;
  font-family: iroha-25icho-stdn, "ヒラギノ角ゴ 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: 50px auto 0px auto;
  background: #f9f9f9;
  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: #FFC233;
  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%;
}

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

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

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

.item_plate {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  overflow: hidden;
  padding: 10px 0 5px 0;
  background: #fff;
  border-radius: 26px;
}
@media only screen and (max-width: 767px) {
  .item_plate {
    padding: 10px 0 5px 0;
  }
}

.item_box {
  width: 100%;
  margin: 0 auto;
}
.item_box .item_pt {
  width: 96%;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}
.item_box .item_name_cnt {
  width: 96%;
  margin: 20px auto 15px auto;
  border-radius: 20px 20px 0 0;
  background: url(../images/item_name_cnt_bg.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 15px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .item_box .item_name_cnt {
    font-size: 20px;
    padding: 15px 5px;
  }
}
.item_box .item_name_cnt .sml {
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .item_box .item_name_cnt .sml {
    font-size: 16px;
  }
}
.item_box .item_name_cnt .item_name {
  width: 100%;
}

.item_copy {
  width: 90%;
  max-width: 540px;
  margin: 10px auto 0 auto;
  padding: 0;
  font-size: 20px;
  line-height: 30px;
  color: #444;
}
@media only screen and (max-width: 767px) {
  .item_copy {
    font-size: 13px;
    line-height: 18px;
  }
}

.item_set {
  width: 90%;
  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: #792334;
  text-align: center;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 700;
  background: url("../images/item_hr1.png") center top no-repeat;
  background-size: 100% auto;
  padding-top: 20px;
  margin: 0 auto 10px auto;
  width: 96%;
}
.item_price_cnt .price_box {
  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: 30px;
  }
}
.item_price_cnt .price_box .price {
  font-size: 52px;
}
@media only screen and (max-width: 767px) {
  .item_price_cnt .price_box .price {
    font-size: 42px;
    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: 12px;
  }
}
.item_price_cnt .item_hr {
  width: 100%;
}

.att_txt {
  margin: 40px auto 0px auto;
  width: 96%;
  max-width: 540px;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 6px 20px;
  border-radius: 10px;
  box-sizing: border-box;
  color: #333;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 767px) {
  .att_txt {
    margin: 20px auto 0px auto;
    text-align: center;
  }
}

/*----------------------------------------
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 */
