@charset "UTF-8";
@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6em;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

p {
  line-height: 1.5;
}

.trandition {
  transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -s-transition-duration: 0.6s;
}

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  font-size: 1em;
}

.cf:after {
  content: " ";
}
body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media screen and (max-width: 900px) {
  html {
    font-size: 56%;
  }
}

@media screen and (max-width: 900px) {
  body {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 600px) {
  body.open {
    overflow: hidden;
  }
}

main {
  overflow-x: hidden;
}

img {
  vertical-align: bottom;
}

h1 {
  margin: 0;
}

a {
  text-decoration: none;
  color: #434343;
}

a:hover {
  opacity: 0.8;
}

.inner {
  max-width: 1280px;
  margin: 0 auto;
}

div.link-area a {
  display: block;
  text-align: center;
  max-width: 400px;
  padding: 20px;
  margin-left: 20px;
  background-color: #ddd;
}

a.link-area {
  display: block;
  text-align: center;
  max-width: 400px;
  padding: 20px;
  margin-left: 20px;
  background-color: #ddd;
}

.img-wrap {
  line-height: 0;
}
.img-wrap img {
  width: 100%;
  line-height: 0;
}

.pc-none {
  display: none;
}

.anime {
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -s-transition-duration: 0.2s;
}

.header-space {
  height: 170px;
}
@media screen and (max-width: 1280px) {
  .header-space {
    height: 157px;
  }
}
@media screen and (max-width: 900px) {
  .header-space {
    height: 100px;
  }
}

#home .header-space {
  display: none;
}

.bdrBs {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #d24d43;
  border-bottom: #da3c37 1px solid;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

#socialButton {
  display: none;
}

.icon_des::before {
  width: 22px;
  height: 22px;
  background: url(../img/icon/icon_des.png) no-repeat;
  background-size: contain;
  margin-top: -11px;
}

.icon_aw::before {
  width: 25px;
  height: 22px;
  background: url(../img/icon/icon_aw.png) no-repeat;
  background-size: contain;
  margin-top: -12.5px;
}

.icon_mail::before {
  width: 30px;
  height: 23px;
  background: url(../img/icon/icon_mail.png) no-repeat;
  background-size: contain;
  margin-top: -11.5px;
}

@media screen and (max-width: 900px) {
  .DP-IB {
    display: inline-block;
  }
}
@media screen and (max-width: 600px) {
  .DP-IB {
    display: inline-block;
  }
}

.icon_mail {
  padding: 1em 1em 1em 4em;
}
@media screen and (max-width: 900px) {
  .icon_mail:before {
    width: 20px;
    height: 16px;
    margin-top: -8.5px;
  }
}

.sikakuBtn a {
  background: #D7250C;
  color: #fff;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.sikakuBtn a:hover {
  background: #e8361d;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.sikakuBtn p {
  position: relative;
}
.sikakuBtn p:before {
  content: "";
  width: 100%;
  height: 100%;
  background-size: 4px 4px;
  background-image: linear-gradient(-45deg, #e37972 25%, transparent 25%, transparent 50%, #e37972 50%, #e37972 75%, transparent 75%, transparent);
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 2;
}

.corona-guide-banner {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 9999;
  max-width: 240px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.corona-guide-banner.hidden {
  left: -300px;
  bottom: 0;
}
@media screen and (max-width: 600px) {
  .corona-guide-banner {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 100%;
    max-width: 100%;
  }
  .corona-guide-banner.hidden {
    bottom: -200px;
    left: 0;
  }
}
.corona-guide-banner img, .corona-guide-banner source {
  width: 100%;
  display: block;
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
header {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 500000;
}
header .header-info-wrapper {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  -webkit-transform: translate(-3%);
          transform: translate(-3%);
  padding: 20px 0 20px;
}
@media screen and (max-width: 1550px) {
  header .header-info-wrapper {
    margin: 0 auto 0 8%;
    width: 80%;
  }
}
@media screen and (max-width: 900px) {
  header .header-info-wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
header .header-info-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
header .header-logo-container {
  width: 14%;
  float: left;
}
@media screen and (max-width: 900px) {
  header .header-logo-container {
    width: 12%;
    margin: 2% 0 2% 3%;
  }
}
@media screen and (max-width: 600px) {
  header .header-logo-container {
    width: 30%;
  }
}
header .header-logo-container img {
  width: 100%;
}
header .header-sub-nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  margin-top: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  header .header-sub-nav-container {
    display: none;
  }
}
header .header-sub-nav-container li {
  border: 2px solid #d7250c;
  border-radius: 5000px;
  margin-right: 16px;
}
header .header-sub-nav-container a {
  padding: 5px 16px 5px 32px;
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 1280px) {
  header .header-sub-nav-container a {
    font-size: 1.2rem;
    padding: 4px 12px 4px 24px;
  }
}
header .header-sub-nav-container a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #d72418;
}
header .header-tel-container {
  float: right;
  margin-left: 24px;
  margin-top: 8px;
  text-align: right;
  font-size: 1.4rem;
}
@media screen and (max-width: 1280px) {
  header .header-tel-container {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 900px) {
  header .header-tel-container {
    display: none;
  }
}
header .header-tel-container a {
  font-size: 3.4rem;
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
}
@media screen and (max-width: 1280px) {
  header .header-tel-container a {
    font-size: 2.6rem;
  }
}
header .header-contact-btn {
  position: absolute;
  left: 100%;
  top: 16px;
  margin-left: 20px;
  z-index: 50;
}
@media screen and (max-width: 1280px) {
  header .header-contact-btn {
    top: 20px;
  }
}
@media screen and (max-width: 900px) {
  header .header-contact-btn {
    right: 3%;
    top: 30px;
    left: auto;
    zoom: 0.7;
  }
}
@media screen and (max-width: 600px) {
  header .header-contact-btn {
    top: 20%;
    right: 5%;
  }
}
header .header-contact-btn a {
  display: block;
  position: relative;
  background-color: #cb251c;
  border: 3px solid #d7240a;
  color: #fff;
  border-radius: 5000px;
  width: 150px;
  height: 150px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding-top: 50%;
}
@media screen and (max-width: 1550px) {
  header .header-contact-btn a {
    font-size: 14px;
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 1280px) {
  header .header-contact-btn a {
    font-size: 12px;
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 600px) {
  header .header-contact-btn a {
    width: 120px;
    height: 120px;
  }
}
header .header-contact-btn a::after {
  content: "";
  display: block;
  background: url("https://ik.imagekit.io/yumephoto/yumeportal/header/ico_contact.png?updatedAt=1752114290623") no-repeat;
  background-size: contain;
  width: 24%;
  height: 26%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 55%;
  margin: auto;
}
@media screen and (max-width: 900px) {
  header .main-nav {
    position: fixed;
    right: 120%;
    top: 120%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  header .main-nav.active {
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 50000;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    background-color: #fff;
  }
}
@media screen and (max-width: 900px) {
  header .nav-parent-wrapper {
    position: static;
  }
}
header .nav-parent-wrapper > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1550px) {
  header .nav-parent-wrapper > ul {
    max-width: 80%;
  }
}
@media screen and (max-width: 1280px) {
  header .nav-parent-wrapper > ul {
    max-width: 90%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 900px) {
  header .nav-parent-wrapper > ul {
    max-width: 100%;
    display: block;
    margin-left: 0;
  }
}
header .nav-child-open-btn {
  width: 20%;
  text-align: center;
  padding: 20px 0;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header .nav-child-open-btn > span {
  margin-left: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 900px) {
  header .nav-child-open-btn > span {
    margin-left: 4%;
  }
}
@media screen and (max-width: 900px) {
  header .nav-child-open-btn {
    width: 100%;
    text-align: left;
    padding: 36px 0;
    position: relative;
    border-bottom: 1px solid #ffeae8;
  }
  header .nav-child-open-btn::before, header .nav-child-open-btn::after {
    content: "";
    display: block;
    background-color: #d7250c;
    width: 7px;
    height: 1px;
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  header .nav-child-open-btn::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
header .nav-child-open-btn.slide::before, header .nav-child-open-btn.slide::after {
  bottom: auto;
  width: 10px;
  height: 1px;
  top: 44px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header .nav-child-open-btn.slide::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
header .nav-child-open-btn.slide > span {
  margin-left: 20%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header .nav-parent-title {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 1500px) {
  header .nav-parent-title {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1280px) {
  header .nav-parent-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  header .nav-parent-title {
    font-size: 16px;
    padding-left: 50px;
  }
}
header .nav-parent-title::before {
  content: "";
  display: block;
  background: url("https://ik.imagekit.io/yumephoto/yumeportal/header/ico_album.png?updatedAt=1752114290584") no-repeat;
  background-size: contain;
  width: 32px;
  height: 26px;
  right: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-right: 8px;
  position: absolute;
}
@media screen and (max-width: 900px) {
  header .nav-parent-title::before {
    width: 20px;
    height: 20px;
    margin-right: 24px;
    right: auto;
    left: 5%;
  }
}
header #nav-parent-title-service::before {
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/header/ico_service.png?updatedAt=1752114290516");
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 900px) {
  header #nav-parent-title-service::before {
    width: 20px;
    height: 20px;
  }
}
header #nav-parent-title-yumephoto::before {
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/header/ico_yumephoto.png?updatedAt=1752114295127");
  width: 25px;
  height: 31px;
}
@media screen and (max-width: 900px) {
  header #nav-parent-title-yumephoto::before {
    width: 20px;
    height: 20px;
  }
}
header #nav-parent-title-special::before {
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/header/ico_special.png?updatedAt=1752114294366");
  width: 23px;
  height: 32px;
}
@media screen and (max-width: 900px) {
  header #nav-parent-title-special::before {
    width: 20px;
    height: 20px;
  }
}
header #nav-parent-title-support::before {
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/header/ico_support.png?updatedAt=1752114295116");
  width: 31px;
  height: 25px;
}
@media screen and (max-width: 900px) {
  header #nav-parent-title-support::before {
    width: 20px;
    height: 20px;
  }
}
header .nav-child-wrapper {
  width: 100vw;
  background-color: #fff;
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 40px 0;
  z-index: 10000;
  -webkit-box-shadow: 0 12px 12px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 12px 12px -4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper {
    width: 100%;
    position: static;
    padding: 40px 0 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
header .open .nav-child-wrapper {
  display: block;
}
header .nav-child-page-title {
  font-size: 2rem;
  text-align: left;
  font-weight: 600;
  margin-bottom: 24px;
  position: relative;
  margin-left: 24px;
  padding-left: 12px;
  margin-bottom: 12px;
}
header .nav-child-page-title::before, header .nav-child-page-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 100%;
}
header .nav-child-page-title::before {
  width: 14px;
  height: 14px;
  border-radius: 10000px;
  background-color: #f47a7a;
}
header .nav-child-page-title::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 3px;
  height: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 6px;
}
header .newtab-link {
  position: relative;
}
header .newtab-link::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("https://ik.imagekit.io/yumephoto/yumeportal/common/ico_newtab.png?updatedAt=1756365569931") no-repeat;
  background-size: contain;
  position: absolute;
  left: 120%;
  top: 0;
  bottom: 0;
  margin: 2px auto auto;
}
header .nav-child-wrapper.album ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  header .nav-child-wrapper.album ul {
    max-width: 100%;
    width: 90%;
  }
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.album ul {
    display: block;
    width: 100%;
    border-top: 1px solid #ffeae8;
    padding: 20px;
  }
}
header .nav-child-wrapper.album .nav-album-child-box {
  width: 48%;
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.album .nav-album-child-box {
    width: 80%;
    margin-bottom: 40px;
  }
  header .nav-child-wrapper.album .nav-album-child-box:last-child {
    margin-bottom: 0;
  }
}
header .nav-child-wrapper.album .nav-album-child-box img {
  width: 100%;
}
header .nav-page-title-container {
  position: relative;
  margin-left: 12px;
  padding-left: 12px;
}
header .nav-page-title-container::before, header .nav-page-title-container::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 100%;
}
header .nav-page-title-container::before {
  width: 14px;
  height: 14px;
  border-radius: 10000px;
  background-color: #f47a7a;
}
header .nav-page-title-container::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 3px;
  height: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 6px;
}
header .nav-child-service-container {
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  header .nav-child-service-container {
    max-width: 100%;
    width: 90%;
  }
}
@media screen and (max-width: 900px) {
  header .nav-child-service-container {
    width: 100%;
    padding: 40px 20px 0;
    border-top: 1px solid #ffeae8;
  }
}
header .nav-child-service-container .nav-child-service-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  header .nav-child-service-container .nav-child-service-group {
    display: block;
  }
}
header .nav-child-service-container .nav-service-child-box {
  width: 55%;
  border: 1px solid #f47a7a;
  padding: 20px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1280px) {
  header .nav-child-service-container .nav-service-child-box {
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  header .nav-child-service-container .nav-service-child-box {
    width: 70%;
    border: none;
    display: block;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 600px) {
  header .nav-child-service-container .nav-service-child-box {
    width: 90%;
  }
}
header .nav-child-service-container .nav-child-service-group-title {
  position: absolute;
  display: inline-block;
  background-color: #fff;
  font-weight: 600;
  color: #f47a7a;
  padding: 0 8px;
  bottom: calc(100% - 10px);
  left: 24px;
}
header .nav-child-service-container .nav-rkrk-box {
  width: 46%;
}
@media screen and (max-width: 900px) {
  header .nav-child-service-container .nav-rkrk-box {
    width: 100%;
    margin-bottom: 40px;
  }
}
header .nav-child-service-container .nav-rkrk-box img {
  width: 100%;
  height: 146px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
header .nav-child-service-container .nav-another-album-service-box {
  width: 54%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-left: 10px;
}
@media screen and (max-width: 900px) {
  header .nav-child-service-container .nav-another-album-service-box {
    width: 100%;
  }
}
header .nav-child-service-container .nav-page-desc {
  font-size: 1.2rem;
}
@media screen and (max-width: 1280px) {
  header .nav-child-service-container .nav-page-desc {
    font-size: 1rem;
  }
}
header .nav-child-service-container .nav-child-page-title {
  font-size: 1.6rem;
  margin-bottom: 16px;
  padding-left: 0;
  margin-left: 0;
  display: block;
}
header .nav-child-service-container .nav-child-page-title::before, header .nav-child-service-container .nav-child-page-title::after {
  content: none;
}
header .nav-child-service-container .nav-page-icon-box {
  width: 50%;
  position: relative;
  text-align: center;
}
header .nav-child-service-container .nav-page-icon-box:nth-of-type(1), header .nav-child-service-container .nav-page-icon-box:nth-of-type(2) {
  margin-bottom: 16px;
}
header .nav-child-service-container .nav-page-icon-box a::before {
  content: "";
  display: block;
  background: url("https://ik.imagekit.io/yumephoto/yumeportal/header/ico_personal.png?updatedAt=1752114290562") no-repeat;
  background-size: contain;
  width: 55px;
  height: 32px;
  left: 0;
  right: 0;
  margin: 0 auto 12px;
}
header .nav-child-service-container .nav-page-icon-box:nth-of-type(2) a::before {
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/header/ico_others.png?updatedAt=1752114290508");
  width: 130px;
  height: 50px;
  margin-bottom: 0;
}
header .nav-child-service-container .nav-page-icon-box:nth-of-type(3) a::before {
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/header/ico_kotori.png?updatedAt=1752114290439");
  width: 130px;
  height: 48px;
}
header .nav-child-service-container .nav-page-icon-box:nth-of-type(4) a::before {
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/header/ico_ar.png?updatedAt=1752114290535");
  width: 140px;
  height: 48px;
}
header .nav-child-service-container .nav-page-icon-box .nav-child-page-title {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 0;
}
header .nav-child-service-container .nav-child-totttte-box, header .nav-child-service-container .nav-child-education-box {
  width: 21%;
}
@media screen and (max-width: 900px) {
  header .nav-child-service-container .nav-child-totttte-box, header .nav-child-service-container .nav-child-education-box {
    width: 65%;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 600px) {
  header .nav-child-service-container .nav-child-totttte-box, header .nav-child-service-container .nav-child-education-box {
    width: 80%;
  }
}
header .nav-child-service-container .nav-child-totttte-box img, header .nav-child-service-container .nav-child-education-box img {
  width: 100%;
  height: 146px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
header .nav-child-service-container .nav-child-totttte-box .nav-page-title-container, header .nav-child-service-container .nav-child-education-box .nav-page-title-container {
  display: inline-block;
}
header .nav-child-service-container .nav-child-totttte-box .nav-child-page-title:after, header .nav-child-service-container .nav-child-education-box .nav-child-page-title:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("https://ik.imagekit.io/yumephoto/yumeportal/common/ico_newtab.png?updatedAt=1756365569931") no-repeat;
  background-size: contain;
  position: absolute;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  left: 125%;
  top: 0;
  bottom: 0;
  margin-bottom: auto;
}
header .nav-child-service-container .totttte:after {
  left: 55% !important;
}
header .nav-child-dream-panel {
  margin-top: 2rem;
}
header .nav-child-wrapper.yumephoto ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1280px) {
  header .nav-child-wrapper.yumephoto ul {
    max-width: 100%;
    width: 80%;
  }
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.yumephoto ul {
    display: block;
    padding: 40px;
  }
}
header .nav-child-wrapper.yumephoto .nav-child-link-box {
  width: 24%;
  margin-right: 4%;
  margin-bottom: 4%;
  text-align: left;
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.yumephoto .nav-child-link-box {
    width: 90%;
    position: relative;
  }
  header .nav-child-wrapper.yumephoto .nav-child-link-box::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-right: 1px solid #d7250c;
    border-top: 1px solid #d7250c;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 100%;
    margin-left: 12px;
  }
}
header .nav-child-wrapper.yumephoto .nav-child-link-box .nav-child-page-title {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 16px;
  margin-left: 0;
}
@media screen and (max-width: 1280px) {
  header .nav-child-wrapper.yumephoto .nav-child-link-box .nav-child-page-title {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.yumephoto .nav-child-link-box .nav-child-page-title {
    font-size: 1.8rem;
    margin-bottom: 8px;
    margin-top: 40px;
  }
}
header .nav-child-wrapper.yumephoto .nav-child-link-box .nav-page-desc {
  font-size: 1.2rem;
}
@media screen and (max-width: 1280px) {
  header .nav-child-wrapper.yumephoto .nav-child-link-box .nav-page-desc {
    font-size: 1rem;
  }
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.yumephoto .nav-child-link-box .nav-page-desc {
    font-size: 1.4rem;
  }
}
header .nav-child-wrapper.yumephoto .nav-child-link-box:first-child .nav-child-page-title {
  margin-top: 0;
}
header .nav-child-wrapper.yumephoto .other-page-link-wrapper {
  background-color: #fff7f7;
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  height: 100%;
  padding-top: 40px;
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.yumephoto .other-page-link-wrapper {
    position: static;
    width: 100vw;
    padding: 40px 0;
  }
}
header .nav-child-wrapper.yumephoto .normal-link {
  text-align: left;
  position: relative;
  margin-left: 60px;
  padding-left: 8px;
  font-size: 1.4rem;
  display: block;
  margin-bottom: 8px;
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.yumephoto .normal-link {
    margin-bottom: 24px;
  }
  header .nav-child-wrapper.yumephoto .normal-link:last-child {
    margin-bottom: 0;
  }
}
header .nav-child-wrapper.yumephoto .normal-link::before, header .nav-child-wrapper.yumephoto .normal-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 100%;
}
header .nav-child-wrapper.yumephoto .normal-link::before {
  width: 14px;
  height: 14px;
  border-radius: 10000px;
  background-color: #f47a7a;
}
header .nav-child-wrapper.yumephoto .normal-link::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 3px;
  height: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 6px;
}
header .nav-child-wrapper.special {
  padding: 40px 0;
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.special {
    padding: 40px 0 0;
  }
}
header .nav-child-wrapper.special > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  header .nav-child-wrapper.special > ul {
    max-width: 100%;
    width: 90%;
  }
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.special > ul {
    display: block;
    width: 100%;
    padding: 40px;
    margin-bottom: 40px;
  }
}
header .nav-child-wrapper.special .nav-child-link-box {
  width: 20%;
  margin-right: 4%;
  text-align: left;
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.special .nav-child-link-box {
    width: 90%;
    position: relative;
  }
  header .nav-child-wrapper.special .nav-child-link-box::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-right: 1px solid #d7250c;
    border-top: 1px solid #d7250c;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 100%;
    margin-left: 12px;
  }
}
header .nav-child-wrapper.special .nav-child-link-box .nav-child-page-title {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 16px;
  margin-left: 0;
}
@media screen and (max-width: 1280px) {
  header .nav-child-wrapper.special .nav-child-link-box .nav-child-page-title {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.special .nav-child-link-box .nav-child-page-title {
    font-size: 1.8rem;
    margin-top: 40px;
  }
}
header .nav-child-wrapper.special .nav-child-link-box .nav-page-desc {
  font-size: 1.2rem;
}
@media screen and (max-width: 1280px) {
  header .nav-child-wrapper.special .nav-child-link-box .nav-page-desc {
    font-size: 1rem;
  }
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.special .nav-child-link-box .nav-page-desc {
    font-size: 1.4rem;
  }
}
header .nav-child-wrapper.special .nav-child-link-box:first-child .nav-child-page-title {
  margin-top: 0;
}
header .nav-child-wrapper.special .other-page-link-wrapper {
  background-color: #fff7f7;
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  padding-top: 40px;
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.special .other-page-link-wrapper {
    position: static;
    width: 100vw;
    padding: 40px 0;
  }
}
header .nav-child-wrapper.special .normal-link {
  text-align: left;
  position: relative;
  margin-left: 60px;
  padding-left: 8px;
  font-size: 1.4rem;
  display: block;
  margin-bottom: 8px;
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.special .normal-link {
    margin-bottom: 24px;
  }
  header .nav-child-wrapper.special .normal-link:last-child {
    margin-bottom: 0;
  }
}
header .nav-child-wrapper.special .normal-link::before, header .nav-child-wrapper.special .normal-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 100%;
}
header .nav-child-wrapper.special .normal-link::before {
  width: 14px;
  height: 14px;
  border-radius: 10000px;
  background-color: #f47a7a;
}
header .nav-child-wrapper.special .normal-link::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 3px;
  height: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 6px;
}
header .nav-child-wrapper.support > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  header .nav-child-wrapper.support > ul {
    max-width: 100%;
    width: 90%;
  }
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.support > ul {
    display: block;
    width: 100%;
    padding: 40px;
    border-top: 1px solid #ffeae8;
  }
}
header .nav-child-wrapper.support .nav-rkrk-link-container {
  width: 26%;
  border-right: 1px solid #f8e4e4;
}
header .nav-child-wrapper.support .nav-rkrk-link-container:last-child {
  border-right: none;
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.support .nav-rkrk-link-container {
    width: 100%;
    margin-bottom: 40px;
    border-right: 0;
    border-bottom: 1px solid #ffeae8;
  }
  header .nav-child-wrapper.support .nav-rkrk-link-container:last-child {
    margin-bottom: 0;
    border-bottom: 0;
  }
}
header .nav-child-wrapper.support .rkrk-for-whom-text {
  font-size: 1.3rem;
  display: block;
  margin-bottom: 16px;
}
@media screen and (max-width: 1280px) {
  header .nav-child-wrapper.support .rkrk-for-whom-text {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.support .rkrk-for-whom-text {
    font-size: 1.4rem;
  }
}
header .nav-child-wrapper.support .rkrk-softname-text {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 24px;
  font-weight: 600;
}
@media screen and (max-width: 1280px) {
  header .nav-child-wrapper.support .rkrk-softname-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.support .rkrk-softname-text {
    font-size: 1.8rem;
  }
}
header .nav-child-wrapper.support .go-login-btn {
  display: block;
  width: 60%;
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  background-color: #ffc95f;
  margin: 0 auto 16px;
  padding: 9px 0;
  position: relative;
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.support .go-login-btn {
    width: 40%;
    display: inline-block;
    text-align: center;
    padding: 12px 0;
    margin-right: 10%;
  }
}
header .nav-child-wrapper.support .go-login-btn::after {
  content: "";
  display: block;
  background: url("https://ik.imagekit.io/yumephoto/yumeportal/common/ico_login.png?updatedAt=1756365569759") no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 8%;
  top: 0;
  bottom: 0;
  margin: auto;
}
header .nav-child-wrapper.support .myself-soft .go-login-btn {
  background-color: #8db6d2;
}
header .nav-child-wrapper.support .personal-soft .go-login-btn {
  background-color: #95d68a;
}
header .nav-child-wrapper.support .other-page-link-wrapper {
  background-color: #fff7f7;
  position: absolute;
  top: 0;
  right: 0;
  width: 22%;
  height: 100%;
  padding-top: 40px;
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.support .other-page-link-wrapper {
    position: static;
    width: 100vw;
    padding: 40px 0;
  }
}
header .nav-child-wrapper.support .normal-link, header .nav-child-wrapper.support .go-manual-btn {
  text-align: left;
  position: relative;
  margin-left: 60px;
  padding-left: 8px;
  font-size: 1.4rem;
  display: block;
  margin-bottom: 8px;
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.support .normal-link, header .nav-child-wrapper.support .go-manual-btn {
    margin-bottom: 24px;
  }
}
header .nav-child-wrapper.support .normal-link::before, header .nav-child-wrapper.support .normal-link::after, header .nav-child-wrapper.support .go-manual-btn::before, header .nav-child-wrapper.support .go-manual-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 100%;
}
header .nav-child-wrapper.support .normal-link::before, header .nav-child-wrapper.support .go-manual-btn::before {
  width: 14px;
  height: 14px;
  border-radius: 10000px;
  background-color: #f47a7a;
}
header .nav-child-wrapper.support .normal-link::after, header .nav-child-wrapper.support .go-manual-btn::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 3px;
  height: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 6px;
}
header .nav-child-wrapper.support .normal-link:last-child {
  margin-bottom: 0;
}
header .nav-child-wrapper.support .go-manual-btn {
  text-align: center;
  margin-left: 0;
  padding-left: 0;
  display: inline-block;
  padding-left: 8px;
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.support .go-manual-btn {
    font-size: 1.6rem;
    width: 40%;
  }
  header .nav-child-wrapper.support .go-manual-btn::before, header .nav-child-wrapper.support .go-manual-btn::after {
    right: 66%;
    left: auto;
  }
}
@media screen and (max-width: 900px) and (max-width: 600px) {
  header .nav-child-wrapper.support .go-manual-btn::before, header .nav-child-wrapper.support .go-manual-btn::after {
    right: 76%;
  }
}
header .nav-child-wrapper.support .go-manual-btn span {
  position: relative;
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.support .go-manual-btn span::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url("https://ik.imagekit.io/yumephoto/yumeportal/common/ico_newtab.png?updatedAt=1756365569931") no-repeat;
    background-size: contain;
    position: absolute;
    left: 120%;
    top: 0;
    bottom: 0;
    margin: 2px auto auto;
  }
}

.sp-nav-contact-wrapper {
  display: none;
  background-color: #fff0f0;
  padding: 40px 0;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .sp-nav-contact-wrapper {
    display: block;
  }
}
.sp-nav-contact-wrapper .contact-heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}
.sp-nav-contact-wrapper .contact-desc {
  font-size: 13px;
  margin-bottom: 16px;
}
.sp-nav-contact-wrapper .contact-link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .sp-nav-contact-wrapper .contact-link-container {
    width: 92%;
  }
}
.sp-nav-contact-wrapper .tel-box {
  font-size: 22px;
  font-weight: 600;
  width: 55%;
  margin-rigth: 4%;
}
.sp-nav-contact-wrapper .tel-box a {
  position: relative;
  padding-left: 8px;
}
.sp-nav-contact-wrapper .tel-box a::before {
  content: "";
  display: block;
  position: absolute;
  background: url("https://ik.imagekit.io/yumephoto/yumeportal/header/ico_special.png?updatedAt=1752114294366") no-repeat;
  right: 100%;
  background-size: contain;
  top: 0;
  bottom: 0;
  width: 16px;
  height: 24px;
}
.sp-nav-contact-wrapper .tel-box span {
  display: block;
  font-size: 300;
  font-weight: normal;
  font-size: 9px;
}
.sp-nav-contact-wrapper .web-contact-btn {
  text-align: left;
  width: 45%;
}
.sp-nav-contact-wrapper .web-contact-btn a {
  display: inline-block;
  width: 100%;
  padding: 12px 16px 12px 48px;
  background-color: #d7250c;
  font-size: 12px;
  border-radius: 40px;
  color: #fff;
  position: relative;
}
.sp-nav-contact-wrapper .web-contact-btn a::before {
  content: "";
  display: block;
  width: 16px;
  height: 24px;
  background: url("https://ik.imagekit.io/yumephoto/yumeportal/header/ico_contact.png?updatedAt=1752114290623") no-repeat;
  position: absolute;
  background-size: contain;
  top: 0;
  left: 20px;
  bottom: 0;
  margin: auto;
}
.sp-nav-contact-wrapper .web-contact-btn a span {
  display: inline-block;
}

.line-wrapper {
  width: 80%;
  padding: 24px 0;
  margin: 0 auto;
  display: none;
}
@media screen and (max-width: 900px) {
  .line-wrapper {
    display: block;
  }
}
.line-wrapper .contact-line-btn a {
  background-color: #19c55d;
  display: block;
  border-radius: 50px;
  position: relative;
  color: #fff;
  font-size: 12px;
  padding: 8px 24px 8px 60px;
  width: 50%;
}
.line-wrapper .contact-line-btn a::before {
  position: absolute;
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  top: 0;
  bottom: 0;
  left: 16px;
  background: url("https://ik.imagekit.io/yumephoto/yumeportal/header/ico_line.png?updatedAt=1752114290526") no-repeat;
  background-size: contain;
  margin: auto;
}

.hamburger-menu-btn {
  display: none;
  background-color: #cb251c;
  position: fixed;
  bottom: -100px;
  right: -100px;
  width: 200px;
  height: 200px;
  border-radius: 50000px;
  z-index: 5000;
  border: 4px solid #d7240a;
}
@media screen and (max-width: 900px) {
  .hamburger-menu-btn {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .hamburger-menu-btn {
    width: 120px;
    height: 120px;
    bottom: -60px;
    right: -60px;
  }
}
.hamburger-menu-btn .sambonsen {
  display: block;
  background-color: #fff;
  border-radius: 50px;
  height: 4px;
  width: 40px;
  position: fixed;
  bottom: 50px;
  right: 20px;
}
@media screen and (max-width: 600px) {
  .hamburger-menu-btn .sambonsen {
    height: 3px;
    width: 24px;
    bottom: 32px;
    right: 10px;
  }
}
.hamburger-menu-btn .sambonsen::before, .hamburger-menu-btn .sambonsen::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 20px;
  height: 4px;
  border-radius: 5000px;
  position: fixed;
  right: 20px;
  bottom: 38px;
}
@media screen and (max-width: 600px) {
  .hamburger-menu-btn .sambonsen::before, .hamburger-menu-btn .sambonsen::after {
    height: 3px;
    width: 12px;
    bottom: 24px;
    right: 10px;
  }
}
.hamburger-menu-btn .sambonsen::after {
  bottom: 62px;
  width: 24px;
}
@media screen and (max-width: 600px) {
  .hamburger-menu-btn .sambonsen::after {
    bottom: 40px;
    width: 16px;
  }
}

.text-nav-menu {
  color: #fff;
  position: fixed;
  bottom: 8px;
  right: 12px;
  font-size: 12px;
}
@media screen and (max-width: 600px) {
  .text-nav-menu {
    font-size: 9px;
    right: 10px;
  }
}

.nav-close-btn {
  display: none;
  width: 50px;
  height: 50px;
  border: 2px solid #d7250c;
  background-color: #fff;
  border-radius: 500px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-box-shadow: 0 4px 12px 0px rgba(0, 0, 0, 0.18);
          box-shadow: 0 4px 12px 0px rgba(0, 0, 0, 0.18);
}
.nav-close-btn::before, .nav-close-btn::after {
  content: "";
  position: absolute;
  background-color: #d7250c;
  display: block;
  border-radius: 20px;
  width: 22px;
  height: 3px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav-close-btn::after {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}

footer {
  position: relative;
  padding-top: 80px;
  margin-top: 17%;
}
@media screen and (max-width: 600px) {
  footer {
    padding-top: 40px;
  }
}
footer::before {
  content: "";
  background: url("https://ik.imagekit.io/yumephoto/yumeportal/footer/bg_footer-top.png?updatedAt=1752114198808") no-repeat;
  display: block;
  width: 100%;
  height: 105px;
  bottom: 99%;
  position: absolute;
  background-size: 100% 100%;
  background-color: transparent;
}

.footer-container {
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  background: #fff;
}
@media screen and (min-width: 1921px) {
  .footer-container {
    font-size: 14px;
    margin-top: 140px;
  }
}
@media screen and (max-width: 1280px) {
  .footer-container {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .footer-container {
    width: 100%;
    margin-top: 8.7vw;
  }
}

.footer-about-wrapper {
  width: 30%;
  margin-right: 4%;
  border-right: #ddd 1px solid;
}
@media screen and (min-width: 1921px) {
  .footer-about-wrapper {
    padding-right: 30px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .footer-about-wrapper {
    width: 34%;
  }
}
@media screen and (max-width: 900px) {
  .footer-about-wrapper {
    width: 100%;
    border-right: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .footer-about-wrapper {
    display: block;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    border-right: none;
    margin-right: 0;
  }
}

.logo-yumephoto {
  width: 100%;
  margin-bottom: 2%;
  padding: 0 4.5vw 2.60415vw 3.64582vw;
  margin: 0 auto;
}
.logo-yumephoto a {
  width: 100%;
  display: block;
  line-height: 0;
}
.logo-yumephoto a img {
  width: 100%;
  vertical-align: middle;
}
@media screen and (min-width: 1921px) {
  .logo-yumephoto {
    padding: 0 86px 50px 70px;
  }
}
@media screen and (max-width: 1280px) {
  .logo-yumephoto {
    width: 90%;
    margin-right: 10%;
  }
}
@media screen and (max-width: 900px) {
  .logo-yumephoto {
    width: 32%;
    margin-right: 4%;
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .logo-yumephoto {
    width: 35%;
    margin: 0 auto 4%;
  }
}

.footer-tel-contact-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 900px) {
  .footer-tel-contact-wrapper {
    width: 64%;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .footer-tel-contact-wrapper {
    width: 100%;
    margin: 5vw auto;
  }
}
.footer-tel-contact-wrapper .btn-freedial {
  width: 100%;
  padding-left: 8%;
}
@media screen and (max-width: 900px) {
  .footer-tel-contact-wrapper .btn-freedial {
    padding: 0;
  }
}
.footer-tel-contact-wrapper .btn-freedial .freedial {
  width: 100%;
  text-align: left;
  font-weight: 900;
}
@media screen and (min-width: 1921px) {
  .footer-tel-contact-wrapper .btn-freedial .freedial {
    font-size: 40px;
  }
}
@media screen and (max-width: 900px) {
  .footer-tel-contact-wrapper .btn-freedial .freedial {
    text-align: center;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 600px) {
  .footer-tel-contact-wrapper .btn-freedial .freedial {
    font-size: 7.3vw;
  }
}
.footer-tel-contact-wrapper .btn-freedial .freedial a {
  font-size: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  color: #000;
}
@media screen and (max-width: 1280px) {
  .footer-tel-contact-wrapper .btn-freedial .freedial a {
    font-size: 3rem;
    margin-left: 10%;
  }
}
@media screen and (max-width: 900px) {
  .footer-tel-contact-wrapper .btn-freedial .freedial a {
    display: inline;
    font-size: 4rem;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 600px) {
  .footer-tel-contact-wrapper .btn-freedial .freedial a {
    font-size: 3.6rem;
  }
}
.footer-tel-contact-wrapper .btn-freedial .freedial a::before {
  content: "";
  display: block;
  background: url("https://ik.imagekit.io/yumephoto/yumeportal/footer/ico_tel.png?updatedAt=1752114203167") no-repeat;
  background-size: contain;
  width: 47px;
  height: 27px;
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .footer-tel-contact-wrapper .btn-freedial .freedial a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-tel-contact-wrapper .business-hours {
  font-size: 1.4rem;
  font-weight: 900;
  white-space: nowrap;
}
@media screen and (min-width: 1921px) {
  .footer-tel-contact-wrapper .business-hours {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .footer-tel-contact-wrapper .business-hours {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .footer-tel-contact-wrapper .business-hours {
    font-size: 3vw;
  }
}
.footer-tel-contact-wrapper .btn-web {
  margin-top: 1.5vw;
}
@media screen and (max-width: 1280px) {
  .footer-tel-contact-wrapper .btn-web {
    width: 90%;
  }
}
@media screen and (max-width: 900px) {
  .footer-tel-contact-wrapper .btn-web {
    width: 100%;
    margin-top: 24px;
  }
}
@media screen and (max-width: 600px) {
  .footer-tel-contact-wrapper .btn-web {
    margin-bottom: 24px;
  }
}
.footer-tel-contact-wrapper .btn-web a {
  display: inline-block;
  padding: 24px 40px 24px 60px;
  color: #fff;
  background: #d7250c;
  border: #fff 1px solid;
  border-radius: 50px;
  z-index: 2;
  font-size: 1.8rem;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .footer-tel-contact-wrapper .btn-web a {
    font-size: 1.4rem;
    padding: 20px 32px 20px 50px;
  }
}
.footer-tel-contact-wrapper .btn-web a::before {
  content: "";
  display: block;
  background: url("https://ik.imagekit.io/yumephoto/yumeportal/footer/ico_mail.png?updatedAt=1752114198735") no-repeat;
  background-size: contain;
  width: 47px;
  height: 27px;
  position: absolute;
  left: 8%;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1280px) {
  .footer-tel-contact-wrapper .btn-web a::before {
    width: 36px;
    height: 21px;
  }
}

.address {
  width: 85%;
  font-size: 1.4rem;
  margin: 10% 0 10% 0;
}
@media screen and (min-width: 1921px) {
  .address {
    width: 293px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1029.9px) {
  .address {
    width: 90%;
  }
}
@media screen and (max-width: 972.9px) {
  .address {
    width: 95%;
  }
}
@media screen and (max-width: 921.9px) {
  .address {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .address {
    width: 100%;
    font-size: 2.6vw;
    margin: 0 7% 6% 0;
  }
}

@media screen and (max-width: 600px) {
  .sns-and-privacy {
    width: 59vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
}

.sns-icons-wrapper {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 25%;
}
@media screen and (max-width: 600px) {
  .sns-icons-wrapper {
    width: 54%;
    gap: 5%;
    margin: 0 auto;
  }
}
.sns-icons-wrapper .sns-icons-item:hover {
  position: relative;
  left: -2px;
  top: -2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.sns-icons-wrapper .sns-icons-item:first-of-type {
  margin-left: 0;
}
.sns-icons-wrapper .sns-icons-item {
  width: 20%;
  margin-left: 10%;
}
.sns-icons-wrapper .sns-icons-item a {
  width: 100%;
}
.sns-icons-wrapper .sns-icons-item a img {
  width: 100%;
}

.privacy-mark {
  width: 20%;
}
@media screen and (max-width: 900px) {
  .privacy-mark {
    width: 10%;
    margin-top: -150px;
  }
}
@media screen and (max-width: 600px) {
  .privacy-mark {
    width: 15%;
    margin: 0 auto;
  }
}
.privacy-mark img {
  width: 100%;
}

.on-new-line {
  display: none;
}
@media screen and (max-width: 1235.9px) {
  .on-new-line {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .on-new-line {
    display: none;
  }
}

@media screen and (max-width: 1235.9px) {
  .off-new-line {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .off-new-line {
    display: block;
  }
}

.footer-sitemap-wrapper {
  width: 68%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2%;
}
@media screen and (max-width: 900px) {
  .footer-sitemap-wrapper {
    display: none;
  }
}

.category-box {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.title-category {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 32px;
  margin-left: 32px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .title-category {
    font-size: 1.6rem;
  }
}
.title-category::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("https://ik.imagekit.io/yumephoto/yumeportal/footer/ico_album.png?updatedAt=1752114198752") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-right: 16px;
  right: 100%;
}

.title-category-service::before {
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/footer/ico_menu.png?updatedAt=1752114198773");
}

.title-category-yumephoto::before {
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/footer/ico_yume.png?updatedAt=1752114203286");
}

.title-category-special::before {
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/footer/ico_useful.png?updatedAt=1752114203255");
}

.title-category-support::before {
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/footer/ico_soft.png?updatedAt=1752114202744");
}

.title-about-yume, .title-for-user {
  margin-top: 13.653%;
}

.category-detail-wrapper {
  width: 100%;
  margin-bottom: 40px;
}

.title-category-detail {
  font-size: 1.6rem;
  font-weight: 900;
  margin-bottom: 16px;
}
@media screen and (max-width: 1280px) {
  .title-category-detail {
    font-size: 1.4rem;
  }
}

.footer-page-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-page-item {
  width: 100%;
  height: auto;
  margin: 0 0 6% 8%;
  position: relative;
}
.footer-page-item::before {
  content: "";
  width: 0.4vw;
  height: 0.6vw;
  background: url("https://ik.imagekit.io/yumephoto/yumeportal/footer/ico_arrow.png?updatedAt=1752114198833") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -6%;
}
@media screen and (min-width: 1921px) {
  .footer-page-item::before {
    width: 7px;
    height: 11px;
  }
}
.footer-page-item a {
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media screen and (min-width: 1921px) {
  .footer-page-item a {
    font-size: 16px;
    letter-spacing: initial;
  }
}
@media screen and (max-width: 1280px) {
  .footer-page-item a {
    font-size: 1.2rem;
  }
}
.footer-page-item a img {
  width: 7px;
  margin: 0 2%;
}
.footer-page-item a .ico-site {
  width: 7%;
  margin-left: 4%;
}
.footer-page-item a .long-course-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-page-item a span {
  font-size: 1rem;
}
.footer-page-item a .footer-rkrk-soft {
  font-size: 1.4rem;
}

.footer-long-title-item::before {
  top: 25%;
}

.external-site a {
  position: relative;
  display: inline-block;
}
.external-site a::after {
  content: "";
  width: 16px;
  height: 12px;
  background: url("https://ik.imagekit.io/yumephoto/yumeportal/footer/ico_link-outside.png?updatedAt=1752114198803") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  margin: auto auto auto 16px;
}
@media screen and (min-width: 1921px) {
  .external-site a::after {
    width: 26px;
    height: 17px;
  }
}
.footer-bottom {
  width: 100%;
  background: #fff;
  font-size: 1vw;
  color: #da3c37;
  text-align: center;
  margin: 60px 0;
}
@media screen and (min-width: 1921px) {
  .footer-bottom {
    font-size: 19px;
  }
}
@media screen and (max-width: 900px) {
  .footer-bottom {
    font-size: 1.4rem;
  }
}

#contact .corona-guide-banner {
  display: none;
}

.page-title-wrapper {
  background: url("../img/bg_redstripe.png") repeat;
  background-size: 40px;
}
@media screen and (max-width: 1280px) {
  .page-title-wrapper {
    height: auto;
    background-position: center center;
  }
}
.page-title-wrapper .inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (max-width: 1280px) {
  .page-title-wrapper .inner {
    width: 92%;
  }
}
@media screen and (max-width: 900px) {
  .page-title-wrapper .inner {
    padding: 24px 0;
  }
}
@media screen and (max-width: 600px) {
  .page-title-wrapper .inner {
    padding: 16px 0;
  }
}
.page-title-wrapper .page-title-text {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 1280px) {
  .page-title-wrapper .page-title-text {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 900px) {
  .page-title-wrapper .page-title-text {
    font-size: 3rem;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .page-title-wrapper .page-title-text {
    font-size: 2.6rem;
  }
}
.page-title-wrapper .page-desc {
  color: #fff;
  margin-bottom: 1em;
  line-height: 160%;
}
@media screen and (max-width: 900px) {
  .page-title-wrapper .page-desc {
    text-align: center;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .page-title-wrapper .page-desc {
    font-size: 1.2rem;
  }
}

#customers-voice .page-title-wrapper {
  display: none;
}

.bread-crumb {
  background: #fefafa;
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}
@media screen and (max-width: 900px) {
  .bread-crumb {
    padding: 14px 0;
  }
}
@media screen and (max-width: 600px) {
  .bread-crumb {
    padding: 10px 0;
  }
}
.bread-crumb .breadcrumb-list-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .bread-crumb .breadcrumb-list-container {
    font-size: 1.4rem;
  }
}
.bread-crumb li, .bread-crumb a {
  font-size: 1.2rem;
  color: #888;
}
@media screen and (max-width: 600px) {
  .bread-crumb li, .bread-crumb a {
    font-size: 1rem;
  }
}
.bread-crumb li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #444;
  display: inline-block;
  margin-right: 24px;
}
@media screen and (max-width: 1280px) {
  .bread-crumb li {
    margin-right: 10px;
  }
}
.bread-crumb li:after {
  content: "";
  display: inline-block;
  border-top: 2px solid #d7250c;
  border-right: 2px solid #d7250c;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 4px;
  height: 4px;
  margin-top: 3px;
  margin-left: 24px;
}
@media screen and (max-width: 1280px) {
  .bread-crumb li:after {
    margin-left: 10px;
  }
}
.bread-crumb li:last-child:after {
  content: none;
}
.bread-crumb li.current-page:after {
  content: none;
}
.bread-crumb a {
  text-decoration: underline;
}
.bread-crumb .current-page {
  margin-right: 0;
  padding-right: 12px;
}

#customers-voice .bread-crumb {
  display: none;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
  z-index: 10000;
}
@media screen and (max-width: 900px) {
  #page-top {
    bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  #page-top {
    bottom: 50px;
  }
}
#page-top a {
  display: block;
  z-index: 999;
  padding: 0.6rem 0 0;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: #D7250C;
  padding-top: 9px;
}
#page-top:before {
  display: none;
}

.guide-contact {
  width: 400px;
  margin: 2em auto 0;
}
@media screen and (max-width: 900px) {
  .guide-contact {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .guide-contact {
    width: 90%;
  }
}

.child-navi-wrapper {
  background-color: #FFF;
  padding: 100px 0;
  text-align: center;
}
.child-navi-wrapper .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 900px) {
  .child-navi-wrapper .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.child-navi-wrapper .inner div {
  width: auto;
  min-height: 70px;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 900px) {
  .child-navi-wrapper .inner div {
    font-size: 2rem;
  }
}
.child-navi-wrapper .inner div a {
  width: 100%;
  min-width: 270px;
  display: inline-block;
  color: #fff;
  background: #E35346;
  border: #fff 1px solid;
  border-radius: 100px;
  padding: 1em 2em;
  position: relative;
  z-index: 2;
}
.child-navi-wrapper .inner div a:hover {
  background-color: #da4e41;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.child-navi-wrapper .inner div a:hover:after {
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  right: 6%;
}
.child-navi-wrapper .inner div a:hover:after {
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  right: 6%;
}
.child-navi-wrapper .inner div p {
  display: inline-block;
  position: relative;
}
.child-navi-wrapper .inner div p:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-size: 4px 4px;
  background-image: linear-gradient(-45deg, #e37972 25%, transparent 25%, transparent 50%, #e37972 50%, #e37972 75%, transparent 75%, transparent);
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 2;
}
.child-navi-wrapper .inner div a::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 8%;
  margin-top: -4px;
}
.child-navi-wrapper .inner div p {
  margin-bottom: 20px;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
  z-index: 10000;
}
@media screen and (max-width: 900px) {
  #page-top {
    bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  #page-top {
    bottom: 50px;
  }
}
#page-top a {
  display: block;
  z-index: 999;
  padding: 0.6rem 0 0;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: #D7250C;
}
#page-top:before {
  display: none;
}

.footer-wrap {
  background: #FCF1F0;
}
@media screen and (max-width: 1280px) {
  .footer-wrap {
    padding: 0 3%;
  }
}
@media screen and (max-width: 600px) {
  .footer-wrap {
    padding: 0 3%;
  }
}

.footer {
  width: 100%;
  max-width: 1280px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 4% 0;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 900px) {
  .footer {
    padding: 4% 0 0;
  }
}
@media screen and (max-width: 600px) {
  .footer {
    width: 100%;
    padding: 4% 0 0;
  }
}

.footer-map {
  max-width: 900px;
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .footer-map {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .footer-map {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .footer-map h2 {
    font-size: 2.2rem;
    padding-left: 1em;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 2;
  }
}
.footer-map .footer-nav-box {
  width: 32%;
  padding: 4% 0;
}
.footer-map .footer-nav-box:nth-of-type(3) {
  margin-right: 0;
}
.footer-map .footer-nav-box .footer-nav-child-box {
  float: left;
}
.footer-map .footer-nav-box .footer-nav {
  line-height: 1.8;
}
.footer-map .footer-nav-box .footer-nav .footer-nav-item {
  padding-left: 15px;
  position: relative;
}
.footer-map .footer-nav-box .footer-nav .footer-nav-item::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 8%;
  margin-top: -4px;
}
.footer-map .footer-nav-box .footer-nav .footer-nav-item a {
  color: #777;
  letter-spacing: -1px;
  left: 0;
}
.footer-map .footer-nav-box .footer-nav li.footer-nav-item::after {
  border-top: solid 2px #da3c37;
  border-right: solid 2px #da3c37;
  left: 0;
}
.footer-map .footer-nav-box .footer-nav a:hover {
  text-decoration: underline;
}
.footer-map .footer-nav-box .footer-nav li.footer-nav-item:hover::after {
  left: -2px;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.footer-map .footer-nav-box .footer-nav .link-outside a {
  position: relative;
}
.footer-map .footer-nav-box .footer-nav .link-outside a:after {
  content: "";
  position: absolute;
  background-image: url(../img/footer/ico_link-outside.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 11px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -24px;
}
.footer-map .footer-nav-box .title-category {
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 5px;
}

.footer-about {
  max-width: 320px;
  width: 26%;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .footer-about {
    width: 30%;
  }
}
@media screen and (max-width: 900px) {
  .footer-about {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 600px) {
  .footer-about {
    width: 100%;
    max-width: none;
  }
}
.footer-about .footer-about-box {
  background: #fff;
  padding: 5% 7%;
  margin-bottom: 5px;
}
@media screen and (max-width: 1280px) {
  .footer-about .footer-about-box {
    padding: 5% 3%;
  }
}
@media screen and (max-width: 900px) {
  .footer-about .footer-about-box {
    background: #fff;
    padding: 4% 2%;
    line-height: 1.6;
  }
}
@media screen and (max-width: 600px) {
  .footer-about .footer-about-box {
    padding: 5% 7%;
  }
}
@media screen and (max-width: 900px) {
  .footer-about .footer-about-box #addressBox {
    margin-bottom: 4%;
  }
}
.footer-about .footer-about-box .office-address-container {
  margin-bottom: 12px;
}
.footer-about .footer-about-box .address {
  font-size: 1.2rem;
}
@media screen and (max-width: 600px) {
  .footer-about .footer-about-box .address {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 600px) {
  .footer-about .footer-about-box .syozai {
    font-size: 1.6rem;
  }
}
.footer-about .footer-about-box .fax-number {
  margin-left: 1em;
}
.footer-about .logo {
  margin-bottom: 2%;
  padding-bottom: 4%;
}
@media screen and (max-width: 900px) {
  .footer-about .logo {
    width: 40%;
    float: left;
    border: none;
    padding: 0 4%;
  }
}
@media screen and (max-width: 600px) {
  .footer-about .logo {
    width: 100%;
    float: none;
  }
}
.footer-about .logo .logo-img {
  width: 50% !important;
  height: 50%;
}
@media screen and (max-width: 900px) {
  .footer-about .logo .logo-img {
    width: 100%;
    max-width: 184px;
  }
}
@media screen and (max-width: 600px) {
  .footer-about .logo .logo-img {
    width: 50%;
    height: 50%;
  }
}
@media screen and (max-width: 900px) {
  .footer-about #footer-logo-sns-wrapper {
    border-bottom: 2px dotted #d6736c;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .footer-about #footer-logo-sns-wrapper {
    margin-bottom: 0;
  }
}
.footer-about #sns-icons-wrapper {
  border-bottom: #d6736c 2px dotted;
}
@media screen and (max-width: 900px) {
  .footer-about #sns-icons-wrapper {
    width: 50%;
    float: right;
    border-bottom: none;
  }
}
@media screen and (max-width: 600px) {
  .footer-about #sns-icons-wrapper {
    width: 90%;
    margin: 0 auto;
    float: none;
  }
}
.footer-about #sns-icons-container {
  margin: 8px auto 16px;
}
@media screen and (max-width: 900px) {
  .footer-about #sns-icons-container .button-contact-line {
    width: 100%;
  }
}
.footer-about #sns-icons-container .line {
  padding-left: 40px;
}
.footer-about .sns-icons-item {
  float: left;
  width: 19%;
  margin-left: 8%;
  position: relative;
  left: 0;
  top: 0;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.footer-about .sns-icons-item:hover {
  position: relative;
  left: -2px;
  top: -2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.footer-about .sns-icons-item:first-of-type {
  margin-left: 0;
}
.footer-about .sns-icons-item img {
  width: 100%;
}
.footer-about .freedial::before {
  content: "";
  width: 47px;
  height: 26px;
  display: inline-block;
  background: url(../img/footer/tel_icon.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 900px) {
  .footer-about .freedial::before {
    width: 30px;
    height: 18px;
  }
}
@media screen and (max-width: 600px) {
  .footer-about .freedial::before {
    width: 26px;
  }
}
.footer-about .tel {
  font-size: 3rem;
  color: #da4d43;
  position: relative;
  padding: 5% 0;
  margin: 0 auto;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .footer-about .tel {
    padding: 5% 0;
  }
}
.footer-about .tel a {
  color: #DA4D43;
}
.footer-about .tel .timing {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 3%;
}
@media screen and (max-width: 900px) {
  .footer-about .footer-tel-contact-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 600px) {
  .footer-about .footer-tel-contact-wrapper {
    display: inherit;
  }
}
.footer-about .idoltime {
  border-bottom: #d6736c 2px dotted;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .footer-about .idoltime {
    width: 45%;
    font-size: 3rem;
    border: none;
    padding: 1rem 0;
  }
}
@media screen and (max-width: 600px) {
  .footer-about .idoltime {
    width: 100%;
    border-bottom: #d6736c 2px dotted;
    padding: 5% 0;
  }
}
@media screen and (max-width: 600px) {
  .footer-about {
    border-left: none;
  }
}
.footer-about .donichi {
  font-size: 2.4rem;
  margin-bottom: 2%;
}

.contact-wrapper {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .contact-wrapper {
    width: 55%;
  }
}
@media screen and (max-width: 600px) {
  .contact-wrapper {
    width: 100%;
  }
}

.contact {
  width: 90%;
  font-weight: 600;
  text-align: center;
  margin: 4% auto;
}
.contact a {
  width: 100%;
  display: inline-block;
  color: #fff;
  background: #D7250C;
  position: relative;
  z-index: 2;
}
.contact a:hover {
  background-color: #da4e41;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.contact a:hover:after {
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  right: 6%;
}
.contact a:hover:after {
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  right: 6%;
}
.contact p {
  position: relative;
}
.contact p:before {
  content: "";
  width: 100%;
  height: 100%;
  background-size: 4px 4px;
  background-image: linear-gradient(-45deg, #e37972 25%, transparent 25%, transparent 50%, #e37972 50%, #e37972 75%, transparent 75%, transparent);
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .contact {
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .contact {
    margin: 4% auto;
  }
}
.contact a {
  padding: 8% 0;
  font-size: 1.6rem;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .contact a {
    font-size: 2rem;
    padding: 4% 0;
  }
}
@media screen and (max-width: 600px) {
  .contact a {
    padding: 8% 0;
  }
}
@media screen and (max-width: 900px) {
  .contact a:before {
    content: "";
    display: block;
  }
}

.footer-bottom {
  width: 100%;
  background: #fff;
  font-size: 14px;
  color: #da3c37;
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 1280px) {
  .footer-bottom {
    background: transparent;
  }
}
@media screen and (max-width: 900px) {
  .footer-bottom {
    background-color: transparent;
  }
}
@media screen and (max-width: 600px) {
  .footer-bottom {
    background-color: transparent;
  }
}

.text-link-inquiry {
  margin-top: 2em;
  text-decoration: underline;
  color: #888;
  font-size: 1.4rem;
}

.contactSP {
  width: 96%;
  display: none;
  background-color: #ddd;
  margin: 0 auto;
  padding: 0.5rem;
  border-radius: 25px;
  -webkit-box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.4);
}
.contactSP .telConsultation {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
}
.contactSP .telConsultation a {
  display: block;
  color: #666;
  width: 100%;
  margin: 0 auto;
  background-color: #FEFAFA;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
  background: linear-gradient(to bottom, #fff, #f1f1f1);
}
.contactSP .telConsultation a p {
  padding: 1rem 0;
}
.contactSP .telConsultation a p .telNumber {
  margin: 0 auto;
  width: 94%;
  padding: 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: solid 1px #ddd;
  font-size: 24px;
  font-size: 2.4rem;
  border-radius: 0 0 20px 20px;
}
.contactSP .telConsultation a p .telNumber:before {
  content: "";
  width: 47px;
  height: 26px;
  background: url(../img/index/tel_icon.png) no-repeat;
  display: inline-block;
  margin-right: 0.5em;
  background-size: contain;
}

#simple-mode {
  /* スマホだけ */
}
#simple-mode img {
  width: 100%;
  height: auto;
}
#simple-mode .section {
  text-align: center;
  margin-block: 8rem;
}
#simple-mode .section-title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 3rem;
  line-height: 1.6;
  color: #111827;
}
#simple-mode p {
  color: #44403f;
  font-size: 22px;
  text-align: center;
}
@media only screen and (max-width: 1366.9px) {
  #simple-mode p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 912.9px) {
  #simple-mode p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767.9px) {
  #simple-mode p {
    font-size: 16px;
  }
}
@media screen and (max-width: 412.9px) {
  #simple-mode p {
    font-size: 14px;
  }
}
#simple-mode .highlight {
  color: #c5513d;
  font-size: clamp(1.8rem, 3.7vw, 7.3rem);
}
@media only screen and (max-width: 767.9px) {
  #simple-mode .highlight {
    font-size: clamp(2rem, 6vw, 4rem);
  }
}
#simple-mode .white-outline {
  position: relative;
  display: inline-block;
  z-index: 1;
}
#simple-mode .white-outline::before {
  content: attr(data-char);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  color: #fff;
  font-weight: inherit;
  -webkit-filter: drop-shadow(2px 0 white) drop-shadow(-2px 0 white) drop-shadow(0 2px white) drop-shadow(0 -2px white);
          filter: drop-shadow(2px 0 white) drop-shadow(-2px 0 white) drop-shadow(0 2px white) drop-shadow(0 -2px white);
}
#simple-mode .tablet-visible {
  display: none;
}
@media only screen and (max-width: 912.9px) {
  #simple-mode .tablet-visible {
    display: block;
  }
}
#simple-mode .mobile-visible {
  display: none;
}
@media only screen and (max-width: 767.9px) {
  #simple-mode .mobile-visible {
    display: block;
  }
}
#simple-mode .small-visible {
  display: none;
}
@media screen and (max-width: 412.9px) {
  #simple-mode .small-visible {
    display: block;
  }
}
@media screen and (max-width: 412.9px) {
  #simple-mode .small-hidden {
    display: none;
  }
}
#simple-mode .xsmall-visible {
  display: none;
}
@media only screen and (max-width: 390.9px) {
  #simple-mode .xsmall-visible {
    display: block;
  }
}
#simple-mode .visual {
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/simple-mode/bg_simple-mode.jpg?tr=n-base,w-100,h-121,q-60&updatedAt=1758877268960");
  background-repeat: repeat;
  position: relative;
  z-index: 0;
}
#simple-mode .main-copy-wrapper {
  max-width: 1920px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 412.9px) {
  #simple-mode .main-copy-wrapper {
    padding-top: 5%;
  }
}
#simple-mode .main-copy-wrapper .main-copy-container {
  width: 66.666666%;
}
@media only screen and (max-width: 767.9px) {
  #simple-mode .main-copy-wrapper .main-copy-container {
    width: 90%;
  }
}
@media screen and (max-width: 412.9px) {
  #simple-mode .main-copy-wrapper .main-copy-container {
    width: 80%;
    margin-bottom: 2%;
  }
}
#simple-mode .main-copy-wrapper .main-copy-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 767.9px) {
  #simple-mode .main-copy-wrapper .main-copy-inner {
    padding-top: 4%;
  }
}
@media screen and (max-width: 412.9px) {
  #simple-mode .main-copy-wrapper .main-copy-inner {
    padding-top: 0;
  }
}
#simple-mode .main-copy-wrapper .main-copy-inner .page-title {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767.9px) {
  #simple-mode .main-copy-wrapper .main-copy-inner .page-title {
    width: 100%;
  }
}
#simple-mode .main-copy-wrapper .main-copy-inner .page-title::before {
  content: "";
  width: 9.5vw;
  height: auto;
  aspect-ratio: 305/218;
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/simple-mode/label_news.png?tr=n-base,w-442,h-316,q-60&updatedAt=1758869442132");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 5%;
  left: -8%;
  z-index: 1;
}
@media only screen and (min-width: 1921px) {
  #simple-mode .main-copy-wrapper .main-copy-inner .page-title::before {
    width: 134px;
    height: 96px;
  }
}
@media only screen and (max-width: 767.9px) {
  #simple-mode .main-copy-wrapper .main-copy-inner .page-title::before {
    width: 61px;
    height: auto;
    top: -22%;
    left: 36%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media screen and (max-width: 412.9px) {
  #simple-mode .main-copy-wrapper .main-copy-inner .page-title::before {
    width: 13vw;
    left: 15%;
    -webkit-transform: none;
            transform: none;
  }
}
#simple-mode .main-copy-wrapper .main-copy-inner .page-title .sub-copy {
  width: clamp(100px, 26vw, 500px);
  margin-right: 5%;
}
@media only screen and (max-width: 767.9px) {
  #simple-mode .main-copy-wrapper .main-copy-inner .page-title .sub-copy {
    width: clamp(135px, 42vw, 175px);
  }
}
#simple-mode .main-copy-wrapper .main-copy-inner .page-title .main-title {
  display: inline-block;
  font-family: "VDL Ｖ７丸ゴシック EB";
  font-size: clamp(2.2rem, 3vw, 5rem);
  font-weight: bold;
  letter-spacing: 3px;
  color: #1577be;
}
@media only screen and (max-width: 767.9px) {
  #simple-mode .main-copy-wrapper .main-copy-inner .page-title .main-title {
    font-size: clamp(2rem, 5vw, 3rem);
    text-align: center;
    letter-spacing: 0;
  }
}
#simple-mode .main-copy-wrapper .main-copy-inner .release-badge {
  width: 20%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767.9px) {
  #simple-mode .main-copy-wrapper .main-copy-inner .release-badge {
    width: 22vw;
    top: 9vw;
    left: 1%;
  }
}
@media screen and (max-width: 412.9px) {
  #simple-mode .main-copy-wrapper .main-copy-inner .release-badge {
    width: 40vw;
    top: 4.5%;
  }
}
#simple-mode .main-copy-wrapper .main-visual-container {
  width: 80%;
  background-color: #aad8f0;
  margin-top: 0.5%;
}
@media only screen and (max-width: 1024.9px) {
  #simple-mode .main-copy-wrapper .main-visual-container {
    width: 90%;
  }
}
@media only screen and (max-width: 767.9px) {
  #simple-mode .main-copy-wrapper .main-visual-container {
    width: 100%;
  }
}
#simple-mode .main-copy-wrapper .emphasis-message {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: clamp(16px, 2.1vw, 40px);
  font-weight: bold;
  background-color: #c5513d;
  background-position: top;
  padding-block: 2%;
  margin-top: -3px;
}
@media only screen and (max-width: 1024.9px) {
  #simple-mode .main-copy-wrapper .emphasis-message {
    width: 90%;
  }
}
@media only screen and (max-width: 767.9px) {
  #simple-mode .main-copy-wrapper .emphasis-message {
    width: 100%;
  }
}
@media screen and (max-width: 412.9px) {
  #simple-mode .image-block {
    width: 100%;
    aspect-ratio: 1090/966;
    background-color: #aad8f0;
    padding-top: 5%;
  }
}
@media screen and (max-width: 412.9px) {
  #simple-mode .desc-block {
    width: 100%;
    aspect-ratio: 1090/994;
    padding-bottom: 5%;
  }
  #simple-mode .desc-block img {
    margin-left: -5%;
  }
}
#simple-mode .lead-wrapper {
  width: 80%;
  padding-block: 4%;
  margin: 0 auto;
}
@media only screen and (max-width: 767.9px) {
  #simple-mode .lead-wrapper {
    width: 90%;
  }
}
#simple-mode .lead-title {
  color: #cf7559;
  text-align: center;
  line-height: 2.2;
}
#simple-mode .lead-text {
  font-weight: bold;
  line-height: 2;
}
@media only screen and (max-width: 912.9px) {
  #simple-mode .lead-text {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 412.9px) {
  #simple-mode .lead-text {
    font-size: 4vw;
  }
}
#simple-mode .system-requirements-wrapper {
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0;
  margin-bottom: 4rem;
  position: relative;
}
#simple-mode .system-requirements-container {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 767.9px) {
  #simple-mode .system-requirements-container {
    width: 60%;
  }
}
#simple-mode .system-requirements-title {
  width: 100%;
  height: auto;
  aspect-ratio: 852/102;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(1.4rem, 2.1vw, 4rem);
  color: #fff;
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/simple-mode/label_simple-mode.png?tr=n-base,w-852,h-102&updatedAt=1758904875858");
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767.9px) {
  #simple-mode .system-requirements-title {
    font-size: clamp(14px, 2.8vw, 20px);
    line-height: 1.4;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-size: cover;
    padding: 3% 6%;
    border-radius: 0 25px 25px 0;
  }
}
#simple-mode .checked {
  color: #989895;
  font-size: 26px !important;
  font-weight: bold;
}
@media only screen and (max-width: 1280.9px) {
  #simple-mode .checked {
    font-size: clamp(10px, 2.1vw, 27px) !important;
  }
}
@media only screen and (max-width: 767.9px) {
  #simple-mode .checked {
    text-align: left;
    padding-left: 2%;
  }
}
#simple-mode .icon-list {
  width: 48%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 767.9px) {
  #simple-mode .icon-list {
    width: 40%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
#simple-mode .icon-list .safari {
  width: 48%;
}
@media only screen and (max-width: 767.9px) {
  #simple-mode .icon-list .safari {
    width: 70%;
  }
}
#simple-mode .icon-list .chrome {
  width: 56%;
}
@media only screen and (max-width: 767.9px) {
  #simple-mode .icon-list .chrome {
    width: 80%;
  }
}
#simple-mode .step-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4B5563;
  padding: 6rem 2rem;
  position: relative;
}
#simple-mode .step-wrapper::before {
  content: "";
  inset: 0;
  background-color: rgba(228, 143, 148, 0.66);
  pointer-events: none;
  position: absolute;
  z-index: -1;
}
#simple-mode .step-wrapper .step-lead {
  width: 80%;
  display: inline-block;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.6;
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/simple-mode/bg_simple-mode.jpg?tr=n-base,w-100,h-121,q-60&updatedAt=1758877268960");
  background-repeat: repeat;
  padding-block: 2rem;
  padding-inline: 4rem;
  border-radius: 30px;
  margin: 0 auto;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1366.9px) {
  #simple-mode .step-wrapper .step-lead {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1024.9px) {
  #simple-mode .step-wrapper .step-lead {
    width: 90%;
    font-size: 1.8rem;
    line-height: 1.4;
    padding-inline: 2rem;
  }
}
@media only screen and (max-width: 767.9px) {
  #simple-mode .step-wrapper .step-lead {
    width: 96%;
  }
}
@media screen and (max-width: 412.9px) {
  #simple-mode .step-wrapper .step-lead {
    width: 100%;
    font-size: 16px;
    padding-inline: 1rem;
  }
}
#simple-mode .step-wrapper .step-lead span {
  font-size: 3rem !important;
  font-weight: bold;
}
@media only screen and (max-width: 1366.9px) {
  #simple-mode .step-wrapper .step-lead span {
    font-size: 2.3rem !important;
  }
}
@media only screen and (max-width: 1024.9px) {
  #simple-mode .step-wrapper .step-lead span {
    font-size: 2rem !important;
  }
}
@media screen and (max-width: 412.9px) {
  #simple-mode .step-wrapper .step-lead span {
    font-size: 16px !important;
  }
}
#simple-mode .step-wrapper .step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 1844.9px) {
  #simple-mode .step-wrapper .step-list {
    gap: 4rem;
  }
}
#simple-mode .step-wrapper .step-item {
  width: clamp(300px, 30vw, 576px);
  aspect-ratio: 567/653;
  position: relative;
}
#simple-mode .step-wrapper .step-item::before {
  content: "";
  width: 57px;
  aspect-ratio: 57/77;
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/simple-mode/step-arrow.png?tr=n-base,w-57,h-77,q-60updatedAt=1758984728421");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -34px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 1199.9px) {
  #simple-mode .step-wrapper .step-item::before {
    width: 4vw;
  }
}
@media screen and (max-width: 671.9px) {
  #simple-mode .step-wrapper .step-item::before {
    width: 30px;
    top: auto;
    left: 50%;
    top: -41px;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}
#simple-mode .step-wrapper .step-item:first-child::before {
  content: none;
}
#simple-mode .step-wrapper .step-item img {
  height: 100%;
}
#simple-mode .manual {
  background-color: rgba(228, 143, 148, 0.11);
  padding-bottom: 6rem;
}
#simple-mode .manual-title-wrapper {
  max-width: 1920px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/simple-mode/img_operations.png?tr=n-base,w-1920,h-574,q-70&updatedAt=1759025542124");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-block: 3rem;
  margin-bottom: 4rem;
  position: relative;
  z-index: -2;
}
@media only screen and (max-width: 1024.9px) {
  #simple-mode .manual-title-wrapper {
    background-position-x: 60%;
  }
}
@media only screen and (max-width: 767.9px) {
  #simple-mode .manual-title-wrapper {
    background-position-x: 100%;
  }
}
@media screen and (max-width: 412.9px) {
  #simple-mode .manual-title-wrapper {
    background-position-x: 77%;
  }
}
#simple-mode .manual-title-wrapper::before {
  content: "";
  width: clamp(100px, 16vw, 300px);
  aspect-ratio: 1/1;
  background: url("https://ik.imagekit.io/yumephoto/yumeportal/simple-mode/deco_yellow.png?tr=n-base&updatedAt=1759033622998");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1%;
  left: -3%;
  z-index: 1;
}
#simple-mode .manual-title-wrapper::after {
  content: "";
  width: clamp(100px, 12vw, 226px);
  aspect-ratio: 1/1;
  background: url("https://ik.imagekit.io/yumephoto/yumeportal/simple-mode/deco_circle.png?tr=n-base&updatedAt=1759033622961");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 8%;
  z-index: 1;
}
@media only screen and (max-width: 767.9px) {
  #simple-mode .manual-title-wrapper::after {
    right: 13%;
  }
}
@media screen and (max-width: 600.9px) {
  #simple-mode .manual-title-wrapper::after {
    display: none;
  }
}
#simple-mode .manual-title-container {
  width: 100%;
}
#simple-mode .manual-title-container .manual-heading {
  font-size: clamp(2rem, 4vw, 7.5rem);
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  line-height: 1.2;
  padding: 5% 0 3% 21%;
  border-radius: 0.8rem;
  position: relative;
}
@media only screen and (max-width: 767.9px) {
  #simple-mode .manual-title-container .manual-heading {
    font-size: clamp(2rem, 6vw, 4rem);
    padding-left: 5%;
    padding-bottom: 5%;
  }
}
#simple-mode .manual-title-container .manual-heading::before {
  content: "";
  width: clamp(100px, 13vw, 250px);
  aspect-ratio: 1/1;
  background: url("https://ik.imagekit.io/yumephoto/yumeportal/simple-mode/img_scene.png?tr=n-base&updatedAt=1759027440399");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 16%;
  left: 6%;
}
@media only screen and (max-width: 767.9px) {
  #simple-mode .manual-title-container .manual-heading::before {
    content: none;
  }
}
#simple-mode .manual-title-container .manual-text {
  display: inline-block;
}
#simple-mode .manual-title-container .manual-icon {
  width: clamp(50px, 8vw, 150px);
  aspect-ratio: 150/108;
  display: inline-block;
}
@media only screen and (max-width: 767.9px) {
  #simple-mode .manual-title-container .manual-icon {
    width: clamp(40px, 9vw, 70px);
    vertical-align: middle;
    margin-left: 0.2em;
  }
}
#simple-mode .manual-desc {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#simple-mode .manual-desc .manual-maker {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(171, 95, 89, 0.7);
  padding-block: 1%;
  padding-left: 5%;
}
@media only screen and (max-width: 912.9px) {
  #simple-mode .manual-desc .manual-maker {
    width: 59%;
  }
}
@media only screen and (max-width: 767.9px) {
  #simple-mode .manual-desc .manual-maker {
    width: 100%;
  }
}
#simple-mode .manual-desc .manual-maker .manual-maker-text {
  display: inline-block;
  color: #fff;
  font-size: clamp(2rem, 1.8vw, 3.6rem);
  text-align: left;
  line-height: 1.2;
  border-radius: 0.4rem;
  margin: 0;
}
@media only screen and (max-width: 767.9px) {
  #simple-mode .manual-desc .scene-image {
    width: clamp(100px, 17vw, 130px);
    aspect-ratio: 1/1;
    text-align: center;
    position: absolute;
    right: 2%;
    bottom: 5%;
  }
}
@media screen and (max-width: 600.9px) {
  #simple-mode .manual-desc .scene-image {
    top: 4%;
  }
}
@media screen and (max-width: 412.9px) {
  #simple-mode .manual-desc .scene-image {
    display: none;
  }
}
#simple-mode .basic-operations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2rem;
  padding: 1rem 5rem;
  margin-bottom: 5rem;
  position: relative;
}
@media only screen and (max-width: 1366.9px) {
  #simple-mode .basic-operations {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 1024.9px) {
  #simple-mode .basic-operations {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}
@media only screen and (max-width: 767.9px) {
  #simple-mode .basic-operations {
    padding-inline: 2rem;
    gap: 4rem;
  }
}
#simple-mode .basic-operations::before {
  content: "";
  width: clamp(100px, 16vw, 300px);
  aspect-ratio: 1/1;
  background: url("https://ik.imagekit.io/yumephoto/yumeportal/simple-mode/deco_pink.png?tr=n-base&updatedAt=1759033623040");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -3%;
  left: -3%;
  z-index: -1;
}
#simple-mode .basic-operations::after {
  content: "";
  width: clamp(100px, 21vw, 400px);
  aspect-ratio: 1/1;
  background: url("https://ik.imagekit.io/yumephoto/yumeportal/simple-mode/deco_pink-yellow.png?tr=n-base&updatedAt=1759294441581");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -20%;
  right: -5%;
  z-index: -1;
}
@media only screen and (max-width: 1024.9px) {
  #simple-mode .basic-operations::after {
    top: -3%;
  }
}
#simple-mode .basic-operations .basic-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0.8;
      -ms-flex: 0.8;
          flex: 0.8;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
}
#simple-mode .basic-operations .basic-first::before {
  content: "";
  width: clamp(100px, 16vw, 300px);
  aspect-ratio: 1/1;
  background: url("https://ik.imagekit.io/yumephoto/yumeportal/simple-mode/deco_circle.png?tr=n-base&updatedAt=1759033622961");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -16%;
  left: -10%;
  z-index: -1;
}
#simple-mode .basic-operations .basic-first .basic-desc {
  margin-bottom: 1rem;
}
#simple-mode .basic-operations .basic-first .basic-image {
  width: 45%;
  border-radius: 0.6rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1366.9px) {
  #simple-mode .basic-operations .basic-first .basic-image {
    width: 52%;
  }
}
#simple-mode .basic-operations .basic-first .basic-note {
  width: 100%;
  padding-left: 4% !important;
}
#simple-mode .basic-operations .basic-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 3rem;
  position: relative;
}
#simple-mode .basic-operations .basic-info::after {
  content: "";
  width: clamp(100px, 21vw, 400px);
  aspect-ratio: 1/1;
  background: url("https://ik.imagekit.io/yumephoto/yumeportal/simple-mode/deco_circle-yellow.png?tr=n-base&updatedAt=1759294682376");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -30%;
  left: -30%;
  z-index: -1;
}
@media only screen and (max-width: 767.9px) {
  #simple-mode .basic-operations .basic-info {
    gap: 4rem;
  }
}
#simple-mode .basic-operations .new-member, #simple-mode .basic-operations .administrator, #simple-mode .basic-operations .submission {
  font-size: 3rem;
  text-align: center;
}
#simple-mode .basic-note, #simple-mode .info-note {
  font-weight: bold;
  text-align: left;
  padding-left: 5%;
}
#simple-mode .basic-first, #simple-mode .info-item, #simple-mode .edit {
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 1rem;
  -webkit-box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.4);
  padding: 2rem;
}
#simple-mode .basic-title, #simple-mode .info-title, #simple-mode .edit-title {
  width: 70%;
  color: #c5513d;
  font-size: clamp(2.2rem, 2vw, 4rem);
  font-weight: bold;
  border-bottom: 2px dashed #ddd;
  padding-bottom: 1rem;
  margin: 0 auto;
  margin-bottom: 2rem;
  position: relative;
}
@media only screen and (max-width: 767.9px) {
  #simple-mode .basic-title, #simple-mode .info-title, #simple-mode .edit-title {
    width: 100%;
  }
}
#simple-mode .info-text {
  width: 90%;
  background-color: rgba(186, 226, 241, 0.7);
  padding: 1% 5%;
  margin: 0 auto;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767.9px) {
  #simple-mode .info-text {
    padding-inline: 1rem;
  }
}
#simple-mode .info-item, #simple-mode .function-list {
  position: relative;
}
#simple-mode .info-item::after, #simple-mode .function-list::after {
  content: "";
  width: 100px;
  aspect-ratio: 150/108;
  background: url("https://ik.imagekit.io/yumephoto/yumeportal/simple-mode/icon_mobile.png?updatedAt=1759033623074");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -3rem;
  right: -2rem;
}
@media only screen and (max-width: 767.9px) {
  #simple-mode .info-item::after, #simple-mode .function-list::after {
    width: clamp(3rem, 13vw, 11rem);
    top: 50%;
    left: -5%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#simple-mode .info-item::after {
  width: 150px;
  top: -2rem;
}
@media only screen and (max-width: 1440.9px) {
  #simple-mode .info-item::after {
    width: 100px;
  }
}
@media only screen and (max-width: 1024.9px) {
  #simple-mode .info-item::after {
    width: 150px;
    top: -1rem;
    right: 3rem;
  }
}
@media only screen and (max-width: 767.9px) {
  #simple-mode .info-item::after {
    width: 18vw;
    top: 2rem;
    left: auto;
    right: -1rem;
  }
}
#simple-mode .basic-desc, #simple-mode .info-text, #simple-mode .function-list {
  color: #317ec2;
  font-size: clamp(2rem, 1.45vw, 2.8rem);
  font-weight: bold;
}
@media only screen and (max-width: 767.9px) {
  #simple-mode .basic-desc, #simple-mode .info-text, #simple-mode .function-list {
    font-size: clamp(1.8rem, 5vw, 2rem);
  }
}
#simple-mode .edit {
  width: 95%;
  margin: 0 auto;
  margin-top: 3rem;
  position: relative;
}
#simple-mode .edit::before {
  content: "";
  width: clamp(100px, 16vw, 300px);
  aspect-ratio: 1/1;
  background: url("https://ik.imagekit.io/yumephoto/yumeportal/simple-mode/deco_yellow.png?tr=n-base&updatedAt=1759033622998");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -5%;
  left: -10%;
  z-index: -1;
}
#simple-mode .edit::after {
  content: "";
  width: clamp(100px, 21vw, 400px);
  aspect-ratio: 1/1;
  background: url("https://ik.imagekit.io/yumephoto/yumeportal/simple-mode/deco_stripe.png?tr=n-base&updatedAt=1759033622955");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -7%;
  right: -3%;
  z-index: -1;
}
@media only screen and (max-width: 767.9px) {
  #simple-mode .edit::before, #simple-mode .edit::after {
    bottom: -2%;
  }
}
#simple-mode .edit-title {
  text-align: center;
}
#simple-mode .function-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#simple-mode .function-container .function {
  width: 50%;
  padding: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 1024.9px) {
  #simple-mode .function-container .function {
    width: 100%;
  }
}
@media screen and (max-width: 600.9px) {
  #simple-mode .function-container .function {
    padding: 2rem;
  }
}
@media screen and (max-width: 412.9px) {
  #simple-mode .function-container .function {
    padding: 1rem;
  }
}
#simple-mode .function-container .function .function-label {
  display: inline-block;
  font-size: clamp(2rem, 1.6vw, 3rem);
  font-weight: bold;
  padding-left: 3rem;
  margin-bottom: 2rem;
  position: relative;
}
#simple-mode .function-container .function .function-label::before {
  content: "";
  width: 18px;
  height: 1.8em;
  background-color: #c5513d;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1024.9px) {
  #simple-mode .function-container .function .function-label::before {
    width: 10px;
  }
}
#simple-mode .function-container .function .function-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2rem;
}
@media only screen and (max-width: 1366.9px) {
  #simple-mode .function-container .function .function-desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 1024.9px) {
  #simple-mode .function-container .function .function-desc {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}
@media only screen and (max-width: 767.9px) {
  #simple-mode .function-container .function .function-desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#simple-mode .function-container .function .function-desc .function-image {
  width: 40%;
  aspect-ratio: 324/449;
}
@media only screen and (max-width: 1366.9px) {
  #simple-mode .function-container .function .function-desc .function-image {
    width: 70%;
  }
}
#simple-mode .function-container .function .function-desc .function-text {
  width: 60%;
  font-size: clamp(2rem, 1.45vw, 2.8rem);
}
@media only screen and (max-width: 1366.9px) {
  #simple-mode .function-container .function .function-desc .function-text {
    width: 100%;
  }
}
#simple-mode .function-container .function .function-desc .function-text .function-list {
  width: 100%;
  text-align: left;
  line-height: 2;
  list-style: none;
  background-color: rgba(186, 226, 241, 0.7);
  padding: 2rem;
  margin: 0;
}
@media only screen and (max-width: 1366.9px) {
  #simple-mode .function-container .function .function-desc .function-text .function-list {
    padding-inline: 8%;
  }
}
@media only screen and (max-width: 1024.9px) {
  #simple-mode .function-container .function .function-desc .function-text .function-list {
    padding-inline: 7%;
  }
}
@media only screen and (max-width: 767.9px) {
  #simple-mode .function-container .function .function-desc .function-text .function-list {
    line-height: 1.6;
    padding-inline: 14%;
  }
}
@media screen and (max-width: 412.9px) {
  #simple-mode .function-container .function .function-desc .function-text .function-list {
    line-height: 1.2;
    padding-inline: 13%;
  }
}
#simple-mode .function-container .function .function-desc .function-text .font-list {
  position: relative;
}
#simple-mode .function-container .function .function-desc .function-text .font-list::before {
  content: "";
  width: clamp(5rem, 9vw, 17rem);
  aspect-ratio: 1/1;
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/simple-mode/img_font-desc.png?updatedAt=1759034899929");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 2%;
  right: 2%;
  z-index: 2;
}
@media only screen and (max-width: 1366.9px) {
  #simple-mode .function-container .function .function-desc .function-text .font-list::before {
    width: clamp(5rem, 13vw, 17rem);
  }
}
@media only screen and (max-width: 767.9px) {
  #simple-mode .function-container .function .function-desc .function-text .font-list::before {
    width: clamp(7rem, 21vw, 22rem);
  }
}
#simple-mode .function-container .function .function-desc .function-text .font-list .function-item {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.5rem;
}
#simple-mode .function-container .function .function-desc .function-text .font-list .function-item::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #317ec2;
}
#simple-mode .function-container .function .function-desc .function-text .font-list .illust-item::before {
  content: none;
}
#simple-mode .function-container .function .function-desc .function-text .function-note {
  font-weight: bold;
  text-align: left;
  padding: 10rem 3rem 0;
  position: relative;
}
@media only screen and (max-width: 1536.9px) {
  #simple-mode .function-container .function .function-desc .function-text .function-note {
    padding-inline: 1rem;
  }
}
@media screen and (max-width: 412.9px) {
  #simple-mode .function-container .function .function-desc .function-text .function-note {
    padding-inline: 0;
  }
}
#simple-mode .function-container .function .function-desc .function-text .function-note::before {
  content: "";
  width: clamp(64px, 4vw, 7rem);
  aspect-ratio: 64/42;
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/simple-mode/img_pc.png?tr=n-base,q-60&updatedAt=1759136204895");
  background-repeat: no-repeat;
  position: absolute;
  top: 16%;
  left: 6%;
}
@media only screen and (max-width: 1366.9px) {
  #simple-mode .function-container .function .function-desc .function-text .function-note::before {
    top: 20%;
    left: 2%;
  }
}
@media only screen and (max-width: 767.9px) {
  #simple-mode .function-container .function .function-desc .function-text .function-note::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#simple-mode .function-container .function .function-desc .function-text .illust-note {
  padding-top: 10rem;
}
#simple-mode footer::before {
  display: none;
}
/*# sourceMappingURL=simple-mode.css.map */