html {
  scroll-behavior: smooth;
}

#dcs-03 {
  background: #fffde6;
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .dcs-wrap {
    padding-top: 12.5rem;
    padding-bottom: 6.25rem;
  }
}
@media only screen and (max-width: 48em) {
  .dcs-wrap {
    padding-top: 10rem;
    padding-bottom: 7.5rem;
  }
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .dcs-wrap.next {
    padding-bottom: 14.375rem;
  }
}
@media only screen and (max-width: 48em) {
  .dcs-wrap.next {
    padding-top: 4.375rem;
  }
}

.dcs-section {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .dcs-section {
    width: 68.75rem;
  }
}
@media only screen and (max-width: 48em) {
  .dcs-section {
    padding: 0 1.25rem;
  }
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .dcs-section + .dcs-section {
    margin-top: 6.25rem;
  }
}
@media only screen and (max-width: 48em) {
  .dcs-section + .dcs-section {
    margin-top: 4.375rem;
  }
}
@media only screen and (max-width: 48em) {
  .dcs-section.online {
    margin-top: 0;
  }
}

.section-box {
  background: #fff;
  position: relative;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .section-box {
    border-radius: 0.625rem;
    box-shadow: 0px 0px 10px rgba(101, 99, 69, 0.2);
    padding: 3.75rem;
  }
}
@media only screen and (max-width: 48em) {
  .section-box {
    padding: 2.5rem 0;
    box-shadow: 0px 0px 10px rgba(101, 99, 69, 0.2);
  }
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .section-title {
    margin-bottom: 3.75rem;
  }
}

.lead {
  line-height: 2;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .lead {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 48em) {
  .lead {
    font-size: 1rem;
  }
}

.page-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-nav ul li a {
  font-weight: 700;
  position: relative;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .page-nav ul li a {
    font-size: 1.375rem;
    width: 21.25rem;
    height: 3.75rem;
    border-radius: 6.25rem;
    margin: 0 0.9375rem;
  }
}
@media only screen and (max-width: 48em) {
  .page-nav ul li a {
    font-size: 0.75rem;
    width: 10.625rem;
    height: 2.375rem;
    margin: 0 0.25rem 1.875rem;
    background-size: 0.3125rem auto;
    background-position: right 0.875rem center;
  }
}

.page-nav ul li:first-child a::before {
  display: block;
  content: "";
  background: url(../../img/dcs/page03/cart-icon.png) no-repeat center center/cover;
  z-index: 2;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .page-nav ul li:first-child a::before {
    width: 1.5625rem;
    height: 1.5625rem;
    position: absolute;
    left: 1.875rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}
@media only screen and (max-width: 48em) {
  .page-nav ul li:first-child a::before {
    width: 0.8125rem;
    height: 0.8125rem;
    position: absolute;
    left: 1rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}
.page-nav ul li:last-child a::before {
  display: block;
  content: "";
  background: url(../../img/dcs/page03/shop-icon.png) no-repeat center center/cover;
  z-index: 2;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .page-nav ul li:last-child a::before {
    width: 1.8125rem;
    height: 1.5625rem;
    position: absolute;
    left: 1.875rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}
@media only screen and (max-width: 48em) {
  .page-nav ul li:last-child a::before {
    width: 1rem;
    height: 0.8125rem;
    position: absolute;
    left: 1rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}

.section-title__sub {
  color: #418fde;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .section-title__sub {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 48em) {
  .section-title__sub {
    font-size: 1.125rem;
    white-space: nowrap;
  }
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .heading {
    margin-bottom: 4.125rem;
  }
}
@media only screen and (max-width: 48em) {
  .heading {
    margin-bottom: 0.625rem;
  }
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .heading .section-title02 {
    margin-bottom: 0.9375rem;
  }
}
@media only screen and (max-width: 48em) {
  .heading .section-title02 {
    margin-bottom: 1.4375rem;
  }
}

.heading .lead {
  text-align: center;
}

.item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .item-inner {
    width: 59.25rem;
    margin: 0 auto 5rem;
  }
}
@media only screen and (max-width: 48em) {
  .item-inner {
    flex-direction: column;
    margin-bottom: 3.125rem;
  }
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .item-images {
    width: 30.25rem;
  }
}
@media only screen and (max-width: 48em) {
  .item-images {
    width: 22.25rem;
  }
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .swiper.slider {
    margin-bottom: 0.4375rem;
  }
}
@media only screen and (max-width: 48em) {
  .swiper.slider {
    margin-bottom: 0.6875rem;
  }
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .swiper.slider .swiper-slide {
    width: 28.125rem;
    padding: 0 1.0625rem;
  }
}
@media only screen and (max-width: 48em) {
  .swiper.slider .swiper-slide {
    width: 22.25rem;
    padding: 0 1.0625rem;
  }
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .swiper.slider .swiper-slide img {
    width: 28.125rem;
    height: auto;
    border-radius: 0.3125rem;
    background: #f6f6f6;
  }
}
@media only screen and (max-width: 48em) {
  .swiper.slider .swiper-slide img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .swiper.slider-thumbnail {
    padding: 0 1.0625rem;
  }
}
@media only screen and (max-width: 48em) {
  .swiper.slider-thumbnail {
    padding: 0.1875rem 0;
  }
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .swiper.slider-thumbnail .swiper-slide {
    width: 3.125rem;
  }
}
@media only screen and (max-width: 48em) {
  .swiper.slider-thumbnail .swiper-slide {
    width: 3.0625rem !important;
    margin: 0 0.125rem 0.125rem;
  }
}
.swiper.slider-thumbnail .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 0.3125rem;
  background: #f6f6f6;
}
@media only screen and (max-width: 48em) {
  .swiper.slider-thumbnail .swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 0.3125rem;
  }
}

@media only screen and (max-width: 48em) {
  .swiper.slider-thumbnail .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 0 1.0625rem;
    box-sizing: border-box;
  }
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .item-data {
    width: 27rem;
  }
}
@media only screen and (max-width: 48em) {
  .item-data {
    width: 19.8125rem;
  }
}
.item-data h3 {
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .item-data h3 {
    font-size: 1.5rem;
    margin-bottom: 1.1875rem;
  }
}
@media only screen and (max-width: 48em) {
  .item-data h3 {
    font-size: 1.5rem;
    margin-bottom: 0.625rem;
  }
}
@media only screen and (max-width: 48em) {
  .item-data .lead {
    line-height: 1.7;
  }
}
.item-data .price {
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .item-data .price {
    margin-top: 1.25rem;
    margin-bottom: 0.9375rem;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 48em) {
  .item-data .price {
    font-size: 1rem;
    margin-bottom: 1.0625rem;
  }
}
.item-data .price small {
  font-weight: 400;
}
@media only screen and (max-width: 48em) {
  .item-data .price small {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .item-data .price strong {
    font-size: 2rem;
    margin-left: 0.3125rem;
  }
}
@media only screen and (max-width: 48em) {
  .item-data .price strong {
    font-size: 1.6rem;
  }
}
.item-data .c-button:nth-of-type(n+2) {
  margin-top: 1.5rem;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .item-data .c-button {
    width: 26.25rem;
    height: 3.75rem;
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 48em) {
  .item-data .c-button {
    width: 100%;
  }
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .swiper-button-prev {
    width: 2.125rem;
    height: 2.125rem;
    left: 0;
  }
}
@media only screen and (max-width: 48em) {
  .swiper-button-prev {
    width: 1.625rem;
    height: 1.625rem;
    left: 0;
  }
}

.item-images .swiper-button-prev::after {
  content: "";
  background: url(../../img/dcs/page03/arrow-prev.png) no-repeat center center/cover;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .item-images .swiper-button-prev::after {
    width: 2.125rem;
    height: 2.125rem;
  }
}
@media only screen and (max-width: 48em) {
  .item-images .swiper-button-prev::after {
    width: 1.625rem;
    height: 1.625rem;
  }
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .swiper-button-next {
    width: 2.125rem;
    height: 2.125rem;
    right: 0;
  }
}
@media only screen and (max-width: 48em) {
  .swiper-button-next {
    width: 1.625rem;
    height: 1.625rem;
    right: 0;
  }
}

.item-images .swiper-button-next::after {
  content: "";
  background: url(../../img/dcs/page03/arrow-next.png) no-repeat center center/cover;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .item-images .swiper-button-next::after {
    width: 2.125rem;
    height: 2.125rem;
  }
}
@media only screen and (max-width: 48em) {
  .item-images .swiper-button-next::after {
    width: 1.625rem;
    height: 1.625rem;
  }
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .item-point {
    margin-bottom: 6.25rem;
    padding-bottom: 6.25rem;
    background-image: url(../../img/dcs/common/section-border.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
  }
}
@media only screen and (max-width: 48em) {
  .item-point {
    margin-bottom: 4.375rem;
    padding: 0 1.25rem 4.375rem;
    background-image: url(../../img/dcs/common/section-border_sp.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: calc(100% - 2.5rem) 2px;
  }
}

.item-point__title {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .item-point__title {
    font-size: 1.625rem;
    margin-bottom: 1.0625rem;
  }
}
@media only screen and (max-width: 48em) {
  .item-point__title {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.item-point__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .item-point__inner {
    width: 48.75rem;
    margin: 0 auto;
  }
}
.item-point__block {
  position: relative;
  border: 2px solid #c7e8fa;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .item-point__block {
    border-radius: 0.625rem;
    width: 23.125rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 5.625rem;
  }
}
@media only screen and (max-width: 48em) {
  .item-point__block {
    border-radius: 0.625rem;
    padding-top: 1.75rem;
    padding-left: 4.0625rem;
    padding-bottom: 1.875rem;
    padding-right: 1.25rem;
    width: 100%;
  }
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .item-point__block:first-child {
    width: 100%;
    margin-bottom: 2.1875rem;
  }
}
@media only screen and (max-width: 48em) {
  .item-point__block + .item-point__block {
    margin-top: 1.25rem;
  }
}

.point-number {
  position: absolute;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .point-number {
    width: 6.25rem;
    top: -1.25rem;
    left: -1.375rem;
  }
}
@media only screen and (max-width: 48em) {
  .point-number {
    width: 4.375rem;
    height: 4.375rem;
    top: -0.9375rem;
    left: -0.9375rem;
  }
}
.point-number img {
  width: 100%;
  height: auto;
}

.point-title {
  color: #418fde;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .point-title {
    font-size: 1.5rem;
    margin-bottom: 0.625rem;
  }
}
@media only screen and (max-width: 48em) {
  .point-title {
    line-height: 1.3;
    font-size: 1.25rem;
    margin-bottom: 0.9375rem;
  }
}

.item-point__block ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.7;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .item-point__block ul li {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 48em) {
  .item-point__block ul li {
    font-size: 0.875rem;
    align-items: baseline;
  }
}
.item-point__block ul li span {
  border-radius: 50%;
  display: block;
  background: #ed7a94;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .item-point__block ul li span {
    width: 0.375rem;
    height: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (max-width: 48em) {
  .item-point__block ul li span {
    width: 0.375rem;
    height: 0.375rem;
    margin-right: 0.375rem;
  }
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .item-point__block:first-child .point-title {
    padding-left: 2.8125rem;
  }
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .item-point__block:first-child ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}

@media only screen and (max-width: 48em) {
  .item-teiki {
    padding: 0 1.375rem;
  }
}

.item-teiki .section-title02 {
  line-height: 1.2;
}
.item-teiki .section-title02 small {
  display: block;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .item-teiki .section-title02 small {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 48em) {
  .item-teiki .section-title02 small {
    font-size: 1.375rem;
  }
}
.item-teiki .section-title02 span {
  letter-spacing: -0.01em;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .item-teiki .section-title02 span {
    font-size: 2.625rem;
  }
}
@media only screen and (max-width: 48em) {
  .item-teiki .section-title02 span {
    font-size: 1.875rem;
  }
}
.item-teiki .section-title02 span strong {
  font-weight: 700;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .item-teiki .section-title02 span strong {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 48em) {
  .item-teiki .section-title02 span strong {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .item-teiki .section-title02.teiki {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 48em) {
  .item-teiki .section-title02.teiki {
    margin-bottom: 1.25rem;
  }
}
.item-teiki .section-title02.teiki span {
  position: relative;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .item-teiki .section-title02.teiki span {
    padding: 0 1.875rem;
  }
}
@media only screen and (max-width: 48em) {
  .item-teiki .section-title02.teiki span {
    padding: 0 2.1875rem;
  }
}
.item-teiki .section-title02.teiki span::before {
  display: block;
  content: "";
  background: url(../../img/dcs/page03/title-bar.png) no-repeat center center/contain;
  position: absolute;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .item-teiki .section-title02.teiki span::before {
    width: 1.0625rem;
    height: 3rem;
    bottom: 0.25rem;
    left: 0;
  }
}
@media only screen and (max-width: 48em) {
  .item-teiki .section-title02.teiki span::before {
    width: 0.875rem;
    height: 1.875rem;
    bottom: 0.25rem;
    left: 1.0625rem;
  }
}
.item-teiki .section-title02.teiki span::after {
  display: block;
  content: "";
  background: url(../../img/dcs/page03/title-bar.png) no-repeat center center/contain;
  position: absolute;
  transform: scale(1, -1);
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .item-teiki .section-title02.teiki span::after {
    width: 1.0625rem;
    height: 3rem;
    bottom: 0.25rem;
    right: 0;
  }
}
@media only screen and (max-width: 48em) {
  .item-teiki .section-title02.teiki span::after {
    width: 0.875rem;
    height: 1.875rem;
    bottom: 0.25rem;
    right: 1.0625rem;
  }
}

.item-teiki .section-title02__sub {
  text-align: center;
  font-weight: 700;
  color: #418fde;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .item-teiki .section-title02__sub {
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 48em) {
  .item-teiki .section-title02__sub {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}

.cart-area {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .cart-area {
    margin-bottom: 4.375rem;
  }
}
@media only screen and (max-width: 48em) {
  .cart-area {
    flex-direction: column;
    margin-bottom: 3.75rem;
  }
}

.item-thumbnail {
  position: relative;
}
.item-thumbnail p {
  position: absolute;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .item-thumbnail p {
    width: 10rem;
    top: -3.75rem;
    left: -3.75rem;
  }
}
@media only screen and (max-width: 48em) {
  .item-thumbnail p {
    width: 6.875rem;
    top: -1.125rem;
    left: -0.9375rem;
  }
}
.item-thumbnail p img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .item-thumbnail > img {
    width: 18.75rem;
    height: 18.75rem;
    border-radius: 0.625rem;
  }
}
@media only screen and (max-width: 48em) {
  .item-thumbnail > img {
    width: 20.625rem;
    height: 20.625rem;
    border-radius: 0.625rem;
  }
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .teiki-data {
    margin-left: 2.125rem;
  }
}
@media only screen and (max-width: 48em) {
  .teiki-data {
    margin-top: 1.125rem;
    width: 100%;
  }
}
.teiki-data h3 {
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .teiki-data h3 {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 48em) {
  .teiki-data h3 {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
  }
}
@media only screen and (max-width: 48em) {
  .teiki-data .lead {
    line-height: 1.7;
  }
}

.discount {
  display: flex;
  align-items: flex-end;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .discount {
    margin-top: 1.5625rem;
    margin-bottom: 0.8125rem;
  }
}
@media only screen and (max-width: 48em) {
  .discount {
    margin-top: 0.5rem;
    margin-bottom: 0.9375rem;
    flex-direction: column;
    align-items: flex-start;
  }
}

.price01 {
  line-height: 1.2;
  position: relative;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .price01 {
    margin-right: 2.5rem;
  }
}
.price01 > small {
  display: block;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .price01 > small {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 48em) {
  .price01 > small {
    font-size: 1rem;
    display: block;
  }
}
.price01 span {
  position: relative;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .price01 span {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 48em) {
  .price01 span {
    font-size: 2rem;
  }
}
.price01 span small {
  letter-spacing: 0.1em;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .price01 span small {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 48em) {
  .price01 span small {
    font-size: 1rem;
  }
}
.price01 span::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #595757;
  position: absolute;
  left: 0;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .price01 span::after {
    top: 1.375rem;
  }
}
@media only screen and (max-width: 48em) {
  .price01 span::after {
    top: 1.5rem;
  }
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .price01::after {
    display: block;
    content: "";
    background: url(../../img/dcs/page03/discount-arrow.png) no-repeat center center/cover;
    position: absolute;
    width: 1.375rem;
    height: 1rem;
    right: -2.1875rem;
    bottom: 0.375rem;
  }
}

.price02 {
  color: #ed7a94;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  display: flex;
  align-items: baseline;
}
.price02 span {
  letter-spacing: 0.1em;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .price02 span {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 48em) {
  .price02 span {
    font-size: 1.25rem;
  }
}
.price02 strong {
  font-weight: 700;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .price02 strong {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 48em) {
  .price02 strong {
    font-size: 2.25rem;
    margin-right: 0.1875rem;
  }
}
@media only screen and (max-width: 48em) {
  .price02::before {
    display: block;
    content: "";
    background: url(../../img/dcs/page03/discount-arrow.png) no-repeat center center/cover;
    width: 1.375rem;
    height: 1rem;
    margin-right: 0.5625rem;
  }
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .teiki-data .c-button {
    width: 26.25rem;
    height: 3.75rem;
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 48em) {
  .teiki-data .c-button {
    width: 100%;
    height: 3.75rem;
    margin-bottom: 1.25rem;
  }
}

.teiki-data .c-button + .lead {
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 48em) {
  .teiki-data .c-button + .lead {
    margin-left: -0.5em;
  }
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .teiki-point {
    width: 52.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .teiki-point + .teiki-point {
    margin-top: 3.75rem;
  }
}
@media only screen and (max-width: 48em) {
  .teiki-point + .teiki-point {
    margin-top: 3.75rem;
  }
}

@media only screen and (max-width: 48em) {
  .teiki-point .point-title {
    text-align: center;
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 48em) {
  .teiki-point .lead {
    line-height: 1.7;
  }
}
.teiki-point .lead small {
  display: block;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .teiki-point .lead small {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 48em) {
  .teiki-point .lead small {
    line-height: 1.5;
    font-size: 0.875rem;
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 0.625rem;
  }
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .dcs-section.shop .section-box {
    padding-bottom: 6.25rem;
  }
}
@media only screen and (max-width: 48em) {
  .dcs-section.shop .section-box {
    padding-bottom: 3rem;
  }
}

.shop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 48em) {
  .shop-nav {
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0.875rem;
  }
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .shop-nav li {
    margin: 0 0.4375rem;
  }
}
.shop-nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border: 1px solid #595757;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .shop-nav li a {
    width: 10.125rem;
    height: 3.125rem;
    border-radius: 6.25rem;
    font-size: 1rem;
    background: url(../../img/dcs/common/btn-arrow-right.png) no-repeat center right 1.875rem/0.625rem auto;
  }
}
@media only screen and (max-width: 48em) {
  .shop-nav li a {
    width: 10.625rem;
    height: 2.25rem;
    border-radius: 6.25rem;
    margin-bottom: 0.625rem;
    font-size: 0.75rem;
    background: url(../../img/dcs/common/btn-arrow-right.png) no-repeat center right 0.875rem/0.625rem auto;
  }
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .shop-area {
    margin-top: 3.125rem;
    padding-top: 4.375rem;
    background-image: url(../../img/dcs/common/section-border.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
  }
}
@media only screen and (max-width: 48em) {
  .shop-area {
    margin: 3.125rem 1.25rem 0;
    padding-top: 4.375rem;
    background-image: url(../../img/dcs/common/section-border_sp.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 2px;
  }
}
.shop-area.is-maison-kose {
  margin-bottom: 0rem;
}
@media only screen and (max-width: 48em) {
  .shop-area.is-maison-kose {
    margin-bottom: 0rem;
    padding-top: 2.1875rem;
  }
}
.shop-area.is-maison-kose + .section-title02 {
  margin-top: 8.75rem;
}
@media only screen and (max-width: 48em) {
  .shop-area.is-maison-kose + .section-title02 {
    margin-top: 3.75rem;
  }
}

.area-name {
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .area-name {
    font-size: 1.625rem;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 48em) {
  .area-name {
    font-size: 1.25rem;
    margin-bottom: 1.5625rem;
  }
}

.shop-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .shop-block {
    width: 52rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 48em) {
  .shop-block {
    flex-direction: column;
  }
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .shop-block + .shop-block {
    margin-top: 3.125rem;
  }
}
@media only screen and (max-width: 48em) {
  .shop-block + .shop-block {
    margin-top: 3.125rem;
  }
}

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

@media only screen and (min-width: calc(48em + 0.01px)) {
  .shop-logo {
    width: 8.1875rem;
    height: auto;
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 48em) {
  .shop-logo {
    width: 5rem;
    height: auto;
    margin: 0 auto 0.625rem;
  }
}
.shop-logo img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .shop-area.is-maison-kose .shop-logo {
    width: 17.1875rem;
  }
}
@media only screen and (max-width: 48em) {
  .shop-area.is-maison-kose .shop-logo {
    width: 15.625rem;
  }
}

.shop-address dt {
  color: #418fde;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .shop-address dt {
    font-size: 1rem;
    margin-bottom: 0.625rem;
  }
}
@media only screen and (max-width: 48em) {
  .shop-address dt {
    font-size: 1rem;
    margin-bottom: 0.625rem;
  }
}
.shop-address dd {
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .shop-address dd {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 48em) {
  .shop-address dd {
    line-height: 1.7;
    font-size: 1rem;
  }
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .shop-address + .shop-address {
    margin-top: 1.25rem;
  }
}
@media only screen and (max-width: 48em) {
  .shop-address + .shop-address {
    margin-top: 1.25rem;
  }
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .shop-map {
    width: 30rem;
    height: 23.125rem;
    border-radius: 0.625rem;
  }
}
@media only screen and (max-width: 48em) {
  .shop-map {
    margin-top: 1.25rem;
    height: 15.875rem;
  }
}
.shop-map img,
.shop-map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  #online,
  #shop-area,
  #area01,
  #area02,
  #area03 {
    scroll-margin-top: 9.375rem;
  }
}
@media only screen and (max-width: 48em) {
  #online,
  #shop-area,
  #area01,
  #area02,
  #area03 {
    scroll-margin-top: 9.375rem;
  }
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .anchor_link {
    scroll-margin-top: 9.375rem;
  }
}
@media only screen and (max-width: 48em) {
  .anchor_link {
    scroll-margin-top: 9.375rem;
  }
}

.voice-contents {
  background-color: #fff;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .voice-contents {
    width: 25rem;
    height: 36.25rem;
    border-radius: 0.625rem;
    box-shadow: 0px 0px 10px rgba(101, 75, 69, 0.2);
    padding: 1.5625rem 1.25rem 1.5625rem;
  }
}
@media only screen and (max-width: 48em) {
  .voice-contents {
    width: 23.375rem;
    height: auto;
    border-radius: 0.625rem;
    padding: 1.75rem 1.25rem;
  }
}

.voice-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .voice-head {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 48em) {
  .voice-head {
    margin-bottom: 1.25rem;
  }
}

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

.use-name {
  letter-spacing: 0.1em;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .use-name {
    font-size: 0.875rem;
    margin-left: 0.5rem;
  }
}
@media only screen and (max-width: 48em) {
  .use-name {
    font-size: 0.875rem;
    margin-left: 0.5rem;
  }
}

.voice-head span {
  display: block;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .voice-head span {
    width: 1rem;
    margin-left: auto;
    margin-right: 0;
  }
}
@media only screen and (max-width: 48em) {
  .voice-head span {
    width: 1rem;
    margin-left: auto;
    margin-right: 0;
  }
}
.voice-head span img {
  width: 100%;
  height: auto;
}

.voice-contents .thumbnail {
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .voice-contents .thumbnail {
    height: 16.875rem;
    border-radius: 0.3125rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 48em) {
  .voice-contents .thumbnail {
    height: 15.625rem;
    border-radius: 0.3125rem;
    margin-bottom: 0.9375rem;
  }
}
.voice-contents .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .voice-body {
    padding: 0 0.625rem;
  }
}

.voice-body .icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .voice-body .icons {
    margin-bottom: 0.875rem;
  }
}
@media only screen and (max-width: 48em) {
  .voice-body .icons {
    margin-bottom: 0.875rem;
  }
}
.voice-body .icons span {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .voice-body .icons span img + img {
    margin-left: 1.125rem;
  }
}
@media only screen and (max-width: 48em) {
  .voice-body .icons span img + img {
    margin-left: 0.5625rem;
  }
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .voice-body .icons img {
    width: 1.625rem;
    height: auto;
  }
}
@media only screen and (max-width: 48em) {
  .voice-body .icons img {
    width: auto;
    height: 1.3125rem;
  }
}

.like-text {
  letter-spacing: 0.1em;
  line-height: 2;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .like-text {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 48em) {
  .like-text {
    font-size: 0.875rem;
  }
}

.voice-body .lead {
  color: #000;
}

.hashtag {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .hashtag {
    margin-top: 1.25rem;
  }
}
@media only screen and (max-width: 48em) {
  .hashtag {
    margin-top: 0.625rem;
  }
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .hashtag li {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 48em) {
  .hashtag li {
    font-size: 0.875rem;
  }
}
.hashtag li + li {
  margin-left: 1em;
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .swiper.voice:not(.for-pc) .swiper-wrapper {
    display: flex;
    justify-content: center;
  }
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .swiper.voice .swiper-slide {
    padding-bottom: 0.625rem;
    width: 25rem !important;
  }
}
@media only screen and (max-width: 48em) {
  .swiper.voice .swiper-slide {
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .swiper-button-prev {
    width: 2.5rem;
    height: 5rem;
    left: 0;
  }
}
@media only screen and (max-width: 48em) {
  .swiper-button-prev {
    width: 2.1875rem;
    height: 4.375rem;
    left: 0;
    top: 12.5rem;
  }
}

.swiper.voice .swiper-button-prev::after {
  content: "";
  background: url(../../img/dcs/page03/arrow-prev02.png) no-repeat center center/cover;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .swiper.voice .swiper-button-prev::after {
    width: 2.5rem;
    height: 5rem;
  }
}
@media only screen and (max-width: 48em) {
  .swiper.voice .swiper-button-prev::after {
    width: 2.1875rem;
    height: 4.375rem;
    left: 0;
  }
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .swiper-button-next {
    width: 2.5rem;
    height: 5rem;
    right: 0;
  }
}
@media only screen and (max-width: 48em) {
  .swiper-button-next {
    width: 2.1875rem;
    height: 4.375rem;
    right: 0;
    top: 12.5rem;
  }
}

.swiper.voice .swiper-button-next::after {
  content: "";
  background: url(../../img/dcs/page03/arrow-next02.png) no-repeat center center/cover;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .swiper.voice .swiper-button-next::after {
    width: 5rem;
    height: 5rem;
  }
}
@media only screen and (max-width: 48em) {
  .swiper.voice .swiper-button-next::after {
    width: 2.1875rem;
    height: 4.375rem;
    right: 0;
  }
}

.header-nav__item:nth-child(3) a p {
  position: relative;
  color: #ed7a94;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .header-nav__item:nth-child(3) 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;
  }
}
@media only screen and (max-width: 48em) {
  .header-nav__item:nth-child(3) 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;
  }
}

.first-step {
  margin-top: 6.25rem;
}
@media only screen and (max-width: 48em) {
  .first-step {
    margin-top: 3.125rem;
  }
}

.first-step__caption {
  width: 16.6875rem;
  height: 6.5625rem;
  background: url(../../../img/dcs/page03/first-step-caption.png) no-repeat center center/contain;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.3125;
  white-space: nowrap;
  padding-left: 1.875rem;
  padding-top: 0.75rem;
  margin-left: 4.9375rem;
  margin-bottom: 0.375rem;
}
@media only screen and (max-width: 48em) {
  .first-step__caption {
    width: 14.184375rem;
    height: 5.578125rem;
    font-size: 0.875rem;
    line-height: 1.3571428571;
    padding-left: 1.5625rem;
    padding-top: 0.4375rem;
    margin-left: 0;
    margin-bottom: 0.4375rem;
  }
}

.first-step__title {
  width: 47.25rem;
  margin: 0 auto 1.375rem;
  font-weight: 900;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #418fde;
  text-align: center;
  box-shadow: inset 0 -0.9375rem #fff573, 0 0.4375rem #fff573;
}
@media only screen and (max-width: 48em) {
  .first-step__title {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 1.4375rem;
    font-size: 1.375rem;
    letter-spacing: 0.03em;
    line-height: 1.3636363636;
    box-shadow: none;
  }
  .first-step__title span {
    display: block;
    padding: 0 0.5em 0 0.8em;
    box-shadow: inset 0 -0.625rem #fff573, 0 0.25rem #fff573;
  }
}

.first-step__lead {
  width: 46.125rem;
  margin: 0 auto 0.9375rem;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2.125;
  white-space: nowrap;
}
@media only screen and (max-width: 48em) {
  .first-step__lead {
    width: auto;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 2;
    white-space: normal;
    letter-spacing: 0;
    margin-bottom: 0.875rem;
  }
}

.first-step__note {
  width: 46.125rem;
  margin: 0 auto 4.625rem;
  font-weight: 400;
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  line-height: 2;
  white-space: nowrap;
}
@media only screen and (max-width: 48em) {
  .first-step__note {
    width: auto;
    font-weight: 400;
    font-size: 0.6875rem;
    line-height: 1.6363636364;
    white-space: normal;
    letter-spacing: 0;
    margin-bottom: 2.375rem;
  }
}

.first-step__items {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  -moz-column-gap: 1.0625rem;
       column-gap: 1.0625rem;
}
@media only screen and (max-width: 48em) {
  .first-step__items {
    justify-content: space-between;
    flex-wrap: wrap;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 2.5rem;
    width: 20.375rem;
    margin: 0 auto;
  }
}

.first-step__item {
  flex-shrink: 0;
}
.first-step__item p {
  font-weight: 400;
  font-size: 0.9375rem;
  text-align: center;
  line-height: 1;
  margin-top: 0.375rem;
}
@media only screen and (max-width: 48em) {
  .first-step__item p {
    font-weight: 500;
    font-size: 0.75rem;
    color: #595757;
    margin-top: 0.5rem;
  }
}
@media only screen and (max-width: 48em) {
  .first-step__item:nth-child(1), .first-step__item:nth-child(2) {
    width: 10rem;
  }
  .first-step__item:nth-child(3) {
    width: 7.0625rem;
  }
  .first-step__item:nth-child(4) {
    width: 12.4375rem;
  }
}

.item-point {
  background: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.first-step {
  margin-top: 5rem;
  margin-bottom: 3.75rem;
}
@media only screen and (max-width: 48em) {
  .first-step {
    margin-top: 3.125rem;
    margin-bottom: 0.8125rem;
  }
}

.first-step__caption {
  display: none;
}

.first-step__lead {
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 48em) {
  .first-step__lead {
    margin-top: 1.5rem;
  }
}

.first-step__note {
  display: none;
}

@media only screen and (max-width: 48em) {
  .first-step__item:nth-child(3) {
    margin-left: auto;
    margin-right: auto;
  }
}

.first-step__item:nth-child(4) {
  display: none;
}

.item-teiki {
  display: none;
}/*# sourceMappingURL=page03.css.map */

.section-title03 {
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .section-title03 {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
}

@media only screen and (max-width: 48em) {
  .section-title03 {
    font-size: 1.375rem;
    margin-bottom: 2.5rem;
  }
}

.shop-title {
  margin-bottom: 0.5rem;
  font-weight: 700;
}