@charset "UTF-8";
/*! sanitize.css v8.0.0 | CC0 License | github.com/csstools/sanitize.css */
*,
:before,
:after {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.15;
  -moz-tab-size: 4;
  tab-size: 4;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

nav ol,
nav ul {
  list-style: none;
}

pre {
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-size: 1em;
}

small {
  font-size: 80%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  appearance: button;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=search] {
  appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  appearance: none;
}

::-webkit-file-upload-button {
  appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: auto;
  opacity: 0.3;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

@keyframes showImg {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8, 0.8);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1, 1);
  }
}
html,
body {
  min-width: 100%;
}

html {
  font-size: 62.5%;
  width: 100%;
}

body {
  position: relative;
  transition: margin-top 0.3s ease-out;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.01em;
  font-family: "A1 Gothic R", -apple-system, BlinkMacSystemFont, Gotham, YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  word-break: normal;
}

img {
  max-width: 100%;
}
@media (max-width: 769px) {
  img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 769px) {
  br:not(.sp) {
    display: none;
  }
}

figure,
h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
p,
ul,
ol,
li,
dl,
dt,
dd,
small,
a {
  margin: 0;
  padding: 0;
  position: relative;
}

th {
  font-weight: normal;
}

a {
  color: currentColor;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
a[target=new]::after, a[target=_new]::after, a[target=_blank]::after {
  font-family: Hobonichi-Icons;
  content: "\e914";
  font-weight: 400;
  font-size: 0.8em;
  position: relative;
  top: -0.2em;
  margin-left: 5px;
  margin-right: 0.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 1em;
}

input[type=email] {
  width: 100%;
}

button {
  padding: 0;
  border: none;
  outline: none;
  appearance: none;
  background: none;
  cursor: pointer;
  color: inherit;
}

*:focus {
  outline: none;
}

.moicon {
  display: flex;
  align-items: center;
}

.btn-next,
.btn-prev {
  color: #9fa0a0;
  min-width: 3rem;
  font-size: 2.4rem;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-next::after,
.btn-prev::after {
  content: none;
}

.hidden {
  display: none;
}

.hiddenString {
  font-family: A1 Gothic M;
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
  opacity: 0;
}

header {
  z-index: 1000;
  width: 100%;
  background-color: #e50012;
  position: sticky;
  top: 0;
  left: 0;
  height: 5.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  header {
    height: initial;
  }
}
header a {
  text-decoration: none;
}
header .header-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 769px) {
  header .header-content {
    gap: 2.4rem;
    margin-right: min(2vw, 80px);
    margin-left: min(2vw, 80px);
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
header .header-logo {
  width: 48%;
  max-width: 222px;
  margin-right: auto;
  transition: all 0.3s ease;
  padding-left: 14px;
}
header .header-logo img {
  width: auto;
  height: 30px;
}
@media (min-width: 769px) {
  header .header-logo img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 769px) {
  header .header-nav {
    position: fixed;
    right: 0;
    top: 54px;
    width: 70%;
    background-color: #fff;
    color: #e50012;
    padding: 20px;
    border-left: 1px solid #e50012;
    border-bottom: 1px solid #e50012;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
  header .header-nav.active {
    transform: translateX(0%);
  }
}
@media (min-width: 769px) {
  header .header-nav {
    color: #fff;
  }
}
header .header-nav li {
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (min-width: 769px) {
  header .header-nav li {
    display: flex;
    align-items: center;
    margin-top: initial;
    margin-bottom: initial;
  }
  header .header-nav li:not(:last-child)::after {
    font-family: "moicon4";
    color: #fff;
    content: "\ea0d";
    font-size: 1.2em;
    margin-right: 0.2em;
    margin-left: 0.2em;
  }
}
@media (min-width: 769px) {
  header .header-nav-menu {
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
}
@media (min-width: 769px) {
  header .header-nav-hobo {
    display: none;
  }
}
header .header-nav-hobo li:nth-child(2) {
  margin-top: 20px;
  margin-bottom: 20px;
}
header .header-nav-hobo li:nth-child(2) a {
  display: flex;
  align-items: center;
  gap: 5px;
}
header .header-nav-hobo li:nth-child(2) a:before {
  font-size: 2.4rem;
}
header .header-nav-hobo li:nth-child(2) a:after {
  content: none;
}
header .header-nav-hobo li:nth-child(3) img {
  width: 148px;
}
header .btn-spmenu {
  position: relative;
  width: 54px;
  height: 54px;
}
@media (min-width: 769px) {
  header .btn-spmenu {
    display: none;
  }
}
header .btn-spmenu span {
  position: absolute;
  left: 15px;
  width: 24px;
  height: 4px;
  background-color: #fff;
  transition: all 0.3s;
  box-sizing: border-box;
  display: inline-block;
}
header .btn-spmenu span:nth-of-type(1) {
  top: 15px;
}
header .btn-spmenu span:nth-of-type(2) {
  top: 25px;
}
header .btn-spmenu span:nth-of-type(3) {
  top: 35px;
}
header .btn-spmenu.active span {
  width: 32px;
}
header .btn-spmenu.active span:nth-of-type(1) {
  transform: translateY(10px) translateX(-4px) rotate(40deg);
}
header .btn-spmenu.active span:nth-of-type(2) {
  opacity: 0;
}
header .btn-spmenu.active span:nth-of-type(3) {
  transform: translateY(-10px) translateX(-4px) rotate(-40deg);
}

.header-nav-lang {
  display: none;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 4px;
  align-items: center;
  justify-content: space-around;
  line-height: 1;
  font-size: 1.1rem;
  padding: 0.2em 0.8em;
  text-decoration: none;
  width: fit-content;
}
@media (min-width: 769px) {
  .header-nav-lang {
    margin-right: 14px;
  }
}
[data-lang] .header-nav-lang {
  display: flex;
}
.header-nav-lang span {
  display: flex;
  align-items: center;
  opacity: 0.5;
}
.header-nav-lang span:not(:last-child)::after {
  font-family: "moicon4";
  color: #fff;
  content: "\ea0d";
  font-size: 1.2em;
}
[lang=ja] .header-nav-lang .ja {
  opacity: 1;
}
[lang=en] .header-nav-lang .en {
  opacity: 1;
}

footer {
  border-top: 1px solid #e50012;
  color: #e50012;
  font-family: "A1 Gothic M";
  padding-top: 35px;
  padding-bottom: 80px;
}
@media (min-width: 769px) {
  footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
footer .share-icon::before {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.5em;
}
footer a {
  text-decoration: none;
}
footer h2 {
  font-size: 1.4rem;
}
footer .footer-contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 85%;
  max-width: 88rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 769px) {
  footer .footer-contents {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 4rem;
  }
}
@media (min-width: 1024px) {
  footer .footer-contents {
    flex-wrap: nowrap;
  }
}
footer .footer-logo,
footer .footer-notes,
footer .footer-copyright {
  grid-column: 1/3;
}
@media (min-width: 769px) {
  footer .footer-logo,
  footer .footer-notes,
  footer .footer-copyright {
    grid-column: initial;
  }
}
footer .footer-logo {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  footer .footer-logo {
    grid-row: 1/3;
    max-width: 10rem;
  }
}
footer .footer-menu {
  font-size: 1.4rem;
  white-space: nowrap;
  grid-row: 2/4;
}
@media (min-width: 769px) {
  footer .footer-menu {
    grid-row: initial;
    grid-row: 1/3;
  }
}
footer .footer-menu ul {
  display: grid;
  gap: 4px;
}
footer .footer-menu li a:before {
  content: "＞";
  display: inline;
  font-family: "YuGothic";
}
footer .footer-contact {
  margin-bottom: 20px;
}
@media (max-width: 769px) {
  footer .footer-contact .footer-contact-twitter {
    font-size: 1rem;
  }
}
footer .footer-share {
  grid-column-start: 2;
}
@media (min-width: 769px) {
  footer .footer-share {
    grid-column-start: initial;
  }
}
footer .footer-share h2 {
  margin-bottom: 5px;
}
footer .footer-share a:after {
  content: none;
}
footer .footer-contact,
footer .footer-share {
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  footer .footer-contact,
  footer .footer-share {
    grid-row: 1/3;
  }
}
footer .footer-contact ul,
footer .footer-share ul {
  display: grid;
  gap: 10px;
}
footer .footer-company {
  font-size: 1rem;
}
@media (max-width: 769px) {
  footer .footer-company {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 769px) {
  footer .footer-company {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 769px) {
  footer .footer-company ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 0.5em;
  }
  footer .footer-company ul li:not(:first-child)::before {
    content: "／";
    margin-right: 0.5em;
    margin-left: 0.5em;
  }
}
@media (min-width: 769px) {
  footer .footer-company ul {
    list-style: initial;
    display: grid;
    gap: 5px;
  }
}
footer .footer-copyright {
  font-family: "A1 Gothic R";
  text-align: center;
}
@media (min-width: 769px) {
  footer .footer-copyright {
    grid-column-start: 5;
    text-align: left;
  }
}
footer .footer-copyright img {
  width: 50vw;
  max-width: 148px;
  margin-bottom: 8px;
}
footer .footer-copyright svg {
  color: #071D49;
  width: min(24%, 120px);
  aspect-ratio: 80/36;
  margin-bottom: 8px;
}
footer .footer-copyright small {
  font-size: 1rem;
}
@media (min-width: 769px) {
  footer .footer-copyright small {
    display: block;
  }
}

.widgets {
  width: 88%;
  max-width: 98rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 769px) {
  .widgets {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
.widgets .caption {
  width: 100%;
}
.widgets h2 {
  margin-left: 5%;
  font-size: 2rem;
  font-family: "A1 Gothic M";
}
@media (min-width: 769px) {
  .widgets h2 {
    margin-left: 4.5rem;
  }
}

.widget {
  margin-top: 5.2rem;
  margin-bottom: 5.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1.6rem;
}
.widget > div {
  width: 100%;
}

[lang=ja] #widget-entries .date {
  display: none;
}

.widget-swiper {
  display: flex;
  width: 100%;
}
.widget-swiper .swiper-container {
  width: calc(100% - 9rem);
  overflow: hidden;
  font-size: 1.3rem;
}
@media (min-width: 769px) {
  .widget-swiper .btn-next,
  .widget-swiper .btn-prev {
    font-size: 3rem;
  }
}
.widget-swiper.swiper-text {
  margin-top: 0.5rem;
}
.widget-swiper.swiper-text .btn-next,
.widget-swiper.swiper-text .btn-prev {
  pointer-events: none;
  visibility: hidden;
}
.widget-swiper.swiper-text span {
  display: inline-block;
}
.widget-swiper ul {
  list-style: none;
}
.widget-swiper img {
  border: 1px solid #acadad;
}
.widget-swiper a {
  text-decoration: none;
  color: #727171;
}

.btn-widget {
  border: 2px solid #e50012;
  color: #e50012;
  text-align: center;
  padding: 8px 24px;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  align-self: center;
}

.tags {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0.4rem;
  font-size: 1.2rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  white-space: nowrap;
}
.tags .tag {
  border: 1px solid currentColor;
  background-color: #fff;
  padding: 0.1rem 0.8rem;
  color: #e50012;
}
.tags .tag.tag-green {
  color: #228f38;
}
.tags .tag.tag-blue {
  color: #036e9b;
}

.list {
  list-style: none;
  display: flex;
  gap: 1.6rem;
}
.news-topic .list {
  flex-direction: column;
}
.list a {
  text-decoration: none;
  position: relative;
  display: block;
}
.list .thumb {
  border: 1px solid #acadad;
  margin-bottom: 1rem;
  display: block;
  width: 100%;
}
.list .ttl,
.list .name {
  display: block;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .list .ttl,
  .list .name {
    font-size: 1.5rem;
  }
}
.list p {
  font-size: 1.3rem;
}
@media (min-width: 769px) {
  .list p {
    font-size: 1.4rem;
  }
}
.list p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.list .date,
.list .price-wrapper {
  display: block;
  color: #727171;
  font-size: 1.2rem;
}
@media (min-width: 769px) {
  .list .date,
  .list .price-wrapper {
    font-size: 1.3rem;
  }
}

.list-pagenation {
  font-family: A1 Gothic M;
  color: #727171;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.list-pagenation ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-pagenation li {
  justify-content: center;
}
@media (max-width: 769px) {
  .list-pagenation li {
    min-width: 1.6em;
  }
}
@media (min-width: 769px) {
  .list-pagenation li {
    min-width: 2em;
  }
}
.list-pagenation li,
.list-pagenation a {
  display: flex;
  align-items: center;
}
.list-pagenation a {
  cursor: pointer;
  text-decoration: none;
  user-select: none;
}
.list-pagenation .active {
  color: #333;
}
@media (min-width: 769px) {
  .list-pagenation .shop-nav-prev,
  .list-pagenation .shop-nav-next {
    margin-right: 2em;
    margin-left: 2em;
  }
}
.list-pagenation .shop-nav-prev.disabled,
.list-pagenation .shop-nav-next.disabled {
  pointer-events: none;
  opacity: 0.4;
}
@media (max-width: 769px) {
  .list-pagenation .shop-nav-prev {
    margin-right: 1.2em;
  }
}
@media (max-width: 769px) {
  .list-pagenation .shop-nav-next {
    margin-left: 1.2em;
  }
}

.ribbon::before, .ribbon::after {
  position: absolute;
  pointer-events: none;
  z-index: 100;
}
.ribbon::before {
  content: "";
  bottom: 0;
  left: 0;
  border-top: 7rem solid transparent;
  border-left: 7rem solid #e50012;
}
.ribbon::after {
  display: block;
  bottom: 8px;
  left: 2px;
  font-size: 1.6rem;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
}
.ribbon.ribbon-new::after {
  content: "NEW!";
}

.btn-link {
  border: 2px solid #e50012;
  color: #e50012;
  text-align: center;
  padding: 4px;
  border-radius: 4px;
  text-decoration: none;
  display: block;
  width: 72%;
  max-width: 24rem;
  margin: 2rem auto;
}

.share-icon {
  display: flex;
  align-items: center;
}
.share-icon::before {
  content: "";
  display: inline-block;
  background-size: cover;
}
.twitter .share-icon::before {
  background-image: url(/mother_project/img/icon_x.svg);
}
.facebook .share-icon::before {
  background-image: url(/mother_project/img/icon_fb.svg);
}
.line .share-icon::before {
  background-image: url(/mother_project/img/icon_line.svg);
}

/** Global-e 送料関連非表示 **/
#GlobaleFreeShippingBannerContainer {
  display: none;
}

/** RAMEN用 **/
.title {
  font-family: A1 Gothic M;
  font-size: 1.06em;
}

.bold {
  font-family: A1 Gothic M;
}

.red {
  color: #e50012;
}

.navigation {
  width: 88%;
  max-width: 92rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3.6rem;
  margin-bottom: 1.2rem;
}
@media (min-width: 769px) {
  .navigation {
    margin-top: 5.2rem;
    margin-bottom: 3.2rem;
  }
}

#FreeShippingBanner {
  border: 1px solid #ADADAD;
  background-color: #fff !important;
  color: #727171 !important;
  padding: 0.5em 1em;
  margin-top: 3.6rem;
  border-radius: 3px;
}
@media (min-width: 769px) {
  #FreeShippingBanner {
    margin-left: 3rem;
  }
}

.navigation-info {
  color: #727171;
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.5;
  margin-top: 2rem;
  margin-bottom: 1.2rem;
}
@media (min-width: 769px) {
  .navigation-info {
    font-size: 1.4rem;
    margin-top: 3.2rem;
    margin-left: 3rem;
  }
}

.ge-flag {
  display: flex;
  justify-content: end;
  align-items: center;
  padding-inline: 0;
  min-width: 7em;
}
.ge-flag a {
  text-decoration: none;
}

.gleContainer:lang(en) {
  margin-right: 0.5em;
}

.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
}
.breadcrumb li {
  display: flex;
  align-items: center;
}
.breadcrumb li:not(:first-child):before {
  content: ">";
  margin-right: 5px;
}
@media (min-width: 769px) {
  .breadcrumb li:not(:first-child):before {
    margin-right: 2px;
  }
}
.breadcrumb a {
  text-decoration: none;
}
.breadcrumb .rmn-collection-key {
  display: none;
}
.breadcrumb small {
  display: none;
}
.breadcrumb br {
  display: none;
}

.detail-attention {
  border-bottom: 1px solid #e50012;
  width: 100%;
  font-size: 1.4rem;
  margin-bottom: 4rem;
  margin-top: 0.8rem;
}
.detail-attention .rmn-sub-section:last-child {
  margin-bottom: 4rem;
}
@media (min-width: 769px) {
  .detail-attention .rmn-sub-section {
    margin-left: 3rem;
  }
}
.detail-attention .rmn-article-title {
  font-size: 2rem;
  font-family: A1 Gothic M;
  line-height: 1.4;
  margin-left: -0.1em;
  margin-bottom: 0.2em;
}
.detail-attention dd {
  margin-bottom: 1em;
}
@media (min-width: 769px) {
  .detail-attention dd {
    margin-left: 2em;
  }
}

.detail-top {
  margin-bottom: 6rem;
}
@media (min-width: 769px) {
  .detail-top {
    margin-top: 3.2rem;
  }
}
.detail-top .detail-contents {
  width: 88%;
  max-width: 92rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 769px) {
  .detail-top .detail-contents {
    flex-direction: row;
    gap: 1.6rem;
  }
}
.detail-top .detail-contents:has(.empty) {
  display: none;
}
.detail-top iframe {
  width: 100%;
  max-width: 80rem;
  height: auto;
  aspect-ratio: 800/450;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.swiper-container {
  overflow: hidden;
  width: 100%;
  padding-right: 1px;
  padding-left: 1px;
}

.swiper-zoom-container {
  height: initial;
}

.swiper-wrapper {
  list-style: none;
}

.detail-slide {
  width: 100%;
}
@media (min-width: 769px) {
  .detail-slide {
    max-width: min(56%, 50rem);
  }
}
.detail-slide .btn-prev,
.detail-slide .btn-next {
  flex: none;
}
.detail-slide .moicon {
  color: inherit;
}
.detail-slide .moicon:before {
  line-height: inherit;
}
.detail-slide .moicon.swiper-button-disabled {
  opacity: 0;
}
.detail-slide .swiper-slide img {
  width: 100%;
}
@media (min-width: 769px) {
  .detail-slide .detail-slide-main {
    display: flex;
  }
}
.detail-slide .detail-slide-main .moicon {
  display: none;
}
@media (min-width: 769px) {
  .detail-slide .detail-slide-main .moicon {
    display: flex;
  }
}
.detail-slide .detail-slide-main .swiper-slide {
  border: 1px solid #acadad;
}
.detail-slide .detail-slide-main .detail-slide-zoom {
  position: absolute;
  bottom: 30px;
  right: 10px;
  z-index: 1;
}
@media (max-width: 769px) {
  .detail-slide .detail-slide-main .detail-slide-zoom {
    width: 25px;
    height: 25px;
  }
}
.detail-slide .detail-slide-thumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 769px) {
  .detail-slide .detail-slide-thumbs {
    width: 98vw;
    left: -4vw;
  }
}
@media (min-width: 769px) {
  .detail-slide .detail-slide-thumbs .moicon {
    display: none;
  }
}
.detail-slide .detail-slide-thumbs .swiper-container {
  width: calc(100% - 6rem);
}
@media (min-width: 769px) {
  .detail-slide .detail-slide-thumbs .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    height: auto;
    transform: none !important;
  }
}
.detail-slide .detail-slide-thumbs li {
  cursor: pointer;
  border: 1px solid #acadad;
  box-sizing: border-box;
  aspect-ratio: 1/1;
}
@media (min-width: 769px) {
  .detail-slide .detail-slide-thumbs li {
    margin-bottom: 16px;
    height: fit-content;
  }
}
.detail-slide .detail-slide-thumbs li.swiper-slide-thumb-active {
  border: 2px solid #e50012;
}

.detail-info {
  flex: 1;
  margin-bottom: 2rem;
}

.rmn-product {
  display: none;
}

.rmn-section {
  flex: 1;
}

/** 自由テキスト **/
.detail-text {
  font-size: 1.5rem;
  margin-top: 4rem;
}

.rmp-page-message {
  font-size: 1.4rem;
}
@media (max-width: 769px) {
  .rmp-page-message {
    margin-bottom: 1rem;
  }
}
@media (min-width: 769px) {
  .rmp-page-message {
    margin-bottom: 2rem;
  }
}

.page-message-red {
  font-size: 1.4rem;
}
@media (max-width: 769px) {
  .page-message-red:not(:empty) {
    margin-bottom: 1.6rem;
  }
}
@media (min-width: 769px) {
  .page-message-red:not(:empty) {
    margin-bottom: 3rem;
  }
}
.page-message-red .rmp-page-message-red {
  border: 1px solid #e50012;
  color: #e50012;
}
@media (max-width: 769px) {
  .page-message-red .rmp-page-message-red {
    padding: 0.5rem 1rem;
    margin-bottom: 0.8rem;
  }
}
@media (min-width: 769px) {
  .page-message-red .rmp-page-message-red {
    padding: 1rem 2rem;
    margin-bottom: 1.5rem;
  }
}

.page-message .rmp-page-message {
  color: #949495;
}

/** 基本情報 **/
.detail-catch,
.detail-title small {
  font-family: A1 Gothic M;
  display: block;
}
@media (max-width: 769px) {
  .detail-catch,
  .detail-title small {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 769px) {
  .detail-catch,
  .detail-title small {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}

.detail-title {
  font-family: A1 Gothic M;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media (max-width: 769px) {
  .detail-title {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 769px) {
  .detail-title {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
}

.detail-price {
  font-family: A1 Gothic M;
}
@media (max-width: 769px) {
  .detail-price {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
  }
}
@media (min-width: 769px) {
  .detail-price {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
}
.detail-price small {
  font-size: 1.4rem;
}

.detail-shipping {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.detail-shipping:empty {
  display: none;
}
@media (max-width: 769px) {
  .detail-shipping {
    margin-bottom: 1.2rem;
  }
}
@media (min-width: 769px) {
  .detail-shipping {
    margin-bottom: 2.4rem;
  }
}

/** カート **/
.cart-select label {
  color: #727171;
  font-size: 1.4rem;
}

.select-wrapper {
  margin-bottom: 1.5rem;
}
.select-wrapper:after {
  font-family: "moicon4";
  content: "\ea03";
  font-size: 3rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 5rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.select-wrapper select {
  position: relative;
  appearance: none;
  text-overflow: ellipsis;
  color: currentColor;
  background-color: #d2d2d2;
  border-radius: 8px;
  border: none;
  width: 100%;
  padding: 0.5em 3em 0.5em 1em;
}
@media (min-width: 769px) {
  .select-wrapper select {
    font-size: 1.3rem;
  }
}
.select-wrapper:not(:has(option)) {
  opacity: 0.5;
  pointer-events: none;
  color: #727171;
}

.btn-cart {
  display: block;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.btn-cart a {
  font-family: A1 Gothic M;
  font-size: 2rem;
  line-height: 1;
  border: 4px solid currentColor;
  border-radius: 8px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3em;
}
@media (min-width: 769px) {
  .btn-cart a {
    font-size: 2.2rem;
  }
}
.btn-cart.hidden {
  display: none;
}
.btn-cart.sold, .btn-cart.initial {
  color: #a8a9a9;
  pointer-events: none;
}
.btn-cart.sold a, .btn-cart.initial a {
  pointer-events: none;
}
.btn-cart:not(.sold):not(.close):not(.initial) {
  color: #e50012;
}
.btn-cart:not(.sold):not(.close):not(.initial) a {
  cursor: pointer;
}
.btn-cart:not(.sold):not(.close):not(.initial) a:before {
  font-family: "moicon4";
  content: "\ea02";
  font-size: 2em;
}
.btn-cart .cart-att {
  color: #e50012;
  text-align: center;
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.hbr-cart-date p {
  color: #228f38;
  font-family: A1 Gothic M;
  line-height: 1.2;
  border: 4px solid currentColor;
  border-radius: 8px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
}
@media (min-width: 769px) {
  .hbr-cart-date p {
    font-size: 1.8rem;
  }
}

/** share  **/
.detail-share {
  line-height: 0;
  color: #e50012;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 769px) {
  .detail-share {
    margin-bottom: 4rem;
  }
}
.detail-share ul {
  display: flex;
  align-items: center;
  gap: 1rem;
  list-style: none;
}
.detail-share li:first-child {
  font-size: 0.9em;
}
.detail-share .share-icon::before {
  width: 3rem;
  height: 3rem;
}
.detail-share a {
  text-decoration: none;
}
.detail-share a::after {
  content: none;
}

.detail-links {
  color: #e50012;
  font-size: 1.2rem;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .detail-links {
    font-size: 1.4rem;
  }
}
.detail-links ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 1.2rem 0.4rem;
}
.detail-links a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.detail-links .moicon::before {
  font-size: 1.6em;
}

.detail-bottom {
  background-color: #f1f0f1;
  color: #727171;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  padding-top: 1px;
  padding-bottom: 1px;
}
.detail-bottom .detail-contents {
  width: 88%;
  max-width: 92rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3.8rem;
  margin-bottom: 3.8rem;
}
@media (min-width: 769px) {
  .detail-bottom .detail-contents {
    display: flex;
    gap: 6%;
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.detail-bottom .rmn-sub-section {
  margin-bottom: 2em;
}
.detail-bottom dt {
  margin-bottom: 1em;
}
.detail-bottom .rmn-notice-header-wrap,
.detail-bottom .rmn-spec-header,
.detail-bottom .rmn-information-header {
  margin-left: -0.5em;
}
.detail-bottom dd {
  margin-bottom: 1.5em;
}
.detail-bottom .rmn-spec-title-wrap,
.detail-bottom .rmn-notice-title-wrap,
.detail-bottom .rmn-information-title-wrap {
  margin-bottom: 1em;
}
.detail-bottom .table {
  max-width: 43.2rem;
  overflow-x: auto;
}
.detail-bottom table {
  border-top: 1px solid #727171;
  text-align: center;
}
.detail-bottom td, .detail-bottom th {
  border-bottom: 1px solid #727171;
  min-width: 45px;
  padding-top: 6px;
  padding-bottom: 6px;
}
@media (min-width: 769px) {
  .detail-bottom td, .detail-bottom th {
    min-width: 70px;
  }
}
.detail-bottom td {
  padding-right: 20px;
  padding-left: 20px;
}
.detail-bottom th {
  white-space: nowrap;
}
.detail-bottom ul:lang(en) {
  margin-left: 1em;
}
.detail-bottom ul:lang(ja) {
  margin-left: 1.5em;
}
.detail-bottom li {
  margin-bottom: 0.5em;
}
.detail-bottom ol {
  list-style: none;
  counter-reset: my-counter;
  margin-left: 2em;
}
.detail-bottom ol li {
  position: relative;
}
.detail-bottom ol li::after {
  content: counter(my-counter);
  counter-increment: my-counter;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.6em;
  width: 1.6em;
  font-size: 85%;
  position: absolute;
  top: 0.2em;
  left: -2.1em;
}

.pswp-gallery {
  color: #fff;
  position: relative;
}
.pswp-gallery:after {
  content: "";
  width: 35px;
  height: 35px;
  background-image: url(/mother_project/img/icon_zoom.png);
  background-size: contain;
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 100;
  pointer-events: none;
}
.pswp-gallery img {
  width: 100%;
}/*# sourceMappingURL=products.css.map */