﻿html {
  overflow-y: scroll
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, b, em, strong, pre, blockquote, address, caption, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  letter-spacing: 0;
  text-decoration: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
  color: #333
}
img {
  border: 0;
  vertical-align: bottom
}
ul li, ol li {
  list-style-type: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
th, td {
  font-size: inherit
}
select option {
  padding: 0 5px
}
form label {
  cursor: pointer
}
hr, legend, caption {
  display: none
}
fieldset {
  border: 0
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block
}
a {
  color: #333;
  text-decoration: none
}
a:visited {
  color: #555
}
a:hover {
  color: #c00
}
a, a img {
  -webkit-transition: 0.3s ease-in-out;
  -mos-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out
}
a:hover, a:hover img {
  opacity: 0.55;
  filter: alpha(opacity=55);
  -ms-filter: "alpha( opacity=55 )"
}
.point {
  font-size: 16px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(0%, #ffed8e));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 60%, #ffed8e 0%);
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #ffed8e 0%)
}
.point--sub {
  font-weight: normal;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(0%, #ffed8e));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 60%, #ffed8e 0%);
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #ffed8e 0%)
}
.red {
  color: #c00
}
.takenoko {
  position: fixed;
  right: 10px;
  bottom: 30px
}
@media screen and (max-width: 1200px) {
  .takenoko {
    display: none
  }
}
.accordion__btn--cart {
  width: 715px;
  margin-bottom: 30px;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #aaa;
  border-left: 4px solid #aaa;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out
}
.accordion__btn--cart span {
  position: relative
}
.accordion__btn--cart span:after {
  content: "";
  margin-top: -8px;
  width: 8px;
  height: 8px;
  border-right: 3px solid #555;
  border-bottom: 3px solid #555;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out
}
.js-accordion__icon {
  margin-bottom: 5px
}
.js-accordion__icon span:after {
  margin-top: -2px;
  -webkit-transform: rotate(585deg);
  -ms-transform: rotate(585deg);
  transform: rotate(585deg)
}
.accordion__btn--cart.js-accordion__icon {
  margin-bottom: -5px;
  border-bottom: none
}
.accordion__btn--cart.js-accordion__icon + section {
  border-top: none
}
.guidecontent_nav-links_child {
  font-family: "ＭＳ Ｐゴシック", "mono-space", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka"
}
.welcome--box {
  margin-bottom: 30px
}
.welcome--sunbox {
  width: 96%;
  padding: 5px 2% 10px
}
.welcome--sunbox--img {
  width: 30%;
  padding: 0 1.5%;
  float: left;
  display: block
}
.welcome--sunbox--img img {
  width: 100%
}
.welcome_suntitle {
  padding: 0 5px;
  margin: 10px 0;
  font-size: 1.4em;
  text-align: center;
  color: #333;
  font-weight: bold
}
.welcome_suntitlev2 {
  padding: 0 5px;
  margin: 10px 0 0;
  font-size: 1.4em;
  line-height: 2em;
  text-align: center;
  color: #fff;
  font-weight: bold
}
.welcome--suntext {
  font-size: 0.8em;
  padding: 0 2% 5px
}
.guidecontent_wrapper .guidecontent_title.guidecontent_title-top {
  font-size: 1.4em
}
@media screen and (max-width: 480px) {
  .guidecontent_wrapper .guidecontent_nav.guidecontent_nav-top .guidecontent_nav_list .guidecontent_nav_list_title {
    font-size: 22px !important
  }
}
@media screen and (max-width: 480px) {
  .guidecontent_bnr--san a {
    display: inline-block;
    width: 210;
    -webkit-box-sizing: padding-box;
    -o-box-sizing: padding-box;
    box-sizing: padding-box;
    line-height: 30px;
    margin: 25px auto;
    padding: 0 25px 0 10px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    color: #f7941d;
    border: 2px solid #f7941d;
    -o-border-radius: 2px;
    border-radius: 2px;
    position: relative
  }
  .guidecontent_bnr--san {
    text-align: center
  }
}
#faq_btn {
  color: #fff;
  font-weight: bold;
  padding: 5px 15px
}
.guide--co--box {
  background-color: #696a6e
}
@media screen and (max-width: 480px) {
  .guidecontent_footer .guidecontent_footer_inner {
    margin: 20px auto !important
  }
}
.guidecontent_block_img {
  text-align: center
}
.guidecontent_block_imgv2 {
  text-align: center;
  display: block
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent
}
.navbar-inverse {
  background-color: #fff
}
.list-group {
  margin-bottom: 0
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.navbar-toggle {
  float: left;
  margin-left: 10px;
  position: relative;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px
}
.navbar-fixed-bottom, .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030
}
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px
}
@media screen and (min-width: 768px) {
  .js-hiraku-offcanvas {
    display: block;
    position: static;
    background: none
  }
  .js-hiraku-offcanvas .js-hiraku-offcanvas-sidebar {
    position: static;
    margin-left: 0;
    width: auto
  }
}
.js-hiraku-offcanvas-active {
  position: fixed;
  z-index: 100002;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3)
}
.js-hiraku-offcanvas-open {
  display: block
}
.js-hiraku-offcanvas-body {
  z-index: 0;
  left: 0;
  width: 100%;
  -webkit-transition: left .3s ease-in-out;
  transition: left .3s ease-in-out
}
.js-hiraku-offcanvas-body-right {
  position: fixed;
  left: -70%;
  overflow-y: hidden
}
.js-hiraku-offcanvas-body-left {
  position: fixed;
  left: 70%;
  overflow-y: hidden
}
.js-hiraku-offcanvas-body-moving {
  position: fixed;
  left: 0
}
.js-hiraku-offcanvas-active .js-hiraku-offcanvas-sidebar {
  position: fixed;
  z-index: 10002;
  top: 0;
  bottom: 0;
  display: block;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 70%;
  max-width: 100%;
  background-color: #fff;
  -webkit-overflow-scrolling: touch
}
.js-hiraku-offcanvas:focus {
  background-color: rgba(0, 0, 0, 0.3)
}
.js-hiraku-offcanvas-active .js-hiraku-offcanvas-sidebar-right {
  right: 0;
  left: auto;
  margin-right: -70%;
  -webkit-transition: margin-right .3s ease-in-out;
  transition: margin-right .3s ease-in-out
}
.js-hiraku-offcanvas-active .js-hiraku-offcanvas-sidebar-left {
  right: auto;
  left: 0;
  margin-left: -70%;
  -webkit-transition: margin-left .3s ease-in-out;
  transition: margin-left .3s ease-in-out
}
.js-hiraku-offcanvas-active .js-hiraku-offcanvas-sidebar-right.active {
  margin-right: 0;
  -webkit-transition: margin-right .3s ease-in-out;
  transition: margin-right .3s ease-in-out
}
.js-hiraku-offcanvas-active .js-hiraku-offcanvas-sidebar-left.active {
  margin-left: 0;
  -webkit-transition: margin-left .3s ease-in-out;
  transition: margin-left .3s ease-in-out
}
.js-hiraku-header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: margin-left .3s ease-in-out;
  transition: margin-left .3s ease-in-out
}
.js-hiraku-offcanvas-body-right, .js-hiraku-offcanvas-body-left {
  overflow: hidden
}
.js-hiraku-offcanvas-body-right .js-hiraku-header-fixed {
  margin-left: -70%
}
.js-hiraku-offcanvas-body-left .js-hiraku-header-fixed {
  margin-left: 70%
}
.js-hiraku-offcanvas-close-btn {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0
}
.hiraku-open-btn {
  padding: 6px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: transparent
}
.hiraku-open-btn-line {
  position: relative;
  display: block;
  width: 18px;
  height: 2px;
  margin: 6px 0;
  -webkit-transition: .1s all;
  transition: .1s all;
  border-radius: 1px;
  background-color: #000
}
.hiraku-open-btn-line:before, .hiraku-open-btn-line:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  content: '';
  -webkit-transition: .3s all;
  transition: .3s all;
  border-radius: 1px;
  background-color: #000
}
.hiraku-open-btn-line:before {
  top: -6px
}
.hiraku-open-btn-line:after {
  bottom: -6px
}
[aria-expanded='true'] .hiraku-open-btn-line {
  background-color: transparent
}
[aria-expanded='true'] .hiraku-open-btn-line:before, [aria-expanded='true'] .hiraku-open-btn-line:after {
  width: 22px
}
[aria-expanded='true'] .hiraku-open-btn-line:before {
  -ms-transform: translate(-2px, 6px) rotate(45deg);
  -webkit-transform: translate(-2px, 6px) rotate(45deg);
  transform: translate(-2px, 6px) rotate(45deg)
}
[aria-expanded='true'] .hiraku-open-btn-line:after {
  -ms-transform: translate(-2px, -6px) rotate(-45deg);
  -webkit-transform: translate(-2px, -6px) rotate(-45deg);
  transform: translate(-2px, -6px) rotate(-45deg)
}
[type=submit], [type=reset], button, html [type=button] {
  -webkit-appearance: button
}
.menu__inner {
  padding-top: 8px;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch
}
.menu__list__child {
  background-color: #f4f4f4;
  border-bottom: 1px solid #fff
}
.menu__list__childv3 {
  background-color: #f1f4f6;
  border-bottom: 1px solid #fff;
  padding: 2px 0 2px 8px
}
.menu__customer__name {
  margin-bottom: 19px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 0.92rem;
  line-height: 23px;
  color: #231815
}
.san__news {
  font-size: 0.8rem;
  line-height: 1.5rem;
  padding: 2px 0 2px 5px
}
.menu__customer__name__image {
  margin-right: 5px
}
.menu__title {
  margin-top: 35px;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  line-height: 1;
  color: #666
}
.menu__point {
  position: relative;
  float: right;
  display: inline-block;
  padding-left: 20px;
  font-size: 1.166rem;
  text-align: right;
  color: #231815
}
.menu__list__child > .nav-slide__link, .menu__list__child--white > .nav-slide__link {
  padding-top: 17px;
  padding-right: 10px;
  padding-bottom: 13px;
  padding-left: 35px;
  font-size: 0.92rem
}
.menu__list__childv2 {
  font-size: 0.92rem
}
.nav-slide__childv2 {
  padding: 8px 0 8px 10px;
  background-color: #f4f4f4
}
.san_subtext {
  font-size: 0.9rem;
  font-weight: bold
}
.menu_icon {
  width: 13%;
  margin-right: 5px;
  float: left;
  display: block
}
.menu_icon img {
  width: 100%;
  vertical-align: middle
}
.menu_text {
  display: inline-block;
  vertical-align: middle
}
.nav-slide__link {
  position: relative;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.4;
  text-align: justify;
  color: #333;
  font-weight: bold;
  display: block;
  padding-top: 22px;
  padding-right: 5px;
  padding-bottom: 20px;
  padding-left: 47px;
  line-height: 1.1
}
.nav-slide__link__infromation {
  display: block;
  margin-top: 6px;
  font-size: 0.8rem;
  color: #7e7e7e;
  line-height: 1.4;
  font-weight: normal
}
.nav_main__item--catev2 {
  border-top: 1px solid #eee;
  line-height: 1.3
}
.nav_main__item--catev2 a {
  padding: 8px;
  text-decoration: none;
  display: inline-block;
  font-size: 0.8rem
}
.menu__list__child > .nav-slide__link:before, .menu__list__child--white > .nav-slide__link:before {
  top: 13px;
  left: 10px
}
.nav-slide__link:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0
}
.nav-slide__link:before {
  top: 19px;
  bottom: auto
}
.nav-slide__icon--cart:before {
  height: 20px;
  width: 23px;
  background-position: -0.5px -102px;
  background-image: url(../../../smart/base/images/sprite-s90c7552ff7.png);
  background-repeat: no-repeat;
  -webkit-background-size: 62px auto;
  background-size: 62px auto
}
.nav-slide__icon--setting:before {
  height: 23px;
  width: 23px;
  background-position: -23px -215px;
  background-image: url(../../../smart/base/images/sprite-s90c7552ff7.png);
  background-repeat: no-repeat;
  -webkit-background-size: 62px auto;
  background-size: 62px auto
}
.nav-slide__icon--support:before {
  height: 23px;
  width: 23px;
  background-position: 0 -192px;
  background-image: url(../../../smart/base/images/sprite-s90c7552ff7.png);
  background-repeat: no-repeat;
  -webkit-background-size: 62px auto;
  background-size: 62px auto
}
.nav-slide__icon--guide:before {
  height: 23px;
  width: 23px;
  background-position: -23px -238px;
  background-image: url(../../../smart/base/images/sprite-s90c7552ff7.png);
  background-repeat: no-repeat;
  -webkit-background-size: 62px auto;
  background-size: 62px auto
}
.nav-slide__icon--logout:before {
  height: 23px;
  width: 23px;
  background-position: 0 -169px;
  background-image: url(../../../smart/base/images/sprite-s90c7552ff7.png);
  background-repeat: no-repeat;
  -webkit-background-size: 62px auto;
  background-size: 62px auto
}
.nav-slide__icon--directdelivery:before {
  height: 23px;
  width: 23px;
  background-position: 0 -284px;
  background-image: url(../../../smart/base/images/sprite-s90c7552ff7.png);
  background-repeat: no-repeat;
  -webkit-background-size: 62px auto;
  background-size: 62px auto
}
.nav-slide__icon--oitoku:before {
  height: 23px;
  width: 23px;
  background-position: 0 -370px;
  background-image: url(../../../smart/base/images/sprite-s90c7552ff7.png);
  background-repeat: no-repeat;
  -webkit-background-size: 62px auto;
  background-size: 62px auto
}
.nav-slide__icon--vegetable:before {
  height: 23px;
  width: 23px;
  background-position: 0 -215px;
  background-image: url(../../../smart/base/images/sprite-s90c7552ff7.png);
  background-repeat: no-repeat;
  -webkit-background-size: 62px auto;
  background-size: 62px auto
}
.sp-none {
  display: none
}
.clearfix:after {
  content: "";
  clear: both;
  display: block
}
.sanHeader {
  padding: 10px 8px
}
.sanHeader h1 {
  position: relative;
  float: left
}
#headerLoginArea {
  text-align: right;
  width: 100%;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box
}
#headerLoginArea a:visited {
  color: #fff
}
#headerYoukoso {
  font-size: 9px;
  line-height: 1.1;
  color: #333;
  padding: 3px 0 10px
}
.headerLogin, .headerLogout, .headerCart {
  text-decoration: none;
  width: 63px;
  height: 22px;
  display: inline-block;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  line-height: 22px;
  color: #fff;
  background-color: #093;
  -o-border-radius: 3px;
  border-radius: 3px
}
.headerLogout {
  background-color: #f00
}
.headerCart {
  width: 86px;
  padding: 0 2px 0 1px;
  background-color: #e08100
}
.headerCart:before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 12px;
  vertical-align: -2px;
  background-image: url(https://www.oisix.com/smart/osechi/images/sprite_osechi_sp.gif);
  background-repeat: no-repeat;
  -webkit-background-size: 160px 400px;
  background-size: 160px 400px;
  background-position: 0 -20px
}
.sansp--toplogo {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  display: block
}
.sansp--toplogo img {
  width: 100%
}
.san-header {
  background: #fff;
  height:55px;
  position: relative;
  width:100%;
}
.san-header__fixed {
  position: fixed;
  top:0;
  z-index:2;
}
.san-header__logo a {
  display: block;
  text-align: center;
  padding: 15px 0;
}
.san-header__logo a.logo__img {
  display: block;
  text-align: left;
  padding: 0;
  line-height:55px;
}
.san-header__logo a.logo__img img{
  width:150px;
  vertical-align: middle;
}
.header__flex {
  display: flex;
  align-items:center;
  justify-content: space-between;
  padding-left:50px;
}
.flex__icon .icon__lists {
  display: flex;
}
.flex__icon .icon__list a{
  padding:0;
}
.flex__icon .icon__list a img{
  width:45px;
  height:auto;
}

.san-header__fix {
  background: #fff;
  position: absolute;
  top: 3px;
  left: 0
}
.active.san-header__fix {
  background: #fff;
  width:100%;
  overflow: auto;
  z-index: 10;
}
.san-header__menu {
  margin-top: 15px
}
.san-header__menu__block {
  border-bottom: solid 1px #bfbfbf
}
.san-header__menu__block:nth-of-type(1) {
  border-top: solid 1px #bfbfbf
}
.san-header__menu__block a {
  color: #010101;
  display: block;
  font-size: 16px;
  padding: 15px 25px 15px 20px;
  position: relative
}
.san-header__menu__block a::after {
  border-top: solid 2px #1d643c;
  border-right: solid 2px #1d643c;
  content: "";
  display: block;
  margin: auto;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.san-header__inquiry {
  background: #eaeaea;
  color: #fff;
  padding: 18px 25px
}
.san-header__inquiry__title {
  font-size: 15px;
  margin-bottom: 10px
}
.san-header__inquiry__tel {
  /*background: url(/gift2/shared/head/image/head_inquiry_tel.png) scroll no-repeat 2px 3px/13px auto;*/
  background: none;
  font-size: 17px;
  font-weight: bold;
  padding-left: 0;
}
.san-header__inquiry__tel a{
  padding: 15px 0 0 0;
}
.san-header__inquiry__mail {
 /* background: url(/gift2/shared/head/image/head_inquiry_mail.png) scroll no-repeat 0 5px/15px auto;*/
  background: none;
  padding-left: 0;
}
.san-header__inquiry__mail a {
  background: none;
  font-size:17px;
  font-weight: bold;
  padding-left: 0;
  padding: 15px 0 0 0;
}
.san-header__inquiry__title {
    text-align:center;
	color:#010101;
	font-size:16px;
}
.icon__tel,
.icon__mail{
    width:20px;
	margin-right:10px;
}
.san-header__inquiry__mail__note,
.san-header__inquiry__tel__note {
    text-align:center;
	display: block;
    font-size: 11px;
    line-height: 1;
    margin: 5px 0;
}
.list__title {
   color: #010101;
   font-size: 16px;
   padding: 15px 25px 15px 20px;
   text-align: center;
   position: relative;
}
.san-header__fixcart {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 1;
	box-sizing:border-box;
}
.san-header__fixcart a{
	display:block;
	box-sizing:border-box;
	padding:0;
}
.san-header__fixcart a img{
    width:100%;
}
.san-header__fixcart a img.icon__cart-b{
    display:none;
}
.san-header__fixcart a img.icon__cart-w{
    display:block;
}
.active.san-header__fixcart a img.icon__cart-b{
    display:block;
}
.active.san-header__fixcart a img.icon__cart-w{
    display:none;
}

#hamburger {
  display: none
}
.san-header__area {
  display: none;
  width:100%;
  z-index:10;
}
.hamburger__cl {
  display: table-cell;
  font-size: 10px;
  text-align: center;
  vertical-align: bottom;
  width: 50px;
  height: 51px;
  position: relative;
  top: 7px
}
.hamburger__cl--top, .hamburger__cl--middle, .hamburger__cl--bottom {
  display: block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 30px;
  height: 3px;
  background: #1d643c;
  border-radius: 3px;
  left: 0;
  right: 0;
  margin: auto
}
.hamburger__cl--top {
  top: 0
}
.hamburger__cl--middle {
  top: 10px
}
.hamburger__cl--bottom {
  top: 20px
}
.hamburger__cl--text {
  color: #1d643c;
  position: relative;
  top: -6px
}
.active .hamburger__cl--top {
  -webkit-transform: translateY(20px) rotate(-315deg);
  -ms-transform: translateY(12px) rotate(-315deg);
  transform: translateY(12px) rotate(-315deg);
  background: #222
}
.active .hamburger__cl--middle {
  opacity: 0
}
.active .hamburger__cl--bottom {
  -webkit-transform: translateY(-20px) rotate(315deg);
  -ms-transform: translateY(-8px) rotate(315deg);
  transform: translateY(-8px) rotate(315deg);
  background: #222
}
.active .hamburger__cl--text {
  color: #222
}
.breadcrumb {
  padding: 5px 5px 8px
}
.breadcrumb li {
  font-size: 10px;
  display: inline
}
.page__title, .box__img--center, .box__img--right, .box__img--left {
  margin-bottom: 30px
}
.page__title img, .box__img--center img, .box__img--right img, .box__img--left img {
  width: 100%;
  height: auto
}
.bnrImg img {
  width: 100%;
  height: auto
}
.page__title {
  margin-bottom: 50px;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif
}
.page__indent {}
.box {
  margin-bottom: 60px
}
.voice {
  padding: 20px 30px 10px;
  background: #f3f3f3;
  border-radius: 5px
}
.voice:after {
  content: "";
  clear: both;
  display: block
}
.voice__img-area {
  width: 70px;
  margin-right: 15px;
  float: left;
  text-align: center
}
.voice__img-area__img img {
  width: 100%;
  height: auto;
  margin-right: 5%;
  border: 2px solid #eee;
  border-radius: 50%
}
.voice__img-area__name {
  margin-bottom: 20px;
  font-size: 10px;
  color: #777
}
.voice__txt-area .box__title {
  width: calc(100% - 85px);
  height: 80px;
  float: left;
  margin: 10px 0 30px;
  font-size: 16px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", serif
}
@media screen and (min-width: 321px) and (max-device-width: 700px) {
  .voice__txt-area .box__title {
    font-size: 20px
  }
}
.box__title {
  margin-bottom: 24px;
  font-size: 22px;
  color: #222;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", serif;
  letter-spacing: -1px
}
.box__title--sub {
  margin-bottom: 10px;
  font-family: HiraMaruPro-W4, 'メイリオ', Meiryo, sans-serif;
  font-size: 16px;
  color: #444;
  font-weight: bold;
  letter-spacing: -1px
}
.box__txt-area--txt {
  margin-bottom: 30px;
  color: #777;
  font-size: 14px;
  line-height: 1.8
}
.point_txt {
  width: 100%;
  font-size: 1.5em;
  text-align: center;
  font-weight: bold;
  margin: 10px 0;
  color: red
}
.point_txt span {
  display: block;
  background: red;
  color: #fff
}
#acMenu dt {
  display: block;
  margin: 10px 0;
  padding: 0;
  width: 100%;
  line-height: 160%;
  text-align: center;
  cursor: pointer
}
#acMenu dd {
  margin: 15px auto;
  padding: 0;
  width: 90%;
  line-height: 160%;
  text-align: left;
  display: none
}
#acMenu02 dt {
  display: block;
  margin: 30px 0 20px 0;
  padding: 0
}
#acMenu02 dd {
  margin: 0 auto 20px auto;
  padding: 5px;
  width: 90%;
  line-height: 160%;
  text-align: left
}
dl#acMenu03 {
  margin-bottom: 40px
}
#acMenu03 dt {
  display: block;
  margin: 10px 0;
  padding: 0
}
#acMenu03 dd {
  margin: 15px auto 20px auto;
  padding: 5px;
  width: 92%;
  line-height: 160%;
  text-align: left
}
.konyu_btn1118 a {
  width: 90% !important;
  height: 70px;
  position: relative;
  display: inline-table;
  color: #FFF;
  text-decoration: none
}
.konyu_btn1118 a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f85902), color-stop(100%, #eb2602));
  background-image: -webkit-linear-gradient(top, #f85902 0%, #eb2602 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f85902), to(#eb2602));
  background-image: linear-gradient(to bottom, #f85902 0%, #eb2602 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85902', endColorstr='#eb2602', GradientType=0);
  opacity: 1;
  border: 2px solid #ca0808;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  color: #ffffff;
  font-weight: bold;
  font-size: 36px;
  padding-left: 0px;
  line-height: 48px;
  box-shadow: 0px 0px 1px #FFFFFF inset, 0px -0px 1px #FFFFFF inset, 0px 4px 1px 0px #d4ddd8;
  -webkit-box-shadow: 0px 0px 1px #FFFFFF inset, 0px -0px 1px #FFFFFF inset, 0px 4px 1px 0px #d4ddd8;
  -moz-box-shadow: 0px 0px 1px #FFFFFF inset, 0px -0px 1px #FFFFFF inset, 0px 4px 1px 0px #d4ddd8;
  -ms-box-shadow: 0px 0px 1px #FFFFFF inset, 0px -0px 1px #FFFFFF inset, 0px 4px 1px 0px #d4ddd8;
  -o-box-shadow: 0px 0px 1px #FFFFFF inset, 0px -0px 1px #FFFFFF inset, 0px 4px 1px 0px #d4ddd8;
  text-shadow: 1px 1px 2px #000000;
  line-height: 1.2;
  padding: 18px 30px
}
.konyu_btn1118 a:after {
  position: absolute;
  margin-top: -7px;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  top: 50%;
  right: 12px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
#buy {
  margin: 40px auto 0 !important;
  padding: 0 !important;
}
.sanKounyuuWrapper {
  margin-bottom: 20px
}
.sanKounyuuWrapper > h1 {
  margin-bottom: 20px
}
.sanKounyuuWrapper .SaleKakaku, .sanKounyuuWrapper .NormalKakaku {
  text-align: right
}
.sanKounyuuWrapper a {
  text-decoration: none
}
.sanKounyuuWrapper .sanTitle {
  border: none
}
.sanSubTitle {
  line-height: 1.2;
  margin-bottom: 5px;
  font-size: 14px;
  color: #333
}
.sanTitle {
  margin-bottom: 20px;
  line-height: 1.1;
  font-size: 21px;
  color: #333;
  border-bottom: 1px solid #333
}
.SaleKakaku, .NormalKakaku {
  font-size: 13px;
  margin-bottom: 13px;
  color: #c00;
  font-weight: bold
}
.skAto, .nkSonomama {
  font-size: 36px
}
.sanchokuKounyuuBtn img {
  width: 300px
}
.san--item {
  border-bottom: 1px solid #333;
  margin: 0 0 20px
}
.san--item .SaleKakaku, .san--item .NormalKakaku {
  text-align: right
}
.san--item a {
  text-decoration: none
}
.san--item--pic {
  float: left;
  width: 99px;
  margin: 0 0 0 10px
}
.san--item--itemName {
  float: left;
  width: 250px;
  text-align: left;
  font-size: 16px
}
.san--item--in {
  font-size: 12px;
  text-align: left;
  margin: 5px 0 10px 10px;
  line-height: 1.5
}
.sanSetShouhinTitle {
  padding: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  background-color: #519b50
}
.sanContent_image {
  width: 320px;
  margin: 0 auto 13px
}
.sanContent_image img {
  width: 100%
}
.sanContent_title {
  text-align: center;
  margin: 0 10px 10px;
  padding: 2px;
  color: #fff;
  background: #184;
  border-radius: 3px
}
.sanContent_text {
  margin: 10px 10px 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #333
}
.sanContent-bgcolor {
  margin-bottom: 20px;
  padding: 10px 10px;
  background-color: #f8ebd3
}
.sanContent-bgcolor_title {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
  color: #e5247a
}
.sanContent-bgcolor_image {
  text-align: center;
  margin-bottom: 15px
}
.sanContent-bgcolor_image > img {
  width: 300px
}
.sanContent-bgcolor_text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #333
}
.sanContent-bgcolor_text > strong {
  color: #e5247a
}
.sanContent-bgcolor_text > span {
  font-size: 10px
}
.sanContent-bgcolor_title-point {
  margin: 30px 0 20px;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background-color: #e5247a
}
.sanContent-bgcolor .sanContentAccordion {
  margin: 30px 0 35px
}
.sanContentAccordion_title {
  position: relative;
  padding: 9px 20px 9px 10px;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  background-color: #519b4f;
  -o-border-radius: 6px;
  border-radius: 6px
}
.sanContentAccordion_title:after {
  position: absolute;
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  top: 12px;
  right: 15px;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.nav--topList {
  padding-bottom: 1px
}
.nav--topList {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 5px 0
}
.nav--topList_pic {
  float: left;
  width: 150px;
  margin: 10px 10px 0 10px
}
.nav--topList_bun {
  padding-top: 10px
}
.nav--topList--spec {
  color: #036;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold
}
.nav--topList--name {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold
}
#js-btn-menu__btn img {
  width: 60px;
  height: auto;
  position: fixed;
  right: 5%;
  bottom: 5%;
  -o-border-radius: 50%;
  border-radius: 50%
}
#js-btn-menu {
  width: 80%;
  max-height: 65%;
  padding: 5%;
  background: #fff;
  position: fixed;
  top: 5%;
  left: 5%;
  -ms-overflow-y: auto;
  overflow-y: auto;
  border-radius: 5px
}
#js-btn-menu__btn img, #js-btn-menu {
  z-index: 3;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 8px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 8px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 8px 0px
}
#js-btn-menu__bg {
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2
}
#js-btn-menu .skMae {
  font-size: 12px
}
#js-btn-menu .skAto {
  font-size: 18px
}
#js-btn-menu .SaleKakaku {
  font-size: 10px
}
#js-btn-menu .item-price__btn a {
  height: 50px;
  line-height: 50px;
  font-size: 15px
}
#js-btn-menu .item-price__btn a:after {
  width: 8px;
  height: 8px;
  margin-top: -5px;
  right: 4%;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff
}
#js-btn-menu .san--item--pic {
  display: none
}
#js-btn-menu .sanContent_text {
  margin: 5px;
  font-size: 12px
}
#js-btn-menu .san--item--itemName {
  float: none;
  width: auto
}
#js-btn-menu .san--item .SaleKakaku, #js-btn-menu .san--item .NormalKakaku {
  text-align: left
}
#js-btn-menu .sanchokuKounyuuBtn img {
  width: 100%;
  height: auto;
  margin-bottom: 1%
}
.sanOtodokebiArea {
  text-align: center;
  margin: 0 10px 20px
}
.sanOtodokebiTitle {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #e5247a
}
.sanOtodokebiDate {
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: bold;
  color: #333
}
.sanOtodokebiHosoku {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
  color: #333;
  text-align: left
}
.sanOtodokebiHosoku > span {
  font-size: 10px;
  font-weight: normal;
  color: #333
}
.item-price {
  padding: 0 10px 10px;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  border-left: 4px solid #aaa;
  background-color: white;
  margin: 10px;
}
.item-price__btn--soldout {
  margin: 10px;
  color: #c00;
  font-size: 20px;
  font-weight: bold;
  text-align: center
}
.item-price__btn {
  margin: 10px 0 20px;
  text-align: center
}
.item-price__btn a {
  height: 60px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 64px;
  text-decoration: none;
  cursor: pointer;
  display: block;
  background: #f96408;
  border-radius: 5px;
  border: 1px solid #e95900;
  position: relative;
  -o-border-radius: 5px;
  border-radius: 5px
}
.item-price__btn a:after {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: -7px;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.item-price__btn a:hover {
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65
}
.item-price__btn a:visited {
  color: #fff
}
.item-price__info {
  float: left
}
.item-price__info p {
  margin-bottom: 1em
}
.item-price__caution {
  margin: 5px;
  font-size: 10px
}
.item-price__caution--distribution {
  font-size: 10px
}
.item-price__img {
  width: 120px;
  float: right;
  display: none
}
.item-price__img img {
  width: 120px
}
.item-price__name {
  font-size: 16px;
  font-weight: bold
}
.item-price__price, .item-price__sale-price {
  color: #c00;
  font-size: 14px
}
.item-price__sale-price--teika {
  text-decoration: line-through
}
.item-price__price--teika, .item-price__sale-price--sale, .item-price__price--sale {
  font-size: 24px;
  font-weight: bold
}
.item-price__distribution__price, .item-price__distribution__sale-price {
  color: #c00;
  font-weight: bold
}
.item-price__distribution__sale-price__first {
  padding: 5px;
  color: #fff;
  background: #c00;
  display: inline-block
}
.item-price__distribution__sale-price--teika {
  text-decoration: line-through
}
.item-price__distribution__price--teika, .item-price__distribution__sale-price--sale {
  font-size: 28px
}
.item-price__haisou {
  width: calc(100% - 6px);
  height: 80px;
  margin-top: 5px;
  padding: 3px;
  border: 1px solid #aaa;
  overflow: auto;
}
.item-price__haisou th {
  font-weight: bold;
  font-size: 10px
}
.item-price__haisou td {
  padding: 1px 4px;
  font-size: 10px
}
.item-price__haisou td div {
  font-size: 10px
}
.item-info {
  padding: 10px;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  border-left: 4px solid #aaa;
  background-color: white;
  margin: 10px 10px 30px;
}
.item-info__title {
  color: #c00;
  font-weight: bold;
  font-size: 14px
}
.item-info__list {
  margin: 0.5em 0;
  font-size: 10px
}
.item-info__caution {
  font-size: 10px
}
.enq-voice {
  margin: 30px 10px 50px
}
.enq-voice__title-area {
  margin-bottom: 8px;
  padding: 16px 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #eee
}
.enq-voice__title-area:after {
  content: "";
  margin-top: -10px;
  width: 11px;
  height: 11px;
  border-right: 4px solid #555;
  border-bottom: 4px solid #555;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out
}
.enq-voice__title-area.js-accordion__icon:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: calc(50% + 4px)
}
.enq-voice__title {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #1d643c;
  text-align: center
}
.enq-voice__lead {
  font-size: 10px;
  text-align: center
}
.enq-voice__one {
  margin-bottom: 32px
}
.enq-voice__one input:focus {
  border: solid 1px #EEA34A
}
.enq-voice__one input[type="text"] {
  width: calc(100% - 26px);
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-appearance: none
}
.enq-voice__one__choose__li {
  padding: 5px 0
}
.enq-voice__one__choose__li label {
  margin: 5px 0;
  cursor: pointer;
  position: relative
}
.enq-voice__one__choose__li input {
  display: none
}
.enq-voice__one__choose__li p {
  padding: 12px 0 12px 36px;
  position: relative
}
.enq-voice__one__choose__li input[type="radio"] + p {
  border: 1px solid #ccc;
  border-radius: 4px
}
.enq-voice__one__choose__li input[type="radio"]:checked + p {
  border: 1px solid #1d643c;
  background: #e2f5ea
}
.enq-voice__one__choose__li input[type="radio"] + p::before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 8px;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 50%
}
.enq-voice__one__choose__li input[type="radio"]:checked + p::before {
  background: #fff
}
.enq-voice__one__choose__li input[type="radio"]:checked + p::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 17px;
  left: 14px;
  background: #1d643c;
  border-radius: 50%
}
.enq-voice__one textarea {
  width: calc(100% - 26px);
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-appearance: none
}
.enq-voice__st {
  margin: 10px 0 10px 0;
  padding-left: 8px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  border-left: 3px solid #1d643c
}
.enq-voice__btn {
  text-align: center
}
.enq-voice__btn--submit {
  margin: 10px 0;
  width: calc(100% - 30%);
  padding: 20px 15%;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 3px;
  cursor: pointer;
  border: none;
  background: #1d643c;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-appearance: none
}
.enq-voice__btn--submit:hover {
  opacity: 0.55
}
.enq-voice__caution-area {
  margin: 20px;
  padding: 10px;
  border: 1px solid #ccc
}
.enq-voice__caution-area__li {
  margin: 8px 4px;
  color: #999;
  font-size: 11px
}
#news {
  margin-top: -70px;
  padding-top: 80px
}
.head__btm__in {
  margin: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  -o-border-radius: 5px;
  border-radius: 5px
}
.news__title {
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 13px
}
.news__area__li {
  margin: 15px
}
.news__area__li:nth-child(n+4) {
  display: none
}
#cate {
  margin-top: -70px;
  padding-top: 80px
}
.nav_main__section {
  margin-bottom: 2px
}
.nav_main__section .nav_main__item span {
  font-weight: normal;
}
.nav_main__ttl {
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 13px
}
.nav_main__bnr {
  margin: 1em 0 3em;
  text-align: center
}
.nav_main__item {
  padding: 5px;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  line-height: 30px;
  background: #eee;
  position: relative
}
.nav_main__item a {
  padding: 5px;
  display: block
}
.nav_main__item a:hover {
  background: #ddd
}
.nav_main__item--ul {
  display: none
}
.nav_main__item--ul:last-child {
  border-bottom: 1px solid #eee
}
.nav_main__item--cate {
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  line-height: 1.3
}
.nav_main__item--cate a {
  padding: 13px;
  text-decoration: none;
  display: block
}
.nav_main__item--cate a:hover {
  background: #ddd
}
.nav_main__box {
  margin-bottom: 1em;
  border: solid 1px #ccc
}
.nav_main__box__ttl {
  padding: 1px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #c00
}
.nav_main__box__img {
  margin: 5px;
  text-align: center
}
.nav_main__box__name {
  margin: 5px
}
.sidenavi--title {
  margin-bottom: 10px;
  color: #033363;
  font-size: 16px;
  border-bottom: 1px solid #033363
}
.sidenavi--title__rank {
  padding-left: 30px;
  background: url(https://www.oisix.com/gift/image_md2014/eyecatch_rank_fd.png) no-repeat left top
}
.sidenavi--title__item {
  padding-left: 27px;
  background: url(https://www.oisix.com/gift/image_md2014/eyecatch_item_fd.png) no-repeat 4px top
}
.icon-sprite, .icon-icon_001, .icon-icon_002, .icon-icon_003, .icon-icon_004, .icon-icon_005, .icon-icon_006, .icon-icon_007, .icon-icon_008, .icon-icon_009, .icon-icon_010, .icon-icon_011, .icon-icon_012, .icon-icon_013, .icon-icon_014, .icon-icon_015, .icon-icon_016, .icon-icon_017, .icon-icon_018 {
  background-image: url("../../../gift/base/image/icon-sa3811e8baa.png");
  background-repeat: no-repeat
}
.icon-icon_001 {
  background-position: 0 0
}
.icon-icon_002 {
  background-position: 0 -30px
}
.icon-icon_003 {
  background-position: 0 -60px
}
.icon-icon_004 {
  background-position: 0 -90px
}
.icon-icon_005 {
  background-position: 0 -120px
}
.icon-icon_006 {
  background-position: 0 -150px
}
.icon-icon_007 {
  background-position: 0 -180px
}
.icon-icon_008 {
  background-position: 0 -210px
}
.icon-icon_009 {
  background-position: 0 -240px
}
.icon-icon_010 {
  background-position: 0 -270px
}
.icon-icon_011 {
  background-position: 0 -300px
}
.icon-icon_012 {
  background-position: 0 -330px
}
.icon-icon_013 {
  background-position: 0 -360px
}
.icon-icon_014 {
  background-position: 0 -390px
}
.icon-icon_015 {
  background-position: 0 -420px
}
.icon-icon_016 {
  background-position: 0 -450px
}
.icon-icon_017 {
  background-position: 0 -480px
}
.icon-icon_018 {
  background-position: 0 -510px
}
.icon-sprite, .icon-icon_001, .icon-icon_002, .icon-icon_003, .icon-icon_004, .icon-icon_005, .icon-icon_006, .icon-icon_007, .icon-icon_008, .icon-icon_009, .icon-icon_010, .icon-icon_011, .icon-icon_012, .icon-icon_013, .icon-icon_014, .icon-icon_015, .icon-icon_016, .icon-icon_017, .icon-icon_018 {
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 7px;
  display: block
}
aside {
  width: 180px;
  float: left;
  margin: 10px 0 0 10px
}
.pc-inc nav {
  border: 1px solid #ccc;
  margin: 10px;
  padding: 10px;
  -o-border-radius: 5px;
  border-radius: 5px
}
.nav_main__item:after {
  color: #444;
  font-size: 15px;
  font-weight: bold;
  line-height: 40px;
  content: "+";
  position: absolute;
  top: 0;
  right: 10px
}
.open-close:after {
  content: "-"
}
.sanFooter {
  padding: 10px 10px 100px 10px;
  text-align: center
}
.sanFooter li {
  margin: 0 8px 5px auto;
  padding: 1px 8px 0 0;
  line-height: 1;
  text-align: center;
  border-right: 1px solid #333;
  display: inline
}
.sanFooter li:last-child {
  border: none
}
.sanFooter a {
  font-size: 12px;
  color: #333
}
#copyright {
  margin: 10px;
  font-size: 18px
}
.accordion__btn--cart {
  width: 88%;
  padding: 1% 3%;
  margin-left: 2%;
  margin-right: 2%
}
/* top_event */
.top_event {
  margin: 1% 1% 40px;
}
.top__lead {
  margin: 28px 0 8px;
  padding: 16px 24px;
  font-size: 10px;
  background: #eee;
}
.top_event__area {
  width: 100%;
  height: auto;
  position: static;
}
.top_event__area img {
  width: 100%;
  height: auto;
}
.top_event__area a {
  color: #333;
  text-decoration: none;
}
.top_event__bg {
  width: 100%;
  height: auto;
  position: static;
}
.top_event__list {
  position: static;
}
.top_event__list__one {
  width: 48%;
  float: left;
  margin: 1% 1% 5%;
}
.top_main__list__one.top_main__list__one--icon--main04 {
  margin: 1% 1% 5%;
}
.top_event__list__one__title {
  margin-top: 5px;
  font-weight: bold;
}
.top_event__list .top_event__list__one__lead {
  color: #333;
}
/* top_main */
.top_main {
  margin: 1%;
}
.top_main__cont img {
  width: 100%;
  height: auto;
}
.top_main__cont a {
  color: #333;
  text-decoration: none;
}
.top_main__cont {
  margin-bottom: 40px;
}
.top_main__title {
  margin: 0 1% 20px;
  font-size: 18px;
}
.top_main__title {
  margin-bottom: 20px;
  padding-bottom: 0px;
  font-size: 20px;
  font-weight: bold;
  color: #330000;
  border-bottom: #CCCCCC dotted 2px;
}
.top_main__list {
  margin-right: 0;
}
.top_main__list__one {
  width: 48%;
  float: left;
  margin: 1% 1% 5%;
}
.top_main__list__one.top_main__list__one--icon--main04:last-child {
  margin: 1% 1% 5%;
}
.top_main__list__one:first-child:nth-last-child(2), .top_main__list__one:first-child:nth-last-child(2) ~ .top_main__list__one {
  width: 48%;
}
.top_main__list__one:first-child:nth-last-child(3), .top_main__list__one:first-child:nth-last-child(3) ~ .top_main__list__one {
  width: 31.3%;
}
.top_main__list__one:first-child:nth-last-child(4), .top_main__list__one:first-child:nth-last-child(4) ~ .top_main__list__one {
  width: 48%;
}
.top_main__list__one:first-child:nth-last-child(8), .top_main__list__one:first-child:nth-last-child(8) ~ .top_main__list__one {
  width: 48%;
}
.top_main__list__one:first-child:nth-last-child(5), .top_main__list__one:first-child:nth-last-child(5) ~ .top_main__list__one {
  width: 31.3%;
}
.top_main__list__one__title {
  margin-top: 5px;
  font-size: 15px;
}
.top_main__list__one__lead {
  margin-top: 5px;
  font-size: 12px;
}
.top_main__list__staf {
  margin-bottom: 5px;
}
.top_main__list__staf--pic {
  width: 60px;
  float: left;
  margin-right: 10px;
  font-size: 10px;
}
.top_main__list__staf--comment {
  padding-top: 5px;
  font-size: 10px;
}
.top_main__list__one--rank:before {
  width: 35px;
  height: 28px;
  content: " ";
  position: absolute;
  top: -13px;
  left: -10px;
  z-index: 1;
}
.top_event img {
  width: 100%;
  height: auto;
}
.top_event__list__one__title {
  color: #f00;
  margin-top: 5px;
  font-weight: bold;
}
.top_event__list .top_event__list__one {
  width: 98%;
  margin-bottom: 20px;
  float: left;
}
.top_event__list__one__img--v2 img {
  width: 96%;
  padding: 0 2%;
}
/*ac*/
#acMenu dt {
  display: block;
  margin: 10px 0;
  padding: 0;
  width: 100%;
  line-height: 160%;
  text-align: center;
  cursor: pointer;
}
#acMenu dd {
  margin: 15px auto;
  padding: 0;
  width: 90%;
  line-height: 160%;
  text-align: left;
  display: none;
}
#acMenu02 dt {
  display: block;
  margin: 30px 0 20px 0;
  padding: 0;
}
#acMenu02 dd {
  margin: 0 auto 20px auto;
  padding: 5px;
  width: 90%;
  line-height: 160%;
  text-align: left;
}
dl#acMenu03 {
  margin-bottom: 40px;
}
#acMenu03 dt {
  display: block;
  margin: 10px 0;
  padding: 0;
}
#acMenu03 dd {
  margin: 15px auto 20px auto;
  padding: 5px;
  width: 92%;
  line-height: 160%;
  text-align: left;
}
.konyu_btn1118 a {
  width: 90% !important;
  height: 70px;
  position: relative;
  display: inline-table;
  color: #FFF;
  text-decoration: none;
}
.konyu_btn1118 a {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-image: -moz-linear-gradient(top, rgba(248, 89, 2, 1) 0%, rgba(235, 38, 2, 1) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(248, 89, 2, 1)), color-stop(100%, rgba(235, 38, 2, 1)));
  background-image: -webkit-linear-gradient(top, rgba(248, 89, 2, 1) 0%, rgba(235, 38, 2, 1) 100%);
  background-image: -o-linear-gradient(top, rgba(248, 89, 2, 1) 0%, rgba(235, 38, 2, 1) 100%);
  background-image: -ms-linear-gradient(top, rgba(248, 89, 2, 1) 0%, rgba(235, 38, 2, 1) 100%);
  background-image: linear-gradient(to bottom, rgba(248, 89, 2, 1) 0%, rgba(235, 38, 2, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85902', endColorstr='#eb2602', GradientType=0);
  opacity: 1;
  border: 2px solid #ca0808;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  color: #ffffff;
  font-weight: bold;
  font-size: 36px;
  padding-left: 0px;
  line-height: 48px;
  box-shadow: 0px 0px 1px #FFFFFF inset, 0px -0px 1px #FFFFFF inset, 0px 4px 1px 0px #d4ddd8;
  -webkit-box-shadow: 0px 0px 1px #FFFFFF inset, 0px -0px 1px #FFFFFF inset, 0px 4px 1px 0px #d4ddd8;
  -moz-box-shadow: 0px 0px 1px #FFFFFF inset, 0px -0px 1px #FFFFFF inset, 0px 4px 1px 0px #d4ddd8;
  -ms-box-shadow: 0px 0px 1px #FFFFFF inset, 0px -0px 1px #FFFFFF inset, 0px 4px 1px 0px #d4ddd8;
  -o-box-shadow: 0px 0px 1px #FFFFFF inset, 0px -0px 1px #FFFFFF inset, 0px 4px 1px 0px #d4ddd8;
  text-shadow: 1px 1px 2px #000000;
  line-height: 1.2;
  padding: 18px 30px;
}
.konyu_btn1118 a:after {
  position: absolute;
  margin-top: -7px;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  top: 50%;
  right: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.top_main__list .top_main__list__one--rank {
  position: relative;
}
.top_main__list__one--rank:nth-of-type(1):before {
  background: url(/gift/base/image/sanchoku_icon_ranking1.png) no-repeat left top;
  background-size: contain;
}
.top_main__list__one--rank:nth-of-type(2):before {
  background: url(/gift/base/image/sanchoku_icon_ranking2.png) no-repeat left top;
  background-size: contain;
}
.top_main__list__one--rank:nth-of-type(3):before {
  background: url(/gift/base/image/sanchoku_icon_ranking3.png) no-repeat left top;
  background-size: contain;
}

.p_usestop_text {
	color: #666;
    margin: 5px 10px 0;
    padding-bottom: 5px;
}
.head_point_text {
	color: #666;
    margin: 5px 10px 0;
    padding-bottom: 5px;
	font-size: 0.866rem;
}
.head_pointnum_number {
	color: #f0850f;
	font-size: 1.08rem;
}
.head_pointnum_text {
	color: #f0850f;
	font-size: 0.866rem;
}
/*テンプレートソース整理ここから*/
/* box-news */
@media screen and (min-width:480px) {
  .point_txt b {
    display: inline;
  }
}
.box-news {
  font-size: 19px;
  color: #d70000;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
  padding: 5px;
  border-top: 4px solid #d70000;
  border-bottom: 4px solid #d70000;
}
/* quick_buy */
.quick_buy {
  margin: 30px 0;
  text-align: center;
}
.quick_buy a {
  display: block;
  width: 90%;
  text-align: center;
  margin: 0 auto;
}
.quick_buy a img {
  display: block;
  margin: 0 auto;
  width: 90%;
  height: auto;
  max-width: 450px;
}
/* box */
.page__title {
  margin: 0 0 30px;
}
.box {
  margin: 0 3% 30px;
}
.box .no-indent {
  margin: 0 -3%;
}
.no-indent {
  margin: 0 -3%;
}
.box__title {
  font-size: 20px;
  line-height: 1.6em;
  border-left: 5px solid;
  padding: 5px 0 5px 15px;
  margin: 0 0 10px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", serif;
}
.box__txt-area--txt:last-child {
  margin: 20px 0 0;
}
/* cercle list */
.box-number dl {
  margin: 30px 0;
  display: flex;
  align-items: center;
}
.box-number .box__txt-area--txt dt {
  width: 130px;
  float: left;
}
.box-number .box__txt-area--txt dt img {
  width: 100%;
}
.box-number .box__txt-area--txt dd {
  float: right;
  width: calc(100% - 130px);
  color: #777;
  line-height: 1.8;
}
/* review */
.box.js {
  position: relative;
}
.box-review {
  position: relative;
  padding: 0 0 108px;
  margin: 0 3% 60px;
}
.box-review .box__txt-area--center {
  overflow: hidden;
}
.box__amarin1, .box .box__amarin2 {
  background: #f6f6f6;
  display: block;
  position: relative;
  height: auto;
  padding: 10px 15px 15px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 30px;
}
.box__amarin1 dt, .box__amarin2 dt {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 3px;
}
.box .box__amarin1 dd, .box .box__amarin2 dd {
  color: #555;
}
.box__amarin1:before {
  content: "";
  display: inline-block;
  border: 10px solid transparent;
  border-top-color: #f6f6f6;
  position: absolute;
  left: 20%;
  bottom: -20px;
}
.box__amarin2:before {
  content: "";
  display: inline-block;
  border: 10px solid transparent;
  border-top-color: #f6f6f6;
  position: absolute;
  left: 50%;
  bottom: -20px;
}
.more_btn {
  position: absolute;
  width: 100%;
  text-align: center;
  background: #fff;
  cursor: pointer;
  transition: bottom 0.2s;
  font-size: 18px;
  color: #000000;
  padding: 34px 0;
  border-top: 1px solid #999;
  bottom: 0;
}
.more_btn span {
  text-indent: -9999px;
  display: block;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.more_btn span::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 17.5%;
  background: url(/gift/image/btn_readmore.png) no-repeat 0 0;
  margin: 0 auto;
  background-size: contain;
}
.box-review .box__txt-area--txt2 {
  color: #777;
  bottom: -30px;
  position: absolute;
  font-size: 12px;
}
.more_btn.active {
  bottom: 0;
  border-top: none;
}
.more_btn.active span::before {
  display: block;
  content: "";
  width: 100%;
  background: url(/gift/image/btn_close.png) no-repeat 0 0;
  margin: 0 auto;
  background-size: contain;
}
/* box__bg */
.box__bg {
  background-size: contain;
  margin: 0 0 30px;
}
.box__bg .box__bg--img--center img {
  width: 100%;
}
.box__bg .box__bg--center {
  padding: 0 3%;
}
.box__bg .box__bg--txt-area--txt {
  padding: 20px 3%;
}
/* common */
.point--sub {
  color: #333;
}
.box__double {
  margin: 20px 3%;
}
.box__double dt {
  width: 40%;
  float: left;
  margin: 0 0 20px;
}
.box__double dt img {
  width: 100%;
}
.box__double dd {
  width: 60%;
  float: right;
}
.box__double dd h3 {
  font-size: 16px;
  font-weight: bold;
  color: #777;
  margin: 0 0 7px;
}
.box__double dd p {
  margin-bottom: 0px;
  color: #777;
  font-size: 14px;
  line-height: 1.8;
}
.cf::after {
  content: "";
  display: block;
  clear: both;
}
.rs__subitem__detail .box__ouchi_voice--txt {
    background: url(/gift/image/sc1-kushikatsutanaka-set200422_bg01_sp.jpg) repeat;
    padding: 10px;
    margin: 0;
    color: #777;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
}
.rs__subitem__detail .box__ouchi_voice--txt-area{ margin-bottom: 40px}
.rs__subitem__detail .box__ouchi_voice--txt_attention{color: #777;font-size: 13px;}
/*テンプレートソース整理ここまで*/

.slider {
  display: none;
}

.slider.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}
