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

@media screen and (max-width: 768px) {
  .pcD {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
}

.hover:hover {
  opacity: 0.8;
}

/* Regular (400) */
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../fonts/ZenKakuGothicNew-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Medium (500) */
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../fonts/ZenKakuGothicNew-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* Bold (700) */
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../fonts/ZenKakuGothicNew-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

a img {
  border: none;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  margin: 0;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

textarea {
  resize: vertical;
}

[disabled] {
  cursor: not-allowed;
}

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

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

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

::-moz-placeholder {
  opacity: 0.7;
}

::placeholder {
  opacity: 0.7;
}

b,
strong {
  font-weight: bolder;
}

i,
em {
  font-style: italic;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.swiper {
  overflow: hidden;
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  display: block !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: min(2.2916666667vw, 44px) !important;
  height: min(3.125vw, 60px) !important;
  z-index: 999 !important;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 6.9333333333vw !important;
    height: 11.7333333333vw !important;
  }
}

.swiper-button-prev {
  background-image: url(../images/icon_prev.svg);
  left: 0 !important;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev {
    background-image: url(../images/icon_prev_sp.svg);
  }
}

.swiper-button-next {
  background-image: url(../images/icon_next.svg);
  right: 0 !important;
}
@media screen and (max-width: 768px) {
  .swiper-button-next {
    background-image: url(../images/icon_next_sp.svg);
  }
}

.head {
  width: 100%;
  height: min(7.0833333333vw, 85px);
  background: #FDCA21;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .head {
    height: 17.3333333333vw;
  }
}
.head img {
  width: 100%;
}
.head__logo {
  width: min(8.75vw, 105px);
  height: min(2.9166666667vw, 35px);
  padding-top: min(2.3333333333vw, 28px);
  margin-left: min(3.4166666667vw, 41px);
}
@media screen and (max-width: 768px) {
  .head__logo {
    width: 28vw;
    height: 9.3333333333vw;
    padding-top: 4vw;
    margin-left: 5.6vw;
  }
}
.head__logo02 {
  width: min(17.0833333333vw, 205px);
  height: min(5.1666666667vw, 62px);
  margin-top: min(1.1666666667vw, 14px);
  margin-right: min(1.8333333333vw, 22px);
}
@media screen and (max-width: 768px) {
  .head__logo02 {
    width: 34.4vw;
    height: 10.4vw;
    margin-top: 3.4666666667vw;
    margin-right: 4vw;
  }
}

.footer {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  width: 100%;
  height: min(46.1666666667vw, 554px);
  padding: min(10vw, 120px) 0;
  background: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 6.4vw 0 10.6666666667vw;
    height: 114.1333333333vw;
  }
}
.footer__logo {
  width: min(25vw, 300px);
  height: min(7.4166666667vw, 89px);
  margin-bottom: min(5.3333333333vw, 64px);
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 61.8666666667vw;
    height: 18.4vw;
    margin-bottom: 13.0666666667vw;
  }
}
.footer__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(2vw, 24px);
  margin-bottom: min(10vw, 120px);
}
@media screen and (max-width: 768px) {
  .footer__links {
    flex-direction: column;
    gap: 6.4vw;
    margin-bottom: 21.3333333333vw;
  }
}
.footer__links li {
  font-size: min(1.5vw, 18px);
}
.footer__links li:nth-of-type(1), .footer__links li:nth-of-type(2), .footer__links li:nth-of-type(3) {
  padding-right: min(2vw, 24px);
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .footer__links li:nth-of-type(1), .footer__links li:nth-of-type(2), .footer__links li:nth-of-type(3) {
    padding: 0;
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .footer__links li {
    font-size: max(14px, 3.7333333333vw);
  }
}
.footer__copyright {
  font-size: min(0.8333333333vw, 10px);
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 2.6666666667vw;
  }
}

.popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: 10;
}

.popup.show {
  display: block;
  opacity: 1;
}

.popup-inner {
  background: #fff;
  width: min(27.9166666667vw, 335px);
  margin: 0 auto;
  inset: 0;
}
@media screen and (max-width: 768px) {
  .popup-inner {
    width: 89.3333333333vw;
  }
}

.popup .link-otsuka {
  display: block;
  background-color: #B22535;
  color: #fff;
  font-size: min(1.5vw, 18px);
  font-weight: 500;
  position: relative;
  padding: min(1vw, 12px) min(1.3333333333vw, 16px);
}
@media screen and (max-width: 768px) {
  .popup .link-otsuka {
    font-size: 4.8vw;
    padding: 3.2vw 4.2666666667vw;
  }
}
.popup .link-otsuka::after {
  content: "";
  background-image: url("../images/icon_shop.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: min(1.5833333333vw, 19px);
  height: min(1.5vw, 18px);
  position: absolute;
  top: 50%;
  right: min(1.3333333333vw, 16px);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .popup .link-otsuka::after {
    width: 5.0666666667vw;
    height: 4.8vw;
    right: 4.2666666667vw;
  }
}
.popup .link-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: space-around;
  gap: min(0.6666666667vw, 8px);
  padding: min(0.6666666667vw, 8px) min(1vw, 12px) min(1.1666666667vw, 14px);
}
@media screen and (max-width: 768px) {
  .popup .link-btn-wrap {
    gap: 2.1333333333vw;
    padding: 2.1333333333vw 3.2vw 3.7333333333vw;
  }
}
.popup .link-btn {
  display: block;
  width: min(12.5vw, 150px);
  height: min(6.5vw, 78px);
}
@media screen and (max-width: 768px) {
  .popup .link-btn {
    width: 40vw;
    height: 20.8vw;
  }
}

.kv {
  width: 100%;
  height: 55.2083333333vw;
  background-color: #FDCA21;
  height: auto;
}
@media screen and (max-width: 768px) {
  .kv {
    position: relative;
  }
  .kv-txt {
    position: absolute;
    top: 105.3333333333vw;
    left: 0;
    right: 0;
    text-align: center;
    color: #000;
    font-size: max(10px, 2.6666666667vw);
    font-weight: 500;
    line-height: 1.5;
  }
}

.intro {
  background: #B22535;
  color: #000;
  text-align: center;
  padding: min(0.6666666667vw, 8px) min(2.25vw, 27px) min(3.3333333333vw, 40px);
}
@media screen and (max-width: 768px) {
  .intro {
    padding: 4.5333333333vw 0 6.4vw;
  }
}

.intro-section {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.intro-txt {
  text-align: center;
  color: #fff;
  font-size: min(1.3333333333vw, 16px);
  font-weight: 500;
}

.intro-ttl {
  width: min(19vw, 228px);
  height: min(4.3333333333vw, 52px);
  margin: 0 auto;
  margin-top: min(0.6666666667vw, 8px);
}
@media screen and (max-width: 1366px) {
  .intro-ttl {
    width: min(15vw, 180px);
    height: min(3.4166666667vw, 41px);
  }
}
@media screen and (max-width: 768px) {
  .intro-ttl {
    margin-top: 0;
    width: 22.4vw;
    height: 5.0666666667vw;
  }
}

.intro-link {
  margin-top: min(3.3333333333vw, 40px);
}

.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #FDCA21;
  border-top: #FBF4E1 min(0.1428571429vw, 2px) solid;
  border-bottom: #FBF4E1 min(0.1428571429vw, 2px) solid;
  padding: min(1.7857142857vw, 25px) 0 min(1.6428571429vw, 23px);
}
@media screen and (max-width: 768px) {
  .nav {
    padding: 4.8vw 0 4.5333333333vw;
    border-top: #FBF4E1 0.5333333333vw solid;
  }
}

.nav-list {
  display: flex;
  justify-content: center;
  gap: min(2.8571428571vw, 40px);
}
@media screen and (max-width: 768px) {
  .nav-list {
    flex-wrap: wrap;
  }
}

.nav-list-item {
  color: #421809;
  font-weight: bold;
  text-align: center;
  font-size: min(1.7142857143vw, 24px);
  display: block;
  height: min(7.8571428571vw, 110px);
  width: min(21.4285714286vw, 300px);
  display: flex;
  justify-content: center;
  align-items: start;
  background-color: #fff;
  box-shadow: min(0.2142857143vw, 3px) min(0.2142857143vw, 3px) min(0.4285714286vw, 6px) rgba(76, 0, 18, 0.2);
  line-height: 1.4166666667;
  position: relative;
  padding-top: min(0.4285714286vw, 6px);
}
@media screen and (max-width: 768px) {
  .nav-list-item {
    width: 42.6666666667vw;
    height: 17.6vw;
    font-size: 3.7333333333vw;
    line-height: 1.3571428571;
    padding-top: 1.6vw;
  }
}
.nav-list-item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: min(1vw, 14px) solid transparent;
  border-left: min(1vw, 14px) solid transparent;
  border-top: min(1.1428571429vw, 16px) solid #c2022f;
  border-bottom: 0;
  position: absolute;
  bottom: min(0.5714285714vw, 8px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .nav-list-item::after {
    border-right: 2.6666666667vw solid transparent;
    border-left: 2.6666666667vw solid transparent;
    border-top: 2.9333333333vw solid #c2022f;
    bottom: 1.0666666667vw;
  }
}
.nav-list-item.col01 {
  padding-top: min(2.0714285714vw, 29px);
}
@media screen and (max-width: 768px) {
  .nav-list-item.col01 {
    padding-top: 5.0666666667vw;
  }
}

.for {
  background-color: #FBF4E1;
  color: #000;
  text-align: center;
  padding: min(10vw, 120px) 0 min(8.9166666667vw, 107px);
}
@media screen and (max-width: 768px) {
  .for {
    padding: 10.6666666667vw 0 10.6666666667vw 0;
  }
}

.for-section {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.for-ttl {
  width: min(34.5833333333vw, 415px);
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .for-ttl {
    width: 68vw;
    margin-right: 16vw;
  }
}

.for-img-box {
  display: flex;
  justify-content: center;
  gap: min(0.8333333333vw, 10px);
  margin-top: min(4.6666666667vw, 56px);
}
@media screen and (max-width: 768px) {
  .for-img-box {
    flex-direction: column;
    align-items: flex-end;
    gap: 2.6666666667vw;
  }
}

.for-img {
  width: min(30vw, 360px);
  height: auto;
}
@media screen and (max-width: 768px) {
  .for-img {
    width: 94.6666666667vw;
  }
}

.shortage {
  background: url("/nmd/smvm_man/shared/images/man/shortage_bg.png") no-repeat center/cover;
  color: #000;
  text-align: start;
  padding: min(10vw, 120px) min(1.6666666667vw, 20px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .shortage {
    background: url("/nmd/smvm_man/shared/images/man/shortage_bg_sp.png") no-repeat center/cover;
    padding: 10.6666666667vw 5.3333333333vw 18.6666666667vw;
  }
}

.shortage-section {
  max-width: 1200px;
  width: min(88.3333333333vw, 1060px);
  margin: 0 auto;
}

.shortage-ttl {
  width: min(54vw, 648px);
  height: auto;
}
@media screen and (max-width: 768px) {
  .shortage-ttl {
    width: 64.8vw;
  }
}

.shortage-txt01 {
  font-size: min(2.3333333333vw, 28px);
  margin-top: min(2vw, 24px);
}
@media screen and (max-width: 768px) {
  .shortage-txt01 {
    font-size: 3.7333333333vw;
    margin-top: 4.2666666667vw;
  }
}

.underline {
  text-decoration: underline;
}

.shortage-img {
  width: min(88.3333333333vw, 1060px);
  margin-top: min(4.6666666667vw, 56px);
  height: min(54.8333333333vw, 658px);
  margin: min(4.6666666667vw, 56px) auto 0;
}
@media screen and (max-width: 768px) {
  .shortage-img {
    width: 100%;
    margin-top: 8.5333333333vw;
    height: 111.7333333333vw;
  }
}

.shortage-txt02 {
  font-size: min(1.8333333333vw, 22px);
  display: block;
  margin-top: min(1.3333333333vw, 16px);
}
@media screen and (max-width: 768px) {
  .shortage-txt02 {
    font-size: max(10px, 2.6666666667vw);
    margin-top: 2.1333333333vw;
  }
}

.balance {
  background: url("/nmd/smvm_man/shared/images/man/balance_bg.jpg") no-repeat center;
  background-size: cover;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .balance {
    background: url("/nmd/smvm_man/shared/images/man/bg2.png") no-repeat center bottom;
    background-size: cover;
  }
}
.balance_inner {
  width: min(88.3333333333vw, 1060px);
  margin: 0 auto;
  padding: min(9.1666666667vw, 110px) 0 min(10vw, 120px);
}
@media screen and (max-width: 768px) {
  .balance_inner {
    width: 100%;
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.balance_ttl {
  width: min(41.6666666667vw, 500px);
  margin-bottom: min(2vw, 24px);
}
@media screen and (max-width: 768px) {
  .balance_ttl {
    width: 51.7333333333vw;
    height: 18.4vw;
  }
}
@media screen and (max-width: 768px) {
  .balance_ttl-02 {
    width: 58.4vw;
    height: 17.0666666667vw;
  }
}
.balance__txt {
  font-size: min(2.3333333333vw, 28px);
}
@media screen and (max-width: 768px) {
  .balance__txt {
    font-size: 3.7333333333vw;
  }
}
.balance_read {
  font-size: min(2.3333333333vw, 28px);
  margin-bottom: min(4.6666666667vw, 56px);
}
@media screen and (max-width: 768px) {
  .balance_read {
    font-size: 3.7333333333vw;
    margin-bottom: 8.5333333333vw;
  }
}
.balance_info {
  display: flex;
  justify-content: space-between;
  font-size: min(1.6666666667vw, 20px);
  margin-top: min(4.6666666667vw, 56px);
  margin-bottom: min(18.75vw, 225px);
}
@media screen and (max-width: 768px) {
  .balance_info {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 21.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .balance_info > div {
    width: 100%;
  }
}
.balance_info p {
  margin-top: min(2vw, 24px);
}
@media screen and (max-width: 768px) {
  .balance_info p {
    margin-top: 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
}
.balance_info__1 {
  width: min(27.9166666667vw, 335px);
}
@media screen and (max-width: 768px) {
  .balance_info__1 {
    margin-bottom: 14.9333333333vw;
  }
}
.balance_info__2 {
  width: min(18.25vw, 219px);
  height: min(28.9166666667vw, 347px);
}
@media screen and (max-width: 768px) {
  .balance_info__2 {
    color: #000;
    font-family: "Zen Kaku Gothic New", serif;
    display: flex;
    gap: 4.8vw;
    padding: 0 2.1333333333vw;
    margin: 10.6666666667vw 0 4.2666666667vw;
    height: 41.6vw;
    width: 20.5333333333vw;
  }
  .balance_info__2-product {
    height: 41.6vw;
    width: 20.5333333333vw;
  }
  .balance_info__2-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.balance_info__2 picture img {
  height: 100%;
}
.balance_info__3 {
  width: min(27.9166666667vw, 335px);
}
@media screen and (max-width: 768px) {
  .balance_info__3-img {
    width: 89.3333333333vw;
    height: 78.9333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .balance_info__3 p {
    color: #251216;
  }
}
.balance_product {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.balance_product picture {
  width: min(65vw, 780px);
}
@media screen and (max-width: 768px) {
  .balance_product picture {
    width: 100%;
  }
}
.balance_product__name {
  font-size: min(2.6666666667vw, 32px);
  margin: min(2.6666666667vw, 32px) 0 min(3.3333333333vw, 40px);
  color: #000;
}
@media screen and (max-width: 768px) {
  .balance_product__name {
    margin: 4.2666666667vw 0;
  }
}
.balance_product__name p {
  text-align: center;
  margin-bottom: min(2vw, 24px);
}
@media screen and (max-width: 768px) {
  .balance_product__name p {
    font-size: 3.7333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
.balance_product__name span {
  display: block;
  font-size: min(1.8333333333vw, 22px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .balance_product__name span {
    font-size: 2.6666666667vw;
  }
}
.balance_product__name small {
  margin-right: min(0.3333333333vw, 4px);
}
@media screen and (max-width: 768px) {
  .balance_product__name small {
    margin-right: 0.5vw;
  }
}
.balance_product__btn {
  width: min(37.5vw, 450px);
  height: min(6.6666666667vw, 80px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: min(2.6666666667vw, 32px);
  background-color: #B22535;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.3);
  transition: 150ms all ease-in-out;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .balance_product__btn {
    width: 78.6666666667vw;
    height: 13.3333333333vw;
    font-size: 4.8vw;
  }
}
.balance_product__btn:hover {
  background-color: #AB0215;
}
.balance_product__btn::after {
  content: "";
  position: absolute;
  background: url("/nmd/smvm_man/shared/images/man/icon_arrow.svg") no-repeat center;
  background-size: cover;
  width: min(3vw, 36px);
  height: min(3vw, 36px);
  right: min(2vw, 24px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .balance_product__btn::after {
    background: url("/nmd/smvm_man/shared/images/man/icon_arrow.svg") no-repeat center;
    background-size: cover;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    right: 4.2666666667vw;
  }
}

.point {
  background-color: #421809;
  font-weight: 500;
}
.point_inner {
  width: min(88.3333333333vw, 1060px);
  margin: 0 auto;
  padding: min(3.8333333333vw, 46px) 0 min(10vw, 120px);
}
@media screen and (max-width: 768px) {
  .point_inner {
    padding: 0 0 10.6666666667vw;
  }
}
.point .point_item > li {
  padding: min(5.3333333333vw, 64px) 0 min(10vw, 120px);
  border-top: 1px solid #474747;
}
@media screen and (max-width: 768px) {
  .point .point_item > li {
    padding: 10.6666666667vw 0;
  }
}
.point .point_item > li:first-child {
  border-top: none;
}
.point .point_item > li:first-child .point_ttl p {
  padding-top: min(1.6666666667vw, 20px);
}
@media screen and (max-width: 768px) {
  .point .point_item > li:first-child .point_ttl p {
    font-size: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .point .point_item > li.point_item__2 .point_ttl p {
    font-size: 6.4vw;
  }
}
.point .point_item > li:last-child {
  padding-bottom: min(3.3333333333vw, 40px);
}
@media screen and (max-width: 768px) {
  .point .point_item > li:last-child {
    padding-bottom: 6.4vw;
  }
}
.point .point_item > li:last-child .point_ttl {
  margin-bottom: min(0.6666666667vw, 8px);
}
@media screen and (max-width: 768px) {
  .point .point_item > li:last-child .point_ttl {
    margin-bottom: 2.1333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .point .point_item > li:last-child .point_ttl p {
    font-size: 5.8666666667vw;
  }
}
.point .point_item > li:last-child .point_info {
  margin-top: min(4.6666666667vw, 56px);
}
@media screen and (max-width: 768px) {
  .point .point_item > li:last-child .point_info {
    margin-top: 4.2666666667vw;
  }
}
.point .point_graph {
  max-width: 1200px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .point .point_graph {
    width: 89.3333333333vw;
    height: 96vw;
  }
}
.point .point_info {
  font-size: min(2.3333333333vw, 28px);
  margin-top: min(2.6666666667vw, 32px);
}
@media screen and (max-width: 768px) {
  .point .point_info {
    font-size: 3.7333333333vw;
    margin-top: 2.1333333333vw;
  }
}
.point .point_ttl {
  height: min(15.0833333333vw, 181px);
}
@media screen and (max-width: 768px) {
  .point .point_ttl {
    height: 20.8vw;
  }
}
.point .point_ttl-01 {
  width: min(60.5vw, 726px);
}
@media screen and (max-width: 768px) {
  .point .point_ttl-01 {
    width: 84.2666666667vw;
    margin-bottom: 6.4vw;
  }
}
.point .point_ttl-01 {
  width: min(72.25vw, 867px);
}
@media screen and (max-width: 768px) {
  .point .point_ttl-01 {
    width: 84vw;
  }
}
.point .point_ttl-03 {
  width: min(88.3333333333vw, 1060px);
}
@media screen and (max-width: 768px) {
  .point .point_ttl-03 {
    width: 88.2666666667vw;
  }
}
.point span {
  display: block;
  font-size: min(1.8333333333vw, 22px);
}
@media screen and (max-width: 768px) {
  .point span {
    font-size: 2.6666666667vw;
    text-indent: -1.0666666667vw;
    padding-left: 1.0666666667vw;
  }
}
.point .mt16 {
  margin-top: min(1.3333333333vw, 16px);
}
@media screen and (max-width: 768px) {
  .point .mt16 {
    margin-top: 2.1333333333vw;
  }
}
.point .point_product__btn {
  width: min(37.5vw, 450px);
  height: min(6.6666666667vw, 80px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: min(2.6666666667vw, 32px);
  background-color: #B22535;
  font-weight: bold;
  margin: 0 auto;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.3);
  transition: 150ms all ease-in-out;
}
@media screen and (max-width: 768px) {
  .point .point_product__btn {
    width: 78.6666666667vw;
    height: 13.3333333333vw;
    font-size: 4.8vw;
  }
}
.point .point_product__btn:hover {
  background-color: #AB0215;
}
.point .point_product__btn::after {
  content: "";
  position: absolute;
  background: url("/nmd/smvm_man/shared/images/man/icon_arrow.svg") no-repeat center;
  background-size: cover;
  width: min(3vw, 36px);
  height: min(3vw, 36px);
  right: min(2vw, 24px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .point .point_product__btn::after {
    background: url("/nmd/smvm_man/shared/images/man/icon_arrow.svg") no-repeat center;
    background-size: cover;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    right: 4.2666666667vw;
  }
}

.origin {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  background: #FBF4E1;
  padding: min(10vw, 120px) 0;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .origin {
    padding: 10.6666666667vw 0;
  }
}
.origin__container {
  max-width: 1200px;
  margin: 0 auto;
}
.origin__logo {
  width: min(33.3333333333vw, 400px);
  margin: 0 auto min(3.3333333333vw, 40px);
}
@media screen and (max-width: 768px) {
  .origin__logo {
    width: 61.3333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
.origin__map {
  width: min(88.3333333333vw, 1060px);
  margin: 0 auto min(1.3333333333vw, 16px);
}
@media screen and (max-width: 768px) {
  .origin__map {
    margin-bottom: 2.1333333333vw;
    width: 89.3333333333vw;
  }
}
.origin__txt {
  font-size: min(2.3333333333vw, 28px);
  font-weight: 500;
  text-align: center;
  margin-bottom: min(5.3333333333vw, 64px);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .origin__txt {
    font-size: 3.7333333333vw;
    margin-bottom: 6.4vw;
  }
}
.origin__subttl {
  width: min(88.3333333333vw, 1060px);
  margin: 0 auto min(5.3333333333vw, 64px);
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: min(3.3333333333vw, 40px) 0;
}
@media screen and (max-width: 768px) {
  .origin__subttl {
    width: 100%;
    padding: 4.2666666667vw 5.3333333333vw 2.1333333333vw;
    margin-bottom: 10.6666666667vw;
  }
  .origin__subttl picture {
    height: auto;
  }
}
.origin__subttl-01 {
  width: min(53.6666666667vw, 644px);
  height: auto;
}
@media screen and (max-width: 768px) {
  .origin__subttl-01 {
    width: 81.0666666667vw;
    height: 18.6666666667vw;
  }
}
.origin__subttl-02 {
  width: min(30vw, 360px);
  height: auto;
}
@media screen and (max-width: 768px) {
  .origin__subttl-02 {
    width: 45.3333333333vw;
  }
}
.origin__supplement {
  width: min(88.3333333333vw, 1060px);
  margin: 0 auto min(5.3333333333vw, 64px);
  display: flex;
  gap: min(2.6666666667vw, 32px);
}
@media screen and (max-width: 768px) {
  .origin__supplement {
    width: 100%;
    margin-bottom: 10.6666666667vw;
    flex-direction: column;
    gap: 2.1333333333vw;
  }
}
.origin__supplement-img {
  width: min(50vw, 600px);
}
@media screen and (max-width: 768px) {
  .origin__supplement-img {
    width: 78.6666666667vw;
    margin: 0 auto;
  }
}
.origin__supplement-txt {
  width: min(35.6666666667vw, 428px);
  margin-top: min(0.8333333333vw, 10px);
}
@media screen and (max-width: 768px) {
  .origin__supplement-txt {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}
.origin__supplement-txt .text-lead {
  font-size: min(2.3333333333vw, 28px);
  font-weight: 500;
  margin-bottom: min(1.3333333333vw, 16px);
}
@media screen and (max-width: 768px) {
  .origin__supplement-txt .text-lead {
    font-size: 3.7333333333vw;
  }
}
.origin__supplement-txt .text-sub {
  color: #505050;
  font-size: min(1.8333333333vw, 22px);
  font-weight: 500;
  letter-spacing: 0.0001em;
  padding-left: min(0.8333333333vw, 10px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .origin__supplement-txt .text-sub {
    padding-left: 1.6vw;
    font-size: 2.6666666667vw;
  }
}
.origin__supplement-txt .text-sub::before {
  content: "*";
  position: absolute;
  left: 0;
  top: 0;
}
.origin__pill {
  width: min(88.3333333333vw, 1060px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: min(3.3333333333vw, 40px);
}
@media screen and (max-width: 768px) {
  .origin__pill {
    align-items: flex-start;
    gap: 4.2666666667vw;
  }
}
.origin__pill-img {
  width: min(33.3333333333vw, 400px);
  height: min(33.3333333333vw, 400px);
}
.origin__pill-txt {
  width: min(52.3333333333vw, 628px);
  font-size: min(2.3333333333vw, 28px);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .origin__pill-txt {
    font-size: 3.7333333333vw;
  }
}

.lineup {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  background: #FDCA21;
  padding: min(10vw, 120px) 0;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .lineup {
    padding: 10.6666666667vw 0;
  }
}
.lineup__container {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lineup__container {
    padding: 0 3.2vw;
  }
}
.lineup__wrapper {
  width: min(88.3333333333vw, 1060px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lineup__wrapper {
    width: 100%;
  }
}
.lineup__ttl {
  width: min(39.6666666667vw, 476px);
  margin-bottom: min(2vw, 24px);
}
@media screen and (max-width: 768px) {
  .lineup__ttl {
    width: 51.2vw;
    margin-bottom: 2.1333333333vw;
  }
}
.lineup__ttl img {
  width: 100%;
  height: auto;
}
.lineup__subttl {
  width: min(88.3333333333vw, 1060px);
  margin-bottom: min(4vw, 48px);
  font-size: min(2.3333333333vw, 28px);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .lineup__subttl {
    font-size: 3.7333333333vw;
    margin-bottom: 6.4vw;
  }
}
.lineup__products {
  width: min(91.6666666667vw, 1100px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(2.6666666667vw, 32px);
}
@media screen and (max-width: 768px) {
  .lineup__products {
    width: 100%;
    gap: 2.1333333333vw;
  }
}
.lineup__products .item {
  background: #ffffff;
  width: 100%;
  height: min(63.1666666667vw, 758px);
  padding: min(3.3333333333vw, 40px) 0 min(3.75vw, 45px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .lineup__products .item {
    width: 100%;
    height: 156.8vw;
    padding: 4.2666666667vw 0;
  }
}
.lineup__products .item:first-child {
  grid-column: 1/-1;
  height: min(45.75vw, 549px);
  flex-direction: row;
  justify-content: space-between;
  padding: 0 min(13.3333333333vw, 160px);
}
@media screen and (max-width: 768px) {
  .lineup__products .item:first-child {
    width: 100%;
    height: 94.6666666667vw;
    margin-bottom: 2.1333333333vw;
    padding: 0 5.3333333333vw;
    flex-direction: column;
    justify-content: center;
  }
}
.lineup__products .item:first-child .item__head {
  height: min(9.9166666667vw, 119px);
  font-size: min(2vw, 24px);
  padding: min(1.8333333333vw, 22px) 0 min(1.5vw, 18px);
  margin-bottom: min(1.3333333333vw, 16px);
}
@media screen and (max-width: 768px) {
  .lineup__products .item:first-child .item__head {
    height: 21.3333333333vw;
    padding: 2.1333333333vw 0;
    font-size: 3.7333333333vw;
  }
}
.lineup__products .item:first-child .item__head::before, .lineup__products .item:first-child .item__head::after {
  width: min(37.5vw, 450px);
  height: min(0.0833333333vw, 1px);
}
@media screen and (max-width: 768px) {
  .lineup__products .item:first-child .item__head::before, .lineup__products .item:first-child .item__head::after {
    width: 46.6666666667vw;
    height: 0.2666666667vw;
  }
}
.lineup__products .item:first-child .item-wrap {
  display: contents;
}
@media screen and (max-width: 768px) {
  .lineup__products .item:first-child .item-wrap {
    display: flex;
    gap: 8.5333333333vw;
  }
}
.lineup__products .item:first-child .item__img {
  width: min(18.4166666667vw, 221px);
  height: auto;
}
.lineup__products .item:first-child .item__img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .lineup__products .item:first-child .item__img {
    width: 23.4666666667vw;
  }
}
.lineup__products .item:first-child .item__btn {
  width: min(37.5vw, 450px);
  height: min(6.6666666667vw, 80px);
  margin-top: min(3.4166666667vw, 41px);
  font-size: min(2.6666666667vw, 32px);
  padding-right: min(1.6666666667vw, 20px);
}
@media screen and (max-width: 768px) {
  .lineup__products .item:first-child .item__btn {
    width: 46.6666666667vw;
    height: 9.0666666667vw;
    margin-top: 4.2666666667vw;
    font-size: 3.7333333333vw;
    padding-right: 8vw;
  }
}
.lineup__products .item:first-child .item__btn::after {
  right: min(2vw, 24px);
  width: min(3vw, 36px);
  height: min(3vw, 36px);
  background: url("/nmd/smvm_man/shared/images/man/icon_arrow.svg") no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .lineup__products .item:first-child .item__btn::after {
    right: 4.2666666667vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.lineup__products .item__name {
  height: auto;
}
.lineup__products .item__name img {
  width: 100%;
  height: auto;
}
.lineup__products .item__name-01 {
  width: min(34.6666666667vw, 416px);
}
@media screen and (max-width: 768px) {
  .lineup__products .item__name-01 {
    width: 41.0666666667vw;
  }
}
.lineup__products .item__name-02 {
  width: min(25.3333333333vw, 304px);
}
@media screen and (max-width: 768px) {
  .lineup__products .item__name-02 {
    width: 26.1333333333vw;
  }
}
.lineup__products .item__name-03 {
  width: min(15.6666666667vw, 188px);
}
@media screen and (max-width: 768px) {
  .lineup__products .item__name-03 {
    width: 25.0666666667vw;
  }
}
.lineup__products .item__name-04 {
  width: min(26vw, 312px);
}
@media screen and (max-width: 768px) {
  .lineup__products .item__name-04 {
    width: 29.8666666667vw;
  }
}
.lineup__products .item__name-05 {
  width: min(10.1666666667vw, 122px);
}
@media screen and (max-width: 768px) {
  .lineup__products .item__name-05 {
    width: 17.6vw;
  }
}
.lineup__products .item__head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: min(13.4166666667vw, 161px);
  padding: min(2.0833333333vw, 25px) 0;
  color: #421809;
  text-align: center;
  font-size: min(2.0833333333vw, 25px);
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lineup__products .item__head {
    height: 38.1333333333vw;
    font-size: 3.7333333333vw;
    padding: 3.7333333333vw 0;
  }
}
.lineup__products .item__head::before, .lineup__products .item__head::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: min(34.1666666667vw, 410px);
  height: min(0.0833333333vw, 1px);
  background: #000000;
}
@media screen and (max-width: 768px) {
  .lineup__products .item__head::before, .lineup__products .item__head::after {
    width: 32.2666666667vw;
    height: 0.2666666667vw;
  }
}
.lineup__products .item__head::before {
  top: 0;
}
.lineup__products .item__head::after {
  bottom: 0;
}
.lineup__products .item__img {
  width: 100%;
  height: min(16.25vw, 195px);
}
@media screen and (max-width: 768px) {
  .lineup__products .item__img {
    height: 33.6vw;
  }
}
.lineup__products .item__img img {
  width: min(17.75vw, 213px);
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lineup__products .item__img img {
    width: 36.5333333333vw;
  }
}
.lineup__products .item__btn {
  width: min(23.3333333333vw, 280px);
  height: min(4.1666666667vw, 50px);
  background: #B22535;
  color: #ffffff;
  font-size: min(1.5vw, 18px);
  font-weight: bold;
  margin-top: min(2.6666666667vw, 32px);
  padding-right: min(2.5vw, 30px);
  position: relative;
  filter: drop-shadow(2px 3px 6px rgba(76, 0, 18, 0.24));
  transition: 150ms all ease-in-out;
}
@media screen and (max-width: 768px) {
  .lineup__products .item__btn {
    width: 38.9333333333vw;
    height: 9.3333333333vw;
    margin-top: 2.1333333333vw;
    font-size: 3.7333333333vw;
    padding-right: 2.6666666667vw;
  }
}
.lineup__products .item__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: min(1.25vw, 15px);
  width: min(1.6666666667vw, 20px);
  height: min(1.6666666667vw, 20px);
  background: url("/nmd/smvm_man/shared/images/man/icon_arrow02.svg") no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .lineup__products .item__btn::after {
    width: 3.2vw;
    height: 3.2vw;
  }
}
.lineup__products .item__btn:hover {
  background: #AB0215;
}
.lineup__btn {
  width: -moz-fit-content;
  width: fit-content;
  height: min(6.6666666667vw, 80px);
  margin: min(3.3333333333vw, 40px) auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FBF4E1;
  font-size: min(1.5vw, 18px);
  font-weight: 600;
  filter: drop-shadow(2px 3px 6px rgba(0, 0, 0, 0.16));
  transition: 150ms all ease-in-out;
}
@media screen and (max-width: 768px) {
  .lineup__btn {
    margin-top: 6.4vw;
    width: 100%;
    height: 14.9333333333vw;
    font-size: 3.7333333333vw;
  }
}
.lineup__btn:hover {
  background: #fffbf0;
}
.lineup__btn-txt {
  margin-right: min(2.3333333333vw, 28px);
  margin-left: min(1.75vw, 21px);
}
@media screen and (max-width: 768px) {
  .lineup__btn-txt {
    margin-right: 3.7333333333vw;
    margin-left: 4.5333333333vw;
  }
}
.lineup__btn-logo {
  width: min(8.1666666667vw, 98px);
  height: min(3vw, 36px);
  margin-left: min(1.75vw, 21px);
}
@media screen and (max-width: 768px) {
  .lineup__btn-logo {
    margin-left: 3.7333333333vw;
    width: 19.4666666667vw;
    height: 7.4666666667vw;
  }
}
.lineup__btn-arw {
  width: min(2.0833333333vw, 25px);
  height: min(2.1666666667vw, 26px);
  margin-right: min(2vw, 24px);
}
@media screen and (max-width: 768px) {
  .lineup__btn-arw {
    width: 5.3333333333vw;
    height: auto;
    margin-right: 4.2666666667vw;
  }
}

.socials {
  background: #FBF4E1;
  padding: min(6.6666666667vw, 80px) 0 min(16.6666666667vw, 200px);
}
@media screen and (max-width: 768px) {
  .socials {
    padding: 10.6666666667vw 0 18.6666666667vw;
  }
}
.socials_container {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.socials__ttl {
  width: min(33.3333333333vw, 400px);
  margin: 0 auto min(4.6666666667vw, 56px);
}
@media screen and (max-width: 768px) {
  .socials__ttl {
    margin-bottom: 10.6666666667vw;
    width: 78.6666666667vw;
  }
}
.socials__imgs {
  width: 100%;
  height: min(16.40625vw, 315px);
}
@media screen and (max-width: 768px) {
  .socials__imgs {
    height: 35.4666666667vw;
  }
}
.socials__imgs ul {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}
.socials-img {
  width: min(16.40625vw, 315px);
  height: min(16.40625vw, 315px);
  overflow: hidden;
  flex: 0 0 auto;
  transition: 150ms all ease-in-out;
}
@media screen and (max-width: 768px) {
  .socials-img {
    width: 35.4666666667vw;
    height: 35.4666666667vw;
  }
  .socials-img:hover {
    opacity: 1;
  }
}
.socials-img:hover {
  opacity: 0.8;
}
.socials-img04 {
  background: #555;
}
.socials-img a {
  width: 100%;
  height: 100%;
  display: block;
}
.socials-img a img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.socials__links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: min(10vw, 120px) auto 0;
  gap: min(3vw, 36px);
}
.socials__links a {
  width: -moz-fit-content;
  width: fit-content;
  transition: 150ms all ease-in-out;
}
.socials__links a:hover {
  opacity: 0.7;
}
.socials__links a img {
  display: block;
  width: min(11.8333333333vw, 142px);
  height: auto;
}
@media screen and (max-width: 768px) {
  .socials__links a img {
    width: 16.5333333333vw;
  }
}

.link-area-ttl {
  width: min(19vw, 228px);
  height: min(4.3333333333vw, 52px);
  margin: 0 auto;
  margin-top: min(4vw, 48px);
}
@media screen and (max-width: 768px) {
  .link-area-ttl {
    margin-top: 0;
    width: 22.4vw;
    height: 5.0666666667vw;
  }
}

.link-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(1.0833333333vw, 13px);
  margin-top: min(1.3333333333vw, 16px);
}
@media screen and (max-width: 768px) {
  .link-area {
    flex-wrap: wrap;
    gap: 1.8666666667vw;
    margin-top: 4.2666666667vw;
  }
}
.link-area-mt {
  margin-top: min(3.6666666667vw, 44px);
}
@media screen and (max-width: 768px) {
  .link-area-mt {
    margin-top: 4.2666666667vw;
  }
}

.link-item {
  display: block;
  width: min(20.4166666667vw, 245px);
  height: min(10.5833333333vw, 127px);
}
@media screen and (max-width: 768px) {
  .link-item {
    width: 38.4vw;
    height: 19.7333333333vw;
  }
  .link-item.link-item-ex {
    width: 38.4vw;
    height: 13.8666666667vw;
  }
}
.link-item:hover {
  background: #FFE695;
}

.link-area02 {
  width: min(37.5vw, 450px);
  flex-wrap: wrap;
  gap: min(0.8333333333vw, 10px);
  margin-top: min(2.5vw, 30px);
}
@media screen and (max-width: 768px) {
  .link-area02 {
    width: 78.6666666667vw;
  }
}
.link-area02 .link-item {
  width: min(18.3333333333vw, 220px);
  height: min(7.5vw, 90px);
}
@media screen and (max-width: 768px) {
  .link-area02 .link-item {
    width: 38.4vw;
    height: 13.8666666667vw;
  }
}

.link-area03 {
  width: min(37.5vw, 450px);
  flex-wrap: wrap;
  gap: min(0.8333333333vw, 10px);
  margin-top: min(2.5vw, 30px);
}
@media screen and (max-width: 768px) {
  .link-area03 {
    width: 38.4vw;
    flex-direction: column;
  }
}
.link-area03 .link-item {
  width: min(18.3333333333vw, 220px);
  height: min(7.5vw, 90px);
}
@media screen and (max-width: 768px) {
  .link-area03 .link-item {
    width: 38.4vw;
    height: 13.8666666667vw;
  }
}

.intro .link-area {
  margin-top: min(0.6666666667vw, 8px);
}

body {
  color: #fff;
}

.wrap-man {
  font-family: "Zen Kaku Gothic New", serif;
}
.wrap-man img {
  width: 100%;
  height: auto;
}