@charset "UTF-8";

/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */

/* # =================================================================
   # Global selectors
   # ================================================================= */

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  word-break: normal;
  tab-size: 4;
  /* Prevent adjustments of font size after orientation changes in iOS */
}

*,
::before,
::after {
  box-sizing: inherit;
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
}

* {
  margin: 0;
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
}

/* # =================================================================
   # General elements
   # ================================================================= */

hr {
  /* Show the overflow in Edge and IE */
  height: 0;
  overflow: visible;
  /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

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 */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */

input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */

[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type="search"] {
  /* Correct the outline style in Safari */
  -webkit-appearance: textfield;
  outline-offset: -2px;
  /* Correct the odd appearance in Chrome and Safari */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

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 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  color: inherit;
  cursor: pointer;
}

/* 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 {
  padding: 0;
  border-style: none;
}

/* 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 */
}

/* Remove the default button styling in all browsers */

button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* 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 {
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  /* Change font properties to `inherit` in Chrome and Safari */
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */

img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  vertical-align: bottom;
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */

progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */

/* Hide content from screens but not screenreaders */

/* 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="true"] {
  cursor: default;
}

html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow: -moz-scrollbars-vertical;
  overscroll-behavior-y: none;
  font-size: 62.5%;
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.is-fixed {
  overflow: hidden;
}

a {
  color: #1d2088;
}

img {
  -webkit-backface-visibility: hidden;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

/* animation */

@-webkit-keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(0.97, 0.97, 1);
    transform: scale3d(0.97, 0.97, 1);
  }

  85% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(0.97, 0.97, 1);
    transform: scale3d(0.97, 0.97, 1);
  }

  85% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes anim-moema-2 {
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 0;
  }
}

@keyframes anim-moema-2 {
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes ttl {
  0% {
    background-position: top center;
    background-color: black;
  }

  100% {
    background-position: bottom center;
    background-color: rgba(0, 0, 0, 0);
  }
}

@keyframes ttl {
  0% {
    background-position: top center;
    background-color: black;
  }

  100% {
    background-position: bottom center;
    background-color: rgba(0, 0, 0, 0);
  }
}

/* header */

.header {
  position: relative;
}

.header__logo {
  z-index: 100;
  width: 100%;
  margin-bottom: 1em;
  text-align: center;
}

.header__logo a {
  text-decoration: none;
}

.header__title {
  margin-top: 0.5em;
  padding: 0.5em 0;
  background-color: #1d2088;
  color: #fff100;
  font-weight: 400;
  font-size: 1.7rem;
}

.header__obi {
  background-color: #1d2088;
  font-size: 1.4rem;
}

.header__obi a {
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  transition: color 0.7s;
}

.header__obi a:hover {
  color: #fff100;
}

.header__obiInner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 50px;
  margin: 0 1em;
}

.header__obiMenu {
  display: flex;
  align-items: center;
  list-style: none;
}

.header__obiMenu-item {
  margin-right: 1.5em;
}

.header__obiMenu-item i {
  margin-right: 0.5em;
  color: #fff100;
  font-size: 1.1rem;
}

.header__obiContact {
  flex: 1 0 10%;
  text-align: right;
}

.header__obiContact i {
  margin-right: 0.5em;
}

.header__obiContact a {
  margin-left: 2em;
}

.header__main {
  display: flex;
  align-items: center;
}

.header__mainText {
  margin-top: 1em;
}

.header__mainTitle {
  font-weight: normal;
  font-size: 2.2rem;
}

.header__mainDesc {
  margin-top: 1.5em;
  color: #4d4d4d;
  font-size: 1.1rem;
}

.header__sp-sns {
  margin: 0.5em 0.5em 0 0.5em;
}

.header__submenu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
}

.header__submenu-item {
  position: relative;
  font-size: 1.4rem;
}

.header__submenu-item a {
  display: block;
  color: #000000;
  text-decoration: none;
}

.header__submenu-item a img {
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.header__submenu-item a img:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.header__submenu-item a:hover i {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.header__submenu-item i {
  display: block;
  margin-bottom: 0.1em;
  color: #1d2088;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.header__search {
  margin-top: 1.5em;
}

.header__search form {
  display: flex;
  display: inline-block;
  align-items: center;
  width: 100%;
  border-radius: 5px;
  background-color: #f0f0f0;
}

.header__search input[type="text"] {
  width: 82%;
  padding: 0.1em 0.4em 0.4em 0.8em;
  outline: 0;
  font-size: 1.2rem;
}

.header__search button {
  width: 15%;
  text-align: right;
}

.header__search button i {
  margin: 0 0.5em;
  color: #808080;
  transition: color 0.5s;
}

.header__search button:hover i {
  color: #1d2088;
}

/* ttl */

.ttl__primary {
  position: relative;
  margin-top: 2em;
  padding-top: 1.5em;
  font-weight: normal;
  font-size: 2.4rem;
  text-align: center;
}

.ttl__primary::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: url(https://image.raku-uru.jp/01/18155/49/title-bg_1636002372565.png);
}

.ttl__primary em {
  display: block;
  color: #1d2088;
  font-style: normal;
  font-size: 1.6rem;
  font-family: "Jura", sans-serif;
}

.ttl__secondary {
  position: relative;
  margin: 2em 1em;
  padding: 0 0 0.5em 1.5em;
  border-bottom: 3px solid #1d2088;
  font-weight: normal;
  font-size: 2.2rem;
}

.ttl__secondary::before {
  position: absolute;
  top: 0;
  left: 0;
  content: url(https://image.raku-uru.jp/01/18155/50/subttl-star_1636002372736.png);
}

/* icon */

.icon__new {
  position: relative;
}

.icon__new::before {
  position: absolute;
  top: -40px;
  left: 10px;
  content: url(https://image.raku-uru.jp/01/18155/51/icon-new_1636002372907.png);
}

/* text */

.text--red {
  color: #ff0000;
}

.text--bold {
  font-weight: bold;
}

/* link */

.link__btn--line {
  display: inline-block;
  z-index: 2;
  position: relative;
  min-width: 300px;
  padding: 0.6em 3em;
  border: 2px solid #ffffff;
  border-radius: 50px;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  transition: color 0.3s;
}

.link__btn--line::before {
  -webkit-transform: scale3d(0.8, 0.5, 1);
  z-index: -1;
  position: absolute;
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
  transform: scale3d(0.8, 0.5, 1);
  border-radius: 50px;
  background: inherit;
  content: "";
  opacity: 0.8;
}

.link__btn--line:hover {
  -webkit-animation: anim-moema-1 0.3s forwards;
  border: 2px solid #fff100;
  background-color: #fff100;
  color: #1d2088;
  animation: anim-moema-1 0.3s forwards;
  transition: background-color 0.1s 0.3s, color 0.1s 0.3s, border 0.1s 0.3s;
}

.link__btn--line:hover::before {
  -webkit-animation: anim-moema-2 0.4s 0.3s forwards;
  animation: anim-moema-2 0.4s 0.3s forwards;
}

.link__btn--line i {
  margin-left: 1em;
  font-size: 1.3rem;
}

.link__btn--key {
  display: inline-block;
  position: relative;
  min-width: 220px;
  padding: 0.6em 3em;
  border-radius: 50px;
  background-color: #1d2088;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

.link__btn--key::before {
  -webkit-transform: scale3d(0.8, 0.5, 1);
  z-index: -1;
  position: absolute;
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
  transform: scale3d(0.8, 0.5, 1);
  border-radius: 50px;
  background: inherit;
  content: "";
  opacity: 0.8;
}

.link__btn--key:hover {
  -webkit-animation: anim-moema-1 0.3s forwards;
  background-color: #fff100;
  color: #1d2088;
  animation: anim-moema-1 0.3s forwards;
  transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
}

.link__btn--key:hover::before {
  -webkit-animation: anim-moema-2 0.4s 0.3s forwards;
  animation: anim-moema-2 0.4s 0.3s forwards;
}

.link__btn--key i {
  margin-left: 1em;
  font-size: 1.3rem;
}

.link__btn--big {
  display: inline-block;
  position: relative;
  padding: 0.6em 1em 0.6em 1.6em;
  border-radius: 50px;
  background-color: #1d2088;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

.link__btn--big::before {
  -webkit-transform: scale3d(0.8, 0.5, 1);
  z-index: -1;
  position: absolute;
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
  transform: scale3d(0.8, 0.5, 1);
  border-radius: 50px;
  background: inherit;
  content: "";
  opacity: 0.8;
}

.link__btn--big:hover {
  -webkit-animation: anim-moema-1 0.3s forwards;
  background-color: #fff100;
  color: #1d2088;
  animation: anim-moema-1 0.3s forwards;
  transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
}

.link__btn--big:hover::before {
  -webkit-animation: anim-moema-2 0.4s 0.3s forwards;
  animation: anim-moema-2 0.4s 0.3s forwards;
}

.link__btn--big i {
  margin: 0 1em;
  font-size: 1.3rem;
}

.link__text {
  position: relative;
  color: #000000;
  text-decoration: none;
  transition: color 0.3s;
}

.link__text:hover {
  color: #fff100;
  transition: color 0.3s;
}

.link__text i {
  margin-right: 0.5em;
  color: #1d2088;
  font-size: 1.3rem;
}

/* color */

.area__bg {
  padding: 0.1em 0;
  background-color: #edf3f6;
}

/* global nav */

/* shopping guide */

.school__order {
  position: relative;
  min-height: 360px;
  padding: 4em 0;
  background-image: url(https://image.raku-uru.jp/01/18155/43/school-bg_1636002369824.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  text-align: center;
}

.school__order::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
}

.school__order-ttl {
  z-index: 1;
  position: relative;
  padding-bottom: 1em;
  background-image: url(https://image.raku-uru.jp/01/18155/55/line_1636002373791.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  font-weight: normal;
  font-size: 2.2rem;
}

.school__order-text {
  z-index: 1;
  position: relative;
  margin: 1em 0 3em 0;
  font-weight: normal;
  font-size: 1.7rem;
}

.guide__area {
  text-align: center;
}

.guide__menu {
  margin-top: 1em;
  padding: 1em;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  list-style: none;
  text-align: left;
}

.guide__menu a {
  color: #000000;
  text-decoration: none;
  transition: color 0.3s;
}

.guide__menu a:hover {
  color: #fff100;
}

.guide__menu-item {
  position: relative;
  margin: 0.5em;
}

.guide__calender {
  margin-top: 4em;
}

.guide__calender-item {
  margin: 1em;
}

.guide__link {
  margin: 2em 1em;
}

/* footer */

.footer__bg {
  background-image: url(https://image.raku-uru.jp/01/18155/41/footer-bg_1636002368547.jpg);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.footer__intro {
  display: inline-block;
  margin: 3em 1em;
}

.footer__intro-eng {
  color: #ffffff;
  font-size: 1.8rem;
  font-family: "Jura", sans-serif;
}

.footer__intro-text {
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 1px solid #ffffff;
  color: #ffffff;
  font-size: 2.4rem;
}

.footer__online {
  position: relative;
  padding: 4em 1em 6em 1em;
  color: #ffffff;
}

.footer__online::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(18, 24, 98, 0.8);
  content: "";
}

.footer__online-ttl {
  z-index: 1;
  position: relative;
  color: #ffffff;
  font-weight: 400;
  font-size: 1.9rem;
}

.footer__onlineMenu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 3em 0 2em 0;
  list-style: none;
}

.footer__onlineMenu-item {
  position: relative;
  margin: 0 0.6em;
  font-size: 1.4rem;
}

.footer__onlineMenu-item a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s;
}

.footer__onlineMenu-item a:hover {
  color: #fff100;
}

.footer__onlineMenu-item a img {
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.footer__onlineMenu-item a img:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.footer__onlineMenu-item a:hover i {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.footer__onlineMenu-item i {
  display: block;
  margin-bottom: 0.1em;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.footer__onlineSubmenu {
  display: inline-block;
  z-index: 1;
  position: relative;
  font-size: 1.4rem;
  list-style: none;
  text-align: left;
}

.footer__onlineSubmenu a {
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  transition: color 0.7s;
}

.footer__onlineSubmenu a:hover {
  color: #fff100;
}

.footer__onlineSubmenu-item {
  margin-right: 1.5em;
}

.footer__onlineSubmenu-item i {
  margin-right: 0.5em;
  color: #fff100;
  font-size: 1.1rem;
}

.footer__add {
  z-index: 2;
  position: relative;
  margin: 0 1em;
  text-align: center;
}

.footer__add-logo {
  margin-top: -3em;
}

.footer__add-text {
  margin: 2em 0;
}

.footer__add-text a {
  color: #000000;
  text-decoration: none;
}

.footer__add-sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 2em;
  list-style: none;
}

.footer__add-sns-item {
  position: relative;
  margin: 0 0.6em;
}

.footer__add-sns-item a {
  display: block;
  text-decoration: none;
}

.footer__add-sns-item a img {
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.footer__add-sns-item a img:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.footer__add-sns-item a:hover i {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.footer__copy {
  margin: 3em 0;
  padding-top: 1em;
  border-top: 1px solid #e4e4e4;
  font-size: 1.2rem;
}

.footer__pagetop {
  z-index: 50;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  background-color: #1d2088;
  color: #fff100;
  caret-color: transparent;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s;
}

.footer__pagetop:hover {
  background-color: #fff100;
}

.footer__pagetop:hover i {
  color: #1d2088;
}

.footer__pagetop i {
  -webkit-transform: rotate(270deg);
  display: inline-block;
  transform: rotate(270deg);
  font-size: 1.2rem;
}

@media screen and (min-width: 768px), print {
  .header {
    margin-bottom: 1em;
  }

  .header__title {
    display: none;
  }

  .header__main {
    margin: 0 1em 1.5em 1em;
  }

  .header__btnArea {
    flex: 1 0 10%;
    text-align: right;
  }

  .header__sp-sns {
    display: none;
  }

  .header__submenu {
    justify-content: flex-end;
    margin-top: 0.5em;
  }

  .header__submenu-item {
    margin: 0 0.6em;
  }

  .header__search form {
    width: 350px;
  }

  .header__search input[type="text"] {
    width: 80%;
    padding: 0.1em 0.2em 0.4em 0.2em;
  }

  .ttl__secondary {
    margin: 2em 1em;
  }

  .nav__toggle {
    display: none;
  }

  .nav {
    margin: 0 1em;
  }

  .nav__list {
    display: flex;
    align-items: center;
    list-style: none;
  }

  .nav__item {
    width: calc((100% / 2) - 0.5em);
  }

  .nav__item:nth-of-type(6) {
    margin-left: 1em;
  }

  .nav__item i {
    margin-left: 2em;
    color: #fff100;
    font-size: 1.5rem;
    transition: color 0.1s 0.3s;
  }

  .nav__item a:hover i {
    color: #1d2088;
  }

  .nav__item a {
    display: block;
    position: relative;
    border-radius: 5px;
    background-color: #1d2088;
    color: #ffffff;
    font-weight: 500;
    font-size: 2rem;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
  }

  .nav__item a::before {
    -webkit-transform: scale3d(0.8, 0.5, 1);
    z-index: -1;
    position: absolute;
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
    transform: scale3d(0.8, 0.5, 1);
    border-radius: 5px;
    background: inherit;
    content: "";
    opacity: 0.8;
  }

  .nav__item a:hover {
    -webkit-animation: anim-moema-1 0.3s forwards;
    background-color: #fff100;
    color: #1d2088;
    animation: anim-moema-1 0.3s forwards;
    transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
  }

  .nav__item a:hover::before {
    -webkit-animation: anim-moema-2 0.4s 0.3s forwards;
    animation: anim-moema-2 0.4s 0.3s forwards;
  }

  .nav__pc-none {
    display: none;
  }

  .school__order-ttl {
    font-size: 2.8rem;
  }

  .guide__area {
    margin: 3em 0;
  }

  .guide__menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 0;
  }

  .guide__menu-item {
    position: relative;
    margin: 0 1em;
  }

  .guide__menu-item::before {
    padding-right: 2em;
    content: "│";
  }

  .guide__menu-item:first-child::before {
    padding-right: 0;
    content: "";
  }

  .guide__calender {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .guide__link {
    margin: 4em 0 0 0;
  }

  .footer__intro {
    margin: 8em 0;
  }

  .footer__online {
    padding: 4em 0 6em 0;
  }

  .footer__onlineSubmenu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) and (min-width: 1100px), print {
  .nav {
    width: 1080px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1100px), print {
  .header__logo {
    -webkit-transform: translateX(-50%);
    position: absolute;
    top: 10px;
    left: 50%;
    width: auto;
    margin-bottom: 0;
    transform: translateX(-50%);
    transition: top 0.3s;
  }

  .header__logo:hover {
    top: 5px;
  }

  .header__obiInner {
    width: 1080px;
    margin: 0 auto;
  }

  .header__main {
    width: 1080px;
    margin: 0 auto 1.5em auto;
  }

  .ttl__primary {
    margin-top: 3em;
  }

  .ttl__secondary {
    width: 1080px;
    margin: 2em auto;
  }

  .guide__area {
    width: 1080px;
    margin: 5em auto;
  }
}

@media screen and (max-width: 767px), print {
  .header__grobalmenu {
    -webkit-overflow-scrolling: touch;
    z-index: 100;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #ffffff;
    font-size: 1.7rem;
    transition: left 0.4s;
  }

  .header__grobalmenu.nav__open {
    visibility: visible;
    left: 0;
    transition: left 0.4s ease-in;
  }

  .header__obi {
    display: none;
  }

  .header__mainText {
    display: none;
  }

  .header__btnArea {
    position: absolute;
    top: 0;
    width: 100%;
  }

  .header__submenu-item {
    width: calc(100% / 3);
    margin-top: 15px;
    padding: 0.5em 0;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    border-left: 1px solid #cacaca;
    text-align: center;
  }

  .header__search {
    margin: 1em;
  }

  .header__sp-none {
    display: none;
  }

  .nav__toggle {
    display: inline-block;
    z-index: 300;
    position: fixed;
    top: 0;
    right: 0;
    width: 45px;
    height: 50px;
    background-color: #1d2088;
    cursor: pointer;
    transition: all 0.5s;
  }

  .nav__toggle span {
    display: inline-block;
    position: absolute;
    left: 20%;
    width: 60%;
    height: 3px;
    border-radius: 5px;
    background-color: #ffffff;
    transition: all 0.5s;
  }

  .nav__toggle span:nth-of-type(1) {
    top: 10px;
  }

  .nav__toggle span:nth-of-type(2) {
    top: 18px;
  }

  .nav__toggle span:nth-of-type(3) {
    top: 26px;
  }

  .nav__open .nav__toggle span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(315deg);
    transform: translateY(8px) rotate(315deg);
  }

  .nav__open .nav__toggle span:nth-of-type(2) {
    opacity: 0;
  }

  .nav__open .nav__toggle span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(-315deg);
    transform: translateY(-8px) rotate(-315deg);
  }

  .nav__toggle small {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    color: #ffffff;
    font-size: 1rem;
  }

  .nav {
    position: absolute;
    top: 190px;
    width: 100%;
    font-size: 1.7rem;
  }

  .nav__list {
    padding-bottom: 0.5em;
    list-style: none;
  }

  .nav__pc-none {
    position: relative;
    font-size: 1.5rem;
  }

  .nav__pc-none:first-child {
    border-top: 1px dotted #cacaca;
  }

  .nav__pc-none i {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    color: #1d2088;
    font-size: 1.4rem;
  }

  .nav__pc-none a {
    display: block;
    padding: 0.8em 2em 0.8em 0.5em;
    border-bottom: 1px dotted #cacaca;
    color: #000000;
    text-decoration: none;
  }

  .nav__item {
    position: relative;
    margin-top: 0.5em;
  }

  .nav__item a {
    display: block;
    position: relative;
    margin: 0.5em;
    padding: 0.8em;
    border-radius: 10px;
    background-color: #1d2088;
    color: #ffffff;
    text-decoration: none;
  }

  .nav__item a i {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    color: #fff100;
    font-size: 1.4rem;
  }

  .guide__menu-item::before {
    padding-right: 1em;
    content: "\e900";
    font-size: 1.4rem;
    font-family: "icomoon" !important;
  }
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, sans-serif;
  }
}

/* スライダー*/

/* Arrows */

.slick-prev,
.slick-next {
  -webkit-transform: translateY(-50%);
  display: block;
  z-index: 10;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 100%;
  padding: 0;
  transform: translateY(-50%);
  border: none;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.slick-next {
  right: -55px;
  transition: opacity 0.5s;
}

.slick-next:hover {
  opacity: 0.6;
}

.slick-prev {
  left: -50px;
  transition: opacity 0.5s;
}

.slick-prev:hover {
  opacity: 0.6;
}

.slick-prev:before {
  content: "\e901";
  color: #1d2088;
  font-size: 2.5rem;
  font-family: "icomoon" !important;
}

.slick-next:before {
  content: "\e900";
  color: #1d2088;
  font-size: 2.5rem;
  font-family: "icomoon" !important;
}

/* Dots */

.slick-dots {
  display: block;
  z-index: 10;
  position: absolute;
  bottom: -1em;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  position: relative;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  width: 40px;
  height: 4px;
  padding: 0;
  border: 0;
  outline: none;
  background-color: #bebebe;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transition: opacity 0.5s;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
  opacity: 0.6;
}

.slick-dots li.slick-active button {
  background-color: #1d2088;
  opacity: 1;
}

/*読み込み後に表示*/

.slider {
  opacity: 0;
  transition: opacity 0.5s;
}

.slick-initialized {
  opacity: 1;
}

/* top page */

.top__slider {
  position: relative;
}

.top__slider-item {
  position: relative;
}

.top__sec {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 1em 4em 1em;
}

.top__newCard {
  width: 100%;
  margin: 4em 0 0 0;
  text-align: center;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.top__newCard:hover {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}

.top__newCard a {
  color: #000000;
  text-decoration: none;
}

a:hover .top__newCard-btn {
  background-color: #fff100;
  color: #1d2088;
  transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
}

a:hover .top__newCard-btn::before {
  -webkit-animation: anim-moema-2 0.5s 0.3s forwards;
  animation: anim-moema-2 0.5s 0.3s forwards;
}

.top__newCard-img {
  padding: 2em 1em;
  border-radius: 10px;
  background-color: #edf3f6;
}

.top__newCard-img img {
  max-width: 100%;
  height: auto;
}

.top__newCard-ttl {
  margin: 1em 0;
  font-weight: normal;
  font-size: 1.8rem;
}

.top__newCard-price {
  padding: 0.6em 0;
  border-top: 1px dotted #cacaca;
  border-bottom: 1px dotted #cacaca;
  font-size: 1.5rem;
}

.top__newCard-btn {
  display: inline-block;
  position: relative;
  min-width: 220px;
  margin-top: 2em;
  padding: 0.6em;
  border-radius: 50px;
  background-color: #1d2088;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.5rem;
  transition: background-color 0.3s, color 0.3s;
}

.top__newCard-btn::before {
  -webkit-transform: scale3d(0.8, 0.5, 1);
  z-index: -1;
  position: absolute;
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
  transform: scale3d(0.8, 0.5, 1);
  border-radius: 50px;
  background: inherit;
  content: "";
  opacity: 0.8;
}

.top__newCard-btn i {
  margin-left: 1em;
  font-size: 1.3rem;
}

.top__proCard {
  width: 100%;
  margin: 4em 0 0 0;
  text-align: center;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.top__proCard:hover {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}

.top__proCard a {
  color: #000000;
  text-decoration: none;
}

a:hover .top__proCard-btn {
  background-color: #fff100;
  color: #1d2088;
  transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
}

a:hover .top__proCard-btn::before {
  -webkit-animation: anim-moema-2 0.5s 0.3s forwards;
  animation: anim-moema-2 0.5s 0.3s forwards;
}

.top__proCard-img {
  padding: 1em;
  border-radius: 15px 15px 0 0;
  background-color: #ffffff;
}

.top__proCard-img img {
  max-width: 100%;
  padding: 0.2em 0.5em;
}

.top__proCard-text {
  position: relative;
  padding: 1em;
  border-radius: 0 0 15px 15px;
  background-color: #1d2088;
  color: #ffffff;
}

.top__proCard-ttl {
  margin: 0 0.5em;
  font-weight: normal;
  font-size: 2rem;
}

.top__proCard-ttl em {
  display: block;
  margin-bottom: 0.2em;
  color: #fff100;
  font-style: normal;
  font-size: 1.7rem;
  font-family: "Jura", sans-serif;
}

.top__proCard-btn {
  display: block;
  z-index: 2;
  margin-top: 1em;
  padding: 0.6em 0;
  border: 2px solid #fff100;
  border-radius: 50px;
  color: #fff100;
  font-weight: 500;
  font-size: 1.5rem;
  transition: background-color 0.3s, color 0.3s;
}

.top__proCard-btn::before {
  -webkit-transform: scale3d(0.8, 0.5, 1);
  z-index: 1;
  position: absolute;
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
  transform: scale3d(0.8, 0.5, 1);
  border-radius: 50px;
  background: inherit;
  content: "";
  opacity: 0.6;
}

.top__proCard-btn i {
  margin-left: 1em;
  font-size: 1.3rem;
}

@media screen and (min-width: 768px), print {
  .slick-dots {
    bottom: -1em;
  }

  .slick-dots li button {
    width: 220px;
  }

  .top__newCard {
    width: 320px;
    margin: 4em 1em 0 1em;
  }

  .top__newCard-img img {
    width: 240px;
  }

  .top__newCard-ttl {
    min-height: 60px;
    margin: 1em 0 3em 0;
  }

  .top__proCard {
    width: 500px;
    margin: 4em 1em 0 1em;
  }

  .top__proCard a {
    display: flex;
    justify-content: center;
    height: 100%;
    min-height: 340px;
  }

  .top__proCard-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    padding: 2em 0;
    border-radius: 15px 0 0 15px;
  }

  .top__proCard-img img {
    width: auto;
    max-width: 230px;
    height: auto;
    max-height: 280px;
  }

  .top__proCard-text {
    width: 50%;
    padding: 4.5em 0 0 0;
    border-radius: 0 15px 15px 0;
  }

  .top__proCard-ttl em {
    margin-bottom: 0.5em;
  }

  .top__proCard-btn {
    position: absolute;
    bottom: 2em;
    left: 10%;
    width: 80%;
    margin-top: 0;
  }
}

@media screen and (min-width: 1100px), print {
  .top__slider {
    width: 1080px;
    margin: 0 auto;
  }

  .top__sec {
    width: 1080px;
    margin: 0 auto 6em auto;
  }
}

/*font.css*/
@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: "icomoon";
    src: url("https://contents.raku-uru.jp/01/20326/7/icomoon_1635382653437.eot?tesum8");
    src: url("https://contents.raku-uru.jp/01/20326/7/icomoon_1635382653437.eot?tesum8#iefix") format("embedded-opentype"),
    url("https://contents.raku-uru.jp/01/20326/8/icomoon_1635382653535.ttf?tesum8") format("truetype"),
    url("https://contents.raku-uru.jp/01/20326/6/icomoon_1635382653345.woff?tesum8") format("woff"),
    url("https://contents.raku-uru.jp/01/20326/9/icomoon_1635382653626.svg?tesum8#icomoon") format("svg");

    font-display: block;
}

[class^="icon-"],
[class*="icon-"] {
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;

    speak: never;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow1:before {
    content: "\e900";
}
.icon-arrow2:before {
    content: "\e901";
}
.icon-cart:before {
    content: "\e902";
}
.icon-mail:before {
    content: "\e903";
}
.icon-man:before {
    content: "\e904";
}
.icon-note:before {
    content: "\e905";
}
.icon-zoom:before {
    content: "\e906";
}
.icon-home:before {
    content: "\e907";
}

/* schedule-area */

.schedule-area {
　　width: 1080px;
    padding-top: 20px;
    text-align: center;
    display: flex;
    justify-content: space-around;
}
.sche_flex {
    width: 233px;
}
.schedule-area h4 {
	font-family: 'メイリオ', 'Meiryo', 'Meiryo UI';
	font-size: 13px;
	font-weight: normal;
	line-height: 22px;
	display: inline-block;
	width: 102px;
	height: 22px;
	margin-bottom: 15px;
	text-align: center;
	color: #e8edff;
	border: #bcc2d6 solid 1px;
	border-radius: 11px;
	background-color: #2f3649;
}

.schedule {
	margin-bottom: 15px;
}

.schedule table {
	width: auto;
	margin: 0 auto 10px;
}

.schedule table th {
	font-size: 13px;
	font-weight: normal;
	padding: 3px;
	text-align: center;
}

.schedule table th.sun {
	color: #6c396a;
}

.schedule table th.sat {
	color: #3467dd;
}

.schedule table td {
	font-size: 13px;
	font-weight: normal;
	padding: 3px;
	text-align: center;
}

.schedule-date {
	line-height: 25px;
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
}

.e1 .schedule-date {
	color: #e8edff;
	background-color: #9362a6;
}

.e2 .schedule-date {
	color: #e8edff;
	background-color: #64a2c7;
}

.e3 .schedule-date {
	color: #2f3649;
	background-color: #d6dcf0;
}

.event-list {
	margin-bottom: 15px;
	margin-left: 10px;
}

.event-list li {
	line-height: 24px;
	position: relative;
	min-height: 24px;
	margin-bottom: 5px;
	padding-left: 40px;
	text-align: left;
}

.event-list li:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 24px;
	height: 24px;
	content: '';
}

.event-list li.event1:before {
	background-color: #9362a6;
}

.event-list li.event2:before {
	background-color: #64a2c7;
}

.event-list li.event3:before {
	background-color: #d6dcf0;
}

@media only screen and (max-width: 600px) {
	.schedule-area {
		width: 100%;
		padding: 30px 10px 0;
		text-align: center;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.sche_flex {
		width: auto !important;
	}
	.schedule-area h4 {
		font-size: 15px;
		font-weight: normal;
		line-height: 27px;
		display: inline-block;
		width: 123px;
		height: 29px;
		margin-bottom: 15px;
		text-align: center;
		color: #e8edff;
		border: #bcc2d6 solid 1px;
		border-radius: 15px;
		background-color: #2f3649;
	}
	.schedule {
		margin-bottom: 19px;
	}
	.schedule table {
		width: auto;
		margin: 0 auto 16px;
	}
	.schedule table th {
		font-size: 15px;
		font-weight: normal;
		padding: 3px;
		text-align: center;
	}
	.schedule table th.sun {
		color: #6c396a;
	}
	.schedule table th.sat {
		color: #3467dd;
	}
	.schedule table td {
		font-size: 15px;
		font-weight: normal;
		padding: 5px;
		text-align: center;
	}
	.schedule-date {
		line-height: 30px;
		display: inline-block;
		width: 30px;
		height: 30px;
		text-align: center;
	}
	.event-list {
		margin-bottom: 30px;
		margin-left: 0;
		text-align: left;
	}
	.event-list li {
		font-size: 12px;
		line-height: 25px;
		display: inline-block;
		min-height: 25px;
		margin-right: 5px;
		margin-bottom: 0;
		padding-left: 30px;
	}
	.event-list li:before {
		width: 25px;
		height: 25px;
	}
}

/*追加*/
.schedule-area-flex {
display: flex;
justify-content: center;
}
/***送料について***/

.shipment-tbl {
	width: 100%;
	margin-top: 30px;
	border-top: #bcc2d6 solid 1px;
}

.shipment-tbl th {
	font-weight: bold;
	width: 200px;
	padding: 20px 0;
	text-align: left;
	border-bottom: #bcc2d6 solid 1px;
}

.shipment-tbl-ptn1 th{
	width: 250px;
	padding-right: 20px;
}

.shipment-tbl td {
	padding: 20px 0;
	text-align: left;
	border-bottom: #bcc2d6 solid 1px;
}

.shipment-tbl caption {
	font-size: 16px;
	padding: 4px 12px 3px;
	color: #e8edff;
	background-color: #bcc2d6;
}

.shipment-tbl-normal table th {
	width: auto;
	white-space: nowrap;
}

.shipment-tbl-rule-notice {
	font-size: 80%;
}

.shipment-tbl-normal-shippoint-point span{
	display: inline-block;
	line-height: 1.1;
	padding:5px 0;
}

.shipment-tbl-normal-shippoint-point span:nth-child(2){
	padding: 0 10px;
}

.shipment-tbl-normal-rule,
.shipment-tbl-normal-rule2,
.shipment-tbl-tkbsize-defined-rule {
	margin: 15px;
}

.shipment-tbl-normal-rule2 span {
	display: block;
}

.shipment-tbl table th,
.shipment-tbl table td {
	padding: 3px 4px 2px;
	border: 0;
	line-height: 1.1;
}

.shipment-tbl table td {
	text-align: center;
}

.shipment-tbl table thead th,
.shipment-tbl table thead td {
	color: #e8edff;
	background-color: #8b91a5;
}

.shipment-tbl table thead th span,
.shipment-tbl table thead th span {
	display: block;
}

.shipment-tbl table tbody tr:nth-child(2n) th,
.shipment-tbl table tbody tr:nth-child(2n) td {
	background: #efefef;
}

.shipment-tbl table th {
	min-width: 100px;
}

.shipment-tbl-normal-orderprice-ttl,
.shipment-tbl-normal-orderpric-price {
	display: inline-block;
}

.shipment-tbl-eidome a {
	text-decoration: underline;
}

.shipment-tbl-ptn6 .shipment-tbl-normal td > table {
	display: block;
	overflow-x: auto;
	white-space: nowrap;
	max-width: 580px;
}

@media only screen and (max-width:600px) {
	.shipment-tbl caption {
		display: block;
	}
	.shipment-tbl th {
		font-size: 14px;
		display: block;
		width: 100%;
		padding: 20px 10px 5px;
		border-bottom: none;
	}
	.shipment-tbl td {
		font-size: 12px;
		display: block;
		width: 100%;
		padding: 0 10px 20px;
	}
	.shipment-tbl table {
		width: 90%;
		margin: auto;
	}
	.shipment-tbl table thead th,
	.shipment-tbl table thead td {
		padding-bottom: 5px;
	}
	.shipment-tbl table thead th span,
	.shipment-tbl table thead td span {
		display: inline;
		padding: 0 14px;
	}
	.shipment-tbl table th,
	.shipment-tbl table td {
		width: 100%;
		text-align: center;
	}
}

.item-detail-cart {
	width: 100%;
	margin-bottom: 25px;
	border-bottom: #bcc2d6 solid 1px;
}

.item-detail-cart p {
	font-size: 14px;
	margin-bottom: 10px;
}

.item-detail-inputtext input {
	font-size: 16px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 56px;
	margin-bottom: 18px;
	padding: 0 8px;
	vertical-align: middle;
	border: 1px solid #bcc2d6;
}

.item-detail-select {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.item-detail-select label {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 56px;
	vertical-align: middle;
	border: 1px solid #bcc2d6;
	background-color: #f5f5f5;
}
.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: #02081b transparent transparent transparent;
}

.item-detail-select select {
	font-size: 14px;
	line-height: 56px;
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	width: -webkit-calc(100%);
	height: 56px;
	margin: 0;
	padding: 0 45px 0 15px;
	border: 0;
	outline: none;
	background: transparent;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
}

.item-detail-cart-vari-select {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 56px;
	margin-bottom: 18px;
	vertical-align: middle;
	border: 1px solid #bcc2d6;
	background-color: #f5f5f5;
}

.item-detail-cart-vari-select label:before {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 20px;
	width: 0;
	height: 0;
	margin-top: -3px;
	content: '';
	border-width: 8px 5px 0 5px;
	border-style: solid;
	border-color: #02081b transparent transparent transparent;
}

.item-detail-cart-vari-select select {
	font-size: 14px;
	line-height: 56px;
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	width: -webkit-calc(100%);
	height: 56px;
	margin: 0;
	padding: 0 0 0 20px;
	text-indent: .01px;
	text-overflow: '';
	border: 0;
	outline: none;
	background: transparent;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
}

select::-ms-expand {
	display: none;
}

/* radio */
.item-detail-cart-vari-radio {
	overflow: hidden;
	width: 100%;
	margin-bottom: 18px;
}
.item-detail-cart-vari-radio div {
	margin-bottom: 5px;
}
.item-detail-cart-vari-radio input {
	width: 0;
	opacity: .0;
}
.item-detail-cart-vari-radio input + label {
	max-width: 100%;
	font-size: 18px;
	line-height: 1;
	position: relative;
	display: inline-block;
	padding-left: 20px;
}
.item-detail-cart-vari-radio input + label::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 15px;
	height: 15px;
	margin-top: -1px;
	content: '';
	border: 1px solid #bcc2d6;
	border-radius: 50%;
}
.item-detail-cart-vari-radio input:checked + label::after {
	position: absolute;
	top: 2px;
	left: 3px;
	display: block;
	width: 11px;
	height: 11px;
	content: '';
	border-radius: 50%;
	background-color: #5d6377;
}

.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;
	color: #e8edff;
	background-color: #b9bfd3;
}

.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;
	color: #e8edff;
	background-color: #b9bfd3;
}

.item-detail-num {
	height: 55px;
	margin-right: 12px;
	padding: 0;
	vertical-align: middle;
}

.item-detail-num input[type=number] {
	font-size: 14px;
	line-height: 55px;
	display: block;
	width: 55px;
	height: 55px;
	text-align: center;
	border: solid 1px #b9bfd3;
	-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 #bcc2d6;
	background-color: #f5f5f5;
}

.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: 8px 5px 0 5px;
	border-style: solid;
	border-color: #02081b transparent transparent transparent;
}

.item-detail-num-select select {
	font-size: 14px;
	line-height: 56px;
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	width: -webkit-calc(100%);
	height: 56px;
	margin: 0;
	padding: 0 0 0 20px;
	text-indent: .01px;
	text-overflow: '';
	border: 0;
	outline: none;
	background: transparent;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
}

.item-detail-cart-btn {
	width: 100%;
	margin-bottom: 20px;
}

.item-detail-cart-btn a {
	font-size: 20px;
	line-height: 55px;
	display: block;
	width: 100%;
	height: 55px;
	text-align: center;
	color: #e8edff;
	background-color: #5d6377;
        text-decoration: none;
}

.item-detail-cart-btn a span {
	position: relative;
}

.item-detail-cart-btn a span:before {
	position: absolute;
	top: 50%;
	left: -46px;
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	content: '';
	vertical-align: middle;
	background-image: url(https://image.raku-uru.jp/cms/yt00004/img/icn-cart-btn.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.item-detail-txt {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: #bcc2d6 solid 1px;
}

.item-detail-txt p {
	font-size: 13px;
	padding: 3px;
}

.item-detail-share {
	width: 100%;
	padding-bottom: 20px;
}
.item-detail-share dl {
	display: table;
	width: 100%;
}
.item-detail-share dl dt {
	display: table-cell;
	width: 90px;
	padding: 3px;
	vertical-align: middle;
}
.item-detail-share dl dd {
	display: table-cell;
	padding: 3px;
	vertical-align: middle;
}
.item-detail-share dl dd ul li {
	float: left;
	width: 24px;
	margin-right: 20px;
}
.item-detail-share dl dd ul li img {
	width: 100%;
	height: auto;
}
.item-comment {
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: #bcc2d6 solid 1px;
}

.item-comment h4 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 15px;
}

.item-comment p {
	font-size: 13px;
}

.item-comment table {
	width: 100%;
}

.item-comment table tr th {
	font-size: 13px;
	font-weight: normal;
	width: 180px;
	padding: 4px 12px;
	text-align: left;
}

.item-comment table tr td {
	font-size: 13px;
	padding: 4px 12px;
	text-align: left;
}

.item-comment table tr:nth-child(2n-1) th,
.item-comment table tr:nth-child(2n-1) td {
	background-color: #d7ddf1;
}

@media only screen and (max-width: 600px) {
	.item-detail {
	}
	.item-detail-left {
		float: none;
		width: 100%;
	}
	.item-detail-right {
		float: none;
		width: 100%;
	}
	.item-detail-photo-main {
		position: relative;
		width: 260px;
		margin: 0 auto;
	}
	.item-detail-photo {
		position: relative;
		overflow: hidden;
		width: 260px;
		height: 260px;
		margin: 0 auto 10px;
	}
	.item-detail-photo ul {
		width: 100%;
		height: 260px;
		margin: 0 auto;
	}
	.item-detail-photo ul li {
		display: block;
		float: left;
		width: 260px;
		height: 260px;
		margin: 0;
	}
	.item-detail-photo img {
		max-width: 100%;
		max-height: 100%;
	}
	.item-detail-photo-backbtn {
		position: absolute;
		top: 50%;
		left: -20px;
		display: block;
		margin-top: -12px;
	}
	.item-detail-photo-backbtn a {
		display: block;
		width: 12px;
		height: 23px;
		background-image: url(https://image.raku-uru.jp/cms/yt00004/img/icn-arrow-prev_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.item-detail-photo-nextbtn {
		position: absolute;
		top: 50%;
		right: -20px;
		display: block;
		margin-top: -12px;
	}
	.item-detail-photo-nextbtn a {
		display: block;
		width: 12px;
		height: 23px;
		background-image: url(https://image.raku-uru.jp/cms/yt00004/img/icn-arrow-next_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.item-detail-zoom {
		margin-bottom: 20px;
		text-align: center;
	}
	.item-detail-zoom a {
		position: relative;
		padding-left: 30px;
	}
	.item-detail-zoom a:before {
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 19px;
		height: 19px;
		margin-top: -10px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00004/img/icn-zoom_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.item-detail-thumb {
		display: none;
		width: 100%;
	}
	.item-detail-info {
		width: 100%;
		margin-bottom: 18px;
		padding-right: 10px;
		padding-left: 10px;
		border-bottom: #bcc2d6 solid 1px;
	}
	.item-detail-info2 {
		width: 100%;
		margin-bottom: 18px;
		padding-right: 10px;
		padding-left: 10px;
	}
	.item-detail-category {
		font-size: 12px;
		margin-bottom: 12px;
	}
	.item-detail-name {
		font-size: 14px;
		font-weight: normal;
		line-height: 32px;
		margin-bottom: 12px;
	}
	.item-detail-cart {
		width: 100%;
		margin-bottom: 18px;
		padding-right: 10px;
		padding-left: 10px;
		border-bottom: #bcc2d6 solid 1px;
	}
	.item-detail-cart p {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.item-detail-select select {
		font-size: 16px;
	}
	.item-detail-num-count {
		font-size: 0;
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
		justify-content: center;
	}
	.item-detail-num-minus {
		font-size: 14px;
		display: inline-block;
		margin-right: 12px;
	}
	.item-detail-num-minus a {
		font-size: 18px;
		line-height: 55px;
		display: block;
		width: 55px;
		height: 55px;
		text-align: center;
		color: #e8edff;
		background-color: #b9bfd3;
	}
	.item-detail-num {
		font-size: 16px;
		line-height: 55px;
		display: inline-block;
		width: 55px;
		height: 55px;
		margin-right: 12px;
		text-align: center;
	}
	.item-detail-num input[type=number] {
		font-size: 16px;
	}
	.item-detail-num-plus {
		font-size: 14px;
		display: inline-block;
	}
	.item-detail-num-plus a {
		font-size: 18px;
		line-height: 55px;
		display: block;
		width: 55px;
		height: 55px;
		text-align: center;
		color: #e8edff;
		background-color: #b9bfd3;
	}
	.item-detail-num-select select {
		font-size: 16px;
	}
	.item-detail-cart-btn {
		width: 100%;
		margin-bottom: 20px;
	}
	.item-detail-cart-btn a {
		font-size: 18px;
		line-height: 55px;
		display: block;
		width: 100%;
		height: 55px;
		text-align: center;
		color: #e8edff;
		background-color: #5d6377;
	}
	.item-detail-cart-btn a span {
		position: relative;
	}
	.item-detail-cart-btn a span:before {
		position: absolute;
		top: 50%;
		left: -40px;
		display: inline-block;
		width: 24px;
		height: 24px;
		margin-top: -12px;
		content: '';
		vertical-align: middle;
		background-image: url(https://image.raku-uru.jp/cms/yt00004/img/icn-cart-btn.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.item-detail-txt {
		width: 100%;
		margin-bottom: 18px;
		padding-right: 10px;
		padding-bottom: 18px;
		padding-left: 10px;
		border-bottom: #bcc2d6 solid 1px;
	}
	.item-detail-txt p {
		font-size: 13px;
		padding: 0;
	}
	.item-detail-share {
		width: 100%;
		padding-bottom: 30px;
		text-align: center;
	}
	.item-detail-share dl {
		display: block;
		width: 100%;
	}
	.item-detail-share dl dt {
		font-size: 13px;
		display: block;
		width: 100%;
		margin-bottom: 10px;
		padding: 0;
	}
	.item-detail-share dl dd {
		font-size: 13px;
		display: block;
		padding: 0;
		text-align: center;
	}
	.item-detail-share dl dd ul li {
		display: inline-block;
		float: none;
		width: 33px;
		margin-right: 10px;

		margin-left: 10px;
	}
	.item-detail-share dl dd ul li img {
		width: 100%;
		height: auto;
	}
	.item-comment {
		margin-bottom: 20px;
		padding-top: 20px;
		padding-right: 10px;
		padding-left: 10px;
		border-top: #bcc2d6 solid 1px;
	}
	.item-comment h4 {
		font-size: 14px;
		font-weight: normal;
		margin-bottom: 15px;
	}
	.item-comment p {
		font-size: 13px;
	}
	.item-comment table {
		width: 100%;
	}
	.item-comment table tr th {
		font-size: 11px;
		font-weight: normal;
		width: 65px;
		padding: 4px 10px;
		text-align: left;
	}
	.item-comment table tr td {
		font-size: 11px;
		padding: 4px 10px;
		text-align: left;
	}
	.item-comment table tr:nth-child(2n-1) th,
	.item-comment table tr:nth-child(2n-1) td {
		background-color: #d7ddf1;
	}
}


/* recommend */

#recommend {
	padding-top: 36px;
	border-top: #bcc2d6 solid 1px;
}

@media only screen and (max-width: 600px) {
	#recommend {
		padding-top: 30px;
		border-top: #bcc2d6 solid 1px;
	}
}


/* about-tbl */

.about-tbl,
table.payment-content {
	width: 100%;
	border-top: #bcc2d6 solid 1px;
}

.about-tbl th,
table.payment-content th {
	font-weight: bold;
	width: 240px;
	padding: 20px 0;
	text-align: left;
	border-bottom: #bcc2d6 solid 1px;
}

.about-tbl td,
table.payment-content td {
	padding: 20px 0;
	text-align: left;
	border-bottom: #bcc2d6 solid 1px;
}

@media only screen and (max-width: 600px) {
	.about-tbl,
	table.payment-content {
		display: block;
		width: 100%;
		border-top: #bcc2d6 solid 1px;
	}
	.about-tbl tbody,
	.about-tbl tbody tr,
	table.payment-content tbody,
	table.payment-content tbody tr {
		display: block;
		width: 100%;
	}
	.about-tbl th,
	table.payment-content th {
		font-size: 14px;
		font-weight: bold;
		display: block;
		width: 100%;
		padding: 20px 10px 5px;
		text-align: left;
		border-bottom: none;
	}
	.about-tbl td,
	table.payment-content td {
		font-size: 12px;
		display: block;
		width: 100%;
		padding: 0 10px 20px;
		text-align: left;
		border-bottom: #bcc2d6 solid 1px;
	}
	table.payment-content {
		display: table;
	}
	table.payment-content tbody{
		display: table-row-group;
	}
	table.payment-content tbody tr{
		display: table-row;
	}
	table.payment-content th,
	table.payment-content td{
		display: table-cell;
		width: 50%;
	}
}

.payment-title {
	font-weight: bold;
}

.payment-content {
	margin-bottom: 1em;
}

table.payment-content tr:first-child td {
	text-align: center;
}

table.payment-content  td {
	text-align: right;
}

.carriage-title {
	font-weight: bold;
}

.carriage-content a {
	text-decoration: underline;
}

/***********
 * side
 ***********/

.side {
	float: left;
	width: 250px;
	padding-bottom: 50px;
}

@media only screen and (max-width: 600px) {
	.side {
		float: none;
		width: 100%;
		padding-bottom: 0;
	}
}


/* category-nav */

.category-nav {
	margin-bottom: 38px;
}

.category-nav > ul > li {
	font-size: 18px;
	line-height: 1;
	margin-bottom: 15px;
	color: #333;
	border-bottom: #bcc2d6 solid 1px;
}

.category-nav > ul > li>div,
.category-nav > ul > li > a {
	margin-bottom: 10px;
}

.category-nav > ul li a {
	position: relative;
	display: block;
	width: 100%;
	padding-left: 15px;
}

.category-nav > ul li a:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: inline-block;
	width: 9px;
	height: 18px;
	margin-top: -9px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00004/img/icn-arrow-nav.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.category-nav > ul > li span {
	font-size: 14px;
}

.category-nav-l2 > li {
	font-size: 16px;
	overflow: hidden;
	border-top: #bcc2d6 dotted 1px;
}

.category-nav-l2 > li > a {
	line-height: 40px;
	height: 40px;
	margin-right: 15px;
}

.category-nav-l2 li a p {
	overflow: hidden;
	height: 40px;
	padding-right: 15px;
}

.category-nav-l3 > li {
	font-size: 16px;
	border-top: #bcc2d6 dotted 1px;
}

.category-nav-l3 > li > a {
	line-height: 48px;
	height: 48px;
	margin-right: 15px;
	text-indent: 15px;
}

.nav-close {
	display: none;
}

@media only screen and (max-width: 600px) {
	.category-nav {
		position: fixed;
		z-index: 9999;
		top: 0;
		right: -96%;
		overflow: scroll;
		width: 96%;
		height: 100%;
		margin-bottom: 38px;
		padding-bottom: 50px;
		-webkit-transition: right .6s cubic-bezier(.19, 1, .22, 1);
				transition: right .6s cubic-bezier(.19, 1, .22, 1);
		background-color: #fff;
	}
	.nav-open .category-nav {
		right: 0;
	}
	.category-nav > ul {
		padding: 15px 12px 0;
	}
	.category-nav > ul > li {
		font-size: 18px;
		line-height: 1;
		margin-bottom: 12px;
		color: #333;
		border-bottom: #e3e3e3 solid 1px;
	}
	.category-nav > ul > li>div,
	.category-nav > ul > li > a {
		margin-bottom: 12px;
	}
	.category-nav > ul li a {
		position: relative;
		display: block;
		width: 100%;
	}
	.category-nav > ul li a:after {
		position: absolute;
		top: 50%;
		right: 0;
		display: inline-block;
		width: 11px;
		height: 19px;
		margin-top: -10px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00004/img/icn-arrow-nav_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.category-nav > ul > li > a>p,
	.category-nav > ul > li > div>p {
		font-size: 16px;
		display: inline;
		margin-right: 5px;
	}
	.category-nav > ul > li span {
		font-size: 12px;
		display: inline-block;
	}
	.category-nav > ul li .category-nav-l2 > li {
		font-size: 14px;
		border-top: #bcc2d6 dotted 1px;
	}
	.category-nav > ul li .category-nav-l2 > li > a {
		line-height: 36px;
		height: 36px;
	}
	.category-nav > ul li .category-nav-l3 > li {
		font-size: 14px;
		border-top: #bcc2d6 dotted 1px;
	}
	.category-nav > ul li .category-nav-l3 > li > a {
		line-height: 36px;
		height: 36px;
		text-indent: 15px;
	}
	.nav-close {
		font-size: 10px;
		display: block;
		background-color: #d7ddf1;
	}
	.nav-close a {
		line-height: 40px;
		position: relative;
		display: block;
		height: 40px;
		padding-left: 40px;
	}
	.nav-close a:before {
		position: absolute;
		top: 50%;
		left: 12px;
		display: block;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00004/img/icn-close.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
}


/* bnr-area */

.bnr-area {
	width: 250px;
	margin-bottom: 38px;
}

.bnr-area .bnr {
	margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
	.bnr-area {
		width: 100%;
		margin-bottom: 0;
		padding: 30px 10px 0;
	}
	.bnr-area .bnr {
		width: 100%;
		margin-bottom: 20px;
	}
	.bnr-area .bnr img {
		width: 100%;
		height: auto;
	}
}


.main-article {
	margin-bottom: 30px;
width: 1080px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

/* privacy-policy */
.privacy-policy {
	margin-bottom: 30px;
}

/* fee */
.main-article .ttl2 h3 {
	margin-top: 30px;
	margin-bottom: -30px;
}

/* schedule-area */

.schedule-area {
	width: 1080px;
	padding-top: 20px;
	text-align: center;
}

.schedule-area h4 {
	font-family: 'メイリオ', 'Meiryo', 'Meiryo UI';
	font-size: 13px;
	font-weight: normal;
	line-height: 22px;
	display: inline-block;
	width: 102px;
	height: 22px;
	margin-bottom: 15px;
	text-align: center;
	color: #e8edff;
	border: #bcc2d6 solid 1px;
	border-radius: 11px;
	background-color: #2f3649;
}

.schedule {
	margin-bottom: 15px;
	border-bottom: #bcc2d6 dotted 1px;
}

.schedule table {
	width: auto;
	margin: 0 auto 10px;
}

.schedule table th {
	font-size: 13px;
	font-weight: normal;
	padding: 3px;
	text-align: center;
}

.schedule table th.sun {
	color: #6c396a;
}

.schedule table th.sat {
	color: #3467dd;
}

.schedule table td {
	font-size: 13px;
	font-weight: normal;
	padding: 3px;
	text-align: center;
}

.schedule-date {
	line-height: 25px;
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
}

.e1 .schedule-date {
	color: #e8edff;
	background-color: #9362a6;
}

.e2 .schedule-date {
	color: #e8edff;
	background-color: #64a2c7;
}

.e3 .schedule-date {
	color: #2f3649;
	background-color: #d6dcf0;
}

.event-list {
	margin-bottom: 15px;
	margin-left: 10px;
}

.event-list li {
	line-height: 24px;
	position: relative;
	min-height: 24px;
	margin-bottom: 5px;
	padding-left: 40px;
	text-align: left;
}

.event-list li:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 24px;
	height: 24px;
	content: '';
}

.event-list li.event1:before {
	background-color: #9362a6;
}

.event-list li.event2:before {
	background-color: #64a2c7;
}

.event-list li.event3:before {
	background-color: #d6dcf0;
}

@media only screen and (max-width: 600px) {
	.schedule-area {
		width: 100%;
		padding: 30px 10px 0;
		text-align: center;
	}
	.schedule-area h4 {
		font-size: 15px;
		font-weight: normal;
		line-height: 27px;
		display: inline-block;
		width: 123px;
		height: 29px;
		margin-bottom: 15px;
		text-align: center;
		color: #e8edff;
		border: #bcc2d6 solid 1px;
		border-radius: 15px;
		background-color: #2f3649;
	}
	.schedule {
		margin-bottom: 19px;
		border-bottom: #bcc2d6 dotted 1px;
	}
	.schedule table {
		width: auto;
		margin: 0 auto 16px;
	}
	.schedule table th {
		font-size: 15px;
		font-weight: normal;
		padding: 3px;
		text-align: center;
	}
	.schedule table th.sun {
		color: #6c396a;
	}
	.schedule table th.sat {
		color: #3467dd;
	}
	.schedule table td {
		font-size: 15px;
		font-weight: normal;
		padding: 5px;
		text-align: center;
	}
	.schedule-date {
		line-height: 30px;
		display: inline-block;
		width: 30px;
		height: 30px;
		text-align: center;
	}
	.event-list {
		margin-bottom: 30px;
		margin-left: 0;
		text-align: left;
	}
	.event-list li {
		font-size: 12px;
		line-height: 25px;
		display: inline-block;
		min-height: 25px;
		margin-right: 5px;
		margin-bottom: 0;
		padding-left: 30px;
	}
	.event-list li:before {
		width: 25px;
		height: 25px;
	}
}


/***送料について***/

.shipment-tbl {
	width: 100%;
	margin-top: 30px;
	border-top: #bcc2d6 solid 1px;
}

.shipment-tbl th {
	font-weight: bold;
	width: 200px;
	padding: 20px 0;
	text-align: left;
	border-bottom: #bcc2d6 solid 1px;
}

.shipment-tbl-ptn1 th{
	width: 250px;
	padding-right: 20px;
}

.shipment-tbl td {
	padding: 20px 0;
	text-align: left;
	border-bottom: #bcc2d6 solid 1px;
}

.shipment-tbl caption {
	font-size: 16px;
	padding: 4px 12px 3px;
	color: #e8edff;
	background-color: #bcc2d6;
}

.shipment-tbl-normal table th {
	width: auto;
	white-space: nowrap;
}

.shipment-tbl-rule-notice {
	font-size: 80%;
}

.shipment-tbl-normal-shippoint-point span{
	display: inline-block;
	line-height: 1.1;
	padding:5px 0;
}

.shipment-tbl-normal-shippoint-point span:nth-child(2){
	padding: 0 10px;
}

.shipment-tbl-normal-rule,
.shipment-tbl-normal-rule2,
.shipment-tbl-tkbsize-defined-rule {
	margin: 15px;
}

.shipment-tbl-normal-rule2 span {
	display: block;
}

.shipment-tbl table th,
.shipment-tbl table td {
	padding: 3px 4px 2px;
	border: 0;
	line-height: 1.1;
}

.shipment-tbl table td {
	text-align: center;
}

.shipment-tbl table thead th,
.shipment-tbl table thead td {
	color: #e8edff;
	background-color: #8b91a5;
}

.shipment-tbl table thead th span,
.shipment-tbl table thead th span {
	display: block;
}

.shipment-tbl table tbody tr:nth-child(2n) th,
.shipment-tbl table tbody tr:nth-child(2n) td {
	background: #efefef;
}

.shipment-tbl table th {
	min-width: 100px;
}

.shipment-tbl-normal-orderprice-ttl,
.shipment-tbl-normal-orderpric-price {
	display: inline-block;
}

.shipment-tbl-eidome a {
	text-decoration: underline;
}

.shipment-tbl-ptn6 .shipment-tbl-normal td > table {
	display: block;
	overflow-x: auto;
	white-space: nowrap;
	max-width: 580px;
}

@media only screen and (max-width:600px) {
	.shipment-tbl caption {
		display: block;
	}
	.shipment-tbl th {
		font-size: 14px;
		display: block;
		width: 100%;
		padding: 20px 10px 5px;
		border-bottom: none;
	}
	.shipment-tbl td {
		font-size: 12px;
		display: block;
		width: 100%;
		padding: 0 10px 20px;
	}
	.shipment-tbl table {
		width: 90%;
		margin: auto;
	}
	.shipment-tbl table thead th,
	.shipment-tbl table thead td {
		padding-bottom: 5px;
	}
	.shipment-tbl table thead th span,
	.shipment-tbl table thead td span {
		display: inline;
		padding: 0 14px;
	}
	.shipment-tbl table th,
	.shipment-tbl table td {
		width: 100%;
		text-align: center;
	}
}


/***********
 * 1column
 ***********/

.column1 {
	width: 100%;
	padding-bottom: 50px;
}

@media only screen and (max-width: 600px) {
	.column1 {
		width: 100%;
		padding-bottom: 0;
	}
}

.form-select label {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 200px;
	height: 36px;
	vertical-align: middle;
	border: 1px solid #bcc2d6;
	background-color: #f5f5f5;
}

.form-select label:before {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 20px;
	width: 0;
	height: 0;
	margin-top: -3px;
	content: '';
	border-width: 7px 5px 0 4px;
	border-style: solid;
	border-color: #02081b transparent transparent transparent;
}

.form-select select {
	font-size: 14px;
	line-height: 36px;
	position: relative;
	z-index: 2;
	display: block;
	width: 200px;
	height: 36px;
	margin: 0;
	padding: 0 0 0 10px;
	border: 0;
	outline: none;
	background: transparent;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
}

.form-txt-ss {
	width: 68px;
}

.form-txt-s {
	width: 200px;
}

.form-txt-m {
	width: 426px;
}

.form-txt-l {
	width: 100%;
}

.lbl-s {
	display: inline-block;
	width: 2em;
	margin-right: 8px;
	text-align: right;
}

.lbl-l {
	display: inline-block;
	width: 5em;
	margin-right: 8px;
	text-align: right;
}

.mr30 {
	margin-right: 30px;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb24 {
	margin-bottom: 24px;
}

.form-tbl-show {
	display: none;
}

.form-tbl-show.active {
	display: table;
}

.cart-btn {
	width: 100%;
	margin-bottom: 25px;
}

.cart-btn button[type='submit'],
.cart-btn a {
	font-size: 20px;
	line-height: 55px;
	position: relative;
	display: block;
	width: 100%;
	height: 55px;
	text-align: center;
	color: #e8edff;
	border: none;
	background-color: #5d6377;
}

.cart-btn button[type='submit'] span:before,
.cart-btn a span:before {
	position: absolute;
	top: 50%;
	left: 20px;
	display: block;
	width: 10px;
	height: 18px;
	margin-top: -9px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00004/img/icn-arrow-btn.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.cart-btn a.comp-btn span:before {
	position: absolute;
	top: 50%;
	left: 20px;
	display: block;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00004/img/icn-check.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.conf-lbl {
	display: inline-block;
	width: 5em;
	margin-right: 15px;
	margin-bottom: 10px;
}

.conf-dt {
	display: inline-block;
	margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
	.form-select label {
		position: relative;
		display: inline-block;
		overflow: hidden;
		width: 100%;
		height: 36px;
		vertical-align: middle;
		border: 1px solid #bcc2d6;
		background-color: #f5f5f5;
	}
	.form-select label:before {
		position: absolute;
		z-index: 1;
		top: 50%;
		right: 20px;
		width: 0;
		height: 0;
		margin-top: -3px;
		content: '';
		border-width: 7px 5px 0 4px;
		border-style: solid;
		border-color: #02081b transparent transparent transparent;
	}
	.form-select select {
		font-size: 16px;
		line-height: 36px;
		position: relative;
		z-index: 2;
		display: block;
		width: 100%;
		width: -webkit-calc(100%);
		height: 36px;
		margin: 0;
		padding: 0 40px 0 10px;
		border: 0;
		outline: none;

		background: transparent;
		-webkit-appearance: none;
		   -moz-appearance: none;
				appearance: none;
	}
	.form-txt-ss {
		width: 100px;
	}
	.form-txt-s {
		width: 100%;
	}
	label + .form-txt-s {
		width: 100px;
	}
	.form-txt-m {
		width: 100%;
	}
	.form-txt-l {
		width: 100%;
	}
	.lbl-s {
		display: inline-block;
		width: 2em;
		margin-right: 8px;
		text-align: left;
	}
	.lbl-l {
		display: inline-block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 6px;
		text-align: left;
	}
	.mr30 {
		margin-right: 15px;
	}
	.mb24 {
		margin-bottom: 10px;
	}
	.cart-btn {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	.cart-btn button[type='submit'],
	.cart-btn a {
		font-size: 16px;
		line-height: 44px;
		position: relative;
		display: inline-block;
		width: 150px;
		height: 44px;
		text-align: center;
		color: #e8edff;
		border: none;
		background-color: #5d6377;
	}
	.cart-btn button[type='submit'] span:before,
	.cart-btn a span:before {
		position: absolute;
		top: 50%;
		left: 10px;
		display: block;
		width: 9px;
		height: 16px;
		margin-top: -8px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00004/img/icn-arrow-btn_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.cart-btn a.comp-btn span:before {
		position: absolute;
		top: 50%;
		left: 10px;
		display: block;
		width: 18px;
		height: 18px;
		margin-top: -9px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00004/img/icn-check.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.conf-lbl {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}
	.conf-dt {
		display: block;
		margin-bottom: 20px;
	}
}

/* help-block */

.help-block.form-error {
	font-size: 12px;
	display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 18px;
	text-align: left;
	color: #fff;
	background-color: #e30000;
}

@media only screen and (max-width: 600px) {
	.help-block.form-error {
		padding: 8px 15px;
	}
}


/***********
 * parts
 ***********/


/* msg */

.msg {
	font-size: 14px;
	margin-bottom: 38px;
	padding: 8px 15px;
	text-align: left;
	color: #333;
	border: #02081b solid 1px;
}

@media only screen and (max-width: 600px) {
	.msg {
		font-size: 14px;
		margin-bottom: 38px;
		padding: 8px 15px;
		text-align: left;
		color: #333;
		border: #02081b solid 1px;
	}
}


/* err */

.err-msg {
	font-size: 14px;
	margin-bottom: 38px;
	padding: 8px 15px;
	text-align: left;
	color: #e30000;
	border: #e30000 solid 1px;
}

@media only screen and (max-width: 600px) {
	.err-msg {
		font-size: 12px;
		margin-right: 10px;
		margin-bottom: 20px;
		margin-left: 10px;
		padding: 10px 10px;
	}
}


/*bread*/

.bread {
	margin-bottom: 30px;
}

.bread ul li {
	max-width: 100%;
	font-size: 12px;
	float: left;
	margin-right: 10px;
	color: #333;
}

.bread ul li a:after {
	display: inline-block;
	margin-left: 10px;
	content: '>';
	color: #333;
}

.bread ul li a:hover {
	text-decoration: underline;
	opacity: 1;
}

@media only screen and (max-width: 600px) {
	.bread {
		margin-bottom: 20px;
		padding: 8px 10px;
		background-color: #f3f3f3;
	}
	.bread ul li {
		font-size: 12px;
		float: left;
		margin-right: 8px;
		color: #333;
	}
	.bread ul li a:after {
		display: inline-block;
		margin-left: 8px;
		content: '>';
		color: #333;
	}
}


/* item-list */

.item-list-itemcount {
	text-align: right;
}


/* paging */

.paging {
	position: relative;
	clear: both;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	border-top: #bcc2d6 solid 1px;
}

.paging .prev {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -13px;
}

.paging .prev a {
	position: relative;
	padding-left: 24px;
}

.paging .prev a:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 14px;
	height: 26px;
	margin-top: -13px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00004/img/icn-arrow-prev.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.paging .next {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -13px;
}

.paging .next a {
	position: relative;
	padding-right: 24px;
}

.paging .next a:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 14px;
	height: 26px;
	margin-top: -13px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00004/img/icn-arrow-next.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.page-num ul {
	font-size: 0;
}

.page-num ul li {
	font-size: 14px;
	display: inline-block;
	margin: 0 7px;
}

.page-num ul li span {
	line-height: 22px;
	display: block;
	width: 22px;
	height: 22px;
	color: #e8edff;
	border: #8b91a5 solid 1px;
	background-color: #8b91a5;
}

.page-num ul li a {
	line-height: 22px;
	display: block;
	width: 22px;
	height: 22px;
	border: #8b91a5 solid 1px;
}

@media only screen and (max-width: 600px) {
	.paging {
		position: relative;
		width: 100%;
		padding-top: 12px;
		padding-bottom: 15px;
		text-align: center;
		border-top: #bcc2d6 solid 1px;
	}
	.paging .prev {
		position: absolute;
		top: 50%;
		left: 10px;
		margin-top: -12px;
	}
	.paging .prev a {
		position: relative;
		display: block;
		width: 12px;
		height: 23px;
		padding-left: 0;
	}
	.paging .prev a span {
		display: none;
	}
	.paging .prev a:after {
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 12px;
		height: 23px;
		margin-top: -12px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00004/img/icn-arrow-prev_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.paging .next {
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -12px;
	}
	.paging .next a {
		position: relative;
		display: block;
		width: 12px;
		height: 23px;
		padding-right: 0;
	}
	.paging .next a span {
		display: none;
	}
	.paging .next a:after {
		position: absolute;
		top: 50%;
		right: 0;
		display: block;
		width: 12px;
		height: 23px;
		margin-top: -12px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00004/img/icn-arrow-next_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.page-num ul {
		font-size: 0;
	}
	.page-num ul li {
		font-size: 14px;
		display: inline-block;
		margin: 0 6px;
	}
	.page-num ul li span {
		line-height: 23px;
		display: block;
		width: 23px;
		height: 23px;
		color: #e8edff;
		border: #8b91a5 solid 1px;
		background-color: #8b91a5;
	}
	.page-num ul li a {
		line-height: 23px;
		display: block;
		width: 23px;
		height: 23px;
		border: #8b91a5 solid 1px;
	}
}


/* sort */

.sort {
	font-size: 0;
	position: relative;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: right;
	border-top: #bcc2d6 solid 1px;
}

.sort-label {
	font-size: 12px;
	display: inline-block;
}

.sort ul {
	font-size: 0;
	display: inline-block;
}

.sort ul li {
	font-size: 12px;
	position: relative;
	display: inline-block;
	margin-left: 10px;
	padding-left: 10px;
}

.sort ul li:first-child {
	margin-left: 0;
	padding-left: 0;
}

.sort ul li:not(:first-child):after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 1px;
	height: 12px;
	margin-top: -6px;
	content: '';
	background-color: #02081b;
}

.sort ul li a {
	text-decoration: underline;
}

.sort ul li a:hover {
	text-decoration: none;
}

@media only screen and (max-width: 600px) {
	.sort {
		font-size: 0;
		position: relative;
		width: 100%;
		padding-top: 12px;
		padding-bottom: 13px;
		text-align: center;
		border-top: #bcc2d6 solid 1px;
	}
	.sort-label {
		display: none;
	}
	.sort ul {
		font-size: 0;
		display: inline-block;
		text-align: center;
	}
	.sort ul li {
		font-size: 12px;
		position: relative;
		display: inline-block;
		margin-left: 20px;
		padding-left: 20px;
	}
	.sort ul li:first-child {
		margin-left: 0;
		padding-left: 0;
	}
	.sort ul li:not(:first-child):after {
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 1px;
		height: 12px;
		margin-top: -6px;
		content: '';
		background-color: #02081b;
	}
	.sort ul li a {
		text-decoration: underline;
	}
}


/* icon */
 .icn-badge52451:after {
	content: "NEW";
	width: 54px;
	height: 20px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	background: #02081b;
	color: #e8edff;
} .icn-badge52452:after {
	content: "おすすめ";
	width: 54px;
	height: 20px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	background: #02081b;
	color: #e8edff;
} .icn-badge52453:after {
	content: "人気";
	width: 54px;
	height: 20px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	background: #02081b;
	color: #e8edff;
} 
.icn-reservation::before {
	content: "予約商品";
	width: 58px;
	height: 18px;
	display: block;
	float: left;
	font-size: 11px;
	line-height: 18px;
	margin-top: 2px;
	margin-right: 6px;
	text-align: center;
	color: #fff;
	background: #5d6377;
}

a .icn-reservation::before {
	color: #fff;
	background: #5d6377;
}

.product-list-item .product-list-name.icn-reservation::before {
	position: relative;
	width: 66px;
	content: "予約商品";
	text-align: center;
	background-color: #5d6377;
}

.item-detail-name.icn-reservation::before {
	width: 96px;
	height: 32px;
	font-size: 16px;
	line-height: 32px;
	margin-right: 10px;
}

/*overlay*/

.overlay {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(2,8,27,.8);
}

.modal-open {
	/*
	overflow: hidden;
	*/
}

.modal-open .overlay {
	display: block;
}

@media only screen and (max-width: 600px) {
	.nav-open {
		overflow: hidden;
	}
	.nav-open .overlay {
		display: block;
	}
}


/* modal */

.modal {
	position: absolute;
	z-index: 9999;
	top: 50%;
	left: 50%;
	display: none;
	margin-top: -200px;
	margin-left: -320px;
	background-color: #fff;
}

.modal-open .modal {
	display: block;
}

.modal-inner {
	position: relative;
	width: 100%;
	height: auto;
}

.modal-img {
	max-width: 648px;
	max-height: 648px;
}

.modal-img img {
	display: block;
	max-width: 648px;
	max-height: 648px;
	width: auto;
	height: auto;
}

.modal-close {
	position: absolute;
	top: -52px;
	right: -4px;
}

.modal-close a {
	display: block;
	width: 40px;
	height: 40px;
	background-image: url(https://image.raku-uru.jp/cms/yt00004/img/btn-modal-close.png);
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 600px) {
	.modal {
		position: absolute;
		z-index: 9999;
		top: 50%;
		left: 50%;
		display: none;
		width: 300px;
		margin-top: -110px;
		margin-left: -150px;
		background-color: #fff;
	}
	.modal-open .modal {
		display: block;
	}
	.modal-inner {
		position: relative;
		width: 100%;
		height: auto;
	}
	.modal-img {
		width: 100%;
	}
	.modal-img img {
		width: 100%;
		height: auto;
	}
	.modal-close {
		position: absolute;
		top: -30px;
		right: -4px;
	}
	.modal-close a {
		display: block;
		width: 24px;
		height: 24px;
		background-image: url(https://image.raku-uru.jp/cms/yt00004/img/btn-modal-close.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
}


/* pagetop */

.btn-pagetop {
	position: fixed;
	right: 10px;
	bottom: 10px;
	transition: all linear .2s;
	text-align: right;
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	z-index: 101;
}

.btn-pagetop.is-show {
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.btn-pagetop a {
	position: relative;
	display: block;
	width: 53px;
	height: 53px;
	cursor: pointer;
	border-radius: 27px;
	background-color: rgba(2,8,27,.8);
}

.btn-pagetop a:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 23px;
	height: 12px;
	margin-top: -6px;
	margin-left: -12px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00004/img/btn-pagetop.png);
	background-repeat: no-repeat;
	background-size: cover;
}


/***********
 * module
 ***********/

.sp {
	display: none !important;
}

@media only screen and (max-width: 600px) {
	.sp {
		display: inline-block !important;
	}
}


/***********
 * lp
 ***********/

.contents-lp .main {
	width: 100%;
}

.contents-lp .lp-img img{
	display: block;
	max-width: 100%;
	margin: 20px auto;
}

.contents-lp .item-order {
	width: 440px;
	margin: 0 auto;
}

.contents-lp .item-order .item-detail-cart {
	border-bottom: none;
}

@media only screen and (max-width: 600px) {
	.contents-lp .item-order {
		width: 100%;
	}
}


/***********
 * detailed-search
 ***********/
.detailed-search {
	border-top: 1px solid #bcc2d6;
	border-bottom: 1px solid #bcc2d6;
}
.detailed-search + .paging-area > .paging {
	border-top: none;
}
.detailed-search-head {
	font-size: 18px;
	line-height: 36px;
	padding: 0 5px;
	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% - 20px);
	max-width: 500px;
	margin: 10px 0 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 #bcc2d6;
}
.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;
	padding-left: 5px;
	height: 30px;
}
.detailed-search-category label::after {
	z-index: 3;
	position: absolute;
	right: 7px;
	top: 10px;
	content: "\e900";
	font-family: "icomoon";
	font-size: 8px;
}
.detailed-search-category select {
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	margin: 0;
	border: 0;
	outline: none;
	font-size: 16px;
	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: #5d6377;
	color: #e8edff;
	-webkit-appearance: none;
	border-radius: 0;
	border: 0;
}

.detailed-search + .paging,
.detailed-search + .sort {
	border-top: none;
}


/***********
 * sort-select
 ***********/
@media only screen and (max-width: 600px) {
	.sort-select {
		padding-right: 10px;
		text-align: right;
	}
}
.sort-select .sort-label {
	display: inline;
	font-size: 16px;
	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 #bcc2d6;
}
.sort-select label::after {
	z-index: 3;
	position: absolute;
	right: 7px;
	top: 10px;
	content: "\e900";
	font-family: "icomoon";
	font-size: 8px;
}
.sort-select select {
	z-index: 2;
	display: block;
	width: 100%;
	margin: 0;
	border: 0;
	outline: none;
	font-size: 16px;
	line-height: 30px;
	appearance: none;
	padding-right: 32px;
}


/***********
 * login
 ***********/

.contents-login .main {
	width: 100%;
}


/***********
 * wysiwyg
 ***********/

.wysiwyg-data html, .wysiwyg-data address,
.wysiwyg-data blockquote,
.wysiwyg-data body, .wysiwyg-data dd,.wysiwyg-data  div,
.wysiwyg-data dl, .wysiwyg-data dt, .wysiwyg-data fieldset, .wysiwyg-data form,
.wysiwyg-data frame, .wysiwyg-data frameset,
.wysiwyg-data h1, .wysiwyg-data h2, .wysiwyg-data h3, .wysiwyg-data h4,
.wysiwyg-data h5, .wysiwyg-data h6, .wysiwyg-data noframes,
.wysiwyg-data ol, .wysiwyg-data p, .wysiwyg-data ul, .wysiwyg-data center,
.wysiwyg-data dir, .wysiwyg-data hr, .wysiwyg-data menu, .wysiwyg-data pre   { display: block; unicode-bidi: embed;}
.wysiwyg-data li              { display: list-item;}
.wysiwyg-data head            { display: none;}
.wysiwyg-data table           { display: table;}
.wysiwyg-data tr              { display: table-row;}
.wysiwyg-data thead           { display: table-header-group;}
.wysiwyg-data tbody           { display: table-row-group;}
.wysiwyg-data tfoot           { display: table-footer-group;}
.wysiwyg-data col             { display: table-column;}
.wysiwyg-data colgroup        { display: table-column-group;}
.wysiwyg-data td, .wysiwyg-data th          { display: table-cell;}
.wysiwyg-data caption         { display: table-caption;}
.wysiwyg-data th              { font-weight: bolder; text-align: center;}
.wysiwyg-data caption         { text-align: center;}
.wysiwyg-data body            { margin: 8px;}
.wysiwyg-data h1              { font-size: 2em; margin: .67em 0;}
.wysiwyg-data h2              { font-size: 1.5em; margin: .75em 0;}
.wysiwyg-data h3              { font-size: 1.17em; margin: .83em 0;}
.wysiwyg-data h4, .wysiwyg-data p,
.wysiwyg-data blockquote, .wysiwyg-data ul,
.wysiwyg-data fieldset, .wysiwyg-data form,
.wysiwyg-data ol, .wysiwyg-data dl, .wysiwyg-data dir,
.wysiwyg-data menu            { margin: 1.12em 0; color: #333;}
.wysiwyg-data h5              { font-size: .83em; margin: 1.5em 0;}
.wysiwyg-data h6              { font-size: .75em; margin: 1.67em 0;}
.wysiwyg-data h1, .wysiwyg-data h2, .wysiwyg-data h3, .wysiwyg-data h4,
.wysiwyg-data h5, .wysiwyg-data h6, .wysiwyg-data b,
.wysiwyg-data strong          { font-weight: bolder; color: #333;}
.wysiwyg-data blockquote      { margin-left: 40px; margin-right: 40px;}
.wysiwyg-data i, .wysiwyg-data cite, .wysiwyg-data em,
.wysiwyg-data var, .wysiwyg-data address    { font-style: italic;}
.wysiwyg-data pre, .wysiwyg-data tt, .wysiwyg-data code,
.wysiwyg-data kbd, .wysiwyg-data samp       { font-family: monospace;}
.wysiwyg-data pre             { white-space: pre;}
.wysiwyg-data button, .wysiwyg-data textarea,
.wysiwyg-data input, .wysiwyg-data select   { display: inline-block;}
.wysiwyg-data big             { font-size: 1.17em;}
.wysiwyg-data small, .wysiwyg-data sub, .wysiwyg-data sup { font-size: .83em;}
.wysiwyg-data sub             { vertical-align: sub;}
.wysiwyg-data sup             { vertical-align: super;}
.wysiwyg-data table           { border-spacing: 2px;;}
.wysiwyg-data thead, .wysiwyg-data tbody,
.wysiwyg-data tfoot           { vertical-align: middle;}
.wysiwyg-data td, .wysiwyg-data th, .wysiwyg-data tr      { vertical-align: inherit;}
.wysiwyg-data s, .wysiwyg-data strike, .wysiwyg-data del  { text-decoration: line-through;}
.wysiwyg-data hr              { border: 1px inset;}
.wysiwyg-data ol, .wysiwyg-data ul, .wysiwyg-data dir,
.wysiwyg-data menu, .wysiwyg-data dd        { margin-left: 40px;}
.wysiwyg-data ol              { list-style-type: decimal;}
.wysiwyg-data ol ul, .wysiwyg-data ul ol,
.wysiwyg-data ul ul, .wysiwyg-data ol ol    { margin-top: 0; margin-bottom: 0;}
.wysiwyg-data u, .wysiwyg-data ins          { text-decoration: underline;}
.wysiwyg-data br:before       { content: "\A"; white-space: pre-line;}
.wysiwyg-data center          { text-align: center;}
.wysiwyg-data :link, .wysiwyg-data :visited { text-decoration: underline;}
.wysiwyg-data :focus          { outline: thin dotted invert;}

.wysiwig-data a{color: #666;}
.wysiwig-data a:hover{color: #f00;}

.wysiwyg-data table{border:solid 1px;border-collapse:separate;border-color:#c0c0c0 #c0c0c0 #808080 #808080;border-spacing:2px; width:auto;}
.wysiwyg-data table tr td{border:solid 1px;border-color:#808080 #808080 #c0c0c0 #c0c0c0; padding:0;}
.item-comment .wysiwyg-data table tr td{background:#fff;}
.wysiwyg-data ul, .wysiwyg-data ul li{list-style-type: disc;}
.wysiwyg-data ol{list-style-type: decimal;}

/* Begin bidirectionality settings (do not change) */
.wysiwyg-data BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override;}
.wysiwyg-data BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override;}

.wysiwyg-data *[DIR="ltr"]    { direction: ltr; unicode-bidi: embed;}
.wysiwyg-data *[DIR="rtl"]    { direction: rtl; unicode-bidi: embed;}

@media print {
  .wysiwyg-data h1            { page-break-before: always;}
  .wysiwyg-data h1, .wysiwyg-data h2, .wysiwyg-data h3,
  .wysiwyg-data h4, .wysiwyg-data h5, .wysiwyg-data h6    { page-break-after: avoid;}
  .wysiwyg-data ul, .wysiwyg-data ol, .wysiwyg-data dl    { page-break-before: avoid;}
}


/*page*/
/* page common */

.page__ttl {
  -webkit-animation: ttl 2s ease-out both;
  position: relative;
  min-height: 240px;
  background-image: url(https://image.raku-uru.jp/01/18155/65/title-bg_1636002988017.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  text-align: center;
  animation: ttl 2s ease-out both;
}

.page__ttl::before {
  -webkit-animation: ttl 3s ease-out 1s both;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  content: "";
  animation: ttl 3s ease-out 1s both;
}

.page__ttl-text {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
}

.page__ttl-text em {
  display: block;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  background-image: url(https://image.raku-uru.jp/01/18155/54/line2_1636002373590.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  font-style: normal;
  font-size: 3rem;
  font-family: "Barlow", sans-serif;
}

.page__pan {
  position: relative;
  margin: 1em;
  font-size: 1.2rem;
}

.page__pan a {
  color: #000000;
  text-decoration: none;
}

/* products page */

.pro__intro {
  margin: 2em 1em;
  text-align: center;
}

.pro__introimg {
  margin: 2em 0;
}

.pro__intro-icon {
  display: block;
  position: relative;
  margin: 3em 0 0.5em 0;
  padding-top: 1.5em;
  color: #1d2088;
  font-size: 1.8rem;
  font-family: "Jura", sans-serif;
}

.pro__intro-icon::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: url(https://image.raku-uru.jp/01/18155/49/title-bg_1636002372565.png);
}

.pro__intro-catch {
  padding: 1em;
  background-color: #1d2088;
  color: #ffffff;
  font-size: 1.8rem;
}

.pro__intro-text {
  margin: 1em 0 0 0;
  text-align: left;
}

.pro__contents {
  margin: 1em 1em 3em 1em;
}

.pro__goodsSlide {
  text-align: center;
}

.pro__goodsSpec {
  margin-top: 2em;
}

.pro__goodsSpec p {
  margin-top: 0.5em;
}

.pro__goodsPrice {
  margin-bottom: 1em;
  padding: 0.5em;
  border-top: 1px dotted #cbcbcb;
  border-bottom: 1px dotted #cbcbcb;
  text-align: center;
}

.pro__goodsPrice-ttl {
  font-size: 1.8rem;
}

.pro__goodsPrice-text {
  flex: 1 0 10%;
  text-align: center;
}

.pro__goodsPrice-text em {
  margin: 0 0.1em 0 0.4em;
  font-style: normal;
  font-weight: bold;
  font-size: 2.2rem;
}

.pro__goodsCart {
  margin: 2em 0;
  text-align: center;
}

.pro__goodsLink {
  margin: 2em 0;
  text-align: center;
}

.pro__columnItem {
  margin-top: 2em;
}

.pro__mihonImg {
  text-align: center;
}

.pro__mihonImg img {
  max-width: 100%;
}

.pro__mihonImg figcaption {
  margin-top: 1em;
}

.pro__detail {
  margin-top: 3em;
}

.pro__detail-ttl {
  position: relative;
  padding: 1em 0.5em;
  background-color: #eaf0f3;
  font-size: 1.8rem;
}

.pro__detail-ttl::before {
  display: block;
  position: absolute;
  top: -20px;
  left: 1%;
  content: attr(data-no);
  color: #1d2088;
  font-size: 4rem;
  line-height: 1;
  font-family: "Barlow", sans-serif;
}

.pro__detail-text {
  margin: 1em 0;
}

.pro__detail-list {
  display: inline-block;
  margin-top: 1em;
  list-style: none;
}

.pro__detail-list li {
  padding: 0.5em;
  border-bottom: 1px solid #e3e3e3;
}

.pro__detail-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 1em;
}

.pro__detail-link {
  min-width: 270px;
  margin: 1em auto 0 auto;
}

.pro__event {
  margin-top: 2em;
  padding: 130px 1em 1em 1em;
  background-image: url(https://image.raku-uru.jp/01/18155/70/moon_1636002990139.jpg);
  background-position: right top;
  background-size: 200px;
  background-repeat: no-repeat;
  background-color: #000000;
  color: #ffffff;
}

.pro__event-ttl {
  font-size: 1.8rem;
  text-shadow: 0 0 20px #000000, 0 0 20px #000000;
}

.pro__event-text {
  margin-top: 1em;
}

.pro__event-text ul {
  list-style: none;
}

@media screen and (min-width: 768px), print {
  .page__ttl {
    min-height: 460px;
  }

  .page__ttl::before {
    -webkit-animation: ttl 3s ease-out both;
    animation: ttl 3s ease-out both;
  }

  .page__ttl-text {
    font-size: 3.7rem;
  }

  .page__ttl-text em {
    font-size: 5.5rem;
  }

  .pro__intro-catch {
    font-size: 2rem;
  }

  .pro__intro-text {
    margin: 3em 1em 0 1em;
  }

  .pro__goodsPrice {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
  }

  .pro__goodsPrice-text {
    text-align: right;
  }

  .pro__goodsLink {
    text-align: left;
  }

  .pro__detail {
    margin-top: 4em;
  }

  .pro__detail-ttl {
    margin-left: 90px;
    padding: 1em;
  }

  .pro__detail-ttl::before {
    -webkit-transform: translateY(-50%);
    top: 50%;
    left: -90px;
    width: 90px;
    transform: translateY(-50%);
    font-size: 6.2rem;
  }

  .pro__detail-ttl::after {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    content: url(https://image.raku-uru.jp/01/18155/57/icon-sankaku_1636002374269.png);
  }

  .pro__detail-text {
    margin: 2em 1em 0 120px;
  }

  .pro__detail-list {
    margin-top: 2em;
  }

  .pro__event {
    display: flex;
    align-items: center;
    margin-top: 4em;
    padding: 2em 1em 2em 500px;
    background-position: left center;
    background-size: 360px;
  }

  .pro__event {
    padding: 2em 1em 2em 150px;
  }

  .pro__event-ttl {
    margin-right: 2em;
    font-size: 2.2rem;
  }

  .pro__event-text {
    margin-top: 0;
  }
}

@media screen and (min-width: 1100px), print {
  .page__pan {
    width: 1080px;
    margin: 0.5em auto;
  }

  .pro__intro {
    width: 1080px;
    margin: 3em auto;
  }

  .pro__contents {
    width: 1080px;
    margin: 5em auto;
  }

  .pro__goods {
    display: flex;
    justify-content: center;
  }

  .pro__goodsSlide {
    width: 500px;
    margin-right: 4em;
  }

  .pro__goodsSpec {
    flex: 1 0 10%;
  }

  .pro__column--2 {
    display: flex;
    justify-content: center;
  }

  .pro__columnItem {
    margin: 0 2em;
  }

  .pro__mihonImg img {
    width: auto;
    max-width: 460px;
    height: auto;
    max-height: 320px;
  }

  .pro__detail-menu {
    flex-wrap: nowrap;
  }

  .pro__detail-link {
    min-width: auto;
    margin: 0 0 0 2em;
    white-space: nowrap;
  }

  .pro__event {
    padding: 2em 1em 2em 360px;
  }
.pro__event2 {
    padding: 2em 1em 2em 187px !important;
  }
}

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.5.0 (11/03/2018)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: 'lightcase';
  src: url("../fonts/lightcase.eot?55356177");
  src: url("../fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../fonts/lightcase.woff?55356177") format("woff"), url("../fonts/lightcase.ttf?55356177") format("truetype"), url("../fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, ../scss/components/fonts/_font-lightcase.scss */
[class*='lightcase-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
/* line 35, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-play:before {
  content: '\e800';
}

/* line 36, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-pause:before {
  content: '\e801';
}

/* line 37, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-close:before {
  content: '\e802';
}

/* line 38, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-prev:before {
  content: '\e803';
}

/* line 39, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-next:before {
  content: '\e804';
}

/* line 40, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-spin:before {
  content: '\e805';
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 1, ../scss/components/modules/_case.scss */
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  /* line 16, ../scss/components/modules/_case.scss */
  html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}

@media screen and (min-width: 641px) {
  /* line 4, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  /* line 23, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
    background-color: #333;
  }
}
/* line 31, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 640px) {
  /* line 31, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
/* line 43, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  /* line 43, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }
  /* line 52, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }
  /* line 59, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  /* line 70, ../scss/components/modules/_content.scss */
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  /* line 74, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}

/* line 82, ../scss/components/modules/_content.scss */
html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important;
}
@media screen and (max-width: 640px) {
  /* line 91, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
@media screen and (min-width: 641px) {
  /* line 100, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #aaa;
  }
}
@media screen and (min-width: 641px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #333;
  }
}

/* line 3, ../scss/components/modules/_error.scss */
#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
}
@media screen and (min-width: 641px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
}

/* line 4, ../scss/components/modules/_global.scss */
.lightcase-open body {
  overflow: hidden;
}
/* line 8, ../scss/components/modules/_global.scss */
.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
}

/* line 1, ../scss/components/modules/_info.scss */
#lightcase-info {
  position: absolute;
  padding-top: 15px;
}
/* line 9, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}
/* line 19, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  /* line 19, ../scss/components/modules/_info.scss */
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333;
  }
}
/* line 33, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}
/* line 39, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  /* line 45, ../scss/components/modules/_info.scss */
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 51, ../scss/components/modules/_info.scss */
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static;
  }
}

/* line 1, ../scss/components/modules/_loading.scss */
#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  -moz-animation: lightcase-spin 0.5s infinite linear;
  -o-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear;
}
/* line 20, ../scss/components/mixins/_presets.scss */
#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}
/* line 32, ../scss/components/mixins/_presets.scss */
#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

/* line 2, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}
/* line 20, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-'], a[class*='lightcase-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}
/* line 32, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}
/* line 49, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white;
}
/* line 10, ../scss/components/modules/_navigation.scss */
.lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}
/* line 17, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}
/* line 28, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-prev {
  left: 15px;
}
/* line 33, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-next {
  right: 15px;
}
/* line 38, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}
@media screen and (min-width: 641px) {
  /* line 38, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
    opacity: 0;
  }
}
@media screen and (max-width: 640px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (min-width: 641px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }
  /* line 57, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-']:hover, #lightcase-case:hover ~ a[class*='lightcase-icon-'] {
    opacity: 1;
  }
}

/* line 1, ../scss/components/modules/_overlay.scss */
#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}
@media screen and (max-width: 640px) {
  /* line 1, ../scss/components/modules/_overlay.scss */
  #lightcase-overlay {
    opacity: 1 !important;
  }
}

.item-detail-vari-stock dl {
    display: flex;
    margin-left: 10px;
}
.item-detail-vari-stock dl dt {
    width: 150px;
}
.item-detail-vari-itemcode dl {
    display: flex;
    margin-left: 10px;
}
.item-detail-vari-itemcode dl dt {
    width: 150px;
}
.item-detail-vari-jancode dl {
    display: flex;
    margin-left: 10px;
}
.item-detail-vari-jancode dl dt {
    width: 150px;
}

/*追加*/
.wysiwyg-data {
width: 1080px;
margin-left: auto;
margin-right: auto;
margin-top:50px;
margin-bottom:50px;
}
p.top__newCard-btn {
color: #fff !important;
}
.wysiwyg-data a {
text-decoration: none !important;
}

@media screen and (max-width: 640px) {
  .main-article {
width: 95%;
margin-left:auto;
margin-right: auto;
}
.wysiwyg-data {
width: 95%;
margin-left: auto;
margin-right: auto;
margin-top:50px;
margin-bottom:50px;
}

.kari{
width:auto;
height:300px;
background: #333;
}
}
.icon-store::before {
    content: "\f54e" !important;
}

.ttl {
	text-align: left;
}

.notfound {
	font-size: 20px;
	margin-top: 90px;
	margin-bottom: 60px;
}

@media only screen and (max-width: 600px) {
	.ttl h2 {
		font-size: 20px;
	}
	.ttl h3{
		font-weight: normal;
	}
	.notfound {
		font-size: 20px;
		margin:30px 5px 30px;
	}
}
