@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 {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-size: 62.5%;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", sans-serif;
}

body {
  position: relative;
  width: 100%;
  color: #111;
  font-size: 1.3rem;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  overflow-x: hidden;
}

a {
  color: #0060ff;
  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;
}

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

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

/* メイン */
.libmoContainer {
  display: block;
  position: relative;
  padding-top: 63px;
  padding-bottom: 5px;
  background-color: #fff3ce;
  text-align: center;
}
.libmoContainer#tcomContainer .is-tnc {
  display: none !important;
}
.libmoContainer#tncContainer .is-tcom {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .libmoContainer {
    padding-top: 50px;
    background-color: #fff;
  }
}

/* セクションレイアウト */
.l-section {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 72px;
  padding: 50px 40px;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-section {
    overflow-x: hidden;
    margin-bottom: 32px;
    padding: 30px 16px 5px;
  }
}

/* コンテンツレイアウト */
.l-cont {
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .l-cont {
    margin-bottom: 40px;
  }
}

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

/* 共通パーツ
============================================================================= */
/* コンテンツタイトル */
.cmn-contTitle {
  margin-bottom: 24px;
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .cmn-contTitle {
    margin-bottom: 16px;
    font-size: 2rem;
  }
}

/* 共通注釈 */
.cmn-notes {
  text-align: left;
}
.cmn-notes li {
  margin-left: 1.5em;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  text-indent: -0.88em;
}
.cmn-notes li:not(:last-child) {
  margin-bottom: 4px;
}
.cmn-notes li a {
  color: #0060ff;
  text-decoration: underline;
}
.is-asterisk .cmn-notes li {
  text-indent: -1.43em;
}
.is-asterisk2 .cmn-notes li {
  text-indent: -2em;
}
@media screen and (max-width: 767px) {
  .cmn-notes li {
    font-size: 1.25rem;
    line-height: 1.65;
  }
}

/* 共通テーブル */
.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 thead th {
  background-color: #dcdfe4;
  font-size: 2rem;
}
.cmn-table tbody th {
  background-color: #dcdfe4;
}
.cmn-table tbody td {
  color: #111;
  font-weight: 500;
}
.cmn-table tbody td strong {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-display: swap;
}
.cmn-table tbody 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;
}
.cmn-table .is-attn {
  color: #e2261a;
}
@media screen and (max-width: 767px) {
  .cmn-table th, .cmn-table td {
    padding: 12px 15px 11px;
    font-size: 1.6rem;
  }
  .cmn-table thead th {
    font-size: 1.7rem;
  }
  .cmn-table tbody td strong:not(.is-fntS strong) {
    font-size: 1.55em;
  }
}

/* テーブル横スクロール　※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;
  }
}

/* 汎用的なボタン */
.cmn-btn {
  display: inline-block;
  height: 60px;
  margin: auto;
  padding: 0 80px;
  border-radius: 8px;
  background-color: #b70613;
  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.7rem;
    line-height: 52px;
  }
}

/* 共通ボタン矢印 */
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;
  }
}

/* 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;
}

/* padding */
.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;
}

.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;
}

.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;
}

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

.disp-flex {
  display: flex;
}

.disp-table {
  display: table;
}

.disp-none {
  display: none;
}

/* 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.2em !important;
}

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

.is-fntS {
  display: inline-block;
  font-size: 0.85em !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-bold {
  font-weight: 700 !important;
}
.is-bold > * {
  font-weight: 700 !important;
}

.is-attn {
  color: #e2261a;
}

.is-blk {
  display: block;
}

/* 特典カウントダウン */
.timerCont {
  position: relative;
  z-index: 10;
  text-align: center;
}
.timerCont.is-mv {
  margin-bottom: -10px;
  padding: 24px 0 20px;
  background-color: rgba(226, 38, 26, 0.95);
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.timerCont.is-cv {
  margin-bottom: 20px;
}
.timerCont_lead {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  color: #fdefbf;
  font-size: 2.2rem;
  font-weight: 700;
}
.timerCont_lead::before, .timerCont_lead::after {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  height: 28px;
  margin: auto;
  background-color: #fdefbf;
  content: "";
}
.timerCont_lead::before {
  left: -20px;
  transform: rotate(-20deg);
}
.timerCont_lead::after {
  right: -20px;
  transform: rotate(20deg);
}
.is-cv .timerCont_lead {
  color: #e2261a;
}
.is-cv .timerCont_lead::before, .is-cv .timerCont_lead::after {
  display: none;
}
.timerCont:has(.timerCont_msg) .timerCont_lead {
  display: none;
}
.timerCont_count {
  color: #fff;
  font-size: 3.4rem;
  font-weight: 700;
}
.is-cv .timerCont_count {
  color: #e2261a;
}
.timerCont_msg {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}
.timerCont .timeText {
  position: relative;
  bottom: -2px;
  padding: 0 2px;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-display: swap;
  font-size: 1.5em;
}
.timerCont:not(:has(.timeText)) .timerCont_lead {
  display: none;
}
.timerCont_period {
  margin-top: 8px;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .timerCont {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
  .timerCont.is-mv {
    margin-bottom: 0;
    padding: 18px 12px 16px;
  }
  .timerCont.is-cv {
    margin-bottom: 0;
    padding: 0 12px 12px;
  }
  .timerCont_lead {
    margin-bottom: 4px;
    font-size: 1.5rem;
  }
  .timerCont_lead::before, .timerCont_lead::after {
    height: 20px;
  }
  .timerCont_count {
    font-size: 2.2rem;
  }
  .timerCont_msg {
    font-size: 1.8rem;
  }
  .timerCont .timeText {
    font-size: 1.3em;
  }
  .timerCont_period {
    margin-top: 6px;
    font-size: 1.2rem;
  }
}

@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);
  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;
}

/* 端末セールページ
============================================================================= */
/* mv */
.deviceSale_mv {
  position: relative;
  width: 100%;
  background-color: #ffda68;
  text-align: center;
}
.deviceSale_mv::before {
  display: none;
  position: absolute;
  top: 10px;
  left: calc(50% - 590px);
  z-index: 10;
  width: 103.2px;
  height: 34.4px;
  background: url("../img/logo_libmo.svg") no-repeat left top/contain;
  content: "";
}
.deviceSale_mv.is-pc::after {
  display: block;
  position: absolute;
  top: 0;
  right: -50%;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #ffeaa7;
  content: "";
}
.deviceSale_mv_title {
  display: inline-block;
  position: relative;
  margin: 0 auto 20px;
  color: #0092dd;
  font-size: 9rem;
  font-weight: 800;
  text-align: center;
  line-height: 1;
}
.deviceSale_mv_title strong {
  font-size: 1.2em;
}
.deviceSale_mv_title img {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: -167px;
  margin: auto;
}
.deviceSale_mv_add {
  font-size: 3.6rem;
  margin-bottom: 20px;
}
.deviceSale_mv_img {
  position: relative;
  z-index: 1;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .deviceSale_mv::before {
    top: 15px;
    left: 0;
    right: 0;
    width: 70.95px;
    height: 23.65px;
    margin: auto;
  }
  .deviceSale_mv.is-sp {
    margin-bottom: 0;
  }
}

/* メインコンテンツ */
.deviceSale_cont {
  margin-top: 60px;
  text-align: center;
}
.deviceSale_cont_catch {
  margin-bottom: 20px;
  color: #0060ff;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.3;
}
.deviceSale_cont_catch strong {
  font-size: 1.3em;
}
.deviceSale_cont_catch img {
  position: relative;
  bottom: 4px;
  margin: 0 3px;
  vertical-align: middle;
}
.deviceSale_cont_catch img.el_tcom {
  height: 26px;
}
.deviceSale_cont_catch img.el_tnc {
  height: 39px;
}
.deviceSale_cont_lead {
  margin-bottom: 40px;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.5;
}
.deviceSale_cont_title {
  display: block;
  max-width: 960px;
  height: 48px;
  margin: 0 auto 48px;
  border: 1px solid #111;
  font-size: 2.8rem;
  text-align: center;
  line-height: 46px;
}
@media screen and (max-width: 767px) {
  .deviceSale_cont {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .deviceSale_cont_catch {
    margin-bottom: 12px;
    font-size: 2rem;
  }
  .deviceSale_cont_catch strong {
    display: block;
  }
  .deviceSale_cont_catch img {
    bottom: 2px;
  }
  .deviceSale_cont_catch img.el_tcom {
    height: 17px;
  }
  .deviceSale_cont_catch img.el_tnc {
    height: 25px;
  }
  .deviceSale_cont_lead {
    margin-bottom: 20px;
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.5;
  }
  .deviceSale_cont_title {
    height: 40px;
    margin-bottom: 40px;
    font-size: 2rem;
    line-height: 37px;
  }
}

/* 20211223追記 新プラン料金表 */
.planCont_title {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 3.6rem;
}
.planCont_title img {
  position: relative;
  top: 2.5px;
  height: 42px;
  margin: 0 7px;
  vertical-align: middle;
}
.planCont_box {
  text-align: center;
}
.planCont_box p {
  margin-bottom: 30px;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .planCont_title {
    margin-bottom: 16px;
    font-size: 2.1rem;
    line-height: 1.6;
  }
  .planCont_title img {
    top: 1px;
    height: 28px;
    margin: 0 4px;
  }
  .planCont_box p {
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .planCont_box table + p {
    font-size: 13px;
    text-align: left;
  }
}

table.planCont_table {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
table.planCont_table th {
  width: auto;
  padding: 22px 10px 18px;
  background-color: #dcdfe4;
  border: solid 2px #182c4b;
  color: #182c4b;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  line-height: 1.3;
  vertical-align: middle;
}
table.planCont_table th.p_t_icn::before {
  display: inline-block;
  position: relative;
  z-index: 1;
  background: url("../../assets/img/icn_price-table_01.png") no-repeat left top;
  width: 62px;
  height: 63px;
  margin: -50px 0 0 -60px;
  content: "";
}
table.planCont_table th.p_t_icn2::after {
  display: inline-block;
  position: relative;
  z-index: 1;
  background: url("../../assets/img/icn_price-table_02.png") no-repeat left top;
  width: 63px;
  height: 63px;
  margin: -40px -40px 0 0;
  content: "";
}
table.planCont_table td {
  width: auto;
  padding: 22px 10px 18px;
  border: solid 2px #182c4b;
  font-size: 2.7rem;
  line-height: 0.6em;
  vertical-align: middle;
}
table.planCont_table td span.p_t_small {
  font-size: 15px;
  font-weight: 500;
}
table.planCont_table td span.p_t_waribiki {
  font-size: 17px;
  background: #fff;
}
table.planCont_table td.p_t_tit {
  background-color: #dcdfe4;
  color: #182c4b;
  font-size: 2rem;
  line-height: 1em;
  vertical-align: middle;
}
table.planCont_table td.p_t_red {
  background-color: #fcecd6;
  color: #d42a1d;
}
table.planCont_table tr.p_t_point {
  border: 4px solid #d42a1d;
  background-color: #ffe1e1;
}
table.planCont_table .p_t_redborder {
  border: 4px solid #d42a1d;
}
@media screen and (max-width: 767px) {
  table.planCont_table {
    width: 100%;
  }
  table.planCont_table th {
    padding: 8px 6px 6px;
    font-size: 1.4rem;
  }
  table.planCont_table th.p_t_icn::before {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 5px;
    border-radius: 5px;
    background: none;
    background-color: #d42a1d;
    color: #fff;
    font-size: 1rem;
    content: "一番人気";
  }
  table.planCont_table th.p_t_icn2::after {
    display: block;
    position: relative;
    z-index: 1;
    width: auto;
    height: auto;
    margin: 0;
    padding: 5px;
    font-size: 1rem;
    border-radius: 5px;
    background: none;
    background-color: #182c4b;
    color: #fff;
    content: "人気急上昇";
  }
  table.planCont_table td {
    padding: 8px 6px 6px;
    font-size: 1.7rem;
    line-height: 0.7em;
  }
  table.planCont_table td.p_t_tit {
    font-size: 1.2rem;
  }
  table.planCont_table td span.p_t_small {
    font-size: 0.9rem;
  }
  table.planCont_table td span.p_t_waribiki {
    font-size: 1.2rem;
  }
}

/* 20220629追記 セット割ブロック内のボタン */
a.btn_ispmatomete {
  display: block;
  position: relative;
  margin: 30px 0 0 0;
  padding: 16px 0;
  border-radius: 8px;
  background-color: #fff2f2;
  text-align: center;
}
a.btn_ispmatomete > p {
  color: #e2261a;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
}
a.btn_ispmatomete > p > span {
  display: block;
  font-size: 0.8em;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  a.btn_ispmatomete.is-arrow::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    margin-top: -6px;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #e2261a;
    content: "";
  }
}
@media screen and (max-width: 767px) {
  a.btn_ispmatomete {
    margin-bottom: 20px;
  }
  a.btn_ispmatomete > p {
    font-size: 1.7rem;
    line-height: 1.3;
  }
}

/* 20221013追記 ポイント還元テキスト */
.pointReturn {
  margin-bottom: 40px;
  text-align: left;
}
.pointReturn li {
  margin-bottom: 10px;
  margin-left: 1.65em;
  text-indent: -1.7em;
  font-size: 1.6rem;
  line-height: 1.6;
}
.pointReturn li a {
  color: #2b7ebf;
  text-decoration: underline;
}
.pointReturn + .tanmatsu-sale_btn02 {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .pointReturn {
    margin-bottom: 20px;
  }
  .pointReturn li {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .pointReturn + .tanmatsu-sale_btn02 {
    margin-bottom: 40px;
  }
}

.is-attention {
  color: #e2261a;
  font-weight: 700;
}

/* 20221014追記 端末キッティングサービスモーダル */
#kitting-btn {
  max-width: inherit;
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: #0090b9;
  text-decoration: none;
  text-align: left;
  transition: none;
  cursor: pointer;
}
#kitting-btn:after {
  width: auto;
  height: auto;
  margin-left: 0;
  background: none;
}
#kitting-btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 640px) {
  #kitting-btn {
    font-size: 4vw;
  }
  #kitting-btn:after {
    width: auto;
    height: auto;
    margin-left: 0;
    background: none;
  }
}

#kitting-popup {
  display: none;
  position: fixed;
  z-index: 101000;
  top: 100px;
  left: 50%;
  width: 900px;
  margin-left: -400px;
  padding-bottom: 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  animation: anime1 0.5s ease 0s 1 forwards;
  opacity: 0;
}
#kitting-popup:hover {
  opacity: 0.7;
}
#kitting-popup div {
  position: relative;
}
#kitting-popup .title {
  display: block;
  padding: 30px 30px 0 30px;
  border-radius: 10px 10px 0 0;
  font-size: 2rem;
  text-align: center;
  line-height: 180%;
}
#kitting-popup .caution {
  margin-bottom: 0px;
  padding: 0 30px 40px 30px;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
}
#kitting-popup .caution a {
  color: #0090b9;
  text-decoration: underline;
}
#kitting-popup h3 {
  margin-bottom: 30px;
  font-size: 2.8rem;
  text-align: center;
}
#kitting-popup h3::after {
  display: block;
  width: 100px;
  height: 4px;
  background-color: #e2261a;
  margin: 8px auto 0;
  content: "";
}
#kitting-popup ol {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  max-width: 820px;
  margin: 0 auto 20px;
}
#kitting-popup ol:after {
  display: block;
  clear: both;
  content: "";
}
#kitting-popup li {
  margin-bottom: 10px;
  padding: 20px 10px;
  border-radius: 10px;
  background-color: #e2261a;
  color: #fff;
  text-align: center;
}
#kitting-popup li dt {
  margin-bottom: 10px;
}
#kitting-popup li dd {
  line-height: 150%;
  font-size: 1.3rem;
}
#kitting-popup #btn-kitting-close {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 35px;
  height: 35px;
  padding-top: 8px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 100%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #kitting-popup li {
    width: calc((100% - 10px) / 3);
  }
  #kitting-popup li:not(:last-of-type) {
    margin-right: 5px;
  }
  #kitting-popup #btn-kitting-close:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #kitting-popup {
    top: 20px;
    left: 0;
    width: 95%;
    margin: 0 2.5%;
    padding: 10px;
  }
  #kitting-popup .title {
    padding: 0 0 5px 0;
    background-size: 90px;
    font-size: 1.6rem;
    text-align: left;
    line-height: 150%;
  }
  #kitting-popup .caution {
    margin-bottom: 20px;
    padding: 0 0 10px 0;
    text-align: left;
  }
  #kitting-popup h3 {
    margin-bottom: 10px;
    font-size: 2rem;
  }
  #kitting-popup h3::after {
    height: 3px;
    margin: 4px auto 0 auto;
  }
  #kitting-popup ol {
    margin: 0 auto;
  }
  #kitting-popup li {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 10px;
  }
  #kitting-popup li:not(:last-of-type) {
    margin-bottom: 10px;
  }
  #kitting-popup li dt {
    margin-bottom: 5px;
  }
  #kitting-popup #btn-kitting-close {
    display: none;
  }
}

#kitting-overray {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100900;
  width: 100%;
  height: 100%;
  background-color: #fff;
  animation: popup1 0.5s ease 0s 1 forwards;
}

@keyframes popup1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes anime1 {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#kitting-close {
  max-width: 200px;
  margin: 0 auto;
  padding: 10px;
  border: 2px solid #e2261a;
  border-radius: 10px;
  background-color: #fff;
  color: #e2261a;
  font-size: 2rem;
  text-align: center;
  cursor: pointer;
  transition: 0.4s;
  backface-visibility: hidden;
}
#kitting-close:before {
  display: inline-block;
  font-size: 2rem;
  color: #e2261a;
  transition: 0.4s;
  backface-visibility: hidden;
  content: "×";
}
#kitting-close:hover {
  background-color: #e2261a;
  color: #fff;
}
#kitting-close:hover:before {
  color: #fff;
}
#kitting-close img {
  width: 18px;
}
@media screen and (min-width: 768px) {
  #kitting-close .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #kitting-close {
    right: -8px;
    padding: 5px;
    font-size: 1.6rem;
  }
  #kitting-close .pc {
    display: none;
  }
}

/* 20230727追記 ポイント施策帯 */
.announceArea {
  width: 100%;
  margin: 32px 0;
  padding: 12px 0;
}
#tcomWrap .announceArea {
  background-color: #2b7ebf;
}
#tncWrap .announceArea {
  background-color: #eb6c00;
}
#wbsWrap .announceArea {
  background-color: #e6002d;
}
.announceArea dl {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.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;
}
@media screen and (max-width: 767px) {
  .announceArea {
    margin: 20px 0;
    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;
  }
}

/* 20230727追記 キャンペーン詳細 */
.campCont_item {
  margin-bottom: 20px;
  text-align: left;
}
.campCont_item dt {
  margin-bottom: 16px;
  font-size: 1.8rem;
}
.campCont_item dd {
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .campCont_item {
    margin-bottom: 16px;
    padding: 0 5px;
  }
  .campCont_item dt {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
  .campCont_item dd {
    font-size: 1.4rem;
  }
}

/* 調整 */
.setwariCont {
  margin-bottom: 0;
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .setwariCont {
    margin-bottom: 20px;
    padding: 0;
  }
}