@charset "UTF-8";
/* ------------------------------------
  all
------------------------------------ */
body.serif {
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, YuGothic, "游ゴシック","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", serif;
  letter-spacing: 0.05em;
}
body.san-serif {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, YuGothic, "游ゴシック","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.02em;
}

body.serif #main_navigation ul li input[type=text],
body.serif #main_navigation_sp ul li input[type=text],
body.serif #newsletter .mailMagazineSubscribe_input {
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, YuGothic, "游ゴシック","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", serif;
  letter-spacing: 0.05em;
  font-size: 16px;
}
body.san-serif #main_navigation ul li input[type=text],
body.san-serif #main_navigation_sp ul li input[type=text],
body.san-serif #newsletter .mailMagazineSubscribe_input {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, YuGothic, "游ゴシック","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.04em;
}


/* ------------------------------------
  pc
------------------------------------ */
@media screen and (min-width: 769px) {

  html, body {
    color: #333;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.8em;
    width: 100%;
    height: auto;
    position: relative;
    -webkit-text-size-adjust: 100%;
  }

  a {
    color: #333;
    text-decoration: none;
  }

  a:hover {
    text-decoration: none;
  }

  li {
    list-style-type: none;
  }

  .clearfix:after {
    content: '';
    display: block;
    clear: both;
  }

  .clearfix {
    zoom: 1;
  }

  .hover:hover {
    cursor: pointer;
    filter: alpha(opacity=60);
    opacity: 0.6;
  }

  .c_width {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
  }

  img {
  //  display: block;
  }

  .forpc {
    display: block;
  }

  .forsp {
    display: none;
  }

  .fornocate {
    display: none;
  }

  input,select,textarea {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    color: #333;
  }
  button {
    color: #333;
    font-weight: normal;
  }

  #page_load {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }

  #loading img {
    margin: 0 auto;
    display: block;
  }

  /* ------------------------------------
  ◆　common
  ------------------------------------ */
  .topic_brd {
    font-size: 16px;
    text-align: center;
    position: relative;
    margin: 0 0 50px 0;
    padding-top: 30px;
  }
  .topic_brd:after {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin: 0 0 0 -10px;
  }

  .tra04 {
    -webkit-transition: all 400ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 400ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  }

  .tra06 {
    -webkit-transition: all 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  }

  .tra10 {
    -webkit-transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  }

  /* ------------------------------------
  ◆　#mainHeader
  ------------------------------------ */
  #mainHeader {
    width: 100%;
    letter-spacing: 0.05em;
  }
  #mainHeader.col1 {
  //  height: 126px;
  }

  #mainHeader h1 {
    font-size: 42px;
    font-weight: normal;
  }
  #mainHeader h1.col1 {
    height: 64px;
    float: left;
    margin: 32px 0 -50px 20px;
  /*
    position: relative;
    top: 32px;
    left: 20px;
  */
  }
  #mainHeader h1.col2 {
    padding-top: 40px;
    text-align: center;
    margin-bottom: 40px;
  }

  #mainHeader h1.col2 a {
    display: inline-block;
    margin: 0 auto;
  }

  #mainHeader h1 img {
    width: auto;
    height: 100%;
    display: block;
  }

  #mainHeader .col1 .logoText {
    position: relative;
    bottom: -8px;
    line-height: 64px;
  }

  #mainHeader .col2 .logoText {
    line-height: 64px;
  }

  #mainHeader #logo {
    display: inline-block;
    height: 64px;
  }


  /* #baseMenu */
  #baseMenu {
    position: absolute;
    top: 20px;
    right: 20px;
  }

  #baseMenu li {
    margin: 0 0 0 20px;
    float: left;
  }

  #baseMenu li img {
    margin: 0 auto;
    display: block;
  }

  #baseMenu li.cart img {
    position: relative;
    top: 2px;
    display: block;
  }

  #baseMenu li img:hover {
    cursor: pointer;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -webkit-transition: all 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  }

  /* #main_navigation */
  #main_navigation {
    font-size: 16px;
    height: 25px;
  }

  #main_navigation.col1 {
    float: right;
    margin: 68px 20px 33px 0;
  /*
    position: absolute;
    top: 68px;
    right: 20px;
  */
  }
  #main_navigation.col2 {
    margin-bottom: 60px;
  }

  body.san-serif #main_navigation {
    font-size: 14px;
  }

  #main_navigation.col2 ul {
    position: relative;
    left: 50%;
    float: left;
  }

  #main_navigation.col1 ul li {
    float: left;
    margin: 0 0 0 45px;
    cursor: pointer;
    position: relative;
  }
  #main_navigation.col2 ul li {
    position: relative;
    left: -50%;
    float: left;
    margin: 0 22px 0 22px;
    cursor: pointer;
  }

  #main_navigation.col2 #appsItemCategoryTag {
    left: 0!important;
    float: none!important;
  }

  #main_navigation #appsItemCategoryTag li {
    width: 100%;
    margin: 0;
    left: 0;
  }

  #main_navigation ul li.brd,
  .footer_menu ul li.brd,
  .child_cate li.brd,
  #blog_block .blog_title a {
    position: relative;
  }

  #main_navigation ul li.brd:after,
  .footer_menu ul li.brd:after,
  .child_cate li.brd:after,
  #blog_block .blog_title a:after {
    content: "";
    width: 0px;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    bottom: -5px;
    left: 0;
    -webkit-transition: all 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  }
  .footer_menu ul li.brd:after {
    bottom: 0;
  }
  #main_navigation ul li.brd:hover:after,
  .footer_menu ul li.brd:hover:after,
  .child_cate li.brd:hover:after,
  #blog_block .blog_title a:hover:after {
    width: 100%;
  }

  #category-menu .category-list {
    display: none;
    width: 180px;
    font-size: 14px;
    line-height: 1.4em;
    margin: 0 0 0 -85px;
    padding: 10px 0px 10px 0px;
    position: absolute;
    left: 50%;
    z-index: 9999;
    background-color: rgba(255,255,255,0.95);
    text-align: center;
  }

  #category-menu:hover .category-list {
    display: block;
  }

  #category-menu .category-list li {
    float: none!important;
    margin: 0;
  }
  #category-menu .category-list ul li.brd:after {
    bottom: 0;
  }

  #category-menu .category-list li a {
    display: block;
    padding: 10px 10px 10px 10px;
    -webkit-transition: all 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  }
  #category-menu .category-list li a:hover {
    background-color: #eee;
  }

  #main_navigation ul li input[type=text] {
    width: 100px;
    border: none;
    outline: none;
    border-bottom: 1px #999 solid;
    font-size: 14px;
    padding: 0!important;
    margin-bottom: 0!important;
    border-radius: 0!important;
    box-shadow: none!important;
    line-height: 14px!important;
    color: #333!important;
    background-color: transparent!important;
    height: 23px;
    position: relative;
    top: -1px;
  }

  #main_navigation ul li .btn {
    width: 15px;
    height: 15px;
    background-image: url("https://basefile.s3.amazonaws.com/chikoku/57f246b8622f0/icn_search.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    border: none;
    outline: none;
    background-color: transparent!important;
    cursor: pointer;
  }

  .appsItemCategoryTag_lowerchild {
    width: 100%;
    position: absolute!important;
    top: 0;
    left: 100%!important;
    display: none;
  }

  .appsItemCategoryTag_child:hover .appsItemCategoryTag_lowerchild {
    display: block;
  }

  .appsItemCategoryTag_lowerchild li a{
    background-color: #eee;
  }

  .appsItemCategoryTag_lowerchild li a:hover {
    background-color: #f6f6f6!important;
  }

  .child_cate {
    text-align: center;
    margin-bottom: 50px;
  }

  .child_cate li {
    display: inline-block;
    margin: 0 10px;
  }

  /* ------------------------------------
  ◆　.container
  ------------------------------------ */
  .container {
    width: 100%;
  }

  .container .content {
    padding-bottom: 40px;
  }

  .container .main_pic {
    width: 100%;
    margin: 0 auto 50px;
  }

  .container .main_pic img {
    width: 100%;
    height: auto;
    display: block;
  }

  .container .main_pic.max,
  .container .main_pic.max img {
    max-width: 1000px;
    display: block;
  }

  .container .wrapper .product_top {
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
  }

  .container .wrapper .content .left_block {
    width: 48%;
    float: left;
    margin: 0 4% 0 2%;
  }

  .container .wrapper .content .left_block .img_box {
    margin: 0 0 20px 0;
  }

  .container .wrapper .content .left_block img {
    width: 100%;
    height: auto;
    display: block;
  }

  .container .wrapper .content .right_block {
    width: 44%;
    float: left;
  }

  .container .wrapper .content .right_block .explanation {
    line-height: 1.8em!important;
    margin: 0 0 40px 0;
    padding: 0 0 40px 0;
    position: relative;
  }

  .container .wrapper .content .right_block .explanation:after {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .container .wrapper .content .right_block .explanation a {
    text-decoration: underline;
  }

  .container .wrapper .content .right_block .descri {
    margin: 0 0 30px 0;
  }

  .container .wrapper .content .right_block .descri .price {
    font-size: 20px;
    font-style: italic;
  }

  .container .wrapper .content .right_block .descri .down_block {
    font-size: 13px;
    font-style: normal;
  }
  .container .wrapper .content .right_block .descri .down_block .proper {
    text-decoration: line-through;
    float: left;
    margin-right: 6px;
    color: #999;
  }
  .container .wrapper .content .right_block .descri .down_block .down_per {
    float: left;
    color: #FF4C4C;
  }
  .container .wrapper .content .right_block .descri .down_price {
    color: #FF4C4C;
  }

  .container .wrapper .content .right_block .price_del {
    font-size: 20px;
    font-style: italic;
    margin: 0 10px 0 0;
    text-decoration: line-through;
  }

  .container .wrapper .content .right_block .price_soldout {
    color: #FF4C4C;
  }

  .container .wrapper .content .right_block #itemAttention {
    font-size: 12px;
    line-height: 1.5em;
    color: #999;
    margin: 20px 0 0 0;
  }
  .container .wrapper .content .right_block #itemAttention .salesPeriod--term,
  .container .wrapper .content .right_block #itemAttention .salesPeriod--willStart,
  .container .wrapper .content .right_block #itemAttention .salesPeriod--available,
  .container .wrapper .content .right_block #itemAttention .preOrder {
    color: #11beae;
    border: 1px solid #11beae;
    display: inline-block;
    padding: 6px 10px 5px 10px;
    margin: 0 0 10px 0;
  }
  .container .wrapper .content .right_block #itemAttention .salesPeriod--finish {
    color: #FF4C4C;
  }

  .container .wrapper .content .right_block #amountSelectWrap label,
  .container .wrapper .content .right_block #variationSelectWrap label {
    margin: 0 20px 0 0;
    font-size: 12px;
    position: relative;
    top: -3px;
  }

  .container .wrapper .content .right_block #amountSelectWrap .hide {
    display: none;
  }

  .container .wrapper .content .right_block .social {
    position: relative;
    margin: 40px 0 10px 0;
    padding: 40px 0 0 0;
  }

  .container .wrapper .content .right_block .social:before {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    top: 0;
    left: 0;
  }

  .container .wrapper .content .right_block .social .twitter {
    height: 20px;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 0;
  }

  .container .wrapper .content .right_block .social .facebook {
    display: inline-block;
    vertical-align: top;
  }

  .container .wrapper .content .right_block #widget {
    display: inline-block;
    text-align: left;
    margin: 0 15px 0 0;
  }

  .container .wrapper .content .right_block #reportBtn {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
  }

  .container .wrapper .content .right_block #reportBtn a {
    color: #999;
  }

  .container .wrapper .content .right_block .submit_btn {
    width: 280px;
    height: 40px;
    margin: 20px 0 0 0;
    position: relative;
  }

  .container .wrapper .content .right_block .submit_btn:after {
    content: "";
    position: absolute;
    top: 17px;
    right: 25px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .container .wrapper .content .right_block .submit_btn:hover:after {
    right: 20px;
  }

  .container .wrapper .content .right_block .submit_btn .bd div{
    background: #aaa;
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .container .wrapper .content .right_block .submit_btn .bd div.bdT{width: 100%; height:1px; top:0; left:0;}
  .container .wrapper .content .right_block .submit_btn .bd div.bdB{width: 100%; height:1px; bottom:0; right:0;}
  .container .wrapper .content .right_block .submit_btn .bd div.bdR{height:100%; width :1px; right:0; top:0;}
  .container .wrapper .content .right_block .submit_btn .bd div.bdL{height:100%; width :1px; left:0; bottom:0;}

  .container .wrapper .content .right_block .submit_btn:hover .bd div.bdT{width: 0;}
  .container .wrapper .content .right_block .submit_btn:hover .bd div.bdB{width: 0;}
  .container .wrapper .content .right_block .submit_btn:hover .bd div.bdR{height:0;}
  .container .wrapper .content .right_block .submit_btn:hover .bd div.bdL{height:0;}

  .container .wrapper .content .right_block input[type=submit],
  .container .wrapper .content .right_block button {
    width: 280px;
    height: 40px;
    border: none;
    text-align: center;
    font-size: 12px;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .container .wrapper .content .right_block button:focus {
    outline: none;
  }

  .container .wrapper .content .right_block .submit_btn a {
    display: block;
    height: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 40px;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding-right: 20px;
  }

  .container .wrapper .content .right_block .submit_btn:hover input[type=submit],
  .container .wrapper .content .right_block .submit_btn:hover button,
  .container .wrapper .content .right_block .submit_btn:hover a {
    background-color: #eee;
  }


  /* tab */
  @media screen and (max-width: 640px){
    .container .wrapper .content {
      width: auto;
      margin: 0 20px;
    }

    .container .wrapper .content .left_block,
    .container .wrapper .content .right_block {
      float: none;
      width: 100%;
      margin: 0 0 20px 0;
    }
  }

  .tmpBox .txt {
    text-align: center;
    margin-bottom: 200px;
    padding-top: 50px;
  }

  /* ------------------------------------
  ◆　#products
  ------------------------------------ */
  #products {
    width: 100%;
  }

  body #products ul.item_lists li.product_list {
    float: left;
    margin: 0;
    position: relative;
  }
  body.col3_pc #products ul.item_lists li.product_list {
    width: 33.333333%;
  }
  body.col2_pc #products ul.item_lists li.product_list {
    width: 50%;
  }
  body.col_change_pc #products ul.item_lists li.product_list {
    width: 33.333333%;
  }
  @media screen and (max-width: 899px){
    body.col_change_pc #products ul.item_lists li.product_list {
      width: 50%;
    }
  }
  @media screen and (min-width: 1600px){
    body.col_change_pc #products ul.item_lists li.product_list {
      width: 25%;
    }
  }


  #products ul.item_lists li.product_list a {
    opacity: 0;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 120;
    text-align: center;
    background-color: rgba(255,255,255,0.8);
  }
  #products ul.item_lists li.product_list:hover > a {
    opacity: 1;
  }

  #products ul.item_lists li.product_list:hover > .image_container p {
    opacity: 0;
  }

  #products ul.item_lists li.product_list a .item_meta,
  #products ul.item_lists li.product_list a .soldout_meta {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #products ul.item_lists li.product_list a h2 {
    max-height: 50px;
    overflow: hidden;
    font-weight: bold;
    margin: 0 0 15px 0;
  }
  #products ul.item_lists li.product_list a .soldout_meta h2 {
    text-decoration: line-through;
  }

  #products ul.item_lists li.product_list a .soldout_meta .sold_txt {
    width: 100%;
    font-size: 12px;
    color: #FF4C4C;
    position: absolute;
    top: -30px;
    left: 0;
  }

  #products ul.item_lists li.product_list a .item_meta .ItemPreOrder,
  #products ul.item_lists li.product_list a .item_meta .waitingForSale {
    width: 100%;
    font-size: 12px;
    color: #11beae;
    position: absolute;
    top: -30px;
    left: 0;
  }
  #products ul.item_lists li.product_list a .price {
    margin: 0 0 30px 0;
    font-style: italic;
  }

  #products ul.item_lists li.product_list a .down_block {
    margin-top: -5px;
  }

  #products ul.item_lists li.product_list a .down_block .proper {
    font-style: normal;
    text-decoration: line-through;
    color: #999;
  }

  #products ul.item_lists li.product_list a .down_price {
    color: #FF4C4C;
    font-style: italic;
    margin-bottom: -5px;
  }

  #products ul.item_lists li.product_list a .detail {
    position: relative;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
  }

  #products ul.item_lists li.product_list a .detail .bd div{
    background: #999;
    position: absolute;
    -webkit-transition: all 0.3s 0.1s;
    -moz-transition: all 0.3s 0.1s;
    transition: all 0.3s 0.1s;
  }
  #products ul.item_lists li.product_list a .detail .bd div.bdT{width: 0; height:1px; top:0; left:0;}
  #products ul.item_lists li.product_list a .detail .bd div.bdB{width: 0; height:1px; bottom:0; right:0;}
  #products ul.item_lists li.product_list a .detail .bd div.bdR{height:0; width :1px; right:0; top:0;}
  #products ul.item_lists li.product_list a .detail .bd div.bdL{height:0; width :1px; left:0; bottom:0;}

  #products ul.item_lists li.product_list:hover a .detail .bd div.bdT{width: 100%;}
  #products ul.item_lists li.product_list:hover a .detail .bd div.bdB{width: 100%;}
  #products ul.item_lists li.product_list:hover a .detail .bd div.bdR{height:100%;}
  #products ul.item_lists li.product_list:hover a .detail .bd div.bdL{height:100%;}

  #products ul.item_lists li.product_list .image_container {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 100% 0 0;
    overflow: hidden;
  }

  #products.w2h3 ul.item_lists li.product_list .image_container {
    padding: 150% 0 0;
  }

  #products ul.item_lists li.product_list .image_container .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  #products ul.item_lists li.product_list:hover > .image_container .img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }

  ul.item_lists li.product_list .image_container .waitingForSale,
  ul.item_lists li.product_list .image_container .endOfSale,
  ul.item_lists li.product_list .image_container .endOfSalePre,
  ul.item_lists li.product_list .image_container .ItemPreOrder {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: center;
  }
  ul.item_lists li.product_list .image_container .waitingForSale {
    background-color: rgba(0,0,0,0.5);
  }
  ul.item_lists li.product_list .image_container .endOfSale,
  ul.item_lists li.product_list .image_container .endOfSalePre {
    background-color: rgba(255,255,255,0.7);
  }
  .product_alert_txt ul.item_lists li.product_list .image_container .waitingForSale,
  .product_alert_txt ul.item_lists li.product_list .image_container .endOfSale,
  .product_alert_txt ul.item_lists li.product_list .image_container .endOfSalePre,
  .product_alert_txt ul.item_lists li.product_list .image_container .ItemPreOrder {
    display: none;
  }

  ul.item_lists li.product_list .image_container .waitingForSale p,
  ul.item_lists li.product_list .image_container .endOfSale p,
  ul.item_lists li.product_list .image_container .endOfSalePre .t1 {
    width: 100%;
    line-height: 20px;
    color: #fff;
    letter-spacing: 0.1em;
    position: absolute;
    top: 50%;
    margin-top: -10px;
  }
  ul.item_lists li.product_list .image_container .endOfSale p,
  ul.item_lists li.product_list .image_container .endOfSalePre .t1 {
    color: #FF4C4C;
  }
  ul.item_lists li.product_list .image_container .endOfSalePre .t1 {
    margin-top: -25px;
  }

  ul.item_lists li.product_list .image_container .ItemPreOrder p,
  ul.item_lists li.product_list .image_container .endOfSalePre .t2 {
    padding: 4px 15px 4px 15px;
    color: #fff;
    letter-spacing: 0.1em;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 110;
    margin-top: -12px;
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
    border: 1px #fff solid;
    font-size: 13px;
    line-height: 14px;
  }
  ul.item_lists li.product_list .image_container .endOfSalePre .t2 {
    color: #333;
    border-color: #333;
    margin-top: 2px;
  }

  ul.item_lists li.product_list .image_container .ItemPreOrder {
    background-color: rgba(0,0,0,0.5);
  }
  ul.item_lists li.product_list .image_container .waitingForSale + .ItemPreOrder {
    background-color: transparent;
  }

  ul.item_lists li.product_list .image_container .waitingForSale + .ItemPreOrder p {
    margin-top: 20px;
    font-size: 11px;
    line-height: 11px;
  }

  .container .wrapper .content .right_block .waitingForSale,
  .container .wrapper .content .right_block .endOfSale {
    margin: 20px 0 -10px 0;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #11beae;
  }
  .container .wrapper .content .right_block .endOfSale {
    color: #FF4C4C;
  }

  .product_alert_txt ul.item_lists li.product_list .image_container .waitingForSale,
  .product_alert_txt ul.item_lists li.product_list .image_container .endOfSale,
  .product_alert_txt ul.item_lists li.product_list .image_container .endOfSalePre,
  .product_alert_txt ul.item_lists li.product_list .image_container .ItemPreOrder {
    display: none;
  }

  #products ul.item_lists li.product_list a .item_meta .ItemPreOrder,
  #products ul.item_lists li.product_list a .item_meta .waitingForSale {
    width: 100%;
    font-size: 12px;
    color: #11beae;
    position: absolute;
    top: -30px;
    left: 0;
  }

  /* ------------------------------------
  ◆　#about
  ------------------------------------ */
  #about {
    padding-bottom: 40px;
  }

  #about .txt_about.txt_center {
    text-align: center;
  }

  #about .txt_about.txt_left {
    width: 94%;
    margin: 0 auto;
  }

  #about .txt_about a {
    text-decoration: underline;
  }

  #about .map {
    width: 94%;
    max-width: 940px;
    margin: 80px auto 0;
  }

  #about .map iframe {
    width: 100%;
    height: 400px;
  }

  /* ------------------------------------
  ◆　#news
  ------------------------------------ */
  #news {
    width: 94%;
    margin: 0 auto 50px;
  }
  #news.txt_center {
    text-align: center;
  }

  #news li {
    margin: 0 0 25px 0;
  }

  #news.txt_left li .date {
    width: 15%;
    float: left;
  }

  .serif #news li .date {
    font-size: 15px;
  }

  #news.txt_center li .date {
    margin: 0 0 6px 0;
  }

  #news.txt_left li .txt {
    width: 85%;
    float: left;
  }

  #news li a {
    text-decoration: underline;
  }

  /* ------------------------------------
  ◆　#contact
  ------------------------------------ */
  .txt_contact {
    display: none;
  }

  .inquirySection {
    padding-bottom: 40px;
  }

  .inquirySection h1 {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    position: relative;
    margin: 0 0 50px 0;
    padding-top: 30px;
  }
  .inquirySection h1:after {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin: 0 0 0 -10px;
  }

  .inquirySection p {
    text-align: center;
    margin: 0 0 30px 0;
  }

  .inquirySection form {
    width: 96%;
    max-width: 640px;
    margin: 0 auto;
  }

  .inquirySection form dt {
    float: left;
    width: 158px;
    height: 42px;
    line-height: 42px;
    text-align: right;
    clear: both;
  }
  .inquirySection form dt span {
    color: #FF4C4C;
    font-size: 12px;
    margin: 0 0 0 2px;
  }

  .inquirySection form dd {
    width: 70%;
    max-width: 450px;
    float: right;
    margin: 0 0 20px 0;
  }

  .inquirySection form dd.error {
    margin: -15px 0 15px 0;
    color: #FF4C4C;
    font-size: 12px;
  }

  .inquirySection form dd input {
    width: 280px;
    height: 42px;
    border: 1px solid #fff;
    background-color: #eee;
    padding: 0 10px 0 10px;
    font-size: 14px;
  }

  .inquirySection form dd textarea {
    width: 95%;
    height: 180px;
    border: 1px solid #fff;
    background-color: #eee;
    padding: 10px;
    resize: none;
    font-size: 14px;
  }

  .inquirySection form .clear {
    clear: both;
  }

  .inquirySection form .control-panel {
    width: 240px;
    height: 40px;
    margin: 20px 0 0 192px;
    position: relative;
    clear: both;
  }

  .inquirySection form .control-panel:after {
    content: "";
    position: absolute;
    top: 17px;
    right: 65px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .inquirySection form .control-panel:hover:after {
    right: 60px;
  }

  .inquirySection form .control-panel .bd div{
    background: #aaa;
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .inquirySection form .control-panel .bd div.bdT{width: 100%; height:1px; top:0; left:0;}
  .inquirySection form .control-panel .bd div.bdB{width: 100%; height:1px; bottom:0; right:0;}
  .inquirySection form .control-panel .bd div.bdR{height:100%; width :1px; right:0; top:0;}
  .inquirySection form .control-panel .bd div.bdL{height:100%; width :1px; left:0; bottom:0;}

  .inquirySection form .control-panel:hover .bd div.bdT{width: 0;}
  .inquirySection form .control-panel:hover .bd div.bdB{width: 0;}
  .inquirySection form .control-panel:hover .bd div.bdR{height:0;}
  .inquirySection form .control-panel:hover .bd div.bdL{height:0;}

  .inquirySection form input[type=submit] {
    width: 240px;
    height: 40px;
    border: none;
    text-align: center;
    font-size: 12px;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .inquirySection form .control-panel:hover > input[type=submit] {
    background-color: #eee;
  }

  /* confirm */
  #inquiryConfirmSection dt,
  #inquiryConfirmSection dd {
    font-size: 14px;
    line-height: 1.8em;
  }

  #inquiryConfirmSection dl:after {
    content: '';
    display: block;
    clear: both;
  }

  #inquiryConfirmSection dl {
    margin-bottom: 40px;
    zoom: 1;
  }

  #inquiryCompleteSection .btn_top {
    width: 240px;
    height: 40px;
    margin: 60px auto 0;
    position: relative;
  }

  #inquiryCompleteSection .btn_top:after {
    content: "";
    position: absolute;
    top: 17px;
    right: 45px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  #inquiryCompleteSection .btn_top:hover:after {
    right: 40px;
  }

  #inquiryCompleteSection .btn_top .bd div{
    background: #aaa;
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  #inquiryCompleteSection .btn_top .bd div.bdT{width: 100%; height:1px; top:0; left:0;}
  #inquiryCompleteSection .btn_top .bd div.bdB{width: 100%; height:1px; bottom:0; right:0;}
  #inquiryCompleteSection .btn_top .bd div.bdR{height:100%; width :1px; right:0; top:0;}
  #inquiryCompleteSection .btn_top .bd div.bdL{height:100%; width :1px; left:0; bottom:0;}

  #inquiryCompleteSection .btn_top:hover .bd div.bdT{width: 0;}
  #inquiryCompleteSection .btn_top:hover .bd div.bdB{width: 0;}
  #inquiryCompleteSection .btn_top:hover .bd div.bdR{height:0;}
  #inquiryCompleteSection .btn_top:hover .bd div.bdL{height:0;}

  #inquiryCompleteSection .btn_top a {
    display: block;
    width: 240px;
    height: 40px;
    line-height: 40px;
    border: none;
    text-align: center;
    font-size: 12px;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  #inquiryCompleteSection .btn_top:hover > a {
    background-color: #eee;
  }

  /* ------------------------------------
  ◆　blog
  ------------------------------------ */
  .txt_blog {
    display: none;
  }

  #blog_block .main {
    margin: 0 20px 0 20px;
  }

  #blog_block .blog_inner {
    margin: 0 0 20px 0;
    padding-top: 20px!important;
    padding-bottom: 50px!important;
  }
  #blog_block .blogDetail .blog_inner {
    margin: 0;
    padding-bottom: 0!important;
    border: none!important;
  }

  #blog_block .blog_title {
    font-size: 16px;
  }

  #blog_block .blog_publish .publish_date {
    font-size: 13px!important;
  }

  #blog_block .blog_publish {
    margin: 10px 0 30px 0!important;
  }

  #blog_block .blog_head_image {
    margin: 0 0 20px 0;
  }

  #blog_block .blogListMain .blog_inner .blog_contents {
    height: auto!important;
    max-height: 100px;
    margin: 0 0 30px 0;
  }

  #blog_block .read_more {
    font-size: 12px;
    bottom: 20px!important;
  }

  #blog_block .read_more a {
    position: relative;
  }

  #blog_block .read_more a:after {
    content: "";
    position: absolute;
    top: 4px;
    right: -10px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }

  #blog_block .read_more a:hover:after {
    right: -15px;
  }


  #blog_block .blog_body h3 {
    font-size: 16px;
    position: relative;
    margin: 0 0 30px 0;
  }
  #blog_block .blog_body h3:after {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    bottom: -10px;
    left: 0;
  }

  #blog_block .blog_body a:hover {
    filter: alpha(opacity=60);
    opacity: 0.6;
    -webkit-transition: all 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  }

  #blog_block .social li {
    margin-right: 20px!important;
  }

  #blog_block .social img {
    opacity: 0.7;
    width: auto;
    height: 24px;
    display: block;
  }

  #blog_block .social img:hover {
    filter: alpha(opacity=40);
    opacity: 0.4;
    -webkit-transition: all 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  }

  #blog_block .blog_body img {
    max-width: 100%;
    height: auto;
    display: block;
  }


  /* ------------------------------------
  ◆　docs
  ------------------------------------ */
  #privacy,
  #law {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }

  #privacy h2,
  #law h2 {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    position: relative;
    margin: 0 0 50px 0;
  }
  #privacy h2:after,
  #law h2:after {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin: 0 0 0 -10px;
  }

  #privacy h3 {
    margin: 0 20px 5px 20px;
  }
  #law h3 {
    margin: 30px 20px 5px 20px;
  }

  #privacy p {
    margin: 0 20px 30px 20px;
  }
  #law p {
    margin: 0 20px 0 20px;
  }

  #privacy dl,
  #law dl {
    margin: 0 20px 30px 20px;
  }

  #privacy dt,
  #law dt {
    font-weight: bold;
    margin: 0 0 5px 0;
  }

  #privacy dd,
  #law dd {
    margin: 0 0 30px 0;
  }

  /* ------------------------------------
  ◆　#mainFooter
  ------------------------------------ */
  #mainFooter {
    width: 100%;
  //  margin-top: 80px;
  //  padding: 40px 0 0 0;
    padding-top: 80px;
    clear: both;
//    background-color: #fff;
    position: relative;
  }

  #mainFooter:after {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #ccc;
    position: absolute;
  //  top: 0;
    top: 40px;
    left: 50%;
    margin: 0 0 0 -10px;
  }

  #mainFooter .social,
  #mainFooter .footer_menu {
    padding: 0 0 30px 0;
    font-size: 12px;
  }

  #mainFooter .social ul,
  #mainFooter .footer_menu ul {
    position: relative;
    left: 50%;
    float: left;
  }

  #mainFooter .social ul li,
  #mainFooter .footer_menu ul li {
    position: relative;
    left: -50%;
    float: left;
    margin: 0 10px 0 10px;
  }

  #mainFooter .social ul li.tw {
    position: relative;
    top: 2px;
  }
  #mainFooter .social ul li.yt {
    padding-top: 1px;
  }

  #mainFooter .social ul li a {
    display: block;
  }


  #mainFooter .lang_btn {
    display: none;
  }

  body.lang_posi_bottom #mainFooter .lang_btn {
    display: block;
    position: absolute;
    bottom: 28px;
    right: 20px;
  }

  body.lang_posi_bottom_fix #mainFooter .lang_btn {
    display: block;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 500;
  }

  #mainFooter .copy {
    font-size: 12px;
    text-align: center;
    padding-bottom: 30px;
  }

  /* ------------------------------------
  ◆　#i18 (lang)
  ------------------------------------ */
  #mainHeader .lang_btn {
    display: none;
  }

  body.lang_posi_top #mainHeader .lang_btn {
    display: block;
    position: absolute;
    top: 20px;
    right: 127px;
    z-index: 30;
  }

  #i18 {
    position: relative;
  }

  #i18 .lang {
    float: left;
    margin: 0 5px 0 0;
    position: relative;
  }
  #i18 .lang:before {
    background: url('https://basefile.s3.amazonaws.com/chikoku/56236bbf7c3f3/arrow.gif') no-repeat center;
    background-size: 10px 7px;
    content: "";
    height: 100%;
    position: absolute;
    right: 13px;
    top: 0;
    width: 10px;
  }

  #i18 .currency {
    float: left;  
    position: relative;
  }

  #i18 .currency:before {
    background: url('https://basefile.s3.amazonaws.com/chikoku/56236bbf7c3f3/arrow.gif') no-repeat;
    background-size: 10px 7px;
    content: "";
    height: 7px;
    position: absolute;
    right: 13px;
    top: 12px;
    width: 10px;
  }

  #i18 select {
    appearance: inherit;
    -webkit-appearance: inherit;
    border: 1px solid #CCC;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 11px;
    line-height: 18px;
    min-width: inherit;
    padding: 5px 25px 5px 10px;
    vertical-align: middle;
    margin-bottom: 0;
  }

  select::-ms-expand {
    display: none;
  }

  /* ------------------------------------
  ◆　#widget
  ------------------------------------ */
  #widgetSection {
    display: none;
    padding: 0!important;
  }

  #widgetEmbedDetail {
    width: 930px!important;
  }

  #widgetSection .hide {
    display: none!important;
  }

  #widgetSection #widgetLoading img {
    display: inline;
  }

  /* ------------------------------------
  ◆　.label_image
  ------------------------------------ */
  .label_image {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 100;
    width: 70px;
    height: auto;
  }

  /* ------------------------------------
  ◆　zoom
  ------------------------------------ */
  .zoomLens {
    border: none!important;
  }

  .zoomWindow {
    border: 1px solid #ddd!important;
  }

  /* ------------------------------------
  ◆　review
  ------------------------------------ */
  .review_block {
    position: relative;
    margin-top: 40px;
  }

  .review_block:before {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    top: 0;
    left: 0;
  }

  .review01__title {
    padding-top: 40px!important;
  }


  /* ------------------------------------
  ◆　.related_block
  ------------------------------------ */
  .related_block {
    padding-top: 80px;
    clear: both;
  }

  .related_block ul.item_lists li.product_list {
    width: 33.333333%;
    float: left;
    margin-bottom: 100px;
    position: relative;
    font-size: 14px;
    text-align: center;
  }

  .related_block ul.item_lists li.product_list a {
    opacity: 0;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: center;
    background-color: rgba(255,255,255,0.7);
  }
  .related_block ul.item_lists li.product_list:hover > a {
    opacity: 1;
  }

  .related_block ul.item_lists li.product_list a .item_meta,
  .related_block ul.item_lists li.product_list a .soldout_meta {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 90%;
    height: 40px;
    font-size: 16px;
  }

  .related_block ul.item_lists li.product_list a .detail {
    position: relative;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
  }

  .related_block ul.item_lists li.product_list a .detail .bd div{
    background: #999;
    position: absolute;
    -webkit-transition: all 0.3s 0.1s;
    -moz-transition: all 0.3s 0.1s;
    transition: all 0.3s 0.1s;
  }
  .related_block ul.item_lists li.product_list a .detail .bd div.bdT{width: 0; height:1px; top:0; left:0;}
  .related_block ul.item_lists li.product_list a .detail .bd div.bdB{width: 0; height:1px; bottom:0; right:0;}
  .related_block ul.item_lists li.product_list a .detail .bd div.bdR{height:0; width :1px; right:0; top:0;}
  .related_block ul.item_lists li.product_list a .detail .bd div.bdL{height:0; width :1px; left:0; bottom:0;}

  .related_block ul.item_lists li.product_list:hover a .detail .bd div.bdT{width: 100%;}
  .related_block ul.item_lists li.product_list:hover a .detail .bd div.bdB{width: 100%;}
  .related_block ul.item_lists li.product_list:hover a .detail .bd div.bdR{height:100%;}
  .related_block ul.item_lists li.product_list:hover a .detail .bd div.bdL{height:100%;}

  .related_block ul.item_lists li.product_list .image_container {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 100% 0 0;
    overflow: hidden;
  }

  .related_block.w2h3 ul.item_lists li.product_list .image_container {
    padding: 150% 0 0;
  }

  .related_block ul.item_lists li.product_list .image_container .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .related_block ul.item_lists li.product_list:hover > .image_container .img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }

  .related_block ul.item_lists li.product_list .txt_block {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: -80px;
    left: 0;
  }

  .related_block ul.item_lists li.product_list .title {
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0 20px 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .related_block ul.item_lists li.product_list .price {
    font-style: italic;
  }

  /* ------------------------------------
  #appsItemDetailCustom
  ------------------------------------ */
  #appsItemDetailCustom {
    position: relative;
    margin-top: 50px;
    padding-top: 4px;
  }

  #appsItemDetailCustom:before {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    top: 0;
    left: 0;
  }

  #appsItemDetailCustom .appsItemDetailCustomTag_heading,
  #appsItemDetailCustom .appsItemDetailCustomTag_description {
    line-height: 1.8em!important;
    letter-spacing: 0.05em;
  }

  #appsItemDetailCustom .baseCarousel__caption {
    margin-top: 48px!important;
  }

  #appsItemDetailCustom .baseCarousel__indicator {
    width: 18px!important;
  }

  #appsItemDetailCustom .baseCarousel__indicators {
    margin-top: 32px!important;
  }

  #appsItemDetailCustom .baseCarousel__indicator-button {
    width: 8px!important;
    height: 8px!important;
    background-color: #999!important;
  }

  #appsItemDetailCustom .baseCarousel__indicator-button[aria-disabled=true] {
    background-color: #000!important;
  }

  #appsItemDetailCustom .baseCarousel__image {
    -webkit-transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000)!important;
    transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000)!important;
  }
  #appsItemDetailCustom .baseCarousel__image img {
    display: block!important
  }

  /* ------------------------------------
    product option app
  ------------------------------------ */
  #purchase_form input {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    font-size: 12px;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0 10px 0 10px;
  }
  #purchase_form select {
    max-width: 100%;
    line-height: normal;
    margin-bottom: 20px;
    padding: 0 30px 0 10px;
    background-image: url(https://basefile.akamaized.net/chikoku/5f1fdb6d48d0a/arrow_w.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 20px 5px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #aaa;
  }

  #purchase_form select,
  #purchase_form input::placeholder {
    font-size: 12px;
  }

  #purchase_form .itemOption__input[data-dirty="true"][data-has-error="true"] {
    border: #F07F7F 1px solid;
  }

  #purchase_form label {
    font-size: 12px;
    line-height: 1.4em;
    display: block;
    margin-bottom: 5px;
  }

  #purchase_form .itemOption__caption {
    font-size: 10px;
    margin-bottom: 5px;
    line-height: 1.4em;
    display: block;
    color: #999;
  }

  #purchase_form .itemOption__bottomCaptionBlock {
    margin: -12px 0 8px 0;
  }

  #purchase_form .itemOption__caption--error {
    float: left;
    font-size: 10px;
    line-height: 1em;
    display: block;
    color: #F07F7F;
  }

  #purchase_form .itemOption__count {
    float: right;
    font-size: 10px;
    line-height: 1em;
    display: block;
    color: #777777;
  }

  #purchase_form .itemOption__count--error {
    color: #F07F7F;
  }
  .container .wrapper .content .right_block input[type=submit]:disabled,
  .container .wrapper .content .right_block button:disabled {
    opacity: 0.7;
  }

  /* ------------------------------------
    .ageVerificationWarning
  ------------------------------------ */
  .ageVerificationWarning {
    font-size: 21px!important;
  }

  /* ------------------------------------
    #newsletter
  ------------------------------------ */
  #newsletter {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 50px;
    padding: 30px 30px 35px 30px;
    box-sizing: border-box;
    text-align: center;
    background-color: #f3f3f3ee;
  }
  #newsletter .t1 {
    font-size: 16px;
    margin-bottom: 25px;
    position: relative;
  }
  #newsletter .t1:before {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin: 0 0 0 -10px;
  }
  #newsletter .t2 {
    font-size: 12px;
    line-height: 1.8;
    margin: 0 0 13px 0;
  }
  #newsletter .mailMagazineSubscribe_field {
    letter-spacing: -.4em;
    vertical-align: top;
  }
  #newsletter .mailMagazineSubscribe_input {
    max-width: 240px;
    width: 100%;
    height: 40px;
    border: 1px solid #aaa;
    padding: 0 20px;
    background-color: #fff;
    margin: 0;
    border-radius: 0px!important;
    box-sizing: border-box;
    letter-spacing: 0.02em;
    vertical-align: top;
    margin-right: -1px;
    box-shadow: none;
    font-size: 12px!important;
  }
  #newsletter .mailMagazineSubscribe_submit {
    width: 95px;
    height: 40px;
    border: 0;
    background-color: #424242;
    color: #fff;
    letter-spacing: 0.02em;
    vertical-align: top;
    font-size: 12px;
    box-sizing: border-box;
  }
  #newsletter .mailMagazineSubscribe_confirm {
    font-size: 12px;
    color: red;
  }

}

/* ------------------------------------
  sp
------------------------------------ */
@media screen and (max-width: 768px) {

  html, body {
    color: #333;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.6em;
    width: 100%;
    height: auto;
    position: relative;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 0.05em;
  }
  body.on {
    position: fixed;
    z-index: 1;
  }

  a {
    color: #333;
    text-decoration: none;
  }

  a:hover {
    text-decoration: none;
  }

  li {
    list-style-type: none;
  }

  .clearfix:after {
    content: '';
    display: block;
    clear: both;
  }

  .clearfix {
    zoom: 1;
  }

  .c_width {
    position: relative;
  }

  img {
  //  display: block;
  }

  .forpc {
    display: none;
  }

  .forsp {
    display: block;
  }

  .fornocate {
    display: none;
  }

  #page_load {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }

  input,select,textarea {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    color: #333;
  }
  button {
    color: #333;
    font-weight: normal;
  }

  #loading img {
    margin: 0 auto;
    display: block;
  }

  .bx-wrapper {
    margin-bottom: 70px!important;
  }

  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -40px!important;
  }

  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 6px!important;
    height: 6px!important;
  }

  /* ------------------------------------
  ◆　common
  ------------------------------------ */
  .topic_brd {
    font-size: 15px;
    text-align: center;
    position: relative;
    margin: 40px 0 40px 0;
  }
  .topic_brd:after {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin: 0 0 0 -10px;
  }

  .tra04 {
    -webkit-transition: all 400ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 400ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  }

  .tra06 {
    -webkit-transition: all 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  }

  .tra10 {
    -webkit-transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  }

  /* ------------------------------------
  ◆　#mainHeader
  ------------------------------------ */
  #mainHeader {
    width: 100%;
    height: 64px;
    letter-spacing: 0.05em;
    overflow: hidden;
  }

  #mainHeader h1 {
    width: 100%;
    height: 34px;
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 10;
    text-align: center;
    font-weight: normal;
  }

  #mainHeader h1 a {
    display: inline-block;
    width: auto;
    height: 100%;
  }

  #mainHeader h1 img {
    display: inline-block;
    width: auto;
    height: 100%;
  }

  #mainHeader .logoText {
    font-size: 24px;
    line-height: 34px;
    display: inline-block;
    margin: 0 50px 0 55px;
  }


  /* #baseMenu */
  #baseMenu {
    position: absolute;
    top: 21px;
    right: 20px;
    z-index: 100;
  }

  .pc_menu #baseMenu li.base {
    display: none;
  }

  .forsp #baseMenu ul {
    padding: 0!important;
  }

  .forsp #baseMenu li.cart {
    display: none;
  }

  #baseMenu li img {
    width: auto;
    height: 22px;
    margin: 0 auto;
    display: block;
  }


  /* .sp_menu_btn */
  .sp_menu_btn {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 12px;
    left: 14px;
    z-index: 999;
    cursor: pointer;
  }
  .sp_menu_btn span {
    width: 26px;
    height: 1px;
    display: block;
    background: #666;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -13px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .sp_menu_btn .top {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  .sp_menu_btn .bottom {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  .sp_menu_btn.on .middle {
    background: rgba(255, 255, 255, 0);
  }
  .sp_menu_btn.on .top {
    -webkit-transform: rotate(-45deg) translateY(0px);
    transform: rotate(-45deg) translateY(0px);
  }
  .sp_menu_btn.on .bottom {
    -webkit-transform: rotate(45deg) translateY(0px);
    transform: rotate(45deg) translateY(0px);
  }

  /* #main_navigation_sp */
  .close_area {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 777;
  }
  .close_area.on {
    display: block;
  }

  #main_navigation_sp {
    width: 200px;
    height: 100%;
    font-size: 15px;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 888;
    background-color: rgba(255,255,255,0.95);
    overflow: scroll;
  }
  #main_navigation_sp.on {
    left: 0;
  }

  #main_navigation_sp ul {
    padding: 85px 0 0 0;
  }

  .info_bnr #main_navigation_sp ul {
    padding: 135px 0 0 0;
  }

  #main_navigation_sp ul li {
    margin: 0 10px 20px 22px;
    position: relative;
  }

  #main_navigation_sp ul li.brd,
  .footer_menu ul li.brd {
    position: relative;
  }

  #category-menu {
    margin: 30px 0 0 0;
    padding: 30px 0 5px 0;
  }

  #category-menu:after {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #aaa;
    position: absolute;
    top: 0;
    left: 0;
  }

  #category-menu .category-list .header {
    display: none;
  }

  #category-menu .category-list ul {
    padding: 20px 0 0 0;
    color: #666;
    font-size: 13px
  }

  #category-menu .category-list li {
    margin: 0 5px 15px 10px;
    line-height: 1.4em;
  }

  #main_navigation_sp ul li input[type=text] {
    width: 120px;
    border: none;
    outline: none;
    border-bottom: 1px #999 solid;
    font-size: 15px;
    background-color: transparent;
    padding: 1px!important;
    margin-bottom: 0!important;
    border-radius: 0!important;
    box-shadow: none!important;
    line-height: 15px!important;
    color: #333!important;
  }

  #main_navigation_sp ul li .btn {
    width: 15px;
    height: 15px;
    background-image: url("https://basefile.s3.amazonaws.com/chikoku/57f246b8622f0/icn_search.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: none;
    outline: none;
    background-color: #fff;
    padding: 0;
    position: relative;
    top: 3px;
  }

  .appsItemCategoryTag_lowerchild {
    padding-top: 15px!important;
  }

  .appsItemCategoryTag_lowerchild a {
    color: #999;
  }

  .child_cate {
    text-align: center;
    margin-bottom: 40px;
  }

  .child_cate li {
    display: inline-block;
    margin: 0 10px;
  }

  /* ------------------------------------
  ◆　.container
  ------------------------------------ */
  .container {
    width: 100%;
    overflow: hidden;
  }

  .container .content {
    padding-bottom: 40px;
  }

  .container .main_pic {
    width: 100%;
    margin: 0;
  }

  .container .main_pic img {
    width: 100%;
    height: auto;
    display: block;
  }

  .container .wrapper .product_top {
    margin: 0 20px 0 20px;
  }

  .container .wrapper .content .left_block {
    width: 100%;
    margin: 0 0 40px 0;
  }

  .container .wrapper .content .left_block .img_box {
    margin: 0 0 20px 0;
  }

  .container .wrapper .content .left_block img {
    width: 100%;
    height: auto;
    display: block;
  }

  .container .wrapper .content .right_block {
    margin: 0 20px 0 20px;
  }

  .container .wrapper .content .right_block .explanation {
    font-size: 12px;
    line-height: 1.8em!important;
    margin: 0 0 40px 0;
    padding: 0 0 40px 0;
    position: relative;
  }

  .container .wrapper .content .right_block .explanation:after {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .container .wrapper .content .right_block .explanation a {
    text-decoration: underline;
  }

  .container .wrapper .content .right_block .descri {
    margin: 0 0 30px 0;
  }
  .container .wrapper .content .right_block .descri.no_stock {
    margin: 0;
  }

  .container .wrapper .content .right_block .descri .price {
    font-size: 20px;
    font-style: italic;
  }

  .container .wrapper .content .right_block .descri .down_block {
    font-size: 13px;
    font-style: normal;
  }
  .container .wrapper .content .right_block .descri .down_block .proper {
    text-decoration: line-through;
    float: left;
    margin-right: 6px;
    color: #999;
  }
  .container .wrapper .content .right_block .descri .down_block .down_per {
    float: left;
    color: #FF4C4C;
  }
  .container .wrapper .content .right_block .descri .down_price {
    color: #FF4C4C;
  }

  .container .wrapper .content .right_block .price_del {
    font-size: 20px;
    font-style: italic;
    margin: 0 6px 0 0;
    text-decoration: line-through;
  }

  .container .wrapper .content .right_block .price_soldout {
    color: #FF4C4C;
  }

  .container .wrapper .content .right_block #itemAttention {
    font-size: 10px;
    line-height: 1.5em;
    color: #999;
    margin: 20px 0 0 0;
  }
  .container .wrapper .content .right_block #itemAttention .salesPeriod--term,
  .container .wrapper .content .right_block #itemAttention .salesPeriod--willStart,
  .container .wrapper .content .right_block #itemAttention .salesPeriod--available,
  .container .wrapper .content .right_block #itemAttention .preOrder {
    color: #11beae;
    border: 1px solid #11beae;
    display: inline-block;
    padding: 6px 10px 5px 10px;
    margin: 0 0 10px 0;
  }
  .container .wrapper .content .right_block #itemAttention .salesPeriod--finish {
    color: #FF4C4C;
  }

  .container .wrapper .content .right_block .social {
    position: relative;
    margin: 45px 0 5px 0;
    padding: 30px 0 0 0;
    display: inline-block;
  }

  .container .wrapper .content .right_block .social:before {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    top: 0;
    left: 0;
  }

  .container .wrapper .content .right_block .social .twitter {
    height: 20px;
    display: inline-block;
    vertical-align: top;
    margin: 0 2px 0 0;
  }

  .container .wrapper .content .right_block .social .facebook {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px 0 0;
  }

  .container .wrapper .content .right_block .other_btn {
    position: relative;
  }

  .container .wrapper .content .right_block #reportBtn {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
  }

  .container .wrapper .content .right_block #reportBtn a {
    color: #999;
  }

  .container .wrapper .content .right_block .submit_btn {
    width: 280px;
    margin: 20px 0 0 0;
    position: relative;
    clear: both;
  }

  .container .wrapper .content .right_block .submit_btn:after {
    content: "";
    position: absolute;
    top: 17px;
    right: 20px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .container .wrapper .content .right_block input[type=submit],
  .container .wrapper .content .right_block button {
    width: 280px;
    height: 40px;
    border: 1px solid #aaa;
    text-align: center;
    font-size: 12px;
    background-color: #fff;
    cursor: pointer;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .container .wrapper .content .right_block button:focus {
    outline: none;
  }

  .container .wrapper .content .right_block .submit_btn a {
    display: block;
    border: 1px solid #aaa;
    text-align: center;
    font-size: 12px;
    line-height: 40px;
    background-color: #fff;
    padding-right: 20px;
  }

  .container .wrapper .content .right_block select {
    padding: 0 30px 0 10px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #aaa;
    font-size: 12px;
    background-color: #fff;
    position: relative;
  }

  #amountSelectWrap,
  #variationSelectWrap {
    position: relative;
    clear: both;
  }

  #amountSelectWrap label,
  #variationSelectWrap label {
    margin: 0 20px 0 0;
    font-size: 12px;
    top: 2px;
  }

  .container .wrapper .content .right_block #amountSelectWrap .hide {
    display: none;
  }

  .tmpBox .txt {
    text-align: center;
    margin-bottom: 100px;
    padding-top: 50px;
  }

  /* ------------------------------------
  ◆　#products
  ------------------------------------ */
  #products {
    width: 100%;
  }

  #products ul.item_lists li.product_list {
    width: 100%;
    margin: 0;
    position: relative;
  }
  body.col2 #products ul.item_lists li.product_list {
    width: 50%;
    float: left;
  }

  #products ul.item_lists li.product_list a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 120;
    text-align: center;
  }

  .only_product #products ul.item_lists li.product_list .item_meta {
    display: none;
  }

  .only_product #products ul.item_lists li.product_list a.on {
  /*
    background-color: rgba(255,255,255,0.7);
    opacity: 1;
    overflow: hidden;
  */
  }

  .only_product #products ul.item_lists li.product_list a .soldout_meta {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 90%;
    height: 20px;
    font-size: 16px;
  }

  .only_product #products ul.item_lists li.product_list a .soldout_meta h2 {
    display: none;
  }
  .only_product #products ul.item_lists li.product_list a .soldout_meta h2 {
    text-decoration: line-through;
  }

  .only_product #products ul.item_lists li.product_list a .soldout_meta .sold_txt {
    width: 100%;
    font-size: 12px;
    color: #FF4C4C;
  }

  .only_product #products ul.item_lists li.product_list a .soldout_meta .price,
  .only_product #products ul.item_lists li.product_list a .soldout_meta .detail {
    display: none;
  }

  .product_and_text #products ul.item_lists li {
    margin-bottom: 80px;
  }

  .product_and_text #products ul.item_lists li.product_list a .item_meta,
  .product_and_text #products ul.item_lists li.product_list a .soldout_meta {
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 12px;
  }

  .product_and_text #products ul.item_lists li.product_list a h2 {
    font-weight: bold;
    padding: 0 20px 5px 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .product_and_text #products ul.item_lists li.product_list a .soldout_meta h2 {
    text-decoration: line-through;
  }

  .product_and_text #products ul.item_lists li.product_list a .soldout_meta .sold_txt {
    width: 100%;
    font-size: 12px;
    color: #FF4C4C;
    position: absolute;
    top: 31px;
    left: 0;
    font-style: italic;
  }

  .product_and_text #products ul.item_lists li.product_list a .down_block .proper {
    font-style: normal;
    text-decoration: line-through;
    color: #999;
  }

  .product_and_text #products ul.item_lists li.product_list a .down_price {
    color: #FF4C4C;
    font-style: italic;
  }

  .product_and_text #products ul.item_lists li.product_list a .detail {
    display: none;
  }

  #products ul.item_lists li.product_list .image_container {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 100% 0 0;
    overflow: hidden;
  }

  #products.w2h3 ul.item_lists li.product_list .image_container {
    padding: 150% 0 0;
  }

  #products ul.item_lists li.product_list .image_container .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  ul.item_lists li.product_list .image_container .waitingForSale,
  ul.item_lists li.product_list .image_container .endOfSale,
  ul.item_lists li.product_list .image_container .endOfSalePre,
  ul.item_lists li.product_list .image_container .ItemPreOrder {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: center;
  }
  ul.item_lists li.product_list .image_container .waitingForSale {
    background-color: rgba(0,0,0,0.5);
  }
  ul.item_lists li.product_list .image_container .endOfSale,
  ul.item_lists li.product_list .image_container .endOfSalePre {
    background-color: rgba(255,255,255,0.7);
  }

  ul.item_lists li.product_list .image_container .waitingForSale p,
  ul.item_lists li.product_list .image_container .endOfSale p,
  ul.item_lists li.product_list .image_container .endOfSalePre .t1 {
    width: 100%;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.1em;
    position: absolute;
    top: 50%;
    margin-top: -10px;
  }
  ul.item_lists li.product_list .image_container .endOfSale p,
  ul.item_lists li.product_list .image_container .endOfSalePre .t1 {
    color: #FF4C4C;
  }
  ul.item_lists li.product_list .image_container .endOfSalePre .t1 {
    margin-top: -20px;
  }

  ul.item_lists li.product_list .image_container .ItemPreOrder p,
  ul.item_lists li.product_list .image_container .endOfSalePre .t2 {
    padding: 2px 10px 2px 10px;
    color: #fff;
    letter-spacing: 0.1em;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 110;
    margin-top: -8px;
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
    border: 1px #fff solid;
    font-size: 11px;
    line-height: 12px;
  }
  ul.item_lists li.product_list .image_container .endOfSalePre .t2 {
    color: #333;
    border-color: #333;
    margin-top: 2px;
  }

  ul.item_lists li.product_list .image_container .ItemPreOrder {
    background-color: rgba(0,0,0,0.5);
  }
  ul.item_lists li.product_list .image_container .waitingForSale + .ItemPreOrder {
    background-color: transparent;
  }

  ul.item_lists li.product_list .image_container .waitingForSale + .ItemPreOrder p {
    margin-top: 20px;
    font-size: 9px;
  }

  .container .wrapper .content .right_block .waitingForSale,
  .container .wrapper .content .right_block .endOfSale {
    margin: 20px 0 -10px 0;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #11beae;
  }
  .container .wrapper .content .right_block .endOfSale {
    color: #FF4C4C;
  }

  .product_alert_txt ul.item_lists li.product_list .image_container .waitingForSale,
  .product_alert_txt ul.item_lists li.product_list .image_container .endOfSale,
  .product_alert_txt ul.item_lists li.product_list .image_container .endOfSalePre,
  .product_alert_txt ul.item_lists li.product_list .image_container .ItemPreOrder {
    display: none;
  }

  #products ul.item_lists li.product_list a .item_meta .ItemPreOrder,
  #products ul.item_lists li.product_list a .item_meta .waitingForSale {
    width: 100%;
    font-size: 12px;
    color: #11beae;
    position: absolute;
    top: 31px;
    left: 0;
    font-style: italic;
  }
  .product_alert_over #products ul.item_lists li.product_list a .item_meta .ItemPreOrder,
  .product_alert_over #products ul.item_lists li.product_list a .item_meta .waitingForSale,
  .product_alert_over #products ul.item_lists li.product_list a .soldout_meta .sold_txt {
    display: none;
  }
  .product_alert_txt #products ul.item_lists li.product_list a .item_meta.price_none .price,
  .product_alert_txt #products ul.item_lists li.product_list a .item_meta .price_none .price,
  .product_alert_txt #products ul.item_lists li.product_list a .soldout_meta .price {
    display: none;
  }

  /* ------------------------------------
  ◆　#about
  ------------------------------------ */
  #about {
    padding-bottom: 40px;
  }

  #about .txt_about {
    font-size: 12px;
    line-height: 1.8em;
    margin: 40px 20px 0 20px;
  }

  #about .txt_about a {
    text-decoration: underline;
  }

  #about .map {
    margin: 40px 20px 0 20px;
  }

  #about .map iframe {
    width: 100%;
    height: 200px;
  }

  /* ------------------------------------
  ◆　#news
  ------------------------------------ */
  #news {
    width: 94%;
    margin: 0 auto;
    font-size: 12px;
  }

  #news li {
    margin: 0 0 25px 0;
  }

  #news li .date {
    margin: 0 0 4px 0;
  }

  .serif #news li .date {
    font-size: 13px;
  }

  #news li .txt {
  }

  #news li a {
    text-decoration: underline;
  }

  /* ------------------------------------
  ◆　#contact
  ------------------------------------ */
  .txt_contact {
    display: none;
  }

  .inquirySection {
    padding-bottom: 40px;
  }

  .inquirySection h1 {
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    position: relative;
    margin: 40px 0 40px 0;
  }
  .inquirySection h1:after {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin: 0 0 0 -10px;
  }

  .inquirySection p {
    text-align: center;
    margin: 0 20px 30px 20px;
  }

  .inquirySection form {
    margin: 0 20px 0 20px;
  }

  .inquirySection form dt {
    width: 100%;
    margin: 0 0 5px 0;
  }
  .inquirySection form dt span {
    color: #FF4C4C;
    font-size: 12px;
    margin: 0 0 0 2px;
  }

  .inquirySection form dd {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .inquirySection form dd.error {
    margin: -10px 0 30px 0;
    color: #FF4C4C;
    font-size: 12px;
  }

  .inquirySection form dd input {
    width: 80%;
    height: 42px;
    border: 0;
    background-color: #eee;
    padding: 0 10px 0 10px;
    font-size: 14px;
  }

  .inquirySection form dd textarea {
    width: 95%;
    height: 180px;
    border: 0;
    background-color: #eee;
    padding: 10px;
    resize: none;
    font-size: 14px;
  }

  .inquirySection form .control-panel {
    width: 240px;
    margin: 40px auto 0;
    position: relative;
  }

  .inquirySection form .control-panel:after {
    content: "";
    position: absolute;
    top: 17px;
    right: 65px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .inquirySection form .control-panel input[type=submit] {
    width: 240px;
    height: 40px;
    border: 1px solid #aaa;
    text-align: center;
    font-size: 12px;
    background-color: #fff;
    cursor: pointer;
  }

  #inquiryCompleteSection .btn_top {
    width: 240px;
    margin: 60px auto 0;
    position: relative;
  }

  #inquiryCompleteSection .btn_top:after {
    content: "";
    position: absolute;
    top: 17px;
    right: 45px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  #inquiryCompleteSection .btn_top a {
    display: block;
    width: 240px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #aaa;
    text-align: center;
    font-size: 12px;
    background-color: #fff;
    cursor: pointer;
  }

  /* ------------------------------------
  ◆　blog
  ------------------------------------ */
  .txt_blog {
    display: none;
  }

  #blog_block .main {
    margin: 0 20px 0 20px;
  }

  #blog_block .blog_inner {
    margin: 0 0 10px 0;
    padding-top: 20px!important;
    padding-bottom: 40px!important;
    font-size: 12px;
    line-height: 1.8em;
  }
  #blog_block .blogDetail .blog_inner {
    margin: 0;
    padding-bottom: 0!important;
    border: none!important;
  }

  #blog_block .blog_title {
    font-size: 15px;
  }

  #blog_block .blog_publish .publish_date {
    font-size: 12px!important;
  }

  #blog_block .blog_publish {
    margin: 10px 0 20px 0!important;
  }

  #blog_block .blog_head_image {
    margin: 0 0 20px 0;
  }

  #blog_block .blogListMain .blog_inner .blog_contents {
    height: auto!important;
    max-height: 100px;
    margin: 0 0 20px 0;
  }

  #blog_block .read_more {
    font-size: 12px;
    bottom: 10px!important;
  }

  #blog_block .read_more a {
    position: relative;
  }

  #blog_block .read_more a:after {
    content: "";
    position: absolute;
    top: 4px;
    right: -10px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  #blog_block .blog_body h3 {
    font-size: 14px;
    position: relative;
    margin: 0 0 20px 0;
  }
  #blog_block .blog_body h3:after {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    bottom: -8px;
    left: 0;
  }

  #blog_block .social {
    margin: 20px 0!important;
  }

  #blog_block .social li {
    margin-right: 20px!important;
  }

  #blog_block .social img {
    opacity: 0.7;
    width: auto;
    height: 24px;
    display: block;
  }

  #blog_block .blog_body iframe {
    max-width: 100%;
  }

  #blog_block .blog_body .instagram-media {
    min-width: auto!important;
  }

  /* ------------------------------------
  ◆　docs
  ------------------------------------ */
  #privacy,
  #law {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.8em;
  }

  #privacy h2,
  #law h2 {
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    position: relative;
    margin: 40px 0 40px 0;
  }
  #privacy h2:after,
  #law h2:after {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin: 0 0 0 -10px;
  }

  #privacy h3 {
    font-size: 13px;
    margin: 0 20px 5px 20px;
  }
  #law h3 {
    font-size: 13px;
    margin: 30px 20px 5px 20px;
  }

  #privacy p {
    margin: 0 20px 30px 20px;
  }
  #law p {
    margin: 0 20px 0 20px;
  }

  #privacy dl,
  #law dl {
    margin: 0 20px 30px 20px;
  }

  #privacy dt,
  #law dt {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px 0;
  }

  #privacy dd,
  #law dd {
    margin: 0 0 30px 0;
  }

  /* ------------------------------------
  ◆　#mainFooter
  ------------------------------------ */
  #mainFooter {
    width: 100%;
    overflow: hidden;
  //  margin-top: 40px;
    padding: 100px 0 0 0;
    clear: both;
//    background-color: #fff;
    position: relative;
  }

  #mainFooter .totop {
    position: absolute;
    top: -50px;
    left: 50%;
    margin: 0 0 0 -12px;
    width: 20px;
    height: 20px;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  /*
  #mainFooter:after {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -10px;
  }
  */

  #mainFooter .social {
    margin: 0 30px 30px 30px;
    font-size: 12px;
  }

  #mainFooter .social ul {
    letter-spacing: -.4em;
    text-align: center;
  }

  #mainFooter .social ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 10px 10px;
  }

  #mainFooter .social ul li a {
    display: block;
  }
  #mainFooter .social ul li a img {
    display: block;
  }

  #mainFooter .footer_menu {
    margin: 0 0 30px 0;
    font-size: 12px;
    text-align: center;
  }

  #mainFooter .footer_menu ul {
    width: 100%;
  }

  #mainFooter .footer_menu ul li {
    margin: 0 0 4px 0;
  }

  #mainFooter .lang_btn,
  #mainHeader .lang_btn {
    width: 170px;
    display: none;
  }

  body.lang_posi_bottom #mainFooter .lang_btn {
    display: block;
    margin: 0 auto;
    padding-bottom: 40px;
    text-align: center;
    letter-spacing: -.4em;
  }
  body.lang_posi_bottom #mainFooter .lang_btn .lang,
  body.lang_posi_bottom #mainFooter .lang_btn .currency {
    display: inline-block;
    letter-spacing: 0em;
  }

  body.lang_posi_bottom_fix #mainFooter .lang_btn,
  body.lang_posi_top #mainHeader .lang_btn {
    display: block;
    position: fixed;
    bottom: 20px;
    left: 15px;
    z-index: 500;
  }

  body.lang_posi_bottom_fix #mainFooter .footer_menu,
  body.lang_posi_top #mainFooter .footer_menu {
    margin-bottom: 90px;
  }

  #mainFooter .copy {
    font-size: 12px;
    text-align: center;
    margin: 0 0 30px 0;
  }

  /* ------------------------------------
  ◆　#i18 (lang)
  ------------------------------------ */
  #mainHeader .lang_btn {
    display: none;
  }

  #i18 {
    position: relative;
    zoom: 1;
  }

  #i18:after {
    content: '';
    display: block;
    clear: both;
  }

  #i18 form {
    display: block;
    float: left;
    margin: 0 3px;
    position: relative;
  }

  #i18 form:before {
    background: url('https://basefile.s3.amazonaws.com/chikoku/56236bbf7c3f3/arrow.gif') no-repeat center;
    background-size: 10px 7px;
    content: "";
    height: 100%;
    position: absolute;
    right: 11px;
    top: 0;
    width: 10px;
    z-index: 100;
  }

  #i18 select {
    appearance: inherit;
    -webkit-appearance: inherit;
    border: 1px solid #CCC;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 11px;
    line-height: 18px;
    min-width: inherit;
    padding: 5px 25px 5px 10px;
    vertical-align: middle;
    background: #f8f8f8;
    margin-bottom: 0;
  }

  #i18 .controlLabel {
    display: none;
  }

  /* ------------------------------------
  ◆　#widget
  ------------------------------------ */
  #widget {
    display: none;
  }

  /* ------------------------------------
  ◆　.label_image
  ------------------------------------ */
  .label_image {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 100;
    width: 35px;
    height: auto;
  }

  /* ------------------------------------
  ◆　zoom
  ------------------------------------ */
  .zoomContainer {
    display: none!important;
  }

  /* ------------------------------------
  ◆　review
  ------------------------------------ */
  .review_block {
    position: relative;
    margin: 30px 0 10px 0;
  }

  .review_block:before {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    top: 0;
    left: 0;
  }

  .review01__title {
    padding-top: 40px!important;
  }


  /* ------------------------------------
  ◆　.related_block
  ------------------------------------ */
  .related_block {
    padding-top: 20px;
    clear: both;
  }

  .related_block ul.item_lists {
    margin-bottom: -40px;
  }

  .related_block ul.item_lists li.product_list {
    width: 100%;
    margin: 0;
    position: relative;
    width: 50%;
    float: left;
  }

  .related_block ul.item_lists li.product_list:nth-child(3) {
    clear: both;
  }

  .related_block ul.item_lists li.product_list a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: center;
  }

  .related_block ul.item_lists li {
    margin-bottom: 80px!important;
  }

  .related_block ul.item_lists li .item_meta {
    display: none;
  }

  .related_block ul.item_lists li.product_list .image_container {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 100% 0 0;
    overflow: hidden;
  }

  .related_block.w2h3 ul.item_lists li.product_list .image_container {
    padding: 150% 0 0;
  }

  .related_block ul.item_lists li.product_list .image_container .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .related_block ul.item_lists li.product_list .txt_block {
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 12px;
    text-align: center;
  }

  .related_block ul.item_lists li.product_list .title {
    font-weight: bold;
    padding: 0 20px 5px 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .related_block ul.item_lists li.product_list .price {
  }

  /* ------------------------------------
  #appsItemDetailCustom
  ------------------------------------ */
  #appsItemDetailCustom {
    position: relative;
    margin-top: 50px;
    padding-top: 4px;
  }

  #appsItemDetailCustom:before {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    top: 0;
    left: 0;
  }

  #appsItemDetailCustom .appsItemDetailCustomTag_heading,
  #appsItemDetailCustom .appsItemDetailCustomTag_description {
    line-height: 1.8em!important;
    letter-spacing: 0.05em;
  }

  #appsItemDetailCustom .appsItemDetailCustomTag_heading {
    font-size: 16px!important
  }

  #appsItemDetailCustom .appsItemDetailCustomTag_description {
    font-size: 12px!important;
  }

  #appsItemDetailCustom .baseCarousel__caption {
    margin-top: 48px!important;
    font-size: 12px!important;
    line-height: 1.8em!important;
  }

  #appsItemDetailCustom .baseCarousel__indicator {
    width: 16px!important;
  }

  #appsItemDetailCustom .baseCarousel__indicators {
    margin-top: 32px!important;
  }

  #appsItemDetailCustom .baseCarousel__indicator-button {
    width: 6px!important;
    height: 6px!important;
    background-color: #999!important;
  }

  #appsItemDetailCustom .baseCarousel__indicator-button[aria-disabled=true] {
    background-color: #000!important;
  }

  #appsItemDetailCustom .baseCarousel__image {
    -webkit-transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000)!important;
    transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000)!important;
  }
  #appsItemDetailCustom .baseCarousel__image img {
    display: block!important
  }

  /* ------------------------------------
    product option app
  ------------------------------------ */
  #purchase_form input {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    font-size: 12px;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0 10px 0 10px;
  }
  #purchase_form select {
    max-width: 100%;
    line-height: normal;
    margin-bottom: 20px;
    background-image: url(https://basefile.akamaized.net/chikoku/5f1fdb6d48d0a/arrow_w.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 20px 5px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }

  #purchase_form select,
  #purchase_form input::placeholder {
    font-size: 12px;
  }

  #purchase_form .itemOption__input[data-dirty="true"][data-has-error="true"] {
    border: #F07F7F 1px solid;
  }

  #purchase_form label {
    font-size: 12px;
    line-height: 1.4em;
    display: block;
    margin-bottom: 5px;
  }

  #purchase_form .itemOption__caption {
    font-size: 10px;
    margin-bottom: 5px;
    line-height: 1.4em;
    display: block;
    color: #999;
  }

  #purchase_form .itemOption__bottomCaptionBlock {
    margin: -12px 0 8px 0;
  }

  #purchase_form .itemOption__caption--error {
    float: left;
    font-size: 10px;
    line-height: 1em;
    display: block;
    color: #F07F7F;
  }

  #purchase_form .itemOption__count {
    float: right;
    font-size: 10px;
    line-height: 1em;
    display: block;
    color: #777777;
  }

  #purchase_form .itemOption__count--error {
    color: #F07F7F;
  }
  .container .wrapper .content .right_block input[type=submit]:disabled,
  .container .wrapper .content .right_block button:disabled {
    opacity: 0.7;
  }

  /* ------------------------------------
    .ageVerificationWarning
  ------------------------------------ */
  .ageVerificationWarning {
    font-size: 21px!important;
  }

  /* ------------------------------------
    #newsletter
  ------------------------------------ */
  #newsletter {
    margin: 0 20px 50px 20px;
    padding: 30px 20px 35px 20px;
    box-sizing: border-box;
    text-align: center;
    background-color: #f3f3f3ee;
  }
  #newsletter .t1 {
    font-size: 15px;
    margin-bottom: 25px;
    position: relative;
  }
  #newsletter .t1:before {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin: 0 0 0 -10px;
  }
  #newsletter .t2 {
    font-size: 12px;
    line-height: 1.8;
    margin: 0 0 13px 0;
  }
  #newsletter .mailMagazineSubscribe_field {
    letter-spacing: -.4em;
    vertical-align: top;
  }
  #newsletter .mailMagazineSubscribe_input {
    width: calc(100% - 82px);
    height: 40px;
    border: 1px solid #aaa;
    padding: 0 10px;
    background-color: #fff;
    margin: 0;
    border-radius: 0px!important;
    box-sizing: border-box;
    letter-spacing: 0.02em;
    vertical-align: top;
    margin-right: -1px;
    box-shadow: none;
    font-size: 12px!important;
  }
  #newsletter .mailMagazineSubscribe_submit {
    width: 80px;
    height: 40px;
    border: 0;
    background-color: #424242;
    color: #fff;
    letter-spacing: 0.02em;
    vertical-align: top;
    font-size: 12px;
    box-sizing: border-box;
  }
  #newsletter .mailMagazineSubscribe_confirm {
    font-size: 12px;
    color: red;
  }

}

