@charset "euc-jp";
/*PC*/
@media screen and (min-width: 768px) {
  #top_main_image {
    margin: 0 auto;
    text-align: center;
    max-width: 1400px;
    min-width: 1100px;
    width: 100%;
  }
  #top_main_image img.pc {
      width: 100%;
      height: auto;
  } 
  #top_main {
    padding: 95px 0 85px;
    background: url(https://img21.shop-pro.jp/PA01412/560/etc/top_about_pc.jpg) no-repeat;
    background-position: top center;
    margin: 0 auto;
    max-width: 1400px;
    text-align: center;
    color: #222222;
  }
  #top_main h2 {
    font-size: 24px;
    letter-spacing: 6px;
    line-height: 44px;
    font-weight: normal;
  }
  #top_main .txt {
    margin-top: 30px;
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 30px;
  }
  #top_main .bttn {
    margin-top: 40px;
    text-align: center;
  }
  #top_main .bttn a {
    font-size: 17px;
    letter-spacing: 3px;
    line-height: 24px;
    color: #FFFFFF;
    display: inline-block;
    background: #988471 url(https://img21.shop-pro.jp/PA01412/560/etc/btn_arw_r_pc_big.png) no-repeat;
    background-position: center right;
    width: 255px;
    padding: 15px 0;
  }
  #top_main .bttn a:hover {
    text-decoration: none;
    opacity:0.7;
    filter: alpha(opacity=70);
  } 
  #top_lineup,
  #top_asortment ,
  #top_information {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
  #top_lineup {
    margin-top: 100px;
  }
  #top_lineup h2,
  #top_asortment h2,
  #top_information h2{
    background: url(https://img21.shop-pro.jp/PA01412/560/etc/title_ribbon_gr.png) no-repeat;
    background-position: center;
    position: relative;
    text-align: center;
    color: #FFFFFF;
    font-size: 24px;
    letter-spacing: 1px;
  }
  #top_lineup h2:before ,
  #top_asortment h2:before ,
  #top_information h2:before {
    content: "";
    display: block;
    border-top: solid 2px #434343;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
  }
  #top_lineup h2 span,
  #top_asortment h2 span,
  #top_information h2 span{
    background: #434343;
    padding: 0 1em;
    position: relative;
    z-index: 5;
  }
  #top_lineup ul {
    display: flex;
    width: 1020px;
    margin: 85px auto 0;
    justify-content: space-between;
  }
  #top_lineup ul li {
    width: 300px;
    text-align: center;
  }
  #top_lineup li .image_area {
    position: relative;
    margin-bottom: 17px;
  }
  #top_lineup li .image_caption {
    position: absolute;
    top: -26px;
    left: -15px;
  }
  #top_lineup li a:hover img{
      opacity:0.7;
      filter: alpha(opacity=70);
  }
  #top_lineup li h3 {
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-weight: normal;
  }
  #top_lineup li h3 a{
    color: #333333;
  }
  #top_lineup li .caption {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  #top_lineup li .icon {
    display: inline-block;
    border: 1px solid #aaaaaa;
    padding: 3px 15px;
    margin-right: 25px;
    font-size: 14px;
  }
  #top_lineup li .icon2 {
    display: inline-block;
    border: 1px solid #aaaaaa;
    padding: 3px 15px;
    font-size: 14px;
  }
  #top_lineup li .price {
    padding: 4px 0;
    font-size: 16px;
    letter-spacing: 2px;
    display: inline-block;
  }
  #top_lineup ul li .no_item .image_caption img,
  #top_lineup ul li .no_item .image img {
    opacity:0.5;
    filter: alpha(opacity=50);
  }
  #top_lineup a:hover {
    text-decoration: none;
  }
  #top_lineup a:hover h3 {
    text-decoration: underline;
  }
  #top_asortment{
    margin-top: 95px;
  }
  #top_asortment .item {
    width: 1020px;
    margin:45px auto 0;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
  }
  #top_asortment .item a {
    margin-bottom: 20px ;
    border: 1px solid #999999;
    display: block;
    padding: 20px 9px;
    width: 480px;
    color: #333333;
  }
  #top_asortment .item a:hover {
      opacity:0.7;
      filter: alpha(opacity=70);
  }
  #top_asortment .item .image {
    float: left;
    margin-right: 15px;
    width: 230px;
  }
  #top_asortment .item .data {
    float: left;
    width: 235px;
  }
  #top_asortment .item h3{
    font-size: 20px;
    letter-spacing: 0px;
    margin-bottom: 16px;
    text-align: left;
    font-weight: bold;
  }
  #top_asortment .item .txt{
    font-size: 13px;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 13px;
  }
  #top_asortment .item .icon{
    display: inline-block;
    border: 1px solid #aaaaaa;
    padding: 3px 10px;
    font-size: 14px;
    letter-spacing: 1px;
    margin-right: 15px;
  }
  #top_asortment .item .price{
    padding: 4px 0;
    font-size: 16px;
    letter-spacing: 2px;
    display: inline-block;
  }
  #top_information {
    margin-top: 85px;
  }
  #top_news_area {
    margin: 50px auto 0;
    background: #f7f4f3;
    width: 1000px;
    padding: 30px 0;
  }
  #top_news {
    display: table;
    width: 100%;
  } 
  #top_news h3 {
    display: table-cell;
    width: 130px;
    border-right: 2px solid #494949;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
    letter-spacing: 1px;
    color: #444444;
  }
  #top_news .contents {
    display: table-cell;
    padding: 0 40px;
    text-align: left;
    vertical-align: middle;
  }
  #top_news .contents dl {
    display: table;
    width: 100%;
    font-size: 15px;
    letter-spacing: 2px;
    margin: 8px 0;
  }
  #top_news .contents dt {
    display: table-cell;
    width: 95px;
  }
  #top_news .contents dd {
    display: table-cell;
    padding-left: 15px;
  }
}

/*¥¹¥Þ¥Û*/
@media screen and (max-width: 767px) {
  #top_main_image img.smp {
      width: 100%;
      height: auto;
  }
  #top_main_image {
    width: 100%;
  } 
  #top_main {
    background: #000;
    background: url(https://img21.shop-pro.jp/PA01412/560/etc/top_about_sp.jpg) no-repeat;
    background-position:  center;
    background-size: cover;
    margin: 0 auto;
    text-align: center;
    color: #222222;
    padding: 40px 10px;
  }
  #top_main h2 {
    font-size: 16px;
     letter-spacing: 3px;
  }
  #top_main .txt {
    margin-top: 20px;
    font-size: 13px;
    letter-spacing: 2px;
  }
  #top_main .bttn {
    margin-top: 25px;
  }
  #top_main .bttn a {
    display: inline-block;
    color: #FFFFFF;
    background: #988471 url(https://img21.shop-pro.jp/PA01412/560/etc/btn_arw_r_sp_small.png) no-repeat;
    background-position: center right;
    padding: 12px 45px;
    font-size: 14px;
    letter-spacing: 2px;
  }
  #top_lineup h2,
  #top_asortment h2,
  #top_information h2{
    background: url(https://img21.shop-pro.jp/PA01412/560/etc/title_ribbon_gr.png) no-repeat;
    background-position: center;
    position: relative;
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;
    letter-spacing: 0px;
    background-size: 192px 27px ;
    padding: 7px 0;
  }
  #top_lineup h2:before ,
  #top_asortment h2:before ,
  #top_information h2:before {
    content: "";
    display: block;
    border-top: solid 2px #434343;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
  }
  #top_lineup h2 span,
  #top_asortment h2 span,
  #top_information h2 span{
    background: #434343;
    padding: 0 1em;
    position: relative;
    z-index: 5;
  }
  #top_lineup {
    margin-top: 40px;
  }
  #top_lineup ul {
    text-align: center;
    width: 100%;
  }
  #top_lineup ul li a,
  #top_lineup ul li .no_item {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 45px 35px 25px;
  }
  #top_lineup ul li a {
    border-bottom: 1px solid #CCCCCC;
    background: url(https://img21.shop-pro.jp/PA01412/560/etc/arw_r_sp.png) no-repeat;
    background-position: center right;
    background-size: 17px 12px ;
  }
  #top_lineup ul li .image_area {
    position: relative;
  }
  #top_lineup ul li .image_caption {
    position: absolute;
    top: -13%;
    left: 0;
    width: 25%;
  }
  #top_lineup ul li .image_caption img{
    width: 100%;
    height: auto;
  }
  #top_lineup ul li .image img {
    width: 100%;
    height: auto;
  }
  #top_lineup ul li .no_item .image_caption img,
  #top_lineup ul li .no_item .image img {
    opacity:0.5;
    filter: alpha(opacity=50);
  }
  #top_lineup li h3 {
    margin-top: 15px;
    font-size: 18px;
    letter-spacing: 1px;
  }
  #top_lineup li .caption {
    margin-top: 9px;
    font-size: 12px;
    letter-spacing: 0px;
    margin-bottom: 13px;
  }
  #top_lineup li .icon{
    display: inline-block;
    border: 1px solid #aaaaaa;
    padding: 5px 10px;
    margin-right: 15px;
    font-size: 11px;
    letter-spacing: 1px;
    text-align: center;
  }
  #top_lineup li .icon2 {
    display: inline-block;
    border: 1px solid #aaaaaa;
    padding: 5px 10px;
    font-size: 11px;
    letter-spacing: 1px;
    text-align: center;
  }
  #top_lineup li .price {
    padding: 4px 0;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0px;
  }

  #top_asortment {
    margin-top: 20px;
  }
  #top_asortment .item a{
    text-align: center;
    padding: 10px 20px 20px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    background: url(https://img21.shop-pro.jp/PA01412/560/etc/arw_r_sp.png) no-repeat;
    background-position: center right;
    background-size: 17px 12px ;
  }
  #top_asortment .item .image {
    margin: 10px auto 0;
    width: 80%;
  }
  #top_asortment .item .image img {
    width: 100%;
    height: auto;
  }
  #top_asortment .item h3 {
    margin-bottom: 10px;
    font-size: 18px;
    letter-spacing: 1px;
  }
  #top_asortment .item .txt {
    margin-bottom: 14px;
    font-size: 12px;
    letter-spacing: 0px;
  }
  #top_asortment .item .icon {
    display: inline-block;
    border: 1px solid #aaaaaa;
    padding: 5px 10px;
    font-size: 11x;
    letter-spacing: 1px;
    text-align: center;
    margin-right: 15px;
  }
  #top_asortment .item .price {
    padding: 4px 0;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0px;
  }
  #top_information {
    margin-top: 40px;
  }
  #top_news_area {
    margin: 20px auto 0;
    padding: 0 20px;
    color: #444444;
  }
  #top_news {
    background: #f7f4f3;
    text-align: center;
    padding: 15px 23px 10px;
  }
  #top_news h3 {
    font-size: 19px;
    letter-spacing: 0px;
    border-bottom: 1px solid #444444;
    padding: 0 4px 1px 4px;
    display: inline-block;
    margin-bottom: 15px;
    line-height: 1;
  }
  #top_news dt {
    font-size: 13px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 5px;
    font-weight: normal;
    line-height: 1;
    color: #333333;
  }
  #top_news dd {
    font-size: 12px;
    letter-spacing: 0px;
    text-align: left; 
    margin-bottom: 10px;
    line-height: 1;
    color: #333333;
  }
}