@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  width: 100%;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* iOSでのデフォルトスタイルをリセット  */
input[type=submit],
input[type=button],
input[type=radio],
input[type=tel],
input[type=email],
input[type=text],
textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=radio]::-webkit-search-decoration,
input[type=tel]::-webkit-search-decoration,
input[type=email]::-webkit-search-decoration,
input[type=text]::-webkit-search-decoration,
textarea::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus,
input[type=radio]::focus,
input[type=tel]::focus,
input[type=email]::focus,
input[type=text]::focus,
textarea::focus {
  outline-offset: -2px;
}

a[href*="tel:"] {
  cursor: default;
  text-decoration: none;
  color: inherit;
}

li, ol {
  list-style: none;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
body {
  font-family: "Hiragino Sans", sans-serif;
  color: #000000;
}

main {
  display: block;
  overflow: hidden;
}

.sp {
  display: none;
}

@media (max-width: 729px) {
  .sp {
    display: block !important;
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html {
  margin: 0 !important;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.container {
  width: 36.45vw;
  margin: 0 auto;
}

.compare {
  display: block;
  width: 36.45vw;
  margin: 1.7vw auto 0;
}

.yellow {
  background-color: #FFFDEF;
  padding-top: 2.877vw;
  padding-bottom: 0.527vw;
}

.app {
  position: relative;
}
.app .gif {
  position: absolute;
  width: 33vw;
  top: 1.25vw;
  left: calc((100% - 33vw) / 2);
}
.app .gif--tit {
  position: absolute;
  width: 31.15vw;
  top: 0.75vw;
  left: 2.45vw;
}
.app--slider {
  position: absolute;
  top: 66.85vw;
  left: 0;
  width: 100%;
}
.app--item {
  margin: 0 12.5px;
}
.app--btns {
  position: absolute;
  top: 95.35vw;
  display: flex;
  justify-content: center;
  gap: 1vw;
  left: 0;
  width: 100%;
}
.app--google {
  width: 17.85vw;
  display: block;
}
.app--app {
  width: 14.4vw;
  display: block;
}

.scroll-bg {
  position: relative;
}

.en {
  display: block;
  width: 35vw;
  margin: 0 auto;
}

.presnet {
  display: block;
  width: 38vw;
  margin: 0.9vw auto 0;
}

.yellow--scroll {
  display: block;
  margin: 2vw auto 2vw;
  position: relative;
  width: 33vw;
}
.yellow--scroll .scroll1 {
  overflow-x: scroll;
  position: absolute;
  left: 1.65vw;
  top: 20.65vw;
  width: 30.5vw;
}
.yellow--scroll .scroll1 img {
  width: 60.25vw;
}
.yellow--scroll .scroll2 {
  overflow-x: scroll;
  position: absolute;
  left: 1.65vw;
  top: 37.7vw;
  width: 30.5vw;
}
.yellow--scroll .scroll2 img {
  width: 45.2vw;
}

.cta {
  position: relative;
}
.cta--btn {
  display: block;
  position: absolute;
  width: 34.15vw;
  bottom: 2.87vw;
  left: 2vw;
}

.rank {
  position: relative;
  margin: 3.15vw auto 0;
  width: 36.2vw;
}
.rank .link {
  width: 14vw;
  height: 2.5vw;
  position: absolute;
  top: 5.2vw;
  left: 9.55vw;
  display: block;
}
.rank:nth-of-type(n+2) {
  margin-top: 1.85vw;
}
.rank--btn {
  display: block;
  position: absolute;
  width: 34.15vw;
  bottom: 57.8035vw;
  left: 2.5vw;
}
.rank--btn2 {
  display: block;
  position: absolute;
  width: 34.15vw;
  bottom: 2.9vw;
  left: 1vw;
}
.rank--btn3 {
  display: block;
  position: absolute;
  width: 26.4vw;
  bottom: 3.5vw;
  left: 4.4vw;
}
.rank--btn4 {
  display: block;
  position: absolute;
  width: 26.4vw;
  bottom: 4.65vw;
  left: 4.4vw;
}

.under4 {
  display: block;
  width: 33.6vw;
  margin: 4.45vw auto;
}

form select, form input, form label {
  display: block;
}
form .reviews {
  display: flex;
  justify-content: center;
  gap: 0.85vw;
}
form .reviews label {
  display: flex;
  align-items: center;
  border: none;
  margin-top: 0.75vw;
}
form .reviews label #review-low, form .reviews label #review-high {
  margin-top: 0;
}

.slider {
  width: 33vw;
  position: absolute;
  left: 2.45vw;
  top: 12.8vw;
}

.slider4 {
  width: 33vw;
  position: absolute;
  left: 2.45vw;
  top: 11.8vw;
}

.slider7 {
  width: 31.5vw;
  position: absolute;
  left: calc((100% - 31.5vw) / 2);
  top: 12.8vw;
}

.slider5 {
  width: 23vw;
  position: absolute;
  left: calc((100% - 23vw) / 2);
  top: 12.8vw;
}

.slider6 {
  width: 28vw;
  position: absolute;
  left: calc((100% - 28vw) / 2);
  top: 12.8vw;
}

.slider2 {
  width: 34vw;
  height: 38.05vw;
  position: absolute;
  left: calc((100% - 34vw) / 2);
  bottom: 12vw;
  display: flex;
  overflow: scroll;
}

.slider3 {
  width: 34vw;
  height: 38.05vw;
  position: absolute;
  left: calc((100% - 34vw) / 2);
  bottom: 2vw;
  display: flex;
  overflow: scroll;
}

.slide {
  width: 34vw;
  margin: 0 0.75vw;
}

blockquote {
  display: block;
  width: 100%;
}

.slick-dots li button {
  width: 30px;
  height: 30px;
}

.slick-dots li button:before {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}

.slick-dots li button:before {
  opacity: 1;
  color: #D9D9D9;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #FF6060;
}

.search {
  width: 22.15vw;
  margin: 60px auto 60px;
  z-index: 2;
}
.search--tit {
  font-size: 1.4vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #8F36D4;
  border-radius: 0.5vw;
  height: 3.2vw;
}
.search label {
  font-size: 1.2vw;
  text-align: center;
  padding-bottom: 0.4vw;
  border-bottom: 0.05vw solid #000;
  margin-top: 2.2vw;
  font-weight: 600;
}
.search select {
  display: block;
  width: 100%;
  height: 3.05vw;
  margin-top: 0.75vw;
  font-size: 1.25vw;
  text-align: center;
  border: 0.1vw solid #D9D9D9;
  font-weight: 500;
}
.search--btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 0.05vw solid #0289BF !important;
  font-weight: bold;
  color: #0289BF;
  width: 100%;
  height: 3.2vw;
  font-size: 1.25vw;
  margin-top: 3.5vw;
  cursor: pointer;
}
.search--bg {
  width: 35vw;
  margin: 2.5vw auto 0;
  overflow: hidden;
  position: relative;
}
.search--bg .bg {
  position: absolute;
  top: 0;
  left: 0;
}

.posts-thumbnails {
  position: relative;
  z-index: 2;
}

@media (max-width: 729px) {
  .pop--bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .search--container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: scroll;
    z-index: 10;
  }
  .search {
    width: 27.5vw;
    position: relative;
    right: auto;
    top: auto;
    z-index: 100;
    overflow: scroll;
    z-index: 50;
    padding: 4.25vw 2.65vw;
    background-color: #fff;
    border-radius: 15px;
  }
  .search--tit {
    font-size: 1.4vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #8F36D4;
    border-radius: 0.5vw;
    height: 3.2vw;
  }
  .search label {
    font-size: 1.2vw;
    text-align: center;
    padding-bottom: 0.4vw;
    border-bottom: 0.05vw solid #000;
    margin-top: 2.2vw;
    font-weight: 600;
  }
  .search select {
    display: block;
    width: 100%;
    height: 3.05vw;
    margin-top: 0.75vw;
    font-size: 1.25vw;
    text-align: center;
    border: 0.1vw solid #D9D9D9;
    font-weight: 500;
  }
  .search--btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: 0.05vw solid #0289BF !important;
    font-weight: bold;
    color: #0289BF;
    height: 3.2vw;
    font-size: 1.25vw;
    margin-top: 3.5vw;
    cursor: pointer;
  }
  .search--bg {
    width: 35vw;
    margin: 2.5vw auto 0;
    overflow: hidden;
    position: relative;
  }
  .search--bg .bg {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.post-thumbnail {
  margin-top: 0.575vw;
  position: relative;
}
.post-thumbnail .url {
  position: absolute;
  width: 3.5vw;
  height: 1.3vw;
  bottom: 0.575vw;
  left: 0.55vw;
}

.fix {
  position: fixed;
  bottom: 0;
  width: 37.95vw;
  left: calc((100% - 37.95vw) / 2);
  z-index: 2;
  cursor: pointer;
  display: none;
}

.trans-animated {
  animation-name: b;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

@keyframes b {
  0% {
    transform: scaleX(1);
  }
  5% {
    transform: scale3d(0.8, 0.74, 0.75); /* より大きく縮小 */
  }
  10% {
    transform: scale3d(0.83, 0.76, 0.74); /* より大きく縮小 */
  }
  26% {
    transform: scale3d(0.84, 0.87, 0.88); /* より大きく縮小 */
  }
  80% {
    transform: scale3d(0.87, 0.89, 0.81); /* より大きく縮小 */
  }
  to {
    transform: scale3d(0.89, 0.81, 0.89); /* より大きく縮小 */
  }
}
@media (max-width: 729px) {
  html {
    margin: 0 !important;
  }
  img {
    display: block;
    width: 100%;
    height: auto;
  }
  .container {
    width: 99.99993348vw;
    margin: 0 auto;
  }
  .compare {
    display: block;
    width: 99.99993348vw;
    margin: 4.66392008vw auto 0;
  }
  .yellow {
    background-color: #FFFDEF;
    padding-top: 7.8929988648vw;
    padding-bottom: 1.4458152248vw;
  }
  .app {
    position: relative;
  }
  .app .gif {
    position: absolute;
    width: 90.5349192vw;
    top: 3.429353vw;
    left: calc((100% - 90.5349192vw) / 2);
  }
  .app .gif--tit {
    position: absolute;
    width: 85.45947676vw;
    top: 2.0576118vw;
    left: 6.72153188vw;
  }
  .app--slider {
    position: absolute;
    top: 183.40179844vw;
    left: 0;
    width: 100%;
  }
  .app--item {
    margin: 0 12.5px;
  }
  .app--btns {
    position: absolute;
    top: 261.59104684vw;
    display: flex;
    justify-content: center;
    gap: 2.7434824vw;
    left: 0;
    width: 100%;
  }
  .app--google {
    width: 48.97116084vw;
    display: block;
  }
  .app--app {
    width: 39.50614656vw;
    display: block;
  }
  .scroll-bg {
    position: relative;
  }
  .en {
    display: block;
    width: 96.021884vw;
    margin: 0 auto;
  }
  .presnet {
    display: block;
    width: 104.2523312vw;
    margin: 2.46913416vw auto 0;
  }
  .yellow--scroll {
    display: block;
    margin: 5.4869648vw auto 5.4869648vw;
    position: relative;
    width: 90.5349192vw;
  }
  .yellow--scroll .scroll1 {
    overflow-x: scroll;
    position: absolute;
    left: 4.52674596vw;
    top: 56.65291156vw;
    width: 83.6762132vw;
  }
  .yellow--scroll .scroll1 img {
    width: 165.2948146vw;
  }
  .yellow--scroll .scroll2 {
    overflow-x: scroll;
    position: absolute;
    left: 4.52674596vw;
    top: 103.42928648vw;
    width: 83.6762132vw;
  }
  .yellow--scroll .scroll2 img {
    width: 124.00540448vw;
  }
  .cta {
    position: relative;
  }
  .cta--btn {
    display: block;
    position: absolute;
    width: 93.68992396vw;
    bottom: 7.873794488vw;
    left: 5.4869648vw;
  }
  .rank {
    position: relative;
    margin: 8.64196956vw auto 0;
    width: 99.31406288vw;
  }
  .rank .link {
    width: 38.4087536vw;
    height: 6.858706vw;
    position: absolute;
    top: 14.26610848vw;
    left: 26.20025692vw;
    display: block;
  }
  .rank:nth-of-type(n+2) {
    margin-top: 5.07544244vw;
  }
  .rank--btn {
    display: block;
    position: absolute;
    width: 93.68992396vw;
    bottom: 158.5828849084vw;
    left: 6.858706vw;
  }
  .rank--btn2 {
    display: block;
    position: absolute;
    width: 93.68992396vw;
    bottom: 7.95609896vw;
    left: 2.7434824vw;
  }
  .rank--btn3 {
    display: block;
    position: absolute;
    width: 72.42793536vw;
    bottom: 9.6021884vw;
    left: 12.07132256vw;
  }
  .rank--btn4 {
    display: block;
    position: absolute;
    width: 72.42793536vw;
    bottom: 12.75719316vw;
    left: 12.07132256vw;
  }
  .under4 {
    display: block;
    width: 92.18100864vw;
    margin: 12.20849668vw auto;
  }
  form select, form input, form label {
    display: block;
  }
  form .reviews {
    display: flex;
    justify-content: center;
    gap: 2.33196004vw;
  }
  form .reviews label {
    display: flex;
    align-items: center;
    border: none;
    margin-top: 2.0576118vw;
  }
  form .reviews label #review-low, form .reviews label #review-high {
    margin-top: 0;
  }
  .slider {
    width: 90.5349192vw;
    position: absolute;
    left: 6.72153188vw;
    top: 35.11657472vw;
  }
  .slider4 {
    width: 90.5349192vw;
    position: absolute;
    left: 6.72153188vw;
    top: 32.37309232vw;
  }
  .slider7 {
    width: 86.4196956vw;
    position: absolute;
    left: calc((100% - 86.4196956vw) / 2);
    top: 35.11657472vw;
  }
  .slider5 {
    width: 63.1000952vw;
    position: absolute;
    left: calc((100% - 63.1000952vw) / 2);
    top: 35.11657472vw;
  }
  .slider6 {
    width: 76.8175072vw;
    position: absolute;
    left: calc((100% - 76.8175072vw) / 2);
    top: 35.11657472vw;
  }
  .slider2 {
    width: 93.2784016vw;
    height: 104.38950532vw;
    position: absolute;
    left: calc((100% - 93.2784016vw) / 2);
    bottom: 32.9217888vw;
    display: flex;
    overflow: scroll;
  }
  .slider3 {
    width: 93.2784016vw;
    height: 104.38950532vw;
    position: absolute;
    left: calc((100% - 93.2784016vw) / 2);
    bottom: 5.4869648vw;
    display: flex;
    overflow: scroll;
  }
  .slide {
    width: 93.2784016vw;
    margin: 0 2.0576118vw;
  }
  blockquote {
    display: block;
    width: 100%;
  }
  .slick-dots li button {
    width: 30px;
    height: 30px;
  }
  .slick-dots li button:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .slick-dots li button:before {
    opacity: 1;
    color: #D9D9D9;
  }
  .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #FF6060;
  }
  .search {
    width: 60.76813516vw;
    margin: 60px auto 60px;
    z-index: 2;
  }
  .search--tit {
    font-size: 3.84087536vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #8F36D4;
    border-radius: 1.3717412vw;
    height: 8.77914368vw;
  }
  .search label {
    font-size: 3.29217888vw;
    text-align: center;
    padding-bottom: 1.09739296vw;
    border-bottom: 0.13717412vw solid #000;
    margin-top: 6.03566128vw;
    font-weight: 600;
  }
  .search select {
    display: block;
    width: 100%;
    height: 8.36762132vw;
    margin-top: 2.0576118vw;
    font-size: 3.429353vw;
    text-align: center;
    border: 0.27434824vw solid #D9D9D9;
    font-weight: 500;
  }
  .search--btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: 0.13717412vw solid #0289BF !important;
    font-weight: bold;
    color: #0289BF;
    width: 100%;
    height: 8.77914368vw;
    font-size: 3.429353vw;
    margin-top: 9.6021884vw;
    cursor: pointer;
  }
  .search--bg {
    width: 96.021884vw;
    margin: 6.858706vw auto 0;
    overflow: hidden;
    position: relative;
  }
  .search--bg .bg {
    position: absolute;
    top: 0;
    left: 0;
  }
  .posts-thumbnails {
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 729px) and (max-width: 729px) {
  .pop--bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .search--container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: scroll;
    z-index: 10;
  }
  .search {
    width: 75.445766vw;
    position: relative;
    right: auto;
    top: auto;
    z-index: 100;
    overflow: scroll;
    z-index: 50;
    padding: 11.6598002vw 7.27022836vw;
    background-color: #fff;
    border-radius: 15px;
  }
  .search--tit {
    font-size: 3.84087536vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #8F36D4;
    border-radius: 1.3717412vw;
    height: 8.77914368vw;
  }
  .search label {
    font-size: 3.29217888vw;
    text-align: center;
    padding-bottom: 1.09739296vw;
    border-bottom: 0.13717412vw solid #000;
    margin-top: 6.03566128vw;
    font-weight: 600;
  }
  .search select {
    display: block;
    width: 100%;
    height: 8.36762132vw;
    margin-top: 2.0576118vw;
    font-size: 3.429353vw;
    text-align: center;
    border: 0.27434824vw solid #D9D9D9;
    font-weight: 500;
  }
  .search--btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: 0.13717412vw solid #0289BF !important;
    font-weight: bold;
    color: #0289BF;
    height: 8.77914368vw;
    font-size: 3.429353vw;
    margin-top: 9.6021884vw;
    cursor: pointer;
  }
  .search--bg {
    width: 96.021884vw;
    margin: 6.858706vw auto 0;
    overflow: hidden;
    position: relative;
  }
  .search--bg .bg {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 729px) {
  .post-thumbnail {
    margin-top: 1.57750238vw;
    position: relative;
  }
  .post-thumbnail .url {
    position: absolute;
    width: 9.6021884vw;
    height: 3.56652712vw;
    bottom: 1.57750238vw;
    left: 1.50891532vw;
  }
  .fix {
    position: fixed;
    bottom: 0;
    width: 104.11515708vw;
    left: calc((100% - 104.11515708vw) / 2);
    z-index: 2;
    cursor: pointer;
    display: none;
  }
  .trans-animated {
    animation-name: b;
    animation-duration: 1.5s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
  }
  @keyframes b {
    0% {
      transform: scaleX(1);
    }
    5% {
      transform: scale3d(0.8, 0.74, 0.75); /* より大きく縮小 */
    }
    10% {
      transform: scale3d(0.83, 0.76, 0.74); /* より大きく縮小 */
    }
    26% {
      transform: scale3d(0.84, 0.87, 0.88); /* より大きく縮小 */
    }
    80% {
      transform: scale3d(0.87, 0.89, 0.81); /* より大きく縮小 */
    }
    to {
      transform: scale3d(0.89, 0.81, 0.89); /* より大きく縮小 */
    }
  }
}/*# sourceMappingURL=style.css.map */


.compare {
  margin-top: 8.727rem;
}

.section02 {
  padding-top: 5rem;
}

.section03 {
  padding-top: 5.09rem;
  padding-bottom: 8.999rem;
  position: relative;
  text-align: center;
}

.section03 a {
  position: absolute;
  bottom: 0;
  width: 82%;
  left: 10%;
}

.section04 {
  padding-top: 5.218rem;
}

.section05 {
  padding-top: 3.6rem;
  padding-bottom: 6.908rem;
  position: relative;
}

.button-item {
  display: inline-block;
  width: 4.3rem;
}
.button-list {
  bottom: 7.6rem;
  gap: .82rem;
  left: 7rem;
  display: flex;
  z-index: 3;
  position: absolute;

}

.table-of-contents {
  margin-top: 4.7rem;
}

.toc-inner {
  padding-left: 1.3rem;
  padding-right: 1.3rem;
}

.toc-spacer {
}

.toc-content-inner {
  margin-top: .73rem;
  padding-left: 3.5rem;
  background: #fff;
  padding-top: 1.76rem;
  padding-bottom: 2.2rem;
  border-radius: 0.9697rem;
}

.toc-title {
  color: #D3099F;
  font-family: "Hiragino Sans";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  line-height: normal;
}

.toc-content {
  border-radius: .97rem;
  background-color: #E3E3E3;
  padding-left: .9rem;
  padding-right: .9rem;
  padding-bottom: 1.45rem;
  padding-top: .9rem;
  position: relative;
  margin-top: 0.73rem;
}

.toc-content::after {
  position: absolute;
  content: "";
  background: var(--Linear, linear-gradient(265deg, #B000F9 -17.67%, #FB133B 99.36%));
  width: 100%;
  height: .9rem;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .97rem .97rem 0 0;
}

.toc-section:nth-of-type(n+2) {
  margin-top: 2.2rem;
}

.toc-section-title {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.1901rem;
  font-weight: 700;
  position: relative;
}

.toc-section-title::after {
  content: "";
  position: absolute;
  width: 1.1901rem;
  height: 1.1901rem;
  flex-shrink: 0;
  background-color: #000;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  left: -1.7rem;
}

.toc-list {
}

.toc-list-item {
  margin-top: .5rem;
}

.toc-link {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.0579rem;
  font-weight: 500;
}

html {
  font-size: 1.091vw;
}

@media (max-width: 729px) {
  html {
    font-size:2.9vw;
  }
	
}

.section06 {
  position: relative;

}

.section06 a {
  position: absolute;
  top: 5.221vw;
  left: 8.835vw;
  width: 11.513vw;
    height: 2.142vw;
}

.section07 {
  position: relative;
}

.section07 .app--slider {
  position: absolute;
}
  

.section08 {
  position: relative;
}


.section09 {
  padding-bottom: 12rem;
  position: relative;
}

.container {
  background: #FFFDEF;
}


@media (max-width: 729px) {
  .button-list {
    gap: 1.05rem;
  }
}