@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

input,
select,
textarea {
  color: #000;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

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;
}

button,
select {
  text-transform: none;
}

button,
input,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

html,
body {
  margin: 0;
  padding: 0;
}

p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 1px;
  color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 1.5rem;
}

img,
embed,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.5;
  -webkit-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
  letter-spacing: -0.3px;
}

a {
  text-decoration: none;
  color: #333333;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

p,
a {
  font-size: 1.6rem;
  line-height: 1.6;
}

body {
  background: #f2f0ed;
}

.body {
  width: 100%;
  padding: 1.6rem;
  margin: auto;
}

@media screen and (min-width: 960px) {
  .body {
    width: 960px;
  }
}
@media screen and (min-width: 1280px) {
  .body {
    width: 1280px;
  }
}
#header {
  background: #003d22;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
}

@media screen and (min-width: 960px) {
  #header {
    position: relative;
  }
}
#header h1 {
  background: #007440;
  display: inline-block;
  position: relative;
  padding: 1rem 2rem;
  vertical-align: middle;
  max-width: 45%;
}

@media screen and (min-width: 960px) {
  #header h1 {
    max-width: none;
  }
}
#header h1:after {
  content: "";
  background: url(https://image.raku-uru.jp/01/20204/92/header_bg_1724061251705.jpg) right top no-repeat;
  background-size: cover;
  width: 100px;
  display: inline-block;
  position: absolute;
  right: -100px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#header h1 img {
  position: relative;
  top: 0.4rem;
}

#header #gl-menu {
  display: none;
  padding: 8rem 2rem 3rem;
}

@media screen and (min-width: 1160px) {
  #header #gl-menu {
    position: absolute;
    width: auto;
    height: auto;
    right: 2rem;
    top: 1rem;
    display: inline-block;
    background: none;
    padding: 0;
  }
}
@media screen and (min-width: 1160px) {
  #header #gl-menu ul {
    display: inline-block;
    vertical-align: middle;
  }
}
#header #gl-menu li {
  text-align: center;
  margin: 1em;
  border: 1px solid #fff;
  padding: 0.3em;
}

@media screen and (min-width: 1160px) {
  #header #gl-menu li {
    display: inline-block;
    margin: 0 0.8em;
    border: none;
    padding: 0;
  }

  #header #gl-menu li.spmenu {
    display: none;
  }
}
#header #gl-menu li a {
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  display: block;
  width: 100%;
  height: 2.6rem;
}

#header #gl-menu .btn_cartcheck {
  display: none;
}

@media screen and (min-width: 1160px) {
  #header #gl-menu .btn_cartcheck {
    display: inline-block;
  }
}
#header #spmenubtn,
#header #spmenuclosebtn {
  cursor: pointer;
  display: inline-block;
  height: 4rem;
  width: 4rem;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
}

@media screen and (min-width: 1160px) {
  #header #spmenubtn,
#header #spmenuclosebtn {
    display: none;
  }
}
#header #spmenubtn {
  background-image: url(https://image.raku-uru.jp/01/20204/89/menu-icon_open.png_1724060781834.png);
  position: absolute;
  top: 1.3rem;
  right: 1rem;
}

#header #spmenuclosebtn {
  background-image: url(https://image.raku-uru.jp/01/20204/90/menu-icon_close.png_1724060782019.png);
  position: absolute;
  top: 2rem;
  right: 2rem;
}

#spmenucheck,
#spmenucheckbiz {
  display: none;
}
#spmenucheck:checked + #gl-menu,
#spmenucheckbiz:checked + #gl-menu {
  display: block;
  background: rgba(11, 39, 26, 0.9);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 999;
}

#header #biz {
  display: none;
}

@media screen and (min-width: 1160px) {
  #header #biz {
    display: inline-block;
    border-left: 1px solid #fff;
    padding: 0 1em;
    margin: 0 1em;
    vertical-align: middle;
  }

  #header #biz a {
    color: #fff;
  }
}
#header .btn_cartcheck {
  vertical-align: middle;
}

#header .btn_cartcheck.spmenu {
  position: absolute;
  right: 6rem;
  top: 1rem;
  font-size: 1rem;
}

@media screen and (min-width: 960px) {
  #header .btn_cartcheck.spmenu {
    display: none;
  }
}
#header #gl-menu li.biz {
  display: none;
}

#header.biz {
  background: #333333;
}

#header.biz h1 {
  position: relative;
}

#header.biz h1:before {
  content: "[卸売・業務用販売ページ]";
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  position: absolute;
  bottom: 0.5rem;
}

@media screen and (min-width: 960px) {
  #header.biz h1:before {
    font-size: 1.4rem;
    margin-left: 1em;
    margin-top: 1em;
    position: static;
    float: right;
  }
}
#header.biz h1:after {
  background: url(https://image.raku-uru.jp/01/20204/91/header_biz_bg_1724061053601.jpg) right top no-repeat;
  background-size: cover;
}

#header.biz h1 img {
  top: 0;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

@media screen and (min-width: 960px) {
  #header.biz h1 img {
    top: 0.4rem;
    -webkit-transform: none;
    transform: none;
  }
}
#header.biz #gl-menu {
  margin-top: 1rem;
}

#header.biz #gl-menu li {
  display: none;
}

#header.biz #gl-menu li {
  display: block;
}
@media only screen and (min-width: 960px) {
  #header.biz #gl-menu li {
    display: inline-block;
  }
}

#header.biz .btn_cartcheck {
  display: none !important;
}

#header.biz #biz {
  display: none;
}

#header.biz ~ div .breadcrumb {
  display: none;
}

#spmenucheck:checked + #gl-menu,
#spmenucheckbiz:checked + #gl-menu {
  top: -1rem;
}
#spmenucheck:checked + #gl-menu li,
#spmenucheckbiz:checked + #gl-menu li {
  display: block;
  height: auto;
}

#footer {
  display: block;
  background: #f2f0ed;
  text-align: center;
  padding-bottom: 3rem;
  border-top: 10px solid #003d22;
}

#footer:after {
  content: "";
  width: 100%;
}

@media screen and (min-width: 960px) {
  #footer {
    border: none;
  }
}
#footer #footer-menu {
  display: none;
}

@media screen and (min-width: 960px) {
  #footer #footer-menu {
    display: block;
    background: #003d22;
    padding: 0.4em;
  }
}
#footer #footer-menu li {
  display: inline-block;
  margin: 0 1em;
  vertical-align: middle;
}

#footer #footer-menu li:after {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1px;
  background: #fff;
  vertical-align: middle;
  position: relative;
  right: -1em;
}

#footer #footer-menu li:last-child:after {
  content: none;
}

#footer #footer-menu li a {
  color: #fff;
  font-size: 1.4rem;
}

#footer .info {
  display: inline-block;
  margin: 2rem auto;
}

@media screen and (min-width: 960px) {
  #footer .info {
    margin: 4rem auto 2.2rem;
  }
}
#footer .info h2 {
  display: block;
  vertical-align: middle;
}

@media screen and (min-width: 960px) {
  #footer .info h2 {
    display: inline-block;
    margin-right: 2.6rem;
  }
}
#footer .info p {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  margin-top: 1rem;
}

@media screen and (min-width: 960px) {
  #footer .info p {
    margin-top: 0;
  }
}
#footer .copyright {
  text-align: center;
  font-size: 1.2rem;
}

.main {
  text-align: center;
  margin-bottom: 8rem;
}

.main-article {
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.16);
  max-width: 850px;
  padding: 3rem;
  margin: 3rem 1.6rem 0;
}
@media only screen and (min-width: 960px) {
  .main-article {
    margin: 3rem auto 0;
  }
}
.main-article .ttl h2 {
  font-size: 2.2rem;
  margin-bottom: 3rem;
}

.about-tbl {
  font-size: 1.6rem;
  margin: 0 auto 1rem;
}
.about-tbl tr {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.about-tbl th,
.about-tbl td {
  padding: 0.8rem 0;
}
.about-tbl th {
  padding-right: 1em;
  min-width: 6em;
}
@media screen and (min-width: 960px) {
  .about-tbl th {
    padding-right: 3em;
  }
}

.privacy-policy {
  font-size: 1.6rem;
  text-align: left;
  line-height: 2.4;
  max-width: 42em;
  margin: auto;
}

.sub-title {
  font-size: 1.6rem;
  font-weight: bold;
}

.item-list-itemcount {
  font-size: 1.4rem;
}

#top-main {
  margin-top: 5rem;
}
@media only screen and (min-width: 960px) {
  #top-main {
    margin-top: 0;
  }
}

#left {
  margin-top: 6rem;
  padding-bottom: 3rem;
  background: #f5f2f0 url(https://image.raku-uru.jp/01/20204/83/bg_1724058861392.png);
}

@media screen and (min-width: 960px) {
  #left {
    margin-top: 0;
  }
}
#right {
  display: none;
}

a,
button {
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

a:hover,
button:hover {
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
}

@media all and (-ms-high-contrast: none) {
  a:hover *::-ms-backdrop,
a:hover,
button:hover *::-ms-backdrop,
button:hover {
    opacity: 0.9;
  }
}
@media all and (-ms-high-contrast: none) {
  a:hover,
button:hover {
    opacity: 0.9;
  }
}
.btn,
.btn_cartin,
.btn_cartcheck,
.btn_download,
.btn_delete,
.btn_regi,
.btn_check,
.btn_kakutei,
.btn_change,
.btn_back,
.btn_submit,
#regi input[type=button].in,
#regi input[type=button].for {
  display: inline-block;
  font-weight: bold;
  padding: 0.8em 1.2em 0.8em 2.8em;
  font-size: 1.2rem;
  border-radius: 0.4rem;
  line-height: normal;
}

.btn_cartin {
  color: #fff;
  background: #00a159 url(https://image.raku-uru.jp/01/20204/64/icon_cart_white_1724056999350.png) 1.2em center no-repeat;
  background-size: 1.2em;
}

.btn_cartcheck {
  background: #f0dc00 url(https://image.raku-uru.jp/01/20204/65/icon_cart_1724056999540.png) 1.2em center no-repeat;
  background-size: 1.2em;
}

.btn_download {
  color: #fff;
  background: #00a159 url(https://image.raku-uru.jp/01/20204/66/icon_download_1724057166102.png) right 1.2em center no-repeat;
  background-size: 1.2em;
  padding: 0.8em 2.8em 0.8em 1.2em;
}

.btn_delete {
  padding: 0.4em 1.2em;
  background: #333333;
  color: #fff;
}

.btn_regi,
.btn_check,
.btn_kakutei {
  background: #ff8000 url(https://image.raku-uru.jp/01/20204/81/icon_right_white_1724058617954.png) right 1.2em center no-repeat;
  background-size: 1em;
  font-size: 1.6rem;
  padding: 0.8em 2.8em 0.8em 1.2em;
  color: #fff;
}

.btn_change {
  padding: 0.4em 1.2em;
  background: #007440;
  color: #fff;
}

.btn_back {
  background: #626262 url(https://image.raku-uru.jp/01/20204/75/icon_left_white_1724058616937.png) 1.2em center no-repeat;
  background-size: 1em;
  color: #fff;
}

.btn_submit {
  background: #00a159;
  color: #fff;
  padding: 0.6em 2.2em 0.6em 2.2em;
  font-size: 1.8rem;
}

.section {
  text-align: center;
  margin-bottom: 8rem;
}

.section h2 {
  font-size: 2.6rem;
  line-height: 1;
  font-weight: bold;
  display: block;
}

.section h2 + p {
  text-align: left !important;
  padding: 0 2.2rem;
  display: inline-block;
}

.section h2 + p br {
  display: none;
}

.section h2:after {
  margin-top: 0.3rem;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

@media screen and (min-width: 960px) {
  .section h2 {
    font-size: 3.2rem;
  }

  .section h2 + p {
    padding: 0;
  }

  .section h2 + p br {
    display: inline;
  }

  .section h2:after {
    margin-top: 0;
    -webkit-transform: none;
    transform: none;
  }
}
.section .lead {
  font-size: 1.4rem;
  text-align: center;
  margin: 2em auto 1em;
}

.breadcrumb {
  text-align: left;
  font-size: 1.4rem;
  padding: 0.3em 1.3em;
  margin-bottom: 2.2rem;
}

@media screen and (min-width: 960px) {
  .breadcrumb {
    margin-bottom: 0.8rem;
  }
}
.breadcrumb a {
  font-size: 1.4rem;
  text-decoration: underline;
}

input[type=text],
input[type=email],
textarea,
select {
  border: 1px solid #ddd;
  padding: 0.2em;
  font-size: 1.6rem;
  background: #fff;
  max-width: 100%;
}

@media screen and (min-width: 960px) {
  input[type=text],
input[type=email],
textarea,
select {
    font-size: 1.5rem;
  }
}
#top-slider {
  padding: 0;
  margin-bottom: 7rem;
}

@media screen and (min-width: 960px) {
  #top-slider {
    margin-top: -32px;
  }
}
#top-slider ul {
  font-size: 0;
}

#top-slider ul li {
  display: inline-block;
  font-size: 0;
  width: 100%;
}

#top-slider ul img {
  width: 100%;
}

#about h2:after {
  display: block;
  content: url(https://image.raku-uru.jp/01/20204/71/english_about_1724058139157.png);
}

#about ul {
  padding: 0 1.6rem;
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 2rem auto 0;
}

@media screen and (min-width: 960px) {
  #about ul {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
#about ul h3 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 3rem 1.6rem 1rem;
}

@media screen and (min-width: 960px) {
  #about ul h3 {
    padding: 3rem 3rem 1rem;
    font-size: 2rem;
    text-align: left;
  }
}
#about ul li {
  background: #fff;
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}

@media screen and (min-width: 600px) {
  #about ul li {
    padding-bottom: 1.6rem;
  }
}
@media screen and (min-width: 960px) {
  #about ul li {
    display: inline-block;
    width: 31.5%;
    margin: 0;
    padding-bottom: 20%;
  }

  #about ul li:last-child {
    margin-right: 0;
  }
}
#about ul li p {
  font-size: 1.4rem;
  padding: 0.6rem 2.3rem 1rem;
}

@media screen and (min-width: 960px) {
  #about ul li p {
    padding: 0 3rem 1rem;
  }
}
#about ul li img {
  display: block;
  margin: auto;
}

@media screen and (min-width: 960px) {
  #about ul li img {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
  }
}
@supports (-ms-ime-align: auto) {
  #about ul li img {
    bottom: -50%;
  }
}
@media all and (-ms-high-contrast: none) {
  #about ul li img *::-ms-backdrop,
#about ul li img {
    bottom: -50%;
  }
}
@media all and (-ms-high-contrast: none) {
  #about ul li img {
    bottom: -50%;
  }
}
#financie h2:after,
#lineup h2:after {
  display: block;
  content: url(https://image.raku-uru.jp/01/20204/70/english_lineup_1724058138988.png);
}

@media only screen and (min-width: 480px) {
  #item_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

#financie {
  background: #562c03;
  padding-top: 70px;
}
#financie h2,
#financie h3 a,
#financie p {
  color: #fff;
}
#financie .lead {
  max-width: 37em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
#financie .chuuki {
  text-align: center;
  width: 20em;
  margin: auto;
  font-size: 1.4rem;
  line-height: 1.4;
  position: relative;
}
#financie .chuuki::before, #financie .chuuki::after {
  content: "";
  display: block;
  width: 8px;
  height: 2.5em;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#financie .chuuki::before {
  border-right: none;
  left: 0;
}
#financie .chuuki::after {
  border-left: none;
  right: 0;
}

@media only screen and (min-width: 480px) {
  #item_list_financie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#item_list_financie .item.item {
  background: none;
}
#item_list_financie .item_img.item_img {
  padding-top: 60%;
}
#item_list_financie .item_img.item_img img {
  height: auto;
}

#item_list .item,
#item_list_financie .item {
  display: inline-block;
  width: 100%;
  padding: 1.6rem;
  margin-bottom: 1.6rem;
  vertical-align: top;
  background-color: #fff;
}
@media screen and (min-width: 600px) {
  #item_list .item,
#item_list_financie .item {
    width: 32%;
    padding: 2.4rem;
    min-width: 30rem;
  }
}
@media screen and (min-width: 960px) {
  #item_list .item,
#item_list_financie .item {
    width: 24%;
    padding: 3.2rem;
  }
}
#item_list .item-sub-data,
#item_list_financie .item-sub-data {
  margin: 1.6rem auto;
}
#item_list .item-sub-data p,
#item_list_financie .item-sub-data p {
  font-size: 1.4rem;
}
#item_list .item_img,
#item_list_financie .item_img {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  margin-bottom: 1.6rem;
}
#item_list .item_img a,
#item_list_financie .item_img a {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#item_list .item_img img,
#item_list_financie .item_img img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#item_list h3,
#item_list_financie h3 {
  font-weight: bold;
  margin-bottom: 0.2rem;
}
#item_list h3 a,
#item_list_financie h3 a {
  font-size: 1.8rem;
  line-height: 1.4;
}
#item_list p,
#item_list_financie p {
  font-size: 1.4rem;
  margin-bottom: 1.6rem;
  margin: auto;
}
#item_list .comment,
#item_list_financie .comment {
  display: none;
  max-width: 16em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media screen and (min-width: 600px) {
  #item_list .comment,
#item_list_financie .comment {
    display: block;
  }
}
#item_list .price,
#item_list_financie .price {
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 1rem;
}
#item_list .item_order,
#item_list_financie .item_order {
  display: inline-block;
}
#item_list .btn_cartin,
#item_list_financie .btn_cartin {
  margin-top: 1.8rem;
}
#item_list .btn_cartcheck,
#item_list_financie .btn_cartcheck {
  font-size: 1.8rem;
  margin: 2em auto;
}

#preservation h2:after {
  display: block;
  content: url(https://image.raku-uru.jp/01/20204/67/english_preservation_1724058138361.png);
}

#preservation ul {
  padding: 0 1.6rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 2rem auto 0;
}

@media screen and (min-width: 960px) {
  #preservation ul {
    padding: 0;
    max-width: 1200px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
#preservation ul h3 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 3.4rem 3rem 1rem;
  vertical-align: middle;
}

#preservation ul h3 .small {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.3rem;
  vertical-align: middle;
  display: inline-block;
  padding: 0.2em 0.8em;
  background: #007440;
  color: #fff;
}

#preservation ul li {
  display: inline-block;
  background: #fff;
  padding-bottom: 3rem;
  margin-bottom: 1.6rem;
  position: relative;
}

@media screen and (min-width: 960px) {
  #preservation ul li {
    width: 31.5%;
    margin-bottom: 0;
  }

  #preservation ul li:last-child {
    margin-right: 0;
  }
}
#preservation ul li p {
  font-size: 1.4rem;
  padding: 0 3rem 1rem;
}

#aboutus h2:after {
  display: block;
  content: url(https://image.raku-uru.jp/01/20204/73/english_aboutus_1724058139492.png);
}

#aboutus h3 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 7rem;
  font-size: 1.8rem;
}

@media screen and (min-width: 960px) {
  #aboutus h3 {
    font-size: 2.4rem;
  }
}
#aboutus .aboutus_about,
#aboutus .aboutus_company {
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.16);
  max-width: 850px;
  padding: 3rem;
  margin: 3rem 1.6rem 0;
}

@media screen and (min-width: 960px) {
  #aboutus .aboutus_about,
#aboutus .aboutus_company {
    margin: 3rem auto 0;
    padding: 7rem;
  }
}
#aboutus .aboutus_about > h3 {
  font-size: 2.2rem;
  margin-bottom: 3rem;
}

@media screen and (min-width: 960px) {
  #aboutus .aboutus_about > h3 {
    font-size: 2.4rem;
  }
}
#aboutus .aboutus_about ul {
  width: 100%;
  margin: 2rem auto 0;
}

#aboutus .aboutus_about ul li {
  position: relative;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

#aboutus .aboutus_about ul li:after {
  content: "";
  display: block;
  background: url(https://image.raku-uru.jp/01/20204/86/hr_slash_1724060026982.png) repeat-x;
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#aboutus .aboutus_about ul li:last-child {
  margin-right: 0;
}

#aboutus .aboutus_about ul li h3 {
  text-align: left;
  vertical-align: middle;
  margin-bottom: 2.3rem;
}

#aboutus .aboutus_about ul li h3:before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: url(https://image.raku-uru.jp/01/20204/85/icon_circle_1724059330444.png) center center no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.2em;
}

#aboutus .aboutus_about ul li p {
  font-size: 1.6rem;
  margin-right: 2%;
  display: inline-block;
  vertical-align: top;
}

#aboutus .aboutus_about ul li p.chuuki {
  font-size: 1.4rem;
}

@media screen and (min-width: 960px) {
  #aboutus .aboutus_about ul li p {
    width: 42%;
  }
}
@media screen and (min-width: 960px) {
  #aboutus .aboutus_about ul li img {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
}
#aboutus .aboutus_company h3 {
  margin-bottom: 2rem;
}

#aboutus .aboutus_company table {
  font-size: 1.6rem;
  margin: 0 auto 1rem;
}

#aboutus .aboutus_company tr {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

#aboutus .aboutus_company th,
#aboutus .aboutus_company td {
  padding: 0.8rem 0;
}

#aboutus .aboutus_company th {
  padding-right: 1em;
  min-width: 6em;
}

@media screen and (min-width: 960px) {
  #aboutus .aboutus_company th {
    padding-right: 3em;
  }
}
#shippingfee {
  padding: 0 1.6rem;
}

@media screen and (min-width: 960px) {
  #shippingfee {
    padding: 0;
  }
}
#shippingfee h2:after {
  display: block;
  content: url(https://image.raku-uru.jp/01/20204/69/english_shippingfee_1724058138704.png);
}

#shippingfee h3 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.6rem;
}

@media screen and (min-width: 960px) {
  #shippingfee h3 {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}
#shippingfee .shippingfee_fee,
#shippingfee .shippingfee_payment {
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.16);
  max-width: 850px;
  margin: 3rem auto 0;
  padding: 3rem 1.6rem;
}

@media screen and (min-width: 960px) {
  #shippingfee .shippingfee_fee,
#shippingfee .shippingfee_payment {
    padding: 7rem;
  }
}
#shippingfee .feelist {
  position: relative;
  max-width: 400px;
  margin: auto;
  padding: 4rem 1.6rem;
  text-align: left;
}

#shippingfee .feelist:before,
#shippingfee .feelist:after {
  content: "";
  display: block;
  background: url(https://image.raku-uru.jp/01/20204/86/hr_slash_1724060026982.png) repeat-x;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
}

#shippingfee .feelist:before {
  top: 0;
}

#shippingfee .feelist:after {
  bottom: 0;
}

#shippingfee .feelist p:first-child {
  font-size: 1.6rem;
  font-weight: bold;
}

#shippingfee .feelist p:first-child .big {
  color: #ff5353;
  font-size: 2rem;
}

@media screen and (min-width: 960px) {
  #shippingfee .feelist p:first-child .big {
    font-size: 3rem;
  }
}
#shippingfee .feelist h4 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  margin-top: 1.6rem;
  margin-bottom: 0.4rem;
}

#shippingfee .feelist h4:before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: url(https://image.raku-uru.jp/01/20204/85/icon_circle_1724059330444.png) center center no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.2em;
}

#shippingfee .feelist h4 + p {
  font-size: 1.4rem;
  position: relative;
  padding: 0 1rem;
  display: inline-block;
}

#shippingfee .feelist h4 + p:before,
#shippingfee .feelist h4 + p:after {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  display: inline-block;
  border: 1px solid #007440;
  top: 0;
}

#shippingfee .feelist h4 + p:before {
  left: 0;
  margin-right: 1rem;
  border-right: none;
}

#shippingfee .feelist h4 + p:after {
  right: 0;
  margin-left: 1rem;
  border-left: none;
}

#shippingfee .feelist + .chuuki {
  display: inline-block;
  font-weight: bold;
  font-size: 1.3rem;
  margin: 2rem auto;
}

@media screen and (min-width: 960px) {
  #shippingfee .feelist + .chuuki {
    font-size: 1.5rem;
  }
}
#shippingfee .shippingfee_payment p {
  text-align: center;
}

#laws h2:after {
  display: block;
  content: url(https://image.raku-uru.jp/01/20204/68/english_legal_1724058138531.png);
}

#laws .laws_body {
  background: #fff;
  border-radius: 16px;
  max-width: 850px;
  margin: 3rem auto 0;
  padding: 3rem 3rem;
}

@media screen and (min-width: 960px) {
  #laws .laws_body {
    padding: 3rem 7rem;
  }
}
#laws .laws_table {
  font-size: 1.6rem;
  margin: 0 auto 1rem;
}

#laws .laws_table tr {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  margin-bottom: 1.6rem;
  display: block;
  padding-bottom: 1.6rem;
}

@media screen and (min-width: 960px) {
  #laws .laws_table tr {
    display: table-row;
    margin-bottom: 0;
  }
}
#laws .laws_table tr:nth-child(1) td,
#laws .laws_table tr:nth-child(2) td,
#laws .laws_table tr:nth-child(3) td,
#laws .laws_table tr:nth-child(6) td,
#laws .laws_table tr:nth-child(8) td,
#laws .laws_table tr:nth-child(9) td,
#laws .laws_table tr:nth-child(12) td,
#laws .laws_table tr:nth-child(13) td,
#laws .laws_table tr:nth-child(14) td,
#laws .laws_table tr:nth-child(15) td {
  text-align: center;
}

@media screen and (min-width: 960px) {
  #laws .laws_table tr:nth-child(1) td,
#laws .laws_table tr:nth-child(2) td,
#laws .laws_table tr:nth-child(3) td,
#laws .laws_table tr:nth-child(6) td,
#laws .laws_table tr:nth-child(8) td,
#laws .laws_table tr:nth-child(9) td,
#laws .laws_table tr:nth-child(12) td,
#laws .laws_table tr:nth-child(13) td,
#laws .laws_table tr:nth-child(14) td,
#laws .laws_table tr:nth-child(15) td {
    text-align: left;
  }
}
#laws .laws_table tr:nth-child(4) td br {
  display: inline;
}

#laws .laws_table th,
#laws .laws_table td {
  display: block;
  padding: 0.3rem 0;
}

@media screen and (min-width: 960px) {
  #laws .laws_table th,
#laws .laws_table td {
    padding: 0.9rem 0;
    display: table-cell;
    text-align: left;
  }
}
#laws .laws_table th br,
#laws .laws_table td br {
  display: none;
}

@media screen and (min-width: 960px) {
  #laws .laws_table th br,
#laws .laws_table td br {
    display: inline;
  }
}
#laws .laws_table th {
  text-align: center;
  color: #00a159;
}

@media screen and (min-width: 960px) {
  #laws .laws_table th {
    color: #333333;
    text-align: left;
    min-width: 16em;
  }
}
#laws .laws_table td {
  font-size: 1.4rem;
}

#contact h2:after {
  display: block;
  content: url(https://image.raku-uru.jp/01/20204/72/english_contactus_1724058139324.png);
}

#contact .contact_body {
  margin-top: 2rem !important;
  background: #fff;
  width: 670px;
  max-width: 100%;
  margin: auto;
  padding: 2rem;
}

@media screen and (min-width: 960px) {
  #contact .contact_body {
    padding: 4rem;
  }
}
#contact .contact_body p {
  font-size: 1.4rem;
  width: 29em;
  max-width: 100%;
  margin: auto;
}

#contact .contact_body p br {
  display: none;
}

@media screen and (min-width: 960px) {
  #contact .contact_body p br {
    display: inline;
  }
}
#contact .contact_body p.tel {
  font-size: 1.8rem;
  color: #00a159;
  text-align: center;
  margin: 1em auto;
}

#contact #contact_form p {
  margin: 1.6rem auto;
}

@media screen and (min-width: 960px) {
  #contact #contact_form p {
    width: 30em;
    text-align: center;
  }
}
#contact #contact_form form {
  width: 100%;
  margin: 0 auto 1.6rem;
}

@media screen and (min-width: 960px) {
  #contact #contact_form form {
    width: 90%;
  }
}
#contact #contact_form table {
  width: 100%;
}

#contact #contact_form .hissu th:after {
  content: "※必須";
  font-size: 1rem;
  color: #ff5353;
  display: inline-block;
  vertical-align: top;
  margin-left: 3px;
}

#contact #contact_form th {
  font-weight: normal;
  font-size: 1.6rem;
  padding: 0.3em 1em;
  width: 100%;
  display: block;
  text-align: center;
}

@media screen and (min-width: 960px) {
  #contact #contact_form th {
    display: table-cell;
    vertical-align: middle;
    padding: 0.5em 1em;
    width: auto;
    min-width: 13.5em;
    text-align: left;
  }
}
#contact #contact_form td {
  display: block;
  width: 100%;
  padding: 0.5em 1em;
}

@media screen and (min-width: 960px) {
  #contact #contact_form td {
    display: table-cell;
  }
}
#contact #contact_form td input,
#contact #contact_form td textarea {
  width: 100%;
}

#contact #contact_form td textarea {
  min-height: 12em;
}

#contact #thanks {
  display: none;
  padding: 1.6rem 3rem;
  border: 1px solid #f2f0ed;
}

#contact #thanks h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
}

#contact #thanks p {
  text-align: center;
}

#check h2:after {
  display: block;
  content: url(https://image.raku-uru.jp/01/20204/76/english_check_1724058617128.png);
}

#check ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 780px;
  margin: 3rem auto 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 1.6rem;
}

@media screen and (min-width: 960px) {
  #check ul {
    padding: 0;
  }
}
#check li {
  padding: 2rem;
  position: relative;
  margin-bottom: 1.6rem;
  width: 100%;
  background: #fff;
}

@media screen and (min-width: 960px) {
  #check li {
    width: 30%;
    margin-bottom: 7rem;
    background: none;
    z-index: 1;
  }

  #check li:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-top: 100%;
    background: url(https://image.raku-uru.jp/01/20204/84/check_item_bg_1724059223525.png) center center no-repeat;
    background-size: contain;
    z-index: -1;
    opacity: 0.8;
  }
}
#check h3 {
  font-weight: bold;
  font-size: 2rem;
  color: #00a159;
  margin-bottom: 1.4rem;
}

#check p {
  font-size: 1.4rem;
  padding: 0 0.5em;
}

#item_list.biz .item .comment {
  margin-top: 1.6rem;
}

#item_list.biz .item .btn_download {
  margin-top: 1.6rem;
}

#contact_biz {
  padding: 0 1.6rem;
}

#contact_biz h2:after {
  display: block;
  content: url(https://image.raku-uru.jp/01/20204/72/english_contactus_1724058139324.png);
}

#contact_biz .contact_biz_body {
  margin-top: 2rem !important;
  background: #fff;
  width: 670px;
  max-width: 100%;
  margin: auto;
  padding: 2rem;
}

@media screen and (min-width: 960px) {
  #contact_biz .contact_biz_body {
    padding: 4rem;
  }
}
#contact_biz .contact_biz_body p {
  font-size: 1.4rem;
  width: 29em;
  max-width: 100%;
  margin: auto;
}

#contact_biz .contact_biz_body p br {
  display: none;
}

@media screen and (min-width: 960px) {
  #contact_biz .contact_biz_body p br {
    display: inline;
  }
}
#contact_biz .contact_biz_body p.tel {
  font-size: 1.8rem;
  color: #00a159;
  text-align: center;
  margin: 1em auto;
}

#contact_biz #contact_biz_form p {
  margin: 1.6rem auto;
}

@media screen and (min-width: 960px) {
  #contact_biz #contact_biz_form p {
    width: 30em;
    text-align: center;
  }
}
#contact_biz #contact_biz_form form {
  width: 100%;
  margin: 0 auto 1.6rem;
}

@media screen and (min-width: 960px) {
  #contact_biz #contact_biz_form form {
    width: 90%;
  }
}
#contact_biz #contact_biz_form table {
  width: 100%;
}

#contact_biz #contact_biz_form .hissu th:after {
  content: "※必須";
  font-size: 1rem;
  color: #ff5353;
  display: inline-block;
  vertical-align: top;
  margin-left: 3px;
}

#contact_biz #contact_biz_form th {
  font-weight: normal;
  font-size: 1.6rem;
  padding: 0.3em 1em;
  width: 100%;
  display: block;
  text-align: center;
}

@media screen and (min-width: 960px) {
  #contact_biz #contact_biz_form th {
    display: table-cell;
    vertical-align: middle;
    padding: 0.5em 1em;
    width: auto;
    min-width: 13.5em;
    text-align: left;
  }
}
#contact_biz #contact_biz_form td {
  display: block;
  width: 100%;
  padding: 0.5em 1em;
}

@media screen and (min-width: 960px) {
  #contact_biz #contact_biz_form td {
    display: table-cell;
  }
}
#contact_biz #contact_biz_form td input,
#contact_biz #contact_biz_form td textarea {
  width: 100%;
}

#contact_biz #contact_biz_form td textarea {
  min-height: 12em;
}

#contact_biz #thanks {
  display: none;
  padding: 1.6rem 3rem;
  border: 1px solid #f2f0ed;
}

#contact_biz #thanks h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
}

#contact_biz #thanks p {
  text-align: center;
}

#detail {
  max-width: 500px;
  margin: auto;
  text-align: center;
}

#detail .item_img {
  margin-bottom: 1.6rem;
}

#detail .item_img img {
  width: 90%;
}

#detail .ttl {
  font-size: 2.8rem;
  font-weight: bold;
}

#detail .comment {
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
  max-width: 22em;
  margin: auto;
  text-align: left;
}

#detail .item-sub-data {
  margin: 2.4rem auto;
}
#detail .item-sub-data p {
  font-size: 1.6rem;
}

#detail .price {
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 1rem;
}

#detail .item_order {
  display: inline-block;
  margin-bottom: 7rem;
}

#detail .btn_cartin {
  margin-top: 1.8rem;
}

#faq h2:after {
  display: block;
  content: url(https://image.raku-uru.jp/01/20204/79/english_faq_1724058617639.png);
}

#faq ul {
  padding: 0 1.6rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 2rem auto 0;
}

@media screen and (min-width: 960px) {
  #faq ul {
    padding: 0;
    max-width: 1200px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
#faq ul h3 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 3.4rem 3rem 1rem;
  vertical-align: middle;
}

#faq ul h3 .small {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.3rem;
  vertical-align: middle;
  display: inline-block;
  padding: 0.2em 0.8em;
  background: #007440;
  color: #fff;
}

#faq ul li {
  display: inline-block;
  background: #fff;
  padding-bottom: 3rem;
  margin-bottom: 1.6rem;
  position: relative;
}

@media screen and (min-width: 960px) {
  #faq ul li {
    width: 31.5%;
    margin-bottom: 0;
  }

  #faq ul li:last-child {
    margin-right: 0;
  }
}
#faq ul li p {
  font-size: 1.4rem;
  padding: 0 3rem 1rem;
}

#cart {
  padding: 0 1.6rem;
}

#cart h2:after {
  display: block;
  content: url(https://image.raku-uru.jp/01/20204/80/english_cart_1724058617809.png);
}

#cart .cartbox {
  width: 100%;
  max-width: 800px;
  margin: 3rem auto;
  background: #fff;
  padding: 3rem 1.6rem;
}

@media screen and (min-width: 960px) {
  #cart .cartbox {
    padding: 5rem 7rem;
  }
}
#cart table {
  font-size: 1.6rem;
  margin: 0 auto 3.2rem;
  border-top: 1px solid #00a159;
  border-bottom: 1px solid #00a159;
  display: block;
}

@media screen and (min-width: 960px) {
  #cart table {
    display: table;
  }
}
#cart tr {
  position: relative;
  display: block;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 1.6rem;
}

@media screen and (min-width: 960px) {
  #cart tr {
    border-bottom: none;
    border-top: 1px solid #e0e0e0;
    padding-bottom: 0;
    display: table-row;
    position: static;
  }
}
#cart tr:first-child {
  display: none;
  border: none;
}

@media screen and (min-width: 960px) {
  #cart tr:first-child {
    display: table-row;
  }
}
#cart tr:nth-child(2) td {
  padding-top: 1.4rem;
}

#cart tr:last-child {
  border-top: 1px solid #00a159;
  background: #f0f0f0;
}

#cart th,
#cart td {
  font-weight: normal;
  padding: 0.5em 1em;
  display: inline-block;
}

@media screen and (min-width: 960px) {
  #cart th,
#cart td {
    display: table-cell;
    border-right: 1px dotted #e0e0e0;
  }
}
#cart th:last-child,
#cart td:last-child {
  border: none;
}

#cart th {
  text-align: center;
  background: #00a159;
  color: #fff;
  position: relative;
}

#cart th:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #00a159 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  margin: auto;
}

#cart .order_name {
  width: 100%;
  font-weight: bold;
  padding: 0.5em 0;
  text-align: center;
}

@media screen and (min-width: 960px) {
  #cart .order_name {
    width: auto;
    font-weight: normal;
    padding: 0.5em 1em;
    text-align: left;
  }
}
#cart .order_price {
  text-align: center;
  font-size: 1.4rem;
  position: absolute;
  vertical-align: top;
  top: 2.4rem;
  left: 0;
  right: 0;
}

#cart .order_price:before,
#cart .order_price:after {
  vertical-align: top;
  display: inline-block;
}

#cart .order_price:before {
  content: "［単価：";
}

#cart .order_price:after {
  content: "］";
}

@media screen and (min-width: 960px) {
  #cart .order_price {
    text-align: right;
    position: static;
  }

  #cart .order_price:before,
#cart .order_price:after {
    content: none;
  }
}
#cart .order_select {
  text-align: center;
  width: 100%;
  margin-top: 1.6rem;
  background: #f0f0f0;
}

#cart .order_select:before {
  content: "数量：";
  display: inline-block;
  vertical-align: top;
}

@media screen and (min-width: 960px) {
  #cart .order_select {
    background: none;
    width: auto;
    margin-top: 0;
  }

  #cart .order_select:before {
    content: none;
  }
}
#cart .order_subtotal {
  text-align: right;
  font-size: 1.5rem;
  padding: 0 1em !important;
}

#cart .order_subtotal:before {
  content: "小計：";
  display: inline-block;
  vertical-align: top;
}

@media screen and (min-width: 960px) {
  #cart .order_subtotal {
    padding: 0.5em 1em !important;
  }

  #cart .order_subtotal:before {
    content: none;
  }
}
#cart .order_del {
  text-align: center;
}

#cart .order_total {
  text-align: right;
  font-weight: bold;
}

#cart .btn_regi,
#cart .btn_check,
#cart .btn_kakutei {
  margin: 0 0.4rem;
}

#cart .btn_back {
  margin: 0 0.4rem;
}

#regi {
  padding: 0 1.6rem;
}

#regi h2 + form {
  overflow: auto;
}

@media screen and (min-width: 960px) {
  #regi h2 + form {
    width: 800px;
    margin: auto;
  }
}
#regi h2:after {
  display: block;
  content: url(https://image.raku-uru.jp/01/20204/77/english_payment_1724058617308.png);
}

#regi h3 {
  text-align: center;
}

#regi .form_box {
  width: 100%;
  max-width: 800px;
  margin: 3rem auto;
  background: #fff;
  padding: 3rem 1.6rem;
}

@media screen and (min-width: 960px) {
  #regi .form_box {
    padding: 5rem 7rem;
  }
}
#regi .form_box h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.6em;
}

@media screen and (min-width: 960px) {
  #regi .form_box h3 {
    font-size: 2.4rem;
  }
}
#regi .form_box h3 + p {
  text-align: center;
  margin-bottom: 1em;
}

#regi table {
  min-width: 80%;
  display: block;
}

@media screen and (min-width: 960px) {
  #regi table {
    display: table;
  }
}
#regi tbody {
  display: block;
  width: 100%;
}

@media screen and (min-width: 960px) {
  #regi tbody {
    display: table;
  }
}
#regi .btn_regi,
#regi .btn_check,
#regi .btn_kakutei {
  margin: 0 0.4rem;
}

#regi .btn_kakutei {
  margin-bottom: 1rem;
}

#regi .btn_back {
  margin: 0 0.4rem;
}

#regi .btn_back.top {
  margin-top: 1.6rem;
  float: left;
}

#regi input[type=button].in,
#regi input[type=button].for {
  color: #fff;
  background: #ff8000;
  margin: 0.3em;
  padding: 0.6em 1.2em 0.6em 1.2em;
}

#regi input + font,
#regi select + font,
#regi textarea + font {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #fff;
}

@media screen and (min-width: 960px) {
  #regi input + font,
#regi select + font,
#regi textarea + font {
    position: static;
    color: #ff5353;
  }
}
#regi input {
  width: 100%;
}

@media screen and (min-width: 960px) {
  #regi input {
    width: auto;
  }
}
#regi input[type=checkbox] {
  width: auto;
  vertical-align: middle;
  margin-right: 0.2em;
}

#regi .table_user,
#regi .table_ship,
#regi .table_how {
  margin: 0 auto 0;
  width: 100%;
}

@media screen and (min-width: 960px) {
  #regi .table_user,
#regi .table_ship,
#regi .table_how {
    width: auto;
    border-top: 1px solid #00a159;
    border-bottom: 1px solid #00a159;
  }
}
#regi .table_user tr,
#regi .table_ship tr,
#regi .table_how tr {
  position: relative;
  display: block;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 1.6rem;
  width: 100%;
}

@media screen and (min-width: 960px) {
  #regi .table_user tr,
#regi .table_ship tr,
#regi .table_how tr {
    border-bottom: none;
    border-top: 1px solid #e0e0e0;
    padding-bottom: 0;
    display: table-row;
    position: static;
  }
}
#regi .table_user th,
#regi .table_user td,
#regi .table_ship th,
#regi .table_ship td,
#regi .table_how th,
#regi .table_how td {
  font-weight: normal;
  display: block;
  width: 100%;
  padding: 0.5em 0;
}

@media screen and (min-width: 960px) {
  #regi .table_user th,
#regi .table_user td,
#regi .table_ship th,
#regi .table_ship td,
#regi .table_how th,
#regi .table_how td {
    width: auto;
    padding: 0.5em 1em;
    display: table-cell;
    border-right: 1px dotted #e0e0e0;
  }
}
#regi .table_user th:last-child,
#regi .table_user td:last-child,
#regi .table_ship th:last-child,
#regi .table_ship td:last-child,
#regi .table_how th:last-child,
#regi .table_how td:last-child {
  border: none;
}

#regi .table_user th,
#regi .table_ship th,
#regi .table_how th {
  text-align: center;
  background: #00a159;
  color: #fff;
  position: relative;
  font-size: 1.6rem;
}

@media screen and (min-width: 960px) {
  #regi .table_user th,
#regi .table_ship th,
#regi .table_how th {
    width: 10em;
  }
}
#regi .table_user th br,
#regi .table_ship th br,
#regi .table_how th br {
  display: none;
}

@media screen and (min-width: 960px) {
  #regi .table_user th br,
#regi .table_ship th br,
#regi .table_how th br {
    display: inline;
  }
}
#regi .table_user th:after,
#regi .table_ship th:after,
#regi .table_how th:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: auto;
  border-width: 6px 6px 0 6px;
  border-color: #00a159 transparent transparent transparent;
  bottom: -6px;
  left: 0;
  right: 0;
}

@media screen and (min-width: 960px) {
  #regi .table_user th:after,
#regi .table_ship th:after,
#regi .table_how th:after {
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #00a159;
    top: 0;
    bottom: 0;
    right: -6px;
    left: auto;
  }
}
#regi .table_user td,
#regi .table_ship td,
#regi .table_how td {
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (min-width: 960px) {
  #regi .table_user td,
#regi .table_ship td,
#regi .table_how td {
    text-align: left;
  }
}
#regi .table_cart {
  margin: 0 auto 3.2rem;
  border-top: 1px solid #00a159;
  border-bottom: 1px solid #00a159;
  width: 100%;
}

@media screen and (min-width: 960px) {
  #regi .table_cart {
    width: auto;
  }
}
#regi .table_cart tr {
  position: relative;
  display: block;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 1.6rem;
  width: 100%;
}

@media screen and (min-width: 960px) {
  #regi .table_cart tr {
    border-bottom: none;
    border-top: 1px solid #e0e0e0;
    padding-bottom: 0;
    display: table-row;
    position: static;
  }
}
#regi .table_cart tr:first-child {
  display: none;
  border: none;
}

@media screen and (min-width: 960px) {
  #regi .table_cart tr:first-child {
    display: table-row;
  }
}
#regi .table_cart tr:nth-child(2) td {
  padding-top: 1.4rem;
}

#regi .table_cart tr:last-child {
  border-top: 1px solid #00a159;
  background: #f0f0f0;
}

#regi .table_cart th,
#regi .table_cart td {
  font-weight: normal;
  padding: 0.5em 1em;
  display: block;
  font-size: 1.5rem;
  width: 100%;
}

@media screen and (min-width: 960px) {
  #regi .table_cart th,
#regi .table_cart td {
    display: table-cell;
    border-right: 1px dotted #e0e0e0;
    width: auto;
  }
}
#regi .table_cart th:last-child,
#regi .table_cart td:last-child {
  border: none;
}

#regi .table_cart th {
  text-align: center;
  background: #00a159;
  color: #fff;
  position: relative;
}

#regi .table_cart th:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #00a159 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  margin: auto;
}

#regi .table_cart .regi_name {
  width: 100%;
  font-weight: bold;
  padding: 0.5em 0;
  text-align: center;
  font-size: 1.6rem;
}

@media screen and (min-width: 960px) {
  #regi .table_cart .regi_name {
    width: auto;
    font-weight: normal;
    padding: 0.5em 1em;
    text-align: left;
  }
}
#regi .table_cart .regi_price {
  text-align: center;
  font-size: 1.4rem;
  position: absolute;
  vertical-align: top;
  top: 2.4rem;
  left: 0;
  right: 0;
}

#regi .table_cart .regi_price:before,
#regi .table_cart .regi_price:after {
  vertical-align: top;
  display: inline-block;
}

#regi .table_cart .regi_price:before {
  content: "［単価：";
}

#regi .table_cart .regi_price:after {
  content: "］";
}

@media screen and (min-width: 960px) {
  #regi .table_cart .regi_price {
    text-align: right;
    position: static;
  }

  #regi .table_cart .regi_price:before,
#regi .table_cart .regi_price:after {
    content: none;
  }
}
#regi .table_cart .regi_order {
  text-align: center;
  width: 100%;
  margin-top: 1.6rem;
  background: #f0f0f0;
}

#regi .table_cart .regi_order:before {
  content: "数量：";
  display: inline-block;
  vertical-align: top;
}

@media screen and (min-width: 960px) {
  #regi .table_cart .regi_order {
    background: none;
    width: auto;
    margin-top: 0;
  }

  #regi .table_cart .regi_order:before {
    content: none;
  }
}
#regi .table_cart .regi_subtotal {
  font-size: 1.5rem;
  padding: 0 1em !important;
  text-align: center;
}

#regi .table_cart .regi_subtotal:before {
  content: "小計：";
  display: inline-block;
  vertical-align: top;
}

@media screen and (min-width: 960px) {
  #regi .table_cart .regi_subtotal {
    text-align: right;
    padding: 0.5em 1em !important;
  }

  #regi .table_cart .regi_subtotal:before {
    content: none;
  }
}
#regi .table_cart .regi_total p {
  text-align: center;
  margin: 0.1em 0;
}

@media screen and (min-width: 960px) {
  #regi .table_cart .regi_total p {
    text-align: right;
  }
}
#regi .table_cart .regi_sum {
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 960px) {
  #regi .table_cart .regi_sum {
    text-align: right;
  }
}
#complete {
  text-align: center;
}

#complete h2:after {
  display: block;
  content: url(https://image.raku-uru.jp/01/20204/78/english_complete_1724058617456.png);
}

#complete p {
  margin: 1.6rem auto 3.2rem;
  max-width: 30em;
  display: block;
}

#complete p a {
  text-decoration: underline;
  color: #00a159;
}

.allergen {
  display: inline-block;
  border: 1px solid rgba(197, 188, 175, 0.6);
  border-radius: 4px;
}
.allergen tbody,
.allergen tr,
.allergen th,
.allergen td {
  display: block;
  width: 100%;
  text-align: center;
}
.allergen th,
.allergen td {
  padding: 0.3em 1em;
}
.allergen th {
  font-size: 1.1rem;
  background-color: #bdb2a3;
  color: #fff;
  font-weight: normal;
}
.allergen td {
  font-size: 1.6rem;
  background-color: #fff;
}

.item .allergen td {
  font-size: 1.4rem;
}

.btn_scroll.financie {
  position: fixed;
  margin: auto;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 45%;
}
@media only screen and (min-width: 960px) {
  .btn_scroll.financie {
    right: 2rem;
    bottom: 2rem;
    width: auto;
  }
}
