/***********
 * common
 ***********/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-all;
    letter-spacing: 0.05rem;
}

html,
body {
  height: 100%;
}

html {
  overflow-x: hidden;
  font-size: 14px;
  /*レスポンシブタイプセッティングの指定*/
  line-height: 1.6;
  letter-spacing: 1px;
  color: #333333;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
}
input, textarea, button, select, i {
  font-family: 'Noto Sans JP', sans-serif;
}
/* 通常文字色 */

ul,
ul li {
  list-style: none;
}


/* a リンク文字色 */

a,
a:visited {
  color: #333333;
  /* a リンク文字色 */
  text-decoration: none;
}

a:hover,
button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;}
button{
  cursor: pointer;
  background-color: transparent;
  border-style: none;
}
a:hover * {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

[class^="icon-"], [class*=" icon-"]{
  font-family: 'Cinzel', serif !important;
}

textarea {
  width: 100%;
  border: #d1d1d1 solid 1px;
}

table {
  width: 100%;
  border-collapse: collapse;
    border-spacing: 0;
}

table th,
table td {
  border-spacing: 0;
  border-collapse: collapse;
  vertical-align: middle;
  border: none;
}

table.tbl {
  width: 100%;
  margin-bottom: 20px;
}

table.tbl tr th {
  font-size: 13px;
  font-weight: normal;
  position: relative;
  width: 90px;
  padding: 2px 10px 2px 0;
  text-align: left;
}

table.tbl tr th:after {
  position: absolute;
  top: 0;
  right: 0;
  content: ':';
}

table.tbl tr td {
  font-size: 13px;
  padding: 2px 12px 2px 48px;
  text-align: left;
}

@media only screen and (max-width: 600px) {
  table.tbl {
    width: 100%;
  }
  table.tbl tr th {
    font-size: 12px;
    font-weight: normal;
    width: 65px;
    padding: 4px 0;
    text-align: left;
  }
  table.tbl tr td {
    font-size: 12px;
    padding: 4px 15px;
    text-align: left;
  }
}

img {
  max-width: 100%;
  word-break: normal;
  border: none;
}

b {
  font-weight: bold;
  color: #7d9433;
}

pre {
  white-space: pre-wrap;
}

ul.list1 li {
  font-size: 13px;
  position: relative;
  margin-bottom: 10px;
  padding-left: 26px;
}

ul.list1 li:before {
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
  width: 10px;
  height: 14px;
  content: '';
  background-image: url(https://image.raku-uru.jp/cms/yt00014/img/icn-arrow-btn.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 600px) {
  ul.list1 li:before {
    position: absolute;
    top: 5px;
    left: 0;
    display: inline-block;
    width: 8px;
    height: 12px;
    content: '';
    background-image: url(https://image.raku-uru.jp/cms/yt00014/img/icn-arrow-btn_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

ul.list2 li {
  font-size: 13px;
  position: relative;
  margin-bottom: 10px;
  padding-left: 26px;
}

ul.list2 li:before {
  position: absolute;
  top: 12px;
  left: 0;
  display: inline-block;
  width: 8px;
  height: 1px;
  content: '';
  background-color: #666;
}

.wrapper {
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
}
.serif {
  font-family: 'Noto Serif JP', serif;
}
.cinzel {
  font-family: 'Cinzel', serif;
  font-weight: normal;
}


/***********
 * layout
 ***********/
.main-contents {
  padding-bottom: 90px;

}

#main-article {
  position: relative;
}

#main-article,
.main-article {
  margin-bottom: 30px;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 130px 0 0;
  width: 90%;
}

.page {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 0;
}

.row {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

@media only screen and (max-width: 600px) {
  .top {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0;
  }
  .page {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0;
  }
  .row {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
}


/***********
 * clearfix
 ***********/

.clearfix:before,
.clearfix:after {
  display: table;
  content: ' ';
}

.clearfix:after {
  clear: both;
}

label:after {
  display: none;
}


/***********
 * header
 ***********/
header {
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 1);
  position: fixed;
  width: 100%;
  z-index: 999;
}
.hidden {
  background-color: rgba(255, 255, 255, 0.7);
  transition: all 0.5s ease;
}

/*----------------

ヘッダー上部（黒帯）

----------------*/
.header-top__wrap {
  width: 1260px;
  margin: 0 auto;
  max-width: 90%;
}
.header-top {
  background: #333333;
}
.header-top__inner .serif{
  font-family: 'Noto Serif JP', serif;
}
.header-top__inner {
  display: flex;
  justify-content: space-between;
  color: #fff;
  align-items: center;
}
.header-top__inner__nav {
  display: flex;
  align-items: center;
}
.header-top__inner a {
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  margin-right: 25px;
}
.header-top__inner a:last-child{
  margin-right: 0;
}
.header-top__inner .header-top__inner__button {
  font-family: 'Cinzel', serif;
  color: #333333;
  background: #f5f4ef;
  padding: 5px 15px 6px 40px;
  position: relative;
  font-size: 16px;
  margin-right: 15px;
}
.header-top__inner .head-cart::before {
  position: absolute;
  content: "";
  width: 19px;
  height: 19px;
  background: url(https://image.raku-uru.jp/01/16567/33/cart-icon%402x_1608018430362.png) no-repeat;
  background-size: contain;
  top: 9px;
  left: 14px;
}
.header-top__inner .head-mypage::before {
  position: absolute;
  content: "";
  width: 19px;
  height: 19px;
  background: url(https://image.raku-uru.jp/01/16567/15/mypage-icon%402x_1608018426074.png) no-repeat;
  background-size: contain;
  top: 9px;
  left: 14px;
}
.head-title-br {
  display: none;
}
/*----------------

ヘッダー上部（黒帯）end

----------------*/
.header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 1260px;
  margin: 0 auto;
  max-width: 90%;
}
.logo-area {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.header__inner .logo {
  padding: 23px 50px 23px 0;
  font-size: 0;
}
.header__inner .shipping-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__inner .shipping-area div:first-child {
  margin-right: 15px;
}
.header__inner .shipping-area span {
  font-size: 18px;
}
.header__inner .shipping-area img{
  vertical-align: bottom;
}
#global-nav ul {
  display: flex;
}
#global-nav li {
  margin-right: 60px;
}
#global-nav .pc-last-nav {
  margin-right: 10px;
}
#global-nav li a{
  position: relative;
}
#global-nav li a::after{
  border-right: 1px solid #baad75;
  position: absolute;
  right: -30px;
  height: 50px;
  width: 1px;
  content: "";
  top: 20px;
}
#global-nav .pc-last-nav a::after{
  content: none;
}
#global-nav li > a,
#global-nav li span {
  display: block;
  font-weight: bold;
  line-height: 30px;
  padding: 45px 0 20px;
  font-family: 'Noto Serif JP', serif;
  position: relative;
}
#global-nav a > span{
  padding: 0;
}
#global-nav a > span::before{
  position: absolute;
  bottom: 3px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #0097E0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
#global-nav a > span:hover::before{
  transform-origin: left top;
  transform: scale(1, 1);
}
#global-nav .product {
  padding-right: 15px;
}
#global-nav .product::before {
  position: absolute;
  content: "";
  background: url(https://image.raku-uru.jp/01/16567/59/product-icon%402x_1608018461644.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 26px;
  right: -15px;
  left: 0;
  margin: auto;
  top: 20px;
}
#global-nav .product span {
  position: relative;
}
#global-nav .product span::after {
  position: absolute;
  border-top: 1px solid #0097E0;
  border-right: 1px solid #0097E0;
  content: "";
  width: 8px;
  height: 8px;
  transform: rotate(135deg);
  right: -15px;
  bottom: 12px;
  transition: .3s;
}
#global-nav .product span:hover::after  {
  bottom: 8px;
  transition: .3s;
}
#global-nav .commitment::before {
  position: absolute;
  content: "";
  background: url(https://image.raku-uru.jp/01/16567/31/commitment-icon%402x_1608018429845.png) no-repeat;
  background-size: contain;
  width: 34px;
  height: 26px;
  right: 0;
  left: 0;
  margin: auto;
  top: 20px;
}
#global-nav .ranking::before {
  position: absolute;
  content: "";
  background: url(https://image.raku-uru.jp/01/16567/57/ranking-icon%402x_1608018461168.png) no-repeat;
  background-size: contain;
  width: 26px;
  height: 19px;
  right: 0;
  left: 0;
  margin: auto;
  top: 27px;
}
#global-nav .guide::before {
  position: absolute;
  content: "";
  background: url(https://image.raku-uru.jp/01/16567/21/guide-icon%402x_1608018427472.png) no-repeat;
  background-size: contain;
  width: 31px;
  height: 21px;
  right: 0;
  left: 0;
  margin: auto;
  top: 25px;
  background-position: center;
}

/*メガメニュー*/
#global-nav > ul > li:hover .menu {
  max-height: 9999px;
  opacity: 1;
}
#global-nav > ul > li > a {
  transition: all 0.3s;
}
#global-nav > ul .menu {
  transition: all 0.3s;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
  background: #f4f4f4;
  top: 131px;
}
#global-nav > ul .menu .menu_inner {
  padding: 1em 0;
  margin: 0 auto;
  width: 90%;
  justify-content: center;
}
#global-nav > ul .menu .menu_inner li {
  display: inline-block;
  margin: 0 .5em;
  width: 23%;
}
#global-nav > ul .menu a {
  color: #232323;
}
#global-nav .menu_inner__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#global-nav .menu_inner__flex div:last-child {
  padding-left: 10px;
}
#global-nav .menu_inner__flex img:hover {
  opacity: 1;
}
#global-nav .menu_inner__flex .border-none {
  margin: 27px 0 17px;
  text-align: left;
  padding: 0;
}
#global-nav .menu_inner__flex .border-none img{
  vertical-align: bottom;
}
#global-nav .menu_inner__flex .border-none::after {
  content: none;
}
#global-nav .menu_inner__flex .border-none span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
}
#global-nav .menu_inner__flex .border-none span::after {
  position: absolute;
  border-top: 1px solid #0097e0;
  border-right: 1px solid #0097e0;
  transform: rotate(45deg);
  content: "";
  right: -14px;
  top: 12px;
  width: 8px;
  height: 8px;
}
#global-nav .menu_inner__flex .product-title {
  font-size: 24px;
  color: #0097e0;
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
}
#global-nav .menu_inner__flex .inner__flex__title-area {
  margin-right: 90px;
}

/*メガメニュー　end*/

/* category-nav */

.category-nav {
  float: left;
  min-width: 700px;
  margin-left: 200px;
}

.category-nav > ul > li {
  font-size: 18px;
  line-height: 65px;
  position: relative;
  float: left;
  margin-right: 50px;
  color: #7d9433;
}

.category-nav > ul li a {
  position: relative;
  display: block;
  width: 100%;
}

.category-nav-l2 {
  position: absolute;
  z-index: 55;
  top: 65px;
  left: 50%;
  display: none;
  width: 174px;
  margin-left: -87px;
  padding: 10px 12px;
  background-color: rgba(125,148,51,.9);
}

.active .category-nav-l2 {
  display: block;
}

.category-nav-l2:before {
  position: absolute;
  top: -7px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -7px;
  content: '';
  border-width: 0 7px 7px 7px;
  border-style: solid;
  border-color: transparent transparent #99ac60 transparent;
}

.category-nav-l2 > li {
  font-size: 16px;
  line-height: 1.2;
  border-bottom: rgba(255,255,255,.3) solid 1px;
}

.category-nav-l2 > li:last-child {
  border-bottom: none;
}

.category-nav-l2 > li > a {
  padding: 18px 0;
  color: #fff;
}

.category-nav-l3 > li {
  font-size: 12px;
  padding: 2px 0 6px 8px;
}

.category-nav-l3 > li a {
  color: #edf7d8;
}

.nav-close {
  display: none;
}



/***********
 * footer
 ***********/
footer {
  background-color: #474644;
  color: #fff;
}
footer a,
footer a:visited {
  color: #fff;
}
footer a:focus {
  color: #fff;
}
#footer-head {
  padding: 45px 0 55px;
}
#footer-head .sns-area {
  margin-bottom: 35px;
}
#footer-head .sns-area__title {
  font-size: 24px;
  font-family: 'Cinzel', serif;
  font-weight: 200;
  margin-bottom: 5px;
  text-align: center;
}
#footer-head .sns-area__list {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: center;
  padding: 20px 0 15px;
}
#footer-head .sns-area__list a {
  margin-right: 30px;
}
#footer-head .sns-area__list a:last-child {
  margin-right: 0;
}
#footer-head .footer-nav {
  max-width: 660px;
  margin: 0 auto 60px;
  width: 90%;
}
#footer-head .footer-nav ul {
  display: flex;
  justify-content: space-between;
}
#footer-head .footer-nav ul li a {
  display: block;
  font-size: 20px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
}
#footer-head .footer-nav ul li a small {
  font-size: 12px;
  font-family: 'Cinzel', serif;
}
#footer-head .footer-nav02 ul {
  display: flex;
  justify-content: center;
}
#footer-head .footer-nav02 ul li {
  padding-right: 40px;
  position: relative;
}
#footer-head .footer-nav02 ul li::after {
  border-right: 2px solid #fff;
  content: "";
  width: 2px;
  height: 15px;
  position: absolute;
  right: 20px;
  top: 5px;
}
#footer-head .footer-nav02 ul li:last-child::after {
  background: url(https://image.raku-uru.jp/01/16567/48/tab%402x_1608018459330.png) no-repeat;
  background-size: contain;
  width: 17px;
  height: 13px;
  border: none;
}
#footer-foot {
  background: #333333;
  padding: 25px 0;
  font-size: 12px;
  position: relative;
}
#footer-foot .page-top {
  position: absolute;
  right: 40px;
  top: -20px;
}
#footer-foot small {
  font-size: 11px;
}
#footer-foot .footer-foot__flex {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
#footer-foot .footer-foot__flex__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 47%;
}
#footer-foot .footer-foot__flex__inner__anc {
  display: flex;
  justify-content: space-between;
}
#footer-foot .inner__anc__list {
  padding: 0 20px;
  position: relative;
}
#footer-foot .inner__anc__list::after {
  border-right: 2px solid #fff;
  content: "";
  width: 2px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 5px;
}
#footer-foot .inner__anc__list:last-child::after {
  content: none;
}


/***********
 * main
 ***********/
/*.main {
  max-width: 1400px;
  margin: 0 auto;
  width: 90%;
}*/


/* main-image */

#main-image {
  position: relative;
  width: 1000px;
  margin: 30px 0;
  text-align: center;
}

#main-image img {
  max-width: 100%;
  max-height: 100%;
}

.main-image-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
}

.main-image-slider > ul {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: inline-block;
  overflow: hidden;
}

.main-image-slider > ul > li {
  display: inline;
  float: left;
  overflow: hidden;
  list-style-type: none;
}

.main-image-slider > ul > li span,
.main-image-slider > ul > li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.main-image-prev {
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 999;
    font-size: 36px;
    margin-top: -18px;
}

.main-image-next {
    position: absolute;
    left: 10px;
    top: 50%;
    z-index: 999;
    font-size: 36px;
    margin-top: -18px;
}

.main-image-prev a,
.main-image-next a {
    display: block;
    height: 100%;
}

.main-image-indicator {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 20px;
  left: 0;
}

.main-image-indicator ul {
  text-align: center;
}

.main-image-indicator ul li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 8px;
  border: #fff solid 1px;
  border-radius: 50%;
}

@media only screen and (max-width: 600px) {
  #main-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  #main-image img {
    max-width: 100%;
    max-height: 100%;
  }
  .main-image-slider {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .main-image-slider > ul {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: inline-block;
    overflow: hidden;
    height: 460px;
  }
  .main-image-slider > ul > li {
    display: inline;
    float: left;
    overflow: hidden;
    width: 270px;
    height: 140px;
    list-style-type: none;
  }
  .main-image-indicator {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 6px;
    left: 0;
  }
  .main-image-indicator ul {
    font-size: 0;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .main-image-indicator ul li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    border: #fff solid 1px;
    border-radius: 50%;
  }
}


/* ttl */

.ttl,
.ttl2 {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 5px;
  text-align: left;
  border-bottom: #eee solid 1px;
}

.ttl h2,
.ttl2 h2 {
  font-size: 24px;
  display: inline;
  margin-right: 20px;
  color: #0097E0;
}

.ttl h2:after,
.ttl2 h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 430px;
  height: 2px;
  content: '';
  background-color: #0097E0;
}

.ttl h3,
.ttl2 h3 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  color: #0097E0;
}

.ttl2 h3::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  display: inline-block;
  width: 430px;
  height: 2px;
  content: '';
  background-color: #0097E0;
}



@media only screen and (max-width: 600px) {
  .ttl,
  .ttl2 {
    position: relative;
    margin-bottom: 20px;
    padding: 0 10px 5px;
  }
  .ttl h2,
  .ttl2 h2 {
    font-size: 16px;
    display: inline;
    margin-right: 10px;
    letter-spacing: 1px;
    color: #0097E0;
  }
  .ttl h2:after,
  .ttl2 h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 295px;
    height: 2px;
    content: '';
    background-color: #0097E0;
  }

  .ttl h3,
  .ttl2 h3 {
    font-size: 14px;
    position: static;
  }

  .ttl2 h3::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    display: inline-block;
    width: 160px;
    height: 2px;
    content: '';
    background-color: #7d9433;
  }
}


/* product-list */

.product-list {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}

.product-list-item ,
.product-list-item-sub,
.product-list-item-4i {
  margin: 15px;
  margin-bottom: 30px;
  text-align: center;
  width: calc((100% - 90px) * 0.33333);
}
.product-list-item a,
.product-list-item-sub a,
.product-list-item-4i a{
  padding: 15px;
  display: block;
  background-color: #f7f7f7;
  height: 100%;
}
.product-list-item img,
.product-list-item-sub img,
.product-list-item-4i img {
  width: 100%;
  height: auto;
}

.product-list-item .product-list-photo ,
.product-list-item-sub .product-list-photo,
.product-list-item-4i .product-list-photo {
  position: relative;
  margin: auto;
  margin-bottom: 10px;
  overflow: hidden;
  max-width: 300px;
  max-height: 300px;
}

.product-list-item .product-list-photo img,
.product-list-item-sub .product-list-photo img,
.product-list-item-4i .product-list-photo img {
  display: block;
  max-width: 100%;
  max-height: 200px;
  width: auto;
  height: auto;
  margin: auto;
}

.product-list-item .product-list-name,
.product-list-item-sub .product-list-name {
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  height: 20px;
  margin-bottom: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.product-list-item .product-list-variation,
.product-list-item-sub .product-list-variation {
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  margin-bottom: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#top-salesranking .product-list-info {
  height: 68px;
}

.product-list-item-4i .product-list-name {
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  height: 40px;
  margin-bottom: 4px;
}

.product-list-item .product-list-price,
.product-list-item-sub .product-list-price,
.product-list-item-4i .product-list-price {
  font-size: 12px;
  line-height: 1.2;
}

.product-list-item .product-list-nonstock,
.product-list-item-sub .product-list-nonstock,
.product-list-item-4i .product-list-nonstock {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  line-height: 18px;
  margin-top: 2px;
  margin-right: 6px;
  padding: 0 3px;
  text-align: center;
  color: #f33;
  background: #fff;
}

@media only screen and (max-width: 600px) {
  .product-list {
    margin-bottom: 10px;
  }
  .product-list-item {
    float: left;
    width: 50%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .product-list-item-sub,
  .product-list-item-4i {
    float: left;
    width: 50%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .product-list-item a{
    padding: 10px;
  }
  .product-list .product-list-item:nth-child(3n-2) {
    clear: initial;
  }
  .product-list .product-list-item-sub:nth-child(4n-4),
  .product-list .product-list-item-4i:nth-child(4n-3) {
    clear: initial;
  }
  .product-list-item:nth-child(2n-1) ,
  .product-list-item-sub:nth-child(2n-1) ,
  .product-list-item-4i:nth-child(2n-1) {
    clear: both;
  }
  .product-list-item .product-list-photo,
  .product-list-item-sub .product-list-photo,
  .product-list-item-4i .product-list-photo {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
  }
  .product-list-item .product-list-name,
  .product-list-item-sub .product-list-name,
  .product-list-item-4i .product-list-name {
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 4px;
  }
  .product-list-item .product-list-price,
  .product-list-item-sub .product-list-price,
  .product-list-item-4i .product-list-price {
    font-size: 12px;
    line-height: 1.2;
  }
}


/* ranking icon */

.icn-rank {
  font-size: 14px;
  line-height: 44px;
  position: absolute;
  z-index: 2;
  top: 5px;
  left: 5px;
  display: none;
  width: 44px;
  height: 44px;
  text-align: center;
  color: #717171;
  border-radius: 22px;
  background-color: #ececec;
}

.icn-rank1 {
  color: #fff;
  background-color: #cdd445;
}

.icn-rank2 {
  color: #fff;
  background-color: #6a6a6a;
}

.icn-rank3 {
  color: #fff;
  background-color: #585107;
}

@media only screen and (max-width: 600px) {
  .icn-rank {
    font-size: 12px;
    line-height: 33px;
    width: 33px;
    height: 33px;
    border-radius: 50%;
  }
}


/* btn-area */

.btn-area {
  margin-bottom: 20px;
  text-align: center;
}

.btn-more {
  position: absolute;
  z-index: 1;
  top: 30px;
  right: 0;
}

.btn {
  font-size: 14px;
  font-weight: normal;
  line-height: 34px;
  position: relative;
  display: inline-block;
  width: 160px;
  height: 36px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  background-color: #7d9433;
}

.btn span:before {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  width: 10px;
  height: 14px;
  margin-top: -7px;
  content: '';
  background-image: url(https://image.raku-uru.jp/cms/yt00014/img/icn-arrow-btn.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.btn-back {
  font-size: 14px;
  font-weight: normal;
  line-height: 42px;
  position: relative;
  display: inline-block;
  width: 230px;
  height: 44px;
  text-align: center;
  color: #fff;
  border: #7d9433 solid 1px;
  border-radius: 2px;
  background-color: #7d9433;
}

a.btn-back span:before {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  width: 10px;
  height: 14px;
  margin-top: -7px;
  content: '';
  background-image: url(https://image.raku-uru.jp/cms/yt00014/img/icn-arrow-back.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 600px) {
  .btn-area {
    margin-bottom: 30px;
    text-align: center;
  }
  .btn-more {
    position: inherit;
    z-index: 1;
    top: 0;
    right: 0;
    padding: 0 10px;
  }
  .btn {
    font-size: 16px;
    font-weight: normal;
    line-height: 45px;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 45px;
    text-align: center;
  }
  .btn span:before {
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    width: 8px;
    height: 12px;
    margin-top: -6px;
    content: '';
    background-image: url(https://image.raku-uru.jp/cms/yt00014/img/icn-arrow-btn_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .btn-area a.btn-back span:before {
    position: absolute;
    top: 50%;
    left: 40px;
    display: block;
    width: 10px;
    height: 14px;
    margin-top: -8px;
    content: '';
    background-image: url(https://image.raku-uru.jp/cms/yt00014/img/icn-arrow-back.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}


/* top-ranking */

#top-ranking {
  position: relative;
  padding-top: 30px;
}

@media only screen and (max-width: 600px) {
  #top-ranking {
    padding-top: 30px;
  }
}


/* top-salesranking */

#top-salesranking {
  position: relative;
  padding-top: 30px;
}

@media only screen and (max-width: 600px) {
  #top-salesranking {
    padding-top: 30px;
  }
}


/* top-news */

#top-news {
  position: relative;
  padding-top: 30px;
}

#top-news .ttl {
  margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
  #top-news {
    padding-top: 30px;
  }
}


/* news-list */

.news-list {
  margin-bottom: 20px;
}

.news-list dl {
  display: table;
  width: 100%;
}

.news-list dl dt {
  font-size: 14px;
  display: table-cell;
  width: 130px;
  padding: 20px 0;
  border-bottom: #9ed9ff dotted 1px;
}

.news-list dl dd {
  font-size: 14px;
  position: relative;
  display: table-cell;
  border-bottom: #9ed9ff dotted 1px;
}

.news-list dl dd:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 10px;
  height: 14px;
  margin-top: -7px;
  content: '';
  background-image: url(https://image.raku-uru.jp/cms/yt00014/img/icn-arrow-btn.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.news-list dl dd a {
  display: block;
  width: 100%;
  height: auto;
  padding: 20px 0;
}

.news-list dl dd a:hover {
  text-decoration: underline;
  opacity: 1;
}

@media only screen and (max-width: 600px) {
  .news-list {
    margin-bottom: 15px;
    padding: 0;
  }
  .news-list dl {
    display: block;
    width: 100%;
  }
  .news-list dl dt {
    font-size: 12px;
    display: block;
    width: 100%;
    margin-bottom: 4px;
    padding: 0 10px;
    border: none;
  }
  .news-list dl dd {
    font-size: 12px;
    display: block;
    margin-bottom: 8px;
    padding: 0;
  }
  .news-list dl dd:after {
    display: none;
  }
  .news-list dl dd a {
    display: block;
    width: 100%;
    height: auto;
    padding: 0 10px 10px;
  }
}


/* item-detail */

#item-detail {
  padding-top: 20px;
}

.item-detail-left {
  float: left;
  width: 534px;
}

.item-detail-right {
  float: right;
  width: 440px;
}

.item-detail-photo-main {
  position: relative;
  padding: 0 27px;
}

.item-detail-photo {
  position: relative;
  overflow: hidden;
  width: 480px;
  height: 320px;
  margin-bottom: 10px;
}

.item-detail-photo ul li {
  float: left;
  width: 480px;
  height: 320px;
}

.item-detail-photo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
}

.item-detail-photo-backbtn {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -27px;
}

.item-detail-photo-backbtn a {
  display: block;
  width: 54px;
  height: 54px;
  background-image: url(https://image.raku-uru.jp/cms/yt00014/img/icn-arrow-photo-prev.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.item-detail-photo-nextbtn {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  margin-top: -27px;
}

.item-detail-photo-nextbtn a {
  display: block;
  width: 54px;
  height: 54px;
  background-image: url(https://image.raku-uru.jp/cms/yt00014/img/icn-arrow-photo-next.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.item-detail-thumb {
  width: 100%;
  margin-bottom: 20px;
  padding: 0 27px;
}

.item-detail-thumb-photo {
  float: left;
  width: 87px;
  margin-right: 11px;
}

.item-detail-thumb-photo img {
  max-width: 100%;
  max-height: 87px;
  border: #d0d0d0 solid 1px;
}

.item-detail-thumb-photo:nth-child(5n) {
  margin-right: 0;
}

.item-detail-thumb-photo:nth-child(5n+1) {
  clear: left;
}

.item-detail-info {
  width: 100%;
  margin-bottom: 15px;
}

.item-detail-info dl {
  display: table;
  width: 100%;
}

.item-detail-info dl dt {
  display: table-cell;
  width: 120px;
  padding: 3px;
  vertical-align: middle;
}

.item-detail-info dl dd {
  display: table-cell;
  padding: 3px;
  vertical-align: middle;
}

.item-detail-category {
  font-size: 14px;
}

.item-detail-name {
  font-size: 22px;
  font-weight: normal;
}

.item-detail-vari-price dl dt {
  display: none;
}
.item-detail-input p {
  font-size: 14px;
  margin-bottom: 5px;
}

.item-detail-vari-price-num {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 15px;
}

.item-detail-cart {
  width: 100%;
  margin-bottom: 25px;
  border-bottom: #d0d0d0 solid 1px;
}

.item-detail-cart p {
  font-size: 14px;
  margin-bottom: 10px;
}

.item-detail-cart .item-dtail-nostock {
  margin-bottom: 20px;
}

.item-detail-inputtext input {
  font-size: 16px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 56px;
  margin-bottom: 18px;
  padding: 0 8px;
  vertical-align: middle;
  border: 1px solid #d0d0d0;
  background-color: #fff;
}

.item-detail-select,
.item-detail-cart-vari-select {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 56px;
  margin-bottom: 18px;
  vertical-align: middle;
  border: 1px solid #d0d0d0;
  background-color: #fff;
}

.item-detail-select label:before,
.item-detail-cart-vari-select label:before {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 20px;
  width: 0;
  height: 0;
  margin-top: -3px;
  content: '';
  border-width: 7px 5px 0 4px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}

.item-detail-select select,
.item-detail-cart-vari-select select {
  font-size: 14px;
  line-height: 56px;
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  width: -webkit-calc(100%);
  height: 56px;
  margin: 0;
  padding: 0 0 0 20px;
  text-indent: .01px;
  text-overflow: '';
  border: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
        appearance: none;
}

select::-ms-expand {
  display: none;
}


/* radio */
.item-detail-cart-vari-radio {
  overflow: hidden;
  width: 100%;
  margin-bottom: 18px;
}
.item-detail-cart-vari-radio div {
  margin-bottom: 10px;
  padding-bottom: 1px;
}
.item-detail-cart-vari-radio input {
  position: absolute;
  opacity: .0;
}
.item-detail-cart-vari-radio input + label {
  max-width:100%;
  font-size: 18px;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.item-detail-cart-vari-radio input + label::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  margin-top: -1px;
  content: '';
  border: 1px solid #ccc;
  border-radius: 50%;
}
.item-detail-cart-vari-radio input:checked + label::after {
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  width: 11px;
  height: 11px;
  content: '';
  border-radius: 50%;
  background-color: #7d9433;
}
.item-detail-cart-vari-radio {
  overflow: hidden;
  width: 100%;
  margin-bottom: 18px;
}
.item-detail-cart-vari-radio label {
  font-size: 18px;
  line-height: 2;
  display: block;
  padding: 0;
}


.item-detail-num-count {
  font-size: 0;
  display: flex;
  width: 100%;
  margin-bottom: 18px;
}

.item-detail-num-plus {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}

.item-detail-num-plus a {
  font-size: 18px;
  line-height: 55px;
  display: block;
  width: 55px;
  height: 55px;
  text-align: center;
  text-decoration: none;
  background-color: #f1f1f1;
}

.item-detail-num-minus {
  font-size: 14px;
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}

.item-detail-num-minus a {
  font-size: 18px;
  line-height: 55px;
  display: block;
  width: 55px;
  height: 55px;
  text-align: center;
  text-decoration: none;
  background-color: #f1f1f1;
}

.item-detail-num {
  height: 55px;
  margin-right: 12px;
  padding: 0;
  vertical-align: middle;
}

.item-detail-num input[type=number] {
  font-size: 14px;
  line-height: 55px;
  display: block;
  width: 55px;
  height: 55px;
  text-align: center;
  border: solid 1px #ccc;
  -moz-appearance: textfield;
}

.item-detail-num input[type=number]::-webkit-inner-spin-button,
.item-detail-num input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.item-detail-num-select {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 56px;
  margin-bottom: 18px;
  vertical-align: middle;
  border: 1px solid #d0d0d0;
  background-color: #fff;
}

.item-detail-num-select label:before {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 20px;
  width: 0;
  height: 0;
  margin-top: -3px;
  content: '';
  border-width: 7px 5px 0 4px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}

.item-detail-num-select select {
  font-size: 14px;
  line-height: 56px;
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  width: -webkit-calc(100%);
  height: 56px;
  margin: 0;
  padding: 0 0 0 20px;
  text-indent: .01px;
  text-overflow: '';
  border: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
        appearance: none;
}

.item-detail-cart-btn {
  width: 100%;
  margin-bottom: 20px;
}

.item-detail-cart-btn a {
  font-size: 20px;
  line-height: 55px;
  display: block;
  width: 100%;
  height: 55px;
  text-align: center;
  color: #fff;
  background-color: #7d9433;
}

.item-detail-cart-btn a span {
  position: relative;
}

.item-detail-cart-btn a span:before {
  position: absolute;
  top: 50%;
  left: -46px;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  content: '';
  vertical-align: middle;
  background-image: url(https://image.raku-uru.jp/cms/yt00014/img/icn-cart-btn.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.item-detail-txt {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: #d0d0d0 solid 1px;
}

.item-detail-txt p {
  font-size: 13px;
  padding: 3px;
}

.item-detail-share {
  margin-bottom: 20px;
  text-align: center;
}
.item-detail-share ul li {
  display: inline-block;
  width: 24px;
  margin: 0 10px;
}
.item-detail-share ul li img {
  width: 100%;
  height: auto;
}

.item-comment {
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: #d0d0d0 solid 1px;
}

.item-comment h4 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 15px;
}

.item-comment p {
  font-size: 13px;
}

.item-comment table {
  width: 100%;
}

.item-comment table tr th {
  font-size: 13px;
  font-weight: normal;
  width: 180px;
  padding: 4px 12px;
  text-align: left;
}

.item-comment table tr td {
  font-size: 13px;
  padding: 4px 12px;
  text-align: left;
}

.item-comment table tr:nth-child(2n-1) th,
.item-comment table tr:nth-child(2n-1) td {
  background-color: #eee;
}

  @media only screen and (max-width: 1100px) {
  .item-detail-left {
    float: none;
    max-width: 534px;
    width: 100%;
    margin: 0 auto;
  }

  .item-detail-right {
    float: none;
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
  }
  #item-detail {
    padding-top: 0;
  }
}

@media only screen and (max-width: 600px) {

  .item-detail-left {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .item-detail-right {
    float: none;
    width: 100%;
  }
  .item-detail-photo-main {
    position: relative;
    width: 280px;
    margin: 0 auto;
    padding: 0;
  }
  .item-detail-photo {
    position: relative;
    overflow: hidden;
    width: 280px;
    height: 186px;
    margin: 0 auto 10px;
  }
  .item-detail-photo ul {
    width: 100%;
    height: 280px;
    margin: 0 auto;
  }
  .item-detail-photo ul li {
    display: block;
    float: left;
    width: 280px;
    height: 186px;
    margin: 0;
  }
  .item-detail-photo-backbtn {
    position: absolute;
    top: 50%;
    left: -20px;
    display: block;
    margin-top: -20px;
  }
  .item-detail-photo-backbtn a {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(https://image.raku-uru.jp/cms/yt00014/img/icn-arrow-photo-prev_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .item-detail-photo-nextbtn {
    position: absolute;
    top: 50%;
    right: -20px;
    display: block;
    margin-top: -20px;
  }
  .item-detail-photo-nextbtn a {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(https://image.raku-uru.jp/cms/yt00014/img/icn-arrow-photo-next_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .item-detail-thumb {
    display: none;
  }
  .item-detail-info {
    width: 100%;
    margin-bottom: 18px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .item-detail-category {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .item-detail-name {
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
    margin-bottom: 8px;
    letter-spacing: 1px;
  }
  .item-detail-price {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
  }
  .item-detail-price span {
    font-size: 12px;
    font-weight: normal;
  }
  .item-detail-input {
    padding: 0 10px;
  }
  .item-detail-input p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .item-detail-num-count {
    font-size: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .item-detail-num-minus {
    font-size: 14px;
    display: inline-block;
    margin-right: 12px;
  }
  .item-detail-num-minus a {
    font-size: 18px;
    line-height: 55px;
    display: block;
    width: 55px;
    height: 55px;
    text-align: center;
    background-color: #f1f1f1;
  }
  .item-detail-num {
    font-size: 16px;
    line-height: 55px;
    display: inline-block;
    width: 55px;
    height: 55px;
    margin-right: 12px;
    text-align: center;
  }
  .item-detail-num input[type=number] {
    font-size: 16px;
  }
  .item-detail-num-plus {
    font-size: 14px;
    display: inline-block;
  }
  .item-detail-num-plus a {
    font-size: 18px;
    line-height: 55px;
    display: block;
    width: 55px;
    height: 55px;
    text-align: center;
    background-color: #f1f1f1;
  }
  .item-detail-num-select select {
    font-size: 16px;
  }
  .item-detail-cart {
    width: 100%;
    margin-bottom: 18px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .item-detail-cart-vari-select select {
    font-size: 16px;
  }
  .item-detail-cart-btn {
    width: 100%;
    margin-bottom: 30px;
  }
  .item-detail-cart-btn a {
    font-size: 20px;
    line-height: 55px;
    display: block;
    width: 100%;
    height: 55px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    background-color: #7d9433;
  }
  .item-detail-cart-btn a span {
    position: relative;
  }
  .item-detail-cart-btn a span:before {
    position: absolute;
    top: 50%;
    left: -40px;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    content: '';
    vertical-align: middle;
    background-image: url(https://image.raku-uru.jp/cms/yt00014/img/icn-cart-btn.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .item-detail-share {
    margin-bottom: 20px;
    text-align: center;
  }
  .item-detail-share dl dd ul li {
    display: inline-block;
    width: 33%;
    margin-right: 0;
  }
  .item-detail-share dl dd ul li a {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto;
  }
  .item-detail-txt {
    width: 100%;
    margin-bottom: 18px;
    padding-right: 10px;
    padding-bottom: 18px;
    padding-left: 10px;
    border-bottom: #d0d0d0 dotted 1px;
  }
  .item-detail-txt p {
    font-size: 13px;
    padding: 0;
  }
  .item-detail-code {
    width: 100%;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    border-bottom: #d0d0d0 dotted 1px;
  }
  .item-detail-code dl {
    display: table;
    width: 100%;
  }
  .item-detail-code dl dt {
    font-size: 13px;
    display: table-cell;
    width: 95px;
    padding: 0;
  }
  .item-detail-code dl dd {
    font-size: 13px;
    display: table-cell;
    padding: 0;
  }
  .item-comment {
    margin-bottom: 0;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }
  .item-comment h4 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
  }
  .item-comment p {
    font-size: 13px;
  }
}


/* recommend */

#recommend {
  position: relative;
  padding-top: 30px;
}

@media only screen and (max-width: 600px) {
  #recommend {
    padding-top: 30px;
  }
}


/* about-tbl */

.about-tbl,
table.payment-content {
  width: 100%;
}

.about-tbl th,
table.payment-content th {
  font-weight: bold;
  width: 240px;
  padding: 20px 0;
  text-align: left;
  border-bottom: #ccc dotted 1px;
}

.about-tbl td,
table.payment-content td {
  padding: 20px 0;
  text-align: left;
  border-bottom: #ccc dotted 1px;
}

@media only screen and (max-width: 600px) {
  .about-tbl,
  table.payment-content {
    display: block;
    width: 100%;
  }
  .about-tbl tbody,
  .about-tbl tbody tr,
  table.payment-content tbody,
  table.payment-content tbody tr {
    display: block;
    width: 100%;
  }
  .about-tbl th,
  table.payment-content th {
    font-size: 14px;
    font-weight: bold;
    display: block;
    width: 100%;
    padding: 10px 10px 5px;
    text-align: left;
    border-bottom: none;
  }
  .about-tbl td,
  table.payment-content td {
    font-size: 12px;
    display: block;
    width: 100%;
    padding: 0 10px 10px;
    text-align: left;
  }
  table.payment-content {
    display: table;
  }
  table.payment-content tbody{
    display: table-row-group;
  }
  table.payment-content tbody tr{
    display: table-row;
  }
  table.payment-content th,
  table.payment-content td{
    display: table-cell;
    width: 50%;
  }
}

.payment-title {
  font-weight: bold;
}

.payment-content {
  margin-bottom: 1em;
}

table.payment-content tr:first-child td {
  text-align: center;
}

table.payment-content  td {
  text-align: right;
}

.carriage-title {
  font-weight: bold;
}

.carriage-content a {
  text-decoration: underline;
}

/* bnr-area */

.bnr-area {
  font-size: 0;
  width: 100%;
  padding: 55px 0 80px;
  text-align: center;
  background-color: #ededed;
}

.bnr-area .bnr {
  display: inline-block;
  margin: 0 8px;
}

.bnr-area .bnr img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 600px) {
  .bnr-area {
    width: 100%;
    margin-bottom: 60px;
    padding: 20px 10px 10px;
  }
  .bnr-area .bnr {
    width: 100%;
    margin: 0 0 10px;
  }
}


.form-select label {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 190px;
  height: 36px;
  vertical-align: middle;
  border: 1px solid #d0d0d0;
  background-color: #fff;
}

.form-select label:after {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 20px;
  display: block;
  width: 18px;
  height: 10px;
  margin-top: -5px;
  content: '';
  background-image: url(https://image.raku-uru.jp/cms/yt00014/img/icn-arrow-select-l.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.form-select select {
  font-size: 14px;
  line-height: 36px;
  position: relative;
  z-index: 2;
  display: block;
  width: 190px;
  height: 36px;
  margin: 0;
  padding: 0 0 0 10px;
  border: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
        appearance: none;
}

@media only screen and (max-width: 600px) {
  .form-select label {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 36px;
    vertical-align: middle;
  }
  .form-select label:after {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 10px;
    display: block;
    width: 19px;
    height: 10px;
    margin-top: -5px;
    content: '';
    background-image: url(https://image.raku-uru.jp/cms/yt00014/img/icn-arrow-select-l_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .form-select select {
    font-size: 16px;
    line-height: 36px;
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    width: -webkit-calc(100%);
    height: 36px;
    margin: 0;
    padding: 0 40px 0 10px;
    border: 0;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
}

/* newarrival */

#newarrival {
  position: relative;
}

@media only screen and (max-width: 600px) {
  #newarrival .ttl {
    margin-bottom: 14px;
  }
}


/***********
 * parts
 ***********/


/* msg */

.msg {
  font-size: 14px;
  margin-bottom: 38px;
  padding: 8px 15px;
  text-align: left;
  background-color: #f5f5f5;
}

@media only screen and (max-width: 600px) {
  .msg {
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 38px;
    padding: 8px 10px;
    text-align: left;
  }
}


/* err */

.err-msg {
  font-size: 14px;
  margin-bottom: 38px;
  padding: 8px 15px;
  text-align: left;
  color: #e30000;
  background-color: #f1efdf;
}

@media only screen and (max-width: 600px) {
  .err-msg {
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding: 10px 10px;
  }
}


/*bread*/

.bread {
  margin: 0 auto 20px;
  max-width: 1000px;
  width: 100%;
}

.bread ul li {
  max-width:100%;
  font-size: 12px;
  float: left;
  margin-right: 10px;
}

.bread ul li img {
  width: 18px;
  height: auto;
  vertical-align: middle;
}

.bread ul li a:after {
  display: inline-block;
  margin-left: 10px;
  content: '>';
  color: #333;
}

.bread ul li a:hover {
  text-decoration: underline;
  opacity: 1;
}

@media only screen and (max-width: 600px) {
  .bread {
    margin-bottom: 15px;
  }
  .bread ul li {
    font-size: 12px;
    float: left;
    margin-right: 8px;
  }
}

/* itemcount */
.item-list-itemcount {
  margin: 10px;
  text-align: right;
}

/* paging */
.paging {
  position: relative;
  margin: 0 auto 20px;
  padding: 20px 0;
  text-align: center;
  width: 60%;
}

.paging .prev {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  color: #0094e7;
}

.paging .prev a {
  position: relative;
  padding-left: 24px;
}
.paging .prev a span{
  color: #0094e7;
  font-family: 'Noto Sans JP', sans-serif;
}

.paging .prev a:after {
  border-top: 1px solid #0094e7;
  border-right: 1px solid #0094e7;
  content: "";
  height: 10px;
  position: absolute;
  margin-top: -3px;
  top: 50%;
  transform: rotate(-135deg);
  left: 0;
  width: 10px;
}

.paging .next {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
}

.paging .next a {
  position: relative;
  padding-right: 24px;
}
.paging .next a span{
  color: #0094e7;
  font-family: 'Noto Sans JP', sans-serif;
}

.paging .next a:after {
  border-top: 1px solid #0094e7;
  border-right: 1px solid #0094e7;
  content: "";
  height: 10px;
  position: absolute;
  margin-top: -3px;
  top: 50%;
  transform: rotate(45deg);
  left: auto;
  right: 0;
  width: 10px;
}

.page-num {
  display: inline-block;
}

.page-num ul {
  font-size: 0;
}

.page-num ul li {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
}

.page-num ul li span {
  font-weight: bold;
}

.page-num ul li a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #fff;
  border: 1px solid #0097E0;
  border-radius: 50%;
  color: #0097E0;
  display: block;
}
.page-num ul li span a {
  background-color: #0097E0;
  color: #fff;
}

@media only screen and (max-width: 600px) {
  .paging {
    width: 100%;
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .paging .prev {
    left: 10px;
  }
  .paging .prev a span {
    display: none;
  }
  .paging .next {
    right: 10px;
  }
  .paging .next a span {
    display: none;
  }
  .page-num ul {
    font-size: 0;
  }
  .page-num ul li {
    font-size: 14px;
    display: inline-block;
    margin: 0 5px;
  }
}


/* sort */

.sort {
  font-size: 0;
  position: relative;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: right;
}

.sort-label {
  font-size: 12px;
  display: inline-block;
}

.sort ul {
  font-size: 0;
  display: inline-block;
}

.sort ul li {
  font-size: 12px;
  position: relative;
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
}

.sort ul li:first-child {
  margin-left: 0;
  padding-left: 0;
}

.sort ul li:not(:first-child):after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1px;
  height: 12px;
  margin-top: -6px;
  content: '';
  background-color: #000;
}

.sort ul li a {
  text-decoration: underline;
}

.sort ul li a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 600px) {
  .sort {
    font-size: 0;
    position: inherit;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 14px;
    padding: 0 10px;
    text-align: center;
  }
  .sort-label {
    line-height: 27px;
  }
  .sort-select {
    font-size: 13px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 230px;
    height: 27px;
    vertical-align: middle;
    border: #999 solid 1px;
  }
  .sort-select:after {
    position: absolute;
    z-index: 3;
    top: 50%;
    right: 15px;
    display: block;
    width: 13px;
    height: 7px;
    margin-top: -4px;
    content: '';
    pointer-events: none;
    background-image: url(https://image.raku-uru.jp/cms/yt00014/img/icn-arrow-select-s.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .sort-select select {
    font-size: 13px;
    line-height: 27px;
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 27px;
    margin: 0;
    padding: 0 0 0 10px;
    border: 0;
    outline: none;
    background: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
}


/* バッチ */
 .icon-badge47484{
    margin-right: 5px;
    margin-bottom: 15px;
    z-index: 97;
  }

  .badge_wrap{
    margin-bottom: 5px;
  }

/* NEWバッジ */
  .icon-badge47484::before{
    content: "NEW";
    width: 60px;
    height: 20px;
    display: inline-block;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    background: #e75a24;
    border: 1px solid #e75a24;
    color: #fff;
  }
/* おすすめバッジ */
 .icon-badge47485{
    margin-right: 5px;
    margin-bottom: 15px;
    z-index: 97;
  }

  .badge_wrap{
    margin-bottom: 5px;
  }

/* NEWバッジ */
  .icon-badge47485::before{
    content: "おすすめ";
    width: 60px;
    height: 20px;
    display: inline-block;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    background: #29b0d6;
    border: 1px solid #29b0d6;
    color: #fff;
  }
/* 人気バッジ  */
 .icon-badge47486{
    margin-right: 5px;
    margin-bottom: 15px;
    z-index: 97;
  }

  .badge_wrap{
    margin-bottom: 5px;
  }

/* NEWバッジ */
  .icon-badge47486::before{
    content: "人気";
    width: 60px;
    height: 20px;
    display: inline-block;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    background: #cfd621;
    border: 1px solid #cfd621;
    color: #000;
  }
/* ユーザー追加バッジ */

.icn-reservation::before {
  content: "予約商品";
  width: 58px;
  height: 18px;
  display: block;
  float: left;
  font-size: 11px;
  line-height: 18px;
  margin-top: 2px;
  margin-right: 6px;
  text-align: center;
  color: #fff;
  background: #666;
}

a .icn-reservation::before {
  color: #fff;
  background: #666;
}

.item-detail-name.icn-reservation::before {
  width: 96px;
  height: 32px;
  font-size: 16px;
  line-height: 32px;
  margin-right: 10px;
}

/*overlay*/

.overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.9);
}

.modal-open {
  /*
  overflow: hidden;
  */
}

.modal-open .overlay {
  display: block;
  background-color: rgba(0,0,0,.8);
}

@media only screen and (max-width: 600px) {
  .nav-open {
    overflow: hidden;
  }
  .nav-open .overlay {
    display: block;
  }
}


/* modal */

.modal {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  display: none;
  margin-top: -200px;
  margin-left: -320px;
  padding: 10px;
  background-color: #fff;
}

.modal-open .modal {
  display: block;
}

.modal-inner {
  position: relative;
  width: 100%;
  height: auto;
}

.modal-img {
  max-width: 648px;
  max-height: 648px;
}

.modal-img img {
  display: block;
  max-width: 648px;
  max-height: 648px;
  width: auto;
  height: auto;
}

.modal-close {
  position: absolute;
  top: -20px;
  right: -20px;
}

.modal-close a {
  display: block;
  width: 52px;
  height: 52px;
  background-image: url(https://image.raku-uru.jp/cms/yt00014/img/btn-modal-close.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 600px) {
  .modal {
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    display: none;
    margin-top: -110px;
    margin-left: -150px;
    padding: 5px;
    background-color: #fff;
  }
  .modal-open .modal {
    display: block;
  }
  .modal-inner {
    position: relative;
    width: 100%;
    height: auto;
  }
  .modal-img {
    max-width: 280px;
    max-height: 280px;
  }
  .modal-img img {
    max-width: 280px;
    max-height: 280px;
    width: auto;
    height: auto;
  }
  .modal-close {
    position: absolute;
    top: -25px;
    right: -25px;
  }
  .modal-close a {
    display: block;
    width: 39px;
    height: 39px;
  }
}


/* pagetop */

.btn-pagetop {
  position: absolute;
  top: -36px;
  left: 50%;
  margin-left: -40px;
}

.btn-pagetop a {
  position: relative;
  display: block;
  width: 80px;
  height: 36px;
  border-radius: 3px 3px 0 0;
  background-color: #7d9433;
}

.btn-pagetop a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 14px;
  margin-top: -7px;
  margin-left: -10px;
  content: '';
  background-image: url(https://image.raku-uru.jp/cms/yt00014/img/btn-pagetop.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 600px) {
  .btn-pagetop {
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -36px;
  }
  .btn-pagetop a {
    position: relative;
    display: block;
    width: 72px;
    height: 25px;
    border-radius: 3px 3px 0 0;
    background-color: #7d9433;
  }
  .btn-pagetop a:after {
    position: absolute;
    top: auto;
    bottom: 3px;
    left: 50%;
    display: block;
    width: 17px;
    height: 12px;
    margin-top: 0;
    margin-left: -9px;
    content: '';
    background-image: url(https://image.raku-uru.jp/cms/yt00014/img/btn-pagetop_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}


/***********
 * module
 ***********/

.sp {
  display: none !important;
}

@media only screen and (max-width: 600px) {
  .sp {
    display: inline-block !important;
  }
}
/***送料について***/

.shipment-tbl {
  width: 100%;
  margin-top: 30px;
  border-top: #eee solid 1px;
}

.shipment-tbl th {
  font-weight: bold;
  width: 200px;
  padding: 20px 0;
  text-align: left;
  border-top: #eee solid 1px;
}

.shipment-tbl-ptn1 th{
  width: 250px;
  padding-right: 20px;
}

.shipment-tbl td {
  padding: 20px 0;
  text-align: left;
  border-top: #eee solid 1px;
}

.shipment-tbl caption {
  font-size: 16px;
  padding: 4px 12px 3px;
  color: #7d9433;
}

.shipment-tbl-normal table th {
  width: auto;
  white-space: nowrap;
}

.shipment-tbl-rule-notice {
  font-size: 80%;
}

.shipment-tbl-normal-shippoint-point span{
  display: inline-block;
  line-height: 1.1;
  padding:5px 0;
}

.shipment-tbl-normal-shippoint-point span:nth-child(2){
  padding: 0 10px;
}

.shipment-tbl-normal-rule,
.shipment-tbl-normal-rule2,
.shipment-tbl-tkbsize-defined-rule {
  margin: 15px;
}

.shipment-tbl-normal-rule2 span {
  display: block;
}

.shipment-tbl table th,
.shipment-tbl table td {
  padding: 3px 4px 2px;
  border: 0;
  line-height: 1.1;
}

.shipment-tbl table td {
  text-align: center;
}

.shipment-tbl table thead th,
.shipment-tbl table thead td {
  color: #fff;
  background-color: #8fd5ff;
}

.shipment-tbl table thead th span,
.shipment-tbl table thead th span {
  display: block;
}

.shipment-tbl table tbody tr:nth-child(2n) th,
.shipment-tbl table tbody tr:nth-child(2n) td {
  background: #d3f2ff;
}

.shipment-tbl table th {
  min-width: 100px;
}

.shipment-tbl-normal-orderprice-ttl,
.shipment-tbl-normal-orderpric-price {
  display: inline-block;
}

.shipment-tbl-eidome a {
  text-decoration: underline;
}

@media only screen and (max-width:600px) {
  .shipment-tbl caption {
    display: block;
  }
  .shipment-tbl th {
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 20px 10px 5px;
    border-bottom: none;
  }
  .shipment-tbl td {
    font-size: 12px;
    display: block;
    width: 100%;
    padding: 0 10px 20px;
    border-top: none;
  }
  .shipment-tbl table {
    width: 90%;
    margin: auto;
  }
  .shipment-tbl table thead th,
  .shipment-tbl table thead td {
    padding-bottom: 5px;
  }
  .shipment-tbl table thead th span,
  .shipment-tbl table thead td span {
    display: inline;
    padding: 0 14px;
  }
  .shipment-tbl table th,
  .shipment-tbl table td {
    width: 100%;
    text-align: center;
  }
}

/***********
 * lp
 ***********/

.contents-lp .main {
  margin-bottom: 50px;
}

.contents-lp .item-order {
  width: 440px;
  margin: 0 auto;
}

.contents-lp .lp-img img{
  display: block;
  max-width: 100%;
  margin: 20px auto;
}

.contents-lp .item-order .item-detail-cart {
  border-bottom: none;
}

@media only screen and (max-width: 600px) {
  .contents-lp .item-order {
    width: 100%;
  }
}


/***********
 * login
 ***********/

.contents-login .main {
  width: 100%;
}


/***********
 * wysiwyg
 ***********/

.wysiwyg-data html, .wysiwyg-data address,
.wysiwyg-data blockquote,
.wysiwyg-data body, .wysiwyg-data dd,.wysiwyg-data  div,
.wysiwyg-data dl, .wysiwyg-data dt, .wysiwyg-data fieldset, .wysiwyg-data form,
.wysiwyg-data frame, .wysiwyg-data frameset,
.wysiwyg-data h1, .wysiwyg-data h2, .wysiwyg-data h3, .wysiwyg-data h4,
.wysiwyg-data h5, .wysiwyg-data h6, .wysiwyg-data noframes,
.wysiwyg-data ol, .wysiwyg-data p, .wysiwyg-data ul, .wysiwyg-data center,
.wysiwyg-data dir, .wysiwyg-data hr, .wysiwyg-data menu, .wysiwyg-data pre   { display: block; unicode-bidi: embed;}
.wysiwyg-data li              { display: list-item;}
.wysiwyg-data head            { display: none;}
.wysiwyg-data table           { display: table;}
.wysiwyg-data tr              { display: table-row;}
.wysiwyg-data thead           { display: table-header-group;}
.wysiwyg-data tbody           { display: table-row-group;}
.wysiwyg-data tfoot           { display: table-footer-group;}
.wysiwyg-data col             { display: table-column;}
.wysiwyg-data colgroup        { display: table-column-group;}
.wysiwyg-data td, .wysiwyg-data th          { display: table-cell;}
.wysiwyg-data caption         { display: table-caption;}
.wysiwyg-data th              { font-weight: bolder; text-align: center;}
.wysiwyg-data caption         { text-align: center;}
.wysiwyg-data body            { margin: 8px;}
.wysiwyg-data h1              { font-size: 2em; margin: .67em 0;}
.wysiwyg-data h2              { font-size: 1.5em; margin: .75em 0;}
.wysiwyg-data h3              { font-size: 1.17em; margin: .83em 0;}
.wysiwyg-data h4, .wysiwyg-data p,
.wysiwyg-data blockquote, .wysiwyg-data ul,
.wysiwyg-data fieldset, .wysiwyg-data form,
.wysiwyg-data ol, .wysiwyg-data dl, .wysiwyg-data dir,
.wysiwyg-data menu            { margin: 1.12em 0; color: #333;}
.wysiwyg-data h5              { font-size: .83em; margin: 1.5em 0;}
.wysiwyg-data h6              { font-size: .75em; margin: 1.67em 0;}
.wysiwyg-data h1, .wysiwyg-data h2, .wysiwyg-data h3, .wysiwyg-data h4,
.wysiwyg-data h5, .wysiwyg-data h6, .wysiwyg-data b,
.wysiwyg-data strong          { font-weight: bolder; color: #333;}
.wysiwyg-data blockquote      { margin-left: 40px; margin-right: 40px;}
.wysiwyg-data i, .wysiwyg-data cite, .wysiwyg-data em,
.wysiwyg-data var, .wysiwyg-data address    { font-style: italic;}
.wysiwyg-data pre, .wysiwyg-data tt, .wysiwyg-data code,
.wysiwyg-data kbd, .wysiwyg-data samp       { font-family: monospace;}
.wysiwyg-data pre             { white-space: pre;}
.wysiwyg-data button, .wysiwyg-data textarea,
.wysiwyg-data input, .wysiwyg-data select   { display: inline-block;}
.wysiwyg-data big             { font-size: 1.17em;}
.wysiwyg-data small, .wysiwyg-data sub, .wysiwyg-data sup { font-size: .83em;}
.wysiwyg-data sub             { vertical-align: sub;}
.wysiwyg-data sup             { vertical-align: super;}
.wysiwyg-data table           { border-spacing: 2px;;}
.wysiwyg-data thead, .wysiwyg-data tbody,
.wysiwyg-data tfoot           { vertical-align: middle;}
.wysiwyg-data td, .wysiwyg-data th, .wysiwyg-data tr      { vertical-align: inherit;}
.wysiwyg-data s, .wysiwyg-data strike, .wysiwyg-data del  { text-decoration: line-through;}
.wysiwyg-data hr              { border: 1px inset;}
.wysiwyg-data ol, .wysiwyg-data ul, .wysiwyg-data dir,
.wysiwyg-data menu, .wysiwyg-data dd        { margin-left: 40px;}
.wysiwyg-data ol              { list-style-type: decimal;}
.wysiwyg-data ol ul, .wysiwyg-data ul ol,
.wysiwyg-data ul ul, .wysiwyg-data ol ol    { margin-top: 0; margin-bottom: 0;}
.wysiwyg-data u, .wysiwyg-data ins          { text-decoration: underline;}
.wysiwyg-data br:before       { content: "\A"; white-space: pre-line;}
.wysiwyg-data center          { text-align: center;}
.wysiwyg-data :link, .wysiwyg-data :visited { text-decoration: underline;}
.wysiwyg-data :focus          { outline: thin dotted invert;}

.wysiwig-data a{color: #333;}
.wysiwig-data a:hover{color: #0097e0;}

.wysiwyg-data table{border:solid 1px;border-collapse:separate;border-color:#c0c0c0 #c0c0c0 #808080 #808080;border-spacing:2px; width:auto;}
.wysiwyg-data table tr td{border:solid 1px;border-color:#808080 #808080 #c0c0c0 #c0c0c0; padding:0;}
.item-comment .wysiwyg-data table tr td{background:#fff;}
.wysiwyg-data ul, .wysiwyg-data ul li{list-style-type: disc;}
.wysiwyg-data ol{list-style-type: decimal;}

/* Begin bidirectionality settings (do not change) */
.wysiwyg-data BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override;}
.wysiwyg-data BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override;}

.wysiwyg-data *[DIR="ltr"]    { direction: ltr; unicode-bidi: embed;}
.wysiwyg-data *[DIR="rtl"]    { direction: rtl; unicode-bidi: embed;}

@media print {
  .wysiwyg-data h1            { page-break-before: always;}
  .wysiwyg-data h1, .wysiwyg-data h2, .wysiwyg-data h3,
  .wysiwyg-data h4, .wysiwyg-data h5, .wysiwyg-data h6    { page-break-after: avoid;}
  .wysiwyg-data ul, .wysiwyg-data ol, .wysiwyg-data dl    { page-break-before: avoid;}
}




@media screen and (max-width: 1300px) {
  .header__inner .logo {
    padding: 23px 20px 23px 0;
  }
  #global-nav li {
    margin-right: 30px;
  }
  #global-nav li a::after {
    right: -15px;
  }
  #global-nav .menu_inner__flex .inner__flex__title-area {
    margin-right: 40px;
  }
  #global-nav > ul .menu .menu_inner li {
    width: 22%;
  }
}
@media screen and (max-width: 1170px) {
  .header-top__inner .serif {
    line-height: 1.3;
    font-size: 13px;
  }
  .head-title-br {
    display: block;
  }
}
@media screen and (max-width: 1150px) {
  .header__inner .logo{
    width: 260px;
  }
  #global-nav li {
    margin-right: 12px;
  }
  #global-nav li a::after {
    right: -8px;
  }
  #global-nav .product {
    padding-right: 20px;
  }
}

@media screen and (max-width: 1024px){
  header {
    position: relative;
  }
  .header__inner {
    height: 50px;
    display: flex;
  }
  .header__inner .logo {
    padding: 0;
    width: 39%;
  }
  .header-top {
    background: #374149;
    color: #fff;
    font-weight: normal;
    padding: 1px 0;
  }
  .header-top span {
    font-size: 18px;
  }
  .header__inner .shipping-area {
    display: none;
  }
  .header__inner .overview-sp {
    color: #0097E0;
    border-top: 1px solid #0097E0;
    border-bottom: 1px solid #0097E0;
    padding: 1px 0;
    font-size: 10px;
  }
  .header__inner .logo-area {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .header__inner .logo {
    padding: 5px 0;
  }
  .header__inner .logo img {
    width: 200px;
  }
  .smp-nav-area {
    background: #fff;
    position: fixed;
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    right: 0;
    left: 0;
    margin: auto;
    border-top: 1px solid #ccc;
    z-index: 99;
  }
  .smp-nav-area__content {
    width: 33.3%;
    text-align: center;
    border-right: 1px solid #ccc;
    padding: 9px 0;
    font-family: 'Cinzel', serif;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    padding-left: 20px;
  }
  .nav-area__content02 span,
  .nav-area__content03 span {
    position: relative;
  }
  .nav-area__content02 span::before {
    position: absolute;
    background: url(https://image.raku-uru.jp/01/16567/68/search-icon__rakuuru%402x_1608028051726.png) no-repeat;
    background-size: contain;
    content: "";
    width: 14px;
    height: 14px;
    left: -20px;
    top: 5px;
  }
  .nav-area__content03 span::before {
    position: absolute;
    background: url(https://image.raku-uru.jp/01/16567/66/cart-icon_rakuuru%402x_1608027900904.png) no-repeat;
    background-size: contain;
    content: "";
    width: 14px;
    height: 14px;
    left: -20px;
    top: 3px;
  }
  /*ハンバーガーボタン*/
  .sp_nav-btn{
    transition: 0.3s;
  }
  .icon-animation {
    width: 100%;
    height: 45px;
    display: block;
    cursor: pointer;
    position: absolute;
    left: 0;
    text-align: center;
    top: 0;
    transition: .3s;
  }

  .icon-animation span {
    width: 20px;
    height: 1px;
    display: block;
    background: #333333;
    position: absolute;
    left: 41%;
    top: 60%;
    margin-left: -17px;
    margin-top: -5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .icon-animation .top {
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
  }

  .icon-animation .bottom {
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px);
  }

  .icon-animation:before {
    content: "MENU";
    display: block;
    position: absolute;
    right: -30px;
    left: 0;
    margin: auto;
    letter-spacing: 0;
    bottom: 14px;
    color: #333;
    top: 10px;
    font-size: 16px;
    width: 80px;
  }
  .icon-animation button {
    background-color: #fff;
    border: none;
  }
  .is-open {
    background: #ccc;
    transition: .3s;
  }
  .is-open .middle {
    background: rgba(51, 51, 51, 0);
  }

  .is-open .top {
    -webkit-transform: rotate(-45deg) translateY(0px);
    -ms-transform: rotate(-45deg) translateY(0px);
    transform: rotate(-45deg) translateY(0px);
  }

  .is-open .bottom {
    -webkit-transform: rotate(45deg) translateY(0px);
    -ms-transform: rotate(45deg) translateY(0px);
    transform: rotate(45deg) translateY(0px);
  }

  .is-open.icon-animation:before {
    content: "CLOSE";
    left: 0px;
    width: 55px;
  }

  #global-nav {
    background: #fff;
    display: none;
    left: 0;
    max-height: 100vh;
    height: 100vh;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
  }
  #global-nav ul {
    flex-direction: column;
    padding: 0px 0 70px;
    width: 80%;
    margin: 0 auto;
    max-width: 500px;
  }
  #global-nav li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #global-nav > ul > li > a {
    border-bottom: 1px solid #0097E0;
    padding: 10px 5px;
    position: relative;
  }
  #global-nav li > a:after {
    background: url(https://image.raku-uru.jp/01/16567/40/arrow%402x_1608018431861.png) no-repeat;
    background-size: contain;
    content: "";
    height: 10px;
    width: 20px;
    position: absolute;
    right: 0;
    top: 20px;
    border: none;
  }
  #global-nav .menu_inner__flex__col .s-nav{
    border-bottom: 1px solid #0097E0;
    padding: 10px 5px;
    position: relative;
    text-align: left;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
  }
  #global-nav .menu_inner__flex__col .s-nav span {
    margin-right: 5px;
  }
  #global-nav .menu_inner__flex__col .s-nav img{
    width: 10px;
    margin-bottom: 2px;
  }
  #global-nav .menu_inner__flex__col .arrow-none::after {
    content: none;
  }
  #global-nav > ul > li > .s-nav {
    border-bottom: none;
    font-size: 12px;
    padding: 0 0 0 5px;
    display: inline-block;
  }
  #global-nav > ul > li > .s-nav::after {
    background: url(https://image.raku-uru.jp/01/16567/40/arrow%402x_1608018431861.png) no-repeat;
    background-size: contain;
    content: "";
    height: 10px;
    width: 10px;
    position: absolute;
    right: -20px;
    top: 15px;
    border: none;
  }
  #global-nav .pc-last-nav a::after{
    content: "";
  }
  #global-nav a > span::before {
    content: none;
  }
  #global-nav li > a, #global-nav li span {
    padding:  0;
  }
  #global-nav a > span::after{
    display: none;
  }
  #global-nav .logo-nav img{
    width: 150px;
  }
  #global-nav .global-nav__area {
    width: 80%;
    margin: 30px auto 0;
    text-align: center;
    max-width: 500px;
  }
  #global-nav .global-nav__flex {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
  }
  #global-nav .global-nav__flex a{
    width: 48%;
  }
  #global-nav .product::before,
  #global-nav .ranking::before,
  #global-nav .commitment::before,
  #global-nav .guide::before{
    content: none;
  }
  #global-nav > ul .menu {
    max-height: unset;
    opacity: 1;
    position: unset;
    background: none;
    transition: unset;
  }
  #global-nav .toggle:hover .menu {
    position: unset;
  }
  #global-nav .accordion-title {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #0097E0;
    padding: 10px 5px;
    position: relative;
    font-family: 'Noto Serif JP', serif;
  }
  #global-nav .accordion-title::after {
    content: "";
    background: url(https://image.raku-uru.jp/01/16567/38/arrow-blue%402x_1608018431381.png) no-repeat;
    background-size: auto;
    background-size: contain;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 1px;
    top: 20px;
    transition: 0.3s;
  }
  #global-nav #accordion {
    position: relative;
  }
  #global-nav li > .product::after {
    content: none;
  }
  #global-nav .accordion-content {
    display: none;
  }
  #global-nav .accordion-container {
    position: relative;
    width: 100%;
    border-top: none;
    outline: 0;
    cursor: pointer
  }
  #global-nav .accordion-container .rotation:after {
    transform:rotateX(-180deg);
    transition: 0.3s;
    top: 10px;
  }
  #global-nav .menu_inner__flex .inner__flex__title-area {
    display: none;
  }
  #global-nav .menu_inner__flex .border-none {
    width: 95%;
    margin: 7px auto;
    display: flex;
    align-items: center;
  }
  #global-nav .menu_inner__flex__col {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  #global-nav > ul .menu .menu_inner li {
    margin: 0;
    width: 100%;
  }
  #global-nav .menu_inner__flex div:last-child {
    padding-left: 0;
  }
  #global-nav > ul .menu .menu_inner {
    width: 100%;
    padding: 1em 0 0;
  }
  #global-nav .menu_inner__flex .border-none span {
    font-size: 14px;
  }
  #global-nav .border-none div:first-child {
    width: 40%;
    margin-right: 20px;
  }
  #global-nav .pick-up-smp {
    border: 1px solid #ccc;
  }
  .popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    visibility: hidden;
    animation: show 0.3s linear 0s;
    display: none;
  }
  .popup.is-show {
    display: block;
    visibility: visible;
  }
  @keyframes show {
    from {
      opacity: 0;
      transform: translateY(5px);
    }

    to {
      opacity: 1;
      transform: translateY(0px);
    }
  }
  .popup-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    max-width: 600px;
    padding: 23px 20px;
    background-color: #fff;
    z-index: 2;
  }
  .popup-inner img {
    width: 100%;
  }
  .close-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    background: url(https://image.raku-uru.jp/01/16567/36/batsu%402x_1608018430915.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    top: -30px;
  }
  .close-btn i {
    font-size: 0;
  }
  .black-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    z-index: 1;
    cursor: pointer;
  }
  .popup-title {
    font-size: 18px;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
    text-align: center;
    margin-bottom: 10px;
  }
  .popup-text {
    font-size: 13px;
    text-align: center;
    margin-bottom: 15px;
  }
  #searchform {
    position: relative;
  }
   .screen-reader-text {
    display: none;
  }
   #form {
    width: 100%;
    border: 1px solid #ccc;
    padding: 8px 10px;
    position: relative;
  }
  #form input{
    width: 100%;
    border-style: none;
  }
   #searchsubmit_icon {
    width: 20px;
    height: 20px;
    background: #000;
    position: absolute;
  }
   #searchsubmit {
    font-size: 0;
    width: 15px;
    height: 15px;
    background: url(https://image.raku-uru.jp/01/16567/54/search-icon%402x_1608018460625.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 14px;
  }
  .header__inner .overview-sp p {
    letter-spacing: -0.02rem;
  }
  footer{
    padding: 20px 0 0;
  }
  #footer-head .footer-nav {
    flex-direction: column;
    width: 100%;
  }
  #footer-head {
    text-align: center;
    padding: 0px 0 20px;
  }
  #footer-head .sns-area {
    margin-bottom: 20px;
  }
  #footer-head .sns-area__title {
    font-size: 16px;
  }
  #footer-head .footer-address {
    margin-top: 10px;
  }
  #footer-head .footer-nav {
    margin-top: 10px;
    text-align: left;
  }
  #footer-head .footer-nav > dl{
    margin-top: 20px;
    margin-left: 15px;
  }
  #footer-head .footer-nav > dl dl{
    margin-top: 10px;
  }
  #footer-head .footer-nav dl + dl {
    margin-left: 15px;
  }
  #footer-head .footer-nav02 ul li {
    font-size: 12px;
  }
   #footer-head {
    flex-direction: column;
  }
  #footer-head .footer-nav {
    width: 100%;
    margin-top: 30px;
  }
  #footer-foot {
    flex-direction: column;
    padding: 10px 0 60px;
  }
  #footer-foot a {
    margin-left: 15px;
  }
  #footer-foot p {
    margin-top: 20px;
    text-align: center;
  }
  #footer-foot .footer-foot__flex {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  #footer-foot .footer-foot__flex__inner__anc {
    flex-direction: column;
  }
  #footer-foot .inner__anc__list {
    padding: 5px 0;
  }
  #footer-foot a {
    margin-left: 0;
  }
  #footer-foot p {
    margin: 20px auto 0;
  }
  #footer-foot .inner__anc__list::after {
    content: none;
  }
}

@media screen and (max-width: 768px){
  .container{
    padding: 0 4%;
    padding-top: 25px;
    width: 100%;
  }
  .contents{
    padding-top: 30px;
  }
  .bread{
    padding: 5px 10px;
  }
  .product-list-item,
  .product-list-item-sub,
  .product-list-item-4i{
    width: calc(( 100% - 41.1px ) * 0.5);
    margin: 10px;
  }
  .product-list-item:nth-child(3n),
  .product-list-item-sub:nth-child(4n + 3),
  .product-list-item-4i:nth-child(4n) {
    margin-right: 10px;
  }
  .main-contents{
    padding-bottom: 45px;
  }
  .page-num ul li a{
    line-height: 34px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px){
  .container{
    padding-top: 30px;
  }

}


/****************/
/*  SP表示　max 480px  */
/****************/
@media screen and (max-width: 480px) {
    .header-top  {
      font-size: 10px;
    }
    .header-top span {
      font-size: 14px;
    }
    .icon-animation span{
      margin-left: -26px;
    }
}



/****************/
/*  ディスプレイ幅表示制御  */
/****************/
@media screen and (max-width: 1024px) {
  .spc__hide{
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .spc__show{
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .ipad__hide{
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .ipad__show{
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .smp__hide{
    display: none !important;
  }
}
@media screen and (min-width: 481px) {
  .smp__show{
    display: none !important;
  }
}

.title_wrap {
	margin-top: 40px;
}
.title_wrap h2{
	text-align: center;
	font-size: 30px;
	font-family: 'Noto Serif JP', serif;
	margin: 40px auto 20px;
}
.bnr_wrap {
	text-align: center;
	margin-top: 30px;
}
.bnr_wrap a{
	display: block;
	margin: 0 auto;
	max-width: 520px;
	width: 90%;
}
@media screen and (max-width: 768px){
	.title_wrap {
		margin: 20px 10px 0;
	}
	.item-list-description{
		margin: 0 10px;
	}
	.item-list-noitem{
		margin: 0 10px;
	}
}
