@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* ========================================
    business mobile theme
======================================== */
/*------------------------
    mobile theme over write
------------------------*/
body {
  overflow-y: auto !important;
}

.mobile-theme .pc_only {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .mobile-theme .pc_only {
    display: none !important;
  }
}
.mobile-theme .sp_only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .mobile-theme .sp_only {
    display: block !important;
  }
}
@media screen and (min-width: 769px) {
  .mobile-theme .img-mv__image {
    max-width: 700px;
    right: -75px;
  }
}
.mobile-theme .recommended-sec {
  background-color: #feebf0;
}
.mobile-theme .recommended-sec .recommended-wrap .splide__arrow {
  background-color: #cc0033;
}
.mobile-theme .recommended-sec .content-title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
.mobile-theme .recommended-sec .content-title::before, .mobile-theme .recommended-sec .content-title::after {
  background-image: url("/content/dam/nttcom/hq/jp/business/mobile/top/recommendation_icon01.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 43px;
  width: 34.5px;
}
.mobile-theme .recommended-sec .content-title::after {
  transform: scale(-1, 1);
}
.mobile-theme .recommended-sec .recommended-wrap .splide__toggle__play,
.mobile-theme .recommended-sec .recommended-wrap .splide__toggle__pause {
  fill: #cc0033;
}
.mobile-theme .recommended-sec .recommended-wrap .splide__pagination__page.is-active {
  background-color: #cc0033;
}
.mobile-theme .column-item .item-header h3 .num,
.mobile-theme .flow-sect .flow-item .num {
  color: #cc0033;
}
.mobile-theme .column-item .item-header h3 .num::before {
  background: #cc0033;
}
@media screen and (min-width: 769px) {
  .mobile-theme .merit-sect .h2__title {
    margin-bottom: 50px;
  }
  .mobile-theme .merit-sect .h2__title--ja {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.5;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .mobile-theme .merit-sect .h2__title {
    margin-bottom: 30px;
  }
  .mobile-theme .merit-sect .h2__title--ja {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.5;
    text-align: center;
  }
}
.mobile-theme .merit-sect .h2__title::after {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .mobile-theme .merit-sect .column-item:not(:first-of-type) {
    margin-top: 40px;
  }
}
.mobile-theme .merit-sect .column-item:hover .item-header .link-btn {
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
}
.mobile-theme .merit-sect .column-item .item-header h3 .tit {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .mobile-theme .merit-sect .column-item .item-header h3 .tit {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.mobile-theme .merit-sect .column-item .item-header h3 .num {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .mobile-theme .merit-sect .column-item .item-header p {
    margin-top: 20px;
  }
}
.mobile-theme .merit-sect .column-item .item-header .list-note {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  list-style: none;
  margin-block: 30px;
}
.mobile-theme .merit-sect .column-item .item-header .list-note > li {
  margin-left: 1.5em;
  text-indent: -1.5em;
}
.mobile-theme .merit-sect .column-item .item-header .list-note > li::before {
  content: "※";
  margin-right: 0.75em;
}
.mobile-theme .merit-sect .column-item .item-header .link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  position: relative;
  min-width: 200px;
  position: relative;
  width: 60%;
}
.mobile-theme .merit-sect .column-item .item-header .link-btn::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 8px;
  margin-left: 25px;
  margin-top: -6px;
  transform: rotate(45deg);
  width: 8px;
}
.mobile-theme .merit-sect .column-item .item-header.on .link-btn {
  height: 0;
}
.mobile-theme .merit-sect .column-item .item-body h4 {
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .mobile-theme .merit-sect .column-item .item-body h4 {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 20px;
    min-height: 3em;
  }
  .mobile-theme .merit-sect .column-item .item-body h4.mh-adj {
    min-height: auto;
  }
}
@media screen and (max-width: 768px) {
  .mobile-theme .merit-sect .column-item .item-body h4 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-theme .merit-sect .column-item .item-body p {
    line-height: 1.5;
  }
}
.mobile-theme .merit-sect .column-item .item-body .list-notes {
  counter-reset: list-num;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  list-style: none;
  margin-top: 30px;
}
.mobile-theme .merit-sect .column-item .item-body .list-notes > li {
  margin-left: 2.15em;
  text-indent: -2.15em;
}
.mobile-theme .merit-sect .column-item .item-body .list-notes > li::before {
  counter-increment: list-num;
  content: "※" counter(list-num);
  margin-right: 0.75em;
}
@media screen and (min-width: 769px) {
  .mobile-theme .merit-sect .column-item .item-body .col2 {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .mobile-theme .merit-sect .column-item .item-body .col2:nth-of-type(n+3) {
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-theme .merit-sect .column-item .item-body .col2 {
    padding: 0 30px;
  }
  .mobile-theme .merit-sect .column-item .item-body .col2:not(:first-of-type) {
    padding-top: 30px;
  }
}
.mobile-theme .merit-sect .column-item .item-body .col2 p {
  flex-grow: 1;
}
@media screen and (min-width: 769px) {
  .mobile-theme .merit-sect .column-item .item-body .close-box {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-theme .merit-sect .column-item .item-body .close-box {
    padding-top: 30px;
  }
}
.mobile-theme .merit-sect_details-btn {
  background-color: #000;
  border: 3px solid;
  border-color: transparent;
  border-radius: 30px;
  color: #fff;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  padding: 15px 2em 15px 10px;
  position: relative;
  text-align: center;
  transition: all 0.2s;
}
@media screen and (min-width: 769px) {
  .mobile-theme .merit-sect_details-btn {
    margin: 25px auto 0;
    min-width: 300px;
    width: calc(100% - 2em);
  }
}
@media screen and (max-width: 768px) {
  .mobile-theme .merit-sect_details-btn {
    margin: 30px auto 0;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .mobile-theme .merit-sect_details-btn {
    min-width: 300px;
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .mobile-theme .merit-sect_details-btn {
    min-width: 100%;
    width: 100%;
  }
}
.mobile-theme .merit-sect_details-btn svg {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  fill: #fff;
  height: 1em;
  position: absolute;
  right: 15px;
  top: calc(50% - 0.5em);
  transition: all 0.2s;
}
.mobile-theme .merit-sect_details-btn:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.mobile-theme .merit-sect_details-btn:hover svg {
  fill: #000;
  transform: scale(1.2);
}
@media screen and (max-width: 768px) {
  .mobile-theme .merit-sect .item-header.ly-row {
    flex-direction: column;
  }
  .mobile-theme .merit-sect .column-item:not(:first-of-type) {
    margin-top: 40px;
  }
  .mobile-theme .merit-sect .column-item .item-header .col2 {
    width: 100%;
  }
  .mobile-theme .merit-sect .column-item .item-header .col2.image {
    height: 100%;
  }
  .mobile-theme .merit-sect .column-item .item-header .link-btn {
    margin-inline: auto;
    max-width: 200px;
    width: 100%;
  }
}
.mobile-theme .main-article .main-article__contents .merit-sect {
  padding-top: 0;
}
@media screen and (min-width: 769px) {
  .mobile-theme .main-article .main-article__contents .merit-sect .mt-container {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-theme .main-article .main-article__contents .merit-sect .mt-container {
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-theme .main-article .main-article__contents .merit-sect .mt-wrapper {
    padding-inline: 10px;
  }
}
.mobile-theme .main-article .main-article__contents .related {
  --bleed-fix: -2px;
  background-color: #f0f0f0;
  box-shadow: 0 0 0 100vmax #f0f0f0;
  clip-path: inset(var(--bleed-fix, 0px) -100vmax);
  padding-block: 0;
  position: relative;
  max-width: none;
}
.mobile-theme .main-article .main-article__contents .related .mt-container {
  padding-block: 60px 100px;
}
.mobile-theme .main-article .main-article__contents .related .newTop_slide_area .article_toggleBtn {
  border: none;
}
.mobile-theme .main-article .main-article__contents .related .newTop_slide_area .splide__arrows,
.mobile-theme .main-article .main-article__contents .related .newTop_slide_area .splide__arrows--ltr {
  position: absolute;
  top: 50%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mobile-theme .main-article .main-article__contents .newTop_slide_area .splide__list {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .mobile-theme .main-article .main-article__contents .newTop_slide_title {
    display: flex;
    align-items: center;
    flex-grow: 1;
    margin-bottom: 20px;
    max-height: 80px;
    padding-inline: 36px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-theme .main-article .main-article__contents .newTop_slide_title {
    margin-bottom: 16px;
    padding-inline: 12px;
  }
}
@media screen and (min-width: 769px) {
  .mobile-theme .main-article .main-article__contents .newTop_slide_title_text {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.75;
    padding-block: 16px;
  }
  .mobile-theme .main-article .main-article__contents .newTop_slide_title_text small {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .mobile-theme .main-article .main-article__contents .newTop_slide_title_text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    padding-block: 22px;
  }
  .mobile-theme .main-article .main-article__contents .newTop_slide_title_text small {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 769px) {
  .mobile-theme .main-article .main-article__contents .newTop_slide_contents {
    margin: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-theme .main-article .main-article__contents .newTop_slide_contents {
    margin: 0 20px;
    padding-bottom: 30px;
  }
}
.mobile-theme .main-article .main-article__contents .newTop_slide_contents_txt {
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .mobile-theme .main-article .main-article__contents .newTop_slide_contents_txt {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-theme .main-article .main-article__contents .newTop_slide_contents_txt {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 30px;
  }
}
.mobile-theme .main-article .main-article__contents .newTop_slideBox:hover .newTop_slide_contents .newTop_slideBox_details-btn {
  background-color: #fff;
  border-color: #000;
  color: #000;
  transition: all 0.2s;
}
.mobile-theme .main-article .main-article__contents .newTop_slideBox:hover .newTop_slide_contents .newTop_slideBox_details-btn svg {
  fill: #000;
  transform: scale(1.2);
}
@media screen and (min-width: 769px) {
  .mobile-theme .main-article .main-article__contents .newTop_slideBox {
    margin-right: 16px !important;
    max-width: 390px;
    padding-bottom: 40px;
    width: 100%;
  }
  .mobile-theme .main-article .main-article__contents .newTop_slideBox:last-of-type {
    margin-right: 0 !important;
  }
  .mobile-theme .main-article .main-article__contents .newTop_slideBox a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .mobile-theme .main-article .main-article__contents .newTop_slideBox_img {
    padding: 40px 40px 15px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-theme .main-article .main-article__contents .newTop_slideBox {
    margin: 0 auto 20px !important;
    width: 100% !important;
  }
  .mobile-theme .main-article .main-article__contents .newTop_slideBox:last-of-type {
    margin-bottom: 0 !important;
  }
  .mobile-theme .main-article .main-article__contents .newTop_slideBox_img {
    padding: 15px 16px 12px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .mobile-theme .main-article .main-article__contents .newTop_slideBox_img img {
    width: 100%;
  }
}
.mobile-theme .main-article .main-article__contents .newTop_slideBox_details-btn {
  background-color: #000;
  border: 3px solid;
  border-color: transparent;
  border-radius: 30px;
  color: #fff;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  padding: 15px 20px;
  position: relative;
  text-align: center;
  transition: all 0.2s;
}
@media screen and (min-width: 769px) {
  .mobile-theme .main-article .main-article__contents .newTop_slideBox_details-btn {
    min-width: 300px;
    width: 50.67567%;
  }
}
@media screen and (max-width: 768px) {
  .mobile-theme .main-article .main-article__contents .newTop_slideBox_details-btn {
    margin-inline: auto;
    max-width: 300px;
  }
}
.mobile-theme .main-article .main-article__contents .newTop_slideBox_details-btn svg {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  fill: #fff;
  height: 1em;
  position: absolute;
  right: 30px;
  top: calc(50% - 0.5em);
  transition: all 0.2s;
}
.mobile-theme .main-article .main-article__contents .newTop_slideBox_details-btn:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.mobile-theme .main-article .main-article__contents .newTop_slideBox_details-btn:hover svg {
  fill: #000;
  transform: scale(1.2);
}
@media screen and (max-width: 768px) {
  .mobile-theme #cta-section .mt-wrapper {
    padding-inline: 10px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-theme #cta-section ~ .mt-wrapper.mgb90 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-theme .cta-cont .ly-row .col2:nth-child(1) p {
    letter-spacing: -0.02em;
  }
}

/*------------------------
    main article
------------------------*/
.mobile-theme .img-mv__contents--inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 290px;
}
@media screen and (max-width: 768px) {
  .mobile-theme .img-mv__contents--title h1 {
    font-size: 31px;
    font-size: 1.9375rem;
    line-height: 1.5;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .mobile-theme .main-article__contents {
    margin-top: 100px;
    padding-bottom: 0;
    width: 100%;
  }
  .mobile-theme .main-article__contents--inner {
    padding: 0;
  }
  .mobile-theme .main-article__contents--inner section {
    margin: 0 auto;
    max-width: 1260px;
    padding-inline: 30px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-theme .main-article__contents {
    margin-top: 0;
  }
  .mobile-theme .main-article__contents--inner {
    padding: 0 10px 0;
  }
}
.mobile-theme .main-article p,
.mobile-theme .main-article ul,
.mobile-theme .main-article dl,
.mobile-theme .main-article table {
  line-height: 1.8;
}

/*------------------------
    CTA cont
------------------------*/
.mobile-theme .cta-cont#cta-section .ly-row .link-btn a path {
  color: #fff;
}
.mobile-theme .cta-cont#cta-section .ly-row .link-btn a:hover path {
  color: #cc0033;
}
.mobile-theme .cta-cont .ly-row .col2 * {
  color: #fff;
}

/*------------------------
    balloon
------------------------*/
.mobile-theme .balloon {
  --b: 3px;
  --r: 20px;
  --tail-w: 30px;
  --tail-h: 34px;
  --tail-x: 50%;
  --stroke: #cc0033;
  --bg: #fff;
  background: var(--bg);
  border-radius: var(--r);
  border: var(--b) solid var(--stroke);
  color: #cc0033;
  display: inline-block;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  text-align: center;
  /* ▼ 下中央の二等辺三角形（外側＝枠線色の三角形） */
}
@media screen and (min-width: 769px) {
  .mobile-theme .balloon {
    font-size: 40px;
    font-size: 2.5rem;
    margin: 0 20px 80px;
    padding: 1.25rem 1.5rem;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .mobile-theme .balloon {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 12px 54px;
    padding: 22px;
    width: calc(100% - 24px);
  }
}
.mobile-theme .balloon > .balloon__tail {
  position: absolute;
  left: var(--tail-x);
  transform: translateX(-50%) rotate(0deg);
  width: 0;
  height: 0;
  pointer-events: none;
  z-index: 0;
  /* 外側（三角：枠線色） */
  border-style: solid;
  border-width: 0 var(--tail-w) var(--tail-w) 0;
  border-color: transparent var(--stroke) transparent transparent;
  /* ▼ 内側（三角：背景色）—外側より一回り小さくして枠線を残す */
}
@media screen and (min-width: 481px) {
  .mobile-theme .balloon > .balloon__tail {
    bottom: calc(-1 * var(--tail-h) + 4px);
  }
}
@media screen and (max-width: 480px) {
  .mobile-theme .balloon > .balloon__tail {
    bottom: calc(-1 * var(--tail-h) + 5px);
  }
}
.mobile-theme .balloon > .balloon__tail::after {
  content: "";
  position: absolute;
  top: calc(var(--b) - 4px);
  left: calc(var(--b) - 0.5px);
  width: 0px;
  height: 0;
  border-style: solid;
  border-width: 0 calc(var(--tail-w) + 1px) calc(var(--tail-w) + 1px) 0;
  border-color: transparent var(--bg) transparent transparent;
  z-index: 1;
}

/*------------------------
    tab
------------------------*/
.mobile-theme .tabs #tab-01:checked ~ .tab-items .tab-label.tab-01 {
  border-color: #cc0033;
  border-bottom: 2px solid #f5f7fa;
  background-color: #f5f7fa;
  margin-bottom: -2px;
}
@media screen and (max-width: 768px) {
  .mobile-theme .tabs #tab-01:checked ~ .tab-items .tab-label.tab-01 {
    position: static;
    margin-bottom: -3px;
  }
}
.mobile-theme .tabs #tab-01:checked ~ .tab-items .tab-label.tab-01::after {
  content: none;
}
.mobile-theme .tabs #tab-01:checked ~ .tab-items .tab-label.tab-01 .tab-label_img {
  display: block;
}
.mobile-theme .tabs #tab-01:checked ~ .tab-content.tab-01 {
  display: block;
}
.mobile-theme .tabs #tab-01 ~ .tab-items .tab-label.tab-balloon-bg01 .tab-label_icon::after {
  background-color: #ff4500;
}
.mobile-theme .tabs #tab-02:checked ~ .tab-items .tab-label.tab-02 {
  border-color: #cc0033;
  border-bottom: 2px solid #f5f7fa;
  background-color: #f5f7fa;
  margin-bottom: -2px;
}
@media screen and (max-width: 768px) {
  .mobile-theme .tabs #tab-02:checked ~ .tab-items .tab-label.tab-02 {
    position: static;
    margin-bottom: -3px;
  }
}
.mobile-theme .tabs #tab-02:checked ~ .tab-items .tab-label.tab-02::after {
  content: none;
}
.mobile-theme .tabs #tab-02:checked ~ .tab-items .tab-label.tab-02 .tab-label_img {
  display: block;
}
.mobile-theme .tabs #tab-02:checked ~ .tab-content.tab-02 {
  display: block;
}
.mobile-theme .tabs #tab-02 ~ .tab-items .tab-label.tab-balloon-bg02 .tab-label_icon::after {
  background-color: #0068b7;
}
.mobile-theme .tabs #tab-03:checked ~ .tab-items .tab-label.tab-03 {
  border-color: #cc0033;
  border-bottom: 2px solid #f5f7fa;
  background-color: #f5f7fa;
  margin-bottom: -2px;
}
@media screen and (max-width: 768px) {
  .mobile-theme .tabs #tab-03:checked ~ .tab-items .tab-label.tab-03 {
    position: static;
    margin-bottom: -3px;
  }
}
.mobile-theme .tabs #tab-03:checked ~ .tab-items .tab-label.tab-03::after {
  content: none;
}
.mobile-theme .tabs #tab-03:checked ~ .tab-items .tab-label.tab-03 .tab-label_img {
  display: block;
}
.mobile-theme .tabs #tab-03:checked ~ .tab-content.tab-03 {
  display: block;
}
.mobile-theme .tabs #tab-03 ~ .tab-items .tab-label.tab-balloon-bg03 .tab-label_icon::after {
  background-color: #129e37;
}
.mobile-theme .tabs.shorter .tab-items {
  background-color: #f5f5f5;
  left: 0px;
  padding: 20px 10px 0;
  position: fixed;
  z-index: 1;
}
.mobile-theme .tabs.shorter .tab-items .tab-label_img {
  display: none !important;
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .mobile-theme .tabs.shorter .tab-content {
    padding-top: 365px;
  }
}
@media screen and (max-width: 480px) {
  .mobile-theme .tabs.shorter .tab-content {
    padding-top: 315px;
  }
}
.mobile-theme .tabs .tab-item {
  display: none;
}
.mobile-theme .tabs .tab-items {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .mobile-theme .tabs .tab-items {
    max-width: 1200px;
  }
}
.mobile-theme .tabs .tab-items .tab-label {
  background-color: #fff;
  border-color: #ccc;
  border: 2px solid;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  color: #000;
  cursor: pointer;
  flex: 1;
  order: -1;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .mobile-theme .tabs .tab-items .tab-label {
    margin-right: 1.875%;
    min-width: 32.08333%;
    padding: 0 22px 55px;
    width: 32.08333%;
  }
  .mobile-theme .tabs .tab-items .tab-label .tab-label_img {
    padding-top: 26px;
  }
  .mobile-theme .tabs .tab-items .tab-label .tab-label_img.pdt0 {
    padding-top: 0;
  }
  .mobile-theme .tabs .tab-items .tab-label:last-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .mobile-theme .tabs .tab-items .tab-label {
    margin-right: 8px;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .mobile-theme .tabs .tab-items .tab-label {
    padding: 0 8px 35px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-theme .tabs .tab-items .tab-label:last-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .mobile-theme .tabs .tab-items .tab-label {
    padding: 0 12px 35px;
  }
}
.mobile-theme .tabs .tab-items .tab-label::after {
  content: "";
  display: block;
  left: calc(50% - 13px);
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12px 13px 0 13px;
  border-color: #cc0033 transparent transparent transparent;
}
@media screen and (min-width: 769px) {
  .mobile-theme .tabs .tab-items .tab-label::after {
    bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-theme .tabs .tab-items .tab-label::after {
    bottom: 10px;
  }
}
.mobile-theme .tabs .tab-items .tab-label_icon {
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .mobile-theme .tabs .tab-items .tab-label_icon {
    height: 60px;
    left: 25px;
    margin: 0;
    position: absolute;
    top: 26px;
    width: 60px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-theme .tabs .tab-items .tab-label_icon {
    height: 42px;
    margin: 0 auto 35px;
    position: relative;
    top: 15px;
    width: 42px;
  }
}
.mobile-theme .tabs .tab-items .tab-label_icon img {
  max-width: 100%;
}
.mobile-theme .tabs .tab-items .tab-label_icon::after {
  background-color: transparent;
  bottom: -18px;
  clip-path: polygon(25% 25%, 65% 25%, 75% 75%);
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  right: -2px;
  width: 30px;
  z-index: 1;
}
.mobile-theme .tabs .tab-items .tab-label_img {
  height: 100%;
  text-align: center;
}
.mobile-theme .tabs .tab-items .tab-label_img img {
  max-height: 100%;
}
@media screen and (min-width: 769px) {
  .mobile-theme .tabs .tab-items .tab-label_img {
    margin: 0 auto;
    max-height: 190px;
    max-width: 190px;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .mobile-theme .tabs .tab-items .tab-label_img {
    display: none;
    left: -2px;
    padding-block: 0;
    position: absolute;
    width: calc(100vw - 20px);
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .mobile-theme .tabs .tab-items .tab-label_img {
    margin: 100px auto 0;
    max-height: 120px;
  }
}
@media screen and (max-width: 480px) {
  .mobile-theme .tabs .tab-items .tab-label_img {
    margin: 125px auto 0;
    max-height: 100px;
  }
}
.mobile-theme .tabs .tab-items .tab-label_txt {
  font-weight: bold;
  margin-top: 1em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .mobile-theme .tabs .tab-items .tab-label_txt {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .mobile-theme .tabs .tab-items .tab-label_txt .pc_only {
    letter-spacing: -0.015em;
  }
}
@media screen and (max-width: 768px) {
  .mobile-theme .tabs .tab-items .tab-label_txt {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .mobile-theme .tabs .tab-items .tab-label_txt .sp_only {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.mobile-theme .tabs .tab-content {
  --bleed-fix: -2px;
  --container-pad: -250px;
  background-color: #f5f7fa;
  border-top: 2px solid #cc0033;
  box-shadow: 0 0 0 100vmax #f5f7fa;
  clip-path: inset(var(--bleed-fix, 0px) -100vmax);
  display: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mobile-theme .tabs .tab-content {
    transition: padding-top 0.3s;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .mobile-theme .tabs .tab-content {
    padding-top: 180px;
  }
}
@media screen and (max-width: 480px) {
  .mobile-theme .tabs .tab-content {
    padding-top: 120px;
  }
}
.mobile-theme .tabs .tab-content::after {
  content: "";
  position: absolute;
  top: var(--bleed-fix, 0px);
  left: calc(50% - 50dvw + var(--container-pad));
  right: calc(50% - 50dvw + var(--container-pad));
  height: 0;
  border-top: 2px solid #cc0033;
  pointer-events: none;
}
.mobile-theme .tabs .tab-content_item {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .mobile-theme .tabs .tab-content_item {
    max-width: 1200px;
    padding-top: 65px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mobile-theme .tabs .tab-content_item {
    padding: 40px 10px 0;
  }
}
@media screen and (min-width: 769px) {
  .mobile-theme .tabs .tab-content_item > li {
    display: flex;
    padding-bottom: 60px;
  }
  .mobile-theme .tabs .tab-content_item > li:last-of-type {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-theme .tabs .tab-content_item > li {
    padding-bottom: 60px;
  }
}
.mobile-theme .tabs .tab-content_img {
  line-height: 1;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .mobile-theme .tabs .tab-content_img {
    margin-right: 40px;
    max-width: 400px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mobile-theme .tabs .tab-content_img {
    margin-bottom: 20px;
  }
}
.mobile-theme .tabs .tab-content_img img {
  border-radius: 20px;
  max-width: 100%;
}
.mobile-theme .tabs .tab-content_inner {
  width: 100%;
}
.mobile-theme .tabs .tab-content_title {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .mobile-theme .tabs .tab-content_title {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-theme .tabs .tab-content_title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 769px) {
  .mobile-theme .tabs .tab-content_lead {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-theme .tabs .tab-content_lead {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
.mobile-theme .tabs .tab-content_lead p {
  margin-block: 0;
}
@media screen and (min-width: 769px) {
  .mobile-theme .tabs .tab-content_attrs-and-links {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .mobile-theme .tabs .tab-content_attrs {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
  }
}
.mobile-theme .tabs .tab-content_attrs li {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .mobile-theme .tabs .tab-content_attrs li {
    margin-bottom: 7px;
  }
  .mobile-theme .tabs .tab-content_attrs li:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .mobile-theme .tabs .tab-content_attrs li {
    margin-right: 7px;
  }
  .mobile-theme .tabs .tab-content_attrs li:last-of-type {
    margin-right: 0;
  }
}
.mobile-theme .tabs .tab-content_attrs-icon {
  height: 60px;
  max-width: 60px;
  width: 60px;
}
@media screen and (min-width: 769px) {
  .mobile-theme .tabs .tab-content_attrs-icon {
    margin-right: 10px;
  }
}
.mobile-theme .tabs .tab-content_attrs-icon img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}
.mobile-theme .tabs .tab-content_attrs-txt {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .mobile-theme .tabs .tab-content_attrs-txt {
    display: none;
  }
}
.mobile-theme .tabs .tab-content_links {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.mobile-theme .tabs .tab-content_links li {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .mobile-theme .tabs .tab-content_links li {
    margin-inline: auto;
    max-width: 300px;
    width: 100%;
  }
}
.mobile-theme .tabs .tab-content_links li:last-of-type {
  margin-bottom: 0;
}
.mobile-theme .tabs .tab-content_links_details-btn {
  background-color: #000;
  border: 3px solid;
  border-color: transparent;
  border-radius: 30px;
  color: #fff;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  padding: 15px 20px;
  position: relative;
  text-align: center;
  transition: all 0.2s;
}
@media screen and (min-width: 769px) {
  .mobile-theme .tabs .tab-content_links_details-btn {
    min-width: 260px;
    width: 34.21052%;
  }
}
@media screen and (max-width: 768px) {
  .mobile-theme .tabs .tab-content_links_details-btn {
    min-width: 100%;
    width: 100%;
  }
}
.mobile-theme .tabs .tab-content_links_details-btn svg {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  fill: #000;
  height: 1em;
  position: absolute;
  right: 15px;
  top: calc(50% - 0.5em);
  transition: all 0.2s;
}
.mobile-theme .tabs .tab-content_links_details-btn:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.mobile-theme .tabs .tab-content_links_details-btn:hover svg {
  fill: #000;
  transform: scale(1.2);
}
.mobile-theme .tabs .tab-content_links_details-btn.online-shop {
  background-color: #ffd601;
  border: 2px solid #000;
  color: #000;
}
.mobile-theme .tabs .tab-content_links_details-btn.online-shop:hover {
  background-color: #fff;
}