@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
@media screen and (max-width: 759px) {
            .pconly {
                display: none;
            }
    .sponly {
        display: inherit;
    }
    
        div,p {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
a img {
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
    .touchstyle { opacity: 0.5; }
    .notouchstyle { opacity: 1; }

        body {
            width: 100%;
            box-sizing: border-box;
            margin: 0;
            padding: 0;
           font-family: 'Noto Sans JP', sans-serif;
            color: #3e3a39;
        }
    .cntr20 p {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin: 20px 0 0 0;
line-height: 1.4em;
    padding-right: 22px;
    padding-left: 30px;
    padding-bottom: 10px;
}
.cntr20 div {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin: 20px 0 0 0;
line-height: 1.4em;
    padding-right: 22px;
    padding-left: 30px;
    padding-bottom: 10px;
}
.index_2020dec {
    display: inline-grid;
    grid-template-columns: 80px 80px 80px;
            grid-template-rows: auto;
    grid-column-gap: 20px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
                }
    .indexParts_2020dec a {
        color: #3e3a39;
        font-size: 9px;
        letter-spacing: -0.05em;
        text-decoration: none;
    }
    .indexParts_2020dec .cntr21 .div {
        width: max-content;
        margin: 0 auto;
    }
.cntr_ctgr2 div, .cntr_ctgr2 p {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 0;
    letter-spacing: -0.05em;
    padding: 0 30px 10px 30px;
}
.cntr_ctgr2_left div, .cntr_ctgr2_left p {
    font-size: 20px;
    line-height: 20px;
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 0 30px 10px 30px;
    letter-spacing: -0.05em;
}
    
        .clearbox {
            clear: both;
        }
:root {
--swiper-theme-color: #ffffff !important;
}
        .container_aso a img {
            max-width: 100%;
        }
    .contents_container img {
        width: 100%;
    }
    .contents_container button {
        height: max-content;
        background:none;
        border: none;

    }
        .spheader_aso {
  background-color: #E6E6E6;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0;
  position:relative;
}
  .banner-header-box {
    box-sizing: border-box;
    position: fixed;
	width: 100%;
    top: 0;
    left: 0;
    float: left;
    z-index: 999999;
  }
        .head_top {
            float: left;
            display: block;
        }
        .headtopimg {
  width: 100px;
  padding: 9px 15px;
  display: block;
}
        .head_menu {
            display: block;
            float:left;
            position: relative;
        }
        /*.btn {
            width: 22px;
            position: absolute;
            top: 14px;
            right: 15%;
            border-radius: 0;
    }*/
	/* 検索BOX */
.header-search {
  position: absolute;
  top: 10px;
  right: 15%;
}
.open-btn-sp {
  background:url("https://asoboze.itembox.design/item/iconserch.png") no-repeat center;
  margin-right: 10px;
  cursor: pointer;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  margin: 0;
  transition: transform 0.6s ease 0s, background 0.3s ease 0s, background-size 0.3s ease 0s, width 0.3s ease 0s;
}
.open-btn-sp.btnactive-sp{
  background:url("https://asoboze.itembox.design/item/iconbatsu.png") no-repeat center;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
}
#search-wrap-sp{
  position: absolute;
  width: 280px;
  top: 40px;
  right: -26px;
  background: #F9F7F5;
  opacity: 0;
  transition: all 0.4s;
}
#search-wrap-sp.panelactive-sp{
  padding:10px;
  opacity: 1;
}
#search-wrap-sp #searchform-sp{
  display: none;
}
#search-wrap-sp.panelactive-sp #searchform-sp{
  display: block;
  margin: 0;
}
#search-wrap-sp input{
  -webkit-appearance:none;
  outline: none;
  cursor: text;
  color: #666464;
}
#search-wrap-sp input[type="text"] {
  width: 93%;
  height:30px;
  padding: 10px;
  font-size: 15px;
  border: none;
  border-bottom:2px solid #ccc;
  transition: all 0.5s;
  letter-spacing: 0.05em;
  height:30px;
  padding: 10px;
  color: #666464;
}
#search-wrap-sp input[type="text"]:focus {
  background:#fff;
}
#search-wrap-sp input[type="submit"] {
  position: absolute;
  background:url("https://asoboze.itembox.design/item/iconserch.png") no-repeat right;
  right:30px;
  top: 18px;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  border: none;
  cursor: pointer;
}
input:-webkit-autofill {
  box-shadow: 0 0 0px 100px #fff inset;
}
        .humb-icon {
            width: 24px;
  height: 18px;
  position: absolute;
  top: 16px;
  right: 5%;
  background-color: #E6E6E6;
        }
        .humb-icon .icon-wrap {
            position: relative;
            width: 100%;
            height: 100%;
        }
        .humb-icon .icon-bars {
            position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #666464;
  border-radius: 2px;
        }
        .humb-icon .icon-bars:nth-of-type(1){
            top: 0;
        }
        .humb-icon .icon-bars:nth-of-type(2) {
            top: 8px;
        }
        .humb-icon .icon-bars:nth-of-type(3) {
            bottom: 0;
        }
        .humb-icon,.humb-icon span {
            display: inline-block;
            transition: all .4s;
            box-sizing: border-box;
        }
        #input-humbmenu {
            display: none;
        }
        .icon-wrap.active .icon-bars:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.icon-wrap.active .icon-bars:nth-of-type(2) {
  opacity: 0;
}
.icon-wrap.active .icon-bars:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}
        .topthree {
            width: 100%;
            background-size: contain;
            background-position: right top;
            background-repeat: no-repeat;
        }
        .restock {
            background-image: url(https://asoboze.itembox.design/item/asoindex_23.jpg);
            background-size: contain;
            background-position: right top;
            background-repeat: no-repeat;

        }
        .restock_brown {
            background-image: url(https://asoboze.itembox.design/item/asoindex_114.jpg);
            background-size: contain;
            background-position: right top;
            background-repeat: no-repeat;

        }
        .restock_yellow {
            background-image: url(https://asoboze.itembox.design/item/asoindex_113.jpg);
            background-size: contain;
            background-position: right top;
            background-repeat: no-repeat;

        }

        .new {
            background-image: url(https://asoboze.itembox.design/item/asoindex_24.jpg);
            background-size: contain;
            background-position: right top;
            background-repeat: no-repeat;

        }
        .new_gray {
            background-image: url(https://asoboze.itembox.design/item/asoindex_116.jpg);
            background-size: contain;
            background-position: right top;
            background-repeat: no-repeat;

        }
        .new_brown {
            background-image: url(https://asoboze.itembox.design/item/asoindex_115.jpg);
            background-size: contain;
            background-position: right top;
            background-repeat: no-repeat;

        }
        .popular {
            background-image: url(https://asoboze.itembox.design/item/asoindex_74.jpg);
            background-size:contain;
            background-position: right top;
            background-repeat: no-repeat;

        }
        .popular_yellow {
            background-image: url(https://asoboze.itembox.design/item/asoindex_118.jpg);
            background-size:contain;
            background-position: right top;
            background-repeat: no-repeat;

        }
        .popular_gray {
            background-image: url(https://asoboze.itembox.design/item/asoindex_117.jpg);
            background-size:contain;
            background-position: right top;
            background-repeat: no-repeat;

        }
        .topthree a img {
            width: 80%;
            padding: 13% 15% 5% 5%;
            
        }
        .topthree .text {
            padding:0 0 0 7%;

            border-left: 1px solid #727171;
            margin: 0 0 15% 8%;
            font-weight: 700;
            line-height: 1.8em;
            height: 77px;
        }
        .topthree .text .title {
            font-size: 15px;
            padding-bottom: 10px;
            line-height: 0.9em;
        }
        .topthree.topthree3  .text {
            margin: 0 0 5% 8%;
        }
        .topthree .text .title .nihongotitle {
            font-size: 10.67px;
        }
        .index_grid {
            width: 100%;
            padding:6% 2%;
        }
        .index_grid .grid_2line {
            width: 50%;
            display: block;
            float: left;
            box-sizing: border-box;
            padding: 0 2% 2%;
        }
        .grid_2line img {
            width: 100%;
        }
        .space {
            width: 100%;
            height: 23px;
            clear: both;
        }
        .grid_1line .text {
            padding:0 2%;
        }
        .grid_1line .grid_tag {
            padding: 0 2%;
        }
        .index_grid .grid_tag img {
            width: auto;
            height: 18.5px;
            display: block;
            float: left;
            margin: 13px 5px 5px 2px;
        }
        .grid_title {
            
            font-weight: 700;
            padding-bottom: 8px;
            line-height: 1.8em;
        }
        .grid_2line .grid_title {
            font-size: 15px;
        }
        .grid_2line .text {
            padding: 0 2% 0 2%;
        }
        .grid_1line .grid_title {
            font-size: 17px;
        }
        .grid_title .nihongotitle {
            font-size: 10.67px;
        }
        .grid_2line .grid_text {
            font-size: 12px;
        }
        .grid_1line .grid_text {
            font-size: 13px;
            
        }
        .grid_text {
            padding-bottom: 25px;
            line-height: 1.7em;
            color: #000000;
        }
        .grid_text .product_name {
            color: #898989;
            text-align: left;
            text-justify: none;
        }
    .grid_text .product_name::before {
        content: '-';
    }    
    
        .hop {
            transition-duration: 1.0s;
        }
        .category_aso {
            width: 100%;
            background-color: #f9f7f5;
            padding-bottom: 70%;
            padding-top: 2%;
            margin-bottom: 30px;
            padding-left: 0;
        }
    .contents_aso {
        padding: 0;
    }
        .asomidashi_eng {
            text-align: center;
            font-weight: 700;
            font-size: 15px;
            letter-spacing: .4em;
            margin-top: 30px;
            margin-bottom: 15px;
            line-height: 0.5em;
        }
        .asomidashi_jpn {
            text-align: center;
            font-size: 10.67px;
            margin-bottom: 20px;
        }
        .cate_images {
            width: 80%;
            margin: 0 auto;
            display: block;
        }
        .cate_image {
            width: 33%;
            float: left;
        }
        .cate_image a img {
            width: 70%;
            padding: 15% 15% 0 15%;
        }
        .cate_image .cate_text {
            font-size: 10.67px;
            text-align: center;
            padding:0.5em 0 1em 0;
        }
        .price_aso {
            margin: 50px 0;
        }
        .pricebutton {
            width: 100%;
        }
        .pricebutton a img {
            width: 100%;
            margin: 0;
            box-sizing: border-box;
            padding:6px 5%;
        }
        .contentbutton {
            width: 100%;
        }
        .contentbutton a img {
            width: 90%;
            padding: 3px 5%;
        }
        .contentbutton .contentsns {
            width: 100%;
            padding: 3px 5%;
            display: inline-block;
        }
        .contentbutton .contentsns a img {
            width: 50%;
            float: left;
            margin: 0;
            padding: 0;
        }
        .guide_aso {
            display: inline-block;
            padding: 0;
            width: 100%;
        }
        .guide_grids {
            width: 90%;
            margin: 0 5%;
            box-sizing: border-box;
        }
        .guide_grid {
            width: 50%;
            float: left;
            box-sizing: border-box;
            padding: 1px 2px;
        }
        .guide_grid a img {
            width: 100%;
        }
        .spmenu_aso {
            top: 50px;
  background-color: #F9F7F5;
  color: #666464;
  /* scroll-behavior: auto; */
  right: 0;
  /* overflow-y: scroll; */
  transition: .4s ease-in-out;
        }
/*iframe?��??��?�*/
input[type="checkbox"]#input-humbmenu + #spmenu_aso { 
	width: 80%;
	height: 100%;
    transition: 0.5s ease-in-out;
    position:fixed;
    top: 50px;
    right: -80%;
}

/*iframe?��??��?�(?�?��プ?��時)*/
input[type="checkbox"]#input-humbmenu:checked + #spmenu_aso {
    overflow:scroll;
	-webkit-overflow-scrolling:touch;
    z-index: 2147483646;
    right: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
        .spmenu_aso a:link {
            color: #ffffff;
            text-decoration: none;
        }
        .spmenu_aso a:visited {
            color: #ffffff;
            text-decoration: none;
        }
        .cart a img {
            width: 100%;
            padding: 0 0 20px 0;
        }
        .threemenus {
            width: 90%;
            padding: 10px 0 10px 10%;
        }
        .threemenu {
            border-bottom: 1px solid #727171;
            width: 100%;
        }
.threemenu:first-child {
    border-top: 2px solid #727171;
}
.threemenu:last-child {
    border-bottom: 2px solid #727171;
}
        .threemenu a {
            display: block;
            width: 100%;
            padding: 1.5em 0 1.5em 1em;
            font-size: 15px;
        }
         .kensaku2box {
        position: relative;
    }
        .kensaku2box .kensaku2textspace {
        height: 50px;
        -webkit-appearance: none;
        border: 1px solid #b5b5b6;
        box-sizing: border-box;
        z-index: 99;
        font-size: 14px;
        padding:0 0 0 18%;
            
            background-color: #E6E6E6;
            margin-bottom: 30px;
            line-height: 50px;
    }
.kensaku2textspace:focus {
    outline: none;
}
        .kensaku2box .kensaku2image {
        position: absolute;
        top: 14px;
        width: 22px;
        right: 18%;
        z-index: 100;
            border-radius: 0;
        }
        .spmenu_category {
            width: 90%;
            padding-left: 10%;
            box-sizing: border-box;
        }
        .spmenumidashi_eng {
            font-size: 20px;
            letter-spacing: .3em;
            font-weight: 700;
            margin-bottom: 9px;
            padding-left: 15px;
        }
        .spmenumidashi_jpn {
            font-size: 15px;
            padding-left: 1em;
        }
        .sidecategory a {
            display: block;
            width: 100%;
            clear: both;
            padding: 1.5em 0 1.5em 1em;
            font-size: 15px;
            border-bottom: 1px solid #727171;
        }
        .sidecategory a:first-child {
            border-top: 2px solid #727171;
            margin-top: 15px;
        }
        .sidecategory a:last-child {
            border-bottom: 2px solid #727171;
        }
        .brand_jpn {
            font-size: 10.67px;
            line-height: 16px;
            vertical-align: middle;
        }
        .aidaspace {
            width: 100%;
            height: 60px;
        }

        .menuinfo_aso li {
            padding-bottom: 12px;
        }
        .menuinfo_aso {
            margin-top: 26px;
        }
        .contact {
            margin-top: 16px;
        }
        .contact div {
            padding: 1em 0 0 1em;
        }
        .contact div:last-child {
            margin-bottom: 3em;
        }
.spheader_aso{
    transition: .5s;
}
 
.spheader_aso.hide{
    transform: translateY(-100%);
}    
        .fixing {
            overflow:hidden;
        }
        .contents_border {
            border-top: 1px solid; 
            border-top-color: rgba(180,157,146,0.25);
            width: 90%; 
            display: block; 
            margin: 14px auto 0; 
            height: 14px;
            clear: both;
        }
        .contents_border.first {
            margin-top: 0;
        }
        .rank_aso {
            width: 90%;
            margin: 10px 5%;
            position: relative;
            height: auto;
            padding: 0;
        }
        .rank_4lines {
            width: 100%;
        }
        .rank_4lines .rank {
            width: 25%;
            float: left;
            background-repeat: no-repeat;
            background-position: left top;
            background-size: auto 25px;
            margin: 20px 0;
        }
        .rank_4lines img {
            width: 100%;
        }
        .rank img {
            width: 80%;
            display: block;
        }
        .rank_4lines .rank_1 {
            background-image: url(https://asoboze.itembox.design/item/asoindex_123.png);
        }
        .rank_1 img {
            margin-top: 30px;
        }
        .rank_4lines .rank_2 {
            background-image: url(https://asoboze.itembox.design/item/asoindex_124.png);
        }
        .rank_2 img {
            margin-top: 30px;
        }
        .rank_4lines .rank_3 {
            background-image: url(https://asoboze.itembox.design/item/asoindex_119.png);
        }
        .rank_3 img {
            margin-top: 30px;
        }
        .rank_date {
            width: 100%;
            font-size: 10px;
            position: relative;
        }
        .rank_date div {
            position: absolute;
            right: 0;
            bottom: -150px;
        }
        .swiper-slide img {
            width: 100%;
        }
		#footer_aso #styles .swiper {
        overflow: hidden;
        width: 100%;
    }
    #footer_aso .swiper-wrapper {
        overflow: visible;
    }
        .copyright_aso {
            width: 100%;
            height: 60px;
            background-color: #666464;
            display: flex;
            justify-content: center;
        }
        .copyright_aso span {
            text-align: center;
            
            color: #ffffff;
            font-size: 8px;
            display: inline-block;
            vertical-align: bottom;
            padding-top: 35px;
        }
        /* ------ ＴＯＰ戻る?��?���? ------- */
#page-top {
     position: fixed;
    bottom: 10px;
    right: 12px;
    font-size:25px;
    font-weight: bold;
}
#page-top a {
    background: #8e8e88;
        filter:alpha(opacity=60);
        -moz-opacity:0.6;
        -khtml-opacity: 0.6;
        opacity:0.6;
        text-decoration: none;
        color: #fff;
     width: 33px;
  height: 33px;
        padding: 8px;
        text-align: center;
        display: block;
        border-radius: 30px;

}
#page-top a:hover {
   border-style: none;
            background: #8e8e88;
}
        /*  -- ?��タイ�?  --*/
#othergallery .para {
	border-left: 1px solid #898989; padding-left: 3%; width: 90%; margin:0 auto; padding-bottom: 5px; box-sizing: border-box;
	line-height:18px;
}

.iframe_touched {
    height: 100% !important;
}
.iframe_header {
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
}
    .nontablet {
        height: 0px;
    }
    .base10.forsp {
        padding: 20px 0;
    }
    .familylink {
        display: inline-grid;
        grid-template-rows: auto auto;
        grid-template-columns: auto auto;
    }
            .staffreview_title {
            max-width: 430px;
            margin: 2vh auto 2vh;
            width: 60%;
            display: block;
        }
        .staffreview_paragraph {
            font-size: 12px;
            color: #727171;
            width: max-content;
            margin: auto;
            display: block;
        }
        .staffreview_index {
            max-width: 90vw;
            border-bottom: 1.5px solid #595757;
            position: relative;
            left: 50%;
            transform: translateX(-50%);
            margin-bottom: 20px;
        }
        .staffreview_index ul {
            padding: 10px 5px;
        }
        .staffreview_index ul li {
            display: inline-block;
            padding: 5px 20px;
            margin-bottom: 20px;
            border-right: 1px solid #727171;
            font-size: 12px
        }
        .staffreview_index ul li:first-child {
            border-left: 1px solid #727171;
        }
        .staffreview_contents {
            grid-template-columns: 100vw;
            padding-bottom: 20px;
            grid-row-gap: 50px;
            border-bottom: 1px solid #595757;
        }
        .staffreview_item_img {
            margin-bottom: 20px;
        }
        .staffreview_discription {
            margin-bottom: 20px;
        }
        .staffreview_discription a {
            color: #000000;
            font-size: 18px;
            text-decoration: none;
            display: block;
            padding-left: 20px;
            line-height: 1.75em;
            transition-duration: .1s;
        }
        .staffreview_discription a:hover {
            color: #bbbbbb;
        }
        .staffreview_data {
            color: #727171;
            font-size: 12px;
            padding-left: 20px;
            margin-bottom: 30px;
        }
        .tohyowrapper {
            display: inline-grid;
            grid-template-columns: 100%;
            grid-row-gap: 30px;
            margin-bottom: 30px;
            width: 80%;
            position: relative;
            left: 50%;
            transform: translateX(-50%);
        }
        .kuwashikumiru {
            width: max-content;
            height: auto;
            position: relative;
            left: 50%;
            transform: translateX(-50%);
            border-radius: 20px;
        }
        .kuwashikumiru a {
            height: 30px;
            width: max-content;
            padding: 0 2em;
        }

    
}
@media screen and (max-width: 760px) and (min-width: 600px) {
  /*  .btn {
        right: 80px;
        width: 30px;
        top: 18px;
    }*/
	 /* 検索BOX */
  .header-search {
    position: absolute;
    top: 13px;
    right: 15%;
  }
  .open-btn-sp{
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    margin: 0;
  }
  .open-btn-sp.btnactive-sp{
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
  }
  #search-wrap-sp{
    top: 57px;
    right: -30px;
  }
  #search-wrap-sp.panelactive-sp #searchform-sp{
    margin: 0;
  }
  #search-wrap-sp input[type="text"] {
    height:45px;
    padding: 10px;
    font-size: 15px;
  }
  #search-wrap-sp input[type="submit"] {
    top: 21px;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
  }
    .humb-icon {
        width: 32px;
        height: 24px;
        top: 21px;
        right: 30px;
        
    }
    .humb-icon .icon-bars:nth-of-type(2) {
        top: 11px;
    }
    .icon-wrap.active .icon-bars:nth-of-type(3) {
        transform: translateY(-11px) rotate(-45deg);
    }
    .icon-wrap.active .icon-bars:nth-of-type(1) {
        transform: translateY(11px) rotate(45deg);
    }
    .index_grid {
        padding-top: 3%;
        padding-bottom: 0;
    }
    .index_grid .grid_2line {
        padding-bottom: 3%;
    }
    .grid_text {
        padding-bottom: 30px;
    }
    .asomidashi_eng {
        font-size: 20px;
    }
    .asomidashi_jpn {
        font-size: 14px;
    }
    .rank_4lines .rank {
        background-size: auto 40px;
    }
    .rank_1 img {
        margin-top: 50px;
    }
    .rank_2 img {
        margin-top: 50px;
    }
    .rank_3 img {
        margin-top: 50px;
    }
    .rank_date div {
        bottom: -250px;
    }
    input[type="checkbox"]#input-humbmenu + #spmenu_aso {
        width: 60%;
        max-width: 300px;
        top: 70px;
    }
    .nontablet {
        height: 0;
    }
    .category_aso {
        width: 50%;
        float: left;
        padding-bottom: 5%;
        margin-bottom: 100px;
        padding-top: 3%;
    }
    .price_aso {
        margin: 0;
        width: 50%;
        display: block;
        padding-top: 3%;
        float: left;
    }
    .contents_aso {
        clear: both;
        margin-top: 43px;
        padding: 0;
    }

    .contents_aso .contentbutton.sponly {
        display: none;
    }
    .contents_aso .contentbutton.pconly {
        display: block;
    }
        .contentbutton {
            width: 100%;
        }
    .contentbutton a img {
        width: 100%;
            padding: 0 0 1vh;
            box-sizing: border-box;
            border-right: 1px solid #dacec8;
    }
        .contentbutton a {
            width: 24%;
            display: inline-block;
            float: left;
            margin-top: 15px;
        }
    .contentbutton a:nth-child(1) {
        margin-left: 2%;
        border-left: 1px solid #dacec8;
        box-sizing: border-box;
    }
    .contentbutton a:nth-child(5) {
        width: 95%;
        margin: 1vh 2.5% 0;
        clear: both;
    }
    .contentbutton a:nth-child(5) img {
        border: none;
    }
        .contentbutton .contentsns {
            width: 100%;
            padding: 1vh 2.5%;
            display: inline-block;
        }
    .contentbutton .contentsns a {
            margin: 0;
            padding: 0;
        border: none;
        height: 100%;
        display: block;
        float: left;
    }
    .contentbutton .contentsns a:nth-child(1) {
        width: 50%;
    }
    .contentbutton .contentsns a:nth-child(2) {
        width: 50%;
    }
        .contentbutton .contentsns a img {
            padding: 0;
            border: none;
            width: 100%;
        }
    .guide_aso .guide_grids .clearbox {
        display: none;
    }
    .guide_aso .guide_grids .guide_grid {
        width: 25%;
    }
    .topthree .text .title {
        font-size: 30px;
    }
    .topthree .text {
        height: auto;
        margin-bottom: 10%;
    }
    .pricebutton a img {
         width: 80%;
        padding: 6px 8%;
    }
    .pricebutton a:first-child img {
        padding-top: 15px;
    }
    .cate_image {
        margin-bottom: 5px;
    }
    .spheader_aso {
        height: 70px;
    }
    .headtopimg {
        width: 120px;
        padding: 20px 30px;
    }
    .grid_1line {
        padding: 1% 2% 0;
    }
    .space.first {
        height: 45px;
    }
    .guide_grids {
        width: 95%;
        margin: 0 2.5%;
    }

}

