@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "noto-sans-cjk-jp", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #653d2d;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  position: relative;
  z-index: 2;
}
.c-header .inner-block {
  height: 110px;
  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;
}
.c-header .logo {
  display: inline-block;
}
.c-header .logo + .logo {
  margin-left: 15px;
}

.c-footer {
  background-color: #653d2d;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
.c-footer .inner-block {
  padding-top: 40px;
  padding-bottom: 60px;
}

#pagetop {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 10;
}
#pagetop a {
  background: #0c419a;
  border: 1px solid #0c419a;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
  font-size: 12px;
  width: 70px;
  height: 70px;
  text-align: center;
  position: relative;
  padding-top: 22px;
}
#pagetop a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: -10px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.c-ttl01 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}
.c-ttl01 .inn {
  display: inline-block;
  padding: 0 88px;
  position: relative;
}
.c-ttl01 .inn::before, .c-ttl01 .inn::after {
  position: absolute;
  content: "";
  width: 74px;
  height: 25px;
  background: url(../img/ico_ttl_leaf_03.svg) no-repeat center/contain;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-ttl01 .inn::before {
  left: 0;
}
.c-ttl01 .inn::after {
  right: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.c-ttl01.blue .inn::before, .c-ttl01.blue .inn::after {
  background-image: url(../img/ico_ttl_leaf_03_blue.svg);
}

.c-ttl02 {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  position: relative;
  --color: #fae3b7;
  z-index: 1;
  padding-bottom: 25px;
  min-height: 250px;
  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;
}
.c-ttl02 .inn::after {
  position: absolute;
  content: "";
  width: 238px;
  height: 238px;
  background-color: var(--color);
  border-radius: 555px;
  z-index: -1;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-ttl02 .sub-txt {
  font-size: 32px;
  display: block;
}
.c-ttl02 .sub-txt.small {
  font-size: 24px;
}
.c-ttl02::before {
  content: "";
  position: absolute;
  background: url(../img/ico_ttl_leaf_01.svg) no-repeat center/contain;
  left: 0;
  right: 0;
  top: 30px;
  height: 40px;
  width: 157px;
  z-index: 10;
  margin: 0 auto;
  display: none;
}
.c-ttl02::after {
  content: "";
  background: url(../img/ico_ttl_leaf_02.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  margin: 0 auto;
  width: 210px;
  height: 30px;
  z-index: 10;
}
.c-ttl02.bg-blue {
  --color: #cff5fa;
}
.c-ttl02.anm-c-ttl02 {
  opacity: 0;
}
.c-ttl02.anm-c-ttl02 .inn::after {
  opacity: 0;
}
.c-ttl02.anm-c-ttl02::before, .c-ttl02.anm-c-ttl02::after {
  opacity: 0;
}
.c-ttl02.anm-c-ttl02 .inn-txt {
  opacity: 0;
}
.c-ttl02.anm-c-ttl02.is-animated {
  -webkit-animation: fadeInAndOut 1.5s ease-in-out forwards;
          animation: fadeInAndOut 1.5s ease-in-out forwards;
}
.c-ttl02.anm-c-ttl02 .inn::after {
  -webkit-animation: fadeInAndOut 1.5s ease-in-out 0.5s forwards;
          animation: fadeInAndOut 1.5s ease-in-out 0.5s forwards;
}
.c-ttl02.anm-c-ttl02::before, .c-ttl02.anm-c-ttl02::after {
  -webkit-animation: fadeInAndOut 1.5s ease-in-out 1.2s forwards;
          animation: fadeInAndOut 1.5s ease-in-out 1.2s forwards;
}
.c-ttl02.anm-c-ttl02 .inn-txt {
  -webkit-animation: fadeInAndOut 1.5s ease-in-out 1.5s forwards;
          animation: fadeInAndOut 1.5s ease-in-out 1.5s forwards;
}

.c-bg-ttl {
  width: 100%;
  background-color: #653d2d;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  padding: 4px 10px;
}
.c-bg-ttl.max-613 {
  max-width: 613px;
  margin: 126px auto 38px;
}

.c-marker {
  background-color: #fedaba;
  padding: 0 2px;
}

.c-list {
  margin-top: 20px;
}
.c-list .item {
  position: relative;
  line-height: 1.5;
  padding-left: 22px;
  color: #2F2F2F;
}
.c-list .item::after {
  content: "●";
  display: block;
  position: absolute;
  left: 2px;
  top: 0;
  color: #653d2d;
}
.c-list li {
  position: relative;
  line-height: 1.5;
  color: #2F2F2F;
}

.c-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.cl-bk {
  color: #171717;
}

.anm-fadeInUp {
  --fadeUp: 100px;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.anm-fadeInUp.is-animated {
  -webkit-animation: fadeInUp 1.5s both;
          animation: fadeInUp 1.5s both;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(var(--fadeUp));
            transform: translateY(var(--fadeUp));
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(var(--fadeUp));
            transform: translateY(var(--fadeUp));
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.anm-fadeIn {
  opacity: 0;
}
.anm-fadeIn.is-animated {
  -webkit-animation: fadeIn 1.5s both;
          animation: fadeIn 1.5s both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.anm-list.is-animated li {
  -webkit-animation: fadeInUp 1.5s both;
          animation: fadeInUp 1.5s both;
}
.anm-list li {
  opacity: 0;
  --fadeUp: 100px;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.home {
  overflow: hidden;
}
.home .font-vdl {
  font-family: "vdl-logomaru-jr", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  line-height: 1;
}
.home .buy-btn {
  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;
  background: url(../img/mv_btn_bg.png.webp) no-repeat center/contain;
  width: 191px;
  height: 191px;
  padding: 22px;
  position: fixed;
  right: 0;
  bottom: 120px;
  z-index: 999;
}
.home .buy-btn .inn {
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
}
.home .sub-ttl {
  font-size: 22px;
  text-align: center;
  margin: 12px auto 0;
}
.home .graph-note {
  display: block;
  text-align: right;
  position: relative;
  top: 20px;
}
.home .mv-block {
  background: url(../img/mv.png.webp) no-repeat bottom right/cover;
  height: 50.5208333333vw;
  overflow: hidden;
  z-index: 5;
}
.home .mv-block.anm-mv .ttl-box > .inn::before {
  opacity: 0;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-filter: blur(20px);
          filter: blur(20px);
  -webkit-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;
  -webkit-transition-property: -webkit-clip-path opacity filter;
  transition-property: -webkit-clip-path opacity filter;
  transition-property: clip-path opacity filter;
  transition-property: clip-path opacity filter, -webkit-clip-path opacity filter;
}
.home .mv-block.anm-mv.is-animated .ttl-box > .inn::before {
  opacity: 1;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  -webkit-filter: blur(0);
          filter: blur(0);
}
.home .mv-block .inner-block {
  padding-top: 65px;
  height: 100%;
}
.home .mv-block .ttl-box > .inn {
  position: relative;
  z-index: 1;
  padding: 3.4895833333vw 0 5.7291666667vw;
}
.home .mv-block .ttl-box > .inn::before {
  position: absolute;
  content: "";
  width: 100%;
  width: 68.8020833333vw;
  height: 18.3854166667vw;
  background: url(../img/mv_ttl_bg.png.webp) no-repeat center/100%;
  top: 0;
  bottom: 0;
  left: -7.3958333333vw;
  margin: auto;
  z-index: -1;
}
.home .mv-block .ttl-box > .inn .ttl-sub {
  font-size: 2.3958333333vw;
  line-height: 1.3;
  font-weight: 300;
}
.home .mv-block .ttl-box > .inn .ttl-sub .ico {
  position: relative;
}
.home .mv-block .ttl-box > .inn .ttl-sub .ico::after {
  position: absolute;
  content: "";
  width: 2.65625vw;
  height: 2.0833333333vw;
  background: url(../img/ico_txt_leaf.svg) no-repeat center/100%;
  top: -1.0416666667vw;
  right: -1.1979166667vw;
}
.home .mv-block .ttl-box > .inn .ttl {
  margin-top: 2.3560209424vw;
  width: 54.9738219895vw;
}
.home .mv-block .sub-box {
  color: #c45727;
  text-align: center;
  max-width: 16.7708333333vw;
  position: absolute;
  top: -1.40625vw;
  left: 42.65625vw;
  width: 100%;
}
.home .mv-block .sub-box .inn {
  position: relative;
  z-index: 1;
  padding: 12px;
  background: url(../img/mv_box_bg.png.webp) no-repeat center/contain;
}
.home .mv-block .sub-box .inn::after, .home .mv-block .sub-box .inn::before {
  content: "";
  position: absolute;
  bottom: 1.0416666667vw;
  right: 0.6770833333vw;
  height: 3.75vw;
  width: 2.5vw;
  background: url(../img/ico_leaf.svg) no-repeat center/contain;
}
.home .mv-block .sub-box .inn::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  left: 0.6770833333vw;
}
.home .mv-block .sub-box .box-ttl {
  font-size: 1.0416666667vw;
  font-weight: 500;
  position: relative;
}
.home .mv-block .sub-box .box-ttl::after {
  position: absolute;
  content: "";
  width: 6.7708333333vw;
  height: 1px;
  background-color: #c45727;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0.5;
}
.home .mv-block .sub-box .box-txt {
  line-height: 1.4;
}
.home .mv-block .sub-box .top {
  font-size: 1.5104166667vw;
  font-weight: bold;
}
.home .mv-block .sub-box .bottom {
  font-size: 1.0416666667vw;
  font-weight: bold;
}
.home .see-block {
  position: relative;
  z-index: 8;
  padding-top: 80px;
}
.home .see-block .anchor-list {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 2.03125vw;
     -moz-column-gap: 2.03125vw;
          column-gap: 2.03125vw;
  max-width: 1052px;
  margin: auto;
  position: absolute;
  top: -18.2291666667vw;
  left: 0;
  right: 0;
  list-style: none;
  z-index: 20;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-animation: yura 3s ease-in-out infinite;
          animation: yura 3s ease-in-out infinite;
}
.home .see-block .anchor-list li {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  position: relative;
}
.home .see-block .anchor-list li:nth-child(1) {
  top: -28px;
}
.home .see-block .anchor-list li:nth-child(1) a, .home .see-block .anchor-list li:nth-child(1) .anchor-inn {
  background: url(../img/bg_anchor_02.png.webp) no-repeat center center/contain;
  height: 240px;
  width: 380px;
  padding: 50px 0 50px;
}
.home .see-block .anchor-list li:nth-child(1) a::before, .home .see-block .anchor-list li:nth-child(1) .anchor-inn::before {
  bottom: 24px;
}
.home .see-block .anchor-list li:nth-child(2) {
  top: 10px;
}
.home .see-block .anchor-list li:nth-child(2) a, .home .see-block .anchor-list li:nth-child(2) .anchor-inn {
  background: url(../img/bg_anchor_03.png.webp) no-repeat center center/contain;
  height: 210px;
  width: 310px;
  padding: 50px 0;
}
.home .see-block .anchor-list li:nth-child(2) a::before, .home .see-block .anchor-list li:nth-child(2) .anchor-inn::before {
  bottom: 37px;
}
.home .see-block .anchor-list a, .home .see-block .anchor-list .anchor-inn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
  line-height: 1.47826;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .see-block .anchor-list a::before, .home .see-block .anchor-list .anchor-inn::before {
  background: url(../img/ico_ttl_leaf_02.svg) no-repeat center center/contain;
  content: "";
  height: 14px;
  width: 105px;
  position: absolute;
  margin: auto;
}
.home .see-block .anchor-list .inn {
  color: #653d2d;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-align: center;
  position: relative;
}
.home .see-block .anchor-list .red {
  color: #D01F1F;
  display: block;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.081;
  margin-top: 5px;
}
.home .see-block .anchor-list .red.palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.home .see-block .anchor-list .small {
  display: block;
  font-size: 15px;
  margin-top: 4px;
}
.home .see-block::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: no-repeat top/contain;
  right: 0;
  left: 0;
  top: -238px;
  margin: auto;
  z-index: -4;
  pointer-events: none;
}
.home .see-block::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: no-repeat bottom/contain;
  right: 0;
  left: 0;
  bottom: -320px;
  margin: auto;
  z-index: -4;
  pointer-events: none;
}
.home .see-block .lead-area {
  text-align: center;
  margin-top: 139px;
}
.home .see-block .lead-area .c-ttl01 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.home .see-block .lead-area .c-ttl01::before, .home .see-block .lead-area .c-ttl01::after {
  content: "";
  display: block;
  background: url(../img/ico_ttl_leaf_03_green.svg);
  background-size: contain;
  height: 25px;
  width: 75px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.home .see-block .lead-area .c-ttl01::before {
  content: none;
}
.home .see-block .lead-area .c-ttl01::after {
  content: none;
}
.home .see-block .lead-area .c-ttl01 .txt-ttl {
  color: #fff;
  font-weight: bold;
  font-size: 34px;
  line-height: 1.2941176471;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.home .see-block .lead-area .c-ttl01 .txt-ttl::before, .home .see-block .lead-area .c-ttl01 .txt-ttl::after {
  content: "";
  display: block;
  background: url(../img/ico_ttl_leaf_03.svg) no-repeat center;
  background-size: contain;
  height: 25px;
  width: 75px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.home .see-block .lead-area .c-ttl01 .txt-ttl::before {
  left: -90px;
}
.home .see-block .lead-area .c-ttl01 .txt-ttl::after {
  right: -90px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.home .see-block .lead-area .ico-brown {
  background-color: #653D2D;
  width: 100%;
  position: relative;
  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: 100px;
  margin-bottom: 38px;
  text-align: center;
}
.home .see-block .lead-area .txt {
  font-size: 34px;
  font-weight: 300;
  line-height: 1.94;
}
.home .see-block .lead-area .txt + .txt {
  margin-top: 77px;
}
.home .see-block .lead-area .ttl {
  font-family: "vdl-logomaru-jr", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  line-height: 1;
  font-size: 46px;
  letter-spacing: 0.11em;
  line-height: 1.5;
  position: relative;
  max-width: 996px;
  margin: 70px auto 0;
}
.home .see-block .lead-area .ttl.anm-ttl .txt-ttl {
  opacity: 0;
}
.home .see-block .lead-area .ttl.anm-ttl::before, .home .see-block .lead-area .ttl.anm-ttl::after {
  opacity: 0;
}
.home .see-block .lead-area .ttl.anm-ttl.is-animated .txt-ttl {
  -webkit-animation: fadeInAndOut 1.5s ease-in-out 1.5s forwards;
          animation: fadeInAndOut 1.5s ease-in-out 1.5s forwards;
}
.home .see-block .lead-area .ttl.anm-ttl.is-animated::before, .home .see-block .lead-area .ttl.anm-ttl.is-animated::after {
  -webkit-animation: fadeInAndOut 1.5s ease-in-out 1s forwards;
          animation: fadeInAndOut 1.5s ease-in-out 1s forwards;
}
.home .see-block .lead-area .ttl::before, .home .see-block .lead-area .ttl::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 230px;
  background: url(../img/ico_leaf_02.svg) no-repeat center/contain;
  top: 0;
  bottom: 0;
  margin: auto;
}
.home .see-block .lead-area .ttl::before {
  left: 0;
}
.home .see-block .lead-area .ttl::after {
  right: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.home .see-block .lead-area .ttl .large {
  font-size: 66px;
  letter-spacing: 0.11em;
}
.home .see-block .lead-area .img {
  margin-top: 36px;
  text-align: center;
}
.home .see-block .live-items {
  position: relative;
  z-index: 1;
  padding: 0 20px 40px;
  margin: 0 auto;
  background: url(../img/bg_see.png.webp) no-repeat top center/contain;
}
.home .see-block .live-items.anm-live-items {
  opacity: 0;
}
.home .see-block .live-items.anm-live-items .ttl-area .deco01,
.home .see-block .live-items.anm-live-items .ttl-area .deco02 {
  opacity: 0;
}
.home .see-block .live-items.anm-live-items .ttl-area .ttl {
  opacity: 0;
}
.home .see-block .live-items.anm-live-items.is-animated {
  -webkit-animation: fadeInAndOut 1s ease-in-out forwards;
          animation: fadeInAndOut 1s ease-in-out forwards;
}
.home .see-block .live-items.anm-live-items.is-animated .ttl-area .deco01 {
  -webkit-animation: fade-in-left02 1.5s ease-in-out 1s forwards;
          animation: fade-in-left02 1.5s ease-in-out 1s forwards;
}
.home .see-block .live-items.anm-live-items.is-animated .ttl-area .deco02 {
  -webkit-animation: fade-in-right02 1.5s ease-in-out 1s forwards;
          animation: fade-in-right02 1.5s ease-in-out 1s forwards;
}
.home .see-block .live-items.anm-live-items.is-animated .ttl-area .ttl {
  -webkit-animation: fadeInAndOut 1.5s ease-in-out 2s forwards;
          animation: fadeInAndOut 1.5s ease-in-out 2s forwards;
}
.home .see-block .live-items .ttl-area {
  position: relative;
  padding: 90px 0 20px;
  margin-bottom: 50px;
}
.home .see-block .live-items .ttl-area .deco01,
.home .see-block .live-items .ttl-area .deco02 {
  position: absolute;
}
.home .see-block .live-items .ttl-area .deco01 {
  top: -3.125vw;
  left: 12.5vw;
  width: 16.3125vw;
  height: 12.1875vw;
}
.home .see-block .live-items .ttl-area .deco02 {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  right: 7.5vw;
  bottom: -6.875vw;
  width: 7.25vw;
  height: 12.8125vw;
}
.home .see-block .live-items .ttl {
  font-size: 2.6041666667vw;
  font-weight: 300;
  text-align: center;
}
.home .see-block .live-items .ttl .large {
  font-size: 3.6458333333vw;
}
.home .see-block .live-items .bg-box {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  margin: auto;
  background: no-repeat center center/contain;
}
.home .see-block .live-items .bg-box.anm-bg-box {
  opacity: 0;
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.home .see-block .live-items .bg-box.anm-bg-box .txt {
  opacity: 0;
}
.home .see-block .live-items .bg-box.anm-bg-box .img {
  opacity: 0;
}
.home .see-block .live-items .bg-box.anm-bg-box.is-animated {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.home .see-block .live-items .bg-box.anm-bg-box.is-animated .txt {
  -webkit-animation: fadeInAndOut 1.5s ease-in-out 1.8s forwards;
          animation: fadeInAndOut 1.5s ease-in-out 1.8s forwards;
}
.home .see-block .live-items .bg-box.anm-bg-box.is-animated .img {
  -webkit-animation: fadeInAndOut 1.5s ease-in-out 1.8s forwards;
          animation: fadeInAndOut 1.5s ease-in-out 1.8s forwards;
}
.home .see-block .live-items .bg-box.anm-bg-box.reverse {
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
}
.home .see-block .live-items .bg-box.anm-bg-box.reverse.is-animated {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.home .see-block .live-items .bg-box.reverse {
  margin-left: auto;
}
.home .see-block .live-items .bg-box.reverse .txt {
  margin: 0 70px 40px min(320px, 25vw);
}
.home .see-block .live-items .bg-box.reverse .txt .line {
  display: inline-block;
  width: clamp(50px, 10.15625vw, 130px);
  height: 1em;
  margin-bottom: -5px;
  position: relative;
}
.home .see-block .live-items .bg-box.reverse .txt .line::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #653d2d;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.home .see-block .live-items .bg-box .img {
  position: absolute;
  right: 6px;
  bottom: 7px;
  width: min(360px, 28.125vw);
}
.home .see-block .live-items .bg-box .txt {
  font-size: clamp(16px, 2.34375vw, 34px);
  line-height: 1.76;
  margin: 0 min(360px, 28.125vw) 40px 70px;
  font-weight: 300;
  text-align: left;
}
.home .see-block .live-items .bg-box .txt sup {
  font-size: 0.6em;
}
.home .see-block .live-items .blowing.anm-blowing .deco01,
.home .see-block .live-items .blowing.anm-blowing .deco02,
.home .see-block .live-items .blowing.anm-blowing .deco03 {
  opacity: 0;
}
.home .see-block .live-items .blowing.anm-blowing.is-animated .deco01 {
  -webkit-animation: fadeInAndOut 1s ease-in-out 0s forwards;
          animation: fadeInAndOut 1s ease-in-out 0s forwards;
}
.home .see-block .live-items .blowing.anm-blowing.is-animated .deco02 {
  -webkit-animation: fadeInAndOut 1s ease-in-out 0.5s forwards;
          animation: fadeInAndOut 1s ease-in-out 0.5s forwards;
}
.home .see-block .live-items .blowing.anm-blowing.is-animated .deco03 {
  -webkit-animation: fadeInAndOut 1s ease-in-out 1s forwards;
          animation: fadeInAndOut 1s ease-in-out 1s forwards;
}
.home .see-block .live-items .blowing > * {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.home .see-block .live-items > .txt {
  font-size: 34px;
  line-height: 1.76;
  font-weight: 300;
  text-align: center;
  margin: 40px 0 70px;
}
.home .see-block .live-items .annotation {
  text-align: right;
  font-size: 18px;
  font-weight: 300;
  margin-top: 40px;
}
.home .see-block .box-blowing {
  position: relative;
  top: -25px;
  z-index: 50;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.home .see-block .box-blowing.anm-box-blowing .deco01,
.home .see-block .box-blowing.anm-box-blowing .deco02,
.home .see-block .box-blowing.anm-box-blowing .deco03 {
  opacity: 0;
}
.home .see-block .box-blowing.anm-box-blowing.is-animated .deco01 {
  -webkit-animation: fadeInAndOut 1s ease-in-out 0s forwards;
          animation: fadeInAndOut 1s ease-in-out 0s forwards;
}
.home .see-block .box-blowing.anm-box-blowing.is-animated .deco02 {
  -webkit-animation: fadeInAndOut 1s ease-in-out 0.5s forwards;
          animation: fadeInAndOut 1s ease-in-out 0.5s forwards;
}
.home .see-block .box-blowing.anm-box-blowing.is-animated .deco03 {
  -webkit-animation: fadeInAndOut 1s ease-in-out 1s forwards;
          animation: fadeInAndOut 1s ease-in-out 1s forwards;
}
.home .see-block .fund-items {
  background-color: #fff;
  margin-top: -40px;
  position: relative;
  padding-bottom: 90px;
}
.home .see-block .fund-items.anm-fund-items {
  opacity: 0;
}
.home .see-block .fund-items.anm-fund-items::before {
  opacity: 0;
  --fadeUp: 100px;
}
.home .see-block .fund-items.anm-fund-items .head-area .ttl-top {
  opacity: 0;
}
.home .see-block .fund-items.anm-fund-items .head-area .ttl {
  opacity: 0;
}
.home .see-block .fund-items.anm-fund-items .head-area .img {
  opacity: 0;
}
.home .see-block .fund-items.anm-fund-items.is-animated {
  -webkit-animation: fadeInAndOut 0.5s ease-in-out forwards;
          animation: fadeInAndOut 0.5s ease-in-out forwards;
}
.home .see-block .fund-items.anm-fund-items.is-animated::before {
  -webkit-animation: fadeInUp 1.5s ease-in-out 0.5s forwards;
          animation: fadeInUp 1.5s ease-in-out 0.5s forwards;
}
.home .see-block .fund-items.anm-fund-items.is-animated .head-area .ttl-top {
  -webkit-animation: fadeInAndOut 1.5s ease-in-out 0.8s forwards;
          animation: fadeInAndOut 1.5s ease-in-out 0.8s forwards;
}
.home .see-block .fund-items.anm-fund-items.is-animated .head-area .ttl {
  -webkit-animation: fadeInAndOut 1.5s ease-in-out 1.2s forwards;
          animation: fadeInAndOut 1.5s ease-in-out 1.2s forwards;
}
.home .see-block .fund-items.anm-fund-items.is-animated .head-area .img {
  -webkit-animation: fadeInAndOut 1.5s ease-in-out 1.5s forwards;
          animation: fadeInAndOut 1.5s ease-in-out 1.5s forwards;
}
.home .see-block .fund-items::before {
  content: "";
  background-image: url(../img/bg_box_fund.png.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  width: inherit;
  height: 550px;
}
.home .see-block .fund-items .head-area {
  position: relative;
  z-index: 10;
  max-width: 1060px;
  margin: auto;
  padding: 0 20px;
}
.home .see-block .fund-items .head-area .img {
  width: 237px;
  margin: 30px auto 0;
}
.home .see-block .fund-items .head-area .annotation {
  font-weight: 300;
  margin-top: 84px;
}
.home .see-block .fund-items .head-area .ttl-top {
  font-weight: 300;
  font-size: 34px;
  line-height: 1.4705882353;
  text-align: center;
}
.home .see-block .fund-items .head-area .ttl {
  font-size: 60px;
  letter-spacing: 0.07em;
  text-align: center;
  margin-top: 30px;
}
.home .see-block .fund-items.no-before::before {
  content: none;
}
.home .see-block .fund-items.no-bg {
  background: transparent;
  margin-top: 45px;
}
.home .see-block .reco-area {
  position: relative;
  padding: 0 20px 228px;
  max-width: 1060px;
  margin: 95px auto 0;
}
.home .see-block .reco-area.pb-60 {
  padding-bottom: 60px;
}
.home .see-block .reco-area .c-ttl01 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.home .see-block .reco-area .c-ttl01::before, .home .see-block .reco-area .c-ttl01::after {
  content: "";
  display: block;
  background: url(../img/ico_ttl_leaf_03_green.svg);
  background-size: contain;
  height: 25px;
  width: 75px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.home .see-block .reco-area .c-ttl01::before {
  left: -80px;
}
.home .see-block .reco-area .c-ttl01::after {
  right: -80px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.home .see-block .reco-area .ico-brown {
  background-color: #653D2D;
  width: 100%;
  position: relative;
  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: 100px;
  margin-bottom: 38px;
  text-align: center;
}
.home .see-block .reco-area .txt-ttl {
  color: #fff;
  font-weight: bold;
  font-size: 34px;
  line-height: 1.2941176471;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.home .see-block .reco-area .txt-ttl::before, .home .see-block .reco-area .txt-ttl::after {
  content: "";
  display: block;
  background: url(../img/ico_ttl_leaf_03.svg) no-repeat center;
  background-size: contain;
  height: 25px;
  width: 75px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.home .see-block .reco-area .txt-ttl::before {
  left: -90px;
}
.home .see-block .reco-area .txt-ttl::after {
  right: -90px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.home .see-block .reco-area .list {
  margin-top: 20px;
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.home .see-block .reco-area .item {
  width: 100%;
  max-width: 290px;
  font-size: 28px;
  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-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;
  line-height: 1.5714285714;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 80px 10px;
}
.home .see-block .reco-area .item:nth-child(1) {
  background-image: url(../img/bg_reco_01.png.webp);
}
.home .see-block .reco-area .item:nth-child(2) {
  background-image: url(../img/bg_reco_02.png.webp);
  margin-top: 93px;
  position: relative;
}
.home .see-block .reco-area .item:nth-child(3) {
  background-image: url(../img/bg_reco_03.png.webp);
  margin-top: -10px;
}
.home .see-block .reco-area .reco-img {
  text-align: center;
}
.home .see-block .reco-area .reco-img img {
  width: 100%;
}
.home .see-block .award-area {
  position: relative;
  padding: 93px 20px 60px;
  max-width: 1060px;
  margin: auto;
}
.home .see-block .award-area .c-ttl02::before {
  display: block;
}
.home .see-block .award-area::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/wave.svg) no-repeat center;
  width: 100%;
  height: 11px;
}
.home .see-block .award-area::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/wave_brown.svg) no-repeat center;
  width: 100%;
  height: 11px;
}
.home .see-block .award-area .list {
  margin-top: 49px;
}
.home .see-block .award-area .item {
  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;
}
.home .see-block .award-area .item + .item {
  margin-top: 70px;
}
.home .see-block .award-area .item.anm-award-list-item .img {
  opacity: 0;
}
.home .see-block .award-area .item.anm-award-list-item .left-box,
.home .see-block .award-area .item.anm-award-list-item .right-box,
.home .see-block .award-area .item.anm-award-list-item .txt-items::before,
.home .see-block .award-area .item.anm-award-list-item .txt-items::after {
  opacity: 0;
}
.home .see-block .award-area .item.anm-award-list-item .deco,
.home .see-block .award-area .item.anm-award-list-item .sub,
.home .see-block .award-area .item.anm-award-list-item .award,
.home .see-block .award-area .item.anm-award-list-item .eg {
  opacity: 0;
}
.home .see-block .award-area .item.anm-award-list-item.is-animated .img {
  -webkit-animation: fadeInAndOut 1.5s ease-in-out forwards;
          animation: fadeInAndOut 1.5s ease-in-out forwards;
}
.home .see-block .award-area .item.anm-award-list-item.is-animated .left-box,
.home .see-block .award-area .item.anm-award-list-item.is-animated .right-box,
.home .see-block .award-area .item.anm-award-list-item.is-animated .txt-items::before,
.home .see-block .award-area .item.anm-award-list-item.is-animated .txt-items::after {
  -webkit-animation: fadeInAndOut 1.5s ease-in-out forwards;
          animation: fadeInAndOut 1.5s ease-in-out forwards;
}
.home .see-block .award-area .item.anm-award-list-item.is-animated .deco,
.home .see-block .award-area .item.anm-award-list-item.is-animated .sub,
.home .see-block .award-area .item.anm-award-list-item.is-animated .award,
.home .see-block .award-area .item.anm-award-list-item.is-animated .eg {
  -webkit-animation: fadeInAndOut 1.5s ease-in-out 0.5s forwards;
          animation: fadeInAndOut 1.5s ease-in-out 0.5s forwards;
}
.home .see-block .award-area .txt-ttl {
  text-align: center;
  margin-top: 64px;
}
.home .see-block .award-area .txt-items {
  max-width: 422px;
  width: 100%;
  margin-left: 30px;
  text-align: center;
  position: relative;
}
.home .see-block .award-area .txt-items::before, .home .see-block .award-area .txt-items::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
}
.home .see-block .award-area .txt-items::before {
  left: 0;
  border-left: 1px solid #653d2d;
}
.home .see-block .award-area .txt-items::after {
  right: 0;
  border-right: 1px solid #653d2d;
}
.home .see-block .award-area .txt-items .left-box,
.home .see-block .award-area .txt-items .right-box {
  display: block;
  width: 44px;
  position: absolute;
  border: 1px solid #653D2D;
  top: 0;
}
.home .see-block .award-area .txt-items .left-box {
  left: -5px;
  border-right: none;
}
.home .see-block .award-area .txt-items .right-box {
  right: -5px;
  border-left: none;
}
.home .see-block .award-area .txt-items .deco {
  margin-top: -20px;
}
.home .see-block .award-area .txt-items .sub {
  font-size: 22px;
  letter-spacing: 0.05em;
  margin-top: 12px;
  font-weight: 500;
}
.home .see-block .award-area .txt-items .award {
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
  margin-top: 4px;
  color: #B59650;
}
.home .see-block .award-area .txt-items .eg {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}
.home .see-block .award-area .award-table {
  margin: 4px auto 0;
}
.home .see-block .award-area .award-table tr + tr {
  margin-top: 10px;
}
.home .see-block .award-area .award-table th {
  padding-right: 20px;
  vertical-align: top;
}
.home .see-block .award-area .award-table th,
.home .see-block .award-area .award-table td {
  font-size: 19px;
  font-weight: 300;
  padding-bottom: 20px;
  line-height: 1.5;
}
.home .see-block .award-area .annotation {
  font-weight: 300;
  margin-top: 38px;
  text-align: center;
  line-height: 1.5;
}
.home .see-block .award-area .annotation + .annotation {
  margin-top: 2px !important;
}
.home .see-block .award-area .annotation.c-red {
  color: #DD5E5E;
}
.home .see-block .award-area .annotation.l-left {
  text-align: left;
}
.home .see-block .award-area .annotation.mx-740 {
  max-width: 740px;
  margin: auto;
}
.home .see-block .award-area .award-img {
  text-align: center;
  margin: 0 auto 0;
}
.home .see-block .performance-area {
  padding: 70px 20px 80px;
  max-width: 1060px;
  margin: auto;
}
.home .see-block .performance-area .c-ttl02::after {
  bottom: 15px;
}
.home .see-block .performance-area .graph-ttl {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  border: 1px solid #653d2d;
  padding: 3px 10px;
  margin-top: 35px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.home .see-block .performance-area .graph-ttl.is-animated {
  opacity: 1;
}
.home .see-block .performance-area .graph-ttl sup {
  font-size: 16px;
}
.home .see-block .performance-area .graph {
  margin: 20px auto 0;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.3s ease-in-out;
  transition: opacity 0.3s 0.3s ease-in-out;
}
.home .see-block .performance-area .graph .line,
.home .see-block .performance-area .graph .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home .see-block .performance-area .graph .line {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: -webkit-clip-path 3s 0.6s ease-in-out;
  transition: -webkit-clip-path 3s 0.6s ease-in-out;
  transition: clip-path 3s 0.6s ease-in-out;
  transition: clip-path 3s 0.6s ease-in-out, -webkit-clip-path 3s 0.6s ease-in-out;
}
.home .see-block .performance-area .graph .info {
  opacity: 0;
  -webkit-transition: opacity 0.3s 2.8s ease-in-out;
  transition: opacity 0.3s 2.8s ease-in-out;
}
.home .see-block .performance-area .graph.is-animated {
  opacity: 1;
}
.home .see-block .performance-area .graph.is-animated .line {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.home .see-block .performance-area .graph.is-animated .info {
  opacity: 1;
}
.home .see-block .annotation-list {
  color: #000000;
  margin-top: 20px;
  font-weight: 300;
  line-height: 1.5;
}
.home .see-block .annotation-list li {
  text-indent: -4em;
  padding-left: 4em;
}
.home .see-block .annotation-list li.no-indent {
  text-indent: 0;
  padding-left: 0;
}
.home .see-block .indent-list {
  color: #D01F1F;
  margin-top: 12px;
  font-weight: 300;
  line-height: 1.5;
}
.home .see-block .indent-list li {
  text-indent: -1em;
  padding-left: 1em;
}
.home .see-block .indent-list.number li {
  text-indent: -1.8em;
  padding-left: 1.8em;
}
.home .see-block .feature-area {
  padding-bottom: 32px;
  background-color: #FFF1D0;
  margin: 137px auto 0;
}
.home .see-block .feature-area .ico-brown {
  background-color: #653D2D;
  width: 100%;
  position: relative;
  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;
}
.home .see-block .feature-area .txt-ttl {
  color: #fff;
  font-weight: bold;
  font-size: 34px;
  line-height: 1.2941176471;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.home .see-block .feature-area .txt-ttl::before, .home .see-block .feature-area .txt-ttl::after {
  content: "";
  display: block;
  background: url(../img/ico_ttl_leaf_03.svg) no-repeat center;
  background-size: contain;
  height: 25px;
  width: 75px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.home .see-block .feature-area .txt-ttl::before {
  left: -80px;
}
.home .see-block .feature-area .txt-ttl::after {
  right: -80px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.home .see-block .feature-area .num-list {
  padding: 34px 20px;
  max-width: 1060px;
  margin: auto;
}
.home .see-block .feature-area .item {
  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;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5714285714;
}
.home .see-block .feature-area .item + .item {
  margin-top: 20px;
}
.home .see-block .feature-area .item::before {
  content: "1";
  font-size: 38px;
  font-weight: bold;
  background: url(../img/bg_number.png.webp) no-repeat center;
  background-size: contain;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  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;
  width: 84px;
  height: 84px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 35px;
}
.home .see-block .feature-area .item:nth-child(2)::before {
  content: "2";
}
.home .see-block .feature-area .item:nth-child(3)::before {
  content: "3";
}
.home .see-block .feature-area .annotation {
  max-width: 1060px;
  margin: auto;
  padding: 0 20px;
  font-weight: 300;
}
.home .see-block .feature-area .ttl {
  font-size: 18px;
  max-width: 1060px;
  margin: 30px auto 15px;
  padding: 0 20px;
}
.home .see-block .feature-area .txt {
  font-size: 16px;
  max-width: 1060px;
  margin: auto;
  padding: 0 20px;
}
.home .see-block .model-area {
  max-width: 796px;
  margin: auto;
  padding: 70px 20px 0;
}
.home .see-block .model-area .box + .box {
  margin-top: 60px;
}
.home .see-block .model-area .c-list {
  margin-bottom: 70px;
}
.home .see-block .model-area .annotation {
  font-weight: 300;
}
.home .see-block .model-area .graph {
  margin: 0 auto;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.3s ease-in-out;
  transition: opacity 0.3s 0.3s ease-in-out;
}
.home .see-block .model-area .graph .line,
.home .see-block .model-area .graph .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home .see-block .model-area .graph .base {
  position: relative;
  z-index: 1;
}
.home .see-block .model-area .graph .line {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: -webkit-clip-path 1.5s 0.6s ease-in-out;
  transition: -webkit-clip-path 1.5s 0.6s ease-in-out;
  transition: clip-path 1.5s 0.6s ease-in-out;
  transition: clip-path 1.5s 0.6s ease-in-out, -webkit-clip-path 1.5s 0.6s ease-in-out;
}
.home .see-block .model-area .graph .info {
  -webkit-clip-path: inset(100% 100% 0 0);
          clip-path: inset(100% 100% 0 0);
  -webkit-transition: -webkit-clip-path 1.5s 1.5s ease-in-out;
  transition: -webkit-clip-path 1.5s 1.5s ease-in-out;
  transition: clip-path 1.5s 1.5s ease-in-out;
  transition: clip-path 1.5s 1.5s ease-in-out, -webkit-clip-path 1.5s 1.5s ease-in-out;
  z-index: 2;
}
.home .see-block .model-area .graph.is-animated {
  opacity: 1;
}
.home .see-block .model-area .graph.is-animated .line {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.home .see-block .model-area .graph.is-animated .info {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.home .see-block .model-area .graph img {
  width: 100%;
}
.home .see-block .fail-area {
  max-width: 1060px;
  margin: auto;
  padding: 0 20px;
}
.home .see-block .fail-area .ttl {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  width: 100%;
  border: 1px solid #653d2d;
  padding: 4px 10px;
}
.home .see-block .fail-area .graph {
  margin: 16px auto 0;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.3s ease-in-out;
  transition: opacity 0.3s 0.3s ease-in-out;
}
.home .see-block .fail-area .graph .line,
.home .see-block .fail-area .graph .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home .see-block .fail-area .graph .line {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: -webkit-clip-path 3s 0.6s ease-in-out;
  transition: -webkit-clip-path 3s 0.6s ease-in-out;
  transition: clip-path 3s 0.6s ease-in-out;
  transition: clip-path 3s 0.6s ease-in-out, -webkit-clip-path 3s 0.6s ease-in-out;
}
.home .see-block .fail-area .graph .info {
  opacity: 0;
  -webkit-transition: opacity 0.3s 2.8s ease-in-out;
  transition: opacity 0.3s 2.8s ease-in-out;
}
.home .see-block .fail-area .graph.is-animated {
  opacity: 1;
}
.home .see-block .fail-area .graph.is-animated .line {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.home .see-block .fail-area .graph.is-animated .info {
  opacity: 1;
}
.home .see-block .fail-area .annotation {
  font-weight: 300;
  margin-top: 90px;
}
.home .see-block .fail-area .annotation .red {
  color: #D01F1F;
}
.home .see-block .video-area {
  margin: 83px auto 0;
  padding: 0 20px;
}
.home .see-block .video-area .ico-brown {
  background-color: #653D2D;
  width: 100%;
  position: relative;
  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;
}
.home .see-block .video-area .txt-ttl {
  color: #fff;
  font-weight: bold;
  font-size: 34px;
  line-height: 1.2941176471;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.home .see-block .video-area .txt-ttl::before, .home .see-block .video-area .txt-ttl::after {
  content: "";
  display: block;
  background: url(../img/ico_ttl_leaf_03.svg) no-repeat center;
  background-size: contain;
  height: 25px;
  width: 75px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.home .see-block .video-area .txt-ttl::before {
  left: -90px;
}
.home .see-block .video-area .txt-ttl::after {
  right: -90px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.home .see-block .video-area .video-wrap {
  max-width: 1220px;
  margin: 105px auto 0;
}
.home .see-block .video-area .video {
  padding-top: 57.1666666667%;
  position: relative;
}
.home .see-block .video-area iframe {
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home .see-block .company-items {
  border: 2px solid #653d2d;
  margin: 142px auto 0;
  padding: 0 20px;
}
.home .see-block .company-items .c-ttl02 {
  margin-top: -40px;
}
.home .see-block .company-items .sub {
  font-weight: 300;
  text-align: center;
  line-height: 1.38;
  margin: 7px 0 15px;
}
.home .see-block .company-items .c-ttl01 {
  background-color: #e8f9fc;
  line-height: 1.47;
  padding: 6px;
}
.home .see-block .company-items .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto 0;
}
.home .see-block .company-items .list > li {
  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: 30px 10px;
}
.home .see-block .company-items .box + .box {
  margin-top: 50px;
}
.home .see-block .company-items .annotation {
  font-weight: 300;
  font-size: 18px;
  text-align: right;
  margin-top: 10px;
}
.home .see-block .bg-white {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(36.95%, #fff), color-stop(57.64%, #fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 36.95%, #fff 57.64%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 3433px;
  position: absolute;
  bottom: -857px;
  left: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
}
.home .txt-block {
  font-weight: 300;
  line-height: 1.38;
  color: #000;
  position: relative;
  z-index: 8;
}
.home .txt-block .inner-block {
  padding-top: 89px;
  padding-bottom: 111px;
}
.home .txt-block .ttl {
  font-weight: 500;
}
.home .txt-block .underline {
  text-decoration: underline;
  color: #d01f1f;
}
.home .txt-block .box-txt {
  padding: 22px;
  border: 1px solid #000;
  margin-top: 39px;
}
.home .txt-block .box-txt .ttl {
  display: block;
}
.home .txt-block .inn {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
.home .txt-block * + .txt {
  margin-top: 47px;
}

@-webkit-keyframes fadeInAndOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInAndOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-left02 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fade-in-left02 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fade-in-right {
  0% {
    opacity: 0;
    right: -300px;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
@keyframes fade-in-right {
  0% {
    opacity: 0;
    right: -300px;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
@-webkit-keyframes fade-in-right-sp {
  0% {
    opacity: 0;
    right: -10px;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
@keyframes fade-in-right-sp {
  0% {
    opacity: 0;
    right: -10px;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
@-webkit-keyframes fade-in-right02 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fade-in-right02 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes yura {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes yura {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media only screen and (max-width: 640px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper,
  .outer-block {
    min-width: 320px;
  }
  .inner-block {
    padding: 0 20px;
  }
  .pc {
    display: none !important;
  }
  .c-header .inner-block {
    height: 50px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-header .logo img {
    max-height: 22px;
  }
  .c-header .logo + .logo img {
    max-height: 28px;
  }
  #pagetop a::before {
    width: 10px;
    height: 10px;
  }
  #pagetop a {
    width: 60px;
    height: 60px;
  }
  #pagetop {
    bottom: 50px;
  }
  .c-ttl01 {
    font-size: min(16px, 3.7209302326vw);
    margin: 0 -10px;
  }
  .c-ttl01 .inn {
    padding: 0 4px;
  }
  .c-ttl01 .inn::before, .c-ttl01 .inn::after {
    width: 26px;
    height: 10px;
  }
  .c-ttl01 .inn::before {
    left: -28px;
  }
  .c-ttl01 .inn::after {
    right: -28px;
  }
  .c-ttl02 .inn::after {
    width: min(95px, 22.0930232558vw);
    height: min(95px, 22.7906976744vw);
    margin: 0 auto;
    max-height: 200px;
    max-width: 200px;
  }
  .c-ttl02 .sub-txt.small {
    font-size: min(12px, 2.7906976744vw);
  }
  .c-ttl02 .sub-txt {
    font-size: min(14px, 3.2558139535vw);
  }
  .c-ttl02 {
    font-size: min(22px, 5.1162790698vw);
    min-height: auto;
    margin: 0 auto;
    padding-bottom: 10px;
    min-height: 100px;
  }
  .c-ttl02::before {
    width: min(64px, 14.8837209302vw);
    height: min(16px, 3.7209302326vw);
    top: 10px;
  }
  .c-ttl02::after {
    width: min(87px, 20.2325581395vw);
    height: min(12px, 2.7906976744vw);
    bottom: 20px;
  }
  .c-bg-ttl.max-613 {
    margin: 40px auto 25px;
  }
  .c-bg-ttl {
    font-size: 20px;
    line-height: 1.375;
    padding: 5px 10px;
  }
  .c-marker {
    line-height: 1.2;
    display: inline-block;
  }
  .c-list .item {
    font-size: 14px;
    margin-top: 4px;
  }
  .c-list li {
    font-size: 14px;
    margin-top: 4px;
  }
  .anm-fadeInUp {
    --fadeUp: 50px;
  }
  .anm-list li {
    --fadeUp: 50px;
  }
  .home .buy-btn {
    width: 110px;
    height: 110px;
    -webkit-animation: fade-in-right-sp 0.5s ease-in-out 3s forwards;
            animation: fade-in-right-sp 0.5s ease-in-out 3s forwards;
    padding: 0;
  }
  .home .buy-btn .inn {
    font-size: 10px;
    margin-top: 20px;
  }
  .home .sub-ttl {
    font-size: 12px;
    margin: 5px auto 0;
  }
  .home .graph-note {
    font-size: 12px;
    top: 10px;
  }
  .home .mv-block {
    height: 100vw;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
  }
  .home .mv-block.anm-mv .ttl-box > .inn::before {
    -webkit-transition-duration: 0.8s;
            transition-duration: 0.8s;
  }
  .home .mv-block .inner-block {
    padding-top: 10px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .home .mv-block .ttl-box > .inn {
    padding: 6.25vw 0 15.625vw;
  }
  .home .mv-block .ttl-box > .inn::before {
    width: 100vw;
    height: 34.375vw;
    left: -80px;
    bottom: inherit;
    background-position: top;
    min-width: 375px;
  }
  .home .mv-block .ttl-box > .inn .ttl-sub {
    font-size: 16px;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
  .home .mv-block .ttl-box > .inn .ttl-sub .ico::after {
    height: 25px;
    width: 25px;
    top: -14px;
    right: -14px;
  }
  .home .mv-block .ttl-box > .inn .ttl {
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
    width: 78.125vw;
    min-width: 250px;
  }
  .home .mv-block .sub-box .inn::after {
    left: 1.5625vw;
  }
  .home .mv-block .sub-box .box-ttl {
    font-size: 2.03125vw;
  }
  .home .mv-block .sub-box .box-ttl::after {
    width: 6.7708333333vw;
  }
  .home .mv-block .sub-box .box-txt {
    margin-top: 0.78125vw;
  }
  .home .mv-block .sub-box .top {
    font-size: 2.5vw;
  }
  .home .mv-block .sub-box .bottom {
    font-size: 2.03125vw;
  }
  .home .see-block .anchor-list {
    grid-template-columns: 1fr;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    bottom: inherit;
    top: 0;
    position: relative;
  }
  .home .see-block .anchor-list li:nth-child(1) {
    margin-left: 80px;
  }
  .home .see-block .anchor-list li:nth-child(1) a, .home .see-block .anchor-list li:nth-child(1) .anchor-inn {
    height: 190px;
    width: 220px;
    padding: 50px 0 50px;
  }
  .home .see-block .anchor-list li:nth-child(1) a::before, .home .see-block .anchor-list li:nth-child(1) .anchor-inn::before {
    bottom: 37px;
  }
  .home .see-block .anchor-list li:nth-child(2) {
    margin-top: -60px;
    top: 0;
  }
  .home .see-block .anchor-list li:nth-child(2) a, .home .see-block .anchor-list li:nth-child(2) .anchor-inn {
    height: 150px;
    width: 200px;
    padding: 35px 0;
  }
  .home .see-block .anchor-list li:nth-child(2) a::before, .home .see-block .anchor-list li:nth-child(2) .anchor-inn::before {
    bottom: 28px;
  }
  .home .see-block .anchor-list a::before, .home .see-block .anchor-list .anchor-inn::before {
    height: 14px;
    width: 80px;
  }
  .home .see-block .anchor-list .inn {
    font-size: 15px;
  }
  .home .see-block .anchor-list .red {
    font-size: 18px;
  }
  .home .see-block .anchor-list .small {
    font-size: 12px;
  }
  .home .see-block {
    margin-top: -100px;
    padding-top: 0;
  }
  .home .see-block::before {
    background-image: url(../img/sp_bg_02.png.webp);
    top: 0;
  }
  .home .see-block::after {
    background-image: url(../img/sp_bg_01.png.webp?20240801);
    bottom: 560px;
  }
  .home .see-block .lead-area .c-ttl01 {
    font-size: min(20px, 4.6511627907vw);
  }
  .home .see-block .lead-area .c-ttl01::before, .home .see-block .lead-area .c-ttl01::after {
    width: 27px;
    height: 9px;
  }
  .home .see-block .lead-area .c-ttl01 .txt-ttl {
    display: inline-grid;
    font-size: 20px;
  }
  .home .see-block .lead-area .c-ttl01 .txt-ttl::before, .home .see-block .lead-area .c-ttl01 .txt-ttl::after {
    width: 26px;
    height: 10px;
  }
  .home .see-block .lead-area .c-ttl01 .txt-ttl::before {
    left: 0;
  }
  .home .see-block .lead-area .c-ttl01 .txt-ttl::after {
    right: 0;
  }
  .home .see-block .lead-area .ico-brown {
    width: 100%;
    line-height: 1.5;
    padding: 5px 10px;
    margin-top: 50px;
    margin-bottom: 15px;
  }
  .home .see-block .lead-area .ico-brown .txt-ttl {
    padding: 0 30px;
  }
  .home .see-block .lead-area {
    margin-top: 50px;
  }
  .home .see-block .lead-area .txt {
    line-height: 1.875;
    font-size: min(16px, 4vw);
  }
  .home .see-block .lead-area .txt + .txt {
    margin-top: 30px;
  }
  .home .see-block .lead-area .ttl::before {
    left: 4.6511627907vw;
  }
  .home .see-block .lead-area .ttl::after {
    right: 4.6511627907vw;
  }
  .home .see-block .lead-area .img {
    width: 43.023255814vw;
    margin: 20px auto 0;
  }
  .home .see-block .lead-area .img img {
    margin-bottom: 13.9534883721vw;
  }
  .home .see-block .live-items {
    padding: 0 10px 40px;
    background-image: url(../img/sp_bg_see.png.webp);
    padding: 0;
    margin: auto;
    height: min(629px, 146.2790697674vw);
  }
  .home .see-block .live-items .ttl {
    font-size: clamp(18px, 5.3333333333vw, 22px);
  }
  .home .see-block .live-items .bg-box {
    background-image: url(../img/sp_bg_see_box_01.png.webp);
  }
  .home .see-block .live-items .bg-box {
    width: min(330px, 76.7441860465vw);
    height: min(170px, 39.5348837209vw);
    padding-left: min(40px, 9.3023255814vw);
  }
  .home .see-block .live-items .bg-box.reverse {
    background-image: url(../img/sp_bg_see_box_02.png.webp);
    padding-left: min(145px, 33.7209302326vw);
  }
  .home .see-block .live-items .bg-box.reverse .txt {
    margin: 0;
  }
  .home .see-block .live-items .bg-box.reverse .txt .line {
    width: 30px;
  }
  .home .see-block .live-items .bg-box .img {
    bottom: 3px;
    right: 3px;
  }
  .home .see-block .live-items .bg-box .txt {
    margin: 0;
    font-size: min(16px, 3.7209302326vw);
    line-height: 1.375;
    position: relative;
    top: max(-12px, -2.7906976744vw);
  }
  .home .see-block .live-items .blowing .deco01 {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
    width: 33px;
    height: 33px;
  }
  .home .see-block .live-items .blowing .deco02 {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
    width: 21px;
    height: 22px;
  }
  .home .see-block .live-items .blowing .deco03 {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
    width: 16px;
    height: 16px;
  }
  .home .see-block .live-items > .txt {
    font-size: min(16px, 3.7209302326vw);
    line-height: 1.375;
    margin: 5px 0 20px;
  }
  .home .see-block .live-items .annotation {
    margin: 20px auto 0;
    font-size: min(12px, 2.7906976744vw);
    line-height: 1.3;
    text-align: right;
    margin: 0 auto;
    padding-right: 7px;
    max-width: min(330px, 76.7441860465vw);
  }
  .home .see-block .box-blowing {
    top: -40px;
  }
  .home .see-block .box-blowing .deco01 {
    width: 16px;
    height: 15px;
    margin: 5px auto 0;
  }
  .home .see-block .box-blowing .deco02 {
    width: 28px;
    height: 26px;
    margin: 8px auto 0;
  }
  .home .see-block .box-blowing .deco03 {
    width: 58px;
    height: 56px;
    margin: auto;
  }
  .home .see-block .fund-items {
    padding-bottom: 50px;
    border-width: 1px;
  }
  .home .see-block .fund-items {
    padding-bottom: 40px;
    margin-top: 0;
  }
  .home .see-block .fund-items::before {
    width: min(210px, 48.8372093023vw);
    height: min(214px, 49.7674418605vw);
    top: -40px;
    max-height: 430px;
  }
  .home .see-block .fund-items .head-area .img {
    margin-top: 9px;
    width: min(83px, 19.3023255814vw);
  }
  .home .see-block .fund-items .head-area .annotation {
    font-size: 12px;
    margin-top: 9.3023255814vw;
    line-height: 1.5;
  }
  .home .see-block .fund-items .head-area .ttl-top {
    font-size: min(16px, 3.7209302326vw);
  }
  .home .see-block .fund-items .head-area .ttl {
    font-size: min(20px, 4.6511627907vw);
    margin-top: 5px;
  }
  .home .see-block .fund-items.no-bg {
    margin-top: 15px;
  }
  .home .see-block .reco-area {
    margin-top: 20px;
    padding-bottom: 50px;
  }
  .home .see-block .reco-area .c-ttl01 {
    font-size: min(20px, 4.6511627907vw);
  }
  .home .see-block .reco-area .c-ttl01::before, .home .see-block .reco-area .c-ttl01::after {
    width: 27px;
    height: 9px;
  }
  .home .see-block .reco-area .c-ttl01::before {
    left: -35px;
  }
  .home .see-block .reco-area .c-ttl01::after {
    right: -35px;
  }
  .home .see-block .reco-area .ico-brown {
    width: 100%;
    line-height: 1.5;
    padding: 5px 10px;
    margin-top: 50px;
    margin-bottom: 15px;
  }
  .home .see-block .reco-area .ico-brown .txt-ttl {
    padding: 0 30px;
  }
  .home .see-block .reco-area .txt-ttl {
    display: inline-grid;
    font-size: 20px;
  }
  .home .see-block .reco-area .txt-ttl::before, .home .see-block .reco-area .txt-ttl::after {
    width: 26px;
    height: 10px;
  }
  .home .see-block .reco-area .txt-ttl::before {
    left: 0;
  }
  .home .see-block .reco-area .txt-ttl::after {
    right: 0;
  }
  .home .see-block .reco-area .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 10px auto 0;
    max-width: 300px;
  }
  .home .see-block .reco-area .item {
    padding: 40px 5px;
    font-size: min(18px, 4.1860465116vw);
    line-height: 1.3;
    margin: auto;
    max-width: 160px;
  }
  .home .see-block .reco-area .item:nth-child(1) {
    margin-left: -15px;
  }
  .home .see-block .reco-area .item:nth-child(2) {
    margin-right: -20px;
    margin-top: -65px;
  }
  .home .see-block .reco-area .item:nth-child(3) {
    padding-top: 45px;
    padding-bottom: 45px;
    max-width: 170px;
    -webkit-transform: translateX(-2%);
            transform: translateX(-2%);
    margin-top: -40px;
    margin-left: 10px;
  }
  .home .see-block .award-area {
    padding: 40px 20px 20px;
  }
  .home .see-block .award-area::before {
    background: url(../img/sp_wave.svg) no-repeat center center;
    width: 100%;
  }
  .home .see-block .award-area::after {
    background: url(../img/sp_wave_brown.svg) no-repeat center center;
  }
  .home .see-block .award-area .list {
    margin: 20px auto 0;
    max-width: 255px;
  }
  .home .see-block .award-area .item {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home .see-block .award-area .item + .item {
    margin-top: 28px;
  }
  .home .see-block .award-area .item .img {
    width: 70px;
  }
  .home .see-block .award-area .txt-ttl {
    margin-top: 25px;
    font-size: 20px;
  }
  .home .see-block .award-area .txt-items {
    padding: 0 10px;
    margin-left: 10px;
    width: calc(100% - 80px);
  }
  .home .see-block .award-area .txt-items .left-box,
  .home .see-block .award-area .txt-items .right-box {
    width: 18px;
  }
  .home .see-block .award-area .txt-items .left-box {
    left: -3px;
  }
  .home .see-block .award-area .txt-items .right-box {
    right: -3px;
  }
  .home .see-block .award-area .txt-items .deco {
    margin-top: -5px;
    font-size: 0;
  }
  .home .see-block .award-area .txt-items .deco img {
    height: 11px;
  }
  .home .see-block .award-area .txt-items .sub {
    margin-top: 3px;
    font-size: min(10px, 2.3255813953vw);
  }
  .home .see-block .award-area .txt-items .award {
    font-size: min(14px, 3.2558139535vw);
  }
  .home .see-block .award-area .txt-items .eg {
    font-size: min(10px, 2.3255813953vw);
    margin-top: 5px;
  }
  .home .see-block .award-area .award-table th {
    width: 23%;
    max-width: 80px;
    padding-right: 10px;
  }
  .home .see-block .award-area .award-table th,
  .home .see-block .award-area .award-table td {
    font-size: 12px;
    padding-bottom: 10px;
  }
  .home .see-block .award-area .annotation {
    font-size: 12px;
    margin-top: 10px;
  }
  .home .see-block .award-area .award-img {
    margin: 10px auto 0;
  }
  .home .see-block .performance-area {
    padding: 25px 20px 25px;
  }
  .home .see-block .performance-area .c-ttl02::after {
    bottom: 8px;
  }
  .home .see-block .performance-area .graph-ttl {
    font-size: 16px;
    line-height: 1.1;
    margin-top: 10px;
  }
  .home .see-block .performance-area .graph-ttl sup {
    font-size: 12px;
  }
  .home .see-block .performance-area .graph {
    width: 100%;
  }
  .home .see-block .performance-area .graph img {
    width: 100%;
  }
  .home .see-block .annotation-list {
    font-size: 10px;
  }
  .home .see-block .indent-list {
    font-size: 10px;
  }
  .home .see-block .feature-area {
    padding-bottom: 20px;
    margin: 40px auto 0;
  }
  .home .see-block .feature-area .ico-brown {
    line-height: 1.5;
    padding: 5px 10px;
  }
  .home .see-block .feature-area .c-ttl01 {
    margin: 0;
  }
  .home .see-block .feature-area .txt-ttl {
    font-size: 20px;
  }
  .home .see-block .feature-area .txt-ttl::before, .home .see-block .feature-area .txt-ttl::after {
    width: 26px;
    height: 10px;
  }
  .home .see-block .feature-area .txt-ttl::before {
    left: -28px;
  }
  .home .see-block .feature-area .txt-ttl::after {
    right: -28px;
  }
  .home .see-block .feature-area .num-list {
    padding: 18px 10px 15px;
  }
  .home .see-block .feature-area .item {
    font-size: 18px;
  }
  .home .see-block .feature-area .item + .item {
    margin-top: 15px;
  }
  .home .see-block .feature-area .item::before {
    width: 25px;
    height: 25px;
    font-size: 14px;
    margin-right: 8px;
  }
  .home .see-block .feature-area .annotation {
    font-size: 12px;
  }
  .home .see-block .feature-area .txt {
    font-size: 14px;
  }
  .home .see-block .model-area {
    padding: 30px 15px 0;
  }
  .home .see-block .model-area .box + .box {
    margin-top: 25px;
  }
  .home .see-block .model-area .c-list {
    margin-bottom: 20px;
  }
  .home .see-block .model-area .annotation {
    font-size: 10px;
  }
  .home .see-block .fail-area {
    padding: 0 10px;
  }
  .home .see-block .fail-area .ttl {
    font-size: min(16px, 3.7209302326vw);
  }
  .home .see-block .fail-area .annotation {
    font-size: 11px;
    margin-top: 40px;
  }
  .home .see-block .video-area {
    margin-top: 40px;
  }
  .home .see-block .video-area .ico-brown {
    margin-left: -20px;
    width: calc(100% + 40px);
    line-height: 1.5;
    padding: 5px 10px;
  }
  .home .see-block .video-area .txt-ttl {
    font-size: 20px;
  }
  .home .see-block .video-area .txt-ttl::before, .home .see-block .video-area .txt-ttl::after {
    width: 26px;
    height: 10px;
  }
  .home .see-block .video-area .txt-ttl::before {
    left: -30px;
  }
  .home .see-block .video-area .txt-ttl::after {
    right: -30px;
  }
  .home .see-block .video-area .video-wrap {
    margin: 20px auto 0;
  }
  .home .see-block .company-items {
    padding: 0 10px 25px;
    border-width: 1px;
    margin-top: 40px;
  }
  .home .see-block .company-items .c-ttl02 {
    margin-top: -20px;
  }
  .home .see-block .company-items .sub {
    font-size: 12px;
  }
  .home .see-block .company-items .list > li {
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    padding: 0;
    height: 50px;
    width: calc((100% - 10px) / 2);
  }
  .home .see-block .company-items .list > li:not(:nth-child(2n-1)) {
    margin-left: 10px;
  }
  .home .see-block .company-items .list > li:nth-child(n+3) {
    margin-top: 5px;
  }
  .home .see-block .company-items .list > li img {
    max-height: 35px;
  }
  .home .see-block .company-items .list > li img.logo-min {
    max-height: 18px;
  }
  .home .see-block .company-items .list > li a {
    height: 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: 8px 10px 6px;
  }
  .home .see-block .company-items .annotation {
    font-size: 11px;
  }
  .home .see-block .bg-white {
    height: 1600px;
    bottom: 0;
  }
  .home .txt-block {
    font-size: 10px;
    line-height: 1.6;
  }
  .home .txt-block .inner-block {
    padding: 25px 40px;
  }
  .home .txt-block .box-txt {
    margin-top: 25px;
    padding: 10px;
  }
  .home .txt-block * + .txt {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 641px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding: 0 30px;
    max-width: 1280px;
  }
  .inner-block.inn-1650 {
    max-width: 1710px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  #pagetop a:hover {
    background: #fff;
    color: #0c419a;
  }
  #pagetop a:hover::before {
    border-color: #0c419a;
  }
  .home .buy-btn:hover {
    bottom: 135px;
  }
  .home .mv-block {
    max-height: 1080px;
    min-height: 800px;
  }
  .home .see-block .anchor-list a:hover, .home .see-block .anchor-list .anchor-inn:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .home .see-block::before {
    background-image: url(../img/bg_02.png.webp);
  }
  .home .see-block::after {
    background-image: url(../img/bg_01.png.webp?20240801);
  }
  .home .see-block .lead-area .img {
    width: 100%;
  }
  .home .see-block .lead-area .img img {
    width: 29.84375vw;
    margin-left: 6.3541666667vw;
    margin-bottom: 4.6354166667vw;
  }
  .home .see-block .live-items .bg-box {
    background-image: url(../img/bg_see_box_01.png.webp);
  }
  .home .see-block .live-items .bg-box {
    min-height: min(366px, 28.59375vw);
    max-width: min(950px, 74.21875vw);
  }
  .home .see-block .live-items .bg-box.reverse {
    background-image: url(../img/bg_see_box_02.png.webp);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    max-width: min(906px, 70.78125vw);
  }
  .home .see-block .live-items .blowing .deco01 {
    padding-right: 200px;
  }
  .home .see-block .live-items .blowing .deco02 {
    padding-right: 150px;
  }
  .home .see-block .live-items .blowing .deco03 {
    padding-right: 100px;
  }
  .home .see-block .box-blowing .deco01 {
    padding-left: 50px;
  }
  .home .see-block .box-blowing .deco02 {
    margin-top: 22px;
    padding-left: 30px;
  }
  .home .see-block .reco-area .item + .item {
    margin-left: 20px;
  }
  .home .see-block .feature-area .item.center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home .see-block .company-items .list > li {
    width: 33.3333333333%;
    min-width: 250px;
  }
  .home .see-block .company-items .list.row-2 {
    max-width: 725px;
  }
  .home .see-block .company-items .list.row-2 > li {
    width: 50%;
  }
}
@media only screen and (max-width: 1200px) {
  .c-footer .inner-block {
    padding-bottom: 200px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 640px) {
  .c-footer .inner-block {
    padding-top: 30px;
    padding-bottom: 84px;
  }
}
@media only screen and (max-width: 640px) and (min-width: 425px) {
  .home .live-items,
  .home .fund-items,
  .home .company-items {
    width: calc(100% - 40px);
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 640px) and (max-width: 570px) {
  .home .mv-block {
    background-position: 80%, bottom;
  }
}
@media only screen and (max-width: 640px) and (max-width: 540px) {
  .home .mv-block .ttl-box > .inn {
    padding: 30px 0 100px;
  }
  .home .mv-block .sub-box .inn::after {
    left: 10px;
  }
  .home .mv-block .sub-box .box-ttl {
    font-size: 12px;
  }
  .home .mv-block .sub-box .top {
    font-size: 14px;
  }
  .home .mv-block .sub-box .bottom {
    font-size: 12px;
  }
}
@media only screen and (max-width: 640px) and (max-width: 375px) {
  .home .mv-block .ttl-box > .inn .ttl {
    width: 72vw;
  }
}
@media only screen and (max-width: 900px) {
  .home .mv-block .sub-box {
    bottom: -4.4444444444vw;
  }
  .home .mv-block .sub-box .inn::after, .home .mv-block .sub-box .inn::before {
    bottom: 1.7777777778vw;
  }
  .home .see-block .lead-area .ttl {
    font-size: clamp(30px, 3.5555555556vw, 34px);
  }
  .home .see-block .lead-area .ttl::before, .home .see-block .lead-area .ttl::after {
    width: 140px;
    height: 150px;
  }
  .home .see-block .lead-area .ttl .large {
    font-size: clamp(48px, 5.5555555556vw, 52px);
  }
}
@media only screen and (max-width: 900px) and (max-width: 640px) {
  .home .mv-block .sub-box {
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
    bottom: -6.25vw;
    top: inherit;
    left: 0;
    max-width: 200px;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
  .home .mv-block .sub-box .inn::after, .home .mv-block .sub-box .inn::before {
    height: 10.4651162791vw;
    width: 4.6875vw;
    bottom: 2.5vw;
    right: 1.5625vw;
  }
  .home .see-block .lead-area .ttl {
    margin-top: 50px;
    font-size: clamp(18px, 4.6511627907vw, 26px);
  }
  .home .see-block .lead-area .ttl::before, .home .see-block .lead-area .ttl::after {
    width: 9.7674418605vw;
    height: 17.4418604651vw;
  }
  .home .see-block .lead-area .ttl .large {
    font-size: clamp(24px, 6.2790697674vw, 30px);
  }
}
@media only screen and (max-width: 900px) and (max-width: 640px) and (max-width: 540px) {
  .home .mv-block .sub-box {
    bottom: 5px;
  }
  .home .mv-block .sub-box .inn::after, .home .mv-block .sub-box .inn::before {
    width: 30px;
    height: 45px;
    right: 10px;
    bottom: 12px;
  }
}
@media only screen and (max-width: 900px) and (max-width: 640px) and (max-width: 540px) and (max-width: 340px) {
  .home .mv-block .sub-box {
    bottom: 15px;
    left: -10px;
    max-width: 180px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  .home .see-block .anchor-list {
    grid-template-columns: repeat(3, auto);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 800px) {
  .home .see-block .anchor-list {
    grid-template-columns: 1fr;
    top: -56.25vw;
  }
  .home .see-block .anchor-list li:nth-child(1) {
    top: 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  .home .see-block .anchor-list li:nth-child(1) a, .home .see-block .anchor-list li:nth-child(1) .anchor-inn {
    height: 180px;
    width: 270px;
    padding: 37px 0 50px;
  }
  .home .see-block .anchor-list li:nth-child(2) a, .home .see-block .anchor-list li:nth-child(2) .anchor-inn {
    height: 150px;
    width: 260px;
    padding: 30px 0;
  }
  .home .see-block .anchor-list li:nth-child(2) a::before, .home .see-block .anchor-list li:nth-child(2) .anchor-inn::before {
    bottom: 20px;
  }
  .home .see-block .anchor-list .inn {
    font-size: 17px;
  }
  .home .see-block .anchor-list .red {
    font-size: 23px;
  }
  .home .see-block .anchor-list .small {
    font-size: 13px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1920px) {
  .home .see-block::before {
    background-size: 1920px;
  }
  .home .see-block::after {
    background-size: 1920px;
  }
}
@media only screen and (min-width: 1181px) {
  .home .see-block .lead-area .c-ttl01 .txt-ttl .ib-br {
    display: none;
  }
  .home .see-block .reco-area .txt-ttl .ib-br {
    display: none;
  }
  .home .see-block .video-area .txt-ttl .ib-br {
    display: none;
  }
}
@media only screen and (max-width: 1180px) {
  .home .see-block .lead-area .c-ttl01 .txt-ttl .ib-br {
    display: block;
  }
  .home .see-block .reco-area .txt-ttl .ib-br {
    display: block;
  }
  .home .see-block .video-area .txt-ttl .ib-br {
    display: block;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1100px) {
  .home .see-block .lead-area .txt {
    font-size: 3.0909090909vw;
  }
  .home .see-block .live-items .annotation {
    font-size: 1.6363636364vw;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .home .see-block .fund-items .head-area .annotation {
    font-size: 1.4545454545vw;
  }
  .home .see-block .fund-items .head-area .ttl {
    font-size: 5.4545454545vw;
  }
  .home .see-block .award-area .annotation {
    font-size: 1.4545454545vw;
  }
  .home .see-block .annotation-list {
    font-size: 1.4545454545vw;
  }
  .home .see-block .indent-list {
    font-size: 1.4545454545vw;
  }
  .home .see-block .feature-area .item {
    font-size: 2.5454545455vw;
  }
  .home .see-block .feature-area .item::before {
    font-size: 3.4545454545vw;
    width: 7.6363636364vw;
    height: 7.6363636364vw;
    margin-right: 3.1818181818vw;
  }
  .home .see-block .feature-area .annotation {
    font-size: 1.4545454545vw;
  }
  .home .see-block .model-area .annotation {
    font-size: 1.4545454545vw;
  }
  .home .see-block .fail-area .annotation {
    font-size: 1.4545454545vw;
  }
  .home .see-block .company-items .annotation {
    font-size: 1.6363636364vw;
  }
}
@media only screen and (max-width: 640px) and (max-width: 350px) {
  .home .see-block .lead-area .ttl::before {
    left: 0;
  }
  .home .see-block .lead-area .ttl::after {
    right: 0;
  }
  .home .see-block .reco-area .item:nth-child(3) {
    margin-top: -10px;
  }
}
@media only screen and (max-width: 1000px) {
  .home .see-block .live-items .ttl-area {
    padding: 6vw 0 20px;
  }
  .home .see-block .live-items .ttl {
    font-size: 2.4vw;
  }
  .home .see-block .live-items .ttl .large {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 640px) {
  .home .see-block .live-items .ttl-area {
    padding: 18px 0 0;
    margin-bottom: 16px;
  }
  .home .see-block .live-items .ttl {
    font-size: min(18px, 4.1860465116vw);
    line-height: 1.3;
  }
  .home .see-block .live-items .ttl .large {
    font-size: min(24px, 5.5813953488vw);
  }
}
@media only screen and (max-width: 1100px) {
  .home .see-block .live-items .ttl-area .deco01 {
    bottom: -2vw;
    width: 18.1818181818vw;
    height: 10.15625vw;
  }
  .home .see-block .live-items .ttl-area .deco02 {
    right: 7.2727272727vw;
    bottom: -1.8181818182vw;
    width: 10.5454545455vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 900px) {
  .home .see-block .live-items .ttl-area .deco01 {
    top: -30px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 900px) and (max-width: 640px) {
  .home .see-block .live-items .ttl-area .deco01 {
    width: min(67px, 15.5813953488vw);
    height: min(52px, 12.0930232558vw);
    left: max(-190px, -44.1860465116vw);
    top: max(-75px, -17.4418604651vw);
    right: 0;
    margin: auto;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 930px) {
  .home .see-block .live-items .ttl-area .deco02 {
    bottom: -3.2258064516vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 930px) and (max-width: 640px) {
  .home .see-block .live-items .ttl-area .deco02 {
    width: min(36px, 8.3720930233vw);
    height: min(39px, 9.0697674419vw);
    margin: auto;
    left: 0;
    right: max(-250px, -58.1395348837vw);
    bottom: auto;
    top: max(45px, 10.4651162791vw);
  }
}
@media only screen and (min-width: 641px) and (max-width: 1200px) {
  .home .see-block .live-items .blowing {
    margin-top: -3%;
    margin-bottom: -1%;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .home .see-block .live-items > .txt {
    font-size: 3.0909090909vw;
    margin: 0 0 3.3333333333vw;
  }
  .home .see-block .box-blowing {
    margin-top: -3%;
    margin-bottom: -8%;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media only screen and (max-width: 640px) and (max-width: 410px) {
  .home .see-block .live-items .annotation {
    margin-top: -5px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 640px) and (max-width: 410px) and (max-width: 400px) {
  .home .see-block .live-items .annotation {
    margin-top: 7.5vw;
  }
}
@media only screen and (max-width: 640px) and (max-width: 400px) {
  .home .see-block .box-blowing {
    top: -22px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1000px) {
  .home .see-block .fund-items .head-area .ttl-top {
    font-size: 3.4vw;
  }
}
@media only screen and (max-width: 640px) and (max-width: 382px) {
  .home .see-block .reco-area .item:nth-child(2) {
    margin-top: -50px;
  }
}
@media only screen and (min-width: 1081px) {
  .home .see-block .reco-area .mx-br {
    display: none;
  }
}
@media only screen and (max-width: 1080px) {
  .home .see-block .reco-area .mx-br {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */