@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media only screen and (max-width: 48em) {
  *,
  *::before,
  *::after {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  font-size: 1rem;
  text-rendering: optimizeSpeed;
  line-height: 1.55;
}

*:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

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

a {
  color: inherit;
  text-decoration: none;
}

figure,
img,
picture,
svg {
  display: block;
}

img,
picture,
svg {
  height: auto;
}
@media only screen and (max-width: 48em) {
  img,
  picture,
  svg {
    width: 100%;
  }
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  border-radius: 0;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=password],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

select {
  background: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select::-ms-value {
  color: inherit;
  background: transparent;
}
select::-ms-expand {
  display: none;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 0;
}

button,
input[type=button],
input[type=submit],
input[type=reset] {
  background: transparent;
  font: inherit;
  border: 0;
  padding: 0;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

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

html {
  font-weight: 400;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #595757;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  html {
    font-size: 16px;
  }
}
@media only screen and (min-width: calc(48em + 0.01px)) and (max-width: calc(100em - 0.01px)) {
  html {
    font-size: calc(16 / 1600 * var(--inner-width) * 1px);
  }
}
@media only screen and (max-width: 48em) {
  html {
    font-size: calc(16 / 414 * var(--inner-width) * 1px);
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  header {
    height: 9.6875rem;
    background: url(../../../img/dcs/common/header-bg.png) repeat-x bottom center/auto 9.6875rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 1.5rem;
    padding-left: 2.5rem;
  }
}
@media only screen and (max-width: 48em) {
  header {
    background: #fff;
    padding-top: 1.25rem;
    padding-bottom: 0.625rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 48em) {
  header::after {
    display: block;
    content: "";
    background: url(../../../img/dcs/common/header-bg-sp.png) no-repeat bottom center/100% auto;
    width: 100%;
    height: 2.25rem;
    position: absolute;
    bottom: -2.1875rem;
  }
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .header__logo {
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 48em) {
  .header__logo {
    width: 11.875rem;
    margin-right: auto;
    margin-left: 1.25rem;
  }
}

@media only screen and (max-width: 48em) {
  .header-nav {
    width: 100%;
  }
}

.header-nav__items {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 48em) {
  .header-nav__items {
    margin-top: 1.0625rem;
  }
}

.header-nav__item {
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  letter-spacing: 0.05em;
  transition: opacity 0.3s ease-in-out;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .header-nav__item {
    width: 16.375rem;
    height: 4rem;
  }
}
@media only screen and (max-width: 48em) {
  .header-nav__item {
    width: 25.625rem;
  }
}
.header-nav__item + .header-nav__item::before {
  display: block;
  content: "";
  background: url(../../../img/dcs/common/header-dot.png) no-repeat center center/auto 4rem;
  position: absolute;
  left: 0;
  width: 2px;
  height: 3.75rem;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .header-nav__item:hover {
    height: 16.625rem;
  }
}

.header-nav__item > a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .header-nav__item > a {
    width: 100%;
    height: 4rem;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 48em) {
  .header-nav__item > a {
    width: 100%;
    height: 3.375rem;
    flex-direction: column;
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .header-nav__item > a > img {
    margin-right: 0.9375rem;
    width: 4rem;
    height: 4rem;
  }
}
@media only screen and (max-width: 48em) {
  .header-nav__item > a > img {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .header-nav__item > a span {
    display: block;
    font-size: 0.8125rem;
  }
}
@media only screen and (max-width: 48em) {
  .header-nav__item > a span {
    display: none;
  }
}

.header-nav__item:hover a p {
  position: relative;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .header-nav__item:hover a p::after {
    display: block;
    content: "";
    background: url(../../../img/dcs/common/nav-bar.png) no-repeat center center/cover;
    width: 90%;
    height: 0.3125rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -0.3125rem;
  }
}

.header-nav__item.active a p {
  position: relative;
}
@media only screen and (max-width: 48em) {
  .header-nav__item.active a p::after {
    display: block;
    content: "";
    background: url(../../../img/dcs/common/nav-bar.png) no-repeat center center/cover;
    width: 90%;
    height: 0.3125rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -0.3125rem;
  }
}

.header-nav__sub {
  background: #f7f7f7;
  position: absolute;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
  transition: opacity 0.3s ease-in-out;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .header-nav__sub {
    border-radius: 0.3125rem;
    padding: 1.875rem 3.125rem 1.875rem 1.5625rem;
    top: 4.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
  }
}
@media only screen and (max-width: 48em) {
  .header-nav__sub {
    border-radius: 0.3125rem;
    padding: 1.875rem 3.125rem 1.875rem 1.5625rem;
    top: 4.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
  }
  .header-nav__sub.on {
    opacity: 1;
    visibility: visible;
  }
}
.header-nav__sub li {
  font-weight: 800;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .header-nav__sub li {
    font-size: 0.8125rem;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 48em) {
  .header-nav__sub li {
    font-size: 0.8125rem;
    white-space: nowrap;
  }
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .header-nav__sub li + li {
    margin-top: 1.125rem;
  }
}
@media only screen and (max-width: 48em) {
  .header-nav__sub li + li {
    margin-top: 1.125rem;
  }
}
.header-nav__sub li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .header-nav__sub li a > img {
    margin-right: 0.3125rem;
    width: 1.1875rem;
    height: 1.1875rem;
  }
}
@media only screen and (max-width: 48em) {
  .header-nav__sub li a > img {
    margin-right: 0.3125rem;
    width: 1.1875rem;
    height: 1.1875rem;
  }
}
.header-nav__sub::after {
  display: block;
  content: "";
  background: url(../../../img/dcs/common/nav-fukidashi.png) no-repeat top center/0.875rem auto;
  position: absolute;
  width: 0.875rem;
  height: 0.9375rem;
  top: -0.8125rem;
  right: 30%;
}
@media only screen and (max-width: 48em) {
  .header-nav__sub::after {
    left: 20%;
    right: unset;
  }
}

@media only screen and (max-width: 48em) {
  .header-nav__item:first-child .header-nav__sub {
    left: 0.8125rem;
  }
  .header-nav__item:first-child .header-nav__sub::after {
    left: 12%;
  }
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .header-nav__item:first-child .header-nav__sub,
  .header-nav__item:last-child .header-nav__sub {
    width: 16.5rem;
    padding-right: 0.625rem;
  }
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .header-nav__item:last-child .header-nav__sub {
    left: -1.25rem;
  }
}
@media only screen and (max-width: 48em) {
  .header-nav__item:last-child .header-nav__sub {
    left: -12.5rem;
  }
  .header-nav__item:last-child .header-nav__sub::after {
    left: unset;
    right: 10%;
  }
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .header-nav__item:nth-child(2) .header-nav__sub,
  .header-nav__item:nth-child(3) .header-nav__sub {
    width: 13.125rem;
  }
}
@media only screen and (max-width: 48em) {
  .header-nav__item:nth-child(2) .header-nav__sub,
  .header-nav__item:nth-child(3) .header-nav__sub {
    width: 12.5rem;
  }
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .header-nav__item:hover .header-nav__sub {
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (max-width: 48em) {
  .header-nav__item.active .header-nav__sub {
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (max-width: 48em) {
  .header-nav__item .header-nav__sub {
    width: 16.5rem;
    padding: 1.5625rem 3.125rem 1.5625rem 1.5625rem;
  }
}

@media only screen and (max-width: 48em) {
  .menu-btn {
    position: absolute;
    right: 0.9375rem;
    top: 0.4375rem;
    width: 2.8125rem;
    height: 2.8125rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu-btn img {
    width: 1.0625rem;
    height: auto;
  }
}

@media only screen and (max-width: 48em) {
  .header.active .menu-btn {
    background: url(../../../img/dcs/common/menu-close.png) no-repeat center center/0.9375rem auto;
  }
  .header.active .menu-btn img {
    display: none;
  }
}

@media only screen and (max-width: 48em) {
  .header.active .header-nav__items {
    display: none;
  }
}

@media only screen and (max-width: 48em) {
  .header-nav__item.active a p {
    color: #ed7a94;
  }
}

footer {
  background-color: #fff;
  position: relative;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  footer {
    height: 34.4375rem;
  }
}
@media only screen and (max-width: 48em) {
  footer {
    height: 23.875rem;
  }
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  footer::before {
    display: block;
    content: "";
    background: url(../../../img/dcs/common/footer-bg.png) repeat-x top center/auto 9.6875rem;
    width: 100%;
    height: 9.6875rem;
    position: absolute;
    top: -5.625rem;
    left: 0;
  }
}
@media only screen and (max-width: 48em) {
  footer::before {
    display: block;
    content: "";
    background: url(../../../img/dcs/common/footer-bg_sp.png) repeat-x top center/auto 100%;
    width: 100%;
    height: 4.0625rem;
    position: absolute;
    top: -4rem;
    left: 0;
  }
}

.footer-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .footer-inner {
    width: 68.75rem;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 48em) {
  .footer-inner {
    padding-top: 3.75rem;
  }
}

.footer-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .footer-copy {
    padding-top: 4.375rem;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 48em) {
  .footer-copy {
    margin-bottom: 1.375rem;
  }
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .footer-copy img {
    width: 18.75rem;
    height: auto;
  }
}
@media only screen and (max-width: 48em) {
  .footer-copy img {
    width: 11.8125rem;
    height: auto;
  }
}
.footer-copy span {
  font-weight: 700;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .footer-copy span {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
}
@media only screen and (max-width: 48em) {
  .footer-copy span {
    font-size: 0.75rem;
    margin-top: 1.125rem;
  }
}

.footer-text {
  color: #000;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .footer-text {
    font-size: 0.875rem;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 48em) {
  .footer-text {
    font-size: 0.75rem;
    padding: 0 2.5rem;
    margin-bottom: 1.125rem;
  }
}

.footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .footer-nav {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 48em) {
  .footer-nav {
    margin: 0 auto 1.125rem;
    width: 25rem;
  }
}
.footer-nav li {
  font-weight: 700;
  display: block;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .footer-nav li {
    width: 12.5rem;
    height: 3.125rem;
    font-size: 1.125rem;
    background: url(../../../img/dcs/common/header-dot.png) no-repeat right center/auto 3.125rem;
  }
}
@media only screen and (max-width: 48em) {
  .footer-nav li {
    width: 25%;
    height: 2.5rem;
    background: url(../../../img/dcs/common/header-dot.png) no-repeat right center/auto 2.5rem;
  }
}
.footer-nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.footer-nav li p {
  text-align: center;
}
.footer-nav li p span {
  display: block;
  line-height: 1.2;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .footer-nav li p span {
    font-size: 0.8125rem;
  }
}
@media only screen and (max-width: 48em) {
  .footer-nav li p span {
    font-size: 0.5rem;
  }
}
.footer-nav li:last-child {
  background: unset;
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .brand-logo {
    width: 11.25rem;
  }
}
@media only screen and (max-width: 48em) {
  .brand-logo {
    width: 6.1875rem;
  }
}
.brand-logo img {
  width: 100%;
  height: auto;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .section-title {
    margin-bottom: 1.875rem;
    height: 15.875rem;
  }
}
@media only screen and (max-width: 48em) {
  .section-title {
    margin-bottom: 0.9375rem;
    height: 6.375rem;
  }
}
.section-title img {
  width: auto;
  height: 100%;
}

.section-title02 {
  color: #418fde;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .section-title02 {
    letter-spacing: 0.1em;
    font-size: 2rem;
    margin-bottom: 3.3125rem;
  }
}
@media only screen and (max-width: 48em) {
  .section-title02 {
    letter-spacing: 0.03em;
    font-size: 1.375rem;
    margin-bottom: 1.75rem;
    white-space: nowrap;
  }
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .section-title02 span {
    padding: 0 0.625rem;
    background: linear-gradient(transparent 50%, #fff573 50%);
  }
}
@media only screen and (max-width: 48em) {
  .section-title02 span {
    padding: 0 0.3125rem;
    background: linear-gradient(transparent 60%, #fff573 60%);
  }
}
@media only screen and (max-width: 48em) {
  .section-title02 span.sp-bold {
    display: inline-block;
    background: linear-gradient(transparent 80%, #fff573 80%);
  }
}

.c-button {
  background: url(../../../img/dcs/common/btn-arrow.png) no-repeat;
  background-color: #c7e8fa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  transition-property: transform, background-color, box-shadow;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  position: relative;
  border: 2px solid #9bcfeb;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .c-button {
    background-position: right 2.375rem center;
    background-size: 0.625rem auto;
    border-radius: 6.25rem;
    width: 34.375rem;
    height: 5.625rem;
    margin: 0 auto;
    font-size: 2rem;
    box-shadow: 0 10px 0 #9bcfeb;
  }
}
@media only screen and (max-width: 48em) {
  .c-button {
    background-position: right 1.875rem center;
    background-size: 0.625rem auto;
    width: 21.875rem;
    height: 3.75rem;
    border-radius: 6.25rem;
    margin: 0 auto;
    font-size: 1.25rem;
    box-shadow: 0 5px 0 #9bcfeb;
  }
}
.c-button:hover {
  background-color: #bce3f8;
  box-shadow: 0 5px 0 #9bcfeb;
  transform: translateY(5px);
}
.c-button.is-right {
  background-image: url(../../../img/dcs/common/btn-arrow-right.png);
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .c-button.is-right {
    background-size: auto 0.625rem;
  }
}
@media only screen and (max-width: 48em) {
  .c-button.is-right {
    background-size: auto 0.625rem;
  }
}

.c-button.modal-button::before {
  display: block;
  content: "";
  background: url(../../../img/dcs/top/modal-icon.png) no-repeat center center/100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .c-button.modal-button::before {
    width: 4rem;
    height: 4rem;
    left: 1.5rem;
  }
}
@media only screen and (max-width: 48em) {
  .c-button.modal-button::before {
    width: 2.375rem;
    height: 2.375rem;
    left: 1.1875rem;
  }
}

.c-button.is-pink {
  background-color: #ed7a94;
  color: #fff;
  border: unset;
  box-shadow: 0 10px 0 #d96b84;
  background-image: url(../../../img/dcs/common/btn-arrow-wh.png);
}
.c-button.is-pink:hover {
  box-shadow: 0 5px 0 #d96b84;
  transform: translateY(5px);
}
.c-button.is-pink.is-blank {
  margin-top: 1.5rem;
  font-size: 1rem;
  text-align: center;
  background-image: url(../../../img/dcs/common/btn-target-blank.png);
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .c-button.is-pink {
    background-size: 0.75rem auto;
    height: 3.75rem;
    font-size: 1.25rem;
    box-shadow: 0 5px 0 #d96b84;
  }
  .c-button.is-pink:hover {
    box-shadow: 0 3px 0 #d96b84;
    transform: translateY(3px);
  }
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .c-button.is-pink.is-blank {
    background-size: 0.95rem auto;
  }
}
@media only screen and (max-width: 48em) {
  .c-button.is-pink {
    box-shadow: 0 5px 0 #d96b84;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 48em) {
  .c-button.is-pink.is-blank {
    font-size: 0.75rem;
    background-size: 0.85rem auto;
  }
}

.next-button {
  background: url(../../../img/dcs/common/next-arrow.png) no-repeat;
  background-color: #fadce2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition-property: transform, background-color, box-shadow;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  position: relative;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .next-button {
    border-radius: 1.25rem;
    border: 3px solid #f4b2ba;
    box-shadow: 0 12px 0 #f4b2ba;
    background-position: right 1.875rem center;
    background-size: 2.3125rem auto;
    width: 43.75rem;
    height: 9.375rem;
    margin: 0 auto;
    padding-left: 19.0625rem;
  }
}
@media only screen and (max-width: 48em) {
  .next-button {
    border-radius: 1.25rem;
    border: 3px solid #f4b2ba;
    box-shadow: 0 8px 0 #f4b2ba;
    background-position: right 1.25rem center;
    background-size: 1.8125rem auto;
    width: 23.375rem;
    height: 5.625rem;
    margin: 0 auto;
    justify-content: center;
  }
}
.next-button:hover {
  box-shadow: 0 7px 0 #f4b2ba;
  transform: translateY(7px);
}

.next-button p {
  color: #ed7a94;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .next-button p {
    font-size: 3.125rem;
  }
}
@media only screen and (max-width: 48em) {
  .next-button p {
    font-size: 1.75rem;
    text-align: center;
  }
}
.next-button p span {
  display: block;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .next-button p span {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 48em) {
  .next-button p span {
    font-size: 1.5rem;
  }
}

.next-area {
  position: relative;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .next-area {
    width: 43.75rem;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 48em) {
  .next-area {
    padding-top: 7.3125rem;
  }
}

.next-area::before {
  display: block;
  content: "";
  z-index: 2;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .next-area::before {
    background: url(../../../img/dcs/common/next-fukidashi.png) no-repeat center center/100% auto;
    width: 18.25rem;
    height: 13.4375rem;
    position: absolute;
    top: -7.5625rem;
    left: -11.5rem;
  }
}
@media only screen and (max-width: 48em) {
  .next-area::before {
    background: url(../../../img/dcs/common/next-fukidashi.png) no-repeat center center/100% auto;
    width: 8.6875rem;
    height: 6.375rem;
    position: absolute;
    top: 0;
    left: 1.25rem;
  }
}

.next-button::after {
  display: block;
  content: "";
  transition: background-position 0.2s ease-in-out;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .next-button::after {
    width: 11.25rem;
    height: 11.5625rem;
    background: url(../../../img/dcs/common/next-image.png) no-repeat bottom -0.625rem center/100% auto;
    position: absolute;
    bottom: 0;
    left: 6.625rem;
  }
}
@media only screen and (max-width: 48em) {
  .next-button::after {
    width: 6.625rem;
    height: 5.5625rem;
    background: url(../../../img/dcs/common/next-image_sp.png) no-repeat center center/100% auto;
    position: absolute;
    bottom: 5.375rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.next-button:hover::after {
  display: block;
  content: "";
  transition: background-position 0.2s ease-in-out;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .next-button:hover::after {
    width: 11.25rem;
    height: 11.5625rem;
    background: url(../../../img/dcs/common/next-image.png) no-repeat bottom center/100% auto;
    position: absolute;
    bottom: 0;
    left: 6.625rem;
  }
}

.modal {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: none;
  overflow: hidden;
}

@keyframes slideIn {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
.modal.show {
  display: flex;
  animation: slideIn 0.3s ease-in-out forwards;
}

.modal.hide {
  animation: slideOut 0.3s ease-in-out forwards;
}

.modal-contents {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .modal-contents img.top-modal {
    width: 86.0625rem;
    height: 56.25rem;
  }
}

.close-btn {
  position: absolute;
  top: 0;
  cursor: pointer;
  background: #000;
  color: #fff;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .close-btn {
    width: 11.875rem;
    height: 11.875rem;
    font-size: 1.25rem;
    right: 0;
  }
}
@media only screen and (max-width: 48em) {
  .close-btn {
    width: 4.375rem;
    height: 4.375rem;
    font-size: 0.625rem;
    left: 0;
  }
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .close-btn img {
    width: 3.75rem;
    height: 3.75rem;
    margin-bottom: 1.0625rem;
  }
}
@media only screen and (max-width: 48em) {
  .close-btn img {
    width: 1.25rem;
    height: 1.25rem;
    margin-bottom: 0.3125rem;
  }
}

body.modal-open {
  overflow: hidden;
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .menu {
    display: none;
  }
}
@media only screen and (max-width: 48em) {
  .menu {
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fcfcfc;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    display: none;
    padding-left: 2.625rem;
    padding-right: 2.625rem;
    overflow-y: scroll;
  }
}

@media only screen and (max-width: 48em) {
  .menu__item__block {
    width: 100%;
    border-bottom: 2px solid #dddddd;
  }
}

.menu__items {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  margin-top: 5.75rem;
}

.menu__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 48em) {
  .menu__item {
    width: 100%;
    height: 6.25rem;
  }
}
@media only screen and (max-width: 48em) {
  .menu__item > img {
    width: 4rem;
    height: 4rem;
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 48em) {
  .menu__item p {
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.3;
    font-size: 1.5rem;
  }
  .menu__item p small {
    display: block;
    font-size: 0.8125rem;
  }
}
.menu__item .btn-icon {
  position: relative;
}
@media only screen and (max-width: 48em) {
  .menu__item .btn-icon {
    width: 5rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: 0;
    background-image: url(../../../img/dcs/common/menu-dot.png), url(../../../img/dcs/common/nav-plus.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left center, center center;
    background-size: auto 3.125rem, 0.6875rem auto;
  }
}
@media only screen and (max-width: 48em) {
  .menu__item.active .btn-icon {
    background-image: url(../../../img/dcs/common/menu-dot.png), url(../../../img/dcs/common/nav-close.png);
    background-size: auto 3.125rem, 1.8125rem auto;
  }
}

@media only screen and (max-width: 48em) {
  .menu__sub-items {
    margin-right: 1.375rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}

.menu__sub-item {
  display: none;
}
@media only screen and (max-width: 48em) {
  .menu__sub-item {
    position: relative;
    width: 100%;
    height: 3.125rem;
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: url(../../../img/dcs/common/section-border_sp.png) no-repeat top center/100% auto;
  }
  .menu__sub-item::before {
    display: block;
    content: "";
    width: 0.375rem;
    height: 0.125rem;
    background: #cccccc;
    margin-right: 0.5rem;
  }
  .menu__sub-item::after {
    display: block;
    content: "";
    background: url(../../../img/dcs/common/nav-sub-arrow.png) no-repeat center center/cover;
    width: 1.1875rem;
    height: 1.1875rem;
    position: absolute;
    right: 0.4375rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}

@media only screen and (max-width: 48em) {
  .menu-img {
    margin-top: auto;
    margin-bottom: 0;
    transform: translateY(200%);
    transition: transform 0.8s ease-out, max-height 0.5s ease-out;
  }
}

.menu.open .menu-img {
  transform: translateY(0);
  max-height: 100%;
  margin-top: 2.625rem;
}

.loading {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fffde6;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: opacity 0.2s ease-out;
}
body.is-ready .loading {
  opacity: 0;
  pointer-events: none;
}

.loading__image {
  animation: fadein 1s ease 0.5s 1 backwards;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .loading__image {
    width: 39.25rem;
    margin-bottom: 8.75rem;
  }
}
@media only screen and (max-width: 48em) {
  .loading__image {
    width: 21.5rem;
  }
}
.loading__image img {
  width: 100%;
  height: auto;
}

@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media only screen and (max-width: 48em) {
  .dcs-section.is-breadcrumbs {
    padding-top: 0;
  }
}

.breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 10;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .breadcrumbs {
    position: absolute;
    bottom: 0;
    left: -9.375rem;
  }
}
@media only screen and (max-width: 48em) {
  .breadcrumbs {
    position: relative;
    top: -2.625rem;
  }
}

.link-home a {
  font-weight: 500;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", sans-serif;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .link-home a {
    font-size: 0.8125rem;
  }
}
@media only screen and (max-width: 48em) {
  .link-home a {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .link-home a img {
    width: 1.125rem;
    height: 0.875rem;
    margin-right: 0.5625rem;
  }
}
@media only screen and (max-width: 48em) {
  .link-home a img {
    width: 0.75rem;
    height: auto;
    margin-right: 0.5625rem;
  }
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .link-home {
    font-size: 0.8125rem;
  }
}
@media only screen and (max-width: 48em) {
  .link-home {
    font-size: 0.75rem;
  }
}
.link-home span {
  text-decoration: underline;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .link-home span {
    margin-left: 0.9375rem;
  }
}
@media only screen and (max-width: 48em) {
  .link-home span {
    margin-left: 0.6875rem;
  }
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .link-home + .link-home {
    margin-left: 2.25rem;
  }
}
@media only screen and (max-width: 48em) {
  .link-home + .link-home {
    margin-left: 2rem;
  }
}

@media only screen and (max-width: 48em) {
  .u-pc-only {
    display: none !important;
  }
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .u-sp-only {
    display: none !important;
  }
}/*# sourceMappingURL=common.css.map */