@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@200;300;400&display=swap");
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

a, address, article, aside, audio, b, big, blockquote, body, button, caption, center, cite, code, dd, details, div, dl, dt, em, fieldset, figcaption, figure, footer, form, form, h1, h2, h3, h4, h5, h6, header, i, iframe, img, input, label, li, main, mark, menu, nav, ol, p, pre, q, s, section, select, small, span, strong, summary, table, tbody, td, textarea, tfoot, th, thead, time, tr, u, ul, video {
  margin: 0;
  padding: 0;
  font-size: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

ol,
ul {
  list-style: none;
}

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

img {
  max-width: 100%;
  vertical-align: bottom;
  border-style: none;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

button,
input,
select {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

[disabled] {
  cursor: default;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

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

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

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

blockquote,
q {
  quotes: none;
}

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

/* ==================================================================================================
	サイト基礎
================================================================================================== */
html {
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
}

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #444444;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
}
@media screen and (max-width: 860px) {
  body {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 1.2rem;
  }
}
body .material-symbols-rounded.-fill {
  font-variation-settings: "FILL" 1;
}
body .en {
  font-family: "Josefin Sans", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
body .-center {
  text-align: center;
}
@media screen and (max-width: 560px) {
  body .-center {
    text-align: left;
  }
}
body br.pcShow {
  display: inline;
}
@media screen and (max-width: 860px) {
  body br.pcShow {
    display: none;
  }
}
body br.spShow {
  display: none;
}
@media screen and (max-width: 860px) {
  body br.spShow {
    display: inline;
  }
}

body.active {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

body.modal-open {
  /* iOSの挙動安定化 */
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  -ms-touch-action: none;
      touch-action: none;
}

.inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .inner {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media screen and (max-width: 1020px) {
  .inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

.shizuClear {
  /*----- ヘッダー -----*/
  /*----- 共通パーツ -----*/
  /*----- メインスライダー -----*/
  /*----- 共通見出し -----*/
  /*----- バナー -----*/
  /*----- 特徴 -----*/
  /* テーブル */
  /*----- 選ばれる理由 -----*/
  /*----- 月額料金 -----*/
  /*----- ラインナップ -----*/
  /*----- 特徴 -----*/
  /*----- youtube -----*/
  /*----- あなたはどちらを選ぶ？ -----*/
  /*----- メディア -----*/
  /*----- SkittoとPitto mini・Pittoの比較表 -----*/
  /* 続きはスワイプ */
}
.shizuClear .gHeader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
}
.shizuClear .gHeader .headerLogo {
  margin: 0 2rem;
}
.shizuClear .gHeader .contactArea {
  margin: 0.7rem 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.shizuClear .gHeader .contactArea .btnCont {
  width: 200px;
  margin-right: 1em;
  background: -webkit-linear-gradient(45deg, rgb(72, 198, 239) 0%, rgb(111, 134, 214) 100%);
  background: linear-gradient(45deg, rgb(72, 198, 239) 0%, rgb(111, 134, 214) 100%);
  padding: 2px;
}
.shizuClear .gHeader .contactArea .btnCont .btn {
  display: block;
  text-decoration: none;
  font-size: 105%;
  font-weight: 600;
  padding: 0.5em;
  line-height: 1;
  background: -webkit-linear-gradient(45deg, rgb(72, 198, 239) 0%, rgb(111, 134, 214) 100%);
  background: linear-gradient(45deg, rgb(72, 198, 239) 0%, rgb(111, 134, 214) 100%);
  color: #FFF;
  height: 46px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.shizuClear .gHeader .contactArea .btnCont .btn i {
  vertical-align: middle;
  margin-right: 5px;
}
.shizuClear .gHeader .contactArea .btnCont .btn.-tel {
  background: #FFF;
  color: #629ADE;
}
.shizuClear .gHeader .contactArea .btnCont .btn .mail {
  margin-right: 5px;
  width: 24px;
}
@media screen and (max-width: 560px) {
  .shizuClear .gHeader .contactArea .btnCont .btn .mail {
    display: none;
  }
}
.shizuClear .gHeader .contactArea .btnCont:last-of-type {
  margin-right: 0;
}
.shizuClear .gHeader .contactArea .text {
  color: #00A2D6;
  line-height: 1;
}
.shizuClear .gHeader .contactArea .tel a {
  font-family: "Outfit", sans-serif;
  font-size: 220%;
  font-weight: 300;
  color: #444444;
  text-decoration: none;
}
.shizuClear .gHeader .contactArea .tel a::before {
  vertical-align: -2.5px;
  margin-right: 7px;
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icon-tel.svg);
}
@media screen and (max-width: 860px) {
  .shizuClear .gHeader .contactArea {
    margin: 0.7rem 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .shizuClear .gHeader .contactArea .text {
    display: none;
  }
  .shizuClear .gHeader .contactArea .tel a span {
    display: none;
  }
  .shizuClear .gHeader .contactArea .tel a::before {
    margin-right: 0;
  }
  .shizuClear .gHeader .contactArea .btnCont {
    width: 150px;
  }
  .shizuClear .gHeader .contactArea .btnCont .btn {
    height: 36px;
  }
  .shizuClear .gHeader .contactArea .btnCont .btn i {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .shizuClear .gHeader .contactArea .btnCont {
    width: 130px;
  }
  .shizuClear .gHeader .contactArea .btnCont .btn {
    font-size: 100%;
  }
}
@media screen and (max-width: 1170px) {
  .shizuClear .gHeader {
    height: 70px;
  }
  .shizuClear .gHeader .headerLogo {
    margin: 0 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .shizuClear .gHeader {
    position: static;
  }
}
.shizuClear .footerApplyBtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: -webkit-linear-gradient(45deg, rgb(72, 198, 239) 0%, rgb(111, 134, 214) 100%);
  background: linear-gradient(45deg, rgb(72, 198, 239) 0%, rgb(111, 134, 214) 100%);
}
.shizuClear .footerApplyBtn.-spOnly {
  display: none;
}
@media screen and (max-width: 560px) {
  .shizuClear .footerApplyBtn.-spOnly {
    display: block;
  }
}
.shizuClear .footerApplyBtn .btn.formBtn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 0;
  font-size: 125%;
  font-weight: bold;
  color: #fff;
  background: transparent;
  text-decoration: none;
}
@media screen and (max-width: 560px) {
  .shizuClear .footerApplyBtn .btn.formBtn {
    padding: 0.5em 0;
    font-size: 180%;
  }
}
.shizuClear .footerApplyBtn .btn.formBtn .mail {
  margin-right: 8px;
  width: 25px;
}
.shizuClear .benefits {
  background-image: url(../images/background.webp);
  background-repeat: no-repeat;
}
.shizuClear .benefits a {
  padding: 15px 0px 10px 90px;
  max-width: 800px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .shizuClear .benefits a {
    height: 115px;
    padding: 20px 10px 0px 40px;
  }
}
@media screen and (max-width: 480px) {
  .shizuClear .benefits a {
    height: 90px;
    padding: 15px 10px 10px 20px;
  }
}
.shizuClear .-spNone {
  display: none;
}
@media screen and (min-width: 861px) {
  .shizuClear .-spNone {
    display: block;
  }
}
.shizuClear .-pcNone {
  display: none;
}
@media screen and (max-width: 860px) {
  .shizuClear .-pcNone {
    display: block;
  }
}
.shizuClear .-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .shizuClear .-sp {
    display: block;
  }
}
.shizuClear .-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .shizuClear .-pc {
    display: block;
  }
}
.shizuClear .notes {
  font-size: 85%;
  margin-top: 1em;
}
.shizuClear .textB {
  font-size: 110%;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #CCDEF4));
  background: -webkit-linear-gradient(transparent 60%, #CCDEF4 60%);
  background: linear-gradient(transparent 60%, #CCDEF4 60%);
}
.shizuClear .textY {
  font-size: 140%;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFD126));
  background: -webkit-linear-gradient(transparent 60%, #FFD126 60%);
  background: linear-gradient(transparent 60%, #FFD126 60%);
}
.shizuClear .textY.min {
  font-size: 105%;
}
.shizuClear .basicTxt {
  line-height: 2;
}
@media screen and (min-width: 1160px) {
  .shizuClear .br-lm {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .shizuClear .br-lg {
    display: none;
  }
}
@media screen and (min-width: 860px) {
  .shizuClear .br-md {
    display: none;
  }
}
@media screen and (min-width: 560px) {
  .shizuClear .br-sp {
    display: none;
  }
}
.shizuClear .circle-new {
  position: absolute;
  top: -1em;
  right: -0.5em;
  font-size: 120%;
  min-width: 90px;
  min-height: 90px;
  border-radius: 50%;
  background: #D33386;
  color: #FFFFFF;
  text-align: center;
  line-height: 90px;
  font-family: "Josefin Sans", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 767px) {
  .shizuClear .circle-new {
    right: 0;
    font-size: 90%;
    min-width: 60px;
    min-height: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 560px) {
  .shizuClear .circle-new {
    right: 0;
    font-size: 80%;
    min-width: 40px;
    min-height: 40px;
    line-height: 40px;
  }
}
.shizuClear .start {
  font-size: 80%;
  text-align: right;
  margin-top: 1em;
}
.shizuClear .start.-server {
  margin-top: 0.5em;
}
@media screen and (max-width: 560px) {
  .shizuClear .start.-server {
    text-align: left;
  }
}
.shizuClear .start.-lineup {
  margin-top: 0;
}
.shizuClear .mainSlide {
  margin-top: 64px;
}
@media screen and (max-width: 1170px) {
  .shizuClear .mainSlide {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .shizuClear .mainSlide {
    margin-top: 0px;
  }
}
.shizuClear .mainSlide .splide .pc {
  display: block !important;
}
.shizuClear .mainSlide .splide .sp {
  display: none !important;
}
@media screen and (max-width: 560px) {
  .shizuClear .mainSlide .splide .pc {
    display: none !important;
  }
  .shizuClear .mainSlide .splide .sp {
    display: block !important;
  }
}
.shizuClear .mainSlide .splide__pagination {
  position: absolute;
  z-index: 10;
  bottom: -2em;
  left: 50%;
  gap: 2em;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
  margin-left: -150px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media screen and (max-width: 560px) {
  .shizuClear .mainSlide .splide__pagination {
    left: 50%;
    gap: 2em;
  }
}
.shizuClear .mainSlide .splide__pagination__page {
  display: block;
  width: 80px;
  height: 0.8rem;
  cursor: pointer;
  background-color: #AAA;
  border: none;
}
@media screen and (max-width: 560px) {
  .shizuClear .mainSlide .splide__pagination__page {
    height: 0.8rem;
  }
}
.shizuClear .mainSlide .splide__pagination > li:not(:first-child) {
  margin-top: 0;
}
.shizuClear .mainSlide .splide__pagination__page.is-active {
  background-color: #629ADE;
}
.shizuClear .mainSlide .slide-media {
  height: 800px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 560px) {
  .shizuClear .mainSlide .slide-media {
    height: 692px;
  }
}
.shizuClear .mainSlide .slide-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 7s 1s ease-out;
  transition: 7s 1s ease-out;
}
.shizuClear .mainSlide .slide-media img.-pc {
  display: block;
}
.shizuClear .mainSlide .slide-media img.-sp {
  display: none;
}
@media screen and (max-width: 560px) {
  .shizuClear .mainSlide .slide-media img.-pc {
    display: none;
  }
  .shizuClear .mainSlide .slide-media img.-sp {
    display: block;
  }
}
.shizuClear .mainSlide .splide {
  z-index: 0;
}
.shizuClear .mainSlide .slide-title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.shizuClear .mainSlide .slide-title.-shizuClear {
  margin-top: 4rem;
}
.shizuClear .mainSlide .slide-title.-shizuClear h2 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 167%;
  letter-spacing: 2.5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}
.shizuClear .mainSlide .slide-title.-shizuClear h2 strong {
  display: block;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin-top: -1rem;
}
.shizuClear .mainSlide .slide-title.-shizuClear h2 strong span {
  font-family: "Outfit", sans-serif;
  font-size: 400%;
  font-weight: 200;
  letter-spacing: -2px;
}
@media screen and (max-width: 560px) {
  .shizuClear .mainSlide .slide-title.-shizuClear {
    margin-top: 3rem;
  }
  .shizuClear .mainSlide .slide-title.-shizuClear h2 {
    font-size: 134%;
  }
  .shizuClear .mainSlide .slide-title.-shizuClear h2 strong {
    margin-top: -0.5rem;
  }
  .shizuClear .mainSlide .slide-title.-shizuClear h2 strong span {
    font-size: 435%;
  }
}
.shizuClear .mainSlide .slide-title.-skitto, .shizuClear .mainSlide .slide-title.-pitto {
  text-align: center;
  margin-top: 13rem;
}
.shizuClear .mainSlide .slide-title.-skitto h2, .shizuClear .mainSlide .slide-title.-pitto h2 {
  font-size: 120%;
  margin-bottom: 2.5rem;
}
.shizuClear .mainSlide .slide-title.-skitto h2 span, .shizuClear .mainSlide .slide-title.-pitto h2 span {
  font-family: "Josefin Sans", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 834%;
  font-weight: 100;
  display: block;
  letter-spacing: 0;
  margin-bottom: -1.5rem;
}
.shizuClear .mainSlide .slide-title.-skitto p, .shizuClear .mainSlide .slide-title.-pitto p {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 140%;
  letter-spacing: 2.5px;
  line-height: 1.5;
  font-weight: 600;
}
.shizuClear .mainSlide .slide-title.-skitto p .ttlPrice, .shizuClear .mainSlide .slide-title.-pitto p .ttlPrice {
  background: url(../images/line-yel.svg) no-repeat 0 0;
  background-size: auto;
  background-size: contain;
  padding-bottom: 0.5em;
}
.shizuClear .mainSlide .slide-title.-skitto p .ttlPrice-num, .shizuClear .mainSlide .slide-title.-pitto p .ttlPrice-num {
  font-size: 250%;
}
@media screen and (max-width: 560px) {
  .shizuClear .mainSlide .slide-title.-skitto, .shizuClear .mainSlide .slide-title.-pitto {
    margin-top: 3rem;
  }
  .shizuClear .mainSlide .slide-title.-skitto h2, .shizuClear .mainSlide .slide-title.-pitto h2 {
    font-size: 150%;
    margin-bottom: 0;
  }
  .shizuClear .mainSlide .slide-title.-skitto h2 span, .shizuClear .mainSlide .slide-title.-pitto h2 span {
    font-size: 560%;
    font-weight: 100;
    margin-bottom: -1.2rem;
  }
  .shizuClear .mainSlide .slide-title.-skitto p, .shizuClear .mainSlide .slide-title.-pitto p {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    letter-spacing: 1px;
    line-height: 1.5;
  }
}
.shizuClear .mainSlide .splide__slide[class*=-active] .slide-media img {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.shizuClear .mainSlide .splide__slide[class*=-active] .slide-title {
  -webkit-animation: mv-fadeIn 2s 0.5s both;
          animation: mv-fadeIn 2s 0.5s both;
}
@-webkit-keyframes mv-fadeIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(50px);
            filter: blur(50px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes mv-fadeIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(50px);
            filter: blur(50px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.shizuClear .mainSlide .splide__arrows {
  display: none;
}
.shizuClear .heading {
  background: url(../images/ttl-fuki.svg) no-repeat center bottom;
  text-align: center;
  margin: -6px 0 7em;
  padding-bottom: 3.7em;
  line-height: 1;
}
.shizuClear .heading span {
  display: block;
}
.shizuClear .heading .en {
  font-family: "Josefin Sans", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1000%;
  font-weight: 300;
  letter-spacing: -7px;
  color: #F2F2F2;
}
.shizuClear .heading .jp {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 334%;
  font-weight: 400;
  letter-spacing: 0.15em;
  margin-top: -1em;
}
.shizuClear .heading .sub {
  font-size: 167%;
  font-weight: 300;
  letter-spacing: 0.15em;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .shizuClear .heading {
    margin: -3px 0 3em;
    background-size: 240px auto;
    padding-bottom: 3em;
  }
  .shizuClear .heading .en {
    font-size: 700%;
    letter-spacing: -5px;
  }
  .shizuClear .heading .jp {
    font-size: 250%;
    letter-spacing: 0.05em;
    margin-top: -0.8em;
  }
}
.shizuClear .label {
  font-size: 310%;
  text-align: center;
  font-weight: 300;
  margin-bottom: 0.9em;
}
.shizuClear .label span.lineBg {
  font-size: 70%;
  background: url(../images/line-yel.svg) no-repeat 0 0.6em;
  background-size: auto;
  background-size: contain;
  padding-bottom: 1em;
}
.shizuClear .label span.lineBg.-fontL {
  font-size: 100%;
}
.shizuClear .label span.lineBg.-pitto {
  background: url(../images/line-blue.svg) no-repeat 0 0.6em;
  background-size: auto;
  background-size: contain;
  padding-bottom: 1em;
}
.shizuClear .label span.en {
  font-family: "Josefin Sans", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 170%;
}
.shizuClear .label span.-fontS {
  font-size: 70%;
}
.shizuClear .label.-pitto span {
  padding: 0 0.2em 0.2em;
  background-size: 95%;
}
@media screen and (max-width: 767px) {
  .shizuClear .label {
    font-size: 210%;
  }
}
.shizuClear .subLabel {
  text-align: center;
  font-size: 180%;
  font-weight: 300;
}
.shizuClear .subLabel .textY {
  font-size: 100%;
}
.shizuClear .bnrList {
  margin: 9rem 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.shizuClear .bnrList__item {
  width: 30.9333333333%;
  margin-right: 3.6%;
}
.shizuClear .bnrList__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 560px) {
  .shizuClear .bnrList {
    display: block;
    margin: 3rem 0;
  }
  .shizuClear .bnrList__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5vw;
  }
  .shizuClear .bnrList__item:last-child {
    margin-bottom: 0;
  }
}
.shizuClear .bnrCont {
  margin: 9rem auto;
}
.shizuClear .bnrCont .heading02 {
  font-size: 250%;
  text-align: center;
  font-weight: 300;
  margin: 0 5vw 1em;
}
.shizuClear .bnrCont .heading02 span {
  background: url(../images/line-yel.svg) no-repeat 0 0.6em;
  background-size: contain;
  padding-bottom: 0.5em;
}
.shizuClear .bnrCont .bnrItem {
  max-width: 340px;
  margin: 0 auto;
}
.shizuClear .bnrCont.-line {
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 7em;
}
@media screen and (max-width: 560px) {
  .shizuClear .bnrCont {
    margin: 3rem auto;
  }
  .shizuClear .bnrCont .heading02 {
    font-size: 170%;
  }
  .shizuClear .bnrCont.-line {
    padding-bottom: 3em;
  }
}
.shizuClear .feature {
  margin-bottom: 9em;
}
.shizuClear .feature .heading02 {
  font-size: 250%;
  text-align: center;
  font-weight: 300;
  margin: 0 5vw;
}
.shizuClear .feature .heading02 span {
  background: url(../images/line-yel.svg) no-repeat 0 0.6em;
  background-size: contain;
  padding-bottom: 0.5em;
}
.shizuClear .feature .featureList__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 7em;
}
.shizuClear .feature .featureList__item .txtCont {
  margin: 0 4em 0 2em;
  max-width: 35%;
}
.shizuClear .feature .featureList__item .txtCont .pointScript {
  margin-bottom: 1.5em;
}
.shizuClear .feature .featureList__item .txtCont .featureTtl {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 200%;
  font-weight: 400;
  margin-bottom: 1em;
}
.shizuClear .feature .featureList__item .txtCont .featureTxt {
  line-height: 2;
  padding-bottom: 1em;
}
.shizuClear .feature .featureList__item .txtCont .featureTxt:last-of-type {
  padding-bottom: 0;
}
.shizuClear .feature .featureList__item .imgCont {
  position: relative;
  padding: 0 4em 0 0;
}
.shizuClear .feature .featureList__item .imgCont:after {
  content: "";
  display: block;
  width: 23%;
  height: 61%;
  background: #FFD126;
  position: absolute;
  right: 0;
  top: -10%;
  z-index: -1;
}
.shizuClear .feature .featureList__item:nth-child(2n), .shizuClear .feature .featureList__item.trend {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.shizuClear .feature .featureList__item:nth-child(2n) .txtCont, .shizuClear .feature .featureList__item.trend .txtCont {
  margin: 0 2em 0 4em;
}
.shizuClear .feature .featureList__item:nth-child(2n) .txtCont .trendTtl, .shizuClear .feature .featureList__item.trend .txtCont .trendTtl {
  font-size: 140%;
  margin-bottom: 1em;
  padding: 0.5em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(0, #E8F1FF));
  background: -webkit-linear-gradient(transparent 0, #E8F1FF 0);
  background: linear-gradient(transparent 0, #E8F1FF 0);
}
.shizuClear .feature .featureList__item:nth-child(2n) .txtCont .trendList, .shizuClear .feature .featureList__item.trend .txtCont .trendList {
  margin-left: 1.5em;
}
.shizuClear .feature .featureList__item:nth-child(2n) .txtCont .trendList__item, .shizuClear .feature .featureList__item.trend .txtCont .trendList__item {
  margin-bottom: 1em;
  list-style: disc;
}
.shizuClear .feature .featureList__item:nth-child(2n) .imgCont, .shizuClear .feature .featureList__item.trend .imgCont {
  padding: 0 0 0 4em;
}
.shizuClear .feature .featureList__item:nth-child(2n) .imgCont:after, .shizuClear .feature .featureList__item.trend .imgCont:after {
  right: auto;
  left: 0;
}
.shizuClear .feature .featureList__item.trend {
  margin-bottom: 4em;
}
@media screen and (max-width: 767px) {
  .shizuClear .feature {
    margin-bottom: 6em;
  }
  .shizuClear .feature .featureList__item {
    display: block;
    margin-top: 4em;
  }
  .shizuClear .feature .featureList__item .txtCont {
    margin: 0 4em 4em 2em;
    max-width: 100%;
  }
  .shizuClear .feature .featureList__item .imgCont {
    padding-right: 3em;
  }
  .shizuClear .feature .featureList__item:nth-child(2n) .txtCont {
    margin: 0 2em 4em 4em;
  }
  .shizuClear .feature .featureList__item:nth-child(2n) .imgCont {
    padding: 0 0 0 3em;
  }
  .shizuClear .feature .featureList__item.trend {
    margin-top: 2em;
  }
  .shizuClear .feature .featureList__item.trend .txtCont {
    margin: 0 5vw 2em;
  }
}
@media screen and (max-width: 560px) {
  .shizuClear .feature {
    margin: 2em auto 0 !important;
  }
  .shizuClear .feature .heading02 {
    font-size: 170%;
  }
}
.shizuClear table {
  border-collapse: separate;
}
.shizuClear .table-wrap {
  overflow-x: scroll;
  overflow-x: auto;
  overflow-y: auto;
}
@media screen and (max-width: 1064px) {
  .shizuClear .table-wrap {
    height: 300px;
  }
}
@media screen and (max-width: 1064px) {
  .shizuClear .table-wrap.-compare2 {
    height: 340px;
  }
}
.shizuClear .simpleTable {
  border: 1px solid #CCC;
  /*border-collapse: collapse;*/
  white-space: nowrap;
}
.shizuClear .simpleTable th, .shizuClear .simpleTable td {
  font-weight: 500;
  text-align: left;
  vertical-align: top;
  padding: 0.6em 1em;
  border: 1px solid #CCC;
}
.shizuClear .simpleTable th .notes, .shizuClear .simpleTable td .notes {
  line-height: 1.5;
  margin-top: 0.2em;
}
.shizuClear .simpleTable th {
  width: 130px;
}
.shizuClear .simpleTable.-compare2 {
  table-layout: fixed;
  table-layout: fixed !important;
}
@media screen and (max-width: 560px) {
  .shizuClear .simpleTable.-compare2 {
    min-width: 600px !important;
  }
}
@media screen and (max-width: 560px) {
  .shizuClear .simpleTable.-compare2 th.linenone {
    width: 20% !important;
  }
}
@media screen and (max-width: 480px) {
  .shizuClear .simpleTable.-compare2 td.td-left {
    width: 20% !important;
  }
}
.shizuClear .simpleTable.-compare {
  border: none;
  width: 100%;
  min-width: 1000px;
  table-layout: auto;
}
@media screen and (max-width: 560px) {
  .shizuClear .simpleTable.-compare {
    min-width: 800px;
  }
}
.shizuClear .simpleTable.-compare th {
  padding: 1em;
  background: #DDDDDD;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
}
.shizuClear .simpleTable.-compare th.fontL {
  font-size: 120%;
}
.shizuClear .simpleTable.-compare th.linenone {
  border: none;
  background: #FFFFFF;
  width: 22.7%;
  z-index: 30;
}
@media screen and (max-width: 480px) {
  .shizuClear .simpleTable.-compare th.linenone {
    width: 14%;
  }
}
.shizuClear .simpleTable.-compare th.-blue {
  background: #629ADE;
  border-color: #629ADE;
  color: #FFFFFF;
  border-top: none;
  border-left: none;
}
.shizuClear .simpleTable.-compare th.-l-blue {
  background: #00A2D6;
  border-color: #00A2D6;
  color: #FFFFFF;
}
.shizuClear .simpleTable.-compare th.-wShizu {
  width: -31.9%;
}
.shizuClear .simpleTable.-compare th.-wShizu span {
  font-family: "Josefin Sans", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 300;
  font-size: 140%;
}
.shizuClear .simpleTable.-compare th.-wOther {
  width: 22.7%;
  border-top: none;
}
.shizuClear .simpleTable.-compare th.-wOther3 {
  width: 18%;
}
.shizuClear .simpleTable.-compare th.-wOther4 {
  width: 13%;
}
.shizuClear .simpleTable.-compare th .severName {
  font-size: 85%;
}
.shizuClear .simpleTable.-compare td {
  background: #FFFFFF;
  padding: 1em;
  text-align: center;
  vertical-align: middle;
  border-left: none;
  border-top: none;
}
.shizuClear .simpleTable.-compare td.td-left {
  background: #FFD126;
  width: 22.7%;
  z-index: 10;
  border: none;
}
@media screen and (max-width: 480px) {
  .shizuClear .simpleTable.-compare td.td-left {
    width: 14%;
  }
}
.shizuClear .simpleTable.-compare td:first-of-type {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}
.shizuClear .simpleTable.-compare td.-blue {
  border-color: #629ADE;
  color: #629ADE;
  font-weight: 600;
  border-left: none;
  border-top: none;
}
.shizuClear .simpleTable.-compare td.-blue > ul {
  color: #444444;
  text-align: left;
  margin-left: 1em;
}
.shizuClear .simpleTable.-compare td.-blue > ul li {
  list-style: disc;
  font-weight: 300;
}
.shizuClear .simpleTable.-compare td.-blue > ul li strong {
  font-weight: 600;
  color: #629ADE;
}
.shizuClear .simpleTable.-compare td span.priceS {
  font-size: 170%;
  font-family: "Outfit", sans-serif;
}
.shizuClear .simpleTable.-compare td span.priceO {
  font-size: 110%;
  font-family: "Outfit", sans-serif;
}
.shizuClear .simpleTable.-compare td span.priceEn {
  font-size: 85%;
}
.shizuClear .simpleTable.-compare td span.like::before {
  vertical-align: -2.5px;
  margin-right: 7px;
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icon-thumbsup.svg);
}
.shizuClear .simpleTable.-compare td .balloon {
  position: relative;
  padding: 0.3em;
  border-radius: 1.5em;
  background-color: #629ADE;
  color: #FFFFFF;
  font-size: 85%;
  max-width: 200px;
  margin: 0 auto 0.5em;
}
.shizuClear .simpleTable.-compare td .balloon span {
  color: #FFD126;
}
.shizuClear .simpleTable.-compare td .balloon::before {
  position: absolute;
  top: 100%;
  left: 48%;
  height: 0;
  width: 0;
  border-style: solid;
  border-color: transparent;
  border-top-color: #629ADE;
  border-width: 6px;
  content: "";
}
.shizuClear .simpleTable.-compare td .likeWrap {
  position: relative;
}
.shizuClear .simpleTable.-compare td .likeWrap::before {
  position: absolute;
  vertical-align: -2.5px;
  margin-right: 7px;
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icon-thumbsup.svg);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1em;
}
@media screen and (max-width: 480px) {
  .shizuClear .simpleTable.-compare th {
    padding: 1em 0.2em;
  }
  .shizuClear .simpleTable.-compare th .severName {
    font-size: 90%;
    line-height: 1.4;
    margin-bottom: 0.3em;
  }
  .shizuClear .simpleTable.-compare th img {
    /*&.img-shizuclear{
    	width: 80%;
    }*/
  }
  .shizuClear .simpleTable.-compare th img.img-ulunom {
    width: 60%;
  }
  .shizuClear .simpleTable.-compare td {
    padding: 1em 0.2em;
  }
  .shizuClear .simpleTable.-compare td .balloon {
    line-height: 1.2;
    font-size: 90%;
  }
  .shizuClear .simpleTable.-compare td.-blue > ul {
    margin-left: 2em;
  }
}
.shizuClear .simpleTable.-mt {
  margin-top: 3em;
}
.shizuClear .simpleTable thead th:first-of-type {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
}
.shizuClear .simpleTable thead th:not(:first-of-type) {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.shizuClear .simpleTable .sticky_a {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}
.shizuClear .simpleTable .sticky_a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.shizuClear .simpleTable .sticky_b {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}
.shizuClear .simpleTable .sticky_b::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.shizuClear .simpleTable .sticky_b.-w {
  border-right-color: #fff !important;
}
@media screen and (max-width: 860px) {
  .shizuClear .simpleTable .sticky_b.-w {
    border-right-color: #629ADE !important;
  }
}
.shizuClear .simpleTable .sticky_ab {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  border-bottom: 1px solid #ccc;
  width: 22.7%;
}
.shizuClear .simpleTable .sticky_ab::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #ccc;
  background-color: #FFFFFF;
}
.shizuClear .swipe {
  display: none;
  margin-bottom: 0.5em;
  text-align: right;
}
@media screen and (max-width: 1064px) {
  .shizuClear .swipe {
    display: block;
  }
}
.shizuClear .tableCont {
  margin-top: 3em;
}
@media screen and (max-width: 1064px) {
  .shizuClear .tableCont {
    margin-top: 2em;
  }
}
.shizuClear .reason {
  background: url(../images/reason-bg.jpg), -webkit-gradient(linear, left top, right top, color-stop(50%, #FFFFFF), to(#F2EEE9));
  background: url(../images/reason-bg.jpg), -webkit-linear-gradient(left, #FFFFFF 50%, #F2EEE9 100%);
  background: url(../images/reason-bg.jpg), linear-gradient(to right, #FFFFFF 50%, #F2EEE9 100%);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  padding-bottom: 47%;
}
.shizuClear .reason .reasonList__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 7em;
}
.shizuClear .reason .reasonList__item .txtCont {
  width: 40%;
  margin-top: 1em;
}
.shizuClear .reason .reasonList__item .txtCont .reasonTtl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.shizuClear .reason .reasonList__item .txtCont .reasonTtl span.num {
  margin: 0.6em 1.5em 0 0;
}
.shizuClear .reason .reasonList__item .txtCont .reasonTtl span.copy {
  font-size: 130%;
  font-weight: 600;
  line-height: 1.3;
}
.shizuClear .reason .reasonList__item .txtCont .reasonTtl span.small {
  font-size: 80%;
}
.shizuClear .reason .reasonList__item .txtCont .reasonTtl span.textY {
  font-size: 140%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #FFD126));
  background: -webkit-linear-gradient(transparent 80%, #FFD126 80%);
  background: linear-gradient(transparent 80%, #FFD126 80%);
}
.shizuClear .reason .reasonList__item .txtCont .reasonTxt {
  line-height: 2;
}
.shizuClear .reason .reasonList__item:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.shizuClear .reason .reasonList__item .imgCont {
  width: 54.5%;
}
.shizuClear .reason .reasonList__item .imgCont img {
  max-width: 600px;
  width: 100%;
}
.shizuClear .reason .reasonList .note {
  font-size: 85%;
  margin-top: 0.5em;
}
.shizuClear .reason .reasonList03 {
  margin-top: 7em;
}
.shizuClear .reason .reasonList03 .reasonTtl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.shizuClear .reason .reasonList03 .reasonTtl span.num {
  margin: 0.6em 1.5em 0 0;
}
.shizuClear .reason .reasonList03 .reasonTtl span.copy {
  font-size: 130%;
  font-weight: 600;
  line-height: 1.3;
}
.shizuClear .reason .reasonList03 .reasonTtl span.small {
  font-size: 80%;
}
.shizuClear .reason .reasonList03 .reasonTtl span.textY {
  font-size: 140%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #FFD126));
  background: -webkit-linear-gradient(transparent 80%, #FFD126 80%);
  background: linear-gradient(transparent 80%, #FFD126 80%);
}
.shizuClear .reason .reasonList03 .reasonTxt {
  line-height: 2;
}
.shizuClear .reason .reasonList03 .reasonList03Cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2em;
}
.shizuClear .reason .reasonList03 .reasonList03Cont .imgCont {
  width: 54.5%;
  text-align: center;
}
.shizuClear .reason .reasonList03 .reasonList03Cont .imgCont img {
  max-width: 600px;
  width: 100%;
}
.shizuClear .reason .reasonList03 .reasonList03Cont .txtCont {
  width: 40%;
}
.shizuClear .reason .reasonList03 .reasonList03Cont .txtCont h4 {
  font-size: 160%;
}
.shizuClear .reason .reasonList03 .reasonList03Cont .txtCont h5 {
  margin-top: 1.5em;
  padding-left: 1em;
  text-indent: -1.5em;
  display: block;
  font-size: 120%;
}
.shizuClear .reason .reasonList03 .reasonList03Cont .txtCont h5::before {
  vertical-align: -2.5px;
  margin-right: 7px;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icon-task.svg);
}
.shizuClear .reason .reasonList03 .reasonList03Cont .txtCont .reasonList03Sub-list {
  margin-left: 1.5em;
}
.shizuClear .reason .reasonList03 .reasonList03Cont .txtCont .reasonList03Sub-list__item {
  list-style: disc;
  margin-top: 0.7em;
}
.shizuClear .reason .reasonList03 .reasonList03Cont .txtCont .reasonList03Sub-list__item span {
  color: #629ADE;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .shizuClear .reason .reasonList03 {
    margin-top: 3em;
  }
  .shizuClear .reason .reasonList03 .reasonTtl span.num {
    margin: 0 1.5em 0 0;
    width: 75px;
  }
  .shizuClear .reason .reasonList03 .reasonList03Cont {
    display: block;
  }
  .shizuClear .reason .reasonList03 .reasonList03Cont .imgCont {
    width: 100%;
    margin-bottom: 1em;
  }
  .shizuClear .reason .reasonList03 .reasonList03Cont .txtCont {
    width: 100%;
  }
  .shizuClear .reason .reasonList03 .reasonList03Cont .txtCont .reasonList03Sub-list__item {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .shizuClear .reason {
    padding-bottom: 68%;
  }
  .shizuClear .reason .reasonList__item {
    display: block;
    margin-top: 3em;
  }
  .shizuClear .reason .reasonList__item .txtCont {
    width: 100%;
    margin: 0 0 2em;
  }
  .shizuClear .reason .reasonList__item .txtCont .reasonTtl {
    margin-bottom: 0.7em;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .shizuClear .reason .reasonList__item .txtCont .reasonTtl span.num {
    margin: 0 1.5em 0 0;
    width: 75px;
  }
  .shizuClear .reason .reasonList__item .imgCont {
    text-align: center;
    width: 100%;
    margin-bottom: 1em;
  }
}
.shizuClear .worries {
  position: relative;
  background: url(../images/worries-bg.webp), -webkit-gradient(linear, left top, right top, color-stop(50%, #FFFFFF), to(#F2EEE9));
  background: url(../images/worries-bg.webp), -webkit-linear-gradient(left, #FFFFFF 50%, #F2EEE9 100%);
  background: url(../images/worries-bg.webp), linear-gradient(to right, #FFFFFF 50%, #F2EEE9 100%);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  padding-bottom: 47%;
}
.shizuClear .worries .heading {
  margin-bottom: 3em;
}
.shizuClear .worries .worries-arrow {
  max-width: 400px;
  margin: 3.5em auto 0;
}
.shizuClear .worries .worries-arrow .pc {
  display: block !important;
}
.shizuClear .worries .worries-arrow .sp {
  display: none !important;
}
@media screen and (max-width: 560px) {
  .shizuClear .worries .worries-arrow {
    margin-top: 1.5em;
  }
  .shizuClear .worries .worries-arrow .pc {
    display: none !important;
  }
  .shizuClear .worries .worries-arrow .sp {
    display: block !important;
    width: 100px;
    margin: 0 auto;
  }
}
.shizuClear .worries .worriesWrap {
  max-width: 840px;
  margin: 0 auto;
}
.shizuClear .worries .worriesWrap .balloon-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 482px;
  margin: 1.2em 0 0 15px;
  padding: 0.8em 1.2em;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
}
.shizuClear .worries .worriesWrap .balloon-left::before, .shizuClear .worries .worriesWrap .balloon-left::after {
  position: absolute;
  top: 10px;
  left: -11px;
  width: 12px;
  height: 14px;
  -webkit-clip-path: polygon(0px 7%, 95% 4%, 100% 100%);
          clip-path: polygon(0px 7%, 95% 4%, 100% 100%);
  /*clip-path: polygon(0 50%, 100% 0, 100% 100%);*/
  content: "";
}
.shizuClear .worries .worriesWrap .balloon-left::before {
  background-color: #ccc;
}
.shizuClear .worries .worriesWrap .balloon-left::after {
  left: -10px;
  background-color: #fff;
}
.shizuClear .worries .worriesWrap .balloon-left a {
  text-decoration: underline;
  color: #00A2D6;
}
.shizuClear .worries .worriesWrap .balloon-left.-pfas {
  display: block;
}
.shizuClear .worries .worriesWrap .balloon-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 482px;
  margin: 1.2em 15px 0 auto;
  padding: 0.8em 1.2em;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
}
.shizuClear .worries .worriesWrap .balloon-right::before, .shizuClear .worries .worriesWrap .balloon-right::after {
  position: absolute;
  top: 10px;
  right: -11px;
  width: 12px;
  height: 14px;
  -webkit-clip-path: polygon(0px 7%, 95% 4%, 0 100%);
          clip-path: polygon(0px 7%, 95% 4%, 0 100%);
  /*clip-path: polygon(0 0, 100% 50%, 0 100%);*/
  content: "";
}
.shizuClear .worries .worriesWrap .balloon-right::before {
  background-color: #ccc;
}
.shizuClear .worries .worriesWrap .balloon-right::after {
  right: -10px;
  background-color: #fff;
}
@media screen and (max-width: 860px) {
  .shizuClear .worries .worriesWrap {
    font-size: 120%;
  }
}
@media screen and (max-width: 560px) {
  .shizuClear .worries .worriesWrap .balloon-left {
    width: 78%;
  }
  .shizuClear .worries .worriesWrap .balloon-right {
    width: 78%;
  }
}
.shizuClear .worries .serverBalloonArea {
  position: absolute;
  bottom: 46vw;
  right: 38vw;
}
.shizuClear .worries .serverBalloonArea .serverBalloon {
  font-size: 140%;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 560px;
  margin-right: 15px;
  padding: 1.8em 2.5em;
  border: 3px solid #00A2D6;
  border-radius: 10px;
  background-color: #fff;
}
.shizuClear .worries .serverBalloonArea .serverBalloon::before, .shizuClear .worries .serverBalloonArea .serverBalloon::after {
  position: absolute;
  right: -15px;
  width: 15px;
  height: 30px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
}
.shizuClear .worries .serverBalloonArea .serverBalloon::before {
  background-color: #00A2D6;
}
.shizuClear .worries .serverBalloonArea .serverBalloon::after {
  right: -11px;
  background-color: #fff;
}
.shizuClear .worries .serverBalloonArea .serverBalloon .serverBalloon-Wrap span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFD126));
  background: -webkit-linear-gradient(transparent 60%, #FFD126 60%);
  background: linear-gradient(transparent 60%, #FFD126 60%);
}
@media screen and (max-width: 960px) {
  .shizuClear .worries .serverBalloonArea .serverBalloon {
    max-width: 500px;
    font-size: 130%;
    padding: 1.2em 1.5em;
  }
}
@media screen and (max-width: 860px) {
  .shizuClear .worries .serverBalloonArea .serverBalloon {
    max-width: 420px;
    font-size: 120%;
    padding: 1.5em;
    border: 2px solid #00A2D6;
    border-radius: 5px;
  }
  .shizuClear .worries .serverBalloonArea .serverBalloon::before, .shizuClear .worries .serverBalloonArea .serverBalloon::after {
    position: absolute;
    right: -7.5px;
    width: 7.5px;
    height: 15px;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 50%, 0 100%);
    content: "";
  }
  .shizuClear .worries .serverBalloonArea .serverBalloon::after {
    right: -5px;
  }
}
@media screen and (max-width: 767px) {
  .shizuClear .worries .serverBalloonArea .serverBalloon {
    max-width: 320px;
    font-size: 110%;
    letter-spacing: -0.001em;
    padding: 1em;
  }
}
@media screen and (max-width: 560px) {
  .shizuClear .worries .serverBalloonArea .serverBalloon {
    max-width: 220px;
    font-size: 13px;
    padding: 0.5em;
  }
}
@media screen and (max-width: 480px) {
  .shizuClear .worries .serverBalloonArea .serverBalloon {
    max-width: 210px;
  }
}
.shizuClear .worries .cvArea {
  max-width: 1030px;
  margin: 3em auto 20vw;
  text-align: center;
}
.shizuClear .worries .cvArea .worries-cvTxt {
  font-size: 260%;
  font-weight: 600;
  position: relative;
  line-height: 1.1;
}
.shizuClear .worries .cvArea .worries-cvTxt::after {
  content: "";
  display: inline-block;
  width: 55.11px;
  height: 38.27px;
  background-image: url(../images/worries-icon.svg);
  background-size: contain;
  vertical-align: text-top;
  margin-left: 0.2em;
}
.shizuClear .worries .cvArea .worries-cvTtl span {
  font-size: 460%;
  font-weight: 600;
  background: url(../images/worries-linebg.svg) no-repeat center bottom;
  background-size: auto;
  background-size: contain;
}
.shizuClear .worries .cvArea .btnCont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4em;
}
.shizuClear .worries .cvArea .btnCont .cvBtn {
  width: 48.5%;
}
.shizuClear .worries .cvArea .btnCont .cvBtn-wrap {
  background: -webkit-linear-gradient(45deg, rgb(72, 198, 239) 0%, rgb(111, 134, 214) 100%);
  background: linear-gradient(45deg, rgb(72, 198, 239) 0%, rgb(111, 134, 214) 100%);
  border-radius: 4em;
  padding: 3px;
}
.shizuClear .worries .cvArea .btnCont .cvBtn .btn {
  display: block;
  text-decoration: none;
  font-size: 160%;
  font-weight: 600;
  padding: 0.9em;
  line-height: 1;
  border-radius: 4em;
}
.shizuClear .worries .cvArea .btnCont .cvBtn .btn.-web {
  background: -webkit-linear-gradient(45deg, rgb(72, 198, 239) 0%, rgb(111, 134, 214) 100%);
  background: linear-gradient(45deg, rgb(72, 198, 239) 0%, rgb(111, 134, 214) 100%);
  color: #FFF;
}
.shizuClear .worries .cvArea .btnCont .cvBtn .btn.-web::before {
  width: 0;
  height: auto;
  background-image: none;
  margin-right: 0;
}
.shizuClear .worries .cvArea .btnCont .cvBtn .btn.-web .mail {
  margin-right: 5px;
}
.shizuClear .worries .cvArea .btnCont .cvBtn .btn.-web .mail.cta {
  width: 40px;
}
.shizuClear .worries .cvArea .btnCont .cvBtn .btn.-tel {
  background: #FFF;
  color: #629ADE;
}
.shizuClear .worries .cvArea .btnCont .cvBtn .btn.-tel::before {
  width: 28.64px;
  height: 29px;
  background-image: url(../images/icon-tel02.svg);
}
.shizuClear .worries .cvArea .btnCont .cvBtn .btn::before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  vertical-align: bottom;
}
@media screen and (max-width: 960px) {
  .shizuClear .worries .cvArea {
    padding: 0;
  }
  .shizuClear .worries .cvArea .btnCont .cvBtn .btn {
    font-size: 135%;
  }
  .shizuClear .worries .cvArea .btnCont .cvBtn .btn.-tel::before {
    width: 19.76px;
    height: 20px;
    margin-right: 6px;
  }
}
@media screen and (max-width: 701px) {
  .shizuClear .worries .cvArea .btnCont {
    display: block;
  }
  .shizuClear .worries .cvArea .btnCont .cvBtn {
    width: 100%;
    max-width: 340px;
    margin: 1.5em auto 0;
  }
}
@media screen and (max-width: 560px) {
  .shizuClear .worries .cvArea {
    margin-top: 1em;
  }
  .shizuClear .worries .cvArea .worries-cvTxt {
    font-size: 140%;
  }
  .shizuClear .worries .cvArea .worries-cvTxt::after {
    width: 38.1px;
    height: 25.45px;
  }
  .shizuClear .worries .cvArea .worries-cvTtl span {
    font-size: 230%;
  }
  .shizuClear .worries .cvArea .btnCont {
    margin-top: 1em;
  }
  .shizuClear .worries .cvArea .btnCont .cvBtn {
    width: 100%;
    max-width: 230px;
  }
  .shizuClear .worries .cvArea .btnCont .cvBtn .btn {
    font-size: 140%;
  }
  .shizuClear .worries .cvArea .btnCont .cvBtn .btn.-web .mail {
    margin-right: 10px;
  }
  .shizuClear .worries .cvArea .btnCont .cvBtn .btn.-web .mail.cta {
    width: 30px;
  }
}
.shizuClear .Price .monthly {
  text-align: center;
  margin: 6em 0 1.5em;
}
.shizuClear .Price .monthly .monthlyFuki {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #FFF;
  padding: 0.3em 2em;
  background-color: #629ADE;
  font-size: 167%;
  margin-bottom: 1.5rem;
}
.shizuClear .Price .monthly .monthlyFuki::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  border-style: solid;
  border-color: #629ADE transparent;
  border-width: 13px 25px 0 0;
  bottom: -12px;
  left: 80%;
}
.shizuClear .Price .monthly h3 {
  font-size: 234%;
  color: #629ADE;
  font-weight: 400;
  letter-spacing: 5px;
}
.shizuClear .Price .monthly h3 .monthlyPrice {
  color: #444444;
  font-size: 72%;
  font-weight: 600;
  letter-spacing: 3px;
  margin-left: 1.5rem;
  vertical-align: -40%;
  display: inline-block;
  padding-bottom: 0.7em;
  background: url(../images/line-blue.svg) no-repeat left bottom;
  background-size: contain;
}
.shizuClear .Price .monthly h3 .monthlyPrice span {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  font-size: 396%;
  letter-spacing: -3px;
}
@media screen and (max-width: 767px) {
  .shizuClear .Price .monthly {
    margin: 3rem 0 1rem;
  }
  .shizuClear .Price .monthly .monthlyFuki {
    font-size: 134%;
    letter-spacing: 0;
  }
  .shizuClear .Price .monthly .monthlyFuki::before {
    border-width: 10px 15px 0 0;
    bottom: -10px;
  }
  .shizuClear .Price .monthly h3 {
    font-size: 167%;
    letter-spacing: 3px;
    line-height: 1.4;
  }
  .shizuClear .Price .monthly h3 strong {
    display: block;
  }
  .shizuClear .Price .monthly h3 .monthlyPrice {
    margin: -0.5rem 0 0;
  }
  .shizuClear .Price .monthly h3 .monthlyPrice span {
    letter-spacing: -1px;
    font-weight: 300;
  }
}
.shizuClear .Price .priceLineup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3em;
}
.shizuClear .Price .priceLineup__item {
  border: 1px solid #F2F2F2;
  background-color: #FFFFFF;
  -webkit-box-shadow: 3px 3px 0px 0px #F2F2F2;
          box-shadow: 3px 3px 0px 0px #F2F2F2;
  padding: 4rem 3rem 3.5rem;
  width: 47.27%;
  position: relative;
}
.shizuClear .Price .priceLineup__item .serverWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shizuClear .Price .priceLineup__item .serverWrap .imgCont {
  width: 35%;
}
.shizuClear .Price .priceLineup__item .serverWrap .txtCont {
  width: 59%;
  margin-left: 6%;
}
.shizuClear .Price .priceLineup__item .serverWrap .txtCont h4 {
  line-height: 1;
  margin-bottom: 2rem;
  font-size: 107%;
}
.shizuClear .Price .priceLineup__item .serverWrap .txtCont h4 span {
  font-size: 500%;
  font-family: "Josefin Sans", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 200;
  letter-spacing: 0;
  display: block;
}
.shizuClear .Price .priceLineup__item .serverWrap .txtCont .copy {
  line-height: 1.7;
  margin-bottom: 1rem;
}
.shizuClear .Price .priceLineup__item .serverWrap .txtCont .amountWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.shizuClear .Price .priceLineup__item .serverWrap .txtCont .amountWrap .circle {
  font-size: 114%;
  font-weight: bold;
  min-width: 55px;
  min-height: 55px;
  border-radius: 50%;
  background: #FFD126;
  text-align: center;
  line-height: 55px;
  margin-right: 7px;
}
.shizuClear .Price .priceLineup__item .serverWrap .txtCont .amountWrap .amount {
  font-weight: bold;
  line-height: 1.2;
}
.shizuClear .Price .priceLineup__item .serverWrap .txtCont .amountWrap .amount span {
  font-family: "Outfit", sans-serif;
  font-size: 327%;
  font-weight: 400;
  letter-spacing: 0;
}
.shizuClear .Price .priceLineup__item .serverTag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 1.5em;
}
.shizuClear .Price .priceLineup__item .serverTag__item {
  display: inline-block;
  padding: 0.5em 0.7em;
  background: #F2F2F2;
  color: #629ADE;
  font-size: 80%;
  margin-bottom: 0.3em;
  margin-right: 0.3em;
  width: auto;
}
.shizuClear .Price .priceLineup__item.-skitto {
  position: relative;
}
.shizuClear .Price .priceLineup__item.-pitto .txtCont .amountWrap .circle {
  background: #00A2D6;
  color: #FFF;
}
.shizuClear .Price .priceLineup__item .cvArea .btnCont {
  margin-top: 2em;
}
.shizuClear .Price .priceLineup__item .cvArea .btnCont .cvBtn {
  max-width: 367px;
  width: 100%;
  margin: 0 auto;
}
.shizuClear .Price .priceLineup__item .cvArea .btnCont .cvBtn .cvBtn-wrap .btn {
  color: #FFFFFF;
  font-size: 120%;
  padding: 0.9em 0.7em;
}
.shizuClear .Price .priceLineup__item .cvArea .btnCont .cvBtn .cvBtn-wrap.-pc {
  display: block;
}
.shizuClear .Price .priceLineup__item .cvArea .btnCont .cvBtn .cvBtn-wrap.-sp {
  display: none;
}
@media screen and (max-width: 560px) {
  .shizuClear .Price .priceLineup__item .cvArea .btnCont .cvBtn .cvBtn-wrap.-pc {
    display: none;
  }
  .shizuClear .Price .priceLineup__item .cvArea .btnCont .cvBtn .cvBtn-wrap.-sp {
    display: block;
  }
}
@media screen and (max-width: 560px) {
  .shizuClear .Price .priceLineup__item .cvArea .btnCont {
    position: absolute;
    bottom: -1.5em;
    width: 80%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .shizuClear .Price .priceLineup__item .cvArea .btnCont .cvBtn .cvBtn-wrap .btn {
    padding: 0.4em;
    font-size: 100%;
  }
}
@media screen and (max-width: 960px) {
  .shizuClear .Price .priceLineup {
    margin-bottom: 8rem;
  }
  .shizuClear .Price .priceLineup__item .serverWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .shizuClear .Price .priceLineup__item .serverWrap .imgCont {
    width: 100%;
    margin-top: 2em;
    text-align: center;
  }
  .shizuClear .Price .priceLineup__item .serverWrap .imgCont img {
    width: 60%;
  }
  .shizuClear .Price .priceLineup__item .serverWrap .txtCont {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .shizuClear .Price .priceLineup__item .serverWrap .txtCont .amountWrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .shizuClear .Price .priceLineup {
    margin-bottom: 5rem;
  }
  .shizuClear .Price .priceLineup__item {
    padding: 2.5rem 0.7rem;
  }
  .shizuClear .Price .priceLineup__item .serverWrap .txtCont h4 {
    font-size: 100%;
    margin-bottom: 1.5rem;
  }
  .shizuClear .Price .priceLineup__item .serverWrap .txtCont h4 span {
    font-size: 420%;
    font-weight: 300;
  }
  .shizuClear .Price .priceLineup__item .serverWrap .txtCont .copy {
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }
  .shizuClear .Price .priceLineup__item .serverWrap .txtCont .amountWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .shizuClear .Price .priceLineup__item .serverWrap .txtCont .amountWrap .circle {
    font-size: 90%;
    min-width: 40px;
    min-height: 40px;
    line-height: 40px;
    margin-right: 4px;
    letter-spacing: 0;
  }
  .shizuClear .Price .priceLineup__item .serverWrap .txtCont .amountWrap .amount {
    font-size: 100%;
  }
  .shizuClear .Price .priceLineup__item .serverWrap .txtCont .amountWrap .amount span {
    font-size: 220%;
  }
}
@media screen and (max-width: 560px) {
  .shizuClear .Price .priceLineup__item {
    padding: 2.5rem 1rem;
  }
  .shizuClear .Price .priceLineup__item .serverWrap .txtCont h4 {
    font-size: 100%;
    margin-bottom: 1.5rem;
  }
  .shizuClear .Price .priceLineup__item .serverWrap .txtCont h4 span {
    font-size: 320%;
    font-weight: 300;
  }
  .shizuClear .Price .priceLineup__item .serverWrap .txtCont .copy {
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }
  .shizuClear .Price .priceLineup__item .serverWrap .txtCont .amountWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .shizuClear .Price .priceLineup__item .serverWrap .txtCont .amountWrap .circle {
    font-size: 80%;
    min-width: 30px;
    min-height: 30px;
    line-height: 30px;
    margin-right: 4px;
    letter-spacing: 0;
  }
  .shizuClear .Price .priceLineup__item .serverWrap .txtCont .amountWrap .amount {
    font-size: 80%;
  }
  .shizuClear .Price .priceLineup__item .serverWrap .txtCont .amountWrap .amount span {
    font-size: 230%;
  }
  .shizuClear .Price .priceLineup__item .serverTag__item {
    padding: 0.5em;
    font-size: 75%;
  }
}
.shizuClear .Price .priceLineup2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .shizuClear .Price .priceLineup2 {
    display: none;
  }
}
.shizuClear .Price .priceLineup2 a {
  color: inherit;
  text-decoration: none;
}
.shizuClear .Price .priceLineup2__item {
  border: 1px solid #F2F2F2;
  -webkit-box-shadow: 3px 3px 0px 0px #F2F2F2;
          box-shadow: 3px 3px 0px 0px #F2F2F2;
  padding: 5rem 3rem 3rem;
  width: 47.2727272727%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.shizuClear .Price .priceLineup2__item h4 {
  line-height: 1;
  margin-bottom: 2rem;
  font-size: 107%;
}
.shizuClear .Price .priceLineup2__item h4 .en {
  font-size: 400%;
  font-family: "Josefin Sans", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 200;
  letter-spacing: 0;
  display: block;
}
.shizuClear .Price .priceLineup2__item h4 .fontS {
  font-size: 80%;
}
.shizuClear .Price .priceLineup2__item .imgCont {
  width: 45%;
  margin: 2em auto;
}
.shizuClear .Price .priceLineup2__item .amountWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shizuClear .Price .priceLineup2__item .amountWrap .circle {
  font-size: 114%;
  font-weight: bold;
  min-width: 55px;
  min-height: 55px;
  border-radius: 50%;
  background: #FFD126;
  text-align: center;
  line-height: 55px;
  margin-right: 7px;
}
.shizuClear .Price .priceLineup2__item .amountWrap .amount {
  font-weight: bold;
  line-height: 1.2;
}
.shizuClear .Price .priceLineup2__item .amountWrap .amount .num {
  font-family: "Outfit", sans-serif;
  font-size: 327%;
  font-weight: 400;
  letter-spacing: 0;
}
.shizuClear .Price .priceLineup2__item .serverTag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 1.5em;
}
.shizuClear .Price .priceLineup2__item .serverTag__item {
  display: inline-block;
  padding: 0.5em 0.7em;
  background: #F2F2F2;
  color: #629ADE;
  font-size: 80%;
  margin-bottom: 0.3em;
  margin-right: 0.3em;
  width: auto;
}
.shizuClear .Price .priceLineup2__item.-pitto .amountWrap .circle {
  background: #00A2D6;
  color: #FFF;
}
.shizuClear .Price .priceLineup2__item.-pitto .cancel {
  font-weight: 600;
  text-decoration: line-through;
}
.shizuClear .Price .priceLineup2__item.-pitto .colorB {
  color: #629ADE;
  font-weight: 600;
}
.shizuClear .Price .priceLineup2__item.-pitto .ribbon {
  margin: 0.5em auto 0;
}
.shizuClear .Price .priceLineup2__item.-pitto .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFD126));
  background: -webkit-linear-gradient(transparent 50%, #FFD126 50%);
  background: linear-gradient(transparent 50%, #FFD126 50%);
}
.shizuClear .Price .priceLineup2__item.-pitto .eternal {
  font-weight: 600;
  margin-top: 0.5em;
}
.shizuClear .Price .priceLineup2__item .limitedCont {
  border: 1px solid #D60C73;
  margin-top: 2rem;
}
.shizuClear .Price .priceLineup2__item .limitedCont .limitedTtl {
  background-color: #D60C73;
  color: #FFFFFF;
  padding: 0.1em;
}
.shizuClear .Price .priceLineup2__item .limitedCont > .textArea {
  padding: 2rem;
}
.shizuClear .Price .priceLineup2__item .limitedCont > .textArea .dateArea {
  margin-bottom: 0.5rem;
}
.shizuClear .Price .priceLineup2__item .limitedCont > .textArea .date {
  background-color: #FFD126;
  padding: 0.2em;
}
.shizuClear .Price .priceLineup2__item .limitedCont > .textArea .fontL {
  font-size: 110%;
  font-weight: 600;
}
.shizuClear .Price .priceLineup2__item .limitedCont > .textArea .textPrice {
  font-weight: 600;
}
.shizuClear .Price .priceLineup2__item .limitedCont > .textArea .textPrice-fontL {
  margin-left: 0.8rem;
  font-size: 160%;
}
.shizuClear .Price .priceLineup2__item .limitedCont > .textArea .colorP {
  color: #D60C73;
}
.shizuClear .Price .priceLineup2__item .limitedCont > .textArea .num {
  font-family: "Outfit", sans-serif;
  font-size: 190%;
  font-weight: 500;
}
.shizuClear .Price .priceLineup2__item .limitedCont > .textArea > .notes {
  font-size: 80%;
  margin-top: 0.5em;
}
.shizuClear .Price .priceLineup2__item .limitedCont > .textArea .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFD126));
  background: -webkit-linear-gradient(transparent 70%, #FFD126 70%);
  background: linear-gradient(transparent 70%, #FFD126 70%);
}
.shizuClear .Price .priceLineup2__item .batch {
  position: absolute;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  top: -10px;
  right: 1em;
  background-color: #FFD126;
}
.shizuClear .Price .priceLineup2__item .batch .batchText {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 66px;
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
}
.shizuClear .Price .priceLineup2__item .batch .batchText .en {
  font-family: "Outfit", sans-serif;
  font-size: 130%;
  font-weight: 400;
}
.shizuClear .Price .priceLineup2__item .batch.-pittomini {
  background-color: #D60C73;
  color: #FFFFFF;
}
.shizuClear .Price .priceLineup2__item .batch.-pittomini .batchText .en {
  font-size: 110%;
}
@media screen and (max-width: 1170px) {
  .shizuClear .Price .priceLineup2 {
    margin-bottom: 8rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem;
  }
  .shizuClear .Price .priceLineup2__item {
    padding: 3rem;
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .shizuClear .Price .priceLineup2 {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 560px) {
  .shizuClear .Price .priceLineup2 {
    display: none;
  }
}
@media screen and (min-width: 560px) {
  .shizuClear .Price .priceLineup2 .br-sp {
    display: none;
  }
}
.shizuClear .Price .priceLineup2-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .shizuClear .Price .priceLineup2-sp {
    display: block;
  }
  .shizuClear .Price .priceLineup2-sp__item a {
    color: #444444;
    text-decoration: none;
    margin-bottom: 5vw;
    width: 100%;
    border: 1px solid #629ADE;
    padding: 5vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    display: block;
    /*&::after {
    	position: absolute;
    	display: inline-block;
    	width: 21.87px;
    	height: 12.5px;
    	content: "";
    	top: 50%;
    	left: 0;
    	-webkit-transform: translateY(-50%);
    	transform: translateY(-50%);
    	background: url(/assets/images/icon-arrow.svg) no-repeat;
    	background-size: auto;
    	background-size: contain;
    }*/
  }
  .shizuClear .Price .priceLineup2-sp__item a:hover {
    cursor: pointer;
  }
  .shizuClear .Price .priceLineup2-sp__item a .priceLineup2-sp-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .shizuClear .Price .priceLineup2-sp__item a .priceLineup2-sp-cont .imgCont {
    width: 37%;
    text-align: center;
  }
  .shizuClear .Price .priceLineup2-sp__item a .priceLineup2-sp-cont .imgCont img {
    width: 65%;
  }
  .shizuClear .Price .priceLineup2-sp__item a .priceLineup2-sp-cont .imgCont img.pitto {
    width: 75%;
  }
  .shizuClear .Price .priceLineup2-sp__item a .priceLineup2-sp-cont .txtCont {
    width: 63%;
    text-align: center;
  }
  .shizuClear .Price .priceLineup2-sp__item a .priceLineup2-sp-cont .txtCont h4 {
    font-size: 0.8rem;
    font-weight: 500;
  }
  .shizuClear .Price .priceLineup2-sp__item a .priceLineup2-sp-cont .txtCont h4 .en {
    font-family: "Josefin Sans", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    letter-spacing: 0;
    display: block;
    font-weight: 300;
    font-size: 4.2rem;
  }
  .shizuClear .Price .priceLineup2-sp__item a .priceLineup2-sp-cont .txtCont h4 .fontS {
    font-size: 3.2rem;
  }
  .shizuClear .Price .priceLineup2-sp__item a .priceLineup2-sp-cont .txtCont .copy {
    color: #629ADE;
    font-size: 1.2rem;
    margin: 0.5em 0;
  }
  .shizuClear .Price .priceLineup2-sp__item a .priceLineup2-sp-cont .txtCont .cp {
    font-size: 1rem;
  }
  .shizuClear .Price .priceLineup2-sp__item a .priceLineup2-sp-cont .txtCont .cp.-blue {
    color: #629ADE;
    font-weight: 600;
  }
  .shizuClear .Price .priceLineup2-sp__item a .priceLineup2-sp-cont .txtCont .cp span {
    text-decoration: line-through;
    font-weight: 600;
  }
  .shizuClear .Price .priceLineup2-sp__item a .priceLineup2-sp-cont .txtCont .cp strong {
    font-weight: 600;
  }
  .shizuClear .Price .priceLineup2-sp__item a .priceLineup2-sp-cont .txtCont .ribbonTxt {
    width: 73px;
    margin: 0 auto;
  }
  .shizuClear .Price .priceLineup2-sp__item a .priceLineup2-sp-cont .txtCont .amountWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .shizuClear .Price .priceLineup2-sp__item a .priceLineup2-sp-cont .txtCont .amountWrap .circle {
    font-size: 100%;
    min-width: 35px;
    min-height: 35px;
    line-height: 35px;
    margin-right: 5px;
    letter-spacing: 0;
    border-radius: 50%;
    background: #FFD126;
    text-align: center;
    font-weight: bold;
  }
  .shizuClear .Price .priceLineup2-sp__item a .priceLineup2-sp-cont .txtCont .amountWrap .amount {
    font-weight: bold;
    line-height: 1.2;
    font-size: 1.2rem;
  }
  .shizuClear .Price .priceLineup2-sp__item a .priceLineup2-sp-cont .txtCont .amountWrap .amount .num {
    font-family: "Outfit", sans-serif;
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 0;
  }
  .shizuClear .Price .priceLineup2-sp__item a .priceLineup2-sp-cont .txtCont .amountWrap .amount .marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFD126));
    background: -webkit-linear-gradient(transparent 50%, #FFD126 50%);
    background: linear-gradient(transparent 50%, #FFD126 50%);
  }
  .shizuClear .Price .priceLineup2-sp__item a .serverTag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 1.5em;
  }
  .shizuClear .Price .priceLineup2-sp__item a .serverTag__item {
    display: inline-block;
    padding: 0.5em 0.7em;
    background: #F2F2F2;
    color: #629ADE;
    font-size: 80%;
    margin-bottom: 0.3em;
    margin-right: 0.3em;
    width: auto;
  }
  .shizuClear .Price .priceLineup2-sp__item a .funcAreaCont {
    margin-top: 1em;
  }
  .shizuClear .Price .priceLineup2-sp__item a .funcAreaCont p {
    font-size: 90%;
  }
  .shizuClear .Price .priceLineup2-sp__item a .funcAreaCont .funcArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.5em;
  }
  .shizuClear .Price .priceLineup2-sp__item a .funcAreaCont .funcArea__item {
    width: 15%;
  }
  .shizuClear .Price .priceLineup2-sp__item a:last-child {
    margin-bottom: 3em;
  }
  .shizuClear .Price .priceLineup2-sp__item a.-pitto .circle {
    background: #00A2D6 !important;
    color: #FFFFFF;
  }
  .shizuClear .Price .priceLineup2-sp__item a .batch {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: -10px;
    right: 3px;
    background-color: #FFD126;
  }
}
@media screen and (max-width: 767px) and (max-width: 560px) {
  .shizuClear .Price .priceLineup2-sp__item a .batch {
    top: -25px;
  }
}
@media screen and (max-width: 767px) {
  .shizuClear .Price .priceLineup2-sp__item a .batch .batchText {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    text-align: center;
    font-weight: 600;
    line-height: 1.2;
  }
  .shizuClear .Price .priceLineup2-sp__item a .batch .batchText .en {
    font-family: "Outfit", sans-serif;
    font-size: 130%;
    font-weight: 400;
  }
  .shizuClear .Price .priceLineup2-sp__item a .batch.-pittomini {
    background-color: #D60C73;
    color: #FFFFFF;
  }
  .shizuClear .Price .priceLineup2-sp__item a .batch.-pittomini .batchText .en {
    font-size: 110%;
  }
  .shizuClear .Price .priceLineup2-sp__item a .limitedCont {
    border: 1px solid #D60C73;
    margin-top: 2rem;
    text-align: center;
    font-size: 115%;
  }
  .shizuClear .Price .priceLineup2-sp__item a .limitedCont .limitedTtl {
    background-color: #D60C73;
    color: #FFFFFF;
    padding: 0.1em;
  }
  .shizuClear .Price .priceLineup2-sp__item a .limitedCont > .textArea {
    padding: 1.5rem;
  }
  .shizuClear .Price .priceLineup2-sp__item a .limitedCont > .textArea .dateArea {
    margin-bottom: 0.5rem;
  }
  .shizuClear .Price .priceLineup2-sp__item a .limitedCont > .textArea .date {
    background-color: #FFD126;
    padding: 0.2em;
  }
  .shizuClear .Price .priceLineup2-sp__item a .limitedCont > .textArea .fontL {
    font-size: 110%;
    font-weight: 600;
  }
  .shizuClear .Price .priceLineup2-sp__item a .limitedCont > .textArea .textPrice {
    font-weight: 600;
  }
  .shizuClear .Price .priceLineup2-sp__item a .limitedCont > .textArea .textPrice-fontL {
    margin-left: 0.8rem;
    font-size: 160%;
  }
  .shizuClear .Price .priceLineup2-sp__item a .limitedCont > .textArea .colorP {
    color: #D60C73;
  }
  .shizuClear .Price .priceLineup2-sp__item a .limitedCont > .textArea .num {
    font-family: "Outfit", sans-serif;
    font-size: 190%;
    font-weight: 500;
  }
  .shizuClear .Price .priceLineup2-sp__item a .limitedCont > .textArea > .notes {
    font-size: 70%;
    margin-top: 0.5em;
  }
  .shizuClear .Price .priceLineup2-sp__item a .limitedCont > .textArea .marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFD126));
    background: -webkit-linear-gradient(transparent 70%, #FFD126 70%);
    background: linear-gradient(transparent 70%, #FFD126 70%);
  }
}
.shizuClear .cvArea {
  max-width: 1030px;
  margin: 0 auto 0;
  text-align: center;
}
.shizuClear .cvArea .cvTxt {
  font-size: 254%;
  color: #629ADE;
  line-height: 0;
  letter-spacing: 0.15em;
}
.shizuClear .cvArea .cvTxt img {
  vertical-align: -13px;
}
.shizuClear .cvArea .cvTxt img.pc {
  display: inline-block;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .shizuClear .cvArea .cvTxt img.pc {
    display: none;
  }
}
.shizuClear .cvArea .cvTxt img.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .shizuClear .cvArea .cvTxt img.sp {
    display: inline-block;
  }
}
.shizuClear .cvArea .btnCont {
  margin-top: 3em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shizuClear .cvArea .btnCont .cvBtn {
  width: 48.5%;
}
.shizuClear .cvArea .btnCont .cvBtn-wrap {
  background: -webkit-linear-gradient(45deg, rgb(72, 198, 239) 0%, rgb(111, 134, 214) 100%);
  background: linear-gradient(45deg, rgb(72, 198, 239) 0%, rgb(111, 134, 214) 100%);
  border-radius: 4em;
  padding: 3px;
}
.shizuClear .cvArea .btnCont .cvBtn .btn {
  display: block;
  text-decoration: none;
  font-size: 167%;
  font-weight: 600;
  padding: 0.7em;
  line-height: 1;
  border-radius: 4em;
}
.shizuClear .cvArea .btnCont .cvBtn .btn.-web {
  background: -webkit-linear-gradient(45deg, rgb(72, 198, 239) 0%, rgb(111, 134, 214) 100%);
  background: linear-gradient(45deg, rgb(72, 198, 239) 0%, rgb(111, 134, 214) 100%);
  color: #FFF;
  padding-bottom: 1em;
}
.shizuClear .cvArea .btnCont .cvBtn .btn.-tel {
  background: #FFF;
  color: #629ADE;
}
.shizuClear .cvArea .btnCont .cvBtn .btn i {
  font-size: 160%;
  vertical-align: middle;
  margin-right: 5px;
}
.shizuClear .cvArea .btnCont .cvBtn .btn .mail {
  margin-right: 7px;
}
.shizuClear .cvArea .btnCont .cvBtn .btn .mail.cta {
  width: 40px;
}
@media screen and (max-width: 767px) {
  .shizuClear .cvArea .btnCont .cvBtn .btn .mail {
    margin-right: 7px;
  }
  .shizuClear .cvArea .btnCont .cvBtn .btn .mail.cta {
    width: 30px;
  }
}
@media screen and (max-width: 960px) {
  .shizuClear .cvArea {
    /*padding: 0 6vw;*/
    padding: 0;
  }
  .shizuClear .cvArea .btnCont .cvBtn .btn {
    font-size: 140%;
  }
}
@media screen and (max-width: 767px) {
  .shizuClear .cvArea .cvTxt {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .shizuClear .cvArea .cvTxt img {
    display: block;
    margin: 0 auto;
  }
  .shizuClear .cvArea .monthly {
    display: block;
  }
  .shizuClear .cvArea .monthly > div p {
    font-size: 145%;
  }
  .shizuClear .cvArea .monthly > div p.price {
    background-position: center bottom;
    margin: 0.3em 0 0;
  }
  .shizuClear .cvArea .btnCont {
    display: block;
  }
  .shizuClear .cvArea .btnCont .cvBtn {
    width: 100%;
    margin-top: 1.5em;
  }
  .shizuClear .cvArea .btnCont .cvBtn.-min {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .shizuClear .cvArea .btnCont .cvBtn.-min .btn {
    font-size: 130%;
  }
  .shizuClear .cvArea .btnCont .cvBtn.-min .btn img {
    width: 25px;
  }
  .shizuClear .cvArea .btnCont .cvBtn .btn {
    font-size: 150%;
  }
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  .shizuClear .cvArea .btnCont .cvBtn.-min {
    max-width: 250px;
  }
}
.shizuClear .lineup {
  margin-top: 7em;
}
.shizuClear .lineup .heading {
  padding-top: 3em;
}
.shizuClear .lineup .lineupNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7rem;
}
.shizuClear .lineup .lineupNav.-pittoNav {
  margin: 10rem 0 7rem;
}
.shizuClear .lineup .lineupNav__item {
  width: 50%;
  font-weight: 600;
  font-size: 120%;
  text-align: center;
}
.shizuClear .lineup .lineupNav__item .en {
  font-family: "Josefin Sans", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 200%;
  font-weight: 600;
  margin-right: 0.3em;
}
.shizuClear .lineup .lineupNav__item.-skitto {
  background-color: #FFD126;
}
.shizuClear .lineup .lineupNav__item.-skitto a {
  color: #444444;
}
.shizuClear .lineup .lineupNav__item.-pitto {
  background-color: #00A2D6;
  color: #FFFFFF;
}
.shizuClear .lineup .lineupNav__item.-pitto a {
  color: #FFFFFF;
}
.shizuClear .lineup .lineupNav__item.-pitto .lineupNav-Wrap::after {
  background: #00A2D6;
}
.shizuClear .lineup .lineupNav__item .lineupNav-Wrap {
  padding: 1em;
  position: relative;
}
.shizuClear .lineup .lineupNav__item .lineupNav-Wrap::after {
  content: "";
  width: 3.6rem;
  height: 1.5rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  bottom: -1.4rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFD126;
}
.shizuClear .lineup .lineupNav__item a {
  text-decoration: none;
  display: block;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .shizuClear .lineup .lineupNav {
    margin-bottom: 5rem;
  }
  .shizuClear .lineup .lineupNav.-pittoNav {
    margin: 5rem 0 4rem;
  }
  .shizuClear .lineup .lineupNav__item {
    font-size: 80%;
  }
  .shizuClear .lineup .lineupNav__item .en {
    font-size: 170%;
    font-weight: 500;
  }
  .shizuClear .lineup .lineupNav__item .lineupNav-Wrap::after {
    content: "";
    width: 2.5rem;
    height: 1rem;
    bottom: -1rem;
  }
}
.shizuClear .lineup .lineupWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.shizuClear .lineup .lineupWrap .circle-new {
  left: -2.5em;
  top: -2em;
  right: auto;
}
@media screen and (max-width: 960px) {
  .shizuClear .lineup .lineupWrap .circle-new {
    left: -1.5em;
    font-size: 100%;
    min-width: 60px;
    min-height: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .shizuClear .lineup .lineupWrap .circle-new {
    left: 0;
    font-size: 120%;
    min-width: 90px;
    min-height: 90px;
    line-height: 90px;
  }
}
@media screen and (max-width: 560px) {
  .shizuClear .lineup .lineupWrap .circle-new {
    font-size: 100%;
    min-width: 60px;
    min-height: 60px;
    line-height: 60px;
  }
}
.shizuClear .lineup .lineupWrap .txtCont {
  margin: 0;
  width: 50%;
  text-align: center;
  /* モーダルと背景の指定 */
  /* モーダルの擬似要素の指定 */
  /* クラスが追加された時の指定 */
  /* モーダル内側の指定 */
  /* モーダルを閉じるボタンの指定 */
  /* モーダルのコンテンツ部分の指定 */
}
.shizuClear .lineup .lineupWrap .txtCont .lineupTtl {
  margin-bottom: 2em;
}
.shizuClear .lineup .lineupWrap .txtCont .lineupTtl h3 {
  font-size: 120%;
  font-weight: 600;
  line-height: 0.9;
  margin-bottom: 4rem;
}
.shizuClear .lineup .lineupWrap .txtCont .lineupTtl h3 .en {
  font-family: "Josefin Sans", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 725%;
  font-weight: 100;
  margin-left: -1rem;
}
.shizuClear .lineup .lineupWrap .txtCont .lineupTtl p {
  font-size: 140%;
  font-weight: 400;
  margin-top: -0.6em;
  letter-spacing: 0.1em;
}
.shizuClear .lineup .lineupWrap .txtCont .lineupTtl p .textY {
  font-size: 115%;
}
.shizuClear .lineup .lineupWrap .txtCont .modalBtn {
  max-width: 260px;
  background: -webkit-linear-gradient(45deg, rgb(72, 198, 239) 0%, rgb(111, 134, 214) 100%);
  background: linear-gradient(45deg, rgb(72, 198, 239) 0%, rgb(111, 134, 214) 100%);
  border-radius: 4em;
  padding: 2px;
  text-align: center;
  margin-top: 3em;
}
.shizuClear .lineup .lineupWrap .txtCont .modalBtn .btn {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 105%;
  font-weight: 600;
  padding: 0.8em;
  line-height: 1;
  border-radius: 4em;
  color: #fff;
  width: 100%;
  background: none;
  border: 0;
}
.shizuClear .lineup .lineupWrap .txtCont .modalBtn .btn:hover {
  background-color: #FFFFFF;
  color: #629ADE;
}
.shizuClear .lineup .lineupWrap .txtCont .modalBtn .btn:hover::before {
  background-image: url(../images/icon-arrow_b.svg);
}
.shizuClear .lineup .lineupWrap .txtCont .modalBtn .btn::before {
  position: absolute;
  content: "";
  width: 17.5px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icon-arrow_w.svg);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -2px;
}
.shizuClear .lineup .lineupWrap .txtCont .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1000;
}
.shizuClear .lineup .lineupWrap .txtCont .modal:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}
.shizuClear .lineup .lineupWrap .txtCont .modal.is-active {
  opacity: 1;
  visibility: visible;
}
.shizuClear .lineup .lineupWrap .txtCont .modal-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 800px;
  width: 100%;
}
.shizuClear .lineup .lineupWrap .txtCont .modal-close {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  color: #fff;
  background: -webkit-linear-gradient(45deg, rgb(72, 198, 239) 0%, rgb(111, 134, 214) 100%);
  background: linear-gradient(45deg, rgb(72, 198, 239) 0%, rgb(111, 134, 214) 100%);
  border-radius: 50%;
  cursor: pointer;
}
.shizuClear .lineup .lineupWrap .txtCont .modal-content {
  background: #fff;
  text-align: left;
  line-height: 1.8;
  padding: 4em 3em 0;
}
.shizuClear .lineup .lineupWrap .txtCont .modal-content .ttlWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.shizuClear .lineup .lineupWrap .txtCont .modal-content .ttlWrap .lineupTtl {
  text-align: center;
  width: 65%;
}
.shizuClear .lineup .lineupWrap .txtCont .modal-content .ttlWrap .lineupTtl h3 {
  font-size: 107%;
  margin-bottom: 3rem;
}
@media screen and (max-width: 560px) {
  .shizuClear .lineup .lineupWrap .txtCont .modal-content .ttlWrap .lineupTtl h3 {
    font-size: 95%;
  }
}
.shizuClear .lineup .lineupWrap .txtCont .modal-content .ttlWrap .lineupTtl h3 span {
  display: block;
  font-size: 685%;
  font-family: "Josefin Sans", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 200;
}
.shizuClear .lineup .lineupWrap .txtCont .modal-content .ttlWrap .lineupTtl h3::after {
  content: "";
  background: url(../images/icon-drop.svg) no-repeat;
  background-size: contain;
  display: block;
  width: 20px;
  height: 30px;
  margin: 2rem auto 0;
}
.shizuClear .lineup .lineupWrap .txtCont .modal-content .ttlWrap .lineupTtl p {
  font-size: 134%;
  line-height: 1.8;
}
.shizuClear .lineup .lineupWrap .txtCont .modal-content .ttlWrap .lineupTtl p strong {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0%, #CCDEF4));
  background-image: -webkit-linear-gradient(transparent 65%, #CCDEF4 0%);
  background-image: linear-gradient(transparent 65%, #CCDEF4 0%);
}
.shizuClear .lineup .lineupWrap .txtCont .modal-content .ttlWrap .modal-imgCont {
  width: 35%;
  text-align: center;
}
.shizuClear .lineup .lineupWrap .txtCont .modal-content .ttlWrap .modal-imgCont img {
  max-width: 180px;
}
@media screen and (max-width: 560px) {
  .shizuClear .lineup .lineupWrap .txtCont .modal-content .ttlWrap .modal-imgCont.pittomini {
    margin-top: -10em;
  }
}
@media screen and (max-width: 560px) {
  .shizuClear .lineup .lineupWrap .txtCont .modal-content .ttlWrap {
    display: block;
  }
  .shizuClear .lineup .lineupWrap .txtCont .modal-content .ttlWrap .lineupTtl {
    width: 100%;
  }
  .shizuClear .lineup .lineupWrap .txtCont .modal-content .ttlWrap .modal-imgCont {
    width: 100%;
  }
}
.shizuClear .lineup .lineupWrap .txtCont .modal-content .lineupTable table {
  width: 100%;
  margin: 2rem auto 0;
  border: 1px solid #CCC;
  font-size: 94%;
}
.shizuClear .lineup .lineupWrap .txtCont .modal-content .lineupTable table th, .shizuClear .lineup .lineupWrap .txtCont .modal-content .lineupTable table td {
  font-weight: 500;
  text-align: left;
  vertical-align: top;
  padding: 0.6em 1em;
  border: 1px solid #CCC;
}
.shizuClear .lineup .lineupWrap .txtCont .modal-content .lineupTable table th .notes, .shizuClear .lineup .lineupWrap .txtCont .modal-content .lineupTable table td .notes {
  line-height: 1.5;
  margin-top: 0.2em;
}
.shizuClear .lineup .lineupWrap .txtCont .modal-content .lineupTable table th {
  width: 120px;
}
@media screen and (max-width: 560px) {
  .shizuClear .lineup .lineupWrap .txtCont .modal-content {
    padding: 3em 5vw 0;
  }
}
.shizuClear .lineup .lineupWrap .imgCont {
  width: 45.45%;
  text-align: center;
}
.shizuClear .lineup .lineupWrap .imgCont img {
  max-width: 472px;
  width: 100%;
}
.shizuClear .lineup .lineupWrap.-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .shizuClear .lineup .lineupWrap.-pc {
    display: none;
  }
  .shizuClear .lineup .lineupWrap.-sp {
    display: block;
  }
}
.shizuClear .lineup .lineupColor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 7em;
}
@media screen and (max-width: 560px) {
  .shizuClear .lineup .lineupColor {
    font-size: 130%;
    margin-bottom: 4em;
    margin-top: 1em;
  }
}
.shizuClear .lineup .lineupColor span {
  font-size: 147%;
  border: solid 1px #CCC;
  padding: 0.3em 1.2em;
}
@media screen and (max-width: 560px) {
  .shizuClear .lineup .lineupColor span {
    font-size: 100%;
    padding: 0.3em 0.5em;
  }
}
.shizuClear .lineup .lineupColor span.bl {
  background: #444444;
  color: #FFF;
  margin-left: 1em;
}
.shizuClear .lineup .lineupPrice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5em;
}
.shizuClear .lineup .lineupPrice .priceMonthly {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #FFD126;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 125%;
  line-height: 1.4;
  letter-spacing: 0;
}
.shizuClear .lineup .lineupPrice .priceMonthly.-pitto {
  background: #00A2D6;
  color: #FFFFFF;
}
.shizuClear .lineup .lineupPrice .priceCont {
  margin-left: 1em;
}
.shizuClear .lineup .lineupPrice .priceCont .txt {
  font-size: 147%;
  letter-spacing: 0.1em;
  margin: 0 0 0.3em 0.2em;
}
@media screen and (max-width: 767px) {
  .shizuClear .lineup .lineupPrice .priceCont .txt {
    font-size: 100%;
  }
}
.shizuClear .lineup .lineupPrice .priceCont .txt .cancel {
  font-weight: 600;
  text-decoration: line-through;
}
.shizuClear .lineup .lineupPrice .priceCont .ribbon {
  margin: 0 auto;
  margin-bottom: 1em;
}
.shizuClear .lineup .lineupPrice .priceCont > div .price {
  font-size: 167%;
  font-weight: 600;
  background: url(../images/line-yel.svg) no-repeat 0 bottom;
}
.shizuClear .lineup .lineupPrice .priceCont > div .price span {
  font-family: "Josefin Sans", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 320%;
  font-weight: 400;
  letter-spacing: 0;
}
.shizuClear .lineup .lineupPrice .priceCont > div .price.-pitto {
  background: url(../images/line-blue.svg) no-repeat 0 bottom;
}
.shizuClear .lineup .lineupPrice .priceCont > div .note {
  font-size: 100%;
}
.shizuClear .lineup .lineupPrice .priceCont > div .flexBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.shizuClear .lineup .lineupPrice .priceCont > div .flexBox .priceBase {
  font-size: 147%;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .shizuClear .lineup .lineupPrice .priceCont > div .flexBox .priceBase {
    font-size: 100%;
  }
}
@media screen and (max-width: 560px) {
  .shizuClear .lineup .lineupPrice .priceCont > div .flexBox {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .shizuClear .lineup .lineupPrice .priceMonthly {
    width: 100px;
    height: 100px;
    font-size: 120%;
  }
  .shizuClear .lineup .lineupPrice .priceCont {
    margin-left: 1em;
  }
  .shizuClear .lineup .lineupPrice .priceCont .txt {
    text-align: left;
  }
  .shizuClear .lineup .lineupPrice .priceCont > div .price {
    font-size: 130%;
    background-size: auto 60%;
  }
}
@media screen and (max-width: 767px) {
  .shizuClear .lineup .lineupPrice {
    margin-top: 2em;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.shizuClear .lineup .waterLife {
  position: relative;
  margin-top: 6em;
}
.shizuClear .lineup .waterLife-script {
  position: absolute;
  left: 0;
  top: 0;
}
.shizuClear .lineup .waterLife-thum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.shizuClear .lineup .waterLife-thum picture:first-child {
  margin: 0 -6em -3.5em 0;
}
@media screen and (max-width: 960px) {
  .shizuClear .lineup .lineupWrap .txtCont .lineupPrice .priceMonthly {
    width: 100px;
    height: 100px;
    font-size: 120%;
  }
  .shizuClear .lineup .lineupWrap .txtCont .lineupPrice .priceCont {
    margin-left: 1em;
  }
  .shizuClear .lineup .lineupWrap .txtCont .lineupPrice .priceCont .txt {
    text-align: left;
  }
  .shizuClear .lineup .lineupWrap .txtCont .lineupPrice .priceCont > div .price {
    font-size: 130%;
    background-size: auto 60%;
  }
}
@media screen and (max-width: 767px) {
  .shizuClear .lineup:after {
    height: 15%;
  }
  .shizuClear .lineup .lineupWrap {
    display: block;
    margin-top: 4em;
  }
  .shizuClear .lineup .lineupWrap .imgCont {
    width: 100%;
    max-width: 335px;
    margin: 4em auto 0;
    position: relative;
  }
  .shizuClear .lineup .lineupWrap .imgCont .circle-new {
    position: absolute;
    left: 0;
    font-size: 100%;
    min-width: 60px;
    min-height: 60px;
    line-height: 60px;
  }
  .shizuClear .lineup .lineupWrap .txtCont {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .shizuClear .lineup .lineupWrap .txtCont .lineupTtl h3 {
    font-size: 120%;
  }
  .shizuClear .lineup .lineupWrap .txtCont .lineupTtl h3 .en {
    font-size: 500%;
  }
  .shizuClear .lineup .lineupWrap .txtCont .lineupTtl p {
    font-size: 150%;
  }
  .shizuClear .lineup .lineupWrap .txtCont .lineupPrice {
    margin-top: 2em;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .shizuClear .lineup .lineupWrap .txtCont .modalBtn {
    margin: 2em auto 0;
  }
  .shizuClear .lineup .waterLife {
    margin-top: 3.5em;
  }
  .shizuClear .lineup .waterLife-script {
    left: -10px;
    top: -30px;
  }
  .shizuClear .lineup .waterLife-script img {
    width: 60%;
  }
}
.shizuClear .lineup .pittoCont {
  margin-top: 6em;
}
.shizuClear .lineup .pittoCont .lineupWrap .imgCont {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .shizuClear .lineup .pittoCont {
    margin-top: 0;
  }
}
.shizuClear .lineup .arArea .btnCont {
  margin-top: 6rem;
}
.shizuClear .lineup .arArea .btnCont .arBtn {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.shizuClear .lineup .arArea .btnCont .arBtn:hover {
  opacity: 0.8;
}
.shizuClear .lineup .arArea .btnCont .arBtn .btn {
  display: block;
  color: #FFFFFF;
  font-size: 160%;
  padding: 0.8em;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  border-radius: 4em;
}
.shizuClear .lineup .arArea .btnCont .arBtn .btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .shizuClear .lineup .arArea .btnCont {
    margin-top: 2.5rem;
  }
  .shizuClear .lineup .arArea .btnCont .arBtn {
    max-width: 300px;
  }
}
.shizuClear .feature {
  margin: 12em auto 9em;
}
.shizuClear .feature.-trend {
  margin: 7em auto 9em;
}
.shizuClear .feature .featureList__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 7em;
}
.shizuClear .feature .featureList__item .txtCont {
  margin: 0 4em 0 2em;
  max-width: 35%;
}
.shizuClear .feature .featureList__item .txtCont .pointScript {
  margin-bottom: 1.5em;
}
.shizuClear .feature .featureList__item .txtCont .featureTtl {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 200%;
  font-weight: 400;
  margin-bottom: 1em;
}
.shizuClear .feature .featureList__item .txtCont .featureTtl > .textY {
  font-size: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFD126));
  background: -webkit-linear-gradient(transparent 70%, #FFD126 70%);
  background: linear-gradient(transparent 70%, #FFD126 70%);
}
.shizuClear .feature .featureList__item .txtCont .featureTtl .fontL {
  font-size: 140%;
}
.shizuClear .feature .featureList__item .txtCont .featureTtl .fontM {
  font-size: 120%;
}
@media screen and (max-width: 560px) {
  .shizuClear .feature .featureList__item .txtCont .featureTtl {
    font-size: 180%;
  }
  .shizuClear .feature .featureList__item .txtCont .featureTtl .fontL {
    font-size: 120%;
  }
  .shizuClear .feature .featureList__item .txtCont .featureTtl .fontM {
    font-size: 110%;
  }
}
.shizuClear .feature .featureList__item .txtCont .featuresubTtl {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 140%;
  font-weight: 400;
}
.shizuClear .feature .featureList__item .txtCont .featureTxt {
  line-height: 2;
}
.shizuClear .feature .featureList__item .imgCont {
  position: relative;
  padding: 0 4em 0 0;
}
.shizuClear .feature .featureList__item .imgCont:after {
  content: "";
  display: block;
  width: 76%;
  height: 76%;
  background: #FFD126;
  position: absolute;
  right: 0;
  top: 12%;
  z-index: -1;
}
.shizuClear .feature .featureList__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.shizuClear .feature .featureList__item:nth-child(2n) .txtCont {
  margin: 0 2em 0 4em;
}
.shizuClear .feature .featureList__item:nth-child(2n) .imgCont {
  padding: 0 0 0 4em;
}
.shizuClear .feature .featureList__item:nth-child(2n) .imgCont:after {
  right: auto;
  left: 0;
}
@media screen and (max-width: 767px) {
  .shizuClear .feature {
    margin-bottom: 6em;
  }
  .shizuClear .feature .featureList__item {
    display: block;
    margin-top: 4em;
  }
  .shizuClear .feature .featureList__item .txtCont {
    margin: 0 4em 4em 2em;
    max-width: 100%;
  }
  .shizuClear .feature .featureList__item .imgCont {
    padding-right: 3em;
  }
  .shizuClear .feature .featureList__item:nth-child(2n) .txtCont {
    margin: 0 2em 4em 4em;
  }
  .shizuClear .feature .featureList__item:nth-child(2n) .imgCont {
    padding: 0 0 0 3em;
  }
}
.shizuClear .feature .pointList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.shizuClear .feature .pointList__item {
  width: 48%;
  margin-bottom: 4em;
  border: 1px solid #629ADE;
  padding: 3em 1.5em 4em;
  position: relative;
}
.shizuClear .feature .pointList__item:nth-child(3n) {
  margin-right: 0;
}
.shizuClear .feature .pointList__item .balloon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  max-width: 130px;
  margin: -4em auto 2em;
  padding: 0.6em;
  border-radius: 1.5em;
  background-color: #629ADE;
  color: #FFFFFF;
  font-family: "Outfit", sans-serif;
  font-size: 115%;
  font-weight: 600;
}
.shizuClear .feature .pointList__item .balloon::before {
  position: absolute;
  bottom: -7px;
  width: 20px;
  height: 10px;
  background-color: #629ADE;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
.shizuClear .feature .pointList__item > .subttl {
  text-align: center;
  font-weight: 600;
}
.shizuClear .feature .pointList__item > .label {
  text-align: center;
  font-size: 160%;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 0.3em;
}
.shizuClear .feature .pointList__item > .label .marker {
  background-color: #E8F1FF;
}
.shizuClear .feature .pointList__item .pointTxt {
  text-align: center;
  margin-bottom: 2em;
}
.shizuClear .feature .pointList__item .pointTxt a {
  color: #00A2D6;
}
.shizuClear .feature .pointList__item.h-adjustment {
  height: 100%;
}
.shizuClear .feature .pointList .readmore {
  /*position: relative;*/
  margin: 1em auto 0;
  padding: 0 0 50px;
}
.shizuClear .feature .pointList .readmore label {
  position: absolute;
  display: table;
  left: 50%;
  bottom: 1.5em;
  margin: 0 auto 0.5em;
  width: 150px;
  padding: 0.5em;
  text-align: center;
  border: 1px solid #E0E0E0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
}
.shizuClear .feature .pointList .readmore label:before {
  content: "+ 続きを見る";
}
.shizuClear .feature .pointList .readmore input[type=checkbox]:checked ~ label::before {
  content: "- 元に戻す";
}
.shizuClear .feature .pointList .readmore input[type=checkbox] {
  display: none;
}
.shizuClear .feature .pointList .readmore .readmore-content {
  position: relative;
  height: 0;
  overflow: hidden;
}
.shizuClear .feature .pointList .readmore input[type=checkbox]:checked ~ .readmore-content {
  height: auto;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .shizuClear .feature .pointList__item .label-s {
    font-size: 80%;
  }
}
@media screen and (max-width: 560px) {
  .shizuClear .feature .pointList {
    margin-top: 5em;
  }
  .shizuClear .feature .pointList__item {
    padding: 1.5em 0.5em 2.5em;
  }
  .shizuClear .feature .pointList__item:last-child {
    margin-bottom: 0;
  }
  .shizuClear .feature .pointList__item .balloon {
    font-size: 140%;
    padding: 0.5em;
    margin-top: -2.3em;
    margin-bottom: 1em;
  }
  .shizuClear .feature .pointList__item > .subttl {
    font-size: 90%;
  }
  .shizuClear .feature .pointList__item > .label {
    font-size: 110%;
  }
  .shizuClear .feature .pointList .readmore {
    padding: 0 0 40px;
  }
  .shizuClear .feature .pointList .readmore label {
    font-size: 120%;
    padding: 0.3em;
  }
}
.shizuClear .feature .modal-content {
  background: #FFFFFF;
  text-align: left;
  line-height: 1.8;
  padding: 4em 3em 0;
}
.shizuClear .feature .modal-content .modalLabel {
  font-size: 140%;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 560px) {
  .shizuClear .feature .modal-content .modalLabel {
    font-size: 120%;
  }
}
.shizuClear .feature .modal-content .pointTtl {
  font-size: 180%;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1em;
}
.shizuClear .feature .modal-content .pointTtl .marker {
  background-color: #E8F1FF;
}
@media screen and (max-width: 560px) {
  .shizuClear .feature .modal-content .pointTtl {
    font-size: 140%;
  }
}
.shizuClear .feature .modal-content .pointTtlSub {
  font-size: 140%;
  margin: 2em 0 0.5em;
  color: #629ADE;
}
.shizuClear .feature .modal-content .pointWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.shizuClear .feature .modal-content .pointWrap > .txtCont {
  width: 58%;
}
.shizuClear .feature .modal-content .pointWrap > .txtCont > .pointText {
  margin-top: 1em;
}
.shizuClear .feature .modal-content .pointWrap > .txtCont > .pointText:first-of-type {
  margin-top: 0;
}
.shizuClear .feature .modal-content .pointWrap > .txtCont .pointTextB {
  font-weight: 600;
}
.shizuClear .feature .modal-content .pointWrap > .imgCont {
  width: 39%;
}
.shizuClear .feature .modal-content .pointWrap > .imgCont .imgBox {
  margin-bottom: 1rem;
}
.shizuClear .feature .modal-content .pointWrap > .imgCont .imgBox img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .shizuClear .feature .modal-content .pointWrap {
    display: block;
  }
  .shizuClear .feature .modal-content .pointWrap > .txtCont {
    width: 100%;
    margin-bottom: 4rem;
  }
  .shizuClear .feature .modal-content .pointWrap > .imgCont {
    width: 100%;
  }
}
.shizuClear .feature .modal-content .pointTable table {
  width: 100%;
  margin: 4rem auto 0;
  border: 1px solid #CCC;
  font-size: 94%;
}
.shizuClear .feature .modal-content .pointTable table th,
.shizuClear .feature .modal-content .pointTable table td {
  font-weight: 500;
  text-align: left;
  vertical-align: top;
  padding: 0.6em 1em;
  border: 1px solid #CCC;
}
.shizuClear .feature .modal-content .pointTable table th .notes,
.shizuClear .feature .modal-content .pointTable table td .notes {
  line-height: 1.5;
  margin-top: 0.2em;
}
.shizuClear .feature .modal-content .pointTable table th {
  width: 120px;
}
@media screen and (max-width: 560px) {
  .shizuClear .feature .modal-content {
    padding: 3em 5vw 0;
  }
  .shizuClear .feature .modal-content .pointWrap > .txtCont {
    margin-bottom: 2rem;
    text-align: center;
  }
  .shizuClear .feature .modal-content .pointTable table {
    margin: 2rem auto 0;
  }
}
.shizuClear .feature .functionCont {
  text-align: center;
}
.shizuClear .feature .functionCont img {
  max-width: 500px;
  width: 100%;
}
.shizuClear .feature .functionCont img.pcShow {
  display: inline-block;
}
.shizuClear .feature .functionCont img.spShow {
  display: none;
}
@media screen and (max-width: 560px) {
  .shizuClear .feature .functionCont img {
    max-width: 300px;
  }
  .shizuClear .feature .functionCont img.pcShow {
    display: none;
  }
  .shizuClear .feature .functionCont img.spShow {
    display: inline-block;
  }
}
.shizuClear .feature .modal-content {
  background: #FFFFFF;
  text-align: left;
  line-height: 1.8;
  padding: 4em 3em 0;
}
.shizuClear .feature .modal-content .pointTtl {
  font-size: 180%;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1em;
}
.shizuClear .feature .modal-content .pointTtlSub {
  font-size: 140%;
  margin: 2em 0 0.5em;
  color: #629ADE;
}
@media screen and (max-width: 767px) {
  .shizuClear .feature .modal-content .pointTtl {
    font-size: 160%;
  }
  .shizuClear .feature .modal-content .pointTtlSub {
    font-size: 120%;
    margin: 2em 0 0.5em;
  }
}
.shizuClear .feature .modal-content .pointWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.shizuClear .feature .modal-content .pointWrap > .txtCont {
  width: 48%;
}
.shizuClear .feature .modal-content .pointWrap > .txtCont > .pointText {
  margin-top: 1em;
}
.shizuClear .feature .modal-content .pointWrap > .txtCont > .pointText:first-of-type {
  margin-top: 0;
}
.shizuClear .feature .modal-content .pointWrap > .txtCont .pointTextB {
  font-weight: 600;
  color: #629ADE;
}
.shizuClear .feature .modal-content .pointWrap > .imgCont {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .shizuClear .feature .modal-content .pointWrap {
    display: block;
  }
  .shizuClear .feature .modal-content .pointWrap > .txtCont {
    width: 100%;
    margin-bottom: 4rem;
  }
  .shizuClear .feature .modal-content .pointWrap > .imgCont {
    width: 100%;
  }
}
.shizuClear .feature .modal-content .pointTable {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}
.shizuClear .feature .modal-content .pointTable table {
  width: 100%;
  margin: 4rem auto 0;
  margin-top: 0;
  border: 1px solid #CCC;
  font-size: 94%;
  border-collapse: collapse;
}
.shizuClear .feature .modal-content .pointTable table th,
.shizuClear .feature .modal-content .pointTable table td {
  font-weight: 500;
  text-align: left;
  vertical-align: top;
  padding: 0.6em 1em;
  border: 1px solid #CCC;
}
.shizuClear .feature .modal-content .pointTable table th {
  width: 120px;
  background-color: #3a66a5;
  color: #fff;
}
.shizuClear .feature .modal-content .pointTable table tr.header th,
.shizuClear .feature .modal-content .pointTable table tr.header td {
  background-color: #3a66a5;
  color: #fff;
}
.shizuClear .feature .modal-content .pointTable table tr.highlight th,
.shizuClear .feature .modal-content .pointTable table tr.highlight td {
  background-color: #00a8f3;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 560px) {
  .shizuClear .feature .modal-content {
    padding: 3em 5vw 0;
  }
  .shizuClear .feature .modal-content .pointWrap > .txtCont {
    margin-bottom: 2rem;
  }
  .shizuClear .feature .modal-content .pointTable table {
    margin: 2rem auto 0;
  }
}
.shizuClear .movie {
  text-align: center;
  margin-top: 6em;
}
.shizuClear .movie .movieTxt {
  font-size: 140%;
  font-weight: 400;
  margin-top: -0.6em;
  letter-spacing: 0.1em;
}
.shizuClear .movie .movieTxt .textY {
  font-size: 110%;
}
.shizuClear .movie .movieTxt .num {
  font-family: "Outfit", sans-serif;
  font-size: 200%;
  font-weight: 400;
}
.shizuClear .movie .movieImg {
  margin-bottom: 1em;
}
.shizuClear .movie .youtubeArea {
  max-width: 800px;
  margin: 3em auto 0;
  text-align: center;
}
.shizuClear .movie .youtubeArea .iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.shizuClear .movie .youtubeArea .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .shizuClear .movie {
    margin-top: 4em;
  }
}
.shizuClear .choose {
  background-color: #F2F2F2;
  margin-top: 9em;
  padding: 9em 0;
}
.shizuClear .choose h2.heading {
  font-size: 310%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 400;
  padding-bottom: 1.3em;
  margin-bottom: 1em;
}
.shizuClear .choose h3 {
  text-align: center;
  font-size: 170%;
}
.shizuClear .choose .simpleTable.-compare td div .likeWrap::before {
  left: -2.2em;
}
@media screen and (max-width: 560px) {
  .shizuClear .choose .simpleTable.-compare td div .likeWrap::before {
    left: -2.5em;
  }
}
.shizuClear .choose .chooseTxt {
  margin-top: 4em;
  text-align: center;
}
.shizuClear .choose .chooseTxt strong {
  color: #629ADE;
  font-size: 110%;
}
@media screen and (max-width: 890px) {
  .shizuClear .choose .chooseTxt {
    text-align: left;
  }
}
@media screen and (max-width: 560px) {
  .shizuClear .choose {
    margin-top: 4em;
    padding: 4em 0;
  }
  .shizuClear .choose h2.heading {
    font-size: 220%;
  }
  .shizuClear .choose h3 {
    font-size: 150%;
  }
}
.shizuClear .mediaCont {
  background: -webkit-linear-gradient(110deg, #F2EEE9 0%, #F8F7F5 100%);
  background: linear-gradient(-20deg, #F2EEE9 0%, #F8F7F5 100%);
  padding: 6em 2em;
  margin-top: 6em;
  position: relative;
}
.shizuClear .mediaCont .mediaBg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.shizuClear .mediaCont .mediaBg img {
  width: 100%;
}
.shizuClear .mediaCont .mediaWrap {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
}
.shizuClear .mediaCont .mediaWrap .mediaIcon {
  position: absolute;
  top: -12px;
  right: 63px;
}
.shizuClear .mediaCont .mediaWrap > .thumb {
  width: 33.54%;
}
.shizuClear .mediaCont .mediaWrap > .textArea {
  width: 64.37%;
  border: 2px solid #FFD126;
  padding: 2em 4em;
}
.shizuClear .mediaCont .mediaWrap > .textArea > h2 {
  text-align: center;
  font-size: 240%;
  font-weight: 100;
  line-height: 1.8;
  margin-bottom: 1.5em;
  position: relative;
}
.shizuClear .mediaCont .mediaWrap > .textArea > h2::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 8px;
  background: url("../images/media-line.svg") no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: -0.8em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.shizuClear .mediaCont .mediaWrap > .textArea > p {
  line-height: 2;
}
.shizuClear .mediaCont .mediaWrap > .textArea .textLine {
  background-color: #FFD126;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .shizuClear .mediaCont .mediaWrap .mediaIcon {
    right: 5%;
  }
  .shizuClear .mediaCont .mediaWrap > .textArea {
    padding: 3em;
  }
  .shizuClear .mediaCont .mediaWrap > .textArea > h2 {
    font-size: 200%;
  }
}
@media screen and (max-width: 720px) {
  .shizuClear .mediaCont .mediaWrap > .textArea {
    padding: 2em;
  }
}
@media screen and (max-width: 700px) {
  .shizuClear .mediaCont .mediaWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3em 1.5em;
  }
  .shizuClear .mediaCont .mediaWrap .mediaIcon {
    right: 15%;
  }
  .shizuClear .mediaCont .mediaWrap > .thumb {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 2em;
    width: 80%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .shizuClear .mediaCont .mediaWrap > .thumb img {
    max-width: 300px;
  }
  .shizuClear .mediaCont .mediaWrap > .textArea {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .shizuClear .mediaCont .mediaWrap .mediaIcon {
    right: 10%;
  }
  .shizuClear .mediaCont .mediaWrap .mediaIcon img {
    width: 50px;
  }
  .shizuClear .mediaCont .mediaWrap > .thumb {
    width: 100%;
  }
  .shizuClear .mediaCont .mediaWrap > .textArea {
    width: 100%;
  }
  .shizuClear .mediaCont .mediaWrap > .textArea > h2 {
    font-size: 170%;
  }
}
.shizuClear .swipe {
  margin-bottom: 1rem;
  display: none;
  max-width: 117px;
  margin-left: auto;
}
@media screen and (max-width: 444px) {
  .shizuClear .swipe {
    display: block;
  }
}
.shizuClear .comparison {
  margin-top: 6em;
}
.shizuClear .comparison .heading {
  margin: 0 0 2.5em;
}
.shizuClear .comparison .heading .jp {
  margin-top: 0;
  line-height: 1.3;
}
.shizuClear .comparison .comparisonLabel {
  text-align: center;
  font-size: 160%;
  margin-bottom: 1.5em;
}
.shizuClear .comparison .comparisonWrap {
  margin-inline: auto;
  overflow-x: scroll;
  padding-left: 1px;
  width: 100%;
}
.shizuClear .comparison .comparisonWrap::-webkit-scrollbar {
  margin-top: 1em;
  height: 10px;
}
.shizuClear .comparison .comparisonWrap::-webkit-scrollbar-track {
  margin: 0 2px;
  background: #ccc;
  border-radius: 5px;
}
.shizuClear .comparison .comparisonWrap::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}
.shizuClear .comparison .comparisonWrap .comparisonTable {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  font-weight: bold;
}
.shizuClear .comparison .comparisonWrap .comparisonTable th, .shizuClear .comparison .comparisonWrap .comparisonTable td {
  border-bottom: 1px dotted #444444;
}
.shizuClear .comparison .comparisonWrap .comparisonTable th.-last, .shizuClear .comparison .comparisonWrap .comparisonTable td.-last {
  border-bottom: none;
}
.shizuClear .comparison .comparisonWrap .comparisonTable th {
  padding: 2rem;
  font-size: 110%;
}
.shizuClear .comparison .comparisonWrap .comparisonTable th > .ttl {
  color: #FFFFFF;
  font-family: "Josefin Sans", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 140%;
  font-weight: 400;
  margin-bottom: 0.5em;
}
.shizuClear .comparison .comparisonWrap .comparisonTable th > .imgCont {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 2rem;
}
.shizuClear .comparison .comparisonWrap .comparisonTable th > .imgCont img {
  max-height: 156px;
}
.shizuClear .comparison .comparisonWrap .comparisonTable td {
  padding: 2rem 4rem;
  border-left: 1px dotted #CCCCCC;
}
.shizuClear .comparison .comparisonWrap .comparisonTable td ul {
  margin-left: 1em;
}
.shizuClear .comparison .comparisonWrap .comparisonTable td ul li {
  list-style: disc;
}
.shizuClear .comparison .comparisonWrap .comparisonTable .skitto {
  background-color: #FFD126;
  width: 38.3561643836%;
}
.shizuClear .comparison .comparisonWrap .comparisonTable .pittomini {
  background-color: #00AEE6;
  width: 38.3561643836%;
  color: #FFFFFF;
}
@media screen and (min-width: 1200px) {
  .shizuClear .comparison .br-comparison {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .shizuClear .comparison {
    margin-top: 4em;
  }
  .shizuClear .comparison .heading {
    margin: 0 0 2.5em;
  }
  .shizuClear .comparison .heading .jp {
    font-size: 210%;
  }
  .shizuClear .comparison .comparisonLabel {
    font-size: 135%;
  }
  .shizuClear .comparison .comparisonWrap .comparisonTable td {
    padding: 2rem;
  }
}
@media screen and (max-width: 560px) {
  .shizuClear .comparison .comparisonWrap {
    letter-spacing: 0.05em;
  }
  .shizuClear .comparison .comparisonWrap .comparisonTable {
    font-size: 0.9rem;
  }
  .shizuClear .comparison .comparisonWrap .comparisonTable th {
    padding: 1rem 1rem;
  }
  .shizuClear .comparison .comparisonWrap .comparisonTable th > .imgCont {
    padding: 1rem;
  }
  .shizuClear .comparison .comparisonWrap .comparisonTable th > .imgCont img {
    max-height: 78px;
  }
  .shizuClear .comparison .comparisonWrap .comparisonTable th.skitto, .shizuClear .comparison .comparisonWrap .comparisonTable th.pittomini {
    padding: 1rem;
  }
  .shizuClear .comparison .comparisonWrap .comparisonTable th > .ttl {
    font-size: 1.4rem;
  }
  .shizuClear .comparison .comparisonWrap .comparisonTable td {
    padding: 1rem 1rem;
  }
  .shizuClear .comparison .comparisonWrap .comparisonTable .skitto {
    width: 40%;
  }
  .shizuClear .comparison .comparisonWrap .comparisonTable .pittomini {
    width: 40%;
  }
}

.pitto {
  overflow: hidden;
  /*----- よくある質問 -----*/
  /*----- キャンペーン -----*/
  /*----- YouTube動画 -----*/
}
.pitto .faq .heading {
  position: relative;
  background: url(../images/faq_bg.jpg) no-repeat center top;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6em 0;
  margin-bottom: 3.5em;
}
.pitto .faq .heading .faqTtl {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 187%;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: #FFF;
  width: 350px;
  padding: 0.6em;
  margin-left: 10%;
}
.pitto .faq .heading .faq-script {
  margin: 0 0 -6em -6em;
}
.pitto .faq .faqList__item {
  position: relative;
  margin-bottom: 2em;
  border: 1px solid #CCC;
}
.pitto .faq .faqList__item:after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: #FFD126;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.pitto .faq .faqList__item .toggle {
  display: none;
}
.pitto .faq .faqList__item .option {
  position: relative;
  margin-bottom: 1em;
}
.pitto .faq .faqList__item .title,
.pitto .faq .faqList__item .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pitto .faq .faqList__item .title {
  padding: 1.2em 6em 1.2em 2em;
  display: block;
  font-weight: bold;
  cursor: pointer;
}
.pitto .faq .faqList__item .title span:before {
  content: "Q";
  font-family: "Josefin Sans", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 147%;
  font-weight: 400;
  vertical-align: middle;
  margin-right: 0.5em;
}
.pitto .faq .faqList__item .title:after,
.pitto .faq .faqList__item .title:before {
  content: "";
  position: absolute;
  right: 1.85em;
  top: 1.3em;
  width: 2px;
  height: 1.3em;
  background-color: #FFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pitto .faq .faqList__item .title:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.pitto .faq .faqList__item .content {
  max-height: 0;
  overflow: hidden;
}
.pitto .faq .faqList__item .content p {
  margin: 0;
  padding: 0.5em 2em 1em;
}
.pitto .faq .faqList__item .content p:before {
  content: "A";
  font-family: "Josefin Sans", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 147%;
  font-weight: 400;
  vertical-align: middle;
  margin: 0 0.5em 0 0.1em;
}
.pitto .faq .faqList__item .toggle:checked + .title + .content {
  max-height: 500px;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.pitto .faq .faqList__item .toggle:checked + .title::before {
  -webkit-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
}
.pitto .faq .faqList__item .note {
  font-size: 90%;
  padding-left: 2.3em;
}
@media screen and (max-width: 767px) {
  .pitto .faq .heading .faqTtl {
    width: 250px;
  }
  .pitto .faq .heading .faq-script {
    width: 30%;
  }
  .pitto .faq .faqList__item:after {
    width: 48px;
    height: 48px;
  }
  .pitto .faq .faqList__item .title {
    padding: 1.2em 6em 1.2em 1.2em;
  }
  .pitto .faq .faqList__item .content p {
    padding: 0.5em 1.2em 1em;
  }
}
.pitto .footerNote {
  margin-top: 7em;
}
@media screen and (max-width: 767px) {
  .pitto .footerNote {
    margin-top: 5em;
  }
}
.pitto .footerNote ul {
  margin-left: 3em;
}
@media screen and (max-width: 767px) {
  .pitto .footerNote ul {
    margin-left: 0em;
  }
}

.pitto .footerNote ul li {
  position: relative;
  padding-left: 1em;
  font-size: 90%;
  line-height: 1.75;
}
.pitto .footerNote ul li::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  content: "※";
}
.pitto .footerNote ul li a {
  color: #629ADE;
}
.pitto .footerNote ul li a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.pitto footer {
  border-top: 1px solid #AAA;
  text-align: center;
  padding: 2em;
  margin-top: 2em;
}
.pitto footer .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.5em;
}
.pitto footer .link li {
  padding: 0 1em;
}
.pitto footer .link li a {
  color: #444;
  text-decoration: none;
}
.pitto footer .copy {
  margin-top: 4em;
  font-size: 80%;
}
@media screen and (max-width: 767px) {
  .pitto footer {
    padding: 1.5em;
    margin-top: 1.5em;
  }
  .pitto footer .footerLogo img {
    max-width: 150px;
  }
}
.pitto .campaignArea {
  text-align: center;
  margin-top: 12rem;
}
.pitto .campaignArea .inner {
  max-width: 800px;
}
.pitto .campaignArea h2 {
  font-size: 167%;
  font-weight: 500;
  margin-bottom: 3rem;
  letter-spacing: 0.15em;
}
.pitto .campaignArea .cpTxt {
  margin-top: 4rem;
  line-height: 2;
}
.pitto .campaignArea .cpCont {
  margin-top: 3rem;
}
.pitto .campaignArea .cpCont h3 {
  margin-bottom: 1rem;
}
.pitto .campaignArea .cpCont .cautionList {
  margin: 1.5rem 0 0 1em;
}
.pitto .campaignArea .cpCont .cautionList li {
  text-align: left;
  list-style: disc;
  font-size: 87%;
}
.pitto .campaignArea .cpCont .cautionList li + li {
  margin-top: 0.2em;
}
@media screen and (max-width: 767px) {
  .pitto .campaignArea {
    margin-top: 9rem;
  }
  .pitto .campaignArea h2 {
    margin-bottom: 1rem;
  }
  .pitto .campaignArea .cpTxt {
    margin-top: 2.5rem;
  }
  .pitto .campaignArea .cpCont {
    margin-top: 2.5rem;
  }
}
.pitto .youtubeArea {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  margin-top: 15rem;
}
.pitto .youtubeArea h2 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 200%;
  font-weight: 500;
  margin-bottom: 3rem;
  letter-spacing: 0.15em;
}
.pitto .youtubeArea .iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.pitto .youtubeArea .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .pitto .youtubeArea {
    margin-top: 9rem;
  }
  .pitto .youtubeArea h2 {
    margin-bottom: 1rem;
  }
}

/*----- Pittominiキャンペーン -----*/
.cpPittominiWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.3em 4.4em;
  max-width: 1050px;
  padding: 2em;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cpPittominiWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2em 0;
  }
}
.cpPittominiWrap .imgArea {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cpPittominiWrap .imgArea {
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .cpPittominiWrap .imgArea {
    max-width: 150px;
  }
}
@media screen and (max-width: 560px) {
  .cpPittominiWrap .imgArea {
    max-width: 100px;
  }
}
.cpPittominiWrap .textArea {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cpPittominiWrap .textArea {
    width: 100%;
  }
}
.cpPittominiWrap .textArea p {
  margin-bottom: 1em;
  line-height: 2.1;
  text-align: center;
}
.cpPittominiWrap .textArea p:first-child {
  margin-bottom: 1.5em;
}
.cpPittominiWrap .textArea p:last-child {
  margin-bottom: 0;
}
.cpPittominiWrap .textArea p .main {
  display: block;
  text-align: center;
  font-size: 120%;
  margin-bottom: 1.5em;
}
.cpPittominiWrap .textArea p .bold {
  font-weight: bold;
}
.cpPittominiWrap .textArea p .blue {
  color: #629ADE;
}

/*----- モーダル -----*/
.modalBtn {
  max-width: 500px;
  background: -webkit-linear-gradient(45deg, rgb(72, 198, 239) 0%, rgb(111, 134, 214) 100%);
  background: linear-gradient(45deg, rgb(72, 198, 239) 0%, rgb(111, 134, 214) 100%);
  border-radius: 4em;
  padding: 2px;
  text-align: center;
  margin-top: 3em;
  margin-left: auto;
  margin-right: auto;
}
.modalBtn .modalOpen {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 160%;
  font-weight: 600;
  padding: 0.7em;
  line-height: 1;
  border-radius: 4em;
  color: #fff;
  width: 100%;
  background: none;
  border: 0;
}
.modalBtn .modalOpen:hover {
  background-color: #FFFFFF;
  color: #629ADE;
}
.modalBtn .modalOpen:hover::before {
  background-image: url(../images/icon-arrow_b.svg);
}
.modalBtn .modalOpen::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icon-arrow_w.svg);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -2px;
}
@media screen and (max-width: 560px) {
  .modalBtn {
    max-width: 300px;
  }
  .modalBtn .modalOpen {
    font-size: 120%;
  }
}
.modalBtn.-point {
  background: none;
  padding: 0;
  border-radius: 0;
  margin: 1em auto 0;
  position: absolute;
  bottom: 1.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.modalBtn.-point .modalPointOpen {
  font-weight: 600;
  color: #629ADE;
  border: none;
  background-color: #FFFFFF;
}
.modalBtn.-point .modalPointOpen span {
  position: relative;
  padding-right: 1em;
}
.modalBtn.-point .modalPointOpen span::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icon-point.svg);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -1em;
}

/*モーダルウィンドウ*/
.modalWindow {
  width: calc(100vw - 100px);
  height: calc(100vh - 100px);
  min-height: 150px;
  max-height: 800px;
  background: #FFFFFF;
  position: fixed;
  top: calc(50% - (100vh - 100px) / 2);
  left: calc(50% - (100vw - 100px) / 2);
  z-index: 9999;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; /* iOSで慣性スクロール */
}
.modalWindow.point {
  height: auto !important;
  top: calc(50% - (100vh - 250px) / 2);
}
@media screen and (max-width: 560px) {
  .modalWindow.point {
    top: calc(50% - (100vh - 100px) / 2);
  }
}
.modalWindow.point .modalContents {
  height: auto !important;
}
@media screen and (max-width: 560px) {
  .modalWindow.point .modalContents {
    height: 650px !important;
  }
}
.modalWindow.point .modalContents .modal-content {
  padding: 4em 3em;
}
@media screen and (max-width: 560px) {
  .modalWindow {
    width: calc(100vw - 50px);
    left: calc(50% - (100vw - 50px) / 2);
  }
}

.modalWindow.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

@media only screen and (min-width: 900px) {
  .modalWindow {
    width: 800px;
    left: calc(50% - 400px);
  }
}
/*モーダルウインドウ内*/
/*メイン*/
.modalContents {
  /*height: 50px;*/
  overflow-y: scroll;
}

/*モーダルウインドウ内ボタン*/
.modalBtn-close {
  position: absolute;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  color: #fff;
  background: -webkit-linear-gradient(45deg, rgb(72, 198, 239) 0%, rgb(111, 134, 214) 100%);
  background: linear-gradient(45deg, rgb(72, 198, 239) 0%, rgb(111, 134, 214) 100%);
  border-radius: 50%;
  cursor: pointer;
}

/*オーバーレイ*/
.modalOverRay {
  display: none;
  width: 100%;
  height: 100%;
  background: #666;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  opacity: 0.5;
}

.modalOverRay.active {
  display: block;
}

/*モーダルウィンドウが開いていた時はスクロール不可
body.active{
    height: 100vh;
    overflow: hidden;
}*/
/*************
 add-css
**************/
html, * body {
  overflow-x: hidden;
}

/*-------
追加改修CSS
---------*/
.slider-wrapper {
  margin-bottom: 1em;
  height: 100%;
}
@media (max-width: 860px) {
  .slider-wrapper {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .slider-wrapper {
    margin-bottom: 3em;
    height: 100%;
  }
}
@media (max-width: 480px) {
  .slider-wrapper {
    margin-bottom: 0;
    height: 100%;
  }
}

/*-------
slider CSS
---------*/
.slider {
  position: relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  height: 100%; /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .slider {
    width: 90%;
  }
}
/*　背景画像設定　*/
.slider-item {
  width: 100%; /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height: 640px; /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .slider-item {
    height: 100%;
  }
}

.slider-item img {
  width: 100%;
}

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute; /*絶対配置にする*/
  z-index: 3;
  top: calc(50% - 30px);
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 50px;
  width: 50px;
  background: rgba(68, 68, 68, 0.6901960784);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .slick-prev,
  .slick-next {
    position: absolute;
    z-index: 3;
    top: calc(50% - 30px);
    cursor: pointer;
    outline: none;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 40px;
    width: 40px;
    background: rgba(68, 68, 68, 0.6901960784);
    border-radius: 50%;
  }
}
@media (max-width: 480px) {
  .slick-prev,
  .slick-next {
    position: absolute;
    z-index: 3;
    top: calc(50% - 30px);
    cursor: pointer;
    outline: none;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 30px;
    width: 30px;
    background: rgba(68, 68, 68, 0.6901960784);
    border-radius: 50%;
  }
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: -2.5%;
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: -2.5%;
}

.slick-prev:before {
  position: absolute;
  content: "";
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  height: 14px;
  width: 14px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 18px;
  left: 19px;
}
@media (max-width: 767px) {
  .slick-prev:before {
    position: absolute;
    content: "";
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    height: 10px;
    width: 10px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    top: 15px;
    left: 15px;
  }
}
@media (max-width: 480px) {
  .slick-prev:before {
    position: absolute;
    content: "";
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    height: 8px;
    width: 8px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    top: 10px;
    left: 11px;
  }
}

.slick-next:after {
  position: absolute;
  content: "";
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  height: 14px;
  width: 14px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 18px;
  right: 19px;
}
@media (max-width: 767px) {
  .slick-next:after {
    position: absolute;
    content: "";
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    height: 10px;
    width: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 15px;
    right: 15px;
  }
}
@media (max-width: 480px) {
  .slick-next:after {
    position: absolute;
    content: "";
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    height: 8px;
    width: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 10px;
    right: 11px;
  }
}

/*ドットナビゲーションの設定*/
.slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 30px 0 0 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots button {
  color: transparent;
  border: none;
  outline: none;
  width: 50px; /*ドットボタンのサイズ*/
  height: 6px; /*ドットボタンのサイズ*/
  display: block;
  background: #dddddd; /*ドットボタンの色*/
}
@media screen and (max-width: 560px) {
  .slick-dots button {
    width: 40px;
  }
}
.slick-dots .slick-active button {
  background: #629ade; /*ドットボタンの現在地表示の色*/
}

/*-------
featureList__wrap
---------*/
.shizuClear .feature {
  margin: 2em auto 0em;
}

.featureList__wrap {
  width: 1100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 3em;
}
@media (max-width: 1200px) {
  .featureList__wrap {
    width: 100%;
    max-width: 1100px;
    padding-left: 3vw;
    padding-right: 3vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.5%;
  }
}
@media (max-width: 767px) {
  .featureList__wrap {
    display: block;
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.featureList__wrap .txtContent {
  width: 330px;
}
@media (max-width: 1200px) {
  .featureList__wrap .txtContent {
    width: 100%;
    margin: 0 auto;
  }
}
.featureList__wrap .txtContent .pointPic {
  width: 135px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .featureList__wrap .txtContent .pointPic {
    margin: 0;
  }
}
.featureList__wrap .txtContent .pointPic img {
  width: 100%;
}
.featureList__wrap .txtContent .featuresubTtl {
  text-align: center;
  font-weight: 600;
}
@media (max-width: 767px) {
  .featureList__wrap .txtContent .featuresubTtl {
    text-align: left;
  }
}
.featureList__wrap .txtContent .featureTtl {
  padding: 1em 0 0.5em;
  text-align: center;
}
@media (max-width: 767px) {
  .featureList__wrap .txtContent .featureTtl {
    text-align: left;
  }
}
.featureList__wrap .txtContent .featureTtl .textS {
  font-size: 140%;
  font-weight: 600;
  background: #e8f1ff;
}
.featureList__wrap .txtContent .featureTtl .textS.first {
  font-size: 140%;
  font-weight: 600;
  background: #629ADE;
  color: #fff;
  padding: 0.3em 0;
}
.featureList__wrap .txtContent .textY2 {
  font-size: 140%;
  font-weight: 600;
  background: #FFD126;
}
.featureList__wrap .featureTtl.sec01 {
  padding: 1em 0 1.5em;
}
.featureList__wrap .featureTxt {
  margin-top: 2.5em;
  line-height: 2em;
}
.featureList__wrap .featureTxt .textS2 {
  font-size: 100%;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #e8f1ff));
  background: -webkit-linear-gradient(transparent 60%, #e8f1ff 60%);
  background: linear-gradient(transparent 60%, #e8f1ff 60%);
}
@media (max-width: 767px) {
  .featureList__wrap .featureTxt .pc_dis {
    display: none;
  }
}
.featureList__wrap.-reasonWrap {
  margin-bottom: 7em;
}
@media screen and (max-width: 480px) {
  .featureList__wrap.-reasonWrap {
    margin-bottom: 4em;
  }
}
.featureList__wrap .reasonLabel {
  font-size: 130%;
  font-weight: normal;
  margin-top: 2em;
}
.featureList__wrap .reasonLabel-sub {
  font-weight: 600;
  margin: 0.5em 0 0.5em 1.5em;
}
.featureList__wrap .reasonList {
  margin-left: 3em;
}
.featureList__wrap .reasonList li {
  font-size: 85%;
  line-height: 1.8;
}
.featureList__wrap .reasonList li span {
  font-weight: 600;
  color: #629ADE;
}

.ps {
  margin-top: 0.4em;
  font-size: 80%;
}

.featureTtl2 {
  font-size: 140%;
  font-weight: 600;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.featureTtl3 {
  position: relative;
  font-size: 120%;
  font-weight: 600;
  margin-top: 1em;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
  letter-spacing: 0;
}
.featureTtl3:before {
  position: absolute;
  top: 3.9px;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url(../images/check-i@2x.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
}

.featureItem {
  list-style-type: disc;
  /*padding-left: 3em;*/
  line-height: 1.5;
  /*@media(max-width: 480px) {padding-left: 1.8em;
  	}*/
}
.featureItem .-pcNone {
  display: none;
}
@media screen and (max-width: 560px) {
  .featureItem .-pcNone {
    display: block;
  }
}
.featureItem li span {
  font-weight: 600;
  color: #629ADE;
}

.featureItem.last {
  margin-bottom: 4.5em;
}

/*-------
featureList__wrap 01
---------*/
.num2 {
  font-size: 150%;
  color: #fff;
  background: #629ADE;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-bottom: 1.5em;
}

.featurePic img {
  width: 100%;
}

/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper {
  padding: 0;
}

/*以下はコンテンツ内のレイアウト*/
.info-list dl,
.gallery-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.info-list dt {
  margin: 0 10px 0 0;
}

.gallery-list li {
  margin: 0 10px 0 0;
}

.modaal-gallery-control {
  display: none;
}

.modaal-gallery-item img {
  width: 100%;
  max-width: 900px;
}

.modaal-container {
  width: 800px;
  color: #444444 !important;
}
@media (max-width: 900px) {
  .modaal-container {
    width: calc(100vw - 100px);
  }
}

.modaal-content-container {
  padding: 0;
}

.corporation .main {
  width: 100%;
  margin: 0 auto;
}
.corporation .corporationCont {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .corporation .corporationCont {
    margin-top: 2rem;
  }
}
.corporation .corporationCont .fukidashiCont {
  text-align: center;
}
.corporation .corporationCont .fukidashiCont .fukidashi {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #FFF;
  padding: 0.1em 3em;
  background-color: #629ADE;
  font-size: 167%;
}
.corporation .corporationCont .fukidashiCont .fukidashi::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  border-style: solid;
  border-color: #629ADE transparent;
  border-width: 13px 25px 0 0;
  bottom: -12px;
  left: 80%;
}
@media screen and (max-width: 767px) {
  .corporation .corporationCont .fukidashiCont .fukidashi {
    font-size: 170%;
    letter-spacing: 0;
    padding: 0.1em 3em;
  }
  .corporation .corporationCont .fukidashiCont .fukidashi::before {
    border-width: 10px 15px 0 0;
    bottom: -10px;
  }
}
@media screen and (max-width: 480px) {
  .corporation .corporationCont .fukidashiCont .fukidashi {
    font-size: 140%;
    letter-spacing: 0;
    padding: 0.1em 1em;
    width: 100%;
  }
  .corporation .corporationCont .fukidashiCont .fukidashi::before {
    border-width: 10px 15px 0 0;
    bottom: -10px;
  }
}
.corporation .corporationCont .corporationWrap {
  display: block;
  max-width: 586px;
  margin: 2em auto;
  background: none;
}
.corporation .corporationCont .corporationWrap > .imgCont {
  width: 100%;
  margin-bottom: 2em;
  text-align: center;
}
.corporation .corporationCont .corporationWrap > .textCont {
  width: 100%;
}
.corporation .corporationCont .corporationWrap > .textCont > .ttl {
  font-size: 120%;
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
}
.corporation .corporationCont .corporationWrap > .textCont > .holder {
  font-size: 290%;
  font-weight: 600;
  margin: 0.2em 0;
  text-align: center;
}
.corporation .corporationCont .corporationWrap > .textCont > .holder span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #FFD126));
  background: -webkit-linear-gradient(transparent 75%, #FFD126 75%);
  background: linear-gradient(transparent 75%, #FFD126 75%);
}
.corporation .corporationCont .corporationWrap > .textCont > .present {
  font-size: 250%;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
}
.corporation .corporationCont .corporationWrap > .textCont .imgPresent {
  display: block;
  margin: 1em auto 0;
  max-width: 194px;
}
@media screen and (max-width: 1200px) {
  .corporation .corporationCont .corporationWrap {
    background-size: 17vw;
  }
}
@media screen and (max-width: 1170px) {
  .corporation .corporationCont .corporationWrap > .textCont > .ttl {
    font-size: 140%;
  }
  .corporation .corporationCont .corporationWrap > .textCont > .holder {
    font-size: 200%;
  }
  .corporation .corporationCont .corporationWrap > .textCont > .present {
    font-size: 240%;
    line-height: 1.2;
  }
}
@media screen and (max-width: 960px) {
  .corporation .corporationCont .corporationWrap {
    display: block;
    max-width: 586px;
    margin: 2em auto;
    background: none;
  }
  .corporation .corporationCont .corporationWrap > .imgCont {
    width: 100%;
    margin-bottom: 2em;
    text-align: center;
  }
  .corporation .corporationCont .corporationWrap > .imgCont img {
    width: 100%;
  }
  .corporation .corporationCont .corporationWrap > .textCont {
    width: 100%;
  }
  .corporation .corporationCont .corporationWrap > .textCont > .ttl {
    text-align: center;
  }
  .corporation .corporationCont .corporationWrap > .textCont > .holder {
    text-align: center;
  }
  .corporation .corporationCont .corporationWrap > .textCont > .present {
    text-align: center;
    line-height: 1.2;
  }
  .corporation .corporationCont .corporationWrap > .textCont .imgPresent {
    display: block;
    margin: 1em auto 0;
    max-width: 194px;
  }
}
.corporation .corporationCont .note-list {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 90%;
  line-height: 2;
}
@media screen and (max-width: 860px) {
  .corporation .corporationCont .note-list {
    font-size: 93%;
  }
}
@media screen and (max-width: 480px) {
  .corporation .corporationCont .note-list {
    font-size: 100%;
  }
}

/*-------
modal banner CSS
---------*/
.banner_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3em;
  margin-bottom: 4em;
}
@media (max-width: 767px) {
  .banner_wrap {
    gap: 2em;
  }
}
@media screen and (max-width: 480px) {
  .banner_wrap {
    /*flex-direction: column;
    align-items: center;*/
    display: none;
  }
}

.shizuClear.bnrCont.firstTtl {
  margin: 7em auto 4em;
}
@media screen and (max-width: 560px) {
  .shizuClear.bnrCont.firstTtl {
    margin: 6em auto 2em;
  }
}

.hide-area {
  display: none;
}

.m-banner img {
  width: 100%;
}

.m_bannerPc img {
  width: 100%;
  display: block;
}

.m_bannerSp {
  display: none;
}

@media screen and (max-width: 660px) {
  .m_bannerPc {
    display: none;
  }
  .m_bannerSp {
    display: block;
    width: 100%;
  }
}
.text {
  text-align: center;
  color: #629ade;
  margin: 2em;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 480px) {
  .text {
    font-size: 77%;
  }
}
.text br {
  display: none;
}
@media (max-width: 720px) {
  .text br {
    display: block;
  }
}

.read {
  text-align: center;
  font-size: 150%;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 1200px) {
  .read {
    font-size: 180%;
  }
}
@media (max-width: 1024px) {
  .read {
    font-size: 160%;
  }
}
@media (max-width: 900px) {
  .read {
    font-size: 158%;
  }
}
@media (max-width: 720px) {
  .read {
    font-size: 140%;
  }
}
@media (max-width: 480px) {
  .read {
    font-size: 128%;
  }
}
.read .spShow {
  display: none;
}
@media (max-width: 650px) {
  .read .spShow {
    display: block;
  }
}

.sub {
  text-align: center;
  margin-top: 2em;
  font-size: 100%;
}

.banner-ttl01 {
  margin: 1em 0 0;
}
@media (max-width: 650px) {
  .banner-ttl01 {
    margin: 2em 0 0;
  }
}

.monthly {
  text-align: center;
  margin: 4rem 0;
}
@media (max-width: 550px) {
  .monthly {
    margin: 2rem 0;
  }
}
.monthly .monthlyFuki {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 0.1em 3em;
  background-color: #629ade;
  font-size: 167%;
  margin-bottom: 1em;
}
@media (max-width: 550px) {
  .monthly .monthlyFuki {
    width: 94%;
    font-size: 150%;
  }
}
.monthly .monthlyFuki::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  border-style: solid;
  border-color: #629ade transparent;
  border-width: 13px 25px 0 0;
  bottom: -12px;
  left: 80%;
}
.monthly .amountWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.monthly .amountWrap .circle {
  font-size: 207%;
  font-weight: bold;
  min-width: 100px;
  min-height: 100px;
  border-radius: 50%;
  background: #ffd126;
  text-align: center;
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .monthly .amountWrap .circle {
    font-size: 190%;
    min-width: 80px;
    min-height: 80px;
  }
}
@media (max-width: 480px) {
  .monthly .amountWrap .circle {
    font-size: 140%;
    min-width: 60px;
    min-height: 60px;
  }
}
.monthly .amountWrap .amount {
  font-weight: bold;
  line-height: 1.2;
  font-size: 160%;
}
.monthly .amountWrap .amount span {
  font-size: 375%;
  font-weight: 400;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .monthly .amountWrap .amount span {
    font-size: 320%;
  }
}
@media (max-width: 480px) {
  .monthly .amountWrap .amount span {
    font-size: 230%;
  }
}

.banner_inner {
  width: 90%;
  margin: 0 auto;
}

.condition {
  padding: 2em;
  background-color: rgba(98, 154, 222, 0.1);
}
.condition p {
  font-size: 160%;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.condition li {
  margin-bottom: 0.5em;
}
.condition li:last-child {
  margin-bottom: 0;
}

.note {
  padding: 3em 0;
}
.note-list {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 90%;
  line-height: 2;
}
.note-list span {
  font-weight: 600;
}
.note-list .colorR {
  color: #C00000;
}

.slider2 {
  width: 70%;
  margin: 0 auto;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding-bottom: 7em;
}

.slider2 img {
  width: 100%;
}

.slider2 .slick-slide {
  height: auto !important;
}

.slider2 .slick-arrow {
  z-index: 2 !important;
}

.slider2 .slick-next {
  top: calc(50% - 130px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 4.4%;
  border: none;
  font-size: 0.1em;
}
@media (max-width: 1200px) {
  .slider2 .slick-next {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 480px) {
  .slider2 .slick-next {
    width: 30px;
    height: 30px;
    top: calc(50% - 123px);
  }
}
@media (max-width: 767px) {
  .slider2 .slick-next {
    right: 3%;
  }
}
@media (max-width: 480px) {
  .slider2 .slick-next {
    right: 11%;
  }
}
@media (max-width: 1200px) {
  .slider2 .slick-next:after {
    position: absolute;
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 10px;
    width: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 13px;
    right: 14px;
  }
}
@media (max-width: 480px) {
  .slider2 .slick-next:after {
    position: absolute;
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 8px;
    width: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 11px;
    right: 12px;
  }
}

.slider2 .slick-prev {
  top: calc(50% - 130px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 4.4%;
  border: none;
  font-size: 0.1em;
}
@media (max-width: 1200px) {
  .slider2 .slick-prev {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 767px) {
  .slider2 .slick-prev {
    left: 3%;
  }
}
@media (max-width: 480px) {
  .slider2 .slick-prev {
    left: 11%;
  }
}
@media (max-width: 480px) {
  .slider2 .slick-prev {
    width: 30px;
    height: 30px;
    top: calc(50% - 123px);
  }
}
@media (max-width: 1200px) {
  .slider2 .slick-prev:before {
    position: absolute;
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 10px;
    width: 10px;
    top: 13px;
    left: 14px;
  }
}
@media (max-width: 480px) {
  .slider2 .slick-prev:before {
    position: absolute;
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 8px;
    width: 8px;
    top: 11px;
    left: 12px;
  }
}

.slider2 .slick-slide {
  margin-right: 1vw !important;
  margin-left: 1vw !important;
}
@media (max-width: 767px) {
  .slider2 .slick-slide {
    margin-right: 0.5vw !important;
    margin-left: 0.5vw !important;
  }
}

.slider2 .slick-prev.slick-arrow {
  background: #000;
  opacity: 0.7;
}

.slider2 .slick-next.slick-arrow {
  background: #000;
  opacity: 0.7;
}

.s_container {
  width: 800px;
  margin: 0 auto;
  background: #fff;
  padding: 3em;
}
@media (max-width: 900px) {
  .s_container {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .s_container {
    padding: 1.5em;
  }
}
.s_container .s_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 720px;
}
@media (max-width: 900px) {
  .s_container .s_wrap {
    width: 100%;
    gap: 1em;
  }
}
@media (max-width: 660px) {
  .s_container .s_wrap {
    display: block;
  }
}
.s_container .s_wrap img {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 860px) {
  .s_container .s_wrap img {
    max-width: 600px;
    margin-bottom: 2em;
  }
}
.s_container .s_wrap .slider3 {
  width: 300px;
}
@media (max-width: 900px) {
  .s_container .s_wrap .slider3 {
    width: 50%;
    height: 100%;
  }
}
@media (max-width: 660px) {
  .s_container .s_wrap .slider3 {
    width: 100%;
  }
}
.s_container .s_wrap .right_b {
  width: 370px;
}
@media (max-width: 900px) {
  .s_container .s_wrap .right_b {
    width: 100%;
  }
}
.s_container .s_wrap .right_b .txt1 {
  font-weight: bold;
  margin-bottom: 2em;
}

.slider3-img {
  width: 400px;
}
.slider3-img img {
  width: 100%;
}

.slider2 .slider_box a {
  text-decoration: none;
  color: inherit;
}

.txt-con {
  height: 150px;
}

.slider_txt1 {
  margin-top: 1em;
  font-weight: 600;
  margin-bottom: 0.5em;
}

.slider_txt2 {
  margin-top: 1em;
}

.slider_txt3 {
  text-decoration: underline;
}

.recommend h3 {
  text-align: center;
  font-size: 170%;
}
.recommend .recommend_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3em;
}
@media (max-width: 860px) {
  .recommend .recommend_wrap {
    display: block;
  }
}
.recommend .recommend_wrap .recommend_b {
  border: 1px solid #629ade;
}
.recommend .recommend_wrap .recommend_b .recommend_ttl {
  padding: 3em 0;
  width: 550px;
  height: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  background: #629ade;
}
@media (max-width: 1200px) {
  .recommend .recommend_wrap .recommend_b .recommend_ttl {
    width: 47vw;
  }
}
@media (max-width: 860px) {
  .recommend .recommend_wrap .recommend_b .recommend_ttl {
    width: 100%;
  }
}
.recommend .recommend_wrap .recommend_b .recommend_ttl .ttlPic {
  width: 108px;
  margin: 0 auto;
}
.recommend .recommend_wrap .recommend_b .recommend_ttl .ttlPic img {
  width: 100%;
}
.recommend .recommend_wrap .recommend_b .recommend_ttl.first {
  border-right: 1px solid #fff;
}
.recommend .recommend_wrap .recommend_b .recommend_desc {
  width: 100%;
  height: 170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
@media (max-width: 480px) {
  .recommend .recommend_wrap .recommend_b .recommend_desc {
    height: 126px;
  }
}
.recommend .recommend_wrap .recommend_b.first {
  border-right: none;
}
@media (max-width: 860px) {
  .recommend .recommend_wrap .recommend_b.first {
    border-right: 1px solid #629ade;
  }
}

.rec_ps {
  margin: 4em auto;
  text-align: center;
}
.rec_ps span {
  color: #629ade;
  font-weight: 600;
}

.textS3 {
  font-size: 120%;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #e8f1ff));
  background: -webkit-linear-gradient(transparent 60%, #e8f1ff 60%);
  background: linear-gradient(transparent 60%, #e8f1ff 60%);
}

.lineup.voice {
  background: #F8F7F5;
  margin-top: 6em;
}
@media (max-width: 767px) {
  .lineup.voice {
    margin-top: 4em;
  }
}

.shizuClear .heading.voice_ver .en {
  color: #fff;
}

.shizuClear .choose {
  background-color: #fff;
  margin-top: 0;
  padding: 9em 0 4em;
}
@media (max-width: 767px) {
  .shizuClear .choose {
    padding: 7em 0;
  }
}
@media (max-width: 480px) {
  .shizuClear .choose {
    padding: 4em 0;
  }
}

@media (max-width: 767px) {
  .wrapContent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1em;
  }
}
@media (max-width: 767px) {
  .wrapContent .num2 {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .topMargin {
    margin-top: 4em;
  }
}

@media (max-width: 767px) {
  .wrapContent.wrap2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1em;
  }
}
.wrapContent.wrap2 .wrap-right {
  margin-top: 2.5em;
}

.textN {
  font-size: 140%;
  font-weight: 600;
  background: #fff;
}

.lineup.voice .voiceSlide .splide__track .splide__slide img {
  height: auto;
  width: 100%;
}
.lineup.voice .gallery03 {
  overflow: hidden;
  padding-bottom: 7em;
}
.lineup.voice .gallery03 .l-inner {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding: 0 5rem;
  width: 86%;
}
@media screen and (max-width: 860px) {
  .lineup.voice .gallery03 .l-inner {
    padding: 0 1rem;
  }
}
@media (max-width: 599px) {
  .lineup.voice .gallery03 .l-inner {
    width: 70%;
    padding: 0 1rem;
  }
}
.lineup.voice .gallery03 .l-inner a {
  cursor: pointer;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lineup.voice .gallery03 .l-inner a .txt-con {
  color: #444444;
  text-decoration: none;
  height: auto;
}
.lineup.voice .gallery03 .l-inner a .txt-con .slider_txt2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  position: relative;
}
.lineup.voice .gallery03 .l-inner a .txt-con .slider_txt2:before {
  content: "";
  position: absolute;
  border-style: none;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 60px;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0, #F8F7F5 70px);
  background: linear-gradient(rgba(255, 255, 255, 0) 0, #F8F7F5 70px);
}
.lineup.voice .gallery03 .l-inner a:hover {
  opacity: 0.8;
}
.lineup.voice .gallery03 .l-inner a:hover .slide-media {
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
}
.lineup.voice .gallery03 .splide-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
  position: relative;
}
.lineup.voice .gallery03 .slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.lineup.voice .gallery03 .slide:hover .slide-content {
  opacity: 1;
}
.lineup.voice .gallery03 .splide__track {
  overflow: visible;
}
.lineup.voice .gallery03 .slide-media {
  height: auto;
}
.lineup.voice .gallery03 .slide-thumb {
  position: relative;
}
.lineup.voice .gallery03 .slide-thumb .slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  color: #fff;
}
.lineup.voice .gallery03 .slide-title {
  font-size: 1.4rem;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.lineup.voice .gallery03 .slideBtn {
  background: -webkit-linear-gradient(45deg, rgb(72, 198, 239) 0%, rgb(111, 134, 214) 100%);
  background: linear-gradient(45deg, rgb(72, 198, 239) 0%, rgb(111, 134, 214) 100%);
  color: #FFFFFF;
  width: 150px;
  padding: 0.5em;
  border-radius: 2em;
  display: block;
  font-weight: 600;
  position: relative;
  text-align: center;
}
.lineup.voice .gallery03 .slideBtn i {
  color: #FFFFFF;
  position: absolute;
  left: -7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.lineup.voice .gallery03 .splide__arrow--prev, .lineup.voice .gallery03 .splide__arrow--next {
  display: grid;
  place-content: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #444444;
  opacity: 0.8;
  border-radius: 50%;
  border: none;
}
@media screen and (max-width: 767px) {
  .lineup.voice .gallery03 .splide__arrow--prev, .lineup.voice .gallery03 .splide__arrow--next {
    height: 40px;
    width: 40px;
  }
}
@media screen and (max-width: 480px) {
  .lineup.voice .gallery03 .splide__arrow--prev, .lineup.voice .gallery03 .splide__arrow--next {
    height: 30px;
    width: 30px;
  }
}
.lineup.voice .gallery03 .splide__arrow--prev::after,
.lineup.voice .gallery03 .splide__arrow--next::after {
  width: 14px;
  height: 14px;
  content: "";
  border: solid #fff;
  border-width: 3px 3px 0 0;
}
@media screen and (max-width: 480px) {
  .lineup.voice .gallery03 .splide__arrow--prev::after,
  .lineup.voice .gallery03 .splide__arrow--next::after {
    height: 10px;
    width: 10px;
  }
}
@media screen and (max-width: 480px) {
  .lineup.voice .gallery03 .splide__arrow--prev::after,
  .lineup.voice .gallery03 .splide__arrow--next::after {
    height: 8px;
    width: 8px;
  }
}
.lineup.voice .gallery03 .splide__arrow--prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.lineup.voice .gallery03 .splide__arrow--next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.lineup.voice .gallery03 .splide__arrow:disabled {
  pointer-events: none;
  opacity: 0;
}
.lineup.voice .gallery03 .splide__arrow:focus-visible {
  outline: 3px solid rgba(180, 233, 0, 0.8);
  outline-offset: 3px;
  z-index: 1;
  -webkit-transition: none;
  transition: none;
}
.lineup.voice .gallery03 .splide__arrow > svg {
  display: none;
}
.lineup.voice .gallery03 .splide__arrow--prev, .lineup.voice .gallery03 .splide__arrow--next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
.lineup.voice .gallery03 .splide__arrow--prev::before, .lineup.voice .gallery03 .splide__arrow--next::before {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: var(--box-shadow-dark);
          box-shadow: var(--box-shadow-dark);
}
.lineup.voice .gallery03 .splide__arrow--prev::after, .lineup.voice .gallery03 .splide__arrow--next::after {
  border-color: #fff;
}
.lineup.voice .gallery03 .splide__arrow--prev {
  right: calc(100% - 1.6rem);
  top: calc(50% - 420px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .lineup.voice .gallery03 .splide__arrow--prev {
    top: calc(50% - 340px);
  }
}
@media screen and (max-width: 480px) {
  .lineup.voice .gallery03 .splide__arrow--prev {
    top: calc(50% - 300px);
  }
}
.lineup.voice .gallery03 .splide__arrow--next {
  left: calc(100% - 1.6rem);
  top: calc(50% - 420px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .lineup.voice .gallery03 .splide__arrow--next {
    top: calc(50% - 340px);
  }
}
@media screen and (max-width: 480px) {
  .lineup.voice .gallery03 .splide__arrow--next {
    top: calc(50% - 300px);
  }
}
.lineup.voice .modal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.lineup.voice .modal__bg {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
}
.lineup.voice .modal .topClose {
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 99em;
  position: absolute;
  top: 1em;
  right: 1em;
  cursor: pointer;
}
.lineup.voice .modal .topClose:before {
  display: block;
  width: 3rem;
  height: 3rem;
  background: url("../images/close-btn.svg") no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.lineup.voice .modal__content {
  width: 100%;
  max-width: 1000px;
  max-height: 80vh;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.lineup.voice .modal__wrap {
  width: 100%;
  height: 100%;
  max-height: 80vh;
  padding: 40px;
  overflow-y: auto;
}
.lineup.voice .modal__wrap.-pfas {
  padding: 6rem 14rem;
}
.lineup.voice .modal__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3.3em;
}
.lineup.voice .modal__detail .sliderBox {
  max-width: 40rem;
  width: 100%;
  /* モーダル内スライダーページネーション */
  /*.splide__arrows {
  	display: none;
  }*/
  /* モーダル内スライダー矢印ボタン */
}
.lineup.voice .modal__detail .sliderBox img {
  width: 100%;
  max-width: 40rem;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.lineup.voice .modal__detail .sliderBox .splide__track {
  margin-bottom: 1.6em;
}
.lineup.voice .modal__detail .sliderBox .splide__track video {
  max-width: 400px;
  width: 100%;
  max-height: 400px;
  height: 100%;
}
@media screen and (max-width: 860px) {
  .lineup.voice .modal__detail .sliderBox .splide__track video {
    max-height: 400px;
    height: 100%;
  }
}
.lineup.voice .modal__detail .sliderBox .splide__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  gap: 0.7em;
}
.lineup.voice .modal__detail .sliderBox .splide__pagination__page {
  display: block;
  width: 3rem;
  height: 0.6rem;
  padding: 0;
  border: none;
  outline: none;
  background-color: #DDDDDD;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.lineup.voice .modal__detail .sliderBox .splide__pagination__page.is-active {
  background-color: #629ADE;
}
.lineup.voice .modal__detail .sliderBox .splide__arrow--prev, .lineup.voice .modal__detail .sliderBox .splide__arrow--next {
  display: grid;
  place-content: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #629ADE;
  opacity: 0.8;
  border-radius: 50%;
  border: none;
}
@media screen and (max-width: 860px) {
  .lineup.voice .modal__detail .sliderBox .splide__arrow--prev, .lineup.voice .modal__detail .sliderBox .splide__arrow--next {
    height: 30px;
    width: 30px;
  }
}
.lineup.voice .modal__detail .sliderBox .splide__arrow--prev::after,
.lineup.voice .modal__detail .sliderBox .splide__arrow--next::after {
  width: 14px;
  height: 14px;
  content: "";
  border: solid #fff;
  border-width: 3px 3px 0 0;
}
@media screen and (max-width: 860px) {
  .lineup.voice .modal__detail .sliderBox .splide__arrow--prev::after,
  .lineup.voice .modal__detail .sliderBox .splide__arrow--next::after {
    height: 8px;
    width: 8px;
  }
}
.lineup.voice .modal__detail .sliderBox .splide__arrow--prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.lineup.voice .modal__detail .sliderBox .splide__arrow--next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.lineup.voice .modal__detail .sliderBox .splide__arrow:disabled {
  pointer-events: none;
  opacity: 0;
}
.lineup.voice .modal__detail .sliderBox .splide__arrow:focus-visible {
  outline: 3px solid rgba(180, 233, 0, 0.8);
  outline-offset: 3px;
  z-index: 1;
  -webkit-transition: none;
  transition: none;
}
.lineup.voice .modal__detail .sliderBox .splide__arrow > svg {
  display: none;
}
.lineup.voice .modal__detail .sliderBox .splide__arrow--prev, .lineup.voice .modal__detail .sliderBox .splide__arrow--next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: 0;
}
.lineup.voice .modal__detail .sliderBox .splide__arrow--prev::before, .lineup.voice .modal__detail .sliderBox .splide__arrow--next::before {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: var(--box-shadow-dark);
          box-shadow: var(--box-shadow-dark);
}
.lineup.voice .modal__detail .sliderBox .splide__arrow--prev::after, .lineup.voice .modal__detail .sliderBox .splide__arrow--next::after {
  border-color: #fff;
}
.lineup.voice .modal__detail .sliderBox .splide__arrow--prev {
  right: calc(100% - 1.6rem);
  top: calc(400px - 50%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .lineup.voice .modal__detail .sliderBox .splide__arrow--prev {
    top: calc(360px - 50%);
  }
}
@media screen and (max-width: 860px) {
  .lineup.voice .modal__detail .sliderBox .splide__arrow--prev {
    top: calc(320px - 50%);
  }
}
@media screen and (max-width: 767px) {
  .lineup.voice .modal__detail .sliderBox .splide__arrow--prev {
    top: calc(300px - 50%);
  }
}
.lineup.voice .modal__detail .sliderBox .splide__arrow--next {
  left: calc(100% - 1.6rem);
  top: calc(400px - 50%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .lineup.voice .modal__detail .sliderBox .splide__arrow--next {
    top: calc(360px - 50%);
  }
}
@media screen and (max-width: 860px) {
  .lineup.voice .modal__detail .sliderBox .splide__arrow--next {
    top: calc(320px - 50%);
  }
}
@media screen and (max-width: 767px) {
  .lineup.voice .modal__detail .sliderBox .splide__arrow--next {
    top: calc(300px - 50%);
  }
}
.lineup.voice .modal__detail .textBox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lineup.voice .modal__detail .textBox .detailTtl {
  margin-bottom: 1em;
}
.lineup.voice .modal__detail .textBox .detailTtl a {
  color: #629ADE;
}
@media screen and (max-width: 1080px) {
  .lineup.voice .modal__content {
    width: 90%;
  }
  .lineup.voice .modal__wrap {
    padding: 2em;
  }
  .lineup.voice .modal__wrap.-pfas {
    padding: 3em;
  }
}
@media screen and (max-width: 1000px) {
  .lineup.voice .modal__detail {
    gap: 2em;
  }
  .lineup.voice .modal__detail .sliderBox {
    max-width: 100%;
    width: 45%;
  }
}
@media screen and (max-width: 630px) {
  .lineup.voice .modal .topClose {
    width: 4rem;
    height: 4rem;
    top: -1.6em;
    right: -0.8em;
  }
  .lineup.voice .modal .topClose:before {
    width: 4rem;
    height: 4rem;
  }
  .lineup.voice .modal__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lineup.voice .modal__detail .sliderBox {
    width: 100%;
  }
  .lineup.voice .modal__detail .sliderBox img {
    max-height: 100%;
  }
  .lineup.voice .modal__detail .sliderBox .splide__track {
    margin-bottom: 1.3em;
  }
}
@media screen and (max-width: 560px) {
  .lineup.voice .modal .topClose {
    width: 3.5rem;
    height: 3.5rem;
    top: -1.6em;
    right: -0.8em;
  }
  .lineup.voice .modal .topClose:before {
    width: 3.5rem;
    height: 3.5rem;
  }
  .lineup.voice .modal__wrap {
    padding: 2em 1.5em 1.5em 1.5em;
  }
}

/*追従バナー*/
.floating_banner {
  display: none;
  width: 180px;
  position: fixed;
  bottom: 30px;
  right: 15px;
  cursor: pointer;
  z-index: 99999;
}
.floating_banner:hover {
  opacity: 0.8; /* ホバーで透過させる */
}
.floating_banner a {
  text-decoration: none;
  /* リンクに下線が入らないように */
  color: #ffffff;
  /* 文字色を白に */
}
@media screen and (max-width: 767px) {
  .floating_banner {
    width: 150px;
    bottom: 10px;
    right: 10px;
  }
}

/* スマホ時バナースライダー */
.sp-slider {
  display: none;
}
@media screen and (max-width: 480px) {
  .sp-slider {
    display: block;
  }
}
.sp-slider .splide-wrapper {
  width: 100%;
  max-width: 530px;
  margin: 0 auto;
  position: relative;
}
.sp-slider .splide-wrapper .main-carousel {
  margin-bottom: 15px;
}
.sp-slider .splide-wrapper .main-carousel .splide__track {
  aspect-ratio: 1.5142857143/1;
}
.sp-slider .splide-wrapper .main-carousel .splide__arrows svg {
  display: none;
}
.sp-slider .splide-wrapper #thumbnail-carousel .splide__slide,
.sp-slider .splide-wrapper #thumbnail-carousel02 .splide__slide {
  aspect-ratio: 1.5142857143/1;
  width: 22.3333% !important;
}
.sp-slider .splide-wrapper #thumbnail-carousel .splide__list,
.sp-slider .splide-wrapper #thumbnail-carousel02 .splide__list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; /* サムネイルが3枚以上の時はコメントアウト */
}
.sp-slider .splide-wrapper .splide__slide {
  opacity: 0.6; /* 非表示中の画像は薄くする */
}
.sp-slider .splide-wrapper .splide__slide.is-active {
  opacity: 1;
}
.sp-slider .splide-wrapper .splide__arrow--prev {
  left: -2.5%;
}
.sp-slider .splide-wrapper .splide__arrow--next {
  right: -2.5%;
}

/* PC時バナースライダー */
.pc-slider .splide-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  /*ドットナビゲーションの設定*/
}
.pc-slider .splide-wrapper .main-carousel {
  margin-bottom: 2em;
  /*.splide__track {
  	aspect-ratio: 1.514285714285714 / 1;
  }*/
}
.pc-slider .splide-wrapper .main-carousel .splide__arrows svg {
  display: none;
}
.pc-slider .splide-wrapper .splide__trackWrap {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
.pc-slider .splide-wrapper #thumbnail-carousel-pc01, .pc-slider .splide-wrapper #thumbnail-carousel-pc02 {
  max-width: 500px;
  margin: 0 auto;
}
.pc-slider .splide-wrapper #thumbnail-carousel-pc01 .splide__slide, .pc-slider .splide-wrapper #thumbnail-carousel-pc02 .splide__slide {
  aspect-ratio: 1.5142857143/1;
  width: 22.333% !important;
}
.pc-slider .splide-wrapper #thumbnail-carousel-pc01 .splide__list, .pc-slider .splide-wrapper #thumbnail-carousel-pc02 .splide__list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; /*サムネイルが3枚以上の時はコメントアウト */
}
.pc-slider .splide-wrapper .splide__slide:hover {
  opacity: 0.6;
}
.pc-slider .splide-wrapper .splide__arrow--prev {
  left: -1.5%;
}
.pc-slider .splide-wrapper .splide__arrow--next {
  right: -1.5%;
}
.pc-slider .splide-wrapper .splide:not(.is-overflow) .splide__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pc-slider .splide-wrapper .splide__arrow svg {
  display: none;
}
.pc-slider .splide-wrapper .splide__pagination.splide__pagination--ltr {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 30px 0 0 0;
}
.pc-slider .splide-wrapper .splide__pagination.splide__pagination--ltr li {
  display: inline-block;
  margin: 0 5px;
}
.pc-slider .splide-wrapper .splide__pagination.splide__pagination--ltr li button {
  color: transparent;
  border: none;
  outline: none;
  width: 50px; /*ドットボタンのサイズ*/
  height: 6px; /*ドットボタンのサイズ*/
  display: block;
  background: #dddddd; /*ドットボタンの色*/
}
.pc-slider .splide-wrapper .splide__pagination.splide__pagination--ltr li button.is-active {
  background: #629ade; /*ドットボタンの現在地表示の色*/
}
@media screen and (max-width: 480px) {
  .pc-slider {
    display: none;
  }
}

/* バナースライダー */
.pc-slider .splide-wrapper, .sp-slider .splide-wrapper {
  /*戻る、次へ矢印の位置*/
}
.pc-slider .splide-wrapper .splide__slide img, .sp-slider .splide-wrapper .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pc-slider .splide-wrapper .splide__slide img, .sp-slider .splide-wrapper .splide__slide img {
  height: auto;
  width: 100%;
}
.pc-slider .splide-wrapper .splide__arrow--prev,
.pc-slider .splide-wrapper .splide__arrow--next, .sp-slider .splide-wrapper .splide__arrow--prev,
.sp-slider .splide-wrapper .splide__arrow--next {
  position: absolute;
  z-index: 3;
  /*top: calc(50% - 30px);*/
  top: 50%;
  cursor: pointer;
  outline: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 30px;
  width: 30px;
  background: rgba(68, 68, 68, 0.6901960784);
  border-radius: 50%;
  border: 0;
}
.pc-slider .splide-wrapper .splide__arrow--prev:before, .sp-slider .splide-wrapper .splide__arrow--prev:before {
  position: absolute;
  content: "";
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  height: 8px;
  width: 8px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 10px;
  left: 11px;
}
.pc-slider .splide-wrapper .splide__arrow--next:after, .sp-slider .splide-wrapper .splide__arrow--next:after {
  position: absolute;
  content: "";
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  height: 8px;
  width: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 10px;
  right: 11px;
}

@media screen and (max-width: 560px) {
  .cv-mt {
    margin-top: 0;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}