    @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 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 {
        background-color: #FDC816;
        /* background: conic-gradient(
        from 0deg at center,
        #d4ffce 0deg,
        #fffbc2 45deg,
        #fffbcb 90deg,
        #fef1eb 135deg,
        #f1e9f4 225deg,
        #d3edfa 270deg,
        #daeffc 315deg,
        #d4ffce 360deg
      ); */
        /*padding-top: 10px;*/
    }

    .visual img {
		margin-bottom: 0;
    }

    /* nav */
    
    .nav {
        position: relative;
        font-weight: bold;
        padding: 8px 0;
        background-color: #9AD6ED;
    }
    
    .nav a {
        display: block;
    }
    
    .nav ul {
        width: 1024px;
        margin: 10px auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    
    .nav li.big-menu a {
        position: relative;
        padding: 20px 0;
    }
    
    .nav li.menu5 a::after {
        position: absolute;
        content: "";
        display: block;
        width: 16px;
        height: 16px;
        background-image: url(../images/window_on.png);
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 5px;
        right: 5px;
        transition: 0.5s ease;
    }
    
    .nav li {
        flex-basis: 15%;
        font-size: 18px;
        text-align: center;
        line-height: 1.4;
        transition: all .5s ease;
    }
    
    .small-menu a {
        color: #fff;
    }
    
    .menu5 a {
        padding: 5px 10px;
    }
    
    .big-menu a {
        color: #fff;
    }
    
    .big-menu a.top {
        background-color: #fff;
        text-shadow: none;
        color: #000;
    }
    
    .nav li.small-menu {
        flex-basis: 24%;
    }
    
    .nav li.big-menu {
        flex-basis: 24%;
    }
    
    .row-nav li {
        font-size: 12px;
        margin: 0;
    }
    
    .nav.row-nav {
        padding: 5px 0;
    }
    
    .nav a {
        padding: 10px 10px;
        transition: all .5s ease;
    }
    
    .nav a.lfont {
        font-size: 1.6em;
    }
    
    .nav a.llfont {
        font-size: 2.2em;
        letter-spacing: 2px;
    }
    
    .nav ul :hover {
        opacity: 0.7;
    }
    
    .nav li.small-menu {
        background-color: #FFF;
    }
    /*------------------------------*/
    
    .title_top {		
		/*font-family: 'Noto Serif JP', serif;*/
        font-size: 18px;
        font-weight: bold;
    }
  
    .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: bold;
        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;
    }
    /* 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;
    }
    
	#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;
	}

    .pad_ie::before {
        content: "▶";
        position: absolute;
        left: calc(50% - 450px);
        transition: transform .15s ease-in-out;
    }
    
    .accshow {
        background-color: #FFF;
    }
    
    .wrap2 ul li a {
        display: block;
        transition: .6s;
    }
    
    .wrap2 ul li a:hover {
        opacity: 0.7;
    }
    
    .text a{
    text-decoration: underline;
}

   	#brand section h4 {		
  		/*display: inline-block;*/
  		position: relative;
  		height: 50px;
  		line-height: 50px;
  		/*text-align: center;*/
  		padding: 0 0px 0 18px;
  		font-size: 25px;
  		color: #FFF;
  		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 h4.takashimaya {
        background-color: #e60012;
		border-bottom: solid 5px #F9D1E5;
    }
    
    #brand h5.takashimaya {
        border-left: 13px solid #e60012;
    }
    
    #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: 50px;
    }
    
    #brand section ul::after {
        content: "";
        display: block;
        width: 31%;
    }
    
    #brand section 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: 74%;*/
        padding-bottom: 10px;
        padding-left: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 12px;
    }

    #brand .fb_list .fb_txt present{
        width: 74%;
        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 .text img {
        width: 100%;
    }
    
    #brand .text_img {
        text-align: center;
    }

    .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%;
        }
        /* nav */
        .nav {
            position: relative;
            font-weight: bold;
            padding: 8px 0;
        }
        .nav ul {
            width: 95%;
            margin: 0px auto;
            display: block;
        }
        .nav li {
            text-align: center;
            line-height: 1.4;
            transition: all .5s ease;
            border-bottom: 1px solid #e60012;
        }
        .nav li.menu5 a::after {
            width: 16px;
            height: 16px;
            bottom: 10px;
            right: 10px;
        }
        .nav li.big-menu {
            flex-basis: 49.5%;
        }
        .menu1 a {
            border-width: 5px;
        }
        .menu2 a {
            border-width: 5px;
        }
        .menu3 a {
            border-width: 5px;
        }
        .menu5 a {
            border-width: 5px;
        }
        .menu6 a {
            border-width: 5px;
        }
        .row-nav li {
            font-size: 10px;
            margin: 0;
        }
        .nav.row-nav {
            padding: 3px 0;
        }
        .nav .fix-height {
            padding: 5px 0;
        }
        .nav li.big-menu a {
            padding: 7px 0;
        }
        .nav li.small-menu a {
            padding: 2px 0;
        }
        .nav li:nth-child(n + 3) {
            margin-top: 0px;
        }
        .nav+.c_width {
            margin-top: 10px;
        }
        /*------------------------------*/
        .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.6px;
        }
        .pad_ie::before {
            left: calc(50% - 150px);
        }
        #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-size: 15px;
  		color: #FFF;
  		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 ul {
            margin-bottom: 20px;
        }
        #brand section ul li {
            width: 100%;
            padding: 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;
        }
        #brand .text p {
            font-size: 11px;
            margin-bottom: 5px;
        }
        .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%;
        }
		
		#fashion .text.present{
    	position: relative;
		}

        .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;
        }
    }