@charset "UTF-8";
/* reset
============================================================================= */
/* http://meyerweb.com/eric/tools/css/reset/
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder {
  color: #666;
  font-weight: normal;
}

/* base
============================================================================= */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", sans-serif;
  font-style: normal;
  font-display: swap;
}

body {
  position: relative;
  color: #111;
  font-size: 1.3rem;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    letter-spacing: 0.8px;
  }
}

a {
  text-decoration: none;
}
@media (any-hover: hover) {
  a {
    transition: all 0.3s;
    backface-visibility: hidden;
  }
  a:hover {
    opacity: 0.8;
    backface-visibility: hidden;
  }
  a:hover {
    opacity: 0.8;
  }
}
@media (pointer: fine) {
  a:where([href^="tel:"]) {
    pointer-events: none;
    cursor: default;
  }
}

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

/* レイアウト
============================================================================= */
/* メイン */
.libmoContainer {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100px;
  background-color: #f6f6f6;
  overflow-x: hidden;
}
.libmoContainer a {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .libmoContainer {
    padding-top: 64px;
  }
}

/* セクション */
.l-section {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* コンテンツ */
.l-cont {
  position: relative;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px;
}
.l-cont#anchor01, .l-cont#anchor04 {
  margin-top: -65px;
  padding-top: 65px;
}
@media screen and (max-width: 767px) {
  .l-cont {
    margin-bottom: 30px;
  }
}

/* Flex */
.l-flex {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
}
.l-flex.is-center {
  -webkit-box-pack: center;
  justify-content: center;
}
.l-flex.is-between {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-flex {
    flex-direction: column;
  }
  .l-flex.is-center {
    -webkit-box-align: center;
    align-items: center;
  }
}

/* 共通
============================================================================= */
/* 共通注釈 */
.cmn-notes {
  text-align: left;
}
.cmn-notes li {
  margin-left: 1.4em;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  text-indent: -1.4em;
}
.cmn-notes li:not(:last-child) {
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .cmn-notes li {
    font-size: 1.25rem;
  }
}

/* 共通ボタン矢印 */
a.is-arrow, span.is-arrow {
  position: relative;
}
a.is-arrow::after, span.is-arrow::after {
  display: inline-block;
  position: absolute;
  right: 0.5em;
  top: 3px;
  bottom: 0;
  width: 1em;
  height: 1em;
  margin: auto;
  color: #fff;
  font-family: "Material Icons";
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1;
  content: "\e5df";
}
@media screen and (max-width: 767px) {
  a.is-arrow::after, span.is-arrow::after {
    right: 0.4em;
  }
}

/* 共通table */
.cmn-table {
  width: 100%;
  margin: auto;
  border-collapse: collapse;
  border: 3px solid #182c4b;
}
.cmn-table th, .cmn-table td {
  padding: 15px 15px 14px;
  border: 2px solid #182c4b;
  background-color: #fff;
  color: #182c4b;
  font-size: 1.8rem;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
}
.cmn-table th {
  background-color: #dcdfe4;
}
thead .cmn-table th {
  font-size: 2rem;
}
.cmn-table td {
  font-weight: 500;
}
tbody .cmn-table td {
  color: #111;
}
tbody .cmn-table td strong {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-display: swap;
}
tbody .cmn-table td strong:not(.is-fntS strong) {
  font-size: 1.7em;
}
.cmn-table .is-bgRd {
  background-color: #ffe1e1;
  color: #e2261a;
}
.cmn-table .is-bgBu {
  background-color: #e3f9fd;
  color: #0071bc;
}
.cmn-table .is-fntS {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .cmn-table th, .cmn-table td {
    padding: 12px 15px 11px;
    font-size: 1.6rem;
  }
  thead .cmn-table th {
    font-size: 1.7rem;
  }
  tbody .cmn-table td strong:not(.is-fntS strong) {
    font-size: 1.55em;
  }
}

/* table横スクロール　※tableItemを囲うdivに指定 */
.js-scrollable {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .js-scrollable {
    margin-bottom: 16px;
    overflow: auto;
    white-space: nowrap;
  }
  .js-scrollable::-webkit-scrollbar {
    height: 5px;
  }
  .js-scrollable::-webkit-scrollbar-track {
    background-color: #ccc;
  }
  .js-scrollable::-webkit-scrollbar-thumb {
    background-color: #999;
  }
}

/* iPhoneSE（第2世代）64GB へのリンク */
.deviceCont {
  position: relative;
  padding: 48px 40px;
  background-color: #111;
  text-align: center;
}
.deviceCont::after {
  display: inline-block;
  position: absolute;
  top: -24px;
  right: 16px;
  z-index: 1;
  width: 83.5px;
  height: 169px;
  background: url("../../device/assets/img/img_iphonese2nd_64gb_1.png") no-repeat left top/contain;
  transform: rotate(20deg);
  content: "";
}
.deviceCont_catch {
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}
.deviceCont_catch::before, .deviceCont_catch::after {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  height: 48px;
  margin: auto;
  background-color: #fff;
  content: "";
}
.deviceCont_catch::before {
  left: -24px;
  transform: rotate(-20deg);
}
.deviceCont_catch::after {
  right: -24px;
  transform: rotate(20deg);
}
.deviceCont_btn {
  display: inline-block;
  height: 60px;
  margin: auto;
  padding: 0 80px;
  border-radius: 8px;
  background-color: #e4007f;
  box-shadow: 0 3px 0 #c0026c;
  color: #fff;
  font-size: 2.1rem;
  line-height: 65px;
}
@media screen and (max-width: 767px) {
  .deviceCont {
    padding: 30px 16px;
  }
  .deviceCont::after {
    top: -6px;
    right: 12px;
    width: 33.4px;
    height: 67.6px;
  }
  .deviceCont_catch {
    width: fit-content;
    margin-right: 12px;
    margin-bottom: 16px;
    font-size: 2.1rem;
    line-height: 1.4;
  }
  .deviceCont_catch::before, .deviceCont_catch::after {
    top: unset;
    height: 40px;
  }
  .deviceCont_catch::before {
    left: -20px;
  }
  .deviceCont_catch::after {
    right: -20px;
  }
  .deviceCont_btn {
    width: 100%;
    height: 48px;
    padding: 0 20px;
    font-size: 1.7rem;
    line-height: 50px;
  }
}

/* 汎用的なボタン */
.cmn-btn {
  display: inline-block;
  height: 60px;
  margin: auto;
  padding: 0 80px;
  border-radius: 8px;
  background-color: #ba0613;
  box-shadow: 0 3px 0 #a70511;
  color: #fff;
  font-size: 2.1rem;
  line-height: 62px;
}
@media screen and (max-width: 767px) {
  .cmn-btn {
    width: 100%;
    height: 48px;
    padding: 0 20px;
    font-size: 1.6rem;
    line-height: 52px;
  }
}

/* screen size */
@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
.sm-max {
  max-width: 768px !important;
  margin-left: auto;
  margin-right: auto;
}

.md-max {
  max-width: 960px !important;
  margin-left: auto;
  margin-right: auto;
}

/* distribution */
#tcomContainer .is-tnc {
  display: none !important;
}
#tcomContainer + .libmoFooter .footerFloatingMenu .is-tnc {
  display: none !important;
}

#tncContainer .is-tcom {
  display: none !important;
}
#tncContainer + .libmoFooter .footerFloatingMenu .is-tcom {
  display: none !important;
}

/* margin */
.mgt0 {
  margin-top: 0px !important;
}

.mgt5 {
  margin-top: 5px !important;
}

.mgt10 {
  margin-top: 10px !important;
}

.mgt15 {
  margin-top: 15px !important;
}

.mgt20 {
  margin-top: 20px !important;
}

.mgt25 {
  margin-top: 25px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.mgt35 {
  margin-top: 35px !important;
}

.mgt40 {
  margin-top: 40px !important;
}

.mgt45 {
  margin-top: 45px !important;
}

.mgt50 {
  margin-top: 50px !important;
}

.mgt55 {
  margin-top: 55px !important;
}

.mgt60 {
  margin-top: 60px !important;
}

.mgt65 {
  margin-top: 65px !important;
}

.mgt70 {
  margin-top: 70px !important;
}

.mgt75 {
  margin-top: 75px !important;
}

.mgt80 {
  margin-top: 80px !important;
}

.mgt85 {
  margin-top: 85px !important;
}

.mgt90 {
  margin-top: 90px !important;
}

.mgt95 {
  margin-top: 95px !important;
}

.mgt100 {
  margin-top: 100px !important;
}

.mgb0 {
  margin-bottom: 0px !important;
}

.mgb5 {
  margin-bottom: 5px !important;
}

.mgb10 {
  margin-bottom: 10px !important;
}

.mgb15 {
  margin-bottom: 15px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb25 {
  margin-bottom: 25px !important;
}

.mgb30 {
  margin-bottom: 30px !important;
}

.mgb35 {
  margin-bottom: 35px !important;
}

.mgb40 {
  margin-bottom: 40px !important;
}

.mgb45 {
  margin-bottom: 45px !important;
}

.mgb50 {
  margin-bottom: 50px !important;
}

.mgb55 {
  margin-bottom: 55px !important;
}

.mgb60 {
  margin-bottom: 60px !important;
}

.mgb65 {
  margin-bottom: 65px !important;
}

.mgb70 {
  margin-bottom: 70px !important;
}

.mgb75 {
  margin-bottom: 75px !important;
}

.mgb80 {
  margin-bottom: 80px !important;
}

.mgb85 {
  margin-bottom: 85px !important;
}

.mgb90 {
  margin-bottom: 90px !important;
}

.mgb95 {
  margin-bottom: 95px !important;
}

.mgb100 {
  margin-bottom: 100px !important;
}

.mgl0 {
  margin-left: 0px !important;
}

.mgl5 {
  margin-left: 5px !important;
}

.mgl10 {
  margin-left: 10px !important;
}

.mgl15 {
  margin-left: 15px !important;
}

.mgl20 {
  margin-left: 20px !important;
}

.mgl25 {
  margin-left: 25px !important;
}

.mgl30 {
  margin-left: 30px !important;
}

.mgl35 {
  margin-left: 35px !important;
}

.mgl40 {
  margin-left: 40px !important;
}

.mgl45 {
  margin-left: 45px !important;
}

.mgl50 {
  margin-left: 50px !important;
}

.mgr0 {
  margin-right: 0px !important;
}

.mgr5 {
  margin-right: 5px !important;
}

.mgr10 {
  margin-right: 10px !important;
}

.mgr15 {
  margin-right: 15px !important;
}

.mgr20 {
  margin-right: 20px !important;
}

.mgr25 {
  margin-right: 25px !important;
}

.mgr30 {
  margin-right: 30px !important;
}

.mgr35 {
  margin-right: 35px !important;
}

.mgr40 {
  margin-right: 40px !important;
}

.mgr45 {
  margin-right: 45px !important;
}

.mgr50 {
  margin-right: 50px !important;
}

.pdt0 {
  padding-top: 0px !important;
}

.pdt5 {
  padding-top: 5px !important;
}

.pdt10 {
  padding-top: 10px !important;
}

.pdt15 {
  padding-top: 15px !important;
}

.pdt20 {
  padding-top: 20px !important;
}

.pdt25 {
  padding-top: 25px !important;
}

.pdt30 {
  padding-top: 30px !important;
}

@media screen and (max-width: 767px) {
  .pdt20 {
    padding-top: calc((20px) - 8px) !important;
  }
  .pdt25 {
    padding-top: calc((25px) - 8px) !important;
  }
  .pdt30 {
    padding-top: calc((30px) - 8px) !important;
  }
  .pdt35 {
    padding-top: calc((35px) - 8px) !important;
  }
  .pdt40 {
    padding-top: calc((40px) - 8px) !important;
  }
  .pdt45 {
    padding-top: calc((45px) - 8px) !important;
  }
  .pdt50 {
    padding-top: calc((50px) - 8px) !important;
  }
}
.pdb0 {
  padding-bottom: 0px !important;
}

.pdb5 {
  padding-bottom: 5px !important;
}

.pdb10 {
  padding-bottom: 10px !important;
}

.pdb15 {
  padding-bottom: 15px !important;
}

.pdb20 {
  padding-bottom: 20px !important;
}

.pdb25 {
  padding-bottom: 25px !important;
}

.pdb30 {
  padding-bottom: 30px !important;
}

@media screen and (max-width: 767px) {
  .pdb20 {
    padding-bottom: calc((20px) - 8px) !important;
  }
  .pdb25 {
    padding-bottom: calc((25px) - 8px) !important;
  }
  .pdb30 {
    padding-bottom: calc((30px) - 8px) !important;
  }
  .pdb35 {
    padding-bottom: calc((35px) - 8px) !important;
  }
  .pdb40 {
    padding-bottom: calc((40px) - 8px) !important;
  }
  .pdb45 {
    padding-bottom: calc((45px) - 8px) !important;
  }
  .pdb50 {
    padding-bottom: calc((50px) - 8px) !important;
  }
}
.pdl0 {
  padding-left: 0px !important;
}

.pdl5 {
  padding-left: 5px !important;
}

.pdl10 {
  padding-left: 10px !important;
}

.pdl15 {
  padding-left: 15px !important;
}

.pdl20 {
  padding-left: 20px !important;
}

.pdl25 {
  padding-left: 25px !important;
}

.pdl30 {
  padding-left: 30px !important;
}

.pdr0 {
  padding-right: 0px !important;
}

.pdr5 {
  padding-right: 5px !important;
}

.pdr10 {
  padding-right: 10px !important;
}

.pdr15 {
  padding-right: 15px !important;
}

.pdr20 {
  padding-right: 20px !important;
}

.pdr25 {
  padding-right: 25px !important;
}

.pdr30 {
  padding-right: 30px !important;
}

/* layout */
.align-left {
  text-align: left !important;
}

.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.disp-block {
  display: block !important;
}

.disp-inline-block {
  display: inline-block !important;
}

.disp-flex {
  display: flex !important;
}

.disp-table {
  display: table !important;
}

.disp-none {
  display: none !important;
}

.disp-inline {
  display: inline !important;
}

/* font */
.fs8 {
  font-size: 8px;
}

.fs9 {
  font-size: 9px;
}

.fs10 {
  font-size: 10px;
}

.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.is-fntXL {
  display: inline-block;
  font-size: 1.25em !important;
}

.is-fntL {
  display: inline-block;
  font-size: 1.2em !important;
}

.is-fntM {
  display: inline-block;
  font-size: 1.15em !important;
}

.is-fntS {
  display: inline-block;
  font-size: 0.9em !important;
}

.is-fntXS {
  display: inline-block;
  font-size: 0.8em !important;
}

.is-scale-xs {
  transform: scale(0.7) !important;
}

.is-scale-sm {
  transform: scale(0.8) !important;
}

.is-scale-md {
  transform: scale(0.9) !important;
}

.is-scale-mdMax {
  transform: scale(0.95) !important;
}

.is-scale-lg {
  transform: scale(1.1) !important;
}

.is-attn {
  color: #e2261a;
  font-weight: 600;
}

small {
  font-size: 0.7em;
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  z-index: 10;
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 * Copyright 2014-2022 Vladimir Kharlampidi
 * Released under the MIT License
 * Released on: July 26, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #333;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight {
  height: auto;
}
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin: auto;
  z-index: 10;
  cursor: pointer;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
@media screen and (max-width: 939px) {
  .swiper-button-prev, .swiper-button-next {
    width: 20px;
    height: 20px;
  }
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden, .swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev, .swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after, .swiper-button-next:after {
  font-family: "Material Icons";
  font-size: 25px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
@media screen and (max-width: 939px) {
  .swiper-button-prev:after, .swiper-button-next:after {
    font-size: 20px;
  }
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 35%;
  right: auto;
}
@media screen and (max-width: 939px) {
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 20%;
  }
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "\e5c4";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 35%;
  left: auto;
}
@media screen and (max-width: 939px) {
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 20%;
  }
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "\e5c8";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #fff;
}
@media screen and (max-width: 939px) {
  .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    height: 30px;
  }
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
@media screen and (max-width: 939px) {
  .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 9px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 9px));
  }
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 5px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* LIBMOトップ
============================================================================= */
/* スライダー */
.sliderArea {
  position: relative;
  z-index: 1;
}

.swiper-wrapper {
  width: 100%;
}
.swiper-slide {
  width: 100%;
  max-width: 940px;
}
.swiper-slide:not(.swiper-slide-active) {
  opacity: 0.5;
  transition: opacity 0.3s;
}
.swiper-controller {
  position: relative;
  height: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 939px) {
  .swiper-slide img {
    max-width: 100%;
    height: auto;
  }
  .swiper-controller {
    height: 30px;
    margin-bottom: 24px;
  }
}

/* pcアンカーメニュー */
.anchorNav {
  width: fit-content;
  max-width: 100%;
  max-width: 1080px;
  height: 64px;
  margin: 0 auto 40px;
  padding: 0 30px;
  border-radius: 50vh;
}
#tcomContainer .anchorNav {
  background-color: #d7e8f2;
}
#tncContainer .anchorNav {
  background-color: #ffe4d1;
}
.anchorNav_list {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
}
.anchorNav_list li {
  position: relative;
}
.anchorNav_list li a {
  padding: 10px 15px;
  color: #111;
  font-size: 1.45rem;
  font-weight: 500;
}
.anchorNav_list li:not(:first-of-type)::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  width: 1px;
  height: 15px;
  margin: auto;
  border-radius: 50vh;
  background-color: #bbb;
  content: "";
}

/* 202307追記 ポイント施策 帯 */
.announceArea {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 64px;
  margin: 30px 0 28px;
  background-color: #ffe1e1;
}
.announceArea dl {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 12px 0;
}
.announceArea dl dt {
  display: inline-block;
  margin-right: 15px;
  padding: 10px 16px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 2rem;
}
.announceArea dl dd {
  color: #fff;
  font-size: 2rem;
}
.announceArea p {
  padding: 12px 0;
  color: #333;
  font-size: 1.8rem;
  font-weight: 600;
}
.announceArea p a {
  position: relative;
  color: #333;
  cursor: pointer;
}
.announceArea p a.is-arrow::after {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: -1em;
  color: #e2261a;
  font-size: 1.6em;
  font-family: "Material Icons";
  content: "\e5cc";
}
.announceArea p b {
  display: inline-block;
  color: #e2261a;
}
@media screen and (max-width: 767px) {
  .announceArea {
    height: auto;
    margin: 20px 0 18px;
  }
  .announceArea dl {
    padding: 12px;
  }
  .announceArea dl dt {
    margin: 0 auto 8px;
    padding: 9px 16px;
    font-size: 1.8rem;
  }
  .announceArea dl dd {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.35;
  }
  .announceArea p {
    padding: 12px 12px 11px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .announceArea p a.is-arrow::after {
    bottom: -1em;
    font-size: 1.4em;
  }
}

/* セット割で毎月220円割引 */
.discountCont {
  padding: 48px;
  background-color: #fff;
}
.discountCont_lead {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 56px;
  font-size: 3.5rem;
}
.discountCont_lead img {
  position: relative;
  top: 2.5px;
  height: 42px;
  margin: 0 5px;
  vertical-align: middle;
}
.discountCont_lead img.is-tcom {
  height: 30px;
}
.discountCont_lead img.is-tnc {
  height: 46px;
}
.discountCont_box {
  position: relative;
  padding: 0 30px 30px;
  border-radius: 10px;
  border: 5px solid #eee;
  background-color: #fff;
  text-align: center;
}
.discountCont_box dt {
  display: inline-block;
  position: relative;
  top: -28px;
  width: fit-content;
  height: 56px;
  margin: auto;
  padding: 0 40px;
  border-radius: 50vh;
  background-color: #f1be34;
  font-size: 2.5rem;
  text-align: center;
  line-height: 59px;
}
.discountCont_box_text {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  align-items: flex-end;
}
.discountCont_box_text p {
  position: relative;
  margin: 0 5px;
  font-size: 4rem;
  font-weight: 700;
}
.discountCont_box_text p::after {
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 0;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-display: swap;
  font-size: 1.6rem;
  line-height: 1.1;
  text-align: left;
  letter-spacing: -0.5px;
  white-space: pre;
}
.discountCont_box_text p.el_item1 img {
  height: 100px;
  margin-right: 4px;
}
.discountCont_box_text p.el_item2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  padding-right: 5px;
  color: #e2261a;
}
.discountCont_box_text p.el_item2::after {
  content: "税抜\a 200円";
}
.discountCont_box_text p.el_item3, .discountCont_box_text p.el_item4 {
  text-align: left;
  line-height: 1.1;
}
.discountCont_box_text p.el_item5 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  padding-right: 12px;
}
.discountCont_box_text p.el_item5::after {
  content: "税抜\a 1,000円";
}
.discountCont_box_text p.el_item6 {
  font-size: 8rem;
  background: linear-gradient(transparent 55%, #f1be34 55%);
}
.discountCont_box_text p strong {
  display: inline-block;
  position: relative;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 2.8em;
  letter-spacing: -1px;
  line-height: 0.7;
}
.discountCont_box_text p strong small {
  letter-spacing: -18px;
}
.discountCont_box_text p .is-vert {
  font-size: 0.85em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.discountCont_box_text:nth-of-type(2) {
  position: relative;
  margin-top: 20px;
  padding: 60px 20px 28px;
  background-color: #fff2f2;
}
.discountCont_box_text:nth-of-type(2) > span {
  display: inline-block;
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  width: fit-content;
  margin: auto;
  font-size: 2.2rem;
}
.discountCont_box_text:nth-of-type(2) > span::before, .discountCont_box_text:nth-of-type(2) > span::after {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  height: 36px;
  margin: auto;
  background-color: #f1be34;
  content: "";
}
.discountCont_box_text:nth-of-type(2) > span::before {
  left: -20px;
  transform: rotate(-20deg);
}
.discountCont_box_text:nth-of-type(2) > span::after {
  right: -20px;
  transform: rotate(20deg);
}
.discountCont_box .el_notes {
  margin-top: 20px;
  margin-left: 1.4em;
  font-size: 1.35rem;
  font-weight: 500;
  text-indent: -1.4em;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .discountCont {
    padding: 28px 16px 20px;
  }
  .discountCont_lead {
    margin-bottom: 32px;
    font-size: 2.2rem;
    line-height: 1.3;
  }
  .discountCont_lead img {
    top: 1px;
    height: 27px;
  }
  .discountCont_lead img.is-tcom {
    height: 20px;
  }
  .discountCont_lead img.is-tnc {
    height: 34px;
  }
  .discountCont_box {
    padding: 0 15px 10px;
    border-width: 3px;
  }
  .discountCont_box dt {
    top: -24px;
    width: fit-content;
    height: 40px;
    padding: 0 24px;
    font-size: 1.8rem;
    line-height: 42px;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
  .discountCont_box_text {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: unset;
    align-items: unset;
  }
  .discountCont_box_text p {
    display: block;
    margin: 0 3px 10px;
    font-size: 2.3rem;
  }
  .discountCont_box_text p::after {
    position: relative;
    right: 2em;
    top: -24px;
    margin-right: -1.8em;
    font-size: 1rem;
    vertical-align: top;
  }
  .discountCont_box_text p.el_item1 {
    margin-top: -6px;
  }
  .discountCont_box_text p.el_item1 img {
    height: 76px;
  }
  .discountCont_box_text p.el_item2, .discountCont_box_text p.el_item5 {
    padding-right: unset;
    text-align: center;
  }
  .discountCont_box_text p.el_item3, .discountCont_box_text p.el_item4 {
    text-align: center;
    line-height: 1.25;
  }
  .discountCont_box_text p.el_item6 {
    font-size: 4.5rem;
  }
  .discountCont_box_text p strong {
    padding: 0 3px;
    font-size: 2.55em;
  }
  .discountCont_box_text:nth-of-type(2) {
    margin-top: 2px;
    padding: 50px 15px 8px;
  }
  .discountCont_box_text:nth-of-type(2) > span {
    top: 20px;
    font-size: 1.8rem;
  }
  .discountCont_box_text:nth-of-type(2) > span::before, .discountCont_box_text:nth-of-type(2) > span::after {
    height: 30px;
  }
  .discountCont_box_text:nth-of-type(2) > span::before {
    left: -16px;
  }
  .discountCont_box_text:nth-of-type(2) > span::after {
    right: -16px;
  }
  .discountCont_box .el_notes {
    margin-top: 10px;
    font-size: 1.25rem;
  }
}

/* 使い方に合わせて選べるなっとくプラン */
.planCont {
  margin-top: -65px;
  padding: 65px 48px 48px;
  background-color: #fff;
  text-align: center;
}
#wbsWrap .planCont {
  margin-top: 0;
}
.planCont_mainCatch {
  display: inline-block;
  position: relative;
  width: fit-content;
  margin-bottom: 32px;
  color: #ba0613;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.25;
}
.planCont_mainCatch strong {
  display: block;
  font-size: 1.8em;
}
.planCont_mainCatch::before, .planCont_mainCatch::after {
  display: inline-block;
  position: absolute;
  bottom: 8px;
  width: 3px;
  height: 50px;
  background-color: #ba0613;
  content: "";
}
.planCont_mainCatch::before {
  left: -24px;
  transform: rotate(-20deg);
}
.planCont_mainCatch::after {
  right: -24px;
  transform: rotate(20deg);
}
.planCont_lead {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 35px;
  font-size: 3.5rem;
}
.planCont_lead img {
  position: relative;
  top: 2.5px;
  height: 42px;
  margin: 0 5px;
  vertical-align: middle;
}
.planCont_title {
  margin-bottom: 32px;
  font-size: 4rem;
  text-align: center;
  line-height: 1.7;
}
.planCont_title img {
  width: auto;
}
.planCont_title img:first-of-type {
  height: 60px;
}
.planCont_title img:nth-of-type(2) {
  height: 62px;
  margin: 0 10px;
}
.planCont_catch {
  display: inline-block;
  position: relative;
  margin: 48px auto 16px;
  color: #ba0613;
  font-size: 2.5rem;
  line-height: 1.3;
}
.planCont_catch::before {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -105px;
  height: 80px;
  width: 80px;
  margin: auto;
  padding-top: 5px;
  border-radius: 50%;
  background-image: linear-gradient(150deg, rgb(189, 175, 105), rgb(229, 223, 181) 30%, rgb(189, 175, 105));
  color: #111;
  font-size: 1.5rem;
  line-height: 1.3;
  white-space: pre;
  content: "ゴーゴー\aプラン";
}
.planCont_text {
  margin-bottom: 32px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .planCont {
    padding: 40px 16px 32px;
  }
  .planCont_mainCatch {
    margin-bottom: 10px;
    font-size: 2rem;
    line-height: 1.2;
  }
  .planCont_mainCatch strong {
    width: fit-content;
    margin: 3px auto 0;
    font-size: 1.5em;
    line-height: 1.1;
  }
  .planCont_mainCatch::before {
    left: -14px;
  }
  .planCont_mainCatch::after {
    right: -14px;
  }
  .planCont_lead {
    margin-bottom: 20px;
    font-size: 2.3rem;
    line-height: 1.5;
  }
  .planCont_lead img {
    top: 1px;
    height: 27px;
  }
  .planCont_title {
    margin-bottom: 24px;
    font-size: 2.5rem;
    line-height: 1.6;
  }
  .planCont_title img:first-of-type {
    height: 32px;
  }
  .planCont_title img:nth-of-type(2) {
    height: 34px;
  }
  .planCont_catch {
    margin-top: 30px;
    margin-right: -90px;
    font-size: 2rem;
    line-height: 1.4;
  }
  .planCont_catch::before {
    left: -90px;
  }
  .planCont_text {
    margin-bottom: 20px;
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.5;
  }
}

/* 生活応援キャンペーン */
.lifesupportSec {
  margin-top: -65px;
  padding-top: 65px;
}
.lifesupportSec_title {
  display: inline-block;
  position: relative;
  width: fit-content;
  margin-bottom: 24px;
  color: #ba0613;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.25;
}
.lifesupportSec_title strong {
  display: block;
  font-size: 1.3em;
}
.lifesupportSec_title::before, .lifesupportSec_title::after {
  display: inline-block;
  position: absolute;
  bottom: 8px;
  width: 3px;
  height: 50px;
  background-color: #ba0613;
  content: "";
}
.lifesupportSec_title::before {
  left: -24px;
  transform: rotate(-20deg);
}
.lifesupportSec_title::after {
  right: -24px;
  transform: rotate(20deg);
}
.lifesupportCont {
  padding: 48px;
  background-color: #fff;
}
.lifesupportCont_catch {
  position: relative;
  margin-bottom: 24px;
  padding: 15px;
  border-bottom: 2px solid #ba0613;
  font-size: 3rem;
}
.lifesupportCont_catch::before, .lifesupportCont_catch::after {
  position: absolute;
  top: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  content: "";
}
.lifesupportCont_catch::before {
  border-color: rgba(186, 6, 19, 0);
  border-top-color: #ba0613;
  border-width: 13px;
  margin-left: -13px;
}
.lifesupportCont_catch::after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.lifesupportCont_lead {
  margin-bottom: 32px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
}
.lifesupportCont_box {
  position: relative;
  margin-bottom: 56px;
}
.lifesupportCont_box::before {
  display: block;
  position: absolute;
  top: 23px;
  z-index: 0;
  width: 100%;
  height: 0;
  border-top: 2px dotted #ba0613;
  content: "";
}
.lifesupportCont_box > dt {
  display: inline-block;
  position: relative;
  height: 46px;
  margin-bottom: 24px;
  padding: 0 30px;
  border-radius: 50vh;
  background-color: #ba0613;
  color: #fff;
  font-size: 2.2rem;
  line-height: 45px;
}
.lifesupportCont_box > dd {
  -webkit-box-align: center;
  align-items: center;
}
.lifesupportCont_box > dd .el_price p:first-of-type {
  margin-bottom: 15px;
  font-size: 3.2rem;
}
.lifesupportCont_box > dd .el_price p:nth-of-type(2) {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 0.7;
}
.lifesupportCont_box > dd .el_price p:nth-of-type(2) .el_badge {
  display: inline-block;
  position: relative;
  bottom: 15px;
  width: 60px;
  height: 60px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #999;
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  line-height: 60px;
}
.lifesupportCont_box > dd .el_price p:nth-of-type(2) strong {
  display: inline-block;
  position: relative;
  top: 6px;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-display: swap;
  font-size: 5em;
  line-height: 0.7;
  letter-spacing: -1px;
}
.lifesupportCont_box > dd .el_breakdown {
  position: relative;
  width: 500px;
  padding: 20px 30px 60px;
  background-color: #f0f0f0;
}
.lifesupportCont_box > dd .el_breakdown::before {
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border: solid transparent;
  border-color: rgba(240, 240, 240, 0);
  border-width: 15px;
  content: "";
}
.lifesupportCont_box > dd .el_breakdown .el_usually {
  margin-bottom: 20px;
  padding: 4px;
  border-bottom: 1px solid #111;
  font-size: 2.4rem;
  text-align: left;
}
.lifesupportCont_box > dd .el_breakdown .el_usually strong {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-display: swap;
  font-size: 1.2em;
}
.lifesupportCont_box > dd .el_breakdown dl {
  margin-bottom: 16px;
  text-align: left;
}
.lifesupportCont_box > dd .el_breakdown dl dt {
  width: fit-content;
  height: 30px;
  margin-bottom: 10px;
  padding: 0 24px;
  border-radius: 50vh;
  background-color: #fed432;
  font-size: 1.9rem;
  line-height: 30px;
}
.lifesupportCont_box > dd .el_breakdown dl dt i {
  vertical-align: sub;
}
.lifesupportCont_box > dd .el_breakdown dl dd {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 8px;
  padding-left: 35px;
  font-size: 2.1rem;
}
.lifesupportCont_box > dd .el_breakdown dl dd::before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  border-radius: 50%;
  background-color: #545454;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 23px;
  letter-spacing: 0;
}
.lifesupportCont_box > dd .el_breakdown dl dd span strong {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-display: swap;
  font-size: 2em;
  line-height: 0.7;
}
.lifesupportCont_box > dd .el_breakdown dl dd:first-of-type::before {
  content: "1";
}
.lifesupportCont_box > dd .el_breakdown dl dd:nth-of-type(2)::before {
  content: "2";
}
.lifesupportCont_box > dd .el_breakdown .el_reduction {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  bottom: -20px;
  right: 20px;
  z-index: 1;
  width: fit-content;
  height: 50px;
  padding-top: 4px;
  padding-left: 64px;
  padding-right: 40px;
  background-color: #fed432;
  font-size: 2rem;
}
.lifesupportCont_box > dd .el_breakdown .el_reduction::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  z-index: -1;
  width: calc(100% + 40px);
  background-color: #fed432;
  transform: skewX(-30deg);
  content: "";
}
.lifesupportCont_box > dd .el_breakdown .el_reduction .el_badge {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: -16px;
  width: 70px;
  height: 70px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2271px%22%20height%3D%2271px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(226%2C%2038%2C%2026)%22%20d%3D%22M64.567%2C28.440%20L68.462%2C24.7%20L62.677%2C22.851%20L65.631%2C17.745%20L59.731%2C17.738%20L61.632%2C12.154%20L55.844%2C13.300%20L56.620%2C7.452%20L51.167%2C9.704%20L50.787%2C3.816%20L45.877%2C7.89%20L44.356%2C1.389%20L40.179%2C5.558%20L37.575%2C0.262%20L34.292%2C5.165%20L30.705%2C0.482%20L28.442%2C5.931%20L24.9%2C2.36%20L22.853%2C7.822%20L17.745%2C4.868%20L17.740%2C10.768%20L12.155%2C8.867%20L13.301%2C14.654%20L7.451%2C13.878%20L9.705%2C19.332%20L3.817%2C19.712%20L7.90%2C24.622%20L1.389%2C26.143%20L5.558%2C30.319%20L0.264%2C32.923%20L5.167%2C36.207%20L0.482%2C39.794%20L5.931%2C42.58%20L2.37%2C46.489%20L7.822%2C47.645%20L4.868%2C52.754%20L10.769%2C52.759%20L8.866%2C58.343%20L14.655%2C57.199%20L13.879%2C63.46%20L19.332%2C60.794%20L19.713%2C66.682%20L24.622%2C63.409%20L26.144%2C69.109%20L30.320%2C64.941%20L32.925%2C70.235%20L36.207%2C65.331%20L39.794%2C70.16%20L42.58%2C64.567%20L46.489%2C68.462%20L47.647%2C62.677%20L52.753%2C65.632%20L52.760%2C59.730%20L58.344%2C61.631%20L57.199%2C55.842%20L63.47%2C56.619%20L60.795%2C51.165%20L66.683%2C50.786%20L63.409%2C45.874%20L69.110%2C44.355%20L64.941%2C40.178%20L70.235%2C37.573%20L65.333%2C34.292%20L70.17%2C30.703%20L64.567%2C28.440%20Z%22%2F%3E%3C%2Fsvg%3E");
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  line-height: 70px;
  transform: rotate(-10deg);
}
.lifesupportCont_box > dd .el_breakdown .el_reduction strong {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-display: swap;
  font-size: 2em;
}
.lifesupportCont_box > dd .el_breakdown .el_reduction img {
  position: absolute;
  right: -24px;
  bottom: -5px;
  height: 80px;
}
.lifesupportCont_btn {
  display: inline-block;
  height: 60px;
  margin: auto;
  padding: 0 80px;
  border-radius: 8px;
  background-color: #ba0613;
  box-shadow: 0 3px 0 #a70511;
  color: #fff;
  font-size: 2.1rem;
  line-height: 65px;
}
@media screen and (min-width: 768px) {
  .lifesupportCont_box.is-3gb > dd .el_breakdown {
    margin-left: 40px;
  }
  .lifesupportCont_box.is-3gb > dd .el_breakdown::before {
    top: 50%;
    right: 100%;
    margin-top: -15px;
    border-right-color: #f0f0f0;
  }
  .lifesupportCont_box.is-3gb > dd .el_breakdown .el_reduction {
    padding-right: 64px;
  }
  .lifesupportCont_box.is-20gb > dd .el_price {
    -webkit-box-ordinal-group: 2;
    order: 2;
  }
  .lifesupportCont_box.is-20gb > dd .el_breakdown {
    -webkit-box-ordinal-group: 1;
    order: 1;
    margin-right: 40px;
  }
  .lifesupportCont_box.is-20gb > dd .el_breakdown::before {
    top: 50%;
    left: 100%;
    margin-top: -15px;
    border-left-color: #f0f0f0;
  }
}
@media screen and (max-width: 767px) {
  .lifesupportSec_title {
    margin-bottom: 20px;
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .lifesupportSec_title strong {
    width: fit-content;
    margin: 3px auto 0;
    font-size: 1.15em;
    line-height: 1.25;
  }
  .lifesupportSec_title::before {
    left: 10px;
  }
  .lifesupportSec_title::after {
    right: 15px;
  }
  .lifesupportCont {
    padding: 32px 16px;
  }
  .lifesupportCont_catch {
    margin-bottom: 20px;
    padding: 3px 10px 15px;
    font-size: 2rem;
  }
  .lifesupportCont_lead {
    margin-bottom: 24px;
    padding: 0 5px;
    font-size: 1.6rem;
    text-align: left;
  }
  .lifesupportCont_box {
    margin-bottom: 56px;
  }
  .lifesupportCont_box::before {
    display: none;
  }
  .lifesupportCont_box > dt {
    height: 42px;
    font-size: 1.7rem;
    line-height: 42px;
  }
  .lifesupportCont_box > dd .el_price {
    margin-bottom: 24px;
  }
  .lifesupportCont_box > dd .el_price p:first-of-type {
    margin-bottom: 12px;
    font-size: 2.6rem;
  }
  .lifesupportCont_box > dd .el_price p:nth-of-type(2) {
    font-size: 1.9rem;
  }
  .lifesupportCont_box > dd .el_price p:nth-of-type(2) .el_badge {
    bottom: 8px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .lifesupportCont_box > dd .el_price p:nth-of-type(2) strong {
    font-size: 3.3em;
  }
  .lifesupportCont_box > dd .el_breakdown {
    width: 100%;
    padding: 20px 16px 40px;
  }
  .lifesupportCont_box > dd .el_breakdown::before {
    bottom: 100%;
    left: 50%;
    margin-left: -10px;
    border-bottom-color: #f0f0f0;
  }
  .lifesupportCont_box > dd .el_breakdown .el_usually {
    margin-bottom: 16px;
    font-size: 1.8rem;
    letter-spacing: 0;
  }
  .lifesupportCont_box > dd .el_breakdown dl dt {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
  .lifesupportCont_box > dd .el_breakdown dl dd {
    padding-left: 24px;
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: 0;
  }
  .lifesupportCont_box > dd .el_breakdown dl dd::before {
    width: 20px;
    height: 20px;
    font-size: 1.3rem;
    line-height: 19px;
  }
  .lifesupportCont_box > dd .el_breakdown dl dd span strong {
    font-size: 1.7em;
  }
  .lifesupportCont_box > dd .el_breakdown .el_reduction {
    right: 25px;
    height: 40px;
    padding-left: 50px;
    padding-right: 28px;
    font-size: 1.7rem;
  }
  .lifesupportCont_box > dd .el_breakdown .el_reduction .el_badge {
    width: 60px;
    height: 60px;
    background-size: contain;
    font-size: 1.4rem;
    line-height: 60px;
  }
  .lifesupportCont_box > dd .el_breakdown .el_reduction strong {
    font-size: 1.8em;
  }
  .lifesupportCont_box > dd .el_breakdown .el_reduction img {
    height: 60px;
  }
  .lifesupportCont_box.is-3gb > dd .el_breakdown .el_reduction {
    padding-right: 50px;
  }
  .lifesupportCont_btn {
    width: 100%;
    height: 48px;
    padding: 0 20px;
    font-size: 1.7rem;
    line-height: 50px;
  }
}

/* 202307追記 スマホ大特価セール（生活応援の作りをベースに）*/
.deviceSale_sec {
  margin-top: -65px;
  padding-top: 65px;
}
.deviceSale_sec_title {
  display: inline-block;
  position: relative;
  width: fit-content;
  margin-bottom: 24px;
  color: #ba0613;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 4rem;
  line-height: 1.25;
}
.deviceSale_sec_title strong {
  display: block;
  font-size: 1.3em;
}
.deviceSale_sec_title::before, .deviceSale_sec_title::after {
  display: inline-block;
  position: absolute;
  bottom: 8px;
  width: 3px;
  height: 50px;
  background-color: #ba0613;
  content: "";
}
.deviceSale_sec_title::before {
  left: -24px;
  transform: rotate(-20deg);
}
.deviceSale_sec_title::after {
  right: -24px;
  transform: rotate(20deg);
}
.deviceSale_sec_title img {
  position: relative;
  margin: 0 4px;
  vertical-align: middle;
}
.deviceSale_sec_title img.el_tcom {
  bottom: 6px;
  height: 30px;
}
.deviceSale_sec_title img.el_tnc {
  bottom: 4px;
  height: 42px;
}
.deviceSale_cont_catch {
  position: relative;
  margin-bottom: 24px;
  padding: 15px;
  border-bottom: 2px solid #ba0613;
  font-size: 3rem;
}
.deviceSale_cont_catch::before, .deviceSale_cont_catch::after {
  position: absolute;
  top: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  content: "";
}
.deviceSale_cont_catch::before {
  border-color: rgba(186, 6, 19, 0);
  border-top-color: #ba0613;
  border-width: 13px;
  margin-left: -13px;
}
.deviceSale_cont_catch::after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.deviceSale_cont_lead {
  margin-bottom: 32px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.6;
}
.deviceSale_cont_btn {
  display: inline-block;
  height: 60px;
  margin: auto;
  padding: 0 80px;
  border-radius: 8px;
  background-color: #ba0613;
  box-shadow: 0 3px 0 #a70511;
  color: #fff;
  font-size: 2.1rem;
  line-height: 62px;
}
@media screen and (max-width: 767px) {
  .deviceSale_sec_title {
    margin-bottom: 15px;
    font-size: 1.9rem;
    line-height: 1.3;
  }
  .deviceSale_sec_title strong {
    width: fit-content;
    margin: 3px auto 0;
    font-size: 1.1em;
    line-height: 1.25;
  }
  .deviceSale_sec_title::before, .deviceSale_sec_title::after {
    bottom: 0;
  }
  .deviceSale_sec_title::before {
    left: -15px;
    transform: rotate(-16deg);
  }
  .deviceSale_sec_title::after {
    right: -15px;
    transform: rotate(16deg);
  }
  .deviceSale_sec_title img.el_tcom {
    bottom: 2px;
    height: 16px;
  }
  .deviceSale_sec_title img.el_tnc {
    bottom: 2px;
    height: 24px;
  }
  .deviceSale_cont_catch {
    margin-bottom: 20px;
    padding: 3px 5px 10px;
    font-size: 1.7rem;
  }
  .deviceSale_cont_lead {
    margin-bottom: 24px;
    padding: 0 5px;
    font-size: 1.5rem;
    letter-spacing: 0.5px;
  }
  .deviceSale_cont_btn {
    width: 100%;
    height: 48px;
    padding: 0 20px;
    font-size: 1.7rem;
    line-height: 52px;
  }
}

/* 毎月の通信費をTLCポイントでお支払い */
.tlcpointCont {
  padding: 48px 40px;
  background-color: #fed432;
  content: "";
  text-align: center;
}
.tlcpointCont_box {
  margin-bottom: 24px;
}
.tlcpointCont_box dt {
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
  font-size: 4rem;
  font-weight: 700;
}
.tlcpointCont_box dt::before, .tlcpointCont_box dt::after {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  height: 48px;
  margin: auto;
  background-color: #ba0613;
  content: "";
}
.tlcpointCont_box dt::before {
  left: -24px;
  transform: rotate(-20deg);
}
.tlcpointCont_box dt::after {
  right: -24px;
  transform: rotate(20deg);
}
.tlcpointCont_box dd {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  padding: 32px 20px;
  border-radius: 8px;
  background-color: #fff;
}
.tlcpointCont_box dd p {
  display: inline-block;
  position: relative;
  font-size: 2.7rem;
}
.tlcpointCont_box dd p::after {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 1em;
  margin: auto;
  font-size: 1em;
}
.tlcpointCont_box dd p:first-of-type {
  margin-right: 5px;
  padding-right: 1.2em;
  text-align: center;
}
.tlcpointCont_box dd p:first-of-type::after {
  content: "や";
}
.tlcpointCont_box dd p:nth-of-type(2) {
  margin-right: 5px;
  padding-right: 1.2em;
  text-align: center;
}
.tlcpointCont_box dd p:nth-of-type(2)::after {
  content: "の";
}
.tlcpointCont_box dd p strong {
  color: #e2261a;
  background: linear-gradient(transparent 60%, rgba(255, 181, 164, 0.6) 60%);
}
.tlcpointCont_box dd p .is-fntXS {
  font-size: 1.2rem !important;
  font-weight: 500;
}
.tlcpointCont_box dd p img {
  margin-bottom: 4px;
}
.tlcpointCont_box dd p img.is-libmo {
  height: 32px;
}
.tlcpointCont_box dd p img.is-tcom {
  height: 24px;
}
.tlcpointCont_box dd p img.is-tnc {
  height: 40px;
}
.tlcpointCont_btn {
  display: inline-block;
  height: 60px;
  margin: auto;
  padding: 0 80px;
  border-radius: 8px;
  background-color: #e4007f;
  box-shadow: 0 3px 0 #c0026c;
  color: #fff;
  font-size: 2.1rem;
  line-height: 65px;
}
@media screen and (max-width: 767px) {
  .tlcpointCont {
    padding: 30px 16px;
  }
  .tlcpointCont_box dt {
    width: fit-content;
    margin-bottom: 20px;
    font-size: 2.6rem;
    line-height: 1.3;
  }
  .tlcpointCont_box dt::before, .tlcpointCont_box dt::after {
    top: unset;
    height: 40px;
  }
  .tlcpointCont_box dt::before {
    left: -20px;
  }
  .tlcpointCont_box dt::after {
    right: -20px;
  }
  .tlcpointCont_box dd {
    padding: 22px 16px;
  }
  .tlcpointCont_box dd p {
    font-size: 2.2rem;
    line-height: 1.45;
  }
  .tlcpointCont_box dd p .is-fntXS {
    font-size: 1rem;
  }
  .tlcpointCont_box dd p img {
    margin-bottom: 2px;
  }
  .tlcpointCont_box dd p img.is-libmo {
    height: 24px;
  }
  .tlcpointCont_box dd p img.is-tcom {
    height: 18px;
  }
  .tlcpointCont_box dd p img.is-tnc {
    height: 29px;
  }
  .tlcpointCont_btn {
    width: 100%;
    height: 48px;
    padding: 0 20px;
    font-size: 1.7rem;
    line-height: 50px;
  }
}

/* かけ放題サービス */
.kakehoSec {
  padding-top: 64px;
  padding-bottom: 64px;
  text-align: center;
}
#tcomContainer .kakehoSec {
  background-color: #d7e8f2;
}
#tncContainer .kakehoSec {
  background-color: #ffe4d1;
}
.kakehoSec_title {
  margin-bottom: 32px;
  font-size: 5rem;
}
.kakehoCont {
  padding: 48px;
  background-color: #fff;
}
.kakehoCont_lead {
  margin-bottom: 30px;
  color: #ba0613;
  font-size: 3rem;
}
.kakehoCont_list {
  text-align: center;
}
.kakehoCont_list_item {
  max-width: 768px;
  margin: auto;
  border-radius: 8px;
}
.kakehoCont_list_item:not(.is-nonKakeho) {
  margin-bottom: 24px;
}
.kakehoCont_list_item dl dt {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  align-items: center;
  height: 48px;
  padding: 3px 20px 0;
  border-radius: 8px 8px 0 0;
  background-color: #ddd;
  color: #ba0613;
  font-size: 1.9rem;
  font-weight: 500;
}
.kakehoCont_list_item dl dt span {
  display: inline-block;
  height: 28px;
  margin-right: 15px;
  padding: 0 16px;
  border-radius: 50vh;
  background-color: #ba0613;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  line-height: 30px;
  letter-spacing: 0;
}
.kakehoCont_list_item dl dd {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  align-items: center;
  padding: 20px 30px;
  border-radius: 0 0 8px 8px;
  border: 3px solid #ddd;
}
.kakehoCont_list_item dl dd img {
  width: 86px;
  height: 85px;
  margin-right: 20px;
}
.kakehoCont_list_item dl dd p.el_kakehoMenu {
  margin-right: 15px;
  font-size: 2.8rem;
  text-align: left;
  line-height: 1.1;
}
.kakehoCont_list_item dl dd p.el_kakehoRate {
  color: #ba0613;
  font-size: 2.8rem;
}
.kakehoCont_list_item dl dd p.el_kakehoRate strong {
  display: inline-block;
  position: relative;
  top: 3px;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 2.5em;
  line-height: 0.7;
  letter-spacing: -0.5px;
}
.kakehoCont_list_item dl dd p.el_kakehoRate .is-fntS strong {
  font-size: 1.5em;
}
.kakehoCont_list_item dl dd p.el_kakehoRate .is-fntXS {
  color: #111;
  font-size: 0.6em !important;
}
.kakehoCont_list_item.is-nonKakeho {
  padding: 25px 20px 22px;
  background-color: #ddd;
  text-align: center;
}
.kakehoCont_list_item.is-nonKakeho p {
  font-size: 2.2rem;
  font-weight: 500;
}
.kakehoCont_list_item.is-nonKakeho p strong {
  font-weight: 700;
}
.kakehoCont {
  /* かけ放題プラン更新 */
}
.kakehoCont_table {
  width: 100%;
  border: 3px solid #182c4b;
}
.kakehoCont_table th, .kakehoCont_table td {
  padding: 14px 20px 10px;
  border: 1px solid #182c4b;
  font-size: 1.8rem;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
}
.kakehoCont_table th.is-bgRd, .kakehoCont_table td.is-bgRd {
  background-color: #ba0613;
  color: #fff;
}
.kakehoCont_table th {
  background-color: #dcdfe4;
  color: #182c4b;
}
.kakehoCont_table td .el_tag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 16px 4px;
  border-radius: 50vh;
  background-color: #0071bc;
  color: #fff;
  font-size: 1.4rem;
}
.kakehoCont_table td .el_price {
  color: #0071bc;
  line-height: 1.6;
}
.kakehoCont_table td .el_price strong {
  display: inline-block;
  position: relative;
  bottom: -2.5px;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-display: swap;
  font-size: 2em;
  line-height: 0.85;
}
.kakehoCont_table td .el_desc {
  color: #182c4b;
  line-height: 1.3;
}
.kakehoCont_table td .el_desc strong {
  font-size: 1.2em;
}
.kakehoCont_table thead th {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .kakehoSec {
    padding-top: 40px;
    padding-bottom: 8px;
  }
  .kakehoSec_title {
    margin-bottom: 24px;
    font-size: 2.3rem;
  }
  .kakehoCont {
    padding: 24px 16px;
  }
  .kakehoCont_lead {
    margin-bottom: 18px;
    font-size: 1.9rem;
    line-height: 1.4;
  }
  .kakehoCont_list_item dl dt {
    height: auto;
    padding: 14px 15px 10px;
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.3;
  }
  .kakehoCont_list_item dl dt span {
    min-width: 78px;
    margin-right: 12px;
    font-size: 1.5rem;
  }
  .kakehoCont_list_item dl dd {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 20px 8px 20px 60px;
  }
  .kakehoCont_list_item dl dd img {
    position: absolute;
    top: 6px;
    left: -6px;
    z-index: 1;
    width: 56px;
    height: 56px;
  }
  .kakehoCont_list_item dl dd p {
    text-align: left;
  }
  .kakehoCont_list_item dl dd p.el_kakehoMenu {
    margin-bottom: 10px;
    font-size: 2.2rem;
  }
  .kakehoCont_list_item dl dd p.el_kakehoRate {
    display: block;
    width: 100%;
    font-size: 1.9rem;
  }
  .kakehoCont_list_item dl dd p.el_kakehoRate strong {
    font-size: 1.9em;
  }
  .kakehoCont_list_item dl dd p.el_kakehoRate .is-fntS strong {
    top: 1px;
    font-size: 1.25em;
  }
  .kakehoCont_list_item:not(.is-nonKakeho) {
    margin-bottom: 20px;
  }
  .kakehoCont_list_item.is-nonKakeho {
    padding: 20px 16px 18px;
  }
  .kakehoCont_list_item.is-nonKakeho p {
    font-size: 1.7rem;
  }
  .kakehoCont_list_item.is-nonKakeho p strong {
    display: block;
  }
  .kakehoCont_table th, .kakehoCont_table td {
    padding: 12px 16px 8px;
    font-size: 1.7rem;
  }
  .kakehoCont_table td .el_tag {
    margin-bottom: 7px;
    padding-bottom: 5px;
  }
  .kakehoCont_table thead th {
    font-size: 2rem;
  }
}

/* LIBMOのメリット */
.meritSec {
  padding-top: 64px;
  padding-bottom: 16px;
}
.meritSec_title {
  margin-bottom: 32px;
  color: #ba0613;
  font-size: 5rem;
}
.meritCont {
  padding: 48px 80px;
  background-color: #fff;
}
.meritCont_item {
  position: relative;
}
.meritCont_item dt {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 24px;
  color: #ba0613;
  font-size: 3rem;
}
.meritCont_item dt span {
  display: inline-block;
  height: 40px;
  margin-right: 15px;
  padding: 0 20px;
  border-radius: 50vh;
  background-color: #ba0613;
  color: #fff;
  font-size: 2rem;
  line-height: 40px;
}
.meritCont_item dd p {
  margin-bottom: 20px;
  text-align: center;
}
.meritCont_item dd p.el_catch {
  padding: 17px 20px 13px;
  font-size: 2.2rem;
  line-height: 1.5;
}
#tcomContainer .meritCont_item dd p.el_catch {
  background-color: #d7e8f2;
}
#tncContainer .meritCont_item dd p.el_catch {
  background-color: #ffe4d1;
}
.meritCont_item dd p.el_text {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.6;
}
.meritCont_item dd p.el_highlight {
  margin: 30px auto;
  font-size: 2.5rem;
}
.meritCont_item dd p.el_highlight b, .meritCont_item dd p.el_highlight strong {
  color: #e2261a;
}
.meritCont_item dd p.el_highlight strong {
  font-size: 1.2em;
}
.meritCont_item dd img {
  margin-bottom: 20px;
}
.meritCont_item dd .el_btn {
  display: inline-block;
  height: 48px;
  margin-bottom: 40px;
  padding: 0 40px;
  border-radius: 5px;
  border: 1px solid #ba0613;
  background-color: #fff;
  color: #ba0613;
  font-size: 1.6rem;
  line-height: 46px;
}
.meritCont_item dd .el_btn.is-arrow::after {
  color: #ba0613;
}
.meritCont_item dd .js-scrollable {
  margin-top: 40px;
  margin-bottom: 20px;
}
.meritCont_item dd .el_table caption {
  margin-bottom: 20px;
  font-size: 2rem;
}
.meritCont_item dd .el_table tbody td {
  padding-bottom: 60px;
  font-size: 2.5rem;
}
.meritCont_item dd .el_table tbody td:first-of-type {
  width: 250px;
}
.meritCont_item dd .el_table + p {
  display: inline-block;
  position: absolute;
  bottom: 16px;
  right: 20px;
  width: calc(100% - 250px - 40px);
  height: 35px;
  margin: unset;
  border: 2px solid #e2261a;
  background-color: #fff;
  color: #e2261a;
  font-size: 1.5rem;
  text-align: center;
  line-height: 31px;
}
.meritCont_item dd .el_box {
  padding: 30px;
}
.meritCont_item dd .el_box.is-bgRd {
  background-color: #fff2f2;
}
.meritCont_item dd .el_box.is-bgWh {
  background-color: #fff;
}
.meritCont_item dd .l-flex figure {
  position: relative;
  width: 46%;
}
.meritCont_item dd .l-flex figure:first-of-type {
  margin-right: 16px;
  padding-right: 16px;
}
.meritCont_item dd .l-flex figure figcaption {
  font-size: 1.3rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.4;
}
.meritCont_item dd .l-flex.is-libmoSpeed .el_speed {
  display: inline-block;
  position: relative;
  width: calc(54% - 16px);
}
.meritCont_item dd .l-flex.is-libmoSpeed .el_speed::after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 20px;
  width: 120px;
  height: 166px;
  background: url("../img/img_matsuya_point.png") no-repeat left top/contain;
  content: "";
}
.meritCont_item dd .l-flex.is-libmoSpeed .el_speed .el_text {
  text-align: left;
}
.meritCont_item dd .l-flex.is-libmoSpeed .el_speed .el_text span {
  display: inline-block;
  width: fit-content;
  margin: 3px;
  padding: 5px 15px 1.5px;
  border-radius: 50vh;
  background-color: #e2261a;
  color: #fff;
  font-size: 1.1em;
  font-weight: 600;
}
.meritCont_item dd .l-flex.is-libmoSpeed .el_speed .el_text strong {
  font-size: 1.1em;
  font-weight: 600;
}
.meritCont_item dd .l-flex.is-libmoSpeed .el_speed .el_text b {
  color: #e2261a;
  font-size: 1.1em;
}
.meritCont_item dd .l-flex.is-libmoSpeed .el_speed .el_note {
  font-size: 1.3rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.4;
}
.meritCont_item dd .l-flex.is-libmoSim {
  -webkit-box-align: end;
  align-items: flex-end;
  margin-bottom: 30px;
}
.meritCont_item dd .l-flex.is-libmoSim figure {
  width: auto;
}
.meritCont_item dd .l-flex.is-libmoSetting figure img {
  width: 467px;
}
.meritCont_item dd .l-flex:not(.is-libmoSetting) figure:first-of-type::after {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1em;
  height: 1em;
  margin: auto;
  color: rgba(226, 38, 26, 0.9);
  font-family: "Material Icons";
  font-size: 4rem;
  content: "\e5df";
}
.meritCont_item:not(:last-of-type) {
  margin-bottom: 48px;
}
.meritCont {
  /* 利用開始までの流れ */
}
.meritCont_catch {
  margin-bottom: 32px;
  font-size: 3.5rem;
}
.meritCont_flow_item dl {
  position: relative;
  padding: 24px 20px 22px 220px;
  border: 1px solid #e2261a;
}
.meritCont_flow_item dl dt {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 100%;
  background-color: #e2261a;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.1;
}
.meritCont_flow_item dl dt strong {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-display: swap;
  font-size: 2.2em;
}
.meritCont_flow_item dl dd {
  display: block;
  position: relative;
  font-size: 2.8rem;
  text-align: left;
}
.meritCont_flow_item dl dd img {
  position: absolute;
  left: -60px;
  top: 0;
  bottom: 0;
  height: 32px;
  margin: auto;
}
.meritCont_flow_item dl dd p {
  margin-top: 8px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}
.meritCont_flow_item:not(:last-of-type) {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .meritSec {
    padding-top: 40px;
    padding-bottom: unset;
  }
  .meritSec_title {
    margin-bottom: 16px;
    font-size: 2.8rem;
  }
  .meritCont {
    padding: 24px 16px;
  }
  .meritCont_item dt {
    flex-direction: column;
    margin-bottom: 20px;
    font-size: 2.1rem;
  }
  .meritCont_item dt span {
    height: 36px;
    margin: 0 auto 10px;
    font-size: 1.7rem;
    line-height: 38px;
  }
  .meritCont_item dd p {
    margin-bottom: 16px;
  }
  .meritCont_item dd p.el_catch {
    padding: 15px 12px;
    font-size: 1.65rem;
    letter-spacing: 0;
  }
  .meritCont_item dd p.el_text {
    font-size: 1.45rem;
    text-align: left;
    line-height: 1.5;
  }
  .meritCont_item dd p.el_highlight {
    margin: 24px auto;
    line-height: 1.2;
  }
  .meritCont_item dd .el_btn {
    margin-bottom: 32px;
  }
  .meritCont_item dd .js-scrollable {
    margin-top: 24px;
    margin-bottom: 40px;
  }
  .meritCont_item dd .el_table caption {
    margin-bottom: 16px;
    font-size: 1.7rem;
  }
  .meritCont_item dd .el_table tbody td {
    font-size: 2rem;
  }
  .meritCont_item dd .el_table tbody td:first-of-type {
    width: 240px;
  }
  .meritCont_item dd .el_table + p {
    right: unset;
    left: 220px;
    width: fit-content;
    padding: 0 24px;
  }
  .meritCont_item dd .el_box {
    padding: 24px 16px;
  }
  .meritCont_item dd .el_box.is-bgWh {
    padding-bottom: 4px;
  }
  .meritCont_item dd .l-flex figure {
    width: 100%;
  }
  .meritCont_item dd .l-flex figure:first-of-type {
    margin-right: unset;
    margin-bottom: 48px;
    padding-right: unset;
  }
  .meritCont_item dd .l-flex.is-libmoSpeed .el_speed {
    width: 100%;
  }
  .meritCont_item dd .l-flex.is-libmoSpeed .el_speed::after {
    right: 10px;
    width: 84px;
    height: 116.2px;
  }
  .meritCont_item dd .l-flex.is-libmoSpeed .el_speed .el_text span {
    padding: 4px 15px 3.5px;
  }
  .meritCont_item dd .l-flex.is-libmoSim {
    -webkit-box-align: center;
    align-items: center;
  }
  .meritCont_item dd .l-flex:not(.is-libmoSetting) figure:first-of-type::after {
    top: unset;
    bottom: -1em;
    left: 0;
    font-size: 4rem;
    transform: rotate(90deg);
  }
  .meritCont_item:not(:last-of-type) {
    margin-bottom: 24px;
  }
  .meritCont_catch {
    margin-bottom: 16px;
    font-size: 2.2rem;
    line-height: 1.3;
  }
  .meritCont_flow_item dl {
    padding: 56px 18px 20px;
  }
  .meritCont_flow_item dl dt {
    flex-direction: row;
    width: 100%;
    height: 40px;
    font-size: 1.6rem;
    line-height: 1;
  }
  .meritCont_flow_item dl dt strong {
    padding: 2px 3px 0;
    font-size: 1.8em;
  }
  .meritCont_flow_item dl dd {
    font-size: 2rem;
    line-height: 1.3;
  }
  .meritCont_flow_item dl dd img {
    position: relative;
    left: 0;
    height: 25px;
    margin-right: 10px;
  }
}

/* LIBMO×光セット割 */
.setwariSec {
  margin-top: -65px;
  padding-top: 65px;
}
.setwariSec_title {
  margin-bottom: 20px;
  font-size: 4.3rem;
  text-align: center;
  line-height: 1.4;
}
.setwariSec_title img {
  position: relative;
  bottom: 3px;
  margin-right: 8px;
  vertical-align: middle;
}
.setwariSec_title img.is-tcom {
  height: 35px;
}
.setwariSec_title img.is-tnc {
  height: 52px;
}
.setwariSec_title strong {
  padding: 0 5px;
  background: linear-gradient(transparent 58%, #fff57f 58%);
  color: #e2261a;
  font-size: 1.1em;
}
.setwariCont {
  padding: 48px 60px;
  background-color: #fff;
}
.setwariCont_target {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  justify-content: center;
  margin-bottom: 24px;
}
.setwariCont_target_item {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 380px;
  padding: 20px;
  border-radius: 20px;
  border: 5px solid #eee;
}
.setwariCont_target_item dt {
  display: inline-block;
  height: 38px;
  margin-bottom: 16px;
  padding: 0 30px;
  border-radius: 50vh;
  background-color: #e8e8e8;
  font-size: 1.8rem;
  line-height: 38px;
}
.setwariCont_target_item dd p {
  margin-bottom: 5px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}
.setwariCont_target_item dd img {
  height: 36px;
  margin-bottom: 5px;
}
.setwariCont_target_item.is-tcom dd img.el_docomo, .setwariCont_target_item.is-tnc dd img.el_docomo {
  height: 32px;
}
.setwariCont_target_item.is-tcom dd img.el_docomo {
  margin-top: 10px;
}
.setwariCont_target_item.is-tcom dd img.el_10g {
  position: relative;
  top: 4px;
  margin-left: 5px;
}
.setwariCont_target_item.is-tnc dd img.el_tnchikari {
  height: 41px;
}
.setwariCont_target_item.is-libmo {
  margin-left: 60px;
}
.setwariCont_target_item.is-libmo::before {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(-30px - 0.7em);
  width: 1em;
  height: 1em;
  margin: auto;
  color: #111;
  font-size: 3rem;
  font-weight: 600;
  content: "×";
}
.setwariCont_target_item.is-libmo dd {
  display: -webkit-box;
  display: flex;
  align-items: center;
  height: 100%;
}
.setwariCont_target_item.is-libmo dd img.el_libmo {
  height: 50px;
}
.setwariCont p.el_text {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.6;
}
.setwariCont p.el_catch {
  margin-top: 32px;
  padding: 15px 20px;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.5;
}
#tcomContainer .setwariCont p.el_catch {
  background-color: #d7e8f2;
}
#tncContainer .setwariCont p.el_catch {
  background-color: #ffe4d1;
}
.setwariCont p.el_catch img {
  height: 30px;
  margin: 0 5px;
  vertical-align: sub;
}
.setwariCont_flow {
  margin-bottom: 40px;
  padding: 40px;
  border-radius: 20px;
  background-color: #fbf6d9;
  text-align: center;
}
.setwariCont_flow_title {
  margin-bottom: 16px;
  font-size: 3rem;
}
.setwariCont_flow_title + .el_text {
  margin-bottom: 30px;
  text-align: center;
}
.setwariCont_flow_item {
  position: relative;
  padding: 24px 40px;
  background-color: #fff;
}
.setwariCont_flow_item .el_num {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -60px;
  width: 50px;
  height: 50px;
  margin: auto;
  background-color: #0d2631;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  line-height: 50px;
}
.setwariCont_flow_item .el_num::after {
  position: absolute;
  left: 100%;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: solid transparent;
  border-color: rgba(13, 38, 49, 0);
  border-left-color: #0d2631;
  border-width: 5px 10px;
  content: "";
}
.setwariCont_flow_item .el_list {
  padding: 16px 20px;
  text-align: left;
}
.setwariCont_flow_item .el_list li {
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
  font-size: 1.5rem;
  font-weight: 500;
  list-style-type: decimal;
}
.setwariCont_flow_item .el_btn {
  display: block;
  height: 40px;
  border-radius: 8px;
  background-color: #ffe1e1;
  color: #e2261a;
  font-size: 1.7rem;
  text-align: center;
  line-height: 43px;
}
.setwariCont_flow_item:not(:last-of-type) {
  margin-bottom: 32px;
}
.setwariCont_flow_item:not(:last-of-type)::after {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 20px 50px 0 50px;
  border-color: #465d66 transparent transparent transparent;
  content: "";
}
@media screen and (max-width: 767px) {
  .setwariSec_title {
    margin-bottom: 16px;
    font-size: 2.5rem;
  }
  .setwariSec_title img.is-tcom {
    height: 21px;
  }
  .setwariSec_title img.is-tnc {
    height: 31px;
  }
  .setwariSec_title strong {
    font-size: 1em;
  }
  .setwariCont {
    margin-bottom: 24px;
    padding: 32px 16px !important;
  }
  .setwariCont_target {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .setwariCont_target_item {
    width: 100%;
    border-width: 3px;
    border-radius: 10px;
  }
  .setwariCont_target_item dt {
    padding: 0 20px;
    font-size: 1.7rem;
  }
  .setwariCont_target_item dd img {
    height: 30px;
  }
  .setwariCont_target_item.is-tcom dd img.el_docomo, .setwariCont_target_item.is-tnc dd img.el_docomo {
    height: 28px;
  }
  .setwariCont_target_item.is-tnc dd img.el_tnchikari {
    height: 35px;
  }
  .setwariCont_target_item.is-libmo {
    margin-left: unset;
    margin-top: 32px;
  }
  .setwariCont_target_item.is-libmo::before {
    top: -1.2em;
    bottom: unset;
    left: 0;
    right: 0;
  }
  .setwariCont_target_item.is-libmo dd img.el_libmo {
    height: 40px;
  }
  .setwariCont p.el_text {
    font-size: 1.5rem;
  }
  .setwariCont p.el_catch {
    margin-top: 24px;
    padding: 15px 14px 14px;
    font-size: 1.7rem;
  }
  .setwariCont p.el_catch img {
    height: 20px;
  }
  .setwariCont_flow {
    margin-bottom: 30px;
    padding: 30px 16px;
    border-radius: 10px;
  }
  .setwariCont_flow_title {
    font-size: 2rem;
    line-height: 1.3;
  }
  .setwariCont_flow_title + .el_text {
    margin-bottom: 16px;
    padding: 0 5px;
    text-align: left;
  }
  .setwariCont_flow_item {
    padding: 20px;
  }
  .setwariCont_flow_item .el_num {
    left: -38px;
    width: 40px;
    height: 40px;
    font-size: 1.7rem;
    line-height: 40px;
  }
  .setwariCont_flow_item .el_num::after {
    margin-top: -4px;
    border-width: 4px 8px;
  }
  .setwariCont_flow_item .el_list li {
    margin-bottom: 8px;
    padding-bottom: 6px;
    font-size: 1.4rem;
    line-height: 1.3;
  }
  .setwariCont_flow_item .el_btn {
    font-size: 1.6rem;
  }
  .setwariCont_flow_item:not(:last-of-type) {
    margin-bottom: 24px;
  }
  .setwariCont_flow_item:not(:last-of-type)::after {
    bottom: -16px;
    border-width: 16px 40px 0 40px;
  }
}

/* 202310追記 生活応援キャンペーンの料金を盛り込んだ表の場合 */
.planCont .priceWrap_cont:first-of-type .cmn-table .is-nattokuPlan tbody th {
  width: 110px;
}

.cmn-table.is-nattokuPlan th, .cmn-table.is-nattokuPlan td {
  padding-left: 10px;
  padding-right: 10px;
}
.planCont .cmn-table.is-nattokuPlan tbody th.el_no1 .el_balloon, .planCont .cmn-table.is-nattokuPlan tbody th.el_popularUp .el_balloon {
  left: calc(50% - 100px);
}
.cmn-table.is-nattokuPlan tbody td strong:not(.is-fntS strong) {
  font-size: 1.65em;
}

/* 家族5人がLIBMOの場合 */
.dcSec {
  padding-top: 40px;
}
.dcSec_title {
  margin-bottom: 24px;
  text-align: center;
}
.dcSec_title span {
  display: inline-block;
  position: relative;
  margin: auto;
  padding: 0 8px 10px;
  font-weight: 700;
  font-size: 3.5rem;
}
.dcSec_title span::before, .dcSec_title span::after {
  display: inline-block;
  position: absolute;
  bottom: 7px;
  width: 34px;
  height: 37px;
  background: url("../img/icn_cheers.svg") no-repeat left top/contain;
  content: "";
}
.dcSec_title span::before {
  left: -40px;
}
.dcSec_title span::after {
  right: -40px;
  transform: scale(-1, 1);
}
.dcSec_title span strong {
  color: #e2261a;
  font-size: 4.2rem;
}
@media screen and (max-width: 767px) {
  .dcSec {
    padding-top: 32px;
  }
  .dcSec_title {
    margin-bottom: 14px;
  }
  .dcSec_title span {
    padding-bottom: 8px;
    font-size: 2rem;
  }
  .dcSec_title span::before, .dcSec_title span::after {
    width: 23.8px;
    height: 25.9px;
  }
  .dcSec_title span::before {
    left: -24px;
  }
  .dcSec_title span::after {
    right: -24px;
  }
  .dcSec_title span strong {
    font-size: 2.8rem;
  }
}

.dcCont_lead {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  font-size: 2.5rem;
}
.dcCont_lead span {
  padding: 0 10px 5px 15px;
  background: linear-gradient(transparent 55%, #ffdfdf 55%);
}
@media all and (-ms-high-contrast: none), print {
  .dcCont_lead span {
    padding-bottom: 0;
  }
}
.dcCont_lead::after {
  display: inline-block;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  z-index: -1;
  width: 11px;
  height: 32px;
  margin: auto;
  background-color: #ffdfdf;
  transform: rotate(35deg);
  content: "";
}
.dcCont_list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-bottom: 50px;
}
.dcCont_list::after {
  display: block;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 30px 40px 0 40px;
  border-color: #ccc transparent transparent transparent;
  content: "";
}
.dcCont_list_item {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: calc((100% - 64px) / 5);
  border-radius: 8px;
  background-color: #f8f8f8;
}
.dcCont_list_item .el_num {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  top: -48px;
  left: 0;
}
.dcCont_list_item .el_num dt {
  display: inline-block;
  width: 47px;
  height: 63px;
  background: url("../img/icn_smp.svg") no-repeat left top/contain;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 2.2rem;
  text-align: center;
  line-height: 63px;
}
.dcCont_list_item .el_num dd {
  display: inline-block;
  padding-bottom: 8px;
}
.dcCont_list_item .el_img {
  width: auto;
  height: 125px;
  margin: 20px auto 0;
}
.dcCont_list_item .el_dc {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
  flex-direction: column;
  height: 70px;
  padding: 0 20px;
  border-radius: 0 0 8px 8px;
}
.dcCont_list_item .el_dc p {
  width: 100%;
  color: #fff;
}
.dcCont_list_item .el_dc p:first-child {
  margin-bottom: 3px;
  font-size: 1.5rem;
}
.dcCont_list_item .el_dc p:first-child strong {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 3.2rem;
}
.dcCont_list_item .el_dc p:first-child span {
  font-size: 2.1rem;
}
.dcCont_list_item .el_dc p:nth-child(2) {
  font-size: 1.3rem;
}
.dcCont_list_item.is-father .el_num dd img {
  width: 40px;
  height: 15px;
}
.dcCont_list_item.is-father .el_dc {
  background-color: rgba(0, 86, 109, 0.77);
}
.dcCont_list_item.is-mother .el_num dd img {
  width: 34px;
  height: 12px;
}
.dcCont_list_item.is-mother .el_dc {
  background-color: rgba(255, 123, 172, 0.77);
}
.dcCont_list_item.is-me .el_num dd img {
  width: 30px;
  height: 20px;
}
.dcCont_list_item.is-me .el_img {
  height: 92px;
}
.dcCont_list_item.is-me .el_dc {
  background-color: rgba(43, 126, 191, 0.77);
}
.dcCont_list_item.is-gfather .el_num dd img {
  width: 45px;
  height: 14px;
}
.dcCont_list_item.is-gfather .el_dc {
  background-color: rgba(96, 56, 19, 0.77);
}
.dcCont_list_item.is-gmother .el_num dd img {
  width: 56px;
  height: 16px;
}
.dcCont_list_item.is-gmother .el_dc {
  background-color: rgba(143, 128, 207, 0.77);
}
@media screen and (min-width: 768px) {
  .dcCont_list {
    padding-top: 48px;
  }
  .dcCont_list_item {
    flex-direction: column;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding-top: 8px;
  }
  .dcCont_list_item:not(:last-child) {
    margin-right: 16px;
  }
  .dcCont_list_item .el_num dt {
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .dcCont {
    margin-bottom: 20px;
  }
  .dcCont_lead {
    margin-bottom: 32px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .dcCont_lead span {
    padding: 0;
    background: none;
  }
  .dcCont_lead span strong {
    display: inline-block;
    padding: 0 10px 1px;
    background: linear-gradient(transparent 55%, #ffdfdf 55%);
    color: #e2261a;
    font-size: 1.9rem;
  }
  .dcCont_lead::after {
    bottom: -12px;
    width: 10px;
    height: 20px;
  }
  .dcCont_list {
    padding-top: 0;
  }
  .dcCont_list::after {
    bottom: -40px;
    border-width: 20px 36px 0 36px;
  }
  .dcCont_list_item {
    -webkit-box-pack: end;
    justify-content: flex-end;
    width: 100%;
  }
  .dcCont_list_item:not(:last-child) {
    margin-bottom: 12px;
  }
  .dcCont_list_item .el_num {
    -webkit-box-pack: center;
    justify-content: center;
    flex-direction: column;
    top: 0;
    bottom: 0;
    left: 16px;
    margin: auto;
    padding-top: 5px;
  }
  .dcCont_list_item .el_num dt {
    width: 32.9px;
    height: 44.1px;
    margin-bottom: 5px;
    font-size: 1.6rem;
    line-height: 44.1px;
  }
  .dcCont_list_item .el_img {
    margin: 12px 24px 0;
    margin-inline-end: auto;
    margin-inline-start: 64px;
    height: 87.5px;
  }
  .dcCont_list_item .el_dc {
    width: 50%;
    height: 100%;
    padding: 0 18px;
    border-radius: 0 8px 8px 0;
  }
  .dcCont_list_item .el_dc p:first-child {
    margin-bottom: 4px;
    font-size: 1.6rem;
  }
  .dcCont_list_item .el_dc p:first-child strong {
    font-size: 3rem;
  }
  .dcCont_list_item .el_dc p:first-child span {
    font-size: 2rem;
  }
  .dcCont_list_item .el_dc p:nth-child(2) {
    font-size: 1.15rem;
  }
  .dcCont_list_item.is-father .el_num dd img {
    width: 32px;
    height: 12px;
  }
  .dcCont_list_item.is-mother .el_num dd img {
    width: 27.2px;
    height: 9.6px;
  }
  .dcCont_list_item.is-me .el_num dd img {
    width: 24px;
    height: 16px;
  }
  .dcCont_list_item.is-me .el_img {
    height: 64.4px;
  }
  .dcCont_list_item.is-gfather .el_num dd img {
    width: 36px;
    height: 11.2px;
  }
  .dcCont_list_item.is-gmother .el_num dd img {
    width: 44.8px;
    height: 12.8px;
  }
}

/* シミュレーターボタン */
.simulatorBlock {
  margin: 48px auto 16px !important;
}
@media screen and (max-width: 767px) {
  .simulatorBlock {
    margin: 20px auto 0 !important;
  }
}

/* eSIMの特徴 */
.esimSec {
  position: relative;
  margin-bottom: 80px;
  padding: 64px 0;
  background-color: #ba0613;
}
.esimSec_title {
  position: absolute;
  top: 124px;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
  font-size: 3rem;
}
.esimSec_title strong {
  font-size: 1.3em;
}
.esimCont {
  margin-bottom: 0;
  padding: 100px 60px 50px;
  border-radius: 20px;
  background-color: #fff;
}
.esimCont_title {
  margin-top: 32px;
  font-size: 2.4rem;
  text-align: left;
}
.esimCont_type {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 24px;
}
.esimCont_type_item {
  display: -webkit-box;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  flex-direction: column;
  position: relative;
  width: 49%;
  padding: 30px;
  border-radius: 15px;
  border: 4px solid #bebebe;
  background-color: #fff;
}
.esimCont_type_item.is-new::before {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  top: -4px;
  left: 30px;
  width: 72px;
  height: 64px;
  background-color: #b70613;
  color: #fff;
  font-size: 1.6rem;
  content: "NEW";
}
.esimCont_type_item.is-new::after {
  display: inline-block;
  position: absolute;
  top: 48px;
  left: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 36px solid transparent;
  border-left: 36px solid transparent;
  border-bottom: 12px solid #fff;
  border-top: 0;
  content: "";
}
.esimCont_type_item .el_title {
  font-size: 2.4rem;
}
.esimCont_type_item .el_img {
  margin-top: 20px;
  padding: 20px;
  border-radius: 10px;
  background-size: auto auto;
  background-color: rgb(255, 229, 229);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgb(255, 216, 216) 3px, rgb(255, 216, 216) 6px);
}
.esimCont_type_item .el_img img {
  height: 150px;
}
.esimCont_type_item .el_desc {
  margin-top: 20px;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.5;
}
.esimCont_type_item .el_guide {
  position: relative;
  margin-top: auto;
  padding-top: 16px;
}
.esimCont_type_item .el_guide::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-radius: 5px;
  border-right: 24px solid transparent;
  border-left: 24px solid transparent;
  border-top: 16px solid #b70613;
  border-bottom: 0;
  content: "";
}
.esimCont_type_item .el_guide p {
  margin-top: 8px;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.5;
}
.esimCont_type_item .el_guide p span {
  background: linear-gradient(transparent 50%, #ffd7d7 50%);
}
.esimCont_type_item .el_guide p strong {
  color: #b70613;
  font-size: 1.25em;
  line-height: 0.8;
}
.esimCont .cmn-notes {
  margin-top: 20px;
}
.esimCont .cmn-notes li {
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .esimSec {
    margin-bottom: 40px;
    padding: 40px 15px;
  }
  .esimSec_title {
    top: 70px;
    font-size: 2rem;
    line-height: 1.15;
  }
  .esimCont {
    padding: 70px 20px 24px;
  }
  .esimCont_title {
    font-size: 1.65rem;
    line-height: 1.35;
    text-align: center;
  }
  .esimCont_type {
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 12px;
  }
  .esimCont_type_item {
    width: 100%;
    padding: 22px 18px 20px;
    border-width: 3px;
  }
  .esimCont_type_item.is-new::before {
    top: -3px;
    left: 18px;
    width: 60px;
    height: 50px;
    font-size: 1.4rem;
  }
  .esimCont_type_item.is-new::after {
    top: 39px;
    left: 18px;
    border-right-width: 30px;
    border-left-width: 30px;
    border-bottom-width: 8px;
  }
  .esimCont_type_item .el_title {
    font-size: 2rem;
  }
  .esimCont_type_item .el_img {
    margin-top: 16px;
    padding: 16px;
  }
  .esimCont_type_item .el_img img {
    height: 110px;
  }
  .esimCont_type_item .el_desc {
    margin-top: 16px;
    font-size: 1.45rem;
  }
  .esimCont_type_item .el_guide {
    margin-top: unset;
    padding-top: 10px;
  }
  .esimCont_type_item .el_guide::before {
    border-right-width: 18px;
    border-left-width: 18px;
    border-top-width: 10px;
  }
  .esimCont_type_item .el_guide p {
    margin-top: 4px;
    font-size: 1.7rem;
  }
  .esimCont_type_item:not(:first-of-type) {
    margin-top: 16px;
  }
  .esimCont .cmn-notes {
    margin-top: 16px;
  }
}