/* reset */
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tbody, tfoot, thead, label, table, tr, td, th, body, blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
    line-height:100%;
    list-style: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/*
 * Copyright (C) 2014 Adobe Systems Incorporated
 *      https://github.com/adobe-fonts/source-han-sans/tree/master
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

@font-face {
   font-family:'cbg';
   src: url('centurygothic.woff') format("woff");
}

a{
	color:#c7161d;
	font-style:normal;
	text-decoration:none;
	outline:none;
}

a:link {
	color:#c7161d;
	font-style:normal;
	text-decoration:none;
}

a:visited {
	color:#c7161d;
	text-decoration:none;
}

a:hover {
	color:#c7161d;
	font-style:normal;
	text-decoration:underline;
}

a:active {
	text-decoration:underline;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.torikeshi {
    text-decoration:line-through;
}

@keyframes top {
0% {opacity:0;}
100% {opacity:1;}
}

-moz-@keyframes top {
0% {opacity:0;}
100% {opacity:1;}
}

-webkit-@keyframes top {
0% {opacity:0;}
100% {opacity:1;}
}

-o-@keyframes top {
0% {opacity:0;}
100% {opacity:1;}
}

-ms-@keyframes top {
0% {opacity:0;}
100% {opacity:1;}
}

/* common */
body{
    font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    min-width: 1200px;
    color:#333333;
}

.wrapper {
    font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    width:1000px;
    margin:0 auto;
    z-index:100;
}

.forsp {
    display:none;
}

.forpc {
    display:block;
}

.cgb {
	font-family:'cbg';
}


/* menu */
.menu-width {
    width:100%;
    z-index:999999;
	background:#ffffff;
}

.menu-box {
	width:1000px;
    margin:0 auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    display:-webkit-flex;
    -webkit-align-items:center;
    -webkit-justify-content:space-between;
    padding:20px 0px;
}

.menu-box h1 .logo {
    width:auto;
    height:37px;
    padding-bottom:5px;
    padding-left:13px;
}

.menu-box h1 a {
    transition:opacity 0.1s linear;
    -webkit-transition:opacity 0.1s linear;
    opacity:1.0;
}

.menu-box h1 a:hover {
    opacity:0.8;
}

.header-sns {
    display:flex;
    justify-content:flex-end;
	align-items: center;
    font-size:20px;
}

.header-sns li {
	margin-left: 20px;
}

.header-sns li a {
    padding:0px 8px;
    color:#333333;
    transition:color 0.1s linear;
    -webkit-transition:color 0.1s linear;
}

.header-sns li a .fa-facebook-square:hover {
    color:#3B5998;
}

.header-sns li a .fa-instagram:hover {
    color:#d92a7a;
}

.header-sns li a .fa-twitter:hover {
    color:#1da1f3;
}

.header-sns li a .fa-youtube:hover {
    color:#ff0000;
}

/* footer */
.footer {
    font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	background:#1f2020;  
}

.pagetop {
	font-family:'cbg';
    width:100%;
    height:55px;
    overflow:hidden;
    color:#ffffff;
    text-align:center;
}

.pagetop a {
	width:100%;
    font-size:14px;
    letter-spacing:2px;
    background:#424142;
    text-decoration:none;
    color:#ffffff;
    display:block;
    padding:20px 0px;
	display:flex;
    justify-content:center;
	display:-webkit-flex; /* Safari */
    -webkit-justify-content:center; /* Safari */
    transition:background-color 0.1s linear;
    -webkit-transition:background-color 0.1s linear;
}

.pagetop a:hover {
    text-decoration:none;
    color:#ffffff;
    background-color:#545455;
}

.arrow {
	width: 10px;
	height: 10px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
    transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
    margin-top:4px;
    margin-right:15px;
}

.ichiran {
	padding:50px 0px;
}

.ichiran a {
    color:#ffffff;
    font-size:12px;
}

.ichiran ul {
    display: flex;
    flex-direction:row;
    justify-content:space-between;
    display:-webkit-flex; /* Safari */
    -webkit-flex-direction:row; /* Safari */
    -webkit-justify-content:space-between; /* Safari */
}

.ichiran ul ul li {
    padding-top:5px;
}

.ichiran ul a {
    font-weight:bold;
}

.ichiran ul ul {
    display: flex;
    flex-direction:column;
    display:-webkit-flex; /* Safari */
    -webkit-flex-direction:column; /* Safari */
}

.ichiran ul ul a {
    font-weight:normal;
}

.ichiran ul ul li a:before {
    content:"・";
}

.shusai {
    margin-top:50px;
	padding-top:25px;
    border-top:1px solid #424142;
	display:flex;
    justify-content:space-between;
    align-items:center;   
    display:-webkit-flex; /* Safari */
    -webkit-justify-content:space-between; /* Safari */
    -webkit-align-items:center;
}

.shusai-r {
    text-align:right;
    color:#ffffff;
}

.toiawase {
    font-size:14px;
    margin-bottom:10px;
}

.toiawase img {
    padding-right:5px;
}

.toiawase a {
    font-size:14px;
    font-family: 'cbg','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.copyright {
    font-size:10px;
    font-family: 'cbg';
    letter-spacing:0.5px;
}


/* slick */
.slider-for {
	width:100%;
    height:565px;
    background:#000000;
}

.slider-for .slick-slide {
	width:1000px;
    height:525px;
    padding:20px 0px;
}

.slider-for .slick-slide img {
	width:1000px;
    height:525px;
    display:block;
}

.top-slider {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,262626+100 */
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #262626 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #000000 0%,#262626 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #000000 0%,#262626 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#262626',GradientType=0 ); /* IE6-9 */
}

.top-slider img {
    animation: top 2s ease 0s 1 normal;
    -moz-animation: top 2s ease 0s 1 normal;
    -webkit-animation: top 2s ease 0s 1 normal;
	-o-animation: top 2s ease 0s 1 normal;
    -ms-animation: top 2s ease 0s 1 normal;
}

.slider-nav {
    width:1000px;
    margin:0 auto;
    box-sizing:border-box;
    padding:20px 23px 20px 32px;
}

.slider-nav .slick-slide {
	width:182px;
    height:auto;
}

.slider-nav img {
    width:172px;
    height:auto;
    display:block;
    box-shadow:0px 0px 5px #000000;
    margin:0px 5px;
}

.slider-nav .slick-prev:before,
.slider-nav .slick-next:before {
      color: #ffffff;
}

.slider-nav .slick-prev {
    position:absolute;
    left:-1px;
    z-index:999999;
}

.slider-nav .slick-next {
    position:absolute;
    right:-1px;
    z-index:999999;
}

.slider-for a, .slider-nav a {
    cursor:pointer;
}

    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .8;
    }
    
    .slick-active {
      opacity: .8;
    }

    .slick-current {
      opacity: 1;
    }

/* top */
.news-box {
    background:#ffffff;
    padding:70px 0px;
}

.news-box .wrapper {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    display:-webkit-flex;
    -webkit-flex-wrap:wrap;
    -webkit-justify-content:space-between;
}

.twitter {
    width:465px;
    height:500px;
    box-sizing:border-box;
    border:1px solid #efefef;
    overflow:scroll;
}

h2 {
	width:100%;
    font-size:30px;
    font-weight:bold;
    text-align:center;
    font-family:'cbg';
}

.fb-page {
    width:465px;
    box-sizing:border-box;
}

.red-box {
    background:#c7161d;
	padding:70px 0px;
}

/* sakuhin-list */
.midashi-box {
    width:100%;
    padding:125px 0px;
    text-align:center;
    font-weight:bold;
    color:#ffffff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d7161b+0,d4561b+100 */
	background: #d7161b; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #d7161b 0%, #d4561b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #d7161b 0%,#d4561b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #d7161b 0%,#d4561b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7161b', endColorstr='#d4561b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

h2 {
    font-size:30px;
    font-family:'cbg';
    letter-spacing:2px;
}

.midashi-box p {
    font-size:18px;
    padding-top:10px;
    font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.sakuhin-list-box {
    width:100%;
    padding:75px 0px 75px 0px;
    animation: top 2s ease 0s 1 normal;
    -moz-animation: top 2s ease 0s 1 normal;
    -webkit-animation: top 2s ease 0s 1 normal;
	-o-animation: top 2s ease 0s 1 normal;
    -ms-animation: top 2s ease 0s 1 normal;
}

.sakuhin-list-box .wrapper {
    width:640px;
}

.sakuhin-list-box ul {
	width:100%;
    height:auto;
    margin-bottom:60px;
}

.sakuhin-list-box ul li {
    width:100%;
    font-size:16px;
    line-height:32px;
    margin-bottom:10px;
}

.sakuhin-list-box h3 {
    font-weight:bold;
    font-size:20px;
    text-align:left;
    border-bottom:1px solid #d4c6a3;
    padding-top:15px;
    padding-bottom:15px;
    margin-bottom:25px;
	cursor:pointer;
	background:url(./images/plus.png) no-repeat top 18px right;
    background-size:14px 14px;
}

.sakuhin-list-box h3.active{
 	background:url(./images/minus.png) no-repeat top 18px right;
    background-size:14px 14px;
}

.sakuhin-list-box a {
	color:#333333;
    display:flex;
    justify-content:flex-start;
    align-items:center;
}

.sakuhin-list-box a:hover {
	color:#333333;
}

.sakuhin-list-box a  img {
    width:20%;
}

.sakuhin-title {
	width:60%;
	font-size:20px;
    line-height:30px;
    font-weight:bold;
    padding:0px 20px;
    box-sizing:border-box;
}

.sakuhin-spec {
    width:20%;
    font-size:10px;
    text-align:right;
}

@media screen and (min-width: 0px) and (max-width: 640px) {

/* common */
body {
	font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    min-width: 100%;   
}

.wrapper {
    width:100%;
    margin:0 auto;
}

.forsp {
    display:block;
}

.forpc {
    display:none;
}

/* menu */
.menu-box {
	width:100%;
    justify-content:center;
    -webkit-justify-content:center;
}

.menu-box h1 img {
    width:auto;
    height:37px;
}

.menu-box h1 .logo {
    width:auto;
    height:28px;
    padding-bottom:5px;
    padding-left:10px;
}

.header-sns {
    display:none
}

/* footer */
.footer {
	background:#1f2020;
    overflow:hidden;
}

.pagetop {
    width:100%;
    height:auto;
    overflow:hidden;
    color:#ffffff;
    text-align:center;
	font-family:'cbg';
}

.pagetop a {
	font-size:10px;
	width:100%;
    background:#424142;
    text-decoration:none;
    color:#ffffff;
    display:block;
    padding:18px 0px;
	display:flex;
    justify-content:center;
	display:-webkit-flex; /* Safari */
    -webkit-justify-content:center; /* Safari */
    transition:background-color 0.1s linear;
    -webkit-transition:background-color 0.1s linear;
}

.pagetop a:hover {
    text-decoration:none;
    color:#ffffff;
    background-color:#545455;
}

.arrow {
	width: 6px;
	height: 6px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
    transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
    margin-top:4px;
    margin-right:10px;
}

.ichiran {
	padding:0% 0px;
}

.ichiran a {
    color:#ffffff;
    font-size:12px;
}

.ichiran ul li a {
    display:block;
    width:100%;
    text-align:center;
    border-right:1px solid #424142;
	border-bottom:1px solid #424142;
    padding:20px 0%;
    transition:background-color 0.1s linear;
    -webkit-transition:background-color 0.1s linear;
    font-weight:normal;
}

.ichiran ul li a:hover {
    text-decoration:none;
    background:#424142;
}

.ichiran ul {
	width:100%;
    padding:0%;
    display: flex;
    flex-direction:row;    
    flex-wrap:wrap;
    justify-content:space-between;
    display: -webkit-flex; /* Safari */
    -webkit-flex-direction:row; /* Safari */
    -webkit-flex-wrap:wrap; /* Safari */
    -webkit-justify-content:space-between; /* Safari */
}

.ichiran ul li {
	width:50%;
}

.ichiran ul ul {
    display:none;
}

.shusai {
    margin-top:0px;
	padding:30px 0%;
    border-top:none;
	display:block;
    text-align:center;
}

.shusai-r {
	padding-top:10px;
	text-align:center;
    color:#ffffff;
}

.toiawase {
    font-size:12px;
    margin-bottom:0;
    line-height:16px;
}

.toiawase img {
    padding-right:5px;
}

.toiawase a {
    font-size:12px;
    width:100%;
    padding:0%;
    display:block;
    background:none;
    border-radius:4px;
    margin:0 auto;
    margin-top:3px;
    margin-bottom:10px;
    transition:background-color 0.1s linear;
    -webkit-transition:background-color 0.1s linear;
    line-height:16px;
}

.toiawase a:hover {
    text-decoration:underline;
    background-color:none;
}

.copyright {
	padding-top:5px;
    font-size:6px;
    line-height:6px;
}

/* slick */
.slider-for, .slider-nav {
	display:none;
}

.top-slider {
    width:100%;
    box-sizing:border-box;
    padding:5px 10px;
}

.top-slider img {
    width:100%;
    height:auto;
    display:block;
    padding:5px 0px;
}

.top-slider a {
    transition:opacity 0.1s linear;
    -webkit-transition:opacity 0.1s linear;
    opacity:1.0;
}

.top-slider a:hover {
    opacity:0.8;
}

/* top */
.news-box {
    background:#ffffff;
    padding:30px 0px;
}

.news-box .wrapper {
    flex-direction:column;
    -webkit-flex-direction:column;
    width:280px;
    margin:0 auto;
}

.twitter {
    width:280px;
    height:280px;
    box-sizing:border-box;
    border:1px solid #efefef;
    overflow:scroll;
    margin-top:30px;
}

.fb-page {
    width:280px;
    box-sizing:border-box;
    overflow:hidden;
}

/* sakuhin-list */
.midashi-box {
    width:100%;
    padding:70px 0px 70px 0px;
    text-align:center;
    font-weight:bold;
    color:#ffffff;
}

h2 {
    font-size:22px;
    font-family: 'cbg';
}

.midashi-box p {
    font-size:14px;
    padding-top:5px;
    font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.midashi-box h3 {
    font-size:18px;
	width:100%;
    margin:0 auto;
    font-weight:bold;
    text-align:center;
    border-bottom:none;
    padding-bottom:0;
    margin-bottom:0
}

.sakuhin-list-box {
    padding:30px 0px 30px 0px;
}

.sakuhin-list-box .wrapper {
    width:100%;
    box-sizing:border-box;
    padding:0px 20px;
}

.sakuhin-list-box ul {
	width:100%;
    height:auto;
    margin-bottom:10px;
}

.sakuhin-list-box ul li {
    margin-bottom:-5px;
}

.sakuhin-list-box h3 {
	width:100%;
    font-weight:bold;
    font-size:16px;
    text-align:left;
    border-bottom:1px solid #d4c6a3;
    padding-top:20px;
    padding-bottom:10px;
    margin-bottom:10px;
	cursor:pointer;
	background:url(./images/plus.png) no-repeat top 22px right;
    background-size:12px 12px;
}

.sakuhin-list-box h3.active{
 	background:url(./images/minus.png) no-repeat top 22px right;
    background-size:12px 12px;
}

.sakuhin-list-box h3 img {
    width:auto;
    height:20px;
    padding-right:6px;
    margin-bottom:-3px;
}

.sakuhin-list-box a {
	font-size:16px;
    line-height:22px;
}

}
