@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", sans-serif;
  font-weight: 500;
}

.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;
}

/* Prevent clipping of the curved label inside the floating page-top fab */
svg.page-top-fab__curve-text:not(:root) {
  overflow: visible;
}

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: 1024.9px) {
  html {
    font-size: 56%;
  }
}

body {
  color: #333;
  background-color: #fff;
}
@media screen and (max-width: 767.9px) {
  body.open {
    overflow: hidden;
  }
}

main {
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
}

inner {
  margin: 0 auto;
}

h1 {
  margin: 0;
}

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

.pc-none {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .pc-none {
    display: block;
  }
}

.link-circle {
  display: block;
  border-radius: 50%;
}

.link-oval {
  display: block;
  border-radius: 100px;
}

.link-squircle {
  display: block;
  border-radius: 3%;
}

.link-half-squircle {
  display: block;
  border-radius: 15px 0 0 15px;
}

.small-visible {
  display: none;
}
@media screen and (max-width: 412.9px) {
  .small-visible {
    display: block;
  }
}

.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("https://ik.imagekit.io/yumephoto/yumeportal/icon/icon_des.png?updatedAt=1756972885742") no-repeat;
  background-size: contain;
  margin-top: -11px;
}

.icon_aw::before {
  width: 25px;
  height: 22px;
  background: url("https://ik.imagekit.io/yumephoto/yumeportal/icon/icon_aw.png?updatedAt=1756972885729") no-repeat;
  background-size: contain;
  margin-top: -12.5px;
}

.icon_mail::before {
  width: 30px;
  height: 23px;
  background: url("https://ik.imagekit.io/yumephoto/yumeportal/icon/icon_mail.png?updatedAt=1756972885607") no-repeat;
  background-size: contain;
  margin-top: -11.5px;
}

.sikaku-btn a {
  background: #D7250C;
  color: #fff;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.sikaku-btn a:hover {
  background: #e8361d;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.sikaku-btn p {
  position: relative;
}
.sikaku-btn 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;
}

.album-site-body.locked {
  overflow-y: hidden;
}
@media screen and (max-width: 767.9px) {
  .album-site-body {
    position: relative;
  }
}

.page-title-wrapper {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2.5fr 7.5fr;
  grid-template-columns: 2.5fr 7.5fr;
  grid-auto-rows: auto;
}
@media screen and (max-width: 1536.9px) {
  .page-title-wrapper {
    -ms-grid-columns: 2fr 8fr;
    grid-template-columns: 2fr 8fr;
  }
}
@media screen and (max-width: 767.9px) {
  .page-title-wrapper {
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
}

.page-title-text {
  display: -ms-grid;
  display: grid;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .page-title-text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12%;
    position: absolute;
    z-index: 100;
  }
}
.page-title-text .page-title {
  font-size: 3.8em;
  font-weight: 600;
  margin: 14% auto;
}
@media screen and (max-width: 1536.9px) {
  .page-title-text .page-title {
    font-size: 2.8em;
  }
}
@media screen and (max-width: 1280.9px) {
  .page-title-text .page-title {
    font-size: 2.4em;
  }
}
@media screen and (max-width: 1024.9px) {
  .page-title-text .page-title {
    font-size: 2em;
  }
}
@media screen and (max-width: 767.9px) {
  .page-title-text .page-title {
    font-size: 7vw;
    text-shadow: 2px 2px 20px #fff, -2px 2px 20px #fff, 2px -2px 20px #fff, -2px -2px 20px #fff, 2px 0 20px #fff, 0 2px 20px #fff, -2px 0 20px #fff, 0 -2px 20px #fff, 1px 1px 10px #fff, -1px 1px 10px #fff, 1px -1px 10px #fff, -1px -1px 10px #fff, 1px 0 10px #fff, 0 1px 10px #fff, -1px 0 10px #fff, 0 -1px 10px #fff;
    margin: 0 auto;
  }
}

.page-title-mv-box {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  padding: 1.5% 0 0 0;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .page-title-mv-box {
    width: 100%;
    display: block;
    padding: 0;
  }
}
.page-title-mv-box .page-title-image {
  width: 100%;
  line-height: 0;
}
.page-title-mv-box .page-title-image img {
  width: 100%;
  vertical-align: middle;
}
.page-title-mv-box .page-title-image .btn-box {
  width: 4.2vw;
  background-color: #fff;
  border-radius: 15px 0 0 15px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  height: auto;
  line-height: 0;
}
.page-title-mv-box .page-title-image .btn-box img {
  width: 100%;
  vertical-align: middle;
}
.page-title-mv-box .page-title-image .btn-box .link-area:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  color: initial;
}
@media screen and (min-width: 1921px) {
  .page-title-mv-box .page-title-image .btn-box {
    max-width: 80.645px;
  }
}
@media screen and (max-width: 767.9px) {
  .page-title-mv-box .page-title-image .btn-box {
    display: none;
  }
}

.sp-btn-box {
  width: 153px;
  height: auto;
  position: absolute;
  top: 0;
  right: 4%;
  z-index: 100;
  line-height: 0;
}
.sp-btn-box img {
  width: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 580.9px) {
  .sp-btn-box {
    width: 120px;
  }
}
@media screen and (max-width: 412.9px) {
  .sp-btn-box {
    width: 80px;
  }
}

.page-desc {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  font-size: 1.3em;
  font-weight: 800;
  white-space: nowrap;
  line-height: 160%;
  margin: 2.5em 2.5em 2.5em 0;
}
@media screen and (max-width: 1536.9px) {
  .page-desc {
    white-space: wrap;
  }
}
@media screen and (max-width: 767.9px) {
  .page-desc {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.8em;
    margin: 5% auto;
  }
}
@media screen and (max-width: 700.9px) {
  .page-desc {
    font-size: 1.4em;
  }
}
.page-desc .page-desc-text {
  display: inline-block;
  border-bottom: 1px solid;
}

.bread-crumb {
  background: #fefafa;
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}
@media screen and (max-width: 1024.9px) {
  .bread-crumb {
    padding: 14px 0;
  }
}
@media screen and (max-width: 767.9px) {
  .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: 1536.9px) {
  .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: 767.9px) {
  .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: 1536.9px) {
  .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: 1536.9px) {
  .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;
}

.child-navi-wrap {
  background-color: #FFF;
  padding: 100px 0;
  text-align: center;
}
.child-navi-wrap .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 1024.9px) {
  .child-navi-wrap .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.child-navi-wrap .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: 1024.9px) {
  .child-navi-wrap .inner div {
    font-size: 2rem;
  }
}
.child-navi-wrap .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-wrap .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-wrap .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-wrap .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-wrap .inner div p {
  display: inline-block;
  position: relative;
}
.child-navi-wrap .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-wrap .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-wrap .inner div p {
  margin-bottom: 20px;
}
.child-navi-wrap .contact-btn {
  background-color: #d7250c;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 767.9px) {
  .child-navi-wrap .contact-btn {
    width: 60px;
  }
}
.child-navi-wrap .contact-btn a {
  padding: 0 24px;
  color: #fff;
  display: block;
  height: 100%;
  width: 100%;
  font-weight: 600;
}
@media screen and (max-width: 1536.9px) {
  .child-navi-wrap .contact-btn a {
    padding: 0 16px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024.9px) {
  .child-navi-wrap .contact-btn a {
    padding: 0 12px;
  }
}
@media screen and (max-width: 767.9px) {
  .child-navi-wrap .contact-btn a {
    padding: 0;
    font-size: 1rem;
  }
}
.child-navi-wrap .contact-btn .contact-btn-text {
  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;
  height: 100%;
  padding-top: 20px;
}
@media screen and (max-width: 767.9px) {
  .child-navi-wrap .contact-btn .contact-btn-text {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 8px;
    height: auto;
  }
}
@media screen and (max-width: 767.9px) {
  .child-navi-wrap .contact-btn .contact-btn-text .sample-text {
    display: none;
  }
}
.child-navi-wrap .contact-btn:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 16px;
  background: url("https://ik.imagekit.io/yumephoto/yumeportal/icon/icon_mail.png?updatedAt=1756972885607") no-repeat;
  background-size: contain;
  left: 0;
  right: 0;
  top: 24%;
  margin: auto;
}
@media screen and (max-width: 767.9px) {
  .child-navi-wrap .contact-btn:before {
    top: 24%;
  }
}
.child-navi-wrap .gnav-toggle-btn {
  display: none;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767.9px) {
  .child-navi-wrap .gnav-toggle-btn {
    display: block;
    width: 60px;
    height: 60px;
  }
}
.child-navi-wrap .gnav-toggle-btn .gnav-toggle-btn-text {
  padding-top: 40px;
  position: absolute;
  bottom: 8px;
  font-size: 1.2rem;
  font-weight: bold;
  left: 0;
  right: 0;
}
.child-navi-wrap .sanbonsen {
  display: block;
  background: #d7250c;
  position: absolute;
  width: 20px;
  height: 3px;
  border-radius: 4px;
  top: 34%;
  left: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.child-navi-wrap .sanbonsen:before, .child-navi-wrap .sanbonsen:after {
  display: block;
  content: " ";
  background: #d7250c;
  border-radius: 4px;
  width: 20px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: -8px;
}
.child-navi-wrap .sanbonsen:before {
  margin-top: -8px;
}
.child-navi-wrap .sanbonsen:after {
  margin-top: 5px;
}

@media screen and (max-width: 767.9px) {
  .global-header {
    width: 100% !important;
    height: auto;
  }
}

.child-global-header {
  width: 93%;
  height: auto;
  max-width: 1920px;
  margin: 30px auto;
}
@media screen and (max-width: 1280.9px) {
  .child-global-header {
    width: 95.3%;
  }
}
.child-global-header .header-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767.9px) {
  .child-global-header .header-container {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -moz-text-align-last: justify;
         text-align-last: justify;
    gap: 1vw;
    padding-bottom: 0;
  }
}
.child-global-header .header-logo-yumephoto {
  max-width: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
}
.child-global-header .header-logo-yumephoto img {
  width: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 1920px) {
  .child-global-header .header-logo-yumephoto {
    width: 13%;
    min-width: 100px;
  }
  .child-global-header .header-logo-yumephoto img {
    width: 100%;
  }
}
@media screen and (max-width: 767.9px) {
  .child-global-header .header-logo-yumephoto {
    width: 30%;
    margin: 0;
    padding-left: 24px;
  }
}
@media screen and (max-width: 319.9px) {
  .child-global-header .header-logo-yumephoto {
    min-width: 60px;
  }
}
@media screen and (max-width: 767.9px) {
  .child-global-header .yumephoto-message {
    font-size: 18px !important;
    margin-left: 4% !important;
    white-space: nowrap !important;
  }
}
@media screen and (max-width: 580.9px) {
  .child-global-header .yumephoto-message {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 412.9px) {
  .child-global-header .yumephoto-message {
    font-size: 12px !important;
    margin-left: 1% !important;
  }
}
.child-global-header .menu-container {
  width: 72%;
  min-height: 80px;
}
@media screen and (max-width: 899.9px) {
  .child-global-header .menu-container {
    width: 75%;
    min-height: 60px;
  }
}
.child-global-header .menu-container, .child-global-header .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 899.9px) {
  .child-global-header .menu-container, .child-global-header .menu-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767.9px) {
  .child-global-header .menu-container, .child-global-header .menu-list {
    display: none;
  }
}
.child-global-header .menu-list {
  width: 100%;
}
.child-global-header .menu-list .btn-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  margin-right: 32px;
  position: relative;
}
@media screen and (max-width: 1536.9px) {
  .child-global-header .menu-list .btn-menu-item {
    padding-left: 28px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 1280.9px) {
  .child-global-header .menu-list .btn-menu-item {
    padding-left: 28px;
    margin-right: 24px;
  }
}
@media screen and (max-width: 1024.9px) {
  .child-global-header .menu-list .btn-menu-item {
    padding-left: 36px;
    margin-right: 27px;
  }
}
@media screen and (max-width: 1120.9px) {
  .child-global-header .menu-list .btn-menu-item {
    padding-left: 24px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 1024.9px) {
  .child-global-header .menu-list .btn-menu-item {
    padding-left: 28px;
    margin-right: 24px;
  }
}
@media screen and (max-width: 899.9px) {
  .child-global-header .menu-list .btn-menu-item {
    padding-left: 0;
    margin-right: 0;
    border-bottom: solid 1px #ef6f6e;
    margin-bottom: 3px;
    line-height: 1.5;
    padding: 0.5em;
  }
}
.child-global-header .menu-list .btn-menu-item:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("https://ik.imagekit.io/yumephoto/sotugyo/common/ico_lineup.png?updatedAt=1756948757176") no-repeat;
  background-size: contain;
  position: absolute;
  top: 38%;
  left: 0;
}
@media screen and (max-width: 1280.9px) {
  .child-global-header .menu-list .btn-menu-item:before {
    width: 20px;
    height: 20px;
    left: 1%;
  }
}
@media screen and (max-width: 899.9px) {
  .child-global-header .menu-list .btn-menu-item:before {
    display: none;
  }
}
.child-global-header .menu-list .btn-menu-item:hover {
  color: rgba(255, 220, 220, 0.4196078431);
  -webkit-filter: opacity(60%);
          filter: opacity(60%);
}
@media screen and (max-width: 899.9px) {
  .child-global-header .menu-list .btn-menu-item:hover {
    color: initial;
    background-color: rgba(255, 220, 220, 0.4196078431);
    border-radius: 8px;
    opacity: 1;
  }
}
.child-global-header .menu-list .btn-menu-item span {
  font-size: 1.1vw;
  font-weight: 900;
  white-space: nowrap;
}
@media screen and (min-width: 1921px) {
  .child-global-header .menu-list .btn-menu-item span {
    font-size: 20px;
  }
}
@media screen and (max-width: 1379.9px) {
  .child-global-header .menu-list .btn-menu-item span {
    font-size: 15px;
  }
}
@media screen and (max-width: 1280.9px) {
  .child-global-header .menu-list .btn-menu-item span {
    font-size: 14px;
  }
}
.child-global-header .menu-list .btn-menu-item span br {
  display: none;
}
@media screen and (max-width: 1024.9px) {
  .child-global-header .menu-list .btn-menu-item span br {
    display: block;
  }
}
.child-global-header .menu-list .btn-selling-point::before {
  background: url("https://ik.imagekit.io/yumephoto/sotugyo/common/ico_selling-point.png?updatedAt=1756948761895") no-repeat;
  background-size: contain;
}
.child-global-header .menu-list .btn-flow::before {
  background: url("https://ik.imagekit.io/yumephoto/sotugyo/common/ico_flow.png?updatedAt=1756948756087") no-repeat;
  background-size: contain;
}
.child-global-header .menu-list .btn-gallery::before {
  background: url("https://ik.imagekit.io/yumephoto/sotugyo/common/ico_gallery.png?updatedAt=1756948757098") no-repeat;
  background-size: contain;
}
.child-global-header .menu-list .btn-qa::before {
  background: url("https://ik.imagekit.io/yumephoto/sotugyo/common/ico_qa.png?updatedAt=1756948760742") no-repeat;
  background-size: contain;
}
.child-global-header .menu-list .btn-top-all-menu {
  max-width: 50px;
  min-width: 50px;
  padding-left: 0;
  margin-right: 0;
  line-height: 0;
}
.child-global-header .menu-list .btn-top-all-menu img {
  width: 100%;
  vertical-align: middle;
}
.child-global-header .menu-list .btn-top-all-menu:before {
  display: none;
}
@media screen and (max-width: 899.9px) {
  .child-global-header .menu-list .btn-top-all-menu {
    border-bottom: none;
  }
}
.child-global-header .menu-list .btn-top-all-menu .link-btn-menu {
  display: block;
  padding: 24px 0;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 1280.9px) {
  .child-global-header .menu-list .btn-top-all-menu .link-btn-menu {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024.9px) {
  .child-global-header .menu-list .btn-top-all-menu .link-btn-menu {
    font-size: 11px;
  }
}
.child-global-header .menu-list .link-area-inner {
  width: 100%;
}
.child-global-header .menu-list .link-area-inner .link-global-nav {
  width: 60px;
}
@media screen and (max-width: 1399.9px) {
  .child-global-header .menu-list .link-area-inner .link-global-nav {
    width: 40px;
  }
}
.child-global-header .menu-list .link-area-inner .link-global-nav img {
  width: 100%;
}
.child-global-header .menu-list .btn-side-all-menu {
  display: none;
}
.child-global-header .menu-list .btn-bottom-all-menu {
  display: none;
}

.landscape-header-wrapper {
  width: 100%;
  height: 8vw;
  min-height: 100px !important;
  backdrop-filter: contrast(0.4);
  -webkit-filter: opacity(100%);
          filter: opacity(100%);
  visibility: inherit;
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 9999;
}
@media screen and (min-width: 1921px) {
  .landscape-header-wrapper {
    width: 1920px;
    height: 153px;
  }
}

.landscape-header {
  width: 100% !important;
  min-width: 768px !important;
  height: 54% !important;
  min-height: 50px !important;
  background-color: transparent;
  margin: 0;
  position: fixed;
  left: 50%;
  bottom: 30%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 10000;
}
@media screen and (min-width: 1921px) {
  .landscape-header {
    height: 80px !important;
  }
}
@media screen and (max-width: 1536.9px) {
  .landscape-header {
    bottom: 33px !important;
  }
}
.landscape-header > .header-container {
  width: 71% !important;
  height: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff !important;
  border: 2px solid #f47a7a;
  border-radius: 50px;
  padding: 0 !important;
  margin: 0 auto !important;
}
@media screen and (max-width: 1139.9px) {
  .landscape-header > .header-container {
    width: 70% !important;
  }
}
@media screen and (max-width: 767.9px) {
  .landscape-header > .header-container {
    display: none !important;
  }
}
.landscape-header > .header-container > .header-logo-yumephoto {
  display: none !important;
}
.landscape-header > .header-container > .menu-container {
  width: 100% !important;
  height: 100% !important;
  min-height: initial !important;
  margin: 0 !important;
}
@media screen and (max-width: 1234.9px) {
  .landscape-header > .header-container > .menu-container {
    min-width: 100% !important;
  }
}
@media screen and (min-width: 1921px) {
  .landscape-header > .header-container > .menu-container {
    width: 100% !important;
  }
}
.landscape-header > .header-container > .menu-container > .menu-list {
  width: 100%;
  height: 100% !important;
  min-height: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  text-align: center !important;
  margin-left: 0 !important;
}
@media screen and (min-width: 1921px) {
  .landscape-header > .header-container > .menu-container > .menu-list {
    width: 100% !important;
  }
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-menu-item {
  width: 100%;
  height: 60% !important;
  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: inherit !important;
  padding: 0 1vw !important;
  border-right: 2px solid #ffeded !important;
  margin: 0 !important;
}
@media screen and (max-width: 1536.9px) {
  .landscape-header > .header-container > .menu-container > .menu-list > .btn-menu-item {
    line-height: inherit !important;
  }
}
@media screen and (max-width: 1280.9px) {
  .landscape-header > .header-container > .menu-container > .menu-list > .btn-menu-item {
    line-height: inherit !important;
  }
}
@media screen and (max-width: 899.9px) {
  .landscape-header > .header-container > .menu-container > .menu-list > .btn-menu-item {
    border-bottom: none;
    margin-bottom: 0;
    line-height: inherit !important;
    padding: 0;
  }
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-menu-item:hover {
  height: 100% !important;
  color: initial !important;
  background-color: rgba(255, 220, 220, 0.4196078431) !important;
  -webkit-filter: opacity(100%) !important;
          filter: opacity(100%) !important;
  border-radius: 0 !important;
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-menu-item > .link-area {
  width: 100%;
  height: 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;
  color: #f47a7a;
  padding: 0 !important;
  margin-top: 0;
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-menu-item > .link-area .menu-icon {
  display: none;
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-menu-item > .link-area > .link-area-inner span {
  font-size: 1.86rem !important;
}
@media screen and (max-width: 1536.9px) {
  .landscape-header > .header-container > .menu-container > .menu-list > .btn-menu-item > .link-area > .link-area-inner span {
    font-size: 1.6rem !important;
  }
}
@media screen and (max-width: 1280.9px) {
  .landscape-header > .header-container > .menu-container > .menu-list > .btn-menu-item > .link-area > .link-area-inner span {
    font-size: 1.2vw !important;
  }
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-menu-item > .link-area > .link-area-inner span br {
  display: none;
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-menu-item:first-child {
  border-radius: 50px 0 0 50px !important;
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-lineup {
  width: 16% !important;
  padding-left: 1.1vw !important;
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-lineup:before {
  display: none;
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-selling-point {
  width: 23% !important;
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-selling-point:before {
  display: none !important;
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-flow {
  width: 15% !important;
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-flow:before {
  display: none !important;
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-gallery {
  width: 20% !important;
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-gallery:before {
  display: none !important;
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-qa {
  width: 16% !important;
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-qa:before {
  display: none !important;
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-side-all-menu {
  display: none !important;
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-bottom-all-menu {
  width: 10% !important;
  height: 10vh !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  border-right: none !important;
  padding-left: 0 !important;
  margin: 0 !important;
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-bottom-all-menu:before {
  display: none !important;
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-bottom-all-menu:hover {
  height: 100% !important;
  border-radius: 0 50px 50px 0 !important;
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-bottom-all-menu > .link-global-nav {
  margin-bottom: 0 !important;
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-bottom-all-menu > .link-global-nav > .menu-icon.bottom-menu-icon {
  width: 2vw !important;
  display: block !important;
  margin: 2% auto !important;
}
@media screen and (min-width: 1921px) {
  .landscape-header > .header-container > .menu-container > .menu-list > .btn-bottom-all-menu > .link-global-nav > .menu-icon.bottom-menu-icon {
    width: 38px !important;
  }
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-bottom-all-menu > .link-global-nav > .bottom-all-menu-text {
  display: block !important;
  color: #f47a7a !important;
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-top-all-menu {
  display: none;
}

.floating-contact-btn {
  width: 10%;
  min-width: 100px;
  opacity: 0;
  position: fixed;
  right: 4%;
  bottom: 0;
  z-index: 10000;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  margin: 0 auto;
}
.floating-contact-btn a {
  width: 100%;
  display: block;
  line-height: 0;
}
.floating-contact-btn a img {
  width: 100%;
  vertical-align: middle;
}
@media screen and (min-width: 1921px) {
  .floating-contact-btn {
    width: 230px;
    right: 20px;
    left: 1612px;
  }
}
@media screen and (max-width: 900.9px) {
  .floating-contact-btn {
    right: 2%;
  }
}
.floating-contact-btn.fade-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (max-width: 767.9px) {
  .floating-contact-btn.fade-in {
    opacity: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .floating-contact-btn {
    display: none;
  }
}
.floating-contact-btn.none {
  display: none;
}
.floating-contact-btn .link-area:hover {
  -webkit-filter: opacity(90%);
          filter: opacity(90%);
  color: initial;
}

#mobileHeader {
  display: none;
}

.mobile-header {
  width: 100%;
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 9999;
}

.mobile-header-container {
  width: 100%;
  background: #fff;
  background-size: cover;
}

.mobile-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4%;
}
.mobile-header-inner .btn-menu {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mobile-header-inner .btn-menu a {
  margin: 0 auto;
}
.mobile-header-inner .btn-menu a img {
  width: 6.667vw;
}
.mobile-header-inner .btn-all-menu div img {
  width: 6.667vw;
}

.global-nav, .global-nav-sp {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
.global-nav .btn-go-to-portal, .global-nav-sp .btn-go-to-portal {
  width: 220px;
  text-align: right;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  background-color: transparent;
  border: none;
  position: relative;
  left: 84%;
}
.global-nav .btn-go-to-portal::before, .global-nav-sp .btn-go-to-portal::before {
  content: "";
  width: 8px;
  height: 14px;
  background: url("https://ik.imagekit.io/yumephoto/sotugyo/nav/ico_go-to-portal-arrow.png?updatedAt=1753248226569") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
}

.global-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.global-nav.open {
  opacity: 1;
  visibility: inherit;
}
@media screen and (max-width: 767.9px) {
  .global-nav.open {
    opacity: 0;
    visibility: hidden;
  }
}

.global-nav-container, global-nav-container-sp {
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.global-nav-container.open {
  opacity: 1;
  visibility: inherit;
}
@media screen and (max-width: 767.9px) {
  .global-nav-container.open {
    opacity: 0;
    visibility: hidden;
  }
}

.btn-close {
  width: 2%;
  font-size: 2vw;
  color: #d7250c;
  background-color: #fff;
  border: none;
  margin: 1.7% 2.7% 1.7% 95.3%;
  cursor: pointer;
}
@media screen and (min-width: 1921px) {
  .btn-close {
    font-size: 38px;
  }
}
@media screen and (max-width: 767.9px) {
  .btn-close {
    display: none;
  }
}

.global-nav-main-item {
  width: 83%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 3.3%;
}

.lineup-category-image {
  width: 34.8%;
  padding: 0 2%;
}
@media screen and (max-width: 767.9px) {
  .lineup-category-image {
    width: 100%;
    padding: 0;
  }
}

.btn-global-nav {
  width: 100%;
  display: block;
}

.lineup-top-box {
  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;
  position: relative;
}

.title-lineup-top, .title-lineup-top-sp {
  font-size: 0.7vw;
  padding-left: 1vw;
  margin-left: 1.3vw;
  position: relative;
}
.title-lineup-top::before, .title-lineup-top-sp::before {
  content: "";
  width: 1.5vw;
  height: 1.5vw;
  background: url("https://ik.imagekit.io/yumephoto/sotugyo/nav/ico_nav-arrow.png?updatedAt=1753248226565") no-repeat;
  background-size: contain;
  position: absolute;
  top: 25%;
  left: -5%;
}
@media screen and (min-width: 1921px) {
  .title-lineup-top, .title-lineup-top-sp {
    font-size: 14px;
  }
}

.nav-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.nav-title, .nav-title-sp {
  display: inline-block;
  font-size: 1vw;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (min-width: 1921px) {
  .nav-title, .nav-title-sp {
    font-size: 19px;
  }
}

.nav-title-large {
  font-weight: 900;
}

.image-lineup {
  margin-top: 5%;
  line-height: 0;
}
.image-lineup img {
  width: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 767.9px) {
  .image-lineup {
    display: none;
  }
}

.lineup-category-item {
  width: 32.6%;
  padding: 0 4% 0 5%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.category-outsourcing {
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 767.9px) {
  .category-outsourcing {
    border-right: none;
  }
}

.bg-title-lineup-category {
  width: 100%;
  position: relative;
}

.title-lineup-category {
  display: inline-block;
  font-size: 1vw;
  font-weight: 700;
  position: absolute;
  top: 6.8vw;
}
@media screen and (min-width: 1921px) {
  .title-lineup-category {
    font-size: 19px;
  }
}

.title-outsorcing {
  left: 45%;
}

.title-self-made {
  left: 73vw;
}

.lineup-course-box {
  width: 100%;
  margin-top: 10%;
  position: relative;
}

.title-course, .title-course-sp {
  width: 100%;
  font-size: 1vw;
  font-weight: 600;
  white-space: nowrap;
  padding-left: 3%;
  margin: 0 0 2% 5%;
  position: relative;
}
.title-course::before, .title-course-sp::before {
  content: "";
  width: 1.2vw;
  height: 1.2vw;
  background: url("https://ik.imagekit.io/yumephoto/sotugyo/nav/ico_nav-arrow.png?updatedAt=1753248226565") no-repeat;
  background-size: contain;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: -5%;
}

.detail-course {
  font-size: 0.85vw;
}

.title-nav-page {
  padding-bottom: 0;
  margin-bottom: 10%;
}

.useful-page-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff7f7;
  padding: 3.13% 6.4% 1% 9.4%;
}
@media screen and (max-width: 767.9px) {
  .useful-page-title {
    display: none;
  }
}

.useful-page-title-item {
  width: 25%;
}
@media screen and (min-width: 1921px) {
  .useful-page-title-item {
    width: 250px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1024.9px) {
  .useful-page-title-item {
    margin-left: 68vw;
  }
}
.useful-page-title-item img {
  margin-right: 4%;
}
.useful-page-title-item span {
  font-size: 80%;
}

.global-nav-sp {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
}
.global-nav-sp.open-sp {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767.9px) {
  .global-nav-sp.open-sp {
    opacity: 1;
    visibility: inherit;
    overflow-x: hidden;
  }
}

.global-nav-container-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.global-nav-container-sp.open-sp {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767.9px) {
  .global-nav-container-sp.open-sp {
    opacity: 1;
    visibility: inherit;
  }
}

.go-to-portal-site-btn {
  text-align: right;
}
.go-to-portal-site-btn a {
  margin-top: 40px;
  margin-right: 40px;
  display: inline-block;
  border-radius: 6px;
  padding: 8px 32px 8px 16px;
  background-color: #d7040c;
  color: #fff;
  font-size: 14px;
  position: relative;
}
.go-to-portal-site-btn a::after {
  content: "";
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 4px;
  height: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
}

.btn-close-sp {
  background-color: transparent;
  border: none;
  margin-right: 8vw;
  position: fixed;
  right: 0;
  bottom: 2%;
  z-index: 300;
  cursor: pointer;
}

.global-nav-box {
  width: 100%;
  background-color: transparent;
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.global-nav-box.open-child-nav {
  -webkit-transform: translate(-100%);
          transform: translate(-100%);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.global-nav-main-item-sp {
  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;
  border-bottom: #ffe8e8 1px solid;
  cursor: pointer;
  position: relative;
}
.global-nav-main-item-sp::after {
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  border-top: 1px solid #d7250c;
  border-right: 1px solid #d7250c;
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.global-nav-lineup-top-sp::after {
  opacity: 0;
  visibility: hidden;
}

.nav-child-box {
  padding: 30px 0 30px 18vw;
  position: relative;
  cursor: pointer;
}
.nav-child-box#OpenLineupChildNav::before, .nav-child-box#OpenLineupChildNav::after {
  content: "";
  display: block;
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #d7250c;
}
.nav-child-box#OpenLineupChildNav::before {
  width: 11px;
  height: 1px;
  right: 35px;
}
.nav-child-box#OpenLineupChildNav::after {
  width: 1px;
  height: 11px;
}
.nav-child-box .nav-page-name::before {
  content: "";
  display: block;
  background: url("https://ik.imagekit.io/yumephoto/sotugyo/common/ico_lineup.png?updatedAt=1756948757176") no-repeat;
  background-color: #fff;
  background-size: contain;
  width: 6vw;
  height: 6vw;
  position: absolute;
  left: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.nav-child-box .nav-page-name#nav-page-name-selling-point::before {
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/common/ico_selling-point.png?updatedAt=1756948761895");
}
.nav-child-box .nav-page-name#nav-page-name-flow::before {
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/common/ico_flow.png?updatedAt=1756948756087");
}
.nav-child-box .nav-page-name#nav-page-name-gallery::before {
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/common/ico_gallery.png?updatedAt=1756948757098");
}
.nav-child-box .nav-page-name#nav-page-name-qa::before {
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/common/ico_qa.png?updatedAt=1756948760742");
}
.nav-child-box .nav-page-name#nav-page-name-navi::before {
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/common/ico_navi.png?updatedAt=1756948760418");
}
.nav-child-box .nav-page-name#nav-page-name-album::before {
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/common/ico_album.png?updatedAt=1756948756123");
}
.nav-child-box .nav-page-name#nav-page-name-voice::before {
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/common/ico_voice.png?updatedAt=1756948761856");
}

.lineup-top-box-sp, .lineup-course-box-sp {
  padding: 6%;
  border-top: 1px solid #ffe8e8;
  border-bottom: 1px solid #ffe8e8;
  position: relative;
}
.lineup-top-box-sp::after, .lineup-course-box-sp::after {
  content: ">";
  color: #d7250c;
  font-size: 3vw;
  position: absolute;
  top: 30%;
  right: 8%;
}

.title-lineup-top-sp {
  font-size: 3vw;
  padding-left: 7vw;
  margin-left: 0;
  border: none;
}

.title-lineup-top-sp::before {
  width: 3.4vw;
  height: 3.4vw;
  top: 40%;
  left: 3%;
}

.btn-global-nav-sp {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

.btn-global-nav-sp {
  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;
}

.nav-title-sp {
  font-size: 3.4vw;
}

.title-course-sp {
  font-size: 3.4vw;
  padding-left: 8%;
  margin: 0 0 5%;
}

.title-course-sp::before {
  width: 3.4vw;
  height: 3.4vw;
  top: 4%;
  left: 3%;
}

.lineup-super-rakuraku-box-sp {
  padding: 0 6% 6%;
}

.lineup-super-rakuraku-sp {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6%;
}

.title-super-rakuraku-sp {
  width: 40%;
}

.title-super-rakuraku-sp::before {
  left: 8%;
}

.title-50-books-or-more {
  width: 36%;
  display: block;
  font-size: 3.2vw;
  font-weight: 500;
  white-space: nowrap;
  border: 1px solid #f8acac;
  border-radius: 100px;
  padding: 2vw;
  margin: auto 0 6%;
}

.nav-icon {
  width: 7.734vw;
  height: 6.667vw;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 5%;
}

.prev-img {
  margin-left: 36%;
}

.nav-page-name {
  display: block;
  font-size: 16px;
  font-weight: 900;
  margin-left: 12px;
}
@media screen and (max-width: 767.9px) {
  .nav-page-name {
    font-size: 12px;
  }
}

.global-nav-detail-item-sp {
  width: 100%;
  height: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: static;
  -webkit-transform: translate(100%);
          transform: translate(100%);
}
.global-nav-detail-item-sp.open-child-nav {
  margin-top: -60px;
}

.child-nav-title-box {
  padding: 20px 0 20px 8vw;
  position: relative;
}
.child-nav-title-box .back-to-main-nav-text {
  font-size: 3vw;
}
.child-nav-title-box .back-to-main-nav-text::before {
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  border-top: 1px solid #444;
  border-right: 1px solid #444;
  position: absolute;
  left: 6vw;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.child-nav-title-box .child-nav-title {
  font-size: 4vw;
  font-weight: 900;
  margin-left: 43%;
}
.child-nav-title-box .child-nav-title::before {
  content: "";
  display: inline-block;
  background: url("https://ik.imagekit.io/yumephoto/sotugyo/common/ico_lineup.png?updatedAt=1756948757176") no-repeat;
  background-color: #fff;
  background-size: contain;
  width: 6vw;
  height: 6vw;
  position: absolute;
  left: 45%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.lineup-category-item-sp {
  width: 100%;
}

.title-lineup-category-sp {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8% 6.667% 0;
  position: relative;
}

.detail-course-sp {
  width: 86%;
  font-size: 3.2vw;
  padding-left: 7.8%;
  white-space: normal;
}

.lineup-course-box-sp::after {
  top: 45%;
}

.bg-title-lineup-category-sp {
  width: 100%;
}

.title-lineup-category-text-sp {
  font-size: 3.6vw;
  font-weight: 900;
  position: absolute;
  top: 30%;
  left: 20%;
}

.title-self-made-sp {
  left: 22%;
}

.is-locked {
  width: 100%;
  position: fixed;
}

.is-active {
  height: auto;
}

.prev-nav.is-active {
  display: block;
}

.next-nav.is-active {
  display: none;
}

.album-site-main {
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.right-side-inner {
  width: 100%;
  padding-right: 5rem;
  padding-left: 32rem;
  margin: 0 auto;
}
@media screen and (min-width: 1921px) {
  .right-side-inner {
    width: 1920px;
    padding-block: 0;
  }
}
@media screen and (max-width: 1280.9px) {
  .right-side-inner {
    padding-left: 32rem;
  }
}
@media screen and (max-width: 767.9px) {
  .right-side-inner {
    max-width: 100%;
    padding-inline: 3rem;
    padding-top: 15rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 412.9px) {
  .right-side-inner {
    padding-top: 120px;
  }
}

.center-inner {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767.9px) {
  .center-inner {
    padding: 0 6%;
  }
}

.content {
  padding: 6% 0;
}

.lead-sentence {
  width: 100%;
  max-width: 600px;
  width: 92%;
  margin: 60px auto 120px;
}
@media screen and (max-width: 767.9px) {
  .lead-sentence {
    margin: 60px auto;
  }
}
.lead-sentence p {
  margin-bottom: 1em;
}
.lead-sentence p:last-child {
  margin-bottom: 0;
}

.navi-wrapper {
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
}
@media screen and (max-width: 767.9px) {
  .navi-wrapper a.anchor {
    display: block;
    padding-top: 60px;
    margin-top: -60px;
  }
}

.topic-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
@media screen and (max-width: 767.9px) {
  .topic-container {
    display: block;
  }
}
.topic-container .topic-theme-box {
  width: 18%;
  min-width: 180px;
  height: 120px;
  position: relative;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 24px;
}
@media screen and (max-width: 1024.9px) {
  .topic-container .topic-theme-box {
    min-width: 140px;
    padding: 16px;
  }
}
@media screen and (max-width: 767.9px) {
  .topic-container .topic-theme-box {
    width: 100%;
    font-size: 20px;
    height: auto;
  }
}
.topic-container .topic-theme-box .dekaku {
  text-align: right;
  font-size: 32px;
  font-weight: bold;
  display: block;
  margin-top: 16px;
}
@media screen and (max-width: 1024.9px) {
  .topic-container .topic-theme-box .dekaku {
    font-size: 24px;
  }
}
@media screen and (max-width: 767.9px) {
  .topic-container .topic-theme-box .dekaku {
    font-size: 24px;
    text-align: left;
    display: inline;
  }
}
.topic-container .topic-theme-box:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 90px 0;
  border-color: transparent;
  top: 100%;
  left: 0;
}
@media screen and (max-width: 1024.9px) {
  .topic-container .topic-theme-box:after {
    border-width: 16px 70px 0;
  }
}
@media screen and (max-width: 767.9px) {
  .topic-container .topic-theme-box:after {
    content: none;
  }
}
.topic-container .article-box {
  background: #f8f8f8;
  width: 10%;
  -ms-flex-preferred-size: 82%;
      flex-basis: 82%;
  padding: 10px 12px 10px 22px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .topic-container .article-box {
    width: 100%;
    padding: 10px 12px;
  }
}
.topic-container .article-box .article-inner-box {
  width: 100%;
}
.topic-container .article-box .article-inner-box .slick-prev, .topic-container .article-box .article-inner-box .slick-next {
  background: transparent;
}
.topic-container .article-box .article-inner-box .slick-prev::before, .topic-container .article-box .article-inner-box .slick-next::before {
  margin: auto;
  position: absolute;
  top: -12px;
  color: #f19ec2;
  font-size: 21px;
  font-weight: 200;
}
@media screen and (max-width: 767.9px) {
  .topic-container .article-box .article-inner-box .slick-prev::before, .topic-container .article-box .article-inner-box .slick-next::before {
    font-size: 7.4vw;
  }
}
.topic-container .article-box .article-inner-box .slick-prev::before {
  left: -18px;
  content: "◤";
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
  opacity: 0.15;
}
@media screen and (max-width: 767.9px) {
  .topic-container .article-box .article-inner-box .slick-prev::before {
    left: -5vw;
  }
}
.topic-container .article-box .article-inner-box .slick-next::before {
  right: -30px;
  content: "◥";
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
@media screen and (max-width: 767.9px) {
  .topic-container .article-box .article-inner-box .slick-next::before {
    right: -5vw;
  }
}
.topic-container .article-box .article-inner-box .article {
  margin-right: 10px;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024.9px) {
  .topic-container .article-box .article-inner-box .article {
    background-size: contain;
  }
}
.topic-container .article-box .article-inner-box .article:last-child {
  margin-right: 0;
}
.topic-container .article-box .article-inner-box .article a {
  display: block;
  width: 100%;
  height: auto;
  min-height: 100px;
  line-height: 160%;
  position: relative;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
@media screen and (max-width: 670px) {
  .topic-container .article-box .article-inner-box .article a {
    line-height: inherit;
  }
}
.topic-container .article-box .article-inner-box .article a:hover {
  margin-top: -2px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  background-color: rgba(220, 220, 220, 0.3);
}
.topic-container .article-box .article-inner-box .article a h4 {
  padding: 12px;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

#categoryMaker .maker-box {
  background-color: #f19ec2;
}
#categoryMaker .maker-box:after {
  border-top-color: #f19ec2;
}
#categoryMaker .maker-article-box .slider .slick-prev::before, #categoryMaker .maker-article-box .slider .slick-next::before {
  color: #f19ec2;
}
#categoryMaker .album-merit-demerit {
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/navi/img_merit-demerit.png?updatedAt=1756366132903");
}
#categoryMaker .album-company {
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/navi/img_album-company.png?updatedAt=1756366127668");
}
#categoryMaker .price-simulation {
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/navi/img_price-simulation.png?updatedAt=1756366137433");
}
#categoryMaker .maker-about-page-count {
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/navi/img_maker-about-page-count.png?updatedAt=1756366127711");
}

#categoryPlanning .planning-box {
  background-color: #ec6941;
}
#categoryPlanning .planning-box:after {
  border-top-color: #ec6941;
}
#categoryPlanning .planning-article-box .slider .slick-prev::before, #categoryPlanning .planning-article-box .slider .slick-next::before {
  color: #ec6941;
}
#categoryPlanning .schedule-planning {
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/navi/img_schedule.png?updatedAt=1756366139963");
}
#categoryPlanning .page-simulation-price {
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/navi/img_page-simulation01.png?updatedAt=1756366132787");
}
#categoryPlanning .page-simulation-design {
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/navi/img_page-simulation02.png?updatedAt=1756366132677");
}
#categoryPlanning .planning-for-parents {
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/navi/img_planning-for-parents.png?updatedAt=1756366137278");
}
#categoryPlanning .planning-for-first-meeting {
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/navi/img_planning-for-first-meeting.png?updatedAt=1756975232341");
}

#categoryPhotograph .photograph-box {
  background-color: #ff9111;
}
#categoryPhotograph .photograph-box:after {
  border-top-color: #ff9111;
}
#categoryPhotograph .photograph-article-box .slider .slick-prev::before, #categoryPhotograph .photograph-article-box .slider .slick-next::before {
  color: #ff9111;
}
#categoryPhotograph .camera-selection {
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/navi/img_camera-select.png?updatedAt=1756366127604");
}
#categoryPhotograph .photo-design {
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/navi/img_photo-design.png?updatedAt=1756366132570");
}
#categoryPhotograph .photo-moving {
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/navi/img_photo-moving.png?updatedAt=1756366137202");
}
#categoryPhotograph .photo-development {
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/navi/img_photo-develop.png?updatedAt=1756366135814");
}
#categoryPhotograph .photo-quality {
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/navi/img_photo-quality.png?updatedAt=1756366137093");
}
#categoryPhotograph .photo-collect {
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/navi/img_photo-collect.png?updatedAt=1756366132984");
}

#categoryGather .gather-box {
  background-color: #ffbf00;
}
#categoryGather .gather-box:after {
  border-top-color: #ffbf00;
}
#categoryGather .gather-article-box .slider .slick-prev::before, #categoryGather .gather-article-box .slider .slick-next::before {
  color: #ffbf00;
}
#categoryGather .photo-gather {
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/navi/img_photo-gather.png?updatedAt=1756366136845");
}
#categoryGather .photo-gather-cloud-storage {
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/navi/img_photo-gather-cloud.png?updatedAt=1756366136486");
}
#categoryGather .photo-gather-cloud-storage-google-photo {
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/navi/img_photo-gather-cloud-storage-google-photo.png?updatedAt=1756366136038");
}
#categoryGather .photo-gather-line {
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/navi/img_photo-gather-line.png?updatedAt=1756366136307");
}

#categoryMaking .making-box {
  background-color: #b3d465;
}
#categoryMaking .making-box:after {
  border-top-color: #b3d465;
}
#categoryMaking .making-article-box .slider .slick-prev::before, #categoryMaking .making-article-box .slider .slick-next::before {
  color: #b3d465;
}
#categoryMaking .making-rakuraku {
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/navi/img_making-rakuraku.png?updatedAt=1756366132036");
}
#categoryMaking .kirihari-to-rakuraku {
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/navi/img_making-kirihari.png?updatedAt=1756366131376");
}
#categoryMaking .making-coordinate {
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/navi/img_making-coordinate.png?updatedAt=1756366127757");
}
#categoryMaking .making-rakuraku-template {
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/navi/img_making-rakuraku-template.png?updatedAt=1756366131759");
}

#categorySending .sending-box {
  background-color: #32b16c;
}
#categorySending .sending-box:after {
  border-top-color: #32b16c;
}
#categorySending .sending-article-box .slider .slick-prev::before, #categorySending .sending-article-box .slider .slick-next::before {
  color: #32b16c;
}
#categorySending .making-rules {
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/navi/img_making-rules.png?updatedAt=1756366132590");
}
#categorySending .making-misses {
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/navi/img_making-misses.png?updatedAt=1756366131865");
}
#categorySending .making-copyright {
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/navi/img_making-copyright.png?updatedAt=1756366127690");
}

#categoryReceive .recieve-box {
  background-color: #7ecef4;
}
#categoryReceive .recieve-box:after {
  display: none;
}
#categoryReceive .recieve-article-box .slider .slick-prev::before, #categoryReceive .recieve-article-box .slider .slick-next::before {
  color: #7ecef4;
}
#categoryReceive .todo-on-delivery {
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/navi/img_todo.png?updatedAt=1756366140894");
}
#categoryReceive .accident {
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/navi/img_accident.png?updatedAt=1756366127662");
}

.album-navi-wrapper {
  max-width: 1280px;
  width: 92%;
  margin: 60px auto;
  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: 767.9px) {
  .album-navi-wrapper {
    display: block;
  }
}

.content-container {
  max-width: 960px;
  width: 74%;
  /* 49：51の２カラム */
  /* １：１の２カラム */
  /* 表の下にコメント */
}
@media screen and (max-width: 767.9px) {
  .content-container {
    width: 100%;
    margin-bottom: 60px;
  }
}
.content-container .sub-description {
  margin-bottom: 40px;
}
.content-container p {
  max-width: 99%;
  line-height: 180%;
  padding-left: 1em;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767.9px) {
  .content-container p {
    width: 92%;
    margin: 0 auto;
    padding: 0;
    line-height: 200%;
  }
}
.content-container img {
  margin: 1em 0 2em 0;
  max-width: 90%;
  width: auto;
}
@media screen and (max-width: 767.9px) {
  .content-container img {
    max-width: 100%;
  }
}
.content-container .about-difference, .content-container .about-sharing, .content-container .about-deadline, .content-container .about-annual-plan, .content-container .about-agenda {
  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;
}
.content-container .about-difference .about-difference-text, .content-container .about-difference .about-sharing-text, .content-container .about-difference .about-deadline-text, .content-container .about-difference .about-annual-plan-text, .content-container .about-difference .about-agenda-text, .content-container .about-sharing .about-difference-text, .content-container .about-sharing .about-sharing-text, .content-container .about-sharing .about-deadline-text, .content-container .about-sharing .about-annual-plan-text, .content-container .about-sharing .about-agenda-text, .content-container .about-deadline .about-difference-text, .content-container .about-deadline .about-sharing-text, .content-container .about-deadline .about-deadline-text, .content-container .about-deadline .about-annual-plan-text, .content-container .about-deadline .about-agenda-text, .content-container .about-annual-plan .about-difference-text, .content-container .about-annual-plan .about-sharing-text, .content-container .about-annual-plan .about-deadline-text, .content-container .about-annual-plan .about-annual-plan-text, .content-container .about-annual-plan .about-agenda-text, .content-container .about-agenda .about-difference-text, .content-container .about-agenda .about-sharing-text, .content-container .about-agenda .about-deadline-text, .content-container .about-agenda .about-annual-plan-text, .content-container .about-agenda .about-agenda-text {
  width: 55%;
}
.content-container .about-difference .about-difference-image, .content-container .about-difference .about-sharing-image, .content-container .about-difference .about-deadline-image, .content-container .about-difference .about-annual-plan-image, .content-container .about-difference .about-agenda-image, .content-container .about-sharing .about-difference-image, .content-container .about-sharing .about-sharing-image, .content-container .about-sharing .about-deadline-image, .content-container .about-sharing .about-annual-plan-image, .content-container .about-sharing .about-agenda-image, .content-container .about-deadline .about-difference-image, .content-container .about-deadline .about-sharing-image, .content-container .about-deadline .about-deadline-image, .content-container .about-deadline .about-annual-plan-image, .content-container .about-deadline .about-agenda-image, .content-container .about-annual-plan .about-difference-image, .content-container .about-annual-plan .about-sharing-image, .content-container .about-annual-plan .about-deadline-image, .content-container .about-annual-plan .about-annual-plan-image, .content-container .about-annual-plan .about-agenda-image, .content-container .about-agenda .about-difference-image, .content-container .about-agenda .about-sharing-image, .content-container .about-agenda .about-deadline-image, .content-container .about-agenda .about-annual-plan-image, .content-container .about-agenda .about-agenda-image {
  width: 45%;
}
.content-container .about-difference .about-difference-image img, .content-container .about-difference .about-sharing-image img, .content-container .about-difference .about-deadline-image img, .content-container .about-difference .about-annual-plan-image img, .content-container .about-difference .about-agenda-image img, .content-container .about-sharing .about-difference-image img, .content-container .about-sharing .about-sharing-image img, .content-container .about-sharing .about-deadline-image img, .content-container .about-sharing .about-annual-plan-image img, .content-container .about-sharing .about-agenda-image img, .content-container .about-deadline .about-difference-image img, .content-container .about-deadline .about-sharing-image img, .content-container .about-deadline .about-deadline-image img, .content-container .about-deadline .about-annual-plan-image img, .content-container .about-deadline .about-agenda-image img, .content-container .about-annual-plan .about-difference-image img, .content-container .about-annual-plan .about-sharing-image img, .content-container .about-annual-plan .about-deadline-image img, .content-container .about-annual-plan .about-annual-plan-image img, .content-container .about-annual-plan .about-agenda-image img, .content-container .about-agenda .about-difference-image img, .content-container .about-agenda .about-sharing-image img, .content-container .about-agenda .about-deadline-image img, .content-container .about-agenda .about-annual-plan-image img, .content-container .about-agenda .about-agenda-image img {
  width: 100%;
}
.content-container .about-difference :first-child {
  margin-top: 5%;
}
.content-container .img-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.content-container span {
  font-size: 12px;
}
.content-container .txt-red {
  color: #D7240B;
}
.content-container .marking-point {
  margin: 20px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
}
.content-container h2 {
  position: relative;
  font-size: 34px;
  border-bottom: 2px solid #EFEFEF;
  display: inline-block;
  padding: 10px 0;
  margin: 80px 0 20px;
  -webkit-box-sizing: padding-box;
          box-sizing: padding-box;
}
@media screen and (max-width: 767.9px) {
  .content-container h2 {
    font-size: 2.4rem;
    width: 96%;
    margin: 2em 0 1em 2%;
  }
}
.content-container h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  border-bottom: 2px solid #D7240B;
  width: 50%;
  display: block;
  margin-bottom: -2px;
}
.content-container h3 {
  font-size: 26px;
  border-left: 8px solid #D7240B;
  padding: 30px;
  margin: 60px 0 20px;
  background-color: #F7F7F7;
}
@media screen and (max-width: 767.9px) {
  .content-container h3 {
    font-size: 2.2rem;
    padding: 1em;
    margin: 1.5em auto 1em;
  }
}
.content-container h3 > small {
  font-size: 18px;
}
.content-container h4 {
  padding-left: 1em;
  margin: 40px 0 10px;
  font-size: 20px;
  font-weight: 600;
  border-left: 4px solid #D7240B;
}
.content-container h5 {
  padding: 10px 0;
  margin: 40px 0 10px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767.9px) {
  .content-container h5 {
    margin: 10px 0;
  }
}
.content-container h6 {
  padding: 10px 0;
  margin: 40px 0 10px;
  font-weight: bold;
}
.content-container a {
  text-decoration: underline;
  color: #d8250c;
}
.content-container blockquote {
  padding: 16px;
  margin: 16px auto;
  background-color: #f9f9f9;
  border-left: 1px solid #aaa;
  width: 92%;
}
.content-container .txt-cnt {
  width: auto !important;
}
.content-container ul {
  position: relative;
  padding: 0.5em;
  background-color: #e0fed9;
  margin: 1em;
}
@media screen and (max-width: 767.9px) {
  .content-container ul {
    margin: 1.5em 0;
  }
}
.content-container ul li {
  max-width: 100%;
  font-weight: 600;
  line-height: 1.5;
  padding: 0.5em 0.5em 0.5em 30px;
  list-style-type: none !important;
}
.content-container ul li:before {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left: 0.5em;
  color: #58ab80;
}
.content-container ul li:last-of-type {
  border-bottom: none;
}
.content-container ul li span {
  font-weight: 500;
}
.content-container .advice-list {
  background-color: #fff;
  padding: 1em;
  margin: 1em 0;
}
.content-container .advice-list .advice-item {
  max-width: 100%;
}
.content-container .advice-list .advice-item:before {
  color: #ff9111;
  left: 1em;
}
.content-container .example-container {
  width: 100%;
  background-color: #fef1de;
  padding: 16px;
  margin: 16px 0;
}
.content-container .example-title {
  font-size: 2rem;
  color: #f0c172;
  font-weight: 900;
  margin: 0.5em;
}
.content-container .example-list {
  max-width: 100%;
  background-color: transparent;
}
.content-container .example-list .example-item {
  max-width: 100%;
}
.content-container .example-list .example-item:before {
  content: "•";
  color: #f0c172;
  left: 1em;
}
.content-container .notes {
  width: 100%;
  background-color: #ffe4e0;
  padding: 16px;
  margin: 16px 0;
}
.content-container .notes .notes-list {
  background-color: #ffe4e0;
}
.content-container .notes .notes-list .notes-item::before {
  color: #fa7d6b;
}
.content-container .notes-title {
  width: 100%;
  font-size: 2rem;
  color: #fa7d6b;
  font-weight: 900;
  margin: 0.5em;
}
.content-container .check-point-container {
  width: 100%;
  background-color: #e0fed9;
  padding: 16px;
  margin: 16px 0;
}
.content-container .check-point-title {
  font-size: 2rem;
  color: #58ab80;
  font-weight: 900;
  margin: 0.5em;
}
.content-container .check-point-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.content-container .comment {
  background-color: transparent;
  margin-bottom: 0;
}
.content-container .text-link {
  margin-top: 20px;
}
.content-container ol {
  counter-reset: number;
  list-style-type: none !important;
  padding: 1em;
  background: #fff;
  margin: 1em;
}
@media screen and (max-width: 767.9px) {
  .content-container ol {
    width: 100%;
    margin: 1em 0;
  }
}
.content-container ol li {
  position: relative;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}
.content-container ol li:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display: inline-block;
  background: #f58575;
  color: white;
  font-family: "Avenir", "Arial Black", "Arial", sans-serif;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 19px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.content-container .howto-flow {
  width: 100%;
  background: #fff5f4;
  padding-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .content-container .howto-flow {
    display: inherit;
  }
}
.content-container .howto-flow ol {
  background: #fff5f4;
  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;
  padding: 0;
  margin: 0;
}
.content-container .howto-flow ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 49%;
  margin: 20px 0;
}
@media screen and (max-width: 1024.9px) {
  .content-container .howto-flow ol li {
    width: 100%;
    padding: 0.5em 0 0.5em 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .content-container .howto-flow ol li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.5em 40px;
    margin: 20px 0 0;
  }
}
.content-container .howto-flow ol li .table-style01 td {
  min-width: 0;
}
.content-container .howto-flow ol li:before {
  top: 22px;
  left: 18px;
}
@media screen and (max-width: 1024.9px) {
  .content-container .howto-flow ol li:before {
    left: 12px;
  }
}
@media screen and (max-width: 767.9px) {
  .content-container .howto-flow ol li:before {
    top: 17px;
  }
}
.content-container .howto-flow ol li p {
  width: 55%;
}
@media screen and (max-width: 1024.9px) {
  .content-container .howto-flow ol li p {
    width: 100%;
    line-height: 160%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .content-container .howto-flow ol li p {
    padding-left: 1em;
  }
}
.content-container .howto-flow ol li p small {
  line-height: 100%;
}
.content-container .howto-flow ol li .img-wrap {
  width: 40%;
  margin: 0 auto;
}
.content-container .howto-flow ol li .img-wrap img {
  max-width: 100%;
  margin: 0;
}
@media screen and (max-width: 1024.9px) {
  .content-container .howto-flow ol li .img-wrap img {
    width: 80%;
    padding: 0.5em 0 0.5em 0.5em;
  }
}
@media screen and (max-width: 767.9px) {
  .content-container .howto-flow ol li .img-wrap img {
    width: 100%;
    padding: 0.5em;
  }
}
.content-container .howto-flow ol li span {
  font-size: 14px;
  line-height: 1.2em;
}
.content-container .howto-flow .txt-icon {
  width: 30px;
  margin: 0;
}
.content-container .howto-print {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 735.9px) {
  .content-container .howto-print {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-container .about-rakuraku, .content-container .about-myself, .content-container .about-myself-lite, .content-container .about-pro-print, .content-container .about-net-print, .content-container .about-c-store-print, .content-container .about-sp-print, .content-container .howto-gather {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em 0 2em 0;
}
@media screen and (max-width: 735.9px) {
  .content-container .about-rakuraku, .content-container .about-myself, .content-container .about-myself-lite, .content-container .about-pro-print, .content-container .about-net-print, .content-container .about-c-store-print, .content-container .about-sp-print, .content-container .howto-gather {
    -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 screen and (max-width: 735.9px) {
  .content-container .about-pro-print, .content-container .about-net-print, .content-container .about-c-store-print, .content-container .about-sp-print, .content-container .howto-gather {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.content-container .about-course-image, .content-container .pro-print-image, .content-container .net-print-image, .content-container .c-store-print-image, .content-container .sp-print-image, .content-container .by-mail-image, .content-container .by-recording-media-image, .content-container .by-soft-image {
  width: 49%;
}
@media screen and (max-width: 735.9px) {
  .content-container .about-course-image, .content-container .pro-print-image, .content-container .net-print-image, .content-container .c-store-print-image, .content-container .sp-print-image, .content-container .by-mail-image, .content-container .by-recording-media-image, .content-container .by-soft-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.content-container .about-course-image img, .content-container .pro-print-image img, .content-container .net-print-image img, .content-container .c-store-print-image img, .content-container .sp-print-image img, .content-container .by-mail-image img, .content-container .by-recording-media-image img, .content-container .by-soft-image img {
  width: 100%;
  margin-top: 0;
}
@media screen and (max-width: 735.9px) {
  .content-container .about-course-image img, .content-container .pro-print-image img, .content-container .net-print-image img, .content-container .c-store-print-image img, .content-container .sp-print-image img, .content-container .by-mail-image img, .content-container .by-recording-media-image img, .content-container .by-soft-image img {
    margin: 1em auto 2em;
  }
}
.content-container .about-course-pagenation, .content-container .detail-pro-print, .content-container .detail-net-print, .content-container .detail-c-store-print, .content-container .detail-sp-print, .content-container .detail-by-mail, .content-container .detail-by-recording-media, .content-container .detail-by-soft {
  width: 51%;
}
@media screen and (max-width: 735.9px) {
  .content-container .about-course-pagenation, .content-container .detail-pro-print, .content-container .detail-net-print, .content-container .detail-c-store-print, .content-container .detail-sp-print, .content-container .detail-by-mail, .content-container .detail-by-recording-media, .content-container .detail-by-soft {
    width: 100%;
  }
}
.content-container .table-style-01 {
  border-collapse: collapse;
  border: 1px solid #f2d2d2;
}
@media screen and (max-width: 735.9px) {
  .content-container .table-style-01 {
    width: 100%;
  }
}
.content-container .table-style-01 th {
  padding: 20px 10px;
  white-space: nowrap;
  background-color: #f8d4d4;
  border: 1px solid #fff;
}
.content-container .table-style-01 td {
  max-width: 500px;
  padding: 10px;
  background-color: #f8e8e8;
  border: 1px solid #fff;
}
@media screen and (max-width: 735.9px) {
  .content-container .table-style-01 td {
    min-width: 70%;
  }
}
.content-container .about-template, .content-container .misses-images {
  width: 100%;
  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: 767.9px) {
  .content-container .about-template, .content-container .misses-images {
    display: inherit;
  }
}
.content-container .misses-images {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024.9px) {
  .content-container .misses-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-container .detail-template, .content-container .misses-image {
  max-width: 50%;
}
@media screen and (max-width: 767.9px) {
  .content-container .detail-template, .content-container .misses-image {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-container .detail-template p, .content-container .misses-image p {
  width: 94%;
  padding-left: 0;
}
@media screen and (max-width: 767.9px) {
  .content-container .detail-template p, .content-container .misses-image p {
    width: 100%;
  }
}
.content-container .detail-template .table-style01 td, .content-container .misses-image .table-style01 td {
  min-width: 0;
}
.content-container .detail-template .list-checked li, .content-container .misses-image .list-checked li {
  min-width: 0;
}
@media screen and (max-width: 1024.9px) {
  .content-container .misses-image {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 1024.9px) {
  .content-container .misses-image p {
    width: 100%;
  }
}
.content-container .table-style-02 {
  min-width: 100%;
  border-collapse: collapse;
  border: 1px solid #f2d2d2;
  margin-bottom: 16px;
}
.content-container .table-style-02 th {
  padding: 20px 10px;
  white-space: nowrap;
  background-color: #f8d4d4;
  border: 1px solid #fff;
}
.content-container .table-style-02 td {
  text-align: center;
  padding: 10px;
  background-color: #f8e8e8;
  border: 1px solid #fff;
}
.content-container .table-style-03 {
  border-collapse: collapse;
  border: 1px solid #f2d2d2;
}
@media screen and (max-width: 735.9px) {
  .content-container .table-style-03 {
    width: 100%;
  }
}
.content-container .table-style-03 th {
  padding: 20px 10px;
  white-space: nowrap;
  background-color: #f8d4d4;
  border: 1px solid #fff;
}
.content-container .table-style-03 td {
  min-width: 500px;
  padding: 10px;
  background-color: #f8e8e8;
  border: 1px solid #fff;
}
@media screen and (max-width: 735.9px) {
  .content-container .table-style-03 td {
    min-width: 70%;
  }
}

/* １：１：１の３カラム */
.grid-column3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767.9px) {
  .grid-column3 {
    display: inherit;
  }
}

.grid-column-3division {
  width: 32.6%;
}
@media screen and (max-width: 767.9px) {
  .grid-column-3division {
    width: 100%;
  }
}
.grid-column-3division .table-style-01 td {
  min-width: 0;
}
.grid-column-3division:nth-child(1) {
  margin-right: 1%;
}
.grid-column-3division:nth-child(2) {
  margin-right: 1%;
}

.album-navi-sidebar-container {
  max-width: 260px;
  width: 22%;
  height: 100%;
  padding: 10px 0 0;
  position: sticky;
  top: 0;
  background-color: #fff;
}
@media screen and (max-width: 767.9px) {
  .album-navi-sidebar-container {
    width: 100%;
    max-width: 100%;
    position: static;
  }
}
.album-navi-sidebar-container .album-navi-home-button {
  position: relative;
}
.album-navi-sidebar-container .album-navi-home-button::after {
  content: "";
  border-top: solid 2px #da3c37;
  border-right: solid 2px #da3c37;
  width: 3px;
  height: 3px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  margin: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.album-navi-sidebar-container .album-navi-home-button:hover::after {
  left: 0px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.album-navi-sidebar-container .album-navi-home-button a {
  padding: 16px 0 16px 16px;
  font-weight: bold;
  display: block;
}
.album-navi-sidebar-container .article-box {
  display: none;
}
.album-navi-sidebar-container .opened .article-box {
  display: block;
  -webkit-animation: show 0.2s linear 0s;
          animation: show 0.2s linear 0s;
}
.album-navi-sidebar-container .opened .article-box .sidebar-article-items {
  margin: 10px 0;
  line-height: 0;
  position: relative;
}
.album-navi-sidebar-container .opened .article-box .sidebar-article-items:after {
  content: "";
  border-top: solid 2px #da3c37;
  border-right: solid 2px #da3c37;
  width: 3px;
  height: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4px;
  margin: auto;
}
.album-navi-sidebar-container .opened .article-box .sidebar-article-items.current a {
  background-color: #fff1ef;
}
.album-navi-sidebar-container .opened .article-box .sidebar-article-items.current:after {
  content: none;
}
.album-navi-sidebar-container .opened .article-box .sidebar-article-items a {
  width: 100%;
  display: block;
  padding: 10px;
  font-size: 12px;
  line-height: 1.3em;
  background-color: #fff;
  color: #333;
}
.album-navi-sidebar-container .opened .article-box .sidebar-article-items a:hover {
  background-color: #fff1ef;
}
.album-navi-sidebar-container .opened .article-box .sidebar-article-items p {
  text-align: center;
}
.album-navi-sidebar-container .album-navi-sidebar-header {
  line-height: 100%;
  height: 100%;
  padding: 12px 0 10px 15px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .album-navi-sidebar-container .album-navi-sidebar-header {
    width: 100%;
  }
}
.album-navi-sidebar-container .album-navi-sidebar-header::after {
  content: "";
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.album-navi-sidebar-container .album-navi-sidebar-header:hover::after {
  right: 12px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.album-navi-sidebar-container .opened .album-navi-sidebar-header::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.album-navi-sidebar-container .category.maker .album-navi-sidebar-header {
  background-color: #f19ec2;
}
.album-navi-sidebar-container .category.planning .album-navi-sidebar-header {
  background-color: #ec6941;
}
.album-navi-sidebar-container .category.photograph .album-navi-sidebar-header {
  background-color: #ff9111;
}
.album-navi-sidebar-container .category.gather .album-navi-sidebar-header {
  background-color: #ffbf00;
}
.album-navi-sidebar-container .category.making .album-navi-sidebar-header {
  background-color: #b3d465;
}
.album-navi-sidebar-container .category.sending .album-navi-sidebar-header {
  background-color: #32B174;
}
.album-navi-sidebar-container .category.receive .album-navi-sidebar-header {
  background-color: #7ecef4;
}

/* ページ遷移ボタンの設定 */
.btn-go-to-lineup {
  margin-top: 20px;
}
.btn-go-to-lineup a {
  width: 100%;
  min-width: 300px;
  display: inline-block;
  color: #fff;
  background: #E35346;
  border: #fff 1px solid;
  border-radius: 30px;
  padding: 1em 0;
  position: relative;
  z-index: 2;
}
.btn-go-to-lineup:hover {
  background-color: #da4e41;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.btn-go-to-lineup a {
  text-decoration: none !important;
  background: #fff !important;
}
.btn-go-to-lineup 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;
}

/* ダウンロードボタンの設定 */
.app-download {
  border-radius: 4pxflex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em;
}
.app-download img {
  width: 100%;
  border: none;
  margin-bottom: 0;
  margin-left: 0;
}
.app-download .app-store {
  width: 136px;
}
@media screen and (max-width: 767.9px) {
  .app-download .app-store {
    width: 44%;
    margin-right: 2%;
  }
}
.app-download .google-play {
  width: 169px;
}
@media screen and (max-width: 767.9px) {
  .app-download .google-play {
    width: 54%;
  }
}
.app-download .google-play .grid {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.app-download .google-play .grid .link-area {
  margin: 10px auto 0;
}
.app-download .google-play .grid .link-area a {
  margin: 0;
  padding: 1rem 2rem;
}
.app-download .google-play .grid-item {
  width: 46%;
  height: auto;
  min-height: 220px;
  border-radius: 10px;
}
@media screen and (max-width: 767.9px) {
  .app-download .google-play .grid-item {
    width: 100%;
    margin-bottom: 2em;
  }
}
.app-download .google-play .grid-item p {
  font-weight: normal;
}
@media screen and (max-width: 767.9px) {
  .app-download .google-play .grid-item p {
    width: 98%;
    line-height: 150%;
  }
}
.app-download .google-play .grid-item .link-area a {
  margin: 0;
  padding: 1rem 2.2rem;
}
.app-download .google-play .grid-item-child {
  padding: 1rem 2rem;
}
.app-download .google-play .grid-item.illustrator {
  border: 1px solid #E69D1F;
}
.app-download .google-play .grid-item.illustrator h4 {
  width: 100%;
  color: #fff;
  padding: 1.5rem 3rem;
  margin: 0;
  border: 0;
  border-radius: 8px 8px 0 0;
  background-color: #E69D1F;
}
@media screen and (max-width: 767.9px) {
  .app-download .google-play .grid-item.illustrator h4 {
    padding: 0.5em;
  }
}
.app-download .google-play .grid-item.illustrator .link-area.icon-ai a {
  position: relative;
  color: #666;
  background-color: #fff;
  max-width: 600px;
  border-radius: 20px;
  text-align: left;
  border: 1px solid #D3D3D3;
}
@media screen and (max-width: 767.9px) {
  .app-download .google-play .grid-item.illustrator .link-area.icon-ai a {
    margin: 0 auto;
    padding-left: 10% !important;
  }
}
.app-download .google-play .grid-item.illustrator .link-area.icon-ai a:hover {
  background-color: #fff1ef;
  color: #D7250C;
  border: 1px solid #f4f4f4;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  box-shadow: 0px 0px 6px rgba(255, 241, 239, 0.2);
  -webkit-box-shadow: 0px 0px 6px rgba(255, 241, 239, 0.2);
  -moz-box-shadow: 0px 0px 6px rgba(255, 241, 239, 0.2);
}
.app-download .google-play .grid-item.illustrator .link-area.icon-ai a:before {
  content: "";
  width: 47px;
  height: 32px;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background: url("https://ik.imagekit.io/yumephoto/yumeportal/icon/icon_ai.png?updatedAt=1756972885760") no-repeat;
}
@media screen and (max-width: 767.9px) {
  .app-download .google-play .grid-item.illustrator .link-area.icon-ai a:before {
    position: inherit !important;
    left: 0% !important;
  }
}
.app-download .google-play .grid-item.photoshop {
  border: 1px solid #56ADE4;
}
.app-download .google-play .grid-item.photoshop h4 {
  width: 100%;
  color: #fff;
  padding: 1.5rem 3rem;
  margin: 0;
  border: 0;
  border-radius: 8px 8px 0 0;
  background-color: #56ADE4;
}
@media screen and (max-width: 767.9px) {
  .app-download .google-play .grid-item.photoshop h4 {
    padding: 0.5em;
  }
}
.app-download .google-play .grid-item.photoshop .link-area.icon-ps a {
  position: relative;
  color: #666;
  background-color: #fff;
  max-width: 600px;
  border-radius: 20px;
  text-align: left;
  border: 1px solid #D3D3D3;
}
@media screen and (max-width: 767.9px) {
  .app-download .google-play .grid-item.photoshop .link-area.icon-ps a {
    margin: 0 auto;
    padding-left: 10% !important;
  }
}
.app-download .google-play .grid-item.photoshop .link-area.icon-ps a:hover {
  background-color: #fff1ef;
  color: #D7250C;
  border: 1px solid #f4f4f4;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  box-shadow: 0px 0px 6px rgba(255, 241, 239, 0.2);
  -webkit-box-shadow: 0px 0px 6px rgba(255, 241, 239, 0.2);
  -moz-box-shadow: 0px 0px 6px rgba(255, 241, 239, 0.2);
}
.app-download .google-play .grid-item.photoshop .link-area.icon-ps a:before {
  content: "";
  width: 47px;
  height: 32px;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background: url("https://ik.imagekit.io/yumephoto/yumeportal/icon/icon_ps.png?updatedAt=1756972889769") no-repeat;
}
@media screen and (max-width: 767.9px) {
  .app-download .google-play .grid-item.photoshop .link-area.icon-ps a:before {
    position: inherit !important;
    left: 0% !important;
  }
}
.app-download .google-play .link-area.icon-pdf {
  margin: 0 auto;
}
@media screen and (max-width: 767.9px) {
  .app-download .google-play .link-area.icon-pdf {
    width: 96%;
  }
}
.app-download .google-play .link-area.icon-pdf a {
  position: relative;
  color: #666;
  background-color: #fff;
  max-width: 600px;
  border-radius: 20px;
  text-align: left;
  border: 1px solid #D3D3D3;
  padding-left: 14%;
}
@media screen and (max-width: 767.9px) {
  .app-download .google-play .link-area.icon-pdf a {
    margin: 0 auto;
    padding-left: 32%;
  }
}
.app-download .google-play .link-area.icon-pdf a:hover {
  background-color: #fff1ef;
  color: #D7250C;
  border: 1px solid #f4f4f4;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  box-shadow: 0px 0px 6px rgba(255, 241, 239, 0.2);
  -webkit-box-shadow: 0px 0px 6px rgba(255, 241, 239, 0.2);
  -moz-box-shadow: 0px 0px 6px rgba(255, 241, 239, 0.2);
}
.app-download .google-play .link-area.icon-pdf a:before {
  content: "";
  width: 47px;
  height: 32px;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background: url("https://ik.imagekit.io/yumephoto/yumeportal/icon/icon_pdf.png?updatedAt=1756972889672") no-repeat;
}
@media screen and (max-width: 767.9px) {
  .app-download .google-play .link-area.icon-pdf a:before {
    position: absolute;
    left: 15%;
  }
}
@media screen and (max-width: 767.9px) {
  .app-download .google-play .link-area.icon-pdf a span.dBlock {
    display: block;
  }
}

.gnav-child-contact-container {
  display: none;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  .gnav-child-contact-container {
    display: block;
  }
}
.gnav-child-contact-container .gnav-contact-message {
  font-size: 16px;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  border-bottom: 7px solid yellow;
  width: 80%;
  max-width: 300px;
  margin: 0 auto 24px;
}
.gnav-child-contact-container p {
  padding-top: 5px;
  padding-bottom: 5px;
}
.gnav-child-contact-container .gnav-child-contact-box {
  width: 90%;
  margin: 0 auto;
  padding-top: 5px;
}
.gnav-child-contact-container .gnav-child-contact-box a {
  display: block;
  line-height: 1.2em;
  color: #d7250c;
  font-size: 14px;
  padding-top: 55px;
}
.gnav-child-contact-container .gnav-child-contact-box ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gnav-child-contact-container .gnav-child-contact-box ul li:nth-child(1) {
  width: 48%;
  height: 100px;
  margin-right: 4%;
  margin-bottom: 4%;
  border-radius: 4px;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  border: 1px solid #d7250c;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.gnav-child-contact-container .gnav-child-contact-box ul li:nth-child(1) a:before {
  content: " ";
  display: block;
  background: url("https://ik.imagekit.io/yumephoto/yumeportal/header/ico_contact_mail_sp.png?updatedAt=1756976207823") no-repeat;
  background-size: contain;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  margin: auto;
}
.gnav-child-contact-container .gnav-child-contact-box ul li:nth-child(2) {
  width: 48%;
  height: 100px;
  margin: 0;
  border-radius: 4px;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  border: 1px solid #d7250c;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.gnav-child-contact-container .gnav-child-contact-box ul li:nth-child(2) a:before {
  content: " ";
  display: block;
  background: url("https://ik.imagekit.io/yumephoto/yumeportal/header/ico_contact_tel_sp.png?updatedAt=1756976254311") no-repeat;
  background-size: contain;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  margin: auto;
}
.gnav-child-contact-container .tel-number {
  color: #d7250c;
  font-size: 18px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: auto;
}
.gnav-child-contact-container .tel-supplement {
  font-size: 9px;
  color: #444;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
}
.gnav-child-contact-container .icon-list-box {
  text-align: center;
  padding-top: 10px;
  max-width: 500px;
  margin: 0 auto;
}
.gnav-child-contact-container .icon-list-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}
.gnav-child-contact-container .icon-list-box ul li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  width: 13%;
}
.gnav-child-contact-container .icon-list-box ul li img {
  display: block;
  width: 100%;
  height: auto;
}

.button-contact-line {
  width: 90%;
  height: 50px;
  margin: 0px auto;
  border-radius: 4px;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  background-color: #02b902;
}
.button-contact-line a {
  display: block;
  line-height: 48px;
  color: #FFF;
}
.button-contact-line a::before {
  content: " ";
  display: block;
  background: url("https://ik.imagekit.io/yumephoto/yumeportal/header/ico_contact_line_sp.png?updatedAt=1756976290830") no-repeat;
  background-size: contain;
  width: 50px;
  height: auto;
  position: absolute;
  top: -5px;
  bottom: 0;
  left: 12px;
  margin: auto;
}

.bg-footer {
  width: 100%;
  min-height: 622px;
  max-height: 918px;
  margin-top: -4.2vw;
  margin-bottom: 13.1vw;
  position: relative;
}
.bg-footer img {
  width: 100%;
}
@media screen and (min-width: 1921px) {
  .bg-footer {
    margin-top: -80px;
    margin-bottom: 250px;
  }
}
@media screen and (max-width: 767.9px) {
  .bg-footer {
    padding-bottom: 20.8vw;
    margin-top: -9vw;
  }
}

.footer-wrapper {
  width: 66.666666vw;
  min-width: 606.219px;
  background: transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (min-width: 1921px) {
  .footer-wrapper {
    width: 1280px;
  }
}
@media screen and (max-width: 767.9px) {
  .footer-wrapper {
    width: 100%;
    min-width: auto;
    top: 8vw;
  }
}

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

.footer-about {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 1.5625vw;
  border-right: #ddd 1px solid;
  margin-right: 2.0834vw;
}
@media screen and (min-width: 1921px) {
  .footer-about {
    padding-right: 30px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .footer-about {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    border-right: none;
    margin-right: 0;
  }
}

.footer-logo-wrapper {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1921px) {
  .footer-logo-wrapper {
    width: 345px;
  }
}
@media screen and (max-width: 767.9px) {
  .footer-logo-wrapper {
    margin-bottom: 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: 767.9px) {
  .logo-yumephoto {
    width: 35%;
  }
}

.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: 767.9px) {
  .footer-tel-contact-wrapper {
    width: 59vw;
    margin: 2vw auto;
  }
}
.footer-tel-contact-wrapper .btn-freedial {
  width: 100%;
}
.footer-tel-contact-wrapper .btn-freedial .freedial {
  width: 100%;
}
.footer-tel-contact-wrapper .btn-freedial .freedial a {
  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;
}
@media screen and (max-width: 767.9px) {
  .footer-tel-contact-wrapper .btn-freedial .freedial a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-tel-contact-wrapper .btn-freedial .freedial a img {
  width: 22.4%;
  padding-right: 3.2%;
}
@media screen and (min-width: 1921px) {
  .footer-tel-contact-wrapper .btn-freedial .freedial a img {
    width: 78px;
  }
}
@media screen and (max-width: 767.9px) {
  .footer-tel-contact-wrapper .btn-freedial .freedial a img {
    width: 14%;
  }
}
.footer-tel-contact-wrapper .btn-freedial .freedial a p {
  font-size: 2.1vw;
  font-weight: 900;
}
@media screen and (min-width: 1921px) {
  .footer-tel-contact-wrapper .btn-freedial .freedial a p {
    font-size: 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .footer-tel-contact-wrapper .btn-freedial .freedial a p {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 412.9px) {
  .footer-tel-contact-wrapper .btn-freedial .freedial a p {
    font-size: 2.6rem;
  }
}
.footer-tel-contact-wrapper .business-hours {
  font-size: 1vw;
  font-weight: 900;
  white-space: nowrap;
  padding-left: 24%;
}
@media screen and (min-width: 1921px) {
  .footer-tel-contact-wrapper .business-hours {
    font-size: 16px;
  }
}
@media screen and (max-width: 767.9px) {
  .footer-tel-contact-wrapper .business-hours {
    font-size: 3vw;
  }
}
.footer-tel-contact-wrapper .btn-web {
  margin-top: 1.5vw;
}
@media screen and (max-width: 1536.9px) {
  .footer-tel-contact-wrapper .btn-web {
    width: 90%;
  }
}
@media screen and (max-width: 1024.9px) {
  .footer-tel-contact-wrapper .btn-web {
    width: 100%;
    margin-top: 24px;
  }
}
@media screen and (max-width: 767.9px) {
  .footer-tel-contact-wrapper .btn-web {
    width: 59vw;
    margin: 3rem auto;
  }
}
.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;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 1536.9px) {
  .footer-tel-contact-wrapper .btn-web a {
    font-size: 1.4rem;
    padding: 20px 32px 20px 50px;
  }
}
@media screen and (max-width: 1280.9px) {
  .footer-tel-contact-wrapper .btn-web a {
    font-size: 1.2rem;
    padding: 18px 18px 18px 50px;
  }
}
@media screen and (max-width: 767.9px) {
  .footer-tel-contact-wrapper .btn-web a {
    font-size: 1.4rem;
    padding: 20px 30px 20px 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.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: 1536.9px) {
  .footer-tel-contact-wrapper .btn-web a::before {
    width: 36px;
    height: 21px;
  }
}

.address {
  width: 85%;
  font-size: 1vw;
  white-space: nowrap;
  margin: 10% 0 10% 0;
}
@media screen and (min-width: 1921px) {
  .address {
    font-size: 14px;
  }
}
@media screen and (max-width: 767.9px) {
  .address {
    font-size: 2.6vw;
    text-align: center;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767.9px) {
  .sns-and-privacy {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}

.privacy-mark {
  width: 100%;
  padding: 35% 63.25% 25% 3%;
}
@media screen and (max-width: 767.9px) {
  .privacy-mark {
    width: 54px;
    margin: 0 auto;
    padding: 0;
  }
  .privacy-mark img {
    vertical-align: middle;
  }
}
footer .btn-line {
  margin-top: 1.5vw;
}
@media screen and (max-width: 1536.9px) {
  footer .btn-line {
    width: 90%;
  }
}
@media screen and (max-width: 1024.9px) {
  footer .btn-line {
    width: 100%;
    margin-top: 24px;
  }
}
@media screen and (max-width: 767.9px) {
  footer .btn-line {
    width: 59vw;
    margin: 3rem auto;
  }
}
footer .btn-line a {
  display: inline-block;
  padding: 24px 40px 24px 60px;
  color: #fff;
  background: #02b902;
  border: #fff 1px solid;
  border-radius: 50px;
  z-index: 2;
  font-size: 1.8rem;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 1536.9px) {
  footer .btn-line a {
    font-size: 1.4rem;
    padding: 20px 32px 20px 50px;
  }
}
@media screen and (max-width: 1280.9px) {
  footer .btn-line a {
    font-size: 1.2rem;
    padding: 18px 25px 18px 50px;
  }
}
@media screen and (max-width: 767.9px) {
  footer .btn-line a {
    font-size: 1.4rem;
    padding: 20px 30px 20px 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
footer .btn-line a::before {
  content: "";
  display: block;
  background: url("https://ik.imagekit.io/yumephoto/sotugyo/footer/btn_official-line.png?updatedAt=1753249390521") no-repeat;
  background-size: contain;
  width: 47px;
  height: 32px;
  position: absolute;
  left: 8%;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1536.9px) {
  footer .btn-line a::before {
    width: 36px;
    height: 26px;
  }
}

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

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

.footer-map {
  width: 69%;
  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: 767.9px) {
  .footer-map {
    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 {
  width: 100%;
  max-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6.826%;
}

.title-category-icon {
  width: 9%;
  margin-right: 4%;
}

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

.category-detail-wrapper {
  width: 100%;
}

.title-category-detail {
  font-size: 1vw;
  font-weight: 900;
  margin-top: 13.653%;
}
@media screen and (min-width: 1921px) {
  .title-category-detail {
    font-size: 19px;
  }
}

.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;
}

.service-list:first-child, .about-yume-list:first-child, .useful-contents-list:first-child, .for-user-list:first-child {
  margin-top: 6.826%;
}

.footer-page-item {
  width: 100%;
  height: auto;
  margin: 7% 0 0 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: 15%;
  left: -6%;
}
@media screen and (min-width: 1921px) {
  .footer-page-item::before {
    width: 7px;
    height: 11px;
  }
}
.footer-page-item a {
  width: 100%;
  display: block;
  font-size: 0.8vw;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1921px) {
  .footer-page-item a {
    font-size: 16px;
    letter-spacing: initial;
  }
}
.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: 77%;
}

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

.external-site::after {
  content: "";
  width: 1.4vw;
  height: 0.9vw;
  background: url("https://ik.imagekit.io/yumephoto/yumeportal/footer/ico_link-outside.png?updatedAt=1752114198803") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 68%;
}
@media screen and (min-width: 1921px) {
  .external-site::after {
    width: 26px;
    height: 17px;
  }
}
@media screen and (max-width: 1280.9px) {
  .external-site::after {
    left: 78%;
  }
}

.external-site-right::after {
  left: 72%;
}
@media screen and (max-width: 1280.9px) {
  .external-site-right::after {
    left: 98%;
  }
}

.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: 1024.9px) {
  .footer-bottom {
    font-size: 14px;
  }
}

div.link-area {
  cursor: pointer;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
img {
  width: 100%;
  height: auto;
  display: block;
}

#lineup .hero-image-wrapper {
  width: 100%;
  max-height: 800px;
  aspect-ratio: 12/5;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  #lineup .hero-image-wrapper {
    min-height: 215px;
  }
}
#lineup .hero-image-wrapper picture, #lineup .hero-image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#lineup .page-title-text {
  display: block;
  margin: auto auto auto 25%;
  position: absolute;
  top: 20%;
}
@media screen and (max-width: 767.9px) {
  #lineup .page-title-text {
    display: inline-block;
    margin: 0;
    width: auto;
    left: 15%;
  }
}
#lineup .page-title-text::after {
  content: "LINEUP";
  color: #F45E5E;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #fff;
  display: block;
  padding: 52px 8px 18px;
  font-size: 20px;
  border-radius: 50px;
  margin-left: 16px;
  letter-spacing: 1px;
}
#lineup .page-title-text .page-title {
  padding: 12px 6px;
  margin: 0;
  letter-spacing: 4px;
}
@media screen and (max-width: 767.9px) {
  #lineup .page-title-text .page-title {
    font-size: 2rem;
  }
}
#lineup .cribsheet-wrapper {
  padding: 100px 0;
}
#lineup .cribsheet-title {
  margin: 0 auto 40px;
  text-align: center;
}
#lineup .cribsheet-title .img {
  width: 20%;
  margin: 0 auto;
}
@media screen and (max-width: 767.9px) {
  #lineup .cribsheet-title .img {
    margin-left: 16%;
  }
}
#lineup .cribsheet-title .title {
  font-size: 66px;
  font-weight: 600;
}
@media screen and (max-width: 1536.9px) {
  #lineup .cribsheet-title .title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1280.9px) {
  #lineup .cribsheet-title .title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767.9px) {
  #lineup .cribsheet-title .title {
    font-size: 3rem;
    margin-top: -3rem;
  }
}
#lineup .cribsheet-title .title span {
  font-size: 12rem;
  color: #EBA09D;
}
@media screen and (max-width: 1536.9px) {
  #lineup .cribsheet-title .title span {
    font-size: 8rem;
  }
}
@media screen and (max-width: 1280.9px) {
  #lineup .cribsheet-title .title span {
    font-size: 7rem;
  }
}
@media screen and (max-width: 767.9px) {
  #lineup .cribsheet-title .title span {
    font-size: 6rem;
  }
}
#lineup .cribsheet-leadcopy {
  text-align: center;
  margin-bottom: 100px;
  font-size: 2.4rem;
  line-height: 200%;
}
@media screen and (max-width: 1536.9px) {
  #lineup .cribsheet-leadcopy {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767.9px) {
  #lineup .cribsheet-leadcopy {
    font-size: 1.8rem;
    width: 80%;
    margin: 0 auto 80px;
  }
}
#lineup .cribsheet-course-list-heading {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 120px;
  letter-spacing: 2px;
  font-weight: 600;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1536.9px) {
  #lineup .cribsheet-course-list-heading {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1280.9px) {
  #lineup .cribsheet-course-list-heading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767.9px) {
  #lineup .cribsheet-course-list-heading {
    font-size: 1.8rem;
    width: 70%;
    margin: 0 auto 80px 20%;
  }
}
#lineup .cribsheet-course-list-heading span {
  display: inline-block;
  background-color: #f7e8e8;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  #lineup .cribsheet-course-list-heading span {
    background-color: #fff;
  }
}
#lineup .cribsheet-course-list-heading span::before {
  content: "";
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/icon_cource-exp.png?tr=n-base,q-70&updatedAt=1755497841113");
  background-repeat: no-repeat;
  background-size: contain;
  width: 41px;
  height: 60px;
  position: absolute;
  right: 100%;
  top: 0;
  margin: auto;
  display: block;
}
@media screen and (max-width: 767.9px) {
  #lineup .cribsheet-course-list-heading span::before {
    width: 41px;
    height: 50px;
    background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/icon_cource-exp-tap.png?tr=n-base,q-70&updatedAt=1755497840969");
  }
}
#lineup .cribsheet-course-list-heading span::after {
  content: "";
  display: block;
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/orna_cource-lineup.png?tr=n-base,q-70&updatedAt=1755497828102");
  background-repeat: no-repeat;
  background-size: contain;
  width: 352px;
  height: 24px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 20px auto;
}
@media screen and (max-width: 767.9px) {
  #lineup .cribsheet-course-list-heading span::after {
    width: 300px;
  }
}
@media screen and (max-width: 412.9px) {
  #lineup .cribsheet-course-list-heading span::after {
    width: 230px;
  }
}
@media screen and (max-width: 767.9px) {
  #lineup .cribsheet-course-list-container {
    overflow-x: scroll;
  }
}
#lineup .cribsheet-course-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767.9px) {
  #lineup .cribsheet-course-list {
    width: 768px;
    padding: 0 24px;
  }
}
#lineup .cribsheet-course-box {
  cursor: pointer;
  width: 25%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.9px) {
  #lineup .cribsheet-course-box {
    width: 122px;
  }
}
#lineup .cribsheet-course-box img {
  width: auto;
}
@media screen and (max-width: 1536.9px) {
  #lineup .cribsheet-course-box img {
    height: 70%;
  }
}
@media screen and (max-width: 1280.9px) {
  #lineup .cribsheet-course-box img {
    height: 60%;
  }
}
@media screen and (max-width: 767.9px) {
  #lineup .cribsheet-course-box img {
    height: 50%;
  }
}
#lineup .cribsheet-course-container {
  margin-top: 24px;
}
#lineup .cribsheet-detail-box {
  display: none;
}
#lineup .cribsheet-detail-box.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767.9px) {
  #lineup .cribsheet-detail-box.active {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#lineup .cribsheet-detail-box .cribsheet-image {
  width: 48%;
}
@media screen and (max-width: 767.9px) {
  #lineup .cribsheet-detail-box .cribsheet-image {
    display: none;
  }
}
@media screen and (max-width: 767.9px) {
  #lineup .cribsheet-detail-box .cribsheet-image {
    width: 100%;
  }
}
#lineup .cribsheet-detail-box .cribsheet-desc {
  width: 52%;
  background-color: #FBFAF7;
  padding: 80px 0 0 60px;
}
@media screen and (max-width: 767.9px) {
  #lineup .cribsheet-detail-box .cribsheet-desc {
    width: 100%;
    text-align: center;
    padding: 2.4rem 0;
  }
}
#lineup .cribsheet-detail-box .cribsheet-desc picture, #lineup .cribsheet-detail-box .cribsheet-desc img {
  width: 80%;
  margin: 0 auto;
}
#lineup .feature-cover-image {
  width: 100%;
  height: 50vw;
  max-width: 1536px;
  margin: 0 auto;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  #lineup .feature-cover-image {
    margin-bottom: 120px;
  }
}
#lineup .feature-cover-image picture, #lineup .feature-cover-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#lineup .feature-pickups {
  position: absolute;
  width: 36%;
  left: 0;
  right: 0;
  bottom: -2%;
  margin: auto;
}
@media screen and (max-width: 767.9px) {
  #lineup .feature-pickups {
    top: 50%;
    bottom: auto;
    width: 66%;
  }
}
#lineup .feature-pickups img {
  width: 100%;
}
#lineup .feature-leadcopy {
  text-align: center;
  line-height: 200%;
  font-size: 22px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  #lineup .feature-leadcopy {
    font-size: 1.8rem;
  }
}
#lineup .feature-illust {
  width: 284px;
  height: 181px;
  margin: 0 auto;
  margin-bottom: 200px;
}
@media screen and (max-width: 767.9px) {
  #lineup .feature-illust {
    width: 50%;
    margin: 0 auto 11%;
  }
  #lineup .feature-illust img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
#lineup .course-lineup-title {
  text-align: center;
  margin-bottom: 100px;
}
#lineup .course-lineup-title .nihongo {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 24px;
}
@media screen and (max-width: 767.9px) {
  #lineup .course-lineup-title .nihongo {
    font-size: 3rem;
    margin-bottom: 16px;
  }
}
#lineup .course-lineup-title .eigo {
  font-size: 1.6rem;
}
@media screen and (max-width: 767.9px) {
  #lineup .course-lineup-title .eigo {
    font-size: 1.4rem;
  }
}
#lineup .course-lineup-wrapper {
  margin-bottom: 200px;
}
@media screen and (max-width: 767.9px) {
  #lineup .course-lineup-wrapper {
    margin-bottom: 10rem;
  }
}
#lineup .course-lineup-box {
  margin-bottom: 100px;
  position: relative;
}
#lineup .course-hero-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 126%;
}
@media screen and (max-width: 767.9px) {
  #lineup .course-hero-container {
    width: 100%;
  }
}
#lineup .course-hero-container .course-hero-image {
  width: 50%;
}
@media screen and (max-width: 767.9px) {
  #lineup .course-hero-container .course-hero-image {
    width: 100%;
  }
}
#lineup .course-hero-container .course-hero-image img {
  width: 100%;
}
#lineup .course-hero-container .course-not-hero {
  width: 30%;
}
@media screen and (max-width: 767.9px) {
  #lineup .course-hero-container .course-not-hero {
    display: none;
  }
}
#lineup .course-hero-container .course-not-hero img {
  width: 100%;
}
#lineup .course-desc-box {
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 16%;
  left: 52%;
  width: 540px;
  padding: 56px;
}
@media screen and (max-width: 1536.9px) {
  #lineup .course-desc-box {
    max-width: 440px;
    width: 40%;
    padding: 2%;
    left: 55%;
  }
}
@media screen and (max-width: 767.9px) {
  #lineup .course-desc-box {
    position: static;
    width: 100%;
    padding: 2.4rem 3.6rem;
  }
}
#lineup .course-desc-box .course-name {
  font-size: 6.2rem;
  margin-bottom: 16px;
}
@media screen and (max-width: 1536.9px) {
  #lineup .course-desc-box .course-name {
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 767.9px) {
  #lineup .course-desc-box .course-name {
    font-size: 4rem;
  }
}
#lineup .course-desc-box .course-name-eng {
  position: relative;
  font-size: 20px;
  margin-bottom: 32px;
  margin-left: 6px;
}
@media screen and (max-width: 1536.9px) {
  #lineup .course-desc-box .course-name-eng {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767.9px) {
  #lineup .course-desc-box .course-name-eng {
    font-size: 1.6rem;
  }
}
#lineup .course-desc-box .course-name-eng::after {
  content: "";
  margin-top: 4px;
  display: block;
  width: 52px;
  height: 1px;
  background-color: #000;
}
#lineup .course-desc-box .course-desc-text {
  text-align: justify;
  line-height: 200%;
  font-size: 18px;
  margin-left: 8px;
  font-weight: 600;
  letter-spacing: -0.2px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1536.9px) {
  #lineup .course-desc-box .course-desc-text {
    font-size: 1vw;
    line-height: 180%;
  }
}
@media screen and (max-width: 767.9px) {
  #lineup .course-desc-box .course-desc-text {
    font-size: 1.6rem;
  }
}
#lineup .course-desc-box .price-and-page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  margin: 0 auto;
  border-bottom: 1px solid #aaa;
  margin-bottom: 40px;
  padding-bottom: 16px;
}
#lineup .course-desc-box .price-and-page:first-child {
  margin-right: 8%;
}
#lineup .course-desc-box .price-heading {
  display: inline-block;
  font-size: 16px;
  border-bottom: 1px solid #5b5353;
  line-height: 100%;
  margin-bottom: 4px;
}
@media screen and (max-width: 1536.9px) {
  #lineup .course-desc-box .price-heading {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767.9px) {
  #lineup .course-desc-box .price-heading {
    font-size: 1.2rem;
  }
}
#lineup .course-desc-box .price-content {
  font-size: 3.4rem;
  color: #444;
}
@media screen and (max-width: 1536.9px) {
  #lineup .course-desc-box .price-content {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 767.9px) {
  #lineup .course-desc-box .price-content {
    font-size: 2.4rem;
  }
}
#lineup .course-desc-box .price-content .price-sub {
  font-size: 14px;
  color: #666;
  font-size: 1.2rem;
}
#lineup .course-desc-box .link-btn {
  background-color: #ffe7e7;
  border-radius: 400px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  #lineup .course-desc-box .link-btn {
    width: 70%;
  }
}
#lineup .course-desc-box .link-btn a {
  display: block;
  padding: 24px 0;
}
@media screen and (max-width: 1536.9px) {
  #lineup .course-desc-box .link-btn a {
    padding: 4% 0;
  }
}
@media screen and (max-width: 767.9px) {
  #lineup .course-desc-box .link-btn a {
    padding: 16px 0;
  }
}
#lineup .course-desc-box .link-btn::after {
  content: "→";
  font-size: 20px;
  position: absolute;
  right: 20%;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f47a7a;
}
#lineup .course-desc-box .more-detail {
  margin-bottom: 4px;
  font-size: 20px;
}
@media screen and (max-width: 1536.9px) {
  #lineup .course-desc-box .more-detail {
    font-size: 80%;
  }
}
@media screen and (max-width: 767.9px) {
  #lineup .course-desc-box .more-detail {
    font-size: 1.8rem;
  }
}
#lineup .course-desc-box .more-detail-eng {
  color: #eba09d;
  font-size: 14px;
}
@media screen and (max-width: 767.9px) {
  #lineup .course-desc-box .more-detail-eng {
    font-size: 1.2rem;
  }
}
#lineup .course-lineup-box.custom .course-hero-container,
#lineup .course-lineup-box.myself-lite .course-hero-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: -26%;
}
@media screen and (max-width: 767.9px) {
  #lineup .course-lineup-box.custom .course-hero-container,
  #lineup .course-lineup-box.myself-lite .course-hero-container {
    margin-left: 0;
  }
}
#lineup .course-lineup-box.custom .course-desc-box,
#lineup .course-lineup-box.myself-lite .course-desc-box {
  left: auto;
  right: 55%;
}
#lineup .image-gallery {
  margin-bottom: 100px;
  width: 100%;
}
@media screen and (max-width: 1536.9px) {
  #lineup .image-gallery {
    margin-bottom: 80px;
  }
}
#lineup .image-gallery img {
  width: 100%;
}
#lineup .hikaku-wrapper {
  margin-bottom: 100px;
}
#lineup .hikaku-wrapper .title-line {
  font-size: 4rem;
}
@media screen and (max-width: 1536.9px) {
  #lineup .hikaku-wrapper .title-line {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1280.9px) {
  #lineup .hikaku-wrapper .title-line {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767.9px) {
  #lineup .hikaku-wrapper .title-line {
    font-size: 2.4rem;
  }
}
#lineup .hikaku-wrapper .title-line div {
  display: inline-block;
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 6px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(76%, transparent), color-stop(76%, #ffdddd));
  background: linear-gradient(transparent 76%, #ffdddd 76%);
}
#lineup .hikaku-wrapper .title-line div::before, #lineup .hikaku-wrapper .title-line div::after {
  content: "";
  display: block;
  width: 15px;
  height: 40px;
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/orna_course-compare_pre.png?tr=n-base,q-70&updatedAt=1755497828081");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 105%;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1536.9px) {
  #lineup .hikaku-wrapper .title-line div::before, #lineup .hikaku-wrapper .title-line div::after {
    width: 12px;
    height: 34px;
  }
}
@media screen and (max-width: 767.9px) {
  #lineup .hikaku-wrapper .title-line div::before, #lineup .hikaku-wrapper .title-line div::after {
    width: 10px;
    height: 30px;
  }
}
#lineup .hikaku-wrapper .title-line div::after {
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/orna_course-compare_post.png?tr=n-base,q-70&updatedAt=1755497828092");
  right: auto;
  left: 105%;
}

#course .page-title-wrapper {
  width: 100%;
  display: block;
  margin-top: 0;
  padding-top: 0;
}
#course .page-title-mv-box {
  display: block;
  margin-top: 6.5%;
  padding-top: 0;
}
@media screen and (max-width: 767.9px) {
  #course .page-title-mv-box {
    margin-bottom: 36%;
  }
}
@media screen and (max-width: 460.9px) {
  #course .page-title-mv-box {
    margin-bottom: 5%;
    margin-top: 25%;
  }
}
#course .page-title-mv-box .page-title-image {
  position: relative;
}
#course .page-title-mv-box .page-title-image > picture img {
  max-height: 400px;
}
#course .page-title-mv-box .page-title-text {
  width: 100%;
  -webkit-writing-mode: unset;
      -ms-writing-mode: unset;
          writing-mode: unset;
  margin: 0;
  position: absolute;
  top: 40%;
  left: 0;
}
#course .page-title-mv-box .page-title-text .page-title {
  font-size: 3.8em;
  padding: 0 6%;
  margin: 0;
}
@media screen and (max-width: 767.9px) {
  #course .page-title-mv-box .page-title-text .page-title {
    font-size: 3.4em;
    text-shadow: none;
  }
}
@media screen and (max-width: 450.9px) {
  #course .page-title-mv-box .page-title-text .page-title {
    font-size: 2.8em;
  }
}
@media screen and (max-width: 390.9px) {
  #course .page-title-mv-box .page-title-text .page-title {
    font-size: 2.4em;
  }
}
#course .page-title-mv-box .page-title-text .page-title br {
  display: none;
}
@media screen and (max-width: 620.9px) {
  #course .page-title-mv-box .page-title-text .page-title br {
    display: block;
  }
}
#course .page-title-mv-box .page-desc {
  margin: 0;
  position: absolute;
  top: 68%;
  left: 6%;
}
@media screen and (max-width: 767.9px) {
  #course .page-title-mv-box .page-desc {
    font-size: 2em;
    top: 120%;
  }
}
@media screen and (max-width: 600.9px) {
  #course .page-title-mv-box .page-desc {
    font-size: 1.6em;
    top: 110%;
  }
}
@media screen and (max-width: 460.9px) {
  #course .page-title-mv-box .page-desc {
    font-size: 1.2em;
  }
}
#course .page-title-mv-box .btn-box {
  width: 78px;
  background-color: #fff;
  border-radius: 15px 0 0 15px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  height: auto;
  line-height: 0;
}
#course .page-title-mv-box .btn-box img {
  width: 100%;
  vertical-align: middle;
}
#course .page-title-mv-box .btn-box .link-area:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  color: initial;
}
@media screen and (min-width: 1921px) {
  #course .page-title-mv-box .btn-box {
    max-width: 80.645px;
  }
}
@media screen and (max-width: 767.9px) {
  #course .page-title-mv-box .btn-box {
    display: none;
  }
}
#course .page-contents img {
  width: 100%;
}
#course .kasouTtl {
  font-size: 2em;
  color: #d5281c;
  text-align: center;
  height: 150px;
  padding: 70px 0 0;
  font-weight: bold;
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/bg_header.png?tr=n-base,q-70&updatedAt=1755506822727");
  background-repeat: no-repeat;
  background-size: contain;
}
#course .page-contents {
  width: 92%;
  max-width: 1280px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
@media screen and (max-width: 1024.9px) {
  #course .page-contents {
    width: 96%;
  }
}
@media screen and (max-width: 767.9px) {
  #course .page-contents {
    width: 90%;
  }
}
#course .slick-next {
  width: 40px;
  height: 40px;
  background: #d7250c;
  border-radius: 1000px;
  right: -7px !important;
}
@media screen and (max-width: 1024.9px) {
  #course .slick-next {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767.9px) {
  #course .slick-next {
    width: 30px;
    height: 30px;
  }
}
#course .slick-next:before {
  content: ">";
  color: #fff;
  font-size: 20px;
}
#course .slick-prev {
  width: 40px;
  height: 40px;
  background: #d7250c;
  border-radius: 1000px;
  left: -15px !important;
  z-index: 10;
}
@media screen and (max-width: 1024.9px) {
  #course .slick-prev {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767.9px) {
  #course .slick-prev {
    width: 30px;
    height: 30px;
  }
}
#course .slick-prev:before {
  content: "<";
  color: #fff;
  font-size: 20px;
}
#course .course-contents-wrapper {
  width: 100%;
  max-width: 1280px;
}
#course .course-contents-wrapper .eyecatch-wrapper {
  width: 100%;
  margin-top: 60px;
  position: relative;
  margin-top: 10px;
}
#course .course-contents-wrapper .eyecatch-wrapper .course-title {
  color: #F45E5E;
}
#course .course-contents-wrapper .eyecatch-wrapper .spec-wrapper {
  width: 35%;
  min-width: 420px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 6px;
  display: block;
  right: 40px;
  top: 50px;
  padding: 18px 20px 14px 32px;
  position: absolute;
}
@media screen and (max-width: 1024.9px) {
  #course .course-contents-wrapper .eyecatch-wrapper .spec-wrapper {
    min-width: 300px;
  }
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .eyecatch-wrapper .spec-wrapper {
    width: 90%;
    min-width: 290px;
    margin: 0 auto;
    padding: 30px 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: initial;
  }
}
#course .course-contents-wrapper .eyecatch-wrapper .course-copy {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024.9px) {
  #course .course-contents-wrapper .eyecatch-wrapper .course-copy {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .eyecatch-wrapper .course-copy {
    font-size: 1sem;
  }
}
@media screen and (max-width: 1024.9px) {
  #course .course-contents-wrapper .eyecatch-wrapper .course-copy .course-summary {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .eyecatch-wrapper .course-copy .course-summary {
    font-size: 1.3em;
  }
}
#course .course-contents-wrapper .eyecatch-wrapper .course-title {
  padding-left: 50px;
  font-size: calc(2rem + (1vw - 4px) * 0.8);
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 1024.9px) {
  #course .course-contents-wrapper .eyecatch-wrapper .course-title {
    font-size: calc(1.7rem + (1vw - 4px) * 0.8);
  }
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .eyecatch-wrapper .course-title {
    font-size: 1.7em;
    margin-top: 20px;
  }
}
#course .course-contents-wrapper .eyecatch-wrapper .course-title:before {
  content: "";
  width: 40px;
  height: 40px;
  margin: auto;
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/icon/ico_book-orange.png?tr=n-base,q-70&updatedAt=1755497900759");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
}
#course .course-contents-wrapper .eyecatch-wrapper .price-box-wrapper {
  margin: 20px 20px 30px 0;
  border: 3px solid #F45E5E;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024.9px) {
  #course .course-contents-wrapper .eyecatch-wrapper .price-box-wrapper {
    margin: 10px 0;
    font-size: 0.6em;
  }
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .eyecatch-wrapper .price-box-wrapper {
    margin: 20px 0;
    font-size: 1em;
  }
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .eyecatch-wrapper .making-elements-items {
    width: 48%;
    padding-bottom: 30px;
    margin-right: 1%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#course .course-contents-wrapper .eyecatch-wrapper .making-elements-items h3 {
  padding-top: 16px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .eyecatch-wrapper .making-elements-items h3 {
    font-size: 1em;
  }
}
#course .course-contents-wrapper .eyecatch-wrapper .making-elements-items h3:before {
  content: "";
  width: 40px;
  height: 40px;
  margin: auto;
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/icon/ico_designer-darkorange.pngtr=n-base,q-70&updatedAt=1755497902833");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 50px;
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .eyecatch-wrapper .making-elements-items h3:before {
    width: 20px;
    height: 20px;
    left: 0px;
  }
}
#course .course-contents-wrapper .eyecatch-wrapper .making-elements-items:nth-of-type(2) h3:before {
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/icon/ico_rakuraku-darkorange.png?tr=n-base,q-70&updatedAt=1755497911191");
}
#course .course-contents-wrapper .eyecatch-wrapper .making-elements-items:nth-of-type(3) h3:before {
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/icon/ico_kirihari-darkorange.png?tr=n-base,q-70&updatedAt=1755497905218");
}
#course .course-contents-wrapper .eyecatch-wrapper .price-box {
  width: 50%;
  text-align: center;
}
#course .course-contents-wrapper .eyecatch-wrapper .price-box .caption {
  font-size: 0.9em;
  color: #FFF;
  background-color: #F45E5E;
  padding: 7px;
  white-space: nowrap;
}
@media screen and (max-width: 1024.9px) {
  #course .course-contents-wrapper .eyecatch-wrapper .price-box .caption {
    font-size: 0.4em;
  }
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .eyecatch-wrapper .price-box .caption {
    font-size: 0.7em;
  }
}
#course .course-contents-wrapper .eyecatch-wrapper .price-box .price {
  padding: 15px;
  font-size: 34px;
  font-weight: 600;
  border-right: 1px solid #DDDDDD;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 1024.9px) {
  #course .course-contents-wrapper .eyecatch-wrapper .price-box .price {
    font-size: 1.4em;
    padding: 10px 0;
  }
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .eyecatch-wrapper .price-box .price {
    font-size: 1.2em;
  }
}
#course .course-contents-wrapper .eyecatch-wrapper .price-box .price span {
  font-size: 16px;
}
@media screen and (max-width: 1024.9px) {
  #course .course-contents-wrapper .eyecatch-wrapper .price-box .price span {
    font-size: 0.6em;
  }
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .eyecatch-wrapper .price-box .price span {
    font-size: 0.6em;
  }
}
#course .course-contents-wrapper .eyecatch-wrapper .price-box .price .price-supplement {
  display: block;
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  right: 5%;
  font-weight: normal;
}
#course .course-contents-wrapper .eyecatch-wrapper .price-box .permit {
  padding: 10px 0;
  font-size: 34px;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 1536.9px) {
  #course .course-contents-wrapper .eyecatch-wrapper .price-box .permit {
    font-size: 1.4em;
    line-height: 3em;
  }
}
@media screen and (max-width: 1024.9px) {
  #course .course-contents-wrapper .eyecatch-wrapper .price-box .permit {
    font-size: 1.4em;
    line-height: 1.4em;
    padding: 10px 0;
  }
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .eyecatch-wrapper .price-box .permit {
    font-size: 1.2em;
  }
}
#course .course-contents-wrapper .eyecatch-wrapper .price-box .permit span {
  font-size: 16px;
}
@media screen and (max-width: 1024.9px) {
  #course .course-contents-wrapper .eyecatch-wrapper .price-box .permit span {
    font-size: 0.6em;
  }
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .eyecatch-wrapper .price-box .permit span {
    font-size: 0.6em;
  }
}
#course .course-contents-wrapper .eyecatch-wrapper .binding-box-wrapper dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1024.9px) {
  #course .course-contents-wrapper .eyecatch-wrapper .binding-box-wrapper dl {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .eyecatch-wrapper .binding-box-wrapper dl {
    font-size: 1em;
  }
}
#course .course-contents-wrapper .eyecatch-wrapper .binding-box-wrapper dl dt {
  text-align: center;
  width: 30%;
  padding: 10px;
  margin-bottom: 5px;
  background-color: #EBA09D;
}
#course .course-contents-wrapper .eyecatch-wrapper .binding-box-wrapper dl dd {
  width: 67%;
  padding: 10px;
  margin: 0 0 5px 5px;
  background-color: #FFFEEF;
}
#course .course-contents-wrapper .section-title-container {
  padding: 0 0 0 10px;
  margin: 130px 0 70px 0;
  border-left: 3px solid #F45E5E;
  text-align: left;
}
@media screen and (max-width: 1024.9px) {
  #course .course-contents-wrapper .section-title-container {
    margin: 70px 0 30px;
  }
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .section-title-container {
    margin: 70px 0 30px;
  }
}
#course .course-contents-wrapper .section-title-container .section-title {
  padding: 0;
  margin-top: 15px;
  color: #F45E5E;
  font-size: 2em;
  font-weight: bold;
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .section-title-container .section-title {
    margin-top: 5px;
    font-size: 1.7em;
  }
}
#course .course-contents-wrapper .quality-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6rem;
}
@media screen and (max-width: 1024.9px) {
  #course .course-contents-wrapper .quality-container {
    display: inherit;
    padding: 0 40px;
  }
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .quality-container {
    display: inherit;
    padding: 0 10px;
  }
}
#course .course-contents-wrapper .quality-image {
  width: 38%;
}
@media screen and (max-width: 1024.9px) {
  #course .course-contents-wrapper .quality-image {
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .quality-image {
    width: 90%;
    margin: 0;
  }
}
#course .course-contents-wrapper .quality-elements-box {
  width: 62%;
  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: 1024.9px) {
  #course .course-contents-wrapper .quality-elements-box {
    width: 100%;
    margin-top: 70px;
  }
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .quality-elements-box {
    width: 100%;
    margin-top: 70px;
    display: inherit;
  }
}
#course .course-contents-wrapper .quality-elements-items {
  width: 47%;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .quality-elements-items {
    width: 100%;
  }
}
#course .course-contents-wrapper .quality-elements-items:nth-of-type(odd) {
  margin-right: 3rem;
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .quality-elements-items:nth-of-type(odd) {
    margin-right: 0;
  }
}
#course .course-contents-wrapper .quality-elements-items h3 {
  font-weight: 600;
  color: #F45E5E;
  line-height: 1.3em;
  font-size: 1.3em;
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .quality-elements-items h3 {
    font-size: 1.4em;
  }
}
#course .course-contents-wrapper .quality-elements-items h3 span {
  display: block;
  line-height: 1.5em;
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .quality-elements-items h3 span {
    display: initial;
  }
}
#course .course-contents-wrapper .cover-design-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#course .course-contents-wrapper .cover-design-container .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
  padding: 16px 0;
}
#course .course-contents-wrapper .hyoushi-wrapper {
  width: 40%;
  min-height: 440px;
  padding: 20px;
  margin: 0 7px 0 0;
  border: 1px solid #DDDDDD;
}
#course .course-contents-wrapper .hyoushi-wrapper h3 {
  margin-top: 20px;
  font-size: 1.4em;
  font-weight: 600;
  color: #F45E5E;
}
#course .course-contents-wrapper .hyoushi-wrapper p {
  margin-top: 30px;
}
#course .course-contents-wrapper .colorpage-gallery-slider {
  margin-top: 70px;
}
#course .course-contents-wrapper .colorpage-gallery-slider img {
  max-width: 800px;
  width: 100%;
  border: 6px solid #fff;
  margin: 0 auto;
}
#course .course-contents-wrapper .colorpage-gallery-slider-thumbnail {
  margin-top: 70px;
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .colorpage-gallery-slider-thumbnail {
    margin-top: 40px;
  }
}
#course .course-contents-wrapper .colorpage-gallery-slider-thumbnail div {
  margin: 0 8px;
}
#course .course-contents-wrapper .colorpage-gallery-slider-thumbnail img {
  max-width: 385px;
  width: 100%;
}
#course .course-contents-wrapper .pagenation-lite-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024.9px) {
  #course .course-contents-wrapper .pagenation-lite-container {
    display: inherit;
  }
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .pagenation-lite-container {
    display: inherit;
  }
}
#course .course-contents-wrapper .pagenation-lite-container h3 {
  margin: 20px 0;
}
#course .course-contents-wrapper .pagenation-box {
  width: 50%;
  min-height: 440px;
  padding: 30px;
  margin: 0 7px 0 0;
  border: 1px solid #DDDDDD;
}
@media screen and (max-width: 1024.9px) {
  #course .course-contents-wrapper .pagenation-box {
    width: 90%;
    margin: 0 auto 30px;
  }
}
#course .course-contents-wrapper .pagenation-box h3 {
  padding-left: 45px;
  margin-top: 20px;
  font-size: 1.4em;
  line-height: 1.5em;
  font-weight: 600;
  color: #F45E5E;
  position: relative;
}
#course .course-contents-wrapper .pagenation-box h3:before {
  content: "";
  width: 35px;
  height: 35px;
  margin: auto;
  text-align: center;
  color: black;
  background-image: none !important;
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
#course .course-contents-wrapper .pagenation-box p {
  margin-top: 30px;
}
#course .course-contents-wrapper .pagenation-box.first h3:before {
  content: "1";
  background-color: #D6E8F7;
}
#course .course-contents-wrapper .pagenation-box.second h3:before {
  content: "2";
  background-color: #D8E5C7;
}
#course .course-contents-wrapper .pagenation-box.third h3:before {
  content: "3";
  background-color: #FFE885;
}
#course .course-contents-wrapper .pagenation-box.fourth h3:before {
  content: "4";
  background-color: #FACFB6;
}
#course .course-contents-wrapper .pagenation-box.fifth h3:before {
  content: "5";
  background-color: #F7D3E3;
}
#course .course-contents-wrapper .pagenation-box.sixth h3:before {
  content: "6";
  background-color: #D6CFE7;
}
#course .course-contents-wrapper .pagenation-box.seventh h3:before {
  content: "7";
  background-color: #BBCAE4;
}
#course .course-contents-wrapper .pagenation-box.eighth h3:before {
  content: "8";
  background-color: #C7E6E2;
}
#course .course-contents-wrapper .pagenation-box.ninth h3:before {
  content: "9";
  background-color: #E0DDD2;
}
#course .course-contents-wrapper .benefits-element-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .benefits-element-container {
    display: inherit;
  }
}
#course .course-contents-wrapper .benefits-element-items {
  width: 48%;
  margin-bottom: 70px;
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .benefits-element-items {
    width: 100%;
  }
}
#course .course-contents-wrapper .benefits-element-items:nth-of-type(odd) {
  margin-right: 4%;
}
#course .course-contents-wrapper .benefits-image {
  position: relative;
}
#course .course-contents-wrapper .benefits-image:before {
  content: "";
  width: 80px;
  height: 50px;
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/icon/ico_free-option-cherrypink.png?tr=n-base,q-70&updatedAt=1755497903816");
  background-repeat: no-repeat;
  background-size: contain;
  top: -10px;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 1024.9px) {
  #course .course-contents-wrapper .benefits-image:before {
    width: 70px;
    height: 35px;
  }
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .benefits-image:before {
    width: 50px;
    height: 35px;
    top: inherit;
    bottom: -10px;
  }
}
#course .course-contents-wrapper .benefits-text-box h3 {
  margin: 10px 0;
  font-weight: 600;
  color: #F45E5E;
  font-size: 1.6em;
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .benefits-text-box h3 {
    font-size: 1.4em;
  }
}
#course .course-contents-wrapper .title-option {
  text-align: center;
  position: relative;
  margin-bottom: 2em;
  font-size: 2em;
  font-weight: bold;
}
@media screen and (max-width: 1024.9px) {
  #course .course-contents-wrapper .title-option {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .title-option {
    font-size: 1.6em;
  }
}
#course .course-contents-wrapper .title-option:after {
  content: "";
  width: 600px;
  height: 300px;
  margin: 0 auto;
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/custom/line_fukidashi.png?tr=n-base,q-70&updatedAt=1755497898312");
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  right: 0;
  top: 60px;
  position: absolute;
}
@media screen and (max-width: 1024.9px) {
  #course .course-contents-wrapper .title-option:after {
    top: 30px;
  }
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .title-option:after {
    width: 300px;
    height: 300px;
    top: 65px;
  }
}
#course .course-contents-wrapper .option-wrapper {
  padding-top: 130px;
}
@media screen and (max-width: 1024.9px) {
  #course .course-contents-wrapper .option-wrapper {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .option-wrapper {
    padding-top: 0;
  }
}
#course .course-contents-wrapper .option-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .option-container {
    display: inherit;
  }
}
#course .course-contents-wrapper .option-items {
  width: 20%;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024.9px) {
  #course .course-contents-wrapper .option-items {
    width: 45%;
  }
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .option-items {
    width: 100%;
    margin-bottom: 20px;
  }
}
#course .course-contents-wrapper .option-items h3 {
  font-weight: 600;
  color: #F45E5E;
}
#course .course-contents-wrapper .option-items:nth-of-type(4) {
  margin-right: 0;
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .option-detail-box {
    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;
    padding-top: 30px;
  }
}
#course .course-contents-wrapper .option-detail-box h3 {
  margin: 5px 0 10px 0;
  font-size: 1.3em;
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .option-detail-box h3 {
    margin: 5% auto;
    font-size: 1.4em;
  }
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .option-detail-box p {
    width: 100%;
    clear: both;
  }
}
#course .course-contents-wrapper .making-type-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .making-type-wrapper {
    display: inherit;
  }
}
#course .course-contents-wrapper .making-type-container {
  width: 32%;
  margin: 0 1%;
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .making-type-container {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 30px;
  }
}
#course .course-contents-wrapper .making-type-container .making-type-title-box {
  width: 100%;
}
#course .course-contents-wrapper .making-type-container .making-type-title-box h3 {
  margin: 30px 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .making-type-container .making-type-title-box h3 {
    font-size: 1.4em;
    text-align: left;
    text-indent: 40px;
  }
}
#course .course-contents-wrapper .making-type-container .making-type-title-box h3:before {
  content: "";
  width: 30px;
  height: 30px;
  margin: auto;
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/icon/ico_designer-orange.png?tr=n-base,q-70&updatedAt=1755497902863");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 30px;
}
@media screen and (max-width: 1024.9px) {
  #course .course-contents-wrapper .making-type-container .making-type-title-box h3:before {
    width: 30px;
    left: 0;
  }
}
#course .course-contents-wrapper .making-type-container .making-type-title-box p {
  margin-top: 30px;
  min-height: 100px;
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .making-type-container .making-type-title-box p {
    min-height: initial;
    margin-bottom: 30px;
  }
}
#course .course-contents-wrapper .making-type-container:nth-of-type(2) .making-type-title-box h3:before {
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/icon/ico_rakuraku-orange.png?tr=n-base,q-70&updatedAt=1755497913189");
}
#course .course-contents-wrapper .making-type-container:nth-of-type(3) .making-type-title-box h3:before {
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/icon/ico_kirihari-orange.png?tr=n-base,q-70&updatedAt=1755497906459");
}
#course .course-contents-wrapper .making-step-box {
  width: 100%;
  margin-bottom: 40px;
}
#course .course-contents-wrapper .making-step-box > li {
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
  background-color: #e3f3e7;
  border-radius: 5px;
  position: relative;
}
#course .course-contents-wrapper .making-step-box > li:not(:last-child):after {
  content: "";
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #5bb971;
  right: 0;
  left: 0;
  bottom: -15px;
  position: absolute;
}
#course .course-contents-wrapper .button-link-to-rakuraku a {
  min-width: 330px;
  padding: 20px 30px 20px 20px;
  font-size: 1.2em;
  color: black;
  background-color: #fff;
  border: 2px solid #F45E5E;
  border-radius: 5px;
  text-decoration: none;
  position: relative;
  display: block;
}
@media screen and (max-width: 1536.9px) {
  #course .course-contents-wrapper .button-link-to-rakuraku a {
    font-size: 1em;
  }
}
@media screen and (max-width: 1024.9px) {
  #course .course-contents-wrapper .button-link-to-rakuraku a {
    font-size: 0.6em;
  }
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .button-link-to-rakuraku a {
    font-size: 1.2em;
    min-width: auto;
  }
}
#course .course-contents-wrapper .button-link-to-rakuraku a:after {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-left: 8px solid #F45E5E;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  right: 10px;
  top: 0;
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .making-type-pc-wrapper {
    display: inherit;
  }
}
#course .course-contents-wrapper .making-type-pc-wrapper .making-type-container {
  width: 50%;
  margin-right: 70px;
  float: left;
}
@media screen and (max-width: 1024.9px) {
  #course .course-contents-wrapper .making-type-pc-wrapper .making-type-container {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .making-type-pc-wrapper .making-type-container {
    width: 100%;
    margin-bottom: 20px;
  }
}
#course .course-contents-wrapper .making-type-pc-wrapper .making-step-box {
  width: 40%;
  margin-bottom: 40px;
  float: right;
}
@media screen and (max-width: 1024.9px) {
  #course .course-contents-wrapper .making-type-pc-wrapper .making-step-box {
    width: 45%;
  }
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .making-type-pc-wrapper .making-step-box {
    width: 90%;
    margin: 0 auto;
    float: initial;
  }
}
#course .course-contents-wrapper .making-type-pc-wrapper .making-step-box > p {
  margin-bottom: 20px;
}
#course .course-contents-wrapper .making-type-pc-wrapper .making-step-box > li {
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
  background-color: #EBA09D;
  border-radius: 5px;
  position: relative;
}
#course .course-contents-wrapper .making-type-pc-wrapper .making-step-box > li:not(:nth-child(3)):after {
  content: "";
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #F45E5E;
  right: 0;
  left: 0;
  bottom: -15px;
  position: absolute;
}
#course .course-contents-wrapper .making-type-pc-wrapper .button-link-to-rakuraku a {
  padding: 15px 30px 15px 20px;
  font-size: 0.8em;
  color: black;
  background-color: #fff;
  border: 1px solid #F45E5E;
  border-radius: 5px;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .making-type-pc-wrapper .button-link-to-rakuraku a {
    margin-bottom: 30px;
    display: block;
  }
}
#course .course-contents-wrapper .making-type-pc-wrapper .button-link-to-rakuraku a:after {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-left: 8px solid #F45E5E;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  right: 10px;
  top: 0;
  bottom: 0;
  position: absolute;
}
#course .course-contents-wrapper .making-combo-wrapper {
  padding-top: 130px;
  text-align: center;
  clear: both;
}
@media screen and (max-width: 1024.9px) {
  #course .course-contents-wrapper .making-combo-wrapper {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .making-combo-wrapper {
    padding-top: 20px;
  }
}
#course .course-contents-wrapper .making-combo-wrapper h3 {
  margin: 50px;
  font-size: 1.6em;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .making-combo-wrapper h3 {
    margin: 0;
  }
}
#course .course-contents-wrapper .making-combo-wrapper h3:after {
  content: "";
  width: 360px;
  height: 200px;
  margin: 0 auto;
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/custom/line_fukidashi.png?tr=n-base,q-70&updatedAt=1755497898312");
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  right: 0;
  top: 40px;
  position: absolute;
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .making-combo-wrapper h3:after {
    width: 300px;
    height: 300px;
    top: 55px;
  }
}
@media screen and (max-width: 412.9px) {
  #course .course-contents-wrapper .making-combo-wrapper h3:after {
    top: 75px;
  }
}
#course .course-contents-wrapper .making-combo-container {
  width: 70%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024.9px) {
  #course .course-contents-wrapper .making-combo-container {
    min-width: 650px;
  }
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .making-combo-container {
    width: 100%;
    min-width: initial;
    margin-top: 50px;
  }
}
#course .course-contents-wrapper .making-combo-item {
  width: 30%;
  margin: 1%;
  position: relative;
}
#course .course-contents-wrapper .making-combo-item:before {
  display: block;
  content: "";
  position: absolute;
  top: 30%;
  right: -30px;
  width: 40px;
  height: 40px;
  margin-top: -8px;
  border-radius: 50%;
  background: #F45E5E;
  z-index: 9998;
}
@media screen and (max-width: 1024.9px) {
  #course .course-contents-wrapper .making-combo-item:before {
    width: 20px;
    height: 20px;
    top: 15%;
    right: -16px;
  }
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .making-combo-item:before {
    width: 20px;
    height: 20px;
    top: 15%;
    right: -16px;
  }
}
#course .course-contents-wrapper .making-combo-item:after {
  display: block;
  content: "＋";
  font-size: 2em;
  color: #fff;
  position: absolute;
  top: 30%;
  right: 6px;
  width: 0;
  height: 0;
  margin-top: -6px;
  z-index: 9999;
}
@media screen and (max-width: 1024.9px) {
  #course .course-contents-wrapper .making-combo-item:after {
    font-size: 1em;
    top: 15%;
    right: 2px;
  }
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .making-combo-item:after {
    font-size: 1em;
    top: 15%;
    right: 2px;
  }
}
#course .course-contents-wrapper .making-combo-item:last-of-type:before {
  display: none;
}
#course .course-contents-wrapper .making-combo-item:last-of-type:after {
  display: none;
}
#course .course-contents-wrapper .making-combo-item h4 {
  font-size: 1.4em;
  font-weight: 600;
  color: #F45E5E;
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .making-combo-item h4 {
    font-size: 1em;
  }
}
#course .course-contents-wrapper .making-combo-item p {
  white-space: nowrap;
  line-height: 3em;
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .making-combo-item p {
    margin-bottom: 10px;
    font-size: 0.7em;
    line-height: 1.5em;
    white-space: inherit;
  }
}
#course .course-contents-wrapper .making-combo-item .making-combo-image {
  margin-bottom: 30px;
}
#course .course-contents-wrapper .designer h4 {
  color: #f8b856 !important;
}
#course .course-contents-wrapper .designer .course-title {
  color: #f8b856 !important;
}
#course .course-contents-wrapper .designer .course-title:before {
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/icon/ico_book-orange.png?tr=n-base,q-70&updatedAt=1755497900759");
}
#course .course-contents-wrapper .designer .price-box-wrapper {
  border: 3px solid #f8b856;
}
#course .course-contents-wrapper .designer .price-box .caption {
  background-color: #f8b856;
}
#course .course-contents-wrapper .designer .price-box .permit {
  font-size: 1.2em;
  line-height: 3em;
}
@media screen and (max-width: 1536.9px) {
  #course .course-contents-wrapper .designer .price-box .permit {
    line-height: 2.8em;
  }
}
@media screen and (max-width: 1024.9px) {
  #course .course-contents-wrapper .designer .price-box .permit {
    line-height: 2em;
  }
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .designer .price-box .permit {
    line-height: 1.3em;
  }
}
#course .course-contents-wrapper .designer .binding-box-wrapper dl dt {
  background-color: #d9e8e8;
}
#course .course-contents-wrapper .designer .good-point-wrapper h2 span:before {
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/icon/ico_point-orange.png?tr=n-base,q-70&updatedAt=1755497910400");
}
#course .course-contents-wrapper .designer .good-point-elements-items h3 {
  background-color: #f8b856;
}
#course .course-contents-wrapper .designer .making-elements-items h3:before {
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/icon/ico_rakuraku-orange.png?tr=n-base,q-70&updatedAt=1755497913189");
}
#course .course-contents-wrapper .designer .making-title-container h2 span:before {
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/icon/ico_option-orange.png?tr=n-base,q-70&updatedAt=1755497909461");
}
#course .course-contents-wrapper .designer .btn-course-more a {
  background-color: #f8b856;
}
#course .course-contents-wrapper .designer .btn-course-more a:after {
  border-left: 7px solid #f8b856;
}
#course .course-contents-wrapper .designer .section-title-container {
  border-left: 3px solid #f8b856;
}
#course .course-contents-wrapper .designer .section-title {
  color: #f8b856;
}
#course .course-contents-wrapper .designer .quality-elements-items h3 {
  color: #f8b856;
}
#course .course-contents-wrapper .designer .hyoushi-wrapper h3 {
  color: #f8b856;
}
#course .course-contents-wrapper .designer .pagenation-box h3 {
  color: #f8b856;
}
#course .course-contents-wrapper .designer .title-option:after {
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/line_fukidashi-orange.png?tr=n-base,q-70&updatedAt=1755497826698");
}
#course .course-contents-wrapper .designer .benefits-image:before {
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/icon/ico_free-option-orange.png?tr=n-base,q-70&updatedAt=1755497905184");
}
#course .course-contents-wrapper .designer .benefits-text-box h3 {
  color: #f8b856;
}
#course .course-contents-wrapper .designer .option-detail-box h3 {
  color: #f8b856;
}
#course .course-contents-wrapper .designer .making-type-wrapper .making-type-container .making-type-title-box h3:before {
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/icon/ico_designer-orange.png?tr=n-base,q-70&updatedAt=1755497902863");
}
#course .course-contents-wrapper .designer .making-type-wrapper .making-type-container:nth-of-type(2) .making-type-title-box h3:before {
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/icon/ico_rakuraku-orange.png?tr=n-base,q-70&updatedAt=1755497913189");
}
#course .course-contents-wrapper .designer .making-type-wrapper .making-type-container:nth-of-type(3) .making-type-title-box h3:before {
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/icon/ico_kirihari-orange.png?tr=n-base,q-70&updatedAt=1755497906459");
}
#course .course-contents-wrapper .designer .making-type-wrapper .making-step-box > li {
  background-color: #fdebd0;
}
#course .course-contents-wrapper .designer .making-type-wrapper .making-step-box > li:after {
  border-top: 15px solid #f8b856 !important;
}
#course .course-contents-wrapper .designer .making-type-wrapper .making-step-box > li:nth-child(4) {
  margin-bottom: 70px;
}
#course .course-contents-wrapper .designer .making-type-wrapper .making-step-box > li:nth-child(4):after {
  display: none;
}
#course .course-contents-wrapper .designer .making-combo-wrapper h3:after {
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/line_fukidashi-orange.png?tr=n-base,q-70&updatedAt=1755497826698");
}
#course .course-contents-wrapper .designer .making-combo-item:before {
  background: #f8b856;
}
#course .course-contents-wrapper .custom h4 {
  color: #5bb971 !important;
}
#course .course-contents-wrapper .custom .course-title {
  color: #5bb971 !important;
  letter-spacing: -3px;
}
#course .course-contents-wrapper .custom .course-title:before {
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/icon/ico_book-forestgreen.png?tr=n-base,q-70&updatedAt=1755497900751");
}
#course .course-contents-wrapper .custom .price-box-wrapper {
  border: 3px solid #5bb971;
}
#course .course-contents-wrapper .custom .price-box .caption {
  background-color: #5bb971;
}
#course .course-contents-wrapper .custom .price-box .permit {
  font-size: 1.2em;
  line-height: 3em;
}
@media screen and (max-width: 1536.9px) {
  #course .course-contents-wrapper .custom .price-box .permit {
    line-height: 2.8em;
  }
}
@media screen and (max-width: 1024.9px) {
  #course .course-contents-wrapper .custom .price-box .permit {
    line-height: 2em;
  }
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .custom .price-box .permit {
    line-height: 1.3em;
  }
}
#course .course-contents-wrapper .custom .binding-box-wrapper dl dt {
  background-color: #d9e8e8;
}
#course .course-contents-wrapper .custom .good-point-wrapper h2 span:before {
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/icon/ico_point-forestgreen.png?tr=n-base,q-70&updatedAt=1755497910092");
}
#course .course-contents-wrapper .custom .good-point-elements-items h3 {
  background-color: #5bb971;
}
#course .course-contents-wrapper .custom .making-elements-items h3:before {
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/icon/ico_rakuraku-forestgreen.png?tr=n-base,q-70&updatedAt=1755497913174");
}
#course .course-contents-wrapper .custom .making-title-container h2 span:before {
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/icon/ico_option-forestgreen.png?tr=n-base,q-70&updatedAt=1755497909097");
}
#course .course-contents-wrapper .custom .btn-course-more a {
  background-color: #5bb971;
}
#course .course-contents-wrapper .custom .btn-course-more a:after {
  border-left: 7px solid #5bb971;
}
#course .course-contents-wrapper .custom .section-title-container {
  border-left: 3px solid #5bb971;
}
#course .course-contents-wrapper .custom .section-title {
  color: #5bb971;
}
#course .course-contents-wrapper .custom .quality-elements-items h3 {
  color: #5bb971;
}
#course .course-contents-wrapper .custom .hyoushi-wrapper h3 {
  color: #5bb971;
}
#course .course-contents-wrapper .custom .pagenation-box h3 {
  color: #5bb971;
}
#course .course-contents-wrapper .custom .title-option:after {
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/line_fukidashi-forestgreen.png?tr=n-base,q-70&updatedAt=1755497826769");
}
#course .course-contents-wrapper .custom .benefits-image:before {
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/icon/ico_free-option-forestgreen.png?tr=n-base,q-70&updatedAt=1755497905177");
}
#course .course-contents-wrapper .custom .benefits-text-box h3 {
  color: #5bb971;
}
#course .course-contents-wrapper .custom .option-detail-box h3 {
  color: #5bb971;
}
#course .course-contents-wrapper .custom .making-type-wrapper .making-type-container .making-type-title-box h3:before {
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/icon/ico_designer-forestgreen.png?tr=n-base,q-70&updatedAt=1755497903127");
}
#course .course-contents-wrapper .custom .making-type-wrapper .making-type-container:nth-of-type(2) .making-type-title-box h3:before {
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/icon/ico_rakuraku-forestgreen.png?tr=n-base,q-70&updatedAt=1755497913174");
}
#course .course-contents-wrapper .custom .making-type-wrapper .making-type-container:nth-of-type(3) .making-type-title-box h3:before {
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/icon/ico_kirihari-forestgreen.png?tr=n-base,q-70&updatedAt=1755497906417");
}
#course .course-contents-wrapper .custom .making-type-wrapper .making-step-box:after {
  border-top: 15px solid #5bb971 !important;
}
#course .course-contents-wrapper .custom .making-type-wrapper .making-step-box:nth-child(4) {
  margin-bottom: 70px;
}
#course .course-contents-wrapper .custom .making-type-wrapper .making-step-box:nth-child(4):after {
  display: none;
}
#course .course-contents-wrapper .custom .making-combo-wrapper h3:after {
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/line_fukidashi-forestgreen.png?tr=n-base,q-70&updatedAt=1755497826769");
}
#course .course-contents-wrapper .custom .making-combo-item:before {
  background: #5bb971;
}
#course .course-contents-wrapper .myself h4 {
  color: #73bfe4 !important;
}
#course .course-contents-wrapper .myself .course-title {
  color: #73bfe4 !important;
}
#course .course-contents-wrapper .myself .course-title:before {
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/icon/ico_book-skyblue.png?tr=n-base,q-70&updatedAt=1755497901043");
}
#course .course-contents-wrapper .myself .price-box-wrapper {
  border: 3px solid #73bfe4;
}
#course .course-contents-wrapper .myself .price-box .caption {
  background-color: #73bfe4;
}
#course .course-contents-wrapper .myself .price-box .permit {
  font-size: 1.2em;
  line-height: 3em;
}
@media screen and (max-width: 1536.9px) {
  #course .course-contents-wrapper .myself .price-box .permit {
    line-height: 2.8em;
  }
}
@media screen and (max-width: 1024.9px) {
  #course .course-contents-wrapper .myself .price-box .permit {
    line-height: 2em;
  }
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .myself .price-box .permit {
    line-height: 1.3em;
  }
}
#course .course-contents-wrapper .myself .binding-box-wrapper dl dt {
  background-color: #d9e8e8;
}
#course .course-contents-wrapper .myself .good-point-wrapper h2 span:before {
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/icon/ico_point-skyblue.png?tr=n-base,q-70&updatedAt=1755497911120");
}
#course .course-contents-wrapper .myself .good-point-elements-items h3 {
  background-color: #73bfe4;
}
#course .course-contents-wrapper .myself .making-elements-items h3:before {
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/icon/ico_rakuraku-skyblue.png?tr=n-base,q-70&updatedAt=1755497913180");
}
#course .course-contents-wrapper .myself .making-title-container h2 span:before {
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/icon/ico_option-skyblue.png?tr=n-base,q-70&updatedAt=1755497909117");
}
#course .course-contents-wrapper .myself .btn-course-more a {
  background-color: #73bfe4;
}
#course .course-contents-wrapper .myself .btn-course-more a:after {
  border-left: 7px solid #73bfe4;
}
#course .course-contents-wrapper .myself .section-title-container {
  border-left: 3px solid #73bfe4;
}
#course .course-contents-wrapper .myself .section-title {
  color: #73bfe4;
}
#course .course-contents-wrapper .myself .quality-elements-items h3 {
  color: #73bfe4;
}
#course .course-contents-wrapper .myself .hyoushi-wrapper h3 {
  color: #73bfe4;
}
#course .course-contents-wrapper .myself .pagenation-box h3 {
  color: #73bfe4;
}
#course .course-contents-wrapper .myself .title-option:after {
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/line_fukidashi-skyblue.png?tr=n-base,q-70&updatedAt=1755497826780");
}
#course .course-contents-wrapper .myself .benefits-image:before {
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/icon/ico_free-option-skyblue.png?tr=n-base,q-70&updatedAt=1755497905216");
}
#course .course-contents-wrapper .myself .benefits-text-box h3 {
  color: #73bfe4;
}
#course .course-contents-wrapper .myself .option-detail-box h3 {
  color: #73bfe4;
}
#course .course-contents-wrapper .myself .making-step-box > li {
  background-color: #d9e8e8;
}
#course .course-contents-wrapper .myself .making-step-box > li:after {
  border-top: 15px solid #73bfe4 !important;
}
#course .course-contents-wrapper .myself .making-step-box > li:nth-child(4) {
  margin-bottom: 70px;
}
#course .course-contents-wrapper .myself .making-step-box > li:nth-child(4):after {
  display: none;
}
#course .course-contents-wrapper .myself .making-combo-wrapper h3:after {
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/line_fukidashi-skyblue.png?tr=n-base,q-70&updatedAt=1755497826780");
}
#course .course-contents-wrapper .myself .making-combo-item:before {
  background: #73bfe4;
}
#course .course-contents-wrapper .lite h4 {
  color: #e48f94;
}
#course .course-contents-wrapper .lite .course-title {
  color: #e48f94;
}
@media screen and (max-width: 1024.9px) {
  #course .course-contents-wrapper .lite .course-title {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .lite .course-title {
    font-size: 1.8em;
  }
}
#course .course-contents-wrapper .lite .course-title:before {
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/icon/ico_book-cherrypink.png?tr=n-base,q-70&updatedAt=1755497899474");
}
#course .course-contents-wrapper .lite .price-box-wrapper {
  border: 3px solid #e48f94;
}
#course .course-contents-wrapper .lite .price-box .caption {
  background-color: #e48f94;
}
#course .course-contents-wrapper .lite .price-box .permit {
  font-size: 1.3em;
  line-height: 2.5em;
}
@media screen and (max-width: 1536.9px) {
  #course .course-contents-wrapper .lite .price-box .permit {
    line-height: 2.8em;
  }
}
@media screen and (max-width: 1024.9px) {
  #course .course-contents-wrapper .lite .price-box .permit {
    line-height: 2em;
  }
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .lite .price-box .permit {
    line-height: 1.3em;
  }
}
#course .course-contents-wrapper .lite .binding-box-wrapper dl dt {
  background-color: #EBA09D;
}
#course .course-contents-wrapper .lite .good-point-wrapper h2 span:before {
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/icon/ico_point-cherrypink.png?tr=n-base,q-70&updatedAt=1755497909136");
}
#course .course-contents-wrapper .lite .good-point-elements-items h3 {
  background-color: #e48f94;
}
#course .course-contents-wrapper .lite .making-elements-items h3:before {
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/icon/ico_rakuraku-cherrypink.png?tr=n-base,q-70&updatedAt=1755497911231");
}
#course .course-contents-wrapper .lite .making-title-container h2 span:before {
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/icon/ico_option-cherrypink.png?tr=n-base,q-70&updatedAt=1755497907706");
}
#course .course-contents-wrapper .lite .btn-course-more a {
  background-color: #e48f94;
}
#course .course-contents-wrapper .lite .btn-course-more a:after {
  border-left: 7px solid #e48f94;
}
#course .course-contents-wrapper .lite .section-title-container {
  border-left: 3px solid #e48f94;
}
#course .course-contents-wrapper .lite .section-title {
  color: #e48f94;
}
#course .course-contents-wrapper .lite .quality-elements-items h3 {
  color: #e48f94;
}
#course .course-contents-wrapper .lite .hyoushi-wrapper h3 {
  color: #e48f94;
}
#course .course-contents-wrapper .lite .pagenation-box {
  min-width: 400px;
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .lite .pagenation-box {
    width: 90%;
    min-width: initial;
    margin: 0 auto;
  }
}
#course .course-contents-wrapper .lite .pagenation-box h3 {
  color: #e48f94;
  padding-left: 0;
}
#course .course-contents-wrapper .lite .pagenation-box h3:before {
  display: none;
}
#course .course-contents-wrapper .lite .title-option:after {
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/line_fukidashi-cherrypink.png?tr=n-base,q-70&updatedAt=1755497826771");
}
#course .course-contents-wrapper .lite .benefits-element-items .benefits-image:before {
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/icon/ico_free-option-cherrypink.png?tr=n-base,q-70&updatedAt=1755497903816");
}
#course .course-contents-wrapper .lite .benefits-element-items:nth-of-type(1) .benefits-image:before {
  background-image: none;
}
#course .course-contents-wrapper .lite .benefits-text-box h3 {
  color: #e48f94;
}
#course .course-contents-wrapper .lite .option-detail-box h3 {
  color: #e48f94;
}
#course .course-contents-wrapper .lite .making-step-box > li {
  background-color: #ffe6e6;
}
#course .course-contents-wrapper .lite .making-step-box > li:after {
  border-top: 15px solid #e48f94 !important;
}
#course .course-contents-wrapper .lite .making-step-box > li:nth-child(4) {
  margin-bottom: 70px;
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .lite .making-step-box > li:nth-child(4) {
    margin-bottom: 30px;
  }
}
#course .course-contents-wrapper .lite .making-step-box > li:nth-child(4):after {
  display: none;
}
@media screen and (max-width: 767.9px) {
  #course .course-contents-wrapper .lite .making-combo-wrapper h3 {
    font-size: 1.4em;
  }
}
#course .course-contents-wrapper .lite .making-combo-wrapper h3:after {
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/lineup/line_fukidashi-cherrypink.png?tr=n-base,q-70&updatedAt=1755497826771");
}
#course .course-contents-wrapper .lite .making-combo-item:before {
  background: #e48f94;
}

.link-wrapper {
  max-width: 1280px;
  margin: 130px auto;
}
@media screen and (max-width: 767.9px) {
  .link-wrapper {
    margin: 0 auto;
  }
}

.lineup-link-container {
  max-width: 1280px;
  margin: 0 auto;
  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: 1024.9px) {
  .lineup-link-container {
    margin: 100px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767.9px) {
  .lineup-link-container {
    margin: 70px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.button-link {
  width: calc(33.3333333333% - 6px);
  margin: 3px 0;
  font-size: 1.2em;
  font-weight: 600;
  position: relative;
  display: block;
}
@media screen and (max-width: 1024.9px) {
  .button-link {
    width: 50%;
    margin: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .button-link {
    width: 50%;
    margin: 0;
  }
}
.button-link a {
  padding: 25px 20px;
  text-decoration: none;
  color: #FFF;
  display: block;
}
@media screen and (max-width: 1024.9px) {
  .button-link a {
    padding: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .button-link a {
    padding: 10px 26px 10px 10px;
    font-size: 0.8em;
  }
}
.button-link a:before {
  display: block;
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width: 767.9px) {
  .button-link a:before {
    width: 15px;
    height: 15px;
    right: 10px;
  }
}
.button-link a:after {
  display: block;
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left: 7px solid #FFBA00;
}
@media screen and (max-width: 767.9px) {
  .button-link a:after {
    right: 6px;
  }
}
.button-link span {
  font-size: 0.6em;
  font-weight: initial;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .button-link span {
    font-size: 0.4em;
  }
}
.button-link .small-link-title {
  display: block;
  font-size: 50%;
  font-weight: normal;
}
.button-link:nth-of-type(1) {
  background-color: #FCF1F0;
}
.button-link:nth-of-type(1) a {
  color: #d24d43;
}
.button-link:nth-of-type(1) a:after {
  border-left: 7px solid #d24d43;
}
.button-link:nth-of-type(2) {
  background-color: #ee7948;
}
.button-link:nth-of-type(2) a:after {
  border-left: 7px solid #ee7948;
}
.button-link:nth-of-type(3) {
  background-color: #f8b856;
}
.button-link:nth-of-type(3) a:after {
  border-left: 7px solid #f8b856;
}
.button-link:nth-of-type(4) {
  background-color: #5bb971;
}
.button-link:nth-of-type(4) a:after {
  border-left: 7px solid #5bb971;
}
.button-link:nth-of-type(5) {
  background-color: #73bfe4;
}
.button-link:nth-of-type(5) a:after {
  border-left: 7px solid #73bfe4;
}
.button-link:nth-of-type(6) {
  background-color: #e48f94;
}
.button-link:nth-of-type(6) a:after {
  border-left: 7px solid #e48f94;
}

.notes {
  font-size: 10px;
  font-weight: 400;
}

#lineup .hikaku-wrapper .tbl-content .spec-comfort {
  background-color: #fbdfd3;
  color: #ed7848;
}
#lineup .hikaku-wrapper .tbl-content .spec-comfort > a {
  display: block;
  width: 100%;
  padding: 0.7rem 0;
  color: #e95d23;
  cursor: pointer;
  text-decoration: none;
}

#lineup .hikaku-wrapper .tbl-content .spec-creator {
  background-color: #fef5e8;
  color: #f7b756;
}
#lineup .hikaku-wrapper .tbl-content .spec-creator > a {
  display: block;
  width: 100%;
  padding: 0.7rem 0;
  color: #f5a62f;
  cursor: pointer;
  text-decoration: none;
}

#lineup .hikaku-wrapper .tbl-content .spec-matsu {
  background-color: #c6e6cd;
  color: #5bb871;
}
#lineup .hikaku-wrapper .tbl-content .spec-matsu > a {
  display: block;
  width: 100%;
  padding: 0.7rem 0;
  color: #47a35d;
  cursor: pointer;
  text-decoration: none;
}

#lineup .hikaku-wrapper .tbl-content .spec-take {
  background-color: #f3fafd;
  color: #73bee4;
}
#lineup .hikaku-wrapper .tbl-content .spec-take > a {
  display: block;
  width: 100%;
  padding: 0.7rem 0;
  color: #51aedd;
  cursor: pointer;
  text-decoration: none;
}

#lineup .hikaku-wrapper .tbl-content .spec-ume {
  background-color: #fcf5f6;
  color: #d58389;
}
#lineup .hikaku-wrapper .tbl-content .spec-ume > a {
  display: block;
  width: 100%;
  padding: 0.7rem 0;
  color: #cb656c;
  cursor: pointer;
  text-decoration: none;
}

#lineup .hikaku-wrapper .tbl-content .spec-lineup {
  background-color: white;
  color: #ddd;
}
#lineup .hikaku-wrapper .tbl-content .spec-lineup > a {
  display: block;
  width: 100%;
  padding: 0.7rem 0;
  color: #c9c9c9;
  cursor: pointer;
  text-decoration: none;
}

/* コース比較表 */
#lineup .hikaku-wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 150px auto 100px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 1024.9px) {
  #lineup .hikaku-wrapper {
    margin: 50px auto;
  }
}
@media screen and (max-width: 767.9px) {
  #lineup .hikaku-wrapper {
    margin: 50px auto;
  }
}
#lineup .hikaku-wrapper > h2 {
  text-align: center;
}
#lineup .hikaku-wrapper > h2 > span:before {
  display: none;
}
#lineup .hikaku-wrapper [target*=_blank]::after {
  content: "\f35d";
  font-size: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-left: 0.5rem;
}
#lineup .hikaku-wrapper .hikaku-arrow {
  display: none;
}
@media screen and (max-width: 1024.9px) {
  #lineup .hikaku-wrapper .hikaku-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    margin: auto;
    position: sticky;
    top: 30vh;
    z-index: 9;
  }
}
#lineup .hikaku-wrapper .hikaku-arrow p[class^=hikaku-arw-] {
  width: calc(100% - 2rem);
  color: #d24d43;
  font-size: 5rem;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
}
#lineup .hikaku-wrapper .hikaku-arrow p[class^=hikaku-arw-].hikaku-arw-next {
  margin-left: auto;
  margin-right: 1rem;
  text-align: right;
}
#lineup .hikaku-wrapper .hikaku-arrow p[class^=hikaku-arw-].hikaku-arw-prev {
  margin-left: 1rem;
  text-align: left;
}
@media screen and (max-width: 1024.9px) {
  #lineup .hikaku-wrapper .tbl-wrap {
    width: 100vw;
    margin: 0 auto;
    overflow-x: scroll;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 2;
  }
}
#lineup .hikaku-wrapper .tbl-wrap .tbl-content {
  width: 100%;
  min-width: 900px;
  font-size: 85%;
}
@media screen and (max-width: 1024.9px) {
  #lineup .hikaku-wrapper .tbl-wrap .tbl-content {
    width: auto;
    min-width: 1024px;
    position: relative;
  }
}
#lineup .hikaku-wrapper .tbl-wrap .tbl-content .spec-lineup {
  background-color: #ddd;
}
#lineup .hikaku-wrapper .tbl-wrap .tbl-content > tbody a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333333;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
#lineup .hikaku-wrapper .tbl-wrap .tbl-content small {
  display: block;
  font-size: 80%;
  font-weight: normal;
}
#lineup .hikaku-wrapper .tbl-wrap .tbl-content th,
#lineup .hikaku-wrapper .tbl-wrap .tbl-content td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem 0.5rem;
}
@media screen and (max-width: 767.9px) {
  #lineup .hikaku-wrapper .tbl-wrap .tbl-content th,
  #lineup .hikaku-wrapper .tbl-wrap .tbl-content td {
    font-size: 1.15em;
  }
}
#lineup .hikaku-wrapper .tbl-wrap .tbl-content .txt-lft {
  text-align: left;
}
#lineup .hikaku-wrapper .tbl-wrap .tbl-content .neutral {
  background-color: #ddd;
  font-size: 100%;
}
@media screen and (max-width: 1024.9px) {
  #lineup .hikaku-wrapper .tbl-wrap .tbl-content > thead {
    position: sticky;
    top: 0;
  }
}
#lineup .hikaku-wrapper .tbl-wrap .tbl-content > thead > tr > th {
  text-align: center;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8), -1px -1px 0 rgba(255, 255, 255, 0.8);
  font-size: 120%;
}
#lineup .hikaku-wrapper .tbl-wrap .tbl-content > tbody > tr > th {
  width: 15%;
  text-align: center;
}
#lineup .hikaku-wrapper .tbl-wrap .tbl-content > tbody > tr > td {
  width: 17%;
  text-align: center;
}

/* Compatibility: keep shared site header nav visible when legacy lineup course styles are loaded */
@media screen and (min-width: 768px) {
  .site-header .global-nav {
    display: flex;
    position: static;
    width: auto;
    height: auto;
    background: transparent;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    top: auto;
    left: auto;
    z-index: auto;
  }
  .site-header .global-nav.open {
    display: flex;
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 767.9px) {
  .site-header .global-nav {
    display: none;
    position: fixed;
    top: clamp(72px, 14vw, 96px);
    right: 16px;
    left: 16px;
    width: auto;
    height: auto;
    max-height: calc(100dvh - clamp(88px, 18vw, 116px));
    padding: 16px 18px;
    background: #fff;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
    z-index: 45;
  }
  .site-header .global-nav.open {
    display: flex;
  }
}

/* Course Grandchild Fixes 2026-04 (moved from lineup.css for page-scope separation) */
#course .page-title-mv-box {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767.9px) {
  #course .page-title-mv-box {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 460.9px) {
  #course .page-title-mv-box {
    margin-bottom: 5%;
    margin-top: 25%;
  }
}
#course .page-title-mv-box .page-title-image,
#course .page-title-mv-box .page-title-image > picture {
  width: 100%;
  display: block;
}
#course .page-title-mv-box .page-title-image > picture img {
  display: block;
  width: 100%;
  max-height: none;
  height: clamp(260px, 28vw, 430px);
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 767.9px) {
  #course .page-title-mv-box .page-title-image > picture img {
    height: clamp(190px, 56vw, 320px);
  }
}
#course .page-title-mv-box .page-title-text {
  top: 38%;
  z-index: 2;
}
#course .page-title-mv-box .page-desc {
  margin: 0;
  position: absolute;
  top: auto;
  left: 6%;
  right: 6%;
  bottom: clamp(16px, 4vw, 44px);
  max-width: min(680px, 88vw);
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  #course .page-title-mv-box .page-desc {
    left: 5%;
    right: 5%;
    bottom: 12px;
  }
}
@media screen and (max-width: 600.9px) {
  #course .page-title-mv-box .page-desc {
    bottom: 10px;
  }
}
#course .page-title-mv-box .page-desc .page-desc-text {
  margin: 0;
  font-size: 20.8px;
  line-height: 1.6;
  color: #222;
}

#course .course-contents-wrapper .section-title-container .section-title {
  text-align: left;
  white-space: normal;
  text-wrap: balance;
}

#course .course-contents-wrapper .cover-design-container {
  overflow: hidden;
}
#course .course-contents-wrapper .cover-design-container.slick-initialized {
  display: block;
}
#course .course-contents-wrapper .cover-design-container .slick-list {
  width: 100%;
}
#course .course-contents-wrapper .cover-design-container .slick-track {
  display: flex;
  align-items: stretch;
  height: 100%;
}
#course .course-contents-wrapper .cover-design-container .slick-slide {
  height: inherit;
}
#course .course-contents-wrapper .cover-design-container .slick-slide > div {
  height: 100%;
}
#course .course-contents-wrapper .cover-design-container.slick-initialized .hyoushi-wrapper,
#course .course-contents-wrapper .cover-design-container.slick-initialized .pagenation-box {
  width: auto;
  margin: 0 7px;
}
#course .course-contents-wrapper #pagenation-design-container {
  margin-top: 20px;
}

#course {
  overflow-x: clip;
}
#course .page-title-wrapper {
  width: 100vw;
  margin-top: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-top: 0;
}
#course .page-title-mv-box {
  margin-top: 0;
  padding-top: 0;
}

/* Use the shared floating page-top button on /lineup/ pages */
.lineup-page ~ .page-top-fab {
  display: inline-flex !important;
  z-index: 70;
}

/* Hide old lineup-local duplicate button */
.lineup-page .page-top-fab--lineup-local {
  display: none !important;
}

/* Child lineup pages: keep shared header CTA aligned with common.css */
.lineup-course-page-shell .site-header .cta-group .btn-tel .btn-number,
.lineup-course-page-shell .cta-block--hero-mobile .cta-group .btn-tel .btn-number {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-variant-numeric: tabular-nums;
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}

.lineup-course-page-shell .site-header .cta-group .btn-contact .btn-label,
.lineup-course-page-shell .site-header .cta-group .btn-line .btn-label,
.lineup-course-page-shell .cta-block--hero-mobile .cta-group .btn-contact .btn-label,
.lineup-course-page-shell .cta-block--hero-mobile .cta-group .btn-line .btn-label {
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .lineup-course-page-shell .site-header .cta-group .btn-tel .btn-label,
  .lineup-course-page-shell .cta-block--hero-mobile .cta-group .btn-tel .btn-label {
    white-space: nowrap !important;
    overflow-wrap: normal !important;
    word-break: keep-all !important;
  }

  .lineup-course-page-shell .site-header .cta-group .btn-tel .btn-number,
  .lineup-course-page-shell .cta-block--hero-mobile .cta-group .btn-tel .btn-number {
    display: inline-block;
    font-size: 16px !important;
    line-height: 1.05;
    letter-spacing: -0.01em;
  }
}
/*# sourceMappingURL=lineup.css.map */
