@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("lib/remodal.css");
/* ------------------------------------------------
 vars
------------------------------------------------ */
:root {
  --nvw: 1vw;
  --font-base: YakuHanJP, "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  --color-black: #303030;
  --color-gold: #CEB167;
  --color-gold2: #A7925B;
  --color-blue2: hsl(218, 68%, 47%);
  --color-blue: #1E4D9E;
  --color-lblue: #EAF1FA;
  --color-lblue2: #f2f6fb;
  --color-blue-rgb: 30, 77, 158;
  --color-purple: #3F0668;
  --color-green: #08968A;
  --color-lgreen: #A0C536;
  --color-pink: #DB5580;
  --drop-shadow-white: drop-shadow(0 0 0.5em #fff);
  --height-header: 0;
}
@media screen and (max-width: 767px) {
  :root {
    --height-header: 0;
  }
}

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

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  font-size: 1em;
  margin: 0;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

textarea:not([rows]) {
  min-height: 10em;
}

img {
  vertical-align: top;
}

/* -------------------------------------------------------
 base
---------------------------------------------------------- */
html {
  scroll-behavior: smooth;
  position: relative;
}
html.is-locked {
  touch-action: none;
  overflow: hidden;
}

body {
  padding-top: var(--height-header) !important;
}

#contents {
  color: var(--color-blue);
  font-family: var(--font-base);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  position: relative;
}
#contents a {
  color: var(--color-blue);
}
#contents a:visited {
  color: var(--color-blue);
}
#contents span {
  font-weight: inherit;
}
#contents img {
  max-width: 100%;
  height: auto;
}
#contents sup {
  font-size: 0.5em;
}
@media screen and (min-width: 768.1px) {
  .sp_show {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  body .pc_show {
    display: none;
  }
  body sup {
    font-size: 8px;
  }
}
/* ------------------------------------------------
 font-size
------------------------------------------------ */
#contents, .remodal {
  font-size: 4.1025641026vw;
}
@media screen and (min-width: 768.1px) {
  #contents, .remodal {
    font-size: min(16px, 1.1111111111vw);
  }
}

/* ------------------------------------------------
 utility
------------------------------------------------ */
.l-headerC .is-fixed_upper {
  z-index: 20 !important;
}

/* ------------------------------------------------
 basic_btn
------------------------------------------------ */
button.basic_btn {
  color: inherit;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.basic_btn {
  color: #fff;
  font-size: 1em;
  text-decoration: none !important;
  line-height: 1;
  text-align: center;
  border-radius: 4em;
  background-color: var(--color-blue);
  cursor: pointer;
  align-content: center;
  display: block;
}
.basic_btn[disabled] {
  cursor: default;
}
.basic_btn .txt {
  color: #fff;
  line-height: 1;
}
@media screen and (any-hover: hover) {
  .basic_btn {
    transition: background-color 0.4s ease;
  }
  .basic_btn:hover {
    background-color: var(--color-blue2);
  }
}
@media screen and (min-width: 768.1px) {
  .basic_btn .txt {
    font-size: 0.875em;
  }
}

/* ----------------------------
 arrow_next
------------------------------*/
.basic_btn.arrow_next {
  display: inline-flex;
  align-items: center;
  gap: 1.5em;
}
.basic_btn.arrow_next .txt {
  letter-spacing: 0.25em;
}
@media screen and (any-hover: hover) {
  .basic_btn.arrow_next .arrow::after {
    transition: opacity 0.4s var(--easeOutCubic);
  }
  .basic_btn.arrow_next:hover .arrow::after {
    opacity: 1;
  }
}

/*----- header/footer -----*/
/* ------------------------------------------------
  HEADER
------------------------------------------------ */
#contents_header {
  position: sticky;
  left: 0;
  top: var(--height-header);
  z-index: 10;
}
#contents_header > .inner {
  background-color: #fff;
  min-height: 6.25em;
  width: 100%;
  padding: 0 3.125em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#contents_header .logo {
  width: 7.5em;
}
#contents_header .logo a {
  display: block;
}
@media screen and (max-width: 768px) {
  #contents_header > .inner {
    min-height: 4.375em;
    padding-left: 1.5625em;
    padding-right: 1.25em;
  }
  #contents_header .logo {
    width: 6.25em;
  }
}

/* ----------------------------
 btn_menu
------------------------------*/
#contents_header .btn_menu {
  border-radius: 50%;
  background-color: var(--color-blue);
  padding: 0;
  width: 3.125em;
  aspect-ratio: 1/1;
  position: fixed;
  right: 5.625em;
  top: calc(2.8125em + var(--height-header));
  z-index: 3;
}
#contents_header .btn_menu::before, #contents_header .btn_menu::after {
  content: "";
  background-color: #fff;
  width: 1.25em;
  height: 1px;
  position: absolute;
  left: 0.9375em;
  top: 50%;
  transition: top 0.2s ease, transform 0.2s ease, top 0.2s ease;
}
#contents_header .btn_menu::before {
  top: calc(50% - 0.1875em);
}
#contents_header .btn_menu::after {
  top: calc(50% + 0.1875em);
}
@media screen and (any-hover: hover) {
  #contents_header .btn_menu {
    transition: opacity 0.4s ease;
    opacity: 1;
  }
  #contents_header .btn_menu:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768.1px) {
  #contents_header .btn_menu {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #contents_header .btn_menu {
    right: 0.9375em;
    top: calc(0.625em + var(--height-header));
    transition: transform 0.4s ease;
  }
}

/* ------------------------------------------------
 navi
------------------------------------------------ */
#contents_header .navi .list {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 1.875em;
}
#contents_header .navi .list li a {
  color: var(--color-blue);
  font-size: 1.125em;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (any-hover: hover) {
  #contents_header .navi .list li a:not(.basic_btn) {
    transition: color 0.4s ease;
  }
  #contents_header .navi .list li a:not(.basic_btn):hover {
    color: var(--color-blue2);
  }
}
#contents_header .navi .list li .basic_btn {
  width: 11.25em;
  height: 2.75em;
}
@media screen and (max-width: 768px) {
  #contents_header .navi {
    transition: all 0.4s ease;
    background-color: #fff;
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10%);
    z-index: 2;
    pointer-events: none;
  }
  #contents_header .navi .list {
    margin: 0 auto;
    padding-top: 6.25em;
    width: 21.25em;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  #contents_header .navi .list li + li {
    border-top: 1px solid #E5EDF8;
  }
  #contents_header .navi .list li a {
    font-size: 1.25em;
  }
  #contents_header .navi .list li a:not(.basic_btn) {
    line-height: 1.5;
    display: flex;
    justify-content: space-between;
    padding: 1em 0.5em;
  }
  #contents_header .navi .list li a:not(.basic_btn)::after {
    content: "";
    background: url(../img/common/icon_arrow.svg) 0/contain no-repeat;
    width: 0.4em;
    aspect-ratio: 8/14;
  }
  #contents_header .navi .list li .basic_btn {
    margin: 3.125em auto 0;
    padding: 0;
    width: 15em;
    height: 3em;
  }
}

/* ----------------------------
 #contents_header.open
------------------------------*/
#contents_header.open .btn_menu::before {
  top: 50%;
  transform: rotate(30deg) scaleX(1.4);
}
#contents_header.open .btn_menu::after {
  top: 50%;
  transform: rotate(-30deg) scaleX(1.4);
}
#contents_header.open .navi {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: all;
}
#contents_header.open #menu_overlay {
  opacity: 1;
  visibility: visible;
}

/* ----------------------------
 #contents_header show/hide
------------------------------*/
#contents_header {
  transition: all 0.4s ease;
}
#contents_header.hide {
  transform: translateY(-100%);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #contents_header.hide {
    opacity: 1;
  }
  #contents_header.hide .btn_menu {
    transform: translateY(4.375em);
  }
  #contents_header.hide .navi {
    top: 4.375em;
  }
}

.m-pageTop.fadeOut .m-pageTop_btn {
  opacity: 0;
}

/* ------------------------------------------------
 contents
------------------------------------------------ */
#contents {
  margin: 0 auto;
  overflow: visible;
}
#contents dd, #contents dl, #contents dt, #contents h1, #contents h2, #contents h3, #contents h4, #contents h5, #contents h6 {
  font-weight: inherit;
}
#contents .note {
  font-size: 0.625em;
  font-weight: 500;
  line-height: 1.5;
}
#contents p.note,
#contents .note li {
  text-indent: -1em;
  padding-left: 1em;
}
#contents p.note + li,
#contents .note li + li {
  margin-top: 0.4em;
}
#contents .note.num li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
@media screen and (min-width: 768.1px) {
  #contents {
    min-width: 1200px;
    position: relative;
  }
}

/* ------------------------------------------------
 rayout
------------------------------------------------ */
.section {
  width: 100%;
  position: relative;
  z-index: 1;
  scroll-snap-align: start;
}
.section img {
  max-width: unset;
  width: 100%;
}
.section .ff_mincho {
  letter-spacing: 0.2em;
}
.section .ff_mincho .kana {
  letter-spacing: 0.05em;
}
.section > .inner {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media screen and (min-width: 768.1px) {
  .section {
    margin: 0 auto;
    width: 100%;
  }
  .section > .inner {
    width: 83.75em;
  }
}

/* ------------------------------------------------
 basic_style
------------------------------------------------ */
.section .sheader_ .title .en, .section .sheader_ .title .ja {
  line-height: 1;
  display: block;
}
.section .sheader_ .title .en {
  color: rgba(225, 234, 245, 0.5);
  font-size: 4.375em;
  font-weight: 500;
  text-align: left;
}
.section .sheader_ .title .ja {
  color: var(--color-blue);
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.18em;
}
.section .copy_txt {
  color: var(--color-blue);
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (min-width: 768.1px) {
  .section .sheader .title .en {
    font-size: 6.25em;
    text-align: center;
  }
  .section .sheader .title .ja {
    font-size: 1.5em;
    margin-top: 2em;
  }
  .section .sbody {
    margin-top: 3.75em;
  }
  .section .copy_txt {
    font-size: 2.5em;
  }
}

/* ------------------------------------------------
 slide-in スクロール連動エフェクト
------------------------------------------------ */
.section .js-anime-ready {
  opacity: 0;
  animation-fill-mode: forwards;
  animation-duration: 0.8s;
  animation-timing-function: ease;
}
.section .cast-group .cast:nth-child(2) {
  animation-delay: 0.2s;
}
.section .cast-group .cast:nth-child(3) {
  animation-delay: 0.4s;
}
.section .cast-group .cast:nth-child(4) {
  animation-delay: 0.6s;
}
.section .cast-group .cast + .cast {
  animation-delay: 0.2s;
}
.section .cast-group .cast + .cast + .cast {
  animation-delay: 0.4s;
}
.section .cast-group .cast + .cast + .cast + .cast {
  animation-delay: 0.6s;
}
.section .js-anime-start.js-anime-active {
  animation-name: fadein_up;
}
.section .js-anime-start.js-anime-fadein-up {
  animation-name: fadein_up;
}
.section .js-anime-start.js-anime-slidein-up2 {
  animation-name: fadein_up2;
}
.section .js-anime-start.js-anime-slidein-up {
  animation-name: fadein_up;
}
.section .js-anime-start.js-anime-fadeout-down {
  animation-name: fadeout_down;
}
.section .js-anime-start.js-anime-jumpin {
  animation-name: jumping;
  transform-origin: 50% 100%;
}

@keyframes fadein {
  0% {
    opacity: 0;
    filter: blur(0.625em);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes fadein_up {
  0% {
    opacity: 0;
    transform: translateY(3.125em);
    filter: blur(1.25em);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}
@keyframes fadein_up2 {
  0% {
    opacity: 0;
    transform: translateY(6.25em);
    filter: blur(1.25em);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}
@keyframes fadeout_down {
  0% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(3.125em);
    filter: blur(1.25em);
  }
}
@keyframes jumping {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  10% {
    transform: scale(1.01, 0.97) translate(0%, 1%);
  }
  40% {
    transform: scale(1.02, 0.95) translate(0%, 2%);
  }
  50% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
  60% {
    transform: scale(0.96, 1.03) translate(0%, -4%);
  }
  75% {
    transform: scale(0.97, 1.06) translate(0%, -2%);
  }
  85% {
    transform: scale(1.06, 0.95) translate(0%, 1%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}
/* ------------------------------------------------
 cta しっぽ付き
------------------------------------------------ */
.section .cta {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section .cta .box {
  box-sizing: border-box;
  border: 2px solid var(--color-blue);
  border-radius: 1.875em;
  padding: 2.1875em 1.875em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25em;
}
.section .cta .box .icon {
  flex-shrink: 0;
  width: 2em;
  aspect-ratio: 1/1;
  background: url(../img/reports/icon_alert.svg) 50% 50%/contain no-repeat;
}
.section .cta .box .txt {
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.section .cta::before, .section .cta::after {
  content: "";
  background-color: var(--color-blue);
  position: absolute;
  left: 50%;
  bottom: -5.5em;
  transform: translateX(-50%);
}
.section .cta::before {
  width: 0.125em;
  height: 5.5em;
}
.section .cta::after {
  border-radius: 50%;
  width: 0.5em;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768.1px) {
  .section .cta .box {
    border-radius: 62.5em;
    width: 62.5em;
    height: 7.5em;
    flex-direction: row;
    justify-content: center;
    padding: 0.625em;
    gap: 1.25em;
  }
  .section .cta .box .icon {
    width: 2.5em;
  }
  .section .cta .box .txt {
    font-size: 1.875em;
    line-height: 1.4;
  }
  .section .cta::before, .section .cta::after {
    bottom: -8em;
  }
  .section .cta::before {
    height: 8em;
  }
}

/* ------------------------------------------------
 lineup
------------------------------------------------ */
#lineup {
  border-radius: 1.875em;
  background-color: #e5edf8;
  margin-top: -1.5625em;
  position: relative;
  z-index: 2;
}
#lineup > .inner {
  padding: 3.125em 0.9375em 1.875em;
  box-sizing: border-box;
}
#lineup .sheader .title {
  text-align: center;
}
#lineup .sbody {
  margin-top: 4.375em;
}
#lineup .products {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 3.125em;
}
#lineup {
  /* ---- product card ---- */
}
#lineup .product {
  background-color: #fff;
  border: 0.3125em solid #fff;
  border-radius: 1.875em;
  box-sizing: border-box;
}
#lineup .product .head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5625em;
}
#lineup .product .head .img {
  margin-top: -1.25em;
  width: 8.75em;
  flex-shrink: 0;
}
#lineup .product .head .copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625em;
}
#lineup .product .head .copy .line {
  color: var(--color-blue);
  font-size: 1.25em;
  line-height: 1.25;
  letter-spacing: 0.0625em;
  border-bottom: 2px solid var(--color-blue);
  padding-bottom: 0.15em;
}
#lineup .product .head .copy_note {
  color: var(--color-blue);
  font-size: 0.625em;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
#lineup .product {
  /* ---- colored body ---- */
}
#lineup .product .body {
  color: #fff;
  border-radius: 0 0 1.5625em 1.5625em;
  margin-top: 1.875em;
  padding: 1.5625em 1.5625em 2.1875em;
}
#lineup .product .body .name {
  font-size: 1.875em;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.0625em;
}
#lineup .product .body .research {
  margin-top: 0.9375em;
}
#lineup .product .body .research .heading {
  color: #fff;
  font-size: 0.875em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}
#lineup .product .body .functions {
  margin-top: 0.9375em;
  gap: 0.9375em;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
#lineup .product .body .functions li {
  color: var(--color-purple);
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  border-radius: 0.625em;
  background-color: #fff;
  min-height: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  box-sizing: border-box;
}
#lineup .product .body > .note {
  color: #fff;
  font-size: 0.625em;
  font-weight: 500;
  text-align: right;
  letter-spacing: 0.05em;
  margin-top: 1.4em;
}
#lineup .product {
  /* ---- buy buttons ---- */
}
#lineup .product .buy,
#lineup .product .buy2 {
  border: 2px solid #fff;
  margin: 0 auto;
  width: 21.25em;
  height: 3.75em;
}
#lineup .product .buy .txt,
#lineup .product .buy2 .txt {
  font-size: 1.25em;
}
#lineup .product .buy {
  margin-top: 1.875em;
  width: 17.5em;
}
#lineup .product .buy2 {
  background-color: #fff;
  border-color: var(--color-blue);
  width: 16.875em;
}
#lineup .product .buy2 .txt {
  color: var(--color-blue);
}
@media screen and (any-hover: hover) {
  #lineup .product .buy2:hover {
    background-color: #e5edf8;
  }
}
#lineup .product {
  /* ---- 初めての方限定 ---- */
}
#lineup .product .first {
  border: 1px solid var(--color-purple);
  border-radius: 0.9375em;
  margin-top: 1.875em;
  width: auto;
  overflow: hidden;
}
#lineup .product .first .ttl {
  color: #fff;
  font-size: 1.125em;
  font-weight: 700;
  text-align: center;
  line-height: 1.42;
  letter-spacing: 0.05em;
  background-color: var(--color-purple);
  padding: 0.8333333333em;
}
#lineup .product .first .box {
  background-color: #fff;
  padding: 1.5625em 1.125em 1.875em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25em;
}
#lineup .product .first .box > .note {
  color: var(--color-blue);
  font-size: 0.625em;
  text-indent: 0;
  padding-left: 0;
  align-self: flex-start;
}
#lineup .product .first .trial {
  letter-spacing: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625em;
}
#lineup .product .first .trial .limit {
  color: var(--color-blue);
  font-size: 0.875em;
  letter-spacing: 0.1em;
  line-height: 1.6;
  letter-spacing: 0.02em;
  border-radius: 0.5714285714em;
  background-color: #e5edf8;
  width: 9.7142857143em;
  height: 2.1428571429em;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
#lineup .product .first .trial .days {
  color: var(--color-blue);
  font-size: 1.125em;
  letter-spacing: 0.0625em;
}
#lineup .product.premium .body {
  background: linear-gradient(90deg, #E4C374 2.09%, #C29731 100%);
}
#lineup .product.basic .head {
  position: relative;
  padding-bottom: 1.875em;
}
#lineup .product.basic .head .copy_note {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
#lineup .product.basic .body {
  background: linear-gradient(90deg, #9473B7 2.79%, #7544AC 100%);
}
#lineup .product.basic .price {
  width: 7.9375em;
}
#lineup aside .note {
  color: var(--color-black);
  font-size: 0.75em;
  margin-top: 1.6666666667em;
}
@media screen and (min-width: 768.1px) {
  #lineup aside .note {
    font-size: 0.75em;
    margin-top: 1.6666666667em;
  }
  #lineup aside .note li {
    text-indent: 0;
    padding-left: 1em;
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  #lineup aside {
    margin: 1.25em 0.625em 0;
  }
  #lineup aside .note {
    font-size: 0.625em;
  }
}

/* ------------------------------------------------
 remodal stores
------------------------------------------------ */
.remodal.stores > .inner {
  padding: 3.125em 0.9375em 1.875em;
}
.remodal.stores .product_modal {
  display: grid;
  grid-template-columns: 7.9375em 1fr;
  flex-direction: column;
  align-items: center;
  gap: 1.5625em;
}
.remodal.stores {
  /* ---- 商品情報 ---- */
}
.remodal.stores .img {
  grid-row: 1/span 1;
  grid-column: 1/span 1;
}
.remodal.stores .head {
  grid-row: 1/span 1;
  grid-column: 2/span 1;
}
.remodal.stores .head .info {
  display: flex;
  flex-direction: column;
  gap: 1.25em;
}
.remodal.stores .name {
  display: flex;
  flex-direction: column;
  gap: 0.3125em;
}
.remodal.stores .name .ttl {
  color: var(--color-blue);
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.2857142857;
  letter-spacing: 0.0357142857em;
}
.remodal.stores .name .tag {
  color: var(--color-blue);
  font-size: 0.75em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.0833333333em;
  white-space: nowrap;
  border: 1px solid var(--color-blue);
  height: 2.5em;
  padding: 0 0.8333333333em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  box-sizing: border-box;
}
.remodal.stores {
  /* ---- 価格 ---- */
}
.remodal.stores .price {
  display: flex;
  flex-direction: column;
  gap: 0.9375em;
  width: 100%;
}
.remodal.stores .price .row {
  display: flex;
  align-items: end;
  justify-content: start;
  gap: 0.5em;
}
.remodal.stores .price .day {
  flex-shrink: 0;
  background-color: var(--color-blue);
  color: #fff;
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.0714285714em;
  border-radius: 0.3571428571em;
  width: 5em;
  height: 2.1428571429em;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.remodal.stores .price .yen {
  color: var(--color-blue);
  font-weight: 700;
  display: flex;
  align-items: flex-end;
}
.remodal.stores .price .yen b {
  font-size: 2em;
  line-height: 1;
  letter-spacing: 0.03125em;
  margin-right: -0.09375em;
}
.remodal.stores .price .yen .unit {
  margin-left: 0.1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
  white-space: nowrap;
}
.remodal.stores .price .yen .unit small {
  font-size: 0.375em;
}
.remodal.stores .price .yen .unit .en {
  font-size: 1.125em;
}
.remodal.stores {
  /* ---- 購入ボタン ---- */
}
.remodal.stores .buy_box {
  background-color: var(--color-lblue2);
  border-radius: 0.75em;
  width: 100%;
  padding: 0.9375em 0 0.625em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625em;
  box-sizing: border-box;
  grid-row: 2/span 1;
  grid-column: 1/span 2;
}
.remodal.stores .buy_box .buy_ttl {
  color: var(--color-blue);
  font-size: 1.25em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.03em;
}
.remodal.stores .stores_btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.3125em;
  width: 21.375em;
}
.remodal.stores .stores_btns li {
  line-height: 0;
}
.remodal.stores .stores_btns a {
  display: block;
}
@media screen and (any-hover: hover) {
  .remodal.stores .stores_btns a {
    transition: opacity 0.3s ease;
  }
  .remodal.stores .stores_btns a:hover {
    opacity: 0.75;
  }
}
.remodal.stores .stores_btns img {
  width: 100%;
}
@media screen and (min-width: 768.1px) {
  .remodal.stores > .inner {
    padding: 0;
  }
  .remodal.stores .product_modal {
    padding: 3.75em;
    grid-template-columns: 16em 1fr;
    gap: 1.5625em 2.8125em;
  }
  .remodal.stores {
    /* ---- 商品情報 ---- */
  }
  .remodal.stores .img {
    grid-row: 1/span 2;
    grid-column: 1/span 1;
  }
  .remodal.stores .head {
    grid-row: 1/span 1;
    grid-column: 2/span 1;
  }
  .remodal.stores .head .info {
    flex-direction: column;
    gap: 0.9375em;
  }
  .remodal.stores .name {
    flex-direction: row;
    align-items: center;
    gap: 0.9375em;
  }
  .remodal.stores .name .ttl {
    font-size: 2.125em;
  }
  .remodal.stores .name .tag {
    font-size: 0.875em;
    height: 2.1428571429em;
    padding: 0 0.7142857143em;
  }
  .remodal.stores {
    /* ---- 価格 ---- */
  }
  .remodal.stores .price {
    flex-direction: row;
    gap: 1.5625em;
  }
  .remodal.stores .price .row {
    gap: 0.625em;
  }
  .remodal.stores .price .day {
    font-size: 1.5em;
    width: 4.5833333333em;
    height: 1.6666666667em;
  }
  .remodal.stores .price .yen b {
    font-size: 2.875em;
  }
  .remodal.stores .price .yen .unit {
    margin-left: 0.25em;
  }
  .remodal.stores .price .yen .unit small {
    font-size: 0.5em;
  }
  .remodal.stores .price .yen .unit .en {
    font-size: 1.375em;
  }
  .remodal.stores {
    /* ---- 購入ボタン ---- */
  }
  .remodal.stores .buy_box {
    border-radius: 1.25em;
    padding: 1.125em 0.75em 0.625em;
    gap: 0.625em;
    box-sizing: border-box;
    grid-row: 2/span 1;
    grid-column: 2/span 1;
  }
  .remodal.stores .buy_box .buy_ttl {
    font-size: 1.375em;
  }
  .remodal.stores .stores_btns {
    gap: 0;
    width: 100%;
  }
}

/* ------------------------------------------------
 remodal common
------------------------------------------------ */
.remodal-overlay {
  background-color: #fff;
}
.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}
@media screen and (min-width: 768.1px) {
  .remodal-overlay {
    background-color: #E5EDF8;
  }
}

body:has(.remodal-is-opened) {
  overflow: hidden;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  scrollbar-width: none;
  box-sizing: border-box;
  overscroll-behavior-y: contain;
  overflow-y: auto;
  overflow-x: clip;
}
/* Default theme styles of the modal dialog */
.remodal {
  overscroll-behavior-y: contain;
}
.remodal.remodal-is-opening, .remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* ----------------------------
 Keyframes
------------------------------*/
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.01);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.99);
    opacity: 0;
    filter: blur(0);
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* ------------------------------------------------
 remodal
------------------------------------------------ */
.remodal {
  color: var(--color-blue);
  font-family: var(--font-base);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768.1px) {
  .remodal {
    background-color: transparent;
    padding-top: 3.125em;
    max-width: 62.5em;
  }
  .remodal > .inner {
    border-radius: 3.125em;
    background-color: #fff;
  }
}
/* ----------------------------
 remodal_close
------------------------------*/
button.remodal_close.top {
  background: url(../img/common/icon_close.svg) 0 0/contain no-repeat;
  background-color: transparent !important;
  width: 1em;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
button.remodal_close.bottom {
  margin: 2.5em auto;
  width: 12.5em;
  height: 3.75em;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}
button.remodal_close.bottom .txt {
  font-size: 1.125em;
  font-weight: bold;
}
@media screen and (min-width: 768.1px) {
  button.remodal_close.top {
    width: 1.875em;
    right: 1.25em;
    top: 0;
  }
}

@media screen and (min-width: 768.1px) {
  #contents.healty button.remodal_close.bottom {
    margin: 1.875em auto;
    padding: 1.125em 2.5em;
    -moz-column-gap: 0.5em;
         column-gap: 0.5em;
  }
  #contents.healty button.remodal_close.bottom .txt {
    font-size: 0.875em;
  }
  #contents.healty button.remodal_close.top {
    height: 3.4375em;
  }
  #contents.healty button.remodal_close.top:hover {
    background-color: transparent;
  }
}

/* ------------------------------------------------
 hero
------------------------------------------------ */
#hero {
  overflow: hidden;
}
#hero > .inner {
  font-weight: bold;
  width: 100%;
}
#hero .sbody {
  margin-top: 0;
  min-height: 46.875em;
  position: relative;
}
#hero .sbody > * {
  letter-spacing: 0.05em;
  position: absolute;
}
#hero .sbody .kv {
  border-radius: 0 3.125em 3.125em 0;
  width: calc(100% - 2.7777777778vw);
  width: calc(100% - 2.5em);
  height: 45em;
  left: 0;
  top: 0;
  overflow: hidden;
}
#hero .sbody .kv .slide {
  position: absolute;
  inset: 0;
}
#hero .sbody .kv .slide:first-child {
  position: relative;
}
#hero .sbody .kv .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  -o-object-position: left top;
     object-position: left top;
  display: block;
}
#hero .sbody .copy_txt {
  font-size: 3.75em;
  text-indent: -0.5666666667em;
  padding-left: 0.5666666667em;
  position: absolute;
  left: 1.8333333333em;
  top: 1.5em;
}
#hero .sbody .item {
  border-radius: 3.125em 0 0 3.125em;
  padding: 3em 3.25em;
  background: var(--color-purple);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4375em;
  right: 0;
  bottom: 0;
}
#hero .sbody .item .txt {
  color: #fff;
  font-size: 1.875em;
  font-weight: 700;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
}
#hero .sbody .item .txt > * {
  line-height: 1;
}
#hero .sbody .item .img {
  width: 8.375em;
  box-shadow: 0 0 4.375em 0 rgba(255, 255, 255, 0.5);
}
#hero .intro {
  color: var(--color-blue);
  font-size: 1.875em;
  text-align: center;
  line-height: 1.9;
  padding: 2em 0;
}
#hero .js-anime-ready {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #hero .sbody {
    min-height: 35.625em;
    max-height: 38.75em;
    height: calc(100vh - var(--height-header));
  }
  #hero .sbody .kv {
    border-radius: 0;
    width: 100%;
    min-height: 31.25em;
    max-height: 34.375em;
    height: calc(100vh - var(--height-header) - 4.375em);
  }
  #hero .sbody .copy_txt {
    font-size: 2em;
    text-indent: -0.78125em;
    letter-spacing: 0.1875em;
    padding-left: 0;
    padding-top: 0.78125em;
    left: 0.9375em;
    top: 1.71875em;
    writing-mode: vertical-rl;
  }
  #hero .sbody .item {
    border-radius: 1.875em 0 0 1.875em;
    padding: 2.1875em 9.375em 2.1875em 2.5em;
    display: block;
    bottom: -1.25em;
  }
  #hero .sbody .item .txt {
    font-size: 1.375em;
    line-height: 1.8;
    writing-mode: unset;
  }
  #hero .sbody .item .txt > * {
    line-height: 1;
  }
  #hero .sbody .item .img {
    width: 6.25em;
    position: absolute;
    right: 2.1875em;
    bottom: 1.5em;
  }
  #hero .intro {
    font-size: 1.125em;
    text-align: left;
    line-height: 2;
    padding: 2.6666666667em 0 2.6666666667em 3.0555555556em;
  }
}
/* ----------------------------
 anime
------------------------------*/
#hero .kv {
  opacity: 0;
  animation-duration: 1s;
  animation-name: fadein;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  /* 3枚をクロスフェード（表示5秒＋切替2秒＝1枚7秒・計21秒ループ） */
}
#hero .kv .slide {
  opacity: 0;
  animation: kv_crossfade 15s infinite;
}
#hero .kv .slide:nth-child(2) {
  animation-delay: 5s;
}
#hero .kv .slide:nth-child(3) {
  animation-delay: 10s;
}
@media screen and (max-width: 768px) {
  #hero .copy_txt {
    opacity: 0;
    animation-duration: 1.6s;
    animation-name: fadein_up;
    animation-delay: 1.4s;
    animation-fill-mode: forwards;
  }
}
@media screen and (min-width: 768.1px) {
  #hero .kv {
    animation-duration: 1.2s;
  }
  #hero .copy_txt,
  #hero .item {
    opacity: 0;
    animation-name: fadein_up;
    animation-fill-mode: forwards;
  }
  #hero .copy_txt {
    animation-duration: 1.8s;
    animation-delay: 0.8s;
  }
  #hero .item {
    animation-duration: 1.8s;
    animation-delay: 1.6s;
  }
}

@keyframes case_fadein {
  0% {
    opacity: 0;
    filter: blur(0.625em);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes kv_crossfade {
  0% {
    opacity: 0;
  }
  9.52%, 33.33% {
    opacity: 1;
  }
  42.86%, 100% {
    opacity: 0;
  }
}
/* ------------------------------------------------
 action
------------------------------------------------ */
#action {
  margin-top: 13.75em;
  overflow-x: clip;
}
#action .sheader {
  position: relative;
  z-index: 3;
}
#action .sheader .title {
  border-radius: 12.5em;
  background-color: #fff;
  width: 75em;
  height: 12.5em;
}
#action .sheader .title .txt {
  font-size: 2.5em;
  line-height: 1.7;
}
#action .sbody {
  margin-top: 0;
  padding-top: 7.5em;
  position: relative;
}
#action .sbody::before {
  content: "";
  background: url(../img/action/eye_bg.png) 0/contain no-repeat;
  width: 75em;
  aspect-ratio: 1/1;
  position: absolute;
  left: 50%;
  top: -3.75em;
  z-index: -1;
  transform: translateX(-50%);
}
#action .sbody {
  /* ---- 周囲の写真 ---- */
}
#action .sbody .ph {
  display: none;
}
#action .sbody .ph .item {
  position: absolute;
  z-index: 2;
  border-radius: 1.25em;
  overflow: hidden;
  box-shadow: 0 0.625em 1.875em 0 rgba(0, 0, 0, 0.15);
}
#action .sbody .ph .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#action .sbody .eye {
  color: #fff;
  text-align: center;
  background: url(../img/action/eye.svg) 50% 50%/contain no-repeat;
  margin: 0 auto 0;
  width: 52.1875em;
  aspect-ratio: 1/1;
  align-content: center;
  position: relative;
  z-index: 1;
}
#action .sbody .eye > * {
  color: #fff;
}
#action .sbody .eye .txt {
  font-size: 1em;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: 2.1875em;
}
#action .sbody {
  /* ---- スクロールアニメーション ---- */
}
#action .sbody.anime-ready::before,
#action .sbody.anime-ready .eye,
#action .sbody.anime-ready .ph .item,
#action .sbody.anime-ready .eye .copy_txt,
#action .sbody.anime-ready .eye .txt {
  opacity: 0;
}
#action .sbody.anime-ready .eye {
  transform: scale(0.2);
}
#action .sbody.anime-ready::before {
  transform: translateX(-50%) scale(0.2);
}
#action .sbody.anime-ready .ph .item {
  transform: translate(var(--from-x, 0px), var(--from-y, 0px)) scale(0.2);
}
#action .sbody.anime-ready .eye .copy_txt,
#action .sbody.anime-ready .eye .txt {
  transform: translateY(2em);
}
#action .sbody.anime-in .eye {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s ease-out;
}
#action .sbody.anime-in::before {
  opacity: 1;
  transform: translateX(-50%) scale(1);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s ease-out;
}
#action .sbody.anime-in .ph .item {
  opacity: 1;
  transform: translate(0px, 0px) scale(1);
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.9s ease-out;
  transition-delay: calc(var(--i, 0) * 70ms);
}
#action .sbody.anime-in .eye .copy_txt,
#action .sbody.anime-in .eye .txt {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.7s ease-out;
  transition-delay: calc(0.8s + var(--ti, 0) * 120ms);
}
@media screen and (min-width: 768.1px) {
  #action .sbody .ph {
    display: block;
  }
  #action .sbody .ph .item img {
    width: 100%;
    height: 100%;
  }
  #action .sbody .ph .a {
    left: calc(50% - 40.46em);
    top: 7.045em;
    width: 16.396875em;
    height: 20.5875em;
  }
  #action .sbody .ph .b {
    left: calc(50% - 31.9375em);
    top: 24.978125em;
    width: 11.8125em;
    height: 8.51625em;
  }
  #action .sbody .ph .c {
    left: calc(50% - 48.061875em);
    top: 38.321875em;
    width: 16.6875em;
    height: 11.875em;
  }
  #action .sbody .ph .d {
    left: calc(50% + 23.91em);
    top: 9.6425em;
    width: 15.680625em;
    height: 11.304375em;
  }
  #action .sbody .ph .e {
    left: calc(50% + 30.5em);
    top: 26.384375em;
    width: 15.875em;
    height: 19.84375em;
  }
  #action .sbody .ph .f {
    left: calc(50% + 18.4375em);
    top: 44.2225em;
    width: 13.6875em;
    height: 9.224375em;
  }
}
@media screen and (max-width: 768px) {
  #action {
    margin-top: 6.25em;
  }
  #action .sheader {
    z-index: 2;
  }
  #action .sheader .title {
    width: 20em;
    height: auto;
    border-width: 2px;
    border-radius: 1.875em;
    padding: 2.1875em 0;
  }
  #action .sheader .title .txt {
    font-size: 1.6875em;
    line-height: 1.7;
    letter-spacing: 0.0740740741em;
  }
  #action .sheader .title::before {
    height: 5em;
    bottom: -5em;
  }
  #action .sheader .title::after {
    bottom: -5em;
  }
  #action .sbody {
    padding-top: 5.5em;
    min-height: 73.25em;
  }
  #action .sbody::before {
    width: 70.25em;
    top: -3.1875em;
  }
  #action .sbody .eye {
    width: 48.875em;
    /* ビューポートより大きい円を中央寄せ（margin autoは効かないため） */
    left: 50%;
    transform: translateX(-50%);
  }
  #action .sbody.anime-ready .eye {
    transform: translateX(-50%) scale(0.2);
  }
  #action .sbody.anime-in .eye {
    transform: translateX(-50%) scale(1);
  }
  #action .sbody .ph {
    display: block;
    /* サークル上の2枚 */
  }
  #action .sbody .ph .e {
    left: calc(50% - 14.1875em);
    top: 4.64em;
    width: 11.10375em;
    height: 7.995em;
  }
  #action .sbody .ph .c {
    left: calc(50% + 5.875em);
    top: 6.75em;
    width: 7.375em;
    height: 7.5em;
  }
  #action .sbody .ph {
    /* サークル下の4枚 */
  }
  #action .sbody .ph .d {
    left: calc(50% + 3.125em);
    top: 47.10875em;
    width: 10.48375em;
    height: 7.306875em;
  }
  #action .sbody .ph .a {
    left: calc(50% - 13.625em);
    top: 53.25em;
    width: 11.875em;
    height: 15em;
  }
  #action .sbody .ph .b {
    left: calc(50% + 1.064375em);
    top: 58.125em;
    width: 7.68375em;
    height: 5.12em;
    z-index: 3;
  }
  #action .sbody .ph .f {
    left: calc(50% + 5.0625em);
    top: 61.101875em;
    width: 8em;
    height: 10.3125em;
  }
}

/* ------------------------------------------------
 colabo
------------------------------------------------ */
#colabo {
  margin: 4.375em auto 0;
  width: 75em;
}
#colabo .aheader {
  margin: 0 auto;
  padding-left: 9.375em;
  width: 67.5em;
  display: flex;
  justify-content: space-between;
  align-items: start;
  position: relative;
}
#colabo .aheader .txt {
  font-weight: bold;
  padding-top: 1.25em;
  flex: 1;
}
#colabo .aheader .txt .title {
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#colabo .aheader .txt .title .num {
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  background-color: var(--color-blue);
  border-radius: 50%;
  text-align: center;
  width: 5em;
  aspect-ratio: 1/1;
  position: absolute;
  left: -6.25em;
  bottom: 0.4166666667em;
  align-content: center;
}
#colabo .aheader .txt .title .label {
  font-size: 1.875em;
  font-weight: bold;
  display: block;
}
#colabo .aheader .txt .title .logo {
  margin-left: -1.875em;
  width: 34.375em;
  aspect-ratio: 680/187;
}
#colabo .aheader .txt .summary {
  font-size: 1.25em;
  line-height: 2.2;
  letter-spacing: 0.15em;
  margin-top: 1em;
}
#colabo .aheader .txt .hash {
  font-size: 1.875em;
  letter-spacing: 0.1em;
  margin-top: 1.1333333333em;
}
#colabo .aheader .img img {
  width: 22.5em;
  box-shadow: 0.625em 0.625em 1.875em 0 rgba(0, 0, 0, 0.25);
}
#colabo .aheader .img .note {
  font-size: 0.6875em;
  text-align: center;
  letter-spacing: 0.0909090909em;
  margin-top: 1.3636363636em;
}
#colabo .abody {
  border-radius: 3.125em;
  background-color: var(--color-lblue2);
  margin-top: -3.75em;
  padding: 6.25em 0 3.75em;
  display: flex;
  flex-direction: column;
  row-gap: 2.8125em;
}
#colabo .abody .heading {
  font-weight: bold;
  font-size: 1.875em;
  letter-spacing: 0.0666666667em;
  padding: 0.3333333333em 0;
  border-bottom: 1px solid var(--color-blue);
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
#colabo .abody .summary {
  font-size: 1.25em;
  text-align: center;
  line-height: 2.1;
}
#colabo .abody .presents {
  margin-top: 2.5em;
  display: grid;
  grid-template-columns: repeat(2, 30.3125em);
  justify-content: center;
  -moz-column-gap: 3.125em;
       column-gap: 3.125em;
}
#colabo .abody .presents .item {
  border-radius: 1.875em;
  background-color: #fff;
  padding: 0 1.875em 1.875em;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.25em;
}
#colabo .abody .presents .item .txt {
  margin-top: -2.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.9375em;
}
#colabo .abody .presents .item .txt .badge {
  width: 5em;
  flex-shrink: 1;
}
#colabo .abody .presents .item .txt .name {
  color: #4E0D94;
  font-size: 1.5em;
  text-align: center;
  line-height: 1.6;
}
#colabo .abody .presents .item .img {
  width: 23.4375em;
}
#colabo .abody .link .basic_btn {
  margin: 0 auto;
  width: 18.75em;
  height: 4.375em;
}
#colabo .abody .link .basic_btn .txt {
  font-size: 1.25em;
}
@media screen and (max-width: 768px) {
  #colabo {
    margin-top: 0.625em;
    width: auto;
  }
  #colabo .aheader {
    padding-left: 0;
    width: auto;
    display: block;
  }
  #colabo .aheader .txt {
    padding-top: 0;
    text-align: center;
  }
  #colabo .aheader .txt .title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #colabo .aheader .txt .title .num {
    font-size: 1.125em;
    position: static;
    width: 5em;
    letter-spacing: 0.0888888889em;
  }
  #colabo .aheader .txt .title .logo {
    margin-top: 0.1875em;
    margin-left: 0.5em;
    width: 21.75em;
  }
  #colabo .aheader .txt .summary {
    font-size: 1.125em;
    text-indent: 0.5em;
    line-height: 1.8;
    letter-spacing: 0.0555555556em;
    margin-top: 2.2222222222em;
  }
  #colabo .aheader .txt .hash {
    font-size: 1.25em;
    letter-spacing: 0.1em;
    margin-top: 0.75em;
  }
  #colabo .aheader .img {
    margin-top: 2.8125em;
    text-align: center;
  }
  #colabo .aheader .img img {
    width: 18.75em;
  }
  #colabo .aheader .img .note {
    font-size: 0.6875em;
    text-align: center;
    margin-top: 1.3636363636em;
  }
  #colabo .abody {
    border-radius: 1.875em;
    margin-top: -4.0625em;
    padding-top: 7.1875em;
    padding-bottom: 3.75em;
    row-gap: 2.5em;
  }
  #colabo .abody .heading {
    font-size: 1.5em;
    border-bottom: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 0.2083333333em;
  }
  #colabo .abody .heading .line {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid var(--color-blue);
    padding: 0 0.2083333333em;
    line-height: 1.8;
    letter-spacing: 0.0833333333em;
  }
  #colabo .abody .heading .line .s {
    font-size: 0.75em;
  }
  #colabo .abody .summary {
    font-size: 1em;
    line-height: 1.8;
    letter-spacing: 0.125em;
  }
  #colabo .abody .presents {
    margin-top: 2.1875em;
    grid-template-columns: 21.25em;
    row-gap: 4.375em;
  }
  #colabo .abody .presents .item {
    padding: 0 0 2.1875em;
    row-gap: 1.5625em;
    align-items: center;
  }
  #colabo .abody .presents .item .txt {
    gap: 0.625em;
  }
  #colabo .abody .presents .item .txt .badge {
    width: 5em;
  }
  #colabo .abody .presents .item .txt .name {
    font-size: 1.25em;
    line-height: 1.6;
  }
  #colabo .abody .presents .item .img {
    width: 18.125em;
  }
  #colabo .abody .link .basic_btn {
    width: 17.5em;
    height: 3.75em;
  }
  #colabo .abody .link .basic_btn .txt {
    font-size: 1.125em;
  }
}

/* ------------------------------------------------
 feed
------------------------------------------------ */
#feed {
  position: relative;
  z-index: 1;
}
#feed > .inner {
  padding-top: 9.375em;
  display: grid;
  grid-template-columns: 46.25em auto;
  align-items: start;
}
#feed .cta {
  margin-bottom: 10.625em;
  grid-row: 1/span 1;
  grid-column: 1/span 2;
  position: relative;
  z-index: 3;
}
#feed .sheader {
  height: 49.6875em;
}
#feed .sheader::before {
  content: "";
  border-bottom-left-radius: 3.125em;
  border-bottom-right-radius: 3.125em;
  background-color: var(--color-lblue);
  width: calc(var(--nvw) * 100);
  width: max(1200px, var(--nvw) * 100);
  height: 48.75em;
  position: absolute;
  top: -27.5em;
  left: 41.875em;
  z-index: -1;
  transform: translateX(-50%);
}
#feed .sheader .title {
  margin: 0 auto;
  width: 83.75em;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#feed .sheader .img {
  border-radius: 3.125em;
  background-color: #fff;
  width: 83.75em;
  aspect-ratio: 1340/750;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 2.8125em;
}
#feed .sheader .img .ph {
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(2.7) translate(-392.94px, -155.4px);
  transform-origin: 0 0;
}
#feed .sbody {
  position: relative;
  z-index: 2;
  margin-top: 0;
}
#feed .sbody::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 40em;
  z-index: 5;
}
#feed .sbody .txt {
  font-weight: bold;
  padding-top: 14.6875em;
  padding-bottom: 20.625em;
  position: relative;
  z-index: 1;
  scrollbar-width: none;
}
#feed .sbody .txt::-webkit-scrollbar {
  display: none;
}
#feed .sbody .txt > .inner {
  display: flex;
  flex-direction: column;
  row-gap: 2.1875em;
}
#feed .sbody .txt p .line {
  display: block;
}
#feed .sbody .txt .poem {
  font-size: 1.25em;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  #feed > .inner {
    padding-top: 5em;
    grid-template-columns: 2.875em 1fr;
  }
  #feed .cta {
    margin-bottom: 3.5625em;
  }
  #feed .sheader::before {
    border-radius: 0;
    width: 100vw;
    height: 30.5625em;
    left: 0;
    top: -24.3125em;
    transform: none;
  }
  #feed .sheader .corner {
    border-top: 0.625em solid var(--color-lblue);
    display: block;
    width: 100vw;
    position: absolute;
    left: 0;
    top: 4.125em;
  }
  #feed .sheader .corner::before, #feed .sheader .corner::after {
    content: "";
    background-color: var(--color-lblue);
    width: 1.875em;
    aspect-ratio: 1/1;
    position: absolute;
    top: 4.1875em;
    top: 0;
    z-index: 3;
  }
  #feed .sheader .corner::before {
    left: 0;
    clip-path: shape(from 0% 0%, line to 100% 0%, arc to 0% 100% of 1.875em, line to 0% 0%, close);
  }
  #feed .sheader .corner::after {
    left: calc(100vw - 1.875em);
    clip-path: shape(from 0% 0%, line to 100% 0%, line to 100% 100%, arc to 0% 0% of 1.875em, close);
  }
  #feed .sheader .title {
    width: 100vw;
    position: relative;
    z-index: 1;
  }
  #feed .sheader .img {
    border-radius: 0 0 1.875em 1.875em;
    width: 100vw;
    aspect-ratio: unset;
    top: 4.8125em;
    z-index: 0;
  }
  #feed .sheader .img .shadow {
    background: linear-gradient(180deg, #FFF 0%, #F9FBFF 52.88%, #F7F9FA 79.33%, rgba(248, 249, 251, 0) 100%);
    width: 100%;
    height: calc(100% - 12.5em);
    position: absolute;
    left: 0;
    bottom: 12.5em;
    bottom: 18.125em;
    z-index: 3;
  }
  #feed .sheader .img .ph {
    top: unset;
    bottom: 0;
    z-index: 1;
    transform: scale(5.6) translate(10px, -30px);
    transform-origin: 50% 50%;
  }
  #feed .sbody {
    margin-top: -1.375em;
    padding-left: 0;
    justify-content: start;
  }
  #feed .sbody .txt {
    padding-top: 11.875em;
    padding-bottom: 19.375em;
  }
  #feed .sbody .txt p .sp_line {
    display: block;
  }
  #feed .sbody .txt p .pc_show {
    display: none;
  }
  #feed .sbody .txt .poem {
    font-size: 1em;
  }
}
@media screen and (min-width: 768.1px) {
  #feed .sheader .title {
    width: 65em;
    left: 9.375em;
  }
  #feed .sbody .txt p .lines_pc {
    display: block;
  }
  #feed .sbody .txt p .lines_pc .line {
    display: inline;
  }
  #feed .sbody .txt p .sp_show {
    display: none;
  }
}

/* ----------------------------
 feed fixed
------------------------------*/
#feed .sheader {
  position: sticky;
  left: 0;
  top: 3.125em;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #feed .sheader {
    height: 100vh;
    top: 0;
  }
  #feed .sheader .img {
    height: calc(100vh - 4.8125em);
  }
}

/* ----------------------------
 feed_txt fadeIn / Out
------------------------------*/
#feed_txt .line {
  opacity: 0;
  will-change: opacity;
}

@keyframes feedline_in {
  0% {
    opacity: 0;
    filter: blur(0.5em);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes feedline_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  @keyframes feedline_out {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
}
/* ------------------------------------------------
 reports
------------------------------------------------ */
#reports {
  position: relative;
  z-index: 2;
}
#reports > .inner {
  background-color: var(--color-lblue);
  padding-top: 4.375em;
  width: 100%;
  overflow: hidden;
}
#reports .survey {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow-x: clip;
}
#reports .copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5em;
  position: absolute;
  left: 3.4375em;
  top: 17.125em;
  z-index: 1;
}
#reports .copy .line {
  color: var(--color-blue);
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  border-bottom: 2px solid var(--color-blue);
}
#reports .source {
  font-size: 0.625em;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin: 0 1.5625em;
}
#reports .link {
  margin-top: 2.5em;
}
#reports .link .survey_btn {
  margin: 0 auto;
  width: 17.5em;
  height: 3.75em;
}
#reports .link .survey_btn .txt {
  font-size: 1.125em;
}
@media screen and (max-width: 768px) {
  #reports .survey {
    height: 51.875em;
  }
}
@media screen and (min-width: 768.1px) {
  #reports > .inner {
    padding-top: 9.125em;
  }
  #reports .survey {
    height: 37.5em;
  }
  #reports .copy {
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 0.625em;
    left: 50%;
    top: 3.75em;
    transform: translateX(-50%);
  }
  #reports .copy .line {
    font-size: 2.5em;
    letter-spacing: 0.25em;
    line-height: 1.4;
    writing-mode: vertical-rl;
    font-feature-settings: "vert";
    border-bottom: none;
    border-left: 2px solid var(--color-blue);
    padding-left: 0.2em;
  }
  #reports .source {
    text-align: center;
  }
  #reports .link {
    display: none;
  }
}

/* ----------------------------
 eyes_group
------------------------------*/
#eyes_group .eye {
  position: relative;
  width: 26.25em;
  height: 33.4375em;
  display: none;
}
#eyes_group .eye.is-show {
  display: block;
}
#eyes_group .iris {
  position: absolute;
  width: 22.640625em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #3373c4;
}
#eyes_group .iris .pupil {
  border-radius: 50%;
  background: url(../img/reports/eye_pupil.svg) 50% 50%/contain no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
#eyes_group .iris .pupil img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#eyes_group .iris .stat {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#eyes_group .iris .stat .row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  line-height: 1;
  position: relative;
}
#eyes_group .iris .stat .row b {
  font-size: 6.25em;
  font-weight: inherit;
  line-height: 0.85;
}
#eyes_group .iris .stat .row .unit {
  font-size: 3.375em;
  line-height: 1;
}
#eyes_group .iris .stat .row .ref {
  font-size: 0.625em;
  line-height: 1;
  position: absolute;
  right: 0.5em;
  top: 2em;
}
#eyes_group .iris .stat .note {
  font-size: 0.625em;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 2.4em;
}
#eyes_group .bubble {
  position: absolute;
  width: 15em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#eyes_group .bubble p {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}
#eyes_group .chara {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 5.25em;
  position: absolute;
}
#eyes_group .chara.c1 {
  background-image: url(../img/reports/eye_anime_1.png);
  aspect-ratio: 250/144;
}
#eyes_group .chara.c2 {
  background-image: url(../img/reports/eye_anime_2.png);
  aspect-ratio: 250/160;
}
#eyes_group .chara.c3 {
  background-image: url(../img/reports/eye_anime_3.png);
  aspect-ratio: 260/166;
}
#eyes_group .s1 .iris .pupil {
  transform: scale(73.2%);
  transform: scale(0.8555699854);
}
#eyes_group .s3 .iris .pupil {
  transform: scale(0.5744562647);
}
#eyes_group .s4 .iris .pupil {
  transform: scale(0.8068457102);
}
#eyes_group .s5 .iris .pupil {
  transform: scale(0.5477225575);
}
@media screen and (min-width: 768.1px) {
  #eyes_group {
    display: flex;
    justify-content: space-between;
  }
  #eyes_group .list {
    width: 52.5em;
    display: flex;
  }
  #eyes_group .list.right .eye.s2 {
    left: -1.5625em;
  }
  #eyes_group .eye.lb .iris {
    left: 0;
    bottom: 0;
  }
  #eyes_group .eye.lb .bubble {
    top: 0;
    right: 0;
  }
  #eyes_group .eye.lb .chara {
    top: 28.375em;
    left: 0;
  }
  #eyes_group .eye.rt .iris {
    top: 0;
    right: 0;
  }
  #eyes_group .eye.rt .bubble {
    left: 0;
    bottom: 0;
  }
  #eyes_group .eye.rt .chara {
    top: 3em;
    left: 1.75em;
  }
  #eyes_group .eye.s2 .iris {
    width: 26.25em;
  }
  #eyes_group .eye.s2 .iris .pupil {
    transform: scale(80%);
  }
  #eyes_group .eye.s2 .iris .stat .rank {
    font-size: 1.25em;
  }
  #eyes_group .eye.s2 .iris .stat .rank_num {
    font-weight: 700;
    line-height: 1;
  }
  #eyes_group .eye.s2 .iris .stat .rank_num b {
    font-size: 3.125em;
    font-weight: inherit;
  }
  #eyes_group .eye.s2 .iris .stat .rank_num .pre,
  #eyes_group .eye.s2 .iris .stat .rank_num .suf {
    font-size: 1.875em;
  }
  #eyes_group .eye.s2 .iris .stat .row {
    margin-top: 0.9375em;
  }
  #eyes_group .eye.s2 .iris .stat .row b {
    font-size: 4.125em;
  }
  #eyes_group .eye.s2 .iris .stat .row .s {
    font-size: 0.696969697em;
  }
  #eyes_group .eye.s2 .iris .stat .row .ref {
    top: 0;
    right: -0.5em;
  }
  #eyes_group .eye.s2 .iris .stat .note {
    margin-top: 3em;
    width: 24.5em;
  }
  #eyes_group .eye.s2 .bubble {
    display: none;
  }
  #eyes_group .eye.s2 .chara {
    top: -1.875em;
    left: 4.6875em;
  }
}
@media screen and (max-width: 768px) {
  #eyes_group .list.right {
    display: none;
  }
  #eyes_group .eye {
    width: 100%;
    height: 18.75em;
  }
  #eyes_group .iris {
    width: 16.25em;
  }
  #eyes_group .iris .stat .row b {
    font-size: 4.6875em;
  }
  #eyes_group .iris .stat .row .unit {
    font-size: 1.75em;
  }
  #eyes_group .iris .stat .row .ref {
    font-size: 0.625em;
  }
  #eyes_group .iris .stat .note {
    font-size: 0.5em;
  }
  #eyes_group .bubble {
    width: 13.125em;
  }
  #eyes_group .bubble p {
    font-size: 1em;
  }
  #eyes_group .chara {
    width: 4.625em;
  }
  #eyes_group .eye.lb .iris {
    left: -1.5625em;
    bottom: unset;
    top: 0;
  }
  #eyes_group .eye.lb .bubble {
    top: unset;
    bottom: 0;
    right: -1.5625em;
  }
  #eyes_group .eye.lb .chara {
    top: 1.375em;
    left: 12.375em;
  }
  #eyes_group .eye.rt .iris {
    top: 0;
    right: 0;
    right: -1.5625em;
  }
  #eyes_group .eye.rt .bubble {
    left: 0;
    left: -1.5625em;
    bottom: 0;
  }
  #eyes_group .eye.rt .chara {
    top: 0.1875em;
    left: 8.625em;
  }
  #eyes_group .eye.s2 .iris {
    bottom: 0;
    right: -1.5625em;
  }
  #eyes_group .eye.s2 .iris .pupil {
    transform: scale(80%);
  }
  #eyes_group .eye.s2 .iris .stat .row {
    text-align: center;
    margin-top: 0.9375em;
    flex-direction: column;
    align-items: center;
  }
  #eyes_group .eye.s2 .iris .stat .row b {
    font-size: 2.375em;
  }
  #eyes_group .eye.s2 .iris .stat .row b:first-child {
    font-size: 3.625em;
  }
  #eyes_group .eye.s2 .iris .stat .row .s {
    font-size: 1em;
  }
  #eyes_group .eye.s2 .iris .stat .row .ref {
    font-size: 0.625em;
    top: 6em;
    right: -0.5em;
  }
  #eyes_group .eye.s2 .iris .stat .note {
    font-size: 0.5em;
    margin-top: 2.5em;
    width: 20em;
  }
  #eyes_group .eye.s2 .bubble {
    left: -1.5625em;
    top: 0;
    flex-direction: column;
  }
  #eyes_group .eye.s2 .bubble .rank {
    font-size: 0.9375em;
  }
  #eyes_group .eye.s2 .bubble .rank_num {
    font-weight: 700;
    line-height: 1;
  }
  #eyes_group .eye.s2 .bubble .rank_num b {
    font-size: 2.3125em;
    font-weight: inherit;
  }
  #eyes_group .eye.s2 .bubble .rank_num .pre,
  #eyes_group .eye.s2 .bubble .rank_num .suf {
    font-size: 1.5625em;
  }
  #eyes_group .eye.s2 .bubble .note {
    font-size: 0.5em;
    margin-top: 1.875em;
    width: 18.125em;
  }
  #eyes_group .eye.s2 .chara {
    top: 0.1875em;
    left: 17.1875em;
  }
}

@media screen and (min-width: 768.1px) {
  #eyes_group {
    width: 123.75em;
    display: flex;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  #eyes_group .eye.s2 {
    margin-top: 4.25em;
  }
}

/* ----------------------------
 eye anime
------------------------------*/
@media screen and (min-width: 768.1px) {
  #eyes_group .list {
    position: relative;
    height: 37.5em;
  }
  #eyes_group .eye {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  #eyes_group .eye.is-left {
    left: 0;
  }
  #eyes_group .eye.is-right {
    left: 26.25em;
  }
}
@media screen and (max-width: 768px) {
  #eyes_group .list.left {
    position: relative;
    height: 100%;
    height: 51.875em;
  }
  #eyes_group .list.left .eye {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  #eyes_group .list.left .eye.is-top {
    top: 0;
  }
  #eyes_group .list.left .eye.is-bottom {
    top: unset;
    bottom: 1.375em;
  }
}

/* ------------------------------------------------
 remodal.survey
------------------------------------------------ */
.remodal.survey {
  background-color: var(--color-lblue2);
}
.remodal.survey > .inner {
  padding: 0;
}
.remodal.survey {
  /* ---- copy ---- */
}
.remodal.survey .copy {
  position: relative;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5em;
  padding-top: 3.75em;
  padding-left: 3.4375em;
}
.remodal.survey .copy .line {
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  border-bottom: 2px solid var(--color-blue);
}
.remodal.survey .copy .eye {
  position: absolute;
  top: 4.1875em;
  right: 5em;
  width: 5em;
}
.remodal.survey .copy .eye img {
  display: block;
  width: 100%;
  height: auto;
}
.remodal.survey .result {
  margin-top: 3.75em;
}
.remodal.survey .list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25em;
}
.remodal.survey .card {
  border-radius: 1.25em;
  border-bottom: 1px solid #e5edf8;
  background-color: #fff;
  padding: 1.875em 2.1875em;
  width: 21.875em;
  box-sizing: border-box;
}
.remodal.survey .card sup {
  font-size: 0.625em;
}
.remodal.survey .card .lead {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.remodal.survey .card .lead sup {
  font-size: 0.5555555556em;
}
.remodal.survey .card .data {
  margin-top: 0.625em;
  margin-bottom: 1.25em;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
}
.remodal.survey .card .data b {
  font-size: 3.75em;
  font-weight: inherit;
  line-height: 1;
  display: inline-block;
}
.remodal.survey .card .data b .s {
  font-size: 0.6666666667em;
}
.remodal.survey .card .data .unit {
  font-size: 1.875em;
  line-height: 1.1;
}
.remodal.survey .card .data .ref {
  align-self: flex-start;
  margin-left: 0.125em;
}
.remodal.survey .card .data .s {
  font-size: 2.5em;
}
.remodal.survey .card .data sup {
  position: absolute;
  right: 0;
  top: 1em;
}
.remodal.survey .card .note {
  font-size: 0.625em;
  font-weight: 500;
  line-height: 1.6;
}
.remodal.survey .card.rank .lead {
  font-size: 1.125em;
  display: flex;
  align-items: flex-end;
  gap: 0.625em;
}
.remodal.survey .card.rank .lead .ttl {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.remodal.survey .card.rank .lead .rank_num {
  flex-shrink: 0;
  display: flex;
  align-items: baseline;
  font-weight: 700;
}
.remodal.survey .card.rank .lead .rank_num b {
  font-size: 2.2222222222em;
  line-height: 1;
}
.remodal.survey .card.rank .data {
  text-indent: -0.4em;
  white-space: nowrap;
  margin-top: 1.25em;
}
.remodal.survey .card.rank .data b {
  letter-spacing: -0.025em;
}
.remodal.survey .card.rank .data sup {
  right: -0.1em;
}
.remodal.survey .source {
  font-size: 0.625em;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin: 2.5em 2.5em 0;
}

/* ------------------------------------------------
 topics common
------------------------------------------------ */
.topics_meta {
  font-weight: bold;
  letter-spacing: 0.1em;
}
.topics_meta .date {
  font-size: 1em;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1.25em;
}
.topics_meta .date .new {
  color: #fff;
  font-size: 0.75em;
  font-style: normal;
  background-color: var(--color-blue);
  line-height: 1;
  border-radius: 2.5em;
  padding: 0 1.1666666667em 0.1666666667em;
  height: 2.1666666667em;
  display: block;
  align-content: center;
}
.topics_meta .title {
  font-size: 1.25em;
  line-height: 1.8;
  margin-top: 0.75em;
}
@media screen and (min-width: 768.1px) {
  .topics_meta .title {
    margin-top: 1em;
  }
}

/* ------------------------------------------------
 topics
------------------------------------------------ */
#topics.index {
  margin-top: 5.625em;
}
#topics.index > .inner {
  padding: 0 1.875em;
}
#topics.index .sheader .title {
  font-size: 1.875em;
  letter-spacing: 0.05em;
}
#topics.index .sbody {
  margin-top: 1.5625em;
}
#topics.index .list li {
  padding: 1.875em 0;
  border-bottom: 1px solid #CDDEF4;
}
#topics.index .list li:first-child {
  border-top: 1px solid #CDDEF4;
}
#topics.index .item {
  color: var(--color-blue);
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 1.875em;
  text-decoration: none;
}
#topics.index .item .img {
  border-radius: 1.375em;
  width: 100%;
  overflow: hidden;
}
#topics.index .item .txt {
  padding-left: 0.625em;
}
@media screen and (any-hover: hover) {
  #topics.index .item {
    transition: opacity 0.4s ease;
  }
  #topics.index .item:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768.1px) {
  #topics.index {
    margin-top: 11.25em;
  }
  #topics.index > .inner {
    width: 62.5em;
    padding: 0;
  }
  #topics.index .sheader .title {
    font-size: 2.5em;
  }
  #topics.index .sbody {
    margin-top: 2.5em;
  }
  #topics.index .item {
    color: var(--color-blue);
    text-align: left;
    width: 100%;
    flex-direction: row;
    gap: 2.5em;
    padding-right: 1.25em;
  }
  #topics.index .item::after {
    content: "";
    border: 1px solid var(--color-blue);
    border-radius: 50%;
    background: url(../img/common/icon_arrow.svg) 50% 50% no-repeat;
    background-size: 0.5em auto;
    width: 3.125em;
    aspect-ratio: 1/1;
    align-self: center;
    margin-left: auto;
  }
  #topics.index .item .img {
    border-radius: 0.9375em;
    width: 13.75em;
  }
  #topics.index .item .txt {
    padding-left: 0;
  }
}

/* ------------------------------------------------
 remodal.topics
------------------------------------------------ */
.remodal.topics > .inner {
  padding: 3.125em 1.875em 0;
}
.remodal.topics .topics_meta {
  display: flex;
  flex-direction: column-reverse;
  gap: 2.5em;
}
.remodal.topics .topics_meta .date {
  border-bottom: 1px solid var(--color-blue);
  padding-bottom: 0.9375em;
}
.remodal.topics .topics_meta .title {
  margin-top: 2em;
}
.remodal.topics .topics_meta .img {
  border-top-left-radius: 1.125em;
  border-bottom-left-radius: 1.125em;
  margin-right: -1.875em;
  overflow: hidden;
}
.remodal.topics .topics_body {
  margin-top: 1.875em;
}
.remodal.topics .topics_body p {
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.125em;
  line-height: 2;
}
@media screen and (min-width: 768.1px) {
  .remodal.topics {
    border-radius: 3.125em;
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 1.875em;
    width: 56.25em;
    overflow: hidden;
  }
  .remodal.topics > .inner {
    border-radius: 0;
    padding: 4.375em 3.75em 0;
  }
  .remodal.topics .topics_meta {
    display: flex;
    flex-direction: row-reverse;
    gap: 0;
    align-items: start;
  }
  .remodal.topics .topics_meta .txt {
    flex: 1;
  }
  .remodal.topics .topics_meta .title {
    margin-right: 3em;
  }
  .remodal.topics .topics_meta .img {
    border-top-left-radius: 1.25em;
    border-bottom-left-radius: 1.25em;
    margin-right: -3.75em;
    width: 25em;
    flex-shrink: 1;
  }
  .remodal.topics .topics_meta .img img {
    max-width: 100%;
  }
  .remodal.topics .topics_body {
    margin-top: 3.125em;
  }
  .remodal.topics .topics_body p {
    font-size: 1.125em;
  }
}

/* ------------------------------------------------
 whats
------------------------------------------------ */
#whats {
  background: #fff url(../img/whats_bg-sp.webp) 50% 50%/cover no-repeat;
  margin-top: 6.25em;
}
#whats > .inner {
  padding-top: 3.75em;
  min-height: 53.125em;
  box-sizing: border-box;
}
#whats .sbody {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}
#whats .sbody .lead, #whats .sbody .intro {
  font-size: 1em;
  letter-spacing: 0.1875em;
}
#whats .sbody .lead {
  text-align: center;
  padding-bottom: 0.625em;
  border-bottom: 1px solid var(--color-blue);
}
#whats .sbody .copy_txt {
  letter-spacing: 0.1em;
  margin-top: 0.6666666667em;
  margin-right: -0.5em;
}
#whats .sbody .intro {
  line-height: 2;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  #whats > .inner {
    width: 100%;
  }
}
@media screen and (min-width: 768.1px) {
  #whats {
    margin-top: 12.5em;
    background-image: url(../img/whats_bg.webp);
  }
  #whats > .inner {
    padding-top: 10em;
    min-height: 50em;
  }
  #whats .sbody {
    margin: 0 auto;
    width: 70em;
  }
  #whats .sbody .lead {
    font-size: 1.5em;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 0.4166666667em;
  }
  #whats .sbody .copy_txt {
    margin-top: 0.75em;
  }
  #whats .sbody .intro {
    font-size: 1.25em;
    margin-top: 3em;
  }
}

/* ------------------------------------------------
 kodawari
------------------------------------------------ */
#kodawari {
  padding: 4em 1.25em;
  text-align: center;
}
#kodawari .lead {
  color: var(--color-blue);
  font-size: 1em;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
#kodawari .link {
  margin-top: 1.875em;
  display: flex;
  justify-content: center;
}
#kodawari .quality_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75em;
  background-color: #e5edf8;
  border-radius: 6.25em;
  padding: 0.9375em 1.875em;
  text-decoration: none;
}
#kodawari .quality_btn .txt {
  color: var(--color-blue);
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#kodawari .quality_btn .arrow {
  width: 0.875em;
  height: 0.5em;
  flex-shrink: 0;
  background-color: var(--color-blue);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 8'%3E%3Cpath d='M0 4h12.5M9.5 1l3.5 3-3.5 3' fill='none' stroke='black' stroke-width='1.2'/%3E%3C/svg%3E") 50% 50%/contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 8'%3E%3Cpath d='M0 4h12.5M9.5 1l3.5 3-3.5 3' fill='none' stroke='black' stroke-width='1.2'/%3E%3C/svg%3E") 50% 50%/contain no-repeat;
}
@media screen and (any-hover: hover) {
  #kodawari .quality_btn {
    transition: opacity 0.4s ease;
  }
  #kodawari .quality_btn:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768.1px) {
  #kodawari {
    padding-top: 6.25em;
    padding-bottom: 2.5em;
  }
  #kodawari .link {
    margin-top: 2.5em;
  }
  #kodawari .quality_btn {
    width: 19.75em;
    height: 3.125em;
    padding: 0;
  }
}

/* ------------------------------------------------
 micle_banner
------------------------------------------------ */
#micle_banner .inner {
  padding: 4.6875em 0.9375em;
}
#micle_banner .inner a {
  text-decoration: none;
  border-radius: 0.5em;
  border: 1px solid var(--color-blue);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#micle_banner .inner a .txt {
  line-height: 1;
  padding: 0.9375em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.625em;
       column-gap: 0.625em;
}
#micle_banner .inner a .txt::after {
  content: "";
  background-color: var(--color-blue);
  -webkit-mask: url(../images/common/icon_link_arrow.svg) 50% 50%/contain no-repeat;
          mask: url(../images/common/icon_link_arrow.svg) 50% 50%/contain no-repeat;
  margin-top: 0.2em;
  width: 0.5em;
  aspect-ratio: 5/8;
  display: block;
}
#micle_banner .inner a .txt span {
  color: var(--color-blue);
  font-size: 1.125em;
  font-weight: bold;
}
@media screen and (min-width: 768.1px) {
  #micle_banner .inner {
    padding: 9.375em 0 2.5em;
  }
  #micle_banner .inner a .txt {
    padding: 1.875em 0;
  }
  #micle_banner .inner a .txt::after {
    margin-top: 0;
  }
}

/* ------------------------------------------------
 float_btn
------------------------------------------------ */
#float_btn {
  position: fixed;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: 150;
  pointer-events: none;
  transition: all 0.4s ease;
}
#float_btn.hide {
  opacity: 0;
  visibility: hidden;
}
#float_btn .basic_btn {
  color: #fff;
  border: 1px solid var(--color-blue);
  background-color: var(--color-blue);
  margin: 0 0 2.6666666667vw 20.6666666667vw;
  padding: 0;
  width: 13.75em;
  height: 3.125em;
  box-shadow: 0 0 0 0.25em rgba(255, 255, 255, 0.5);
  position: absolute;
  z-index: 150;
  bottom: 0;
  left: 0;
  pointer-events: all;
}
#float_btn .basic_btn .txt {
  color: #fff;
  font-size: 0.875em;
}
@media screen and (any-hover: hover) {
  #float_btn .basic_btn {
    transition: background-color 0.4s ease;
  }
  #float_btn .basic_btn:hover {
    background-color: rgba(30, 77, 158, 0.8);
    background-color: hsl(218, 68%, 42%);
  }
}
@media screen and (min-width: 768.1px) {
  #float_btn {
    margin: 0 auto;
    right: 0;
    max-width: 1200px;
  }
  #float_btn .basic_btn {
    margin: 0 -20px 10px 0;
    box-shadow: 0 0 0 0.5em rgba(255, 255, 255, 0.5);
    width: 18.75em;
    height: 4.375em;
    bottom: 0;
    left: auto;
    right: 0;
  }
  #float_btn .basic_btn .txt {
    color: #fff;
    font-size: 1.25em;
  }
}

/* ------------------------------------------------
lineup
LPと共通パーツのうち、えんきんポータルのみPC向け
------------------------------------------------ */
#lineup {
  border-radius: 1.875em;
}
@media screen and (min-width: 768.1px) {
  #lineup {
    border-radius: 3.125em 3.125em 0 0;
    margin-top: -4em;
  }
  #lineup > .inner {
    padding: 7.5em 0 3.75em;
    width: 83.75em;
  }
  #lineup .sbody {
    margin-top: 7.5em;
  }
  #lineup .products {
    align-items: flex-start;
    flex-direction: row;
  }
  #lineup {
    /* ---- product card ---- */
  }
  #lineup .product {
    font-size: 1em;
    border-width: 0.625em;
    border-radius: 3.125em;
  }
  #lineup .product .head {
    gap: 3.125em;
  }
  #lineup .product .head .img {
    margin-top: -1.875em;
    width: 15em;
  }
  #lineup .product .head .copy {
    gap: 0.9375em;
  }
  #lineup .product .head .copy .line {
    font-size: 2em;
  }
  #lineup .product {
    /* ---- colored body ---- */
  }
  #lineup .product .body {
    border-radius: 0 0 2.5em 2.5em;
    margin-top: 3.125em;
    padding: 2.5em 1.875em 2.8125em;
  }
  #lineup .product .body .name {
    font-size: 2.5em;
  }
  #lineup .product .body .research {
    margin-top: 1.875em;
  }
  #lineup .product .body .research .heading {
    font-size: 1em;
  }
  #lineup .product .body .functions {
    margin-top: 1.25em;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.25em;
  }
  #lineup .product .body .functions li {
    font-size: 1.25em;
    flex: 0 0 calc(50% - 0.625em);
    min-height: 3.125em;
    border-radius: 0.625em;
  }
  #lineup .product .body .functions li.wide {
    flex: 0 0 100%;
  }
  #lineup .product .body > .note {
    font-size: 0.75em;
  }
  #lineup .product {
    /* ---- buy buttons ---- */
  }
  #lineup .product .buy,
  #lineup .product .buy2 {
    height: 4.375em;
  }
  #lineup .product .buy {
    margin-top: 2.5em;
    width: 21.25em;
  }
  #lineup .product {
    /* ---- 初めての方限定 ---- */
  }
  #lineup .product .first {
    border-width: 2px;
    border-radius: 1.5625em;
    width: 35em;
    margin-top: 2.1875em;
  }
  #lineup .product .first .ttl {
    font-size: 1.5em;
    padding: 0.625em 0.4166666667em;
  }
  #lineup .product .first .box {
    padding: 2.5em 1.875em 1.875em;
    gap: 1.25em;
  }
  #lineup .product .first .box > .note {
    font-size: 0.625em;
  }
  #lineup .product .first .trial {
    gap: 0.9375em;
  }
  #lineup .product .first .trial .limit {
    font-size: 1.25em;
    border-radius: 0.575em;
    width: 11em;
    height: 2.25em;
  }
  #lineup .product .first .trial .days {
    font-size: 2em;
  }
  #lineup .product .first .price {
    margin: 0 auto;
  }
  #lineup .product.premium .price {
    width: 26.625em;
  }
  #lineup .product.basic .head {
    padding-bottom: 0;
  }
  #lineup .product.basic .head .copy_note {
    font-size: 0.75em;
    font-weight: 500;
    line-height: 1.6;
    text-align: left;
    margin-top: 1.6666666667em;
    position: static;
  }
  #lineup .product.basic .price {
    width: 9.1875em;
  }
}