
@media screen and (min-width: 769px) {
    #category .sec {
    margin-top: 60px;
    }
}
@media screen and (max-width: 768px) {
    #category .sec {
    margin-top: 5%;
    }
}

    
    /* 螟ｧ繧ｫ繝�ざ繝ｪ繝ｼ繧ｿ繧､繝医Ν */
    
    
    @media screen and (min-width: 769px) {
        #category .sp {
            display: none;
        }
    
        #category h2.block-top-event--new-header {
            font-size: 40px;
            text-align: center;
            border-top: none;
            padding: 45px 0 30px;
        }
    
        #category h2.block-top-event--new-header span {
            font-size: 14px;
            line-height: 19px;
            display: block;
            letter-spacing: 0.12em;
            margin: 10px 0 30px;
        }
    }
    @media screen and (max-width: 768px){
        #category .pc {
            display: none;
          }
        #category h2.block-top-event--new-header span {
            font-size: 0.7em;
            font-weight: 100;
        }
        #category .block-category-list--event {
            padding: 4%;
        }
        #category .block-goods-detail-j--goods-image figure {
            background: none;
        }
        
        #category h2.block-top-event--new-header {
            margin-top: 26px;
        }
        #category h2.block-top-event--new-header {
           background: none;
           font-size: 22px;
           text-align: center;
           letter-spacing: 0.2em;
           margin-bottom: 26px;
           padding: 0;
    }
    }
    

    /* 逶ｮ逧�°繧画爾縺吶い繝ｳ繧ｫ繝ｼ */

    #category .page_link {
        width: 1000px;
        margin: auto;
        margin-bottom: 70px;
      }
      #category .page_link ul {
        display: flex;
        text-align: center;
      }
      #category .page_link li {
        width: 100%;
      }
      #category .page_link a {
        display: block;
        background: #ccc;
        padding: 20px 0 25px;
        font-weight: bold;
        font-size: 1.2em;
        position: relative;
        text-decoration: none;
      }
      #category .page_link a:before {
        content: "";
        position: absolute;
        border-style: solid;
        border-width: 6px 7px 0 7px;
        border-color: #ffffff transparent transparent transparent;
        left: 50%;
        bottom: 15px;
        transform: translateX(-50%);
      }
      #category .page_link li:nth-child(1) a {
        background: #f3f3f3;
        border-radius: 10px;
      }
      #category .page_link li:nth-child(1) a:hover {
        background: #f7f7f7;
      }
      #category .page_link li:nth-child(1) a:before {
        border-width: 6px 7px 0 7px;
        border-color: #444 transparent transparent transparent;
      }
      #category .page_link li:nth-child(1) a img {
        left: 20px;
      }
      #category .page_link li:nth-child(2) a {
        background: #fdf3e9;
        border-radius: 10px;
      }
      #category .page_link li:nth-child(2) a:hover {
        background: #fdfae9;
      }
      #category .page_link li:nth-child(2) a:before {
        border-width: 6px 7px 0 7px;
        border-color: #444 transparent transparent transparent;
      }
      #category .page_link li:nth-child(2) a img {
        right: 20px;
      }
      #category .page_link li:nth-child(3) a {
        background: #e9f3fd;
        border-radius: 10px 0 0 10px;
        color: #333333;
      }
      #category .page_link li:nth-child(3) a:hover {
        background: #E5ECFE;
      }
      #category .page_link li:nth-child(3) a:before {
        border-width: 6px 7px 0 7px;
        border-color: #444 transparent transparent transparent;
      }
      #category .page_link li:nth-child(3) a img {
        left: 20px;
      }
      #category .page_link img {
        animation: img 8s ease infinite;
        position: absolute;
        top: 30%;
        transform: translateY(-50%);
        width: 48px;
      }
      @media screen and (max-width: 768px) {
        #category .page_link {
          width: 90%;
          margin: 0 5% 30px;
        }
        #category .page_link ul {
          display: block;
        }
        #category .page_link ul li a {
          border-radius: 10px !important;
          margin: 20px 0;
        }
        #category .page_link img {
          width: 90px;
        }
      }
      
    
    /* 繧ｵ繝悶き繝�ざ繝ｪ繝ｼ繧ｿ繧､繝医Ν */
    
    @media (min-width: 769px) {
        #category .category_area .inner {
            min-width: 1000px;
            max-width: 1200px;
            margin: 0 auto;
            width: calc(100% - 50px);
        }

        #category .category_area .text {
            margin: 40px;
        }

        #category .category_area .sub_text {
            text-align: center;
            font-size:1.2em;
        }

    }
    @media (max-width: 768px) {
        #category .category_area  {
            width: 90%;
            margin: 5%;
        }
        #category .category_area .sub_text {
            margin-top: 5%;
        }
    }

  
    


    #category .category_area [class*="icon_"] {
        position: relative;
        padding: 0 0 0 35px;
    }
    
    #category .category_area [class*="icon_"]:before {
        position: absolute;
        left: 0;
        top: 55%;
        transform: translateY(-50%);
        display: inline-block;
        line-height: 0;
    }
    
    #category .category_area .icon_column:before {
        content: "";
        position: absolute;
        left: 0;
        top: 10px;
        background: url(/img/category/title/icon_column.png) no-repeat scroll center center / cover;
        width: 27px;
        height: 27px;
    }
    
    #category .category_area .icon_item:before {
        content: "";
        position: absolute;
        left: 0;
        top: 10px;
        background: url(/img/category/title/icon_item.png) no-repeat scroll center center / cover;
        width: 27px;
        height: 27px;
    }

    #category .category_area .icon_purpose:before {
        content: "";
        position: absolute;
        left: 0;
        top: 10px;
        background: url(/img/category/title/icon_purpose.png) no-repeat scroll center center / cover;
        width: 27px;
        height: 27px;
    }
    
    @media (max-width: 768px) {
    
        #category .category_area .icon_category:before {
            top: 7px;
        }
    
        #category .title_01:before {
            content: "";
            height: 1px;
            width: 100%;
            top: 65%;
            left: 0;
            background: #C4D8EE;
            position: absolute;
        }
    }
    
    /* title_01 */
    #category .title_01 {
        text-align: center;
        line-height: 1.3;
        position: relative;
        background-color: #fff;
    }
    
    @media (min-width: 769px) {
        #category .title_01:before {
            content: "";
            height: 1px;
            width: 100%;
            top: 76%;
            left: 0;
            background: #C4D8EE;
            position: absolute;
        }
    }
    
    #category .title_01 .box {
        background: #fff;
        position: relative;
        z-index: 1;
        padding: 0 20px;
        display: inline-block;
    }
    
    #category .title_01 .font_e {
        color: #99BCE2;
        font-size: 0.4em;
        letter-spacing: 1px;
    }
    
    /* 繧ｫ繝�ざ繝ｪ繝ｼ繧｢繧､繧ｳ繝ｳ */

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

    #category .block-blandlist {
        width: 1200px;
        margin: 0 auto;
        padding-top: 60px;
    }
    
    #category .block-blandlist--list {
        justify-content: flex-start;
    }
    
    #category .block-blandlist--list li {
        width: calc(25% - 15px);
        margin: 0 20px 20px 0;
    }
    
    #category .block-blandlist--list li:nth-child(4n) {
        margin-right: 0;
    }
    
    #category .block-blandlist--list li a:hover {
        opacity: .6;
    }
    }
    
    /* sp */
    @media screen and (max-width: 768px) {
    
    #category .block-blandlist {
        margin: 40px 10px;
    }
    
    #category .block-blandlist--list li {
        width: calc(50% - 5px);
        margin: 0 0 15px;
    }
    
    #category .block-category-list--comment {
        text-align: center;
    }
    }
    
    
    @media (min-width: 769px) {
        #category .mv_area .inner {
            min-width: 1000px;
            max-width: 1200px;
            margin: 0 auto;
            width: calc(100% - 50px);
        }
   
        #category .mv_area .main_text {
            font-size: 1.4em;
            text-align: center;
            padding: 45px 0 30px;
        }
    }
    @media (max-width: 768px) {
        #category .mv_area {
            width: 90%;
            margin: 0 5% 30px;
        }

        #category .mv_area .main_text {
            text-align: left;
            padding: 35px 0 30px;
        }

          
    }
    
    
    /* 逶ｮ逧�°繧画爾縺� */
    
    #category .purpose_link ul {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 30px 10px;
    }
    
    #category .purpose_link ul li a:hover {
        text-decoration: none;
        color: #87B1DE;
    }
    
    #category .purpose_link ul li a:hover .img img {
        transform: scale(1.1);
    }
    
    #category .purpose_link ul li a .img {
        overflow: hidden;
    }
    
    #category .purpose_link ul li a .img img {
        transform: scale(1.00001);
        transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    
    #category .purpose_link ul li a .text {
        font-size: 0.8em;
        margin: 10px 0 0 0;
    }
    
    #category .purpose_link ul li a .text .brand {
        color: #b3b3b3;
        font-size: 0.8em;
        margin: 0 0 5px 0;
        display: block;
    }
    
    @media (max-width: 768px) {
        #category .purpose_link ul {
            grid-template-columns: 1fr 1fr;
            grid-gap: 20px;
            line-height: 1.2;
        }
    }
    
    #category .purpose_link a,
    .purpose_link :before,
    .purpose_link :after {
        transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    
    #category .purpose_link img {
        vertical-align: bottom;
        width: 100%;
    }
    
    #category .purpose_link h1,
    .purpose_link h2,
    .purpose_link h3,
    .purpose_link h4 {
        background: none;
        margin: 0;
        padding: 0;
        font-weight: normal;
    }
    
    @media (min-width: 769px) {
        #category .purpose_link {
            font-size: 16px;
        }

        #category .purpose_link ul li a .text .mokuteki  {
            font-size: 1.6em;
        }
    
        #category .purpose_link .inner {
            min-width: 1000px;
            max-width: 1200px;
            margin: 65px auto;
            width: calc(100% - 50px);
        }
    
        #category .purpose_link .inner_mini {
            min-width: 700px;
            max-width: 700px;
            margin: auto;
            width: calc(100% - 50px);
        }
    
        #category .purpose_link .inner_800 {
            min-width: 800px;
            max-width: 800px;
            margin: auto;
            width: calc(100% - 50px);
        }
    
        #category .purpose_link .sp {
            display: none;
        }
    }
    
    @media (max-width: 768px) {
        #category .purpose_link {
            font-size: 15px;
        }
    
        #category .purpose_link .inner,
        .purpose_link .inner_mini,
        .purpose_link .inner_800 {
            padding: 0 5%;
        }
    
        #category .purpose_link .pc {
            display: none;
        }
    }
    
    /*# sourceMappingURL=common.css.map */