    @charset "UTF-8";
    .wrapper {
        width: 1020px;
        margin: 0 auto;
    }
    /*default----*/
    
    a {
        color: #221815;
        text-decoration: none;
    }
    /*
    a:hover {
        opacity: 0.7;
    }
    */    
    img {
        max-width: 100%;
        height: auto;
        vertical-align: middle;
		margin-bottom: 0.3em;
    }
    
    body {
        color: #4d4d4d;
        font-family: 'lucida grande', 'tahoma', 'verdana', 'arial', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', 'sans-serif';
        margin: 0 auto;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5em;
        /*animation: fadeIn 3s ease 0s 1 normal;
        -webkit-animation: fadeIn 3s ease 0s 1 normal;*/
        position: relative;
    }
    
    main {
        background: #fff;
}

.is_pc {
    display: block;
    }
    
    .is_sp {
    display: none;
    }
    
@keyframes bggradient{
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
    }
    
    @keyframes fadeIn {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    
    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    /*-------*/
    
    .head,
    .c_width {
        width: 1020px;
        margin: 0 auto;
		padding: 3px 0;
    }

    .visual img {
		margin-bottom: 0;
    }
    
    /*------------------------------*/
    
    .title_top {
		/*font-family: 'Noto Serif JP', serif;*/
        font-size: 18px;
        font-weight: bold;
    }
    
    .title_top_ss {
        font-size: 12px;
        /*margin-bottom: 10px;*/
    }
 
    .title_top_ss_red {
        font-size: 14px;
		font-weight: bold;
		color: #ff0000;
        margin-bottom: 30px;		
    }

    .title {
		font-family: 'Noto Serif JP', serif;
        font-size: 40px;
        font-weight: 600;
        color: #000;
        margin-bottom: 20px;
    }
    
    article {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    article h2 {
        border-bottom: 10px solid #E50012;
        margin-bottom: 30px;
    }
    
    article h2 img {
        height: 44px;
        width: auto;
        margin-bottom: 10px;
    }
    
    br.pc_none {
        display: none;
    }
    /*アコーディオンボックス*/
    /*ボックス全体*/
    
    .accbox {
        margin-bottom: 2em;
        padding: 0;
    }

    .accbox a {
        display: block;
        cursor: pointer;
        transition: all 0.5s;
    }
    /*ラベル*/
    
    .accbox label {
        display: block;
        cursor: pointer;
        transition: all 0.5s;
    }
    
    .accbox input {
        display: none;
    }
    /*中身を非表示にしておく&チェックで表示*/
    
    .accbox .accshow {
        height: 0;
        padding: 0;
        overflow: hidden;
        opacity: 0;
        transition: 0.8s;
    }
    
    input:checked+.box .accshow {
        width: 100%;
        height: auto;
        padding: 5px;
        opacity: 1;
    }
    
    input:checked+.box .accshow,
    input:checked+.box .box-close {
        display: inline-block;
    }
    
    input:checked+section.box .pad_ie:before {
        transform: rotate(90deg);
        transition-duration: 0.3s;
    }

    /* brandページのcss */
    
    #brand section {
        margin-bottom: 10px;
    }
    
    #brand .list ul li:nth-child(4n) {
        border-right: 2px solid #d61f2b;
    }
    
    #brand .list ul li:nth-child(n+9) {
        border-bottom: 2px solid #d61f2b;
    }

    #brand section .pad_ie {
		/*font-family: delaney,sans-serif;*/
		font-weight: 700;
		font-style: normal;
        font-size: 30px;
        letter-spacing: 2px;
        color: #fff;
        padding: 15px 0;
        text-align: center;
        background-color: #e60012;
    }

    .pad_ie::before {
        content: "▶";
        position: absolute;
        left: calc(50% - 450px);
        transition: transform .15s ease-in-out;
    }

    #brand section label:hover {
        opacity: 0.7;
    }

    .accshow {
        background-color: #FFF;
    }
    
    .accshow ul li a {
        display: block;
        transition: .6s;
    }
    
    .accshow ul li a:hover {
        opacity: 0.7;
    }

   	#brand section h4 {
  		/*display: inline-block;*/
  		position: relative;
  		height: 50px;
  		line-height: 50px;
  		/*text-align: center;*/
  		padding: 0 0px 0 18px;
		/*font-family: ten-mincho, serif;*/
		font-weight: 400;
		font-style: normal;
  		font-size: 25px;
  		color: #333;
  		margin-top: 10px;
        border-left: 16px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
	}
    
    #brand h5 {
        padding: 3px 0 3px 5px;
        margin-bottom: 5px;
        font-size: 13px;
    }
    
    #brand section label.fashion{
        background-color: #e44a4a;
    }

    #brand section h4.fashion {
        background-color: #fce0e0;				
		border-bottom: solid 4px #e44a4a;
    }
    
    #brand section h5.fashion {
        border-left: 13px solid #e44a4a;
    }
    
    #brand section label.FashionItems{
        background-color: #6cc0ef;
    }

    #brand section h4.FashionItems {
        background-color: #e1f4ff;
		border-bottom: solid 4px #6cc0ef;
    }
    
    #brand h5.FashionItems {
        border-left: 13px solid #6cc0ef;
    }
    
    #brand section label.LifeStyle {
        background-color: #faaa2f;
    }

    #brand section h4.LifeStyle {
        background-color: #ffe9c6;
		border-bottom: solid 4px #faaa2f;
    }
    
    #brand h5.LifeStyle {
        border-left: 13px solid #faaa2f
    }
    
    #brand section label.Service {
        background-color: #71be60;
    }

    #brand section h4.Service {
        background-color: #e3fddd;
		border-bottom: solid 4px #71be60;
    }
    
    #brand h5.Service {
        border-left: 13px solid #71be60;
    }

    #brand section ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px;
    }
/*    
    #brand .service ul {
        width: 1010px;
    }
 */   
    #brand section ul::after {
        content: "";
        display: block;
        width: 31%;
    }
    
/**/   #brand .shop_contents ul li {
        width: 31%;
        border-bottom: 1px dashed #999;
        padding-top: 30px;
    }

    #brand ul li {
        width: 31%;
        border-bottom: none;
        padding: 0;
       /*margin: 30px 0px 0px 0px;*/ 
    }
    
    #brand .fb_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
    }
    
    #brand .fb_list img {
        width: 130px;
        border: 1px solid #CCCCCC;
        padding: 5px;
        margin-bottom: 10px;
    }
    
    #brand .fb_list .img_logo {
        border: 1px solid #CCCCCC;
        width: 70%;
    }
    
    #brand .fb_list .fb_txt {
        width: 70%;
        padding-bottom: 10px;
        padding-left: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 12px;
    }
    
    #brand .text p {
        font-size: 13px;
        margin-bottom: 10px;
    }

    #brand .text span {
        color: #ff0000;
    }
    
	#brand .sale span {
    display: inline-block;
    text-align: center;
    background: #db3437;
	color: #fff;
	font-size: 14px;
    padding: 0.3rem 0.5rem;
	margin: 0 0 0.6em;
    min-width: 5rem;
	}

	#brand .sale {
	color: #ff0000;
    padding-bottom: 5px;
	}

    .notice h6 {
        font-size: 15px;
        color: #F00;
    }
    
    .note {
        display: block;
        padding: 0;
        font-size: 12px;
        list-style: none;
    }
    
    .note li {
        position: relative;
        padding-left: 1em;
    }
    
    .note li::before {
        content: "※";
        position: absolute;
        left: 0;
    }
    
    #brand .fb_txt .fb_price {
        display: block;
        margin-top: 2px;
        color: #F00;
        font-weight: bold;
        font-size: 19px;
    }
    
    #brand #lightbox-loading-link img {
        width: auto !important;
    }
    
    #brand span.text_red {
        color: red;
    }
    
    #brand span.text_small {
        font-size: 70%;
    }
    
    .topBack {
        display: block;
        position: fixed;
        bottom: 10px;
        right: 10px;
    }
    
    .footer {
        height: 50px;
        font-size: 11px;
        line-height: 50px;
        text-align: center;
        font-family: 'lucida grande', 'tahoma', 'verdana', 'arial', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', 'sans-serif';
        color: #4d4d4d;
    }
    /* ---------------------------------------------------------768px以下(for mobile) */
    
    @media screen and (max-width: 768px) {
        .is_pc {
            display: none;
        }
        .is_sp {
            display: block;
        }
        .head {
            padding: 5px 0 0 0;
            height: 50%;
            text-align: left;
        }
        body {
            font-size: 12px;
            line-height: 1.6;
            margin: 0 auto;
        }
        .head {
            height: 0px;
            line-height: 0px;
            margin-bottom: 50px;
        }
        .head,
        .wrapper {
            width: 95%;
        }
        /* main visual*/
        .visual {
            padding-top: 0px;
        }
        .visual .wrapper{
            width: 100%;
        }
        /*------------------------------*/
        .title_top {
		/*font-family: 'Noto Serif JP', serif;
		font-weight: 400;
		font-style: normal;*/
        font-size: 14px;
        font-weight: bold;
    }
		
		.title {
            font-size: 25px;
            margin-bottom: 5px;
        }
		
        article {
            padding-top: 10px;
            padding-bottom: 10px;
        }
        article h2 {
            border-bottom: 10px solid #E50012;
            margin-bottom: 30px;
        }
        /* brandページのcss */
        #brand section .pad_ie {
            font-size: 18px;
            padding: 5px 0;
            letter-spacing: 1.2px;
        }
        .pad_ie::before {
            left: calc(50% - 170px);
        }
        #brand .topBack {
            display: block;
            position: fixed;
            bottom: 50px;
            right: 50px;
        }
        		
		#brand section h4 {
  		/*display: inline-block;*/
  		position: relative;
  		height: 36px;
  		line-height: 36px;
  		/*text-align: center;*/
  		padding: 0 0px 0 18px;
  		font-family: ten-mincho, serif;
		font-weight: 400;
		font-style: normal;
  		font-size: 16px;
  		color: #333;
  		margin-top: 5px;
        border-left: 16px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
	}
		
        #brand h5 {
            padding: 3px 0 3px 5px;
            margin-bottom: 5px;
            font-size: 12px;
        }
        #brand section h5.fashion {
            border-left: 7px solid #e44a4a;
        }
        #brand h5.FashionItems {
            border-left: 7px solid #6cc0ef;
        }
        #brand h5.LifeStyle {
            border-left: 7px solid #faaa2f;
        }
        #brand h5.Service {
            border-left: 7px solid #71be60;
        }
        #brand section ul {
            margin-bottom: 20px;
        }
        /*#brand .service ul {
            box-sizing: border-box;
            width: auto;
        }*/
        #brand section ul li {
            width: 100%;
            padding-top: 5px;
            margin-top: 5px;
        }
		#brand .shop_contents ul li {
        width: 100%;
        border-bottom: 1px dashed #999;
        padding-top: 5px;
    	margin-top: 5px;
    }
        #brand .fb_list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            display: -webkit-flex;
        }
        #brand .fb_list img {
            width: 101px;
            border: 1px solid #CCCCCC;
            margin-bottom: 10px;
            padding: 5px;
        }
        #brand .fb_list .img_logo {
            border: 1px solid #CCCCCC;
            width: 70%;
        }
        #brand .fb_list .fb_txt {
            width: 70%;
            padding-bottom: 10px;
            padding-left: 10px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            font-size: 12px;
        }
		
        .notice h6 {
            font-size: 12px;
        }
        .note {
            font-size: 10px;
        }
        #brand .fb_txt .fb_price {
            display: block;
            margin-top: 2px;
            color: #F00;
            font-weight: bold;
            font-size: 19px;
        }
        #brand #lightbox-loading-link img {
            width: auto !important;
        }
        #brand span.text_red {
            color: red;
        }
        #brand span.text_small {
            font-size: 70%;
        }
        .topBack {
            display: block;
            position: fixed;
            bottom: 10px;
            right: -10px;
        }
        .topBack img {
            width: 70%;
        }
    }
    /* ---------------------------------------------------------769px以上(for pc) */
    
    @media screen and (min-width: 769px) and (max-width: 1020px) {
        body {
            min-width: 1020px;
        }
        .is_sp {
            display: none;
        }
 }

