@import url("https://image.raku-uru.jp/cms/fontcss/font.css");

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img,
ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  word-wrap: break-word;
  word-break: break-all;
}
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
ins {
  background-color: #f2f82f;
  color: #171216;
  text-decoration: none;
}
mark {
  background-color: #f2f82f;
  color: #171216;
  font-weight: bold;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
del {
  text-decoration: line-through;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #bfbfbf;
  margin: 1rem 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
img {
  border: none;
  vertical-align: middle;
  line-height: 0;
}
*, :before, :after, ::before, ::after {
  box-sizing: border-box;
}

/**------------------**
 * 共通
 *-------------------**/
html {
  font-size: 62.5%;
  background: #fff;
  overflow-x: hidden;
}
@supports (-webkit-touch-callout: none) {
  html {
    height: 100vh;
    height: -webkit-fill-available;
  }
}
body {
  -webkit-text-size-adjust: 100%;
  font-size: 1.4em;
  color: #000;
  line-height: 1.5;
  margin: 0 auto;
  text-align: justify;
  overflow-wrap: break-word;
  font-family: "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "BIZ UDPGothic", Meiryo, "MS PGothic", sans-serif;
}
input, textarea, button, select,
i, pre {
  font-family: "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "BIZ UDPGothic", Meiryo, "MS PGothic", sans-serif;
}
::selection,
::-moz-selection {
  background: #000;
  color: #fff;
}
a {
  color: #000;
  text-decoration: none;
  transition: 0.3s all;
  background: transparent;
}
a:hover,
a:focus {
  color: #000;
  text-decoration: underline;
  opacity: 0.6;
  background: transparent;
}
img {
  max-width: 100%;
  height: auto;
}

/**------------------**
 * パーツ
 *-------------------**/
/* 切り替え */
.pc,
.sp_none,
.sp_none_inline {
  display: none !important;
}
.sp,
.pc_none {
  display: block !important;
}
.pc_none_inline {
  display: inline !important;
}
@media screen and (min-width: 768px) {
  .pc,
  .sp_none {
    display: block !important;
  }
  .sp_none_inline {
    display: inline !important;
  }
  .sp,
  .pc_none,
  .pc_none_inline {
    display: none !important;
  }
}
.none_bg {
  background: none !important;
}
.none_bd {
  border: none !important;
}
.none_bd_top {
  border-top: none !important;
}
.no_br br {
  display: none;
}
.on_br br {
  display: block;
}
@media screen and (min-width: 960px) {
  .no_br br {
    display: block;
  }
  .on_br br {
    display: none;
  }
}

/* margin */
.mt0 {
  margin-top: 0px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.pt0 {
  padding-top: 0px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}

/* layer */
.layer-bk,
.layer-wh {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  padding: 0.5em 0;
}
.layer-bk {
  background: rgba(0, 0, 0, 0.44);
}
.layer-wh {
  background: rgba(255, 255, 255, 0.8);
}

/* style */
em, i, cite {
  font-style: normal;
}
strong, b {
  font-weight: bold;
}
blockquote, q {
  border-left: 4px solid #bfbfbf;
  margin: 0 0 2.4em 1rem;
  position: relative;
  display: block;
  color: #4a515c;
}
blockquote:after, q:after {
  content: "”";
  font-size: 90px;
  line-height: 0em;
  color: #dcdce0;
  position: absolute;
  right: 0;
  top: 100%;
}
blockquote p:last-child, q p:last-child {
  margin-bottom: 0;
}

/* text color */
.txt-wt {
  color: #fff;
}
.txt-red,
.red {
  color: #ec0000;
}
.txt-blue {
  color: #0068b7;
}

/* TEXT配置 */
.txt_center {
  text-align: center !important;
}
.txt_right {
  text-align: right !important;
}
.txt_left {
  text-align: left !important;
}

/* 文字ツメ */
.txt_spac {
  letter-spacing: -1px;
}
.txt_spac_pl {
  letter-spacing: 2px;
}
.bold {
  font-weight: bold;
}

/* もっとリンク 右矢印 */
.more-link {
  text-align: right;
  margin-bottom: 1.5em;
  font-size: 14px;
  font-size: 1.4rem;
}
.more-link a {
  display: inline-block;
  text-decoration: none;
}
.more-link a::after {
  content: "\e902";
  font-family: "icomoon";
  color: #0079ff;
  margin-left: 5px;
}
.more-link a:hover {
  color: #106aa7;
  text-decoration: none !important;
}
.more-link a:hover::after {
  color: #106aa7;
}

/* ボタン */
.css-batu,
.css-plus {
  display: inline-block;
  position: relative;
  margin: 0 20px 0 7px;
  padding: 0;
  width: 4px;
  height: 20px;
  background: #000;
  cursor: pointer;
}

/* ×ボタン */
.css-batu {
  transform: rotate(45deg);
}
.css-batu::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 20px;
  height: 4px;
  margin-top: -2px;
  background: #000;
}

/* +ボタン */
.css-plus::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 20px;
  height: 4px;
  margin-top: -2px;
  background: #000;
}

/* ボタン */
.btn-center {
  margin: 0 auto;
  text-align: center;
}
.btn a {
  display: inline-block;
  padding: 10px 15px;
  text-align: center;
  color: #fff;
  background: #005a7d;
  letter-spacing: 3px;
  text-indent: 3px;
  font-family: "BIZ UDPMincho", "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  font-weight: 500;
  font-size: 1.6rem;
}
.btn a:hover,
.btn a:focus {
  color: #fff;
  text-decoration: none;
}

/* clearfix */
.cl, #secondary {
  *zoom: 1;
}
.cl::after, #secondary::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/**------------------**
 * ページ上部へ戻る
 *-------------------**/
#pagetop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 2;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 50px;
  height: 45px;
  transition: all 0.3s;
  border-radius: 5px;
  line-height: 1;
}
#pagetop span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 10px;
  transition: 0.3s all;
}
#pagetop span::before,
#pagetop span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
#pagetop span::before {
  width: 20px;
  height: 20px;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  transform: rotate(45deg);
}
#pagetop:hover {
  background: #d9e021;
}
#pagetop:hover span::before {
  border-color: #000;
}
@media screen and (min-width: 768px) {
  #pagetop {
    bottom: 30px;
    right: 30px;
  }
}

/**------------------**
 * ヘッダー
 *-------------------**/
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 80px; /* #header */
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
#header .site-name__sub {
  display: none;
}
#headerWrap {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 12px 30px;
}
#header .site-name {
  width: 75%;
  height: auto;
  margin-left: -15px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#header .site-name img {
  width: auto;
  height: 55px;
}
#header .site-name-txt {
  width: 75%;
  font-size: 1.7rem;
}
#header .site-name-txt a:hover {
  text-decoration: none;
}
@media screen and (min-width: 1040px) {
  #header {
    height: auto;
    box-shadow: none;
  }
  #headerWrap {
    display: block;
    padding: 17px 50px;
    height: 100px; /* #header */
  }
  #header .site-name {
    width: 100%;
  }
  #header .site-name a {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    color: #666;
  }
  #header .site-name a:hover {
    text-decoration: none;
    opacity: 0.4;
  }
  #header .site-name-image img {
    width: 110px;
    height: auto;
  }
  #header .site-name-txt {
    font-size: 2.3rem;
  }
  #header .site-name__sub {
    display: block;
    margin-left: 2em;
    font-size: 1.35rem;
    font-weight: 500;
    letter-spacing: 3px;
    text-indent: 3px;
  }
  #header .site-name__sub span {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    text-indent: 0;
  }
}

/* ヘッダーメニュー */
#headerMenu {
  display: none;
}
@media screen and (min-width: 1040px) {
  #headerMenu {
    display: block;
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 50px;
    margin-top: -1.3rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #headerMenu li {
    list-style-type: none;
    font-weight: 500;
    margin-left: 1.5em;
  }
  #headerMenu li:first-child {
    margin-left: 0;
  }
  #headerMenu .line {
    height: 19px;
  }
  #headerMenu a {
    font-size: 1.3rem;
    text-decoration: none;
    color: #000;
  }
  #headerMenu a:hover,
  #headerMenu a:focus {
    text-decoration: underline;
    color: #000;
  }
  #headerMenu a.langActive {
    pointer-events: none;
  }

  /* icon */
  #headerMenu .entry a::before {
    content: "\e932";
    font-family: "icomoon";
    margin-right: 5px;
  }
  #headerMenu .mypage a::before {
    content: "\e929";
    font-family: "icomoon";
    margin-right: 5px;
  }
  #headerMenu .cart a::before {
    content: "\e918";
    font-family: "icomoon";
    margin-right: 5px;
  }
  #headerMenu .logout a::before {
    content: "\e931";
    font-family: "icomoon";
    margin-right: 5px;
  }
  #headerMenu .entry a:hover::before,
  #headerMenu .mypage a:hover::before,
  #headerMenu .cart a:hover::before,
  #headerMenu .logout a:hover::before {
    color: #000;
  }
}

/* sp - カートボタン */
#sp_cart {
  display: block;
  position: absolute;
  top: 50%;
  right: 93px;
  transform: translateY(-50%);
}
#sp_cart.cart span {
  display: none;
}
#sp_cart.cart a::before {
  content: "\e918";
  font-family: "icomoon";
  font-size: 2.7rem;
}
#sp_cart.cart  a:hover::before {
  color: #000;
}
#sp_cart.cart  a:hover {
  text-decoration: none;
}
@media screen and (min-width: 1040px) {
  #sp_cart {
    display: none;
  }
}

/* グローバルナビ */
#gnavi {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 0;
  pointer-events: none;
}
#gnavi ul {
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
#gnavi li {
  text-align: center;
  border-top: 0.5px solid rgba(0, 0, 0, 0.15);
}
#gnavi li.line {
  padding: 20px 0;
}
#gnavi a {
  -webkit-tap-highlight-color: transparent;
  display: block;
  color: #000;
  font-size: 1.5rem;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  font-family: "BIZ UDPMincho", "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
}
#gnavi a:hover,
#gnavi a:focus {
  color: #000;
  background: #d9e021;
  opacity: 1;
}
#gnavi .pc_none {
  display: block !important;
}
/* open */
#gnavi.open {
  height: 100% !important;
}
#gnavi.open ul {
  opacity: 1;
  transition: all 0.3s ease-out;
}
#gnavi.open a {
  pointer-events: auto;
}
body.is-menu-open #gnavi,
body.is-menu-open #gnaviBtn {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 1040px) {
  #gnavi {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    transform: none;
    pointer-events: auto;
    background: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 0 50px;
  }
  #gnavi ul {
    display: block;
    height: auto;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    opacity: 1;
    transform: none;
    background: transparent;
    backdrop-filter: none;
    height: 50px; /* set */
    line-height: 50px; /* set */
  }
  #gnavi li {
    line-height: 1; /* set */
    display: inline-block;
    transform: none;
    margin: 3px auto;
    margin-left: 1em;
    border-top: 0;
    text-align: left;
  }
  #gnavi li:first-child {
    margin-left: 0;
  }
  #gnavi li.line {
    padding: 0;
  }
  #gnavi a {
    position: relative;
    color: #fff;
    padding: 0;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 0 3px;
  }
  #gnavi a:hover,
  #gnavi a:focus {
    color: #fff;
    opacity: 0.6;
    background: transparent;
  }
  #gnavi .pc_none {
    display: none !important;
  }
}

/* グローバルナビ -- ボタン */
#gnaviBtn {
  display: block;
  position: absolute;
  top: 18px;
  right: 26px;
  z-index: 3;
  cursor: pointer;
}
#gnaviBtn .trigger,
#gnaviBtn .trigger span {
  display: inline-block;
  transition: 0.3s all;
}
#gnaviBtn .trigger {
  position: relative;
  width: 35px;
  height: 20px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
#gnaviBtn .trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 5px;
}
#gnaviBtn .trigger span:nth-of-type(1) {
  top: 0;
}
#gnaviBtn .trigger span:nth-of-type(2) {
  top: 9px;
}
#gnaviBtn .trigger span:nth-of-type(3) {
  bottom: 0;
}
#gnaviBtn .gn--text {
  position: absolute;
  bottom: -0.3rem;
  font-size: 1rem;
  letter-spacing: 0.5px;
  text-indent: 0.5px;
  text-align: center;
  background-color: transparent !important;
  color: #000;
}
/* open */
#gnaviBtn.open span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
#gnaviBtn.open span:nth-of-type(2) {
  opacity: 0;
}
#gnaviBtn.open span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}
#gnaviBtn.open .gn--text {
  opacity: 0;
}
@media screen and (min-width: 1040px) {
  #gnaviBtn {
    display: none;
  }
}

/**------------------**
 * フッター
 *-------------------**/
#footer {
  width: 100%;
  padding: 30px;
  background: #61a0c3 url("https://image.raku-uru.jp/01/21559/65/footerBG_1655441493599.jpg") center top no-repeat;
  background-size: cover;
}
/* parts */
.footerMenu {
  text-align: center;
  margin-bottom: 90px;
}
.footerMenu a {
  display: block;
  text-align: center;
  padding: 10px 0;
  font-size: 1.3rem;
}
.footerMenu a:hover,
.footerMenu a:focus {
  opacity: 1;
  text-decoration: none;
  background: #d9e021;
}
.footerLogo {
  margin: 0 auto 60px;
  text-align: center;
}
.footerLogo .logo {
  margin-left: -1.5em;
}
.footerLogo .logo img {
  width: 160px;
  height: auto;
}
.footerLogo .sub {
  margin-top: 20px;
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: 3px;
  text-indent: 3px;
  color: #fff;
}
.footerAddress {
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
}
.footerAddress .name {
  font-weight: 500;
  margin-bottom: 5px;
}
.footerAddress .address,
.footerAddress .tel {
  font-size: 1.2rem;
  letter-spacing: 1px;
}
.copyright {
  margin-top: 40px;
  text-align: center;
  letter-spacing: 1px;
  font-size: 1rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #footer {
    width: 100%;
    padding: 350px 50px 30px;
  }
  .footerMenu {
    display: flex;
    text-align: left;
    margin-bottom: 60px;
    margin-left: -8px; /* .footerMenu a */
  }
  .footerMenu li::before {
    content: "|";
    margin: 0 0.5em;
  }
  .footerMenu li:first-child:before {
    content: "";
    margin: 0;
  }
  .footerMenu a {
    display: inline;
    text-align: left;
    padding: 8px 5px;
  }
  .footerLogo {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    text-align: left;
  }
  .footerLogo .logo img {
    width: 130px;
    margin: 0;
  }
  .footerLogo .sub {
    margin-top: 0;
    margin-left: 2em;
  }
  .footerAddress {
    text-align: left;
  }
  .copyright {
    text-align: right;
  }
}
@media screen and (min-width: 960px) {
  .footerMenu li::before {
    margin: 0 1em;
  }
}
@media screen and (min-width: 2000px) {
  #footer {
    padding-top: 500px;
  }
}

/**------------------**
 * コンテンツ
 *-------------------**/
#main {
  width: 100%;
  margin-top: 80px; /* #header */
}
.main,
.blockWrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .headerInner,
  .main,
  .blockWrap {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .headerInner,
  .main,
  .blockWrap {
    width: 960px;
  }
}
@media screen and (min-width: 1040px) {
  #main {
    margin-top: 150px; /* #header + #gnavi */
  }
  .headerInner,
  .main,
  .blockWrap {
    width: 1040px;
    padding: 0;
  }
}

/**------------------**
  特定商取引法, 個人情報, 送料について, 会員規約
 *-------------------**/
.main-article {
  margin-bottom: 100px;
}
.main-article a {
  text-decoration: underline;
}
.main-article a:hover {
  text-decoration: none;
}

/* column */
.one-column #main,
.one-column .main {
  width: 100%;
  margin: auto;
}
.inner {
  width: 94%;
  margin: 0 3%;
  height: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .inner {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 3%;
  }
}
@media screen and (min-width: 1040px) {
  .inner {
    padding: 0;
  }
}
.no_inner,
.cat-menu {
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .no_inner,
  .cat-menu {
    max-width: 1040px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  /* 960px以下:2column layout */
  .two-column {
    display: flex;
    flex-direction: row-reverse;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 3%;
  }
  .two-column {
    padding: 0;
  }
  .two-column #main,
  .two-column .main {
    width: -webkit-calc(100% - 280px);
    width: calc(100% - 280px);
  }
  .two-column #secondary {
    width: 260px;
    padding: 0;
    margin-right: 40px;
  }
}

/**------------------**
 * 見出し
 *-------------------**/
h1,
h2,
h3,
h5,
h6 {
  margin: 60px 0 20px;
  font-feature-settings: "palt" 1;
  font-family: "BIZ UDPMincho", "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  font-weight: bold;
  letter-spacing: 1px;
}
/* h */
h1 {
  font-size: 2.6rem;
}
h2 {
  font-size: 2.4rem;
}
h3 {
  font-size: 2.2rem;
}
h4 {
  font-size: 2rem;
}
h5 {
  font-size: 1.8rem;
}
h6 {
  font-size: 1.6rem;
}
/* h span */
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-size: 85%;
  font-weight: normal;
}

/**------------------**
 * スライダー
 *-------------------**/
.mainImage {
  position: relative;
  width: 100vw;
  height: 50vh;
}
.no_mainImage {
  margin-top: 130px;
}
@media screen and (min-width: 1040px) {
  .mainImage {
    height: 700px;
  }
  .no_mainImage {
    margin-top: 200px;
  }
}

/* トップページ スライドショー */
.swiper {
  position: relative;
  width: inherit;
  height: inherit;
  background: rgba(0, 0, 0, 0.02);
}
.swiper .slide {
  background: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.swiper .slide01 {
  background-image: url("https://image.raku-uru.jp/01/21559/74/slide01_sp_1655441574338.jpg");
}
.swiper .slide03 {
  background-image: url("https://image.raku-uru.jp/01/21559/70/slide03_sp_1655441570481.jpg");
}
.swiper .slide04 {
  background-image: url("https://image.raku-uru.jp/01/21559/69/slide04_sp_1655441569228.jpg");
}
.swiper .slideText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 60%;
  animation-name: slideTextAni;
  animation-timing-function: ease-in;
  animation-duration: 1s;
  z-index: 1;
}
@keyframes slideTextAni {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .swiper .slide01 {
    background-image: url("https://image.raku-uru.jp/01/21559/75/slide01_1655441575193.jpg");
  }
  .swiper .slide03 {
    background-image: url("https://image.raku-uru.jp/01/21559/71/slide03_1655441571451.jpg");
  }
  .swiper .slide04 {
    background-image: url("https://image.raku-uru.jp/01/21559/68/slide04_1655441567961.jpg");
  }
}
@media screen and (min-width: 1040px) {
  .swiper .slideText {
    height: 53%;
  }
}

/**------------------**
 * パンくずリスト
 *-------------------**/
.breadcrumbs {
  list-style-type: none;
  font-size: 1.2rem;
  text-align: left;
  overflow-wrap: normal;
  margin: 60px 0;
  padding-top: 50px;
}
.breadcrumbs li {
  display: inline-block;
  letter-spacing: 1px;
}
.breadcrumbs li:before {
  content: " ＞ ";
  color: #444;
}
.breadcrumbs li:first-child:before {
  content: "";
}
.breadcrumbs a {
  text-decoration: underline;
}
.breadcrumbs a:hover {
  text-decoration: none;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    font-size: 1.4rem;
  }
}

/**------------------**
 * 閉店表示
 *-------------------**/
 body#close {
  background: #fff;
}
body#close #wrapper {
  position: relative;
  width: 100%;
  text-align: center;
}
body#close #header {
  position: static;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  background: #fff;
  backdrop-filter: none;
  box-shadow: none;
  padding: 0;
  margin: 0 auto;
}
body#close #header .site-name {
  display: block;
  margin: 70px auto 0;
  width: 180px;
}
body#close #header .site-name img {
  width: 100%;
  height: auto;
  margin-left: -1.5rem;
}
body#close #header .site-name a {
  opacity: 1;
}
body#close #wrapper .container {
  position: static;
  color: #000;
}
body#close #wrapper .container > div {
  text-align: center;
  margin: 100px auto;
  font-size: 2rem;
}
body#close #footer {
  background: transparent;
  margin: 0; padding: 0;
}
body#close .copyright {
  text-align:center;
  color: #000;
}
body#close #page-top {
  display: none;
}
@media screen and (min-width: 768px) {
  body#close #header .site-name {
    width: 200px;
  }
  body#close #header .site-name img {
    margin-left: -1rem;
  }
}

/**------------------**
 * カレンダー
 *-------------------**/
.months {
  text-align: center;
  padding: 8px 0;
  margin: auto;
  font-size: 18px;
  font-size: 1.8rem;
}
.schedule-area {
  text-align: center;
  margin-bottom: 24px;
}
.schedule-area .months {
  width: 94%;
  color: #fff;
  background-color: #00afcc;
  padding: 8px 0;
  margin-bottom: 1em;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.schedule-area2 {
  text-align: center;
}
.schedule-area2 .months {
  text-align: left;
  padding: 10px;
}

/* カレンダー線あり */
.calendar table {
  width: 94%;
  margin: auto;
}
.calendar th,
.calendar td {
  font-size: 13px;
  font-weight: normal;
  padding: 5px 0;
  width: 12.428%;
  text-align: center;
  border: 2px solid #fff;
  margin: 0;
  display: table-cell;
}
.calendar thead th {
  padding: 10px 0;
  background-color: #f6f6f7;
}
.calendar thead th:first-child {
  color: #ee6352;
}
.calendar thead th:last-child {
  color: #228cdb;
}
.calendar td i {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
}

/* カレンダー線なし */
.calendar-2 {
  margin-bottom: 24px;
}
.calendar-2 table {
  width: 94%;
  margin: auto;
}
.calendar-2 th,
.calendar-2 td {
  font-size: 13px;
  font-weight: normal;
  padding: 0;
  width: 12.428%;
  text-align: center;
  border: none;
  display: table-cell;
}
.calendar-2 thead {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.calendar-2 thead th {
  background: rgba(246, 246, 247, 0);
  padding: 10px 0;
}
.calendar-2 thead th:first-child {
  color: #ec0000;
}
.calendar-2 thead th:last-child {
  color: #0068b7;
}
.calendar-2 tbody {
  padding-top: 10px;
}
.calendar-2 tbody td {
  vertical-align: middle;
  padding: 5px 3px;
}
.calendar-2 tbody td i {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  line-height: 26px;
}

/* イベント色分け */
.e1 i {
  color: #fcfcfc;
  background-color: #ea526f;
}
.list-event li.event1::before {
  background-color: #ea526f;
}
.e2 i {
  color: #fcfcfc;
  background-color: #ff8a5b;
}
.list-event li.event2::before {
  background-color: #ff8a5b;
}
.e3 i {
  color: #333;
  background-color: #fceade;
}
.list-event li.event3::before {
  background-color: #fceade;
}
.list-event {
  border-top: 1px solid #bfbfbf;
  padding: 15px 0;
  margin: 0 3%;
  text-align: left;
}
.list-event li {
  display: inline-block;
  line-height: 24px;
  position: relative;
  min-height: 24px;
  margin-bottom: 5px;
  margin-right: 10px;
  padding-left: 32px;
  text-align: left;
  list-style: none;
  font-size: 13px;
  font-size: 1.3rem;
}
.list-event li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  content: "";
}

/**------------------**
 * ページャー
 *-------------------**/
.pager {
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 94%;
}
.pager .prev,
.pager .next {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  height: 20px;
}
.pager .prev a,
.pager .next a {
  position: relative;
  line-height: 20px;
  display: inline-block;
}
.pager .prev span,
.pager .next span {
  display: none;
}
.pager .prev a::after,
.pager .next a::after {
  position: absolute;
  width: 14px;
}
.pager .prev {
  left: 0;
}
.pager .prev a {
  padding-left: 24px;
}
.pager .prev a::after {
  left: 0;
  content: "\e905";
  font-family: "icomoon";
  font-size: 16px;
}
.pager .next {
  right: 0;
}
.pager .next a {
  padding-right: 24px;
}
.pager .next a::after {
  right: 0;
  content: "\e90b";
  font-family: "icomoon";
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .pager {
    width: 60%;
  }
  .pager .prev span,
  .pager .next span {
    display: inline;
  }
}
.page-num {
  display: inline-block;
}
.page-num ul {
  font-size: 0;
}
.page-num ul li {
  font-size: 14px;
  display: inline-block;
  margin: 0 15px;
}
.page-num ul li span {
  font-weight: bold;
  font-size: 16px;
}

/**------------------**
 * フォーム部品
 *-------------------**/
/* iOS リセット */
input {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #000;
  border-radius: 0;
}
select {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  vertical-align: middle;
  padding: 0;
  line-height: 1;
  color: #000;
}
input,
textarea,
select {
  outline: 0;
}
input[type="submit"],
input[type="button"],
button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
button::-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus,
button:focus {
  outline-offset: -2px;
}

/* 基本スタイル */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="password"] {
  background: #fff;
  border: 1px solid #bfbfbf;
  padding: 0.2em 15px;
}
input[type="number"] {
  padding-right: 5px;
  padding-left: 5px;
}
input[type="text"]:focus,
input[type="text"]:hover,
input[type="email"]:focus,
input[type="email"]:hover,
input[type="url"]:focus,
input[type="url"]:hover {
  border: 1px solid #d9e021;
}
button,
input[type="checkbox"],
input[type="radio"],
input[type="submit"] {
  cursor: pointer;
}
textarea {
  border: 1px solid #bfbfbf;
  height: 230px;
  margin: auto;
}

/**------------------**
 * ログインページ
 *-------------------**/
.body-login .contents-login {
  padding-top: 50px;
  margin-bottom: 100px;
}
.body-login h2 {
  text-align: center;
  margin: 0 auto 50px;
  letter-spacing: 1px;
}
.body-login h2 .sub-title {
  display: block;
  padding: 0;
  margin-top: 8px;
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  .body-login .contents-login {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1040px) {
  .body-login .contents-login {
    padding-top: 130px;
  }
}

/* ログインお知らせ*/
.body-login .list-info {
  margin: 50px 0;
}
.body-login .list-info dt {
  margin-bottom: 10px;
}
.body-login .list-info dd {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/* ログインメッセージ */
#login-error-message {
  max-width: 860px;
  margin: 0 auto 20px;
  padding: 13px;
  color: #e6503f;
  border: #e6503f solid 1px;
  font-size: 1.3rem;
  text-align: center;
}
#login-message {
  text-align: center;
  margin: 15px auto 0;
}

/* ログインテーブル */
.login-tbl-wrapper {
  background-color: #f3f3f3;
  max-width: 860px;
  margin: 0 auto 40px;
  padding: 20px;
}
.login-tbl {
  display: block;
  width: calc(100% - 20px);
  margin: 20px 0;
}
.login-tbl tbody,
.login-tbl tr {
  display: block;
  width: 100%;
}
.login-tbl th {
  font-weight: normal;
  display: block;
  border: none;
  background: none;
}
.login-tbl td {
  display: block;
  border: none;
  padding: 5px 0 20px;
}
.login-tbl td input[type="text"],
.login-tbl td input[type="password"] {
  line-height: 36px;
  width: 100%;
  height: 36px;
  padding: 0 10px;
  border: #d0d0d0 solid 1px;
}
.login-tbl-pw-chk {
  margin-top: 10px;
}

/* ログインボタン */
.login-btn {
  margin: 10px auto;
  text-align: center;
}
.login-btn a {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 50px;
  position: relative;
  display: inline-block;
  width: 194px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #005a7d;
}
.login-link {
  margin: 15px auto 20px;
}
.login-link li {
  text-align: center;
}
.login-link li + li {
  margin-top: 5px;
}
.login-link a {
  text-decoration: underline;
}
.login-link a:hover {
  text-decoration: none;
}

/* ログインお知らせ*/
.login-top-shop-message2 {
  padding-top: 0 !important;
  margin: 0 auto;
  max-width: 860px;
}
.login-top-shop-message2 h2 {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .body-login .list-info {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .body-login .list-info dt,
  .body-login .list-info dd {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding: 8px 10px;
  }
  .body-login .list-info dt {
    width: 25%;
  }
  .body-login .list-info dd {
    width: 75%;
  }
  #login-error-message {
    margin-bottom: 40px;
  }
  #login-message {
    margin: 30px auto 50px;
  }
  .login-tbl-wrapper {
    margin-bottom: 60px;
  }
  .login-tbl {
    max-width: 785px;
    display: table;
    margin: 15px auto;
  }
  .login-tbl tbody {
    display: table-row-group;
  }
  .login-tbl tr {
    display: table-row;
  }
  .login-tbl th {
    font-size: 1.5rem;
    width: 200px;
    vertical-align: top;
    display: table-cell;
    line-height: 36px;
  }
  .login-tbl td {
    display: table-cell;
    padding: 0 0 20px;
  }
  .login-link {
    margin: 20px auto 30px;
  }
}

/**------------------**
 * table・特定商取引法
 *-------------------**/
table {
  margin: auto;
  width: 100%;
}
table table {
  width: 100%;
}
th,
td {
  border: 1px solid #bfbfbf;
  margin: 0 0 -1px 0;
  vertical-align: middle;
  display: block;
}
table tr:last-child td:last-child {
  margin-bottom: 0;
}
th {
  background: #f6f6f7;
}
@media screen and (min-width: 768px) {
  table table {
    min-width: 80%;
    width: auto;
  }
  th,
  td {
    margin-right: -1px;
    display: table-cell;
  }
}

/* 特定商取引法 */
table.about-tbl {
  margin: 24px auto;
}
table.about-tbl th,
table.about-tbl td {
  padding: 10px;
}
table.about-tbl th {
  min-width: 200px;
}

/* 特定商取引法・送料について */
.payment-title,
.carriage-title {
  font-weight: bold;
  margin: 25px 0 6px;
}
.payment-title:first-of-type {
  margin-top: 0;
}
.carriage-title {
  margin-top: 0;
}
.payment-content {
  width: 100%;
  max-width: 650px;
  margin: 0;
}
.payment-content tr:first-child td {
  text-align: center;
  font-weight: bold;
  background: #f6f6f7;
}
.payment-content th {
  min-width: 200px;
}
.payment-content td {
  text-align: right;
  display: table-cell;
}

/**------------------**
 * 検索フォーム
 *-------------------**/
.search-area {
  width: 90%;
  padding-top: 85px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .search-area {
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .search-area {
    width: 280px;
    padding-top: 55px;
    margin: 0 0 0 auto;
  }
}
.searchform1,
.searchform2,
.searchform3,
.searchform4 {
  position: relative;
  height: 36px;
}
.searchform1 input,
.searchform2 input,
.searchform3 input,
.searchform4 input {
  border: none;
}
.searchform1 input[type="text"],
.searchform2 input[type="text"],
.searchform3 input[type="text"],
.searchform4 input[type="text"] {
  padding: 0 15px;
  position: absolute;
}
.searchform1 input[type="submit"],
.searchform2 input[type="submit"],
.searchform3 input[type="submit"],
.searchform4 input[type="submit"] {
  position: absolute;
  padding: 0;
}
.searchform1 button,
.searchform2 button,
.searchform3 button,
.searchform4 button {
  position: absolute;
  padding: 0;
}

/* 虫眼鏡ボタン付き検索（searchform1） */
.searchform1 input[type="text"] {
  background: #eeeeee;
  border-right: none;
}
.sbox1 {
  height: 36px;
  left: 0;
  top: 0;
  width: 260px;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  border-radius: 2px 0 0 2px;
}
.sbox1:hover {
  border: solid 1px #00b7ee;
}
.sbtn1 {
  width: 40px;
  height: 36px;
  right: 0;
  top: 0;
  border-radius: 0 2px 2px 0;
  background: #333;
  color: #fff;
  border: none;
  border-left: none;
  font-size: 16px;
  font-size: 1.6rem;
}
.sbtn1::after {
  content: "\e92b";
  font-family: "icomoon";
  font-size: 20px;
  color: #fff;
}
.sbtn1:hover {
  background: #000000;
  color: #fff;
}

/* 検索ボタン付き検索（searchform2） */
.searchform2 input[type="text"] {
  border-right: none;
  border: 1px solid #bfbfbf;
  background: #fff;
}
.searchform2 input[type="text"]:hover {
  border: solid 1px #00b7ee;
}
.sbox2 {
  height: 36px;
  left: 0;
  top: 0;
  width: 240px;
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
}
.sbtn2 {
  width: 60px;
  height: 36px;
  right: 0;
  top: 0;
  background: #444444;
  color: #fff;
  border: none;
  border-left: none;
  font-size: 16px;
  font-size: 1.6rem;
}
.sbtn2:hover {
  background: #444444;
  color: #fff;
}

/* 虫眼鏡フレーム内検索（#searchform3） */
.searchform3 {
  border: 2px solid #bfbfbf;
  height: 40px;
}
.searchform3 input[type="text"] {
  border-right: none;
  border: none;
  background: #fff;
}
.searchform3:hover {
  border: solid 2px #00b7ee;
}
.sbox3 {
  height: 36px;
  left: 0;
  top: 0;
  width: 260px;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}
.sbox3:hover {
  border: none;
}
.sbtn3 {
  width: 40px;
  height: 36px;
  right: 0;
  top: 0;
  background: #fff;
  color: #333;
  border: none;
  border-left: none;
  font-size: 16px;
  font-size: 1.6rem;
}
.sbtn3::after {
  content: "\e92b";
  font-family: "icomoon";
  font-size: 20px;
  color: #333;
}
.sbtn3:hover {
  background: #e0e0e0;
  color: #000;
}

/* 伸びる検索（searchform4） */
.searchform4 {
  height: 44px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  width: 44px;
}
.searchform4 input[type="text"] {
  background: #ccc;
  border: none;
  border-radius: 22px;
  color: #333;
  cursor: pointer;
  height: 44px;
  opacity: 0;
  outline: none;
  padding: 5px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.7s;
  width: 44px;
  z-index: 5;
}
.searchform4 input[type="text"]:focus {
  cursor: text;
  opacity: 1;
  width: 300px;
}
.searchform4 input[type="submit"] {
  display: none;
}
.sbtn4 {
  border-radius: 50%;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  text-align: center;
  width: 44px;
}
.sbtn4::after {
  content: "\e92b";
  font-family: "icomoon";
  font-size: 20px;
  color: #fff;
}

/**------------------**
 * 商品一覧
 *-------------------**/
#items {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  #items {
    padding-bottom: 0;
  }
}
/* 商品リスト */
/* カラム */
.col-2,
.col-3,
.col-4,
.col-5 {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col-2 li,
.col-3 li,
.col-4 li {
  width: 50%;
  margin: 0 0 24px;
  padding: 0 1.5% 0;
}
@media screen and (min-width: 768px) {
  .col-3 li,
  .col-4 li {
    width: 33.333%;
    padding: 0 1.5%;
  }
}
@media screen and (min-width: 960px) {
  .col-3 li {
    padding: 0 2% 0 0;
  }
  .col-4 li {
    width: 25%;
    margin: 0 0 30px;
    padding: 0 2% 0 0;
  }
  .col-5 li {
    width: 20%;
    margin: 0 0 30px;
    padding: 0 2% 0 0;
  }
}

/* 高さ指定あり*/
.item-photo {
  overflow: hidden;
  margin: 0 auto 10px;
  position: relative;
}
.item-photo img {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}
.product-list-photo img {
  height: 280px;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .product-list-photo img {
    height: 240px;
  }
}

/* アイコン */
.icon-rank {
  position: absolute;
  z-index: 99;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  top: 0;
  left: 0;
  background: #fff;
  color: #7d7d7d;
}
.icon-rank.rank1 {
  background-color: #f0c808;
  color: #fff;
}
.icon-rank.rank2 {
  background-color: #565554;
  color: #fff;
}
.icon-rank.rank3 {
  background-color: #dd1c1a;
  color: #fff;
}
.icon-rank span {
  z-index: 99;
  font-size: 16px;
  font-weight: bold;
}

/* バッチ */
.icon-badge62663::after {
  display: block;
  width: 54px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1rem;
  line-height: 20px;
  text-align: center;
  background: #ed8c00;
  color: #fff;
  z-index: 1;
}
/* NEWバッジ */
.icon-badge62663::after {
    content: "NEW";
    background: #dd1c1a;
    color: #fff;
  }
.icon-badge62664::after {
  display: block;
  width: 54px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1rem;
  line-height: 20px;
  text-align: center;
  background: #ed8c00;
  color: #fff;
  z-index: 1;
}
/* おすすめバッジ */
.icon-badge62664::after {
    content: "おすすめ";
    background: #f0c808;
    color: #fff;
  }
.icon-badge62665::after {
  display: block;
  width: 54px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1rem;
  line-height: 20px;
  text-align: center;
  background: #ed8c00;
  color: #fff;
  z-index: 1;
}
/* 人気バッジ  */
.icon-badge62665::after {
    content: "人気";
    background: #086788;
    color: #fff;
  }

.icn-reservation::before {
  content: "予約商品";
  width: 60px;
  height: 20px;
  display: inline-block;
  font-size: 1.1rem;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e31c24;
  background: transparent;
  color: #e31c24;
  /* float: left; */
  margin-right: 10px;
}

.item-info .item-name,
.item-info .item-variation,
.item-info .item-price {
  text-align: center;
  line-height: 22px;
}
.item-info .item-price {
  margin-top: 6px;
}
.item-info .item-nonstock {
  display: block;
  /* vertical-align: top; */
  font-size: 1.1rem;
  line-height: 18px;
  padding: 0 3px;
  text-align: center;
  color: #ee6352;
}
.tax {
  font-size: 80%;
}
.list-product {
  padding: 0 1%;
}
.list-product li {
  list-style: none;
}
.list-product li a {
  display: block;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .list-product {
    padding: 0;
    margin-right: -2%;
  }
}

/* 検索・カテゴリーページ */
.item-head {
  text-align: left;
}

/* 並び順・ページ送り */
.sort {
  border-top: 1px solid #e5e5e5;
  text-align: right;
  margin-bottom: 1.5em;
}
.sort ul {
  padding: 10px 3%;
}
.sort ul li {
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 5px;
  border-right: 1px solid #333;
}
.sort ul li a {
  text-decoration: underline;
}
.sort ul li:first-child,
.sort ul li:last-child {
  border: none;
  padding-right: 0;
}
.item-list-itemcount {
  border-top: 1px solid #e5e5e5;
  text-align: right;
  margin: 1.5em 0;
  padding: 10px 3%;
  font-size: 1.2rem;
}
@media screen and (min-width: 960px) {
  .sort {
    margin-bottom: 2.5em;
  }
  .sort ul {
    padding: 20px 0;
  }
  .sort ul li {
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 15px;
  }
  .item-list-itemcount {
    margin: 2em 0;
    padding: 20px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* 検索結果・キャンペーン商品が0 */
.product-list,
.item-list-noitem {
  font-size: 1.8rem;
  line-height: 1.6;
}
.item-list-noitem {
  text-align: center;
  margin: 30px;
}

/* .detailed-search */
.detailed-search {
  background: #f3f3f3;
}
.detailed-search-head {
  font-size: 1.8rem;
  line-height: 36px;
  padding: 10px 20px;
  cursor: pointer;
}
.detailed-search-head::before {
  content: "\ea43";
  font-family: "icomoon";
  margin-right: 15px;
}
.detailed-search-show .detailed-search-head::before {
  content: "\ea41";
  font-family: "icomoon";
}
.detailed-search-content {
  display: block;
  width: calc(100% - 40px);
  max-width: 500px;
  margin: 10px 0;
  padding-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  display: none;
}
.detailed-search-keyword,
.detailed-search-category,
.detailed-search-price {
  margin-bottom: 10px;
}
.detailed-search input[type="text"],
.detailed-search-category label {
  border: 1px solid #bfbfbf;
}
.detailed-search-name {
  display: inline-block;
  width: 35%;
  margin-right: 5px;
}
.detailed-search-keyword input[type="text"] {
  width: calc(65% - 5px);
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  padding: 0 5px;
}
.detailed-search-category label {
  position: relative;
  display: inline-block;
  width: calc(65% - 5px);
  overflow: hidden;
  vertical-align: middle;
  background-color: #fff;
  padding-left: 5px;
  height: 30px;
}
.detailed-search-category label::after {
  position: absolute;
  right: 7px;
  top: 10px;
  content: "\e900";
  font-family: "icomoon";
  font-size: 0.8rem;
}
.detailed-search-category select {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  border: 0;
  outline: none;
  font-size: 1.6rem;
  line-height: 30px;
  appearance: none;
  padding-right: 32px;
}
.detailed-search-price input[type="text"] {
  width: calc((65% - 65px) / 2);
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  padding: 0 5px;
  text-align: right;
  ime-mode: disabled;
}
.detailed-search-price-unit1 {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  width: 35px;
  margin: 0 5px;
}
.detailed-search-price-unit2 {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  width: 15px;
  margin-left: 5px;
}
.detailed-search-btn {
  text-align: right;
}
.detailed-search-btn button {
  line-height: 30px;
  padding: 0 15px;
  background-color: #005a7d;
  color: #fff;
  font-size: 1.5rem;
}

/* .sort-select */
.sort-select {
  padding: 10px 0px 0px;
}
@media screen and (min-width: 768px) {
  .sort-select {
    padding: 20px 0px 0px;
  }
}
.sort-select .sort-label {
  display: inline;
  font-size: 1.6rem;
  vertical-align: middle;
  line-height: 30px;
}
.sort-select label {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  height: 30px;
  padding-left: 5px;
  border: 1px solid #bfbfbf;
}
.sort-select label::after {
  position: absolute;
  right: 7px;
  top: 10px;
  content: "\e900";
  font-family: "icomoon";
  font-size: 0.8rem;
}
.sort-select select {
  z-index: 2;
  display: block;
  width: 100%;
  margin: 0;
  border: 0;
  outline: none;
  font-size: 1.6rem;
  line-height: 30px;
  appearance: none;
  padding-right: 32px;
}

/**------------------**
 * 商品詳細
 *-------------------**/
#itemDetails {
  padding-bottom: 60px;
}
@media screen and (max-width: 480px) {
  #itemDetails h1 {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) {
  #itemDetails {
    padding-bottom: 0;
  }
}
.item-detail-txt2 {
  font-size: 1.5rem;
}
/* 商品説明 */
.item-detail-txt1,
.item-detail-txt2,
.item-detail-txt3 {
  margin: 30px 0;
}
.item-detail-txt3 {
  margin: 50px 0;
}

/* 大枠 */
#item-detail {
  overflow: hidden;
}
.item-detail-left {
  position: relative;
  width: 100%;
  padding: 0;
}
.item-detail-right {
  position: relative;
  width: 100%;
  margin-top: 40px;
}
.item-detail-block {
  margin-bottom: 24px;
}
@media screen and (min-width: 960px) {
  #item-detail {
    display: flex;
    justify-content: space-between;
  }
  .item-detail-left {
    width: 50%;
  }
  .item-detail-right {
    width: 46%;
    margin-top: 0;
  }
}

/* 1枚目画像 */
.item-detail-photo-main {
  position: relative;
  width: 100%;
  margin: 20px auto 50px;
  padding: 0;
}
.item-detail-photo {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 315px;
  height: 290px;
}
.item-detail-photo ul {
  display: flex;
  flex-wrap: wrap;
}
.item-detail-photo li {
  position: relative;
  overflow: hidden;
  width: 315px;
  height: 290px;
  flex-shrink: 0;
}
.item-detail-photo img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 376px) {
  .item-detail-photo,
  .item-detail-photo li {
    width: 330px;
    height: 300px;
  }
}
@media screen and (min-width: 500px) {
  .item-detail-photo,
  .item-detail-photo li {
    width: 460px;
    height: 400px;
  }
}
@media screen and (min-width: 768px) {
  .item-detail-photo-main {
    max-width: 80%;
  }
  .item-detail-photo,
  .item-detail-photo li {
    width: 500px;
    height: 450px;
  }
}
@media screen and (min-width: 960px) {
  .item-detail-photo-main {
    max-width: 455px;
    margin: 0;
  }
  .item-detail-photo,
  .item-detail-photo li {
    width: 455px;
    height: 391px;
  }
}
@media screen and (min-width: 1040px) {
  .item-detail-photo-main {
    max-width: 520px;
  }
  .item-detail-photo,
  .item-detail-photo li {
    width: 520px;
    height: 448px;
  }
}

/* 商品画像:サムネイル */
.item-detail-thumb {
  display: none;
}
@media screen and (min-width: 960px) {
  .item-detail-thumb {
    display: flex;
    width: 100%;
    margin-top: 15px;
    overflow: hidden;
  }
  .item-detail-thumb-photo {
    width: 80px;
    height: 80px;
    margin-right: 18px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
  }
  .item-detail-thumb-photo:last-of-type {
    margin-right: 0;
  }
  .item-detail-thumb-photo::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .item-detail-thumb-photo img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
  }
}
@media screen and (min-width: 1040px) {
  .item-detail-thumb-photo {
    width: 90px;
    height: 90px;
  }
}

/* 商品画像:矢印 */
.item-detail-photo-backbtn,
.item-detail-photo-nextbtn {
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -20px;
}
.item-detail-photo-backbtn a,
.item-detail-photo-nextbtn a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  color: #000;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  line-height: 40px;
  text-align: center;
  font-size: 2.2rem;
}
.item-detail-photo-backbtn a::before,
.item-detail-photo-nextbtn a::before {
  position: absolute;
}
.item-detail-photo-backbtn a:hover,
.item-detail-photo-nextbtn a:hover {
  text-decoration: none;
}
.item-detail-photo-backbtn {
  left: 10px;
}
.item-detail-photo-backbtn a::before {
  content: "\e905";
  font-family: "icomoon";
  left: 12px;
}

.item-detail-photo-nextbtn {
  right: 10px;
}
.item-detail-photo-nextbtn a::before {
  content: "\e90b";
  font-family: "icomoon";
  right: 10px;
}

/* オープン画像 */
/*overlay*/
.overlay {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
}
.modal-open {
  overflow: hidden;
}
.modal-open .overlay {
  display: block;
}
/* open */
.nav-open {
  overflow: hidden;
}
.nav-open .overlay {
  display: block;
}

/* modal */
.modal {
  position: absolute;
  z-index: 9999;
  display: none;
  background-color: #fff;
}
.modal-open .modal {
  display: block;
}
.modal-inner {
  position: relative;
  width: 100%;
}
.modal-img {
  max-width: calc(100% - 100px);
  max-height: calc(100% - 100px);
}
.modal-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.modal-close {
  position: absolute;
  top: -37px;
  right: 0;
}
.modal-close a {
  display: block;
  width: 24px;
  height: 24px;
  text-align: right;
}
.modal-close a::before {
  content: "\e904";
  font-family: "icomoon";
  color: #fff;
  font-size: 2.2rem;
}
@media screen and (min-width: 960px) {
  .modal-img img {
    display: block;
  }
  .modal-close {
    position: absolute;
    top: -45px;
  }
  .modal-close a {
    width: 40px;
    height: 40px;
  }
  .modal-close a::before {
    font-size: 2.5rem;
  }
}

/* 商品下部 */
.item-footer {
  clear: both;
  margin-bottom: 60px;
}

/* 商品なし */
.item-dtail-nostock,
.item-dtail-outofoperiod {
  color: #d70035;
  line-height: 1.6;
  margin-bottom: 24px;
}
.item-dtail-stock0 {
  color: #d70035;
}

/* 販売価格 スペック */
.item-detail-price {
  padding: 15px 0;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 20px;
}
.item-detail-price dl {
  display: table;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.item-detail-price dt {
  font-size: 1.8rem;
  display: table-cell;
  vertical-align: middle;
  width: 120px;
}
.item-detail-price dd {
  display: table-cell;
  vertical-align: middle;
}
.item-detail-price .price {
  font-size: 2rem;
}
.item-detail-block-in,
.item-detail-spec {
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
}
.item-detail-block-in dl,
.item-detail-spec dl {
  display: table;
  width: 100%;
  margin: 0 auto 15px;
  text-align: left;
}
.item-detail-block-in dt,
.item-detail-spec dt {
  display: table-cell;
  vertical-align: middle;
  width: 120px;
}
.item-detail-block-in dd,
.item-detail-spec dd {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.4;
}
.item-detail-block-in dt {
  width: 7em;
}
.item-detail-name {
  font-size: 2.2rem;
  font-weight: normal;
}
@media screen and (min-width: 960px) {
  .item-detail-price {
    margin-bottom: 20px;
  }
}

/* カートエリア */
.item-detail-cart {
  width: 100%;
  margin-bottom: 25px;
}
.item-detail-cart p {
  margin-bottom: 10px;
  text-align: left;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  .item-detail-cart {
    padding: 0;
  }
}

/* バリエーション */
/* select */
.item-detail-select,
.item-detail-inputtext {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.item-detail-select label,
.item-detail-inputtext input {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 56px;
  vertical-align: middle;
  border: 1px solid #bfbfbf;
  background-color: #fff;
}
.item-detail-select::before {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 20px;
  width: 0;
  height: 0;
  margin-top: -3px;
  content: "";
  border-width: 8px 5px 0 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}
.item-detail-select select {
  font-size: 16px;
  line-height: 56px;
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  width: -webkit-calc(100%);
  height: 56px;
  margin: 0;
  padding: 0 45px 0 15px;
  border: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}

/* radio */
.item-detail-radio {
  overflow: hidden;
  width: 100%;
  margin-bottom: 18px;
  text-align: left;
  overflow: hidden;
  width: 100%;
  margin-bottom: 18px;
}
.item-detail-radio div {
  margin-bottom: 10px;
  padding-bottom: 1px;
}
.item-detail-radio input {
  position: absolute;
  opacity: 0;
}
.item-detail-radio input + label {
  max-width: 100%;
  font-size: 18px;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  padding-left: 20px;
  cursor: pointer;
}
.item-detail-radio input + label::before {
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  content: "";
  border: 1px solid #bfbfbf;
  border-radius: 50%;
}
.item-detail-radio input:checked + label::after {
  position: absolute;
  top: calc(50% - 5px);
  left: 3px;
  display: block;
  width: 11px;
  height: 11px;
  content: "";
  border-radius: 50%;
  background-color: #000;
}
.item-detail-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: #efefef;
  color: #545454;
}
.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: #efefef;
  color: #545454;
}
.item-detail-num {
  height: 55px;
  margin-right: 12px;
  padding: 0;
  vertical-align: middle;
}
.item-detail-num input[type="number"] {
  font-size: 16px;
  line-height: 55px;
  display: block;
  width: 55px;
  height: 55px;
  text-align: center;
  border: solid 1px #bfbfbf;
  -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 #bfbfbf;
  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: 16px;
  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: 0.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;
  position: relative;
}
.item-detail-cart-btn a {
  display: block;
  font-size: 2rem;
  line-height: 55px;
  width: 100%;
  height: 55px;
  text-align: center;
  color: #fff;
  background-color: #005a7d;
}
.item-detail-cart-btn a::before {
  content: "\e918";
  font-family: "icomoon";
  font-size: 2.6rem;
  margin-right: 15px;
}
.item-detail-cart-btn a:hover {
  text-decoration: none;
}
.item-detail-txt1,
.item-detail-txt2 {
  width: 100%;
}
.item-dtail-nostock,
.item-dtail-outofoperiod {
  font-size: 1.4rem;
  color: #ec0000;
  line-height: 1.6;
  margin-bottom: 24px;
}

/**------------------**
 * #secondary ????
 *-------------------**/
#secondary {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#secondary li {
  list-style: none;
  font-size: 1.6rem;
  line-height: 1.5;
}
.nav-1 li,
.nav-2 li {
  text-align: left;
}
.nav-1 a,
.nav-2 a {
  display: block;
  padding: 5px 20px 5px 5px;
}
.nav-1 a:hover,
.nav-2 a:hover {
  text-decoration: none;
}
.nav-2 li ul {
  margin-left: 1em;
}
.nav-2.nav-2-slide li {
  position: relative;
}
.nav-2.nav-2-slide li > ul {
  overflow: hidden;
}
.nav-2.nav-2-slide li > span::before {
  content: "\e90b";
  font-family: "icomoon";
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 12px;
  margin-top: 10px;
  transition: transform 0.2s;
}
.nav-2.nav-2-slide li > span {
  cursor: pointer;
  display: inline-block;
  height: 24px;
  width: 30px;
  position: absolute;
  top: 0;
  right: 0;
}
.nav-2.nav-2-slide li a:hover + span::before {
  color: #000;
  /* color: #f9cb9c; */
}
.nav-2.nav-2-slide li.open > span::before {
  content: "\e90b";
  transform: rotate(90deg);
  transition: transform 0.2s;
}
.nav-2.nav-2-slide li > ul li {
  display: none;
  transition: transform 0.2s ease;
}
.nav-2.nav-2-slide li.open > ul li {
  display: block;
  transition: transform 0.2s ease;
}

.secondary-block {
  margin: 0 10px 10px;
}
@media screen and (min-width: 960px) {
  .secondary-block {
    margin: 0 0 24px;
  }
}

/* 見出し */
.secondary-head {
  padding: 10px 0;
  position: relative;
  margin-bottom: 1em;
}
.secondary-head::before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 200px;
}
@media screen and (min-width: 960px) {
  /* 見出し */
  .secondary-head {
    padding: 0;
  }
  .secondary-head::before {
    content: " ";
    border-top: none;
  }
}

/**------------------**
 * section item block ???
 *-------------------**/
.section-block,
.item-block {
  clear: both;
  padding: 2em 0 0.5em;
}

/* 見出し */
/* .section-head,
.item-head,
.ttl,
.cat-head {
} */
.section-head h2,
.item-head h2,
.ttl h2,
.cat-head h2 {
  margin: 0 0 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  font-family: "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "BIZ UDPGothic", Meiryo, "MS PGothic", sans-serif;
}

.ttl-reservation {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  display: inline-block;
  width: 100px;
  height: 26px;
  margin-right: 12px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e31c24;
  background: transparent;
  color: #e31c24;
}

/* 見出しh2 */
.title1 {
  text-align: left;
  font-size: 2rem;
  line-height: 1.5;
  padding: 0 3%;
}

.title2 {
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 0 3%;
}

/* 見出し:サブタイトル */
.sub-title {
  font-size: 60% !important;
  font-weight: normal !important;
  padding-left: 30px;
}

@media screen and (min-width: 960px) {
  .section-block,
  .item-block {
    padding: 0 0 3em;
  }

  /* 見出し */
  .section-head,
  .cat-head,
  .item-head {
    margin-bottom: 1.5em;
  }

  /* 見出しh2 */
  .title1 {
    font-size: 2.4rem;
    padding: 10px 0;
  }

  /* 見出しh2 */
  .title2 {
    font-size: 2.4rem;
    padding: 0;
  }
}

/**------------------**
 * トップページ
 *-------------------**/
.toppage {
  background: url("https://image.raku-uru.jp/01/21559/79/top-shop-message1BG_1655441577777.png") no-repeat;
  background-position: 50% -0.5%;
  background-size: 95%;
}
/* 管理画面から追加 1 */
#top-shop-message1 {
  overflow: hidden;
  padding-top: 30px;
}
#top-shop-message1 h1 {
  margin-bottom: 35px;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  font-weight: normal;
  line-height: 1.6;
}
#top-shop-message1 h1 span {
  font-size: 2rem;
  letter-spacing: 0.1em;
}
#top-shop-message1 p {
  margin: 0 auto;
  width:min(100%, 700px);
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
}
#top-shop-message1 p + p {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .toppage {
    background-size: 55%;
  }
  #top-shop-message1 h1 {
    margin-bottom: 50px;
    font-size: 3.1rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
    text-align: center;
  }
}
@media screen and (min-width: 1040px) {
  .toppage {
    background-size: 43%;
    background-position: 110% 0;
  }
  #top-shop-message1 {
    padding-top: 50px;
  }
}

/* 管理画面から追加 2 */
#top-shop-message2 {
  overflow: hidden;
  padding-top: 110px;
}
#top-shop-message2 h2 {
  margin: 0 auto;
  text-align: center;
}
#top-shop-message2 h2 img {
  width: auto;
  height: 80px;
  margin-bottom: 60px;
}
#top-shop-message2 a {
  display: block;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
}
#top-shop-message2 p {
  margin-top: 8px;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  #top-shop-message2 h2 img {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1040px) {
  #top-shop-message2 {
    padding-top: 210px;
  }
  #top-shop-message2 h2 img {
    height: 100px;
  }
}

/* カテゴリー */
#top-categories {
  overflow: hidden;
  padding-top: 110px;
}
#top-categories h2 {
  margin: 0 auto 50px;
  text-align: center;
}
#top-categories h2 img {
  width: auto;
  height: 80px;
}
.top-categories-inner {
  background: #f3f7fc;
  padding: 50px 0;
}
.list-categories {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list-categories li {
  width: 48%;
}
.list-categories li:nth-child(n + 3) {
  margin-top: 30px;
}
.list-categories a {
  display: block;
}
.list-categories a:hover {
  text-decoration: none;
}
.list-categories .title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 8px;
  letter-spacing: 1px;
  text-indent: 1px;
}
.list-categories .description {
  text-align: center;
  font-size: 1.3rem;
}
.list-categories .image {
  overflow: hidden;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .top-categories-inner {
    padding: 50px 0;
  }
  .list-categories li {
    width: 31.5%;
  }
  .list-categories li:nth-child(n + 3) {
    margin-top: 0;
  }
  .list-categories li:nth-child(n + 4) {
    margin-top: 40px;
  }
  .list-categories a:hover {
    opacity: 1;
  }
  .list-categories .title {
    font-size: 1.5rem;
  }
  /* 拡大 */
  .list-categories .image > img {
    transition: 0.3s all;
  }
  .list-categories a:hover .image > img {
    transform: scale(1.2);
    will-change: transform;
  }
}
@media screen and (min-width: 1040px) {
  #top-categories {
    padding-top: 210px;
  }
  #top-categories h2 img {
    height: 100px;
  }
  .top-categories-inner {
    padding:100px 0;
  }
}

/* 新着商品 */
#top-newitems {
  padding-top: 50px;
}
#top-newitems .title {
  font-family: "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "BIZ UDPGothic", Meiryo, "MS PGothic", sans-serif;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
#top-newitems .list-product a {
  display: block;
}
#top-newitems .list-product a:hover {
  text-decoration: none;
}
#top-newitems .list-product {
  margin: 40px auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#top-newitems .list-product li {
  width: 46%;
  overflow: hidden;
}
#top-newitems .list-product li:nth-child(n + 3) {
  margin-top: 30px;
}
#top-newitems .item-photo {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
#top-newitems .item-photo::before {
  content: "";
  display: block;
  padding-top: 83%; /* 100%：高さ足りない場合は調整 */
}
#top-newitems .item-photo img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
#top-newitems .item-name {
  margin: 0 auto;
  text-align: center;
  font-size: 1.3rem;
  font-weight: normal;
  font-family: "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "BIZ UDPGothic", Meiryo, "MS PGothic", sans-serif;
}
@media screen and (min-width: 768px) {
  #top-newitems .list-product li {
    width: 30%;
  }
  #top-newitems .list-product::after {
    content: "";
    display: block;
    width: 30%;
  }
  #top-newitems .list-product li:nth-child(n + 3) {
    margin-top: 0;
  }
  #top-newitems .list-product li:nth-child(n + 4) {
    margin-top: 40px;
  }
  #top-newitems .item-name {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1040px) {
  #top-newitems {
    padding-top: 100px;
  }
}

/* 企業紹介 */
#aboutus {
  padding-top: 110px;
}
#aboutus .aboutLogo {
  margin: 0 auto;
  text-align: center;
}
#aboutus .aboutLogo .logo {
  width: 150px;
  height: auto;
  margin-left: -1.5rem;
}
#aboutus .aboutLogo h2 {
  margin-top: 20px;
  font-size: 1.7rem;
}
/* description*/
#aboutus .aboutDescription {
  margin: 50px 0;
}
#aboutus .aboutImage {
  margin-bottom: 20px;
}
#aboutus .aboutText p + p {
  margin-top: 8px;
}
/* contact */
#aboutus .aboutContact {
  text-align: center;
  margin: 0 auto 100px;
}
#aboutus .aboutContact h2 {
  font-family: "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "BIZ UDPGothic", Meiryo, "MS PGothic", sans-serif;
  font-weight: 500;
}
#aboutus .aboutContact p + p {
  margin-top: 15px;
}
#aboutus .aboutContact .aboutEtc {
  margin: 40px auto;
}
#aboutus .aboutTel span {
  font-size: 2.8rem;
  font-size: 500;
  color: #0b68ac;
}
@media screen and (min-width: 768px) {
  #aboutus .aboutContact {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  #aboutus .aboutDescription {
    margin: 80px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #aboutus .aboutImage {
    width: 30%;
    margin-bottom: 0;
  }
  #aboutus .aboutText {
    width: 65%;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1040px) {
  #aboutus {
    padding-top: 230px;
  }
}


/**------------------**
 * カテゴリー説明ページ
 *-------------------**/
#catDescription {
  margin: 80px 0 50px;
}
@media screen and (min-width: 960px) {
  #catDescription {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1040px) {
  #catDescription {
    margin: 100px 0;
  }
}

/**------------------**
 * ランディングページ
 *-------------------**/
 .lp_wrap {
  margin: 80px auto 150px;
}
.fr_wrap {
  margin: 30px auto 150px;
}
@media screen and (min-width: 768px) {
  .lp_wrap {
    margin-bottom: 30px;
  }
}
.body-lp .item-order {
  margin-top: 60px;
}

/**------------------**
 * ランディング・フリー・カテゴリーページ共通
 *-------------------**/
/* メインイメージ（ランディングページ用）*/
#pageMainImage {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: auto;
}
@media screen and (min-width: 1040px) {
  #pageMainImage {
    height: 450px;
  }
  #pageMainImage img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50.1%, -50%);
  }
}

/* メインイメージ（フリーページ用）*/
.lp-mainImage {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 60px;
}
.lp-mainImage img {
  width: 100%;
  height: auto;
}

/* ブロック */
.lp-block + .lp-block {
  margin-top: 60px;
}
.lp-copy-block {
  margin-bottom: 60px;
  text-align: center;
}
.lp-text-block {
  margin-top: 15px;
}
.lp-btn {
  margin: 70px auto 60px;
}
.lp_wrap .lp-btn a,
.fr_wrap .lp-btn a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .lp-copy-block {
    margin-bottom: 100px;
  }
}

/* テキスト */
.lp_wrap h1,
.lp_wrap h2,
.lp_wrap h3,
.lp_wrap h4,
.lp_wrap h5,
.lp_wrap h6,
.fr_wrap h1,
.fr_wrap h2,
.fr_wrap h3,
.fr_wrap h4,
.fr_wrap h5,
.fr_wrap h6  {
  line-height: 1.5;
}
.lp_wrap .lp-title,
.fr_wrap .lp-title {
  font-weight: bold;
  text-align: center;
  letter-spacing: 4px;
  text-indent: 4px;
  margin-bottom: 30px;
  font-size: 2.2rem;
}
.lp_wrap .lp-title-sub,
.fr_wrap .lp-title-sub {
  font-family: "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "BIZ UDPGothic", Meiryo, "MS PGothic", sans-serif;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  font-size: 1.6rem;
}
.lp-title-des {
  text-align: left;
}
.lp_wrap p,
.fr_wrap p {
  line-height: 1.9;
}
.lp-font-go {
  font-family: "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "BIZ UDPGothic", Meiryo, "MS PGothic", sans-serif;
}
.lp-font-min {
  font-family: "BIZ UDPMincho", "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  letter-spacing: 3px;
  font-size: 1.3rem;
}
@media screen and (min-width: 1040px) {
  .lp-title-des {
    text-align: center;
  }
}

/* ページ内画像 */
.lp-image {
  margin-top: 25px;
}
.lp-image img {
  width: 100%;
  height: auto;
}
.lp-image img + img {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .lp-image img + img {
    margin-top: 0;
  }
}


/**------------------**
 * .wysiwyg-data
 *-------------------**/
.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 {
  width: 100%;
  text-align: left;
}
.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 h1 {
  margin: 0.67em 0;
}
.wysiwyg-data h2 {
  margin: 0.75em 0;
}
.wysiwyg-data h3 {
  margin: 0.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;
}
.wysiwyg-data h5 {
  margin: 1.5em 0;
}
.wysiwyg-data h6 {
  margin: 1.67em 0;
}
.wysiwyg-data h1,
.wysiwyg-data h2,
.wysiwyg-data h3,
.wysiwyg-data h4,
.wysiwyg-data h5,
.wysiwyg-data h6 {
  font-weight: normal;
}
.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: 120%;
}
.wysiwyg-data small,
.wysiwyg-data sub,
.wysiwyg-data sup {
  font-size: 86%;
}
.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: 2em;
}
.wysiwyg-data ol {
  list-style-type: decimal;
}
.wysiwyg-data ol ul {
  margin-top: 0;
  margin-bottom: 0;
}
.wysiwyg-data ul ol,
.wysiwyg-data ul ul {
  margin-top: 0;
  margin-bottom: 0;
}
.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;
}
.wysiwyg-data table {
  border: solid 1px;
  border-collapse: separate;
  border-color: #bbb;
  border-spacing: 2px;
  width: auto;
}
.wysiwyg-data table tr td {
  border: solid 1px;
  border-color: #bbb;
  padding: 0;
}
.item-comment .wysiwyg-data table tr td {
  background: #fff;
}
.wysiwyg-data ul {
  list-style-type: disc;
}
.wysiwyg-data ul li {
  list-style-type: disc;
}
.wysiwyg-data ol {
  list-style-type: decimal;
}
.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;
}

/* Begin bidirectionality settings (do not change) */
@media print {
  .wysiwyg-data h1 {
    page-break-before: always;
    page-break-after: avoid;
  }
  .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;
  }
}
ata *[DIR="rtl"] {
  direction: rtl;
  unicode-bidi: embed;
}

/**------------------**
 * 404
 *-------------------**/
.notfound {
  margin: 180px auto 130px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .notfound {
    margin: 200px auto 0;
  }
}
@media screen and (min-width: 1040px) {
  .notfound {
    margin: 300px auto 0;
  }
}
.notfound_des p {
  margin-top: 40px;
  font-size: 1.8rem;
  font-weight: 500;
}
.notfound_des_en {
  margin-top: 30px;
  font-weight: 500;
}

