@charset 'utf-8';
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css?family=Neuton:300,400');
@import url(//fonts.googleapis.com/earlyaccess/kokoro.css);
/*------------ basic ------------*/
body {
    background: #000;
    font-family: '微軟正黑體','新細明體','Sawarabi Mincho',Arial, sans-serif;
    color: #BABABA;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.1em;
}
.container {
    padding: 0 15px;
    max-width: 1470px;
}
article{
    font-family: '微軟正黑體';
}
/*------------ / basic ------------*/

/*------------ icon ------------*/
.icon.require {
    background: #E4D9C2;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin: 0 6px 3px;
}

/*------------ / icon ------------*/

/*------------ btn ------------*/
.btn-common p{
    margin: 0;
}
.btn-common {
    margin:90px auto 120px;
    position: relative;
    overflow: hidden;
    -webkit-transition: border-color .2s;
    transition: border-color .2s;
    text-align: center;
    -webkit-backface-visibility: hidden;
    z-index: 10;
    top: 0;
    left: 0;
    width: 357px;
    height: 72px;
    max-width: 90%;
    transform: translate3d(0,0,0);
    display: block;
    background: #E5A755;
    font-style: italic;
    letter-spacing: 0.2em;
}

.btn-common.is-black {
    background: #E50012;
    color: #FFFFFF;
}

.btn-common.is-black:hover {
    opacity: 1;
}

.btn-common.is-black:hover .panel.is-first {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
}

.btn-common.is-black:hover .panel.is-second {
    -webkit-transform: translate3d(0,0,0) skewY(0);
    transform: translate3d(0,0,0) skewY(0)
}

.btn-common.is-black:hover .view-more-txt.is-first {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
    opacity: 0
}

.btn-common.is-black:hover .view-more-txt.is-second {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1
}

.btn-common.is-black .ico-arw:before {
    background: currentColor
}

.btn-common.is-black .ico-arw:after {
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor
}

.btn-common.is-black .view-more-txt.is-first {
    color: #000000
}

.btn-common.is-black .view-more-txt.is-second {
    color: #fff
}

.btn-common.is-black .panel.is-first {
    background: #E5A755;
}

.btn-common.is-black .panel.is-second {
    background: #E50012;
}

.btn-common .view-more-txt {
    font-size: 1rem;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    line-height: 72px;
    box-sizing: border-box;
    -webkit-transition: transform 1.2s cubic-bezier(.14,.64,.26,.99),opacity 1.2s cubic-bezier(.14,.64,.26,.99);
    transition: transform 1.2s cubic-bezier(.14,.64,.26,.99),opacity 1.2s cubic-bezier(.14,.64,.26,.99);
    letter-spacing: 0;
}

.btn-common .view-more-txt span {
    display: inline-block;
    vertical-align: middle;
     font-family: Karla;
}
.btn-common2 .view-more-txt span{
    font-family: Karla,'微軟正黑體';
}
.btn-common .view-more-txt.is-first {
    opacity: 1
}

.btn-common .view-more-txt.is-second {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    opacity: 0
}

.btn-common .view-more-txt.is-second .ico-arw {
    margin-right: 14px
}

.btn-common .view-more-txt .ico-arw {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 7px;
    margin-left: 14px
}

.btn-common .view-more-txt .ico-arw:before {
    position: absolute;
    top: 3px;
    left: 0;
    width: 100%;
    height: 1px;
    display: block;
    content: ''
}

.btn-common .view-more-txt .ico-arw:after {
    position: absolute;
    top: 1px;
    right: 0;
    width: 4px;
    height: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    content: ''
}

.btn-common .panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: transform 1.2s cubic-bezier(.14,.64,.26,.99);
    transition: transform 1.2s cubic-bezier(.14,.64,.26,.99);
    -webkit-transform-origin: center 0;
    transform-origin: center 0
}

.btn-common .panel.is-second {
    -webkit-transform: translate3d(0,-120%,0);
    transform: translate3d(0,-120%,0)
}
.btn-common2{
    font-family: '微軟正黑體';
    font-style: normal;
    width: 177px;
    height: 54px;
    margin: 0;
    letter-spacing: 0.06em;
}
.btn-common2 .view-more-txt{
    line-height: 54px;
}
.btn-common2.is-black .panel.is-first{
        background: #2D1A0C;

}
.btn-common2.is-black .view-more-txt.is-first{
    color: #E5BB84;    
}
.btn-common2 .view-more-txt.is-second .ico-arw2{
    width: 12px;
    background: url(../../images/common/branch/icon_hover.png);
    font-size: 0;
    height: 18px;
    display: inline-block;
     margin-right: 15px;
}
.btn-common2 .view-more-txt .ico-arw2{
    background: url(../../images/common/branch/icon.png);
    width: 12px;
    height: 18px;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
     margin-left: 15px;
}
.share{
    display: inline-block;
}
.share .btn {
    color: #E5A755;
    width:  30px;
    height: 30px;
    font-size: 18px;
    margin: 0 2px;
}
.share .btn:hover {
    color: #2B2B2B;
}
.ibtn.fb-fans-page {
    background-image: url('../../images/tw/fb_page0.jpg');
    width: 109px;
    height: 109px;
    transition: all .6s ease;
}
.ibtn.fb-fans-page:hover {
    background-image: url('../../images/tw/fb_page1.jpg');
}

.btn.arrowL,
.btn.arrowR {
    border: 1px solid #e5a755;
    border-radius: 20px;
    line-height: 38px;
    height: 40px;
    color: #e5a755;
    font-size: 16px;
    font-weight: bold;
    padding: 0 20px;
    background: #000;
    position: relative;
    margin: 0 5px 10px;
    transition: all .6s ease;

}
.btn.arrowL {
    padding-left: 52px;
}
.btn.arrowR {
    padding-right: 52px;
}
.btn.arrowL:hover,
.btn.arrowR:hover {
    background-color: #e5a755;
    border-color: #e5a755;
    color: #000;
}
.btn.arrowL .ic,
.btn.arrowR .ic {
    color: #9C8064;
    font-size: 18px;
    background-color: #000;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #e5a755;
    border-radius: 20px;
    position: absolute;
    top: -1px;
    background: #000;
}
.btn.arrowL .ic {
    left: -1px;
}
.btn.arrowR .ic {
    right: -1px;
}

.btn.simple {
    color: #E5A755;
    font-weight: bold;
    border: 1px solid #C19F7E;
    line-height: 30px;
    padding: 0 15px;
    margin: 0 5px 10px;
}
.btn.simple:hover {
    color: #000;
    background: #9C8064;
}
.btn.pure {
    color: #888;
    line-height: 30px;
    padding: 0 5px;
    margin: 0 5px 10px;
}
.btn.pure:hover {
    color: #fff;
    text-decoration: underline;
}

/*------------ / btn ------------*/

/*------------ site_header ------------*/
.wrapper{
    padding-top: 80px;
}
.site-header {
    background: #000000;
     position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    transition: all .6s ease;
}
.site-title {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 50%;
    margin-left: -149px;
    transition: all .6s ease;
}
.site-title .logo {
    background: url('../../images/common/logo.png') 50% 0 / contain no-repeat;
    width: 298px;
    height: 149px;
  transition: all .6s ease;
}
.no-svg .site-title .logo {
    background-image: url('../../images/common/logo.png');
}
.site-title .logo:hover {
    opacity: .7;
}

.site-header .search-box {
    position: absolute;
    left: 15px;
    top: 30px;
    z-index: 10;
    width: 200px;
}
.site-header .search-box .form-control {
    color: #ddd;
    border: 0;
    border-bottom: 1px solid #666;
    background: none;
    margin: 0;
    height: 31px;
    line-height: 30px;
    padding: 0 40px 0 0;
    border-radius: 0;
}
.site-header .search-box .form-control:focus {
    border-bottom-color: #E4D9C2;
}
.site-header .search-box .ibtn {
    background-image: url('../../images/common/btn_search.svg');
    width: 30px;
    height: 30px;
    position: absolute;
    right: 3px;
    top: 0;
}
.no-svg .site-header .search-box .ibtn {
    background-image: url('../../images/common/btn_search.png');
}
.top-nav {
    position: absolute;
    right: 15px;
    top: 30px;
    z-index: 20;
}
.top-nav > * {
    display: inline-block;
    vertical-align: top;
}
.top-nav .language {
    margin-left: 10px;
    position: relative;
}
.top-nav .language .btn {
    background: url('../../images/common/lang_caret.svg') 100% 0 no-repeat #000;
    border: 1px solid #666;
    color: #666;
    font-size: 13px;
    line-height: 30px;
    width: 180px;
    text-align: left;
    padding: 0 40px 0 10px;
}
.no-svg .top-nav .language .btn {
    background-image: url('../../images/common/lang_caret.png');
}
.top-nav .language .btn:hover {
    background-position: 100% 100%;
    border-color: #E4D9C2;
    color: #E4D9C2;
}
.top-nav .language ul {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #666;
    border-top: 0;
    background: #000;
    color: #666;
    padding: 5px 0;
    display: none;
}
.top-nav .language li {
    display: block;
}
.top-nav .language ul a {
    padding: 2px 10px;
    display: block;
}
.top-nav .language ul a:hover {
    color: #E4D9C2;
}
.site-nav {
    padding: 50px 0 10px;
    letter-spacing: 0.02rem;
    text-align: center;
    transition: all .6s ease;
}
.site-nav .menu {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -18px;
}
.site-nav .menu li {
    position: relative;
    z-index: 15;
}
.site-nav .menu li:nth-of-type(4) {
    margin-left: 370px;
}
.site-nav .menu li a {
    display: block;
}
.site-nav .menu > li:nth-last-child(-n+2) {
    display: none;
}
.site-nav .menu > li > a {
    color: #E8D0B4;
    font-size: 18px;
    letter-spacing: 0.15em;
    font-weight: bold;
    padding: 10px;
    margin: 0 18px;
    font-family: '新細明體';
}
.site-nav .menu > li > a:hover,
.site-nav .menu > li.active > a {
    color: #E5A755;
}
.site-nav .menu ul {
    display: none;
}
/*fixed*/

.header-fixed .site-title {
    margin-left: -100px;
}

.header-fixed .site-title .logo {
    width: 200px;
    height: 100px;
}

.header-fixed .top-nav,
.header-fixed .site-header .search-box {
    display: none;
}

.header-fixed .site-nav {
    padding: 8px 0;
}
/*------------ / site_header ------------*/

/*------------ banner ------------*/
.banner {
    position: relative;
}
.banner .container {
    max-width: 1890px;
}
/*------------ / banner ------------*/

/*------------ site_main ------------*/
.main-top {
    padding: 22px 0 50px;
}
.main-top .container {
    max-width: 1890px;
}
.main-title {
    font-size: 30px;
    font-weight: normal;
    color:#FFFFFF;
    letter-spacing: 0.02rem;
    text-align: center;
    line-height: 1.5;
    margin: 0;
    font-family: '新細明體';
    background: url(../../images/common/title_bg.png);
    background-size: 100% 100%;
}
.main-content {
    padding: 0 0 140px;
}
.content {
    max-width: 1360px;
    margin: 0 auto;
    min-height: 360px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.content-title {
    color: #CB302C;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    margin: -28px 0 14px;
}

.shopping-title {
    color: #9B7F64;
        font-family: 'Neuton', 'あおぞら明朝', 'Noto Sans Japanese',serif;
    font-size: 19px;
    letter-spacing: 0.05em;
    padding-left: 28px;
    position: relative;
    margin-bottom: 10px;
}
.shopping-title .ic {
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 21px;
}

.btn-box {
    clear: both;
    padding-top: 30px;
    position: relative;
    text-align: center;
}
.btn-box:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}
.btn-box.wide-spacing {
    letter-spacing: 15px;
}
.btn-box.wide-spacing * {
    letter-spacing: 0.1em;
}

.warning-sect {
    padding-bottom: 30px;
}

/*------------ / site_main ------------*/

/*------------ breadcrumb ------------*/
.breadcrumb {
    text-align: center;
    padding: 8px;
    color: #636566;
    font-size: 13px;
}
.breadcrumb li {
    margin: 0;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
}
.breadcrumb li+li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url('../../images/common/breadcrumb_caret.png');
    width: 11px;
    height: 11px;
    margin: 0 5px 4px;
}
.breadcrumb li a:hover {
    color: #E8D0B4;
}

.content-top .breadcrumb {
    text-align: left;
    padding: 0 0 0 20px;
    margin-bottom: 18px;
    font-size: 15px;
    position: relative;
}
.content-top .breadcrumb:before {
    content: '\e90f';
    font-family: 'icon-font-30' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    position: absolute;
    top: 7px;
    left: 0;
}
.content-top .breadcrumb li+li:before {
    content: '\f105';
    display: inline-block;
    vertical-align: middle;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: none;
    width: auto;
    height: auto;
    font-size: 1.4em;
    margin-right: 2px;
}
.content-top .breadcrumb li:last-child a,
.content-top .breadcrumb li a:hover {
    color: #bbb;
}

/*------------ / breadcrumb ------------*/

/*------------ content_nav ------------*/
/*
.content-nav li {
    position: relative;
    margin: 0;
    letter-spacing: 0;
}
.content-nav li a {
    display: block;
    color: #9A7F64;
    border: 1px solid #C19F7E;
    margin-bottom: 10px;
    padding: 5px 15px;
}
.content-nav li a:hover,
.content-nav li.active > a {
    background: #C19F7E;
    color: #000;
}
.content-nav li a.logout {
    border: 0;
    font-weight: bold;
}
.content-nav li a.logout:hover,
.content-nav li.active > a.logout {
    background: none;
    color: #9A7F64;
    text-decoration: underline;
}
*/
.content-nav {
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
}
.content-nav li a{
    position: relative;
    z-index: 5;
    display: block;
    transition: all .6s ease;
    font-family: '新細明體';
    font-size: 17px;
	padding:10px 40px 15px;
	position: relative;
	
}
.content-nav li{
    border:solid rgba(230,188,132,0.6) 1px;
    display: inline-block;
    font-size: 20px;
    color: #636566;
    
    text-align: center;
    
    line-height: 1;
    margin-bottom: 10px;

}
.content-nav li + li{
    margin-left: 20px;
}
.content-nav li span{
     border:solid rgba(230,188,132,0.3) 1px;
     position: absolute;
     width: 100%;
     height: 100%;
     top: -5px;
     left: -5px;
     display: block;
}
.content-nav li a::before,
.content-nav li a::after {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    content: '';
   transition: all .6s ease;
       z-index: -1;
}

.content-nav li a::before {
     top: -5px;
    left: -5px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
 
}
.content-nav li a::after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    bottom: 4px;
    right: 4px;
}
.content-nav li a:hover::before,
.content-nav li a:hover::after,
.content-nav li.active a::before,
.content-nav li.active a::after {
    width: 100%;
    opacity: 1;
    height: 100%;

}
.content-nav li:hover a,.content-nav li.active a{
    color: #E5A755;
}
/*------------ / content_nav ------------*/
/*------------ side ------------*/
.side {
    width: 300px;
    float: left;
}
.has-side .content {
    width: calc(100% - 372px);
    float: right;
}
.side-nav {
    position: relative;
    background: url('../../images/common/border.png') repeat-x,
                url('../../images/common/border.png') 0 100% repeat-x;
    padding: 4px 0;
    letter-spacing: 0.03rem;
}
.side-nav li a {
    display: block;
}
.side-nav > li+li {
    border-top: 1px dashed #4E4032;
}
.side-nav > li > a {
    color: #9C8064;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 10px 10px 32px;
}
.side-nav > li > a:hover,
.side-nav > li.active > a {
    color: #E4D9C2;
}
.side-nav > li > a:hover:before,
.side-nav > li.active > a:before {
    content: '\e908';
    font-family: 'icon-font-30' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    position: absolute;
    top: 14px;
    left: 6px;
}
.side-nav ul {
    display: none;
    margin-bottom: 20px;
}
.side-nav ul li a {
    color: #525252;
    font-size: 15px;
    position: relative;
    padding: 4px 10px 4px 32px;
}
.side-nav ul li a:hover,
.side-nav ul li.active > a {
    color: #bbb;
}
.side-nav-top {
    position: relative;
    background: url('../../images/common/border.png') repeat-x;
    padding: 10px 0;
    letter-spacing: 0.03rem;
}
.side-nav-top > li > a {
    color: #9C8064;
    font-size: 16px;
    padding: 5px 10px 5px 32px;
}
.side-nav-top > li > a:before {
    content: '\e90f';
    font-family: 'icon-font-30' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    position: absolute;
    top: 12px;
    left: 10px;
}
.side-nav-top > li > a:hover,
.side-nav-top > li.active > a {
    color: #E4D9C2;
}

/*------------ / side ------------*/

/*------------ site_footer ------------*/
.site-footer {
    background:#000 url('../../images/common/footer_border.png') center top no-repeat;
    z-index: 5;
    position: relative;
    padding: 60px 0 40px;
    color: #525252;
    font-size: 14px;
    line-height: 1.5;
}
.site-main{
    position: relative;
}
.site-main:after{
    content: '';
    display: block;
    background: url(../../images/common/footer_pic.jpg);
    width: 29.64%;
    padding-bottom: 15.87%;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: -2%;
    z-index: -1;

}
.site-footer .col {
    float: left;
}
.site-footer .col1 {
    width: 360px
}
.site-footer .col2 {
    width: 400px;
    padding: 0 50px;
}
.site-footer .col3 {
    padding-top: 50px;
    text-align: right;
    float: right;
}
.site-footer a:hover {
    color: #C3A07D;
}
.site-footer .title {
    color: #E5A755;
    font-family: 'Neuton';
    font-size: 20px;
    margin-bottom: 24px;
}
.site-map {
    color: #E7D0B3;
    font-size: 13px;
    letter-spacing: 50px;
    font-family: '微軟正黑體'
}
.site-map ul {
    display: inline-block;
    vertical-align: top;
}
/* .site-map ul:first-of-type li:last-of-type{
    display: none;
} */
.site-map ul li {
    letter-spacing: 0.05rem;
    margin-bottom: 15px;
}
.site-map ul li a {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    transition: all .6s ease;
}
.site-map ul li a:before {
    transition: all .6s ease;
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: #000;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 9px;
}
.site-map ul li a:hover:before {
    background: #FFFFFF;
}
.site-map ul li a:hover{
    color: #FFFFFF;
}
.site-info{
    padding-top: 0;
}
.site-info {
    font-family: '新細明體','微軟正黑體';
}
.site-info b {
    display: block;
    color: #E5A755;

}
.site-info .txt {
    display: inline-block;
    position: relative;
    color: #E8D0B4;
}

.follow {
    letter-spacing: 18px;
    margin-bottom: 20px;

}
.follow > * {
    display: inline-block;
   vertical-align: bottom;
    letter-spacing: 0;
}
.copyright-box {
    color: #454545;
    font-size: 12px;
    line-height: 1.45;
    font-family: '新細明體','微軟正黑體';
}
.copyright-box p {
    margin: 0;
}

/*------------ / site_footer ------------*/

/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: 50%;
    bottom: 30%;
    margin-right: -820px;
    z-index: 400;
    transition: all .6s ease;
}
.floating .ibtn.gotop {
    display: block;
    background-image: url('../../images/common/gotop.png');
    width: 56px;
    height: 55px;
}
.no-svg .floating .ibtn.gotop {
    background-image: url('../../images/common/gotop.png');
}
/*------------ / floating ------------*/

/*------------ pagination ------------*/
.pagination {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 13px;
}
.pagination li {
    display: inline-block;
    vertical-align: middle;
}

.pagination li a {
    display: block;
    min-width: 40px;
    height: 40px;
    line-height: 38px;
    padding: 0 3px;
    border: 1px solid #E8D0B4;
    text-align: center;
    color: #E8D0B4;
    margin: 0 3px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.pagination li a:hover,
.pagination li.active a {
    background-color: #E8D0B4;
    color: #000;
}
.pagination li a.controls {
    width: 40px;
    line-height: 38px;
    font-size: 20px;
}
.pagination li a.controls:hover {
    background-color: #E8D0B4;
}
.pagination li a.controls .ic {
    margin: 0 0 3px;
    vertical-align: middle;
}
.ic30-dot-arrow-right:before,.ic30-dot-arrow-left:before{
    width: 11px;
    height: 11px;
    font-size: 0;
    text-indent: 0;
    display: inline-block;
    margin-top: -8px;
    vertical-align: middle;
}
.ic30-dot-arrow-right:before{
    background-image: url(../../images/common/page_right.png);
}
.ic30-dot-arrow-left:before{
    background-image: url(../../images/common/page_left.png);
}
.pagination li a.prev {
    margin-right: 15px;
}
.pagination li a.next {
    margin-left: 15px;
}
.page-info {
    display: none;
}
.page-info .form-control {
    height: 40px;
    line-height: 38px;
    color: #9B7F64;
    padding: 5px 10px;
    background: none;
    border: 1px solid #9C8064;
}
.page-info .form-control:focus {
    outline: none;
    background-color: #9C8064;
    color: #000;
}

/*------------ / pagination ------------*/

/*------------ form ------------*/
.reminder {
    text-align: center;
    color: #9A9A9A;
    font-size: 14px;
    letter-spacing: 0.04em;
    position: relative;
    margin: 0 0 30px;
}
.reminder span {
    display: block;
}

.qty-box {
    position: relative;
    display: inline-block;
    width: 100px;
    max-width: none;
    box-sizing: border-box;
}
.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 30px;
    line-height: 28px;
    color: #666;
    background: #000;
    border: 1px solid #666;
    margin: 0;
    padding: 0 30px;
    z-index: 1;
    border-radius: 0;
}
.qty-box .form-control:focus {
    color: #C19F7D;
    border-color: #C19F7D;
}
.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 21px;
    color: #666;
    position: absolute !important;
    z-index: 3;
    top: 0;
}
.qty-box .btn:hover {
    color: #C19F7D;
}
.qty-box .less {
    left: 0;
}
.qty-box .add {
    right: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 34px;
    color: #bbb;
    padding: 0 10px;
    border: 1px solid #373737;
    background: #111;
    box-sizing: border-box;
    margin-bottom: 6px;
}
.form-control:focus {
    outline: none;
    border-color: #9A7F64;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
    height: auto;
}
.static-control {
    line-height: inherit;
    color: #E5A755;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 6px;
    padding: 0 15px;
}
.form-title {
    color: #E5A755;
        font-family: 'Neuton', 'あおぞら明朝', 'Noto Sans Japanese',serif;
    font-size: 28px;
    text-align: center;
}
.form-wrap {
    margin: 0 auto;
    background: url('../../images/common/pattern.png');
    padding: 36px 48px;
}
.form-wrap.type3 {
    background: none;
    padding: 0;
}
.form-wrap.type2 .form-box,
.form-wrap.type3 .form-box {
    max-width: 830px;
}
.form-wrap .btn-box {
    margin: 0 auto;
    max-width: 900px;
}
.form-box {
    margin: 0 auto;
}
.form-box .row {
    margin: 0 -24px;
    position: relative;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 24px;
}
.form-box .required {
    position: relative;
}
.form-box .required:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: #E4D9C2;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: 13px;
}
.form-box .form-group {
    padding: 4px 0;
    line-height: 36px;
}
.form-box .control-label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    padding-left: 18px;
    line-height: inherit;
}
.form-box .control-box {
    position: relative;
}
.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
}
.form-box .captcha .form-control {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    max-width: 280px;
}
.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #e4d9c2;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .6s ease;
}
.form-box .captcha a:hover {
    color: #9c8064;
}
.form-box .captcha a * {
    vertical-align: middle;
}
.form-box .captcha a .ic {
    width: 30px;
    height: 30px;
    font-size: 30px;
}
.form-box .captcha a:hover .icon {
    background-position: 0 100%;
}
.form-box .account .control-label {
    float: left;
}
.form-box .account .control-box {
    margin-left: 150px;
}
.form-box .name .control-box {
    position: relative;
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}
.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}
.form-box .name2 .control-box {
    padding-right: 150px;
}
.form-box .name2 .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.form-box .name2 .radio-box label {
    margin-bottom: 0;
}
.form-box .tips {
    line-height: 1.2;
    margin-bottom: 6px;
    color: #9A7F64;
    font-size: 13px;
    padding: 0 5px;
}
.form-wrap.type1 .tips {
    min-height: 36px;
    line-height: 18px;
}

.form-box .input-group {
    margin: 0 -3px;
}
.form-box .input-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}
.form-box .input-group .input-box {
    float: left;
    width: 50%;
    padding: 0 3px;
    box-sizing: border-box;
}
.form-box .input-group .form-control {
    display: inline-block;
}

.form-box .name .control-box {
    position: relative;
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}
.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}
.form-box .address .input-box:last-child {
    width: 100%;
}
.form-box .address2 .input-box {
    width: 22%;
}
.form-box .address2 .input-box:last-child {
    width: 56%;
}
.form-radio,
.form-checkbox {
    display: inline-block;
    position: relative;
}
.form-radio input[type=radio],
.form-checkbox input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0!important;
    visibility: hidden;
    outline: 0;
    z-index: 3;
    width: 17px;
    height: 17px;
}
.form-radio:before,
.form-checkbox:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: 50% 0 / 100% auto no-repeat;
    width: 14px;
    height: 14px;
    margin: 0 0 4px;
}
.form-radio:before {
    background-image: url('../../images/common/form_radio.svg');
}
.no-svg .form-radio:before {
    background-image: url('../../images/common/form_radio.png');
}
.form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.svg');
}
.no-svg .form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.png');
}
.form-radio.checked:before,
.form-checkbox.checked:before {
    background-position: 0 100%;
}

.success-wrap {
    background: #222;
    text-align: center;
    margin: 0 auto;
    padding: 4% 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.success-box {
    text-align: center;
}
.success-msg {
    color: #777;
    font-size: 18px;
    line-height: 1.4;
    margin: 0 auto 30px;
}
.success-msg:after {
    content: '';
    display: block;
    border-top: 1px solid #E8D0B4;
    width: 50px;
    margin: 20px auto 0;
}
.success-msg span {
    display: block;
    color: #E8D0B4;
        font-family: 'Neuton', 'あおぞら明朝', 'Noto Sans Japanese',serif;
    font-size: 37px;
}
.success-txt {
    line-height: 1.8;
    color: #777;
    font-family: '微軟正黑體';
    letter-spacing: 0.035em;
    padding-bottom: 15px;
}
.success-txt strong {
    color: #fff;
}
.success-txt a {
    text-decoration: underline;
    color: #fff;
    font-weight: bold;
}
.success-txt a:hover {
    text-decoration: none;
}

/*------------ / form ------------*/

/*------------ table ------------*/
.table-box {
    background: url('../../images/common/border.png') repeat-x,
                url('../../images/common/border.png') 0 100% repeat-x;
    padding: 4px 0;
}
.table-h {
    color: #aaa;
    background: url('../../images/common/pattern.png');
}
.table-h td {
    padding: 10px 6px;
    line-height: 1.4;
    text-align: center;
    min-width: 76px;
}
.table-h .btn-holder {
    min-width: 30px;
}
.table-h thead th {
    color: #888;
    background: rgba(0,0,0,0.2);
    font-weight: normal;
    padding: 12px;
}
.table-h tbody tr {
    border-top: 1px dashed #4E4032;
}

.table-h .align-left {
    text-align: left;
}
.table-h a {
    display: inline-block;
    vertical-align: middle;
}
.table td span {
    color: #B20000;
}

.table-v {
    color: #777;
    font-size: 13px;
}
.table-v tr + tr {
    border-top: 1px dashed #4E4032;
}
.table-v th,
.table-v td {
    padding: 10px 0;
    vertical-align: middle;
}
.table-v th {
    text-align: left;
    width: 170px;
    color: #888;
    padding-right: 20px;
    font-weight: normal;
    position: relative;
}
.table-v td {
    color: #ccc;
}
.table-v b {
    color: #fff;
}

/*------------ / table ------------*/

/*------------ lightbox ------------*/
body .fancybox-close {
    background: url('../../images/common/lightbox_close.png') no-repeat;
    width: 30px;
    height: 30px;
    right: 14px;
    top: 14px;
    display: none;
}
body .fancybox-close:hover {
    background-position: 0 100%;
}
body .fancybox-skin {
    background: #222;
    border-radius: 0;
    margin-top: 40px;
    border-radius: 0;
}
.fancybox-album .fancybox-skin {
    margin: 0 120px;
    border: solid #E5A755 1px;
}
.fancybox-album .fancybox-nav span {
 /*   background: url('../../images/common/index/banner_arrow.svg') no-repeat;
    width: 90px;
    height: 90px;
    margin-top: -45px;
    visibility: visible;*/
    opacity: 0;
}
/*.no-svg .fancybox-album .fancybox-nav span {
    background: url('../../images/common/index/banner_arrow.png') no-repeat;
}*/
.fancybox-album .fancybox-prev span {
/*    background-position: 0 0;
    left: -120px;*/
}
.fancybox-album .fancybox-next span {
 /*   background-position: 100% 0;
    right: -120px;*/
}
.fancybox-album .fancybox-prev:hover span {
    /*background-position: 0 100%;*/
}
.fancybox-album .fancybox-next:hover span {
    /*background-position: 100% 100%;*/
}
#fancybox-thumbs ul li {
    opacity: 1;
    border:solid 1px transparent;
}
#fancybox-thumbs ul li:hover,#fancybox-thumbs ul li.active{
    border:solid 1px #fff;
    opacity: 1;
}
.fancybox-album .fancybox-title {
    font-family: inherit;
    color: inherit;
    line-height: inherit;
    position: relative;
    padding: 10px 5px 0;
}
.fancybox-album .photo-pager {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 150px;
    margin-left: -75px;
    background: rgba(0,0,0,0.75);
    color: #868686;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
}
.fancybox-album .photo-pager b {
    color: #E8D0B4;
    font-size: 18px;
}
.fancybox-album .photo-title {
    color: #BF9E7B;
    font-size: 17px;
    font-weight: bold;
}
.fancybox-album .photo-intro {
    color: #888;
    padding: 5px 0 15px;
}
/*------------ / lightbox ------------*/

body .fancybox-close {
    background: url('../../images/common/lightbox_close.png') no-repeat;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
}

body .fancybox-close:hover {
    background-position: 0 100%;
}

body .fancybox-skin {
    background: #222;
    border-radius: 0;
    margin-top: 40px;
    border-radius: 0;
}

.lightbox-body {
    background: none;
}

.lightbox-wrapper {
    padding: 40px;
    max-width: 100%;
    width: 780px;
    margin: 0 auto;
    box-sizing: border-box;
}

.login-box .lightbox-title {
    background: url('../../images/common/member/login_ic.png') 50% 0 no-repeat;
    padding-top: 60px;
    color: #BF9E7B;
    font-family: 'Times New Roman', Times, Georgia, '微軟正黑體', serif;
    font-size: 24px;
    text-align: center;
    margin: 0 0 20px;
}

.lightbox-wrapper .control-label {
    display: none;
}

.lightbox-btn {
    background: #000;
    text-align: center;
    margin: 15px -40px -40px;
    padding: 30px 40px 20px;
}

.login-box .success-box+.btn-box {
    max-width: 700px;
    margin: 0 auto;
}

.lightbox-title{
    color: #E5A755;
}



.mmenu-show #mobile-menu .side-nav ul {
    margin: 0;
}
.mmenu-show #mobile-menu .side-nav > li+li {
    border-top: 0;
}
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #e5a755;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #e5a755;
}
.mmenu-show #mobile-menu .side-nav-top > li a:before {
    border-color: #e5a755;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #e5a755;
}
.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}
@media screen and (max-width: 1650px) {
/*------------ floating 1650 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 5px;
        margin-right: 0;
    }
/*------------ / floating 1650 ------------*/
}
@media screen and (max-width: 1470px) {
/*------------ site_header 1470 ------------*/
    .site-nav .menu {
        margin: 0 -9px;
    }
    .site-nav .menu > li > a {
        margin: 0 9px;
    }
/*------------ / site_header 1470 ------------*/
}
@media screen and (max-width: 1400px) {
/*------------ site_footer 1400 ------------*/
    .site-footer .container {
        max-width: 760px;
    }
    .site-footer .col1 {
        width: auto;
    }
    .site-map {
        margin-bottom: 10px;
    }
    .site-map ul {
	display: inline;
    padding: 0;
    height: auto;
    overflow: hidden;
    }
    .site-map ul li {
        float:left;
		padding-right:30px;
    }
    .site-footer .col2 {
        clear: left;
        width: 100%;
        padding-left: 0;
    }
	.site-info b{
		display:inline-block;
		margin-right:15px;
		width:100px;
	}
/*------------ / site_footer 1400 ------------*/
}
@media screen and (max-width: 1320px) {
/*------------ site_header 1320 ------------*/
    .site-nav .menu {
        margin: 0;
    }
    .site-nav .menu > li > a {
        margin: 0;
    }
/*------------ / site_header 1320 ------------*/
}
@media screen and (max-width: 1200px) {
/*------------ side 1200 ------------*/
    .side {
        width: 250px;
    }
    .has-side .content {
        width: calc(100% - 300px);
    }
/*------------ / side 1200 ------------*/
}
@media screen and (max-width: 1130px) {
/*------------ site_header 1130 ------------*/
    .site-title {
        margin-left: -120px;
    }
    .site-title .logo {
        width: 240px;
        height: 120px;
    }
    .site-nav {
        padding: 60px 0 0;
    }
    .site-nav .menu > li > a {
        font-size: 15px;
    }
  
    .site-header .search-box,
    .top-nav {
        top: 20px;
    }
/*------------ / site_header 1130 ------------*/
}
@media screen and (max-width: 1024px) {
	.content-nav li a::before, .content-nav li a::after{
		display:none;
	}
	.content-nav li{
		transition: all .3s ease;
	}
	.content-nav li.active,.content-nav li:hover{
		border-color:#fff
		
	}
}
@media screen and (max-width: 1000px) {
    .btn-common{
        margin-top: 45px;
        margin-bottom: 40px;
    }
    .site-main:after{
        display: none;

    }
    .site-footer .col3{
        float: none;
        text-align: center;
    }
    .site-header{
        position: static;
    }
    .site-title .logo ,.header-fixed .site-title .logo {
        width: 140px;
        height: 70px;
    }
    .header-fixed .site-title{
        margin-left: 0;
    }
    .site-footer .share{
        display: none;
    }
    .follow{
        text-align: center;
    }
    .site-footer .col2{
        display: none;
    }
/*------------ site_header 1000 ------------*/
    .site-title {
        position: relative;
        left: 0;
        margin: 0;
        text-align: center;
    }
    .site-title .logo {
        margin-bottom: -20px;
    }
    .site-nav,
    .site-header .search-box,
    .top-nav {
        display: none;
    }
/*------------ / site_header 1000 ------------*/
/*------------ site_main 1000 ------------*/
    .main-top {
        padding-bottom: 50px;
    }
/*------------ / site_main 1000 ------------*/
/*------------ content_nav 1000 ------------*/
    .content-nav {
        display: none;
    }
/*------------ / content_nav 1000 ------------*/
/*------------ site_footer 1000 ------------*/
    .site-footer {
        padding: 40px 0 30px;
    }
    .site-footer .col1 {
        display: none;
    }
/*------------ / site_footer 1000 ------------*/
/*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
    }
    .floating .ibtn.gotop {
        background: url('../../images/common/mobile_gotop.svg') 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
    }
    .no-svg .floating .ibtn.gotop {
        background-image: url('../../images/common/mobile_gotop.png');
    }
/*------------ / floating 1000 ------------*/
/*------------ form 1000 ------------*/
    .form-box .col {
        width: 100%;
    }
/*------------ / form 1000 ------------*/
/*------------ lightbox 1000 ------------*/
    .fancybox-album .fancybox-skin {
        margin: 0 80px;
    }
    .fancybox-album .fancybox-nav span {
        width: 60px;
        height: 60px;
        background-size: 200% auto;
        margin-top: -30px;
    }
    .fancybox-album .fancybox-prev span {
        left: -80px;
    }
    .fancybox-album .fancybox-next span {
        right: -80px;
    }
/*------------ / lightbox 1000 ------------*/
}
@media screen and (max-width: 900px) {
/*------------ table 900 ------------*/
    .table-h td {
        min-width: 40px;
    }
/*------------ / table 900 ------------*/
}
@media screen and (max-width: 767px) {
/*------------ site_main 767 ------------*/
    .main-top {
        padding: 15px 0 30px;
    }
    .main-title {
        font-size: 24px;
    }
    .main-content {
        padding-bottom: 60px;
    }
/*------------ / site_main 767 ------------*/
/*------------ breadcrumb 767 ------------*/
    .breadcrumb {
        font-size: 12px;
    }
/*------------ / breadcrumb 767 ------------*/
/*------------ pagination 767 ------------*/
    .page-info {
        display: block;
        padding: 0 50px;
    }
    .pagination {
        position: relative;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -40px;
        margin: 0;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
/*------------ / pagination 767 ------------*/
/*------------ site_footer 767 ------------*/
    .site-footer {
        text-align: center;
        padding: 30px 0;
    }
    .site-footer .col {
        float: none;
        width: auto;
        padding: 0;
    }
    .site-info {
        margin-bottom: 25px;
    }
    .site-info b {
        display: block;
        margin: 0;
    }
    .site-info .txt {
        display: inline-block;
        padding: 0;
    }
    .site-info .txt:before {
        display: none;
    }
/*------------ / site_footer 767 ------------*/
/*------------ form 767 ------------*/
    .form-title {
        font-size: 24px;
    }
    .form-wrap {
        padding: 10px 15px;
    }
    .form-box .name2 .control-box {
        padding: 0;
    }
    .form-box .name2 .radio-box {
        bottom: 100%;
    }
    .form-box .address2 .input-box {
        width: 50%;
    }
    .form-box .address2 .input-box:last-child {
        width: 100%;
    }
    .form-wrap .form-box .tips {
        min-height: 0;
    }
    .success-wrap {
        padding: 40px 15px 30px;
    }
/*------------ / form 767 ------------*/
/*------------ lightbox 1000 ------------*/
    .fancybox-album .fancybox-skin {
        margin: 0 10px;
    }
    .fancybox-album .fancybox-nav span {
        width: 36px;
        height: 36px;
        margin-top: -18px;
    }
    .fancybox-album .fancybox-prev span {
        left: -20px;
    }
    .fancybox-album .fancybox-next span {
        right: -20px;
    }
/*------------ / lightbox 1000 ------------*/
}
@media screen and (max-width: 500px) {
/*------------ table 500 ------------*/
    .table-v tr,
    .table-v th,
    .table-v td {
        display: block;
        width: auto;
        text-align: left;
    }
    .table-v tr {
        padding: 10px 0;
    }
    .table-v th,
    .table-v td {
        padding: 0;
    }
/*------------ / table 500 ------------*/
}
@media screen and (max-width: 400px) {
/*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
/*------------ / form 400 ------------*/
/*------------ btn 400 ------------*/
    .btn.simple {
        margin: 0 auto 10px;
    }
/*------------ / btn 400 ------------*/
}