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

@keyframes head_anim {
  0% {
    opacity: 0;
    filter: blur(1rem); }
  100% {
    opacity: 1;
    filter: blur(0); } }

@keyframes head_anim2 {
  0% {
    opacity: 0;
    filter: blur(1.5rem); }
  20% {
    opacity: 0;
    filter: blur(1rem); }
  100% {
    opacity: 1;
    filter: blur(0); } }

@keyframes head_anim3 {
  0% {
    opacity: 0;
    filter: blur(1.5rem); }
  30% {
    opacity: 0;
    filter: blur(0.5rem); }
  100% {
    opacity: 1;
    filter: blur(0); } }

body {
  color: #000;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: justify;
  text-justify: inter-ideograph;
  background: #FFF url(../images/item_bg.jpg) center center;
  font-family: fot-tsukubrdgothic-std,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight: 400;
  font-style: normal; }

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 {
  background: #F3D4D8;
  margin: 0;
  padding: 20px;
  line-height: 0; }
  #footer .logo {
    text-align: center; }
    #footer .logo img {
      width: 170px; }

#copyright {
  background: #000;
  color: #fff;
  text-align: center;
  margin: 0;
  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%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  background-size: auto 100%;
  line-height: 0; }
  @media only screen and (max-width: 767px) {
    header {
      height: auto; } }
  header h1 {
    padding: 0;
    margin: 0; }
  header .header_cnt {
    width: 100%;
    margin: 0 auto;
    padding: 12px 0;
    background: #C0E7F1 url(../images/bg_blue.png) repeat center top;
    position: relative; }
    header .header_cnt .main_cnt {
      width: 100%;
      z-index: 100;
      margin: 0 auto;
      background: url(../images/waku_t.png) no-repeat center top;
      background-size: 100% auto;
      padding: 0 0;
      position: relative; }
      header .header_cnt .main_cnt .img {
        width: 100%; }
      header .header_cnt .main_cnt .main_obj_tag {
        width: 15%;
        position: absolute;
        right: 8%;
        top: -14px; }
      header .header_cnt .main_cnt .main_obj_01,
      header .header_cnt .main_cnt .main_obj_02,
      header .header_cnt .main_cnt .main_obj_03,
      header .header_cnt .main_cnt .main_obj_04,
      header .header_cnt .main_cnt .main_obj_pt,
      header .header_cnt .main_cnt .main_obj_05 {
        width: 86%;
        margin: 0 auto; }
      header .header_cnt .main_cnt .main_obj_01 {
        animation: head_anim 1s ease 0s; }
      header .header_cnt .main_cnt .main_obj_02 {
        animation: head_anim2 1.4s ease 0s; }
      header .header_cnt .main_cnt .main_obj_03 {
        animation: head_anim2 2.5s ease 0s; }
      header .header_cnt .main_cnt .main_obj_04 {
        animation: head_anim2 2.5s ease 0s; }
      header .header_cnt .main_cnt .main_obj_pt {
        animation: head_anim3 3s ease 0s; }
      header .header_cnt .main_cnt .main_obj_05 {
        animation: head_anim3 3.5s ease 0s; }

.waku {
  width: 94%;
  max-width: 566px;
  margin: 0 auto;
  border: 1px solid #986E4A;
  background: #fff url(../images/waku_bg.png) no-repeat center bottom;
  background-size: 100% auto; }

.main_copy_cnt {
  width: 100%;
  max-width: 566px;
  margin: 0 auto;
  padding: 0; }
  .main_copy_cnt .main_copy_img {
    animation: head_anim 3s ease 0s; }
  .main_copy_cnt .main_copy_message_cnt {
    width: 100%;
    max-width: 566px;
    background: #fff url(../images/main_copy_bg.png) no-repeat center top;
    background-size: 100% auto;
    padding-bottom: 10px; }
    .main_copy_cnt .main_copy_message_cnt .main_copy_box {
      width: 100%; }
      .main_copy_cnt .main_copy_message_cnt .main_copy_box .main_copy_message {
        width: 80%;
        margin: 0px 10%;
        border: 1px solid #986E4A;
        background: rgba(255, 255, 255, 0.6);
        padding: 40px 30px;
        color: #000;
        font-size: 18px;
        line-height: 1.9em;
        box-sizing: border-box; }
        @media only screen and (max-width: 767px) {
          .main_copy_cnt .main_copy_message_cnt .main_copy_box .main_copy_message {
            font-size: 12px;
            font-weight: 700;
            line-height: 1.6em;
            padding: 32px 22px; } }

ul.anc {
  width: 92%;
  max-width: 544px;
  overflow: hidden;
  list-style: none;
  margin: 30px auto;
  padding: 0; }
  ul.anc li {
    width: 48%;
    margin: 3px 1%;
    text-align: center;
    float: left;
    background: #986E4A;
    color: #fff;
    font-weight: 700;
    border-radius: 4px; }
    ul.anc li a.anclink {
      line-height: 40px;
      display: block; }
    ul.anc li.anclink_top {
      width: 98%;
      margin: 3px 1%;
      border: 1px solid #986E4A;
      background: #fff;
      color: #986E4A;
      font-weight: 700;
      border-radius: 4px;
      line-height: 40px;
      box-sizing: border-box; }
      ul.anc li.anclink_top a.anclinktop {
        color: #986E4A;
        line-height: 34px;
        font-size: 13px; }

.bg_yl {
  width: 100%;
  background: url(../images/bg_yellow.png) repeat center center; }

.bg_bl {
  width: 100%;
  background: url(../images/bg_blue.png) repeat center center; }

.cont {
  width: 100%;
  max-width: 566px;
  padding: 45px 0% 30px 0%;
  margin: 0px auto;
  box-sizing: border-box; }
  .cont .cat_title_cnt {
    width: 100%;
    z-index: 100;
    margin: 0 auto;
    background: url(../images/waku_t.png) no-repeat center top;
    background-size: 100% auto;
    padding: 0 0;
    position: relative;
    text-align: center; }
    .cont .cat_title_cnt img.cat_title_image {
      width: 90%;
      margin: -30px auto 0px auto; }
      @media only screen and (max-width: 767px) {
        .cont .cat_title_cnt img.cat_title_image {
          margin: -20px auto 0px auto; } }
    .cont .cat_title_cnt .cat_title_copy {
      width: 90%;
      margin: 10px auto 30px auto;
      text-align: center;
      color: #986E4A;
      font-size: 17px;
      line-height: 25px;
      font-weight: 700; }
      @media only screen and (max-width: 767px) {
        .cont .cat_title_cnt .cat_title_copy {
          margin: 10px auto 10px auto;
          font-size: 11px;
          line-height: 20px; } }
  .cont .cat_item_cnt {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 10px; }

.item_box {
  width: 100%;
  max-width: 566px;
  margin: 0 auto;
  padding: 10px 0; }
  .item_box .item_pt {
    border: 1px solid #986E4A;
    width: 100%;
    box-sizing: border-box;
    position: relative; }
    .item_box .item_pt .item_tag {
      position: absolute;
      top: -7px;
      left: 3%;
      width: 14%;
      z-index: 100; }
  .item_box .item_name_cnt {
    padding: 12px 5px 7px 5px;
    background: #986E4A;
    position: relative;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .item_box .item_name_cnt {
        padding: 8px 5px 3px 5px; } }
    .item_box .item_name_cnt .item_name {
      text-align: center;
      font-size: 22px;
      line-height: 24px;
      font-weight: 700;
      letter-spacing: 1px;
      margin: 0 0 4px 0;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
      color: #fff; }
      @media only screen and (max-width: 767px) {
        .item_box .item_name_cnt .item_name {
          font-size: 16px;
          line-height: 20px;
          letter-spacing: 0.5px; } }
      .item_box .item_name_cnt .item_name .sm {
        font-size: 12px;
        line-height: 16px;
        display: inline; }
  .item_box .item_sub_copy {
    width: 100%;
    margin: 6px auto 0px auto;
    text-align: left;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    color: #986E4A; }
    @media only screen and (max-width: 767px) {
      .item_box .item_sub_copy {
        font-size: 10px;
        line-height: 14px; } }
  .item_box .item_copy_cnt {
    box-sizing: border-box;
    margin-top: 5px; }
    .item_box .item_copy_cnt .item_copy {
      width: 100%;
      text-align: left;
      font-size: 18px;
      line-height: 26px;
      color: #363636; }
      @media only screen and (max-width: 767px) {
        .item_box .item_copy_cnt .item_copy {
          font-size: 14px;
          line-height: 20px; } }
  .item_box .item_price_cnt {
    color: #0A223E;
    overflow: hidden;
    margin-top: 5px; }
    .item_box .item_price_cnt .price_txt {
      float: left;
      font-size: 18px;
      font-weight: 700;
      color: #fff;
      background: #0A223E;
      border-radius: 5px;
      padding: 0 13px;
      text-align: center;
      margin-top: 11px;
      margin-left: 2px; }
      @media only screen and (max-width: 767px) {
        .item_box .item_price_cnt .price_txt {
          font-size: 14px;
          margin-top: 18px;
          padding: 0 10px; } }
    .item_box .item_price_cnt .price_box {
      width: 60%;
      float: right;
      text-align: right;
      line-height: 60px; }
      .item_box .item_price_cnt .price_box .jpy {
        font-size: 30px;
        font-weight: 700; }
        @media only screen and (max-width: 767px) {
          .item_box .item_price_cnt .price_box .jpy {
            font-size: 20px; } }
      .item_box .item_price_cnt .price_box .price {
        font-size: 40px;
        font-weight: 700; }
        @media only screen and (max-width: 767px) {
          .item_box .item_price_cnt .price_box .price {
            font-size: 30px; } }
      .item_box .item_price_cnt .price_box .zei {
        font-size: 14px;
        font-weight: 700; }
        @media only screen and (max-width: 767px) {
          .item_box .item_price_cnt .price_box .zei {
            font-size: 10px; } }

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