@charset "UTF-8";
/* css_name constants */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500;700&family=Noto+Serif+JP:wght@400;600&family=Zen+Antique&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Staatliches&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.css");
@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.css");
:root {
  --Yu-Gothic: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  --Hiragino: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  --NotoSans: "Noto Sans JP", sans-serif;
  --YuMincho: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  --Main-color: #00b9ad;
  --Accent-color: #00877e;
  --white: #fff;
  --Min-font-color: #333;
}

/*!
* ress.css • v1.2.2
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

* {
  padding: 0;
  margin: 0;
  min-height: inherit;
  min-width: inherit;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

[type=hidden]:focus,
[type=text]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=url]:focus,
[type=email]:focus,
[type=password]:focus,
[type=datetime]:focus,
[type=date]:focus,
[type=month]:focus,
[type=week]:focus,
[type=time]:focus,
[type=datetime-local]:focus,
[type=number]:focus,
select:focus,
textarea:focus {
  border-color: inherit;
  box-shadow: none;
  outline: none;
}

p {
  margin: 0;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease-in-out;
}
a img {
  transition: 0.3s;
  cursor: pointer;
}
a img:hover {
  opacity: 0.8;
}

a:link,
a:visited {
  text-decoration: none !important;
}

img {
  width: 100%;
  height: auto;
}

ol,
ul,
li,
dl,
dt,
dd {
  list-style: none;
  margin: 0;
  padding: 0;
}

body,
iframe {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-padding-top: 70px;
}

body {
  background: #fff;
  color: #000;
  font-family: var(--NotoSans);
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  overflow: hidden;
  min-width: auto !important;
  line-height: 1.5;
}

@media screen and (max-width: 820px) {
  html,
  body {
    overflow-x: hidden !important;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
img {
  width: 100%;
  display: block;
}

.pc_only {
  display: block;
}
@media screen and (max-width: 1080px) {
  .pc_only {
    display: none;
  }
}

.tb_only {
  display: none;
}
@media screen and (max-width: 1080px) {
  .tb_only {
    display: block;
  }
}

.sp_only {
  display: none;
}
@media screen and (max-width: 620px) {
  .sp_only {
    display: block;
  }
}

.text_color {
  color: #535353;
}

.bg_white {
  background-color: #fff;
}

li {
  list-style: none;
}

.fx {
  display: flex;
}

.fx_space {
  display: flex;
  justify-content: space-between;
}

.fx_center {
  display: flex;
  justify-content: center;
}

.fx_end {
  display: flex;
  justify-content: flex-end;
}

.fx_n_space_center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fx_align_end {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.fx_align_center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.fx_space_end {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.fx_space_center {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.fx_space_start {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.fx_space_stretch {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.remove {
  display: none;
}

/*
 * Mixin
 * -------------------------------------------------------------------
 */
/* ---sp--- */
/* ---percent--- */
/* css_name constants */
/* color constants */
/*
 * Fonts
 * -------------------------------------------------------------------
 */
/*
 * other
 * -------------------------------------------------------------------
 */
/*
 * Module
 * -------------------------------------------------------------------
 */
header {
  min-height: auto !important;
}

.global_header {
  width: 100%;
  line-height: initial;
}
.global_header .fixed {
  width: 100%;
  height: 200px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: all 0.5s ease;
}

.gh_wrapper {
  background-color: var(--white);
}
@media screen and (min-width: 1080px) and (max-width: 1280px) {
  .gh_wrapper {
    padding: 0 20px;
  }
}

.gh_container {
  width: 1080px;
  margin: 0 auto;
}
@media screen and (min-width: 1080px) and (max-width: 1280px) {
  .gh_container {
    width: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .gh_container {
    width: 100%;
    position: relative;
    z-index: 30;
  }
}
.gh_container .menu_category {
  justify-content: center;
}
.gh_container .menu_category li {
  width: 155px;
  height: 92px;
  border-left: 2px dashed #2b6ba6;
  text-align: center;
  box-sizing: content-box;
}
.gh_container .menu_category li:last-child {
  border-right: 2px dashed #2b6ba6;
}
.gh_container .menu_category li a {
  display: block;
  padding: 5px;
  color: #2b6ba6;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 1080px) and (max-width: 1280px) {
  .gh_container .menu_category li a {
    padding: 5px 2.1em;
    font-size: 1.4em;
  }
}
@media screen and (max-width: 768px) {
  .gh_container .menu_category li a {
    padding: 0 20px;
  }
}
.gh_container .menu_category li a span {
  display: block;
}
.gh_container .menu_category li a span img {
  width: auto;
  height: 46px;
  margin: 0 auto 19px;
}
.gh_container .menu_category li:hover a {
  opacity: 0.5;
}
.gh_container.tb_only {
  display: none;
}

.logo_wrapper {
  padding: 30px 0 37px;
}

.gh_logo {
  width: 340px;
}
.gh_logo a {
  font-family: var(--NotoSans);
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.03em;
  text-align: left;
  color: var(--Main-color);
}
@media screen and (min-width: 1080px) and (max-width: 1280px) {
  .gh_logo a {
    font-size: 38px;
  }
}
@media screen and (max-width: 1080px) {
  .gh_logo a {
    font-size: 27px;
  }
}
@media screen and (max-width: 640px) {
  .gh_logo a {
    font-size: 18px;
  }
}
@media screen and (max-width: 330px) {
  .gh_logo a {
    font-size: 15px;
  }
}

.global_navi li {
  padding: 0 10px;
  position: relative;
}
.global_navi li:first-child {
  padding-left: 0;
}
.global_navi li:last-child {
  padding: 0 !important;
}
.global_navi li:last-child::after {
  content: none;
}
.global_navi li::after {
  content: "／";
  position: absolute;
  top: 0;
  right: -5px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
.global_navi li:nth-child(n+5)::after {
  content: none;
}
.global_navi a {
  display: block;
  padding: 0 10px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.4px;
  position: relative;
}

.global_navi_blk {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  width: 765px;
}

.global_note {
  background-color: var(--Main-color);
  width: 100%;
  position: relative;
  z-index: 30;
  transition: opacity 0.3s ease, visibility 0.3s ease, height 0.3s ease;
  overflow: hidden;
}
.global_note .text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1080px;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: var(--white);
  background-color: var(--Main-color);
}
@media screen and (max-width: 1080px) {
  .global_note .text {
    width: 100%;
    height: 45px;
  }
}
@media screen and (max-width: 640px) {
  .global_note .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 330px) {
  .global_note .text {
    font-size: 13px;
  }
}
.global_note .text em {
  font-size: 16px;
  font-style: normal;
}

.search_box {
  position: relative;
  width: 300px;
  height: 44px;
  border-radius: 30px;
  background-color: var(--white);
  margin-top: 25px;
}
.search_box .search-button img {
  position: absolute;
  right: 17px;
  top: 8px;
  width: 23px;
  height: 23px;
}
.search_box .text_field {
  width: 100%;
  padding: 8px;
  outline: none;
  color: #ababab;
  font-size: 16px;
  border-radius: 30px;
  border: 1px solid #707070;
}

.header-sp {
  display: none;
}
.header-sp * {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .header-sp {
    display: block;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: #ffffff;
  }
}
.header-sp__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
  width: 100%;
  background-color: var(--white);
}
@media screen and (max-width: 1000px) {
  .header-sp__wrap {
    height: 140px;
    padding-left: 40px;
    padding-right: 40px;
    border-bottom: 1px solid var(--white);
  }
}
@media screen and (max-width: 1000px) {
  .header-sp__wrap--logo img {
    width: 94%;
  }
}
.header-sp__wrap--logo span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000;
  line-height: 0.8;
}
.header-sp__wrap--logo:hover img {
  opacity: 1;
  transition: none;
}
.header-sp__wrap--border {
  display: block;
  position: relative;
  width: 69px;
  height: 69px;
  background: #000;
  border: 1px solid #000;
  border-radius: 50%;
}
.header-sp__wrap--menu {
  position: absolute;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .header-sp__wrap--menu {
    width: 35px;
    height: 30px;
    top: 30%;
    left: 25%;
  }
}
.header-sp__wrap--menu.active > div.top {
  top: 50%;
  transform: translateY(-50%) rotate(-225deg);
}
.header-sp__wrap--menu.active > div.center {
  opacity: 0;
}
.header-sp__wrap--menu.active > div.bottom {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%) rotate(225deg);
}
.header-sp__wrap--menu > div {
  height: 2px;
  width: 100%;
  background-color: var(--white);
  position: absolute;
  transition: all 0.6s ease;
}
.header-sp__wrap--menu > div.top {
  left: 0;
  top: 0;
}
.header-sp__wrap--menu > div.center {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header-sp__wrap--menu > div.bottom {
  bottom: 0;
  left: 0;
}
.header-sp__wrap--cart {
  position: relative;
  right: 5px;
}
@media screen and (max-width: 1000px) {
  .header-sp__wrap--cart img {
    width: 50px;
  }
}
@media screen and (max-width: 640px) {
  .header-sp__wrap--cart img {
    width: 32px;
  }
}
@media screen and (max-width: 480px) {
  .header-sp__wrap--cart img {
    width: 21.3333333333px;
  }
}
.header-sp__wrap--cart > div {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #d20000;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
@media screen and (max-width: 1000px) {
  .header-sp__wrap--cart > div {
    width: 28px;
    height: 28px;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 640px) {
  .header-sp__wrap--cart > div {
    width: 17.92px;
    height: 17.92px;
    font-size: 9.6px;
    line-height: 11.52px;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 480px) {
  .header-sp__wrap--cart > div {
    width: 11.9466666667px;
    height: 11.9466666667px;
    font-size: 6.4px;
    line-height: 7.68px;
    letter-spacing: 0px;
  }
}
.header-sp__container {
  width: 100%;
  background: #D6A332;
  color: #ffffff;
}

.sp_login_info {
  display: flex;
  flex-wrap: wrap;
  width: 43%;
}

.login_info {
  margin-top: 1em;
}
.login_info p,
.login_info a {
  font-size: 10px;
  color: var(--Min-font-color);
}

/*----- tb_menu -----*/
@media screen and (max-width: 1080px) {
  .tb_menu {
    width: 100%;
    height: 70px;
    color: #fff;
    z-index: 30;
    position: fixed;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 1080px) {
  .tb_menu .logo_wrapper {
    padding: 16px 30px;
    justify-content: space-between;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 100%;
    background-color: #fff;
  }
}
@media screen and (max-width: 640px) {
  .tb_menu .logo_wrapper {
    padding: 16px 10px;
  }
}
@media screen and (max-width: 1080px) {
  .tb_menu .gh_logo {
    width: auto;
  }
}
@media screen and (max-width: 1080px) {
  .tb_menu .global_navi_blk {
    width: 100%;
    display: block;
    padding: 60px 40px 60px 45px;
  }
}
@media screen and (max-width: 640px) {
  .tb_menu .global_navi_blk {
    padding: 40px 30px 70px 30px;
  }
}
@media screen and (max-width: 1080px) {
  .tb_menu .global_navi_blk h2 {
    color: #333;
    font-size: 30px;
    padding-bottom: 8px;
    border-bottom: 2px solid #000;
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  .tb_menu .global_navi_blk h2 {
    font-size: 20px;
  }
}
.tb_menu .global_navi_blk h2:before {
  content: "●";
}
.tb_menu .global_navi_blk .category_navi {
  margin-bottom: 55px;
}
@media screen and (max-width: 640px) {
  .tb_menu .global_navi_blk .category_navi li {
    padding: 10px 0;
  }
}
.tb_menu .global_navi_blk .open_time {
  color: #333;
}
@media screen and (max-width: 1080px) {
  .tb_menu .global_navi {
    margin-top: 52px;
    margin-bottom: 109px;
  }
}
@media screen and (max-width: 640px) {
  .tb_menu .global_navi {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1080px) {
  .tb_menu .global_navi li {
    width: 47%;
    padding: 0;
    margin-bottom: 30px;
    position: relative;
  }
  .tb_menu .global_navi li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 14px;
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
  }
}
@media screen and (max-width: 640px) {
  .tb_menu .global_navi li {
    width: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .tb_menu .global_navi a {
    font-size: 18px;
    line-height: 2;
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .tb_menu .global_navi a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1080px) {
  .tb_menu .global_navi .leftnavi_cal {
    width: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .tb_menu .global_navi div.cal_wrapper {
    width: 49%;
    margin-top: 46px;
  }
  .tb_menu .global_navi div.cal_wrapper + div.cal_wrapper {
    margin-top: 46px;
  }
}
@media screen and (max-width: 1080px) {
  .tb_menu .global_navi .open_time {
    margin-top: 44px;
    font-size: 24px;
  }
}
@media screen and (max-width: 1080px) {
  .tb_menu .global_navi .category_navi {
    width: 100%;
    overflow: hidden;
    height: auto;
    margin-bottom: 119px;
  }
}
@media screen and (max-width: 1080px) {
  .tb_menu .global_navi .category_navi li {
    position: relative;
    padding: 15px 0;
    font-size: 24px;
  }
  .tb_menu .global_navi .category_navi li.open {
    border-bottom: 1px solid #201515;
  }
}
@media screen and (max-width: 1080px) {
  .tb_menu .global_navi .category_navi a,
  .tb_menu .global_navi .category_navi span {
    font-size: 24px;
  }
}
@media screen and (max-width: 1080px) {
  .tb_menu .global_navi .category_navi > li.sub::after {
    content: "+";
    position: absolute;
    font-size: 35px;
    line-height: 40px;
    color: #000;
    right: 0;
    top: 10px;
  }
}
@media screen and (max-width: 1080px) {
  .tb_menu .global_navi .category_navi > li.sub.open::after {
    content: "-";
    position: absolute;
    font-size: 65px;
    font-weight: normal;
    color: #000;
    right: 0;
    top: 10px;
  }
}
@media screen and (max-width: 1080px) {
  .tb_menu .child_cat {
    display: none;
    border-top: none;
  }
}
@media screen and (max-width: 1080px) {
  .tb_menu .child_cat li {
    position: relative;
  }
}
@media screen and (max-width: 1080px) {
  .tb_menu .child_cat li a {
    font-size: 15px;
    color: #333333;
  }
  .tb_menu .child_cat li a::after {
    border-right: solid 2px #000;
    border-top: solid 2px #000;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 10px;
    top: 15px;
    transform: rotate(45deg);
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
    width: 8px;
  }
}
.tb_menu__icon-list {
  display: grid;
  grid-template-columns: 1fr 0.3fr;
  gap: 0 10px;
}
.tb_menu__icon-list a {
  display: grid;
  place-content: center;
  place-items: center;
}
.tb_menu__icon-list a img {
  width: 75px;
}
@media screen and (max-width: 640px) {
  .tb_menu__icon-list a img {
    width: 45px;
  }
}
.tb_menu__icon-list a span {
  display: block;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 640px) {
  .tb_menu__icon-list a span {
    font-size: 11px;
  }
}
.tb_menu__right {
  gap: 0 10px;
}

@media screen and (max-width: 1080px) {
  .navBtn {
    width: 52px;
    height: 60px;
  }
}
@media screen and (max-width: 640px) {
  .navBtn {
    width: 42px;
    height: 43px;
  }
}
@media screen and (max-width: 1080px) {
  .navBtn button {
    display: grid;
    place-content: center;
    place-items: center;
    border: none;
    background: none;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    −moz−tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

@media screen and (max-width: 1080px) {
  .navIcon {
    padding: 1.25rem 0.5rem 0.5rem 0.5rem;
    cursor: pointer;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.navIcon__txt {
  display: block;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  color: #000;
  margin-top: 45px;
}
@media screen and (max-width: 640px) {
  .navIcon__txt {
    font-size: 13px;
    margin-top: 22px;
  }
}

@media screen and (max-width: 1080px) {
  .iconLayer {
    position: relative;
    display: block;
    width: 52px;
    height: 4px;
    background: #333;
    animation-duration: 300ms;
    animation-timing-function: ease-in-out;
  }
  .iconLayer:before, .iconLayer:after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: inherit;
    height: 4px;
    background: inherit;
    -webkit-animation-duration: 300ms;
    -moz-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}
@media screen and (max-width: 640px) {
  .iconLayer {
    width: 42px;
    height: 4px;
  }
}
.iconLayer:before {
  top: -12px;
}
.iconLayer:after {
  top: 12px;
}

/*----- 開閉中 アイコンレイヤー -----*/
@media screen and (max-width: 1080px) {
  .arrow {
    animation-name: navIconSlide;
    animation-fill-mode: forwards;
    background: rgba(0, 0, 0, 0);
  }
  .arrow:before {
    animation-name: navIconSlideBefore;
    animation-fill-mode: forwards;
    background: #333;
  }
  .arrow:after {
    animation-name: navIconSlideAfter;
    animation-fill-mode: forwards;
    background: #333;
  }
}
.arrow + .navIcon__txt {
  display: none;
}

@keyframes navIconSlide {
  to {
    transform: rotate(180deg);
  }
}
@keyframes navIconSlideBefore {
  to {
    top: 0;
    transform: rotate(45deg);
  }
}
@keyframes navIconSlideAfter {
  to {
    top: 0;
    transform: rotate(-45deg);
  }
}
/*----- 開閉後 アイコンレイヤー -----*/
@media screen and (max-width: 1080px) {
  .hamburger:before {
    animation-name: navIconSlideBeforeFromPC;
    animation-duration: 300ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
  }
}
@media screen and (max-width: 640px) {
  .hamburger:before {
    animation-name: navIconSlideBeforeFromSP;
    animation-duration: 300ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
  }
}
@media screen and (max-width: 1080px) {
  .hamburger:after {
    animation-name: navIconSlideAfterFromPC;
    animation-duration: 300ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
  }
}
@media screen and (max-width: 640px) {
  .hamburger:after {
    animation-name: navIconSlideAfterFromSP;
    animation-duration: 300ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
  }
}
.hamburger + .navIcon__txt {
  display: block;
}

@keyframes navIconSlideFrom {
  0% {
    transform: rotate(180deg);
    background: rgba(0, 0, 0, 0);
  }
  100% {
    transform: rotate(0deg);
    background: #333;
  }
}
/* PC向けキーフレーム */
@keyframes navIconSlideBeforeFromPC {
  0% {
    top: 0;
    transform: rotate(45deg);
  }
  100% {
    top: -20px;
    transform: rotate(0deg);
  }
}
@keyframes navIconSlideAfterFromPC {
  0% {
    top: 0;
    transform: rotate(-45deg);
  }
  100% {
    top: 20px;
    transform: rotate(0deg);
  }
}
/* SP向けキーフレーム */
@keyframes navIconSlideBeforeFromSP {
  0% {
    top: 0;
    transform: rotate(45deg);
  }
  100% {
    top: -12px;
    transform: rotate(0deg);
  }
}
@keyframes navIconSlideAfterFromSP {
  0% {
    top: 0;
    transform: rotate(-45deg);
  }
  100% {
    top: 12px;
    transform: rotate(0deg);
  }
}
.overlay-sp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
}

.menu-sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .menu-sp {
    display: block;
    position: fixed;
    height: 100vh;
    top: 177px;
    left: -58%;
    width: 100%;
    max-width: 80%;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
    background: #fff;
    z-index: 10;
  }
}
@media screen and (max-width: 768px) {
  .menu-sp {
    left: -38.2em;
  }
}
@media screen and (max-width: 640px) {
  .menu-sp {
    top: 9.3em;
    left: -60%;
  }
}
.menu-sp.active {
  z-index: 98;
  transform: translateX(100%);
  opacity: 1;
  visibility: visible;
}
.menu-sp__wrap {
  height: 85%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 765px) {
  .menu-sp__wrap {
    height: 82%;
  }
}
@media screen and (max-width: 640px) {
  .menu-sp__wrap {
    height: 85%;
  }
}
.menu-sp__wrap .leftnavi_cal {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
  margin: 20px auto;
}
@media screen and (max-width: 640px) {
  .menu-sp__wrap .leftnavi_cal {
    flex-wrap: wrap;
  }
}
.menu-sp__wrap .leftnavi_cal div.cal_wrapper {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .menu-sp__wrap .leftnavi_cal div.cal_wrapper {
    width: 100%;
  }
}
.menu-sp__wrap .leftnavi_cal div.cal_wrapper + div.cal_wrapper {
  margin-top: 6px;
}

@media screen and (max-width: 1080px) {
  .fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.tb_search {
  padding: 0 30px;
}
.tb_search .search_box {
  width: 100%;
  height: 72px;
  border-radius: 50px;
}
.tb_search .search_box .text_field {
  padding: 16px;
  color: #747474;
  text-align: center;
  font-size: 26px;
}
@media screen and (max-width: 640px) {
  .tb_search .search_box .text_field {
    font-size: 20px;
  }
}
.tb_search .search_box .search-button img {
  position: absolute;
  right: 30px;
  top: 18px;
  width: 36px;
  height: 36px;
}
@media screen and (max-width: 640px) {
  .tb_search .search_box .search-button img {
    width: 22px;
    height: 30px;
  }
}

/*===============================================
left navi
===============================================*/
input.box140 {
  width: 100%;
}

#leftcolumn,
.left_navi {
  width: 218px;
  margin-top: 100px;
}
@media screen and (max-width: 1080px) {
  #leftcolumn,
  .left_navi {
    display: none;
  }
}

#leftcolumn {
  float: none !important;
}

.frame_leftnavi {
  width: 218px;
  line-height: initial;
}

.side_column .block_body {
  border: none !important;
}

#news_area {
  display: none;
}

#cart_area .cart {
  background: transparent !important;
  padding: 0 !important;
}
#cart_area .cart::before {
  content: "■";
  color: var(--Main-color);
  margin-right: 5px;
}
#cart_area .title {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #000;
}
#cart_area .information {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}

#login_area h2 {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #000;
  padding: 0 !important;
}
#login_area h2::before {
  content: "■";
  color: var(--Main-color);
  margin-right: 5px;
}

#container .block_outer .block_body dl.formlist dt {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #000;
}

#container div#login_area .block_body .mini {
  font-weight: normal;
  font-size: 12px;
  line-height: 1.2;
  text-align: left;
  color: #000;
}

#calender_area {
  margin-top: 50px;
}
#calender_area h2 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  color: var(--white);
  padding: 9px;
  margin-bottom: 14px;
  background: var(--Main-color);
  border: 1px solid var(--Main-color);
  text-align: center;
  line-height: 1.5;
}
#calender_area .block_body {
  padding: 0 !important;
}
#calender_area table {
  width: 215px;
}
#calender_area table .month {
  font-family: var(--Hiragino);
  font-size: 16px;
  margin: 0;
  color: #000;
  text-align: center;
  padding: 5px 0;
  letter-spacing: 2px;
  line-height: 1.5;
  background: #efefef !important;
}
#calender_area table th,
#calender_area table td {
  font-size: 12px;
  text-align: center;
  padding: 5px;
}

#search_area,
#category_area,
#raku2_narrowing_area {
  margin-top: 50px;
}
#search_area h2,
#category_area h2,
#raku2_narrowing_area h2 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  color: var(--white);
  padding: 9px;
  margin-bottom: 14px;
  background: var(--Main-color);
  border: 1px solid var(--Main-color);
  text-align: center;
  line-height: 1.5;
}

.navi_title {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  color: var(--white);
  padding: 9px;
  margin-bottom: 14px;
  background: var(--Main-color);
  border: 1px solid var(--Main-color);
  text-align: center;
}
.navi_category_title {
  margin: 20px 0;
  font-size: 18px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
}

.category_navi {
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .category_list li {
    margin-bottom: 20px;
  }
}

/*global_footer*/
.global_footer {
  width: 100%;
  padding: 75px 0 0;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: initial;
  background-color: #edf8f7;
}
@media screen and (max-width: 1080px) {
  .global_footer {
    padding-top: 0;
  }
}
@media screen and (max-width: 1080px) {
  .global_footer .wrapper {
    padding: 62px 30px 0;
  }
}
.global_footer .wrapper .footer_wrap {
  display: grid;
  gap: 0 24px;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 1080px) {
  .global_footer .wrapper .footer_wrap {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1080px) {
  .global_footer .wrapper .footer_wrap > li {
    font-size: 24px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
  .global_footer .wrapper .footer_wrap > li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .global_footer .wrapper .footer_wrap p {
    font-size: 13px;
  }
}
.global_footer .footer_title {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  padding-bottom: 13px;
}
@media screen and (max-width: 1080px) {
  .global_footer .footer_title {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .global_footer .footer_title {
    font-size: 18px;
  }
}
.global_footer .footer_title span {
  display: inline-block;
  width: 12px;
  height: auto;
  margin-left: 24px;
}
@media screen and (max-width: 1080px) {
  .global_footer .footer_title span {
    width: 25px;
    margin-left: 12px;
    vertical-align: middle;
  }
}
.global_footer .note_list {
  font-size: 12px;
  margin-top: 17px;
}
@media screen and (max-width: 1080px) {
  .global_footer .note_list {
    font-size: 18px;
    margin-top: 0;
  }
}
.global_footer .open_time {
  font-weight: 500;
  font-size: 23.5px;
  letter-spacing: 0.02em;
  line-height: 35px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1080px) {
  .global_footer .open_time {
    font-size: 31px;
    line-height: 46px;
  }
}
@media screen and (max-width: 640px) {
  .global_footer .open_time {
    font-size: 15px;
    line-height: 1.5;
  }
}
.global_footer .address {
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 1080px) {
  .global_footer .address {
    font-size: 24px;
  }
}
.global_footer .open_time_tb {
  display: none;
}
@media screen and (max-width: 1080px) {
  .global_footer .open_time_tb {
    display: inline;
  }
}
.global_footer .footer_logo {
  text-align: right;
  margin-top: 158px;
}
.global_footer .footer_logo img.pc_only {
  display: inline;
  width: 165px;
  height: auto;
}
.global_footer .footer_logo img.tb_only {
  display: none;
}
.global_footer .global_navi {
  justify-content: center;
  margin-top: 70px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1080px) {
  .global_footer .global_navi {
    justify-content: flex-start;
    padding: 0 30px;
    gap: 10px;
  }
}
@media screen and (max-width: 640px) {
  .global_footer .global_navi {
    padding: 0 15px;
  }
}
.global_footer .global_navi a {
  font-size: 16px;
}
@media screen and (max-width: 1080px) {
  .global_footer .global_navi a {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .global_footer .global_navi a {
    font-size: 13px;
  }
}
.global_footer .global_navi li {
  padding: 0 18px;
}
@media screen and (max-width: 1080px) {
  .global_footer .global_navi li {
    padding: 0 34px;
  }
}
@media screen and (max-width: 768px) {
  .global_footer .global_navi li {
    padding: 0 18px;
  }
}
.global_footer .global_navi li:first-child {
  padding-left: 0;
}
.global_footer .global_navi li::after {
  font-size: 16px;
}
@media screen and (max-width: 1080px) {
  .global_footer .global_navi li::after {
    font-size: 24px;
    right: -10px;
  }
}
@media screen and (max-width: 640px) {
  .global_footer .global_navi li::after {
    font-size: 16px;
    right: -5px;
  }
}
.global_footer .global_navi li:nth-child(n+5)::after {
  content: "／";
}
.global_footer .global_navi li:last-child::after {
  content: none;
}
@media screen and (max-width: 1080px) {
  .global_footer .global_navi li:nth-child(4) {
    padding-left: 0;
  }
  .global_footer .global_navi li:nth-child(4) a {
    padding-left: 7px;
  }
}
@media screen and (max-width: 1080px) {
  .global_footer .global_navi li:nth-child(n+6)::after {
    content: none;
  }
}

.footer_list {
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 1080px) {
  .footer_list {
    font-size: 24px;
    display: flex;
  }
}
@media screen and (max-width: 640px) {
  .footer_list {
    flex-wrap: wrap;
    font-size: 18px;
  }
}
.footer_list li {
  margin-bottom: 5px;
}

.footer_link {
  margin-top: 25px;
  display: flex;
  justify-content: flex-end;
}
.footer_link + .footer_title {
  margin-top: 50px;
}
.footer_link a {
  font-size: 15px;
  line-height: 19px;
  padding-left: 22px;
  position: relative;
}
.footer_link a::before {
  content: "";
  position: absolute;
  background: url(../images/footer_arrow.svg) no-repeat;
  width: 18px;
  height: 19px;
  top: 0;
  left: 0;
}

.footer_arrow {
  display: flex;
  align-items: center;
}
.footer_arrow::after {
  display: inline-block;
  content: "";
  background-image: url(https://lifemag.shop/user_data/packages/raku2pc/img/footer_arrow.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 13px;
  height: 12px;
  margin-top: 0.2em;
  margin-left: 0.5em;
  vertical-align: middle;
}
@media screen and (max-width: 1080px) {
  .footer_arrow::after {
    background-image: url(https://lifemag.shop/user_data/packages/raku2pc/img/footer_arrow.png);
    width: 25px;
    height: 26px;
  }
}

.footer_credit {
  display: block;
  margin: 0.5em 0;
}

.contact_title {
  color: var(--Main-color);
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  .contact_title {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  .contact_title {
    font-size: 25px;
  }
}

.contact_text {
  margin-top: 18px;
  font-size: 17px;
}
@media screen and (max-width: 1080px) {
  .contact_text {
    font-size: 24px;
  }
}

.contact_blk {
  margin: 24px 0 74px;
}
.contact_blk h2 {
  font-weight: bold;
  font-size: 25px;
  text-align: left;
  color: var(--Main-color);
  background: transparent;
}
@media screen and (max-width: 1080px) {
  .contact_blk h2 {
    font-size: 33px;
  }
}
@media screen and (max-width: 640px) {
  .contact_blk h2 {
    font-size: 22px;
    margin-bottom: 0.8em;
  }
}

.mail_blk,
.phone_blk {
  width: 48.6%;
  padding: 25px 30px 24px;
  border-radius: 20px;
  background-color: var(--white);
}
@media screen and (max-width: 1080px) {
  .mail_blk,
  .phone_blk {
    width: 100%;
    margin-bottom: 20px;
    padding: 25px 39px 24px;
  }
}
@media screen and (max-width: 640px) {
  .mail_blk,
  .phone_blk {
    padding: 25px 24px 24px;
  }
}

.mail_blk .icon_mail {
  display: inline-block;
  width: 40px;
  height: auto;
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 1080px) {
  .mail_blk .icon_mail {
    width: 55px;
    margin-top: -10px;
  }
}
.mail_blk .mail_button {
  margin-top: 25px;
  margin-bottom: 20px;
}
.mail_blk .mail_button a {
  display: block;
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
  font-family: YuMincho;
  text-align: center;
  padding: 8px 0;
  border-radius: 30px;
  background-color: var(--Main-color);
  border: 1px solid var(--Main-color);
  transition: 0.25s ease-out;
}
@media screen and (max-width: 1080px) {
  .mail_blk .mail_button a {
    font-size: 28px;
    font-weight: bold;
    font-family: inherit;
    padding: 38px 0;
    border-radius: 20px;
  }
}
.mail_blk .mail_button a:hover {
  color: var(--white);
  opacity: 0.7;
  border: 1px solid var(--white);
}
.mail_blk .open_time {
  font-weight: 500;
  font-size: 19px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: left;
  color: #000;
  margin-top: 1em;
}
@media screen and (max-width: 1080px) {
  .mail_blk .open_time {
    font-size: 27px;
  }
}
@media screen and (max-width: 640px) {
  .mail_blk .open_time {
    font-size: 15px;
    line-height: 1.5;
  }
}

.phone_blk .ph_num {
  color: var(--Main-color);
  font-size: 50px;
  font-family: var(--YuMincho);
  line-height: 1.28em;
  margin-bottom: 5px;
}
@media screen and (max-width: 1080px) {
  .phone_blk .ph_num {
    font-size: 68px;
    font-weight: bold;
    letter-spacing: 3.5px;
    line-height: 113px;
  }
}
@media screen and (max-width: 768px) {
  .phone_blk .ph_num {
    font-size: 65px;
  }
}
@media screen and (max-width: 640px) {
  .phone_blk .ph_num {
    font-size: 30px;
    line-height: 2;
  }
}
.phone_blk .icon_tel {
  display: inline-block;
  width: 40px;
  height: auto;
  margin-right: 6.5px;
}
@media screen and (max-width: 1080px) {
  .phone_blk .icon_tel {
    width: 56px;
  }
}
@media screen and (max-width: 640px) {
  .phone_blk .icon_tel {
    width: 30px;
  }
}

.copyright {
  width: 100%;
  font-size: 11px;
  font-weight: 300;
  padding: 14px 0 16px;
  text-align: center;
  color: var(--white);
  background-color: var(--Main-color);
}
@media screen and (max-width: 1080px) {
  .copyright {
    font-size: 18px;
    padding: 27px 20px;
  }
}
@media screen and (max-width: 640px) {
  .copyright {
    font-size: 14px;
    line-height: 2.5;
  }
}
.copyright__txt {
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--white);
}
@media screen and (max-width: 640px) {
  .copyright__txt {
    line-height: 1.5;
  }
}

a[href^="tel:"] {
  color: var(--Main-color);
}
@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*
 * トップページ
 * -------------------------------------------------------------------
 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
    cursor: text;
    color: inherit;
  }
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    display: flex;
    align-items: center;
    pointer-events: auto;
    text-decoration: underline;
    cursor: pointer;
  }
}

/*global navigation*/
.btn_menu:hover {
  cursor: pointer;
}

.container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 103px;
}
@media screen and (min-width: 1080px) and (max-width: 1280px) {
  .container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1080px) {
  .container {
    margin-bottom: 50px;
  }
}

.wrapper {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

#main_column h2 {
  border-bottom: none !important;
}

/* main_visual */
.main_visual {
  margin-top: 28px;
}
@media screen and (max-width: 1080px) {
  .main_visual {
    margin-top: 200px;
  }
}
@media screen and (max-width: 640px) {
  .main_visual {
    margin-top: 150px;
  }
}

.main_visual_slider {
  padding: 0 0 40px 0;
}
.main_visual_slider button:focus {
  outline: none;
}
.main_visual_slider .slick-slide {
  opacity: 0.5;
  width: 1080px;
  margin: 0 12px;
  transition: all 0.4s;
}
@media screen and (max-width: 1080px) {
  .main_visual_slider .slick-slide {
    opacity: 1;
  }
}
.main_visual_slider .slick-slide img {
  width: 1080px;
  height: 540px;
  object-fit: contain;
  border-radius: 50px;
}
@media screen and (max-width: 1080px) {
  .main_visual_slider .slick-slide img {
    width: 100%;
    height: auto;
    border-radius: 25px;
  }
}
.main_visual_slider .slick-slide.slick-center {
  opacity: 1;
}
.main_visual_slider .slick-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  text-align: center;
}
.main_visual_slider .slick-dots li {
  display: inline-block;
  position: relative;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
  width: 11px !important;
  height: 11px;
  border-radius: 50%;
  background: #e4e4e4;
}
.main_visual_slider .slick-dots li button {
  color: var(--white);
  font-size: 0;
}
.main_visual_slider .slick-dots li button::before {
  content: none !important;
}
.main_visual_slider .slick-dots li.slick-active {
  background: #272020;
}

/* banner slider */
.banner {
  width: 1080px;
  margin: 60px auto 0;
}
@media screen and (max-width: 1080px) {
  .banner {
    width: 100%;
    padding: 0 30px;
    margin-top: 47px;
  }
}
.banner_slider {
  padding: 0 0 40px 0;
}
.banner_slider button:focus {
  outline: none;
}
.banner_slider .slick-slide {
  width: 1080px;
  transition: all 0.4s;
}
.banner_slider .slick-slide img {
  height: auto;
  object-fit: contain;
}
.banner_slider .slick-slide.slick-center {
  opacity: 1;
}
.banner_slider .slick-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  text-align: center;
}
.banner_slider .slick-dots li {
  display: inline-block;
  position: relative;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #e4e4e4;
}
.banner_slider .slick-dots li button {
  color: var(--white);
  font-size: 0;
}
.banner_slider .slick-dots li button::before {
  content: none !important;
}
.banner_slider .slick-dots li.slick-active {
  background: #272020;
}

/*section_title*/
@font-face {
  font-family: YuMincho;
  src: url(../font/yumindb.ttf);
}
.section_title {
  position: relative;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: #201515;
}
.section_title:before {
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #000;
}
@media screen and (max-width: 1080px) {
  .section_title:before {
    top: 56%;
  }
}

.jp_ttl {
  font-weight: bold;
  font-size: 31px;
  letter-spacing: 0.13em;
  line-height: 29px;
  text-align: center;
  color: #000;
  background: var(--white);
  margin-left: 20px;
  position: relative;
  padding: 0 1em;
}
@media screen and (max-width: 1080px) {
  .jp_ttl {
    top: 10px;
    font-size: 29px;
    line-height: 27px;
  }
}
@media screen and (max-width: 640px) {
  .jp_ttl {
    top: 9px;
    font-size: 18px;
    line-height: 1.5;
    margin-left: 0;
  }
}

.eng_ttl {
  position: relative;
  z-index: 1;
  display: block;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 27px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1080px) {
  .eng_ttl {
    font-size: 14px;
    letter-spacing: 0.15em;
    line-height: 23px;
  }
}
@media screen and (max-width: 640px) {
  .eng_ttl {
    font-size: 13px;
    line-height: 1.5;
  }
}

section + section {
  margin-top: 100px;
}

/*main_content*/
.main_content {
  display: grid;
  width: 788px;
  margin-top: 92px;
  line-height: initial;
}
@media screen and (min-width: 1080px) and (max-width: 1280px) {
  .main_content {
    width: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .main_content {
    width: 100%;
    margin-top: 47px;
  }
}

.sec_banner {
  order: 1;
}
@media screen and (max-width: 768px) {
  .sec_banner {
    margin-top: 64px;
    order: 2;
  }
}

.sec_new_arrival {
  order: 2;
}
@media screen and (max-width: 768px) {
  .sec_new_arrival {
    margin-top: 0;
    order: 1;
  }
}

.product_list {
  display: grid;
  width: 100%;
  margin: 0 auto;
  row-gap: 47px;
  column-gap: 28px;
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
}

.product_name {
  margin-top: 14px;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (min-width: 1080px) and (max-width: 1280px) {
  .product_name {
    font-size: 0.9em;
  }
}

.product_price {
  font-size: 19px;
  font-weight: bold;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .product_price {
    font-size: 18px;
  }
}
.product_price span {
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .product_price span {
    font-size: 10px;
  }
}

.left_area {
  background: #edf8f7;
  padding: 13px;
}

#cart_area,
#login_area {
  padding: 13px;
  background: transparent;
}
#cart_area h2,
#login_area h2 {
  font-size: 16px !important;
  text-align: left !important;
}
#cart_area .btn a,
#login_area .btn a {
  border-radius: 2px;
  background: var(--Main-color);
  border: 1px solid var(--Main-color);
  font-weight: normal;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  color: var(--white);
}

#login_area .btn input {
  border-radius: 2px;
  background: var(--Main-color);
  border: 1px solid var(--Main-color);
  font-weight: normal;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  color: var(--white);
}

.btn input {
  border-radius: 2px;
  background: var(--Main-color);
  border: 1px solid var(--Main-color);
  font-weight: normal;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  color: var(--white);
}

/*===============================================
楽々B2B
===============================================*/
h2 {
  background: transparent;
}

.LC_Page_Index #container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 103px;
  min-width: auto !important;
  gap: 0 80px;
}
@media screen and (min-width: 1080px) and (max-width: 1280px) {
  .LC_Page_Index #container {
    padding: 0 20px;
    grid-template-columns: 0.3fr 1fr;
  }
}
@media screen and (max-width: 1080px) {
  .LC_Page_Index #container {
    width: calc(100% - 60px);
    margin: 0 auto 103px;
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }
}

.LC_Page_Index #main_column.colnum2,
.plg_Raku2_LC_Page_Products_List #main_column.colnum2,
.plg_Raku2_LC_Page_Products_CategoryList,
.plg_Raku2_LC_Page_Products_ProductsList #main_column.colnum2,
.plg_Raku2_LC_Page_Products_Detail #main_column.colnum2 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.plg_Raku2_LC_Page_Products_List #container,
.plg_Raku2_LC_Page_Products_Detail #container {
  display: grid;
  grid-template-columns: 0.3fr 1fr;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 103px;
  min-width: auto !important;
  gap: 0 80px;
}
@media screen and (max-width: 1080px) {
  .plg_Raku2_LC_Page_Products_List #container,
  .plg_Raku2_LC_Page_Products_Detail #container {
    width: calc(100% - 60px);
    margin: 163px auto 103px;
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }
}
.plg_Raku2_LC_Page_Products_List #leftcolumn,
.plg_Raku2_LC_Page_Products_Detail #leftcolumn {
  margin-top: 0 !important;
}
.plg_Raku2_LC_Page_Products_List table td,
.plg_Raku2_LC_Page_Products_Detail table td {
  line-height: 1;
}

#detailarea .photo,
#detailarea .sub_photo {
  left: 0 !important;
}

#detailarea .relative_cat {
  display: flex;
}
#detailarea h2 {
  line-height: 2;
}
#detailarea .sale_price dt,
#detailarea .sale_price dd {
  display: block !important;
  margin-top: 1.5em;
}
#detailarea .sale_price dd.deliv_fee {
  margin-top: 2em !important;
}
#detailarea .cart_area {
  min-width: auto;
}
#detailarea .quantity {
  float: none !important;
  display: grid;
  grid-template-columns: 0.2fr 1fr;
  width: 70%;
}
#detailarea .quantity dt {
  width: 50px;
}
#detailarea .quantity dd {
  width: 100%;
}
#detailarea .quantity select {
  padding: 3px 10px 3px 10px;
  color: #555;
  border: 1px solid #aaa;
  background-origin: padding-box;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #fff;
  display: block;
  cursor: pointer;
  border-radius: 4px;
  width: 100%;
}
#detailarea .cartin {
  float: none !important;
}

@media screen and (max-width: 820px) {
  #main_column.colnum2 #detailrightbloc {
    width: 56% !important;
  }
}
#main_column.colnum2.right {
  float: none !important;
  width: 100%;
  max-width: 1080px;
  margin: 20px auto 0;
}
@media screen and (min-width: 1080px) and (max-width: 1280px) {
  #main_column.colnum2.right {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1080px) {
  #main_column.colnum2.right {
    margin: 16em auto 40px;
  }
}

.cart_area {
  display: grid;
  place-content: center;
  place-items: center;
}

.fa {
  display: contents !important;
}

ul#fixed_link li a {
  background: var(--Main-color) none repeat scroll 0% 0%;
  color: var(--white);
}
ul#fixed_link li a#btn_cart {
  background: var(--Accent-color) none repeat scroll 0% 0%;
}

.login_area .btn_area.btn_type_def li a,
.btn_area.btn_type_def li a,
div[id^=raku2_close] {
  background: var(--Main-color) none repeat scroll 0% 0%;
  color: var(--white);
}

.btn_area.btn_type_def input,
.btn_area.btn_type_def a.btn {
  background: var(--Accent-color) none repeat scroll 0% 0%;
  color: var(--white);
}

#detailarea .cartin_btn a #cart {
  background-color: var(--Main-color);
  color: var(--white);
}

form#search_form #search_keyword_top input#btn_kwd_search {
  background: var(--Main-color);
}

#detailarea .cartin_btn,
#detailarea .cart_area_col01 .favorite_btn {
  width: 150px;
  min-width: 371px;
}

@media screen and (max-width: 640px) {
  .detailrightblock #cartbtn_default dl,
  .detailrightblock #teiki_cartbtn_default dl {
    display: grid;
    grid-template-columns: 0.2fr 1fr;
  }
}
@media screen and (max-width: 640px) {
  .detailrightblock #cartbtn_default dl dd select,
  .detailrightblock #teiki_cartbtn_default dl dd select {
    width: 70%;
  }
}

.LC_Page_Shopping_Complete #leftcolumn,
.LC_Page_Shopping_Confirm #leftcolumn,
.LC_Page_Shopping_Payment #leftcolumn,
.LC_Page_Shopping_Deliv #leftcolumn,
.LC_Page_Shopping #leftcolumn,
.LC_Page_Order #leftcolumn,
.LC_Page_AbstractMypage #leftcolumn,
.LC_Page_Cart #leftcolumn,
.LC_Page_Contact #leftcolumn,
.LC_Page_Guide_Privacy #leftcolumn {
  display: none;
}
.LC_Page_Shopping_Complete #main_column.colnum2,
.LC_Page_Shopping_Confirm #main_column.colnum2,
.LC_Page_Shopping_Payment #main_column.colnum2,
.LC_Page_Shopping_Deliv #main_column.colnum2,
.LC_Page_Shopping #main_column.colnum2,
.LC_Page_Order #main_column.colnum2,
.LC_Page_AbstractMypage #main_column.colnum2,
.LC_Page_Cart #main_column.colnum2,
.LC_Page_Contact #main_column.colnum2,
.LC_Page_Guide_Privacy #main_column.colnum2 {
  width: 100% !important;
}
.LC_Page_Shopping_Complete #main_column.colnum2.right,
.LC_Page_Shopping_Confirm #main_column.colnum2.right,
.LC_Page_Shopping_Payment #main_column.colnum2.right,
.LC_Page_Shopping_Deliv #main_column.colnum2.right,
.LC_Page_Shopping #main_column.colnum2.right,
.LC_Page_Order #main_column.colnum2.right,
.LC_Page_AbstractMypage #main_column.colnum2.right,
.LC_Page_Cart #main_column.colnum2.right,
.LC_Page_Contact #main_column.colnum2.right,
.LC_Page_Guide_Privacy #main_column.colnum2.right {
  float: none !important;
}
.LC_Page_Shopping_Complete #container,
.LC_Page_Shopping_Confirm #container,
.LC_Page_Shopping_Payment #container,
.LC_Page_Shopping_Deliv #container,
.LC_Page_Shopping #container,
.LC_Page_Order #container,
.LC_Page_AbstractMypage #container,
.LC_Page_Cart #container,
.LC_Page_Contact #container,
.LC_Page_Guide_Privacy #container {
  margin: 20px auto 0;
}
@media screen and (max-width: 1080px) {
  .LC_Page_Shopping_Complete #container,
  .LC_Page_Shopping_Confirm #container,
  .LC_Page_Shopping_Payment #container,
  .LC_Page_Shopping_Deliv #container,
  .LC_Page_Shopping #container,
  .LC_Page_Order #container,
  .LC_Page_AbstractMypage #container,
  .LC_Page_Cart #container,
  .LC_Page_Contact #container,
  .LC_Page_Guide_Privacy #container {
    width: calc(100% - 40px);
    margin: 16em auto 0;
  }
}

.ico_teiki img {
  width: 60px;
}

.LC_Page_Cart .ico_teiki img {
  width: 60px;
}

div#undercolumn .listdetail {
  padding-left: 100px !important;
}

div#undercolumn_cart .listphoto,
div#undercolumn_shopping .listphoto {
  max-width: 100px !important;
}

#main_column .sub_area h3,
#undercolumn_login .login_area h3,
#undercolumn_shopping h3,
#undercolumn_cart h3 {
  color: var(--Min-font-color);
}

#detailarea .cartin_btn,
#detailarea .cart_area_col01 .favorite_btn {
  margin: 15px 15px 0;
}

.detailrightblock #cartbtn_default .btn_add_cart a,
.detailrightblock #teiki_cartbtn_default .btn_add_cart a,
.detailrightblock #cartbtn_default .btn_add_cart_estimate a,
.detailrightblock #teiki_cartbtn_default .btn_add_cart_estimate a {
  background-color: var(--Main-color);
  color: var(--white);
}

@media screen and (max-width: 640px) {
  #main-content {
    margin: 15em auto 0;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 640px) {
  #main-content h2 {
    background-color: var(--Main-color);
    color: var(--white);
    margin-top: 1em;
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 640px) {
  .LC_Page_Index #main-content {
    margin: 0 auto;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 640px) {
  .LC_Page_Index #main-content h2 {
    background-color: transparent;
    margin-top: auto;
    margin-bottom: 30px;
  }
}

.login_area_btm .navBox li a,
input[type=submit].btn,
#reviews_area input[type=submit].btn {
  background: var(--Accent-color) !important;
  color: var(--white) !important;
}

.loginareaBox {
  margin-bottom: 1em;
}

/*----- Hide scrollbar for Chrome, Safari and Opera -----*/
.category_navi::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.category_navi::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
.category_navi::-webkit-scrollbar-thumb {
  background: #ababab;
}

/* Handle on hover */
.category_navi::-webkit-scrollbar-thumb:hover {
  background: #ababab;
}

.category_navi li {
  padding: 8px 0;
  border-bottom: 1px solid #201515;
  position: relative;
}

/* .category_navi li.open {
      border-bottom: none;
  } */
.category_navi li a,
.category_navi li span {
  /*  display: block;
      position: relative; */
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
}

.category_navi li ul li {
  padding: 4px 0;
  font-weight: normal;
  border-bottom: none;
}

.category_navi li ul li a {
  font-weight: 500;
}

.category_navi li a:hover {
  opacity: 0.5;
}

.category_navi + .navi_title {
  margin-top: 50px;
}

.category_navi > li.sub::after {
  border-right: solid 2px #000;
  border-top: solid 2px #000;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 10px;
  top: 15px;
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  width: 8px;
  cursor: pointer;
}

.category_navi > li.sub.open::after {
  border-right: solid 2px #000;
  border-top: solid 2px #000;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 10px;
  top: 15px;
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  width: 8px;
  cursor: pointer;
}

.child_cat {
  display: none;
  margin-top: 7px;
  padding-top: 7px;
  margin-bottom: 10px;
}

.child_cat li {
  position: relative;
}

.child_cat li a {
  font-size: 14px;
}

/*sec_ranking*/
.ranking {
  width: 725px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .ranking {
    width: 705px;
    margin: 0 auto;
  }
}

.ranking_slider button:focus {
  outline: none;
}
.ranking_slider .slick-slide {
  width: 226px;
  margin: 0 13px;
}
@media screen and (max-width: 1080px) {
  .ranking_slider .slick-slide {
    margin: 0 12px;
  }
}
@media screen and (max-width: 768px) {
  .ranking_slider .slick-slide {
    width: 224px;
    margin: 0 7px;
  }
}
.ranking_slider .slick-slide img {
  width: 222px;
  height: auto;
  object-fit: contain;
}
.ranking_slider .slick-arrow {
  position: absolute;
  width: 16px;
  height: 28px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  color: transparent;
}
.ranking_slider .slick-next {
  background: url("../images/right_arrow.svg") center top no-repeat;
  background-size: cover;
  right: -22px;
}
.ranking_slider .slick-prev {
  background: url("../images/left_arrow.svg") center top no-repeat;
  background-size: cover;
  left: -22px;
}
.ranking_slider .num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 44px;
  margin: 0 auto 14px;
  color: #fff;
  font-size: 26px;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #2b6ba6;
  border-radius: 5px;
}

/*sec_aboutus*/
.sec_aboutus {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 0 45px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 1080px) {
  .sec_aboutus {
    display: block;
    border: none;
    padding-top: 40px;
  }
}
.sec_aboutus h3 {
  font-size: 15px;
  font-weight: 400;
}
.sec_aboutus .eng_ttl {
  display: block;
  margin: 0;
  padding: 5px 0 0 0;
}
@media screen and (max-width: 1080px) {
  .sec_aboutus .eng_ttl {
    display: inline-block;
    padding: 0 1em;
  }
}
.sec_aboutus .about_text {
  width: 44.5%;
}
@media screen and (max-width: 1080px) {
  .sec_aboutus .about_text {
    width: 100%;
  }
}
.sec_aboutus .about_text p {
  margin-top: 30px;
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 26px;
}
@media screen and (max-width: 1080px) {
  .sec_aboutus .about_text p {
    margin-bottom: 60px;
    font-size: 24px;
    letter-spacing: 1.5px;
    line-height: 50px;
  }
}/*# sourceMappingURL=style.css.map */