@charset "UTF-8";
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 16px;
  font-size: 62.5%;
}

body {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #000;
  background: #fff;
  font-size: 1.6rem;
  opacity: 0;
  transition: opacity 0.5s ease;
  overflow: hidden;
}
body.loaded {
  opacity: 1;
  overflow: visible;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  *font-size: 100%;
  border-radius: 0;
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

input,
textarea,
select {
  font-size: 1.25vw;
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #000;
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s ease;
}
a:hover {
  opacity: 0.7;
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

br.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}
br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  br.sp {
    display: block;
  }
}

#wrapper {
  width: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  #wrapper {
    padding: 28.7760416667vw 0 0;
  }
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .inner {
    max-width: none;
    padding: 0 2vw;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 1.953125vw;
  }
}

.hidden {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.uk-notification {
  /* 1 */
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1040;
  /* 2 */
  box-sizing: border-box;
  width: 350px;
}

.uk-notification-top-center,
.uk-notification-bottom-center {
  left: 50%;
  margin-left: 175px;
}

/* Phones portrait and smaller */
@media (max-width: 639px) {
  .uk-notification {
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
}
.uk-notification-message {
  position: relative;
  padding: 15px;
  background: #8c0037;
  color: #fff;
  cursor: pointer;
}

.jm-btn {
  text-align: center;
}
.jm-btn a {
  display: inline-block;
  width: 300px;
  height: 45px;
  border: solid #999 1px;
  border-radius: 5px;
}
@media screen and (max-width: 1080px) {
  .jm-btn a {
    width: 30vw;
    height: 4.5vw;
    border: solid #999 0.1vw;
    border-radius: 0.5vw;
  }
}
@media screen and (max-width: 768px) {
  .jm-btn a {
    width: 100%;
    height: 14.3229166667vw;
    border: solid #999 0.1302083333vw;
    border-radius: 0.6510416667vw;
  }
}
.jm-btn a span {
  font-size: 16px;
  display: inline-block;
  line-height: 42px;
  padding: 0 30px 0 0;
  background: url(../img/btn-arrow.svg) no-repeat center right/8px auto;
}
@media screen and (max-width: 1080px) {
  .jm-btn a span {
    font-size: 1.6vw;
    line-height: 4.2vw;
    padding: 0 3vw 0 0;
    background: url(../img/btn-arrow.svg) no-repeat center right/0.8vw auto;
  }
}
@media screen and (max-width: 768px) {
  .jm-btn a span {
    font-size: 4.9479166667vw;
    line-height: 14.1927083333vw;
    padding: 0 11.71875vw 0 0;
    background: url(../img/btn-arrow.svg) no-repeat center right/2.734375vw auto;
  }
}

#jm-site-header {
  width: 100vw;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #jm-site-header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
  }
}

#jm-site-header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 112px;
}
@media screen and (max-width: 1080px) {
  #jm-site-header-container {
    height: 11.2vw;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  #jm-site-header-container {
    height: 16.1458333333vw;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
#jm-site-header-container h1,
#jm-site-header-container div {
  margin: 0;
}
#jm-site-header-container h1 img,
#jm-site-header-container div img {
  width: 430px;
  height: auto;
}
@media screen and (max-width: 1080px) {
  #jm-site-header-container h1 img,
  #jm-site-header-container div img {
    width: 26.6vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-site-header-container h1 img,
  #jm-site-header-container div img {
    width: 36.4583333333vw;
    margin: 0 0 0 0.78125vw;
  }
}
#jm-site-header-container #jm-site-header-nav ul {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin: 0;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  #jm-site-header-container #jm-site-header-nav ul {
    margin: 0 14.3229166667vw 0 0;
  }
}
#jm-site-header-container #jm-site-header-nav ul li {
  margin: 0 0 0 15px;
}
@media screen and (max-width: 1080px) {
  #jm-site-header-container #jm-site-header-nav ul li {
    margin: 0 0 0 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-site-header-container #jm-site-header-nav ul li {
    margin: 0 0 0 1.8229166667vw;
  }
}
#jm-site-header-container #jm-site-header-nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  width: 70px;
  height: 70px;
  border: solid #c1c5c8 1px;
  border-radius: 5px;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(229, 229, 229) 100%);
  transition: 0.3s;
}
@media screen and (max-width: 1080px) {
  #jm-site-header-container #jm-site-header-nav ul li a {
    width: 7vw;
    height: 7vw;
    border: solid #c1c5c8 0.1vw;
    border-radius: 0.5vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-site-header-container #jm-site-header-nav ul li a {
    width: 12.3697916667vw;
    height: 12.3697916667vw;
    border: solid #c1c5c8 0.1302083333vw;
    border-radius: 0.6510416667vw;
  }
}
#jm-site-header-container #jm-site-header-nav ul li a:hover {
  opacity: 0.7;
}
#jm-site-header-container #jm-site-header-nav ul li a span {
  display: block;
  text-align: center;
  font-size: 10px;
  line-height: 1;
  width: 55px;
  height: 55px;
  padding: 45px 0 0;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1080px) {
  #jm-site-header-container #jm-site-header-nav ul li a span {
    font-size: 1vw;
    width: 5.5vw;
    height: 5.5vw;
    padding: 4.5vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #jm-site-header-container #jm-site-header-nav ul li a span {
    font-size: 1.3020833333vw;
    width: 12.3697916667vw;
    height: 9.1145833333vw;
    padding: 7.8125vw 0 0;
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media screen and (max-width: 480px) {
  #jm-site-header-container #jm-site-header-nav ul li a span {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 360px) {
  #jm-site-header-container #jm-site-header-nav ul li a span {
    letter-spacing: -0.1em;
  }
}
#jm-site-header-container #jm-site-header-nav ul li.jm-site-header-nav__registration a span {
  background-image: url(../img/icon-regist.png);
  background-size: 33.5px 43px;
}
@media screen and (max-width: 1080px) {
  #jm-site-header-container #jm-site-header-nav ul li.jm-site-header-nav__registration a span {
    background-size: 3.35vw 4.3vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-site-header-container #jm-site-header-nav ul li.jm-site-header-nav__registration a span {
    background-size: 5.4036458333vw 7.0052083333vw;
  }
}
#jm-site-header-container #jm-site-header-nav ul li.jm-site-header-nav__login a span {
  background-image: url(../img/icon-login.png);
  background-size: 42.5px 43px;
}
@media screen and (max-width: 1080px) {
  #jm-site-header-container #jm-site-header-nav ul li.jm-site-header-nav__login a span {
    background-size: 4.25vw 4.3vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-site-header-container #jm-site-header-nav ul li.jm-site-header-nav__login a span {
    background-size: 7.2005208333vw 7.0182291667vw;
  }
}
#jm-site-header-container #jm-site-header-nav ul li.jm-site-header-nav__mypage a span {
  background-image: url(../img/icon-mypage.png);
  background-size: 42.5px 39px;
}
@media screen and (max-width: 1080px) {
  #jm-site-header-container #jm-site-header-nav ul li.jm-site-header-nav__mypage a span {
    background-size: 4.25vw 3.9vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-site-header-container #jm-site-header-nav ul li.jm-site-header-nav__mypage a span {
    background-size: 7.2005208333vw 6.3802083333vw;
  }
}
#jm-site-header-container #jm-site-header-nav ul li.jm-site-header-nav__cart a span {
  background-image: url(../img/icon-cart.png);
  background-size: 44px 39px;
  background-position: top 2px right 2px;
}
@media screen and (max-width: 1080px) {
  #jm-site-header-container #jm-site-header-nav ul li.jm-site-header-nav__cart a span {
    background-size: 4.4vw 3.9vw;
    background-position: top 0.2vw right 0.2vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-site-header-container #jm-site-header-nav ul li.jm-site-header-nav__cart a span {
    background-size: 7.2395833333vw 6.3802083333vw;
    background-position: top 0.2604166667vw right 2.0833333333vw;
  }
}
#jm-site-header-container #jm-site-header-nav ul li.jm-site-header-nav__cart .jm-site-header-nav__cart-badge {
  position: absolute;
  font-size: 10px;
  color: #fff;
  text-align: center;
  width: 20px;
  height: 20px;
  background-color: #ff0000;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  top: 6px;
  left: 6px;
  font-style: normal;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}

.jm-site-header-nav__hamburger {
  display: none;
  position: fixed;
  z-index: 10001;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(229, 229, 229) 100%);
  transition: 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .jm-site-header-nav__hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 1.953125vw;
    left: 85.4166666667vw;
    width: 12.3697916667vw;
    height: 12.3697916667vw;
    border: solid #c1c5c8 0.1302083333vw;
    border-radius: 0.6510416667vw;
  }
}
@media screen and (max-width: 768px) {
  .jm-site-header-nav__hamburger .jm-site-header-nav__hamburger-line {
    width: 8.8541666667vw;
    height: 6.640625vw;
    position: relative;
  }
}
.jm-site-header-nav__hamburger .jm-site-header-nav__hamburger-line span {
  display: inline-block;
  background-color: #999;
  width: 100%;
  height: 1.3020833333vw;
  position: absolute;
  left: 0;
  transition: 0.3s ease;
}
.jm-site-header-nav__hamburger .jm-site-header-nav__hamburger-line span:nth-child(1) {
  top: 0;
}
.jm-site-header-nav__hamburger .jm-site-header-nav__hamburger-line span:nth-child(2) {
  top: 50%;
  margin: -0.6510416667vw 0 0;
}
.jm-site-header-nav__hamburger .jm-site-header-nav__hamburger-line span:nth-child(3) {
  bottom: 0;
}
.jm-site-header-nav__hamburger.active {
  border: none;
  background: transparent;
}
.jm-site-header-nav__hamburger.active .jm-site-header-nav__hamburger-line span {
  background-color: #bfbfbf;
}
.jm-site-header-nav__hamburger.active .jm-site-header-nav__hamburger-line span:nth-child(1) {
  transform: translate(0, 2.6041666667vw) rotate(45deg);
}
.jm-site-header-nav__hamburger.active .jm-site-header-nav__hamburger-line span:nth-child(2) {
  transform: translate(-1.3020833333vw, 0);
  opacity: 0;
}
.jm-site-header-nav__hamburger.active .jm-site-header-nav__hamburger-line span:nth-child(3) {
  transform: translate(0, -2.6041666667vw) rotate(-45deg);
}

nav#gnavi {
  width: 100vw;
  height: 50px;
  border-top: solid #b2b2b2 1px;
  border-bottom: solid #b2b2b2 1px;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(229, 229, 229) 100%);
  position: relative;
  z-index: 10;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 1080px) {
  nav#gnavi {
    height: 5vw;
    border-top: solid #b2b2b2 0.1vw;
    border-bottom: solid #b2b2b2 0.1vw;
  }
}
@media screen and (max-width: 768px) {
  nav#gnavi {
    display: none;
  }
}
nav#gnavi .inner {
  height: 100%;
}
nav#gnavi ul.gnavi-parent {
  display: flex;
}
nav#gnavi ul.gnavi-parent li {
  position: relative;
  width: 142.85vw;
}
nav#gnavi ul.gnavi-parent li:after {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  height: 45px;
  width: 1px;
  background-color: #b2b2b2;
}
@media screen and (max-width: 1080px) {
  nav#gnavi ul.gnavi-parent li:after {
    top: 0.2vw;
    height: 4.5vw;
    width: 0.1vw;
  }
}
nav#gnavi ul.gnavi-parent li a {
  display: block;
  padding: 0 8px;
}
@media screen and (max-width: 1080px) {
  nav#gnavi ul.gnavi-parent li a {
    padding: 0 0.8vw;
  }
}
nav#gnavi ul.gnavi-parent li a span {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  transition: border 0.3s ease;
}
@media screen and (max-width: 1080px) {
  nav#gnavi ul.gnavi-parent li a span {
    font-size: 1.8vw;
    line-height: 3.2vw;
  }
}
nav#gnavi ul.gnavi-parent li:hover a {
  opacity: 1;
  color: #fff;
}
nav#gnavi ul.gnavi-parent li:hover a span {
  border-top: solid #fff 8px !important;
  border-bottom: solid #fff 8px !important;
}
@media screen and (max-width: 1080px) {
  nav#gnavi ul.gnavi-parent li:hover a span {
    border-top: solid #fff 0.8vw !important;
    border-bottom: solid #fff 0.8vw !important;
  }
}
nav#gnavi ul.gnavi-parent li.parent a span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../img/open-arrow.svg) no-repeat center/contain;
  width: 13.5px;
  height: 7.3px;
  margin: 0 0 0.25em 0.25em;
}
@media screen and (max-width: 1080px) {
  nav#gnavi ul.gnavi-parent li.parent a span:after {
    width: 1.35vw;
    height: 0.73vw;
  }
}
nav#gnavi ul.gnavi-parent li.parent:hover a span:after {
  background: url(../img/close-arrow.svg) no-repeat center/contain;
}
nav#gnavi ul.gnavi-parent li ul.gnavi-children {
  position: absolute;
  width: 444px;
  padding: 30px 20px 10px;
  top: 48px;
  left: 0;
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 0;
}
@media screen and (max-width: 1080px) {
  nav#gnavi ul.gnavi-parent li ul.gnavi-children {
    width: 44.4vw;
    padding: 3vw 2vw 1vw;
    top: 4.8vw;
  }
}
nav#gnavi ul.gnavi-parent li ul.gnavi-children li {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  margin: 0 4% 10px 0;
}
@media screen and (max-width: 1080px) {
  nav#gnavi ul.gnavi-parent li ul.gnavi-children li {
    margin: 0 4% 1vw 0;
  }
}
nav#gnavi ul.gnavi-parent li ul.gnavi-children li:nth-child(even) {
  margin: 0 0 10px;
}
@media screen and (max-width: 1080px) {
  nav#gnavi ul.gnavi-parent li ul.gnavi-children li:nth-child(even) {
    margin: 0 0 1vw;
  }
}
nav#gnavi ul.gnavi-parent li ul.gnavi-children li:before, nav#gnavi ul.gnavi-parent li ul.gnavi-children li:after {
  content: none;
}
nav#gnavi ul.gnavi-parent li ul.gnavi-children li a {
  background-color: #fff !important;
  padding: 2px 18px;
  border-radius: 5px;
  color: #000;
}
nav#gnavi ul.gnavi-parent li ul.gnavi-children li a:hover {
  opacity: 0.7;
}
nav#gnavi ul.gnavi-parent li ul.gnavi-children li a span {
  border: none !important;
  color: #000;
}
@media screen and (max-width: 1080px) {
  nav#gnavi ul.gnavi-parent li ul.gnavi-children li a {
    padding: 0.2vw 1.8vw;
    border-radius: 0.5vw;
  }
}
nav#gnavi ul.gnavi-parent li ul.gnavi-children li a span {
  border: none;
  padding: 0 0 0 12px;
  line-height: 1.5;
  font-size: 16px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 1080px) {
  nav#gnavi ul.gnavi-parent li ul.gnavi-children li a span {
    padding: 0 0 0 1.2vw;
    font-size: 1.6vw;
  }
}
nav#gnavi ul.gnavi-parent li ul.gnavi-children li a span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: url(../img/dir-arrow.svg) no-repeat center/contain;
  width: 6.5px;
  height: 7.5px;
  margin: -3.75px 0 0;
}
@media screen and (max-width: 1080px) {
  nav#gnavi ul.gnavi-parent li ul.gnavi-children li a span:before {
    width: 0.65vw;
    height: 0.75vw;
    margin: -0.375vw 0 0;
  }
}
nav#gnavi ul.gnavi-parent li ul.gnavi-children li a span:after {
  content: none;
}
nav#gnavi ul.gnavi-parent li.gnavi-home:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  height: 45px;
  width: 1px;
  background-color: #b2b2b2;
}
@media screen and (max-width: 1080px) {
  nav#gnavi ul.gnavi-parent li.gnavi-home:before {
    top: 0.2vw;
    left: 0;
    height: 4.5vw;
    width: 0.1vw;
  }
}
nav#gnavi ul.gnavi-parent li.gnavi-home a:hover {
  background-color: #999;
}
nav#gnavi ul.gnavi-parent li.gnavi-home a span {
  border-top: solid #999 8px;
  border-bottom: solid #999 8px;
}
@media screen and (max-width: 1080px) {
  nav#gnavi ul.gnavi-parent li.gnavi-home a span {
    border-top: solid #999 0.8vw;
    border-bottom: solid #999 0.8vw;
  }
}
nav#gnavi ul.gnavi-parent li.gnavi-menu01:hover a {
  background-color: #489d88;
}
nav#gnavi ul.gnavi-parent li.gnavi-menu01 span {
  border-top: solid #489d88 8px;
  border-bottom: solid #489d88 8px;
}
@media screen and (max-width: 1080px) {
  nav#gnavi ul.gnavi-parent li.gnavi-menu01 span {
    border-top: solid #489d88 0.8vw;
    border-bottom: solid #489d88 0.8vw;
  }
}
nav#gnavi ul.gnavi-parent li.gnavi-menu01 ul.gnavi-children {
  background-color: #489d88;
}
nav#gnavi ul.gnavi-parent li.gnavi-menu02:hover a {
  background-color: #88abda;
}
nav#gnavi ul.gnavi-parent li.gnavi-menu02 span {
  border-top: solid #88abda 8px;
  border-bottom: solid #88abda 8px;
}
@media screen and (max-width: 1080px) {
  nav#gnavi ul.gnavi-parent li.gnavi-menu02 span {
    border-top: solid #88abda 0.8vw;
    border-bottom: solid #88abda 0.8vw;
  }
}
nav#gnavi ul.gnavi-parent li.gnavi-menu02 ul.gnavi-children {
  background-color: #88abda;
}
nav#gnavi ul.gnavi-parent li.gnavi-menu03:hover a {
  background-color: #f09199;
}
nav#gnavi ul.gnavi-parent li.gnavi-menu03 span {
  border-top: solid #f09199 8px;
  border-bottom: solid #f09199 8px;
}
@media screen and (max-width: 1080px) {
  nav#gnavi ul.gnavi-parent li.gnavi-menu03 span {
    border-top: solid #f09199 0.8vw;
    border-bottom: solid #f09199 0.8vw;
  }
}
nav#gnavi ul.gnavi-parent li.gnavi-menu03 ul.gnavi-children {
  background-color: #f09199;
}
nav#gnavi ul.gnavi-parent li.gnavi-menu04:hover a {
  background-color: #c8161d;
}
nav#gnavi ul.gnavi-parent li.gnavi-menu04 span {
  border-top: solid #c8161d 8px;
  border-bottom: solid #c8161d 8px;
}
@media screen and (max-width: 1080px) {
  nav#gnavi ul.gnavi-parent li.gnavi-menu04 span {
    border-top: solid #c8161d 0.8vw;
    border-bottom: solid #c8161d 0.8vw;
  }
}
nav#gnavi ul.gnavi-parent li.gnavi-menu05 a:hover {
  background-color: #999;
}
nav#gnavi ul.gnavi-parent li.gnavi-menu05 a span {
  border-top: solid #999 8px;
  border-bottom: solid #999 8px;
}
@media screen and (max-width: 1080px) {
  nav#gnavi ul.gnavi-parent li.gnavi-menu05 a span {
    border-top: solid #999 0.8vw;
    border-bottom: solid #999 0.8vw;
  }
}
nav#gnavi ul.gnavi-parent li.gnavi-menu06 a:hover {
  background-color: #9f5fa1;
}
nav#gnavi ul.gnavi-parent li.gnavi-menu06 a span {
  border-top: solid #9f5fa1 8px;
  border-bottom: solid #9f5fa1 8px;
}
@media screen and (max-width: 1080px) {
  nav#gnavi ul.gnavi-parent li.gnavi-menu06 a span {
    border-top: solid #9f5fa1 0.8vw;
    border-bottom: solid #9f5fa1 0.8vw;
  }
}
#sp-gnavi {
  display: none;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: #4d4d4d;
  z-index: 9999;
  transition: 0.3s ease;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  #sp-gnavi {
    display: block;
  }
}
#sp-gnavi.active {
  right: 0;
}
#sp-gnavi .sp-gnavi-wrap {
  overflow: auto;
  height: 100%;
  padding: 14.0625vw 0 4.5572916667vw;
}
#sp-gnavi .sp-gnavi-link a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 1.953125vw 26.0416666667vw 1.953125vw 5.2083333333vw;
}
#sp-gnavi .sp-gnavi-link a span {
  font-size: 3.90625vw;
}
#sp-gnavi .sp-gnavi-link a i {
  font-size: 1.8229166667vw;
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
  color: #bfbfbf;
  font-weight: bold;
}
#sp-gnavi .sp-gnavi-link .label-line {
  background-color: #489d88;
  padding: 4px 6px;
  border-radius: 4px;
}
#sp-gnavi .sp-gnavi-link .label-mail {
  background-color: #88abda;
  padding: 4px 6px;
  border-radius: 4px;
}
#sp-gnavi .sp-gnavi-category__title {
  color: #fff;
  background-color: #262626;
  font-size: 3.90625vw;
  padding: 0.6510416667vw 5.2083333333vw;
}
#sp-gnavi .sp-gnavi-category__body {
  background-color: #808080;
}
#sp-gnavi .sp-gnavi-category__body dl {
  color: #fff;
}
#sp-gnavi .sp-gnavi-category__body dl dt {
  padding: 1.953125vw 5.2083333333vw 1.953125vw 10.4166666667vw;
  cursor: pointer;
}
#sp-gnavi .sp-gnavi-category__body dl dt span {
  position: relative;
  display: inline-block;
  padding: 0 4.4270833333vw 0 0;
}
#sp-gnavi .sp-gnavi-category__body dl dt span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 3.2552083333vw;
  height: 1.6927083333vw;
  margin: -0.8463541667vw 0 0;
  background: url(../img/close-arrow.svg) no-repeat center/contain;
  transform: rotate(180deg);
  transition: 0.3s ease;
}
#sp-gnavi .sp-gnavi-category__body dl dt.active span:after {
  transform: rotate(0deg);
}
#sp-gnavi .sp-gnavi-category__body dl dd a {
  color: #fff;
  display: block;
  padding: 1.953125vw 5.2083333333vw 1.953125vw 12.3697916667vw;
}
#sp-gnavi .sp-gnavi-category__body dl dd a:before {
  content: "・";
}
#sp-gnavi .sp-gnavi-phone {
  border-top: solid #fff 0.1302083333vw;
  border-bottom: solid #fff 0.1302083333vw;
  margin: 3.2552083333vw 3.90625vw 0;
}
#sp-gnavi .sp-gnavi-phone a {
  display: block;
  color: #fff;
  font-size: 3.90625vw;
  padding: 1.3020833333vw 1.3020833333vw;
}
#sp-gnavi .sp-gnavi-phone a span {
  margin: 0 1em 0 0;
}
#sp-gnavi .sp-gnavi-phone a i {
  font-style: normal;
}
#sp-gnavi .sp-gnavi-sns {
  display: flex;
  padding: 5.2083333333vw;
}
#sp-gnavi .sp-gnavi-sns a {
  margin: 0 8.4635416667vw 0 0;
}
#sp-gnavi .sp-gnavi-sns a img {
  width: auto;
  height: 9.1145833333vw;
}

#jm-site-header-search {
  padding: 15px 0;
  width: 100vw;
}
@media screen and (max-width: 1080px) {
  #jm-site-header-search {
    padding: 1.5vw 0;
  }
}
@media screen and (max-width: 768px) {
  #jm-site-header-search {
    position: fixed;
    z-index: 1000;
    top: 16.015625vw;
    left: 0;
    width: 100vw;
    background-color: #5e1534;
    padding: 2.6041666667vw 0;
    box-shadow: 0 1.0416666667vw 1.0416666667vw rgba(0, 0, 0, 0.4);
  }
}
#jm-site-header-search .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#jm-site-header-search .jm-site-header-search__tags {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #jm-site-header-search .jm-site-header-search__tags {
    display: none;
  }
}
#jm-site-header-search .jm-site-header-search__tags p {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  font-size: 15px;
  padding: 0 20px 0 0;
  margin: 0 1em 0 0;
  background: url(../img/tag-sep.svg) no-repeat center right/5.3px auto;
}
@media screen and (max-width: 1080px) {
  #jm-site-header-search .jm-site-header-search__tags p {
    font-size: 1.5vw;
    padding: 0 2vw 0 0;
    background: url(../img/tag-sep.svg) no-repeat center right/0.53vw auto;
  }
}
#jm-site-header-search .jm-site-header-search__tags ul {
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
}
#jm-site-header-search .jm-site-header-search__tags ul li {
  margin: 0 1em 0 0;
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 1080px) {
  #jm-site-header-search .jm-site-header-search__tags ul li {
    font-size: 1.5vw;
  }
}
#jm-site-header-search .jm-site-header-search__tags ul li a {
  text-decoration: underline;
}
#jm-site-header-search .jm-site-header-search__tags ul li a:hover {
  text-decoration: none;
}
#jm-site-header-search .jm-site-header-search__form form {
  width: 315px;
  height: 25px;
  border-radius: 40px;
  border: solid #000 1px;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  #jm-site-header-search .jm-site-header-search__form form {
    width: 31.5vw;
    height: 2.5vw;
    border-radius: 4vw;
    border: solid #000 0.1vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-site-header-search .jm-site-header-search__form form {
    width: 96.09375vw;
    height: 7.5520833333vw;
    border-radius: 7.8125vw;
    border: none;
  }
}
#jm-site-header-search .jm-site-header-search__form form input[type=text] {
  width: 263px;
  border: none;
  font-size: 16px;
  height: 23px;
  padding: 0 20px;
  line-height: 23px;
  outline: none;
  background-color: #fff;
}
@media screen and (max-width: 1080px) {
  #jm-site-header-search .jm-site-header-search__form form input[type=text] {
    width: 26.3vw;
    font-size: 1.6vw;
    height: 2.3vw;
    padding: 0 2vw;
    line-height: 2.3vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-site-header-search .jm-site-header-search__form form input[type=text] {
    width: 82.2916666667vw;
    font-size: 4.9479166667vw;
    height: 7.5520833333vw;
    padding: 0 5.2083333333vw;
    line-height: 4.6875vw;
    font-family: "Noto Sans JP", sans-serif;
  }
}
#jm-site-header-search .jm-site-header-search__form form input[type=submit] {
  width: 50px;
  height: 23px;
  background: #82c1ea url(../img/icon-search.svg) no-repeat center/15px auto;
  font-size: 0;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 1080px) {
  #jm-site-header-search .jm-site-header-search__form form input[type=submit] {
    width: 5vw;
    height: 2.3vw;
    background: #82c1ea url(../img/icon-search.svg) no-repeat center/1.5vw auto;
  }
}
@media screen and (max-width: 768px) {
  #jm-site-header-search .jm-site-header-search__form form input[type=submit] {
    width: 14.0625vw;
    height: 7.5520833333vw;
    background: #82c1ea url(../img/icon-search.svg) no-repeat center/4.5572916667vw auto;
  }
}

#footer-guide {
  padding: 110px 0 90px;
}
@media screen and (max-width: 1080px) {
  #footer-guide {
    padding: 11vw 0 9vw;
  }
}
@media screen and (max-width: 768px) {
  #footer-guide {
    padding: 9.1145833333vw 0 1.3020833333vw;
  }
}
#footer-guide h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 40px;
}
@media screen and (max-width: 1080px) {
  #footer-guide h2 {
    font-size: 4.5vw;
    margin: 0 0 4vw;
  }
}
@media screen and (max-width: 768px) {
  #footer-guide h2 {
    font-size: 5.7291666667vw;
    margin: 0 0 6.5104166667vw;
  }
}
#footer-guide .footer-guide-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #footer-guide .footer-guide-list {
    display: block;
  }
}
#footer-guide .footer-guide-list .footer-guide-list-col {
  width: 300px;
}
@media screen and (max-width: 1080px) {
  #footer-guide .footer-guide-list .footer-guide-list-col {
    width: 30vw;
  }
}
@media screen and (max-width: 768px) {
  #footer-guide .footer-guide-list .footer-guide-list-col {
    width: auto;
  }
}
#footer-guide .footer-guide-list .footer-guide-list-content {
  margin: 0 0 60px;
}
@media screen and (max-width: 1080px) {
  #footer-guide .footer-guide-list .footer-guide-list-content {
    margin: 0 0 6vw;
  }
}
@media screen and (max-width: 768px) {
  #footer-guide .footer-guide-list .footer-guide-list-content {
    margin: 0;
  }
}
#footer-guide .footer-guide-list .footer-guide-list-content h3 {
  background-color: #8c0037;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 10px;
  border-radius: 5px;
  margin: 0 0 20px;
}
@media screen and (max-width: 1080px) {
  #footer-guide .footer-guide-list .footer-guide-list-content h3 {
    font-size: 2vw;
    padding: 1vw;
    border-radius: 0.5vw;
    margin: 0 0 2vw;
  }
}
@media screen and (max-width: 768px) {
  #footer-guide .footer-guide-list .footer-guide-list-content h3 {
    background-color: #5e1534;
    font-size: 3.90625vw;
    padding: 4.6875vw;
    border-radius: 0.6510416667vw;
    margin: 0 0 2.6041666667vw;
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  #footer-guide .footer-guide-list .footer-guide-list-content h3:after {
    content: "";
    position: absolute;
    background: url(../img/plus.svg) no-repeat center/contain;
    width: 7.8125vw;
    height: 7.8125vw;
    top: 50%;
    right: 2.6041666667vw;
    margin: -3.90625vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #footer-guide .footer-guide-list .footer-guide-list-content h3.active:after {
    background: url(../img/minus.svg) no-repeat center/contain;
  }
}
#footer-guide .footer-guide-list .footer-guide-list-content dl {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 0 36px;
}
@media screen and (max-width: 1080px) {
  #footer-guide .footer-guide-list .footer-guide-list-content dl {
    margin: 0 0 3.6vw;
  }
}
@media screen and (max-width: 768px) {
  #footer-guide .footer-guide-list .footer-guide-list-content dl {
    margin: 0;
    display: none;
  }
}
#footer-guide .footer-guide-list .footer-guide-list-content dl dt {
  font-size: 22px;
  color: #8c0037;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1080px) {
  #footer-guide .footer-guide-list .footer-guide-list-content dl dt {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 768px) {
  #footer-guide .footer-guide-list .footer-guide-list-content dl dt {
    font-size: 3.90625vw;
  }
}
#footer-guide .footer-guide-list .footer-guide-list-content dl dd {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 1080px) {
  #footer-guide .footer-guide-list .footer-guide-list-content dl dd {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #footer-guide .footer-guide-list .footer-guide-list-content dl dd {
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) {
  #footer-guide .footer-guide-list .footer-guide-list-content dl dd:last-child {
    margin: 0 0 7.8125vw;
  }
}
#footer-guide .footer-guide-list .footer-guide-list-content dl dd strong {
  color: #8c0037;
}
#footer-guide .footer-guide-list .footer-guide-list-content dl dd strong.red {
  color: #e1503c;
}
#footer-guide .footer-guide-list .footer-guide-list-content dl dd figure {
  padding: 10px 0 0;
  margin: 0 0 20px;
}
@media screen and (max-width: 1080px) {
  #footer-guide .footer-guide-list .footer-guide-list-content dl dd figure {
    padding: 1vw 0 0;
    margin: 0 0 2vw;
  }
}
@media screen and (max-width: 768px) {
  #footer-guide .footer-guide-list .footer-guide-list-content dl dd figure {
    padding: 3.125vw 0 0;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  #footer-guide .footer-guide-list .footer-guide-list-content dl dd figure img {
    max-width: 360px;
  }
}

footer #jm-footer {
  padding: 30px 0;
  background: url(../img/footer-bg.png.webp) no-repeat center/cover;
}
@media screen and (max-width: 1080px) {
  footer #jm-footer {
    padding: 4.8vw 0;
  }
}
@media screen and (max-width: 768px) {
  footer #jm-footer {
    padding: 6.25vw 0 3.90625vw;
  }
}
footer #jm-footer .jm-footer-logo {
  text-align: center;
  margin: 0 0 56px;
}
@media screen and (max-width: 1080px) {
  footer #jm-footer .jm-footer-logo {
    margin: 0 0 5.6vw;
  }
}
@media screen and (max-width: 768px) {
  footer #jm-footer .jm-footer-logo {
    margin: 0 0 9.765625vw;
  }
}
footer #jm-footer .jm-footer-logo img {
  width: 423px;
  height: auto;
}
@media screen and (max-width: 1080px) {
  footer #jm-footer .jm-footer-logo img {
    width: 42.3vw;
  }
}
@media screen and (max-width: 768px) {
  footer #jm-footer .jm-footer-logo img {
    width: 55.078125vw;
  }
}
footer #jm-footer .jm-footer-menu {
  text-align: center;
}
footer #jm-footer .jm-footer-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
footer #jm-footer .jm-footer-menu ul li {
  margin: 0 1em;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1080px) {
  footer #jm-footer .jm-footer-menu ul li {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  footer #jm-footer .jm-footer-menu ul li {
    font-size: 2.0833333333vw;
    margin: 0 1em 1em;
  }
}
footer #jm-footer .jm-footer-menu ul li a {
  text-decoration: underline;
}
footer #jm-footer .jm-footer-menu ul li a:hover {
  text-decoration: none;
}
footer .jm-site-footer-copyright {
  background-color: #8c0037;
  padding: 18px 0;
  color: #fff;
}
@media screen and (max-width: 1080px) {
  footer .jm-site-footer-copyright {
    padding: 1.8vw 0;
  }
}
@media screen and (max-width: 768px) {
  footer .jm-site-footer-copyright {
    padding: 3.125vw 0;
  }
}
footer .jm-site-footer-copyright .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .jm-site-footer-copyright .inner {
    justify-content: center;
  }
}
footer .jm-site-footer-copyright ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .jm-site-footer-copyright ul {
    display: none;
  }
}
footer .jm-site-footer-copyright ul li {
  margin: 0 30px 0 0;
}
@media screen and (max-width: 1080px) {
  footer .jm-site-footer-copyright ul li {
    margin: 0 3vw 0 0;
  }
}
footer .jm-site-footer-copyright ul li img {
  width: auto;
  height: 30px;
}
@media screen and (max-width: 1080px) {
  footer .jm-site-footer-copyright ul li img {
    height: 3vw;
  }
}
footer .jm-site-footer-copyright small {
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1080px) {
  footer .jm-site-footer-copyright small {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  footer .jm-site-footer-copyright small {
    font-size: 2.34375vw;
  }
}

#jm-pagetop {
  opacity: 0;
  position: fixed;
  z-index: 10;
  bottom: 20px;
  right: calc((100vw - 1000px) / 2);
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1080px) {
  #jm-pagetop {
    bottom: 2vw;
    right: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-pagetop {
    bottom: 6.5104166667vw;
    right: 6.5104166667vw;
  }
}
#jm-pagetop a {
  background: url(../img/pagetop.png) no-repeat center/contain;
  width: 60px;
  height: 60px;
  display: block;
}
@media screen and (max-width: 1080px) {
  #jm-pagetop a {
    width: 6vw;
    height: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-pagetop a {
    background: url(../img/pagetop_sp.svg) no-repeat center/contain;
    width: 7.8125vw;
    height: 7.8125vw;
  }
}
main {
  position: relative;
}

#jm-mainvisual {
  padding: 0 0 10px;
}
@media screen and (max-width: 1080px) {
  #jm-mainvisual {
    padding: 0 0 1vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-mainvisual {
    padding: 0 0 1.3020833333vw;
  }
}
#jm-mainvisual .slick-dotted.slick-slider {
  margin: 0;
}
#jm-mainvisual .jm-mainvisual-slider figure {
  width: 68.292vw;
  height: 35.083vw;
  overflow: hidden;
  margin: 0 5px;
}
@media screen and (max-width: 1080px) {
  #jm-mainvisual .jm-mainvisual-slider figure {
    margin: 0 0.5vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-mainvisual .jm-mainvisual-slider figure {
    margin: 0 0.6510416667vw;
    width: 80.5989583333vw;
    height: 54.6875vw;
  }
}
#jm-mainvisual .jm-mainvisual-slider figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#jm-mainvisual .jm-mainvisual-slider .slick-arrow {
  width: 45px;
  height: 45px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 9;
}
@media screen and (max-width: 1080px) {
  #jm-mainvisual .jm-mainvisual-slider .slick-arrow {
    width: 4.5vw;
    height: 4.5vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-mainvisual .jm-mainvisual-slider .slick-arrow {
    width: 5.859375vw;
    height: 5.859375vw;
  }
}
#jm-mainvisual .jm-mainvisual-slider .slick-arrow.slick-prev {
  background-image: url(../img/slide-arrow-left.svg);
  left: 13.333vw;
}
@media screen and (max-width: 768px) {
  #jm-mainvisual .jm-mainvisual-slider .slick-arrow.slick-prev {
    left: 5.9895833333vw;
  }
}
#jm-mainvisual .jm-mainvisual-slider .slick-arrow.slick-next {
  background-image: url(../img/slide-arrow-right.svg);
  right: 13.333vw;
}
@media screen and (max-width: 768px) {
  #jm-mainvisual .jm-mainvisual-slider .slick-arrow.slick-next {
    right: 5.9895833333vw;
  }
}
#jm-mainvisual .jm-mainvisual-slider .slick-arrow:before {
  content: none;
}
#jm-mainvisual .jm-mainvisual-slider .slick-dots {
  bottom: 20px;
}
@media screen and (max-width: 1080px) {
  #jm-mainvisual .jm-mainvisual-slider .slick-dots {
    bottom: 2vw;
  }
}
#jm-mainvisual .jm-mainvisual-slider .slick-dots li {
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 1080px) {
  #jm-mainvisual .jm-mainvisual-slider .slick-dots li {
    width: 1.5vw;
    height: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-mainvisual .jm-mainvisual-slider .slick-dots li {
    width: 1.953125vw;
    height: 1.953125vw;
  }
}
#jm-mainvisual .jm-mainvisual-slider .slick-dots li button {
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 1080px) {
  #jm-mainvisual .jm-mainvisual-slider .slick-dots li button {
    width: 1.5vw;
    height: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-mainvisual .jm-mainvisual-slider .slick-dots li button {
    width: 1.953125vw;
    height: 1.953125vw;
  }
}
#jm-mainvisual .jm-mainvisual-slider .slick-dots li button:before {
  font-size: 0;
  width: 15px;
  height: 15px;
  opacity: 1;
  background-color: #fff;
  border: solid #000 1px;
  border-radius: 15px;
}
@media screen and (max-width: 1080px) {
  #jm-mainvisual .jm-mainvisual-slider .slick-dots li button:before {
    width: 1.5vw;
    height: 1.5vw;
    border: solid #000 0.1vw;
    border-radius: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-mainvisual .jm-mainvisual-slider .slick-dots li button:before {
    width: 1.953125vw;
    height: 1.953125vw;
    border: solid #000 0.1302083333vw;
    border-radius: 1.953125vw;
  }
}
#jm-mainvisual .jm-mainvisual-slider .slick-dots li.slick-active button:before {
  background-color: #000;
}

#jm-main-column {
  position: relative;
}

#jm-main-contents .jm-container {
  padding: 0 0 0 280px;
}
@media screen and (max-width: 1080px) {
  #jm-main-contents .jm-container {
    padding: 0 0 0 24vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-main-contents .jm-container {
    padding: 0;
  }
}
#jm-main-contents .jm-container .jm-container-ex__title {
  margin: 0 calc((-100vw + 1000px) / 2) 0 0;
}
@media screen and (max-width: 1080px) {
  #jm-main-contents .jm-container .jm-container-ex__title {
    margin: 0 -2vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #jm-main-contents .jm-container .jm-container-ex__title {
    margin: 0 -1.953125vw 0 0;
  }
}

#jm-top-guide {
  background: url(../img/top-bg.jpg.webp) no-repeat center top/cover;
  padding: 20px 0 110px;
}
@media screen and (max-width: 1080px) {
  #jm-top-guide {
    padding: 2vw 0 11vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-top-guide {
    padding: 3.2552083333vw 0 14.9739583333vw;
  }
}
#jm-top-guide .jm-container {
  padding: 0 80px 0 280px;
}
@media screen and (max-width: 1080px) {
  #jm-top-guide .jm-container {
    padding: 0 4vw 0 24vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-top-guide .jm-container {
    padding: 0 8.4635416667vw;
  }
}
#jm-top-guide h2 {
  text-align: center;
  font-size: 44px;
  color: #8c0037;
  font-weight: 600;
  margin: 0 0 20px;
}
@media screen and (max-width: 1080px) {
  #jm-top-guide h2 {
    font-size: 4.4vw;
    margin: 0 0 2vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-top-guide h2 {
    font-size: 5.7291666667vw;
    margin: 0 0 2.6041666667vw;
  }
}
#jm-top-guide figure {
  margin: 0 0 30px;
}
@media screen and (max-width: 1080px) {
  #jm-top-guide figure {
    margin: 0 0 3vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-top-guide figure {
    margin: 0 0 3.125vw;
  }
}
#jm-top-guide figure iframe {
  width: 100%;
  height: 360px;
  display: block;
}
@media screen and (max-width: 1080px) {
  #jm-top-guide figure iframe {
    height: 36vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-top-guide figure iframe {
    height: 46.875vw;
  }
}
#jm-top-guide p {
  text-align: center;
  font-size: 18.4px;
  color: #8c0037;
  line-height: 1.8;
  position: relative;
}
@media screen and (max-width: 1080px) {
  #jm-top-guide p {
    font-size: 1.84vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-top-guide p {
    text-align: left;
    font-size: 3.125vw;
    padding: 0 7.8125vw 0 0;
    letter-spacing: -0.1em;
  }
}
@media screen and (max-width: 768px) {
  #jm-top-guide p br {
    display: none;
  }
}
#jm-top-guide p:after {
  content: "";
  position: absolute;
  background: url(../img/guide.png.webp) no-repeat center/contain;
  width: 279.5px;
  height: 264px;
  bottom: -110px;
  right: -145px;
}
@media screen and (max-width: 1080px) {
  #jm-top-guide p:after {
    width: 27.95vw;
    height: 26.4vw;
    bottom: -11.4vw;
    right: -14.5vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-top-guide p:after {
    width: 36.3932291667vw;
    height: 34.375vw;
    bottom: -14.84375vw;
    right: -18.8802083333vw;
  }
}

#jm-item-new {
  padding: 56px 0 0;
}
@media screen and (max-width: 1080px) {
  #jm-item-new {
    padding: 5.6vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-new {
    padding: 7.2916666667vw 0 0;
  }
}
#jm-item-new .jm-item-box {
  border: solid #ff0000 1px;
}
@media screen and (max-width: 1080px) {
  #jm-item-new .jm-item-box .jm-item-box__title {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-new .jm-item-box .jm-item-box__title {
    padding: 0;
  }
}

#jm-item-sale {
  padding: 50px 0 0;
}
@media screen and (max-width: 1080px) {
  #jm-item-sale {
    padding: 5vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-sale {
    padding: 6.5104166667vw 0 0;
  }
}
#jm-item-sale .jm-item-box {
  border-bottom: solid #cd962a 1px;
  border-top: solid #cd962a 1px;
  border-right: solid #cd962a 1px;
  border-left: solid #cd962a 1px;
}
#jm-item-sale .jm-item-box .jm-item-box__title {
  position: relative;
}
@media screen and (max-width: 1080px) {
  #jm-item-sale .jm-item-box .jm-item-box__title {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-sale .jm-item-box .jm-item-box__title {
    padding: 0;
  }
}

#jm-banner-line {
  padding: 50px 0 0;
}
@media screen and (max-width: 1080px) {
  #jm-banner-line {
    padding: 5vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #jm-banner-line {
    padding: 6.5104166667vw 0 0;
  }
}

.jm-item-box .jm-item-box__title {
  font-size: 30px;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1080px) {
  .jm-item-box .jm-item-box__title {
    padding: 1vw 0;
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .jm-item-box .jm-item-box__title {
    padding: 1.3020833333vw 0;
    font-size: 3.90625vw;
  }
}
.jm-item-box .jm-item-box__title strong {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1080px) {
  .jm-item-box .jm-item-box__title strong {
    font-size: 5.5vw;
  }
}
@media screen and (max-width: 768px) {
  .jm-item-box .jm-item-box__title strong {
    font-size: 6.5104166667vw;
  }
}
.jm-item-box .jm-item-box__list {
  padding: 12px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1080px) {
  .jm-item-box .jm-item-box__list {
    padding: 2vw;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 768px) {
  .jm-item-box .jm-item-box__list {
    padding: 2.6041666667vw;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: scroll;
  }
}
.jm-item-box .jm-item-box__list li {
  width: 213.33px;
}
@media screen and (max-width: 1080px) {
  .jm-item-box .jm-item-box__list li {
    width: 40vw;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .jm-item-box .jm-item-box__list li {
    width: 40vw;
    flex-shrink: 0;
  }
}
.jm-item-box .jm-item-box__list li a {
  display: block;
}
.jm-item-box .jm-item-box__list li .jm-item-box__list-copy {
  background-color: #9d2655;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  padding: 6px 10px;
  margin: 0 10px 10px;
  font-weight: bold;
  font-size: 19px;
}
@media screen and (max-width: 1080px) {
  .jm-item-box .jm-item-box__list li .jm-item-box__list-copy {
    padding: 1vw 2vw;
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .jm-item-box .jm-item-box__list li .jm-item-box__list-copy {
    padding: 1.3020833333vw 2.6041666667vw;
    font-size: 3.90625vw;
  }
}
.jm-item-box .jm-item-box__list li .jm-item-box__list-text {
  padding: 10px 20px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .jm-item-box .jm-item-box__list li .jm-item-box__list-text {
    padding: 1vw 2vw;
  }
}
@media screen and (max-width: 768px) {
  .jm-item-box .jm-item-box__list li .jm-item-box__list-text {
    padding: 1.3020833333vw 2.6041666667vw;
  }
}
.jm-item-box .jm-item-box__list li .jm-item-box__list-text:before {
  position: absolute;
  content: "";
  background: url(../img/link-arrow.svg) no-repeat center/contain;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 10px;
}
@media screen and (max-width: 1080px) {
  .jm-item-box .jm-item-box__list li .jm-item-box__list-text:before {
    width: 2vw;
    height: 2vw;
    top: 1vw;
    right: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .jm-item-box .jm-item-box__list li .jm-item-box__list-text:before {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    top: 1.3020833333vw;
    right: 1.3020833333vw;
  }
}
.jm-item-box .jm-item-box__list li .jm-item-box__list-text p {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.3;
  word-break: break-all;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1080px) {
  .jm-item-box .jm-item-box__list li .jm-item-box__list-text p {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .jm-item-box .jm-item-box__list li .jm-item-box__list-text p {
    font-size: 3.90625vw;
  }
}
.jm-item-box .jm-item-box__list li figure {
  width: 100%;
  height: 170px;
  overflow: hidden;
  margin: auto;
}
@media screen and (max-width: 1080px) {
  .jm-item-box .jm-item-box__list li figure {
    height: auto;
    width: 30vw;
  }
}
@media screen and (max-width: 768px) {
  .jm-item-box .jm-item-box__list li figure {
    width: 30vw;
  }
}
.jm-item-box .jm-item-box__list li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#jm-item-lineup {
  padding: 100px 0 0;
}
@media screen and (max-width: 1080px) {
  #jm-item-lineup {
    padding: 10vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-lineup {
    padding: 13.0208333333vw 0 0;
  }
}
#jm-item-lineup .jm-item-lineup-title {
  background: #c5809b url(../img/tit-bg01.jpg.webp) no-repeat center right/cover;
  height: 144px;
  padding: 16px 0;
}
@media screen and (max-width: 1080px) {
  #jm-item-lineup .jm-item-lineup-title {
    height: 14.4vw;
    padding: 1.6vw 0;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-lineup .jm-item-lineup-title {
    height: 18.75vw;
    padding: 2.0833333333vw 0;
  }
}
#jm-item-lineup .jm-item-lineup-title p {
  font-size: 23px;
  color: #fff;
  padding: 0 0 16px 64px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  #jm-item-lineup .jm-item-lineup-title p {
    font-size: 2.3vw;
    padding: 0 0 1.6vw 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-lineup .jm-item-lineup-title p {
    font-size: 2.9947916667vw;
    padding: 0 0 2.0833333333vw 2.0833333333vw;
  }
}
#jm-item-lineup .jm-item-lineup-title h2 {
  display: inline-block;
  background: url(../img/tag-lineup.png.webp) no-repeat center/contain;
  width: 447.5px;
  height: 57px;
  margin-top: 20px;
}
@media screen and (max-width: 1080px) {
  #jm-item-lineup .jm-item-lineup-title h2 {
    width: 44.75vw;
    height: 5.7vw;
    margin-top: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-lineup .jm-item-lineup-title h2 {
    width: 58.2682291667vw;
    height: 7.421875vw;
    margin-top: 2vw;
  }
}
#jm-item-lineup .jm-item-lineup-body {
  padding: 40px 0 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  #jm-item-lineup .jm-item-lineup-body {
    padding: 4vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-lineup .jm-item-lineup-body {
    padding: 11.4583333333vw 0 0;
    display: block;
  }
}
#jm-item-lineup .jm-item-lineup-body .jm-item-lineup-cat01 {
  width: 346px;
  border: solid #329b9b 1px;
}
@media screen and (max-width: 1080px) {
  #jm-item-lineup .jm-item-lineup-body .jm-item-lineup-cat01 {
    width: 34.6vw;
    border: solid #329b9b 0.1vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-lineup .jm-item-lineup-body .jm-item-lineup-cat01 {
    width: auto;
    border: solid #329b9b 0.1302083333vw;
  }
}
#jm-item-lineup .jm-item-lineup-body .jm-item-lineup-cat01 .jm-item-lineup-cat__title {
  background-color: #98cdcd;
}
#jm-item-lineup .jm-item-lineup-body .jm-item-lineup-cat01 .jm-item-lineup-cat__title:after {
  content: "";
  background: url(../img/cat-deco01.png.webp) no-repeat center/contain;
  width: 331.5px;
  height: 89px;
  position: absolute;
  top: -20px;
  left: 7px;
}
@media screen and (max-width: 1080px) {
  #jm-item-lineup .jm-item-lineup-body .jm-item-lineup-cat01 .jm-item-lineup-cat__title:after {
    width: 33.15vw;
    height: 8.9vw;
    top: -2vw;
    left: 0.7vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-lineup .jm-item-lineup-body .jm-item-lineup-cat01 .jm-item-lineup-cat__title:after {
    width: 92.1744791667vw;
    height: 24.6744791667vw;
    top: -6.5104166667vw;
    left: 0.9114583333vw;
  }
}
#jm-item-lineup .jm-item-lineup-body .jm-item-lineup-cat02 {
  width: 346px;
  border: solid #b44b55 1px;
}
@media screen and (max-width: 1080px) {
  #jm-item-lineup .jm-item-lineup-body .jm-item-lineup-cat02 {
    width: 34.6vw;
    border: solid #b44b55 0.1vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-lineup .jm-item-lineup-body .jm-item-lineup-cat02 {
    width: auto;
    border: solid #b44b55 0.1302083333vw;
  }
}
#jm-item-lineup .jm-item-lineup-body .jm-item-lineup-cat02 .jm-item-lineup-cat__title {
  background-color: #d9a5aa;
}
#jm-item-lineup .jm-item-lineup-body .jm-item-lineup-cat02 .jm-item-lineup-cat__title:after {
  content: "";
  background: url(../img/cat-deco02.png.webp) no-repeat center/contain;
  width: 335.5px;
  height: 74px;
  position: absolute;
  top: -11px;
  left: 34px;
}
@media screen and (max-width: 1080px) {
  #jm-item-lineup .jm-item-lineup-body .jm-item-lineup-cat02 .jm-item-lineup-cat__title:after {
    width: 33.55vw;
    height: 7.4vw;
    top: -1.1vw;
    left: 3.4vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-lineup .jm-item-lineup-body .jm-item-lineup-cat02 .jm-item-lineup-cat__title:after {
    width: 93.3463541667vw;
    height: 20.4036458333vw;
    top: -3.6458333333vw;
    left: 9.5052083333vw;
  }
}
#jm-item-lineup .jm-item-lineup-body .jm-item-lineup-cat__title {
  text-align: center;
  padding: 5px 0;
  position: relative;
}
@media screen and (max-width: 1080px) {
  #jm-item-lineup .jm-item-lineup-body .jm-item-lineup-cat__title {
    padding: 0.5vw 0;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-lineup .jm-item-lineup-body .jm-item-lineup-cat__title {
    padding: 2.6041666667vw 0;
  }
}
#jm-item-lineup .jm-item-lineup-body .jm-item-lineup-cat__title h3 {
  font-size: 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1080px) {
  #jm-item-lineup .jm-item-lineup-body .jm-item-lineup-cat__title h3 {
    font-size: 3vw;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-lineup .jm-item-lineup-body .jm-item-lineup-cat__title h3 {
    font-size: 7.8125vw;
    font-family: "Noto Sans JP", sans-serif;
  }
}
#jm-item-lineup .jm-item-lineup-body .jm-item-lineup-cat__list {
  padding: 15px 26px;
}
@media screen and (max-width: 1080px) {
  #jm-item-lineup .jm-item-lineup-body .jm-item-lineup-cat__list {
    padding: 1.5vw 2.6vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-lineup .jm-item-lineup-body .jm-item-lineup-cat__list {
    padding: 5.2083333333vw 7.8125vw;
  }
}
#jm-item-lineup .jm-item-lineup-body .jm-item-lineup-cat__list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-wrap: wrap;
}
#jm-item-lineup .jm-item-lineup-body .jm-item-lineup-cat__list ul li {
  width: 137px;
  text-align: center;
  margin: 0 0 10px;
}
@media screen and (max-width: 1080px) {
  #jm-item-lineup .jm-item-lineup-body .jm-item-lineup-cat__list ul li {
    width: 13.7vw;
    margin: 0 0 1vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-lineup .jm-item-lineup-body .jm-item-lineup-cat__list ul li {
    width: 38.0208333333vw;
    margin: 0 0 3.90625vw;
  }
}
#jm-item-lineup .jm-item-lineup-body .jm-item-lineup-cat__list ul li a {
  display: block;
}
#jm-item-lineup .jm-item-lineup-body .jm-item-lineup-cat__list ul li figure {
  width: 100%;
  height: 126px;
  overflow: hidden;
  margin: 0 0 4px;
}
@media screen and (max-width: 1080px) {
  #jm-item-lineup .jm-item-lineup-body .jm-item-lineup-cat__list ul li figure {
    height: 12.6vw;
    margin: 0 0 0.4vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-lineup .jm-item-lineup-body .jm-item-lineup-cat__list ul li figure {
    height: 35.0260416667vw;
    margin: 0 0 1.5625vw;
  }
}
#jm-item-lineup .jm-item-lineup-body .jm-item-lineup-cat__list ul li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#jm-item-lineup .jm-item-lineup-body .jm-item-lineup-cat__list ul li p {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1080px) {
  #jm-item-lineup .jm-item-lineup-body .jm-item-lineup-cat__list ul li p {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-lineup .jm-item-lineup-body .jm-item-lineup-cat__list ul li p {
    font-size: 3.6458333333vw;
  }
}

#jm-item-ranking {
  padding: 100px 0 0;
}
@media screen and (max-width: 1080px) {
  #jm-item-ranking {
    padding: 10vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-ranking {
    padding: 13.0208333333vw 0 0;
  }
}
#jm-item-ranking .jm-item-ranking-title {
  background: #c5809b url(../img/tit-bg01.jpg.webp) no-repeat center right/cover;
  height: 144px;
  padding: 16px 0;
}
@media screen and (max-width: 1080px) {
  #jm-item-ranking .jm-item-ranking-title {
    height: 14.4vw;
    padding: 1.6vw 0;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-ranking .jm-item-ranking-title {
    height: 18.75vw;
    padding: 2.0833333333vw 0;
  }
}
#jm-item-ranking .jm-item-ranking-title p {
  font-size: 23px;
  color: #fff;
  padding: 0 0 16px 64px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  #jm-item-ranking .jm-item-ranking-title p {
    font-size: 2.3vw;
    padding: 0 0 1.6vw 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-ranking .jm-item-ranking-title p {
    font-size: 2.9947916667vw;
    padding: 0 0 2.0833333333vw 2.0833333333vw;
  }
}
#jm-item-ranking .jm-item-ranking-title h2 {
  display: inline-block;
  background: url(../img/tag-ranking.png.webp) no-repeat center/contain;
  width: 531.5px;
  height: 57px;
  margin-top: 20px;
}
@media screen and (max-width: 1080px) {
  #jm-item-ranking .jm-item-ranking-title h2 {
    width: 53.15vw;
    height: 5.7vw;
    margin-top: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-ranking .jm-item-ranking-title h2 {
    width: 69.2057291667vw;
    height: 7.421875vw;
    margin-top: 2vw;
  }
}
#jm-item-ranking .jm-item-ranking-body {
  padding: 50px 0 0;
}
@media screen and (max-width: 1080px) {
  #jm-item-ranking .jm-item-ranking-body {
    padding: 5vw 0 0;
  }
}
#jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat01 {
  display: flex;
  justify-content: space-between;
  align-items: start;
  border: solid #b44b55 1px;
  margin: 0 0 30px;
  padding: 18px 28px 24px 12px;
}
@media screen and (max-width: 1080px) {
  #jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat01 {
    border: solid #b44b55 0.1vw;
    margin: 0 0 3vw;
    padding: 1.8vw 2.8vw 2.4vw 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat01 {
    border: solid #b44b55 0.1302083333vw;
    margin: 0 0 3.90625vw;
    padding: 2.34375vw 3.6458333333vw 3.125vw 1.5625vw;
  }
}
#jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat01 .jm-item-ranking-cat__title:before {
  content: "";
  position: absolute;
  width: 112.5px;
  height: 129px;
  top: -45px;
  left: 0;
  background: url(../img/cat-deco03.png.webp) no-repeat center/contain;
}
@media screen and (max-width: 1080px) {
  #jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat01 .jm-item-ranking-cat__title:before {
    width: 11.25vw;
    height: 12.9vw;
    top: -4.5vw;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat01 .jm-item-ranking-cat__title:before {
    width: 14.6484375vw;
    height: 16.796875vw;
    top: -5.859375vw;
    left: 0;
  }
}
#jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat01 .jm-item-ranking-cat__list .jm-item-ranking-cat__item .more {
  background-color: #d9a5aa;
}
#jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat02 {
  display: flex;
  justify-content: space-between;
  align-items: start;
  border: solid #329b9b 1px;
  padding: 18px 28px 48px 12px;
}
@media screen and (max-width: 1080px) {
  #jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat02 {
    border: solid #329b9b 0.1vw;
    padding: 1.8vw 2.8vw 4.8vw 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat02 {
    border: solid #329b9b 0.1302083333vw;
    padding: 2.34375vw 3.6458333333vw 6.25vw 1.5625vw;
  }
}
#jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat02 .jm-item-ranking-cat__title:before {
  content: "";
  position: absolute;
  width: 117px;
  height: 127.5px;
  top: -50px;
  left: -5px;
  background: url(../img/cat-deco04.png.webp) no-repeat center/contain;
}
@media screen and (max-width: 1080px) {
  #jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat02 .jm-item-ranking-cat__title:before {
    width: 11.7vw;
    height: 12.75vw;
    top: -5vw;
    left: -0.5vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat02 .jm-item-ranking-cat__title:before {
    width: 15.234375vw;
    height: 16.6015625vw;
    top: -6.5104166667vw;
    left: -0.6510416667vw;
  }
}
#jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat02 .jm-item-ranking-cat__list .jm-item-ranking-cat__item .more {
  background-color: #98cdcd;
}
#jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__title {
  position: relative;
  width: 112px;
  margin: 95px 0 0;
}
@media screen and (max-width: 1080px) {
  #jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__title {
    width: 11.2vw;
    margin: 9.5vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__title {
    width: 14.5833333333vw;
    margin: 12.3697916667vw 0 0;
  }
}
#jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__title h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  #jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__title h3 {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__title h3 {
    font-size: 2.8645833333vw;
  }
}
#jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__list {
  width: 590px;
  position: relative;
  padding: 0 0 0 98px;
  overflow-x: hidden;
}
@media screen and (max-width: 1080px) {
  #jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__list {
    width: 55vw;
    padding: 0 0 0 4vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__list {
    width: 71.6145833333vw;
    padding: 0 0 0 5.2083333333vw;
  }
}
#jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__list:after {
  content: "";
  width: 40px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1080px) {
  #jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__list:after {
    width: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__list:after {
    width: 5.2083333333vw;
  }
}
#jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__list .slick-list {
  overflow: visible;
}
#jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__list .jm-item-ranking-cat__item {
  width: 240px;
  margin: 0 74px 0 0;
}
@media screen and (max-width: 1080px) {
  #jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__list .jm-item-ranking-cat__item {
    width: 20vw;
    margin: 0 4vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__list .jm-item-ranking-cat__item {
    width: 26.0416666667vw;
    margin: 0 5.2083333333vw 0 0;
  }
}
#jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__list .jm-item-ranking-cat__item a {
  padding: 20px 0 0;
  display: block;
  position: relative;
}
@media screen and (max-width: 1080px) {
  #jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__list .jm-item-ranking-cat__item a {
    padding: 2vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__list .jm-item-ranking-cat__item a {
    padding: 2.6041666667vw 0 0;
  }
}
#jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__list .jm-item-ranking-cat__item a:after {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 64px;
  top: 0;
  left: -70px;
}
@media screen and (max-width: 1080px) {
  #jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__list .jm-item-ranking-cat__item a:after {
    width: 8vw;
    height: 8.4vw;
    top: 0;
    left: -2vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__list .jm-item-ranking-cat__item a:after {
    width: 10.4166666667vw;
    height: 10.9375vw;
    top: 0;
    left: -2.6041666667vw;
  }
}
#jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__list .jm-item-ranking-cat__item:nth-child(2) a:after, #jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__list .jm-item-ranking-cat__item:nth-child(5) a:after {
  background-image: url(../img/rank01.png);
}
#jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__list .jm-item-ranking-cat__item:nth-child(3) a:after, #jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__list .jm-item-ranking-cat__item:nth-child(6) a:after {
  background-image: url(../img/rank02.png);
}
#jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__list .jm-item-ranking-cat__item:nth-child(1) a:after, #jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__list .jm-item-ranking-cat__item:nth-child(4) a:after, #jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__list .jm-item-ranking-cat__item:nth-child(7) a:after {
  background-image: url(../img/rank03.png);
}
#jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__list .jm-item-ranking-cat__item figure {
  width: 100%;
  height: 180px;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  #jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__list .jm-item-ranking-cat__item figure {
    height: 14.5vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__list .jm-item-ranking-cat__item figure {
    height: 18.8802083333vw;
  }
}
#jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__list .jm-item-ranking-cat__item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__list .jm-item-ranking-cat__item .more {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding: 2px 0;
  text-align: center;
  margin: 0 0 10px;
}
@media screen and (max-width: 1080px) {
  #jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__list .jm-item-ranking-cat__item .more {
    font-size: 1.2vw;
    padding: 0.2vw 0;
    margin: 0 0 1vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__list .jm-item-ranking-cat__item .more {
    font-size: 1.5625vw;
    padding: 0.2604166667vw 0;
    margin: 0 0 1.3020833333vw;
  }
}
#jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__list .jm-item-ranking-cat__item .more span {
  display: inline-block;
  padding: 0 12px 0 0;
  background: url(../img/detail-arrow.svg) no-repeat center right/6px auto;
}
@media screen and (max-width: 1080px) {
  #jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__list .jm-item-ranking-cat__item .more span {
    padding: 0 1.2vw 0 0;
    background: url(../img/detail-arrow.svg) no-repeat center right/0.6vw auto;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__list .jm-item-ranking-cat__item .more span {
    padding: 0 1.5625vw 0 0;
    background: url(../img/detail-arrow.svg) no-repeat center right/0.78125vw auto;
  }
}
#jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__list .jm-item-ranking-cat__item p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  margin: 0 0 10px;
  min-height: 2.5em;
  display: flex;
  align-items: center;
  word-break: break-all;
}
@media screen and (max-width: 1080px) {
  #jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__list .jm-item-ranking-cat__item p {
    font-size: 1.6vw;
    margin: 0 0 1vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__list .jm-item-ranking-cat__item p {
    font-size: 2.0833333333vw;
    margin: 0 0 1.3020833333vw;
  }
}
#jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__list .jm-item-ranking-cat__item h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  word-break: break-all;
}
@media screen and (max-width: 1080px) {
  #jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__list .jm-item-ranking-cat__item h4 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__list .jm-item-ranking-cat__item h4 {
    font-size: 3.125vw;
  }
}
#jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__list .slick-arrow {
  width: 20px;
  height: 37.5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 9;
  top: auto;
  bottom: 55px;
  transform: translate(0, 0);
}
@media screen and (max-width: 1080px) {
  #jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__list .slick-arrow {
    width: 2vw;
    height: 3.75vw;
    bottom: 5.5vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__list .slick-arrow {
    width: 2.6041666667vw;
    height: 4.8828125vw;
    bottom: 7.1614583333vw;
  }
}
#jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__list .slick-arrow.slick-prev {
  background-image: url(../img/slide-arrow-left2.svg);
  left: 0;
}
#jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__list .slick-arrow.slick-next {
  background-image: url(../img/slide-arrow-right2.svg);
  right: 0;
}
#jm-item-ranking .jm-item-ranking-body .jm-item-ranking-cat__list .slick-arrow:before {
  content: none;
}

#jm-item-point {
  padding: 100px 0 0;
}
@media screen and (max-width: 1080px) {
  #jm-item-point {
    padding: 10vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-point {
    padding: 13.0208333333vw 0 0;
  }
}
#jm-item-point .jm-item-point-title {
  background-color: #8c0037;
  padding: 10px 0;
  margin: 0 0 0px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  #jm-item-point .jm-item-point-title {
    padding: 1vw 0;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-point .jm-item-point-title {
    padding: 1.3020833333vw 0;
  }
}
#jm-item-point .jm-item-point-title h2 {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 34px;
  padding: 0 0 0 135px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  #jm-item-point .jm-item-point-title h2 {
    font-size: 3.4vw;
    padding: 0 0 0 13.5vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-point .jm-item-point-title h2 {
    font-size: 4.4270833333vw;
    padding: 0 0 0 17.578125vw;
  }
}
#jm-item-point .jm-item-point-title h2:before {
  content: "";
  background: url(../img/point.png.webp) no-repeat center/contain;
  width: 137.5px;
  height: 137.5px;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -68.75px 0 0;
}
@media screen and (max-width: 1080px) {
  #jm-item-point .jm-item-point-title h2:before {
    width: 13.75vw;
    height: 13.75vw;
    margin: -6.875vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-point .jm-item-point-title h2:before {
    width: 17.9036458333vw;
    height: 17.9036458333vw;
    margin: -8.9518229167vw 0 0;
  }
}

#jm-item-about {
  padding: 100px 0 0;
}
@media screen and (max-width: 1080px) {
  #jm-item-about {
    padding: 10vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-about {
    padding: 13.0208333333vw 0 0;
  }
}
#jm-item-about .jm-item-about-title {
  background: #8c0037 url(../img/gradient-bg.png) no-repeat center/cover;
  padding: 10px 0;
  margin: 0 0 40px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  #jm-item-about .jm-item-about-title {
    padding: 1vw 0;
    margin: 0 0 4vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-about .jm-item-about-title {
    padding: 1.3020833333vw 0;
    margin: 0 0 5.2083333333vw;
  }
}
#jm-item-about .jm-item-about-title h2 {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 34px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  #jm-item-about .jm-item-about-title h2 {
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-about .jm-item-about-title h2 {
    font-size: 4.4270833333vw;
  }
}
#jm-item-about .jm-item-about-body {
  padding: 0 80px 20px;
}
@media screen and (max-width: 1080px) {
  #jm-item-about .jm-item-about-body {
    padding: 0 8vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-about .jm-item-about-body {
    padding: 0;
  }
}
#jm-item-about .jm-item-about-body h3 {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 1080px) {
  #jm-item-about .jm-item-about-body h3 {
    font-size: 1.8vw;
    margin: 0 0 2vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-about .jm-item-about-body h3 {
    font-size: 3.3854166667vw;
    margin: 0 0 2.6041666667vw;
  }
}
@media screen and (max-width: 1080px) {
  #jm-item-about .jm-item-about-body figure {
    margin: 0 0 3vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-about .jm-item-about-body figure {
    margin: 0 0 3.90625vw;
  }
}
#jm-item-about .jm-item-about-body-inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
@media screen and (max-width: 1080px) {
  #jm-item-about .jm-item-about-body-inner {
    flex-wrap: nowrap;
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-about .jm-item-about-body-inner {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
#jm-item-about .jm-item-about-body-inner figure {
  width: 40%;
  background-image: url(../img/top-about-img01.png.webp);
  background-size: cover;
  background-position-x: -34px;
}
@media screen and (max-width: 1080px) {
  #jm-item-about .jm-item-about-body-inner figure {
    width: 40%;
  }
}
@media (min-width: 769px) and (max-width: 820px) {
  #jm-item-about .jm-item-about-body-inner figure {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-about .jm-item-about-body-inner figure {
    width: 100%;
    height: 80vw;
  }
}
#jm-item-about .jm-item-about-body-inner .voice {
  min-height: 300px;
  padding: 30px 180px 30px 30px;
  border: solid #076baf 1px;
  background: url(../img/top-about-img02.png.webp) no-repeat right bottom/339px auto;
}
@media screen and (max-width: 1080px) {
  #jm-item-about .jm-item-about-body-inner .voice {
    border: solid #076baf 0.1vw;
    background: url(../img/top-about-img02.png.webp) no-repeat right bottom/33.9vw auto;
    width: 100%;
    min-height: 300px;
  }
}
@media (min-width: 769px) and (max-width: 820px) {
  #jm-item-about .jm-item-about-body-inner .voice {
    padding: 3.2552083333vw 13.0208333333vw 4.5572916667vw 2.6041666667vw;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-about .jm-item-about-body-inner .voice {
    padding: 3.2552083333vw 20.5729166667vw 4.5572916667vw 2.6041666667vw;
    border: solid #076baf 0.1302083333vw;
    background: url(../img/top-about-img02.png.webp) no-repeat right bottom/57.2916666667vw auto;
    width: 100%;
    min-height: 50vw;
  }
}
#jm-item-about .jm-item-about-body-inner .voice p {
  color: #076baf;
  margin: 0 0 30px;
  line-height: 1.8;
  font-size: 18px;
}
@media screen and (max-width: 1080px) {
  #jm-item-about .jm-item-about-body-inner .voice p {
    margin: 0 0 3vw;
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-about .jm-item-about-body-inner .voice p {
    margin: 0 0 3.90625vw;
    font-size: 3.515625vw;
    line-height: 1.6;
  }
}
#jm-item-about .jm-item-about-body-inner .voice .prof {
  font-size: 18px;
  line-height: 1.8;
  color: #076baf;
}
@media screen and (max-width: 1080px) {
  #jm-item-about .jm-item-about-body-inner .voice .prof {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-about .jm-item-about-body-inner .voice .prof {
    font-size: 3.125vw;
  }
}
#jm-item-about .jm-item-about-toVoice {
  text-align: center;
  margin-bottom: 30px;
}
#jm-item-about .jm-btn {
  padding: 30px 0 0;
}
@media screen and (max-width: 1080px) {
  #jm-item-about .jm-btn {
    padding: 3vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-about .jm-btn {
    padding: 3.90625vw 0 0;
  }
}

#jm-item-instagram {
  padding: 100px 0 0;
}
@media screen and (max-width: 1080px) {
  #jm-item-instagram {
    padding: 10vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-instagram {
    padding: 13.0208333333vw 0 0;
  }
}
#jm-item-instagram .jm-item-instagram-title {
  text-align: center;
  margin: 0 0 40px;
}
@media screen and (max-width: 1080px) {
  #jm-item-instagram .jm-item-instagram-title {
    margin: 0 0 4vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-instagram .jm-item-instagram-title {
    margin: 0 0 5.2083333333vw;
  }
}
#jm-item-instagram .jm-item-instagram-title h2 {
  display: inline-block;
  background: url(../img/tit-instagram.svg) no-repeat center/contain;
  width: 258.5px;
  height: 44.6px;
}
@media screen and (max-width: 1080px) {
  #jm-item-instagram .jm-item-instagram-title h2 {
    width: 25.85vw;
    height: 4.46vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-instagram .jm-item-instagram-title h2 {
    width: 33.6588541667vw;
    height: 5.8072916667vw;
  }
}

#jm-item-news {
  padding: 100px 0 0;
}
@media screen and (max-width: 1080px) {
  #jm-item-news {
    padding: 10vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-news {
    padding: 13.0208333333vw 0 0;
  }
}
#jm-item-news .jm-item-news-title {
  text-align: center;
  margin: 0 0 20px;
}
@media screen and (max-width: 1080px) {
  #jm-item-news .jm-item-news-title {
    margin: 0 0 2vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-news .jm-item-news-title {
    margin: 0 0 2.6041666667vw;
  }
}
#jm-item-news .jm-item-news-title h2 {
  font-size: 45px;
  letter-spacing: 0.05em;
  display: inline-block;
  padding: 0 0 0 52px;
  line-height: 1.5;
  background: url(../img/icon-news.svg) no-repeat center left/37px auto;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1080px) {
  #jm-item-news .jm-item-news-title h2 {
    font-size: 4.5vw;
    padding: 0 0 0 5.2vw;
    background: url(../img/icon-news.svg) no-repeat center left/3.7vw auto;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-news .jm-item-news-title h2 {
    font-size: 7.1614583333vw;
    padding: 0 0 0 7.421875vw;
    background: url(../img/icon-news.svg) no-repeat center left/5.859375vw auto;
  }
}
#jm-item-news .jm-item-news-body table th {
  text-align: right;
  vertical-align: top;
  padding: 20px;
  font-size: 18px;
  border-bottom: solid #999 1px;
  width: 30%;
}
@media screen and (max-width: 1080px) {
  #jm-item-news .jm-item-news-body table th {
    padding: 2vw;
    font-size: 1.8vw;
    border-bottom: solid #999 0.1vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-news .jm-item-news-body table th {
    padding: 2.6041666667vw;
    font-size: 3.90625vw;
    border-bottom: solid #999 0.1302083333vw;
  }
}
#jm-item-news .jm-item-news-body table td {
  text-align: left;
  vertical-align: top;
  padding: 20px 20px 20px 0;
  font-size: 18px;
  border-bottom: solid #999 1px;
}
@media screen and (max-width: 1080px) {
  #jm-item-news .jm-item-news-body table td {
    padding: 2vw 2vw 2vw 0;
    font-size: 1.8vw;
    border-bottom: solid #999 0.1vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-news .jm-item-news-body table td {
    padding: 2.6041666667vw 2.6041666667vw 2.6041666667vw 0;
    font-size: 3.90625vw;
    border-bottom: solid #999 0.1302083333vw;
  }
}
#jm-item-news .jm-item-news-body table td a {
  color: #e1503c;
  text-decoration: underline;
}
#jm-item-news .jm-item-news-body table td a:hover {
  text-decoration: none;
}

#jm-item-store {
  padding: 140px 0 0;
}
@media screen and (max-width: 1080px) {
  #jm-item-store {
    padding: 14vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-store {
    padding: 18.2291666667vw 0 0;
  }
}
#jm-item-store .jm-item-store-title {
  background: #8c0037 url(../img/gradient-bg.png) no-repeat center/cover;
  padding: 10px 0;
  margin: 0 0 40px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  #jm-item-store .jm-item-store-title {
    padding: 1vw 0;
    margin: 0 0 4vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-store .jm-item-store-title {
    padding: 1.3020833333vw 0;
    margin: 0 0 5.2083333333vw;
  }
}
#jm-item-store .jm-item-store-title h2 {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 34px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  #jm-item-store .jm-item-store-title h2 {
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-store .jm-item-store-title h2 {
    font-size: 6.5104166667vw;
  }
}
#jm-item-store .jm-item-store-body h3 {
  color: #8c0037;
  font-size: 20px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  #jm-item-store .jm-item-store-body h3 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-store .jm-item-store-body h3 {
    font-size: 5.7291666667vw;
  }
}
#jm-item-store .jm-item-store-body .jm-item-store-list {
  padding: 40px 0 0;
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px;
}
@media screen and (max-width: 1080px) {
  #jm-item-store .jm-item-store-body .jm-item-store-list {
    padding: 4vw 0 0;
    margin: 0 0 4vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-store .jm-item-store-body .jm-item-store-list {
    padding: 5.2083333333vw 0 0;
    margin: 0 0 5.2083333333vw;
    display: block;
  }
}
#jm-item-store .jm-item-store-body .jm-item-store-list dl {
  margin: 0 0 40px;
}
@media screen and (max-width: 1080px) {
  #jm-item-store .jm-item-store-body .jm-item-store-list dl {
    margin: 0 0 4vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-store .jm-item-store-body .jm-item-store-list dl {
    margin: 0 0 5.2083333333vw;
    font-size: 0;
  }
}
#jm-item-store .jm-item-store-body .jm-item-store-list dl dt {
  font-size: 22px;
  color: #8c0037;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 0 10px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1080px) {
  #jm-item-store .jm-item-store-body .jm-item-store-list dl dt {
    font-size: 2.2vw;
    margin: 0 0 1vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-store .jm-item-store-body .jm-item-store-list dl dt {
    font-size: 5.7291666667vw;
    margin: 0 0 1.3020833333vw;
  }
}
#jm-item-store .jm-item-store-body .jm-item-store-list dl dd {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 0 10px;
}
@media screen and (max-width: 1080px) {
  #jm-item-store .jm-item-store-body .jm-item-store-list dl dd {
    font-size: 1.8vw;
    margin: 0 0 1vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-store .jm-item-store-body .jm-item-store-list dl dd {
    font-size: 4.9479166667vw;
    margin: 0 0 1.3020833333vw;
    display: inline-block;
    width: 50%;
  }
}
#jm-item-store .jm-item-store-body .jm-item-store-list2 {
  padding: 20px 0 0;
}
@media screen and (max-width: 1080px) {
  #jm-item-store .jm-item-store-body .jm-item-store-list2 {
    padding: 2vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-store .jm-item-store-body .jm-item-store-list2 {
    padding: 2.6041666667vw 0 0;
  }
}
#jm-item-store .jm-item-store-body .jm-item-store-list2 ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #jm-item-store .jm-item-store-body .jm-item-store-list2 ul {
    display: block;
  }
}
#jm-item-store .jm-item-store-body .jm-item-store-list2 ul li {
  width: 225px;
  margin: 0 22.5px 30px 0;
}
@media screen and (max-width: 1080px) {
  #jm-item-store .jm-item-store-body .jm-item-store-list2 ul li {
    width: 22vw;
    margin: 0 2vw 3vw 0;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-store .jm-item-store-body .jm-item-store-list2 ul li {
    width: auto;
    margin: 0 0 3.90625vw 0;
  }
}
#jm-item-store .jm-item-store-body .jm-item-store-list2 ul li img {
  width: auto;
  height: 14.8px;
  display: block;
}
@media screen and (max-width: 1080px) {
  #jm-item-store .jm-item-store-body .jm-item-store-list2 ul li img {
    height: 1.48vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-store .jm-item-store-body .jm-item-store-list2 ul li img {
    height: 5.5989583333vw;
  }
}
#jm-item-store .jm-item-store-body .jm-item-store-list2 ul li:nth-child(3n) {
  margin: 0 0 30px;
}
@media screen and (max-width: 1080px) {
  #jm-item-store .jm-item-store-body .jm-item-store-list2 ul li:nth-child(3n) {
    margin: 0 0 3vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-store .jm-item-store-body .jm-item-store-list2 ul li:nth-child(3n) {
    margin: 0 0 3.90625vw;
  }
}
#jm-item-store .jm-item-store-body .jm-item-store-list2 ul li a {
  display: flex;
  background-color: #8c0037;
  width: 100%;
  height: 83px;
  align-items: center;
  justify-content: center;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 1080px) {
  #jm-item-store .jm-item-store-body .jm-item-store-list2 ul li a {
    height: 8.3vw;
    border-radius: 0.8vw 0.8vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #jm-item-store .jm-item-store-body .jm-item-store-list2 ul li a {
    height: 22.3958333333vw;
    border-radius: 3.125vw 3.125vw 0 0;
  }
}

#breadcrumbs {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
}
@media screen and (max-width: 1080px) {
  #breadcrumbs {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #breadcrumbs {
    font-size: 3.90625vw;
  }
}
#breadcrumbs .breadcrumbs-list {
  padding: 20px 0 15px;
  border-bottom: solid #000 1px;
}
@media screen and (max-width: 1080px) {
  #breadcrumbs .breadcrumbs-list {
    padding: 2vw 0 1.5vw;
    border-bottom: solid #000 0.1vw;
  }
}
@media screen and (max-width: 768px) {
  #breadcrumbs .breadcrumbs-list {
    padding: 2.6041666667vw 0 1.953125vw;
    border-bottom: solid #000 0.1302083333vw;
  }
}
#breadcrumbs .breadcrumbs-list > span {
  display: inline-block;
  margin: 0 0.5em 0 0;
}
#breadcrumbs a {
  display: inline-block;
}
#breadcrumbs i {
  display: inline-block;
  background: url(../img/tag-sep.svg) no-repeat center/contain;
  width: 6px;
  height: 12px;
  margin: 0 0.5em 0 0;
}
@media screen and (max-width: 1080px) {
  #breadcrumbs i {
    width: 0.6vw;
    height: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #breadcrumbs i {
    width: 1.171875vw;
    height: 3.515625vw;
  }
}

#jm-side-menu {
  position: absolute;
  width: 200px;
  top: 20px;
  left: calc((100vw - 1000px) / 2);
  transition: 0.3s ease;
}
@media screen and (max-width: 1080px) {
  #jm-side-menu {
    width: 20vw;
    top: 2vw;
    left: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-side-menu {
    display: none;
  }
}
#jm-side-menu .jm-side-menu-wrap {
  padding: 20px 20px 1px;
  border: solid #000 1px;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1080px) {
  #jm-side-menu .jm-side-menu-wrap {
    padding: 2vw 2vw 0.1vw;
    border: solid #000 0.1vw;
  }
}
#jm-side-menu .jm-side-menu-bnr {
  margin: 0 0 10px;
}
@media screen and (max-width: 1080px) {
  #jm-side-menu .jm-side-menu-bnr {
    margin: 0 0 1vw;
  }
}
#jm-side-menu .jm-side-menu-bnr li {
  margin: 0 0 6px;
}
@media screen and (max-width: 1080px) {
  #jm-side-menu .jm-side-menu-bnr li {
    margin: 0 0 0.6vw;
  }
}
#jm-side-menu .jm-side-menu-bnr li a {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  letter-spacing: -0.025em;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  #jm-side-menu .jm-side-menu-bnr li a {
    height: 6vw;
  }
}
#jm-side-menu .jm-side-menu-bnr li a span {
  font-weight: bold;
}
#jm-side-menu .jm-side-menu-bnr li a strong {
  font-weight: bold;
  font-size: 23px;
}
@media screen and (max-width: 1080px) {
  #jm-side-menu .jm-side-menu-bnr li a strong {
    font-size: 2.3vw;
  }
}
#jm-side-menu .jm-side-menu-bnr li.jm-side-menu-bnr__new a {
  background-color: #01608c;
}
#jm-side-menu .jm-side-menu-bnr li.jm-side-menu-bnr__sale a {
  background-color: #9d2655;
}
#jm-side-menu dl {
  margin: 0 0 20px;
}
@media screen and (max-width: 1080px) {
  #jm-side-menu dl {
    margin: 0 0 2vw;
  }
}
#jm-side-menu dl dt {
  margin: 0 0 10px;
}
@media screen and (max-width: 1080px) {
  #jm-side-menu dl dt {
    margin: 0 0 1vw;
  }
}
#jm-side-menu dl dt a {
  display: block;
  font-size: 13px;
  background-color: #9d2655;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 5px 0;
}
@media screen and (max-width: 1080px) {
  #jm-side-menu dl dt a {
    font-size: 1.3vw;
    padding: 0.5vw 0;
  }
}
#jm-side-menu dl dd {
  margin: 0 0 5px;
}
@media screen and (max-width: 1080px) {
  #jm-side-menu dl dd {
    margin: 0 0 0.5vw;
  }
}
#jm-side-menu dl dd a {
  display: block;
  font-size: 13px;
  padding: 0 0 0 20px;
  background: url(../img/side-arrow.svg) no-repeat top 3px left/15px auto;
}
@media screen and (max-width: 1080px) {
  #jm-side-menu dl dd a {
    font-size: 1.3vw;
    padding: 0 0 0 2vw;
    background: url(../img/side-arrow.svg) no-repeat top 0.3vw left/1.5vw auto;
  }
}
#jm-side-menu dl.jm-side-menu-app dt a span {
  display: inline-block;
  padding: 5px 0 5px 30px;
  background: url(../img/icon-app.png) no-repeat center left/24px auto;
}
@media screen and (max-width: 1080px) {
  #jm-side-menu dl.jm-side-menu-app dt a span {
    padding: 0.5vw 0 0.5vw 3vw;
    background: url(../img/icon-app.png) no-repeat center left/2.4vw auto;
  }
}
#jm-side-menu dl.jm-side-menu-sns dd i {
  margin: 0 0.5em 0 0;
}
#jm-side-menu dl.jm-side-menu-sns dd i img {
  width: 27px;
  height: auto;
  vertical-align: middle;
}
@media screen and (max-width: 1080px) {
  #jm-side-menu dl.jm-side-menu-sns dd i img {
    width: 2vw;
  }
}
#jm-side-menu dl.jm-side-menu-sns dd a {
  font-size: 15px;
}

#jm-catgory-header {
  position: relative;
}
#jm-catgory-header .inner {
  padding: 0 30px;
}
@media screen and (max-width: 1080px) {
  #jm-catgory-header .inner {
    padding: 0;
  }
}
#jm-catgory-header .jm-catgory-header__text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 482px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  #jm-catgory-header .jm-catgory-header__text {
    height: 48.2vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-catgory-header .jm-catgory-header__text {
    height: 62.7604166667vw;
    align-items: center;
  }
}
#jm-catgory-header .jm-catgory-header__text .jm-catgory-header__text-wrap {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #jm-catgory-header .jm-catgory-header__text .jm-catgory-header__text-wrap {
    padding: 0 0 4.5572916667vw;
  }
}
#jm-catgory-header .jm-catgory-header__text .jm-catgory-header__text-wrap h2 {
  font-size: 90px;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-shadow: 3px 3px 4px black;
}
@media screen and (max-width: 1080px) {
  #jm-catgory-header .jm-catgory-header__text .jm-catgory-header__text-wrap h2 {
    font-size: 9vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-catgory-header .jm-catgory-header__text .jm-catgory-header__text-wrap h2 {
    font-size: 12.7604166667vw;
  }
}
#jm-catgory-header .jm-catgory-header__text .jm-catgory-header__text-wrap small {
  font-size: 16px;
  letter-spacing: 0.15em;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  #jm-catgory-header .jm-catgory-header__text .jm-catgory-header__text-wrap small {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-catgory-header .jm-catgory-header__text .jm-catgory-header__text-wrap small {
    font-size: 3.125vw;
  }
}
#jm-catgory-header .jm-catgory-header__bg {
  position: relative;
  z-index: 1;
}
#jm-catgory-header .jm-catgory-header__bg figure {
  width: 100%;
  height: 482px;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  #jm-catgory-header .jm-catgory-header__bg figure {
    height: 48.2vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-catgory-header .jm-catgory-header__bg figure {
    height: 62.7604166667vw;
  }
}
#jm-catgory-header .jm-catgory-header__bg figure video,
#jm-catgory-header .jm-catgory-header__bg figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#tax-item-list {
  padding: 65px 0 40px;
}
@media screen and (max-width: 1080px) {
  #tax-item-list {
    padding: 6.5vw 0 4vw;
  }
}
@media screen and (max-width: 768px) {
  #tax-item-list {
    padding: 6.5104166667vw 0 6.5104166667vw;
  }
}
#tax-item-list .tax-item-list-wrap {
  padding: 0 30px;
}
@media screen and (max-width: 1080px) {
  #tax-item-list .tax-item-list-wrap {
    padding: 0;
  }
}
#tax-item-list .tax-item-list-wrap ul {
  display: flex;
  flex-wrap: wrap;
}
#tax-item-list .tax-item-list-wrap ul li {
  width: 298px;
  margin: 0 23px 36px 0;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
@media screen and (max-width: 1080px) {
  #tax-item-list .tax-item-list-wrap ul li {
    width: 29.8vw;
    margin: 0 2.2vw 3.6vw 0;
  }
}
@media screen and (max-width: 768px) {
  #tax-item-list .tax-item-list-wrap ul li {
    width: 48%;
    margin: 0 4% 11.0677083333vw 0;
  }
}
#tax-item-list .tax-item-list-wrap ul li:nth-child(3n) {
  margin: 0 0 36px;
}
@media screen and (max-width: 1080px) {
  #tax-item-list .tax-item-list-wrap ul li:nth-child(3n) {
    margin: 0 0 3.6vw;
  }
}
@media screen and (max-width: 768px) {
  #tax-item-list .tax-item-list-wrap ul li:nth-child(3n) {
    margin: 0 4% 11.0677083333vw 0;
  }
}
@media screen and (max-width: 768px) {
  #tax-item-list .tax-item-list-wrap ul li:nth-child(2n) {
    margin: 0 0 11.0677083333vw 0;
  }
}
#tax-item-list .tax-item-list-wrap ul li figure {
  width: 100%;
  height: 315px;
  overflow: hidden;
  margin: 0 0 10px;
}
@media screen and (max-width: 1080px) {
  #tax-item-list .tax-item-list-wrap ul li figure {
    height: 31.5vw;
    margin: 0 0 1vw;
  }
}
@media screen and (max-width: 768px) {
  #tax-item-list .tax-item-list-wrap ul li figure {
    height: 48.1770833333vw;
    margin: 0 0 1.3020833333vw;
  }
}
#tax-item-list .tax-item-list-wrap ul li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#tax-item-list .tax-item-list-wrap ul li h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 6px;
}
@media screen and (max-width: 1080px) {
  #tax-item-list .tax-item-list-wrap ul li h3 {
    font-size: 2.2vw;
    margin: 0 0 0.6vw;
  }
}
@media screen and (max-width: 768px) {
  #tax-item-list .tax-item-list-wrap ul li h3 {
    font-size: 4.5572916667vw;
    margin: 0 0 0.78125vw;
  }
}
#tax-item-list .tax-item-list-wrap ul li .tax-item-list-meta {
  display: flex;
  flex-wrap: wrap;
}
#tax-item-list .tax-item-list-wrap ul li .tax-item-list-meta .tax-item-list-price {
  width: 50%;
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1080px) {
  #tax-item-list .tax-item-list-wrap ul li .tax-item-list-meta .tax-item-list-price {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 768px) {
  #tax-item-list .tax-item-list-wrap ul li .tax-item-list-meta .tax-item-list-price {
    font-size: 5.7291666667vw;
  }
}
#tax-item-list .tax-item-list-wrap ul li .tax-item-list-meta .tax-item-list-price del {
  display: inline-block;
  margin: 0 0 10px;
}
@media screen and (max-width: 1080px) {
  #tax-item-list .tax-item-list-wrap ul li .tax-item-list-meta .tax-item-list-price del {
    margin: 0 0 1vw;
  }
}
@media screen and (max-width: 768px) {
  #tax-item-list .tax-item-list-wrap ul li .tax-item-list-meta .tax-item-list-price del {
    margin: 0 0 1.3020833333vw;
  }
}
#tax-item-list .tax-item-list-wrap ul li .tax-item-list-meta .tax-item-list-price ins {
  display: inline-block;
  color: #e60012;
}
#tax-item-list .tax-item-list-wrap ul li .tax-item-list-meta .tax-item-list-price strong {
  display: inline-block;
}
#tax-item-list .tax-item-list-wrap ul li .tax-item-list-meta .my__item-count {
  width: 50%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding: 0 0 0 6px;
}
@media screen and (max-width: 1080px) {
  #tax-item-list .tax-item-list-wrap ul li .tax-item-list-meta .my__item-count {
    font-size: 1.8vw;
    padding: 0 0 0 0.6vw;
  }
}
@media screen and (max-width: 768px) {
  #tax-item-list .tax-item-list-wrap ul li .tax-item-list-meta .my__item-count {
    font-size: 4.4270833333vw;
    padding: 0 0 0 0.78125vw;
  }
}
#tax-item-list .tax-item-list-wrap ul li .tax-item-list-meta .my__item-count .my__label_check {
  display: none;
}
#tax-item-list .tax-item-list-wrap ul li .tax-item-list-meta .my__item-count .uk-input {
  max-width: 50px;
  border: solid #231815 1px;
  padding: 2px 5px;
  border-radius: 5px;
  vertical-align: bottom;
  margin: 0 0.25em 0 0;
  font-size: 16px;
}
@media screen and (max-width: 1080px) {
  #tax-item-list .tax-item-list-wrap ul li .tax-item-list-meta .my__item-count .uk-input {
    max-width: 5vw;
    border: solid #231815 0.1vw;
    padding: 0.2vw 0.5vw;
    border-radius: 0.5vw;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #tax-item-list .tax-item-list-wrap ul li .tax-item-list-meta .my__item-count .uk-input {
    max-width: 10.0260416667vw;
    border: solid #231815 0.1302083333vw;
    padding: 0.5208333333vw 1.3020833333vw;
    border-radius: 0.78125vw;
    font-size: 3.125vw;
  }
}
#tax-item-list .tax-item-list-wrap ul li .tax-item-list-meta .my__item-btns {
  width: 100%;
  padding: 15px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  #tax-item-list .tax-item-list-wrap ul li .tax-item-list-meta .my__item-btns {
    padding: 1.5vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #tax-item-list .tax-item-list-wrap ul li .tax-item-list-meta .my__item-btns {
    padding: 3.2552083333vw 0 0;
  }
}
#tax-item-list .tax-item-list-wrap ul li .tax-item-list-meta .my__item-btns button {
  width: 142px;
  height: 36px;
  line-height: 34px;
  border: solid #5e1534 1px;
  background-color: #5e1534;
  color: #fff;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  padding: 0px 4px 1px 4px;
}
@media screen and (max-width: 1080px) {
  #tax-item-list .tax-item-list-wrap ul li .tax-item-list-meta .my__item-btns button {
    width: 14.2vw;
    height: 3.6vw;
    line-height: 3.4vw;
    border: solid #5e1534 0.1vw;
    border-radius: 0.4vw;
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #tax-item-list .tax-item-list-wrap ul li .tax-item-list-meta .my__item-btns button {
    width: 22.1354166667vw;
    height: 7.6822916667vw;
    line-height: 7.1614583333vw;
    border: solid #5e1534 0.1302083333vw;
    border-radius: 0.5208333333vw;
    font-size: 3.3854166667vw;
  }
}
#tax-item-list .tax-item-list-wrap ul li .tax-item-list-meta .my__item-btns a {
  width: 142px;
  height: 36px;
  line-height: 34px;
  border: solid #5e1534 1px;
  background-color: #fff;
  color: #5e1534;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  padding: 0px 4px 1px 4px;
}
@media screen and (max-width: 1080px) {
  #tax-item-list .tax-item-list-wrap ul li .tax-item-list-meta .my__item-btns a {
    width: 14.2vw;
    height: 3.6vw;
    line-height: 3.4vw;
    border: solid #5e1534 0.1vw;
    border-radius: 0.4vw;
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #tax-item-list .tax-item-list-wrap ul li .tax-item-list-meta .my__item-btns a {
    width: 22.1354166667vw;
    height: 7.6822916667vw;
    line-height: 7.1614583333vw;
    border: solid #5e1534 0.1302083333vw;
    border-radius: 0.5208333333vw;
    font-size: 3.3854166667vw;
  }
}
#tax-item-list .tax-item-list-wrap ul li .icon-sale {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  line-height: 1;
  padding: 3px 12px;
  border-radius: 30px;
  border: solid #fff 1px;
  background-color: #e50012;
}
@media screen and (max-width: 1080px) {
  #tax-item-list .tax-item-list-wrap ul li .icon-sale {
    top: 1vw;
    left: 1vw;
    padding: 0.3vw 1.2vw 0.5vw;
    border-radius: 3vw;
    border: solid #fff 0.1vw;
  }
}
@media screen and (max-width: 768px) {
  #tax-item-list .tax-item-list-wrap ul li .icon-sale {
    top: 1.3020833333vw;
    left: 1.3020833333vw;
    padding: 0.390625vw 1.5625vw 0.6510416667vw;
    border-radius: 3.90625vw;
    border: solid #fff 0.1302083333vw;
  }
}
#tax-item-list .tax-item-list-wrap ul li .icon-sale i {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  #tax-item-list .tax-item-list-wrap ul li .icon-sale i {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #tax-item-list .tax-item-list-wrap ul li .icon-sale i {
    font-size: 2.34375vw;
  }
}

#jm-single-header {
  padding: 30px 0 0;
  margin: 0 0 45px;
}
@media screen and (max-width: 1080px) {
  #jm-single-header {
    padding: 3vw 0 0;
    margin: 0 0 4.5vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-header {
    padding: 3.90625vw 0 0;
    margin: 0 0 5.859375vw;
  }
}
#jm-single-header .jm-single-header-wrap {
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  #jm-single-header .jm-single-header-wrap {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-header .jm-single-header-wrap {
    display: block;
  }
}
#jm-single-header .jm-single-header-wrap figure {
  width: 400px;
  height: 424px;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  #jm-single-header .jm-single-header-wrap figure {
    width: 40vw;
    height: 42.4vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-header .jm-single-header-wrap figure {
    width: 50vw;
    height: 52.9vw;
    margin: 0 auto 1.3020833333vw;
  }
}
#jm-single-header .jm-single-header-wrap figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#jm-single-header .jm-single-header-wrap .jm-single-header-info {
  width: 506px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1080px) {
  #jm-single-header .jm-single-header-wrap .jm-single-header-info {
    width: 50.6vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-header .jm-single-header-wrap .jm-single-header-info {
    width: auto;
    padding: 0 3.90625vw;
  }
}
#jm-single-header .jm-single-header-wrap .jm-single-header-info h2 {
  font-size: 30px;
  margin: 0 0 15px;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  #jm-single-header .jm-single-header-wrap .jm-single-header-info h2 {
    font-size: 3vw;
    margin: 0 0 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-header .jm-single-header-wrap .jm-single-header-info h2 {
    text-align: center;
    font-size: 5.46875vw;
    margin: 0 0 1.953125vw;
  }
}
#jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-info__desc {
  margin: 0 0 40px;
}
@media screen and (max-width: 1080px) {
  #jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-info__desc {
    margin: 0 0 4vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-info__desc {
    margin: 0 0 1.953125vw;
  }
}
#jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-info__desc p {
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 1080px) {
  #jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-info__desc p {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-info__desc p {
    font-size: 3.125vw;
  }
}
#jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-meta {
  /*flex-wrap:wrap;*/
  /*flex-direction:row-reverse;*/
}
@media screen and (max-width: 768px) {
  #jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-meta {
    display: block;
  }
}
#jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-meta .jm-single-header-meta__icon {
  width: 258px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1080px) {
  #jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-meta .jm-single-header-meta__icon {
    width: 25.8vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-meta .jm-single-header-meta__icon {
    width: auto;
    text-align: center;
  }
}
#jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-meta .jm-single-header-meta__icon .icon-sale {
  display: inline-block;
  line-height: 1;
  padding: 5px 12px;
  border-radius: 30px;
  background-color: #e50012;
}
@media screen and (max-width: 1080px) {
  #jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-meta .jm-single-header-meta__icon .icon-sale {
    padding: 0.5vw 1.2vw;
    border-radius: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-meta .jm-single-header-meta__icon .icon-sale {
    padding: 0.78125vw 1.8229166667vw;
    border-radius: 3.90625vw;
  }
}
#jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-meta .jm-single-header-meta__icon .icon-sale i {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  #jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-meta .jm-single-header-meta__icon .icon-sale i {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-meta .jm-single-header-meta__icon .icon-sale i {
    font-size: 4.5572916667vw;
  }
}
#jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-meta .jm-single-header-meta__price {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (max-width: 1080px) {
  #jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-meta .jm-single-header-meta__price {
    width: 25.8vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-meta .jm-single-header-meta__price {
    display: block;
    width: auto;
    text-align: center;
    padding: 1.3020833333vw 0 0;
  }
}
#jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-meta .jm-single-header-meta__price .jm-single-header-price {
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1;
  padding: 4px 0 10px;
}
#jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-meta .jm-single-header-meta__price .jm-single-header-price del {
  display: inline-block;
  margin: 0 0 10px;
  font-size: 2.4rem;
}
@media screen and (max-width: 1080px) {
  #jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-meta .jm-single-header-meta__price .jm-single-header-price del {
    margin: 0 0 1vw;
  }
}
#jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-meta .jm-single-header-meta__price .jm-single-header-price del + .zeikomi {
  font-size: 2.4rem;
}
#jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-meta .jm-single-header-meta__price .jm-single-header-price del + .arrow_r {
  display: inline-block;
}
@media screen and (max-width: 1080px) {
  #jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-meta .jm-single-header-meta__price .jm-single-header-price del + .arrow_r {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-meta .jm-single-header-meta__price .jm-single-header-price del + .arrow_r {
    display: none;
  }
}
#jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-meta .jm-single-header-meta__price .jm-single-header-price del + .arrow_r + .arrow_b {
  display: none;
}
@media screen and (max-width: 1080px) {
  #jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-meta .jm-single-header-meta__price .jm-single-header-price del + .arrow_r + .arrow_b {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-meta .jm-single-header-meta__price .jm-single-header-price del + .arrow_r + .arrow_b {
    display: block;
  }
}
#jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-meta .jm-single-header-meta__price .jm-single-header-price ins {
  display: inline-block;
  color: #e60012;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  #jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-meta .jm-single-header-meta__price .jm-single-header-price ins {
    margin: 0 0 2.6041666667vw;
  }
}
#jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-meta .jm-single-header-meta__price .jm-single-header-price ins + .zeikomi {
  color: #e60012;
  font-size: 2.4rem;
}
#jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-meta .jm-single-header-meta__price .jm-single-header-price strong {
  display: inline-block;
}
#jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-meta .jm-single-header-meta__price .my__item-count {
  display: block;
  /*width:50%;*/
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding: 0 0 0 6px;
}
@media screen and (max-width: 1080px) {
  #jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-meta .jm-single-header-meta__price .my__item-count {
    font-size: 1.8vw;
    padding: 0 0 0 0.6vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-meta .jm-single-header-meta__price .my__item-count {
    font-size: 4.4270833333vw;
    padding: 0 0 0 0.78125vw;
  }
}
#jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-meta .jm-single-header-meta__price .my__item-count .uk-input {
  max-width: 50px;
  border: solid #231815 1px;
  padding: 2px 5px;
  border-radius: 5px;
  vertical-align: bottom;
  margin: 0 0.25em 0 0.25em;
  font-size: 16px;
}
@media screen and (max-width: 1080px) {
  #jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-meta .jm-single-header-meta__price .my__item-count .uk-input {
    max-width: 5vw;
    border: solid #231815 0.1vw;
    padding: 0.2vw 0.5vw;
    border-radius: 0.5vw;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-meta .jm-single-header-meta__price .my__item-count .uk-input {
    max-width: 10.0260416667vw;
    border: solid #231815 0.1302083333vw;
    padding: 0.390625vw 0.78125vw;
    border-radius: 1.0416666667vw;
    font-size: 4.4270833333vw;
  }
}
#jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-meta .jm-single-header-meta__price .my__item-btns {
  width: 100%;
  padding: 30px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  #jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-meta .jm-single-header-meta__price .my__item-btns {
    padding: 3vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-meta .jm-single-header-meta__price .my__item-btns {
    padding: 3.90625vw 0 0;
    display: block;
    text-align: center;
  }
}
#jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-meta .jm-single-header-meta__price .my__item-btns button {
  width: 280px;
  height: 50px;
  line-height: 34px;
  border: solid #5e1534 1px;
  background-color: #5e1534;
  color: #fff;
  border-radius: 25px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  #jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-meta .jm-single-header-meta__price .my__item-btns button {
    line-height: 3.4vw;
    border: solid #5e1534 0.1vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-meta .jm-single-header-meta__price .my__item-btns button {
    line-height: 8.7239583333vw;
    border: solid #5e1534 0.1302083333vw;
  }
}
#jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-meta .jm-single-header-meta__price .my__item-btns a {
  display: none;
  width: 142px;
  height: 36px;
  line-height: 34px;
  border: solid #5e1534 1px;
  background-color: #fff;
  color: #5e1534;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  #jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-meta .jm-single-header-meta__price .my__item-btns a {
    width: 14.2vw;
    height: 3.6vw;
    line-height: 3.4vw;
    border: solid #5e1534 0.1vw;
    border-radius: 0.4vw;
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-meta .jm-single-header-meta__price .my__item-btns a {
    width: 48.4375vw;
    height: 9.1145833333vw;
    line-height: 8.7239583333vw;
    border: solid #5e1534 0.1302083333vw;
    border-radius: 0.78125vw;
    font-size: 4.1666666667vw;
  }
}
#jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-meta .variation-wrap {
  display: block;
  width: 100%;
}
#jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-meta select[id^=isVariation_] {
  font-size: 1.5rem;
  width: 96%;
  margin-bottom: 2%;
  padding: 5px;
  display: block;
  align-items: center;
  position: relative;
  border: 1px solid gray;
  -moz-appearance: inherit;
       appearance: inherit;
  -webkit-appearance: auto;
  background-color: inherit;
}
#jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-meta select[id^=isVariation_]::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #535353;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}
#jm-single-header .jm-single-header-wrap .jm-single-header-info .jm-single-header-meta select[id^=isVariation_] select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 230px;
  height: 2.8em;
  padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  background-color: #fff;
  color: #333333;
  font-size: 1em;
  cursor: pointer;
}

#jm-single-contents .jm-single-contents-tabs {
  padding: 0 30px;
}
@media screen and (max-width: 1080px) {
  #jm-single-contents .jm-single-contents-tabs {
    padding: 0;
  }
}
#jm-single-contents .jm-single-contents-tabs .jm-single-contents-tabs__list {
  margin: 0 0 40px;
}
@media screen and (max-width: 1080px) {
  #jm-single-contents .jm-single-contents-tabs .jm-single-contents-tabs__list {
    margin: 0 0 4vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents .jm-single-contents-tabs .jm-single-contents-tabs__list {
    margin: 0 0 5.2083333333vw;
  }
}
#jm-single-contents .jm-single-contents-tabs .jm-single-contents-tabs__list ul {
  display: flex;
}
#jm-single-contents .jm-single-contents-tabs .jm-single-contents-tabs__list ul li {
  width: 33.33%;
  height: 50px;
  position: relative;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(229, 229, 229) 100%);
  border-top: solid #b2b2b2 1px;
  border-bottom: solid #b2b2b2 1px;
  border-left: solid #b2b2b2 1px;
  cursor: pointer;
}
@media screen and (max-width: 1080px) {
  #jm-single-contents .jm-single-contents-tabs .jm-single-contents-tabs__list ul li {
    height: 5vw;
    border-top: solid #b2b2b2 0.1vw;
    border-bottom: solid #b2b2b2 0.1vw;
    border-left: solid #b2b2b2 0.1vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents .jm-single-contents-tabs .jm-single-contents-tabs__list ul li {
    height: 9.1145833333vw;
    border-top: solid #b2b2b2 0.1302083333vw;
    border-bottom: solid #b2b2b2 0.1302083333vw;
    border-left: solid #b2b2b2 0.1302083333vw;
  }
}
#jm-single-contents .jm-single-contents-tabs .jm-single-contents-tabs__list ul li:last-child {
  border-right: solid #b2b2b2 1px;
}
@media screen and (max-width: 1080px) {
  #jm-single-contents .jm-single-contents-tabs .jm-single-contents-tabs__list ul li:last-child {
    border-right: solid #b2b2b2 0.1vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents .jm-single-contents-tabs .jm-single-contents-tabs__list ul li:last-child {
    border-right: solid #b2b2b2 0.1302083333vw;
  }
}
#jm-single-contents .jm-single-contents-tabs .jm-single-contents-tabs__list ul li span {
  display: block;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1080px) {
  #jm-single-contents .jm-single-contents-tabs .jm-single-contents-tabs__list ul li span {
    line-height: 5vw;
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents .jm-single-contents-tabs .jm-single-contents-tabs__list ul li span {
    line-height: 9.1145833333vw;
    font-size: 3.515625vw;
  }
}
#jm-single-contents .jm-single-contents-tabs .jm-single-contents-tabs__list ul li:hover {
  opacity: 0.7;
}
#jm-single-contents .jm-single-contents-tabs .jm-single-contents-tabs__list ul li.active {
  background: #fff;
  border-bottom: solid #fff 1px;
}
@media screen and (max-width: 1080px) {
  #jm-single-contents .jm-single-contents-tabs .jm-single-contents-tabs__list ul li.active {
    border-bottom: solid #fff 0.1vw;
  }
}
#jm-single-contents .jm-single-contents-tabs .jm-single-contents-tabs__list ul li.active:after {
  content: "";
  position: absolute;
  width: 96%;
  height: 3px;
  left: 2%;
  bottom: -2px;
}
@media screen and (max-width: 1080px) {
  #jm-single-contents .jm-single-contents-tabs .jm-single-contents-tabs__list ul li.active:after {
    height: 0.3vw;
    bottom: -0.2vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents .jm-single-contents-tabs .jm-single-contents-tabs__list ul li.active:after {
    height: 0.390625vw;
    bottom: -0.2604166667vw;
  }
}
#jm-single-contents .jm-single-contents-tabs__contents {
  font-family: "Noto Sans JP", sans-serif;
}
#jm-single-contents .jm-single-contents-tabs__contents article {
  display: none;
}
#jm-single-contents .jm-single-contents-tabs__contents article:nth-child(1) {
  display: block;
}
#jm-single-contents .jm-single-contents-tabs__contents article section {
  margin: 0 0 40px;
}
@media screen and (max-width: 1080px) {
  #jm-single-contents .jm-single-contents-tabs__contents article section {
    margin: 0 0 4vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents .jm-single-contents-tabs__contents article section {
    margin: 0 0 5.2083333333vw;
  }
}
#jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__header {
  border-bottom: solid #dbdcdc 4px;
  margin: 0 0 20px;
}
@media screen and (max-width: 1080px) {
  #jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__header {
    border-bottom: solid #dbdcdc 0.4vw;
    margin: 0 0 2vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__header {
    border-bottom: solid #dbdcdc 0.5208333333vw;
    margin: 0 0 2.6041666667vw;
  }
}
#jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__header h3 {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  padding: 2px 20px;
  font-size: 40px;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 1080px) {
  #jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__header h3 {
    padding: 0.2vw 2vw;
    font-size: 4vw;
    border-radius: 1vw 1vw 0 0;
    border-bottom: solid #dbdcdc 0.4vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__header h3 {
    padding: 0.5208333333vw 2.6041666667vw;
    font-size: 5.859375vw;
    border-radius: 1.3020833333vw 1.3020833333vw 0 0;
    border-bottom: solid #dbdcdc 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__header.jm-single-contents-sp_header {
    position: relative;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__header.jm-single-contents-sp_header:after {
    content: "";
    background-image: url(../img/plus_w.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 3.7760416667vw;
    width: 7.8125vw;
    height: 7.8125vw;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 1.953125vw;
    margin: -3.90625vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__header.jm-single-contents-sp_header h3 {
    padding: 1.3020833333vw 3.90625vw;
    font-size: 5.859375vw;
    border-radius: 0;
    border-bottom: none;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__header.jm-single-contents-sp_header.active:after {
    background-image: url(../img/minus_w.svg);
  }
}
#jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__recommend ul {
  display: flex;
  flex-wrap: wrap;
}
#jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__recommend ul li {
  width: 50%;
  position: relative;
  font-size: 31px;
  line-height: 1.6;
  padding: 0 0 0 46px;
  margin: 0 0 4px;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  #jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__recommend ul li {
    font-size: 3.1vw;
    padding: 0 0 0 4.6vw;
    margin: 0 0 0.4vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__recommend ul li {
    width: 100%;
    font-size: 4.5572916667vw;
    padding: 0 0 0 7.2916666667vw;
    margin: 0 0 0.5208333333vw;
  }
}
#jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__recommend ul li i {
  position: absolute;
  top: 7px;
  left: 0;
  line-height: 36px;
  font-style: normal;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  font-size: 34px;
  width: 38px;
  height: 38px;
  color: #fff;
}
@media screen and (max-width: 1080px) {
  #jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__recommend ul li i {
    top: 0.7vw;
    left: 0;
    line-height: 3.6vw;
    font-size: 3.4vw;
    width: 3.8vw;
    height: 3.8vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__recommend ul li i {
    top: 0.9114583333vw;
    left: 0;
    line-height: 5.5989583333vw;
    font-size: 3.90625vw;
    width: 5.9895833333vw;
    height: 5.9895833333vw;
  }
}
#jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__movie .youtube {
  text-align: center;
}
#jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__movie .youtube iframe {
  width: 800px;
  height: 450px;
}
@media screen and (max-width: 1080px) {
  #jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__movie .youtube iframe {
    width: 80vw;
    height: 45vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__movie .youtube iframe {
    width: 100%;
    height: 53.90625vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-sp_body {
    display: none;
  }
}
#jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__featured .featured figure {
  text-align: center;
}
#jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__featured .featured figure img {
  max-width: 100%;
  width: auto;
  height: auto;
}
#jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__details .details table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
}
@media screen and (max-width: 1080px) {
  #jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__details .details table {
    border-spacing: 0.1vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__details .details table {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__details .details table tr,
  #jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__details .details table tbody {
    display: block;
  }
}
#jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__details .details table th {
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  padding: 20px;
  width: 25%;
}
@media screen and (max-width: 1080px) {
  #jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__details .details table th {
    font-size: 1.6vw;
    padding: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__details .details table th {
    display: block;
    width: auto;
    font-size: 4.4270833333vw;
    padding: 1.953125vw;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
}
#jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__details .details table td {
  font-size: 16px;
  text-align: left;
  vertical-align: middle;
  padding: 20px;
  background-color: #fff;
}
@media screen and (max-width: 1080px) {
  #jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__details .details table td {
    font-size: 1.6vw;
    padding: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__details .details table td {
    display: block;
    text-align: center;
    font-size: 2.8645833333vw;
    padding: 1.953125vw;
  }
}
#jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__voice .voice ul li {
  padding: 20px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  #jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__voice .voice ul li {
    padding: 2vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__voice .voice ul li {
    padding: 2.6041666667vw 0 0;
  }
}
#jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__voice .voice ul li figure {
  width: 238px;
}
@media screen and (max-width: 1080px) {
  #jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__voice .voice ul li figure {
    width: 23.8vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__voice .voice ul li figure {
    width: 30.9895833333vw;
  }
}
#jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__voice .voice ul li figure img {
  width: 100%;
  height: auto;
}
#jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__voice .voice ul li .voice-text {
  width: 648px;
}
@media screen and (max-width: 1080px) {
  #jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__voice .voice ul li .voice-text {
    width: 64.8vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__voice .voice ul li .voice-text {
    width: 57.8125vw;
  }
}
#jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__voice .voice ul li .voice-text dl dt {
  font-size: 27px;
}
@media screen and (max-width: 1080px) {
  #jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__voice .voice ul li .voice-text dl dt {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__voice .voice ul li .voice-text dl dt {
    font-size: 4.4270833333vw;
  }
}
#jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__voice .voice ul li .voice-text dl dd {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 1080px) {
  #jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__voice .voice ul li .voice-text dl dd {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents .jm-single-contents-tabs__contents .jm-single-contents-info__voice .voice ul li .voice-text dl dd {
    font-size: 2.8645833333vw;
  }
}
#jm-single-contents .related ul {
  display: flex;
  flex-wrap: wrap;
}
#jm-single-contents .related ul li {
  width: 22%;
  margin: 0 4% 30px 0;
}
@media screen and (max-width: 1080px) {
  #jm-single-contents .related ul li {
    margin: 0 4% 3vw 0;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents .related ul li {
    width: 48%;
    margin: 0 4% 3.90625vw 0;
  }
}
#jm-single-contents .related ul li:nth-child(4n) {
  margin: 0 0 30px;
}
@media screen and (max-width: 1080px) {
  #jm-single-contents .related ul li:nth-child(4n) {
    margin: 0 0 3vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents .related ul li:nth-child(4n) {
    margin: 0 0 3.90625vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents .related ul li:nth-child(2n) {
    margin: 0 0 3.90625vw;
  }
}
#jm-single-contents .related ul li figure {
  width: 100%;
  height: 230px;
  overflow: hidden;
  margin: 0 0 10px;
}
@media screen and (max-width: 1080px) {
  #jm-single-contents .related ul li figure {
    height: 23vw;
    margin: 0 0 1vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents .related ul li figure {
    height: 49.21875vw;
    margin: 0 0 1.953125vw;
  }
}
#jm-single-contents .related ul li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#jm-single-contents .related ul li p {
  font-size: 23px;
}
@media screen and (max-width: 1080px) {
  #jm-single-contents .related ul li p {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents .related ul li p {
    display: none;
  }
}
#jm-single-contents .related ul li .btn {
  padding: 10px 0 0;
}
@media screen and (max-width: 1080px) {
  #jm-single-contents .related ul li .btn {
    padding: 1vw 0 0;
  }
}
#jm-single-contents .related ul li .btn a {
  text-align: center;
  display: inline-block;
  width: 142px;
  height: 36px;
  line-height: 34px;
  border: solid #5e1534 1px;
  background-color: #fff;
  color: #5e1534;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  #jm-single-contents .related ul li .btn a {
    width: 14.2vw;
    height: 3.6vw;
    line-height: 3.4vw;
    border: solid #5e1534 0.1vw;
    border-radius: 0.4vw;
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents .related ul li .btn a {
    width: 22.1354166667vw;
    height: 7.6822916667vw;
    line-height: 7.2916666667vw;
    border: solid #5e1534 0.1302083333vw;
    border-radius: 0.5208333333vw;
    font-size: 3.3854166667vw;
  }
}
#jm-single-contents .faq dl {
  padding: 0 0 60px;
  margin: 0 0 60px;
  border-bottom: solid #dbdcdc 4px;
}
@media screen and (max-width: 1080px) {
  #jm-single-contents .faq dl {
    padding: 0 0 6vw;
    margin: 0 0 6vw;
    border-bottom: solid #dbdcdc 0.4vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents .faq dl {
    padding: 0 0 7.8125vw;
    margin: 0 0 7.8125vw;
    border-bottom: solid #dbdcdc 0.5208333333vw;
  }
}
#jm-single-contents .faq dl dt {
  position: relative;
  padding: 0 0 0 50px;
  margin: 0 0 40px;
}
@media screen and (max-width: 1080px) {
  #jm-single-contents .faq dl dt {
    padding: 0 0 0 5vw;
    margin: 0 0 4vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents .faq dl dt {
    padding: 0 0 0 6.5104166667vw;
    margin: 0 0 5.2083333333vw;
  }
}
#jm-single-contents .faq dl dt span {
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
  line-height: 34px;
  display: inline-block;
  background-color: #489d88;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  #jm-single-contents .faq dl dt span {
    width: 3.8vw;
    height: 3.8vw;
    line-height: 3.4vw;
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents .faq dl dt span {
    width: 4.9479166667vw;
    height: 4.9479166667vw;
    line-height: 4.4270833333vw;
    font-size: 3.90625vw;
  }
}
#jm-single-contents .faq dl dt p {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 1080px) {
  #jm-single-contents .faq dl dt p {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents .faq dl dt p {
    font-size: 3.125vw;
  }
}
#jm-single-contents .faq dl dd {
  position: relative;
  padding: 0 0 0 50px;
}
@media screen and (max-width: 1080px) {
  #jm-single-contents .faq dl dd {
    padding: 0 0 0 5vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents .faq dl dd {
    padding: 0 0 0 6.5104166667vw;
  }
}
#jm-single-contents .faq dl dd span {
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
  line-height: 34px;
  display: inline-block;
  border: solid #489d88 1px;
  background-color: #fff;
  color: #489d88;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  #jm-single-contents .faq dl dd span {
    width: 3.8vw;
    height: 3.8vw;
    line-height: 3.4vw;
    border: solid #489d88 0.1vw;
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents .faq dl dd span {
    width: 4.9479166667vw;
    height: 4.9479166667vw;
    line-height: 4.4270833333vw;
    border: solid #489d88 0.1302083333vw;
    font-size: 3.90625vw;
  }
}
#jm-single-contents .faq dl dd p {
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 1080px) {
  #jm-single-contents .faq dl dd p {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents .faq dl dd p {
    font-size: 2.6041666667vw;
  }
}
#jm-single-contents.single-cat-2 .jm-single-contents-tabs .jm-single-contents-tabs__list ul li.active:after {
  background-color: #f09199;
}
#jm-single-contents.single-cat-2 .jm-single-contents-tabs__contents .jm-single-contents-info__header h3 {
  background-color: #f09199;
}
@media screen and (max-width: 768px) {
  #jm-single-contents.single-cat-2 .jm-single-contents-tabs__contents .jm-single-contents-info__header.jm-single-contents-sp_header {
    border: solid #f09199 0.2604166667vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents.single-cat-2 .jm-single-contents-tabs__contents .jm-single-contents-info__header.jm-single-contents-sp_header:after {
    background-color: #f09199;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents.single-cat-2 .jm-single-contents-tabs__contents .jm-single-contents-info__header.jm-single-contents-sp_header h3 {
    color: #f09199;
    background-color: #fff;
  }
}
#jm-single-contents.single-cat-2 .jm-single-contents-tabs__contents .jm-single-contents-info__recommend ul li i {
  background-color: #f09199;
}
#jm-single-contents.single-cat-2 .jm-single-contents-tabs__contents .jm-single-contents-info__details .details table {
  background-color: #f09199;
}
@media screen and (max-width: 768px) {
  #jm-single-contents.single-cat-2 .jm-single-contents-tabs__contents .jm-single-contents-info__details .details table {
    border-top: solid #f09199 0.2604166667vw;
    border-left: solid #f09199 0.2604166667vw;
    border-right: solid #f09199 0.2604166667vw;
  }
}
#jm-single-contents.single-cat-2 .jm-single-contents-tabs__contents .jm-single-contents-info__details .details table th {
  color: #f09199;
  background-color: #f7e2e5;
}
@media screen and (max-width: 768px) {
  #jm-single-contents.single-cat-2 .jm-single-contents-tabs__contents .jm-single-contents-info__details .details table th {
    border-bottom: solid #f09199 0.2604166667vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents.single-cat-2 .jm-single-contents-tabs__contents .jm-single-contents-info__details .details table td {
    border-bottom: solid #f09199 0.2604166667vw;
  }
}
#jm-single-contents.single-cat-2 .faq dl dt span {
  background-color: #f09199;
}
#jm-single-contents.single-cat-2 .faq dl dd span {
  border: solid #f09199 1px;
  color: #f09199;
}
@media screen and (max-width: 1080px) {
  #jm-single-contents.single-cat-2 .faq dl dd span {
    border: solid #f09199 0.1vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents.single-cat-2 .faq dl dd span {
    border: solid #f09199 0.1302083333vw;
  }
}
#jm-single-contents.single-cat-3 .jm-single-contents-tabs .jm-single-contents-tabs__list ul li.active:after {
  background-color: #88abda;
}
#jm-single-contents.single-cat-3 .jm-single-contents-tabs__contents .jm-single-contents-info__header h3 {
  background-color: #88abda;
}
@media screen and (max-width: 768px) {
  #jm-single-contents.single-cat-3 .jm-single-contents-tabs__contents .jm-single-contents-info__header.jm-single-contents-sp_header {
    border: solid #88abda 0.2604166667vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents.single-cat-3 .jm-single-contents-tabs__contents .jm-single-contents-info__header.jm-single-contents-sp_header:after {
    background-color: #88abda;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents.single-cat-3 .jm-single-contents-tabs__contents .jm-single-contents-info__header.jm-single-contents-sp_header h3 {
    color: #88abda;
    background-color: #fff;
  }
}
#jm-single-contents.single-cat-3 .jm-single-contents-tabs__contents .jm-single-contents-info__recommend ul li i {
  background-color: #88abda;
}
#jm-single-contents.single-cat-3 .jm-single-contents-tabs__contents .jm-single-contents-info__details .details table {
  background-color: #88abda;
}
@media screen and (max-width: 768px) {
  #jm-single-contents.single-cat-3 .jm-single-contents-tabs__contents .jm-single-contents-info__details .details table {
    border-top: solid #88abda 0.2604166667vw;
    border-left: solid #88abda 0.2604166667vw;
    border-right: solid #88abda 0.2604166667vw;
  }
}
#jm-single-contents.single-cat-3 .jm-single-contents-tabs__contents .jm-single-contents-info__details .details table th {
  color: #88abda;
  background-color: #d9e3ed;
}
@media screen and (max-width: 768px) {
  #jm-single-contents.single-cat-3 .jm-single-contents-tabs__contents .jm-single-contents-info__details .details table th {
    border-bottom: solid #88abda 0.2604166667vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents.single-cat-3 .jm-single-contents-tabs__contents .jm-single-contents-info__details .details table td {
    border-bottom: solid #88abda 0.2604166667vw;
  }
}
#jm-single-contents.single-cat-3 .faq dl dt span {
  background-color: #88abda;
}
#jm-single-contents.single-cat-3 .faq dl dd span {
  border: solid #88abda 1px;
  color: #88abda;
}
@media screen and (max-width: 1080px) {
  #jm-single-contents.single-cat-3 .faq dl dd span {
    border: solid #88abda 0.1vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents.single-cat-3 .faq dl dd span {
    border: solid #88abda 0.1302083333vw;
  }
}
#jm-single-contents.single-cat-8 .jm-single-contents-tabs .jm-single-contents-tabs__list ul li.active:after {
  background-color: #489d88;
}
#jm-single-contents.single-cat-8 .jm-single-contents-tabs__contents .jm-single-contents-info__header h3 {
  background-color: #489d88;
}
@media screen and (max-width: 768px) {
  #jm-single-contents.single-cat-8 .jm-single-contents-tabs__contents .jm-single-contents-info__header.jm-single-contents-sp_header {
    border: solid #489d88 0.2604166667vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents.single-cat-8 .jm-single-contents-tabs__contents .jm-single-contents-info__header.jm-single-contents-sp_header:after {
    background-color: #489d88;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents.single-cat-8 .jm-single-contents-tabs__contents .jm-single-contents-info__header.jm-single-contents-sp_header h3 {
    color: #489d88;
    background-color: #fff;
  }
}
#jm-single-contents.single-cat-8 .jm-single-contents-tabs__contents .jm-single-contents-info__recommend ul li i {
  background-color: #489d88;
}
#jm-single-contents.single-cat-8 .jm-single-contents-tabs__contents .jm-single-contents-info__details .details table {
  background-color: #489d88;
}
@media screen and (max-width: 768px) {
  #jm-single-contents.single-cat-8 .jm-single-contents-tabs__contents .jm-single-contents-info__details .details table {
    border-top: solid #489d88 0.2604166667vw;
    border-left: solid #489d88 0.2604166667vw;
    border-right: solid #489d88 0.2604166667vw;
  }
}
#jm-single-contents.single-cat-8 .jm-single-contents-tabs__contents .jm-single-contents-info__details .details table th {
  color: #489d88;
  background-color: #e9f3f1;
}
@media screen and (max-width: 768px) {
  #jm-single-contents.single-cat-8 .jm-single-contents-tabs__contents .jm-single-contents-info__details .details table th {
    border-bottom: solid #489d88 0.2604166667vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents.single-cat-8 .jm-single-contents-tabs__contents .jm-single-contents-info__details .details table td {
    border-bottom: solid #489d88 0.2604166667vw;
  }
}
#jm-single-contents.single-cat-8 .faq dl dt span {
  background-color: #489d88;
}
#jm-single-contents.single-cat-8 .faq dl dd span {
  border: solid #489d88 1px;
  color: #489d88;
}
@media screen and (max-width: 1080px) {
  #jm-single-contents.single-cat-8 .faq dl dd span {
    border: solid #489d88 0.1vw;
  }
}
@media screen and (max-width: 768px) {
  #jm-single-contents.single-cat-8 .faq dl dd span {
    border: solid #489d88 0.1302083333vw;
  }
}

#page-itemlist {
  width: 100vw;
  /*
  .my__1-3,
  .column3 {
    .my__item-count {
      margin-right: 0px;
      text-align: right;
      font-size: 16px;

      .uk-input {
        @include tab{
          height: 3.6vw;
        }

        @include sp {
          height: 6.6vw;
          max-width: 10vw;
          text-align: center;
        }

        @include mob {
          height: 8.6vw;
          max-width: 13vw;
          text-align: center;
        }
      }

      .my__label_check{
        font-size: 16px;
      }
    }

    .my__item-btns {
      display: flex;
      width: 100%;
      justify-content: space-around;

      @include sp {
        justify-content: space-around;
        margin-top: 10px;
      }

      @include mob {
        margin-top: 0;
      }

      button,a {
        font-size: 16px;
        width: 117px;
        margin: 0;


        @include tab {
          font-size: 15px;
          width: auto;
          height: auto;
          line-height: 1;
          padding: 10px 0;
        }

        @include sp {
          font-size: 14px;
          width: auto;
          height: auto;
          line-height: 1;
          padding: 2vw 6vw;
        }

        @include mob {
          font-size: 16px;
          width: auto;
          height: auto;
          line-height: 1;
          padding: 2vw 6vw;
        }
      }

      a{
        width: 100px;

        @include tab {
          width: 100px;
          height: auto;
        }

        @include sp {
          width: auto;
          height: auto;
        }
      }

    }
  }
  */
}
#page-itemlist .itemlist-sale-header01 {
  position: relative;
}
#page-itemlist .itemlist-sale-header01:after {
  content: "";
  position: absolute;
  top: 0;
  right: -100px;
  background: url(../img/off50.png.webp) no-repeat center/contain;
  width: 340px;
  height: 324px;
}
@media screen and (max-width: 1080px) {
  #page-itemlist .itemlist-sale-header01:after {
    right: -10vw;
    width: 34vw;
    height: 32.4vw;
  }
}
#page-itemlist .itemlist-sale-header02 {
  position: relative;
}
#page-itemlist .itemlist-sale-header02:after {
  content: "";
  position: absolute;
  top: -40px;
  left: -50px;
  background: url(../img/offset.png.webp) no-repeat center/contain;
  width: 314px;
  height: 218px;
}
@media screen and (max-width: 1080px) {
  #page-itemlist .itemlist-sale-header02:after {
    top: -4vw;
    left: -5vw;
    width: 31.4vw;
    height: 21.8vw;
  }
}
#page-itemlist .itemlist-sale-header03 {
  position: relative;
}
#page-itemlist .itemlist-sale-header03:after {
  content: "";
  position: absolute;
  top: 0;
  right: -100px;
  background: url(../img/off70.png.webp) no-repeat center/contain;
  width: 340px;
  height: 324px;
}
@media screen and (max-width: 1080px) {
  #page-itemlist .itemlist-sale-header03:after {
    right: -10vw;
    width: 34vw;
    height: 32.4vw;
  }
}
#page-itemlist .sc-block {
  max-width: 480px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  #page-itemlist .sc-block {
    max-width: 48vw;
  }
}
@media screen and (max-width: 768px) {
  #page-itemlist .sc-block {
    max-width: none;
  }
}
#page-itemlist .sc-block .wp-block-group__inner-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  #page-itemlist .sc-block .wp-block-group__inner-container {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  #page-itemlist .sc-block .wp-block-group__inner-container {
    flex-wrap: nowrap;
  }
}
#page-itemlist .mssj__item-block-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
#page-itemlist .mssj__item-block-wrap .mssj__item-block {
  width: 50%;
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  #page-itemlist .mssj__item-block-wrap .mssj__item-block {
    width: 100%;
  }
}
#page-itemlist .mssj__item-block-wrap .sc-block {
  padding-top: 10px;
}
#page-itemlist .mssj__item-block-wrap.column3 {
  margin-left: 1%;
}
@media screen and (max-width: 768px) {
  #page-itemlist .mssj__item-block-wrap.column3 {
    justify-content: space-between;
    margin-left: 0;
  }
}
#page-itemlist .mssj__item-block-wrap.column3 .mssj__item-block {
  width: 32%;
  padding: 5px 0;
  margin-right: 1%;
}
@media screen and (max-width: 1080px) {
  #page-itemlist .mssj__item-block-wrap.column3 .mssj__item-block {
    width: 32%;
    margin-right: 1%;
  }
}
@media screen and (max-width: 768px) {
  #page-itemlist .mssj__item-block-wrap.column3 .mssj__item-block {
    width: 48%;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  #page-itemlist .mssj__item-block-wrap.column3 .mssj__item-block {
    width: 100%;
  }
}
#page-itemlist .mssj__item-block {
  margin-bottom: 20px;
}
#page-itemlist .my__item-count {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding: 0 0 0 6px;
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  margin-right: 10px;
}
#page-itemlist .my__item-count .my__label_check {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1em 0 0;
  padding: 0 0 5px;
}
@media screen and (max-width: 1080px) {
  #page-itemlist .my__item-count .my__label_check {
    padding: 0 0 0.5vw;
    margin: 0 0.5em 0 0;
  }
}
@media screen and (max-width: 768px) {
  #page-itemlist .my__item-count .my__label_check {
    padding: 0 0 0.6510416667vw;
  }
}
#page-itemlist .my__item-count .uk-input {
  max-width: 50px;
  background-color: #fff;
  border: solid #231815 1px;
  padding: 2px 5px;
  border-radius: 5px;
  vertical-align: bottom;
  margin: 0 0 0 0;
  font-size: 16px;
}
#page-itemlist .my__item-btns {
  display: inline-block;
  /*margin:0 0 0 1em;*/
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  #page-itemlist .my__item-btns {
    /*margin:0 0 0 .5em;*/
  }
}
@media screen and (max-width: 768px) {
  #page-itemlist .my__item-btns {
    /*margin:0 0 0 .5em;*/
  }
}
#page-itemlist .my__item-btns button {
  display: inline-block;
  width: 142px;
  height: 36px;
  line-height: 34px;
  border: solid #8c0037 1px;
  background-color: #8c0037;
  color: #fff;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  padding: 0px 4px;
}
#page-itemlist .my__item-btns a {
  display: inline-block;
  width: 142px;
  height: 36px;
  line-height: 34px;
  border: solid #8c0037 1px;
  background-color: #fff;
  color: #8c0037;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 0 12px;
  padding: 0px 4px;
}
#page-itemlist figure.pc-img {
  display: block;
}
@media screen and (max-width: 768px) {
  #page-itemlist figure.pc-img {
    display: none;
  }
}
#page-itemlist figure.sp-img {
  display: none;
}
@media screen and (max-width: 768px) {
  #page-itemlist figure.sp-img {
    display: block;
  }
}
#page-itemlist h2.uagb-heading-text {
  padding: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  #page-itemlist h2.uagb-heading-text {
    padding: 0.5vw;
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 768px) {
  #page-itemlist h2.uagb-heading-text {
    padding: 0.6510416667vw;
    font-size: 2.8645833333vw;
  }
}

@media (max-width: 991.98px) {
  .wp-block-columns.mssj__litemlist .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .wp-block-columns.mssj__litemlist .wp-block-column {
    flex-basis: calc(50% - 1em) !important;
    flex-grow: 0;
  }
}
@media (min-width: 1200px) {
  .wp-block-columns.mssj__litemlist .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }
}

.site-body {
  padding: 50px 15px 1rem;
}
.post-name-itemlist .site-body {
  padding: 1rem 0px 1rem;
}
@media (min-width: 991.98px) {
  .post-name-itemlist .site-body {
    padding: 1rem 15px 1rem;
  }
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  padding-right: 0px;
  padding-left: 0px;
}
@media (min-width: 991.98px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.page-header-title {
  display: none;
}

h1.page-header-title {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin-bottom: -60px;
}

.page-header {
  min-height: auto;
}

.page-header-inner {
  margin: 0;
}

.my__heading-line {
  font-size: 30px;
  margin: 0px 0 16px 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

.my__barcode_area {
  text-align: center;
  padding: 10px;
  margin: 20px 6% 0;
  border-radius: 7px;
}

#barcodeTarget {
  font-size: 1rem;
  margin: auto;
}
#barcodeTarget > div:last-child {
  display: none;
}

.my__point-item img {
  padding: 4px;
}

.my__point-area {
  font-size: 1.25rem;
  text-align: center;
  margin: 0 auto 10px;
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: white;
  color: white;
  border: 3px solid #eb6d91;
  box-sizing: content-box;
}
.my__point-area::before {
  position: absolute;
  content: "";
  width: 194px;
  height: 194px;
  background: #02a4e4;
  left: 3px;
  top: 3px;
  border-radius: 50%;
  box-sizing: content-box;
}
.my__point-area.rank-hb {
  border: 3px solid #eb6d91;
}
.my__point-area.rank-hb::before {
  background: #eb6d91;
}
.my__point-area.rank-kakaritsuke {
  border: 3px solid #02a4e4;
}
.my__point-area.rank-kakaritsuke::before {
  background: #02a4e4;
}

.point {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 200px;
  text-align: center;
}
.point span {
  font-size: 4rem;
}

.point-10,
.point-30,
.point-60,
.point-90,
.point-120 {
  color: white;
}

.point-10 {
  background-color: #e60012;
  text-align: center;
  font-size: 18px !important;
}

.point-30 {
  background-color: #00479d;
  text-align: center;
  font-size: 18px !important;
}

.point-60 {
  background-color: #ae0082;
  text-align: center;
  font-size: 18px !important;
}

.point-90 {
  background-color: #a67f0b;
  text-align: center;
  font-size: 18px !important;
}

.point-120 {
  background-color: #3fbab7;
  text-align: center;
  font-size: 18px !important;
}

.my__banner-point-sp,
.my__banner-point-pc,
.my__banner-wed-sale-sp,
.my__banner-wed-sale-pc {
  display: block;
  position: fixed;
  z-index: 1000;
}

.my__banner-point-sp,
.my__banner-wed-sale-sp {
  bottom: 0;
  right: 0;
  left: 0;
}
@media screen and (max-width: 1080px) {
  .my__banner-point-sp,
  .my__banner-wed-sale-sp {
    display: none;
  }
}
@media screen and (min-width: 1081px) {
  .my__banner-point-sp,
  .my__banner-wed-sale-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .my__banner-point-sp,
  .my__banner-wed-sale-sp {
    display: block;
  }
}

.my__banner-point-pc,
.my__banner-wed-sale-pc {
  bottom: 0;
  right: auto;
  left: auto;
  max-width: 250px;
}
@media screen and (max-width: 768px) {
  .my__banner-point-pc,
  .my__banner-wed-sale-pc {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .my__banner-point-pc,
  .my__banner-wed-sale-pc {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  .my__banner-point-pc,
  .my__banner-wed-sale-pc {
    display: none;
  }
}

/* 鈴木様へ */
/* ヘッダーのロゴ スタイル */
#jm-site-header-container.inner {
  max-width: 120rem;
  font-size: 16px;
  padding-right: clamp(0.75em, -9.0278em + 24.4444vw, 6.25em);
  padding-left: 0;
}

#jm-site-header h1.jm-site-header-heading {
  max-width: 75rem;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  font-size: 16px;
  padding-left: clamp(0.75em, -9.0278em + 24.4444vw, 6.25em);
}
@media screen and (max-width: 1080px) {
  #jm-site-header h1.jm-site-header-heading {
    background-image: none;
  }
}
@media screen and (max-width: 768px) {
  #jm-site-header h1.jm-site-header-heading {
    padding-left: 0;
    background-image: none;
  }
}
#jm-site-header h1.jm-site-header-heading img {
  margin: 0;
  max-width: 100%;
}
@media screen and (max-width: 1080px) {
  #jm-site-header h1.jm-site-header-heading img {
    width: auto;
    max-height: 90px;
  }
}
@media screen and (max-width: 768px) {
  #jm-site-header h1.jm-site-header-heading img {
    width: auto;
    max-height: 90px;
  }
}

/* 鈴木様へ */
/* メインビジュアル スライダーナビ */
.jm-mainvisual-slider-nav {
  max-width: 70.292vw;
  width: 100%;
  margin-inline: auto;
  padding-block: 36px 54px;
}

.jm-mainvisual-slider-nav figure {
  padding-inline: 1vw;
}

.jm-mainvisual-slider-nav .slick-slide {
  transition: opacity 0.4s ease-out;
  cursor: pointer;
  height: 100%;
}

.jm-mainvisual-slider-nav .slick-slide figure {
  height: 100%;
}

.jm-mainvisual-slider-nav .slick-slide figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.jm-mainvisual-slider-nav .slick-current {
  opacity: 0.6;
}

@media (max-width: 768px) {
  .jm-mainvisual-slider-nav {
    padding-block: 18px 27px;
    max-width: none;
  }
  .jm-mainvisual-slider-nav figure {
    padding-inline: 2px;
  }
}
#jm-side-menu .jm-side-menu-bnr {
  margin-bottom: 18px;
}

#jm-side-menu .jm-side-menu-bnr li {
  margin-bottom: 0;
}

#jm-side-menu .jm-side-menu-bnr li + li {
  margin-top: 10px;
}

#jm-item-new .jm-item-box .jm-item-box__title span,
#jm-item-sale .jm-item-box .jm-item-box__title span {
  z-index: 1;
  position: relative;
}

#jm-item-new .jm-item-box .jm-item-box__title strong,
#jm-item-sale .jm-item-box .jm-item-box__title strong {
  font-size: 60px;
  display: inline-block;
  margin-top: 8px;
  letter-spacing: 0;
}

.jm-item-box__title-baddge {
  width: 110px;
  aspect-ratio: 1;
  border: solid 1px #707070;
  background-color: #fff;
  position: absolute;
  border-radius: 999px;
  top: 7%;
  left: 3.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.jm-item-box__title-baddge .limited-offer {
  font-size: 19px;
}

.jm-item-box__title-baddge .limited-time {
  font-size: 26px;
  margin-top: 4px;
  color: #d4145a;
  font-weight: 700;
}

@media (max-width: 1024px) {
  #jm-item-new .jm-item-box .jm-item-box__title,
  #jm-item-sale .jm-item-box .jm-item-box__title {
    font-size: 15px;
  }
  #jm-item-new .jm-item-box .jm-item-box__title strong,
  #jm-item-sale .jm-item-box .jm-item-box__title strong {
    font-size: 32px;
  }
  #jm-item-sale .jm-item-box .jm-item-box__title strong {
    position: relative;
    right: -16px;
  }
  #jm-item-new .jm-item-box .jm-item-box__title::before {
    width: 70px;
  }
  #jm-item-new .jm-item-box .jm-item-box__title::after {
    width: 68px;
  }
  #jm-item-sale .jm-item-box .jm-item-box__title::after {
    width: 114px;
  }
  .jm-item-box__title-baddge {
    top: -40%;
  }
}
@media (max-width: 640px) {
  .jm-item-box__title-baddge {
    width: 58px;
    top: -12%;
    left: 2%;
  }
  .jm-item-box__title-baddge .limited-offer {
    font-size: 9px;
  }
  .jm-item-box__title-baddge hr {
    margin-block: 2px;
  }
  .jm-item-box__title-baddge .limited-time {
    font-size: 12px;
  }
}
.jm-item-lineup-cat03 {
  width: 100%;
  border-style: Solid;
  border-color: #083961;
  border-color: rgba(8, 57, 97, 0.8);
  border-width: 1px;
}

.jm-item-lineup-cat03 .jm-item-lineup-cat__title {
  background: #083961;
  background: rgba(8, 57, 97, 0.7);
  position: relative;
  color: #fff;
}

.jm-item-lineup-cat03 .jm-item-lineup-cat__title::before,
.jm-item-lineup-cat03 .jm-item-lineup-cat__title::after {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}

.jm-item-lineup-cat03 .jm-item-lineup-cat__title::before {
  background-image: url("../img/jm-item-lineup-cat03-l.webp");
  width: 24%;
  height: 160%;
  top: -30%;
  left: 4%;
}

.jm-item-lineup-cat03 .jm-item-lineup-cat__title::after {
  background-image: url("../img/jm-item-lineup-cat03-r.webp");
  width: 20%;
  height: 140%;
  top: -16.5%;
  right: 0;
}

.jm-item-lineup-cat03__list {
  padding: 2.1rem;
}

.jm-item-lineup-cat03__list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
}

.jm-item-lineup-cat03__list-item {
  width: 100%;
}

.jm-item-lineup-cat03__list-item:nth-of-type(odd) {
  border-style: Solid;
  border-color: rgba(8, 57, 97, 0.8);
  border-width: 0 0 1px 0;
}

.jm-item-lineup-cat03__list-item:nth-of-type(even) {
  border-style: Solid;
  border-color: rgba(8, 57, 97, 0.8);
  border-width: 0 0 1px 1px;
}

.jm-item-lineup-cat03__list-item.odd-last-item {
  border-width: 0 0 0 0;
}

.jm-item-lineup-cat03__list-item.even-last-item {
  border-width: 0 0 0 1px;
  font-size: 2.8rem;
}
.jm-item-lineup-cat03__list-item.even-last-item > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.jm-item-lineup-cat03__list-item a {
  display: block;
  padding-block: 2.5rem 1.5rem;
  min-height: 18.8rem;
  height: 100%;
}

.jm-item-lineup-cat03__list-item-heading {
  display: flex;
  justify-content: center;
  align-items: start;
  width: 100%;
  box-sizing: border-box;
  font-weight: 500;
  min-height: 40px;
}

.jm-item-lineup-cat03__list-item-content {
  font-size: 1.7rem;
  line-height: 1.35;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 30rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 2rem;
  padding-inline: 0.5rem;
}

@media (max-width: 768px) {
  .jm-item-lineup-cat03__list ul {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .jm-item-lineup-cat03__list-item:nth-of-type(even) {
    border-width: 0 0 1px 0;
  }
  .jm-item-lineup-cat03__list-item.odd-last-item {
    border-width: 0 0 1px 0;
  }
  .jm-item-lineup-cat03__list-item.even-last-item {
    border-width: 0 0 0 0;
  }
}
.jm-item-ranking-cat01__title,
.jm-item-ranking-cat02__title {
  writing-mode: vertical-rl;
  max-height: 27rem;
  height: 100%;
  text-align: center;
  margin-left: 1.7rem;
  font-size: 2.8rem;
  letter-spacing: 1rem;
  padding-block: 1rem;
  position: relative;
}

.jm-item-ranking-cat01__title {
  background-color: #d8a5aa;
}

.jm-item-ranking-cat02__title {
  background-color: #98cccd;
}

.jm-item-ranking-cat01__title::before,
.jm-item-ranking-cat01__title::after,
.jm-item-ranking-cat02__title::before,
.jm-item-ranking-cat02__title::after {
  position: absolute;
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}

.jm-item-ranking-cat01__title::before {
  background-image: url("../img/jm-item-ranking-cat01__title-t.webp");
  width: 5.7rem;
  aspect-ratio: 1;
  position: absolute;
  top: -0.5rem;
  right: 0;
}

.jm-item-ranking-cat01__title::after {
  background-image: url("../img/jm-item-ranking-cat01__title-b.webp");
  width: 8rem;
  aspect-ratio: 1;
  position: absolute;
  bottom: -4.5rem;
  inset-block: 0;
  margin-block: auto;
}

.jm-item-ranking-cat02__title::before {
  background-image: url("../img/jm-item-ranking-cat02__title-t.webp");
  width: 6rem;
  aspect-ratio: 1;
  position: absolute;
  top: -0.9rem;
  right: 0;
}

.jm-item-ranking-cat02__title::after {
  background-image: url("../img/jm-item-ranking-cat02__title-b.webp");
  width: 5rem;
  aspect-ratio: 1;
  position: absolute;
  bottom: -1rem;
  inset-block: 0;
  margin-block: auto;
}

@media (max-width: 768px) {
  .jm-item-ranking-cat01__title,
  .jm-item-ranking-cat02__title {
    margin-left: 0rem;
    font-size: 2rem;
  }
}
.jm-total-points {
  margin-top: 9rem;
  padding-block: 6.6rem 9rem;
  background-color: #fafafa;
}

/************************************
** ページ内リンク　2025.1.2 宮追記
************************************/
*, *:before, *:after {
  box-sizing: border-box;
}

.aclink01 {
  display: flex;
  flex-wrap: wrap;
  margin: 10px auto 2em 0px; /* 上 右 下 左 */
  /*margin: 0 auto 2em; /* 余白 */
  max-width: 1000px; /* 横幅 */
}

.item {
  text-align: center;
  align-content: center;
  padding: 7px;
  border-radius: 6px;
  background-color: #dcdcdc;
}

.item a {
  /* background-color:#dcdcdc; */
  width: 100%;
  text-decoration: none;
  color: #272121;
}

.item:hover {
  color: #000;
  background-color: #c0c0c0;
}

.item_gr {
  text-align: center;
  align-content: center;
  padding: 7px;
  border-radius: 6px;
  background-color: #93c7ba;
  /* font-weight: bold;*/
}

.item_gr a {
  width: 100%;
  text-decoration: none;
  color: #272121;
}

.item_gr:hover {
  color: #000;
  background-color: #a5d1c6;
}

.item_bl {
  text-align: center;
  align-content: center;
  padding: 7px;
  border-radius: 6px;
  background-color: #c5daf7;
  /* font-weight: bold;*/
}

.item_bl a {
  width: 100%;
  text-decoration: none;
  color: #272121;
  display: inline-block;
}

.item_bl:hover {
  color: #000;
  background-color: #ccdbf0;
}

.item_pk {
  text-align: center;
  align-content: center;
  padding: 7px;
  border-radius: 6px;
  background-color: #fcbdc2;
  /* font-weight: bold;*/
}

.item_pk a {
  width: 100%;
  text-decoration: none;
  color: #272121;
  display: inline-block;
}

.item_pk:hover {
  color: #000;
  background-color: #f1c7cb;
}

.item_pk {
  text-align: center;
  align-content: center;
  padding: 7px;
  border-radius: 6px;
  background-color: #fcbdc2;
  /* font-weight: bold;*/
}

.item_pk a {
  width: 100%;
  text-decoration: none;
  color: #272121;
  display: inline-block;
}

.item_pk:hover {
  color: #000;
  background-color: #f1c7cb;
}

.item_pb {
  text-align: center;
  align-content: center;
  padding: 7px;
  border-radius: 6px;
  background: linear-gradient(135deg, #fcbdc2 50%, #c5daf7 50%);
  /* font-weight: bold;*/
}

iconbox-pink .item_pb a {
  width: 100%;
  text-decoration: none;
  color: #272121;
  display: inline-block;
}

.item_pb:hover {
  color: #000;
  background-color: #f7d1d4;
}

.item_m5 {
  text-align: center;
  align-content: center;
  padding: 7px;
  border-radius: 6px;
  background-color: #c97a7a;
}

.item_m5 a {
  width: 100%;
  text-decoration: none;
  color: #272121;
  display: inline-block;
}

.item_m5:hover {
  color: #000;
  background-color: #d68d8d;
}

.aclink01 > * {
  width: calc(21% - 21px);
  margin-right: 10px;
  margin-bottom: 9px;
}

.aclink01 > *:nth-child(5n) {
  margin-right: auto;
}

/*スマホ*/
@media screen and (max-width: 960px) {
  .aclink01 > * {
    width: calc(25% - 9px);
    padding-top: 8px;
    margin-right: 12px;
    margin-bottom: 8px;
    font-size: 12px;
  }
  .aclink01 > *:nth-child(5n) {
    margin-right: 12px;
  }
  .aclink01 > *:nth-child(4n) {
    margin-right: auto;
  }
}
@media screen and (max-width: 580px) {
  .aclink01 > * {
    width: calc(33.33333% - 8px);
  }
  .aclink01 > *:nth-child(5n) {
    margin-right: 12px;
  }
  .aclink01 > *:nth-child(4n) {
    margin-right: 12px;
  }
  .aclink01 > *:nth-child(3n) {
    margin-right: auto;
  }
}
/************************************
** ボックス　ベース
************************************/
/* ボックス全体 */
.iconbox {
  margin: 0 auto 2em; /* 余白 */
  background: #f5f8fa; /* 背景色 */
  border-radius: 4px; /* 角丸 */
  max-width: 1000px; /* 横幅 */
  padding: 0; /* 余白 */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); /* 影 */
}

/* ボックスタイトル */
.iconbox .box-title {
  font-size: 2.5rem; /* 文字サイズ */
  background: #dcdcdc; /* 背景色 */
  text-align: center; /* 文字配置 */
  color: #272121; /* 文字色 */
  font-weight: bold; /* 文字太さ */
  letter-spacing: 0.05em; /* 文字間隔 */
  border-radius: 4px 4px 0 0; /* 角丸 */
  line-height: 1.5; /* 行間 */
  padding: 1em 2em; /* 余白 */
}

/* 段落の余白リセット */
.iconbox p {
  margin: 0; /* 文字の余白リセット */
  padding: 0; /* 文字の内側余白リセット*/
}

/* ボックス 中 */
.iconbox .iconbox-wrap { /* 配置 */ /* 配置 */
  display: flex; /* 配置 */
  padding: 1.3em 2em; /* 余白 */
}

/* コンテンツ */
.iconbox .iconbox-wrap .box-content {
  width: 97%; /*横幅 */
  margin: 0 3% 0 0 !important; /* 余白 */
  line-height: 1.8; /* 行間 */ /* 中央寄せ */
  align-self: center; /* 中央寄せ */
}

/************************************
** ボックス(オレンジ)
************************************/
/* ボックス全体 */
.iconbox-orange {
  background: #f5f8fa !important; /* 背景色 */
}

/* ボックスタイトル */
.iconbox-orange .box-head-orange {
  background: #ebb29f !important; /* 背景色 */
}

/************************************
** ボックス(ピンク)
************************************/
/* ボックス全体 */
.iconbox-pink {
  background: #f5f8fa !important; /* 背景色 */
}

/* ボックスタイトル */
.iconbox-pink .box-head-pink {
  background: #fcbdc2 !important; /* 背景色 */
}

/************************************
** ボックス(ブルー)
************************************/
/* ボックス全体 */
.iconbox-blue {
  background: #f5f8fa !important; /* 背景色 */
}

/* ボックスタイトル */
.iconbox-blue .box-head-blue {
  background: #c5daf7 !important; /* 背景色 */
}

/************************************
** ボックス(ピンク ブルー)
************************************/
/* ボックス全体 */
.iconbox-pb {
  background: #f5f8fa !important; /* 背景色 */
}

/* ボックスタイトル */
.iconbox-pb .box-head-pb {
  background: linear-gradient(135deg, #fcbdc2 50%, #c5daf7 50%) !important; /* 背景色 */
}

/************************************
** ボックス(グリーン)
************************************/
/* ボックス全体 */
.iconbox-green {
  background: #f5f8fa !important; /* 背景色 */
}

/* ボックスタイトル */
.iconbox-green .box-head-green {
  background: #bee6be !important; /* 背景色 */
}

/************************************
** ボックス(M5っぽいカラー)
************************************/
/* ボックス全体 */
.iconbox-m5 {
  background: #f5f8fa !important; /* 背景色 */
}

/* ボックスタイトル */
.iconbox-m5 .box-head-m5 {
  background: #c97a7a !important; /* 背景色 */
}

/************************************
** ボックス(お茶)
************************************/
/* ボックス全体 */
.iconbox-tea {
  background: #f5f8fa !important; /* 背景色 */
}

/* ボックスタイトル */
.iconbox-tea .box-head-tea {
  background: #d2b48c !important; /* 背景色 */
}

/************************************
** ボックス(だし)
************************************/
/* ボックス全体 */
.iconbox-dashi {
  background: #f5f8fa !important; /* 背景色 */
}

/* ボックスタイトル */
.iconbox-dashi .box-head-dashi {
  background: #632a00 !important; /* 背景色 */
}

/************************************
** ボックス(青汁)
************************************/
/* ボックス全体 */
.iconbox-aojiru {
  background: #f5f8fa !important; /* 背景色 */
}

/* ボックスタイトル */
.iconbox-aojiru .box-head-aojiru {
  background: #93c7ba !important; /* 背景色 */
}

/************************************
** ボックス(notice)
************************************/
/* ボックス全体 */
.notice {
  max-width: 1000px; /* 横幅 */
  padding: 1em; /* 余白 */
  border: 3px solid #981E1E;
}

/* 段落の余白リセット */
.notice p {
  color: #981E1E;
  font: size 3em;
  font-weight: bold;
}

/************************************
** クーポンの使い方ぼたん
************************************/
/* クーポン */
.btn_coupon {
  margin-top: 30px;
}

.btn_coupon a {
  background: #981E1E;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 260px;
  padding: 10px 25px;
  color: #ffffff;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}

.btn_coupon a:hover {
  background: #e07272;
  color: #FFF;
}

/*.btn_coupon a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #313131;
  border-right: 3px solid #313131;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.button003 a:hover:after {
  border-color: #FFF;
}**/
/************************************
** カワイイフキダシ　ベース
************************************/
.fukidashi-base {
  margin: 20px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  color: #272121;
  font-weight: bold;
  font-size: 2.5rem;
}

.fukidashi-base::before {
  content: "";
  width: 30px;
  height: 2px;
  transform: rotate(60deg);
  box-sizing: border-box;
  background-color: #272121;
}

.fukidashi-base::after {
  content: "";
  width: 30px;
  height: 2px;
  transform: rotate(-60deg);
  box-sizing: border-box;
  background-color: #272121;
}

/* クーポンの使い方 */
.grid-container {
  display: grid;
  grid-template-columns: 500px 500px;
  grid-template-rows: 100px 50px;
}

.grid-container ol.circle li {
  padding-left: 1.5em; /* 1.5文字分くらい */
  text-indent: -1.5em;
  counter-increment: num;
  margin-bottom: 0.5em;
}

.grid-containerol.circle li::before {
  width: 1.5rem;
  line-height: 1.5;
  text-indent: 0;
  text-align: center;
  display: inline-block;
  height: 1.5rem;
  margin-right: 0.2em;
  background: red;
  color: #fff;
  border-radius: 50%;
  content: counter(num);
  transform: scale(0.8);
}

/*スマホ*/
@media screen and (max-width: 480px) {
  /* ボックスタイトル */
  .fukidashi-base {
    font-size: 1.5rem;
  }
  .iconbox {
    margin: 0px 6px 0 6px; /* 上 右 下 左
/*max-width:480px; /* 横幅 */
  }
  .iconbox .box-title {
    font-size: 14px; /* 文字サイズ */
  }
  /* ボックス 中 */
  .iconbox .iconbox-wrap {
    padding: 1em 1em 1em 1em; /* 余白 */
  }
  /* コンテンツ */
  .iconbox .iconbox-wrap .box-content {
    font-size: 12px; /*文字サイズ */
  }
}
/* デフォルトでは表示 */
.hide-sp {
  display: block !important;
}

/* スマホ画面(max-width: 767px)では非表示 */
@media (max-width: 767px) {
  .hide-sp {
    display: none !important;
  }
}
/* デフォルトでは表示 */
.hide-tab {
  display: block !important;
}

/* タブレット画面(768px ~ 1023px)では非表示 */
@media (min-width: 768px) and (max-width: 1023px) {
  .hide-tab {
    display: none !important;
  }
}
/* デフォルトでは表示 */
.hide-pc {
  display: block !important;
}

/* PC画面(1024px以上)では非表示 */
@media (min-width: 1024px) {
  .hide-pc {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */