/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
:after,
:before {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15
}

body {
  margin: 0
}

main {
  display: block
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  line-height: 1.15;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0
}

dt {
  font-weight: 700
}

dd {
  margin-left: 0
}

hr {
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  height: 0;
  margin: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: inherit
}

address {
  font-style: inherit
}

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

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

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

embed,
iframe,
img,
object,
svg {
  vertical-align: bottom
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer
}

[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled,
button:disabled {
  cursor: default
}

:-moz-focusring {
  outline: auto
}

select:disabled {
  opacity: inherit
}

fieldset,
option {
  padding: 0
}

fieldset {
  margin: 0;
  min-width: 0
}

legend {
  padding: 0
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none
}

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

label[for] {
  cursor: pointer
}

details {
  display: block
}

summary {
  display: list-item
}

[contenteditable]:focus {
  outline: auto
}

table {
  border-collapse: collapse;
  border-color: inherit
}

caption {
  text-align: left
}

td,
th {
  padding: 0;
  vertical-align: top
}

th {
  font-weight: 700;
  text-align: left
}

.hidden {
  display: none !important
}

.new-products-wrap {
  --text-color: #000;
  --font-ja: "Noto Sans JP", sans-serif;
  --font-en: "Roboto", sans-serif;
  --margin: 56px;
  font-family: var(--font-ja);
  padding-bottom: 212px;
  margin-top: 48px
}

@media screen and (max-width:639px) {
  .new-products-wrap {
    padding-bottom: 42px;
    margin-top: 10px
  }
}

.new-products-wrap .new-products-wrap__inner {
  margin: 0 auto;
  max-width: 1110px;
  padding: 0 15px;
  width: 100%
}

@media screen and (max-width:639px) {
  .new-products-wrap .new-products-wrap__inner {
    padding: 0 15px
  }
}

.new-products-wrap .new-products-wrap__heading {
  align-items: flex-end;
  border-bottom: 2px solid var(--text-color);
  display: flex;
  flex-wrap: wrap;
  font-family: var(--font-en);
  font-size: 46px;
  font-weight: 700;
  gap: 14px;
  margin-bottom: var(--margin);
  padding-bottom: 7px
}

@media screen and (max-width:639px) {
  .new-products-wrap .new-products-wrap__heading {
    align-items: center;
    border-bottom: 1px solid var(--text-color);
    flex-direction: column;
    font-size: 31px;
    gap: 2px;
    margin-bottom: 32px
  }
}

.new-products-wrap .new-products-wrap__heading span {
  font-size: 20px;
  padding-bottom: 6px
}

@media screen and (max-width:639px) {
  .new-products-wrap .new-products-wrap__heading span {
    font-size: 11px;
    padding-bottom: 0
  }
}

.section:not(:first-of-type) {
  margin-top: var(--margin)
}

@media screen and (max-width:639px) {
  .section:not(:first-of-type) {
    margin-top: 80px
  }
}

.section .section__head {
  align-items: flex-end;
  display: flex;
  gap: 10px;
  justify-content: center
}

@media screen and (max-width:639px) {
  .section .section__head {
    align-items: flex-start;
    flex-direction: column
  }
}

.section .section__heading {
  width: 280px
}

@media screen and (max-width:639px) {
  .section .section__heading {
    width: 130px
  }
}

.section .section__heading img {
  height: auto;
  width: 100%
}

.section .section__lead {
  font-family: var(--font-en);
  font-size: 22px;
  font-weight: 700;
  line-height: 1
}

@media screen and (max-width:639px) {
  .section .section__lead {
    font-size: 12px
  }
}

.section .section__flex {
  align-items: flex-end;
  display: grid;
  gap: min(3%, 40px);
  grid-template-columns: 1fr 1fr;
  margin-top: var(--margin)
}

@media screen and (max-width:639px) {
  .section .section__flex {
    gap: 15px;
    grid-template-columns: 1fr;
    margin-top: 11px
  }

  .section .section__flex:not(:first-of-type) {
    margin-top: 42px
  }
}

.section .section__imgarea {
  max-width: 520px;
  min-width: 350px;
  width: 100%
}

@media screen and (max-width:639px) {
  .section .section__imgarea {
    max-width: none;
    min-width: auto
  }
}

.section .setion__img:not(:first-child) {
  margin-top: 38px
}

@media screen and (max-width:639px) {
  .section .setion__img:not(:first-child) {
    margin-top: 11px
  }
}

.section .setion__img img {
  height: auto;
  width: 100%
}

.section .section__col {
  display: flex;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.section .section__col:has(.section__part.is-full) {
  width: 100%
}

.section .section__title {
  font-family: var(--font-en);
  font-size: 24px;
  white-space: nowrap
}

@media screen and (max-width:639px) {
  .section .section__title {
    font-size: 23px;
    white-space: unset
  }
}

.section .section__title span {
  font-size: 14px;
  font-weight: 300;
  margin-left: 10px
}

@media screen and (max-width:639px) {
  .section .section__title span {
    font-size: 13px;
    margin-left: 9px
  }
}

.section .section__text {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: auto;
  margin-top: 6px
}

@media screen and (max-width:639px) {
  .section .section__text {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 8px
  }
}

.section .section__part {
  margin-top: 28px
}

@media screen and (max-width:639px) {
  .section .section__part {
    margin-top: 12px
  }
}

.section .section__part.is-full img {
  width: 100%
}

.section .section__part img {
  height: auto;
  max-width: 100%
}

@media screen and (max-width:639px) {
  .section .section__part img {
    width: auto
  }
}

.section .section__link {
  align-items: center;
  display: flex;
  gap: 6px;
  margin-top: 38px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

@media screen and (max-width:639px) {
  .section .section__link {
    margin-top: 14px
  }
}

@media (hover:hover) and (pointer:fine) {
  .section .section__link:hover span:after {
    transform: scaleX(1)
  }
}

.section .section__link span {
  font-size: 13px;
  font-weight: 300;
  padding-bottom: 2px;
  position: relative
}

.section .section__link span:after {
  background: var(--text-color);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s;
  width: 100%
}

.section .section__link img {
  height: auto;
  width: 26px
}

.section .section__cols {
  display: flex;
  gap: min(3%, 44px);
  margin-top: var(--margin)
}

@media screen and (max-width:639px) {
  .section .section__cols {
    flex-direction: column;
    gap: 42px;
    margin-top: 42px
  }
}

.section .section__cols.is-wide {
  justify-content: space-between
}

.section .section__cols.mt-sm {
  margin-top: 24px
}

@media screen and (max-width:639px) {
  .section .section__cols.mt-sm {
    margin-top: 15px
  }
}

.section .section__sup {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
  margin-top: var(--margin)
}

@media screen and (max-width:639px) {
  .section .section__sup {
    margin-top: 42px
  }
}

.section .section__genre {
  font-family: var(--font-en);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px
}

@media (min-width:640px) {
  .desktop\:block {
    display: block !important
  }

  .desktop\:flex {
    display: flex !important
  }

  .desktop\:hidden {
    display: none !important
  }
}