@charset "UTF-8";

/* CSS Document */
/*------------------------------------------------------------
Browser Default Initialization responsive1
------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  overflow-y: scroll;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 16px;
  line-height: 125%;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  height: 100%;
  word-wrap: break-word;
}
div,
dl,
dt,
dd,
ul,
ul li,
ol,
ol li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote,
th,
td,
section,
nav,
article,
aside,
hgroup,
header,
address,
figure,
figcaption {
  margin: 0;
  padding: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
caption,
th {
  text-align: left;
}
q::before,
q::after {
  content: '';
}
object,
embed {
  vertical-align: top;
}
hr {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
img,
abbr,
acronym,
fieldset {
  border: 0;
}
img {
  -ms-interpolation-mode: bicubic;
  border: none;
  vertical-align: top;
  line-height: 0;
}
ul li,
ol li {
  list-style-type: none;
}
input[type="text"],
input[type="password"] {
  border: 1px solid #A9A9A9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  padding: 0 2%;
}
select {
  background-color: #FFF;
  border: 1px solid #A9A9A9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
textarea {
  border: 1px solid #A9A9A9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2%;
}
a {
  outline: none;
  text-decoration: none;
}
a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #666;
  text-decoration: none !important;
}
a:hover img {
  opacity: .70;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: .70;
  -moz-opacity: .70;
  cursor: pointer;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
a:active {
  text-decoration: none;
  color: #c00;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
}
input[type="button"],
input[type="submit"],
input[type="image"] {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="text"],
input[type="password"] {
  padding: 0 2%;
}
input[type="radio"],
input[type="checkbox"] {
  position: relative;
  top: 3px;
}
.visibilittyHidden {
  position: absolute!important;
  display: block!important;
  overflow: hidden!important;
  clip: rect(0 0 0 0) !important;
  margin: -1px !important;
  padding: 0!important;
  width: 1px!important;
  height: 1px!important;
  border: 0!important;
}
.sp-show {
  display: none !important;
}
.sp-hide {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .sp-show {
    display: block !important;
  }
  .sp-hide {
    display: none !important;
  }
}
/*--------------------------------------------------------------------------------
 header
--------------------------------------------------------------------------------*/
.ctm_header {
  background-color: #FFF;
  padding: 55px 0 40px;
}
.ctm_header .header-wrap {
  width: 900px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 32px;
}
.ctm_header .header_top .cart_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ctm_header .header_top .cart_info #cart_info {
  margin: 0 15px 0 0;
}
.ctm_header .header_top .cart_info #cart_info a {
  display: block;
  font-size: 9.8px;
  position: relative;
  top: 12px;
}
.ctm_header .header_top .cart_info #cart_info a:before {
  display: block;
  content: '';
  width: 35px;
  height: 30px;
  background: url('https://oseti.jp/pic-labo/ico_cart.png') no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -35px;
  left: 10px;
}
.ctm_header .header_top .cart_info #member_info a {
  display: block;
  font-size: 9.8px;
  position: relative;
  top: 12px;
}
.ctm_header .header_top .cart_info #member_info a:before {
  display: block;
  content: '';
  width: 34px;
  height: 32px;
  background: url('https://oseti.jp/pic-labo/ico_mypage.png') no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -35px;
  left: 3px;
}
.ctm_header .header_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.ctm_header .header_bottom .logo {
  width: 138px;
  height: 56px;
  margin: 0 30px 0 0;
}
.ctm_header .header_bottom .gnavi .gnavi-list {
  width: 670px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ctm_header .header_bottom .gnavi .gnavi-list .gnavi-item {
  position: relative;
  text-align: center;
  /* 
					&:nth-of-type(2):before,
					&:nth-of-type(3):before {
						display: inline-block;
						content: '';
						width: 12px;
						height: 6px;
						background: url('https://oseti.jp/pic-labo/ico_submenu_2022.png') no-repeat;
						background-size: 100% auto;
						position: absolute;
						top: 8px;
						right: -16px;
					}
					&:nth-of-type(2):before {
						display: inline-block;
						content: '';
						width: 12px;
						height: 6px;
						background: url('https://oseti.jp/pic-labo/ico_submenu_2022.png') no-repeat;
						background-size: 100% auto;
						position: absolute;
						top: 8px;
						right: -16px;
					}
*/
}
.ctm_header .header_bottom .gnavi .gnavi-list .gnavi-item:hover:after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #b28247;
  position: absolute;
  bottom: -5px;
  left: 0;
}
/*.ctm_header .header_bottom .gnavi .gnavi-list .gnavi-item:nth-of-type(2) {
  padding: 0 0 0 10px;
}
.ctm_header .header_bottom .gnavi .gnavi-list .gnavi-item:nth-of-type(2):hover:after {
  width: 60px;
}*/
.ctm_header .header_bottom .gnavi .gnavi-list .gnavi-item:nth-of-type(3):hover:after {
  width: 112px;
}
.ctm_header .header_bottom .gnavi .gnavi-list .gnavi-item a {
  font-size: 14px;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
.ctm_header .header_bottom .gnavi .gnavi-list .gnavi-item .gnavi-oseti-list {
  display: none;
  width: 62px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  top: 30px;
  left: 0;
  z-index: 2000;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5px;
}
.ctm_header .header_bottom .gnavi .gnavi-list .gnavi-item .gnavi-oseti-list li {
  border-bottom: 1px solid #b28247;
}
.ctm_header .header_bottom .gnavi .gnavi-list .gnavi-item .gnavi-oseti-list li:last-of-type {
  border: none;
}
.ctm_header .header_bottom .gnavi .gnavi-list .gnavi-item .gnavi-oseti-list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  font-size: 12px;
  position: relative;
}
.ctm_header .header_bottom .gnavi .gnavi-list .gnavi-item .gnavi-oseti-list li a:hover:after {
  display: block;
  content: '';
  width: 62px;
  height: 100%;
  background-color: #cab092;
  position: absolute;
  top: 0;
  left: -5px;
  z-index: -1;
}
.ctm_header .header_bottom .gnavi .gnavi-list .gnavi-item .gnavi-omotenashi-list {
  display: none;
  width: 112px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  top: 26px;
  left: 0;
  z-index: 2000;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*						padding: 0 5px;	*/
}
.ctm_header .header_bottom .gnavi .gnavi-list .gnavi-item .gnavi-omotenashi-list li {
  /*							border-bottom: 1px solid #b28247;	*/
  position: relative;
  /*
							&:first-of-type {
								font-size: 14px;
								font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
								&:after {
									display: block;
									content: '';
									width: 112px;
									height: 24px;
									background-color: #b28247;
									position: absolute;
									top: 0;
									left: -5px;
									z-index: -1;
								}	
							}
							*/
}
.ctm_header .header_bottom .gnavi .gnavi-list .gnavi-item .gnavi-omotenashi-list li:last-of-type {
  border: none;
}
.ctm_header .header_bottom .gnavi .gnavi-list .gnavi-item .gnavi-omotenashi-list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  font-size: 12px;
  background-color: #b28247;
}
.ctm_header .header_bottom .gnavi .gnavi-list .gnavi-item .gnavi-omotenashi-list li a:hover:after {
  /*
										display: block;
										content: '';
										width: 112px;
										height: 100%;
										background-color: #cab092;
										position: absolute;
										top: 0;
										left: -5px;
										z-index: -1;
										*/
}
@media screen and (max-width: 768px) {
  .ctm_header {
    padding: 4.77419355vw 0 4.12903226vw;
  }
  .ctm_header .header-wrap {
    width: auto;
    padding: 0 5.16129032vw;
  }
  .ctm_header .header_top {
    display: none;
  }
  .ctm_header .header_bottom .logo {
    width: 25.80645161vw;
    height: 10.32258065vw;
    margin: 0;
  }
  .ctm_header .header_bottom .gnavi {
    display: none;
  }
}
.sp-nav-menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-nav-menu {
    display: block;
    width: 10.06451613vw;
    height: 9.16129032vw;
    background: url('https://oseti.jp/pic-labo/ico_sp_menu.png') no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 5.5483871vw;
    right: 4.90322581vw;
    cursor: pointer;
  }
}
.sp-navi {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-navi {
    display: none;
    width: 66.19354839vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3000;
    background-color: #FFF;
    overflow-y: scroll;
  }
  .sp-navi .sp-navi-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sp-navi .sp-navi-top #sp-member_info {
    width: 33.03225806vw;
    height: 14.19354839vw;
  }
  .sp-navi .sp-navi-top #sp-cart_info {
    width: 33.03225806vw;
    height: 14.19354839vw;
  }
  .sp-navi .sp-navi-list {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  }
  .sp-navi .sp-navi-list .sp-navi-item {
    width: 100%;
    border-bottom: 1px solid #df584e;
    position: relative;
  }
  .sp-navi .sp-navi-list .sp-navi-item.menu {
    font-size: 6.4516129vw;
    font-weight: bold;
    color: #d10f00;
    padding: 3.87096774vw 0 3.87096774vw 3.87096774vw;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }
  .sp-navi .sp-navi-list .sp-navi-item.menu span {
    font-size: 2.96774194vw;
    margin: 0 0 0 3.22580645vw;
  }
  .sp-navi .sp-navi-list .sp-navi-item.home a {
    font-size: 8vw;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #d10f00;
  }
  .sp-navi .sp-navi-list .sp-navi-item a {
    display: block;
    width: 100%;
    padding: 4.51612903vw 0 4.51612903vw 4.51612903vw;
    font-size: 4.90322581vw;
    color: #968c87;
  }
  .sp-navi .sp-navi-list .sp-navi-item .js-spnavi-trigger {
    display: block;
    /*
					width: unit(percentage(36px/@spdesignSize), vw);
					height: unit(percentage(35px/@spdesignSize), vw);
					background: url('https://oseti.jp/pic-labo/ico_plus_sp.png') no-repeat;
					background-size: 100% auto;
					position: absolute;
					top: unit(percentage(40px/@spdesignSize), vw);
					right: unit(percentage(38px/@spdesignSize), vw);
*/
    content: '';
    width: 2.58064516vw;
    height: 3.87096774vw;
    background: url('https://oseti.jp/pic-labo/ico_cursor__r__g.png') no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 5.16129032vw;
    right: 4.90322581vw;
    z-index: 5000;
  }
  .sp-navi .sp-navi-list .sp-navi-item .js-spnavi-trigger.open {
    /*						
						background: url('https://oseti.jp/pic-labo/ico_minus_sp.png') center center no-repeat;
						background-size: 100% auto;
*/
  }
  .sp-navi .sp-navi-list .sp-navi-item .sp-navi-sublist {
    display: none;
    border-top: 1px solid #df584e;
  }
  .sp-navi .sp-navi-list .sp-navi-item .sp-navi-sublist li {
    border-bottom: 1px solid #df584e;
    padding: 0 0 0 7.74193548vw;
    position: relative;
  }
  .sp-navi .sp-navi-list .sp-navi-item .sp-navi-sublist li:before {
    display: block;
    content: '';
    width: 2.58064516vw;
    height: 3.87096774vw;
    background: url('https://oseti.jp/pic-labo/ico_cursor__r__g.png') no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 6.4516129vw;
    left: 7.74193548vw;
  }
  .sp-navi .sp-navi-list .sp-navi-item .sp-navi-sublist li:last-of-type {
    border: none;
  }
  .sp-navi .sp-navi-list .sp-navi-item .sp-navi-sublist li a {
    font-size: 4.90322581vw;
    color: #968c87;
    line-height: 1.5;
  }
  .sp-navi .sp-navi-close {
    width: 100%;
    height: 13.93548387vw;
    cursor: pointer;
    background-color: #d10f00;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 5.29032258vw;
    padding: 0 0 0 20.64516129vw;
    margin: 0 0 25.80645161vw;
    position: relative;
  }
  .sp-navi .sp-navi-close:after {
    display: block;
    content: '';
    width: 3.35483871vw;
    height: 3.35483871vw;
    background: url('https://oseti.jp/pic-labo/ico_close_sp__w.png') no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 5.16129032vw;
    right: 21.93548387vw;
  }
}
/*--------------------------------------------------------------------------------
 wrapper
--------------------------------------------------------------------------------*/
#wrapper {
  width: 100%;
  background: url('https://oseti.jp/pic-labo/bg_2022.png') repeat;
  background-size: 100% auto;
  position: relative;
}
#wrapper.oseti:before {
  display: block;
  content: '';
  width: 1225px;
  height: 1573px;
  background: url('https://oseti.jp/pic-labo/bg_oseti_wrap.png') center top repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -616px 0 0 -612px;
}
#wrapper.omotenashi {
  background: #fffcf7;
}
@media screen and (max-width: 768px) {
  #wrapper {
    min-width: inherit !important;
  }
  #wrapper.oseti:before {
    display: none;
  }
}
/*--------------------------------------------------------------------------------
 top
--------------------------------------------------------------------------------*/
.toppage-main {
  width: 900px;
  margin: 0 auto;
}
.toppage-main .toppage-main-item {
  margin: 0 0 100px;
}
.toppage-main .toppage-main-item a:hover img {
  opacity: 1 !important;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.toppage-main .toppage-main-item figure {
  width: 100%;
  height: 100%;
  margin: 0 0 40px;
  overflow: hidden;
}
.toppage-main .toppage-main-item figure img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.toppage-main .toppage-main-item .item-txt {
  width: 800px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
}
.toppage-main .toppage-main-item .item-txt-2023 {
  width: 800px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
}
.toppage-main .toppage-main-item .item-txt-2025 {
  width: 800px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.7;
  text-align: left;
	color: red;
}
.toppage-main .toppage-wait {
  width: 800px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.4;
}
.toppage-main .toppage-wait a {
  color: #de1919;
}
@media screen and (max-width: 768px) {
  .toppage-main {
    width: 100%;
  }
  .toppage-main .toppage-main-item {
    margin: 0 0 9.67741935vw;
  }
  .toppage-main .toppage-main-item figure {
    margin: 0;
  }
  .toppage-main .toppage-main-item .item-txt {
    display: none;
  }
  .toppage-main .toppage-main-item .item-txt-2023, .toppage-main .toppage-main-item .item-txt-2025 {
    width: 90%;
    text-align: left;
    font-size: 4.64516129vw;
    margin: 3.87096774vw auto 0;
  }
  .toppage-main .toppage-wait {
    width: 85%;
    font-size: 3.87096774vw;
  }
}
/*--------------------------------------------------------------------------------
 oseti
--------------------------------------------------------------------------------*/
.oseti_top {
  position: relative;
  padding: 43.75vw 0 0;
}
.oseti_top .oseti_kv {
  width: 100vw;
  height: 43.75vw;
  margin: 0 auto 60px -50vw;
  position: absolute;
  top: 0;
  left: 50%;
}
.oseti_top .slick-dots {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 2.23958333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.oseti_top .slick-dots li {
  margin: 0 0.52083333vw 0 0;
}
.oseti_top .slick-dots li:last-of-type {
  margin: 0;
}
.oseti_top .slick-dots li button {
  border: none;
  text-indent: -9999px;
  font-size: 0;
  width: 0.83333333vw;
  height: 0.83333333vw;
  background-color: #FFF;
  border-radius: 0.41666667vw;
  cursor: pointer;
}
.oseti_top .slick-dots li.slick-active button {
  background-color: #c30d23;
}
.oseti_top #bread-crumb {
  margin: 15px auto 60px;
  text-align: center;
}
.oseti_top #bread-crumb #bread-crumb-listTop ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.oseti_top #bread-crumb #bread-crumb-listTop ol li {
  float: none;
}
.oseti_top .oseti-items-wrapper {
  position: relative;
  height: 60.15625vw;
}
.oseti_top .oseti-items-wrapper .oseti-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 80.10416667vw;
  background: url('https://oseti.jp/pic-labo/bg_oseti_item.png') center 1.82291667vw no-repeat;
  background-size: 5.9375vw 50.46875vw;
  margin: 0 auto 0 calc(-40.05208333vw);
  position: absolute;
  left: 50%;
}
.oseti_top .oseti-items-wrapper .oseti-items .oseti-item {
  width: 35.9375vw;
  margin: 0 0 3.64583333vw;
}
.oseti_top .oseti-items-wrapper .oseti-items .oseti-item a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.oseti_top .oseti-items-wrapper .oseti-items .oseti-item a:hover figure img {
  opacity: 1 !important;
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
.oseti_top .oseti-items-wrapper .oseti-items .oseti-item a figure {
  width: 100%;
}
.oseti_top .oseti-items-wrapper .oseti-items .oseti-item a figure img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.oseti_top .oseti-omoi {
  position: relative;
  height: 70.23958333vw;
}
.oseti_top .oseti-omoi figure {
  width: 100vw;
  height: 62.23958333vw;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -50vw;
}
.oseti_top .oseti-omoi img {
  width: 100%;
  height: auto;
}
.oseti_top .oseti-kodawari {
  position: relative;
  height: 71.35416667vw;
  margin: 0 0 85px;
}
.oseti_top .oseti-kodawari figure {
  width: 100vw;
  height: 71.35416667vw;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -50vw;
}
.oseti_top .oseti-kodawari figure img {
  width: 100%;
  height: auto;
}
.oseti_top .oseti-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  margin: 0 0 85px;
}
.oseti_top .oseti-banner a {
  width: 440px;
	margin: 0 5px;
}
.oseti_top .oseti-banner a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .oseti_top {
    position: relative;
    padding: 0;
  }
  .oseti_top .oseti_kv {
    height: auto;
    margin: 0 auto;
    position: relative;
    left: 0;
  }
  .oseti_top .slick-dots {
    bottom: 29.94791667vw;
  }
  .oseti_top .slick-dots li {
    margin: 0 2.99479167vw 0 0;
  }
  .oseti_top .slick-dots li:last-of-type {
    margin: 0;
  }
  .oseti_top .slick-dots li button {
    width: 4.6875vw;
    height: 4.6875vw;
    border-radius: 2.34375vw;
  }
  .oseti_top #bread-crumb {
    margin: calc(-16.92708333vw) auto 13.02083333vw;
    padding: 0 10.41666667vw 0 0;
  }
  .oseti_top #bread-crumb #bread-crumb-listTop ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .oseti_top #bread-crumb #bread-crumb-listTop ol li {
    float: none;
  }
  .oseti_top .oseti-items-wrapper {
    height: auto;
    margin: 0 0 6.51041667vw;
  }
  .oseti_top .oseti-items-wrapper .oseti-items {
    display: block;
    width: 100%;
    background: url('https://oseti.jp/pic-labo/bg_oseti_item_sp.png') top center no-repeat;
    background-size: 67.31770833vw 28.77604167vw;
    margin: 0 auto;
    position: relative;
    left: 0;
    padding: 35.15625vw 0 0;
  }
  .oseti_top .oseti-items-wrapper .oseti-items .oseti-item {
    width: 100%;
    margin: 0 0 3.90625vw;
  }
  .oseti_top .oseti-omoi {
    height: auto;
  }
  .oseti_top .oseti-omoi figure {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    margin: 0;
  }
  .oseti_top .oseti-kodawari {
    height: auto;
    margin: 0 0 14.97395833vw;
  }
  .oseti_top .oseti-kodawari figure {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    margin: 0;
  }
  .oseti_top .oseti-banner {
    display: block;
    width: 76.171875vw;
    margin: 0 auto 14.97395833vw;
  }
  .oseti_top .oseti-banner a {
    display: block;
    width: 100%;
  }
  .oseti_top .oseti-banner a:first-of-type {
    margin: 0 0 8.46354167vw;
  }
}
/*--------------------------------------------------------------------------------
 omotenashi
--------------------------------------------------------------------------------*/
.omotenashi_top {
  margin: 0 0 80px;
}
.omotenashi_top .omotenashi_kv {
  width: 900px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.omotenashi_top .omotenashi_kv div {
  padding: 0;
  line-height: 0;
}
.omotenashi_top .omotenashi_kv li img {
  display: block;
  width: 100%;
  height: 100%;
}
.omotenashi_top .slick-dots {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.omotenashi_top .slick-dots li {
  margin: 0 7px 0 0;
}
.omotenashi_top .slick-dots li:last-of-type {
  margin: 0;
}
.omotenashi_top .slick-dots li button {
  border: none;
  text-indent: -9999px;
  font-size: 0;
  width: 45px;
  height: 5px;
  background-color: #FFF;
}
.omotenashi_top .slick-dots li.slick-active button {
  background-color: #c30d23;
}
.omotenashi_top .omotenashi_outer {
  padding: 60px 0 0;
  position: relative;
}
.omotenashi_top .omotenashi_outer:before {
  display: block;
  content: '';
  width: 1920px;
  height: 2283px;
  background: url('https://oseti.jp/pic-labo/bg_omotenashi.png') center top no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -960px;
}
.omotenashi_top .omotenashi_outer #bread-crumb {
  margin: 0 0 15px 50px;
  position: relative;
  z-index: 10;
}
.omotenashi_top .omotenashi_outer #bread-crumb ol li {
  font-size: 13px;
}
.omotenashi_top .omotenashi_outer .omotenashi-items {
  position: relative;
  z-index: 10;
}
.omotenashi_top .omotenashi_outer .omotenashi-items .omotenashi-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 50px;
  margin: 0 0 50px;
}
.omotenashi_top .omotenashi_outer .omotenashi-items .omotenashi-item figure {
  width: 470px;
  height: 300px;
  position: absolute;
  overflow: hidden;
}
.omotenashi_top .omotenashi_outer .omotenashi-items .omotenashi-item figure img {
  width: 100%;
  height: auto;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.omotenashi_top .omotenashi_outer .omotenashi-items .omotenashi-item figure img:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.omotenashi_top .omotenashi_outer .omotenashi-items .omotenashi-item figure figcaption {
  display: block;
  position: absolute;
}
.omotenashi_top .omotenashi_outer .omotenashi-items .omotenashi-item:nth-of-type(1) figure {
  margin: 40px 0 0;
}
.omotenashi_top .omotenashi_outer .omotenashi-items .omotenashi-item:nth-of-type(1) .omotenashi-info {
  padding: 90px 0 0;
  /*padding: 50px 0 0;*/
  margin: -30px 0 0 auto;
  /*margin: 0 0 0 auto;*/
  width: 382px;
  height: 412px;
  background: url('https://oseti.jp/pic-labo/bg_omotenashi_info2.png') no-repeat;
  background-size: 100% auto;
}
.omotenashi_top .omotenashi_outer .omotenashi-items .omotenashi-item:nth-of-type(2) figure {
  margin: 30px 0 0;
  right: 0;
}
.omotenashi_top .omotenashi_outer .omotenashi-items .omotenashi-item:nth-of-type(3) figure {
  margin: 30px 0 0;
}
.omotenashi_top .omotenashi_outer .omotenashi-items .omotenashi-item:nth-of-type(3) .omotenashi-info {
  margin: 0 0 0 auto;
}
.omotenashi_top .omotenashi_outer .omotenashi-items .omotenashi-item .omotenashi-info {
  width: 382px;
  height: 382px;
  background: url('https://oseti.jp/pic-labo/bg_omotenashi_info.png') no-repeat;
  background-size: 100% auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  padding: 70px 0 0;
}
.omotenashi_top .omotenashi_outer .omotenashi-items .omotenashi-item .omotenashi-info .omotenashi-title {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  color: #b28247;
  margin: 0 0 20px;
}
.omotenashi_top .omotenashi_outer .omotenashi-items .omotenashi-item .omotenashi-info .omotenashi-txt {
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 20px;
}
.omotenashi_top .omotenashi_outer .omotenashi-items .omotenashi-item .omotenashi-info .omotenashi-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 125px;
  height: 35px;
  margin: 0 auto;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  color: #b28247;
  border: 1px solid #b28247;
  border-radius: 50px;
}
.omotenashi_top .omotenashi_outer .omotenashi-items .omotenashi-item .omotenashi-info .omotenashi-btn:hover {
  background-color: #b28247;
  color: #FFF;
}
.omotenashi_top .omotenashi_outer .omotenashi-ranking {
  width: 824px;
  height: 590px;
  background: url('https://oseti.jp/pic-labo/bg_omotenashi_ranking.png') no-repeat;
  background-size: 100% auto;
  position: relative;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 0 0;
  margin: 0 auto;
}
.omotenashi_top .omotenashi_outer .omotenashi-ranking .omotenashi-ranking-title {
  font-size: 50px;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-weight: 500;
  line-height: 0.6;
  color: #FFF;
  text-align: center;
  margin: 0 0 55px;
}
.omotenashi_top .omotenashi_outer .omotenashi-ranking .omotenashi-ranking-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.omotenashi_top .omotenashi_outer .omotenashi-ranking .omotenashi-ranking-inner .omotenashi-ranking-item {
  width: 215px;
  text-align: center;
  margin: 0 30px 0 0;
}
.omotenashi_top .omotenashi_outer .omotenashi-ranking .omotenashi-ranking-inner .omotenashi-ranking-item:last-of-type {
  margin: 0;
}
.omotenashi_top .omotenashi_outer .omotenashi-ranking .omotenashi-ranking-inner .omotenashi-ranking-item figure {
  width: 215px;
  height: 195px;
  margin: 0 0 20px;
}
.omotenashi_top .omotenashi_outer .omotenashi-ranking .omotenashi-ranking-inner .omotenashi-ranking-item figure img {
  width: 100%;
  height: auto;
}
.omotenashi_top .omotenashi_outer .omotenashi-ranking .omotenashi-ranking-inner .omotenashi-ranking-item .omotenashi-ranking-name {
  font-size: 26px;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 20px;
  white-space: nowrap;
}
.omotenashi_top .omotenashi_outer .omotenashi-ranking .omotenashi-ranking-inner .omotenashi-ranking-item .omotenashi-ranking-txt {
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 20px;
}
.omotenashi_top .omotenashi_outer .omotenashi-ranking .omotenashi-ranking-inner .omotenashi-ranking-item .omotenashi-ranking-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 125px;
  height: 35px;
  margin: 0 auto;
  font-size: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #b28247;
  border: 1px solid #b28247;
  border-radius: 20px;
}
.omotenashi_top .omotenashi_outer .omotenashi-ranking .omotenashi-ranking-inner .omotenashi-ranking-item .omotenashi-ranking-btn:hover {
  background-color: #b28247;
  color: #FFF;
}
.omotenashi_top .omotenashi_outer .omotenashi-ranking-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .omotenashi_top {
    margin: 0 0 80px;
  }
  .omotenashi_top .omotenashi_kv {
    width: 100%;
  }
  .omotenashi_top .slick-dots {
    width: 100%;
    right: auto;
    bottom: 3.25520833vw;
    text-align: center;
  }
  .omotenashi_top .slick-dots li {
    margin: 0 1.953125vw 0 0;
  }
  .omotenashi_top .slick-dots li:last-of-type {
    margin: 0;
  }
  .omotenashi_top .slick-dots li button {
    width: 12.23958333vw;
    height: 1.30208333vw;
  }
  .omotenashi_top .omotenashi_outer {
    padding: 5.20833333vw 0 0;
  }
  .omotenashi_top .omotenashi_outer:before {
    width: 100.13020833vw;
    height: 443.48958333vw;
    margin: 0 0 0 calc(-50.06510417vw);
    background: url('https://oseti.jp/pic-labo/bg_omotenashi_sp.png') center top no-repeat;
    background-size: 100% auto;
  }
  .omotenashi_top .omotenashi_outer #bread-crumb {
    margin: 0 0 2.60416667vw 5.20833333vw;
  }
  .omotenashi_top .omotenashi_outer #bread-crumb ol li {
    font-size: 3.125vw;
  }
  .omotenashi_top .omotenashi_outer .omotenashi-items .omotenashi-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 8.85416667vw;
    margin: 0 0 50px;
  }
  .omotenashi_top .omotenashi_outer .omotenashi-items .omotenashi-item figure {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
    height: 61.19791667vw;
    position: relative;
  }
  .omotenashi_top .omotenashi_outer .omotenashi-items .omotenashi-item:nth-of-type(1) figure {
    margin: 0;
  }
  .omotenashi_top .omotenashi_outer .omotenashi-items .omotenashi-item:nth-of-type(1) .omotenashi-info {
    padding: 17.02083333vw 0 0;
    margin: calc(-0.41666667vw) auto 0;
	width: 75.26041667vw;
	height: 81.26041667vw;
  }
  .omotenashi_top .omotenashi_outer .omotenashi-items .omotenashi-item:nth-of-type(2) figure {
    margin: 0;
    right: auto;
  }
  .omotenashi_top .omotenashi_outer .omotenashi-items .omotenashi-item:nth-of-type(2) .omotenashi-info {
    padding: 15.625vw 0 0;
    margin: calc(-10.41666667vw) auto 0;
  }
  .omotenashi_top .omotenashi_outer .omotenashi-items .omotenashi-item:nth-of-type(3) figure {
    margin: 0;
  }
  .omotenashi_top .omotenashi_outer .omotenashi-items .omotenashi-item:nth-of-type(3) .omotenashi-info {
    padding: 23.4375vw 0 0;
    margin: calc(-20.83333333vw) auto 0;
  }
  .omotenashi_top .omotenashi_outer .omotenashi-items .omotenashi-item .omotenashi-info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 75.26041667vw;
    height: 75.26041667vw;
    margin: 0 auto;
    padding: 0;
  }
  .omotenashi_top .omotenashi_outer .omotenashi-items .omotenashi-item .omotenashi-info .omotenashi-title {
    font-size: 5.98958333vw;
    margin: 0 0 3.90625vw;
  }
  .omotenashi_top .omotenashi_outer .omotenashi-items .omotenashi-item .omotenashi-info .omotenashi-txt {
    font-size: 3.38541667vw;
    margin: 0 0 3.90625vw;
  }
  .omotenashi_top .omotenashi_outer .omotenashi-items .omotenashi-item .omotenashi-info .omotenashi-btn {
    width: 33.33333333vw;
    height: 9.765625vw;
    font-size: 3.90625vw;
    border-radius: 5.859375vw;
  }
  .omotenashi_top .omotenashi_outer .omotenashi-ranking {
    display: none;
  }
  .omotenashi_top .omotenashi_outer .omotenashi-ranking-sp {
    display: block;
    background: url('https://oseti.jp/pic-labo/bg_omotenashi_ranking_sp.png') no-repeat;
    background-size: 100% auto;
    position: relative;
  }
  .omotenashi_top .omotenashi_outer .omotenashi-ranking-sp .omotenashi-ranking-sp-list {
    padding: 20.18229167vw 9.765625vw 20.18229167vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .omotenashi_top .omotenashi_outer .omotenashi-ranking-sp .omotenashi-ranking-sp-list .slick-slide {
    width: 37.76041667vw;
    margin: 0 2.60416667vw;
  }
  .omotenashi_top .omotenashi_outer .omotenashi-ranking-sp .omotenashi-ranking-sp-list li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .omotenashi_top .omotenashi_outer .omotenashi-ranking-sp .omotenashi-ranking-sp-list li a img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 3.90625vw;
  }
  .omotenashi_top .omotenashi_outer .omotenashi-ranking-sp .omotenashi-ranking-sp-list li a .omotenashi-ranking-sp-title {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-weight: 600;
    font-size: 4.94791667vw;
    text-align: center;
  }
  .omotenashi_top .omotenashi_outer .omotenashi-ranking-sp .omotenashi-ranking-sp-list .slick-prev {
    width: 5.859375vw;
    height: 5.859375vw;
    background: url('https://oseti.jp/pic-labo/sp_nav_prev.png') no-repeat;
    background-size: 100% auto;
    border: none;
    position: absolute;
    bottom: 13.02083333vw;
    left: 9.765625vw;
  }
  .omotenashi_top .omotenashi_outer .omotenashi-ranking-sp .omotenashi-ranking-sp-list .slick-next {
    width: 5.859375vw;
    height: 5.859375vw;
    background: url('https://oseti.jp/pic-labo/sp_nav_next.png') no-repeat;
    background-size: 100% auto;
    border: none;
    position: absolute;
    bottom: 13.02083333vw;
    right: 9.765625vw;
  }
  .omotenashi_top .omotenashi_outer .omotenashi-ranking-sp .omotenashi-ranking-sp-list .slick-dots {
    left: 0;
    bottom: 11.06770833vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .omotenashi_top .omotenashi_outer .omotenashi-ranking-sp .omotenashi-ranking-sp-list .slick-dots li {
    width: 1.953125vw;
    margin: 0 1.04166667vw 0 0;
  }
  .omotenashi_top .omotenashi_outer .omotenashi-ranking-sp .omotenashi-ranking-sp-list .slick-dots li.slick-active button {
    background-color: #7d776c;
  }
  .omotenashi_top .omotenashi_outer .omotenashi-ranking-sp .omotenashi-ranking-sp-list .slick-dots li button {
    width: 1.953125vw;
    height: 1.953125vw;
    border-radius: 0.91145833vw;
    background-color: #bcb5a9;
  }
}
/*--------------------------------------------------------------------------------
 item
--------------------------------------------------------------------------------*/
#Detail.tonden {
  position: relative;
}
#Detail.tonden:before {
  display: block;
  content: '';
  width: 13.22916667vw;
  height: 100%;
  background: url('https://oseti.jp/pic-labo/bg_tonden_2025.png') repeat-y;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#Detail.tonden:after {
  display: block;
  content: '';
  width: 13.22916667vw;
  height: 100%;
  background: url('https://oseti.jp/pic-labo/bg_tonden_2025.png') repeat-y;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
#Detail.houjyu {
  position: relative;
}
#Detail.houjyu:before {
  display: block;
  content: '';
  width: 13.22916667vw;
  height: 100%;
  background: url('https://oseti.jp/pic-labo/bg_houjyu_2025.png') repeat-y;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#Detail.houjyu:after {
  display: block;
  content: '';
  width: 13.22916667vw;
  height: 100%;
  background: url('https://oseti.jp/pic-labo/bg_houjyu_2025.png') repeat-y;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
#Detail.megumi {
  position: relative;
}
#Detail.megumi:before {
  display: block;
  content: '';
  width: 13.22916667vw;
  height: 100%;
  background: url('https://oseti.jp/pic-labo/bg_megumi_2025.png') repeat-y;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#Detail.megumi:after {
  display: block;
  content: '';
  width: 13.22916667vw;
  height: 100%;
  background: url('https://oseti.jp/pic-labo/bg_megumi_2025.png') repeat-y;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
#Detail.takarafune {
  position: relative;
}
#Detail.takarafune:before {
  display: block;
  content: '';
  width: 13.22916667vw;
  height: 100%;
  background: url('https://oseti.jp/pic-labo/bg_takarafune_2025.png') repeat-y;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#Detail.takarafune:after {
  display: block;
  content: '';
  width: 13.22916667vw;
  height: 100%;
  background: url('https://oseti.jp/pic-labo/bg_takarafune_2025.png') repeat-y;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 1100px) {
  #Detail.tonden:before {
    display: none;
  }
  #Detail.tonden:after {
    display: none;
  }
  #Detail.houjyu:before {
    display: none;
  }
  #Detail.houjyu:after {
    display: none;
  }
  #Detail.megumi:before {
    display: none;
  }
  #Detail.megumi:after {
    display: none;
  }
  #Detail.takarafune:before {
    display: none;
  }
  #Detail.takarafune:after {
    display: none;
  }
}
.shopinfo_bg.tonden {
  border: none;
  position: relative;
}
.shopinfo_bg.tonden:before {
  display: block;
  content: '';
  width: 13.22916667vw;
  height: 100%;
  background: url('https://oseti.jp/pic-labo/bg_tonden_2025.png') repeat-y;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
}
.shopinfo_bg.tonden:after {
  display: block;
  content: '';
  width: 13.22916667vw;
  height: 100%;
  background: url('https://oseti.jp/pic-labo/bg_tonden_2025.png') repeat-y;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: 0;
}
.shopinfo_bg.tonden .shopinfo {
  border-top: 3px solid #c00;
}
.shopinfo_bg.houjyu {
  position: relative;
  border: none;
}
.shopinfo_bg.houjyu:before {
  display: block;
  content: '';
  width: 13.22916667vw;
  height: 100%;
  background: url('https://oseti.jp/pic-labo/bg_houjyu_2025.png') repeat-y;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
}
.shopinfo_bg.houjyu:after {
  display: block;
  content: '';
  width: 13.22916667vw;
  height: 100%;
  background: url('https://oseti.jp/pic-labo/bg_houjyu_2025.png') repeat-y;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: 0;
}
.shopinfo_bg.houjyu .shopinfo {
  border-top: 3px solid #c00;
}
.shopinfo_bg.megumi {
  position: relative;
  border: none;
}
.shopinfo_bg.megumi:before {
  display: block;
  content: '';
  width: 13.22916667vw;
  height: 100%;
  background: url('https://oseti.jp/pic-labo/bg_megumi_2025.png') repeat-y;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
}
.shopinfo_bg.megumi:after {
  display: block;
  content: '';
  width: 13.22916667vw;
  height: 100%;
  background: url('https://oseti.jp/pic-labo/bg_megumi_2025.png') repeat-y;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: 0;
}
.shopinfo_bg.megumi .shopinfo {
  border-top: 3px solid #c00;
}
.shopinfo_bg.takarafune {
  position: relative;
  border: none;
}
.shopinfo_bg.takarafune:before {
  display: block;
  content: '';
  width: 13.22916667vw;
  height: 100%;
  background: url('https://oseti.jp/pic-labo/bg_takarafune_2025.png') repeat-y;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
}
.shopinfo_bg.takarafune:after {
  display: block;
  content: '';
  width: 13.22916667vw;
  height: 100%;
  background: url('https://oseti.jp/pic-labo/bg_takarafune_2025.png') repeat-y;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: 0;
}
.shopinfo_bg.takarafune .shopinfo {
  border-top: 3px solid #c00;
}
@media screen and (max-width: 1100px) {
  .shopinfo_bg.tonden:before {
    display: none;
  }
  .shopinfo_bg.tonden:after {
    display: none;
  }
  .shopinfo_bg.houjyu:before {
    display: none;
  }
  .shopinfo_bg.houjyu:after {
    display: none;
  }
  .shopinfo_bg.megumi:before {
    display: none;
  }
  .shopinfo_bg.megumi:after {
    display: none;
  }
  .shopinfo_bg.takarafune:before {
    display: none;
  }
  .shopinfo_bg.takarafune:after {
    display: none;
  }
}
.item_mv {
  margin: 0 0 20px;
}
.item_mv figure {
  width: 845px;
  margin: 0 0 0 auto;
}
.item_mv figure img {
  width: 100%;
  height: auto;
}
.item_mv.oseti {
  position: relative;
  height: 43.75vw;
}
.item_mv.oseti figure {
  width: 100vw;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -50vw;
  z-index: 30;
}
@-webkit-keyframes animationImg {
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes animationImg {
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  .item_mv {
    margin: 0 0 5.16129032vw;
  }
  .item_mv figure {
    width: 100%;
    position: relative;
    left: 0;
    margin: 0;
  }
  .item_mv figure img {
    -webkit-animation: none;
            animation: none;
  }
}
.item-bread-crumb {
  margin: 0 50px 50px 0;
}
.item-bread-crumb.oseti_up {
  margin: -30px 50px 50px 0;
}
.item-bread-crumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.item-bread-crumb ol li {
  font-size: 15px;
  color: #141414;
  margin: 0 20px 0 0;
  position: relative;
}
.item-bread-crumb ol li:after {
  display: block;
  content: '';
  width: 10px;
  height: 9px;
  background: url('https://oseti.jp/pic-labo/ico_bread_arrow.png') no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 4px;
  right: -15px;
}
.item-bread-crumb ol li:last-of-type {
  margin: 0;
}
.item-bread-crumb ol li:last-of-type:after {
  display: none;
}
.item-bread-crumb ol li a {
  font-size: 15px;
  color: #141414;
}
@media screen and (max-width: 768px) {
  .item-bread-crumb {
    margin: 0 0 6.4516129vw 5.16129032vw;
  }
  .item-bread-crumb.oseti_up {
    margin: 0 0 6.4516129vw 5.16129032vw;
  }
  .item-bread-crumb ol {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .item-bread-crumb ol li {
    font-size: 3.09677419vw;
    margin: 0 5.16129032vw 0 0;
  }
  .item-bread-crumb ol li:after {
    width: 1.80645161vw;
    height: 1.80645161vw;
    top: 1.16129032vw;
    right: calc(-4.12903226vw);
  }
  .item-bread-crumb ol li a {
    font-size: 3.09677419vw;
  }
}
.oseti-catch {
  width: 769px;
  margin: -270px auto 0;
}
.oseti-catch img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 50;
}
.oseti-catch.houzyu {
  margin: -270px auto 45px;
}
.oseti-catch.takarafune {
  margin: -270px auto 45px;
}
@media screen and (max-width: 768px) {
  .oseti-catch {
    width: 100%;
    margin: calc(-12.90322581vw) auto 0;
  }
  .oseti-catch.houzyu {
    margin: calc(-12.90322581vw) auto 45px;
  }
  .oseti-catch.takarafune {
    margin: calc(-12.90322581vw) auto 45px;
  }
}
.btn_takeout {
  display: block;
  width: 295px;
  height: 50px;
  margin: 10px 65px 25px auto;
}
.btn_takeout img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .btn_takeout {
    width: 79.87096774vw;
    height: 13.67741935vw;
    margin: 2.58064516vw auto 3.22580645vw;
  }
}
.item_nav {
  width: 795px;
  margin: 0 auto 25px;
}
.item_nav .item_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 0 0 25px;
}
.item_nav .item_nav_list li {
  width: 265px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 30px;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  padding: 15px 0;
  position: relative;
}
.item_nav .item_nav_list li:after {
  display: block;
  content: '';
  width: 1px;
  height: 30px;
  background-color: #000;
  position: absolute;
  top: 10px;
  right: 0;
}
.item_nav .item_nav_list li:nth-of-type(3):after {
  display: none;
}
.item_nav .item_nav_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.item_nav .item_nav_images .item_nav_content {
  width: 260px;
}
.item_nav .item_nav_images .item_nav_content figure {
  width: 100%;
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item_nav .item_nav_images .item_nav_content figure img {
  display: block;
  width: 190px;
  height: auto;
  margin: 0 auto;
}
.item_nav .item_nav_images .item_nav_content .btn_more {
  display: block;
  width: 115px;
  height: 35px;
  margin: 0 auto;
}
.item_nav .item_nav_images .item_nav_content .btn_more img {
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.item_nav .item_nav_images .item_nav_content .btn_more img.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.item_nav.c__t .item_nav_list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.item_nav.c__t .item_nav_list li:first-of-type:before {
  display: block;
  content: '';
  width: 1px;
  height: 30px;
  background-color: #000;
  position: absolute;
  top: 10px;
  left: 0;
}
.item_nav.c__t .item_nav_images {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.item_nav.c__t .item_nav_images .item_nav_content {
  width: 195px;
}
.item_nav.c__t .item_nav_images .item_nav_content:first-of-type {
  margin: 0 60px 0 0;
}
@media screen and (max-width: 768px) {
  .item_nav {
    display: none;
  }
}
.item_nav_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .item_nav_sp {
    width: 81.29032258vw;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .item_nav_sp a {
    display: block;
    width: 50%;
    margin: 0 0 6.4516129vw;
  }
}
.item_oseti_kodawari {
  position: relative;
}
.item_oseti_kodawari figure img {
  width: 100%;
  height: auto;
}
.item_oseti_kodawari.tonden {
  height: 62.5vw;
}
.item_oseti_kodawari.tonden figure {
  width: 73.59375vw;
  height: 95.26041667vw;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 calc(-36.77083333vw);
}
.item_oseti_kodawari.houzyu {
  height: 62.6vw;
}
.item_oseti_kodawari.houzyu figure {
  width: 73.59375vw;
  height: 95.26041667vw;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 calc(-36.77083333vw);
}
.item_oseti_kodawari.megumi {
  height: 62.56041667vw;
}
.item_oseti_kodawari.megumi figure {
  width: 73.59375vw;
  height: 95.26041667vw;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 calc(-36.77083333vw);
}
.item_oseti_kodawari.takarafune {
  margin: 80px 0 0;
  height: 62.3125vw;
}
.item_oseti_kodawari.takarafune figure {
  width: 73.59375vw;
  height: 95.3125vw;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 calc(-36.77083333vw);
}
@media screen and (max-width: 768px) {
  .item_oseti_kodawari {
    position: relative;
  }
  .item_oseti_kodawari.tonden {
    height: auto;
  }
  .item_oseti_kodawari.tonden figure {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    margin: 0;
  }
  .item_oseti_kodawari.houzyu {
    height: auto;
  }
  .item_oseti_kodawari.houzyu figure {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    margin: 0;
  }
  .item_oseti_kodawari.megumi {
    height: auto;
  }
  .item_oseti_kodawari.megumi figure {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    margin: 0;
  }
  .item_oseti_kodawari.takarafune {
    height: auto;
  }
  .item_oseti_kodawari.takarafune figure {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    margin: 0;
  }
}
.item_oseti_content {
  width: 100%;
  margin: 0;
  position: relative;
}
.item_oseti_content figure img {
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.item_oseti_content figure img.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.item_oseti_content.tonden_content01 {
  height: 120.65vw;
}
.item_oseti_content.tonden_content01 figure {
  width: 73.59375vw;
  height: 120.65vw;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 calc(-36.77083333vw);
}
.item_oseti_content.tonden_content02 {
  height: 126.5vw;
}
.item_oseti_content.tonden_content02 figure {
  width: 73.59375vw;
  height: 126.5vw;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 calc(-36.77083333vw);
}
.item_oseti_content.tonden_content03 {
  height: 123.38541667vw;
}
.item_oseti_content.tonden_content03 figure {
  width: 73.59375vw;
  height: 123.38541667vw;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 calc(-36.77083333vw);
}
.item_oseti_content.houzyu_content01 {
  height: 120.12083333vw;
}
.item_oseti_content.houzyu_content01 figure {
  width: 73.59375vw;
  height: 120.52083333vw;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 calc(-36.77083333vw);
}
.item_oseti_content.houzyu_content02 {
  height: 97.38541667vw;
}
.item_oseti_content.houzyu_content02 figure {
  width: 73.59375vw;
  height: 97.38541667vw;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 calc(-36.77083333vw);
}
.item_oseti_content.houzyu_content03 {
  height: 123.4375vw;
}
.item_oseti_content.houzyu_content03 figure {
  width: 73.59375vw;
  height: 123.4375vw;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 calc(-36.77083333vw);
}
.item_oseti_content.megumi_content01 {
  height: 123.8083333vw;
}
.item_oseti_content.megumi_content01 figure {
  width: 73.59375vw;
  height: 123.8083333vw;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 calc(-36.77083333vw);
}
.item_oseti_content.megumi_content02 {
  height: 120.20833333vw;
}
.item_oseti_content.megumi_content02 figure {
  width: 73.59375vw;
  height: 120.20833333vw;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 calc(-36.77083333vw);
}
.item_oseti_content.takarafune_content01 {
  height: 190.25vw;
}
.item_oseti_content.takarafune_content01 figure {
  width: 73.59375vw;
  height: 166.25vw;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 calc(-36.77083333vw);
}
@media screen and (max-width: 768px) {
  .item_oseti_content {
    margin: 0;
  }
  .item_oseti_content:last-of-type {
    margin: 0 0 2.58064516vw;
  }
  .item_oseti_content img:last-of-type {
    margin: 0;
  }
  .item_oseti_content.tonden_content01 {
    height: auto;
  }
  .item_oseti_content.tonden_content01 figure {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    margin: 0;
  }
  .item_oseti_content.tonden_content02 {
    height: auto;
  }
  .item_oseti_content.tonden_content02 figure {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    margin: 0;
  }
  .item_oseti_content.tonden_content03 {
    height: auto;
  }
  .item_oseti_content.tonden_content03 figure {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    margin: 0;
  }
  .item_oseti_content.houzyu_content01 {
    height: auto;
  }
  .item_oseti_content.houzyu_content01 figure {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    margin: 0;
  }
  .item_oseti_content.houzyu_content02 {
    height: auto;
  }
  .item_oseti_content.houzyu_content02 figure {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    margin: 0;
  }
  .item_oseti_content.houzyu_content03 {
    height: auto;
  }
  .item_oseti_content.houzyu_content03 figure {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    margin: 0;
  }
  .item_oseti_content.megumi_content01 {
    height: auto;
  }
  .item_oseti_content.megumi_content01 figure {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    margin: 0;
  }
  .item_oseti_content.megumi_content02 {
    height: auto;
  }
  .item_oseti_content.megumi_content02 figure {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    margin: 0;
  }
  .item_oseti_content.takarafune_content01 {
    height: auto;
  }
  .item_oseti_content.takarafune_content01 figure {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    margin: 0;
  }
}
.early_benefits {
  font-size: 14px;
  font-weight: bold;
  color: #CC0000;
}
@media screen and (max-width: 768px) {
  .early_benefits {
    font-size: 3.09677419vw;
  }
}
.item_oseti_caution {
  text-align: center;
  font-size: 18px;
  color: #CC0000;
  margin: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .item_oseti_caution {
    margin: 0 0 9.67741935vw;
  }
}
.item_oseti_spec {
  width: 795px;
  margin: 15px auto 50px;
  position: relative;
}
.item_oseti_spec img {
  width: 100%;
  height: auto;
  position: relative;
}
.item_oseti_spec a {
  display: block;
  position: absolute;
}
.item_oseti_spec a.tonden_origin {
  width: 70px;
  height: 18px;
  bottom: 109px;
  left: 32px;
}
.item_oseti_spec a.tonden_additive {
  width: 58px;
  height: 18px;
  bottom: 109px;
  left: 104px;
}
.item_oseti_spec a.tonden_allergen {
  width: 70px;
  height: 18px;
  bottom: 109px;
  left: 164px;
}
.item_oseti_spec a.houzyu_origin {
  width: 65px;
  height: 17px;
  bottom: 115px;
  left: 31px;
}
.item_oseti_spec a.houzyu_additive {
  width: 53px;
  height: 17px;
  bottom: 115px;
  left: 102px;
}
.item_oseti_spec a.houzyu_allergen {
  width: 72px;
  height: 17px;
  bottom: 115px;
  left: 162px;
}
.item_oseti_spec a.megumi_origin {
  width: 65px;
  height: 18px;
  bottom: 155px;
  left: 29px;
}
.item_oseti_spec a.megumi_additive {
  width: 50px;
  height: 18px;
  bottom: 155px;
  left: 102px;
}
.item_oseti_spec a.megumi_allergen {
  width: 70px;
  height: 18px;
  bottom: 155px;
  left: 163px;
}
.item_oseti_spec a.takara_origin {
  width: 62px;
  height: 18px;
  bottom: 5px;
  left: 34px;
}
.item_oseti_spec a.takara_additive {
  width: 48px;
  height: 18px;
  bottom: 5px;
  left: 108px;
}
.item_oseti_spec a.takara_allergen {
  width: 70px;
  height: 18px;
  bottom: 5px;
  left: 167px;
}
@media screen and (max-width: 768px) {
  .item_oseti_spec {
    width: 89.67741935vw;
    margin: 6.4516129vw auto 11.61290323vw;
  }
  .item_oseti_spec a.tonden_origin {
    width: 18vw;
    height: 4.64516129vw;
    bottom: 156.12903226vw;
    left: 0;
  }
  .item_oseti_spec a.tonden_additive {
    width: 15.48387097vw;
    height: 4.64516129vw;
    bottom: 156.12903226vw;
    left: 18.96774194vw;
  }
  .item_oseti_spec a.tonden_allergen {
    width: 20.64516129vw;
    height: 4.64516129vw;
    bottom: 156.12903226vw;
    left: 36.12903226vw;
  }
  .item_oseti_spec a.houzyu_origin {
    width: 16vw;
    height: 4.64516129vw;
    bottom: 126.83870968vw;
    left: 0;
  }
  .item_oseti_spec a.houzyu_additive {
    width: 15.48387097vw;
    height: 4.64516129vw;
    bottom: 126.83870968vw;
    left: 18.96774194vw;
  }
  .item_oseti_spec a.houzyu_allergen {
    width: 20.64516129vw;
    height: 4.64516129vw;
    bottom: 126.83870968vw;
    left: 36.12903226vw;
  }
  .item_oseti_spec a.megumi_origin {
    width: 16vw;
    height: 4.64516129vw;
    bottom: 135.61290323vw;
    left: 2.58064516vw;
  }
  .item_oseti_spec a.megumi_additive {
    width: 15.48387097vw;
    height: 4.64516129vw;
    bottom: 135.61290323vw;
    left: 21.5483871vw;
  }
  .item_oseti_spec a.megumi_allergen {
    width: 20.64516129vw;
    height: 4.64516129vw;
    bottom: 135.61290323vw;
    left: 38.70967742vw;
  }
  .item_oseti_spec a.takara_origin {
    width: 16.12903226vw;
    height: 3.74193548vw;
    bottom: 80.18064516vw;
    left: 5.29032258vw;
  }
  .item_oseti_spec a.takara_additive {
    width: 13.16129032vw;
    height: 3.74193548vw;
    bottom: 80.18064516vw;
    left: 23.61290323vw;
  }
  .item_oseti_spec a.takara_allergen {
    width: 17.80645161vw;
    height: 3.74193548vw;
    bottom: 80.18064516vw;
    left: 38.83870968vw;
  }
}
.item_omoi {
  width: 100%;
  margin: 0 0 35px;
}
.item_omoi img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .item_omoi {
    margin: 0 0 7.74193548vw;
  }
}
/*--------------------------------------------------------------------------------
 item（omotenashi）
--------------------------------------------------------------------------------*/
.o_item_mv {
  margin: 0 0 20px;
  position: relative;
}
.o_item_mv:before {
  display: block;
  content: '';
  width: 100vw;
  height: 100%;
  background-color: #fffcf7;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -50vw;
  z-index: -1;
}
.o_item_mv figure {
  width: 900px;
  margin: 0 auto;
}
.o_item_mv figure img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .o_item_mv {
    margin: 0 0 5.16129032vw;
  }
  .o_item_mv figure {
    width: 100%;
  }
  .o_item_mv figure img {
    -webkit-animation: none;
            animation: none;
  }
}
.o_item-bread-crumb {
  margin: 55px 0 55px 55px;
}
.o_item-bread-crumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.o_item-bread-crumb ol li {
  font-size: 13px;
  color: #141414;
  margin: 0 20px 0 0;
  position: relative;
}
.o_item-bread-crumb ol li:after {
  display: block;
  content: '';
  width: 10px;
  height: 9px;
  background: url('https://oseti.jp/pic-labo/ico_bread_arrow.png') no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 4px;
  right: -15px;
}
.o_item-bread-crumb ol li:last-of-type {
  margin: 0;
}
.o_item-bread-crumb ol li:last-of-type:after {
  display: none;
}
.o_item-bread-crumb ol li a {
  font-size: 13px;
  color: #141414;
}
@media screen and (max-width: 768px) {
  .o_item-bread-crumb {
    margin: 2.58064516vw;
  }
  .o_item-bread-crumb ol li {
    font-size: 2.58064516vw;
    margin: 0 2.58064516vw 0 0;
  }
  .o_item-bread-crumb ol li:after {
    width: 1.5483871vw;
    height: 1.5483871vw;
    top: 1.67741935vw;
    right: calc(-2.58064516vw);
  }
  .o_item-bread-crumb ol li a {
    font-size: 2.58064516vw;
  }
}
.item_omotenashi_content {
  width: 800px;
  margin: 0 auto;
  padding: 100px 0 70px;
  position: relative;
}
.item_omotenashi_content:before {
  display: block;
  content: '';
  width: 100vw;
  height: 100%;
  background-color: #fffcf7;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -50vw;
  z-index: -1;
}
.item_omotenashi_content figure {
  width: 900px;
  margin: 0 auto;
}
.item_omotenashi_content figure img {
  width: 100%;
  height: auto;
}
.item_omotenashi_content figure img.mgb {
  display: block;
  margin: 0 0 20px;
}
.item_omotenashi_content img {
  width: 100%;
  height: auto;
}
.item_omotenashi_content img.mgb {
  display: block;
  margin: 0 0 20px;
}
.item_omotenashi_content .js-kaisen {
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.item_omotenashi_content .js-kaisen.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .item_omotenashi_content {
    width: auto;
    padding: 6.4516129vw 3.87096774vw 9.03225806vw;
  }
  .item_omotenashi_content figure {
    width: 100%;
  }
  .item_omotenashi_content figure img.mgb {
    margin: 0 0 5.16129032vw;
  }
}
#itemDetail-wrap.omotenashi_de {
  padding: 0 0 85px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
}
#itemDetail-wrap.omotenashi_de:before {
  display: block;
  content: '';
  width: 1920px;
  height: 100%;
  background: url('https://oseti.jp/pic-labo/bg_omotenashi_item_cl.png') center top no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 600px;
  left: 50%;
  margin: 0 0 0 -960px;
  z-index: -1;
}
#itemDetail-wrap.omotenashi_de.jumbo {
  padding: 0 0 50px;
}
#itemDetail-wrap.omotenashi_de #spsVarpriceBox div {
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  #itemDetail-wrap.omotenashi_de {
    padding: 0 0 6.4516129vw;
  }
  #itemDetail-wrap.omotenashi_de:before {
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0 0 0 -50%;
  }
  #itemDetail-wrap.omotenashi_de.jumbo {
    padding: 0 0 6.4516129vw;
  }
}
.item_omotenashi_spec {
  width: 900px;
  margin: 0 auto;
  padding: 70px 0;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
}
.item_omotenashi_spec:before {
  display: block;
  content: '';
  width: 1920px;
  height: 150%;
  background: url('https://oseti.jp/pic-labo/bg_omotenashi_item.png') center top no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -960px;
  z-index: -1;
}
.item_omotenashi_spec img {
  display: block;
  width: 800px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .item_omotenashi_spec {
    width: auto;
    padding: 6.4516129vw 3.87096774vw;
  }
  .item_omotenashi_spec:before {
    width: 100%;
    height: 100%;
    margin: 0 0 0 -50%;
  }
  .item_omotenashi_spec img {
    width: 100%;
  }
}
/*--------------------------------------------------------------------------------
 voice
--------------------------------------------------------------------------------*/
.voice-box {
  background-color: #FFF;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  padding: 50px 0;
  margin: 0 0 20px;
}
.voice-box .voice-title {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  margin: 0 0 50px;
}
.voice-box .voice-box-lead {
  font-size: 18px;
  text-align: center;
  margin: 0 0 70px;
}
.voice-box figure {
  width: 100%;
  height: 100%;
  margin: 0 0 45px;
}
.voice-box figure img {
  width: 100%;
  height: auto;
}
.voice-box .voice-box-item {
  width: 705px;
  margin: 0 0 35px 120px;
  position: relative;
}
.voice-box .voice-box-item:before {
  display: block;
  content: '';
  width: 43px;
  height: 57px;
  position: absolute;
  top: -6px;
  left: -65px;
}
.voice-box .voice-box-item:nth-of-type(1):before {
  background: url('https://oseti.jp/pic-labo/ico_voice_01.png') no-repeat;
  background-size: 100% auto;
}
.voice-box .voice-box-item:nth-of-type(2):before {
  background: url('https://oseti.jp/pic-labo/ico_voice_02.png') no-repeat;
  background-size: 100% auto;
}
.voice-box .voice-box-item:nth-of-type(3):before {
  background: url('https://oseti.jp/pic-labo/ico_voice_03.png') no-repeat;
  background-size: 100% auto;
}
.voice-box .voice-box-item:nth-of-type(4):before {
  background: url('https://oseti.jp/pic-labo/ico_voice_04.png') no-repeat;
  background-size: 100% auto;
}
.voice-box .voice-box-item:nth-of-type(5):before {
  background: url('https://oseti.jp/pic-labo/ico_voice_05.png') no-repeat;
  background-size: 100% auto;
}
.voice-box .voice-box-item:nth-of-type(6):before {
  background: url('https://oseti.jp/pic-labo/ico_voice_06.png') no-repeat;
  background-size: 100% auto;
}
.voice-box .voice-box-item:nth-of-type(7):before {
  background: url('https://oseti.jp/pic-labo/ico_voice_07.png') no-repeat;
  background-size: 100% auto;
}
.voice-box .voice-box-item:nth-of-type(8):before {
  background: url('https://oseti.jp/pic-labo/ico_voice_08.png') no-repeat;
  background-size: 100% auto;
}
.voice-box .voice-box-item:nth-of-type(9):before {
  background: url('https://oseti.jp/pic-labo/ico_voice_09.png') no-repeat;
  background-size: 100% auto;
}
.voice-box .voice-box-item .voice-box-title {
  color: #c7161d;
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 10px;
}
.voice-box .voice-box-item .voice-box-info {
  font-size: 16px;
  color: #0b0b0a;
  margin: 0 0 20px;
}
.voice-box .voice-box-item .voice-box-txt {
  font-size: 14px;
  line-height: 1.6;
  color: #0b0b0a;
}
.voice-box .voice-btn {
  display: block;
  width: 290px;
  height: 50px;
  margin: 0 auto 150px;
}
.voice-box .voice-btn:last-of-type {
  margin: 0 auto;
}
.voice-box .voice-btn img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .voice-box {
    padding: 9.03225806vw 0;
    margin: 0 0 6.4516129vw;
  }
  .voice-box .voice-title {
    font-size: 4.64516129vw;
    margin: 0 0 5.16129032vw;
  }
  .voice-box .voice-box-lead {
    font-size: 2.58064516vw;
    margin: 0 0 6.4516129vw;
  }
  .voice-box figure {
    margin: 0 0 5.16129032vw;
  }
  .voice-box .voice-box-item {
    width: auto;
    margin: 0 0 6.4516129vw;
  }
  .voice-box .voice-box-item:before {
    width: 5.5483871vw;
    height: 7.35483871vw;
    top: calc(-0.38709677vw);
    left: 3.35483871vw;
  }
  .voice-box .voice-box-item .voice-box-title {
    font-size: 3.61290323vw;
    margin: 0 0 0 13.5483871vw;
    line-height: 1;
  }
  .voice-box .voice-box-item .voice-box-info {
    font-size: 2.32258065vw;
    margin: 0 0 2.58064516vw 13.5483871vw;
  }
  .voice-box .voice-box-item .voice-box-txt {
    font-size: 2.32258065vw;
    padding: 0 2.58064516vw;
  }
  .voice-box .voice-btn {
    width: 64.51612903vw;
    height: 9.03225806vw;
    margin: 0 auto 12.90322581vw;
  }
}
/*--------------------------------------------------------------------------------
 kodawari
--------------------------------------------------------------------------------*/
.kodawari-box {
  background-color: #FFF;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  padding: 50px 0;
  margin: 0 0 20px;
}
.kodawari-box .kodawari-title {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  margin: 0 0 100px;
}
.kodawari-box figure {
  width: 100%;
  height: 100%;
}
.kodawari-box figure.fm {
  margin: 0 0 100px;
}
.kodawari-box figure img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .kodawari-box {
    padding: 9.03225806vw 0;
    margin: 0 0 6.4516129vw;
  }
  .kodawari-box .kodawari-title {
    font-size: 4.64516129vw;
    margin: 0 0 11.61290323vw;
  }
  .kodawari-box figure.fm {
    margin: 0 0 11.61290323vw;
  }
}
/*--------------------------------------------------------------------------------
 faq
--------------------------------------------------------------------------------*/
.faq-box {
  background-color: #FFF;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  padding: 50px;
  margin: 0 0 20px;
}
.faq-box .faq-title {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  margin: 0 0 55px;
}
.faq-box .faq-lead {
  text-align: center;
  font-size: 18px;
  margin: 0 0 75px;
}
.faq-box .faq-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 50px;
}
.faq-box .faq-links li {
  width: 390px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #b83000;
  margin: 0 20px 20px 0;
}
.faq-box .faq-links li:nth-of-type(even) {
  margin: 0 0 20px;
}
.faq-box .faq-links li:last-of-type {
  margin: 0;
}
.faq-box .faq-links li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  color: #b83000;
  padding: 0 0 0 50px;
  position: relative;
}
.faq-box .faq-links li a:before {
  display: block;
  content: '';
  background: url('https://oseti.jp/pic-labo/arrow__d__r_2022.png') no-repeat;
  background-size: 100% auto;
  width: 14px;
  height: 12px;
  position: absolute;
  top: 19px;
  left: 21px;
}
.faq-box .faq-content .faq-sec {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #b83000;
  color: #FFF;
  font-weight: normal;
  padding: 0 0 0 50px;
  margin: 0 0 40px;
  position: relative;
}
.faq-box .faq-content .faq-sec:before {
  display: block;
  content: '';
  background: url('https://oseti.jp/pic-labo/arrow__d__w_2022.png') no-repeat;
  background-size: 100% auto;
  width: 14px;
  height: 12px;
  position: absolute;
  top: 19px;
  left: 21px;
}
.faq-box .faq-content dl {
  margin: 0 0 30px;
  padding: 0 0 0 50px;
}
.faq-box .faq-content dl dt {
  margin: 0 0 20px;
  font-size: 24px;
  color: #c7161d;
  white-space: nowrap;
  position: relative;
}
.faq-box .faq-content dl dt:before {
  display: block;
  content: '';
  background: url('https://oseti.jp/pic-labo/ico_faq_2022.png') no-repeat;
  background-size: 100% auto;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 0px;
  left: -30px;
}
.faq-box .faq-content dl dd {
  font-size: 14px;
  line-height: 1.6;
}
.faq-box .faq-content dl dd a {
  color: #c00000;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .faq-box {
    padding: 9.03225806vw 0;
    margin: 0 0 6.4516129vw;
  }
  .faq-box .faq-title {
    font-size: 4.64516129vw;
    margin: 0 0 6.4516129vw;
  }
  .faq-box .faq-lead {
    font-size: 2.58064516vw;
    margin: 0 0 6.4516129vw;
  }
  .faq-box .faq-links {
    display: block;
    margin: 0 0 9.03225806vw;
  }
  .faq-box .faq-links li {
    width: 77.41935484vw;
    height: 6.4516129vw;
    margin: 0 auto 2.58064516vw;
  }
  .faq-box .faq-links li:nth-of-type(even) {
    margin: 0 auto 2.58064516vw;
  }
  .faq-box .faq-links li:last-of-type {
    margin: 0 auto;
  }
  .faq-box .faq-links li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.09677419vw;
    padding: 0 0 0 8.38709677vw;
  }
  .faq-box .faq-links li a:before {
    width: 2.58064516vw;
    height: 2.19354839vw;
    top: 2.06451613vw;
    left: 3.35483871vw;
  }
  .faq-box .faq-content {
    margin: 0 0 10.32258065vw;
  }
  .faq-box .faq-content .faq-sec {
    height: 6.4516129vw;
    padding: 0 0 0 7.74193548vw;
    margin: 0 0 4.51612903vw;
    font-size: 3.09677419vw;
  }
  .faq-box .faq-content .faq-sec:before {
    width: 2.58064516vw;
    height: 2.19354839vw;
    top: 2.19354839vw;
    left: 3.09677419vw;
  }
  .faq-box .faq-content dl {
    margin: 0 0 5.16129032vw;
    padding: 0 3.22580645vw;
  }
  .faq-box .faq-content dl dt {
    margin: 0 0 1.29032258vw;
    font-size: 3.61290323vw;
    padding: 0 0 0 3.87096774vw;
    white-space: normal;
  }
  .faq-box .faq-content dl dt:before {
    width: 3.22580645vw;
    height: 3.22580645vw;
    top: 0.64516129vw;
    left: 0;
  }
  .faq-box .faq-content dl dd {
    font-size: 2.32258065vw;
  }
}
/*--------------------------------------------------------------------------------
 law
--------------------------------------------------------------------------------*/
.law-box {
  background-color: #FFF;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  padding: 50px;
  margin: 0 0 20px;
}
.law-box .law-title {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  margin: 0 0 100px;
}
.law-box .law-content {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #b83000;
  color: #FFF;
  font-weight: normal;
  padding: 0 0 0 50px;
  margin: 0 0 30px;
  position: relative;
}
.law-box .law-content:before {
  display: block;
  content: '';
  background: url('https://oseti.jp/pic-labo/arrow__d__w_2022.png') no-repeat;
  background-size: 100% auto;
  width: 14px;
  height: 12px;
  position: absolute;
  top: 19px;
  left: 21px;
}
.law-box .law-about {
  font-size: 24px;
  color: #c7161d;
  margin: 0 0 20px;
  padding: 0 0 0 30px;
}
.law-box .law-txt {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 40px;
  padding: 0 0 0 30px;
}
.law-box dl {
  width: 760px;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #dddddd;
}
.law-box dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 250px;
  height: 50px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f4f1f1;
  padding: 0 0 0 20px;
  border-bottom: 1px solid #dddddd;
}
.law-box dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 510px;
  height: 50px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 0 20px;
  border-bottom: 1px solid #dddddd;
}
.law-box dl dd a {
  font-size: 14px;
  color: #c00000;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .law-box {
    padding: 9.03225806vw 0;
    margin: 0 0 6.4516129vw;
  }
  .law-box .law-title {
    font-size: 4.64516129vw;
    margin: 0 0 6.4516129vw;
  }
  .law-box .law-content {
    height: 6.4516129vw;
    padding: 0 0 0 7.74193548vw;
    margin: 0 0 3.87096774vw;
    font-size: 3.09677419vw;
  }
  .law-box .law-content:before {
    width: 2.58064516vw;
    height: 2.32258065vw;
    top: 1.93548387vw;
    left: 3.22580645vw;
  }
  .law-box .law-about {
    font-size: 3.61290323vw;
    margin: 0 0 1.93548387vw;
    padding: 0 2.58064516vw;
  }
  .law-box .law-txt {
    font-size: 2.32258065vw;
    margin: 0 0 5.16129032vw;
    padding: 0 2.58064516vw;
  }
  .law-box dl {
    width: auto;
    margin: 0 auto 3.87096774vw;
  }
  .law-box dl dt {
    width: 37.41935484vw;
    height: 9.03225806vw;
    font-size: 2.58064516vw;
    padding: 0 0 0 2.58064516vw;
  }
  .law-box dl dd {
    width: 61.67741935vw;
    height: 9.03225806vw;
    font-size: 2.32258065vw;
    padding: 0 0 0 3.87096774vw;
    line-height: 1.4;
  }
  .law-box dl dd a {
    font-size: 2.32258065vw;
  }
}
/*--------------------------------------------------------------------------------
 delivery
--------------------------------------------------------------------------------*/
.delivery-box {
  background-color: #FFF;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  padding: 50px;
  margin: 0 0 20px;
}
.delivery-box .delivery-title {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  margin: 0 0 100px;
}
.delivery-box .delivery-content {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #b83000;
  color: #FFF;
  font-weight: normal;
  padding: 0 0 0 50px;
  margin: 0 0 30px;
  position: relative;
}
.delivery-box .delivery-content:before {
  display: block;
  content: '';
  background: url('https://oseti.jp/pic-labo/arrow__d__w_2022.png') no-repeat;
  background-size: 100% auto;
  width: 14px;
  height: 12px;
  position: absolute;
  top: 19px;
  left: 21px;
}
.delivery-box .delivery-about {
  font-size: 24px;
  color: #c7161d;
  margin: 0 0 20px;
  padding: 0 0 0 30px;
}
.delivery-box .delivery-txt {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 40px;
  padding: 0 0 0 30px;
}
.delivery-box .delivery-goods {
  width: 328px;
  margin: 0 0 50px 30px;
}
.delivery-box .delivery-goods img {
  width: 100%;
  height: auto;
}
.delivery-box .delivery-map {
  width: 685px;
  margin: 0 0 30px 30px;
}
.delivery-box .delivery-map img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .delivery-box {
    padding: 9.03225806vw 0;
    margin: 0 0 6.4516129vw;
  }
  .delivery-box .delivery-title {
    font-size: 4.64516129vw;
    margin: 0 0 9.03225806vw;
  }
  .delivery-box .delivery-content {
    height: 6.4516129vw;
    font-size: 3.09677419vw;
    padding: 0 0 0 7.74193548vw;
    margin: 0 0 3.22580645vw;
  }
  .delivery-box .delivery-content:before {
    width: 2.58064516vw;
    height: 2.32258065vw;
    top: 1.93548387vw;
    left: 3.22580645vw;
  }
  .delivery-box .delivery-about {
    font-size: 3.61290323vw;
    margin: 0 0 2.58064516vw;
    padding: 0 0 0 3.22580645vw;
  }
  .delivery-box .delivery-txt {
    font-size: 2.32258065vw;
    margin: 0 0 5.16129032vw;
    padding: 0 0.64516129vw 0 3.22580645vw;
  }
  .delivery-box .delivery-goods {
    width: 42.58064516vw;
    margin: 0 0 6.4516129vw 3.22580645vw;
  }
  .delivery-box .delivery-map {
    width: 88.25806452vw;
    margin: 0 0 6.4516129vw 5.80645161vw;
  }
}
@media screen and (max-width: 768px) {
  #shopGuide_wrap {
    padding: 0 3.87096774vw;
  }
}
@media screen and (max-width: 768px) {
  #Journal {
    padding: 0 3.87096774vw;
  }
}
.btn_totop {
  width: 60px;
  height: 60px;
  cursor: pointer;
  margin: 0 auto 65px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .btn_totop {
    width: 7.74193548vw;
    height: 7.74193548vw;
    margin: 0 auto 7.74193548vw;
  }
}
.bottom_navi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.bottom_navi-list.omotenashi:after {
  display: block;
  content: '';
  width: 900px;
  height: 190px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: -125px;
  left: 0;
  z-index: -1;
}
.bottom_navi-list li {
  margin: 0 20px 0 0;
  position: relative;
}
.bottom_navi-list li:after {
  display: block;
  content: '';
  width: 1px;
  height: 20px;
  background-color: #000;
  position: absolute;
  top: -1px;
  right: -10px;
}
.bottom_navi-list li:last-of-type {
  margin: 0;
}
.bottom_navi-list li:last-of-type:after {
  display: none;
}
.bottom_navi-list li a {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .bottom_navi-list {
    display: block;
    padding: 0 7.74193548vw;
  }
  .bottom_navi-list li {
    margin: 0 0 3.87096774vw;
    border-bottom: 1px solid #776c66;
    padding: 0 3.22580645vw 3.87096774vw 3.22580645vw;
  }
  .bottom_navi-list li:after {
    width: 2.83870968vw;
    height: 5.03225806vw;
    background: url('https://oseti.jp/pic-labo/ico_sp_footernav.png') no-repeat;
    background-size: 100% auto;
    top: 0;
    right: 2.19354839vw;
  }
  .bottom_navi-list li:first-of-type {
    border-top: 1px solid #776c66;
    padding: 3.22580645vw 3.87096774vw;
  }
  .bottom_navi-list li:first-of-type:after {
    top: 3.87096774vw;
  }
  .bottom_navi-list li:last-of-type:after {
    display: block;
  }
  .bottom_navi-list li a {
    font-size: 4.38709677vw;
    color: #968c87;
  }
}
article h1 {
  font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border: none;
  font-size: 140%;
  color: #222222;
  letter-spacing: 0.05em;
  padding: 0px 0 10px;
  margin-bottom: 20px;
}
article h2 {
  background: none repeat scroll 0 0 transparent;
  font-size: 80%;
}
.w100 {
  width: 100%;
}
.bold {
  font-weight: bold;
}
#contents-pop {
  width: auto;
}
#contents {
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
  overflow: hidden;
  *zoom: 1;
  position: relative;
}
.oseti #contents {
  padding: 0;
}
@media screen and (max-width: 768px) {
  #contents {
    width: 100% !important;
    padding-top: 0;
    padding-bottom: 20px;
  }
}
#sub-column {
  display: none;
}
#main-column {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 900px;
  margin: 0 auto;
}
#main-column-full {
  width: 100%;
  margin: 0 auto 60px;
}
#main-column h2 {
  font-size: 160%;
  color: #222222;
  border: none;
  letter-spacing: 0.1em;
  padding: 0px 0 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #main-column {
    width: 100%;
  }
  #main-column h2 {
    font-size: 140%;
  }
}
article section,
div#wrapper div#enquete-section,
div.cart-article div.cart-section {
  padding: 0;
}
article section:first-child,
div#wrapper div#enquete-section:first-child,
div.cart-article div.cart-section:first-child {
  border-top: none;
}
article p {
  color: #333;
  font-size: 100%;
}
div.cart-article p {
  color: #333;
  font-size: 110%;
}
article a:hover p,
div.cart-article a:hover p {
  color: #666;
}
article section ul,
div#wrapper div#enquete-section ul,
div.cart-article div.cart-section ul {
  font-size: 85%;
  line-height: 160%;
  color: #333;
}
#mainVisual {
  width: 100%;
}
/*パンくずリスト*/
#bread-crumb {
  margin: 0 0 15px 0;
}
@media screen and (max-width: 768px) {
  #bread-crumb {
    margin: 3.87096774vw 0 3.87096774vw 3.87096774vw;
  }
}
#bread-crumb-listTop {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #bread-crumb-listTop {
    padding: 0 0 0 3.87096774vw !important;
  }
  #bread-crumb-listTop ol,
  .bread-crumb-listCate ol {
    width: 100% !important;
  }
}
.bread-crumb-listCate {
  padding: 0;
  margin: 0 0 12px 0;
  width: 100%;
}
#bread-crumb-listTop ol,
.bread-crumb-listCate ol {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  *zoom: 1;
}
#bread-crumb-listTop ol li {
  background: url(../img/breadcrumb_bg.gif) no-repeat left center;
  float: left;
  *float: none;
  *display: inline;
  font-size: 15px;
  letter-spacing: 0.05em;
  padding: 0 10px 0 13px;
  *zoom: 1;
  color: #141414;
}
#bread-crumb-listTop ol li a {
  color: #141414;
}
#bread-crumb-listTop ol li:first-child {
  background: none;
  padding-left: 0;
}
.bread-crumb-listCate ol li {
  background: url(../img/breadcrumb_bg.gif) no-repeat left center;
  float: left;
  *float: none;
  *display: inline;
  font-size: 15px;
  letter-spacing: 0.05em;
  padding: 0 10px 0 13px;
  *zoom: 1;
}
/*一覧表示*/
.newItem .column-set,
#itemList .column-set,
.pickup .column-set,
.ranking .column-set,
.recommend .column-set {
  width: 100%;
  overflow: hidden;
}
.column4 {
  float: left;
  width: 22%;
  margin: 0 4% 20px 0;
  padding-bottom: 20px;
}
.column4:nth-child(3n+1) {
  clear: none;
}
.column4:nth-child(4n) {
  margin: 0 0 20px 0;
}
.column4:nth-child(4n+1) {
  clear: both;
}
@media screen and (max-width: 768px) {
  .newItem .column-set,
  #itemList .column-set,
  .pickup .column-set,
  .ranking .column-set,
  .recommend .column-set {
    width: auto;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .column4 {
    float: none;
    width: 48%;
    margin: 0 0 20px;
    padding-bottom: 20px;
  }
  .column4:nth-of-type(odd) {
    margin: 0 2% 20px 0;
  }
  .column4:nth-child(4n) {
    margin: 0 0 20px;
  }
}
.column5 {
  float: left;
  width: 16%;
  margin: 0 5% 20px 0;
  padding-bottom: 10px;
}
.column5:nth-child(4n+1) {
  clear: none;
}
.column5:nth-child(5n) {
  margin: 0 0 20px 0;
}
.column5:nth-child(5n+1) {
  clear: both;
}
.column4 .itemThumb-wrap,
.column5 .itemThumb-wrap {
  margin: 0 0 10px 0;
}
.column4 .itemThumb,
.column5 .itemThumb {
  margin-bottom: 5px;
  text-align: center;
}
.column4 .itemThumb a,
.column5 .itemThumb a {
  height: 100%;
  width: 100%;
  display: block;
}
.column4 .itemThumb a img,
.column5 .itemThumb a img {
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}
.column4 .item-list-span-img {
  display: inline-block;
}
.column5 .item-list-span-img {
  display: inline-block;
}
.column4 h3,
.column5 h3 {
  font-size: 100%;
  line-height: 130%;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .column4 h3,
  .column5 h3 {
    font-size: 90%;
  }
}
.column4 p,
.column5 p {
  font-size: 75%;
  text-align: right;
}
.column4 img,
.column5 img {
  vertical-align: bottom;
}
.column4 p.price,
.column5 p.price,
.column4 .fixed,
.column5 .fixed,
.column4 p.fx_price,
.column5 p.fx_price {
  text-align: right;
}
#main-column .column4 p.price,
#main-column .column5 p.price,
#main-column .column4 p.sp_price,
#main-column .column5 p.sp_price #main-column .column4 p.fx_price,
#main-column .column5 p.fx_price,
#main-column .column4 p.rg_price,
#main-column .column5 p.rg_price {
  font-size: 90%;
  margin-bottom: 10px;
}
.column4 p.sp_price,
.column5 p.sp_price {
  color: #111111;
  text-align: right;
}
p.fx_price span.strike {
  text-decoration: line-through;
}
table.variation span.selling_price,
table.variation span.special_price {
  white-space: nowrap;
}
p.sp_price span.special_price_str,
p.sp_price span.selling_price_str,
p.sp_price span.selling_price,
p.sp_price span.taxin,
p.sp_price span.discount_rate {
  color: #111111;
}
p.price span.selling_price,
p.price span.taxin {
  color: #111111;
}
p.price span {
  color: #333 !important;
}
.column4 p.inner-catch,
.column5 p.inner-catch {
  line-height: 150%;
  text-align: left;
  margin-bottom: 7px;
}
.newItem {
  position: relative;
  margin-bottom: 40px;
}
.newItem .new-Title {
  position: absolute;
  right: 0px;
  top: 3px;
}
.column3 .badge,
.column4 .badge,
.column5 .badge {
  height: 35px;
  padding: 4px 0 0 4px;
  position: absolute;
  width: 35px;
  z-index: 10;
}
.pickup {
  position: relative;
  margin-bottom: 40px;
}
.pickup .pickup-Title {
  position: absolute;
  right: 0px;
  top: 4px;
}
.ranking {
  position: relative;
}
.ranking .ranking-Title {
  position: absolute;
  right: 0px;
  top: 4px;
}
.ranking .column5 {
  margin-bottom: 20px;
}
.ranking .column5 .itemThumb {
  position: relative;
}
/*センター用2分割フリーエリア*/
.half-cont_wrap01,
.half-cont_wrap02 {
  overflow: hidden;
}
.half-cont {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.half-cont:nth-child(2n) {
  float: left;
  width: 48%;
  margin-right: 0;
}
#main-column .half-cont_wrap01 .half-cont .category h2,
#main-column .half-cont_wrap02 .half-cont .category h2,
#main-column .half-cont_wrap01 .half-cont .group h2,
#main-column .half-cont_wrap02 .half-cont .group h2 {
  padding: 29px 0 40px;
  font-size: 120%;
}
/*ショップからのお知らせ*/
.news {
  padding-bottom: 20px;
  margin-bottom: 30px;
}
#main-column .news h2 {
  margin-bottom: 0px;
}
.news .news-contents {
  overflow: hidden;
  padding: 5px 0 0;
}
dl.news-box {
  font-size: 85%;
  color: #333;
  padding: 10px 0;
  border-bottom: 1px solid #DDD;
}
.news-box dd {
  line-height: 145%;
}
.news-box dd a {
  color: #000;
}
.news-box dd a:hover {
  color: #666;
}
/*ショップからのお知らせ センターエリア*/
.w100 .news {
  float: none;
  width: 100%;
  margin-right: 0;
  padding: 0 0 15px;
}
.w100 .news h2 {
  display: block;
  width: 100%;
}
/*店長日記*/
#main-column .shopDiary h2::after {
  content: "Shop Diary";
  display: inline-block;
  font-size: 14px;
  margin-left: 15px;
}
.freeArea2.shopDiary p {
  font-size: 85%;
}
#main-column .freeArea2.shopDiary p a {
  border: 1px solid #333;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  font-size: 90%;
  margin: 15px 0 0 80%;
  padding: 0.5%;
  text-align: center;
  width: 20%;
}
#main-column .half-cont_wrap01 .half-cont .freeArea2.shopDiary p a,
#main-column .half-cont_wrap02 .half-cont .freeArea2.shopDiary p a {
  border: 1px solid #333;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  font-size: 90%;
  margin: 15px 0 0 66%;
  padding: 1%;
  text-align: center;
  width: 34%;
}
#sub-column .shopDiary {
  background: none;
}
#sub-column .freeArea2.shopDiary p a {
  border: 1px solid #333;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  font-size: 90%;
  margin: 15px 0 0 45%;
  padding: 2% 1%;
  text-align: center;
  width: 55%;
}
#main-column .group,
#main-column .category,
#main-column .shopDiary {
  padding-bottom: 20px;
  margin-bottom: 30px;
}
#main-column .group h2 {
  font-size: 100%;
}
.group .group-Title {
  position: absolute;
  right: 0px;
  top: 4px;
}
.group .group-banner {
  margin-bottom: 5px;
}
.group ul {
  line-height: 200%;
  margin-top: -5px;
}
.group ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 100%;
  padding: 0 17px 0 0;
  background: url(../img/slash_000.gif) no-repeat right center;
}
.group ul li:last-child {
  background-image: none;
  padding: 0;
}
.w100 .group {
  width: 100%;
}
.w100 .group .group-Title {
  top: 3px;
}
.w100 .group h2 {
  display: block;
  width: 100%;
}
.category .category-Title {
  position: absolute;
  right: 0px;
  top: 4px;
}
.category .category-banner {
  margin-bottom: 5px;
}
.category ul {
  line-height: 110%;
}
.category ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 75%;
  padding: 0 3px 0 12px;
  background: url(../img/slash_000.gif) no-repeat left center;
}
.category ul li:first-child {
  background-image: none;
  padding: 0 3px 0 0;
}
.w100 .category {
  width: 100%;
}
.w100 .category h2 {
  display: block;
  font-size: 100%;
  width: 100%;
}
.category h3 {
  border-bottom: 1px dotted #B9B9B9;
  color: #555;
  font-size: 90%;
  font-weight: bold;
  line-height: 120%;
  padding: 0 0 5px;
  margin: 5px 0 15px;
}
.w100 .category ul li {
  font-size: 100%;
}
.freeArea {
  width: 100%;
  height: 300px;
  background-color: #EEE;
}
#sub-column h2 {
  /*border-top: 3px double #6B6B6B;*/
  background: #FFF;
  color: #222222;
  font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 120%;
  letter-spacing: 1px;
  padding: 0px;
  text-align: left;
  margin-bottom: 10px;
}
#sub-column .category h2 a::after {
  content: "";
  background: url(../img/rsp_arrow01.png);
  background-size: cover;
  display: inline-block;
  height: 16px;
  margin: -2px 0 0 8px;
  vertical-align: middle;
  width: 9px;
}
#sub-column .group,
#sub-column .category,
#sub-column #followUs,
#sub-column .newItem,
#sub-column .link {
  border: none;
  left: 0;
  margin: 0;
  padding: 0;
  top: 0;
  width: 100%;
}
#sub-column .category {
  margin-bottom: 50px;
}
#sub-column .column-set {
  display: block;
}
#sub-column #sps-itemListAllCategory {
  margin-top: 25px;
}
#sub-column .category h3 {
  border: none;
  font-size: 80%;
  font-weight: bold;
  padding: 0;
  margin: 0 0 7px;
}
#sub-column .group nav,
#sub-column .category nav,
#sub-column .link nav {
  border-top: none;
  margin-bottom: 25px;
}
#sub-column .group nav ul,
#sub-column .category nav ul,
#sub-column .link nav ul {
  line-height: 160%;
}
#sub-column .group nav ul li,
#sub-column .category nav ul li,
#sub-column .link nav ul li {
  background-image: none;
  border-bottom: 1px solid #D4D4D4;
  background-color: #FFF;
  display: block;
  font-size: 90%;
  padding: 0;
}
#sub-column .group nav ul li:first-child,
#sub-column .category nav ul li:first-child,
#sub-column .link nav ul li:first-child {
  border-top: 1px solid #D4D4D4;
}
#sub-column .category section#sps-itemListAllCategory section:last-child nav ul li {
  border-bottom: none;
}
#sub-column .link nav ul li {
  line-height: 180%;
}
#sub-column .group #sps-itemListAllCategory section:first-child nav ul li.listcat1:first-child,
#sub-column .category #sps-itemListAllCategory section:first-child nav ul li.listcat1,
#sub-column .link #sps-itemListAllCategory section:first-child nav ul li.listcat1:first-child {
  border-top: 1px solid #111;
}
#sub-column .group nav ul li.listcat1,
#sub-column .category nav ul li.listcat1,
#sub-column .link nav ul li.listcat1 {
  border-top: none;
}
#sub-column .keyword nav ul {
  padding: 5px 0;
}
#sub-column .group nav ul li a,
#sub-column .category nav ul li a,
#sub-column .link nav ul li a {
  color: #222222;
  display: block;
  padding: 10px 5px 10px 15px;
  position: relative;
  line-height: 130%;
}
#sub-column .group nav ul li a::after,
#sub-column .category nav ul li a::after,
#sub-column .link nav ul li a::after {
  content: "";
  background: url(../img/rsp_arrow02.png);
  background-size: cover;
  display: inline-block;
  height: 13px;
  margin: -2px 0 0 0px;
  position: absolute;
  left: 1%;
  top: 39%;
  vertical-align: middle;
  width: 8px;
}
#sub-column .group nav ul li a:hover,
#sub-column .group nav ul li a:active,
#sub-column .category nav ul li a:hover,
#sub-column .category nav ul li a:active,
#sub-column .link nav ul li a:hover,
#sub-column .link nav ul li a:active,
#sub-column .sitelink a:hover {
  opacity: .70;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: .70;
  -moz-opacity: .70;
}
#sub-column .category nav ul li.cat2 a {
  zoom: 1;
  display: block;
  padding: 3px 2px 3px 30px;
  margin: 0px 0;
  line-height: 100%;
  color: #000;
}
#snav_calendar h2 {
  background-image: none;
}
#subc_calendar {
  background-color: #EFEFEF;
  margin-bottom: 20px;
  width: 100%;
}
div.subc_cal_cont {
  background-color: #FFF;
}
div#subc_calendar h2 {
  padding: 20px 0 10px;
  position: relative;
  text-align: left;
  background: none;
  color: #333;
  display: block;
}
div#subc_calendar h2::before {
  content: "CALENDAR";
}
div#subc_calendar h2::after {
  bottom: 0;
  content: "カレンダー";
  font-size: 80%;
  height: initial;
  left: 0;
  line-height: initial;
  position: absolute;
  right: 0;
  top: 39px;
}
div.cal_wrapper {
  padding: 7px 2% 0;
}
div.cal_wrapper table.cal {
  width: 100%;
  line-height: 130%;
}
div.cal_wrapper table.cal th {
  height: 17px;
  position: relative;
}
div.cal_wrapper table.cal tr th p.month {
  font-size: 88%;
  position: absolute;
  text-align: center;
  top: -2px;
  width: 100%;
}
div.cal_wrapper table.cal tr th input {
  border: none;
  z-index: 1;
}
div.cal_wrapper table.cal tr th input.prev {
  background: url(../img/calendar_pleft.gif) no-repeat left bottom #FFF;
  height: 17px;
  position: absolute;
  left: 0;
  top: 0;
  vertical-align: middle;
  width: 17px;
}
div.cal_wrapper table.cal tr th input.next {
  background: url(../img/calendar_pright.gif) no-repeat right bottom #FFF;
  height: 17px;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  width: 17px;
}
div.cal_wrapper table.cal tr td {
  border: solid 1px #CCC;
  font-size: 70%;
  text-align: center;
}
div.cal_wrapper table.cal tr.headline td {
  border: none;
  padding: 10px 0 2px 0;
}
div.subc_cal_cont .cap {
  font-size: 60%;
  padding: 0 2%;
  width: auto;
}
div.subc_cal_cont .cap ul {
  margin: 3px 0 0;
}
div.subc_cal_cont .cap li {
  display: inline-block;
  line-height: 140%;
  overflow: hidden;
}
div.subc_cal_cont .cap li span {
  margin: 0 10px 0 0;
}
div.subc_cal_cont .cap .ico_cap01 {
  font-size: 120%;
  vertical-align: middle;
  margin: 0 2px 0 0;
  color: #FF5078;
}
div.subc_cal_cont .cap .ico_cap02 {
  font-size: 120%;
  vertical-align: middle;
  margin: 0 2px 0 0;
  color: #39F;
}
div.subc_cal_cont .cap .cap-info {
  background-color: #FFF;
  line-height: 140%;
  padding: 10px 3%;
}
div.cal_wrapper table.cal tr td div.Deli {
  background-color: #EFE;
}
div.cal_wrapper table.cal tr td div.Holyday {
  background-color: #FF5078;
  color: #FFF;
}
div.cal_wrapper table.cal tr td div.backward {
  color: #CCC;
  font-weight: normal;
  background-color: #FFF;
}
div.cal_wrapper table.cal tr td div.pointer {
  cursor: pointer;
}
div.cal_wrapper table.cal tr td div.pointer:hover {
  background-color: #EEE;
}
#sub-column #snav_mailMag {
  background-color: #F5F5F5;
  margin-bottom: 20px;
  width: 100%;
}
#sub-column #snav_mailMag h2 {
  background-image: none;
}
#sub-column div.snav_mailMag_cont {
  border-top: 3px double #6B6B6B;
  padding: 15px 4%;
  text-align: center;
}
#sub-column div.snav_mailMag_cont:before {
  content: "Mail Magazine";
  font-weight: bold;
}
#sub-column div.snav_mailMag_cont h2 {
  width: 161px;
  text-align: center;
  padding: 0 0 3px 0;
  margin: 0 0 7px 0;
  border-bottom: 1px dotted #333;
}
#sub-column div.snav_mailMag_cont p {
  font-size: 72%;
  line-height: 130%;
}
#sub-column div.snav_mailMag_cont p:first-child {
  padding: 5px 0 10px;
  text-align: left;
}
#sub-column div.snav_mailMag_cont p:first-child:before {
  content: "メールマガジンのご登録";
  display: block;
  font-weight: bold;
  padding-bottom: 20px;
  text-align: center;
}
#sub-column div.snav_mailMag_cont input.mailAddress {
  border: 1px solid #777;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  height: 40px;
  position: relative;
  vertical-align: middle;
  width: 78%;
}
#sub-column div.snav_mailMag_cont input.submit_mailMag {
  background-color: #333;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  font-size: 75%;
  margin-left: -5px;
  height: 40px;
  text-align: center;
  width: 20%;
}
#sub-column div.snav_mailMag_cont input.submit_mailMag:hover {
  background-color: #666;
}
#sub-column div.snav_mailMag_cont p:last-child {
  background-color: #FFF;
  border: 1px solid #333;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 3em;
  line-height: 3em;
  margin: 15px 0 10px 34px;
}
#sub-column div.snav_mailMag_cont p:last-child::after {
  content: ">>";
  padding-left: 3px;
}
#sub-column #snav_followUs {
  border-top: 3px double #6B6B6B;
  padding: 19px 2%;
  margin-bottom: 20px;
}
#sub-column #snav_followUs nav ul {
  overflow: hidden;
}
#sub-column #snav_followUs nav ul li {
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
#sub-column #snav_followUs nav ul li img {
  vertical-align: bottom;
}
#sub-column #snav_followUs nav ul li a:hover img {
  opacity: .70;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: .70;
  -moz-opacity: .70;
  cursor: pointer;
}
#subc_freeArea {
  margin: 0 0 20px 0;
  padding-bottom: 10px;
}
#subc_freeArea img {
  margin-bottom: 10px;
}
#sub-column .newItem {
  position: relative;
  margin: 0;
  line-height: 90%;
}
#sub-column .newItem .new-Title {
  position: absolute;
  right: 0px;
  top: 1px;
}
#sub-column .column4,
#sub-column .column5 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px 10px;
  margin: 0 0 25px 0;
  float: none;
  width: 100%;
}
#sub-column .newItem .column4 .itemThumb-wrap {
  margin: 0 0 10px;
}
#sub-column .newItem .column4 .itemThumb {
  height: auto;
  width: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#sub-column .newItem .column4 .itemThumb a img {
  max-height: auto;
  max-width: 100%;
  width: 100%;
}
#sub-column .newItem h3 {
  text-align: left;
  font-weight: normal;
}
#sub-column .newItem p.price,
#sub-column .pickup p.price,
#sub-column .ranking p.price,
#sub-column .recommend p.price {
  text-align: right;
  margin: 0;
}
#sub-column .newItem p.sp_price {
  text-align: right;
}
#sub-column .newItem p.sp_price {
  color: #C00;
}
#sub-column .newItem .column4_fourth .itemThumb {
  margin: 0 20px 5px 20px;
  position: relative;
}
#sub-column .pickup {
  position: relative;
  line-height: 90%;
}
#sub-column .pickup .pickup-Title {
  position: absolute;
  right: 0px;
  top: 1px;
}
#sub-column .pickup .column5 .itemThumb-wrap {
  margin: 0 0 10px;
}
#sub-column .pickup .column5 .itemThumb {
  margin: 0 0 5px 0;
  position: relative;
  text-align: center;
  height: auto;
  width: 100%;
}
#sub-column .pickup .column5 .itemThumb img {
  max-height: 100%;
  max-width: 100%;
}
#sub-column .ranking {
  position: relative;
  line-height: 90%;
}
#sub-column .ranking .ranking-Title {
  position: absolute;
  right: 0px;
  top: 1px;
}
#sub-column .ranking .column5 .itemThumb-wrap {
  margin: 0 0 10px;
  height: 100%;
  width: 100%;
}
#sub-column .ranking .column5 .itemThumb {
  margin-bottom: 5px;
  position: relative;
  text-align: center;
}
#sub-column .ranking .column5 .itemThumb img {
  max-height: 100%;
  max-width: 100%;
}
#sub-column .ranking .column5 .itemThumb {
  margin-bottom: 5px;
  position: relative;
}
/*-トップイメージ -*/
section #guide p {
  font-size: 90%;
  line-height: 175%;
  margin: 5px 0 10px;
}
section #guide .guide01 {
  padding-bottom: 10px;
}
section #guide .guide01 h2 {
  background: none;
  border-bottom: 1px dotted #6B6B6B;
  border-top: none;
  height: 2.3em;
  line-height: 2.3em;
  padding: 0;
  font-size: 110%;
  margin-bottom: 10px;
}
section #guide .guide01 ul {
  font-size: 90%;
  list-style-type: disc;
  margin-top: 10px;
}
section #guide .inner {
  overflow: hidden;
  margin-bottom: 10px;
}
section #guide .inner .fL {
  float: left;
  width: auto;
  margin-right: 20px;
  max-width: 350px;
}
section #guide .inner .fR {
  float: right;
  width: auto;
  max-width: 350px;
}
section #guide .chart .ttlShop {
  font-size: 80%;
  font-weight: bold;
  border: none;
  margin: 15px 0 0;
}
section #guide table {
  line-height: 120%;
  border-top: 1px solid #CCC;
  table-layout: fixed;
}
section #guide table th {
  background-color: #EEE;
  border-top: 1px solid #CCC;
  color: #2B2B2B;
  font-size: 75%;
  font-weight: bold;
  padding: 15px 20px;
  width: 100px;
}
section #guide table td {
  font-size: 75%;
  border-top: 1px solid #CCC;
  padding: 15px 20px;
  width: 530px;
}
section #guide table tr:last-child {
  border-bottom: 1px solid #CCC;
}
#shopGuide_wrap section #guide table td {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #shopGuide_wrap section #guide table th {
    width: 30%;
  }
  #shopGuide_wrap section #guide table td {
    width: 70%;
  }
}
section #guide table th.shopGuidePointClass {
  width: 50%;
}
section #guide .sps-shoppingGuide-rankList table th,
section #guide .sps-shoppingGuide-rankList table td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33%;
  padding: 15px 10px;
}
section #guide .sps-shoppingGuide-rankList table th:nth-child(2),
section #guide .sps-shoppingGuide-rankList table td:nth-child(2) {
  width: 34%;
}
section #guide ul {
  margin: 0px 40px;
}
section #guide ul li {
  list-style-type: square;
}
section #guide ol {
  margin: 0px 40px;
}
section #guide ol li {
  list-style-type: decimal;
}
/*-- 店長日記/フリーページ --*/
/*日付/コメント左寄せ 記事一覧*/
.state_l {
  border-top: 1px dotted #333;
  padding: 10px 0 0;
  font-size: 65%;
}
/*日付/コメント右寄せ*/
.state_r {
  border-top: 1px dotted #333;
  padding: 10px 0 0;
  margin: 0 0 25px;
  text-align: right;
  font-size: 65%;
}
.state_l ul,
.state_r ul {
  line-height: 90%;
}
.state_l li,
.state_r li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 3px 0 0;
}
.state_l li.comment,
.state_r li.comment {
  border-left: 1px solid #333;
  padding: 0 0 0 5px;
}
.state_l li.cate,
.state_r li.cate {
  border-left: 1px solid #333;
  padding: 0 5px;
}
.state_l li.name {
  border-right: 1px solid #333;
  padding: 0 5px 0;
  margin: 0 5px 0 0;
}
/*コメントをするボタン*/
#Journal .more {
  background-color: #333;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  cursor: pointer;
  display: block;
  width: 160px;
  height: 40px;
  font-size: 75%;
  font-size: 0.75rem;
  text-align: center;
  vertical-align: middle;
  margin: 10px 0 0;
  padding: 10px 0;
}
#Journal a .more:hover {
  width: 160px;
  height: 40px;
  background-color: #666;
}
#Journal .more img {
  padding: 0 5px 0;
  vertical-align: middle;
}
#JournalList .comment-t,
#Journal .comment-t {
  font-size: 80%;
  font-weight: bold;
  margin: 0 0 10px;
}
#Journal .comment-cont {
  margin: 0 0 15px;
}
#Journal fieldset {
  margin-bottom: 5px;
}
#Journal legend {
  background: none repeat scroll 0 0 transparent;
  font-size: 75%;
  line-height: 200%;
  padding: 0;
  width: 100%;
}
#Journal fieldset p {
  margin-bottom: 5px;
  font-size: 75%;
  font-size: 0.75rem;
}
#Journal fieldset input {
  margin: 0 3px 2px 0;
}
#Journal input.name {
  width: 300px;
  height: 40px;
  margin: 0;
  padding: 5px;
}
#Journal input.url {
  width: 300px;
  height: 40px;
  margin: 0;
  padding: 5px;
}
#Journal textarea {
  width: 360px;
  height: 100px;
  margin: 0;
  padding: 5px;
}
#Journal .btn-confirm {
  margin: 10px 0 0 120px;
}
/*投稿するボタン*/
input[type="submit"].btn-confirmPost {
  background-color: #333;
  border: 1px solid #333;
  border-radius: 3px;
  color: #FFF;
  height: 40px;
  padding: 10px 0;
  font-size: 80%;
  font-size: 0.8rem;
  text-align: center;
  width: 120px;
}
input[type="submit"].btn-confirmPost:hover {
  background-color: #666;
}
#comment-form #comment-post {
  margin: 0;
}
#comment-form #comment-post h2 {
  background: none;
  border-bottom: 1px dotted #6B6B6B;
  border-top: none;
  height: 2.3em;
  line-height: 2.3em;
  padding: 0;
}
#comment-form #comment-post .comment-cont {
  padding: 10px 0;
}
#comment-form legend {
  background: none repeat scroll 0 0 transparent;
  font-size: 75%;
  line-height: 200%;
  padding: 0;
  width: 100%;
  font-weight: bold;
}
#comment-form p {
  margin-bottom: 15px;
}
#comment-form .name {
  width: 215px;
  height: 16px;
}
#comment-form .comment-txt {
  width: 360px;
  padding: 0;
  height: auto;
}
#comment-post {
  margin: 35px 0;
}
.comment-box {
  margin: 30px 0 0;
}
div.caution p {
  color: #d51414;
  font-size: 70%;
  line-height: 145%;
}
input[type="button"].btn-confirmBack {
  background-color: #333;
  border: 1px solid #333;
  border-radius: 3px;
  color: #FFF;
  height: 40px;
  padding: 10px 0;
  font-size: 80%;
  font-size: 0.8rem;
  text-align: center;
  width: 120px;
}
input[type="button"].btn-confirmBack:hover {
  background-color: #666;
}
@-moz-document url-prefix() {
  .btn-confirmPost {
    padding: 0 5px 2px;
  }
  .btn-confirmBack {
    padding: 0 2px 2px 8px;
  }
}
#JournalList h2,
#Journal h2 {
  font-size: 85%;
}
#JournalList .journal-cont,
#Journal .journal-cont {
  margin: 0 0 15px;
}
#JournalList article {
  margin: 0 0 40px;
}
#JournalList .journal-cont ul,
#Journal .journal-cont ul {
  margin: 0px 40px;
}
#JournalList .journal-cont ul li,
#Journal .journal-cont ul li {
  list-style-type: square;
}
#JournalList .journal-cont ol,
#Journal .journal-cont ol {
  margin: 0px 40px;
}
#JournalList .journal-cont ol li,
#Journal .journal-cont ol li {
  list-style-type: decimal;
}
/*-- サイトマップ --*/
section#document_wrap h2 {
  background: none;
  border-bottom: 1px dotted #6B6B6B;
  border-top: none;
  font-size: 85%;
  font-weight: bold;
  height: 3em;
  line-height: 3em;
  margin: 0 0 20px;
  padding: 0;
}
section#document_wrap h3 {
  font-size: 75%;
}
section #document li {
  font-size: 75%;
  font-size: 0.75rem;
}
section #document .txt-list01 {
  padding-bottom: 30px;
}
section #document .txt-list01 li.c1 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 25px 0 0;
}
section #document .txt-list02 {
  padding-bottom: 10px;
  overflow: hidden;
}
section #document .txt-list02 h3 {
  font-weight: bold;
}
section #document .txt-list02 section.tree00 {
  float: left;
  padding: 0 35px 20px 0;
  width: 156px;
}
section #document .txt-list02 ul.tree01 {
  padding: 0 0 0 12px;
  overflow: hidden;
}
section #document .txt-list02 ul.tree01 li.c2 {
  padding: 0 0 0 14px;
  margin: 0 0 0 3px;
  font-size: 75%;
  font-size: 0.75rem;
}
section #document .txt-list02 ul.tree01 li.c3 {
  padding: 0 0 0 28px;
  margin: 0 0 0 3px;
  font-size: 75%;
  font-size: 0.75rem;
}
section #document .txt-list02 ul.tree01 li.c4 {
  padding: 0 0 0 42px;
  margin: 0 0 0 3px;
  font-size: 75%;
  font-size: 0.75rem;
}
section #document .txt-list02 ul.tree01 ul.tree02 li.c5 {
  padding: 0 0 0 56px;
  margin: 0 0 0 3px;
  font-size: 75%;
  font-size: 0.75rem;
}
section #document .txt-list02 ul.tree01 li.sp1 {
  float: left;
  padding: 0 0 0 14px;
  margin: 0 0 0 3px;
  font-size: 75%;
  font-size: 0.75rem;
}
section #document .txt-list02 ul.tree01 li.sp2 {
  float: left;
  padding: 0 0 0 2px;
  font-size: 75%;
  font-size: 0.75rem;
}
section #document .txt-list02 ul.tree01 li.sp3 {
  float: left;
  padding: 0 0 0 2px;
  font-size: 75%;
  font-size: 0.75rem;
}
section #document .txt-list02 ul.tree01 ul.tree02 li.c5 a {
  display: inline;
  *display: inline;
  *zoom: 1;
  padding: 0 10px 0 0;
  font-size: 110%;
  font-size: 0.75rem;
}
section #document .txt-list02 ul.iB {
  padding: 5px 0 0 12px;
  float: left;
  line-height: 120%;
}
section #document .txt-list02 ul.iB li {
  padding: 0 10px 0 0;
  float: left;
}
section #document .txt-list03 {
  padding-bottom: 30px;
  overflow: hidden;
}
section #document .txt-list03 section.tree00 {
  float: left;
  padding: 0 35px 0 0;
  width: 156px;
}
section #document .txt-list03 ul.tree01 li {
  padding: 0 0 0 7px;
  margin: 0 0 0 5px;
  background: url(../img/ico_list01.gif) no-repeat left center;
}
#contact div.caution {
  margin-bottom: 15px;
}
#contact div.caution p {
  color: #d51414;
  font-size: 70%;
  line-height: 145%;
}
#formArea_cc #contact form {
  margin-top: 30px;
}
#contents-pop #contact {
  width: auto;
  margin: 10px 20px;
}
/*メールマガジン登録・解除*/
#contact {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contact {
    width: 100% !important;
  }
}
#contact h4 {
  font-size: 75%;
}
#contact .txtBox {
  margin: 25px 0 10px;
}
section #contact .text-center {
  text-align: center;
  margin: 50px 0;
}
#contact .txtBox p.txt-T {
  font-size: 80%;
  font-weight: bold;
  margin-bottom: 5px;
}
section #document li {
  font-size: 100%;
  font-size: 0.75rem;
}
#contact table {
  width: 100%;
  margin: 10px 0 0;
  word-break: break-all;
}
#contents-pop table {
  width: 100%;
}
#contact table th {
  width: 28%;
  padding: 20px;
  font-size: 75%;
  font-weight: bold;
  color: #2B2B2B;
  background-color: #EEE;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}
#contact em {
  color: #C23E42;
  margin-left: 5px;
  font-size: 90%;
  font-size: 0.7rem;
}
#contact table td {
  width: 72%;
  font-size: 75%;
  font-size: 90% \9;
  padding: 20px;
}
#contact table td input.name,
#contact table td input.tel {
  height: 16px;
  width: 40%;
  padding: 2px 5px;
}
#contact table td input.mailAddress,
#contact table td input.mailAddress2 {
  height: 20px;
  width: 60%;
}
#contact .weaktxt {
  color: #333;
  font-size: 90%;
  padding: 5px 0 0;
}
#contact .note {
  color: #333;
  font-size: 95%;
  font-size: 0.7rem;
  line-height: 150%;
  margin: 0 0 15px;
}
#contact .txtBox .note {
  font-size: 70%;
  font-size: 0.7rem;
}
#contact table td textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 150px;
  padding: 5px !important;
  width: 100% !important;
}
#contact table td .text-area {
  display: block;
  margin: 0 0 15px;
}
#contact .btn-confirm {
  text-align: center;
  padding: 20px;
  border-bottom: none;
  font-size: 100%;
}
@media screen and (max-width: 768px) {
  #contact .btn-confirm {
    text-align: left;
  }
}
#contact .btn-confirm-enq {
  padding: 20px;
  font-size: 100%;
}
#contact input.btn-confirmNext {
  height: 25px;
  width: 150px;
  color: #FFF;
  font-size: 75%;
  font-size: 0.75rem;
  text-align: center;
  background-color: #333;
  border: none;
  margin: 0 5px;
}
#contact input.btn-confirmNext:hover {
  background-color: #666;
  repeat-x: left top;
}
#contact .btn-enq input.btn-confirmNext {
  height: 25px;
  width: 200px;
  color: #FFF;
  padding: 0;
  font-size: 75%;
  font-size: 0.75rem;
  background-color: #333;
  border: none;
  margin: 0 5px;
}
#contact .btn-enq input.btn-confirmNext:hover {
  background-color: #666;
  repeat-x: left top;
}
#contact input.btn-confirmBack {
  height: 25px;
  width: 80px;
  color: #FFF;
  padding: 0 0 0 8px;
  font-size: 75%;
  font-size: 0.75rem;
  text-align: center;
  background: url(../img/btn-back_bg.gif) no-repeat left top;
  border: none;
  margin: 0 5px;
}
#contact input.btn-confirmBack:hover {
  background: url(../img/btn-back_bg_on.gif) no-repeat left top;
}
#contact input.btn-confirmCancel {
  height: 25px;
  width: 120px;
  color: #FFF;
  padding: 0 0 0 8px;
  font-size: 75%;
  font-size: 0.75rem;
  text-align: center;
  background: url(../img/btn-confirm_bg.gif) repeat-x left top;
  border: none;
  margin: 0 5px;
}
#contact .btn-confirmCancel:hover {
  background: url(../img/btn-confirm_bg_on.gif) repeat-x left top;
}
#contact .btn-confirmClose {
  height: 25px;
  width: 120px;
  color: #FFF;
  padding: 0 0 0 8px;
  font-size: 80%;
  font-size: 0.8rem;
  text-align: center;
  background: url(../img/btn-close_bg.gif) no-repeat left top;
  border: none;
  margin: 0 5px;
}
#contact .btn-confirmClose:hover {
  background: url(../img/btn-close_bg_on.gif) no-repeat left top;
}
@-moz-document url-prefix() {
  #contact .btn-enq input.btn-confirmNext {
    padding: 0 5px 2px;
  }
  #contact input.btn-confirmNext {
    padding: 0 5px 2px;
  }
  #contact input.btn-confirmBack {
    padding: 0 2px 2px 8px;
  }
  #contact input.btn-confirmCancel {
    padding: 0 2px 3px 8px;
  }
  #contact input.btn-confirmClose {
    padding: 0 2px 4px 8px;
  }
}
#contact fieldset {
  margin-bottom: 25px;
}
#contact legend {
  background: none repeat scroll 0 0 transparent;
  border-bottom: 1px dotted;
  font-size: 75%;
  font-weight: bold;
  line-height: 200%;
  margin-bottom: 10px;
  padding: 0;
  width: 100%;
}
#contact fieldset p {
  margin-bottom: 5px;
  font-size: 75%;
  font-size: 0.75rem;
}
#contact fieldset ul {
  overflow: hidden;
}
#contact fieldset li {
  font-size: 75%;
  font-size: 0.75rem;
}
#contact fieldset li.fL {
  float: left;
  margin-right: 20px;
}
#contact fieldset input {
  margin: 0 3px 2px 0;
}
#contact fieldset label {
  margin-right: 10px;
  font-size: 100%;
  font-size: 0.75rem;
}
#contact input.txtF {
  height: 16px;
  margin: 0;
  padding: 2px 5px;
}
#contact input.mailAddress {
  width: 300px;
  margin: 0;
}
#contact input.name_sei {
  margin: 0 10px 0 0;
}
#contact select {
  margin: 0 0 5px;
  padding: 3px 1px;
  min-width: 110px;
}
#contact fieldset textarea {
  width: 70%;
  height: 150px;
  padding: 5px;
}
#contact .commentItem {
  padding: 10px 0 0;
}
#contact table td.commentWite {
  border-bottom: 1px dotted #000;
  border-top: 1px dotted #000;
  font-size: 100%;
  padding: 15px 20px 20px;
  width: 72%;
}
#contact .commentItem {
  font-weight: 150%;
}
#contact .memberF {
  padding: 20px 20px 10px;
  margin: 20px 0 0 0;
  border: 10px solid #EEE;
}
#contact .atttxt {
  color: #333;
  font-size: 75%;
  padding: 5px 0 0;
}
#contact .memberF input {
  width: 40%;
  height: 16px;
  margin: 0;
  padding: 2px 5px;
}
#contact .memberF th {
  padding: 10px 20px;
}
#contact .memberF td {
  padding: 10px 20px;
  font-size: 100%;
}
#contact .memberF input.btn-confirm160 {
  margin: 10px 0 0;
}
.memberName {
  border-bottom: 1px dotted;
  font-size: 75%;
  font-weight: bold;
  line-height: 200%;
  margin-bottom: 5px;
  padding: 0;
}
#contact input.btn-confirm120 {
  height: 25px;
  width: 120px;
  color: #FFF;
  padding: 0;
  font-size: 75%;
  font-size: 0.75rem;
  background: url(../img/btn-confirm_bg.gif) repeat-x left top;
  border: none;
  margin: 0 5px;
}
#contact input.btn-confirm120:hover {
  background: url(../img/btn-confirm_bg_on.gif) repeat-x left top;
}
#contact input.btn-confirm160 {
  height: 25px;
  width: 160px;
  color: #FFF;
  padding: 0 0 0 8px;
  font-size: 75%;
  font-size: 0.75rem;
  text-align: center;
  background: url(../img/btn-confirm_bg.gif) repeat-x left top;
  border: none;
}
#contact input.btn-confirm160:hover {
  background: url(../img/btn-confirm_bg_on.gif) repeat-x left top;
}
#contact input.btn-confirmReg {
  height: 25px;
  width: 160px;
  color: #FFF;
  padding: 0 0 0 8px;
  font-size: 75%;
  font-size: 0.75rem;
  text-align: center;
  background: url(../img/btn-confirm_bg.gif) repeat-x left top;
  border: none;
}
#contact input.btn-confirmReg:hover {
  background: url(../img/btn-confirm_bg_on.gif) repeat-x left top;
}
#contact input.btn-confirmBackItem {
  height: 25px;
  width: 120px;
  color: #FFF;
  padding: 0 5px 2px 15px;
  font-size: 75%;
  font-size: 0.75rem;
  text-align: center;
  background: url(../img/btn-back_bg120.gif) no-repeat left top;
  border: none;
  margin: 0 5px;
}
#contact input.btn-confirmBackItem:hover {
  background: url(../img/btn-back_bg120_on.gif) no-repeat left top;
}
@-moz-document url-prefix() {
  #contact input.btn-confirm120,
  #contact input.btn-confirm160,
  #contact input.btn-confirmReg {
    padding: 0 5px 2px;
  }
  #contact input.btn-confirmBackItem {
    padding: 0 2px 2px 8px;
  }
}
/*-- メールマガジン登録・解除 --*/
#contact .mailm:first-child {
  margin: 3px 0 0;
}
#contact .mailm {
  margin: 30px 0 0 0;
}
#contact .mailm .txtBox {
  margin: 0;
}
#contact .mailm .txtBox h2 {
  border-bottom: 1px dotted #DEDEDE;
  border-top: none;
  margin: 0 0 20px;
  padding: 0 0 10px;
}
#contact .mailm .caution {
  margin: 0 0 5px;
}
#contact table.mailMF td {
  overflow: hidden;
  font-size: 100%;
  border-top: solid 1px #DEDEDE;
  border-bottom: solid 1px #DEDEDE;
}
#contact table.mailMF input.mailAddress {
  float: left;
  margin: 0 10px 0 0;
  height: 40px;
}
#contact table.mailMF span.btn-confirm {
  display: block;
  float: left;
  padding: 0;
}
#contact table.mailMF input.btn-confirmNext {
  background-color: #333;
  border-radius: 3px;
  float: left;
  height: 40px;
  padding: 0 5px;
}
#contact .mailMC input.btn-confirmNext {
  background-color: #333;
  border-radius: 3px;
  float: left;
  height: 40px;
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  #contact table.mailMF input.mailAddress {
    float: none;
    margin: 0 0 2.58064516vw;
  }
  #contact table.mailMF span.btn-confirm {
    float: none;
  }
  #contact table.mailMF input.btn-confirmNext {
    float: none;
    margin: 1.29032258vw 0 0;
  }
  #contact .mailMC input.btn-confirmNext {
    float: none;
    height: 40px;
  }
}
#contact .mailMF input.btn-confirmNext:hover,
#contact .mailMC input.btn-confirmNext:hover {
  background-color: #666;
}
@-moz-document url-prefix() {
  #contact table.mailMF input.btn-confirmNext,
  #contact .mailMC input.btn-confirmNext {
    padding: 0 5px 1px;
  }
}
#contact table.mailMF td.n1 {
  border-bottom: none;
  padding: 20px 20px 10px;
}
#contact table.mailMF td.n2 {
  border-top: none;
  padding: 10px 20px 20px;
}
#contact table.mailMF td p {
  float: left;
  font-size: 80%;
  padding: 10px 0;
  margin-right: 10px;
}
#contact input.mailAddress_new {
  float: left;
  height: 40px;
  margin: 0 10px 0 0;
  width: 60%;
}
#contact .mailMC span.btn-confirm {
  display: block;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #contact.sps-mailMagazine {
    padding: 0 3.87096774vw;
  }
}
#contact.sps-mailMagazine .sps-mailMagazine-freeArea {
  border: 1px solid #DDD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 60px 5% 0;
  padding: 2%;
  width: 90%;
}
#contact .freeArea {
  margin: 60px 50px 0;
  width: 620px;
  background-color: #FFF;
}
#contact .ann-input {
  margin: 5px 0 0;
  font-size: 100%;
}
#contact .ann-input input {
  margin: 0 3px 2px 0;
}
#itemList_wrap {
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  #itemList_wrap {
    padding: 0 2%;
  }
}
#itemList {
  margin: 40px 0 0 0;
  position: relative;
}
#main-column .column4 h2 {
  background: none;
  border: none;
  font-size: 95%;
  font-weight: normal;
  height: 3em;
  line-height: 3em;
  margin-bottom: 5px;
  padding: 0;
}
article #main-column #itemList section.column4 h2,
article #main-column #itemList section.column4 h2,
article #main-column #itemList section.column4 h2 {
  /*
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", メイリオ, Meiryo, sans-serif;
	*/
}
/*写真のみ*/
article #main-column #itemList section.column4 h2,
article #main-column #itemList section.column4 h2,
article #main-column #itemList section.column4 h2 {
  border: none;
  height: auto;
  line-height: 125%;
  font-weight: bold;
  letter-spacing: 1px;
}
#itemList .column4 .sps-wishAddItem img,
#itemList .column5 .sps-wishAddItem img,
#itemList .column4 .sps-wishAddItemOk img,
#itemList .column5 .sps-wishAddItemOk img {
  margin: 10px 0 0 80%;
  width: 20%;
}
/*説明付き*/
#itemList2 {
  margin: 40px 0 0 0;
  position: relative;
}
#itemList2 .column4 {
  border-bottom: 1px solid #EEE;
  float: none;
  width: 100%;
  height: auto !important;
  overflow: hidden;
  *zoom: 1;
}
#itemList2 .column4:first-child {
  border-top: 1px solid #EEE;
  padding-top: 20px;
}
#itemList2 .column4:last-child {
  border-bottom: none;
}
#itemList2 .column4 .itemThumb-wrap {
  float: left;
  text-align: left;
  max-width: 300px;
  width: 24%;
}
#itemList2 .column4 .itemThumb,
#itemList2 .column5 .itemThumb,
#itemList2 .column4 .itemThumb-wrap,
#itemList2 .column5 .itemThumb-wrap {
  margin: 0;
}
#itemList2 .column4 .sps-wishAddItem img,
#itemList2 .column5 .sps-wishAddItem img,
#itemList2 .column4 .sps-wishAddItemOk img,
#itemList2 .column5 .sps-wishAddItemOk img {
  margin-left: 92%;
  width: 8%;
}
.column4 p.sps-itemList-stockDisp,
.column5 p.sps-itemList-stockDisp {
  margin: 6px 0 0;
}
.column4 p.sps-itemList-stockDisp a,
.column5 p.sps-itemList-stockDisp a {
  border: 1px solid #333;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 1% 3%;
  text-align: center;
}
.column4 p.sps-itemList-stockDisp a::after,
.column5 p.sps-itemList-stockDisp a::after {
  content: ">>";
  padding-left: 3px;
}
.column4 p.sps-itemList-stockDisp:empty,
.column5 p.sps-itemList-stockDisp:empty,
.column4 p.sps-itemList-stockDisp a:empty,
.column5 p.sps-itemList-stockDisp a:empty {
  display: none;
}
#main-column #itemList2 .column4 h2,
#main-column #itemList2 .column5 h2 {
  font-size: 105%;
  height: auto;
  line-height: 140%;
}
#main-column #itemList2 .column4 p.price,
#main-column #itemList2 .column5 p.price,
#main-column #itemList2 .column4 p.sp_price,
#main-column #itemList2 .column5 p.sp_price #main-column #itemList2 .column4 p.fx_price,
#main-column #itemList2 .column5 p.fx_price,
#main-column #itemList2 .column4 p.rg_price,
#main-column #itemList2 .column5 p.rg_price {
  font-size: 95%;
}
#itemList2 .column4 .inner-catch {
  line-height: 140%;
  margin-top: 35px;
}
#itemList_wrap #pager-top {
  width: 100%;
  padding: 30px 0 0 0;
  overflow: hidden;
  line-height: 100%;
}
#itemList_wrap div.pagerlist #pager-bm {
  width: 100%;
  padding: 0;
  margin: 0 0 20px 0;
  overflow: hidden;
  line-height: 100%;
}
#itemList_wrap #pager-bm {
  border-top: 1px solid #333;
  overflow: hidden;
  padding: 15px 0 30px;
  width: 100%;
}
#itemList_wrap #pager-top .quantity {
  float: left;
  font-size: 80%;
  line-height: 100%;
}
#itemList_wrap #pager-bm .quantity {
  float: left;
  font-size: 80%;
  line-height: 100%;
  margin: 1px 30px 0 0;
}
#itemList_wrap #pager-top .selectbox,
#itemList_wrap #pager-bm .selectbox {
  font-size: 70%;
}
#itemList_wrap #pager-top .selectbox {
  margin-bottom: 10px;
}
#itemList_wrap #pager-top .selectbox .select01 {
  height: 34px;
  margin-right: 10px;
  padding: 0;
}
#itemList_wrap #pager-top .pagerlist,
#itemList_wrap #pager-bm .pagerlist {
  float: right;
}
#itemList_wrap #pager-top ul,
#itemList_wrap #pager-bm ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  *zoom: 1;
}
#itemList_wrap #pager-top ul li,
#itemList_wrap #pager-bm ul li {
  float: left;
  *float: none;
  *display: inline;
  padding: 0 4px;
  margin: 0;
  line-height: 120%;
  *zoom: 1;
  font-size: 80%;
}
#itemList_wrap #pager-top ul li.pagericon,
#itemList_wrap #pager-bm ul li.pagericon {
  float: left;
  *float: none;
  *display: inline;
  padding: 0;
  margin: 0;
  line-height: 120%;
  *zoom: 1;
}
#pager-top ul li.selected,
#pager-bm ul li.selected {
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
/*-- 商品詳細ページ --*/
#itemDetail-cont {
  width: 795px;
  margin: 0 auto;
  overflow: hidden;
  /*商品名/価格/カートボタンエリア*/
}
#itemDetail-cont .itemThumb-wrap {
  float: left;
  width: 435px;
  margin: 0 50px 0 0;
}
#itemDetail-cont .itemThumb-wrap .itemThumb-main {
  text-align: left;
}
#itemDetail-cont .itemThumb-wrap .itemThumb-main img {
  height: auto;
  margin: 0 0 5px 0;
}
#itemDetail-cont .itemThumb-wrap .itemThumb ul {
  overflow: hidden;
}
#itemDetail-cont .itemThumb-wrap .itemThumb ul li {
  float: left;
  padding: 0;
  height: 76px;
  width: 76px;
  margin: 0 5px 5px 0;
  overflow: hidden;
}
#itemDetail-cont .itemThumb-wrap .itemThumb ul li:nth-child(5n) {
  margin: 0 0 5px 0;
}
#itemDetail-cont .itemOutline {
  float: left;
  width: 295px;
}
@media screen and (max-width: 768px) {
  #itemDetail-cont {
    width: 81.29032258vw;
    /*商品名/価格/カートボタンエリア*/
  }
  #itemDetail-cont .itemThumb-wrap {
    float: none;
    width: 100%;
    margin: 0 0 3.87096774vw;
  }
  #itemDetail-cont .itemThumb-wrap .itemThumb-main {
    text-align: left;
  }
  #itemDetail-cont .itemThumb-wrap .itemThumb-main a img {
    width: 100%;
    height: auto;
  }
  #itemDetail-cont .itemThumb-wrap .itemThumb-main img {
    width: 100%;
    height: auto;
    margin: 0;
  }
  #itemDetail-cont .itemThumb-wrap .itemThumb {
    margin: 5px 0 0;
  }
  #itemDetail-cont .itemThumb-wrap .itemThumb ul {
    overflow: hidden;
  }
  #itemDetail-cont .itemThumb-wrap .itemThumb ul li {
    float: left;
    padding: 0;
    height: 76px;
    width: 76px;
    margin: 0 5px 5px 0;
    overflow: hidden;
  }
  #itemDetail-cont .itemThumb-wrap .itemThumb ul li:nth-child(5n) {
    margin: 0 0 5px 0;
  }
  #itemDetail-cont .itemOutline {
    float: none;
    width: 100%;
  }
}
article#Detail #main-column h1 {
  background: none;
  border: none;
  font-size: 24px;
  font-weight: normal;
  color: #000;
  height: auto;
  line-height: 140%;
  margin-bottom: 20px;
  padding: 0;
}
article#Detail section#itemDetail-wrap p.price {
  font-size: 90%;
  margin-bottom: 3px;
}
article#Detail section#itemDetail-wrap p.sp_price {
  font-size: 90%;
  color: #C00;
  font-weight: bold;
  margin-bottom: 3px;
}
article#Detail section#itemDetail-wrap p.regular_price {
  font-size: 80%;
  margin-bottom: 0;
  color: #2A78D0;
}
section#itemDetail-wrap table.spec td input {
  height: 34px !important;
  width: 20%;
}
section#itemDetail-wrap table.spec tr.option_area td select.option_parts,
section#itemDetail-wrap table.spec tr.option_area td input.option_parts,
section#itemDetail-wrap table.spec tr.option td input {
  height: 34px !important;
  width: 85%;
}
section#itemDetail-wrap table.matrix tr td {
  padding: 5px;
}
#itemDetail-cont table.matrix td > a.announceMail,
#itemDetail-cont table.matrix td > a.announceMailSamePrc {
  display: block;
  margin: 0 auto;
  width: 110px;
}
section#itemDetail-wrap table.matrix tr td span.nostock {
  text-align: left;
}
section#itemDetail-wrap table.spec tr.quantityArea td select.quantity {
  height: 34px;
  padding: 1px 2px;
  width: 85%;
}
#itemDetail-cont .cartArea input:hover,
#itemDetail-cont .cartArea .variation a:hover {
  opacity: .70;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: .70;
  -moz-opacity: .70;
  cursor: pointer;
}
#itemDetail-cont .itemOutline .icons {
  margin: 0 0 20px 0;
}
#itemDetail-cont .itemOutline ul.ico_salesMethod {
  overflow: hidden;
  margin: 0 0 10px;
}
#itemDetail-cont .itemOutline ul.ico_salesMethod li {
  float: left;
  width: 60px;
}
#itemDetail-cont .itemOutline ul.ico_itemType {
  overflow: hidden;
}
#itemDetail-cont .itemOutline ul.ico_itemType li {
  float: left;
  width: 35px;
  height: 36px;
}
#itemDetail-cont table.snsArea {
  width: auto;
  height: auto;
}
section#itemDetail-wrap table.spec {
  line-height: 250%;
  margin: 15px 0 15px;
  font-size: 85%;
}
section#itemDetail-wrap table.spec tr {
  border: none;
}
/*備考欄*/
section#itemDetail-wrap table.spec th {
  line-height: 125%;
  padding: 5px 5px 5px 0;
  vertical-align: top;
  width: 40%;
}
section#itemDetail-wrap table.spec td {
  line-height: 150%;
  padding: 5px 5px 5px 0;
}
section#itemDetail-wrap table.spec th.option th {
  line-height: 140%;
  padding-bottom: 15px;
}
section#itemDetail-wrap table.spec tr.option td {
  padding-bottom: 15px;
}
section#itemDetail-wrap table.spec tr.option td input {
  display: inline;
}
section#itemDetail-wrap table.spec tr.date {
  line-height: 150%;
}
section#itemDetail-wrap table.spec td input {
  padding: 0 2%;
}
/*入荷連絡ボタン*/
section#itemDetail-wrap table.spec td a img {
  height: 30px;
  margin-left: 10px;
}
section#itemDetail-wrap #spsVarpriceBox p {
  font-size: 80%;
}
section#itemDetail-wrap table.date {
  margin: 15px 0 3px;
}
section#itemDetail-wrap table.jan {
  margin: 0 0 15px;
}
section#itemDetail-wrap table.price {
  line-height: 170%;
  margin: 0 0 20px;
}
section#itemDetail-wrap table.price th {
  font-size: 85%;
  padding: 0 0 1px;
}
section#itemDetail-wrap table.price td {
  font-size: 80%;
}
section#itemDetail-wrap table.price td a img {
  display: block;
  width: 110px;
}
table.price tr.fx_price span.strike span.fixed_price,
table.price span.strike {
  text-decoration: line-through;
}
table.price tr.price span.selling_price,
table.price tr.price span.taxin,
table.price tr.price span.discount_rate,
table.price tr.sp_price span.special_price,
table.price tr.sp_price span.taxin,
table.price tr.sp_price span.discount_rate {
  color: #000;
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 3px;
}
table.price tr.rg_price span.regular_price_str {
  color: #2A78D0;
  margin-bottom: 3px;
}
table.price tr.rg_price span.regular_price,
table.price tr.rg_price span.taxin {
  color: #2A78D0;
  margin-bottom: 3px;
}
table.price tr.rg_price span.publish_point {
  color: inherit;
}
/*カートボタン*/
section#itemDetail-wrap .cartArea {
  margin-bottom: 10px;
}
section#itemDetail-wrap .cartArea img {
  max-width: 110px;
}
section#itemDetail-wrap .cartArea input,
sps-wishAddItem img {
  max-width: 100%;
}
section#itemDetail-wrap #spsVarpriceBox .cartArea input {
  margin-left: 0;
}
section#itemDetail-wrap .cartArea img.nostock,
section#itemDetail-wrap .cartArea input.dialogSStock {
  width: 110px;
  height: auto;
}
section#itemDetail-wrap .cartArea table.variation {
  width: 100%;
  word-break: break-all;
}
section#itemDetail-wrap .cartArea tr.t-variation {
  background-color: #efefef;
  background-repeat: x-repeat;
  background-position: left top;
}
section#itemDetail-wrap .cartArea table.variation th {
  border: 1px solid #CCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 70%;
  font-weight: bold;
  padding: 3px 5px;
  text-align: center;
  line-height: 150%;
  width: auto !important;
}
section#itemDetail-wrap .cartArea table.variation th.sps-variation-cart {
  width: 141px !important;
}
section#itemDetail-wrap .cartArea table.variation tr {
  border-bottom: 1px dotted #CCCCCC;
}
section#itemDetail-wrap .cartArea table.variation tr.t-variation {
  border: none;
}
section#itemDetail-wrap .cartArea table.variation td {
  font-size: 75%;
  padding: 5px;
  text-align: center;
  line-height: 150%;
  border: 1px solid #CCCCCC;
}
section#itemDetail-wrap .cartArea table.variation td input[type="image"] {
  max-width: 110px;
}
section#itemDetail-wrap .cartArea table.variation span.nostock {
  color: #F00;
}
/*返品について カートボタン下*/
section#itemDetail-wrap p.cancel {
  font-size: 70%;
  padding: 2px 0 2px 20px;
  background-image: url(../img/ico_return.gif);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: left center;
  margin-bottom: 5px;
}
/*お客様の声 カートボタン下*/
section#itemDetail-wrap p.review_txt {
  font-size: 70%;
  padding: 2px 0 2px 20px;
  background-image: url(../img/ico_review.gif);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: left center;
  margin-bottom: 15px;
}
section#itemDetail-wrap p.cancel a,
section#itemDetail-wrap p.review_txt a {
  display: block;
}
/*SNS/問合わせ/紹介 カートボタン下*/
.itemOutline ul.snsArea {
  overflow: hidden;
  margin-bottom: 10px;
  height: 30px;
}
article#Detail .itemOutline ul.infoArea {
  overflow: hidden;
  margin: 10px 0;
  height: 28px;
  display: none;
}
section#itemDetail-wrap .itemOutline li {
  float: left;
  margin-right: 5px;
  width: 140px;
}
/*商品紹介文*/
section#itemDetail-wrap .description {
  margin: 0;
  width: 100%;
  padding: 0;
}
section#itemDetail-wrap .description p {
  font-size: 100%;
  line-height: 160%;
}
article#Detail #main-column .spec-g_txt_table_wrap {
  width: 100%;
  overflow: hidden;
}
article#Detail #main-column section.spec-g_txt {
  float: left;
  margin-right: 4%;
  width: 48%;
  padding: 20px 0 0;
}
article#Detail #main-column section.spec-g_txt p {
  font-size: 70%;
  padding-top: 10px;
  line-height: 160%;
}
article#Detail #main-column section.spec-g_table {
  float: right;
  width: 48%;
  padding: 20px 0 0;
}
article#Detail #main-column section.spec-g_table table {
  width: 100%;
}
article#Detail #main-column section.spec-g_table th {
  width: 70px;
  max-width: 70px;
  min-width: 25px;
  padding: 5px 0;
}
article#Detail #main-column section.spec-g_table tr {
  border-bottom: 1px dotted #CCC;
  width: 100%;
  font-size: 65%;
}
article#Detail #main-column section.spec-g_table td {
  padding: 5px 0;
}
article#Detail #main-column .w100 section.spec-g_txt {
  float: none;
  width: 100%;
}
article#Detail #main-column .w100 section.spec-g_txt p {
  font-size: 70%;
  padding-top: 10px;
  line-height: 160%;
}
article#Detail #main-column .w100 section.spec-g_table {
  float: none;
  width: 100%;
}
article#Detail #main-column .w100 table.spec-g_cont tr {
  border-bottom: 1px dotted #CCC;
  width: 100%;
}
article#Detail #main-column .w100 table.spec-g_cont th {
  padding: 5px 0;
}
article#Detail #main-column .w100 table.spec-g_cont td {
  padding: 5px 0;
}
/*お客様の声-商品詳細ページ*/
section.userreview {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  *font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  padding: 20px 0 0;
  margin-bottom: 30px;
}
section.userreview h2 {
  color: #333;
  font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 124% !important;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 0;
  margin-bottom: 15px;
  display: block;
}
@media screen and (max-width: 768px) {
  section.userreview h2 {
    font-size: 110% !important;
  }
}
section.userreview table.userreview_list {
  width: 100%;
  margin: 10px 0 0 0;
  line-height: 160%;
  border-bottom: 1px dotted #CCC;
}
section.userreview div.more {
  width: 100%;
  height: 30px;
  margin: 10px 0 0 0;
  text-align: right;
}
section.userreview div.more a img {
  width: 110px;
  height: 30px;
  vertical-align: middle;
}
section.userreview table.userreview_list tr td.userreview_user {
  font-size: 80%;
  text-align: left;
}
section.userreview table.userreview_list tr td.userreview_date {
  font-size: 80%;
  text-align: right;
}
section.userreview table.userreview_list td.userreview_rate {
  font-size: 80%;
  font-weight: bold;
}
section.userreview table.userreview_list td.userreview_rate img {
  vertical-align: middle;
}
section.userreview table.userreview_list td.userreview_comment {
  padding: 10px 0 20px;
}
section.userreview .userreview_comment .reviewBox_item {
  margin: 0;
}
article #main-column section.userreview table.userreview_list td.userreview_comment .comment h3 {
  background: none;
  font-size: 75%;
  font-weight: bold;
  margin: 0;
  padding: 10px 0 0 10px;
}
article #main-column section.userreview table.userreview_list td.userreview_comment .comment p {
  margin: 0;
}
article#Detail #main-column section.recommend {
  padding: 20px 0 0;
}
article#Detail section.column5 {
  border: none;
}
.column-set .quantityArea {
  margin-top: 5px;
  text-align: right;
}
.column-set .quantityArea span {
  font-size: 70%;
}
.column-set .quantityArea input,
.column-set .quantityArea select {
  height: 32px;
  text-align: right;
}
article #main-column .pageNav_top {
  overflow: hidden;
  font-size: 70%;
  padding-bottom: 5px;
  border-bottom: solid 1px #CBCBCB;
}
article #main-column .pageNav {
  font-size: 70%;
}
article #main-column .pageL {
  float: left;
  width: 100%;
}
article #main-column .pageNav_top .pageL {
  width: 50%;
}
article #main-column .pageR {
  float: right;
}
article #main-column section.rating {
  padding-bottom: 30px;
  margin-bottom: 5px;
  border-bottom: solid 1px #CBCBCB;
}
article #main-column section.rating .reviewBox {
  overflow: hidden;
  margin: 15px 0;
}
article #main-column section.rating .tmb {
  float: left;
  margin-right: 15px;
  width: 140px;
}
article #main-column section.rating .reviewTxt {
  float: right;
  width: 745px;
}
article #main-column section.rating .reviewTxtNoImg {
  float: left;
  width: 100%;
}
article #main-column section.rating .ttlArea {
  display: table;
}
article #main-column section.rating h2 {
  border: none;
  display: table-cell;
  font-size: 110%;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 140%;
  padding: 0 15px 0 0;
  margin: 0;
  vertical-align: top;
  width: 560px;
}
article #main-column section.rating .reviewBox_item p,
article #main-column section.rating .reviewTxt p {
  font-size: 90%;
  line-height: 140%;
}
article #main-column section.rating .btnMore {
  display: table-cell;
  min-width: 170px;
  vertical-align: top;
  width: 170px;
}
article #main-column section.rating .btnMore a {
  display: inline-block;
}
article #main-column section.rating .btnMore a img {
  width: 170px;
}
article #main-column section.rating .reviewTxt ul,
article #main-column section.rating .reviewTxtNoImg ul {
  margin: 5px 0;
  vertical-align: middle;
  line-height: 120%;
  overflow: hidden;
}
article #main-column section.rating .reviewTxt ul li,
article #main-column section.rating .reviewTxtNoImg ul li {
  float: left;
  margin-right: 5px;
  font-size: 80%;
}
/*shopinfo-----------------------*/
.shopinfo_bg {
  background: #fff;
  border-top: 3px solid #c00;
}
@media screen and (max-width: 768px) {
  .shopinfo_bg {
    display: none;
  }
}
.shopinfo,
.shopinfo * {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.shopinfo {
  width: 960px;
  margin: 0 auto;
  padding: 30px 20px;
}
.shopinfo h3 {
  margin-bottom: 10px;
}
.shopinfo .inline {
  overflow: hidden;
  zoom: 1;
  padding: 0 10px 10px;
  background: #FFF;
}
.shopinfo .column {
  width: 48%;
  float: left;
  margin-left: 2%;
  display: inline;
}
.shopinfo .column:first-child {
  margin-left: 1.5%;
}
.shopinfo .section {
  margin-top: 20px;
  padding: 10px;
  background: #FFF;
}
.shopinfo .section h4 {
  color: #5C3D17;
  font-size: 16px;
  padding: 0 0 0 45px;
  position: relative;
}
.shopinfo .section h4::before {
  content: url('https://oseti.jp/pic-labo/icon-ume.png');
  position: absolute;
  top: -7px;
  left: 10px;
}
.shopinfo .section h5 {
  padding: 5px 10px;
  font-size: 13px;
  margin-bottom: 10px;
}
.shopinfo .section table tr td,
.shopinfo .section table tr th {
  padding: 2px;
  font-size: 12px;
}
.shopinfo .section .inbox {
  font-size: 13px;
  line-height: 1.6;
  padding: 10px;
}
.shopinfo_bottom {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0px;
  color: #fff;
  background: url('https://oseti.jp/pic-labo/line-bg.png');
  height: 40px;
  line-height: 40px;
  padding: 0;
}
/*-----------------------------------*/
.mt0 {
  margin-top: 0px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.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;
}
.alC {
  text-align: center;
}
.alL {
  text-align: left;
}
.alR {
  text-align: right;
}
/*--------------------------------------------------------------------------------
 before 2020
--------------------------------------------------------------------------------*/
.backcolor1 strong,
.backcolor2 strong {
  font-weight: bold;
}
#contact #center1 .centerbox .mainFrame .mainCont #confirm .right {
  width: 100%!important;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table {
  font-size: 100%;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 {
  padding: 5px 0px;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 th {
  padding: 10px;
  border: 1px solid #999999;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .backcolor {
  background: #444;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td {
  padding: 8px;
  border: 1px solid #999999;
  font-size: 0.875rem;
}
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.first,
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.second,
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.third,
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.deli_plan_calday,
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.border_none td {
  border: none;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .side {
  padding: 10px 15px;
}
#contact #center1 .backcolor3 {
  background: #D7EBF4;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor1 {
  width: 35%;
  background: #444;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.backcolor1 {
  background: #444;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.backcolor1 td {
  text-align: center;
  color: #FFF;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor2 {
  vertical-align: middle;
  background: #000;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor2[width="17%"] {
  width: 1%;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor2 input[type="text"],
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor2 input[type="password"] {
  padding: 2px 1px;
  height: 16px;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name="NEXT"] .bordlayoutp3 table.border tbody tr td.backcolor1 {
  background: #DDDDDD;
  color: #333;
  width: 100%\9;
}
#deli_scadule .deli_scadule_box div.backcolor3.deli_plan table.layoutp5.deli_plan_day tbody tr td.backcolor1 {
  width: 15%!important;
}
#deli_scadule .deli_scadule_box table.layoutp5.deli_cycle tbody tr td.backcolor1 {
  width: 35%\9!important;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name="PREV_ENQUETE"] + form[name="NEXT"] .bordlayoutp3 table.border tbody tr td.backcolor1 {
  background: #DDDDDD;
  width: 30%\9!important;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td {
  width: 15%;
  width: 100%;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td + td {
  width: 25%;
  width: 100%;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td + td + td {
  width: 12%;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name="MODIFY"] .bordlayoutp3 table.border tbody tr td + td + td + td {
  width: 26%;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name="MODIFY"] .bordlayoutp3 table.border tbody tr td + td + td + td + td {
  width: 12%;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name="MODIFY"] .bordlayoutp3 table.border tbody tr td + td + td + td + td + td {
  width: 10%;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td + td + td + td {
  width: 8%;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td + td + td + td + td {
  width: 10%;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 form[name="NEXTM"] table.border tbody tr td {
  width: auto;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name="NEXTM"] .bordlayoutp3 table.border tbody tr td {
  width: auto;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name="NEXTM"] table.border tbody tr td.backcolor1.center,
#contact #center1 .centerbox .mainFrame .mainCont table.border tbody tr td[width="49%"],
#contact #center1 .centerbox .mainFrame .mainCont table.border tbody tr td[width="49%"] + td + td[width="49%"] {
  width: 49%;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name="NEXTM"] table.border tbody tr td + td,
#contact #center1 .centerbox .mainFrame .mainCont table.border tbody tr td[width="49%"] + td,
#contact #center1 .centerbox .mainFrame .mainCont table.border tbody tr td.backcolor2 + td {
  width: 2%;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name="NEXTM"] table.border tbody tr td + td + td.backcolor1.center {
  width: 49%;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.layoutp5.deli_cycle tbody tr td {
  width: auto;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td[align=right] {
  text-align: right;
}
#deli_scadule table.deli_plan_cal tbody tr td {
  vertical-align: top;
}
#contact #center1 .centerbox .mainFrame .mainCont div.layoutp3 table.border {
  border: 1px solid #999999;
  width: 100% !important;
}
#contact #center1 .centerbox .mainFrame .mainCont div.layoutp3 table.border tbody tr td.backcolor2 table.layoutp3 {
  margin-top: 0px;
}
#contact #center1 .centerbox .mainFrame .mainCont div.layoutp3 table.border tbody tr td {
  border: none;
  padding: 2px 9px;
}
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_day th {
  font-size: 100%;
  background-color: inherit;
  border: none;
}
table#enter #center3 .centerbox .mainCont div.bordlayoutp3 form[name=list] table[align=center],
table#enter #center3 .centerbox .mainCont div.bordlayoutp3.center form table[align=center],
table#enter #center3 .centerbox .mainCont div.bordlayoutp3.center table[align=center] {
  width: auto;
  margin: 0 auto;
}
table#enter #center3 .centerbox .mainCont div.bordlayoutp3 hr {
  display: block;
  margin: 5px;
}
table#enter #center-seo .centerbox .mainCont div.bordlayoutp3,
table#enter #center3 .centerbox .mainCont div.bordlayoutp3 {
  padding: 5px 0;
}
table#enter {
  text-align: left;
  width: 100%;
}
table#enter #center3 .centerbox form[name="NEXT"] .mainCont .bordlayoutp3 table tbody td div.send_info {
  width: 75% !important;
  margin: 0 54px !important;
}
#center-seo .centerbox a,
#center3 .centerbox a {
  text-decoration: underline;
}
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td table caption,
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor3 div > table tr.backcolor2 td[align="center"],
#center3 .centerbox .bordlayoutp3 table td[align="center"],
#center3 .centerbox .bordlayoutp3 table tr.center td,
#center-seo .centerbox .center,
#center3 .centerbox .center,
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td[align=center] {
  text-align: center;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td[align=center] p font[color=red] strong {
  font-weight: bold;
}
#contact #center1 .float_right,
table#enter td#center3 div.centerbox form div.mainCont input.float_right {
  float: right!important;
}
table#enter td#center3 div.centerbox form div.mainCont div {
  width: 100%!important;
}
table#enter td#center3 div.centerbox form div.mainCont input.float_right {
  position: absolute;
  right: 19px;
  top: 77px;
}
table#enter td#center3 div.centerbox input[type=checkbox] {
  margin-top: 5px;
}
#contact #center1 .centerbox .mainFrame {
  margin: 0px;
  padding: 1px 0;
}
#contact #center1 .box_in_box {
  text-align: center!important;
}
#contact .layoutp3 table.layoutp3 tbody td,
#contact .layoutp3 table.layoutp5 tbody td,
#contact .bordlayoutp3 table tbody td {
  text-align: left;
}
#contact .layoutp3 table.layoutp3 tbody td,
#contact .layoutp3 table.layoutp5 tbody td {
  padding: 5px;
}
#contact .mainFrame .mainCont .layoutp3 table.layoutp3 tbody td.center,
#contact .mainFrame .mainCont .layoutp3 table.layoutp5 tbody td.center {
  width: 2%;
}
#contact .mainFrame .mainCont .layoutp3 table.layoutp3 tbody td label,
#contact .mainFrame .mainCont .layoutp3 table.layoutp5 tbody td label strong {
  font-size: 0.875rem;
}
#contact .mainFrame .mainCont #tradesafe_div1 {
  font-size: 100% !important;
  line-height: 142% !important;
}
#center3 .centerbox .red,
#contact #center1 .red {
  color: #CC0000;
  font-size: 0.875rem!important;
}
#contact #center1 .point {
  font-size: 120%;
  color: red;
  font-weight: 900;
}
#contact #center1 .pointline {
  font-size: 100%;
  color: #FFFFFF;
  font-weight: 900;
  padding: 5px ;
  padding-bottom: 5px;
  background-color: #666666;
  margin-top: 5px;
  margin-bottom: 5px;
}
#contact .mainFrame .mainCont a {
  font-size: 0.875rem;
}
#contact .mainFrame .mainCont div.layoutp3 table tbody tr td {
  border: none;
}
#contact .mainFrame .mainCont a:hover {
  text-decoration: underline;
}
#contact .mainFrame .mainCont h4 {
  font-size: 0.875rem;
  font-weight: bold;
}
#contents div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame {
  /*border: 1px solid #EBEBEB;
     background-color:#fff;*/
  margin: 0;
  padding: 10px;
}
#contents .enquete-section #contact table tbody tr td div.mainCont:first-child {
  padding: 0px;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] p {
  margin: 5px 0;
  padding: 2px 0;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name="ENQ"] table tbody tr td:first-child {
  width: 45%;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] table {
  width: 50%;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] table tbody tr td {
  padding: 1px;
  text-align: left;
  vertical-align: top;
  word-break: break-all;
  border: none;
  font-size: 100%;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame {
  border: soild 1px;
}
div.enquete-section #contact {
  width: 100%;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type="text"],
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type="password"],
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] select {
  height: 20px;
  padding: 0;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] h4.title {
  background: none repeat scroll 0 0 transparent;
  border-bottom: 1px dotted;
  font-size: 110%;
  font-weight: bold;
  line-height: 200%;
  margin-bottom: 10px;
  padding: 0;
  width: 100%;
}
#enquete-header {
  width: 960px;
  margin: 0 auto;
  background-color: #000;
  background: url(../img/header_bg.gif) repeat-x left top;
}
#enquete-header #logo {
  margin: 0 auto;
  width: 960px;
}
#enquete-header #logo .shoplogo img {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 0;
}
#enquete-header #logo .shoplogo h1 {
  max-width: 340px;
  background: none;
  margin: 0;
  padding-top: 5px;
}
#enquete-header #logo .shoplogo h1 a:hover img,
#enquete-header #logo h1 a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
#enquete-header #logo .shoplogo img.float_right {
  float: right;
}
#enquete-header #logo .shoplogo img.float_left {
  float: left;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type=radio],
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type=checkbox] {
  margin: 0px 5px 3px 5px;
}
div.enquete-section {
  padding: 0;
}
div.enquete-section #contact table tbody tr td#center1 .centerbox .mainCont h3.title1 {
  color: #FFFFFF;
  font-size: 120%;
  font-weight: bold;
  line-height: 165%;
  margin-bottom: 15px;
  padding: 5px;
}
div.enquete-section #contact table tbody tr td {
  width: 100%;
  border-top: none;
  padding: 0px;
}
div.enquete-section #contact .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[name=ANS4_1] {
  margin-left: 22px;
}
div.enquete-section #contact .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[name=ANS4_2],
div.enquete-section #contact .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[name=ANS4_3] {
  margin-left: 11px;
}
div.enquete-section #contact .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] select[name=ANS5_1] {
  margin-left: 13px;
}
div.enquete-section #contact .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[name=ANS5_2] {
  margin-left: 25px;
}
div.enquete-section #contact .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[name=ANS5_3] {
  margin-left: 2px;
}
div.enquete-section #contact .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[name=ANS5_4] {
  margin-left: 26px;
}
div.enquete-section #contact .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] strong {
  font-weight: bold;
}
div.enquete-section #contact .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] textarea {
  height: 150px;
  padding: 5px;
  width: 70%;
}
div.enquete-section #contact .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type=submit] {
  background: url("../img/btn-confirm_bg.gif") repeat-x scroll left top transparent;
  border: medium none;
  color: #FFFFFF;
  font-size: 0.875rem;
  height: 25px;
  margin: 0 5px;
  padding: 0;
  width: 200px;
}
div.enquete-section #contact .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type=submit]:hover {
  background: url(../img/btn-confirm_bg_on.gif) repeat-x left top;
}
.shoplogo {
  width: 340px;
}
#enquete-footer {
  width: 960px;
  margin: 0 auto;
  height: 57px;
  line-height: 100%;
  position: relative;
  clear: both;
}
#enquete-footer #footer-inner .footer_gnavi {
  float: left;
}
#enquete-footer #footer-inner .footer_gnavi ul li:first-child {
  background-image: none;
  padding: 0 3px 0 0;
}
#enquete-footer #footer-inner .footer_gnavi ul li {
  background: url("../img/slash_ccc.gif") no-repeat scroll left center transparent;
  color: #999999;
  display: inline-block;
  font-size: 0.750em;
  line-height: 100%;
  padding: 0 3px 0 18px;
}
#enquete-footer #footer-inner .footer_gnavi ul li a {
  color: #999;
}
#enquete-footer #footer-inner .footer_gnavi ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
#enquete-footer #footer-inner .footer_gnavi ul li {
  float: left;
}
#enquete-footer #copyright {
  float: right;
  font-size: 67%;
  text-align: right;
  color: #FFF;
}
#center-seo .centerbox,
#center3 .centerbox {
  font-size: 0.875em;
  line-height: 200%;
  margin: 0px;
  padding: 0 10px 10px;
  word-break: break-all;
}
#center-seo h3.title1,
#center3 h3.title1 {
  /*background: url("../img/Tline-scolumn.gif") repeat-x scroll left bottom transparent;*/
  color: #FFFFFF;
  font-size: 120%;
  font-weight: bold;
  line-height: 165%;
  margin-bottom: 15px;
  padding: 5px;
  background: #444;
}
#center-seo #bread,
#center3 #bread {
  margin: 0px;
  padding: 3px 15px;
  text-align: left;
  font-size: 0.875em;
  line-height: 200%;
}
#center-seo .mainCont,
#center3 .mainCont {
  padding: 10px;
  margin: 0px;
  width: auto;
}
#center-seo .centerbox .caution,
#center3 .centerbox .caution {
  font-weight: bold;
  color: #d51414;
}
#center-seo .centerbox table th,
#center-seo .centerbox table td,
#center3 .centerbox table th,
#center3 .centerbox table td {
  word-break: break-all;
  vertical-align: top;
  text-align: left;
  padding: 1px;
}
#center3 .centerbox table td[width="5%"] {
  width: 10%;
}
#center-seo .centerbox .backcolor1,
#center3 .centerbox .backcolor1 {
  background-color: #EEEEEE;
}
#center-seo .centerbox .bordlayoutp3 table th,
#center3 .centerbox .bordlayoutp3 table th {
  color: #CCCCCC;
  font-weight: bold;
  text-align: center;
  word-break: normal;
}
#center3 .layoutp3 table th,
form[name$="FORM"] ~ tbody #center3 .layoutp3 table th {
  width: 25%;
  font-weight: bold;
  *width: 0%;
}
#center-seo .centerbox th.backcolor1,
#center-seo .bordlayoutp3 th,
#center-seo .bordlayoutp3 td,
#center3 .centerbox th.backcolor1,
#center3 .bordlayoutp3 th,
#center-seo .bordlayoutp3 td,
#center3 .bordlayoutp3 td {
  border: 1px solid #999999;
  vertical-align: middle;
}
#center3 .bordlayoutp3 .layoutp3 th,
#center3 .bordlayoutp3 .layoutp3 td {
  padding: 0px;
  border: none;
}
#center3 .bordlayoutp3 .layoutp3 td.send_info {
  border: 1px solid #999999;
}
#center3 .bordlayoutp3 .layoutp3 td.send_info + td {
  *width: 70%;
}
#center3 .centerbox strong,
#center3 .centerbox h4 {
  text-align: left;
  font-weight: bold;
}
#center-seo .centerbox .layoutp3 + .bordlayoutp3 > table,
#center3 .centerbox .layoutp3 + .bordlayoutp3 > table {
  width: 95%;
}
#center-seo input[type="submit"],
#center-seo input[type="button"],
#center3 input[type="submit"],
#center3 input[type="button"] {
  height: 25px;
  color: #FFF;
  padding: 0 8px 0 8px;
  font-size: 80%;
  font-size: 0.8rem;
  text-align: center;
  background: url(../img/btn-confirm_bg.gif) repeat-x left top;
  border: none;
  margin: 2px 2px;
  width: auto;
  width: initial;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor3 div > table tr.backcolor2 td div select,
#center-seo select,
#center-seo input[type="text"],
#center3 select,
#center3 input[type="text"],
#center3 input[type="password"] {
  height: 20px;
  line-height: 20px;
  padding: 0px;
  margin: 2px 0px;
  min-width: inherit;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor3 div > table tr.backcolor2 td div select,
#center-seo select,
#center-seo textarea,
#center3 select,
#center3 textarea {
  padding: 1px;
  margin: 2px 0px;
}
#center3 select[name="SEL_CARD"] {
  margin-left: 5px;
  padding: 1px;
}
#center-seo input[type="submit"]:hover,
#center-seo input[type="button"]:hover,
#center3 input[type="submit"]:hover,
#center3 input[type="button"]:hover {
  background: url(../img/btn-confirm_bg_on.gif) repeat-x left top;
}
#center-seo .centerbox table td input[type="radio"],
#center3 .centerbox table td input[type="radio"] {
  margin: -3px 3px 0px 5px;
}
table#enter form[name="NEWMEM"] #center3 .centerbox .bordlayoutp3 table td[colspan="2"] input[type="checkbox"] {
  margin: -3px 4px 0px 0px;
}
#center-seo p,
#center3 p {
  margin: 5px 0px;
  padding: 2px 0px;
}
#center3 .centerbox .bordlayoutp3 table td.backcolor2 div form {
  display: inline-block;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor3 div > table tr.backcolor2 td {
  background-color: #FFFFFF;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.layoutp5.deli_cycle tbody tr td input[type="radio"],
#contact #center1 .centerbox .mainCont form[name="NEXT"] h4 + div.right input[type="button"],
#contact #center1 .centerbox .mainCont form[name="NEXT"] h4 + div.right input[type="submit"] {
  margin: 0px 3px;
  height: 20px;
}
#center-seo .bordlayoutp3 table tbody tr td input[type="button"],
#center3 .bordlayoutp3 table tbody tr td input[type="button"] {
  width: 190px;
}
@media screen and (max-width: 768px) {
  div#cart-footer,
  footer {
    min-width: inherit !important;
  }
}