@charset "UTF-8";
/*
-----------------------------------------------
-siteName- Template Base Style
----------------------------------------------- */
/* pageStructureCommon
----------------------------------------------- */
html {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	background-color:#FFFFFF;
}
#shoppingEdit {
	background-position: center 100px !important;
}
strong {
	font-weight: bold;
}
a{
    color:#000;
	text-decoration: none;
	outline:none;
	word-wrap:break-word;
}
.link{
    color: #974806;
    font-weight: bold;
}
.link:hover{
    text-decoration: underline;
}
.under{
    text-decoration: underline;
}
a:hover{
    opacity:0.7;
}
img {
    max-width: 100%;
    height: auto;
    width: auto;
    vertical-align: bottom;
}
.w100{
    width:100%!important;
}
.btn_style{
    display: block;
    width: 220px;
    margin-top: 30px;
    padding: 8px 0;
    color: #fff;
    text-align: center;
    background-image: none;
    background-color: #672E1B;
    border-radius: 50px;
    position: relative;
    font-size: 0.8rem;
}
.btn_style::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 9px;
    right: 15px;
    z-index: 1;
}
.noshi_link{
    font-size:0.9rem;
    padding-right: 20px;
    color: #b80d23;
    position: relative;
}
.noshi_link::before, 
.noshi_link::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.noshi_link::before {
    right: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #b80d23;
    border-right: 2px solid #b80d23;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* Wrapper
----------------------------------------------- */
#wrapper {
	margin-right:auto;
	margin-left:auto;
	overflow-x: hidden;
}

main {
    overflow-x: hidden;
}

#main {
    overflow-x: hidden;
}

#main > .conts__cell:first-child {
    padding: 30px 0 0 0;
}
.conts__cell{
    padding: 3em 0;
    background: rgba(255,255,255,0.9);
}

.conts__cell--space{
    padding: 155px 0 3em;
}

@media screen and (max-width: 1024px){
    .conts__cell--space{
         padding: 87px 0 3em; 
    }
}

@media screen and (max-width: 480px){
    .conts__cell--space{
         padding: 77px 0 3em;  
    }
}


.conts__cell_f{
    padding: 3em 0;
    background:rgba(255,255,255,0.5);
}
.conts__cell02{
    padding:3em 0;
    background:#fff;
}
.conts__cell03{
    padding:1em 0;
    background:#fff;
}
.conts_inner {
    width: 95vw;
    max-width: 1024px;
    margin: 0 auto;
}
.news_inner{
    max-width:750px;
    width:80%;
    margin:auto;
    padding-bottom: 3em;
}
.inner {
    max-width: 1024px;
    width:90%;
    margin: 0 auto;
    padding:20px 5%;
    background: rgba(0, 0, 0, 0.6);
    box-sizing:border-box;
}
.inner_color{
    background:#cc9933;
}
.inner_color2{
    background:#eee;
}
.inner_color3{
    background: #fff;
    padding: 30px 0;
    border-radius: 20px;
}
.inner_color4{
    background:#ffe8d5 !important;
}
.top_wrapper{
    position: relative;
}
.top_wrapper h1{
    position: absolute;
    bottom: 23%;
    left: 17%;
    font-size: 2em;
    font-weight: 700;
    line-height: 1.5;
    margin:0;
}
.top_wrapper h2{
   position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 2.5em;
    background: rgba(255,255,255,0.9);
    font-weight: 700;
    line-height: 1.5;
    width:30%;
    text-align:center;
    letter-spacing: 10px;
}
.top_wrapper p{
    position: absolute;
    bottom: 0;
    left: 15%;
    font-size: 1em!important;
    background: rgba(255,255,255,0.7)
}
.bg{
    background-color: #cc9933;
}
.bg-white{
    background:#fff!important;
}
.bg_b{
    background-color: #672E1B;
}
.about__cell{
    padding:3em 0;
}
@media screen and (max-width: 768px){
    .top_wrapper h1 {
        left:10%;
        font-size: 2em;
    }
    .top_wrapper h2{
        font-size: 2em;
        width:70%;
    }
    .top_wrapper p {
        left: 10%;
        bottom: 10%;
        margin: 0;
    }
}

 #wrapper{
        margin-top:155px;   
    }

@media screen and (max-width: 1024px){
    #wrapper{
        margin-top:87px;   
    }
}

@media screen and (max-width: 480px){
    #wrapper{
        margin-top:77px;   
    }
    
    .top_wrapper h1 {
        font-size: 1.8em;
        left: 3%;
        bottom: 31%;
    }
    .top_wrapper p {
        bottom: 6%;
        left: 5%;
        font-size: .9em!important;
    }
    .news_inner{
        width:90vw;
        margin:auto;
    }
}
/* Header
----------------------------------------------- */
header{
    background-color:#fff;
}
header > div{
	width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding:1px;
}
.head_t{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 10px;
}
.head_t ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left:auto;
    margin-top: 15px;
}
.head_t ul li{
    margin-right:20px;
}
.head_t ul li::last-of-type{
    margin-right:0;
}
.search_form{
    text-align:center;
}
.menuCategoryList li a{
    display: block;
    color: #000;
    padding: 8px 0;
    border-radius: 5px;
    text-align: center;
    /*background-color: #672E1B;*/
    border:1px solid #672E1B!important;
}
/*.menuCategoryList li .category_color{*/
/*    display: block;*/
/*    color: #fff;*/
/*    padding: 8px 0;*/
/*    border-radius: 5px;*/
/*    text-align: center;*/
/*    background-color: #672E1B;*/
/*    border:1px solid #672E1B!important;*/
/*}*/
/*.menuCategoryList li .category_color:hover{*/
/*    background-color: #672E1B;*/
/*    opacity:0.8;*/
/*}*/
@media screen and (max-width:1200px){
    .head_t ul{
        margin-right:3em;
    }
}
@media screen and (max-width:960px){
    .head_t ul{
        display:none;
    }
}
/*@media screen and (max-width: 480px){*/
/*    header > div{*/
/*        padding:0 10px;*/
/*        position: fixed;*/
/*        left: 0;*/
/*        top:0;*/
/*        z-index: 100;*/
/*        border-bottom:1px solid #000;*/
/*        background-color:#fff;*/
/*    }*/
/*    .head_t{*/
/*        border-bottom:unset;*/
/*    }*/
/*}*/

/*===2023.9.1追記===*/
header{
        padding:0 10px;
        position: fixed;
        left: 0;
        right: 0;
        top:0;
        z-index: 100;
        border-bottom:1px solid #000;
        background-color:#fff;
    }

/* Logo
----------------------------------------------- */
#wrapper > header #logo {
	padding-top:20px;
	padding-right:20px;
	padding-bottom:20px;
	padding-left:20px;
	font-size:30px;
	color:#0070BF;
}
#wrapper > header #logo h1 {
	margin: 0;
	line-height: 1.2em;
}
#wrapper > header #logo a {
	color:#0070BF;
	font-size:30px;
	text-decoration: none;
	font-weight: bold;
}
#wrapper > header #logo a:hover {
	color:#0070BF;
	text-decoration: none;
}
.logo{
    margin-top:20px;
}
.logo a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
.logo a p{
    margin:0 0 0 15px;
}
.logo a img{
    width:136px;
    display:block;
}
@media screen and (max-width: 480px){
    .logo p{
        font-size:0.8rem;
    }
    .logo a img{
        width:100px;
    }
}
@media screen and (max-width:320px){
    .logo p{
        font-size:0.6rem;
    }
}
/* Menu
----------------------------------------------- */
#menu nav ul {
	margin: 0;
}
#menu nav ul li {
	list-style: none;
	margin: 0;
}
#menu nav ul li.current {
	background-color: #0070BF;
}
#menu nav ul li a, #menu nav ul li span {
	display: inline-block;
	color: #ffffff !important;
	padding: 12px 16px;
	text-decoration: none;
}
#menu ul li{
    padding: 20px;
}
#menu ul li a{
    font-size: 18px;
    color: #777677;
    text-decoration: none;
}
.nav-item {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 6px 10px;
}
/*.nav-item_color{*/
/*    color: white;*/
/*    border-radius: 14px;*/
/*    background-color: #672E1B;*/
/*}*/
.okurimono{
    padding-left:23px;
    position: relative;
}
.okurimono:before{
    content:url(/contents/images/okurimono_icon.svg);
    width: 20px;
    vertical-align: sub;
    position: absolute;
    left: 0;
    top: -6px;
}
@media screen and (max-width: 768px){
   #menu nav ul li a, #menu nav ul li span {
    color: #000 !important;
    } 
    #menu ul li{
        padding:10px;
    }
    .inline-item{
        display:inline-block!important;
        width:44%;
    }
}
/* ハンバーガーメニュー
----------------------------------------------- */
.head-icon{
    margin:0 10px;
}
.head-icon li{
    width:47%;
    display: inline-block;
}
.head-icon02{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: start;
    -ms-flex-pack: justify;
    justify-content: start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.head-icon02 li{
    display: inline-block;
    width: 33.3%;
    margin: 0;
    background-size: 100%;
    transition: all 300ms 0s ease;
    background-position: center center;
    background-repeat: no-repeat;
}

.head-icon02 li:hover {
  background-size: 110%;
}
.head-icon02 li a {
    display: inline-block;
    width: 100%;
    height: 80px;
    padding: 0!important;
    box-sizing: border-box;
    text-decoration: none;
    border-bottom:none!important;
}
.head-icon02__txt{
    display: block;
    padding: 4px 0;
    background-color: rgba(0,0,0,0.51);
    color: #fff;
    width: 100%;
    height:100%;
    box-sizing: border-box;
}
.global-nav {
  position: fixed;
  right: -100vw;
  top: 0;
  width: 40vw;
  height: 100vh;
  padding-top: 10px;
  background-color: #fff;
  transition: all .6s;
  z-index: 1000;
  overflow-y: auto;
}
.hamburger {
  position: fixed;
  right: 0;
  top: 0;
  width: 70px;
  height: 75px;
  cursor: pointer;
  z-index: 1200;
}
.global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.global-nav__list li {
  text-align: center;
}
.global-nav__list li a {
  display: block;
  font-size: 0.8em;
  padding: 0.7em 0;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  border: 0.5px solid #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.global-nav__list li a:hover {
  background-color: #eee;
}
.gnav-btn a{
    color: #fff;
    font-size: 1.1em!important;
    font-weight: bold;
    border-bottom:none!important;
}
.global-nav__list h1{
    width:150px;
    margin: 0 auto 25px;
}
.global-nav__list li a img{
    vertical-align: middle;
    margin-right: 5px;
}
.hamburger__line {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  width: 30px;
  height: 3px;
  background-color: #6f6e6f;
  transition: all .6s;
}
.hamburger__line--1 {
  top: 35px;
}
.hamburger__line--2 {
  top: 45px;
}
.hamburger__line--3 {
  top: 55px;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}
.nav-open .hamburger{
    background:rgba(255, 255, 255, 0);
    border-left: none;
}
.nav-open .global-nav {
  right: 0;
}
.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}
.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 55px;
  left: 25%;
  background:#6f6e6f;
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 55px;
  left: 25%;
  background:#6f6e6f;
}
@media screen and (max-width: 480px) {
    .global-nav{
        width:60vw;
    }
    .head-bg{
        background: #fff;
        position: fixed;
        height: 75px;
        width: 100%;
        z-index: 99;
    }
    .global-nav{
        width:100vw;
    }
    .nav-open .hamburger__line--1,.nav-open .hamburger__line--3 {
        top: 40px;
    }
    .global-nav__list > h1 > a > img{
        width:150px;
    }
    .global-nav__list li a img{
        width:auto;
    }
    .hamburger__line--1 {
        top: 27px;
    }
    .hamburger__line--2 {
        top: 39px;
    }
    .hamburger__line--3 {
        top: 50px;
    }
    .global-nav__list li a{
        font-size:.6rem;
    }
}
/* article
----------------------------------------------- */
main > article #contentTitle {
	margin-top: 30px;
	font-size: 26px;
	text-align: center;
}
main > article #contentSubTitle {
	margin-top: 10px;
	font-size: 22px;
}
/* Footer
----------------------------------------------- */
#wrapper > footer {
	padding-top:60px;
	padding-right:10px;
	padding-left:10px;
	padding-bottom: 1px;
	background-color:#fff;
	clear: both;
	background-color: #672E1B;
}
#wrapper > footer #footer_inner nav ul {
	margin: 0 !important;
	padding: 0 0 10px;
	color: #ffffff;
	font-size: 12px;
	overflow: hidden;
}
#wrapper > footer #footer_inner nav ul li {
	float: left;
	list-style: none;
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	border-right: 1px solid #ffffff;
}
#wrapper > footer #footer_inner nav ul li:last-child {
	border-right: none;
}
#wrapper > footer #footer_inner a {
	text-decoration: none;
	font-size: 12px;
	color: #ffffff;
}
#wrapper > footer #footer_inner a:hover {
	text-decoration: underline;
}
#wrapper > footer #footer_inner small {
	display: block;
	color: #333;
	text-align: center;
	padding: 10px;
	font-size: 12px;
}
#wrapper > footer #footer_inner small a {
	color: #ffffff;
}
.fnav-list{
    margin: 0 2%;
}
.fnav-list li{
    color:#fff;
    font-size: .9em;
    text-align:left;
}
.fnav-list li a{
    color:#fff;
}
footer img{
    height: fit-content;
    margin-left: auto;
}
@media screen and (max-width: 768px){
    .fnav-list{
        margin:0;
    }
    footer{
        padding-top:20px!important;
        padding-bottom: 40px!important;
    }
    .foot-logo{
        display:block;
        width:100%;
        margin-bottom:20px;
    }
    footer img{
        margin:auto;
    }
}
@media screen and (max-width:480px){
    footer{
        margin-top:4em;
    }
}
/* headding
----------------------------------------------- */
h1, h2 {
	margin: 1em 0 1em 0;
	text-align: left;
	line-height: 1.4;
	font-weight: 400;	
}
h1[data-type-oder="first"], h2[data-type-oder="first"], h3[data-type-oder="first"], h4[data-type-oder="first"], h5[data-type-oder="first"], h6[data-type-oder="first"] {
    margin-top: 0;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.75em;
}
h3 {
    margin-top:1em;
	font-size: 1.375em;
	line-height: 1.5;
}
h4 {
	font-size: 1.125em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 1em;
}
#title{
    width:260px;
    height:100px;
}
.ttl{
    color: #974806 !important; 
    text-align: center;
}
.ttl02{
    text-align: center;
    margin: 10px 0;
    font-size: 1.2em;
    font-weight: 700;
}
.messa_ttl{
    color: #fff;
    text-align: center;
    background-color: #672E1B;
}
.conts_title {
    color: #fff;
    text-align: center;
    padding: 10px 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #672E1B;
}
.conts_title h3 {
    margin: 0;
    font-size: 30px;
}
.subcatch{
    font-size:.9em;
    color: #974806 !important; 
    text-align: center;
    font-weight: bold;
}
.brandcatch {
  color:#fff!important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brandcatch:before,
.brandcatch:after {
  border-top: 1px solid #fff;
  content: "";
  width: 25%;
}
.brandcatch:before {
  margin-right: 1em;
}
.brandcatch:after {
  margin-left: 1em;
}
.category .ttl02{
    display: block;
    height:52px;
    margin-top: 0;
}
.category{
    margin-right:-1em;
}
@media screen and (max-width:480px){
    h3{
        margin:.5em 0;
    }
    .category .ttl02{
        height:65px;
    }
    .ttl02{
        font-size:1em;
    }
    .subcatch{
        font-size:.7em;
    }
    .brandcatch:before,
    .brandcatch:after{
        width: 5%;
    }
    .brandcatch:before {
      margin-right: .5em;
    }
    .brandcatch:after {
      margin-left: .5em;
    }
}
/* misc
----------------------------------------------- */
p {
	margin: 0 0 1em;
	line-height: 1.8;
	color: #333333;
}
@media(max-width: 480px){
    p {
        font-size: 0.9em;
    }
}
.font-style{
    color: #b33e5c!important;
    text-align: center;
    margin: 10px 0;
    font-size: 1.1em;
    font-weight: 700;
}
.font-style02{
    font-size: 1.2em;
    margin: 10px 0;
}
.fts{
    font-size:24px;
}
.fts01{
    font-size:28px;
}
.fts02{
    text-align: right;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0;
}
.fts03{
    font-size: 1.3em;
}
.fts04{
    font-size: 1.5em;
}
.fw-b{
    font-weight:bold;
}
.stxt{
    font-size:.75em;
}
.ftc{
    color:#fff!important;
}
.ftc02{
    color:#cc9933!important;
}
.ftc03{
    color:#e30880;
}
.txt-c{
    text-align:center;
}
.txt-r{
    text-align:right;
}
.txt-l{
    text-align: left;
}
.ftw{
    font-weight:bold;
}
.category_txt div{
    text-align:center;
}
.about_txt{
    text-align:center;
}
.note{
    display: flex;
    align-items: center;
    justify-content: center;
}
.note:before{
    content:"～";
    display:inline-block;
}
.note:after{
    content:"～";
    display:inline-block;
}
.lh1{
    line-height:1;
}
.brn_font{
    color:#974806;
}
@media screen and (max-width: 480px){
    .fts01{
        font-size:25px;
    }
    .category_txt div{
        text-align:left;
    }
    .category_list li{
        text-align:left!important;
    }
    .about_txt{
        text-align:left;
    }
}
/* list
----------------------------------------------- */
ul {
  list-style: none;
}
ul li {
	margin: 0 0 0.3em;
	line-height: 1.3em;
	color: #333333;
}
ol {
	margin: 0 0 1em 30px;
}
ol li {
	margin: 0 0 0.3em;
	line-height: 1.3em;
	color: #333333;
	font-size: 0.9375em;
}
/* commonTable
----------------------------------------------- */
table {
	width: 100%;
	margin: 0 0 20px;
	border-collapse: collapse;
	line-height: 1.3em;
	font-size: 0.875em;
	color: #333333;
}
table tr {
	background: #ffffff;
}
table tr.odd {
	background: #eeeeee;
}
table th {
	padding: 6px;
	border: 1px solid #cccccc;
	font-weight: bold;
}
table thead td {
	padding: 6px;
	border: 1px solid #cccccc;
	text-align: center;
	font-weight: bold;
}
table td {
	vertical-align: top;
	padding: 6px;
	border: 1px solid #cccccc;
}
.company-table td,
.company-table th{
    padding:2em 6px;
}
.company-table th{
    background: #eeeeee;
}
.company-table .odd{
    background:#fff;
}
@media screen and (max-width:480px){
    .company-table td,
    .company-table th{
        display:block;
    }
}
/* googleMap
----------------------------------------------- */
#googlemap {
	width: 100%;
	height: 400px;
	margin: 0 0 10px;
}
#mapBalloon {
	padding: 5px 0;
}
#mapName {
	margin-bottom: 5px;
	font-weight: bold;
	color: #5B7900;
}
/* TopicPath トピックパススタイル
----------------------------------------------- */
#topicPath {
	line-height: 1.2em;
	font-size: 12px !important;	
}
#topicPath ul {
	margin: 0;
}
#topicPath ul li {
	display: inline-block;
	float: left;
	list-style: none;
}
#topicPath ul li:first-child:before {
	content: none;
}
#topicPath ul li:before {
	content: '>';
	margin: 0 5px 0 0;
}
#topicPath ul li > a, #topicPath ul li > span {
	margin-right: 5px;
	color: #333333;
	text-decoration: none;	
}
#topicPath ul li a:hover {
	text-decoration: underline;	
}
/* pageTopButton
----------------------------------------------- */
#pageTopButton {
	position: fixed;
	bottom: 40px;
	right: 15px;
	font-size: 12px;
	z-index:9999;
}
#pageTopButton a {
	text-decoration: none;
}
#pageTopButton a:hover {
	text-decoration: none;
	opacity:0.7;
}
/* Form Fieldset【変更注意】フォームスタイル
----------------------------------------------- */
.formCheckBlock{
    width: 95vw;
    max-width: 1024px;
    margin: 0 auto;
}
form.mailForm {
	margin: 0 0 30px;
	padding: 10px 10px 20px;
	border: 1px solid #cccccc;
	background: #ffffff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
fieldset.formBlock {
	border-bottom: 1px dotted #aaaaaa;
	margin: 0;
	padding: 10px 5px 5px;
	line-height: 1.3em;
	font-size: 0.875em;
	color: #333333;
}
fieldset legend.title {
	display: block;
	float: left;
	width: 30%;
	padding: 10px 0;
	color: #333333;
}
fieldset.titleDisplayNone legend.title {
	display: none;
}
fieldset.titleDisplayNone .content {
	width: 100%;
}
fieldset.titleDisplayNone .goodsOrderSelectBox li label .goodsTitle {
	width: 550px;
}
fieldset.titleDisplayNone .shoppingOrdererInformationBox .shoppingOrdererInformationBoxTitle {
	width: 200px;
}
fieldset.titleDisplayNone .shoppingOrdererInformationBox .shoppingOrdererInformationBoxInnerInputGroup {
	margin-left: 210px;
}
fieldset.titleDisplayNone .shoppingDeliverySelectBox .shoppingDeliveryBoxTitle {
	width: 200px;
}
fieldset.titleDisplayNone .shoppingDeliveryTimeSelectBox .shoppingDeliveryTimeSelectBoxTitle {
	width: 200px;
}
fieldset.titleDisplayNone .shoppingDeliveryBox .shoppingDeliveryBoxTitle {
	width: 200px;
}
fieldset.titleDisplayNone .shoppingDeliveryBox .shoppingDeliveryBoxInnerInputGroup {
	margin-left: 210px;
}
fieldset.titleDisplayNone .shoppingOrdererInformationBoxInner:first-child {
	border-top: none;
	padding-top: 0;
}
fieldset.titleDisplayNone .shoppingOrdererInformationBoxInner {
	border-top: 1px dotted #CCCCCC;
	padding-top: 5px;
}
form.check fieldset div.content{
	display: inline-block;
	width: 70%;
	padding: 10px 0;
}
form.check fieldset .content span {
	display: inline-block;
}
form.check fieldset .content .contentTitle {
	width: 130px;
}
form.check .comment {
	display: none;
}
form.check .formMarkColor {
	display: none;
}
form.check .orderNumber {
	padding: 3px 5px;
	background: #CCCCCC;
}
form.check .contentInner {
	overflow: hidden;
}
form.check .orderProcuctsList {
	margin-left: 0;
	list-style: none;
}
form.check .orderProcuctsList li {
	border-left: 5px solid #cccccc;
	padding-left: 5px;
}
form.check .orderProcuctsList li ul {
	overflow: hidden;
	margin: 0;
}
form.check .orderProcuctsList li ul li {
	border-left: none;
	padding-left: 0;
}
form.check .orderProcuctsList .goodsOptionTitle {
	display: none;
}
form.check .orderProcuctsList .orderProcuctsListBox {
	overflow: hidden;
}
form.check .orderProcuctsList .orderProcuctsListBox .goodsName {
	font-weight: bold;
}
form.check fieldset .content span {
	float: left;
}
form.check .feeDetailsBox {
	line-height: 1.5em;
}
form.check .feeDetailsBox .feeDetailsBoxInner .feeDetailsName {
	width: 200px;
	border-bottom: 1px solid #cccccc;
	margin-right: 0;
}
form.check .feeDetailsBox .feeDetailsBoxInner .feeDetailsPrice {
	width: 200px;
	border-bottom: 1px solid #cccccc;
	margin-right: 0;
	text-align: right;
}
form.check .feeDetailsBox .feeDetailsBoxInnerSumTotal span {
	width: 200px;
	margin-right: 0;
	border-top: 1px solid #cccccc;
	font-weight: bold;
}
form.check .feeDetailsBox .feeDetailsBoxInnerSumTotal .feeDetailsPrice {
	text-align: right;
}
fieldset.titleDisplayNone .shoppingDeliveryBoxInner:first-child {
	border-top: none;
	padding-top: 0;
}
fieldset.titleDisplayNone .shoppingDeliveryBoxInner:last-child {
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 5px;
}
fieldset.titleDisplayNone .shoppingDeliveryBoxInner {
	border-top: 1px dotted #CCCCCC;
	padding-top: 5px;
}
fieldset.titleDisplayNone .shoppingDeliverySelectBox {
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 5px;
}
fieldset div.content {
	display: inline-block;
	width: 70%;
	padding: 4px 0;
}
fieldset div.content select {
	margin: 6px 0;
}
fieldset div.check .content {
	padding: 10px 0;
}
fieldset div.content span {
	display: inline-block;
	margin: 0 5px 0 0;
	color: #333333;
}
fieldset div.content input[type=text], fieldset div.content textarea, fieldset div.content select {
	position: relative;
	margin: 0 0 5px;
	padding: 3px;
	border: 1px solid #aaaaaa;
	color: #333333;
	font-size: 0.9375em;
	border-radius: 4px;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
}
fieldset input[type=text].formCaution, fieldset textarea.formCaution, fieldset select.formCaution {
	border: 1px solid #cc0000 !important;
	background: #ffd4d4 !important;
}
fieldset div.content input[type=radio], fieldset div.content input[type=checkbox] {
	margin-right: 5px;
}
fieldset div.content input[type=text] {
	width: 150px;
}
fieldset div.content input[type=text].textareaShort {
	width: 250px;
}
fieldset div.content input[type=text].tel01, fieldset div.content input[type=text].tel02, fieldset div.content input[type=text].tel03 {
	width: 4.5em;
}
fieldset div.content input[type=text].zipecode01 {
	width: 3.5em;
}
fieldset div.content input[type=text].zipecode02 {
	width: 4.5em;
}
fieldset div.content select.selectAddress {
	width: auto;
}
fieldset div.content input[type=text].address01, fieldset div.content input[type=text].address02 {
	width: 80%;
}
fieldset div.content select.selectMonth, fieldset div.content select.selectDay {
	width: 4.5em;
}
fieldset .formMarkColor {
	color: #cc0000;
}
fieldset .radio {
    margin: 4px;
}
fieldset .checkbox {
    margin: 4px;
}
fieldset.comment {
	background: #eeeeee;
	line-height: 1.3em;
	text-align: center;
	padding: 10px 0 5px;
	font-weight: bold;
}
fieldset.comment legend {
	display: block;
	width: 100%;
    padding: 15px 0 0;
	background: #eeeeee;
}
fieldset.comment .content {
	display: none;
}
fieldset .comment span {
	display: block;
	font-size: 90%;
	font-weight: normal;
}
fieldset .shoppingOrdererInformationBox .shoppingOrdererInformationBoxTitle {
	width: 120px;
}
fieldset .shoppingOrdererInformationBox .shoppingOrdererInformationBoxInnerInputGroup {
	margin-left: 130px;
    margin-top: -18px;
}
fieldset .shoppingDeliverySelectBox .shoppingDeliveryBoxTitle {
	width: 120px;
}
fieldset .shoppingDeliveryBox .shoppingDeliveryBoxTitle {
	width: 120px;
}
fieldset .shoppingDeliveryTimeSelectBox .shoppingDeliveryTimeSelectBoxTitle {
	width: 120px;
}
fieldset .shoppingDeliveryBox .shoppingDeliveryBoxInnerInputGroup {
	margin-left: 130px;
    margin-top: -18px;
}
fieldset .shoppingPaymentMethodCreditBox .shoppingPaymentMethodCreditBoxTitle {
	width: 120px;
}
fieldset .shoppingPaymentMethodCreditBox .shoppingPaymentMethodCreditBoxInner .cardNumber {
	width: 50%;
}
fieldset .textarea {
	width: 80%;
	height: 200px;
	padding: 2px;
	border: 1px solid #aaaaaa;
}
fieldset.formBlock .goodsOrderSelectBox {
	margin-left: 0;
}
fieldset.formBlock .goodsOrderSelectBox li:first-child {
	border-top: none;
	padding-top: 0;
}
fieldset.formBlock .goodsOrderSelectBox li {
	overflow: hidden;
	padding-top: 15px;
	border-top: 1px dotted #cccccc;
	list-style: none;
}
fieldset.formBlock .goodsOrderSelectBox li .goodsItem {
	float: left;
	width: 49%;
}
fieldset.formBlock .goodsOrderSelectBox li div label {
	overflow: hidden;
}
fieldset.formBlock .goodsOrderSelectBox li .goodsOptionName {
	display: block;
    margin-bottom: 5px;
}
fieldset.formBlock .goodsOrderSelectBox li .goodsOptionItem {
	float: right;
    width: 49%;
	margin: 0;
}
fieldset.formBlock .goodsOrderSelectBox li div .goodsOrderSelectBoxOptionList {
	margin-left: 0;	
}
fieldset.formBlock .goodsOrderSelectBox li div .goodsOrderSelectBoxOptionList li select {
	width: 97%;
}
fieldset.formBlock .goodsOrderSelectBox li li {
	list-style: none;
	border-top: none;
	padding-top: 0;
}
fieldset.formBlock .goodsOrderSelectBox li label input.checkbox {
	float: left;
	margin: 70px 0 0 0;
}
fieldset.formBlock .goodsOrderSelectBox li label .goodsThumbnail {
	display: block;
	float: left;
	height: 155px;
}
fieldset.formBlock .goodsOrderSelectBox li label .goodsThumbnail img {
	width: auto;
	height: 100%;	
}
fieldset.formBlock .goodsOrderSelectBox li .goodsName {
	cursor: pointer;
	margin-bottom: 10px;
}
fieldset.formBlock .goodsOrderSelectBox li label .goodsPrice {
	font-size: 110%;
    font-weight: bold;
    margin-bottom: 10px;
}
fieldset.formBlock .goodsOrderSelectBox li .goodsOptionTitle {
	display: block;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #B6D9F2;
}
fieldset.formBlock .goodsOrderSelectBox li .goodsGiftItem {
	clear: both;
	overflow: hidden;
	margin-top: 15px;
}
fieldset.formBlock .goodsOrderSelectBox li .goodsGiftItem .goodsGiftTitle {
	display: block;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #B6D9F2;
}
fieldset.formBlock .goodsOrderSelectBox li .goodsGiftItem .goodsGiftItemList {
	float: left;
	width: 33%;
}
fieldset.formBlock .goodsOrderSelectBox li .goodsGiftItem .goodsGiftItemList .goodsGiftThumbnail img {
	width: 100%;
	height: auto;
}
fieldset.formBlock .goodsOrderSelectBox li label .goodsTitle {
	float: left;
}
fieldset.formBlock .goodsOrderSelectBox li .goodsText {
}
fieldset.formBlock .goodsOrderSelectBox li .goodsText input[type="text"] {
	width: 2.5em;
}
.formBlock .content label{
    display:block;
}
@media screen and (max-width:480px){
    fieldset legend.title,
    fieldset div.content,
    fieldset div.content input[type=text].textareaShort,
    fieldset .textarea{
        width:100%;
    }
    fieldset div.content input[type=text].tel01, 
    fieldset div.content input[type=text].tel02, 
    fieldset div.content input[type=text].tel03{
        width:27%;
    }
}
.button {
    margin-top: 15px;
	text-align: center;
}
.btnSend {
	position: relative;
	border: 1px solid #de8405; 
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
span.btnSend {
	display: inline-block;
}
.btnSend input {
    position: relative;
    display: block;
    width: 180px;
    border: none;
    color: #ffffff !important;
    padding: 12px 5px 10px 40px;
    line-height: 1em;
    text-decoration: none;
    text-align: left;
    background: url(../../images/btn_cart_type02.png) no-repeat 5px center;
    background-color: #EF7E00;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.contact .btnSend input,
.formCheckBlock .btnSend input{
    padding: 5px 10px;
    text-align:center;
    background:unset;
    background-color: #EF7E00;
    -webkit-appearance: none;
}
.btnSend input:hover {
	opacity:0.7;
}
.btnBack {
	position: relative;
	border: 1px solid #777777; 
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
span.btnBack {
	display: inline-block;
}
.btnBack input {
	position: relative;
    display: block;
	width: 100px;
    border: none;
    color: #ffffff !important;
	padding: 5px;
	line-height: 1em;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 0.8125em;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);	
	background-color: #bbbbbb;
	background: linear-gradient(#cccccc, #999999);
    background-image: -moz-linear-gradient(center top , #cccccc, #999999);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#999999));
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.btnBack input:hover {
	background: #999999;
	text-decoration: none;
}
.formThanksBlock{
    width: 95vw;
    max-width: 1024px;
    margin: 0 auto;
    padding:3em 0;
}
/* ------ カラム（flex） ------- */
.column-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.column-box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.column-box2.column-box2--winery{
    justify-content: space-between;
}

.column-box3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: start;
  -ms-flex-pack: justify;
  justify-content: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.column-box4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: end;
  -ms-flex-pack: justify;
  justify-content: end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.column-box5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: start;
  -ms-flex-pack: justify;
  justify-content: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: top;
}
.column-box > div {
  float: none!important;
  margin-bottom: 30px;
}
.column-box.mb-none > div {
  margin-bottom: 0;
}
.column-box hr {
  display: none;
}
.column-box.reverse {
  -webkit-flex-direction: row-reverse;
   flex-direction: row-reverse;
}
/* カラム幅指定(均等幅隙間あり) */
.column-box__2col {
  width: 47% !important;
  max-width: 570px;
  z-index:1;
}
.column-box__3col {
  width: 31% !important;
  max-width: 370px;
  z-index:1;
}
.column-box__3cols {
  width: 31% !important;
  max-width: 370px;
  margin:2% 2% 0 0;
  z-index:1;
}

.column-box__4col {
  width: 23% !important;
  max-width: 270px;
}

.column-box__4cols {
  width: 23% !important;
  max-width: 270px;
  margin:2% 2% 0 0;
}
.column-box__5col {
  width: 18% !important;
  max-width: 210px;
}
.column-box__5cols {
  width: 18% !important;
  max-width: 210px;
  margin:2% 2% 0 0;
}
.column-box__6col {
  width: 15% !important;
}
.column-box__7col {
  width: 13% !important;
  max-width: 130px;
}
.column-box__8col {
  width: 46% !important;
  max-width: 570px;
}
/* カラム幅指定(均等幅隙間なし) */
.column-box__60 {
  width: 60% !important;
}
.column-box__57 {
  width: 57% !important;
}
.column-box__50 {
  width: 50% !important;
}
.column-box__49 {
  width: 49% !important;
}
.column-box__40 {
  width: 40% !important;
}
.column-box__33 {
  width: 33% !important;
}
.column-box__25 {
  width: 25% !important;
}
.column-box__21 {
  width: 21% !important;
}
.column-box__20 {
  width: 20% !important;
}
.categorycol{
    width: 30%!important;
    max-width: 370px;
    margin: 2em 1%;
}
.categorycol .btn01{
    color: #fff;
    font-size:0.8rem;
    display: block;
    width: auto;
    padding: 5px 0;
    text-align: center;
    text-decoration: none;
    outline: none;
    border-radius: 10px;
    background-color: #b80d23;
}
.categorycol .btn02{
    color: #b33e5c;
    font-size:0.8rem;
    display: block;
    width: auto;
    padding: 5px 0;
    margin: 0;
    text-align: center;
    text-decoration: none;
    outline: none;
    border-radius: 10px;
    border:1px solid #b80d23;
}
.brandcol{
    width: 25%!important;
    max-width: 300px;
    margin: 0 5em 6em 0;
}
.brandcol img{
    border-radius:50%;
}
@media screen and (max-width:480px){
    .categorycol .btn01,
    .categorycol .btn02{
        font-size:0.7em;
    }
}
/* -------------------------------------- */
/* ブレイクポイント-汎用 */
@media screen and (max-width: 1200px) {
  .column-box.bp1200 > [class*="column-box__"] {
    width: 100%!important;
    margin: 0 auto 3%!important;
  }
}
@media screen and (max-width: 1024px) {
  .bp1024 > [class*="column-box__"] {
    width: 100% !important;
    margin-bottom: 20px;
    max-width: inherit;
  }
}
@media screen and (max-width: 1000px) {
  .bp1000 > [class*="column-box__"] {
    width: 100% !important;
    margin-bottom: 20px;
    max-width: inherit;
  }
}
@media screen and (max-width: 768px) {
  .bp768 > [class*="column-box__"] {
    width: 100% !important;
    margin-bottom: 20px;
    max-width: inherit;
  }
  
  .bp768-off{
      display: none;
  }
  .categorycol{
    width:45%!important;
  }
  .brandcol{
    width:28%!important;
    margin:1em;
  }
}
@media screen and (max-width: 650px) {
  .bp650 > [class*="column-box__"] {
    width: 100% !important;
    margin-bottom: 10px;
    max-width: inherit;
  }
  .bp650half > [class*="column-box__"]{
    width: 50% !important;
    margin-bottom: 10px;
    max-width: inherit;
  }
}
@media screen and (max-width: 480px) {
  .bp480 > [class*="column-box__"] {
    width: 100% !important;
    margin-bottom: 20px;
    max-width: none;
  }
  .bp480-5col > div {
    width: 18% !important;
    margin-bottom: 20px;
    max-width: inherit;
  }
  .bp480-half > div,
  .bp480-half > li{
    width: 48% !important;
    margin-bottom: 20px;
    max-width: inherit;
  }
  .bp480-off{
      display: none;
  }
  .brandcol{
    width:41%!important;
  }
  .categorycol{
      width:46%!important;
  }
    .categorycol ul li{
      margin-bottom:10px!important;  
    }
  .categorycol ul li img{
      width:70%;
  }
  .categorycol .btn01,
  .categorycol .btn02{
      width:80%;
      margin:auto;
  }
}
@media screen and (max-width: 320px) {
  .bp320 > [class*="column-box__"] {
    width: 100% !important;
    margin-bottom: 20px;
  }
}
/* android4対策 */
@media screen and (max-width: 980px) {
  body.and4 .column-box {
    display: block;
    text-align: center;
  }
  body.and4 .column-box > div {
    display: inline-block;
  }
}
.bq768-on{
    display:none;
}
.bq768-off{
    display:block;
}
.bq480-on{
    display:none;
}
.bq480-off{
    display:block;
}
.bq1024-on{
    display:none;
}
.bq1024-off{
    display:block;
}
@media screen and (max-width: 1024px){
    .bq1024-on{
        display:block;
    }
    .bq1024-off{
        display:none;
    }
    .wd200{
        width:200px;
    }
}
@media screen and (max-width: 768px){
    .bq768-on{
        display:block;
    }
    .bq768-off{
        display:none;
    }
    .bq768-widthimg{
        width:100%;
        height:auto;
    }
    .bq768{
        width:100%!important;
        max-width: inherit;
    }
    .bq768-img100{
        width:100%;
    }
}
@media screen and (max-width:650px){
    .bp650-box1{
        -webkit-box-ordinal-group:1;
        -ms-flex-order:1;
        -webkit-order:1;
        order:1; 
    }
    .bp650-box2{
        -webkit-box-ordinal-group:2;
        -ms-flex-order:2;
        -webkit-order:2;
        order:2; 
    }
}
@media screen and (max-width:480px){
    .bq480-on{
        display:block;
    }
    .bq480-off{
        display:none;
    }
    .bq480-box1{
        -webkit-box-ordinal-group:1;
        -ms-flex-order:1;
        -webkit-order:1;
        order:1; 
    }
    .bq480-box2{
        -webkit-box-ordinal-group:2;
        -ms-flex-order:2;
        -webkit-order:2;
        order:2; 
    }
    .bq480-img100{
        width:100%;
    }
}
/* Button【変更注意】ボタンスタイル
----------------------------------------------- */
.fileDownload {
	display: inline-block;
	border: 1px solid #7CA800;
	margin: 20px 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background:linear-gradient(#ffffff, #AFC900);
	background-image: -moz-linear-gradient(top , #ffffff, #AFC900);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#AFC900));
	background: -ms-linear-gradient(top, #ffffff, #AFC900);
}
.fileDownload:hover {
	background:linear-gradient(#619212, #375E13);
	background-image: -moz-linear-gradient(top , #619212, #375E13);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#619212), to(#375E13));
	background: -ms-linear-gradient(top, #619212, #375E13);
}
.fileDownload a {
	display: block;
	padding: 5px 1em;
	text-align: center;
	color: #385F13;
	text-decoration: none;
	border: 1px solid #ffffff;
	font-size: 13px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.fileDownload a:hover {
	color: #ffffff;
}
/* FAQCommonStyle【変更注意】FAQスタイル
----------------------------------------------- */
.faqList {
	overflow: hidden;
	margin: 0 0 30px;
}
.qMarkText {
	display: block;
    margin: 0 0 10px;
    padding: 0 0 0 50px;
    background: url("/contents/images/faq_ico_q.png") no-repeat scroll 0 0 transparent;
    font-size: 20px;
	font-weight: bold;
    line-height: 2.5em;
    background-position: left;
}
.aMarkText {
	background: url("/contents/images/faq_ico_a.png") no-repeat scroll 0 0 transparent;
    padding: 0 0 0 50px;
}
.aMarkText p{
    line-height: 2.5em!important;
}
/* sitemapStyle【変更注意】サイトマップスタイル
----------------------------------------------- */
.sitemapTitle {
	margin-bottom: 5px !important;
	font-weight: bold;
	font-size: 1em !important;
}
.sitemapList {
	list-style: none;
	margin-left: 0;	
}
.sitemapList ul {
	list-style: none;
	margin: 0 0 0 20px;
}
.sitemapList ul ul {
	list-style: none;
	margin: 0 0 0 20px;	
}
.sitemapList ul ul ul {
	list-style: none;
	margin: 0 0 0 20px;
}
/* blockQuote【変更注意】ブロッククォートスタイル
----------------------------------------------- */
blockquote {
	padding: 20px 20px 20px 50px;
	background: url(../../../contents/templates/images/bg_blockQuote.png) no-repeat 10px 20px;
	background-size: 30px 30px;
	background-color: #CCEAFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
/* decoration【変更注意】データタイプ適用スタイル
----------------------------------------------- */
.square {
	margin: 0 0 30px;
	padding: 20px 30px;
	background-color: #B6D9F2;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.square h1:first-child, .square h2:first-child, .square h3:first-child, .square h4:first-child, .square h5:first-child, .square h6:first-child {
	margin-top: 0;
}
.square p:last-child, .square ul:last-child {
	margin-bottom: 0 !important;	
}
.squareLine {
	margin: 0 0 30px;
	padding: 20px 30px;
	border: 5px solid #B6D9F2;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.squareLine h1:first-child, .squareLine h2:first-child, .squareLine h3:first-child, .squareLine h4:first-child, .squareLine h5:first-child, .squareLine h6:first-child {
	margin-top: 0;
}
.squareLine p:last-child, .squareLine ul:last-child {
	margin-bottom: 0 !important;	
}
.squareDotLine {
	margin: 0 0 30px;
	padding: 20px 30px;
	border: 5px dotted #B6D9F2;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.squareDotLine h1:first-child, .squareDotLine h2:first-child, .squareDotLine h3:first-child, .squareDotLine h4:first-child, .squareDotLine h5:first-child, .squareDotLine h6:first-child {
	margin-top: 0;
}
.squareDotLine p:last-child, .squareDotLine ul:last-child {
	margin-bottom: 0 !important;	
}
.no-01 {
	padding-left: 60px;
	background: url(../../../contents/templates/images/01.png) no-repeat top left;
}
.no-02 {
	padding-left: 60px;
	background: url(../../../contents/templates/images/02.png) no-repeat top left;
}
.no-03 {
	padding-left: 60px;
	background: url(../../../contents/templates/images/03.png) no-repeat top left;
}
.no-04 {
	padding-left: 60px;
	background: url(../../../contents/templates/images/04.png) no-repeat top left;
}
.no-05 {
	padding-left: 60px;
	background: url(../../../contents/templates/images/05.png) no-repeat top left;
}
.no-06 {
	padding-left: 60px;
	background: url(../../../contents/templates/images/06.png) no-repeat top left;
}
.no-07 {
	padding-left: 60px;
	background: url(../../../contents/templates/images/07.png) no-repeat top left;
}
.no-08 {
	padding-left: 60px;
	background: url(../../../contents/templates/images/08.png) no-repeat top left;
}
.no-09 {
	padding-left: 60px;
	background: url(../../../contents/templates/images/09.png) no-repeat top left;
}
.no-10 {
	padding-left: 60px;
	background: url(../../../contents/templates/images/10.png) no-repeat top left;
}
.rolloverOpacity:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
.width100 {
    width: 100%;
    height: auto;
}
.wrap {
    width:100% !important;
}
.wrap .wrapLeft {
    width: 510px !important;
    height: 380px;
    padding: 10px;
    border: 1px solid #cccccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.wrap .wrapLeft img {
}
.wrap .wrapRight {
	width: 150px !important;
}
.wrap .wrapRight img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	cursor:pointer;
}
/* DB GOODS INFORMATION【変更注意】DB商品情報
----------------------------------------------- */
.goodsDetailInfo {
    overflow: hidden;
    margin-bottom: 30px;
    max-width: 700px;
    margin: auto;
    width:100%!important;
}
.goodsDetailInfo .goodsThumbNail {
    float: left;
    margin: 0 20px 0 0;
}
.goodsDetailInfo .goodsThumbNail img {
    width: 100%;
    height: auto;
}
.goodsDetailInfo .goodsDetailBasicInfo {
    margin:auto;
}
.goodsDetailInfo .goodsDetailBasicInfo h1 {
    margin-top: 0;
    font-size: 1.4em;
}
.goodsDetailInfo .goodsPrice {
    color: #cc9933 !important;
    font-size: 1.2em;
    font-weight: bold;
    margin-top:0;
}
.goodsDetailInfo .goodsPrice:before {
    content: "価格";
    color: #b33e5c;
}
.goodsDetailInfo .goodsOptionBox {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #cccccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.goodsDetailInfo .goodsOptionBox ul {
    margin: 0 0 1em;
}
.goodsDetailInfo .goodsOptionBox ul li {
    list-style: none;
    margin-bottom: 30px;
}
.goodsDetailInfo .goodsOptionBox ul li h2 {
    margin: 0 0 5px;
    font-size: 1em;
}
.goodsDetailInfo .goodsOptionBox ul li select {
    min-width: 4em;
    max-width: 97%;
}
.goodsDetailInfo .goodsQuantityBox h2 {
    display: inline-block;
    margin: 0;
    font-size: 1em;
}
.goodsDetailInfo .goodsQuantityBox input {
    width: 2.5em;
}
.goodsDetailInfo .goodsDeliveryBox {
	margin-top: 15px;
}
.goodsDetailInfo .goodsDeliveryBox h2 {
    display: inline-block;
    margin: 0;
    font-size: 1em;
}
.goodsDetailInfo .goodsDeliveryBox select {
	max-width: 97%;
    min-width: 7em;
}
.goodsDetailInfo .button {
    text-align: left;
}
.productimg .goodsThumbNail{
    width:auto!important;
    margin: auto;
}
.productimg .goodsName{
    font-size:1.2em;
    font-weight:bold;
    margin: 0;
}
.searchForm {
    margin: 0 2px 15px;
}
.searchForm h1 {
    color: #666666;
    display: block;
    font-size: 14px;
    margin-bottom: 1px;
    padding: 8px 6px 8px 1em;
    text-decoration: none;
    background: #dbdbdb; /* Old browsers */
    background: -moz-linear-gradient(top, #dbdbdb 0%, #d6d6d6 50%, #c1c1c1 51%, #dddddd 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdbdb), color-stop(50%,#d6d6d6), color-stop(51%,#c1c1c1), color-stop(100%,#dddddd)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dbdbdb 0%,#d6d6d6 50%,#c1c1c1 51%,#dddddd 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dbdbdb 0%,#d6d6d6 50%,#c1c1c1 51%,#dddddd 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dbdbdb 0%,#d6d6d6 50%,#c1c1c1 51%,#dddddd 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom, #dbdbdb 0%,#d6d6d6 50%,#c1c1c1 51%,#dddddd 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#dddddd',GradientType=0 ) !important; /* IE6-9 */
    border: 1px solid #C5C5C5;
}

.searchForm form {
    padding: 10px;
    background: #f8f8f8;
}

.border-box{
    border:1px solid #fff;
    padding:39px 50px;
}

.circle-img{
    border-radius: 50%;
}
.sub_ttl{
    font-size: 1.3em;
}
.inner p{
    line-height: 2em;
}
.inner-min{
    max-width: 1200px;
    margin: auto;
}
.poR{
    position: relative;
}
/* ブランドスストーリー背景共通
----------------------------------------------- */
.trimming{
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 50%;
}
.bs-ob-bg,
.p-kr-bg,
.bs-tc-bg,
.bs-pi-bg,
.bs-jg-bg{
    padding:70px 0;
}
.bs-ob-bg::before,
.p-kr-bg::before,
.bs-tc-bg::before,
.bs-jg-bg::before{
content:"";
display:block;
position:fixed;
top:0;
left:0;
z-index:-1;
width:100%;
height:100vh;
background-repeat:no-repeat;
background-position:50% 100%;
background-size:cover;
}
.bs-pi-bg::before{
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background-repeat:no-repeat;
    background-position: 17% 100%;
    background-size:cover;
}

/*------ イラスト ----*/
.ueki:before{
    content: url(/contents/images/illust_pot.png);
    position: absolute;
    bottom:10px;
    right: 10%;
}
.bin:before{
    content: url(/contents/images/illust_bin.png);
    position: absolute;
    right: 10%;
    bottom: 10px;
}
.folk:before{
    content: url(/contents/images/illust_folk.png);
    position: absolute;
    left: 10%;
    bottom: 10px;

}
.book:before{
    content: url(/contents/images/illust_book.png);
    position: absolute;
    right: 10%;
    bottom: 10px;

}
.coffee:before{
    content: url(/contents/images/illust_cafe.png);
    position: absolute;
    left: 10%;
    bottom: 10px;
}
.towel:before{
    content: url(/contents/images/illust_towel.png);
    position: absolute;
    right: 10%;
    bottom: 10px;
}
.backlogo:before{
    content: url(/contents/images/emonyalogo01.png);
    position: absolute;
    right: 10%;
    bottom: 10px;
    opacity:.2;
}
.bg{
    background-color:#f0f8ff;
}
.shio-mainimage {
    background: url(/contents/images/oroshi-mainimage.png) no-repeat top center;
    height: 590px;
    margin-bottom: 40px;
}

.line{
    line-height: 29px;
    letter-spacing: 7px;
    padding:15px 0;
    border-top: 1px #333 solid;
    border-bottom: 1px #333 solid;
}

.line-2{
    line-height: 29px;
    letter-spacing: 7px;
    padding:15px 0;
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
}

.line-white{
    color:#fff;
    line-height: 29px;
    letter-spacing: 7px;
    padding:15px 0;
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
}

/* BUTTON
----------------------------------------------- */
.btn-style{
    color:#fff;
    display: inline-block;
    padding: 10px 30px;
    width: 400px;
    text-align: center;
    text-decoration: none;
    outline: none;
    border-radius:10px;
    font-size: 1.3em;
    z-index: 2;
    background-color: #cc9933;
}
.btn_style_2{
    border: 1px solid #fff;
    display: inline-block;
    padding: 3px;
}
.btn_style_2 a{
    color:#fff;
    text-decoration: none;
}.btn_style_2:hover{
    color:#000;
    background:#fff;
    transition: background-color 0.5s;
}
.btn_style_2 a:hover{
    color:#333;
}
.btn-style3 {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.btn-style3::before,
.btn-style3::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.btn-style3,
.btn-style3::before,
.btn-style3::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn-style3 {
  position: relative;
  z-index: 2;
  background-color: #cc9933;
  border: 2px solid #cc9933;
  color: #fff;
  line-height: 50px;
}
.btn-style3:hover {
  background-color: #fff;
  border-color: #cc9933;
  color: #cc9933;
}
.btn-style3::before,
.btn-style3::after {
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #cc9933;
}
.btn-style3::before {
  top: 0;
}
.btn-style3::after {
  bottom: 0;
}
.btn-style3:hover::before,
.btn-style3:hover::after {
  height: 0;
  background-color: #cc9933;
}
.btn-style4{
    padding:10px 0;
    text-align:center;
    border-radius: 20px;
    background-color: #672E1B;
}
.btn-style4 a{
    font-size: 1.5em;
    color:#fff;
}
.btn-style05{
    display:block;
    color:#fff;
    background:#cc9933;
    border-radius:10px;
    padding:10px;
}
.btn-style06{
    border: 1px solid #fff;
    padding: 5px;
    margin-bottom: 10px!important;
}
.btn-style06 a{
    display:block;
    color:#fff;
}
.btn-style07{
    display:inline-block;
    padding:5px 30px;
    margin-top:1em;
    background-color: #cc9933;
}
.btn-style07 a{
    display:block;
    color:#fff;
}
.btn-style08{
    display:inline-block;
    padding:3px 15px;
    margin-top:1em;
    background-color: #974806;
}
.btn-style08 a{
    display:block;
    color:#fff;
    font-size: .9em;
}
.btn-style09{
    padding:10px;
    margin-top:1em;
    background-color: #cc9933;
    border-radius: 20px;
    text-align: center;
}
.btn-style09 a{
    display:block;
    color:#fff;
    font-size: 1.3em;
}
.btn-style10 {
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    outline: none;
    border-radius: 10px;
    z-index: 2;
    background-color: #cc9933;
}
.brn_button{
    color:#fff;
    font-size:18px;
    max-width:100%;
    width:400px;
    display:block;
    margin:30px auto;
    padding:15px 0;
    text-align:center;
    background-color:#672E1B;
}
@media screen and (max-width: 768px){
    .btn-style{
        width:200px;
    }
    .bg_img2:before,.bg_img3:before{
        content: none;
    }
    .btn-style4{
        margin: 10px 0;
        padding: 10px 2px;
    }
    .btn-style4 a{
        font-size: 1.2em;
        color:#fff;
    }
    .btn-style06{
        padding:3px;
    }
}
@media screen and (max-width:480px){
    .btn_style{
        padding:10px 20px;
    }
    .btn-style4 a{
        font-size:1em;
    }
}
.container {
  font-family: "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  text-align: center;
  padding-top: 40px;
  display:inline-block;
}
.btn-open {
  display: inline-block;
  width: 180px;
  height:50px;
  text-align: center;
  background-color: #9ec34b;
  font-size: 16px;
  line-height: 52px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #9ec34b;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-open:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}
.btn-open:hover{
  color: #9ec34b;
}
.btn-open:hover:after{
  height: 240%;
  opacity: 1;
}
.btn-open:active:after{
  height: 340%;
  opacity: 1;
}

.style-pad{
    padding:20px 0;
}
.img_area,.txt_area,.inline-box{
    width:100%;
    display:block;
}
    
.max-img{
    width:100%;
}
.imageLeft{
    text-align:center!important;
    margin:auto;
}
    
.column_2{
    width:auto;
}

.no-float{
    float:none!important;
    width:100%!important;
}
    
.goodsDetailInfo,.goodsThumbNail{
    float:none!important;
}
    
.header_logo{
    display:block!important;
    padding:10px;
}
    
.goodsDetailInfo{
    width:80%;
}
    
.sub_ttl{
    margin:15px 0 0 0!important;
}
    
.img_area,.txt_area{
    margin:0;
}
/*商品一覧*/
.item-box{
    overflow: hidden;
}
.item-box .pageListItemBlock {
    margin-right: -1em;
}
.goodsQuantityTitle{
    display:inline-block;
}
.pageListItemBlock-type03 .goodsQuantityBox input[type=text] {
    width: 50px!important;
}
.pageListText{
    text-align:left;
}
.item-box .pageListTitle,
.item-box .goodsPriceTaxIncl{
    font-size:1em;
    height: 70px;
}
.goodsPriceTaxIncl{
    color: #b33e5c!important;
    text-align: center;
    margin: 10px 0;
    font-size: 1.2em;
    font-weight: 700;
}
.item-box .goodsPrice{
    margin-top:0;
}
.goodsPrice{
    margin:20px 0;
}
.pageListItemBlock-type03{
    text-align: center;
    padding: 10px;
    border:1px solid #e3e3e3;
    background:#fff;
    -webkit-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    -moz-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    -ms-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}
.seasonal_period{
    position: absolute;
    left: 0;
    top: 0;
    background: #b80d23;
    color: #fff;
    padding: 0 10px;
}
@media screen and (max-width: 768px){
    .item-box .pageListItemBlock-type03{
        width:44%!important;
        margin:0 1em 1em 0!important;
    }
}
@media screen and (max-width: 480px){
    .item-box .pageListItemBlock-type03 {
        width:41%!important;
        margin-right: .5em!important;
    }
    .item-box .pageListTextBlock,
    .item-box .pageListItemBlock-type03{
        overflow:unset!important;
    }
    .pageListTitle{
        font-size: .9em;
        /*height:50px;*/
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 1.5em;
        /*max-height: 60px;*/
        text-overflow: ellipsis;
    }
    .item-box .pageListTitle{
        height: 75px;
        max-height: 100px;
        -webkit-line-clamp: 3;
    }
}
/*記事*/
.newslist .pageListDate,
.newspage .pageListDate{
    margin-right:20px;
}
.newslist .pageListTitle,
.newslist .pageListTitle a{
    color:#fff;
}
.newspage{
    border: 2px solid #cc9933 !important;
    border-radius: 20px;
    padding: 20px;
}
@media screen and (max-width: 768px){
    .newslist .pageListTitle{
        margin-left:20px;
    }
    .newslist .pageListDate{
        display:block;
    }
}
@media screen and (max-width:480px){
    .newspage .pageListDate{
        display:block;
    }
    .newslist .pageListTitle,
    .newspage .pageListTitle{
        -webkit-line-clamp: unset;
        overflow: unset;
        text-overflow: unset;
    }
}
/*商品詳細*/
.table_ingredients {
    overflow: hidden;
    margin: 0 0 25px;
}
.table_ingredients dt,.table_ingredients dd{
    display: block;
    width: 25%;
    font-size:12px;
    background-color: #F0F0F0;
    padding: 15px 5px;
    border: 1px solid #CCC;
    float: left;
    box-sizing: border-box;
}
.table_ingredients dd, .table_ingredients dd {
    background-color: #FFF;
}
.pageListBlock form .btnSend, .goodsDetailInfo form .btnSend {
    position: relative;
    padding: 0;
    text-align: center;
    color: #FFF;
    border: none;
    display: block;
}
.pageListItemBlock{
    overflow: unset!important;
}
.productlist .pageListItemBlock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.productlist .pageListItemBlock-type03 {
    float: none;
    width: 14.7%!important;
    height: auto!important;
    border: none;
    filter: unset;
    margin: 1em 0.5em;
    overflow: unset;
}
.productlist .pageListTitle {
    height: 100px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5!important;
    max-height: 4.5em;
    text-overflow: ellipsis;
}
@media screen and (max-width:1024px){
    .productlist .pageListItemBlock-type03 {
        width: 25%!important;
        margin: 1em 0.5em;
    }
    .bp1024-off{
        display:none;
    }
}
@media screen and (max-width:650px){
    .table_ingredients dt,
    .table_ingredients dd{
        width:50%;
    }
    .btnSend input{
        width:100%!important;
    }
    .productlist .pageListItemBlock-type03{
        width:80%!important;
    }
}
/*カテゴリー一覧*/
.box-style{
    text-align: center;
    padding: 10px;
    border: 1px solid #e3e3e3;
    background: #fff;
    -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    -ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}
.img-shadow{
    background: #fff;
    -webkit-filter: drop-shadow(2px 5px 6px rgba(0, 0, 0, 0.8));
    -moz-filter: drop-shadow(2px 5px 6px rgba(0, 0, 0, 0.8));
    -ms-filter: drop-shadow(2px 5px 6px rgba(0, 0, 0, 0.8));
    filter: drop-shadow(2px 5px 6px rgba(0, 0, 0, 0.8));
}
/*ブランドストーリー*/
.box-style02{
    position: relative;
}
@media screen and (max-width: 480px){
    .order1{
        order:1;
    }
    .order2{
        order:2;
    }
}
@media screen and (max-width: 480px){
    .fts01{
        font-size:25px;
    }
}
.no-wrap{
    display:inline-block;
}
.block{
    display:block;
}
/*------- margin padding
-----------------------------*/
.m0{
    margin:0!important;
}
.mt0{
    margin-top:0!important;
}
.mt5{
    margin-top:5px!important;
}
.mt10{
    margin-top:10px!important;
}
.mt20{
    margin-top:20px!important;
}
.mt30{
    margin-top:30px;
}
.mt40{
    margin-top:40px;
}
.mb30{
    margin-bottom:30px;
}
.pt0{
    padding-top:0!important;
}
.pb30{
    padding-bottom:30px;
}
.p10{
    padding:10px;
}
.sma{
    margin: 40px 0 20px 0!important;
}
/*--- border
------------------------*/
.bdr{
    border-bottom: 1px solid #fff;
}
.box{
    text-align: center;
    /*padding: 10px;*/
    /*border: 1px solid #e3e3e3;*/
    /*background: #fff;*/
    /*-webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));*/
    /*-moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));*/
    /*-ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));*/
    /*filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));*/
}
.bdrbox{
    width:88vw;
    border: 1px solid #672E1B;
    padding: 20px;
    margin: 10px auto;
    border-radius: 30px;
    z-index: 1;
    background-color:#fff;
}
.hiddenbox{
    overflow: hidden;
}
.vlm{
    vertical-align: middle;
}
.vls{
    vertical-align: sub;
}
.iwid100 img{
    width:100%;
}
.kaori{
    display: block;
   margin-top:-75px;
   padding-top:75px;
}
.messagecard div{
    margin-right:1em;
}
.messagecard div img{
    border: 2px solid #974806;
}
@media screen and (max-width:480px){
    .messagecard div{
        margin-right:.4em;
    }
    .bdrbox{
        padding:10px;
    }
}
.newsbtn{
    position: absolute;
    bottom: 0;
    right: 3em;
}
.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 2em;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.arrow::before{
    box-sizing: border-box;
    width: 1.5em;
    height: 1.5em;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.arrow::after{
    left: 6px;
    width: .7em;
    height: .7em;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow_link{
    padding-right: 20px;
    color:#b80d23;
    position: relative;
}
.arrow_link::before,
.arrow_link::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.arrow_link::before{
    right: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #b80d23;
    border-right: 2px solid #b80d23;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and (max-width:480px){
    .arrow::before{
        width: 1em;
        height: 1em;
    }
    .arrow::after {
        left: 4px;
        width: .5em;
        height: .5em;
    }
}
/*--- キャンペーンバナー
------------------------*/
.campaignbnr{
    display:none;
}
@media screen and (max-width:480px){
    .campaignbnr{
        display:block;
        position: fixed;
        bottom:-2px;
        right:0;
        left:0;
        margin:auto;
        z-index: 98;
    }
}
/*--- positon
------------------------*/
.poR{
    position:relative;
}
.guidebtn{
    height:40px;
    margin: 0 10px 10px 0;
}
.guidebtn a{
    width:100%;
    height:100%;
    font-size:1em;
    display: -webkit-flex;
     display: flex;
    -webkit-align-items: center; 
    align-items: center; 
    -webkit-justify-content: center;
    justify-content: center;
}
@media screen and (max-width:480px){
    .guidebtn{
        margin-right:3px;
    }
}
/*--- スペース
------------------------*/
.space{
    height:8em;
}
.space02{
    height:4em;
}
@media screen and (max-width:480px){
    .space{
        height:4em;
    }
}
.soryo-icon{
    color: #fff;
    display: block;
    padding: 5px 0;
    width: 100px;
    text-align: center;
    background-color:#b80d23;
}
.product_main_img{
    margin-bottom:30px;
    text-align:center;
}
.categorycol_txt{
    height:168px;
    text-align:left;
}
.product__detail_txt{
    height:115px;
    text-align:left;
}
@media screen and (max-width:480px){
    .product__detail_txt{
        height:215px;
    }
}
.productlist .pageListDetailLink a{
    color: #fff;
    display: block;
    padding: 0px 15px;
    text-align: center;
    text-decoration: none!important;
    outline: none;
    border-radius: 5px;
    z-index: 2;
    background-color: #b80d23;
    font-size: .7em;
}
#btn-txt{
    color: #fff;
    display: inline-block;
    padding: 3px 15px;
    text-align: center;
    text-decoration: none;
    outline: none;
    border-radius: 10px;
    z-index: 2;
    background-color: #cc9933;
}

.hitokoto{
  background: #fff;
  margin: 2em 0;
  padding: 25px;
  border-radius: 10px;
}

.hitokoto-circle1{
  font-size: 16px;
  line-height: 1.5;
  position: absolute;
  margin-top: -37px;
  font-weight: bold;
  color: #fff;
  background-color:#672E1B;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto-circle1:after{
  content: "O";
  position: absolute;
  margin-top: .2em;
  font-weight: bold;
  color: #fff;
  background-color:#672E1B;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto-circle2:before{
  content: "";
  position: absolute;
  top: 100%;
  margin-left: -16px;
  border: 5px solid transparent;
  border-top: 10px solid #672E1B;
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.hitokoto-circle2{
  position: absolute;
  font-size: 16px;
  line-height: 1.5;
  margin-top: -37px;
  margin-left: 40px;
  font-weight: bold;
  color: #fff;
  background-color:#672E1B;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}
.hitokoto-circle2:after{
  content: "C";
  position: absolute;
  margin-top: .2em;
  font-weight: bold;
  color: #fff;
  background-color:#672E1B;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
  margin-left: 3px;
}
.hitokoto-circle3{
  position: absolute;
  font-size: 16px;
  line-height: 1.5;
  margin-top: -37px;
  margin-left: 78px;
  font-weight: bold;
  color: #fff;
  background-color:#672E1B;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}
.hitokoto p{
  margin: 0;
  padding: 0;
}

.coffee_table td{
    vertical-align: middle;
}
.coffee_table .title{
    width: 50px;
    background-color: rgb(189, 151, 119);
}
.coffee_table .number{
    width: 50px;
}
.coffee_table .mame01{
    width:30px;
}
.coffee_table .mame02{
    width:20px;
}



/* スライド */
.main_slide{
    border-top: 1px solid #b9b9b9;
}
.main_slide li{
    margin:0;
}
.main_slide li a:hover{
    opacity:1;
}
.swiper-wrapper {
  -webkit-transition-timing-function:linear!important;
  -o-transition-timing-function:linear!important;
  transition-timing-function:linear!important;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 66%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-container{
  padding: 0;
}

.btn{
    max-width:266px;
    width:90%;
    display:block;
    margin:15px auto 0;
    padding: 12px 0;
    text-align:center;
    border:1px solid;
    border-radius:5px;
}
.btn02{
    color:#fff;
    max-width:266px;
    width:90%;
    display:block;
    margin:15px auto 0;
    padding: 12px 0;
    text-align:center;
    border:1px solid #fff;
    border-radius:5px;
}
.title_style{
    color:#fff;
    padding: 5px 0;
    text-align:center;
    background-color:#672E1B;
}
.title_style02{
    color:#fff;
    margin:0;
    padding: 10px 0;
    text-align:center;
    background-color:#000;
}
.title_style02 img{
    width:128px;
}

/*---- TOP ----*/
.bnr_col{
    justify-content: start;
}
.bnr_col li{
    width:32%;
    margin-right:1%;
}
.tokushu_col{
    margin:0 1%;
}
.tokushu_col img{
    margin-bottom:10px;
}
.tokushu_col .txt{
    float:left;
    font-size: 15px;
}
.tokushu_col .tag{
    float:right;
    border:1px solid;
    font-size: 0.8rem;
}
@media screen and (max-width:768px){
    .tokushu_col{
        width:48%!important;
    }
}
@media screen and (max-width:480px){
    .bnr_col li{
        width:100%;
    }
}

.k_inner{
    padding:30px 0;
    background-color:#672E1B;
}
.k_inner ul{
    margin:3em 0;
}
.k_inner ul .column-box__3col{
    border-radius: 10px;
    border: 1px solid #fff;
}
.k_inner p{
    color:#fff;
    margin:0;
}
.k_slide ul{
    margin:4em 0 1em 0;
}
.k_slide li p{
    font-size:23px;
    padding:20px;
    border-radius: 10px;
    border: 1px solid #fff;
}
@media screen and (max-width:480px){
    .k_slide li p{
        font-size:20px;
    }
}

.brand_list{
    max-width:660px;
    width:90%;
    margin: 30px auto 0;
}
.brand_list li{
    margin-bottom:0;
}

.news_list{
    position: relative;
    max-width: 710px;
    margin-left: auto;
    padding-left: 135px;
}
.news_list:before{
    content:"News";
    font-size:3em;
    position:absolute;
    top:0;
    left:0;
}
.news_list .pageListTitle{
    height:auto!important;
}
.news_btn{
    display: block;
    text-align: right;
    max-width: 266px;
    width: 90%;
    display: block;
    margin: 30px auto 0;
    padding: 10px 0;
    text-align: center;
    border: 1px solid;
    border-radius: 5px;
}
.news_list .pageListDate{
    display:block;
}
.ca_list li a{
    display: block;
    color:#fff;
    font-size: 21px;
    padding:15px 0;
    border-radius:5px;
    text-align:center;
    background-color:#672E1B;
}
.mo_list li a{
    display: block;
    color:#fff;
    font-size: 21px;
    padding:15px 0;
    border-radius:5px;
    text-align:center;
    background-color:#672E1B;
}
@media screen and (max-width:768px){
    .ca_list li,
    .mo_list li{
        max-width: unset;
        width:48%!important;
    }
    .news_list{
        padding-left:0;
    }
    .news_list:before{
        position:unset;
        display:block;
        margin-bottom:15px;
    }
}

.bp480-on{
    display:none;
}
.bp480-off{
        display:block;
    }
@media screen and (max-width: 480px){
    .bp480-on{
        display:block;
    }
    .bp480-off{
        display:none;
    }
}

.sp_txt{
    text-align:center;
}
@media screen and (max-width: 480px){
    .sp_txt{
        text-align:left;
    }
}
.item_btn{
    color: #fff;
    display: block;
     width: auto;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    outline: none;
    border-radius: 10px;
    background-color:#b80d23;
}
.story_btn{
    color: #b80d23;
    padding: 10px;
    font-weight: 900;
    font-size: 0.6rem;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #b80d23;
}
.item-box .pageListTitle{
    overflow: hidden;
}

/*--- レビュー ---*/
.review_col{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: end;
    -ms-flex-pack: justify;
    justify-content: end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.review_col .reviewBox{
    width:31%;
    margin:0 1%;
}
.btnReviewWrite{
    display:none;
}
.reviewBox .reviewMark{
    color:#ffd700;
}
.reviewBox .reviewTitle,
.reviewBox .reviewMark{
    display: inline-block;
}
.reviewBox .reviewTitle{
    font-weight: bold;
}
.reviewBox .reviewName{
    font-size:.8rem;
}
.reviewBox .reviewComment{
    font-size:.9rem;
}

.shoppingReviewGoodsBox,
.shoppingReviewAddBox{
    max-width:1200px;
    width:90%;
    margin:auto;
}
.shoppingReviewGoodsBox{
    padding-top:3em;
}
.shoppingReviewAddBox{
    padding-bottom:3em;
}
.shoppingReviewAddBox h1{
    display:none;
}
.shoppingReviewAddBox .reviewForm textarea{
    width: 100%;
    height: 200px;
}
.writeReviewButton{
    display: block;
    margin:15px 0;
}
.writeReviewButton a{
    color: #EF7E00;
}
@media screen and (max-width:480px){
    .review_col .reviewBox{
        width:48%;
    }
}
.bnr_box{
    padding:3em 0;
    background-color:#672E1B;
}

.thumblist-item {
  background-color: #000;
  flex: 0 0 23.5%;
  max-width: 23.5%;
  margin: 2% 2% 0 0;
  cursor: pointer;
}
.thumblist-item:nth-child(1) {
  margin-top: 0;
}
.thumblist-item:nth-child(2) {
  margin-top: 0;
}
.thumblist-item:nth-child(3) {
  margin-top: 0;
}
.thumblist-item:nth-child(4) {
  margin-top: 0;
}
.thumblist-item:nth-child(4n) {
  margin-right: 0;
}

.thumblist {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.thumblist-item img {
  opacity: 0.5;
}
.thumblist-item.current img {
  opacity: 1;
}

/*--- Brilliant LP
------------------------*/
.p_table th{
    width:30%;
}
.bri_back{
    background-size:cover;
    background-position:center;
    background-image:url(/contents/images/Brilliant_back.jpg);
}
.bri_back02{
    background-size:cover;
    background-position:center;
    background-image:url(/contents/images/Brilliant_back02.jpg);
}
.bri_back03{
    background-color:#FFFFCC;
}
.bri_back04{
    background-color:#FF3366;
}
.bara01,
.bara02,
.bara03,
.bara04,
.bara05,
.bara06{
    position:relative;
}
.bara01:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:225px;
    height:430px;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image:url(/contents/images/bara01.png);
}
.bara02:before{
    content:"";
    position:absolute;
    bottom: 65%;
    right:0;
    width:200px;
    height:434px;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image:url(/contents/images/bara02.png);
}
.bara03:before{
    content:"";
    position:absolute;
    bottom:89%;
    left:0;
    width: 334px;
    height: 486px;
    z-index:0;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image:url(/contents/images/bara06.png);
}
.bara04:before{
    content:"";
    position:absolute;
    bottom: 70%;
    right: 0;
    width:566px;
    height:566px;
    z-index: -1;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image:url(/contents/images/bara03.png);
}
.bara05:before{
    content:"";
    position:absolute;
    top: 0;
    left: 0;
    width:324px;
    height:453px;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image:url(/contents/images/bara04.png);
}
.bara06:after{
    content:"";
    position:absolute;
    top: 0;
    right: 0;
    width:342px;
    height:446px;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image:url(/contents/images/bara05.png);
}
@media screen and (max-width:480px){
    .bara01:before{
        width: 50px;
        height: 100px;
    }
    .bara02:before{
        width: 60px;
        height: 130px;
    }
    .bara03:before{
        width: 100px;
        height: 200px;
    }
    .bara04:before{
        width: 200px;
        height: 210px;
    }
    .p_table th,
    .p_table td{
        display:block;
        width:auto;
    }
}
.sold_out{
    display: inline-block;
    color: #ad1510;
    font-weight: bold;
    padding: 10px 20px;
    background-color: #fff;
    border: 2px solid #ad1510;
}
#menbersLoginBlock{
    max-width:350px;
    width:100%!important;
}
.menbersAccountAdd p{
    font-size:15px!important;
}
.shoppingItemAddOpenBtn{
    color:#fff!important;
    display: inline-block;
    padding: 2px 10px;
    margin: 0 10px;
    border-radius: 5px;
    background: #FFAB09;
}
.menbersLoginPasswordForgot a,
.menbersAccountAdd a{
    color:#f89406;
    font-weight:bold;
}
.menbersLoginPasswordForgot a:hover,
.menbersAccountAdd a:hover{
    text-decoration: underline;
}

.price p{
    color: #b33e5c!important;
    margin: 0;
}
.price .before{
    text-decoration: line-through;
}
.price .after{
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom:15px;
}
.con_txt{
    max-width:770px;
    margin:30px auto 0;
}
.con_txt .title{
    font-size:1.2em;
    font-weight:bold;
}
.con_txt li{
    background: #eee;
    border-radius: 20px;
}
.con_txt .back{
    padding: 30px 15px 0;
}

/*------------------------
emonya Blog
------------------------*/
.blog{
    padding-top: 1em;
}

.blog_list .pageListItemBlock{
    max-width:710px;
    margin:auto;
}
.blog .back{
    margin-bottom:30px;
    padding:30px;
    background-color:#f5ebd6;
}
.blog .border{
    margin-bottom:30px;
    padding:30px;
    border:2px solid #f5ebd6;
}
.blog .pageListTitle{
    height:auto!important;
}
.blog h2{
    font-size:25px;
    color:#672E1B;
	line-height: 1.5;
    margin: 55px 0 15px;
    border-bottom: 3px solid #672E1B;
	padding-bottom: 10px;
    font-weight: bold;
}
.blog h3{
    color:#672E1B;
	padding: 0 0.5em;
	font-size: 21px;
	 margin: 55px 0 10px;
	line-height: 1.5;
    border-left: solid 3px #672E1B;
	font-weight: bold;
}
.blog h4{
    display:inline-block;
    color:#fff;
	background-color:#672E1B;
	line-height: 1.5;
    font-size: 16px;
	padding:5px 10px;
    margin: 30px 0 15px;
}
.blog h5{
	padding:30px;
	line-height: 2;
	margin-bottom:1.5em;
	background: #eef1f2;
}
.blog h6{
	padding:30px;
	line-height: 2;
	margin-bottom:1.5em;
	border:1px solid #672E1B;
}

.marker_type01{
 background:linear-gradient(transparent 75%, #ffc165 75%);
font-weight:bold; 
}
.marker_type02{
 background: linear-gradient(transparent 50%, #ffeca5 50%);
 font-weight: bold; 
border-radius:6px;
}

.blog .blog_title{
    font-size:27px;
    color:#fff !important;
    background-color:#672E1B;
    padding:5px;
    margin-bottom:30px;
    text-align:center;
}
.blog .goods h2{
    margin-top:0;
}
.blog .goods .subcatch{
    margin-bottom:0;
}
.blog .button{
    width:150px;
    color: #fff;
    font-size: 0.8rem;
    display: block;
    padding: 5px 0;
    text-align: center;
    text-decoration: none;
    outline: none;
    border-radius: 10px;
    background-color: #b80d23;
}
@media screen and (max-width:480px){
    .blog_list .pageListDate{
        display:block!important;
    }
    .blog h2{
        font-size:22px;
    }
    .blog h3{
        font-size:19px;
    }
    .blog .blog_title{
        margin-top:100px;
        font-size:23px;
    }
    .blog .title_style{
        margin-top: 100px;
    }
}
/*-----------------------------------------------
お中元
----------------------------------------------- */
.s_gift_box{
    margin: 2em auto;
    max-width:90%;
    width: 700px;
    color: #606060;
    background-color: #e0ffff;
    border: 2px solid #afeeee;
    border-radius: 10px;
    text-align: center;
}
.s_gift_box .text{
    padding: 1em;
}

/*-----------------------------------------------
掲載をお考えの企業様へ
----------------------------------------------- */
.publish_faq{
    margin-top:30px;
}
.publish_faq .qMarkText{
    color:#fff;
    padding: 10px 10px 10px 30px;
    margin-bottom:0;
    background:#672E1B;
}
.publish_faq .qMarkText:before{
    content:"Q";
    font-size:28px;
    display:inline-block;
    margin-right:10px;
}
.publish_faq .aMarkText{
    padding: 10px 30px;
    background:#ffe8d5;
    border:1px solid #672E1B;
}
.publish_faq .aMarkText p{
    line-height: 1.8!important;
}
@media screen and (max-width:480px){
    .publish_faq .qMarkText{
        font-size:18px;
    }
}

/*-----------------------------------------------
在庫切れの場合
----------------------------------------------- */
.zaikonashi{
    color:#b80d23;
    font-weight:bold;
}
.goodsDetailInfo .goodsRemarkText{
    color:#b80d23;
    padding:10px;
    border:1px solid #b80d23;
    background-color:#fff;
    position: relative;
    margin-bottom: -29px;
    display: block;
    line-height: 1.5;
    font-weight: bold;
}

.tab_type01{
    color: #fff;
    padding: 3px 10px;
    background: #974806;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 10px;
    font-size: 0.9rem;
}


/*====================================================================
ブランドストーリーストーリー開閉ボタン
====================================================================*/
.s_05 .accordion_one {
	max-width: 1024px;
	margin: 0 auto;
}
.s_05 .accordion_one .accordion_header {
	background-color: #672E1B;
	color: #fff;
	font-weight: bold;
	padding: 10px 11%;
	text-align: center;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
}
.s_05 .accordion_one .accordion_header:hover {
	opacity: .8;
}
.s_05 .accordion_one .accordion_header .i_box {
	/*display: flex;*/
	display:none;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 5%;
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	margin-top: -10px;
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
}
.s_05 .accordion_one .accordion_header .i_box .one_i {
	display: block;
	width: 18px;
	height: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
	position: relative;
}
.s_05 .accordion_one .accordion_header.open .i_box {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}
.s_05 .accordion_one .accordion_header .i_box .one_i:before, .s_05 .accordion_one .accordion_header .i_box .one_i:after {
	display: flex;
	content: '';
	background-color: #fff;
	border-radius: 10px;
	width: 18px;
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transform-origin: center center;
}
.s_05 .accordion_one .accordion_header .i_box .one_i:before {
	width: 4px;
	height: 18px;
	top: 0;
	left: 7px;
}
.s_05 .accordion_one .accordion_header.open .i_box .one_i:before {
	content: none;
}
.s_05 .accordion_one .accordion_header.open .i_box .one_i:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.s_05 .accordion_one .accordion_inner {
	/*display: none;*/
	padding: 30px;
	border-left: 2px solid #672E1B;
	border-right: 2px solid #672E1B;
	border-bottom: 2px solid #672E1B;
	box-sizing: border-box;
}
.s_05 .accordion_one .accordion_inner .box_one {
	height: 300px;
}
.s_05 .accordion_one .accordion_inner p.txt_a_ac {
	margin: 0;
}
.s_05 .accordion_one .accordion_inner .closeArea {
	width: 180px;
	margin: 0 auto;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #672E1B;
	padding: 8px 8px 8px 10px;
	text-decoration: none;
	line-height: 1.3;
	color: #fff;
	font-weight: bold;
	position: relative;
	cursor: pointer;
	transition-duration: 0.2s;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn:hover {
	opacity: .8;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 10%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 18px;
	height: 18px;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before, .s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:after {
	content: '';
	background-color: #fff;
	border-radius: 10px;
	width: 18px;
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(45deg);
	transform-origin: center center;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before {
	width: 4px;
	height: 18px;
	top: 0;
	left: 7px;
}
.brand_col{
    padding:30px 0;
}
@media screen and (max-width: 1024px) {
	.s_05 .accordion_one .accordion_header {
		font-size: 18px;
	}
	.s_05 .accordion_one .accordion_header .i_box {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
	.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.s_05 .accordion_one .accordion_header {
		font-size: 16px;
		text-align: left;
		padding: 15px;
	}
}
@media screen and (max-width:480px){
    .s_05 .accordion_one .accordion_inner{
        padding:30px 15px;
    }
}





/*------------------
テスト（削除していい）
------------------*/
.page_nav{
    max-width:700px;
}
.page_nav .pagingPrev,
.page_nav .pagingNext{
    display:block;
    margin-bottom:10px;
}
.page_nav .pagingPrev a:before{
    content:"PREV";
    display:inline-block;
    padding-right:10px;
}
.page_nav .pagingNext a:before{
    content:"NEXT";
    display:inline-block;
    padding-right:10px;
}

.connection{
    max-width:700px;
}
.connection ul{
    display:flex;
    align-items: center;
}
.connection ul li{
    width:31%;
    margin-right:2%;
}
.connection img{
    max-width:150px;
}



/*商品ページ追加*/
@media(max-width:480px){
    .pageListItemBlock-type03 {
        float: none;
        margin: 0 auto 1em auto;
    }
}


/*================  藤原追記  ===================*/

/*ブランドストーリー表示崩れ修正*/
.brand-cards {
    display: flex;
    flex-wrap: wrap;
}

.brand-card{
   width: calc( 33.3333% - 6em / 3);
   margin: 2em 1em;
}

@media screen and (max-width: 767px){
.brand-card{
   width: calc( 50% - 4em / 2);
   margin: 2em 1em;
}
}

.brand-card a{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.brand-card__img img{
    border-radius: 50%;
}

.brand-card__btn{
    color: #fff;
    margin-top: auto;
}


label{
    line-height: 2;
    display:block;
}

.winery-giftbox a{
    color: #b33e5c;
    text-decoration: underline;
}


/*===2023.9.4追記===*/
.tac_sp-off{
    text-align: center;
}

@media(max-width:480px){
.tac_sp-off{
    text-align: left;
}
}

/*===はちみつブログ===*/
details {
  transition: .5s;
  margin: 0 0 10px;
  max-width: 580px;
  overflow: hidden;
  margin-top: -10px;
  padding-bottom: 12px;
}


summary {
  transition: .5s;
  transform: translateY(10px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  font-size: 16px;
  /*background-color: #d6d6d6;*/
  background-color: #FFD693;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
}

summary::-webkit-details-marker {
  display: none;
}

/*summary:hover{*/
/*  background-color: #b6b6;*/
/*}*/
details[open] summary{
  /*background-color: #b6b6;*/
  transform: translateY(0);
}

details[open] {
  margin-top: 0;
  padding-bottom: 2px;
}

summary::after{
  content:"+";
  margin-left: 30px;
  color: #5b8f8f;
  font-size: 21px;
  transition: transform .5s;
}

details[open] summary::after{
 transform: rotate(45deg);
}

.answer{
  transition: .5s;
  padding: 20px;
  line-height: 1.6;
}

details[open] .answer{
   animation: fadein .5s ease;
}


/*===売れ筋ランキング 202310===*/
.card{
    display: flex;
    flex-wrap: wrap;
}

.card__item{
    width: calc((100% - 6%)/3);
    margin: 0 1% 2em !important;
    position: relative;
}


.card__item .rank{
    color: #fff;
    font-weight: bold;
    width:30px;
    height: 30px;
    background-color:#988B85;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card__item:nth-child(1) .rank {
    background: #e0bf0f;
}

.card__item:nth-child(2) .rank {
    background: #96A7B2;
}

.card__item:nth-child(3) .rank {
    background: #A9641A;
}

.card__img{
    margin-bottom: 0.3em;
}

.card__subtitle{
    font-size: .9em;
    line-height: 1.4;
    color: #974806 !important;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.card__title{
    position: relative;
    display: block;
    font-size: 1.1em;
    line-height: 1.4;
    font-weight: bold;
}


@media screen and (max-width: 480px){
   .card__item{
    width: calc((100% - 8%)/2);
    margin: 0 2% 2em !important;
} 
}

/*===cokonlab===*/
table .cokonlab__th {
    display: block;
    padding: 6px;
    border: 1px solid #cccccc;
    font-weight: bold;
    background: #eeeeee;
}

table .cokonlab__td {
    display: block;
    vertical-align: top;
    padding: 6px;
    border: 1px solid #cccccc;
    background: #ffffff;
}

.cokonlab_box img{
    max-width: 300px;
}


/*===ブランドストーリーグレー部分===*/

.txt-hide{
display: none;
}

button.more {
width: 120px;
margin: 20px auto;
display: block;
background-color: #fff;
color: #333;
padding:10px 15px;
border: none;
outline: 0;
transition: .5s;
-erbkit-transition: .5s;
}
 
button.more::after {
content: "more";
transition: .2s;
-erbkit-transition: .2s;
}

button.more.on-click::after{
content: "close";
}

.sinmai{
    position: relative;
}

.sinmai::before{
    content: "新米";
    position: absolute;
    color: #fff;
    background-color: crimson;
    padding: 5px 25px;
    top: 0;
    left: 0;
}

/*追加*/
.conts_inner.guide_ttl{
    padding-top:2%;
}
