@charset "UTF-8";
.one-em {
  width: 1em;
  display: inline-block;
  text-align: center;
}

.kara {
  width: 1em;
  display: inline-block;
  text-align: center;
  font-variant-east-asian: normal;
}

.header__navi {
  display: none; /* reset */
}

.main {
  overflow: visible;
  margin-top: 0; /* reset */
  padding-top: 0; /* reset */
}
@media (max-width: 767px) {
  .main {
    border-top: var(--headerHeight) solid var(--colorBg2);
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  html.orientation_landscape {
    font-size: calc(100vw / var(--spViewport));
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  html.orientation_landscape {
    font-size: calc(50vw / var(--spViewport));
  }
}

@media print {
  .header {
    position: relative;
  }
}
@media (min-width: 768px) {
  .header {
    transition-delay: 0s;
    transition-duration: 0s;
  }
}

.footer {
  font-family: var(--fontBase);
}

.container {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.l-article {
  position: relative;
}

.article-single-body img, .article-single-body picture {
  width: 100%;
  display: block;
}
.article-single-body img:not(:last-child),
.article-single-body picture:not(:last-child),
.article-single-body figure:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .article-single-body img:not(:last-child),
  .article-single-body picture:not(:last-child),
  .article-single-body figure:not(:last-child) {
    margin-bottom: 29px;
  }
}
@media (min-width: 768px) {
  .article-single-body img.rounded--pc,
  .article-single-body picture.rounded--pc,
  .article-single-body figure.rounded--pc {
    border-radius: 32px;
    overflow: hidden;
  }
}
.article-single-body picture.expand--sp {
  width: calc(100% + var(--sidePaddingSp1) * 2);
  margin-left: calc(var(--sidePaddingSp1) * -1);
}
.article-single-body p:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .article-single-body p:not(:last-child) {
    margin-bottom: 29px;
  }
}

.rounded {
  border-radius: 12px;
  overflow: hidden;
}

.article-single-body:not(.article-single-body--sns) {
  overflow: hidden;
  padding-bottom: 64px;
}
@media (min-width: 768px) {
  .article-single-body:not(.article-single-body--sns) {
    padding-bottom: 116px;
  }
}

.article-single-share__list {
  margin-top: 0;
}

@media (max-width: 767px) {
  .article-single-share__item {
    width: 34px;
  }
}

.l-section:not(:last-child) {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .l-section:not(:last-child) {
    margin-bottom: 58px;
  }
}

.l-block:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .l-block:not(:last-child) {
    margin-bottom: 29px;
  }
}

.tu_bg_wide .contents_width--wide {
  width: 100%;
}
@media (min-width: 768px) {
  .tu_bg_wide .contents_width--wide {
    max-width: calc(var(--widthDefault) + 70px);
  }
}
@media (min-width: 768px) {
  .tu_bg_wide .contents_width--narrow,
  .tu_bg_wide .article-section--narrow .contents_width {
    max-width: calc(var(--widthDefault) - 210px);
  }
}
@media (min-width: 768px) {
  .tu_bg_wide .contents_width--cond,
  .tu_bg_wide .article-section--cond .contents_width {
    max-width: calc(var(--widthDefault) - 420px);
  }
}
.tu_bg_wide .contents_width--full {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .tu_bg_wide .contents_width--full--p {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
  }
}

.contents_width__inner {
  position: relative;
}

@media (min-width: 768px) {
  .only--sp {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .only--pc {
    display: none !important;
  }
}

.adjust_leding {
  margin-top: -0.4em;
}

.contents {
  background-color: #f4f6fa;
}

.s-logo, .s-contact {
  background-color: #fff;
}

.s-logo {
  padding-top: 64px;
}
@media (min-width: 768px) {
  .s-logo {
    padding-top: 116px;
  }
}

.article-single-body__inner--bg {
  margin-block: 64px;
  padding-block: 64px;
  z-index: 100;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .article-single-body__inner--bg {
    margin-block: 116px;
    padding-block: 116px;
  }
}
.article-single-body__inner--bg::before, .article-single-body__inner--bg::after {
  content: "";
  position: absolute;
  z-index: 101;
  left: 0;
  width: 200%;
  height: 0;
  padding-top: 100%;
  background-color: #f4f6fa;
  pointer-events: none;
  mask-image: url('data:image/svg+xml;utf8,<svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 100"><defs><style>.b{stroke-width:0px;}</style></defs><path class="b" d="m150,0v42.16663c0,6.38892-5.27777,7.83337-50,7.83337s-50-1.44446-50-7.83337V0H0v100h200V0h-50Z"/></svg>');
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
.article-single-body__inner--bg::before {
  top: 0;
  translate: -25% -50%;
  scale: 1 -1;
}
.article-single-body__inner--bg::after {
  bottom: 0;
  translate: -25% 50%;
}
.article-single-body__inner--bg > * {
  z-index: 102;
}

.article-single-body__inner--dent {
  padding-block: 64px;
  z-index: 100;
  position: relative;
  background-color: #e84124;
}
@media (min-width: 768px) {
  .article-single-body__inner--dent {
    padding-block: 116px;
  }
}
.article-single-body__inner--dent::before, .article-single-body__inner--dent::after {
  content: "";
  position: absolute;
  z-index: 101;
  left: 0;
  width: 200%;
  height: 0;
  padding-top: 100%;
  background-color: #e84124;
  pointer-events: none;
  mask-image: url('data:image/svg+xml;utf8,<svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 100"><defs><style>.b{stroke-width:0px;}</style></defs><path class="b" d="m150,0v42.16663c0,6.38892-5.27777,7.83337-50,7.83337s-50-1.44446-50-7.83337V0H0v100h200V0h-50Z"/></svg>');
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
.article-single-body__inner--dent::before {
  top: 0;
  translate: -25% -50%;
}
.article-single-body__inner--dent::after {
  bottom: 0;
  translate: -25% 50%;
  scale: 1 -1;
}
.article-single-body:has(.article-single-body__inner--dent) {
  padding-block: calc(64px + 50vw);
  margin-block: -50vw;
}
@media (min-width: 768px) {
  .article-single-body:has(.article-single-body__inner--dent) {
    padding-block: calc(116px + 50vw);
    margin-block: -50vw;
  }
}
.article-single-body__inner--dent > * {
  z-index: 102;
}

.contents_width__inner--bg {
  padding: 64px calc(var(--sidePaddingSp1) * 2);
  z-index: 100;
  background-color: rgba(24, 115, 224, 0.5);
  position: relative;
  overflow: hidden;
}
.contents_width__inner--bg:not(:last-child) {
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .contents_width__inner--bg:not(:last-child) {
    margin-bottom: 116px;
  }
}
@media (min-width: 768px) {
  .contents_width__inner--bg {
    padding: 116px;
  }
}
.contents_width__inner--bg::before, .contents_width__inner--bg::after {
  content: "";
  position: absolute;
  z-index: 101;
  left: 0;
  translate: -25% 50%;
  width: 200%;
  height: 0;
  padding-top: 100%;
  background-color: #fff;
  pointer-events: none;
  mask-image: url('data:image/svg+xml;utf8,<svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 100"><defs><style>.b{stroke-width:0px;}</style></defs><path class="b" d="m150,25c0,4.42468-.15234,9.22534-1.98889,13.5083-1.84143,4.2572-5.24561,7.66138-9.50281,9.50269-4.28284,1.83667-9.08362,1.98901-13.5083,1.98901h-50c-4.42468,0-9.22546-.15234-13.5083-1.98901-4.2572-1.84131-7.66138-5.24548-9.50281-9.50269-1.83655-4.28296-1.98889-9.08362-1.98889-13.5083V0H0v100h200V0h-50v25Z"/></svg>');
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
.contents_width__inner--bg::before {
  top: 0;
  translate: -25% -50%;
  scale: 1 -1;
}
.contents_width__inner--bg::after {
  bottom: 0;
  translate: -25% 50%;
}
.contents_width__inner--bg > * {
  z-index: 102;
}

.article-single-body__inner--shadow {
  position: relative;
  padding-block: 64px;
}
@media (min-width: 768px) {
  .article-single-body__inner--shadow {
    padding-block: 116px;
  }
}
.article-single-body__inner--shadow::before, .article-single-body__inner--shadow::after {
  content: "";
  position: absolute;
  z-index: 101;
  left: 0;
  width: 100%;
  height: 64px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
}
@media (min-width: 768px) {
  .article-single-body__inner--shadow::before, .article-single-body__inner--shadow::after {
    height: 116px;
  }
}
.article-single-body__inner--shadow::before {
  top: 0;
}
.article-single-body__inner--shadow::after {
  bottom: 0;
  scale: 1 -1;
}

.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  align-content: space-between;
}
.flex > * {
  min-width: 0;
}
.flex > *.minimum {
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  white-space: nowrap;
}
.flex.flex--gutter {
  grid-gap: 16px 24px;
  gap: 16px 24px;
}
@media (min-width: 768px) {
  .flex.flex--gutter {
    grid-gap: 29px 32px;
    gap: 29px 32px;
  }
}
.flex--2,
.flex--3,
.flex--1-2,
.flex--1-3 {
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (max-width: 767px) {
  .flex--2 > div {
    width: calc((100% - 24px) / 2);
  }
}

@media (max-width: 767px) {
  .flex--3 > div {
    width: calc((100% - 48px) / 3);
  }
}

@media (min-width: 768px) {
  .flex--2 > div,
  .flex--1-2 > div {
    width: calc((100% - 32px) / 2);
  }
}

@media (min-width: 768px) {
  .flex--3 > div,
  .flex--1-3 > div {
    width: calc((100% - 64px) / 3);
  }
}

.flex--fill > *:not(.flex__item) {
  flex-grow: 1;
}

.flex--even > * {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}

.flex--wrap {
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  main {
    margin-top: 0 !important;
  }
}

.tu_header {
  position: relative;
  z-index: 200;
  overflow: hidden;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .tu_header {
    padding-top: var(--heightHeaderPc);
    margin-bottom: 116px;
  }
}

.tu_header__inner {
  position: relative;
  width: 100%;
  position: relative;
  z-index: 201;
  background-color: rgb(247.35, 247.35, 247.35);
}
@media (min-width: 768px) {
  .tu_header__inner {
    aspect-ratio: 100/69;
  }
}

.tu_header__fig {
  z-index: 202;
  width: 100%;
  position: relative;
  aspect-ratio: 2/2.25;
}
@media (min-width: 768px) {
  .tu_header__fig {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
  }
}
.tu_header__fig > picture img, .tu_header__fig > img {
  z-index: 203;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.tu_header__h1 {
  z-index: 210;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  align-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 30%;
  margin-top: calc(var(--sidePaddingSp1) * -2);
}
.tu_header__h1 > * {
  min-width: 0;
}
.tu_header__h1 > *.minimum {
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .tu_header__h1 {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    margin-top: 0;
  }
}

.tu_header__h1__inner {
  position: relative;
  z-index: 211;
  width: 100%;
}

.tu_header__h1__heading {
  margin-right: auto;
  margin-left: auto;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
}
.tu_header__h1__heading__body {
  display: block;
  width: calc(100% - var(--sidePaddingSp1) * 2);
  margin-left: var(--sidePaddingSp1);
  background-color: rgba(24, 115, 224, 0.9);
  padding: var(--sidePaddingSp1);
}
@media (min-width: 768px) {
  .tu_header__h1__heading__body {
    width: 47%;
    margin-left: auto;
    margin-right: 3vw;
    background-color: transparent;
    padding: 0;
  }
}
.tu_header__h1__heading__body > span {
  display: block;
}
.tu_header__h1__heading__body > span:nth-child(1) {
  font-size: 4.25vw;
  transform-origin: center left;
}
@media (max-width: 767px) {
  .tu_header__h1__heading__body > span:nth-child(1) {
    border-bottom: 2px solid #fff;
    padding-bottom: 0.5em;
  }
}
.tu_header__h1__heading__body > span:nth-child(1) {
  font-weight: 600;
  font-size: 5.8vw;
}
@media (min-width: 768px) {
  .tu_header__h1__heading__body > span:nth-child(1) {
    font-size: 3.26vw;
  }
}
.tu_header__h1__heading__body > span:nth-child(2) {
  margin-left: 0.5vw;
}
@media (min-width: 768px) {
  .tu_header__h1__heading__body > span:nth-child(2) {
    margin-left: 0.3vw;
  }
}
.tu_header__h1__heading__body > span:nth-child(3) {
  font-size: 4.2vw;
  transform-origin: center left;
}
@media (min-width: 768px) {
  .tu_header__h1__heading__body > span:nth-child(3) {
    font-size: 2.5vw;
  }
}

.tu_header__h1__heading__body__logo {
  margin-top: 0.5em;
  margin-bottom: 0.3em;
  display: block;
}
.tu_header__h1__heading__body__logo img {
  height: 0.5em;
  width: auto;
  display: block;
}
@media (min-width: 768px) {
  .tu_header__h1__heading__body__logo img {
    height: 2.8vw;
  }
}

.tu_header__info {
  margin-right: auto;
  margin-left: auto;
  color: #000;
  padding-inline: var(--sidePaddingSp1);
  padding-top: var(--sidePaddingSp1);
  text-align: right;
  font-size: 10px;
  letter-spacing: 0;
  margin-block: -0.4em;
}
@media (min-width: 768px) {
  .tu_header__info {
    font-size: 10px;
    letter-spacing: 0;
  }
}
@media (min-width: 768px) {
  .tu_header__info {
    margin-right: auto;
    margin-left: auto;
    padding-inline: var(--sidePaddingPc1);
    padding-top: 29px;
  }
}
.tu_header__info__credit__pr {
  padding-left: 1em;
}

main:not(:last-child) {
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  main:not(:last-child) {
    margin-bottom: 116px;
  }
}

.contents_width {
  position: relative;
  z-index: 102;
}

@media (max-width: 767px) {
  .article-single-body--sns:not(:last-child) {
    margin-bottom: 48px;
  }
}
@media (min-width: 768px) {
  .article-single-body--sns {
    z-index: 200;
    top: 100px;
    position: sticky;
    left: 0;
    bottom: auto;
    right: auto;
    height: calc(40px * 4 + 24rem * 3);
    pointer-events: none;
  }
  .article-single-body--sns + .article-single-body {
    margin-top: calc((40px * 4 + 24rem * 3) * -1);
  }
}
.article-single-body + .article-single-body--sns {
  margin-top: -16px;
}

@media (max-width: 767px) {
  .article-single-share_wrap {
    position: relative !important;
  }
}
@media (min-width: 768px) {
  .article-single-share_wrap {
    pointer-events: auto;
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}

@media (min-width: 768px) {
  .article-single-share__item img {
    width: 40px;
    height: 40px;
  }
}

.article-section:not(:last-child) {
  padding-bottom: 64px;
}
@media (min-width: 768px) {
  .article-section:not(:last-child) {
    padding-bottom: 116px;
  }
}

.contents_width:not(:last-child) {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .contents_width:not(:last-child) {
    margin-bottom: 58px;
  }
}

@media (min-width: 768px) {
  .foot-nav,
  .foot-nav__trigger,
  .foot-nav__trigger--foot {
    display: none;
  }
}

.foot-nav__trigger {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 1px;
  height: 400vh;
  background-color: transparent;
  pointer-events: none;
}

.foot-nav__trigger--foot {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 400vh;
  background-color: transparent;
  pointer-events: none;
}

.foot-nav {
  position: fixed;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
  width: 100%;
  height: var(--heightHeaderSp);
  z-index: 800;
  transition-property: transform,opacity;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
  opacity: 0;
  color: #fff;
}
.is-loaded .foot-nav__trigger:not(.is-activing) + .foot-nav:not(.is-activing) {
  transition-duration: 0.2s;
  transform: translateY(0);
  opacity: 1;
}
.foot-nav::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
}

.foot-nav__inner {
  padding: calc(var(--sidePaddingSp1) / 2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 802;
  width: 100%;
  height: 100%;
}

.foot-nav__list {
  height: calc(var(--heightHeaderSp) - var(--sidePaddingSp1));
  line-height: calc(var(--heightHeaderSp) - var(--sidePaddingSp1));
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  align-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  background-color: rgb(24, 115, 224);
  border-radius: 7px;
  box-shadow: 0px 0px var(--sidePaddingSp1) rgba(0, 0, 0, 0.1) inset;
}
.foot-nav__list > * {
  min-width: 0;
}
.foot-nav__list > *.minimum {
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  white-space: nowrap;
}

.foot-nav__list__item {
  padding-inline: var(--sidePaddingSp1);
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  align-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  white-space: nowrap;
  color: #fff;
}
.foot-nav__list__item > * {
  min-width: 0;
}
.foot-nav__list__item > *.minimum {
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  white-space: nowrap;
}
.foot-nav__list__item--totop {
  width: calc(var(--heightHeaderSp) - var(--sidePaddingSp1) + var(--sidePaddingSp1));
  min-width: calc(var(--heightHeaderSp) - var(--sidePaddingSp1) + var(--sidePaddingSp1));
  max-width: calc(var(--heightHeaderSp) - var(--sidePaddingSp1) + var(--sidePaddingSp1));
  padding: 0;
  font-size: 10px;
}
.foot-nav__list__item--totop::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: currentcolor;
  mask-image: url('data:image/svg+xml;utf8,<svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 21"><defs><style>.b{stroke-width:0px;}</style></defs><polygon class="b" points="11.20703 2.79297 9.79297 4.20703 15.08594 9.5 3 9.5 3 11.5 15.08594 11.5 9.79297 16.79297 11.20703 18.20703 18.91406 10.5 11.20703 2.79297"/></svg>');
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 6vw;
  height: 6vw;
  rotate: -90deg;
  translate: 0 -1.5vw;
}

.foot-nav__list__item__anchor {
  padding-right: 18.2px;
  position: relative;
}
.foot-nav__list__item__anchor::before {
  content: "";
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  right: 0;
  width: 13px;
  height: 13px;
  mask-image: url('data:image/svg+xml;utf8,<svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 13"><defs><style>.b{stroke-width:0px;}</style></defs><path class="b" d="m7,10.5c0,.27588-.22461.5-.5.5H2.5c-.27539,0-.5-.22412-.5-.5v-4c0-.27588.22461-.5.5-.5h1.5v-1h-1.5c-.82715,0-1.5.67285-1.5,1.5v4c0,.82715.67285,1.5,1.5,1.5h4c.82715,0,1.5-.67285,1.5-1.5v-1.5h-1v1.5Z"/><path class="b" d="m10.5,1h-4c-.82715,0-1.5.67285-1.5,1.5v4c0,.82715.67285,1.5,1.5,1.5h4c.82715,0,1.5-.67285,1.5-1.5V2.5c0-.82715-.67285-1.5-1.5-1.5Zm0,6h-4c-.27539,0-.5-.22412-.5-.5v-3.5h5v3.5c0,.27588-.22461.5-.5.5Z"/></svg>');
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentcolor;
  opacity: 0.75;
}

.foot-nav__list__item__inner {
  display: block;
  font-size: 4.2vw;
  line-height: 1;
  align-self: center;
}
.foot-nav__list__item__inner picture {
  margin-bottom: 0 !important;
  padding-top: 2vw;
  padding-bottom: 2vw;
}

.foot-nav__list__item__inner__str {
  font-size: 10px;
  white-space: nowrap;
  height: 2em;
  line-height: 2;
  display: block;
  position: absolute;
  margin-right: auto;
  margin-left: auto;
  right: 0;
  left: 0;
  position: absolute;
  bottom: 1vw;
  width: 100%;
  text-align: center;
}

.hr {
  margin-top: -64px;
  width: 100%;
  clear: both;
  height: 96px;
  position: relative;
}
@media (min-width: 768px) {
  .hr {
    margin-top: -116px;
  }
}
@media (min-width: 768px) {
  .hr {
    height: 174px;
  }
}
.hr hr {
  display: none;
}
.hr::before, .hr::after {
  content: "";
  background-color: #e65816;
}
.hr::before {
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
}
.hr::after {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
}

.s-profile__box {
  display: -ms-grid;
  display: grid;
  grid-gap: 16px 24px;
  gap: 16px 24px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
}
@media (min-width: 768px) {
  .s-profile__box {
    grid-gap: 29px 32px;
    gap: 29px 32px;
  }
}
@media (min-width: 768px) {
  .s-profile__box {
    -ms-grid-columns: 1fr 2fr 6fr;
    grid-template-columns: 1fr 2fr 6fr;
  }
}
.s-profile__box__h {
  grid-column: 1/2;
  grid-row: 1/2;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1;
  position: relative;
}
@media (min-width: 768px) {
  .s-profile__box__h {
    font-size: 14px;
    letter-spacing: 0.04em;
  }
}
@media (min-width: 768px) {
  .s-profile__box__h {
    grid-column: 1/2;
    grid-row: 1/-1;
  }
}
.s-profile__box__h::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgb(24, 115, 224);
  height: 1px;
}
.s-profile__box__h span {
  position: absolute;
  left: 0;
  top: -1em;
  rotate: 90deg;
  transform-origin: left bottom;
}

.s-profile__box__fig {
  grid-column: 2/3;
  grid-row: 1/3;
}
@media (min-width: 768px) {
  .s-profile__box__fig {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}

.s-profile__box__name {
  grid-column: 1/2;
  grid-row: 2/3;
  text-align: left;
}
@media (min-width: 768px) {
  .s-profile__box__name {
    grid-column: 2/3;
    grid-row: 2/3;
    text-align: center;
  }
}

.avatar img {
  border-radius: 12px;
}

@media (max-width: 767px) {
  .s-profile__box__txt {
    grid-column: 1/-1;
  }
}
@media (min-width: 768px) {
  .s-profile__box__txt {
    grid-row: 1/-1;
  }
}

html {
  font-family: Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.article-section a {
  color: rgb(24, 115, 224);
  text-underline-offset: 0.4em;
  text-decoration: underline;
  text-decoration-color: currentcolor;
  transition-property: color,text-decoration-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
}
.article-section a .anchor__str {
  transition-property: color,text-decoration-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
  text-decoration: underline;
  text-decoration-color: currentcolor;
}
@media (hover: hover) {
  .article-section a:hover {
    text-decoration-color: transparent;
    color: rgb(19.064516129, 91.3508064516, 177.935483871);
  }
  .article-section a:hover .anchor__str {
    text-decoration-color: transparent;
  }
}
.article-section a:focus-visible, .article-section a.is-hover {
  text-decoration-color: transparent;
  color: rgb(19.064516129, 91.3508064516, 177.935483871);
}
.article-section a:focus-visible .anchor__str, .article-section a.is-hover .anchor__str {
  text-decoration-color: transparent;
}

.ui a {
  color: #000;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.ui a .anchor__str {
  text-decoration: underline;
  text-decoration-color: transparent;
}
@media (hover: hover) {
  .ui a:hover {
    text-decoration-color: currentcolor;
    color: rgb(19.064516129, 91.3508064516, 177.935483871);
  }
  .ui a:hover .anchor__str {
    text-decoration-color: currentcolor;
  }
}
.ui a:focus-visible, .ui a.is-hover {
  text-decoration-color: currentcolor;
  color: rgb(19.064516129, 91.3508064516, 177.935483871);
}
.ui a:focus-visible .anchor__str, .ui a.is-hover .anchor__str {
  text-decoration-color: currentcolor;
}

.article-section .m-button {
  margin-right: auto;
  margin-left: auto;
  border: 1px solid rgb(19.064516129, 91.3508064516, 177.935483871);
  background-color: rgb(24, 115, 224);
  display: block;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-align: center;
  color: #fff;
  border-radius: 12px;
  white-space: nowrap;
  height: auto;
  min-height: 3em;
  line-height: 1.5;
  position: relative;
  font-weight: bold;
  transition-property: color,background-color,border-color,text-decoration-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
  box-shadow: 0px 0px 1em rgba(0, 0, 0, 0.05) inset;
}
.article-section .m-button:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .article-section .m-button:not(:last-child) {
    margin-bottom: 15px;
  }
}
.article-section .m-button > span {
  padding-block: 0.75em;
  display: block;
  position: relative;
}
@media (hover: hover) {
  .article-section .m-button:hover {
    background-color: rgb(19.064516129, 91.3508064516, 177.935483871);
    color: #fff;
  }
}
@media (min-width: 768px) {
  .article-section .m-button {
    width: 50%;
  }
}
.article-section .m-button--sm {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  min-height: 2.7em;
  border-radius: 9999px;
  width: calc(100% - var(--sidePaddingSp1) * 2);
}
@media (min-width: 768px) {
  .article-section .m-button--sm {
    font-size: 14px;
    letter-spacing: 0.04em;
  }
}
.article-section .m-button--sm > span {
  padding-block: 0.6em;
}
@media (min-width: 768px) {
  .article-section .m-button--sm {
    width: 40%;
  }
}
.article-section .m-button--lg {
  font-size: 18px;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .article-section .m-button--lg {
    font-size: 18px;
    letter-spacing: 0.04em;
  }
}
@media (min-width: 768px) {
  .article-section .m-button--lg {
    width: 55%;
  }
}
.article-section .m-button--mild {
  color: rgb(24, 115, 224);
  background-color: rgb(247.35, 247.35, 247.35);
  border-color: rgb(211.65, 211.65, 211.65);
}
@media (hover: hover) {
  .article-section .m-button--mild:hover {
    background-color: rgb(239.7, 239.7, 239.7);
    color: rgb(24, 115, 224);
    border-color: rgb(183.6, 183.6, 183.6);
  }
}
.article-section .m-button--ghost {
  color: rgb(24, 115, 224);
  background-color: transparent;
  font-weight: 400;
  border-color: transparent;
  box-shadow: none;
}
.article-section .m-button--ghost .m-button__str {
  transition-property: color,text-decoration-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
  text-decoration: underline;
  text-decoration-color: currentcolor;
}
@media (hover: hover) {
  .article-section .m-button--ghost:hover {
    background-color: transparent;
    color: rgb(19.064516129, 91.3508064516, 177.935483871);
    border-color: transparent;
  }
  .article-section .m-button--ghost:hover .m-button__str {
    text-decoration-color: transparent;
  }
}

.m-button:has(.anchor__str),
.m-button-s:has(.anchor__str),
.m-button-logo__anchor:has(.anchor__str),
.article-section a:has(.anchor__str) {
  padding-inline: 0.2em;
}
.m-button[target=_blank] .m-button__str,
.m-button[target=_blank] .m-button-logo__anchor__str,
.m-button[target=_blank] .anchor__str, [target=_blank] .m-button .m-button__str,
[target=_blank] .m-button .m-button-logo__anchor__str,
[target=_blank] .m-button .anchor__str,
.m-button-s[target=_blank] .m-button__str,
.m-button-s[target=_blank] .m-button-logo__anchor__str,
.m-button-s[target=_blank] .anchor__str,
[target=_blank] .m-button-s .m-button__str,
[target=_blank] .m-button-s .m-button-logo__anchor__str,
[target=_blank] .m-button-s .anchor__str,
.m-button-logo__anchor[target=_blank] .m-button__str,
.m-button-logo__anchor[target=_blank] .m-button-logo__anchor__str,
.m-button-logo__anchor[target=_blank] .anchor__str,
[target=_blank] .m-button-logo__anchor .m-button__str,
[target=_blank] .m-button-logo__anchor .m-button-logo__anchor__str,
[target=_blank] .m-button-logo__anchor .anchor__str,
.article-section a[target=_blank] .m-button__str,
.article-section a[target=_blank] .m-button-logo__anchor__str,
.article-section a[target=_blank] .anchor__str,
[target=_blank] .article-section a .m-button__str,
[target=_blank] .article-section a .m-button-logo__anchor__str,
[target=_blank] .article-section a .anchor__str {
  display: inline-block;
  position: relative;
  padding-right: 17.55px;
}
.m-button[target=_blank] .m-button__str::before,
.m-button[target=_blank] .m-button-logo__anchor__str::before,
.m-button[target=_blank] .anchor__str::before, [target=_blank] .m-button .m-button__str::before,
[target=_blank] .m-button .m-button-logo__anchor__str::before,
[target=_blank] .m-button .anchor__str::before,
.m-button-s[target=_blank] .m-button__str::before,
.m-button-s[target=_blank] .m-button-logo__anchor__str::before,
.m-button-s[target=_blank] .anchor__str::before,
[target=_blank] .m-button-s .m-button__str::before,
[target=_blank] .m-button-s .m-button-logo__anchor__str::before,
[target=_blank] .m-button-s .anchor__str::before,
.m-button-logo__anchor[target=_blank] .m-button__str::before,
.m-button-logo__anchor[target=_blank] .m-button-logo__anchor__str::before,
.m-button-logo__anchor[target=_blank] .anchor__str::before,
[target=_blank] .m-button-logo__anchor .m-button__str::before,
[target=_blank] .m-button-logo__anchor .m-button-logo__anchor__str::before,
[target=_blank] .m-button-logo__anchor .anchor__str::before,
.article-section a[target=_blank] .m-button__str::before,
.article-section a[target=_blank] .m-button-logo__anchor__str::before,
.article-section a[target=_blank] .anchor__str::before,
[target=_blank] .article-section a .m-button__str::before,
[target=_blank] .article-section a .m-button-logo__anchor__str::before,
[target=_blank] .article-section a .anchor__str::before {
  content: "";
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  right: 0;
  width: 13px;
  height: 13px;
  mask-image: url('data:image/svg+xml;utf8,<svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 13"><defs><style>.b{stroke-width:0px;}</style></defs><path class="b" d="m7,10.5c0,.27588-.22461.5-.5.5H2.5c-.27539,0-.5-.22412-.5-.5v-4c0-.27588.22461-.5.5-.5h1.5v-1h-1.5c-.82715,0-1.5.67285-1.5,1.5v4c0,.82715.67285,1.5,1.5,1.5h4c.82715,0,1.5-.67285,1.5-1.5v-1.5h-1v1.5Z"/><path class="b" d="m10.5,1h-4c-.82715,0-1.5.67285-1.5,1.5v4c0,.82715.67285,1.5,1.5,1.5h4c.82715,0,1.5-.67285,1.5-1.5V2.5c0-.82715-.67285-1.5-1.5-1.5Zm0,6h-4c-.27539,0-.5-.22412-.5-.5v-3.5h5v3.5c0,.27588-.22461.5-.5.5Z"/></svg>');
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentcolor;
  opacity: 0.75;
}
.m-button[target=_blank] .m-button__str span,
.m-button[target=_blank] .m-button-logo__anchor__str span,
.m-button[target=_blank] .anchor__str span, [target=_blank] .m-button .m-button__str span,
[target=_blank] .m-button .m-button-logo__anchor__str span,
[target=_blank] .m-button .anchor__str span,
.m-button-s[target=_blank] .m-button__str span,
.m-button-s[target=_blank] .m-button-logo__anchor__str span,
.m-button-s[target=_blank] .anchor__str span,
[target=_blank] .m-button-s .m-button__str span,
[target=_blank] .m-button-s .m-button-logo__anchor__str span,
[target=_blank] .m-button-s .anchor__str span,
.m-button-logo__anchor[target=_blank] .m-button__str span,
.m-button-logo__anchor[target=_blank] .m-button-logo__anchor__str span,
.m-button-logo__anchor[target=_blank] .anchor__str span,
[target=_blank] .m-button-logo__anchor .m-button__str span,
[target=_blank] .m-button-logo__anchor .m-button-logo__anchor__str span,
[target=_blank] .m-button-logo__anchor .anchor__str span,
.article-section a[target=_blank] .m-button__str span,
.article-section a[target=_blank] .m-button-logo__anchor__str span,
.article-section a[target=_blank] .anchor__str span,
[target=_blank] .article-section a .m-button__str span,
[target=_blank] .article-section a .m-button-logo__anchor__str span,
[target=_blank] .article-section a .anchor__str span {
  display: block;
}

.m-button-logo {
  text-align: center;
}

.m-button-logo__anchor {
  display: block;
  border-radius: 12px;
  padding: 1.25em;
  border: 1px solid rgb(24, 115, 224);
  background-color: rgb(24, 115, 224);
  color: #fff;
  margin-right: auto;
  margin-left: auto;
  display: -ms-grid;
  display: grid;
  align-items: center;
  -ms-grid-columns: atuo;
  grid-template-columns: atuo;
}
.m-button-logo__anchor:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .m-button-logo__anchor:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .m-button-logo__anchor {
    padding: 2em;
    -ms-grid-columns: 1fr 3fr;
    grid-template-columns: 1fr 3fr;
  }
}
.m-button-logo__anchor__fig {
  width: 30%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .m-button-logo__anchor__fig {
    width: 100%;
    margin-bottom: 0;
    -ms-grid-columns: 1fr 3fr;
    grid-template-columns: 1fr 3fr;
  }
}
.m-button-logo__anchor__str {
  color: #fff;
  line-height: 1;
  font-weight: bold;
}

.paren {
  font-size: 0.75em;
  vertical-align: 0.125em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.3;
}

h2, h3, h4, h5, h6 {
  color: rgb(24, 115, 224);
}

h1, h2, h3, h4, h5 {
  font-feature-settings: "palt";
  font-variant-numeric: lining-nums;
}

.h2 {
  position: relative;
  display: -ms-grid;
  display: grid;
  align-items: center;
  -ms-grid-columns: 1fr 4fr;
  grid-template-columns: 1fr 4fr;
}
.h2:not(:last-child) {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .h2:not(:last-child) {
    margin-bottom: 58px;
  }
}
.h2 h2 {
  font-weight: 500;
  border-left: 2px solid currentcolor;
  padding-left: 1em;
  font-size: 20px;
}
.h2 h2 > span {
  display: inline-block;
}
@media (min-width: 768px) {
  .h2 h2 {
    font-size: 22px;
    font-weight: 700;
  }
}
.h2 h2 .h2__em {
  display: block;
  padding-top: 0.3em;
  margin-top: 0.3em;
  border-top: 1px solid rgb(24, 115, 224);
  font-size: 26px;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .h2 h2 .h2__em {
    font-size: 26px;
    letter-spacing: 0;
  }
}
@media (min-width: 768px) {
  .h2 h2 .h2__em {
    font-size: 34px;
  }
}

.under_dotted {
  border-bottom: 3px dotted currentcolor;
}

span.under_dotted {
  display: inline-block;
}

.h3 {
  text-align: center;
}
.h3:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .h3:not(:last-child) {
    margin-bottom: 15px;
  }
}
.h3 h3, .h3 h2 {
  font-size: 18px;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .h3 h3, .h3 h2 {
    font-size: 18px;
    letter-spacing: 0.04em;
  }
}
.h3--left {
  text-align: left;
}
.h3 span {
  display: inline-block;
}

.h4 {
  font-size: 16px;
  letter-spacing: 0.04em;
}
.h4:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .h4:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .h4 {
    font-size: 16px;
    letter-spacing: 0.04em;
  }
}
.h3 + .h4 {
  margin-top: 0;
}

.m-caption {
  font-size: 13px;
  padding-inline: 12px;
  margin-top: -4px;
  position: relative;
  color: rgb(24, 115, 224);
  font-weight: bold;
  border-left: 1px solid currentcolor;
  padding-left: 1em;
}
@media (min-width: 768px) {
  .m-caption {
    margin-top: -7.25px;
  }
}
.m-caption::before {
  content: "";
  position: absolute;
  left: 24px;
  height: 29px;
  width: 1px;
  background-color: rgb(24, 115, 224);
  bottom: 100%;
  rotate: 45deg;
}

.mb--bit {
  margin-bottom: 2px !important;
}

.m-lead {
  font-weight: bold;
  line-height: 2.5;
  text-decoration: underline;
  text-underline-offset: 0.75em;
}
.m-lead:not(:last-child) {
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .m-lead:not(:last-child) {
    margin-bottom: 116px;
  }
}

.m-profile__lead {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: rgb(24, 115, 224);
  font-weight: bold;
}
@media (min-width: 768px) {
  .m-profile__lead {
    font-size: 22px;
    letter-spacing: 0;
  }
}
.m-profile__lead:not(:last-child) {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .m-profile__lead:not(:last-child) {
    margin-bottom: 58px;
  }
}
.m-profile__lead p > span {
  display: inline-block;
}

.m-profile__container__item__avatar {
  width: min(40%, 157px);
  margin-right: auto;
  margin-left: auto;
}
.m-profile__container__item__avatar:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .m-profile__container__item__avatar:not(:last-child) {
    margin-bottom: 15px;
  }
}

.m-profile__container__item__info__job {
  font-size: 11px;
  letter-spacing: 0;
  line-height: 1;
  color: rgb(14.1290322581, 67.7016129032, 131.8709677419);
}
@media (min-width: 768px) {
  .m-profile__container__item__info__job {
    font-size: 11px;
    letter-spacing: 0;
  }
}
.m-profile__container__item__info__job:not(:last-child) {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .m-profile__container__item__info__job:not(:last-child) {
    margin-bottom: 10px;
  }
}

.m-profile__container__item__info__name {
  line-height: 1;
  font-weight: bold;
  color: rgb(24, 115, 224);
}
.m-profile__container__item__info__name:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .m-profile__container__item__info__name:not(:last-child) {
    margin-bottom: 15px;
  }
}

.m-profile__container__item__info__yomi {
  text-align: center;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 1.8;
  padding-bottom: 0.4em;
  position: relative;
  margin-bottom: 38px;
}
@media (min-width: 768px) {
  .m-profile__container__item__info__yomi {
    font-size: 11px;
    letter-spacing: 0;
  }
}
@media (min-width: 768px) {
  .m-profile__container__item__info__yomi {
    margin-bottom: 53px;
  }
}
.m-profile__container__item__info__yomi::after {
  content: "";
  position: absolute;
  margin-right: auto;
  margin-left: auto;
  right: 0;
  left: 0;
  bottom: -17.5px;
  height: 3px;
  width: 35px;
  background-color: rgb(24, 115, 224);
  z-index: 102;
}
@media (min-width: 768px) {
  .m-profile__container__item__info__yomi::after {
    bottom: -25px;
    width: 50px;
  }
}

.m-product__heading {
  font-size: 22px;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .m-product__heading {
    font-size: 22px;
    letter-spacing: 0;
  }
}
.m-product__heading:not(:last-child) {
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .m-product__heading:not(:last-child) {
    margin-bottom: 116px;
  }
}

.m-product__heading__h {
  font-size: 22px;
  letter-spacing: 0;
  padding-top: 0.85em;
  padding-bottom: 0.85em;
  text-align: center;
  z-index: 100;
  position: relative;
}
@media (min-width: 768px) {
  .m-product__heading__h {
    font-size: 22px;
    letter-spacing: 0;
  }
}
.m-product__heading__h::before {
  z-index: 101;
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-image: url(../img/hr.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}
@media (min-width: 768px) {
  .m-product__heading__h::before {
    width: 50%;
    height: 8px;
  }
}

.m-product__heading__h__str {
  background-color: #fff;
  display: inline-block;
  width: auto;
  z-index: 102;
  position: relative;
  padding: 0 1em;
}

.m-product__list__item__info__heading {
  position: relative;
  line-height: 1.4;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 1.8;
  text-align: center;
}
.m-product__list__item__info__heading:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .m-product__list__item__info__heading:not(:last-child) {
    margin-bottom: 29px;
  }
}
@media (min-width: 768px) {
  .m-product__list__item__info__heading {
    font-size: 26px;
    letter-spacing: 0;
  }
}
@media (min-width: 768px) {
  .m-product__list__item__info__heading {
    font-size: 26px;
    letter-spacing: 0;
    line-height: 1.8;
    text-align: left;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .m-product__list__item__info__heading {
    font-size: 26px;
    letter-spacing: 0;
  }
}
@media (min-width: 768px) {
  .m-product__list__item__info__heading:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .m-product__list__item__info__heading:not(:last-child) {
    margin-bottom: 15px;
  }
}

.m-product__list__item__info__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.8;
  position: relative;
  padding-left: 1.5em;
  border-left: 2px solid rgb(24, 115, 224);
  border-right: 2px solid rgb(24, 115, 224);
}
.m-product__list__item__info__list:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .m-product__list__item__info__list:not(:last-child) {
    margin-bottom: 29px;
  }
}
@media (min-width: 768px) {
  .m-product__list__item__info__list {
    font-size: 14px;
    letter-spacing: 0.04em;
  }
}
.m-product__list__item__info__list dt {
  white-space: nowrap;
}
.m-product__list__item__info__list dt span {
  display: inline-block;
  width: 1em;
  text-align: center;
}
.m-product__list__item__info__list dd span {
  display: inline-block;
}
.m-product__list__item__info__list .width-tax {
  font-size: 11px;
  letter-spacing: 0;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .m-product__list__item__info__list .width-tax {
    font-size: 11px;
    letter-spacing: 0;
  }
}
.m-product__list__item__button:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .m-product__list__item__button:not(:last-child) {
    margin-bottom: 29px;
  }
}

.m-product__btn {
  text-align: center;
}
.m-product__btn:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .m-product__btn:not(:last-child) {
    margin-bottom: 29px;
  }
}

.m-product__btn-btm {
  text-align: center;
}

.m-product__btn-btm__inner {
  color: rgb(24, 115, 224);
  display: inline-block;
  position: relative;
  padding-right: 17.55px;
}
.m-product__btn-btm__inner::before {
  content: "";
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  right: 0;
  width: 13px;
  height: 13px;
  background-image: url('data:image/svg+xml;utf8,<svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 13"><defs><style>.b{fill:rgba(24, 115, 224, 0.5);}</style>></defs><path class="b" d="m7,10.5c0,.27539-.22412.5-.5.5H2.5c-.27588,0-.5-.22461-.5-.5v-4c0-.27588.22412-.5.5-.5h1.5v-1h-1.5c-.82715,0-1.5.67285-1.5,1.5v4c0,.82715.67285,1.5,1.5,1.5h4c.82715,0,1.5-.67285,1.5-1.5v-1.5h-1v1.5Z"/><path class="b" d="m10.5,1h-4c-.82715,0-1.5.67285-1.5,1.5v4c0,.82715.67285,1.5,1.5,1.5h4c.82715,0,1.5-.67285,1.5-1.5V2.5c0-.82715-.67285-1.5-1.5-1.5Zm0,6h-4c-.27588,0-.5-.22412-.5-.5v-3.5h5v3.5c0,.27588-.22461.5-.5.5Z"/></svg>');
}
.m-product__btn-btm__inner span {
  display: block;
}

.s-contact {
  position: relative;
  padding-top: 64px;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 768px) {
  .s-contact {
    padding-top: 116px;
  }
}
.s-contact::after {
  content: "";
  position: absolute;
  margin-right: auto;
  margin-left: auto;
  right: 0;
  left: 0;
  top: 0;
  width: calc(100% - var(--sidePaddingSp1) * 4);
  height: 2px;
  background-color: rgb(24, 115, 224);
  pointer-events: none;
}
@media (min-width: 768px) {
  .s-contact::after {
    max-width: calc(var(--widthDefault) - 420px);
  }
}

.s-contact__content__txt a {
  color: rgb(24, 115, 224);
}

.s-contact__content__heading {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.8;
  color: rgb(24, 115, 224);
}
@media (min-width: 768px) {
  .s-contact__content__heading {
    font-size: 16px;
    letter-spacing: 0.04em;
  }
}
.s-contact__content__heading:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .s-contact__content__heading:not(:last-child) {
    margin-bottom: 29px;
  }
}

.s-contact__content__txt__logo {
  width: 133px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.s-contact__content__txt__logo:not(:last-child) {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .s-contact__content__txt__logo:not(:last-child) {
    margin-bottom: 10px;
  }
}
.s-contact__content__txt__url {
  text-align: center;
}

.s-contact__content__txt__number {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-weight: bold;
}
@media (min-width: 768px) {
  .s-contact__content__txt__number {
    font-size: 16px;
    letter-spacing: 0.04em;
  }
}
.s-contact__content__txt__number:not(:last-child) {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .s-contact__content__txt__number:not(:last-child) {
    margin-bottom: 10px;
  }
}

.s-contact__content__txt__info {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .s-contact__content__txt__info {
    font-size: 14px;
    letter-spacing: 0.04em;
  }
}
.m-tax {
  font-size: 11px;
  letter-spacing: 0;
  margin-left: 0.5em;
  display: inline-block;
}
@media (min-width: 768px) {
  .m-tax {
    font-size: 11px;
    letter-spacing: 0;
  }
}
.m-button-s {
  text-decoration: underline;
  text-underline-offset: 0.3em;
  color: rgb(24, 115, 224);
}

@media (hover: hover) {
  a:hover .m-button {
    color: rgb(19.064516129, 91.3508064516, 177.935483871);
    background-color: rgb(239.7, 239.7, 239.7);
    border-color: rgba(0, 0, 0, 0.28);
    text-decoration: none !important;
  }
  a:hover .m-button--em {
    background-color: rgb(19.064516129, 91.3508064516, 177.935483871);
    color: #fff;
  }
}

.gallery {
  z-index: 200;
}

.gallery__item {
  z-index: 105;
  background-color: rgb(247.35, 247.35, 247.35);
}
.gallery__item.is-actived {
  z-index: 110;
}
.gallery__item.is-active, .gallery:not(.is-loaded) .gallery__item:first-child {
  z-index: 115;
}

.gallery__selector,
.gallery__controler__item {
  z-index: 120;
}

.gallery__selector__item {
  z-index: 121;
}

.gallery__selector__item__inner {
  z-index: 122;
}

.gallery__item {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
  transition-property: none;
}
.gallery:not(.is-loaded) .gallery__item:not(:first-child) {
  opacity: 0;
}

.gallery__item__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
  transition-property: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  align-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.gallery__item__inner picture, .gallery__item__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery__item__inner > * {
  min-width: 0;
}
.gallery__item__inner > *.minimum {
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  white-space: nowrap;
}

.gallery--dissolve .gallery__item {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0s;
  transition-delay: 0.4s;
}
.gallery--dissolve .gallery__item.is-active {
  transition-duration: 0.4s;
  transition-delay: 0s;
}
.gallery--dissolve:not(.is-loaded) .gallery__item:first-child,
.gallery--dissolve .gallery__item:only-child,
.gallery--dissolve .gallery__item.is-active {
  opacity: 1;
}

.gallery--shift {
  overflow: hidden;
}
.gallery--shift .gallery__item {
  width: 110%;
  transform: translateX(0);
  transition-property: opacity, transform;
  transition-duration: 0s;
}
.gallery--shift .gallery__item.is-active, .gallery--shift .gallery__item.is-actived {
  transform: translateX(-5%);
  transition-duration: 1.5s;
}
.gallery--shift:not(.is-loaded) .gallery__item {
  transform: translateX(-5%);
}

.gallery--horizontal {
  overflow: hidden;
}
.gallery--horizontal .gallery__item {
  transform: translateX(100%);
  transition-property: transform, width;
  transition-duration: 0s;
  width: 100%;
}
.gallery--horizontal .gallery__item.is-active {
  transform: translateX(0);
  transition-duration: 0.4s;
}
.gallery--horizontal .gallery__item.is-actived {
  transform: translateX(-50%);
  transition-duration: 0.4s;
  width: 50%;
}
.gallery--horizontal:not(.is-loaded) .gallery__item {
  transform: translateX(0);
}

.gallery--size {
  overflow: hidden;
}
.gallery--size .gallery__item {
  transition-duration: 1s;
  background-size: 140% auto;
  opacity: 0;
  transition-property: background-size, opacity;
}
.gallery--size .gallery__item.is-active, .gallery--size .gallery__item.is-actived {
  opacity: 1;
}
.gallery--size .gallery__item.is-active {
  background-size: 120% auto;
}
.gallery--size .gallery__item.is-actived {
  background-size: 100% auto;
  opacity: 1;
}
.gallery--size:not(.is-loaded) .gallery__item {
  background-size: 120% auto;
  opacity: 1;
}

.gallery--clip .gallery__item {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
  transition-duration: 1.2s;
  transition-property: clip-path;
  transition-delay: 1.2s;
}

.gallery--clip--ellipse .gallery__item {
  clip-path: ellipse(50% 50% at 50% -50%);
}
.gallery--clip--ellipse .gallery__item.is-active {
  transition-delay: 0s;
  clip-path: ellipse(400% 200% at 100% 0%);
}

.gallery--gradient {
  overflow: hidden;
}
.gallery--gradient .gallery__item {
  transform: translateY(100%);
  transition-property: transform, width;
  transition-duration: 0s;
  width: 100%;
  overflow: hidden;
}
.gallery--gradient .gallery__item::before, .gallery--gradient .gallery__item::after {
  z-index: 116;
  transition-property: top,bottom,opacity;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
  content: "";
  width: 100%;
  height: 200%;
  position: absolute;
  right: 0;
}
.gallery--gradient .gallery__item::before {
  transition-duration: 2s;
  top: 0;
  background-image: linear-gradient(to top, rgba(24, 115, 224, 0) 0%, rgba(24, 115, 224, 0) 30%, #1873e0 50%, #1873e0 100%);
}
.gallery--gradient .gallery__item::after {
  transition-duration: 0.5s;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(24, 115, 224, 0) 0%, rgba(24, 115, 224, 0) 30%, #1873e0 50%, #1873e0 100%);
}
.gallery--gradient .gallery__item.is-active {
  transform: translateY(0);
  transition-duration: 1s;
}
.gallery--gradient .gallery__item.is-active::before {
  top: -140%;
}
.gallery--gradient .gallery__item.is-active::after {
  bottom: -100%;
}
.gallery--gradient .gallery__item.is-actived {
  transform: translateY(-80%);
  transition-duration: 1s;
}
.gallery--gradient .gallery__item.is-actived::before {
  top: 100%;
}
.gallery--gradient .gallery__item.is-actived::after {
  bottom: 0;
}
.gallery--gradient:not(.is-loaded) .gallery__item {
  transform: translateX(0);
}

.gallery__selector {
  width: 100%;
}

.gallery__selector--involve {
  position: absolute;
  left: 0;
}

.gallery__selector__item {
  position: relative;
}

a.gallery__selector__item.is-active {
  pointer-events: none;
}

.gallery:not(.is-loaded) a.gallery__selector__item:first-child:hover,
a.gallery__selector__item.is-active:hover {
  cursor: default;
}

.gallery__selector__item__inner {
  display: block;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
}

.gallery__selector--dot {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  align-content: space-between;
  -webkit-justify-content: center;
  justify-content: center;
  height: 1.8em;
  margin-top: 1.55em;
}
.gallery__selector--dot > * {
  min-width: 0;
}
.gallery__selector--dot > *.minimum {
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  white-space: nowrap;
}
.gallery__selector--dot.gallery__selector--involve {
  margin-top: 0;
  bottom: 1.55em;
}
.gallery__selector--dot .gallery__selector__item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  align-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 1.8em;
  height: 1.8em;
}
.gallery__selector--dot .gallery__selector__item > * {
  min-width: 0;
}
.gallery__selector--dot .gallery__selector__item > *.minimum {
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  white-space: nowrap;
}
.gallery__selector--dot .gallery__selector__item:focus-visible {
  border-radius: 9999px;
}
.gallery__selector--dot .gallery__selector__item__inner {
  width: 0.5em;
  height: 0.5em;
  background-color: rgb(211.65, 211.65, 211.65);
  box-shadow: 0 0 1.8em 1px rgba(0, 0, 0, 0.07);
  border-radius: 9999px;
  transition-property: background-color;
}
.gallery__selector--dot .gallery__selector__item.is-active .gallery__selector__item__inner {
  background-color: rgb(24, 115, 224);
}

.gallery:not(.is-loaded) .gallery__selector--dot .gallery__selector__item:first-child .gallery__selector__item__inner {
  background-color: rgb(24, 115, 224);
}

@media (hover: hover) {
  .gallery__selector--dot a.gallery__selector__item:hover .gallery__selector__item__inner {
    background-color: rgb(24, 115, 224);
  }
}
.gallery__selector--dot a.gallery__selector__item:focus-visible .gallery__selector__item__inner {
  background-color: rgb(24, 115, 224);
}

.gallery__selector--worm {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  align-content: space-between;
  -webkit-justify-content: center;
  justify-content: center;
  height: 1em;
  margin-top: 1.55em;
}
.gallery__selector--worm > * {
  min-width: 0;
}
.gallery__selector--worm > *.minimum {
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  white-space: nowrap;
}
.gallery__selector--worm.gallery__selector--involve {
  margin-top: 0;
  bottom: 1.55em;
}
.gallery__selector--worm .gallery__selector__item {
  transition-property: width;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  align-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 1em;
  height: 1em;
}
.gallery__selector--worm .gallery__selector__item > * {
  min-width: 0;
}
.gallery__selector--worm .gallery__selector__item > *.minimum {
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  white-space: nowrap;
}
.gallery__selector--worm .gallery__selector__item:focus-visible {
  border-radius: 9999px;
}
.gallery__selector--worm .gallery__selector__item__inner {
  width: 0.5em;
  height: 0.5em;
  background-color: rgb(211.65, 211.65, 211.65);
  box-shadow: 0 0 1.8em 1px rgba(0, 0, 0, 0.07);
  border-radius: 9999px;
  transition-property: background-color, width;
}
.gallery__selector--worm .gallery__selector__item.is-active {
  width: 3em;
}
.gallery__selector--worm .gallery__selector__item.is-active .gallery__selector__item__inner {
  background-color: rgb(24, 115, 224);
  width: 2.5em;
}

.gallery:not(.is-loaded) .gallery__selector--worm .gallery__selector__item:first-child .gallery__selector__item__inner {
  background-color: rgb(24, 115, 224);
}

@media (hover: hover) {
  .gallery__selector--worm a.gallery__selector__item:hover .gallery__selector__item__inner {
    background-color: rgb(24, 115, 224);
  }
}
.gallery__selector--worm a.gallery__selector__item:focus-visible .gallery__selector__item__inner {
  background-color: rgb(24, 115, 224);
}

.gallery__selector--bamboo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  align-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 1em;
  margin-top: 1.675em;
}
.gallery__selector--bamboo > * {
  min-width: 0;
}
.gallery__selector--bamboo > *.minimum {
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  white-space: nowrap;
}
.gallery__selector--bamboo.gallery__selector--involve {
  margin-top: 0;
  bottom: 1.675em;
}
.gallery__selector--bamboo .gallery__selector__item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  align-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 1em;
  height: 1em;
}
.gallery__selector--bamboo .gallery__selector__item > * {
  min-width: 0;
}
.gallery__selector--bamboo .gallery__selector__item > *.minimum {
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  white-space: nowrap;
}
.gallery__selector--bamboo .gallery__selector__item:focus-visible {
  border-radius: 9999px;
}
.gallery__selector--bamboo .gallery__selector__item__inner {
  transition-property: height, background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
  width: 0.25em;
  height: 0.25em;
  background-color: rgb(211.65, 211.65, 211.65);
  box-shadow: 0 0 1.8em 1px rgba(0, 0, 0, 0.07);
  border-radius: 9999px;
}
.gallery__selector--bamboo .gallery__selector__item.is-active .gallery__selector__item__inner {
  background-color: rgb(24, 115, 224);
  height: 1.25em;
}

.gallery:not(.is-loaded) .gallery__selector--bamboo .gallery__selector__item:first-child .gallery__selector__item__inner {
  background-color: rgb(24, 115, 224);
}

@media (hover: hover) {
  .gallery__selector--bamboo a.gallery__selector__item:hover .gallery__selector__item__inner {
    background-color: rgb(24, 115, 224);
  }
}
.gallery__selector--bamboo a.gallery__selector__item:focus-visible .gallery__selector__item__inner {
  background-color: rgb(24, 115, 224);
}

.gallery__selector--line {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  align-content: space-between;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: calc(1.8em - (3em - 3px) * 0.5);
}
.gallery__selector--line > * {
  min-width: 0;
}
.gallery__selector--line > *.minimum {
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  white-space: nowrap;
}
.gallery__selector--line.gallery__selector--involve {
  margin-top: 0;
  bottom: calc(1.8em - (3em - 3px) * 0.5);
}
.gallery__selector--line .gallery__selector__item {
  width: 10%;
  background-color: rgb(226.95, 226.95, 226.95);
  background-clip: content-box;
  -webkit-background-clip: content-box;
  transition-property: background-color;
  height: 3em;
  padding-top: calc((3em - 3px) * 0.5);
  padding-bottom: calc((3em - 3px) * 0.5);
  margin-left: 0.75em;
  margin-right: 0.75em;
}
.gallery__selector--line .gallery__selector__item:focus-visible {
  border-radius: 9999px;
}
.gallery__selector--line .gallery__selector__item__inner {
  transition-property: none;
  width: 0;
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  left: 0;
  height: 3px;
}
.gallery__selector--line .gallery__selector__item.is-active .gallery__selector__item__inner {
  background-color: rgb(24, 115, 224);
  width: 100%;
  transition-property: width;
  left: 0;
}
.gallery--autoplay .gallery__selector--line .gallery__selector__item.is-active .gallery__selector__item__inner {
  transition-duration: 3s;
}
.gallery__selector--line .gallery__selector__item.is-actived .gallery__selector__item__inner {
  background-color: rgb(24, 115, 224);
  width: 0;
  transition-property: width, left;
  left: 100%;
}
.gallery--autoplay .gallery__selector--line .gallery__selector__item.is-actived .gallery__selector__item__inner {
  transition-duration: 0.4s !important;
}

.gallery:not(.is-loaded) .gallery__selector--line a.gallery__selector__item:first-child .gallery__selector__item__inner {
  background-color: rgb(24, 115, 224);
  width: 100%;
}

@media (hover: hover) {
  .gallery__selector--line a.gallery__selector__item:hover {
    background-color: rgb(183.6, 183.6, 183.6);
  }
}
.gallery__selector--line a.gallery__selector__item:focus-visible, .gallery__selector--line a.gallery__selector__item.is-hover {
  background-color: rgb(183.6, 183.6, 183.6);
}

.gallery__selector--bar {
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 0;
  position: relative;
  height: 2px;
}
.gallery__selector--bar.gallery__selector--involve {
  bottom: 0;
  position: absolute;
}
.gallery__selector--bar .gallery__selector__item {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.gallery__selector--bar .gallery__selector__item__inner {
  height: 100%;
  width: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
  background-color: rgb(24, 115, 224);
  transition-property: width;
}
.gallery__selector--bar .gallery__selector__item.is-actived .gallery__selector__item__inner {
  transition-duration: 0s !important;
  width: 0;
}
.gallery__selector--bar .gallery__selector__item.is-active .gallery__selector__item__inner {
  transition-duration: 3s;
  width: 100%;
}

.gallery__selector--image {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  align-content: space-between;
}
.gallery__selector--image > * {
  min-width: 0;
}
.gallery__selector--image > *.minimum {
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  white-space: nowrap;
}
.gallery__selector--image > * {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}
.gallery__selector--image .gallery__selector__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition-property: opacity,background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
  background-color: #fff;
  opacity: 0;
}
.gallery__selector--image .gallery__selector__item.is-active::before {
  opacity: 0.25;
}
@media (hover: hover) {
  .gallery__selector--image a.gallery__selector__item:hover::before {
    opacity: 0.25;
  }
}
.gallery__selector--image a.gallery__selector__item:focus-visible::before, .gallery__selector--image a.gallery__selector__item.is-hover::before {
  opacity: 0.25;
}
.gallery__selector--image a.gallery__selector__item:focus-visible {
  outline: 0;
}
.gallery__selector--image a.gallery__selector__item:focus-visible::before {
  background-color: rgba(24, 115, 224, 0.75);
}
.gallery__selector--image .gallery__selector__item__inner {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) {
  .gallery__selector--image .gallery__selector__item__inner {
    padding-top: 56.25%;
  }
}

.gallery__selector--nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  align-content: space-between;
  -webkit-justify-content: center;
  justify-content: center;
  height: 47px;
}
.gallery__selector--nav > * {
  min-width: 0;
}
.gallery__selector--nav > *.minimum {
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  white-space: nowrap;
}
.gallery__selector--nav.gallery__selector--involve {
  bottom: 0;
}
.gallery__selector--nav .gallery__selector__item {
  background-color: #000;
  color: #fff;
  position: relative;
  width: 47px;
}
.gallery__selector--nav .gallery__selector__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
  transition-property: none;
}
.gallery__selector--nav .gallery__selector__item.is-active::before {
  background-color: rgb(24, 115, 224);
}
.gallery--horizontal .gallery__selector--nav .gallery__selector__item::before, .gallery--shift .gallery__selector--nav .gallery__selector__item::before {
  left: -100%;
  transition-property: left;
}
.gallery--horizontal .gallery__selector--nav .gallery__selector__item.is-active::before, .gallery--shift .gallery__selector--nav .gallery__selector__item.is-active::before {
  left: 0;
  background-color: rgb(24, 115, 224);
}
.gallery--horizontal .gallery__selector--nav .gallery__selector__item.is-actived::before, .gallery--shift .gallery__selector--nav .gallery__selector__item.is-actived::before {
  left: 100%;
  background-color: rgb(24, 115, 224);
}
.gallery--dissolve:not(.gallery--shift) .gallery__selector--nav .gallery__selector__item::before, .gallery--size:not(.gallery--shift) .gallery__selector--nav .gallery__selector__item::before {
  transition-property: background-color;
  transition-duration: 0.2s;
}
.gallery--dissolve:not(.gallery--shift) .gallery__selector--nav .gallery__selector__item.is-active::before, .gallery--size:not(.gallery--shift) .gallery__selector--nav .gallery__selector__item.is-active::before {
  transition-duration: 0.4s;
}
.gallery__selector--nav .gallery__selector__item:focus-visible {
  outline-offset: 0;
  z-index: 123;
}
.gallery__selector--nav .gallery__selector__item__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.gallery__selector--nav .gallery__selector__item__inner .icon, .gallery__selector--nav .gallery__selector__item__inner svg {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.gallery__selector--number {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  align-content: space-between;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  font-size: 10px;
  letter-spacing: 0;
  padding-right: 1.8em;
}
.gallery__selector--number > * {
  min-width: 0;
}
.gallery__selector--number > *.minimum {
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  white-space: nowrap;
}
.gallery__selector--number a, .gallery__selector--number button {
  text-decoration: none;
}
@media (hover: hover) {
  .gallery__selector--number a:hover, .gallery__selector--number button:hover {
    text-decoration: none;
  }
}
.gallery__selector--number a:focus-visible, .gallery__selector--number a.is-hover, .gallery__selector--number button:focus-visible, .gallery__selector--number button.is-hover {
  text-decoration: none;
}
.gallery__selector--number a, .gallery__selector--number button {
  color: inherit;
}
@media (hover: hover) {
  .gallery__selector--number a:hover, .gallery__selector--number button:hover {
    color: inherit;
  }
}
.gallery__selector--number a:focus-visible, .gallery__selector--number a.is-hover, .gallery__selector--number button:focus-visible, .gallery__selector--number button.is-hover {
  color: inherit;
}
@media (min-width: 768px) {
  .gallery__selector--number {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .gallery__selector--number {
    font-size: 16px;
    letter-spacing: 0.04em;
  }
}
@media (min-width: 768px) {
  .gallery__selector--number {
    padding-right: 1.8em;
  }
}
.gallery__selector--number.gallery__selector--involve {
  bottom: 0;
  right: 0;
  position: absolute;
}
.gallery__selector--number.gallery__selector--involve a, .gallery__selector--number.gallery__selector--involve button {
  color: #fff;
}
@media (hover: hover) {
  .gallery__selector--number.gallery__selector--involve a:hover, .gallery__selector--number.gallery__selector--involve button:hover {
    color: #fff;
  }
}
.gallery__selector--number.gallery__selector--involve a:focus-visible, .gallery__selector--number.gallery__selector--involve a.is-hover, .gallery__selector--number.gallery__selector--involve button:focus-visible, .gallery__selector--number.gallery__selector--involve button.is-hover {
  color: #fff;
}
.gallery__selector--number .gallery__selector__item {
  width: 29px;
}
.gallery__selector--number .gallery__selector__item::before {
  content: "";
  position: absolute;
  width: 0;
  right: 0;
  left: auto;
  height: 2px;
  background-color: #fff;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
  transition-property: width;
}
.gallery__selector--number .gallery__selector__item::after {
  content: attr(aria-label);
}
.gallery__selector--number .gallery__selector__item.is-active {
  color: rgb(24, 115, 224);
}
.gallery__selector--number .gallery__selector__item.is-active::before {
  left: 0;
  right: auto;
  width: 100%;
}
.gallery__selector--number .gallery__selector__item:focus-visible {
  border-radius: 0.1rem;
  outline-offset: 7px;
}
.gallery__selector--number:not(.gallery__selector--involve) .gallery__selector__item {
  padding-top: 1.8em;
}
@media (min-width: 768px) {
  .gallery__selector--number:not(.gallery__selector--involve) .gallery__selector__item {
    padding-top: 1.8em;
  }
}
.gallery__selector--number:not(.gallery__selector--involve) .gallery__selector__item::before {
  top: -2px;
}
.gallery__selector--number.gallery__selector--involve .gallery__selector__item {
  padding-bottom: 1.8em;
}
@media (min-width: 768px) {
  .gallery__selector--number.gallery__selector--involve .gallery__selector__item {
    padding-bottom: 1.8em;
  }
}
.gallery__selector--number.gallery__selector--involve .gallery__selector__item::before {
  bottom: 0;
}

.gallery:not(.is-loaded) .gallery__selector--number .gallery__selector__item:first-child {
  color: rgb(24, 115, 224);
}
.gallery:not(.is-loaded) .gallery__selector--number .gallery__selector__item:first-child::before {
  left: 0;
  right: auto;
  width: 100%;
}

@media (hover: hover) {
  .gallery__selector--number a.gallery__selector__item:hover {
    color: rgb(19.064516129, 91.3508064516, 177.935483871);
  }
}
.gallery__selector--number a.gallery__selector__item:focus-visible, .gallery__selector--number a.gallery__selector__item.is-hover {
  color: rgb(19.064516129, 91.3508064516, 177.935483871);
}

dl.dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: min-content auto;
  grid-template-columns: min-content auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  column-gap: 1em;
}
dl.dl dt {
  white-space: nowrap;
}
dl.dl--auto {
  -ms-grid-columns: min-content min-content;
  grid-template-columns: min-content min-content;
}
dl.cv {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  column-gap: 1em;
}
dl.cv dt {
  grid-column: 1/2;
  white-space: nowrap;
}
dl.cv dd {
  grid-column: 2/3;
}
dl.cv .t--kagikakko {
  text-indent: -0.2em;
}
dl.cv .t--quote {
  text-indent: -0.25em;
}

table.dl td, table.dl th {
  text-align: left;
  vertical-align: top;
}
table.dl th {
  padding-right: 1.4em;
  overflow: hidden;
}
table.dl th span {
  position: relative;
  display: inline-block;
}
table.dl th span::before {
  content: "";
  position: absolute;
  left: calc(100% + 0.4em);
  top: calc((1.8em + 1px) / 2);
  width: 100vw;
  height: 1px;
  background-color: currentcolor;
}
table.dl td {
  padding-left: 0.4em;
}

dl.dl--dash {
  column-gap: 0.4em;
}
dl.dl--dash dt {
  position: relative;
  z-index: 100;
  padding-right: 1em;
}
dl.dl--dash dt::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: currentcolor;
  z-index: 101;
  position: absolute;
  left: 0;
  top: calc((1.8em - 1px) * 0.5);
}
dl.dl--dash dt span {
  background-color: #fff;
  position: relative;
  z-index: 102;
  padding-right: 0.4em;
}
dl.dl--dash dt span:empty {
  display: none;
}

dl.dl--bar--v {
  column-gap: calc(2em + 1px);
}
dl.dl--bar--v dd {
  position: relative;
}
dl.dl--bar--v dd::after {
  content: "";
  width: 1px;
  background-color: currentcolor;
  height: calc(100% - 0.8em);
  top: 0.4em;
  left: calc((1em + 1px) * -1);
  position: absolute;
}

dl.dl--bar--h {
  row-gap: calc(2em + 1px);
}
dl.dl--bar--h dt, dl.dl--bar--h dd {
  position: relative;
}
dl.dl--bar--h dt::before, dl.dl--bar--h dd::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: currentcolor;
  left: 0;
  bottom: calc((1em + 1px) * -1);
  position: absolute;
}
dl.dl--bar--h dt:last-of-type::before,
dl.dl--bar--h dd:last-of-type::before {
  display: none;
}

dl.dl--bar {
  column-gap: calc(2em + 1px);
  row-gap: calc(2em + 1px);
}
dl.dl--bar dd {
  position: relative;
}
dl.dl--bar dd::after {
  content: "";
  width: 1px;
  background-color: currentcolor;
  height: calc(100% - 0.8em);
  top: 0.4em;
  left: calc((1em + 1px) * -1);
  position: absolute;
}
dl.dl--bar dt, dl.dl--bar dd {
  position: relative;
}
dl.dl--bar dt::before, dl.dl--bar dd::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: currentcolor;
  left: 0;
  bottom: calc((1em + 1px) * -1);
  position: absolute;
}
dl.dl--bar dt:last-of-type::before,
dl.dl--bar dd:last-of-type::before {
  display: none;
}

dl.dl--bar-switch {
  padding-bottom: calc(1em + 1px);
  row-gap: calc(2em + 1px);
  column-gap: 0;
}
dl.dl--bar-switch dt, dl.dl--bar-switch dd {
  position: relative;
  padding: 0 1em;
}
dl.dl--bar-switch dt::before, dl.dl--bar-switch dd::before {
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: calc((1em + 1px) * -1);
  position: absolute;
}
dl.dl--bar-switch dt::before {
  background-color: currentcolor;
}
dl.dl--bar-switch dd::before {
  background-color: rgb(183.6, 183.6, 183.6);
}

dl.dl--bar-table {
  border-block: 2px solid currentcolor;
  padding-block: calc(1em + 1px);
  row-gap: calc(2em + 1px);
  column-gap: 0;
}
dl.dl--bar-table dt, dl.dl--bar-table dd {
  position: relative;
  padding: 0 1em;
}
dl.dl--bar-table dt:not(:last-of-type)::before, dl.dl--bar-table dd:not(:last-of-type)::before {
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: calc((1em + 1px) * -1);
  position: absolute;
  background-color: rgba(24, 115, 224, 0.5);
}
dl.dl--bar-table dd::after {
  content: "";
  width: 1px;
  height: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(24, 115, 224, 0.5);
}

dl.dl--gutter {
  row-gap: 16px;
}
dl.dl--gutter--sm {
  row-gap: 8px;
}
dl.dl--gutter--xs {
  row-gap: 5.3333333333px;
}
.listitem--disc > li,
.listitem:not([class*=listitem--]) > li {
  padding-left: 1.4em;
  position: relative;
}
.listitem--disc > li span,
.listitem:not([class*=listitem--]) > li span {
  text-indent: 0;
}
.listitem--disc > li::before,
.listitem:not([class*=listitem--]) > li::before {
  content: "";
  position: absolute;
}
.listitem--disc > li::before,
.listitem:not([class*=listitem--]) > li::before {
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
  left: 0;
  top: 0.9em;
  background-color: currentcolor;
  margin-right: 0.4em;
  text-align: center;
  top: 0.8em;
  left: 0.4em;
}

.listitem--str {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  row-gap: 0.4em;
}
.listitem--str dt::after {
  content: "：";
}

.listitem--dash > li {
  padding-left: 1.4em;
  position: relative;
}
.listitem--dash > li span {
  text-indent: 0;
}
.listitem--dash > li::before {
  content: "";
  position: absolute;
}
.listitem--dash > li::before {
  width: 0.4em;
  height: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  top: 0.9em;
  left: 0;
}

.p--caution,
.p--asterisk {
  text-indent: -1.4em;
  padding-left: 1.4em;
  position: relative;
}
.p--caution::before,
.p--asterisk::before {
  text-indent: 0;
  width: 1em;
  display: inline-block;
  margin-right: 0.4em;
  text-align: center;
}

.p--caution::before {
  content: "※";
}

.p--asterisk::before {
  content: "＊";
}

ol {
  list-style: none;
}

.listitem--recipe {
  counter-reset: ordered;
}
.listitem--recipe > li {
  position: relative;
  padding-left: 3em;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}
.listitem--recipe > li::before {
  position: absolute;
  left: 0;
  top: 0.6em;
  content: counter(ordered, decimal);
  counter-increment: ordered;
  display: inline-block;
  width: 1.5em;
  line-height: 1.5em;
  text-align: center;
  text-indent: 0;
  background-color: rgb(24, 115, 224);
  color: #fff;
  border-radius: 50%;
}
.listitem--recipe > li:first-child {
  padding-top: 0;
}
.listitem--recipe > li:first-child::before {
  top: 0;
}
.listitem--recipe > li:not(:last-child) {
  border-bottom: 1px solid transparent;
}
.listitem--recipe > li:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 3em;
  width: calc(100% - 3em);
  height: 1px;
  background-color: rgba(24, 115, 224, 0.5);
}
.listitem--recipe > li:last-child {
  padding-bottom: 0;
}

.toc {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  padding-inline: calc(1em + 2px);
  position: relative;
}
@media (min-width: 768px) {
  .toc {
    -ms-grid-columns: 210px auto;
    grid-template-columns: 210px auto;
  }
}
.toc::before, .toc::after {
  content: "";
  position: absolute;
  top: 0.4em;
  height: calc(100% - 0.8em);
  width: 2px;
  background-color: rgb(24, 115, 224);
}
.toc::before {
  left: 0;
}
.toc::after {
  right: 0;
}
.toc a {
  display: block;
}
@media (min-width: 768px) {
  .toc a {
    width: fit-content;
  }
}
@media (hover: hover) {
  .toc li {
    padding-left: 1.4em;
  }
}
@media (hover: hover) {
  .toc li:not(:has(ul)) {
    position: relative;
  }
  .toc li:not(:has(ul))::after {
    content: "";
    width: 1em;
    height: 1em;
    position: absolute;
    left: 0;
    top: 0.9em;
    translate: 0 -50%;
    mask-image: url('data:image/svg+xml;utf8,<svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 21"><defs><style>.b{stroke-width:0px;}</style></defs><path class="b" d="m10.5,0C4.70111,0,0,4.70105,0,10.5s4.70111,10.5,10.5,10.5,10.5-4.70105,10.5-10.5S16.29901,0,10.5,0Zm.70703,17.20703l-1.41406-1.41406,4.29297-4.29297H4v-2h10.08594l-4.29297-4.29297,1.41406-1.41406,6.70703,6.70703-6.70703,6.70703Z"/></svg>');
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: transparent;
    transition-property: background-color;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
    transition-delay: 0s;
    rotate: 90deg;
  }
  .toc li:not(:has(ul)):has(a:hover)::before {
    background-color: transparent;
  }
  .toc li:not(:has(ul)):has(a:hover)::after {
    background-color: rgb(19.064516129, 91.3508064516, 177.935483871);
  }
}

.toc__heading {
  padding-top: 0.4em;
}
@media (max-width: 767px) {
  .toc__heading {
    padding-bottom: calc(0.4em + 9px);
    border-bottom: 1px solid rgb(24, 115, 224);
  }
  .toc__heading:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .toc__heading:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .toc__heading {
    padding-right: 32px;
  }
}
.toc__heading h2 {
  font-size: 11px;
  letter-spacing: 0;
  line-height: 1;
  display: block;
}
@media (min-width: 768px) {
  .toc__heading h2 {
    font-size: 11px;
    letter-spacing: 0;
  }
}
.toc__list__item--list:not(:last-child) {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .toc__list__item--list:not(:last-child) {
    margin-bottom: 10px;
  }
}
.toc__list__item--list:not(:first-child) {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .toc__list__item--list:not(:first-child) {
    margin-top: 10px;
  }
}

.toc__list__heading {
  font-size: 16px;
  letter-spacing: 0.04em;
  font-weight: normal;
}
@media (min-width: 768px) {
  .toc__list__heading {
    font-size: 16px;
    letter-spacing: 0.04em;
  }
}
.toc__list__heading:not(:last-child) {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .toc__list__heading:not(:last-child) {
    margin-bottom: 10px;
  }
}

.js__inview,
.js__inview .js__inview__inner, .js__inview::after, .js__inview::before {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
  transition-duration: 0.75s;
}

.js__inview--false {
  transition: none;
}

span.js__inview {
  display: inline-block;
}

.is-active--fade-in {
  transition-property: opacity;
  opacity: 0;
}
.is-active--fade-in.is-active, main.no-js .is-active--fade-in {
  opacity: 1;
}
@media print {
  .is-active--fade-in {
    opacity: 1;
  }
}

.is-active--up {
  transition-property: opacity, transform;
  opacity: 0;
  transform: translate(0, 29px);
}
.is-active--up.is-active, main.no-js .is-active--up {
  opacity: 1;
}
@media print {
  .is-active--up {
    opacity: 1;
  }
}
.is-active--up.is-active, main.no-js .is-active--up {
  transform: translate(0, 0);
}
@media print {
  .is-active--up {
    transform: translate(0, 0);
  }
}

.is-active--delay--1 {
  transition-delay: 0.15s;
}

.is-active--delay--2 {
  transition-delay: 0.3s;
}

.is-active--delay--3 {
  transition-delay: 0.45s;
}

.is-active--delay--4 {
  transition-delay: 0.6s;
}

.is-active--delay--5 {
  transition-delay: 0.75s;
}

.comment {
  display: -ms-grid;
  display: grid;
  grid-gap: 16px 24px;
  gap: 16px 24px;
  align-items: center;
  -ms-grid-columns: repeat(12, 1fr);
  grid-template-columns: repeat(12, 1fr);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .comment {
    grid-gap: 29px 32px;
    gap: 29px 32px;
  }
}
picture + .comment:not(:first-child), img + .comment:not(:first-child) {
  margin-top: 16px;
}
@media (min-width: 768px) {
  picture + .comment:not(:first-child), img + .comment:not(:first-child) {
    margin-top: 29px;
  }
}

.comment__fig {
  grid-column: 1/4;
  position: relative;
}
@media (min-width: 768px) {
  .comment__fig {
    grid-column: 1/3;
  }
}

.comment__fig__name {
  position: absolute;
  width: 100%;
  top: 0;
  padding-top: calc(100% + 8px);
  left: 0;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  color: rgb(24, 115, 224);
}
@media (min-width: 768px) {
  .comment__fig__name {
    font-size: 14px;
    letter-spacing: 0.04em;
  }
}
@media (min-width: 768px) {
  .comment__fig__name {
    padding-top: calc(100% + 14.5px);
  }
}

.comment__txt {
  grid-column: 4/-1;
  align-self: center;
  font-weight: bold;
  color: rgb(24, 115, 224);
  position: relative;
}
@media (min-width: 768px) {
  .comment__txt {
    grid-column: 3/-1;
  }
}
.comment__txt::after {
  content: "";
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  left: calc((1em - 3px) * -1);
  width: 2em;
  height: 3px;
  background-color: rgb(24, 115, 224);
  border-radius: 9999px;
}
.comment__txt::before {
  content: "";
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  left: -6px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 9999px;
}

.comment__txt__inner {
  padding: 1em 1.4em;
  padding-left: 2.4em;
  border-radius: 12px;
  border: 3px solid rgb(24, 115, 224);
}
.comment__txt__inner p:not(:last-child) {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .comment__txt__inner p:not(:last-child) {
    margin-bottom: 10px;
  }
}

.kakko {
  padding-inline: 2.5em;
  position: relative;
}
@media (min-width: 768px) {
  .kakko {
    padding-inline: 64px;
  }
}
.kakko::before, .kakko::after {
  content: "";
  position: absolute;
  width: 1.5em;
  height: 4.6em;
  border-width: 2px;
  border-color: rgb(24, 115, 224);
}
@media (min-width: 768px) {
  .kakko::before, .kakko::after {
    width: 35px;
    height: 2.8em;
  }
}
.kakko::before {
  border-top-left-radius: 0.5em;
  border-top-style: solid;
  border-left-style: solid;
  left: 0;
  top: 0.4em;
}
.kakko::after {
  border-bottom-right-radius: 0.5em;
  border-bottom-style: solid;
  border-right-style: solid;
  right: 0;
  bottom: 0.4em;
}

.kakko__text p:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .kakko__text p:not(:last-child) {
    margin-bottom: 15px;
  }
}

.kakko__cite {
  color: rgb(24, 115, 224);
  position: relative;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.8;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  align-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 8px 12px;
  gap: 8px 12px;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.kakko__cite:not(:first-child) {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .kakko__cite:not(:first-child) {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .kakko__cite {
    font-size: 14px;
    letter-spacing: 0.04em;
  }
}
.kakko__cite > * {
  min-width: 0;
}
.kakko__cite > *.minimum {
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .kakko__cite {
    grid-gap: 15px 16px;
    gap: 15px 16px;
  }
}
.kakko__cite__avatar {
  width: 64px;
}

.s-kakko {
  font-size: 11px;
  letter-spacing: 0;
  white-space: nowrap;
  font-weight: normal;
}
@media (min-width: 768px) {
  .s-kakko {
    font-size: 11px;
    letter-spacing: 0;
  }
}
.tu_span {
  font-size: 0.9em;
  vertical-align: 0.05em;
}

.h2--kakko {
  position: relative;
}
.h2--kakko::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 29px;
  width: 100%;
  background-color: #ffe515;
  mask-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 27"><defs><style>.b{stroke-width:0px;}</style></defs><path class="b" d="m98.5.02246c-.81543,0-1.47754.66162-1.47754,1.47754v.5c0,4.69922-3.68848,8.52246-8.22266,8.52246h-28.7998c-4.28925,0-8.03027,2.36847-10.00006,5.86261-1.96985-3.49414-5.71106-5.86261-9.99994-5.86261H11.2002C6.66602,10.52246,2.97754,6.69922,2.97754,2v-.5C2.97754.68408,2.31592.02246,1.5.02246S.02246.68408.02246,1.5v.5C.02246,8.32861,5.03711,13.47754,11.2002,13.47754h28.7998c4.69922,0,8.52246,3.82324,8.52246,8.52246v3.5c0,.81543.66162,1.47754,1.47754,1.47754s1.47754-.66211,1.47754-1.47754v-3.5c0-4.69922,3.82324-8.52246,8.52246-8.52246h28.7998c6.16309,0,11.17773-5.14893,11.17773-11.47754v-.5c0-.81592-.66211-1.47754-1.47754-1.47754Z"/></svg>');
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
@media (min-width: 768px) {
  .h2--kakko::before {
    height: 29px;
  }
}
.h2--kakko h2 {
  padding-bottom: 45px;
  position: relative;
}
@media (min-width: 768px) {
  .h2--kakko h2 {
    padding-bottom: 58px;
  }
}

figure {
  position: relative;
}

.h2 h2 .kakko-kaku {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.tu_header__h1__heading__body > span:nth-child(3), .h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.tu_header__h1__heading__body > span:nth-child(1), .h2 h2 .h2__em {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.s-product__list {
  display: -ms-grid;
  display: grid;
  grid-gap: 2px;
  gap: 2px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  position: relative;
  z-index: 100;
}
@media (min-width: 768px) {
  .s-product__list {
    grid-gap: 32px;
    gap: 32px;
  }
}
.s-product__list::before, .s-product__list::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #fff;
  height: 100%;
  box-shadow: 0 0 1.8em 1px rgba(0, 0, 0, 0.07);
  z-index: 101;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .s-product__list::before, .s-product__list::after {
    width: calc((100% - 32px) / 2);
  }
}
.s-product__list::before {
  left: 0;
}
.s-product__list::after {
  right: 0;
}
@media (max-width: 767px) {
  .s-product__list::after {
    display: none;
  }
}
.s-product__list > * {
  position: relative;
  z-index: 102;
}
.s-product__list h2 {
  padding: 1.218em 1.618em;
  min-height: 2.6em;
  font-size: 18px;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .s-product__list h2 {
    font-size: 18px;
    letter-spacing: 0.04em;
  }
}
.s-product__list h2::before {
  content: "";
  position: absolute;
  margin-right: auto;
  margin-left: auto;
  right: 0;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: currentcolor;
  width: calc(100% - 3.236em);
}
.s-product__list dl {
  padding-inline: 1.618em;
  padding-top: 1.218em;
  display: -ms-grid;
  display: grid;
  align-items: center;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
}
@media (min-width: 768px) {
  .s-product__list dl {
    width: 70%;
    padding-top: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
.s-product__list dt {
  font-size: 11px;
  letter-spacing: 0;
  line-height: 1;
  padding-right: 1em;
  color: rgb(19.064516129, 91.3508064516, 177.935483871);
  font-weight: bold;
}
@media (min-width: 768px) {
  .s-product__list dt {
    font-size: 11px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .s-product__list dt {
    padding-bottom: 0.4em;
  }
}
.s-product__list dd {
  padding-block: 0.4em;
  border-bottom: 1px solid rgba(24, 115, 224, 0.15);
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .s-product__list dd {
    font-size: 14px;
    letter-spacing: 0.04em;
  }
}
.s-product__list .s-product__list__item--btn {
  padding: 1.218em 1.618em;
}

.s-product__list__item:nth-child(2) {
  grid-column: 1/2;
  grid-row: 1/2;
}
.s-product__list__item:nth-child(6) {
  grid-column: 2/3;
  grid-row: 1/2;
}
.s-product__list__item:nth-child(1) {
  grid-column: 1/-1;
  grid-row: 2/3;
}
.s-product__list__item:nth-child(3) {
  grid-column: 1/-1;
  grid-row: 3/4;
}
.s-product__list__item:nth-child(4) {
  grid-column: 1/-1;
  grid-row: 4/5;
}
.s-product__list__item:nth-child(5) {
  grid-column: 1/-1;
  grid-row: 5/6;
}
.s-product__list__item:nth-child(7) {
  grid-column: 1/-1;
  grid-row: 6/7;
}
.s-product__list__item:nth-child(8) {
  grid-column: 1/-1;
  grid-row: 7/8;
}
@media (min-width: 768px) {
  .s-product__list__item:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .s-product__list__item:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .s-product__list__item:nth-child(3) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .s-product__list__item:nth-child(4) {
    grid-column: 1/2;
    grid-row: 4/5;
  }
  .s-product__list__item:nth-child(5) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .s-product__list__item:nth-child(6) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .s-product__list__item:nth-child(7) {
    grid-column: 2/3;
    grid-row: 3/4;
  }
  .s-product__list__item:nth-child(8) {
    grid-column: 2/3;
    grid-row: 4/5;
  }
}

.s-product__list__item--fig {
  padding-top: 1.618em;
}
@media (min-width: 768px) {
  .s-product__list__item--fig {
    padding-top: 0;
  }
}

.s-product__list__item--h {
  display: -ms-grid;
  display: grid;
  grid-gap: 8px 12px;
  gap: 8px 12px;
  -ms-grid-columns: 10vw 1fr;
  grid-template-columns: 10vw 1fr;
}
@media (min-width: 768px) {
  .s-product__list__item--h {
    grid-gap: 15px 16px;
    gap: 15px 16px;
  }
}
@media (min-width: 768px) {
  .s-product__list__item--h {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
}
@media (min-width: 768px) {
  .s-product__list__item--h .s-product__list__item__iconfig {
    display: none;
  }
}

.fig-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
}
.fig-box:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .fig-box:not(:last-child) {
    margin-bottom: 29px;
  }
}

.fig-cond {
  position: relative;
  z-index: 100;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .fig-cond {
    max-width: calc(var(--widthDefault) - 280rem - 420px);
  }
}
.fig-cond picture::before {
  z-index: 101;
  content: "";
  position: absolute;
  background-color: #fff;
  left: calc(var(--sidePaddingSp1) * -1);
  top: calc(var(--sidePaddingSp1));
  width: calc(100% + var(--sidePaddingSp1) * 2);
  height: calc(100% - var(--sidePaddingSp1) * 2);
}
@media (min-width: 768px) {
  .fig-cond picture::before {
    border-radius: 12px;
    left: -24px;
    top: 24px;
    width: calc(100% + 48px);
    height: calc(100% - 48px);
  }
}
.fig-cond picture img {
  position: relative;
  z-index: 102;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  pointer-events: auto;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide > picture:not(:last-child), .splide__slide > img:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .splide__slide > picture:not(:last-child), .splide__slide > img:not(:last-child) {
    margin-bottom: 29px;
  }
}
@media (min-width: 768px) {
  .splide__slide:first-child > picture {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .splide__slide:last-child > picture {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    overflow: hidden;
  }
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  width: 4em;
  height: 0;
  padding-top: 66.6666666667%;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  position: absolute;
  top: 0;
  z-index: 1;
}
.splide__arrow::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 2em;
  height: 2em;
  background-color: rgb(24, 115, 224);
  border: 1px solid rgb(19.064516129, 91.3508064516, 177.935483871);
  border-radius: 50%;
  z-index: 2;
  transition-property: background,opacity;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
}
.splide__arrow::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  mask-image: url('data:image/svg+xml;utf8,<svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 21"><defs><style>.b{stroke-width:0px;}</style></defs><polygon class="b" points="8.20703 18.20703 6.79297 16.79297 13.08594 10.5 6.79297 4.20703 8.20703 2.79297 15.91406 10.5 8.20703 18.20703"/></svg>');
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 1.2em;
  height: 1.2em;
  z-index: 3;
}
.splide__arrow.splide__arrow--prev::after {
  scale: -1 1;
}

.splide__arrow:hover:not(:disabled)::before {
  background-color: rgb(19.064516129, 91.3508064516, 177.935483871);
}

.splide__arrow:disabled::before {
  opacity: 0.25;
}

.splide__arrow:focus-visible {
  outline: rgba(24, 115, 224, 0.75) solid 4px;
  outline-offset: 0;
}

.splide__arrow--prev {
  left: calc(var(--sidePaddingSp1) - 1em);
}
@media (min-width: 768px) {
  .splide__arrow--prev {
    left: -4em;
  }
}

.splide__arrow--next {
  right: calc(var(--sidePaddingSp1) - 1em);
}
@media (min-width: 768px) {
  .splide__arrow--next {
    right: -4em;
  }
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__pagination {
  width: 100%;
  bottom: -2em;
  left: 0;
  position: absolute;
  z-index: 1;
}

.splide__pagination__page {
  color: rgb(183.6, 183.6, 183.6);
  background: currentcolor;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  width: 8px;
  transition-property: background,opacity;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
}
.splide__pagination__page.is-active {
  color: rgb(24, 115, 224);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: rgba(24, 115, 224, 0.75) solid 4px;
  outline-offset: 0;
  color: #fff;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.splide img {
  width: auto !important;
}

picture.rounded {
  border-radius: 12px;
  overflow: hidden;
}

.frame {
  position: relative;
  z-index: 100;
}
.frame:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .frame:not(:last-child) {
    margin-bottom: 29px;
  }
}
@media (max-width: 767px) {
  .frame {
    padding: calc(var(--sidePaddingSp1) * 1);
    padding-top: 0;
  }
}

.frame--pen .frame__inner {
  position: relative;
  z-index: 100;
}
.frame--pen .frame__inner::before, .frame--pen .frame__inner::after {
  width: 300px;
  content: "";
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 102;
}
@media (min-width: 768px) {
  .frame--pen .frame__inner::before, .frame--pen .frame__inner::after {
    width: 1000px;
  }
}
.frame--pen .frame__inner::before {
  right: calc(100% - 60px);
  background-position: right center;
}
@media (min-width: 768px) {
  .frame--pen .frame__inner::before {
    right: calc(100% - 200px);
  }
}
.frame--pen .frame__inner::after {
  left: calc(100% - 60px);
  background-position: left center;
}
@media (min-width: 768px) {
  .frame--pen .frame__inner::after {
    left: calc(100% - 200px);
  }
}
.frame--pen .frame__inner picture, .frame--pen .frame__inner img {
  position: relative;
  z-index: 101;
}

.frame__inner:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .frame__inner:not(:last-child) {
    margin-bottom: 29px;
  }
}

.frame--pen--1 .frame__inner::before {
  background-image: url(../img/frame--1--l.png);
}
.frame--pen--1 .frame__inner::after {
  background-image: url(../img/frame--1--r.png);
}

.frame--pen--2 .frame__inner::before {
  background-image: url(../img/frame--2--l.png);
}
.frame--pen--2 .frame__inner::after {
  background-image: url(../img/frame--2--r.png);
}

.frame--pen--3 .frame__inner::before {
  background-image: url(../img/frame--3--l.png);
}
.frame--pen--3 .frame__inner::after {
  background-image: url(../img/frame--3--r.png);
}

.frame--pen--4 .frame__inner::before {
  background-image: url(../img/frame--4--l.png);
}
.frame--pen--4 .frame__inner::after {
  background-image: url(../img/frame--4--r.png);
}

.frame--pen--5 .frame__inner::before {
  background-image: url(../img/frame--5--l.png);
}
.frame--pen--5 .frame__inner::after {
  background-image: url(../img/frame--5--r.png);
}

/*# sourceMappingURL=style.css.map */
