.virs {
  font-size: 2.0em;
  font-weight: bold;
  text-align: center;
}

.fs-l-main {
    margin: 0px auto;
    padding: 0 8px;
}
a:hover {
  text-decoration: none;
}
#header {
    font-size: 1.0em;
    line-height: 130%;
    margin: 0 auto;
    width: 1200px;
}
.title {
  height: 130px;
  margin: 0 auto;
  width: 1200px;
}
.title h1.logo {
  height: 150px;
  float: left;
  padding: 0;
  width: 1000px;
  margin: auto 5px;
}
.title .minicart {
    float: left;
    margin: 0 5px 0 0;
    width: 110px;
}
title .cart {
    float: left;
    padding: 10px 0 0 0;
    width: 70px;
}
#header .title .search {
    float: left;
    padding: 5px 0 0 0;
    width: 200px;
}
.youtube {
  display:flex;
  width:180px;
}
.fs-p-inputGroup {
  display: flex;
  align-items: stretch;
  border: 1px solid #a83134;
  background: #a83134;
  width: 180px;
}
.fs-pt-carousel img {
  max-width: 1200px;
}
.fs-pt-carousel__track {
  position: relative;
  width: 1200px;
}
.fs-p-messageBoard {
  width: 1200px;
}

.menu {
  position: relative;
  width: 1200px;
  height: 40px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  border-bottom: 4px maroon solid;	
  border-right: 1px maroon solid;
  border-top: 1px maroon solid;
  background: #fafafa;
  border-radius: 4px 4px 0 0;
  padding:0;
}
.menu:before,
.menu:after {
  content: " ";
  display: table;
}
.menu:after {
  clear: both;
}
.menu {
  zoom: 1;
}
.menu > li {
  float: left;
  width: 14.2%;
  height: 35px;
  line-height: 40px;
  background: #fafafa;
  border-left: 1px #800000 solid;
  font-size:13px;
  list-style:none;
}
.menu li img {
  vertical-align: middle;
}
.menu > li a {
  color: black;
  text-decoration: none;
  font-weight:bold;
}
.menu > li a:hover {
  color: maroon;
}
ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 200;
}
ul.menu__third-level {
  visibility: hidden;
  opacity: 0;
}
ul.menu__fourth-level {
  visibility: hidden;
  opacity: 0;
}
.menu > li:hover {
  background: #dfdfdf;
  -webkit-transition: all .9s;
  transition: all .9s;
}
.menu__second-level li {
  border-left: 1px solid #800000;
  border-right: 1px solid #800000;
  border-bottom: 1px solid #800000;
}
.menu__third-level li {
  border: 1px solid #800000;
}
.menu__second-level li a:hover {
  background: #bbb;
  border-radius: 5px;
  padding: 5px;
}
.menu__third-level li a:hover {
  background: #f0f0f0;
}
.menu__fourth-level li a:hover {
  background: #f0f0f0;
}
.init-bottom:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 15px;
  border-right: 1px solid #800000;
  border-bottom: 1px solid #800000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu > li.menu__single {
  position: relative;
}
li.menu__single ul.menu__second-level {
  position: absolute;
  top: 40px;
  width: 200%;
  text-align: left;
  background: #dfdfdf;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
li.menu__single:hover ul.menu__second-level {
  top: 39px;
  visibility: visible;
  opacity: 1;
}	
li.menu__mega ul.menu__second-level {
  position: absolute;
  top: 39px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 2%;
  background: #dfdfdf;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
li.menu__mega:hover ul.menu__second-level {
  top: 39px;
  visibility: visible;
  opacity: 1;
}
li.menu__mega ul.menu__second-level > li {
  float: left;
  width: 23%;
  border: none;
  text-align: left;
  list-style:none;
}
li.menu__mega ul.menu__second-level > li:nth-child(4n+3) {
  margin: 0 2% 0 0;
}
.menu > li.menu__multi {
  position: relative;
}
li.menu__multi ul.menu__second-level {
  position: absolute;
  top: 39px;
  width: 100%;
  background: #fafafa;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
li.menu__multi:hover ul.menu__second-level {
  top: 39px;
  visibility: visible;
  opacity: 1;
}
li.menu__multi ul.menu__second-level li {
  position: relative;
}
li.menu__multi ul.menu__second-level li:hover {
  background: #dfdfdf;
}
li.menu__multi ul.menu__second-level li ul.menu__third-level {
  position: absolute;
  top: 0px;
  left: 100%;
  width: 100%;
  background: #fafafa;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
li.menu__multi ul.menu__second-level li:hover ul.menu__third-level {
  visibility: visible;
  opacity: 1;
}
li.menu__multi ul.menu__second-level li ul.menu__third-level li {
  position: relative;
}
li.menu__multi ul.menu__second-level li ul.menu__third-level li:hover {
  background: #dfdfdf;
}
li.menu__multi ul.menu__second-level li ul.menu__third-level li ul.menu__fourth-level {
  position: absolute;
  top: 0px;
  left: 100%;
  width: 100%;
  background: #fafafa;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
li.menu__multi ul.menu__second-level li ul.menu__third-level li:hover ul.menu__fourth-level {
  visibility: visible;
  opacity: 1;
}
.init-right:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 15px;
  border-right: 1px solid #800000;
  border-top: 1px solid #800000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fs-p-headerUtilityMenu__list.is-ready {
  display: block;
}
.fs-p-headerUtilityMenu__list > li + li {
  margin-left: auto;
}
.fs-p-headerUtilityMenu__list a:link {
  display: block;
  margin-left: 16px;
  text-align: center;
  background: lightgray;
  border-radius: 5px;
  margin: 1px;
  padding: 1px;
}
.fs-p-memberInfo {
  display: unset;
}
.fs-p-memberInfo__stage {
  color: black;
}
.message-container {
  background: #333;
  color: #ffffff;
  width: 1200px;
  padding: 2px 10px;
  height:24px;
}
.message-block {
  display: table;
  box-sizing: border-box;
  width: 100%;
}
.message-60 {
  vertical-align: top;
  display: table-cell;
  width: 60%;
}
.message-40 {
  vertical-align: top;
  display: table-cell;
  width: 40%;
  text-align: right;
}
#footer {
  background: #F6F6F6;
  margin: 0 auto;
  padding: 0;
  width: 1200px;
  font-size:0.9em;
}
#footer .footer_info {
  display: table;
  box-sizing: border-box;
  width: 100%;
}
#footer .footer_info .footer_menu {
  vertical-align: top;
  display: table-cell;
  width: 20%;
  padding: 20px 20px 0 20px;
}
#footer .footer_info .footer_menu ul {
  padding:0;
}
#footer .footer_info .footer_menu ul li {
  list-style:none;
}
#footer .footer_info .footer_menu ul li a {
  color:#333;
}
#footer .footer_info .footer_menu ul li a::before {
  content: "";
  border: 4px solid transparent;
  border-right-width: 1px;
  border-left-color: currentColor;
  display: inline-block;
  height: 0;
  width: 0;
}
#footer .copyright {
  background: #333;
  color: #FFF;
  font-size: 1.0em;
  padding: 5px 0;
  text-align: center;
}
.panorg {
  width: 1200px;
  margin: 0 auto;
}
.pcwidth {
  width:1200px;
  padding:0;
}
.fs-l-product2 .fs-l-productLayout {
    display: grid;
    grid-template-columns: calc(60% - 16px / 2) calc(40% - 16px / 2);
    grid-gap: 16px;
    align-items: start;
}
.item-container {
    width: 100%;
    margin-bottom: 8px;
}
.item-block {
    display: table;
    box-sizing: border-box;
    width: 100%;
}
.item-block .block__left49 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 4.9em;
}
.item-block .block__left50 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 5.0em;
}
.item-block .block__left51 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 5.1em;
}
.item-block .block__left52 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 5.2em;
}
.item-block .block__left41 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 4.1em;
}
.item-block .block__left40 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 4.0em;
}
.item-block .block__left39 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 3.9em;
}
.item-block .block__left38 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 3.8em;
}
.item-block .block__left37 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 3.7em;
}
.item-block .block__left36 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 3.6em;
}
.item-block .block__left35 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 3.5em;
}
.item-block .block__left34 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 3.4em;
}
.item-block .block__left33 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 3.3em;
}
.item-block .block__left32 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 3.2em;
}
.item-block .block__left31 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 3.1em;
}
.item-block .block__left30 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 3.0em;
}
.item-block .block__left29 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 2.9em;
}
.item-block .block__left28 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 2.8em;
}
.item-block .block__left27 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 2.7em;
}
.item-block .block__left26 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 2.6em;
}
.item-block .block__left25 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 2.5em;
}
.item-block .block__left24 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 2.4em;
}
.item-block .block__left-gift {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 3.1em;
}
.item-block .block__left-gift63 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 6.3em;
}
.item-block .block__left-gift60 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 6.0em;
}
.item-block .block__left-gift59 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 5.9em;
}
.item-block .block__left-gift58 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 5.8em;
}
.item-block .block__left-gift57 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 5.7em;
}
.item-block .block__left-gift56 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 5.6em;
}
.item-block .block__left-gift55 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 5.5em;
}
.item-block .block__left-gift53 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 5.3em;
}
.item-block .block__left-gift52 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 5.2em;
}
.item-block .block__left-gift51 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 5.1em;
}
.item-block .block__left-gift49 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 4.9em;
}
.item-block .block__left-gift48 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 4.8em;
}
.item-block .block__left-gift47 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 4.7em;
}
.item-block .block__left-gift46 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 4.6em;
}
.item-block .block__left-gift45 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 4.5em;
}
.item-block .block__left-gift44 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 4.4em;
}
.item-block .block__left-gift43 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 4.3em;
}
.item-block .block__left-gift42 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 4.2em;
}
.item-block .block__left-gift41 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 4.1em;
}
.item-block .block__left-gift40 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 4em;
}
.item-block .block__left-gift39 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 3.9em;
}
.item-block .block__left-gift38 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 3.8em;
}
.item-block .block__left-gift37 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 3.7em;
}
.item-block .block__left-gift36 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 3.6em;
}
.item-block .block__left-gift35 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 3.5em;
}
.item-block .block__left-gift34 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 3.4em;
}
.item-block .block__left-gift33 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 3.3em;
}
.item-block .block__left-gift32 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 3.2em;
}
.item-block .block__left-gift31 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 3.1em;
}
.item-block .block__left-gift30 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 3.0em;
}
.item-block .block__left-gift29 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 2.9em;
}
.item-block .block__left-gift28 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 2.8em;
}
.item-block .block__left-gift27 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 2.8em;
}
.item-block .block__left-gift26 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 2.6em;
}
.item-block .block__left-gift25 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 2.5em;
}
.item-block .block__left-gift24 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 2.4em;
}
.item-block .block__left-gift23 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 2.3em;
}
.item-block .block__left-gift22 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 2.2em;
}
.item-block .block__left-gift21 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 2.1em;
}
.item-block .block__left-gift19 {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 22%;
    padding: 5px;
    background: #333;
    border: 1px solid black;
    border-top: 0;
    color: white;
    height: 1.9em;
}
.item-block .block__right {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4em;
    width: 75%;
    padding: 0 10px;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
}
.right-bannerb {
    padding-bottom:15px;
}


.fs-c-productMainImage__expandButton {
    justify-content: flex-end;
    display: none;
}
.fs-c-productThumbnail__image {
    margin: 0px 6px;
    flex-basis: 106px;
    min-width: 56px;
}
.fs-c-productMainImage__image {
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
.fs-l-productLayout__item .fs-c-productPrices .fs-c-productPrice .fs-c-productPrice__addon {
    font-size: 1.5em;
}
.fs-l-productLayout__item .fs-c-productPrices .fs-c-productPrice .fs-c-productPrice__main .fs-c-productPrice__main__label {
    font-size: 1.5em;
    font-weight: bold;
}
.fs-l-productLayout__item .fs-c-productPrices .fs-c-productPrice .fs-c-productPrice__main .fs-c-productPrice__main__price {
    font-size: 3em;
    font-weight: bold;
}
.fs-c-productPrice--listed {
    color: lightgray;
}
.snslayout {
  background: #f6f6f6;
  padding: 8px 8px 8px 40px;
}
.itemnl {
    padding: 5px;
}
.fs-c-productMark__item {
    padding: 3px;
}
.fs-c-productListItem__viewMoreImageButton {
    display: none;
}
.free-container {
  margin: 0px 0 8px 0;
}	
.free-block {
  display: table;
  box-sizing: border-box;
  width: 100%;
  padding-top: 4px;
}	
.free__blockq1 {
  vertical-align: top;
  display: table-cell;
  width: 5%;
}
.free__blockq2 {
  vertical-align: top;
  display: table-cell;
  width: 95%;
}
.free__blockq3 {
  vertical-align: top;
  display: table-cell;
  width: 30%;
}
.free__blockq1-1 {
  vertical-align: middle;
  display: table-cell;
  text-align:center;
  width: 5%;
}
.free__blocktoukyu1 {
  vertical-align: middle;
  display: table-cell;
  width: 50%;
}
.free__blocks6 {
    display: table-cell;
    width: 60%;
    vertical-align: top;
    padding: 10px;
    border-top: 20px solid #d4bb71;
    border-bottom: 20px solid #d4bb71;
    background: #fffdf6;
}
.free__blocks4 {
    display: table-cell;
    width: 40%;
    vertical-align: top;
    padding: 0 5px;
}
.boxdc {
    position: relative;
    padding:0.25em 1em;
}
.boxdc:before,.boxdc:after{ 
    content:'';
    width: 50px;
    height: 40px;
    position: absolute;
    display: inline-block;
}
.boxdc:before{
    border-left: 3px solid #d4bb71;
    border-top: solid 3px #bbac7f;
    top:0;
    left: 0;
}
.boxdc:after{
    border-right: 3px solid #d4bb71;
    border-bottom: solid 3px #bbac7f;
    bottom:0;
    right: 0;
}
.boxdc p {
    margin: 0; 
    padding: 0;
}
.receiptp {
  background-image:linear-gradient(#5e5d5d,black);
  padding:8px;
  border-bottom:2px solid red;
}
#ryousyu h3 {
    margin: 24px 0 4px;
    background: none;
    font-weight: bold;
    padding: 4px 10px;
    border: none;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}
.questionp {
  background-image:linear-gradient(#464646,#1d1d1d);
  padding:8px;
  border-bottom:2px solid #800000;
}
.free__blockbui3 {
  vertical-align: middle;
  display: table-cell;
  width: 30%;
}
.free__blockbui7 {
  vertical-align: middle;
  display: table-cell;
  width: 70%;
  padding:10px;
  font-size:1.5em;
}
.buiname {
  font-size: 1.5em;
  font-weight: bold;
}
.buitokutyo {
  background: maroon;
  color: white;
  padding: 2px 10px;
  border-radius: 10px;
}
.buiryouri {
  background: maroon;
  color: white;
  padding: 2px 10px;
  border-radius: 10px;
}
.free-blocknotice {
  display: table;
  box-sizing: border-box;
  width: 100%;
  padding-top: 4px;
  border: 1px solid black;
  border-collapse: collapse;
}
.free__blocknotice3 {
  vertical-align: middle;
  display: table-cell;
  width: 30%;
  padding:10px;
  border:1px solid #999999;
  background: #fff0f2;
}
.free__blocknotice7 {
  vertical-align: middle;
  display: table-cell;
  width: 70%;
  padding:10px;
  border:1px solid #999999;
}
.noticetitle {
  padding: 5px 5px 10px 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-size: 1.5em;
  margin-bottom: 15px;
  font-weight: normal;
}
.free-blockprivacy {
  display: table;
  box-sizing: border-box;
  width: 100%;
  padding-top: 4px;
  border: 1px solid black;
  border-collapse: collapse;
}
.free__blockprivacy1 {
  vertical-align: middle;
  display: table-cell;
  width: 10%;
  padding:10px;
  border:1px solid #999999;
  background: #fff0f2;
  text-align:center;
}
.free__blockprivacy9 {
  vertical-align: middle;
  display: table-cell;
  width: 90%;
  padding:10px;
  border:1px solid #999999;
}

.agreementtitle1 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-size: 1.4em;
  margin: 0 0 15px 0;
  padding: 5px 5px 10px;
  font-weight: normal;
}
.agreementtitle2 {
  margin: 24px 0 4px;
  background: none;
  font-weight: bold;
  padding: 4px 10px;
  border: none;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.free-blockhimitu {
  display: table;
  box-sizing: border-box;
  width: 100%;
  padding-top: 4px;
  border: 1px solid;
  margin-top: -11px;
}
.free__blockhimitu3 {
  vertical-align: middle;
  display: table-cell;
  width: 30%;
  padding:10px;
}
.free__blockhimitu7 {
  vertical-align: middle;
  display: table-cell;
  width: 70%;
  padding:10px;
}
.free__blockhimitu3sp {
  vertical-align: middle;
  display: table-cell;
  width: 30%;
  padding:10px;
}
.free__blockhimitu7sp {
  vertical-align: middle;
  display: table-cell;
  width: 70%;
  padding:10px;
}
.free__blockhimitu5 {
  vertical-align: middle;
  display: table-cell;
  width: 50%;
  padding:10px;
}
.himitubar{
  background: -moz-linear-gradient(top, #5e5d5d, #000);
  background: -webkit-gradient(linear, left top, left bottom, from(#5e5d5d), to(#000));
  background: linear-gradient(to bottom, #5e5d5d, #000);
  padding: 8px;
  border-bottom: 2px solid red;
  color:white;
  border-radius: 7px;
  margin-bottom: 10px;
}
.shopindextitle1 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-size: 1.4em;
  margin: 0 0 15px 0;
  padding: 5px 5px 10px;
  font-weight: normal;
}
.free__blockshopindex33 {
  vertical-align: top;
  display: table-cell;
  width: 33%;
  padding:5px;
}
.free__blockshopindex50 {
  vertical-align: top;
  display: table-cell;
  width: 50%;
  padding:5px;
}
.free__blockhenpin3 {
  vertical-align: top;
  display: table-cell;
  width: 30%;
}
.free__blockhenpin7 {
  vertical-align: top;
  display: table-cell;
  width: 70%;
}
.free__blockhenpin5 {
  vertical-align: top;
  display: table-cell;
  width: 50%;
}
.free__blockosusume5 {
  vertical-align: top;
  display: table-cell;
  width: 50%;
  padding:20px;
}
.free__blockosusume33 {
  vertical-align: top;
  display: table-cell;
  width: 33%;
  padding: 50px;
}
.free__blocksns5 {
  vertical-align: top;
  display: table-cell;
  width: 50%;
  padding: 5px;
  text-align:center;
}
.free__blocktrace3 {
  vertical-align: top;
  display: table-cell;
  width: 30%;
  padding: 5px;
}
.free__blocktrace7 {
  vertical-align: top;
  display: table-cell;
  width: 70%;
  padding: 5px;
}
.free__blocktrace4 {
  vertical-align: top;
  display: table-cell;
  width: 40%;
  padding: 5px;
}
.free__blocktrace6 {
  vertical-align: top;
  display: table-cell;
  width: 60%;
  padding: 5px;
}
.free__blocktrace5 {
  vertical-align: top;
  display: table-cell;
  width: 50%;
  padding: 5px;
}
.free__blockmarusan33 {
  vertical-align: top;
  display: table-cell;
  width: 33%;
  padding: 5px;
}
.free__blockmarusan25 {
  vertical-align: top;
  display: table-cell;
  width: 25%;
  padding: 5px;
}
.free__blockmarusan6 {
  vertical-align: top;
  display: table-cell;
  width: 60%;
  padding: 5px;
}
.free__blockmarusan4 {
  vertical-align: top;
  display: table-cell;
  width: 40%;
  padding: 5px;
}
.free-containereisei {
    margin: 50px 0 8px 0;
    background: #8BB194;
    padding: 10px;
    border-radius: 15px;
}
.eiseip {
    font-size: 2em;
    font-weight: bold;
    color: white;
    border-bottom: 3px solid #E3FFEB;
}
.eiseiphotop {
    font-size:1.2em;
}
.free__blockeisei5 {
    vertical-align: top;
    display: table-cell;
    width: 50%;
    padding: 15px;
    background: white;
    border-radius: 30px;
    border: 10px solid #8BB194;
}
.marusanhr {
  border-top:7px solid #354e17;
}
.marusanp {
  color:#354e17;
  font-size:1.2em;
}
.marusanp2 {
  background: #471e00;
  padding: 8px;
  font-size: 3.5em;
  color: white;
  font-weight: bold;
  text-align: center;
}
.marusanp3 {
  background-color: #876752;
  padding: 20px;
  text-align: center;
  color: white;
}
.box {
  width: 1200px;
  height: 442px;
  border-radius: 5px;
  box-shadow: 0 2px 30px rgba(black, .2);
  background: lighten(#f0f4c3, 10%);
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
	background-image:url(https://sennaritei.itembox.design/item/header.jpg?t=20231102144908);
	background-repeat: no-repeat;
}

.wave {
    opacity: .4;
    position: absolute;
    background: #562f2f52;
    width: 1200px;
    height: 950px;
    margin-left: -250px;
    margin-top: -250px;
    transform-origin: 50% 48%;
    border-radius: 50%;
    animation: drift 3000ms infinite linear;
}

.wave.-three {
  animation: drift 5000ms infinite linear;
}

.wave.-two {
  animation: drift 7000ms infinite linear;
  opacity: .1;
  background: yellow;
}

.box:after {
  content: '';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(#e8a, 1), rgba(#def, 0) 80%, rgba(white, .5));
  z-index: 11;
  transform: translate3d(0, 0, 0);
}
.til {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  line-height: 300px;
  text-align: center;
  transform: translate3d(0, 0, 0);
  color: white;
  font-family: 'Playfair Display', serif;
  letter-spacing: .1em;
  font-size: 38px;
  text-shadow: 0 1px 0 rgba(black, .1);
  text-indent: .3em;
	font-weight:bold;
}
.til2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  line-height: 400px;
  text-align: center;
  transform: translate3d(0, 0, 0);
  color: white;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
  letter-spacing: .4em;
  text-shadow: 0 1px 0 rgba(black, .1);
  text-indent: .3em;
	font-weight:bold;
  font-size: 20px;
}
@keyframes drift {
  from { transform: rotate(0deg); }
  from { transform: rotate(360deg); }
}
.boxmsg {
  margin: 100px 0;
	width: 1000px;
  height: 442px;
  background-image:url(https://sennaritei.itembox.design/item/message.jpg?t=20231102144908);
	background-repeat:no-repeat;
	}
.tilsub {
  position: relative;
  left: 100px;
  top: -40px;
  width: 100%;
  z-index: 1;
  color: #aaa;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
  letter-spacing: .2em;
  font-size: 60px;
  text-indent: .3em;
  font-weight: bold;
  text-align: right;
  border-left: 75px solid #800000;
}
.tilsub2 {
  position: relative;
  left: 160px;
  top: -60px;
  width: 100%;
  z-index: 1;
  color: #aaa;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
  letter-spacing: .2em;
  font-size: 20px;
  text-indent: .3em;
  font-weight: bold;
  text-align: right;
}
.tilsub3 {
  position: relative;
  left: 160px;
  top: 80px;
  width: 500px;
  height: 344px;
  z-index: 1;
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  text-indent: .3em;
  background: white;
  margin-left: auto;
  padding: 20px;
}
.big {
font-size: 30px;
  font-weight: bold;
  line-height: 1.6em;
}
.boxmsgr {
    margin: 100px 0;
    width: 1000px;
    height: 442px;
    background-image: url(https://sennaritei.itembox.design/item/business.jpg?t=20231102144908);
    background-repeat: no-repeat;
    margin-left: auto;
	}
.tilsubr {
    position: relative;
    top: -40px;
    left: -220px;
    width: 1000px;
    z-index: 1;
  color: #aaa;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    letter-spacing: .2em;
    font-size: 60px;
    text-indent: .3em;
    font-weight: bold;
    text-align: left;
    border-right: 75px solid #800000;
}
.tilsubr2 {
    position: relative;
    left: -190px;
    top: -60px;
    width: 100%;
    z-index: 1;
    color: #aaa;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    letter-spacing: .2em;
    font-size: 20px;
    text-indent: .3em;
    font-weight: bold;
    text-align: left;
}
.tilsubr3 {
position: relative;
    left: -200px;
    top: 80px;
    width: 500px;
    height: 344px;
    z-index: 1;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    text-indent: .3em;
    background: white;
    padding: 20px;
}
.category-container {
  margin: 0px 0 8px 0;
}	
.category-block {
  display: table;
  box-sizing: border-box;
  width: 100%;
  padding-top: 4px;
}
.category__block50a {
  vertical-align: top;
  display: table-cell;
  width: 50%;
  padding: 30px;
}
.category__block50b {
  vertical-align: top;
  display: table-cell;
  width: 50%;
  padding: 30px;
  padding-top: 200px;
}
.tilsubs {
    font-family: 'Playfair Display', serif;
    letter-spacing: .2em;
    font-size: 20px;
    text-indent: .3em;
    font-weight: bold;
    margin-top: 20px;
}
.tilsubs2 {
    font-family: 'Playfair Display', serif;
    letter-spacing: .2em;
    font-size: 16px;
    text-indent: .3em;
    margin-top: 16px;
    line-height: 1.5em;
    margin-bottom: 80px;
}
.boxmsg3 {
  margin-bottom: 200px;
	width: 1000px;
  height: 442px;
  background-image:url(https://sennaritei.itembox.design/item/um.jpg?t=20231102144908);
	background-repeat:no-repeat;
}
.boxmsgr4 {
    margin: 100px 0;
  margin-bottom: 200px;
    width: 1000px;
    height: 442px;
    background-image: url(https://sennaritei.itembox.design/item/place.jpg?t=20231102144908);
    background-repeat: no-repeat;
    margin-left: auto;
	}
.boxmsg5 {
  margin: 100px 0;
  margin-bottom: 200px;
	width: 1000px;
  height: 442px;
  background-image:url(https://sennaritei.itembox.design/item/siryo.png?t=20231102144908);
	background-repeat:no-repeat;
}
.farmmap {
  margin: 100px 0;
  padding-top:100px;
}
.tilsubmap {
  position: relative;
  top: 30px;
  color: #aaa;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
  letter-spacing: .2em;
  font-size: 60px;
  text-indent: .3em;
  font-weight: bold;
}
.animation{
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 20%, 0);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.animation.active{
    opacity: 1; //不透明度100%
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.free__blockittou4 {
  vertical-align: middle;
  display: table-cell;
  width: 40%;
}
.free__blockittou6 {
  vertical-align: middle;
  display: table-cell;
  width: 60%;
}
.free__blockprize33 {
  vertical-align: bottom;
  display: table-cell;
  width: 33%;
  border: 1px dotted lightgray;
  line-height: 2em;
  height:300px;
}
.spanprize {
  background: #ba6165;
  color: white;
  padding: 1px 10px;
  margin: 5px;
  border-radius: 5px;
}
.free-bm {
  display: table;
  box-sizing: border-box;
  width: 100%;
  padding-top: 4px;
  border-bottom: 1px dashed lightgray;
}
.free__bm1 {
  vertical-align: middle;
  display: table-cell;
  width: 10%;
}
.free__bm4 {
  vertical-align: middle;
  display: table-cell;
  width: 40%;
}
.free__bm5 {
  vertical-align: middle;
  display: table-cell;
  width: 50%;
  font-weight:bold;
  color:#ff6666;
}
.free-blocklocations {
  display: table;
  box-sizing: border-box;
  width: 100%;
  padding-top: 4px;
  border-bottom: 1px dashed lightgray;
}
.free__blocklocations3 {
  vertical-align: top;
  display: table-cell;
  width: 30%;
  padding: 5px;
}
.free__blocklocations7 {
  vertical-align: top;
  display: table-cell;
  width: 70%;
  padding: 5px;
}
.free-blocknoshi {
  display: table;
  box-sizing: border-box;
  width: 100%;
  padding-top: 4px;
  border-bottom: 1px dashed lightgray;
}
.free__blocknoshi2 {
  vertical-align: top;
  display: table-cell;
  width: 20%;
  padding: 5px;
}
.free__blocknoshi6 {
  vertical-align: top;
  display: table-cell;
  width: 60%;
  padding: 5px;
}
.noship2 {
  border-bottom: 1px solid black;
  font-size: 1.4em;
  margin: 0 0 15px 0;
  padding: 10px 5px 0px 10px;
  background: #f3eaeb;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.free__blockrcc33 {
  vertical-align: top;
  display: table-cell;
  width: 33%;
  padding: 5px;
}
.free__blockrcc5 {
  vertical-align: top;
  display: table-cell;
  width: 50%;
  padding: 5px;
}
.free__blocksatoyama2 {
  vertical-align: top;
  display: table-cell;
  width: 20%;
  padding: 5px;
}
.free__blocksatoyama8 {
  vertical-align: top;
  display: table-cell;
  width: 80%;
  padding: 5px;
}
.free-blockhistory {
  display: table;
  box-sizing: border-box;
  width: 100%;
  padding-top: 4px;
}	
.free__blockhistory5 {
  vertical-align: top;
  display: table-cell;
  width: 50%;
}
.free__blockhistory10 {
  vertical-align: top;
  display: table-cell;
  width: 10%;
  padding: 5px;
  height: 430px;
  background: beige;
  border: 20px solid white;
  text-align: center;
  font-size: 2.5em;
  font-family: serif;
  font-weight: bold;
}
.historytatea {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.historyp1 {
  background:maroon;
  color:white;
  padding: 5px;
  margin:5px;
}
.historyp2 {
  font-size:0.6em;
}
.historyp3 {
  padding:5px;
}
.historyhr {
  border-style: dashed;
}
.historybg {
  background:url(https://sennaritei.itembox.design/item/bg_sakuradamongai.jpg);
  padding:10px;
}
.historybgspan1 {
  background-color: #351715;
  font-size: 1.3em;
  color:white;
  padding:0 5px;
  margin:5px;
}
.historybgspan2 {
  color:#351715;
  font-size:1.5em;
}
.free__blockkousi5 {
  vertical-align: top;
  display: table-cell;
  width: 50%;
  padding: 5px;
  text-align:center;
}
.free__blockschool5 {
  vertical-align: top;
  display: table-cell;
  width: 50%;
  padding: 5px;
  text-align:center;
}
.free__blockeisei56 {
  vertical-align: top;
  display: table-cell;
  width: 57.4%;
}
.free__blockeisei43 {
  vertical-align: top;
  display: table-cell;
  width: 42.6%;
}
.free__blockeisei3 {
  vertical-align: top;
  display: table-cell;
  width: 33%;
  padding: 5px;
}
.free-containerayumi {
  margin: 40px 0 8px 0;
}	
.free-blockayumi {
  display: table;
  box-sizing: border-box;
  width: 100%;
  margin-top: -14px;
}
.free__blockayumi1 {
  vertical-align: top;
  display: table-cell;
  width: 10%;
  padding: 5px;
}
.free__blockayumi9 {
  vertical-align: top;
  display: table-cell;
  width: 90%;
  padding: 5px;
}
.free__blockayumi2 {
  vertical-align: top;
  display: table-cell;
  width: 20%;
  padding: 5px;
}
.free__blockayumi8 {
  vertical-align: top;
  display: table-cell;
  width: 80%;
  padding: 5px;
}
.free__blockayumi4 {
  vertical-align: top;
  display: table-cell;
  width: 40%;
  padding: 5px;
}
.free__blockayumi6 {
  vertical-align: top;
  display: table-cell;
  width: 60%;
  padding: 5px;
}
.ayumispan1 {
  font-weight:bold;
  color:#947757;
}
.free-containereiyou {
  margin: 0px 0 8px 0;
  background: #e4dbb4;
  padding: 20px;
}	
.free-blockeiyou {
  display: table;
  box-sizing: border-box;
  width: 100%;
  padding-top: 4px;
}
.free__blockeiyou4 {
  vertical-align: top;
  display: table-cell;
  width: 40%;
  padding: 5px;
}
.free__blockeiyou6 {
  vertical-align: top;
  display: table-cell;
  width: 60%;
  padding: 5px;
}
.eiyouimg1 {
  margin-top: -6px;
}
.free-containeramazon {
  margin: 0px 0 8px 0;
  border: 5px solid maroon;
  border-radius: 10px;
}	
.free-blockamazon {
  display: table;
  box-sizing: border-box;
  width: 100%;
  padding-top: 4px;
}
.free__blockamazon5 {
  vertical-align: top;
  display: table-cell;
  width: 50%;
  padding: 5px;
}
.amazonp {
  font-size: 1.3em;
  color: grey;
  border-bottom: 2px solid burlywood;
}
.amazoniflame {
  width: 100%;
  height: 350px;
  border-radius: 10px;
  border: 30px solid black;
}
.free-containervoice {
  margin: 0px 0 8px 0;
  line-height: 3em;
}	
.free-blockvoice {
  display: table;
  box-sizing: border-box;
  width: 100%;
  padding-top: 4px;
  border: 3px solid gray
}
.free__blockvoicehead {
  padding-left: 10px;
  border-bottom: 5px solid lightgray;
  font-weight: bold;
}
.ctg {
  background: maroon;
  border-radius: 5px;
  padding: 3px 10px 3px 10px;
  margin: 5px;
  color:white !important;
}	
.sku {
  background: #ff7700;
  border-radius: 5px;
  padding: 3px 10px 3px 10px;
  margin: 5px;
  color:white !important;
}
.cm {
  padding: 10px;
  border: 1px solid #bbb;
  background: #eee;
  font-weight: bold;
  font-size: 1.3em;	
}
.free-blockvoice2 {
  display: table;
  box-sizing: border-box;
  width: 100%;
  padding-top: 4px;
}
.free__blockvoice2 {
  vertical-align: top;
  display: table-cell;
  width: 20%;
  padding: 5px;
}
.free__blockvoice8 {
  vertical-align: top;
  display: table-cell;
  width: 80%;
  padding: 5px;
  line-height:3em;
}
.free__blockyamato5 {
  vertical-align: top;
  display: table-cell;
  width: 50%;
  padding: 5px;
}
.indent {
  font-weight: bold;
  border-left: 5px solid maroon;
  padding-left: 10px;
}
.formheight  {
  height:800px;
}
.category-containerrb {
  margin: 0px 0 8px 0;
  display: table;
  box-sizing: border-box;
  width: 100%;
  padding-top: 4px;
  background: #f6f6f6;
  border-radius: 10px;
  margin-bottom: 16px;
}	
.category-blockrb {
  display: table;
  box-sizing: border-box;
  width: 100%;
  padding-top: 4px;
  background: #f6f6f6;
  border-radius: 10px;
  margin-bottom: 16px;
}
.category__block33 {
  vertical-align: top;
  display: table-cell;
  width: 33%;
  padding: 5px;
}
.category__block20 {
  vertical-align: top;
  display: table-cell;
  width: 20%;
  padding: 5px;
}
.category__block25 {
  vertical-align: top;
  display: table-cell;
  width: 25%;
  padding: 5px;
}
.category__block50 {
  vertical-align: top;
  display: table-cell;
  width: 50%;
  padding: 10px;
  border-radius: 7px;
}
.category__blockrb50 {
  vertical-align: top;
  display: table-cell;
  width: 50%;
  background-color: rgba(255, 197, 97, 0.51);
  padding: 10px;
  border-radius: 7px;
}
.category__blockrb2 {
  vertical-align: top;
  display: table-cell;
  width: 20%;
  padding: 5px;
}
.category__blockrb8 {
  vertical-align: top;
  display: table-cell;
  width: 80%;
  padding: 5px;
}
.category__blockrb25 {
  vertical-align: top;
  display: table-cell;
  width: 25%;
  padding: 5px;
}
.know {
    font-size: 1.4em;
    font-weight: bold;
    color: #ffffff;
    line-height: 100%;
    text-align: center;
    position: relative;
    padding: .5em .2em;
    background-color: #e0884d;
    border-radius: 6px;
    margin: 5px 0;
}
.know::after {
  position: absolute;
  top: -25%;
  left: 30px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 17px solid #e0884d;
}
.category-containergwbbq1 {
  width: 100%;
  margin: 20px 0 8px 0;
  background-image: url(https://shop.corekago.jp/sennaritei/site/item-img/gw/bg1.jpg);
}	
.category-containergwbbq2 {
  width: 100%;
  margin: -8px 0 8px 0;
  background-image: url(https://shop.corekago.jp/sennaritei/site/item-img/gw/bg2.jpg);
}	
.category-containergwbbq3 {
  width: 100%;
  margin: -8px 0 8px 0;
  background-image: url(https://shop.corekago.jp/sennaritei/site/item-img/gw/bg3.jpg);
}	
.category-blockgwbbq {
  display: table;
  box-sizing: border-box;
  width: 100%;
  padding-top: 4px;
}	
.category__blockgwbbq5 {
  vertical-align: middle;
  display: table-cell;
  line-height: 1.4em;
  width: 50%;
  padding: 5px;
  text-align:center;
}
.hanami-read {
  font-weight: bold;
  font-size: 2em;
  border-bottom: 4px solid #dbc3c3;
  margin-bottom: 5px;
  line-height: 1.4em;
}
.category__blocklp30 {
  vertical-align: top;
  font-size: 1.2em;
  display: table-cell;
  width: 30%;
  padding: 5px;
  line-height: 1.6em;
}
.category__blocklp70 {
  vertical-align: top;
  font-size: 1.2em;
  display: table-cell;
  width: 70%;
  padding: 5px;
  line-height: 1.6em;
}
.hanamib {
  font-weight:bold;
  color:maroon;
}
.bn-read {
  font-weight: bold;
  font-size: 2em;
  border-bottom: 4px solid #d8bda0;
  margin-bottom: 5px;
  line-height: 1.4em;
}
.hina-read {
  font-weight: bold;
  font-size: 2em;
  border-bottom: 4px solid #e4a2cf;
  margin-bottom: 5px;
  line-height: 1.4em;
}
.hinab {
  font-weight:bold;
  color:maroon;
}
.gs-read {
  font-weight: bold;
  font-size: 2em;
  border-bottom: 4px solid #f396a8;
  margin-bottom: 5px;
  line-height: 1.4em;
}
.gsb {
  font-weight:bold;
  color:maroon;
}
.c-read {
  font-weight: bold;
  font-size: 2em;
  border-bottom: 4px solid #f5eff3;
  margin-bottom: 5px;
  line-height: 1.4em;
}
.c-read2 {
  font-weight: bold;
  border-bottom: 4px solid #f5eff3;
  margin-bottom: 5px;
  line-height: 1.4em;
}
.category__blocklp33 {
  vertical-align: top;
  font-size: 1.2em;
  display: table-cell;
  width: 33%;
  padding: 10px;
  line-height: 1.6em;
}
.jo-read {
  font-weight: bold;
  font-size: 2em;
  border-bottom: 4px solid #c5b23c;
  margin-bottom: 5px;
  line-height: 1.4em;
}
.nn-read {
  font-weight: bold;
  font-size: 2em;
/*border-bottom: 4px solid lightgray;*/
  margin-bottom: 5px;
  line-height: 1.4em;
}
.category__blocklp50 {
  vertical-align: top;
  display: table-cell;
  width: 50%;
  padding: 10px;
}
.ushi {
    background: url(https://sennaritei.itembox.design/item/bg-ws.jpg);
    line-height: 1.8em;
    padding: 15px;
    border-radius:20px;
}
.uship {
  background-image: linear-gradient(#5e5d5d,black);
  padding: 10px 0px 5px 0px;
  border-bottom: 2px solid red;
  border-radius: 5px;
  color: white;
  font-size: 2em;
  text-align: center;
}	
.category-containerushi0 {
  width: 100%;
  margin: 0px 0 8px 0;
  background-image: url(https://sennaritei.itembox.design/item/ushimenu0.jpg);
	background-repeat: no-repeat;
	background-size:100% auto;
	height:400px;
}	
.category-containerushi1 {
  width: 100%;
  margin: 0px 0 8px 0;
  background-image: url(https://sennaritei.itembox.design/item/ushimenu1.jpg);
	background-repeat: no-repeat;
	background-size:100% auto;
	height:400px;
}	
.category-containerushi2 {
  width: 100%;
  margin: 0px 0 8px 0;
  background-image: url(https://sennaritei.itembox.design/item/ushimenu2.jpg);
	background-repeat: no-repeat;
	background-size:100% auto;
	height:400px;
}	
.category-containerushi3 {
  width: 100%;
  margin: 0px 0 8px 0;
  background-image: url(https://sennaritei.itembox.design/item/ushimenu3.jpg);
	background-repeat: no-repeat;
	background-size:100% auto;
	height:400px;
}	
.category-blockushi {
  display: table;
  box-sizing: border-box;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 95px;
}	
.category__block__leftushi {
  vertical-align: top;
  display: table-cell;
  width: 50%;
  padding: 5px;
  padding-left: 50px;
  font-size: 1.5em;
  line-height: 1.5em;
}
.category__block__rightushi {
  vertical-align: top;
  display: table-cell;
  width: 50%;
  padding: 5px;
  padding-left: 80px;
  font-size: 1.5em;
  line-height: 1.5em;
}	
.relative {
    position: relative;
}
.absolute {
  position: absolute;
  left: 30px;
  top: 80px;
}
.talign1 {
  font-weight: bold;
  position: absolute;
  left: 280px;
  bottom: -130px;
  color: white;
}
.dc-read {
  font-weight: bold;
  font-size: 2em;
  border-bottom: 4px solid #c00;
  margin-bottom: 5px;
  line-height: 1.4em;
}
.xm-read {
  background: #f35c5c;
  font-weight: bold;
  font-size: 2em;
  border-bottom: 4px solid #188822;
  margin-bottom: 5px;
  line-height: 1.4em;
  color: white;
  padding: 8px 0px 0px 10px;
  border-radius: 10px;
}
.xm-read2 {
  border-left: 5px solid crimson;
  margin: 10px;
  padding: 5px;
  font-size: 1.2em;
  border-bottom:1px solid green;
}	
.category__blocklp40 {
  vertical-align: top;
  display: table-cell;
  width: 40%;
  padding: 20px;
}
.category__blocklp60 {
  vertical-align: top;
  display: table-cell;
  width: 60%;
  padding: 20px;
}
.xmp {
  color:maroon;
  font-weight:bold;
}
.reservation-read {
  font-weight: bold;
  font-size: 1.6em;
  color: #f35c5c;
  padding: 15px;
  text-align: center;
  border-top: 2px solid #f35c5c;
  border-bottom: 4px double #188822;
  margin-bottom: 5px;
}
.reservation-read2 {
  font-weight: bold;
  font-size: 1.2em;
  color: #ffffff;
  padding: 15px;
  margin-bottom: 20px;
  background: #f35c5c;
}
.wd-read {
  font-weight: bold;
  font-size: 2em;
  border-bottom: 4px solid #e4e2fb;
  margin-bottom: 5px;
  line-height: 1.4em;m;
}
.gk-read {
  font-weight: bold;
  font-size: 2em;
  border-bottom: 4px solid lightgray;
  margin-bottom: 5px;
  line-height: 1.4em;
}
.vd-read {
  font-weight: bold;
  font-size: 2em;
  border-bottom: 4px solid #eabbbb;
  margin-bottom: 5px;
  line-height: 1.4em;
}
.category-containernabe {
  width: 100%;
  background: #f5e5d1;
  box-sizing: border-box;
  border-top: 0px;
  background-image: url(https://sennaritei.itembox.design/item/nabe-bg2.png);
  background-size: 100%;
}
.category__blocknabe50 {
  vertical-align: top;
  display: table-cell;
  width: 50%;
  padding: 35px 5px 0px 5px;
  font-size: 1.5em;
  line-height: 1.5em;
  text-align:center;
  position: relative;
}
.sntext1 {
    font-size: 1.2em;
    font-weight: bold;
    font-family: "游ゴシック";
    position: absolute;
    top: 0px;
    left: 29px;
    color: maroon;
    background-color: rgba(255,255,255,0.8);
    padding: 5px 10px;
}
.sntext2 {
    font-size: 1.2em;
    font-weight: bold;
    font-family: "游ゴシック";
    position: absolute;
    top: 0px;
    right: 33px;
    color: black;
    background-color: rgba(255,255,255,0.8);
    padding: 5px 10px;
}
.bridal-container {
  margin: 5px auto;
  border: 3px solid maroon;
  border-radius: 10px;
  padding:10px;
}
.bridal-block {
  display: table;
  box-sizing: border-box;
  width: 100%;
  margin: 20px 0;
  padding:10px;
  border-collapse: separate;
  border-spacing: 20px 0;
}
.bridal__block33 {
  vertical-align: top;
  display: table-cell;
  line-height: 1.3em;
  width: 33%;
  padding: 5px;
  border-top: 3px solid gray;
}
.bridaltop {
  color: maroon;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 2.5em;
  border: 2px solid #e05a5a;
  background: #fff7f7;
  border-radius: 10px;
  padding: 5px;
}	
.bridalmidashi {
  font-size: 1.5em;
  font-weight: bold;
}	
.bridalunborder {
  border-bottom: 1px solid gray;
  display: block;
  line-height: 2.5em;
}
.fd-read {
  font-weight: bold;
  font-size: 2em;
  border-bottom: 4px solid #464360;
  margin-bottom: 5px;
  line-height: 1.4em;
}
.sjg-read {
  font-weight: bold;
  font-size: 2em;
  border-bottom: 4px solid gray;
  margin-bottom: 5px;
  line-height: 1.4em;
}
.mother-read {
  font-weight: bold;
  font-size: 2em;
  border-bottom: 4px solid #eb778e;
  margin-bottom: 5px;
  line-height: 1.4em;
}
.keirou-read {
  font-weight: bold;
  font-size: 2em;
  border-bottom: 4px solid #464360;
  margin-bottom: 5px;
  line-height: 1.4em;
}
.summerwh {
  color: #333 !important;		
	}
.summerbutton {
  color: #333;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(#af912f 0%, #dec163 100%);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
  padding: 30px 15px 30px 15px;
  font-size: 1.8em;
  height: 140px;
  line-height: 3.5em;
  margin: 0;
}
.summerbutton:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(#af912f85 0%, #af912fb5 100%);
}
.seibo-read {
  background: #1d1e23;
  font-size: 2em;
  color: white;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top: 5px solid maroon;
  margin-bottom:0;
}
.seibo-container {
  margin: 0px 0 8px 0;
	background-image: url(https://sennaritei.itembox.design/item/seibobg.jpg); 
	background-size: inherit;
}	
.seibo-containerc {
  margin: 0px 0 8px 0;
	background-image: url(https://sennaritei.itembox.design/item/seibobg2.jpg); 
	background-size: inherit;
}	
.cb1 {
  display: table-cell;
  width: 50%;
  padding: 5px;
  line-height:1.4em;
}
.cb3 {
  display: table-cell;
  width: 33.3%;
  padding: 5px;
  line-height:1.4em;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
 
.cb3:hover {
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.cb80 {
  display: table-cell;
  line-height: 1.4em;
  width: 80%;
  padding: 5px;
}	
.cb20 {
  vertical-align: middle;
  display: table-cell;
  line-height: 1.4em;
  width: 20%;
  padding: 5px;
}
.homelpbar {
  background: -moz-linear-gradient(top, #5e5d5d, black);
  background: -webkit-gradient(linear, left top, left bottom, from(#5e5d5d), to(black));
  background: linear-gradient(to bottom, #5e5d5d, black);
  border-top: 2px solid maroon;
  border-radius: 5px;
  color: white;
  text-align: center;
  font-size: 2em;
}
.hlptema-container {
  width: 100%;
  margin: 0px 0 8px 0;
  background-image: url(https://sennaritei.itembox.design/item/lp-tema.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 600px;
}
.hlptema__block {
  position: absolute;
  width: 45%;
  top: 100px;
  left: 20px;
  font-size: 1.6em;
  line-height: 2em;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 20px 20px rgba(255, 255, 255, 0.7);
}
.hlptabekui-container {
  width: 100%;
  margin: 0px 0 8px 0;
  background-image: url(https://sennaritei.itembox.design/item/lp-tabekurabe.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 600px;
}
.hlptabekui__block1 {
  position: absolute;
  top: 100px;
  font-size: 1.6em;
  line-height: 2em;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
  color: black;
}
.hlptabekui__block2 {
  position: absolute;
  top: 390px;
  left: 20px;
}
.hlpblock-container {
  width: 100%;
  margin: 0px 0 8px 0;
  background-image: url(https://sennaritei.itembox.design/item/lp-block.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 600px;
}
.hlpblock__block {
  position: absolute;
  width: 45%;
  top: 100px;
  left: 650px;
  font-size: 1.6em;
  line-height: 2em;
  font-weight: bold;
}
.hlpmatome-container1 {
  width: 100%;
  margin: 0px 0 8px 0;
  background-image: url(https://sennaritei.itembox.design/item/lp-matome.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 600px;
}
.hlpmatome-container2 {
  width: 100%;
  margin: 0px 0 8px 0;
  border: 2px solid maroon;
  background: beige;
  font-size: 1.6em;
  line-height: 2em;
  font-weight:bold;
}
.hlpmatome__block {
  position: absolute;
  width: 53%;
  top: 100px;
  left: 20px;
  font-size: 1.6em;
  line-height: 2em;
  font-weight: bold;
}
.hlppostage-container {
  width: 99.7%;
  margin: 0px 0 8px 0;
  background-image: url(https://sennaritei.itembox.design/item/lp-postage.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 600px;
  border: 2px solid gray;
}
.hlppostage__block1 {
  position: absolute;
  width: 57%;
  top: 20px;
  left: 500px;
  font-size: 1.6em;
  line-height: 2em;
  font-weight:bold;
}
.hlppostage__block2 {
  position: absolute;
  width: 65%;
  top: 380px;
  left: 20px;
  font-size: 1.6em;
  line-height: 2em;
  font-weight:bold;
}
.categorysy-container {
    width: 100%;
    margin: 0px 0 8px 0;
    background: #fffaf0;
    border: 1px solid lightgray;
}
.category__blocksy33 {
  vertical-align: top;
  display: table-cell;
  width: 33%;
  padding: 20px;
  font-size: 1.5em;
  line-height: 1.5em;
  border-left: 1px dotted gray;
}
.category__blocksy50 {
  vertical-align: top;
  display: table-cell;
  width: 50%;
  padding: 5px;
  font-size: 1.1em;
  line-height: 1.5em;
}
.sybar {
  background: -moz-linear-gradient(top, #800000, #481b1b);
  background: -webkit-gradient(linear, left top, left bottom, from(#800000), to(#481b1b));
  background: linear-gradient(to bottom, #800000, #481b1b);
  padding: 10px 0px 5px 0px;
  border-bottom: 2px solid maroon;
  color: white;
  text-align: center;
  border-radius: 5px;
  border-top: 2px solid maroon;
  margin-bottom: 5px;
}
.category__blocksy20 {
  vertical-align: top;
  display: table-cell;
  width: 20%;
  padding: 5px;
  font-size: 1.1em;
  line-height: 1.5em;
}
.category__blocksy80 {
  vertical-align: top;
  display: table-cell;
  width: 80%;
  padding: 5px;
  font-size: 1.1em;
  line-height: 1.5em;
}
.category__blocksy30 {
  vertical-align: top;
  display: table-cell;
  width: 30%;
  padding: 5px;
  font-size: 1.1em;
  line-height: 1.5em;
}
.category__blocksy70 {
  vertical-align: top;
  display: table-cell;
  width: 70%;
  padding: 5px;
  font-size: 1.1em;
  line-height: 1.5em;
}
.category__blocksy15 {
  vertical-align: top;
  display: table-cell;
  width: 15%;
  padding: 5px;
  font-size: 1.1em;
  line-height: 1.5em;
}
.category__blocksy85 {
  vertical-align: top;
  display: table-cell;
  width: 85%;
  padding: 5px;
  font-size: 1.1em;
  line-height: 1.5em;
}
.categoryhb-container {
  width: 100%;
  margin: 0px 0 8px 0;
  background-image: url(https://sennaritei.itembox.design/item/lp-kanoko01.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 730px;
}
.hb-read {
  color: white;
  font-size: 1.3em;
  line-height: 2.2em;
  margin: 10px 0px 0 190px;
  font-weight: bold;
}
.categorykirikoma-container {
    width: 100%;
    margin: 0px 0 8px 0;
    background-image: url(https://sennaritei.itembox.design/item/lp-kirikoma.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 650px;
}
.category__blockcom1 {
  position: absolute;
  width: 45%;
  top: 20px;
  left: 20px;
  font-size: 1.3em;
  line-height: 2em;
  color: maroon;
  font-weight: bold;
}
.category__blockcom2 {
  position: absolute;
  width: 45%;
  top: 410px;
  right: 20px;
  font-size: 1.3em;
  line-height: 2em;
  color: maroon;
  font-weight: bold;
}
.kkbar {
    background: -moz-linear-gradient(top, #5e5d5d, black);
    background: -webkit-gradient(linear, left top, left bottom, from(#5e5d5d), to(black));
    background: linear-gradient(to bottom, #5e5d5d, black);
    border-top: 2px solid maroon;
    border-radius: 5px;
    color: white;
    text-align: center;
    font-size: 2.2em;
}
.categorykakuhiki-container {
    width: 100%;
    margin: 0px 0 8px 0;
    background-image: url(https://sennaritei.itembox.design/item/lp-kakuhiki.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 470px;
}
.category__blockkh1 {
  position: absolute;
  width: 50%;
  left: 20px;
  font-size: 1.3em;
  color: maroon;
  font-weight: bold;
}
.category__blockkh2 {
  position: absolute;
  width: 45%;
  top: 330px;
  right: 20px;
  font-size: 1.3em;
  color: maroon;
  font-weight: bold;
}
.category__blockkh20 {
  vertical-align: top;
  display: table-cell;
  width: 20%;
  padding: 5px;
  font-size: 1.1em;
  line-height: 1.5em;
}
.category__blockkh30 {
  vertical-align: top;
  display: table-cell;
  width: 30%;
  padding: 5px;
  font-size: 1.1em;
  line-height: 1.5em;
}
.category__blockkh50 {
  vertical-align: top;
  display: table-cell;
  width: 50%;
  padding: 5px;
  font-size: 1.3em;
  line-height: 2.4em;
}
.zai {
  border-bottom: 1px dotted gray;
  width: 90%;
}
.categoryrb-container {
    width: 100%;
    margin: 0px 0 8px 0;
    background-image: url(https://sennaritei.itembox.design/item/lp-roastbeef.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 600px;
}
.category__blockrb {
  position: absolute;
  width: 70%;
  top: 20px;
  left: 20px;
  font-size: 2em;
  line-height: 2em;
  color: white;
  font-weight: bold;
}
.categoryhoru-container {
    width: 100%;
    margin: 0px 0 8px 0;
    background-image: url(https://sennaritei.itembox.design/item/lp-horumon.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 600px;
}
.category__blockhoru {
  position: absolute;
  width: 45%;
  top: 80px;
  left: 20px;
  font-size: 1.6em;
  line-height: 2em;
  color: white;
  font-weight: bold;
}
.category__blockhoru20 {
  vertical-align: middle;
  display: table-cell;
  width: 20%;
  text-align: center;
}
.category__blockhoru80 {
  vertical-align: top;
  display: table-cell;
  width: 80%;
  padding: 5px;
  font-size: 1.4em;
  line-height: 1.5em;
}
.categorymiso-container {
    width: 100%;
    margin: 0px 0 8px 0;
    background-image: url(https://sennaritei.itembox.design/item/lp-misozuke.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 600px;
}
.category__blockmiso {
    position: absolute;
    width: 45%;
    top: 170px;
    left: 20px;
    font-size: 1.3em;
    line-height: 2em;
    color: white;
    font-weight: bold;
}
.p13 {
  padding: 10px;
  font-weight: bold;
  font-size: 1.3em;
}
.categorydeli-container {
    width: 100%;
    margin: 0px 0 8px 0;
    background-image: url(https://sennaritei.itembox.design/item/lp-reitou.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 600px;
}
.category__blockdeli {
    position: absolute;
    top: 200px;
    font-size: 1.6em;
    line-height: 2em;
    color: black;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.71);
}
.categoryreto-container {
    width: 100%;
    margin: 0px 0 8px 0;
    background-image: url(https://sennaritei.itembox.design/item/lp-retort.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 600px;
}
.category__blockreto {
    position: absolute;
    top: 230px;
    font-size: 1.6em;
    line-height: 2em;
    color: white;
    font-weight: bold;
    padding: 10px;
    background: rgba(0, 0, 0, 0.4);
}
.retop {
  color:bisque;
}
.categorycani-container {
    width: 100%;
    margin: 8px 0;
    background-image: url(https://sennaritei.itembox.design/item/canninglp1.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 600px;
}
.category__blockcani {
    position: absolute;
    top: 250px;
    font-size: 1.6em;
    line-height: 2em;
    color: white;
    font-weight: bold;
    padding: 10px;
    background: rgba(0, 0, 0, 0.4);
}
.canip {
  color:#edae4c;
}
.categorytare-container {
    width: 100%;
    margin: 0px 0 8px 0;
    background-image: url(https://sennaritei.itembox.design/item/lp-tare.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 630px;
}
.category__blocktare1 {
    position: absolute;
    width: 65%;
    top: 100px;
    left: 400px;
    font-size: 1.6em;
    line-height: 2em;
    font-weight: bold;
}
.category__blocktare2 {
    position: absolute;
    width: 80%;
    top: 350px;
    left: 20px;
    font-size: 1.6em;
    line-height: 2em;
    font-weight: bold;
}
.category__blocktare20 {
    vertical-align: top;
    display: table-cell;
    width: 20%;
    padding: 5px;
    border: 1px solid gray;
    background: #e6e9f0;
    border-radius: 10px;
}
.categorykakou-container {
    width: 100%;
    margin: 0px 0 8px 0;
    background-image: url(https://sennaritei.itembox.design/item/lp-kakou.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 600px;
}
.category__blockkakou {
    position: absolute;
    top: 100px;
    font-size: 1.6em;
    line-height: 1.5em;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.62);
    padding: 15px;
}
.categoryharenohi-container {
    width: 100%;
    margin: 0px 0 8px 0;
    background-image: url(https://sennaritei.itembox.design/item/lp-hare.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 600px;
}
.category__blockharenohi {
    position: absolute;
    width: 45%;
    top: 100px;
    left: 650px;
    font-size: 1.6em;
    line-height: 2em;
    font-weight: bold;
    color: black;
}
.categoryippin-container {
    width: 100%;
    margin: 0px 0 8px 0;
    background-image: url(https://sennaritei.itembox.design/item/lp-zeitaku.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 600px;
}
.category__blockippin {
    position: absolute;
    width: 50%;
    top: 250px;
    right: 47px;
    font-size: 1.6em;
    line-height: 2em;
    font-weight: bold;
    color: white;
}
.fs-c-subSection {
    margin-bottom: 24px;
    text-align: center;
}
.undermsg {
  border: 1px solid maroon;
  padding: 3px;
  border-radius: 5px;
}

.category__blockrw50 {
  vertical-align: top;
  display: table-cell;
  width: 50%;
  padding: 10px;
}
.free-blockbg {
  display: table;
  box-sizing: border-box;
  width: 100%;
  padding-top: 4px;
  border: 5px solid maroon;
  border-radius: 10px;
}
.category__blockbg50 {
  vertical-align: top;
  display: table-cell;
  width: 50%;
  padding: 10px;
}
.newcarttop {
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 3px solid maroon;
}
.newcartsub {
  padding: 5px;
  font-weight: bold;
  border-left: 6px solid #cca217;
}
.newcartmain {
  padding: 15px;
  border: 1px solid lightgray;
  background: #f9f9f9;
  text-align: center;
}
.newcartmes {
  padding:10px;
}

.fs-c-reviewer__name {
  margin-right: 8px;
}

.fs-c-aggregateRating__rating::before {
  font-size: 0.8em;
}

.fs-c-productReview {
  margin-top: 10px;
}

.fs-body-register .fs-c-inputTable tr:first-child label {
  font-size: 0;
}

.fs-body-register .fs-c-inputTable tr:first-child label:before {
  content:"姓*（姓名合わせて全角16文字以内）　　　　名*（会社名は「住所3」へご記入ください）";
  font-size: 1.4rem;
}

.fs-body-register .fs-c-inputTable tr:nth-of-type(2) label {
  font-size: 0;
}

.fs-body-register .fs-c-inputTable tr:nth-of-type(2) label:before {
  content:"姓（フリガナ）*　　　　　　　　　　　　　　名（フリガナ）*";
  font-size: 1.4rem;
}

.fs-body-my-account-settings-edit #fs_form .fs-c-inputTable tr:first-child label {
  font-size: 0;
}

.fs-body-my-account-settings-edit #fs_form .fs-c-inputTable tr:first-child label:before {
  content:"姓*（姓名合わせて全角16文字以内）　　　　名*（会社名は「住所3」へご記入ください）";
  font-size: 1.4rem;
}

.fs-body-my-account-settings-edit #fs_form .fs-c-inputTable tr:nth-of-type(2) label {
  font-size: 0;
}

.fs-body-my-account-settings-edit #fs_form .fs-c-inputTable tr:nth-of-type(2) label:before {
  content:"姓（フリガナ）*　　　　　　　　　　　　　　名（フリガナ）*";
  font-size: 1.4rem;
}

.fs-body-checkout-multi .fs-c-inputTable--inModal tr:first-child label {
  font-size: 0;
}

.fs-body-checkout-multi .fs-c-inputTable--inModal tr:first-child label:before {
  content:"姓*（姓名合わせて全角16文字以内）　　　　名*（会社名は「住所3」へご記入ください）";
  font-size: 1.4rem;
}

.fs-body-checkout-multi .fs-c-inputTable--inModal tr:nth-of-type(2) label {
  font-size: 0;
}

.fs-body-checkout-multi .fs-c-inputTable--inModal tr:nth-of-type(2) label:before {
  content:"姓（フリガナ）*　　　　　　　　　　　　　　名（フリガナ）*";
  font-size: 1.4rem;
}

.fs-c-modal__contents .fs-c-checkout-addresseeSettingList tr:first-child label {
  font-size: 0;
}

.fs-c-modal__contents .fs-c-checkout-addresseeSettingList tr:first-child label:before {
  content:"姓*（姓名合わせて全角16文字以内）　　　　名*（会社名は「住所3」へご記入ください）";
  font-size: 1.4rem;
}

.fs-c-modal__contents .fs-c-checkout-addresseeSettingList tr:nth-of-type(2) label {
  font-size: 0;
}

.fs-c-modal__contents .fs-c-checkout-addresseeSettingList tr:nth-of-type(2) label:before {
  content:"姓（フリガナ）*　　　　　　　　　　　　　　　　　　名（フリガナ）*";
  font-size: 1.4rem;
}

.fs-body-newsletter-subscribe .fs-c-inputTable tr:first-child label {
  font-size: 0;
}

.fs-body-newsletter-subscribe .fs-c-inputTable tr:first-child label:before {
  content:"姓*（姓名合わせて全角16文字以内）　　　　名*（会社名は「住所3」へご記入ください）";
  font-size: 1.4rem;
}

.fs-body-customerDetails .fs-c-inputTable tr:first-child label {
  font-size: 0;
}

.fs-body-customerDetails .fs-c-inputTable tr:first-child label:before {
  content:"姓*（姓名合わせて全角16文字以内）　　　　名*（会社名は「住所3」へご記入ください）";
  font-size: 1.4rem;
}

.fs-body-customerDetails .fs-c-inputTable tr:nth-of-type(2) label {
  font-size: 0;
}

.fs-body-customerDetails .fs-c-inputTable tr:nth-of-type(2) label:before {
  content:"姓（フリガナ）*　　　　　　　　　　　　　　名（フリガナ）*";
  font-size: 1.4rem;
}

#fs_creditCardInputForm tbody tr:first-child label {
  font-size: 0;
}

#fs_creditCardInputForm tbody tr:first-child label:before {
  content:"カード番号*";
  font-size: 1.4rem;
}

#fs_creditCardInputForm tbody tr:nth-of-type(2) label {
  font-size: 0;
}

#fs_creditCardInputForm tbody tr:nth-of-type(2) label:before {
  content:"カード有効期限*";
  font-size: 1.4rem;
}

.fs-c-inputInformation__button {
  margin-bottom: 30px;
}

.fs-body-newsletter-subscribe .fs-c-inputInformation:before {
  content:"";
  width: 400px;
  height: 300px;
  margin: 0 auto;
  display: block;
  background: url(https://sennaritei.itembox.design/item/mail3-2.jpg);
  background-size: 120%;

}

.fs-p-welcomeMsg {
  margin-bottom: 5px;
}

.twitter-share-button {
  margin-top: 1px;
}

.iziToast-wrapper-topRight {
  margin-top: 10%;
  text-align: center;
}

/*　---------------　ie レイアウト　--------------　*/

@media all and (-ms-high-contrast: none) {
  .ieitemwidth60 {
    float:left;
    width:60%;
    padding-right:10px;
  }
  .ieitemwidth40 {
    float:right;
    width:40%;
  }
}

@media all and (-ms-high-contrast: none) {
  #fs-recommend--flick {
    width: 1184px;
  }
}

@media all and (-ms-high-contrast: none) {
  .ie_layout {
    float: left;
  }
}

.fs-c-productMark__item:not(:target)  /* IE9以上 */ {
  float: left\9;  /* IE10以下 => 結果的にIE9のみ */
}

.fs_form:not(:target)  /* IE9以上 */ {
  clear: both\9;  /* IE10以下 => 結果的にIE9のみ */
}

.fs-l-productLayout__item--1:not(:target)  /* IE9以上 */ {
  width: 60%\9;  /* IE10以下 => 結果的にIE9のみ */
  float: left\9;
  padding-right: 10px\9;
}

.fs-l-productLayout__item--2:not(:target)  /* IE9以上 */ {
  width: 40%\9;  /* IE10以下 => 結果的にIE9のみ */
  float: right\9;
}

.fs-c-productThumbnail__image:not(:target)  /* IE9以上 */ {
  width: 102px\9;  /* IE10以下 => 結果的にIE9のみ */
  display: inline-block;
}

.fs-system-product:not(:target)  /* IE9以上 */ {
  float: left\9;  /* IE10以下 => 結果的にIE9のみ */
}

tbody>tr>td>p:not(:target) {
  background: #010\9;
}

.twitter-share-button {
  float: left\9;
}

.fb-like {
  vertical-align: middle\9;
}

.osusumep {
  background: -moz-linear-gradient(top, #5e5d5d, #000);
  background: -webkit-gradient(linear, left top, left bottom, from(#5e5d5d), to(#000));
  background: linear-gradient(to bottom, #5e5d5d, #000);
  padding: 8px;
  border-bottom: 2px solid red;
}

.osusumep:not(:target)  /* IE9以上 */
{
  background: #010\9;
  padding: 8px;
  border-bottom: 2px solid red;  /* IE10以下 => 結果的にIE9のみ */
}

@media all and (-ms-high-contrast: none)  /* IE10以上 */
{
  .osusumep:not(:target) 
  {
    background: -moz-linear-gradient(top, #5e5d5d, #000);
    background: -webkit-gradient(linear, left top, left bottom, from(#5e5d5d), to(#000));
    background: linear-gradient(to bottom, #5e5d5d, #000);
    padding: 8px;
    border-bottom: 2px solid red;
  }
}

.fs-clientInfo:not(.is-ready) {
  display: block\9 !important;
}

.fs-p-headerUtilityMenu__login:not(:target) {
  display: none\9;
}

.fs-pt-menu__link--lv1:not(:target) {
  background: lightgray;
}

.fs-p-searchForm:not(:target)  /* IE9以上 */
{
  display: none\9;  /* IE10以下 => 結果的にIE9のみ */
}

@media all and (-ms-high-contrast: none)  /* IE10以上 */
{
  .fs-p-searchForm:not(:target) 
  {
    display: block;
  }
}

.kensakuheader {
  float:left;
  margin:0 0 0 5px
}

.kensakuheader:not(:target) {
  display: none\9;
}

@media all and (-ms-high-contrast: none)  /* IE10以上 */
{
  .kensakuheader:not(:target) 
  {
    display: block;
  }
}

.fs-l-header__welcomeMsg:not(:target) {
  display: none\9 !important;
}

.fs-p-footerPageTop__link:not(:target) {
  float: right\9;
}

.fs-pt-carousel__slide:not(:target) {
  display: none\9;
}

.fs-pt-carousel__slide:first-child:not(:target) {
  display: block\9;
}

.fs-c-registeredUsers:not(:target) {
  float: left\9;
  width: 55%\9;
}

.fs-c-newUsers:not(:target) {
  float: right\9;
  margin-left: 0\9 !important;
}

@media all and (-ms-high-contrast: none)  /* IE10以上 */
{
  .fs-c-newUsers:not(:target) 
  {
    margin-left: 80px !important;
  }
}

#footer:not(:target) {
  clear: both\9;
}

.fs-c-anotherLogin__message>p {
  width: 100%;
}

.fs-p-accountInfo:not(:target) {
  width: 35%\9;
  float: right\9;
}

.fs-c-accountService:not(:target) {
  width: 64%\9;
}

.fs-c-accountService__page:not(:target) {
  width: 128px\9;
  float: left\9;
  text-align: center\9;
  border: 1px\9;
  border-color: #e5e5e5\9;
  border-style: solid\9;
  background: #f7f7f7\9;
  padding-top: 10px\9;
}

@media all and (-ms-high-contrast: none)  /* IE10以上 */
{
  .fs-c-accountService__page:not(:target) 
  {
    border: none;
    border-color: none;
    border-style: none;
    background: none;
    padding-top: 0;
  }
}

:not(.fs-c-accountService__page--accountDelete).fs-c-accountService__page .fs-c-accountService__pageLink:not(:target) {
  border: none\9;
  box-shadow: none\9;
}

@media all and (-ms-high-contrast: none)  /* IE10以上 */
{
  :not(.fs-c-accountService__page--accountDelete).fs-c-accountService__page .fs-c-accountService__pageLink:not(:target)
  {
    box-shadow: 0px 0px 2px #b2b2b2;
    border: 1px solid #e5e5e5;
  }
}

.fs-l-additionalProduct:not(:target) {
  clear: both\9;
}

.fs-c-accountService__page--accountDelete:not(:target) {
  clear: both\9;
  background: 0\9;
  border-style: none\9;
}

.fs-c-productListCarousel__ctrl--prev:not(:target) {
  float: left\9;
  margin-top: 115px\9;
}

@media all and (-ms-high-contrast: none)  /* IE10以上 */
{
  .fs-c-productListCarousel__ctrl--prev:not(:target) 
  {
    margin-top: 0;
  }
}

.fs-c-productListCarousel__ctrl--next:not(:target) {
  float: right\9;
  margin-top: -230px\9;
}

@media all and (-ms-high-contrast: none)  /* IE10以上 */
{
  .fs-c-productListCarousel__ctrl--next:not(:target) 
  {
    margin-top: 0;
  }
}

.fs-c-productList__list__item:not(:target) {
  width: 20%\9;
  float: left\9;
}

@media all and (-ms-high-contrast: none)  /* IE10以上 */
{
  .fs-c-productList__list__item:not(:target) 
  {
    width: 100%;
  }
}

.fs-c-productList__list__item:nth-child(5n+1):not(:target) {
  clear: both\9;
}

.clear-both:not(:target) {
  clear: both\9;
}

.fs-c-sortItems__label:not(:target) {
  float: left\9;
}

.fs-c-sortItems__list__item:not(:target) {
  float: left\9;
}

.fs-c-listControl:not(:target) {
  float :right\9;
}

.fs-c-productList__controller:not(:target) {
  clear: both\9;
}

.fs-c-productMarks:not(:target) {
  float: left\9;
}

.fs-c-productListItem__prices:not(:target) {
  clear: both\9;
}

.fs-c-inputTable__headerCell:not(:target) {
  float: left\9;
  width: 100%\9;
  margin-top: 24px;
}

@media all and (-ms-high-contrast: none)  /* IE10以上 */
{
  .fs-c-inputTable__headerCell:not(:target) 
  {
      margin-top: 0;
  }
}

.fs-c-inputTable__dataCell:not(:target) {
  width: 100%\9;
  float: left\9;
}

.fs-c-inputTextGroup__item:not(:target) {
  width: 50%\9;
  float: left\9;
}

.fs-c-inputTextGroup__item:first-child:not(:target) {
  width: 48%\9;
}

.fs-c-checkbox__checkMark:not(:target) {
  float: left\9;
}

.fs-c-checkbox__labelText:not(:target) {
  float: left\9;
}

.fs-c-inputInformation__button:not(:target) {
  text-align: center\9;
}

.fs-l-block--center:not(:target) {
  text-align: center\9;
}

.fs-c-inputInformation__message:not(:target) {
  text-align: center\9;
}

/*　---------------　ie レイアウト　end　--------------　*/





.fs-p-footerPageTop {
    position:static;
    bottom:auto;
}

.ui-widget-header {
    background:#f3f3f3 !important;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0 !important;
}

/*  ---------------　レコメンド　---------------　*/

#_rcmdjp_display_1 h2 {
  font-size: 0;
}

#_rcmdjp_display_1 h2:before {
  font-size: 18px;
  content: "この商品を見たお客様はこちらの商品も見ています";
}

#_rcmdjp_display_2 h2 {
  font-size: 0;
}

#_rcmdjp_display_2 h2:before {
  font-size: 18px;
  content: "週間売れ筋ランキング";
}

.fr2-price__currencyMark {
  font-size: 0;
}

.fr2-price__currencyMark:before {
  font-size: 18px;
  content: "販売価格 ¥";
}

.fr2-listItem__productPrice {
  font-size: 18px;
}

.fr2-price__addon {
  font-size: 15px !important;
}

.rcmd-slick-initialized .rcmd-slick-slide {
  width: 220px !important;
}

#_rcmdjp_display_2 .rcmd-slick-slide:first-child:before {
  content: url("https://sennaritei.itembox.design/item/rank1.png");
  position: absolute;
  z-index: 2;
  margin: -15px;
}

#_rcmdjp_display_2 .rcmd-slick-slide:nth-child(2):before {
  content: url("https://sennaritei.itembox.design/item/rank2.png");
  position: absolute;
  z-index: 2;
  margin: -15px;
}

#_rcmdjp_display_2 .rcmd-slick-slide:nth-child(3):before {
  content: url("https://sennaritei.itembox.design/item/rank3.png");
  position: absolute;
  z-index: 2;
  margin: -15px;
}

#_rcmdjp_display_2 .rcmd-slick-slide:nth-child(4):before {
  content: url("https://sennaritei.itembox.design/item/rank4.png");
  position: absolute;
  z-index: 2;
  margin: -15px;
}

#_rcmdjp_display_2 .rcmd-slick-slide:nth-child(5):before {
  content: url("https://sennaritei.itembox.design/item/rank5.png");
  position: absolute;
  z-index: 2;
  margin: -15px;
}

#_rcmdjp_display_2 .rcmd-slick-slide:nth-child(6):before {
  content: url("https://sennaritei.itembox.design/item/rank6.png");
  position: absolute;
  z-index: 2;
  margin: -15px;
}

#_rcmdjp_display_2 .rcmd-slick-slide:nth-child(7):before {
  content: url("https://sennaritei.itembox.design/item/rank7.png");
  position: absolute;
  z-index: 2;
  margin: -15px;
}

#_rcmdjp_display_2 .rcmd-slick-slide:nth-child(8):before {
  content: url("https://sennaritei.itembox.design/item/rank8.png");
  position: absolute;
  z-index: 2;
  margin: -15px;
}

#_rcmdjp_display_2 .rcmd-slick-slide:nth-child(9):before {
  content: url("https://sennaritei.itembox.design/item/rank9.png");
  position: absolute;
  z-index: 2;
  margin: -15px;
}

#_rcmdjp_display_2 .rcmd-slick-slide:nth-child(10):before {
  content: url("https://sennaritei.itembox.design/item/rank10.png");
  position: absolute;
  z-index: 2;
  margin: -15px;
}

#_rcmdjp_display_2 .rcmd-slick-track {
  margin-top: 10px;
  margin-left: 10px;
}

.fs-l-main2 {
  margin: 0px auto;
  padding: 0 8px;
}

.fs-body-category .rcmd-slick-track {
  margin-top: 10px;
  margin-left: 10px;
}

.fs-body-category .rcmd-slick-slide:before {
  position: absolute;
  z-index: 2;
  margin: -15px;
}

.fs-body-category .rcmd-slick-slide:first-child:before {
  content: url("https://sennaritei.itembox.design/item/rank1.png");
}

.fs-body-category .rcmd-slick-slide:nth-child(2):before {
  content: url("https://sennaritei.itembox.design/item/rank2.png");
}

.fs-body-category .rcmd-slick-slide:nth-child(3):before {
  content: url("https://sennaritei.itembox.design/item/rank3.png");
}

.fs-body-category .rcmd-slick-slide:nth-child(4):before {
  content: url("https://sennaritei.itembox.design/item/rank4.png");
}

.fs-body-category .rcmd-slick-slide:nth-child(5):before {
  content: url("https://sennaritei.itembox.design/item/rank5.png");
}

.fs-body-category .rcmd-slick-slide:nth-child(6):before {
  content: url("https://sennaritei.itembox.design/item/rank6.png");
}

.fs-body-category .rcmd-slick-slide:nth-child(7):before {
  content: url("https://sennaritei.itembox.design/item/rank7.png");
}

.fs-body-category .rcmd-slick-slide:nth-child(8):before {
  content: url("https://sennaritei.itembox.design/item/rank8.png");
}

.fs-body-category .rcmd-slick-slide:nth-child(9):before {
  content: url("https://sennaritei.itembox.design/item/rank9.png");
}

.fs-body-category .rcmd-slick-slide:nth-child(10):before {
  content: url("https://sennaritei.itembox.design/item/rank10.png");
}

.fs-body-category #_rcmdjp_display_1 h2:before {
  font-size: 18px;
  content: "週間売れ筋ランキング";
}

.tare_midasi {
  font-size: 18px;
  border-bottom: 2px solid currentColor;
}

.tare_soup>span {
  display: none !important;
}

.tare_soup {
  margin-left: 55px !important ;
}

.fs-body-cart #_rcmdjp_display_1 h2:before {
  content: "カート内の商品を購入されたお客様はこちらの商品も購入されています。";
}

.tare_soup .slick-track {
  transform: none !important;
}

.fs-c-inputTable__headerCell:not(:target) {
 margin-top: 0;
}

.fs-body-resetPassword .fs-c-inputTable__label:nth-of-type(2) {
  font-size: 0;
}

.fs-body-resetPassword .fs-c-inputTable__label:nth-of-type(2)::before {
  content: "新パスワード";
  font-size: 1.4rem;
}

.fs-c-panel {
  font-size: 1.3em;
}

#_rcmdjp_display_2 .fr2-carousel .rcmd-slick-list {
  margin: 0 39px !important;
}

.rcmd-slick-track {
  width: 2200px !important;
}

/*　---------------　クリスマス　---------------　*/

.fcategory__blockxmas33 {
  width:33%;
  vertical-align: top;
  display: table-cell;
}

.fcategory__blockxmas33 img {
  border: 7px solid #244824;
  border-radius: 8px;
}



/*　---------------　鍋　---------------　*/

.category-containernabe {
  padding: 0 50px 40px;
  
}

.category__blocknabe50 p {
  border-radius:20px;
}

.sntext3 {
  font-weight: bold;
  color: #4e2323;
  text-align: left;
  margin: 20px 30px;
  font-family: "游ゴシック";
  line-height: 30px;
}

.nabe_pic {
  border: dashed 4px #f3c184;
  border-radius:50%;
}

.fs-l-pageMain>img {
  display: block;
}

.category__blocknabe50 a p {
  display: inline-block;
  font-family: "游明朝";
  font-weight: bold;
  font-size: 1.2em;
  color: #ffffff;
  padding: 7px;
  border-radius: 27px;
  border-bottom: solid 3px #543309;
  background-color: #e65757;
}

.tyumon_a {
  margin: 0 50px 10px 290px;
}

.cate-titlenabe p {
  color: #4a1b00;
  font-weight: bold;
  font-family: "游ゴシック";
  background-color: rgb(255,255,255);
  margin: 0 0 30px 0;
  display: inline-block;
  border-radius: 26px;
  padding: 5px 12px;
  font-size: 1.15em;
}

.category-containernabe>.cate-titlenabe p {
  font-size: 1.7em;
  margin: 30px 0 0 30px;
}

.sntext2 {
  font-size: 1em;
  display: inline-block;
  position: static;
  margin: 70px 250px 0 0;
  background-color: rgba(245, 166, 125, 0.8);
}

.category__blocknabe50 {
  padding-top: 0px;
}

.category-containernabe .category-block {
  padding: 25px 0;
}

.border {
  padding: 0 50px;
}

.cate-titlenabe img {
  margin-top: 10px;
}

.category-containernabe[title] .sntext2 {
  margin-right: 260px;
}



/*　---------------　お正月　---------------　*/

.fs-c-productList {
  margin: 24px auto;
  max-width: 1200px;
}

.fs-c-productListCarousel {
  margin: 24px auto;
  max-width: 1200px;
}

.fs-p-heading--lv2 {
  margin: 24px auto;
  max-width: 1200px;
}

.s_gotiso div div div div p {
  font-size: 1.2em;
}

.s_gotiso div div div p {
  font-size: 1.2em;
}

.s_gotiso div div p {
  font-size: 1.2em;
}

.nn_border {
  margin-bottom: 10px;
}

/*------- 合格祈願 ---------*/
.fs-body-category-examination .category__blocklp50 p {
  font-size: 17px;
}

.category_block100 {
  font-size: 17px;
}

.jo-read {
  border-bottom: solid 4px #fdd7d7;
}

.fs-body-category-conglutulation .category__blocklp50 {
  font-size: 1.2em;
}

/*--------- 新社会人 ---------*/
.fs-body-category-brandnew {
  font-size: 1.7em;
}

.bn-read {
  font-size: 1.4em;
}

.fs-c-productList:before {
  content: "商品リスト";
  font-size: 1.2em;
  border-bottom: 2px solid black;
  display: block;
}

/*-------- お花見 -----------*/
.hanami_bottun {
  margin-top: 282px;
  width: auto;
  background: #e68984;
  font-size: 1.4em;
  display: inline-block;
  color: #ffffff;
  padding: 12px 48px;
  margin-left: 23px;
  font-family: 游明朝,serif;
  font-weight: 700;
  border-radius: 6px;
  letter-spacing: 1px;
  border-bottom: solid 4px #bb6b66;
}

.lplink {
  position: absolute;
  width: 300px;
  height: 300px;
}

.hanami_bottun:hover {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}


/*----------------母の日-----------------*/
.mother_button {
  float:left;
  width:33%;
  text-align: center;
}

.mother_button a {
    display: inline-block;
    background: #f1506f;
    border-radius: 6px;
    padding: 0 60px;
    padding-top: 3px;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 1.2em;
    color: white;
}

/*-----------------BBQメイン----------------------*/
.bounce {
  animation: bounce_5059 2s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes bounce_5059 {
  0% { transform:translateY(0) }
  12.5% { transform:translateY(0) }
  25% { transform:translateY(0) }
  50% { transform:translateY(-15px) }
  62.5% { transform:translateY(0) }
  75% { transform:translateY(-15px) }
  100% { transform:translateY(0) }
}


/*------------BBQサブカテゴリ------------*/
.bbq-read {
  font-weight: bold;
  font-size: 2em;
  border-bottom: 2px solid #5f2e2e;
  margin-bottom: 5px;
  line-height: 2.0em;
}
.bbq1-container {
  margin: 0px 0 8px 0;
}	
.bbq1-block {
  display: table;
  box-sizing: border-box;
  width: 100%;
  padding-top: 4px;
}	
.bbq1__block60 {
  vertical-align: top;
  display: table-cell;
  width: 60%;
  padding:5px;
  line-height:1.6em;
}
.bbq1__block40 {
  vertical-align: top;
  display: table-cell;
  width: 40%;
  padding:5px;
  line-height:1.6em;
}
.bbq1fc{
  color:#ef4646;
}
/*------------ギフト包装注意書き------------*/
.boxmsg1 {
  border: 2px solid gray;
  padding-left: 5px;
}
.boxmsg2 {
  border: 2px solid #da4453;
  padding-left: 5px;
  margin-top: 3px;
}

/*------------2020夏ギフト------------*/
.summer2020 {
  background: radial-gradient(circle at top left, transparent 50%, #af902f 50%, #af902f calc(50% + 4px), transparent calc(50% + 4px)), radial-gradient(circle at top right, transparent 50%, #af902f 50%, #af902f calc(50% + 4px), transparent calc(50% + 4px)), radial-gradient(circle at bottom left, transparent 50%, #AF902F 50%, #af902f calc(50% + 4px), transparent calc(50% + 4px)), radial-gradient(circle at bottom right, transparent 50%, #af902f 50%, #af902f calc(50% + 4px), transparent calc(50% + 4px)), linear-gradient(90deg, #af902f 4px, #fff 4px, #fff calc(100% - 4px), #af902f calc(100% - 4px)), linear-gradient(180deg, #af902f 4px, #fff 4px, #fff calc(100% - 4px), #af902f calc(100% - 4px));
  background-position: top left, top right, bottom left, bottom right, left 15px, 15px top;
  background-size: 20px 20px, 20px 20px,20px 20px,20px 20px, 100% calc(100% - 30px), calc(100% - 30px) 100%;
  background-repeat: no-repeat;
  position: relative;
  padding: 30px 10px;
}
/*------------冷凍・冷蔵・常温同梱注意------------*/
.cold {
  border: 2px double maroon;
  padding: 5px;
  font-weight: bold;
  font-size: 0.8em;
}
.noshibox{
  border:solid 1px #555;
  margin:10px;
  width:48%;
}
/*------------共通------------*/
.noship3{  border-bottom:dotted 1px #555;}
.noship4{  padding:70px 10px;}
.wrap, .category_wrap{
  width: 1200px;
  margin: auto;
 }
.category_mainimg{  margin:0;}
.mincho{  font-family:"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
.fontbold{  font-weight:bold;}
.t-center{ text-align: center;}
.t-right{  text-align: right;}
.bg-washi{  background-image:url(https://sennaritei.itembox.design/item/bg-washi.jpg);}
.p5{  padding:5px !important;}
.p10, .pd10{  padding:10px !important;}
.pd_t10{  padding-top:10px !important;}
.m0{  margin: 0 !important;}
.mg_t10{  margin-top:10px !important;}
.mg_t20{  margin-top:20px !important;}
.mb5{  margin-bottom:5px !important;}
.mg_b10, .mb10{  margin-bottom:10px !important;}
.mg_b15, .mb15{  margin-bottom:15px !important;}
.mg_b20, .mb20{  margin-bottom:20px !important;}
.mb30{  margin-bottom:30px !important;}
.mb40{  margin-bottom:40px !important;}
.mb50{  margin-bottom:50px !important;}
.mb60{  margin-bottom:60px !important;}
.mb70{  margin-bottom:70px !important;}
.mb80{  margin-bottom:80px !important;}
.mb90{  margin-bottom:90px !important;}
.mb100{  margin-bottom:100px !important;}
.mb110{  margin-bottom:110px !important;}
.mb120{  margin-bottom:120px !important;}
.mb130{  margin-bottom:130px !important;}
.mb140{  margin-bottom:140px !important;}
.mb150{  margin-bottom:150px !important;}
.mb160{  margin-bottom:160px !important;}
.mb170{  margin-bottom:170px !important;}
.ma{  margin:auto !important;}
.w90{  width:90% !important;}
.w80{  width:80% !important;}
.w70{  width:70% !important;}
.w60{  width:60% !important;}
.w55{  width:55% !important;}
.w50{  width:50% !important;}
.w49{  width:49% !important;}
.w48{  width:48% !important;}
.w45{  width:45% !important;}
.w40{  width:40% !important;}
.w33{  width:33% !important;}
.w32{  width:32% !important;}
.w31{  width:31% !important;}
.w30{  width:30% !important;}
.w25{  width:25% !important;}
.w24{  width:24% !important;}
.w23{  width:23% !important;}
.w20{  width:20% !important;}
.w19{  width:19% !important;}
.w18{  width:18% !important;}
.w15{  width:15% !important;}
.float_l, .fl{  float:left;}
.float_r, .fr{  float:right;}
.p-relative{ position: relative;}
.p-absolute{ position: absolute;}
.clearfix:after{
  content:"";
  display:block;
  clear:both;
}
.flex_space-around{
  display:flex;
  justify-content: space-around;
}
.flex_space_between{
  display:flex;
  justify-content: space-between;
}
.flex_center{
  display:flex;
  justify-content: center; 
}
.flex_left{
  display:flex;
  justify-content: left; 
}
.flex_right{
  display:flex;
  justify-content: right; 
}
.flex_align_start{  align-items: flex-start;}
.flex_align_end{  align-items: flex-end;}
.flex_align_center{  align-items: center;}
.flex_wrap{  flex-wrap:wrap;}
.flex{  display: flex;}
.jc-around{  justify-content: space-around;}
.jc-between{  justify-content: space-between;}
.jc-center{  justify-content: center;}
.jc-left{  justify-content: left;}
.jc-right{  justify-content: right;}
.ai-start{  align-items: flex-start;}
.ai-end{  align-items: flex-end;}
.ai-center{  align-items: center;}
.ai-stretch{  align-items: stretch;}
.fw-wrap{  flex-wrap:wrap;}
.flex_w70{  
  width:70%;
  padding:10px;
}
.flex_w65{
  width:65%;
  padding:10px;
}
.flex_w60{
  padding: 10px;
  width:60%;
}
.flex_w50{
  padding: 10px;
  width:50%;
}
.flex_w40{
  padding: 10px;
  width:40%;
}
.flex_w35{
  width:35%;
  padding:10px;
}
.flex_w33{
  padding: 10px;
  width:33%;
}
.flex_w30{
  width:30%;
  padding:10px;
}
.flex_w25{
  width:25%;
  padding:10px;
}
.flex_w20{
  width:20%;
  padding:10px;
}
.box30{
  width:30%;
  display: table-cell;
  padding:10px;
  vertical-align: top;
}
.box70{
  width:66%;
  display: table-cell;
  padding:10px;
  vertical-align: middle;
  font-size:1.2em;
  line-height: 2em;
}
/*------------商品ページ内　料理画像共通------------*/
.item_cook{
  text-align:center;
  font-size:1.8em;
}
.item_cook img{  box-shadow:5px 5px 10px #696969;}
/*------------初めての近江牛購入ガイド------------*/
.beginnerguide_bgcl{
  background-color:#800000;
  color:#fff;
  padding:10px;
  font-size:1.5em;
  text-align:center;
}
.beginnerguide_p1{
  background-color:#222;
  color:#fff;
  border-bottom:solid 3px #800000;
  font-size:1.5em;
  padding:10px;
  text-align:center;
  font-weight:bold;
}
.beginnerguide_p2{
  font-size:1.4em;
  padding:120px 10px;
}
.beginnerguide_box1{
  background-image:url(https://sennaritei.itembox.design/item/beginnerguide_bg.jpg);
  padding:10px;
  margin-bottom:15px;
}
.beginnerguide_p3{
  font-size:1.7em;
  font-weight:bold;
}
.beginnerguide_p4{
  font-size:1.4em;
  line-height:2em;
  padding:10px 20px;
}
.beginnerguide_box2{
  margin:10px 20px;
  background-color:#fff;
  padding:10px;
}
.beginnerguide_p5{
  margin-bottom:15px;
  font-weight:bold;
  font-size:1.2em;
  text-align:center;
  border-bottom:solid 2px #800000;
}
.beginnerguide_p6{
  color:#800000;
  font-size:1.2em;
  font-weight:bold;
}
.beginnerguide_box3{
  border:solid 1px #222;
  padding:10px;
  margin:10px;
}
.beginnerguide_p7{
  font-size:1.4em;
  line-height:2em;
  padding:10px 20px;
  background-color:#800000;
  color:#fff;
  font-weight:bold;
  text-align:center;
  width:250px;
}
.beginnerguide_btn{
  background-color:#222;
  border:solid 3px #fff;
  box-shadow:0 0 0 10px #222;
  width:250px;
  padding:10px;
  margin:10px 40px;
  text-align:center;
}
.beginnerguide_btn a{
  color:#fff;
  width:250px;
  font-size:1.2em;
  font-weight:bold;
}
.beginnerguide_btn2{
  background-color:#222;
  border:solid 3px #fff;
  box-shadow:0 0 0 10px #222;
  width:250px;
  height:250px;
  padding:10px;
  margin:10px 40px;
 text-align:center;
}
.beginnerguide_btn2 a{
  color:#fff;
  width:250px;
  height:250px;
  font-size:2.5em;
  font-weight:bold;
  display:block;
  padding:60px 5px;
  margin-left:-13px;
}
/*------------トップページ------------*/
.recommend-container {
  margin: 0px 0 15px 0;
  width:1200px;
}	
.recommend-container a:hover{
  opacity:0.8;
}
.recommend-block {
  display: table;
  box-sizing: border-box;
  width: 100%;
	padding-top: 4px;
}
.recommend_block33-1 {
  vertical-align: top;
  display: table-cell;
  width: 33%;
  padding: 10px 10px 0 0px;
}
.recommend_block33-2 {
  vertical-align: top;
  display: table-cell;
  width: 33%;
  padding: 10px 5px 0 5px;
}
.recommend_block33-3 {
  vertical-align: top;
  display: table-cell;
  width: 33%;
      padding: 10px 0px 0 10px;
}
.top_table{
  width:100%;
  border-spacing: 10px;
  margin-bottom:50px;
}
.top_bg{
  width:50%;
  height:210px;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
}
.top_bg1{  background-image:url(https://sennaritei.itembox.design/item/toppage_bd2021.jpg);}
.top_bg2{  background-image:url(https://sennaritei.itembox.design/item/toppage_fm2020.jpg);}
.top_bg3{  background-image:url(https://sennaritei.itembox.design/item/toppage_kurabe.jpg);}
.top_bg4{  background-image:url(https://sennaritei.itembox.design/item/toppage_soryo.jpg?20230622);}
.top_bg5{  background-image:url(https://sennaritei.itembox.design/item/toppage_block.jpg);}
.top_bg6{  background-image:url(https://sennaritei.itembox.design/item/toppage_matome.jpg);}
.top_figure{
  background:rgba(34,34,34,0.8);
  color:#fff;
  width:100%;
  height:100%;
  opacity:0;
  position:relative;
}
.top_figure:hover{
  opacity:1;
}
.top_figcap_tittle{
  font-size:1.3em;
  font-weight:bold;
  position:absolute;
  top:3%;
  left:3%;
}
.top_figcap_txt{
  position:absolute;
  top:30%;
  left:3%;
  width:95%;
  font-size:1.2em;
}
.top_tittle{
  font-size:2.2em;
  font-weight:bold;
  text-align:center;
  width:40%;
  margin:auto;
  border-bottom:groove 5px #9e3d3f;
}
.top_tittle:first-letter{
  font-size: 1.4em;
  color: #800000;
}
.top_menutable, .top_biginner{
  width:100%;
}
.top_menutable a:hover, .top_biginner a:hover{
  opacity:0.8;
}
.top_menutable tr td{
  padding:5px;
  width:25%;
}
.top_main_slider_logo img{
  display:block;
  width:60%;
  margin:auto;
}
.top_biginner tr td{
  width:33%;
}
.top_biginner tr td a{
  display:block;
  padding:20px 0;
  text-align:center;
  background:linear-gradient(#887f7a, #433d3c);
  border:groove 4px #ba8b40;
  color:#fff;
  font-size:1.3em;
}
/*------------SPトップページ------------*/
.sptop_tittle{
  font-size:4vw;
  border-bottom:solid 2px #800000;
  font-weight:bold;
} 
.sptop_tittle:first-letter {
  font-size: 7vw;
  color: #800000;
}
.sptop_table{
  width: 100%;
  border-spacing: 10px;
  margin-bottom:30px;
}
.sptop_ul li{
  float:left;
  width:45%;
  padding:5px;
  margin:5px;
  list-style-type: none;
}
.sptop_ul1 li{
  background: linear-gradient(#f39797,#800000); 
  border:solid 2px #ccc;
}
.sptop_ul2 li{
  border:solid 1px #ccc;
}
.sptop_ul1 li a{
  display:block;
  color:#fff;
  text-align: center;
}
.sptop_ul2 li a{
  text-align: center;
}
/*------------レコメンド------------*/
.recom-tittle{
  background-image:linear-gradient(#5e5d5d,#000); 
  padding:8px; 
  border-bottom:solid 2px #800000; 
  color:#fff; font-size:1.2em; 
  font-weight:bold;
}
.recom-itembox{
  margin:10px 0.5%;
  padding:5px;
  border:solid 1px #ccc;
}
.recom-p{
  font-weight:bold;
  text-align:center;
}
.recom-btn{
  margin-bottom:-5px;
}
.recom-btn a:hover, .recom-table tr td a:hover{
  opacity:0.8;
}
.recom-table{
  width:100%;
}
.recom-table tr td{
  width:20%;
}
/*------------牛肉部位の説明------------*/
.bui_itembtn{
  float: left;
  padding: 3px 10px;
  border: solid 2px maroon;
  border-radius: 5px;
  margin: 0 3px 3px 0;
  display: block;
  color: #222;
}
.bui_itembtn:hover{
  color: #fff;
  background: maroon;
}
.bui_img{
  float: left;
  width: 30%;
}
.bui_box{
  float: left;
  width: 70%;
}
/*------------よくある質問------------*/
.questionnav{  padding: 0;}
.questionnavbtn{
  padding:10px;
  border:2px solid #800000;
  border-radius: 15px;
  width: 23%;
  margin: 1%;
  list-style-type: none;
  float: left;
}
.questionnavbtn a{
  color: #222;
  font-size: 1.1em;
  text-align: center;
  display: block;
}
.questionnavbtn a:hover{
  color: #800000;
}
.question_card{
  width:80%;
  margin: auto;
}
.question_cardp{
  font-size:1.5em;
  font-weight:bold;
  text-align:center;
}

/*------------卸フォーム------------*/

.form2 {
 width:80%;
 margin:0 auto;
}
.title1 {
 width:20%;
 float:left;
 border-left: 3px solid maroon;
}
.input1 {
 width:80%;
 float:left;
 margin-bottom:20px;
}
.button2 {
  text-align:center;
}
.sei1, .mei1 {
  width:150px;
}