@charset "UTF-8";


/* 英語判定
-------------------------------------------------- */

.en {
	display: none;
}


/* モーダルウインドウ
-------------------------------------------------- */

#mw {
	position: fixed;
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 0;
	z-index: 28;
	background-color: #F2EDDA;
	left: 0;
	bottom: 0;
}

.mw-check{
    display: none;
}

.mw-content{
	position: relative;
	background-color: #F2EDDA;
	width: 360px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	z-index: 27;
	visibility: visible;
}

.mw-content p{
	width: 100%;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 2px;
	color: #555;
	margin: 0;
	padding: 14px 0 0 0 ;
}

.mw-check:checked + label + .mw-content{
    height: auto;
    opacity: 1;
    padding: 24px 0;
	visibility: hidden;
	display: none;
}

.mw-label{
	position: fixed;
	right: 18px;
	bottom: 18px;
	background: url(images/top/close.svg) no-repeat center center;
	width: 36px;
	height: 36px;
	display: block;
	z-index: 29;
    visibility: visible;
    display: block;
}

.clear{
	display: none;
}


/*　もっとみる
--------------------------------------------------*/

.mw_more{
	width: 240px;
	background-color: #FFF;
	font-size: 14px;
	text-align: center;
	margin: 12px auto;
	padding: 8px;
	border: 1px solid #555;
}

	
body {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}

a {
	color: #005432;
	text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0;
    color: #9F8E23;
}

a.active {
    border-bottom: 2px solid #FFF
}

/*その他*/
.tac{
	text-align: center;
}
.tar{
	text-align: right;
}
.tal{
	text-align: left;
}

/* Shopify カートボタン
-------------------------------------------------- */

.shopify_cart{
	margin: 0;
	padding: 0 0 20px 0;
}

.shopify_cart_hidden{
	width: 0px;
	height: 0px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/* スマホ切り替え時のONOFF
-------------------------------------------------- */

.pc{
	display: block;
	padding: 0;
}

.pad{
	display: none;
	padding: 0;
}

.sp{
	display: none;
	padding: 0;
}

.mobile{
	display: none;
	padding: 0;
}

@media only screen and  (max-width: 1080px) {

.pc{
	display: none;
	padding: 0;
}

.pad{
	display: block;
	padding: 0;
}

.sp{
	display: none;
	padding: 0;
}

.mobile{
	display: block;
	padding: 0;
}

}

@media only screen and  (max-width: 480px) {

.pc{
	display: none;
	padding: 0;
}

.pad{
	display: none;
	padding: 0;
}

.sp{
	display: block;
	padding: 0;
}

.mobile{
	display: block;
	padding: 0;
}

}

/* 左ヘッダー
-------------------------------------------------- */

header {
	width: 325px;
	z-index: 24;
	position: relative;
}

@media only screen and  (max-width: 810px) {

header {
	position: relative;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 24;
}

}

.thick {
	font-weight: 900;
}

.mthin {
	font-weight: 600;
}

.thin {
	font-weight: 100;
}

.MainTitle {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	color: #005432;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0px;
	padding: 0;
	margin: 0 0 12px 0;
	font-weight: 900;
}

.SubTitle {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	color: #005432;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0px;
	padding: 0;
	margin: 0 0 12px 0;
	font-weight: 900;
}

.Initial {
	font-size: 130%;
	letter-spacing: -5px;
}

.TitleDscription {
	width: 240px;
	font-size: 16px;
	font-weight: 500;
	display: block;
	margin-top: -8px;
}

/* 全体幅
-------------------------------------------------- */

#site-body {
	display: flex;
	flex-flow: row wrap;
	width: 1280px;
	margin: 0 auto;
	padding: 0px;
}

@media only screen and  (max-width: 1080px) {

#site-body {
	display: flex;
	flex-flow: row wrap;
	width: 768px;
	margin: 0 auto;
	padding: 0px;
}

}

@media only screen and  (max-width: 480px) {

#site-body {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
}

}

#main-cont {
	margin: 0;
	padding: 0;
}

#site-body .item1{
	order: 1;
	width: 325px;
	margin: 0px;
	padding: 0px;
}
#site-body .item2{
	order: 2;
	width: 955px;
	margin: 0px;
	padding: 0px;
}
#site-body .item3{
	order: 3;
	width: 1280px;
	margin: 0px;
	padding: 0px;
}

@media only screen and  (max-width: 1080px) {
	
#site-body .item2{
	order: 2;
	width: 768px;
	margin: 0px;
	padding: 0px;
}
#site-body .item3{
	order: 3;
	width: 768px;
	margin: 0px;
	padding: 0px;
}

}

@media only screen and  (max-width: 480px) {
	
#site-body .item2{
	order: 2;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#site-body .item3{
	order: 3;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

}

#site-apect {
	background: url(images/top/orientation.svg) no-repeat center center;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}


@media only screen and  (max-height: 414px) {

#site-body {
	display: none;
}

#site-apect {
	display: block;
}

}

/* 左ヘッダーコンテナ
-------------------------------------------------- */

.side-container {
	width: 955px;
	margin: 0;
	padding: 0;
}

@media only screen and  (max-width: 1080px) {

.side-container {
	width: 100%;
	margin: 0;
	padding: 0;
}

}


/* 左ヘッダーメニュー
-------------------------------------------------- */

.logo {
}

.ci {
	padding: 60px;
}

.side-menu {
	padding: 0 48px;
}

.side-menu ul {
	padding: 0;
	margin: 0;
}

.side-menu ul li {
	background: url(images/common/cat_arrow.svg) no-repeat left center;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 2px;
	padding: 0 0 0 28px;
	margin: 0 0 10px 0;
}

.side-menu .cat_title {
	color: #005432;
	font-size: 15px;
	font-weight: 100;
	line-height: 42px;
	letter-spacing: 3px;
	padding: 54px 0 0 0;
	margin: 0 0 36px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005432;
}

.side-menu .tra_title {
	color: #005432;
	font-size: 15px;
	font-weight: 600;
	line-height: 2.4;
	letter-spacing: 3px;
	padding: 0;
	margin: 0;
}

.side-menu p {
	color: #005432;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 3px;
	padding: 0;
	margin: 0 0 4px 0;
}

.side-menu .free {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	color: #005432;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0px;
	padding: 0;
	margin: 0 0 12px 0;
	font-weight: 900;
}

.side-menu .car {
	width: 45px;
	height: 28px;
	padding: 0;
	margin: 0 auto 12px auto;
}

.side-menu hr {
	margin: 28px 0;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #005432;
	border-bottom-color: #000;
}

/* グローバルメニュー
-------------------------------------------------- */

.g_menu {
	position: relative;
	font-weight: 600;
	height: auto;
	margin: 0;
	padding: 0;
}

@media only screen and  (max-width: 1080px) {

.g_menu {
	position: relative;
	background: url(images/top/g_pad.jpg) no-repeat center center;
	background-size: 100% auto;
	font-weight: 600;
	height: 260px;
	margin: 0;
	padding: 0;
}

}

@media only screen and  (max-width: 480px) {

.g_menu {
	position: relative;
	background: url(images/top/g_sp.jpg) no-repeat center center;
	background-size: 100% auto;
	font-weight: 600;
	height: 260px;
	margin: 0;
	padding: 0;
}

}
.g_menu ul {
	margin: 0;
	padding: 36px 0;
	text-align: right;
}

.g_menu ul li {
	display: inline;
	margin: 0px;
	padding:  0 0 0 16px;
}

.g_menu ul li span {
	border-bottom-width: 1.8px;
	border-bottom-style: solid;
	border-bottom-color: #005432;
	padding: 2px;
}

.g_menu .logo_pad {
	position: absolute;
	top: 13px;
	left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}

.g_menu .logo_sp {
	position: absolute;
	top: 18px;
	left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}

.g_menu .login {
	position: absolute;
	top: 16px;
	right: 15px;
	margin: 0;
	padding: 0 0 0 2px;
}

.g_menu .login a {
	color: #FFF;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 2px;
}

.g_menu .login span {
	border-bottom-width: 1.8px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding: 2px;
}

/* グローバルトップメニュー
-------------------------------------------------- */

.g_menu_top {
	position: relative;
	font-weight: 600;
	height: auto;
	margin: 0;
	padding: 0;
}

@media only screen and  (max-width: 1080px) {

.g_menu_top {
	position: relative;
	background: url(images/top/g_pad.jpg) no-repeat center center;
	background-size: 100% auto;
	font-weight: 600;
	height: 260px;
	margin: 0;
	padding: 0;
}

}

@media only screen and  (max-width: 480px) {

.g_menu_top {
	position: relative;
	background: url(images/top/g_sp.jpg) no-repeat center center;
	background-size: 100% auto;
	font-weight: 600;
	height: 260px;
	margin: 0;
	padding: 0;
}

}

.g_menu_top ul {
	margin: 0;
	padding: 36px 0;
	text-align: right;
}

.g_menu_top ul li {
	display: inline;
	margin: 0px;
	padding:  0 0 0 16px;
}

.g_menu_top ul li span {
	border-bottom-width: 1.8px;
	border-bottom-style: solid;
	border-bottom-color: #005432;
	padding: 2px;
}

.g_menu_top .logo_pad {
	position: absolute;
	top: 14px;
	left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}

.g_menu_top .logo_sp {
	position: absolute;
	top: 18px;
	left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}

.g_menu_top .login {
	position: absolute;
	top: 16px;
	right: 15px;
	margin: 0;
	padding: 0 0 0 2px;
}

.g_menu_top .login a {
	color: #FFF;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 2px;
}

.g_menu_top .login span {
	border-bottom-width: 1.8px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding: 2px;
}


/* ナビメニュー
-------------------------------------------------- */

nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999
}

nav .first_ul {
    list-style: none;
    transition: all 0.3s ease-in-out
}

nav .first_ul li {
    display: inline-block;
    padding: 0px 25px
}

nav .first_ul li a {
    color: #FFF
}

nav .first_ul li a:hover,
nav .first_ul li a:focus {
    text-decoration: none;
    outline: 0;
    color: #FFF
}

nav .first_ul li a.active {
    border-bottom: 2px solid #FFF
}

nav .hamburger {
	width: 20px;
	height: 16px;
	position: absolute;
	cursor: pointer;
	z-index: 999;
	top: 8px;
	left: auto;
	bottom: auto;
	right: 24px;
}


@media only screen and  (max-width: 1080px) {

nav .hamburger {
	width: 20px;
	height: 16px;
	position: absolute;
	cursor: pointer;
	z-index: 999;
	top: 18px;
	left: 18px;
}

}

nav .opened {
	background: url(images/common/nav_clear.svg) no-repeat center center;
	background-color: rgba(255, 255, 255, 0.8);
	width: 140px !important;
	height: 100vh !important;
	position: absolute;
	cursor: pointer;
	z-index: 999;
	top: 0;
	left: 268px;
	right: 0;
}

@media only screen and  (max-width: 480px) {

nav .opened {
	background: url(images/common/nav_clear.svg) no-repeat center center;
	background-color: rgba(255, 255, 255, 0.8);
	width: 107px !important;
	height: 100vh !important;
	position: absolute;
	cursor: pointer;
	z-index: 999;
	top: 0;
	left: 268px;
	right: 0;
}

}

nav .hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #014f2b none repeat scroll 0% 0%;
    opacity: 1;
    right: 0px;
}

@media only screen and  (max-width: 768px) {

nav .hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #FFF none repeat scroll 0% 0%;
    opacity: 1;
    right: 0px;
}

}

nav .hamburger span:nth-child(1) {
    margin-top: 0px
}

nav .hamburger span:nth-child(2) {
    margin-top: 8px;
    margin-right: 0px
}

nav .hamburger span:nth-child(3) {
    margin-top: 16px
}

nav .hamburger.opened span:nth-child(1) {
    opacity: 0;
    margin-top: 8px
}

nav .hamburger.opened span:nth-child(2) {
    opacity: 0;
}

nav .hamburger.opened span:nth-child(3) {
    opacity: 0;
    margin-top: 8px
}

nav.nav-down {
    top: 90px
}

nav.nav-up .first_ul {
}


/* ハンバーガーメニュー
-------------------------------------------------- */

#nav_showed {
	display: none;
	opacity: 0;
	width: 100%;
	background: rgba(77, 77, 77, 0.8);
	margin: 0;
	padding: 0;
	overflow: auto;
}

.srcollbar {
	width: 268px;
	height: 100vh;
	margin: 0;
	padding: 0 0 64px 0;
	overflow: auto;
}

#nav_showed .title_nav {
	color: #FFF;
	font-size: 15px;
	font-weight: 100;
	line-height: 42px;
	letter-spacing: 3px;
	padding: 24px 0 0 0;
	margin: 0 24px;
}

#nav_showed .title_nav ul {
}

#nav_showed .title_nav ul li {
	background: url(images/common/cat_arrow_w.svg) no-repeat left center;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.6;
	letter-spacing: 2px;
	padding: 0 0 0 28px;
	margin: 0 0 10px 0;
}

#nav_showed .title_nav ul li a {
	color: #FFF;
	text-decoration: none;
	letter-spacing: 2px;
}

#nav_showed .title_nav ul li a i {
    margin-right: 15px;
    width: 15px;
    font-size: 15px;
    text-align: center
}

#nav_showed .title_nav ul li a:hover,
#nav_showed .title_nav ul li a.active {
	color: #000;
}

#nav_showed .title_nav .tra_title {
	color: FFF;
	font-size: 15px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 3px;
	padding: 12px 0;
	margin: 0 0 12px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#nav_showed .title_nav p {
	color: #005432;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 3px;
	padding: 0;
	margin: 0 0 4px 0;
}

#nav_showed .title_nav .free {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	color: #005432;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0px;
	padding: 0;
	margin: 0 0 12px 0;
	font-weight: 900;
}

/* フッター
-------------------------------------------------- */

footer {
	background-color: #FFF;
	margin: 0;
	padding: 24px 0 0 0;
}

.site-foot{
	position: relative;
	height: 240px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #005432;
	margin: 24px 0 24px 48px;
	padding: 36px 0 0 0;
}

@media only screen and  (max-width: 1080px) {

footer {
	background-color: #E7E7E7;
}

.site-foot{
	position: relative;
	height: 360px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #005432;
	margin: 0 24px 24px 24px;
	padding: 36px 0 0 0;
}

}

.site-foot .cont{
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	color: #005432;
	font-size: 13px;
	font-weight: 900;
	text-align: center;
	margin: 0;
	padding: 0;
}

.site-foot .mail{
	text-align: center;
	margin: 0;
	padding: 8px;
}

.site-foot .mail img{
	width: 36px;
	text-align: center;
	margin: 0;
	padding: 8px;
}

@media only screen and  (max-width: 480px) {

.site-foot .mail img{
	width: 36px;
	text-align: center;
	margin: 0;
	padding: 0 0 8px 0;
}

}

.site-foot .tel{
	color: #005432;
	font-size: 13px;
	line-height: 1;
	font-weight: 600;
	text-align: center;
	margin: 0px;
	padding: 4px 0;
}

.site-foot .tel span {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005432;
}

.site-foot .time{
	color: #005432;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
}

@media only screen and  (max-width: 480px) {

.site-foot .time{
	font-size: 11px;
}

}

.site-foot{
	color: #005432;
}
  
.f_menu {
	position: absolute;
	left: 12px;
	bottom: 0px;
	width: 900px;
	font-weight: 600;
}

.f_menu ul {
	margin: 0;
	padding: 0;
}

.f_menu ul li {
	font-size: 13px;
	display: inline;
	margin: 0px;
	padding: 0 12px;
}
  
.copyright {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 260px;
	color: #005432;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
}
  
.copyright img {
	margin: 0px;
	padding: 24px;
}

@media only screen and  (max-width: 1080px) {

.f_menu {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 180px;
	font-weight: 600;
}

.f_menu ul {
	margin: 0;
	padding: 0;
}

.f_menu ul li {
	font-size: 11px;
	display: block;
	margin: 0px;
	padding: 4px 12px 0 0;
}
  
.copyright {
	position: absolute;
	right: 0;
	bottom: 0px;
	width: 180px;
	color: #005432;
	font-size: 10px;
	font-weight: 600;
	text-align: right;
}
  
.copyright img {
	margin: 0px;
	padding: 24px 0;
}

}

/* フッターメニュー
-------------------------------------------------- */

.footer-menu {
	margin: 0;
	padding: 24px;
}

.footer-menu .delivery_free {
	width: 220px;
	margin: 0 auto;
	padding: 0;
}

.footer-menu .car {
	width: 45px;
	height: 28px;
	padding: 0;
	margin: 0 auto 12px auto;
}

.footer-menu hr {
	margin: 28px 0;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #005432;
	border-bottom-color: #000;
}

.footer-menu ul {
	width: 120px;
	margin: 0 auto;
	padding: 0;
}

.footer-menu ul li {
	background: url(images/common/cat_arrow.svg) no-repeat left center;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 2px;
	padding: 0 0 0 28px;
	margin: 0 0 4px 0;
}

.footer-menu .tra_title {
	color: #005432;
	font-size: 14px;
	font-weight: 600;
	line-height: 2.4;
	letter-spacing: 3px;
	padding: 0;
	margin: 0;
}

.footer-menu p {
	color: #005432;
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 2px;
	padding: 0;
	margin: 0 0 12px 0;
}

.footer-menu a {
	color: #005432;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 2px;
	padding: 0;
	margin: 0;
}

.footer-menu span {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005432;
}

.footer-menu .free {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	color: #005432;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0px;
	padding: 0;
	margin: 0 0 12px 0;
	font-weight: 900;
	text-align: center;
}



/* メインビジュアル
-------------------------------------------------- */

.mv {
}

.mv .swiper-wrapper {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.swiper-pagination {
	position: relative;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	z-index: 10;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	width: 100%;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 10px 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 12px;
}
.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #005432;
}

/* トップカテゴリ一覧
-------------------------------------------------- */

.top-cat {
	margin: 0;
	padding: 0;
}

.top-cat-left {
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0 5px 10px 0;
}

.top-cat-right {
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0 0 10px 5px;
}

@media only screen and  (max-width: 810px) {

.top-cat-left {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 10px 0;
}

.top-cat-right {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 10px 0;
}

}


/* 定番商品
-------------------------------------------------- */

.classic {
	margin: 0;
	padding: 48px 0 24px 0;
}

.classic p {
	color: #005432;
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 3px;
	padding: 12px 0;
	margin: 0;
}

.classic p img {
	height: 24px;
}

@media only screen and  (max-width: 1080px) {

.classic {
	margin: 0;
	padding: 48px 12px 24px 12px;
}

.classic p {
	color: #005432;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 3px;
	padding: 12px 0;
	margin: 0;
}

.classic p img {
	height: 13px;
}

}

.standard  {
	position: relative;
	margin: 0;
	padding: 0 20px 20px 0;
}

.standard a:hover {
	filter: brightness(80%);
	-webkit-transition: filter 0.3s ease;
	-o-transition: filter 0.3s ease;
	transition: filter 0.3s ease;
}

.standard p {
	position: absolute;
	left: 12px;
	top: 10px;
	padding: 0;
	margin: 0;
	z-index: 9;
}

.standard p span {
	color: #FFF;
	font-size: 20px;
	font-weight: 600;
	line-height: 2.5;
	letter-spacing: 4px;
}

.standard p img {
	height: 13px;
	margin: 0;
	padding: 0;
}

.standard p img {
	height: 13px;
	margin: 0;
	padding: 0;
}

.standard_sp {
	margin: 0;
	padding: 0 0 20px 0;
}

.standard_sp p{
    color: #005432;
    font-size: 15px;
    font-weight: 600;
	line-height: 1.1;
    letter-spacing: 3px;
	margin: 0;
	padding: 7px 8px 0 8px;
}

.standard_sp p img {
	height: 11px;
	margin: 0;
	padding: 0;
}


/* 商品一覧
-------------------------------------------------- */

.item_name {
	position: absolute;
	top: 24px;
	left: 24px;
	margin-right: 24px;
}

.item_name_title{
	font-size: 18px;
	margin: 0;
	padding: 0;
	line-height: 1.2;
	text-shadow: 0px 0px 4px #CCC;
	background-color: rgba(255,255,255,0);
}

.item_name_annotation{
	font-size: 18px;
	margin: 0;
	padding: 0;
	line-height: 1.2;
	text-shadow: 0px 0px 4px #CCC;
	background-color: rgba(255,255,255,0);
}

.vertical_name {
	writing-mode: vertical-rl;
	position: absolute;
	top: 12px;
	right: 12px;
	line-height: 1.2;
}

.Product_list {
	margin: 0;
	padding: 36px 0;
}

.Product_list_title{
	height: 36px;
	font-size: 15px;
	margin: 18px 0 0 0;
	line-height: 1.2;
	text-shadow: 0px 0px 4px #CCC;
	background-color: rgba(255,255,255,0);
	overflow: hidden;
}

.Product_list_annotation{
	font-size: 22px;
	margin: 0;
	padding: 3px 0 0 1px;
	line-height: 1.2;
	text-shadow: 0px 0px 4px #CCC;
	background-color: rgba(255,255,255,0);
}

@media only screen and  (max-width: 810px) {

.item_name {
	position: absolute;
	top: 12px;
	left: 12px;
	margin-right: 12px;
}

.item_name_title{
	font-size: 15px;
}

.item_name_annotation{
	font-size: 15px;
}

.vertical_name {
	top: 12px;
	right: 12px;
}

.Product_list {
	margin: 0;
	padding: 36px 18px;
}

.Product_list_title{
	background-color: rgba(255,255,255,0);
	font-size: 15px;
}

.Product_list_annotation{
	background-color: rgba(255,255,255,0);
	font-size: 16px;
}

.Product_Single {
	margin: 0;
	padding: 24px;
}

}

.Product_list_price{
	color: #000;
	font-size: 14px;
	font-weight: 900;
	text-align: center;
	letter-spacing: 1px;
	margin: 12px;
}
  
.Product_list_line{
	background-color: #fff;
	margin-bottom: 24px;
	position: relative;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #9F8E23;
	border-bottom-color: #9F8E23;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #FFF;
	border-left-color: #FFF;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
}
.Product_list_line:before,
.Product_list_line:after{
  content: '';
  position: absolute;
  top: -8px;
  width: 1px;
  height: -webkit-calc(100% + 16px);
  height: calc(100% + 16px);
  background-color: #9F8E23;
}
.Product_list_line:before{
  left: 8px;
}
.Product_list_line:after{
  right: 8px;
}


/* 商品ページ
-------------------------------------------------- */

.Product_Single {
	margin: 0;
	padding: 24px;
}

.Product_Main {
	position: relative;
	height: 840px;
	margin: 0;
	padding: 24px 0;
}

.left {
	position: relative;
	width: 600px;
}

.right {
	width: 290px;
	position: absolute;
	left: 635px;
	top: 0;
	margin: 0;
	padding: 0;
}

@media only screen and  (max-width: 1080px) {

.Product_Single {
	margin: 0;
	padding: 42px;
}

.Product_Main {
	position: relative;
	height: 540px;
	margin: 0;
	padding: 24px 0;
}

.left {
	position: relative;
	width: 420px;
}

.right {
	width: 290px;
	position: absolute;
	left: 450px;
	top: 0;
	margin: 0;
	padding: 0;
}

}

@media only screen and  (max-width: 480px) {

.Product_Single {
	margin: 0;
	padding: 42px;
}

.Product_Main {
	height: auto;
	position: relative;
	margin: 0;
	padding: 0;
}

.left {
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.right {
	width: 290px;
	position: relative;
	left: auto;
	top: 0;
	margin: 42px 42px 0 42px;
	padding: 0;
}

}

/* 商品詳細スライダー
-------------------------------------------------- */

.swiper-container {
	width: 955px;
}

@media only screen and  (max-width: 1080px) {

.swiper-container {
	width: 768px;
}

}

@media only screen and  (max-width: 480px) {

.swiper-container {
	width: 100%;
}

}

.swiper-space {
	width: 600px;
	height: 600px;
	overflow: hidden;
	margin: 0 0 18px 0;
	padding: 0;
}

.swiper-thumbs {
	width: 600px;
	margin-bottom: 12px;
	overflow: hidden;
}

@media only screen and  (max-width: 1080px) {

.swiper-space {
	width: 420px;
	height: 420px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}

.swiper-thumbs {
	width: 420px;
	margin: 0;
	padding: 0 36px;
}

}

@media only screen and  (max-width: 480px) {

.swiper-space {
	width: 375px;
	height: 375px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}

.swiper-thumbs {
	width: 375px;
	margin: 0;
	padding: 0 42px;
}

}

.swiper-recommend {
	overflow: hidden;
	margin: 0;
	padding: 0 64px;
}

.recommend-button-next, .recommend-button-prev {
    position: absolute;
    top: 50%;
    width: 10px;
    height: 14px;
    margin-top: -7px;
    z-index: 10;
    cursor: pointer;
    background-size: 10px 14px;
    background-position: center;
    background-repeat: no-repeat;
}

.recommend-button-prev {
	background: url(images/common/arrow_r.svg) no-repeat;
    left: 32px;
    right: auto;
}

.recommend-button-next {
	background: url(images/common/arrow_l.svg) no-repeat;
    right: 32px;
    left: auto;
}

.swiper-slide {
	background-size:contain;
	background-position: top;
}
.gallery-top {
	width: 100%;
	height: 100%;
}
.gallery-top::before {
  content: "";
  display: block;
  padding-top: 0;
}

.gallery-thumbs {
	height: 100%;
}

.gallery-thumbs .swiper-slide {
  width: 142.5px !important;
  height: 142.5px;
  opacity: 0.5;
}

@media only screen and  (max-width: 1080px) {

.gallery-thumbs .swiper-slide {
  width: 80px !important;
  height: 80px;
  opacity: 0.5;
}

}

@media only screen and  (max-width: 480px) {

.gallery-thumbs .swiper-slide {
  width: 66px !important;
  height: 66px;
  opacity: 0.5;
}

}

.gallery-button-next, .gallery-button-prev {
	position: absolute;
	bottom: 60px;
	width: 10px;
	height: 14px;
	margin-top: -7px;
	z-index: 10;
	cursor: pointer;
	background-size: 10px 14px;
	background-position: center;
	background-repeat: no-repeat;
}

@media only screen and  (max-width: 1080px) {

.gallery-button-next, .gallery-button-prev {
	position: absolute;
	bottom: 32px;
	width: 10px;
	height: 14px;
	margin-top: -7px;
	z-index: 10;
	cursor: pointer;
	background-size: 10px 14px;
	background-position: center;
	background-repeat: no-repeat;
}

}

@media only screen and  (max-width: 480px) {

.gallery-button-next, .gallery-button-prev {
	position: absolute;
	bottom: 25px;
	width: 10px;
	height: 14px;
	margin-top: -7px;
	z-index: 10;
	cursor: pointer;
	background-size: 10px 14px;
	background-position: center;
	background-repeat: no-repeat;
}

}

.gallery-button-prev {
	background: url(images/common/arrow_r.svg) no-repeat;
    left: 12px;
    right: auto;
}

.gallery-button-next {
	background: url(images/common/arrow_l.svg) no-repeat;
    right: 12px;
    left: auto;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

video{
}

.mp4_annotation{
	position: absolute;
	top: 80%;
	left: 8%;
	background-color: #fffbf1;
	font-size: 14px;
	letter-spacing: 2px;
	padding-right: 6px;
	padding-left: 8px;
}

/* 商品詳細
-------------------------------------------------- */

#under-overview {
	width: 100%;
	height: 240px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0px;
}

@media only screen and  (max-width: 810px) {

#under-overview {
	width: 100%;
	height: 240px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: -80px;
}

}

/*
.under-cont {
	padding-top: 24%;
	padding-right: 8%;
	padding-left: 8%;
}
*/

.swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.Product_term{
  font-weight: 300;
  font-size: 70%;	margin-top: 12px;
}

.cat{
  font-size: 10px;
  letter-spacing: 2px;
  text-align: center;
  border: 1px solid #9F8E23;
  display: inline;
  margin: 8px 12px 0 0;
  padding: 2px 8px 2px 8px;
  line-height: 24px;
}

.big_cat{
	width: 100%;
	margin: -12px 0 0 0;
}

.web_big{
	max-width: 280px;
	font-size: 10px;
	letter-spacing: 2px;
	text-align: center;
	margin: 0 auto;
	padding: 2px 8px 2px 8px;
	line-height: 24px;
	border-bottom: 1px solid #9F8E23;
}

.delete{
	display: none;
}

.display{
	display: block;
}

@media only screen and  (max-width: 480px) {

.cat{
  display: block;
}

.web_big{
  display: block;
}


}
.more{
  font-size: 12px;
  letter-spacing: 2px;
  text-align: right;
  display: inline;
  margin: 0;
  padding: 2px 0 0 0;
}

@media only screen and  (max-width: 810px) {

  .more{
	font-size: 12px;
	letter-spacing: 2px;
	text-align: right;
	display: inline;
	margin: 0;
	padding: 12px 0 0 0;
  }

}


/* スマホ切り替え時のONOFF
-------------------------------------------------- */

.cart_pc{
	display: block;
	padding: 0;
}

.cart_pad{
	display: none;
	padding: 0;
}


.cart_sp{
	display: none;
	padding: 0;
}

@media only screen and  (max-width: 1080px) {

.cart_pc{
	display: none;
	padding: 0;
}

.cart_pad{
	display: block;
	padding: 0;
}


.cart_sp{
	display: none;
	padding: 0;
}

}

@media only screen and  (max-width: 480px) {

.cart_pc{
	display: none;
	padding: 0;
}

.cart_pad{
	display: none;
	padding: 0;
}


.cart_sp{
	display: block;
	padding: 0;
}

}

.Product_cat{
	color: #005432;
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 3px;
	margin: 0;
}

.Product_title{
  color: #005432;
  font-size: 24px;
  letter-spacing: 2px;
  margin: 16px 0;
}

.Product_subtitle{
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #005432;
  font-size: 15px;
  font-weight: 900;
  margin: 0 0 24px 0;
  padding: 0;
}

.Product_brewing{
	color: #005432;
	font-size: 14px;
	letter-spacing: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005432;
	margin: 0 0 18px 0;
	padding: 0 0 8px 0;
}

.Product_lead{
	max-width: 552px;
	font-size: 14px;
}

@media only screen and  (max-width: 1080px) {

.Product_lead{
	max-width: 360px;
	min-height: 280px;
	font-size: 14px;
}

}

.Product_price{
	font-size: 18px;
	letter-spacing: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005432;
	margin: 0 0 24px 0;
	padding: 0 0 12px 0;
}

.Product_price span{
	font-size: 14px;
}

.without {
	display: none;
	margin: 0;
	padding: 0;
}

.detail {
	display: block;
	margin: 0;
	padding: 0;
}

.Product_size{
  font-size: 13px;
  margin: 4px 0;
  padding: 0;
}

.Product_detail{
  font-size: 13px;
  margin: 4px 0 12px 0;
  padding: 0;
}

.Product_code{
  font-size: 13px;
  margin: 4px 0;
  padding: 0;
}

.Product_jan{
  font-size: 13px;
  margin: 4px 0;
  padding: 0;
}
  
.Product_button{
  border: 1px solid #000;
  position: absolute;
  top: 36px;
}

.Product_photo{
  margin-top: 24px;
  margin-right: 8px;
  margin-left: 8px;
}
.Product_delivery{
  font-size: 12px;
  color: #014f2b;
  letter-spacing: 1px;
  margin: 0;
}
.Product_settlement{
  margin: 0;
  padding: 24px 0;
}

.spec {
	position: relative;
	background: url(images/common/spec.svg) no-repeat center top;
	background-size: 100% auto;
	width: 100%;
	height: 260px;
	margin: 0;
	padding: 0;
}

.spec .umami {
	position: absolute;
	top: 10.2%;
	margin: 0;
	padding: 0;
}

.spec .astringency {
	position: absolute;
	top: 42.8%;
	margin: 0;
	padding: 0;
}

.spec .fragrance {
	position: absolute;
	top: 76.0%;
	margin: 0;
	padding: 0;
}

.brewing {
	color: #005432;
	font-weight: 900;
	text-align: center;
	margin: 0;
	padding: 8px 0 36px 0;
}

@media only screen and  (max-width: 480px) {

.brewing {
	color: #005432;
	font-weight: 900;
	text-align: center;
	margin: 0;
	padding: 8px 0;
}

}

.brewing .line {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #005432;
}

.brewing .one {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
	font-size: 12px;
	margin: 0;
	padding: 0 0 12px 0;
}
.brewing .two {
	font-size: 15px;
	margin: 0;
	padding: 0 0 6px 0;
}
.brewing .three {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 6px 0;
}
.brewing .four {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
	font-size: 10px;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
}

.other {
	display: none;
}

._on {
	display: none;
}

.other_on {
	display: block;
}

/* 関連商品
-------------------------------------------------- */

.associated {
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #005432;
	margin: 0;
	padding: 48px 0;
}

@media only screen and  (max-width: 1080px) {

.associated {
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin: 0;
	padding: 12px 0;
}

}

.associated p{
	font-size: 11px;
	text-align: center;
	margin: 0;
	padding: 12px 0 0 0;
}

.associated a{
	color: #000;
}

.associated .desc{
	color: #005432;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 2px;
	text-align: left;
	margin: 0;
	padding: 0 0 24px 64px;
}


/*　新着情報
--------------------------------------------------*/

.top-news {
	margin: 10px 0;
	padding: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

.top-news p {
	width: 100%;
	height: 24px;
	font-size: 14px;
	font-weight: 600;
	overflow: hidden;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
}

.top-news p img {
	height: 15px;
}

@media only screen and  (max-width: 1080px) {

.top-news {
	margin: 0 24px;
	padding: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #005432;
}

.top-news p {
	width: 100%;
	height: 22px;
	font-size: 12px;
	font-weight: 600;
	overflow: hidden;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
}

.top-news p img {
	height: 13px;
}

}

.news-list {
	margin: 0;
	padding: 0 0 24px 0;
}

.news-list p img {
	height: 15px;
	margin: 0;
	padding: 0;
}

.news-list-date {
	color: #005432;
	font-size: 15px;
	text-align: center;
	font-weight: 600;
	margin: 0;
	padding: 24px 0 0 0;
}

.news-list-title {
	color: #005432;
	font-size: 15px;
	text-align: center;
	font-weight: 600;
	margin: 0;
	padding: 0 0 8px 0;
}

.news-list-img {
	width: 100%;
	height: 32vh;
}

@media only screen and  (max-width: 810px) {

.news_list {
	padding-right: 0%;
	padding-left: 0%;
}

.news-list p img {
	height: 13px;
	margin: 0;
	padding: 0 0 0 12px;
}

}

.news-topics-date {
	color: #005432;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	margin: 0;
	padding: 24px 0 0 0;
}

.news-topics-title {
	color: #005432;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	margin: 0;
	padding: 0 0 24px 0;
}

.news-topics-img {
	width: 100%;
	height: 64vh;
}

.news-topics {
	margin: 0;
	padding: 0 0 24px 0;
}

.news-topics h3 {
	line-height: 1.4;
}

.news-topics p img {
	height: 15px;
	margin: 0;
	padding: 0;
}
@media only screen and (max-width: 480px) {

.news-topics p img {
	height: 13px;
	margin: 0;
	padding: 0 0 0 12px;
}

}

.things {
	margin: 0;
	padding: 64px 32px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #005432;
}

@media only screen and (max-width: 480px) {

.things {
	margin: 0;
	padding: 24px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #005432;
}

}

.things p {
	color: #005432;
	font-size: 14px;
	letter-spacing: 2px;
	margin: 0;
	padding: 8px 0;
}


/*　ページネーション
--------------------------------------------------*/

.pagination {
	width: 100%;
	height: 14px;
	margin: 0;
	padding: 24px;
}
.pagination a {
	margin: 0;
	padding: 0;
}

.previous {
	width: 50%;
	height: 14px;
	background: url(images/common/prev.svg) no-repeat left center;
	float: left;
}

.next {
	width: 50%;
	height: 14px;
	background: url(images/common/next.svg) no-repeat right center;
	float: right;
}


/*　送料
--------------------------------------------------*/

.shipping_page {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	font-size: 12px;
}
.shipping_page tr{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.shipping_page td{
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}

  
/*　カラーミーボタン
--------------------------------------------------*/

.cartjs_box{
	padding: 0 !important;
}

.cartjs_box table{
	position: relative;
	margin: 15px 0 !important;;
}

.cartjs_box table th {
	width: 48px !important;
    border: none;
}

.cartjs_box .cartjs_product_input_txt {
	width: 100%;
	border: 1px solid #ccc;
	background-color: #fff;
	height: 30px;
	line-height: 30px;
	padding: 4px 6px;
	margin-right: 8px;
	border-radius: 3px;
	color: #333;
}

.cartjs_box div.cartjs_cart_in input {
	width: 290px !important;
	height: 36px !important;
	margin: 0 auto;
	background-image: url(images/common/cart_btn.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	border: none;
	background-color: #FFF !important;
	color: rgba(0,0,0,0) !important;
	letter-spacing: 1px;
	line-height: 1 !important;
}


@media only screen and (min-width: 320px) and (max-width: 810px) {

  .top-menu {
  margin-top: 0;
  margin-bottom: 42%;
  }

  .middle-cont {
	  width: 100%;
  }

  .under-cont {
	  width: 80%;
  }
	
}


/* 会社概要
-------------------------------------------------- */

.table_company{
	width: 100%;
	margin: 0;
	padding: 0;
}
.table_company th{
	width: 180px;
	padding: 15px 0 15px 0;
	border-bottom: 3px solid #c6b999;
}
.table_company td{
	font-size: 14px;
	line-height: 2;
	padding: 15px 0 15px 20px;
	border-bottom: 1px solid #c6b999 !important;
	text-align: left;
}

@media only screen and (max-width: 810px) {
  
  .table_company th{
	  padding: 40px 0 15px;
  }
  .table_company td{
	padding: 15px 0 15px;
	text-align: center;
  }
  .table_company th, .table_company td{
	  width: 100%;
	  display: block;
  }

}


/* 下位ページ向け
-------------------------------------------------- */

.gift-title {
	display: block;
	text-decoration: none;
	font-size: 19px;
	margin-top: 8px;
}

.gift-name {
	height: 36px;
	font-size: 14px;
	margin: 18px 0 0 0;
	line-height: 1.2;
}

.gift-txt {
	font-size: 13px;
	padding-right: 12px;
}