@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

body {
  font-weight: 400;
}

body {
  background-color: #fffff3;
  color: #E35D44;
}

.is-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .is-pc {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

/*==========================================
is-fixed記述
==========================================*/
html.is-fixed {
  height: 100%;
  overflow-y: hidden;
}

/*==========================================
ヘッダー高さ
==========================================*/
/*==========================================
@keyframes
==========================================*/
@-webkit-keyframes scroll-sp {
  0% {
    -webkit-transform: translateY(0) scaleY(1);
            transform: translateY(0) scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  70% {
    -webkit-transform: translateY(3.875rem) scaleY(1);
            transform: translateY(3.875rem) scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  71% {
    -webkit-transform: translateY(3.875rem) scaleY(1);
            transform: translateY(3.875rem) scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform: translateY(3.875rem) scaleY(0);
            transform: translateY(3.875rem) scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}
@keyframes scroll-sp {
  0% {
    -webkit-transform: translateY(0) scaleY(1);
            transform: translateY(0) scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  70% {
    -webkit-transform: translateY(3.875rem) scaleY(1);
            transform: translateY(3.875rem) scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  71% {
    -webkit-transform: translateY(3.875rem) scaleY(1);
            transform: translateY(3.875rem) scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform: translateY(3.875rem) scaleY(0);
            transform: translateY(3.875rem) scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}
@-webkit-keyframes scroll-pc {
  0% {
    -webkit-transform: translateY(0) scaleY(1);
            transform: translateY(0) scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  70% {
    -webkit-transform: translateY(8.125rem) scaleY(1);
            transform: translateY(8.125rem) scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  71% {
    -webkit-transform: translateY(8.125rem) scaleY(1);
            transform: translateY(8.125rem) scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform: translateY(8.125rem) scaleY(0);
            transform: translateY(8.125rem) scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}
@keyframes scroll-pc {
  0% {
    -webkit-transform: translateY(0) scaleY(1);
            transform: translateY(0) scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  70% {
    -webkit-transform: translateY(8.125rem) scaleY(1);
            transform: translateY(8.125rem) scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  71% {
    -webkit-transform: translateY(8.125rem) scaleY(1);
            transform: translateY(8.125rem) scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform: translateY(8.125rem) scaleY(0);
            transform: translateY(8.125rem) scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}
@-webkit-keyframes swing01 {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  25% {
    -webkit-transform: rotateZ(5deg);
            transform: rotateZ(5deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  75% {
    -webkit-transform: rotateZ(-5deg);
            transform: rotateZ(-5deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  100% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}
@keyframes swing01 {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  25% {
    -webkit-transform: rotateZ(5deg);
            transform: rotateZ(5deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  75% {
    -webkit-transform: rotateZ(-5deg);
            transform: rotateZ(-5deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  100% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}
@-webkit-keyframes jumpOut01 {
  0% {
    -webkit-transform: translate(-55%, 55%);
            transform: translate(-55%, 55%);
  }
  5% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  12% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  17% {
    -webkit-transform: translate(-55%, 55%);
            transform: translate(-55%, 55%);
  }
  100% {
    -webkit-transform: translate(-55%, 55%);
            transform: translate(-55%, 55%);
  }
}
@keyframes jumpOut01 {
  0% {
    -webkit-transform: translate(-55%, 55%);
            transform: translate(-55%, 55%);
  }
  5% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  12% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  17% {
    -webkit-transform: translate(-55%, 55%);
            transform: translate(-55%, 55%);
  }
  100% {
    -webkit-transform: translate(-55%, 55%);
            transform: translate(-55%, 55%);
  }
}
/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3913043478vw;
  }
}
@media (min-width: 1150px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
/*  width: 100%;*/
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  opacity: 0;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.inner {
  max-width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .inner {
    padding: 0 25px;
    width: 1150px;
    margin: 0 auto;
  }
}

.accordion {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 18px;
  padding-right: 1.125rem;
  background-color: #fffff3;
  border-radius: 0.75rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .accordion {
    padding-left: 1.875rem;
    padding-right: 1.6875rem;
  }
}

.accordion__fixed {
  padding: 22px 0 19px;
  padding: 1.375rem 0 1.1875rem;
  cursor: pointer;
}

.accordion__term {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.5625;
  color: #E35D44;
  padding-left: 37px;
  padding-left: 2.3125rem;
  padding-right: 32px;
  padding-right: 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .accordion__term {
    padding-left: 2.1875rem;
  }
}

.accordion__term::before {
  content: "Q";
  position: absolute;
  font-family: din-2014, sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 400;
  color: #E35D44;
  left: 0;
  top: 0;
  line-height: 1;
}

.accordion__term::after {
  content: "";
  position: absolute;
  width: 20px;
  width: 1.25rem;
  height: 10px;
  height: 0.625rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/orange-arrow-2px.png) no-repeat center/contain;
}

.accordion__movable {
  display: none;
  position: relative;
  padding: 21px 0 28px;
  padding: 1.3125rem 0 1.75rem;
}
@media screen and (min-width: 768px) {
  .accordion__movable {
    padding: 1.375rem 0 1.9375rem;
  }
}

.accordion__movable::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(to right, #E35D44, #E35D44 6px, transparent 0, transparent 12px);
}

.accordion__desc {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.5625;
  color: #664915;
}

.accordions-accordion:nth-child(n+2) {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.at-home__container {
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .at-home__container {
    padding-bottom: 3rem;
  }
}

.at-home__container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: repeating-linear-gradient(90deg, #fff 0, #fff 4px, transparent 4px, transparent 10px);
}

.btn {
  display: inline-block;
  background-color: #E35D44;
  color: #fffff3;
  border-radius: 999px;
  letter-spacing: 0.2em;
  white-space: nowrap;
  position: relative;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.2em;
  text-align: center;
}

.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  width: 0.5rem;
  height: 13px;
  height: 0.8125rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.btn--mv {
  padding: 15px 73px 14px 92px;
  padding: 0.9375rem 4.5625rem 0.875rem 5.75rem;
}
@media screen and (min-width: 768px) {
  .btn--mv {
    padding: 0.8125rem 4.6875rem 0.8125rem 5.5625rem;
  }
}

.btn--mv::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 28px;
  left: 1.75rem;
  width: 24px;
  width: 1.5rem;
  height: 29px;
  height: 1.8125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/common/search-icon.png);
}

.btn--mv::after {
  right: 15px;
  right: 0.9375rem;
  background-image: url(../images/common/white-arrow.png);
}

.btn--card {
  padding: 4px 55px 5px 71px;
  padding: 0.25rem 3.4375rem 0.3125rem 4.4375rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .btn--card {
    padding: 0.375rem 4.125rem 0.4375rem 3.75rem;
  }
}

.btn--card::after {
  right: 10px;
  right: 0.625rem;
  background-image: url(../images/common/white-arrow.png);
}

.btn--topics {
  background-color: #fffff3;
  color: #E35D44;
  font-weight: 500;
  padding: 5px 40px 5px 44px;
  padding: 0.3125rem 2.5rem 0.3125rem 2.75rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .btn--topics {
    padding: 0.25rem 2.5rem 0.375rem;
  }
}

.btn--topics::after {
  right: 10px;
  right: 0.625rem;
  background-image: url(../images/common/orange-arrow.png);
}

.btn--current-location {
  color: #E35D44;
  background-color: #fffff3;
  border: 1px solid #E35D44;
  padding: 11px 73px 11px 85px;
  padding: 0.6875rem 4.5625rem 0.6875rem 5.3125rem;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.15em;
}

.btn--current-location::before {
  content: "";
  position: absolute;
  left: 58px;
  left: 3.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  width: 1.125rem;
  height: 25px;
  height: 1.5625rem;
  background: url(../images/search/current-location-icon.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .btn--current-location::before {
    left: 3.1875rem;
  }
}

.card {
  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 (min-width: 768px) {
  .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.card__img {
  position: relative;
  width: 100%;
  height: 0;
  display: block;
  padding-top: 58.8%;
}
@media screen and (min-width: 768px) {
  .card__img {
    width: 48.6%;
    padding-top: 0;
    height: auto;
  }
}

.card__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 3;
}

.card__body {
  padding: 16px 16px 23px;
  padding: 1rem 1rem 1.4375rem;
  background-color: #fffff3;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .card__body {
    width: 51.4%;
    padding: 2.25rem 2.9375rem 2.5625rem;
  }
}

.card__date {
  color: #9F8C6B;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.26em;
  padding-left: 5px;
  padding-left: 0.3125rem;
}

.card__title {
  margin-top: 4px;
  margin-top: 0.25rem;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.16em;
  color: #E35D44;
  font-weight: 500;
  line-height: 1.375;
}
@media screen and (min-width: 768px) {
  .card__title {
    letter-spacing: 0.18em;
    margin-top: 0.25rem;
  }
}

.card__excerpt {
  margin-top: 8px;
  margin-top: 0.5rem;
  color: #664915;
  line-height: 1.53;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .card__excerpt {
    margin-top: 1.0625rem;
    line-height: 1.2;
  }
}

.card__foot {
  margin-top: 21px;
  margin-top: 1.3125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .card__foot {
    margin-top: 2.375rem;
  }
}

.cashless {
  background-color: #E35D44;
  padding-top: 132px;
  padding-top: 8.25rem;
  padding-bottom: 122px;
  padding-bottom: 7.625rem;
}
@media screen and (min-width: 768px) {
  .cashless {
    padding-top: 13.0625rem;
    padding-bottom: 8.625rem;
  }
}

.cashless__inner {
  padding: 0 45px;
  padding: 0 2.8125rem;
}
@media screen and (min-width: 768px) {
  .cashless__inner {
    padding: 0 25px;
  }
}

.cashless__heading {
  text-align: center;
}

.cashless__title.title {
  letter-spacing: 0;
  color: #fffff3;
}
@media screen and (min-width: 768px) {
  .cashless__title.title {
    letter-spacing: 0.2em;
  }
}

.cashless__content {
  margin-top: 39px;
  margin-top: 2.4375rem;
}
@media screen and (min-width: 768px) {
  .cashless__content {
    margin-top: 4.5625rem;
  }
}

.choose-service__container {
  text-align: center;
}

.choose-service__title.title {
  border-bottom: 1px solid #E35D44;
  padding-bottom: 0;
}

.choose-service__radios {
  margin-top: 33px;
  margin-top: 2.0625rem;
  width: 280px;
  width: 17.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .choose-service__radios {
    width: 100%;
    margin-top: 2rem;
  }
}

.choose-service__label {
  display: block;
  width: calc(33.33333% - 0.375rem);
  position: relative;
}

.choose-service__label:not(:nth-child(3n-2)) {
  margin-left: 9px;
  margin-left: 0.5625rem;
}

.choose-service__label:nth-child(n+4) {
  margin-top: 9px;
  margin-top: 0.5625rem;
}

.choose-service__label > input[type=radio],
.choose-service__label > input[type=checkbox] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
}

.choose-service__label > input[type=radio] + span,
.choose-service__label > input[type=checkbox] + span {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fffff3;
  border-radius: 0.6875rem;
  border: 1px solid #E35D44;
  width: 100%;
  letter-spacing: 0.15em;
  line-height: 1.75;
  color: #E35D44;
  height: 83px;
  height: 5.1875rem;
}
@media screen and (min-width: 768px) {
  .choose-service__label > input[type=radio] + span,
.choose-service__label > input[type=checkbox] + span {
    height: 5.125rem;
  }
}

.choose-service__label--three-lines > input[type=radio] + span,
.choose-service__label--three-lines > input[type=checkbox] + span {
  line-height: 1.375;
  letter-spacing: 0.05em;
}

.choose-service__label > input[type=checkbox]:focus + span {
  border: 1px solid #664915;
}

.choose-service__label > input[type=checkbox]:checked + span {
  background-color: #E35D44;
  color: #fffff3;
  border: 1px solid #E35D44;
}

.circle-link {
  width: calc(50% - 0.5625rem);
  max-width: 273px;
  max-width: 17.0625rem;
  display: block;
}

.circle-link__icon {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  border-radius: 50%;
  background-color: #fffff3;
  z-index: 1;
}

.circle-link__icon::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 90px;
  max-width: 5.625rem;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .circle-link__icon::before {
    max-width: 8.25rem;
    top: 38%;
  }
}

.circle-link__icon--web::before {
  background-image: url(../images/top/web-icon.png);
}

.circle-link__icon--line::before {
  background-image: url(../images/top/line-icon.png);
}

.circle-link__body {
  margin-top: -35px;
  margin-top: -2.1875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  z-index: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .circle-link__body {
    margin-top: -5.125rem;
    padding-right: 1.5rem;
  }
}

.circle-link__body::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  right: 0.8125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  width: 1.625rem;
  height: 26px;
  height: 1.625rem;
  background: url(../images/common/arrow-in-circle.png) no-repeat center/contain;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .circle-link__body::before {
    right: 4.625rem;
    width: 1.875rem;
    height: 1.875rem;
  }
}

.circle-link__text-en {
  position: relative;
  width: 64px;
  width: 4rem;
  height: 20px;
  height: 1.25rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .circle-link__text-en {
    width: 4.4375rem;
    height: 1.375rem;
  }
}

.circle-link__text-en img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.circle-link__text-ja {
  font-size: 19px;
  font-size: 1.1875rem;
  letter-spacing: 0.11em;
  color: #E35D44;
  margin-top: 7px;
  margin-top: 0.4375rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .circle-link__text-ja {
    font-size: 1.25rem;
  }
}

.circle-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.circle-links__link:first-child {
  margin-right: 18px;
  margin-right: 1.125rem;
}
@media screen and (min-width: 768px) {
  .circle-links__link:first-child {
    margin-right: 1.75rem;
  }
}

.connecting__container {
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  position: relative;
}

.copy-right {
  color: #E35D44;
  font-size: 10px;
  font-size: 0.625rem;
  text-align: center;
}

.current-location__content {
  text-align: center;
}

.delivery-course__container {
  padding-bottom: 34px;
  padding-bottom: 2.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .delivery-course__container {
    padding-bottom: 3.1875rem;
  }
}

.delivery-course__container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: repeating-linear-gradient(90deg, #fff 0, #fff 4px, transparent 4px, transparent 10px);
}

.delivery-flow__heading {
  text-align: center;
}

.delivery-flow__catch-copy {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.22em;
}
@media screen and (min-width: 768px) {
  .delivery-flow__catch-copy {
    letter-spacing: 0.28em;
  }
}

.delivery-flow__catch-copy span {
  font-size: 18px;
  font-size: 1.125rem;
}

.delivery-flow__feature-word {
  position: relative;
}

.delivery-flow__feature-word::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -125%);
          transform: translate(-50%, -125%);
  width: 15px;
  width: 0.9375rem;
  height: 6px;
  height: 0.375rem;
  background: url(../images/common/three-lines-icon.png) no-repeat center/contain;
}

.delivery-flow__title {
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .delivery-flow__title {
    margin-top: 0;
  }
}

.delivery-flow__title::after {
  background-image: url(../images/delivery/delivery-flow_title-sp.png);
}
@media screen and (min-width: 768px) {
  .delivery-flow__title::after {
    background-image: url(../images/delivery/delivery-flow_title-pc.png);
  }
}

.delivery-flow__content {
  position: relative;
  width: 400px;
  max-width: 100%;
  margin: 48px auto 0;
  margin: 3rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: calc(100% + 10px);
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
  background-color: #fff;
  border: 1px solid #E35D44;
  border-radius: 2.0625rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .delivery-flow__content {
    width: 35.625rem;
    padding-left: 1.875rem;
    margin-top: 2.6875rem;
    padding-bottom: 0;
    padding-top: 0;
  }
}

.delivery-flow__slider.flow-slider {
  height: 384px;
}
.delivery-flow__step {
  margin-left: 22px;
  margin-left: 1.375rem;
  margin-right: auto;
}
.delivery-flow__foot {
  background-color: #F1ECD9;
  border-radius: 5px;
  margin-top: 58px;
  margin-top: 3.625rem;
  padding: 20px 15px;
  padding: 1.25rem 0.9375rem;
  width: 330px;
  width: 20.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .delivery-flow__foot {
    margin-top: 3.1875rem;
  }
}

.delivery-flow__attention {
  line-height: 1.67;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: #664915;
}

.delivery-main__flow {
  margin-top: 67px;
  margin-top: 4.1875rem;
}
@media screen and (min-width: 768px) {
  .delivery-main__flow {
    margin-top: 5.3125rem;
  }
}

.delivery-main__recommend {
  margin-top: 63px;
  margin-top: 3.9375rem;
}
@media screen and (min-width: 768px) {
  .delivery-main__recommend {
    margin-top: 5.1875rem;
  }
}

.delivery-recommend__inner {
  padding: 0 50px;
}

.delivery-recommend__heading {
  text-align: center;
}

.delivery-recommend__title.title {
  letter-spacing: 0.1em;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}

.delivery-recommend__title.title::after {
  height: 22px;
  height: 1.375rem;
  background-image: url(../images/delivery/recommend_title-sp.png);
}
@media screen and (min-width: 768px) {
  .delivery-recommend__title.title::after {
    background-image: url(../images/delivery/recommend_title-pc.png);
  }
}

.delivery-recommend__content {
  margin-top: 40px;
  margin-top: 2.5rem;
  width: 100%;
  max-width: 480px;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .delivery-recommend__content {
    margin-top: 3.8125rem;
    width: 35.375rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.drawer-icon {
  position: absolute;
  width: 61px;
  height: 59px;
  top: 0;
  right: 0;
  border-radius: 0 0 0 20px;
  background-color: #fffff3;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: inherit;
}

.drawer-icon__bars {
  position: absolute;
  width: 31px;
  height: 29px;
  top: 12px;
  right: 17px;
}

.drawer-icon__bar {
  width: inherit;
  height: 1px;
  background-color: #E35D44;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  right: 0;
}

.drawer-icon__bar:first-child {
  bottom: 7px;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.drawer-icon__bar:nth-child(2) {
  bottom: 0;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

.drawer-icon__bars.is-active .drawer-icon__bar {
  width: 30px;
  right: 2px;
}

.drawer-icon__bars.is-active .drawer-icon__bar:first-child {
  -webkit-transform: rotateZ(-33deg);
          transform: rotateZ(-33deg);
  bottom: 10px;
}

.drawer-icon__bars.is-active .drawer-icon__bar:nth-child(2) {
  -webkit-transform: rotateZ(33deg);
          transform: rotateZ(33deg);
  bottom: -6px;
}

.drawer-icon__text {
  display: inline-block;
  opacity: 0;
  color: #E35D44;
  font-size: 10px;
  width: 100%;
  position: absolute;
  text-transform: uppercase;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
  top: 2px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-family: din-2014, sans-serif;
  letter-spacing: 0.2em;
}

.drawer-icon__text.is-show {
  opacity: 1;
}

.drawer-icon__text--close {
  font-size: 9px;
  top: 0;
}

.drawer {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 40;
}

.drawer__wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -101%;
  z-index: -1;
  background-color: #fffff3;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.drawer__wrapper.is-active {
  right: 0;
}

.drawer__inner {
  padding-left: 43px;
  padding-left: 2.6875rem;
  padding-right: 43px;
  padding-right: 2.6875rem;
  position: relative;
}

.drawer__inner::before {
  content: "";
  position: absolute;
  right: 53px;
  right: 3.3125rem;
  bottom: 187px;
  bottom: 11.6875rem;
  width: 94px;
  width: 5.875rem;
  height: 169px;
  height: 10.5625rem;
  background: url(../images/common/drawer-illust01.png) no-repeat center/contain;
}

.drawer__content {
  padding-top: 87px;
  padding-top: 5.4375rem;
  padding-bottom: 205px;
  padding-bottom: 12.8125rem;
}

.drug-consulting__container {
  padding-bottom: 34px;
  padding-bottom: 2.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .drug-consulting__container {
    padding-bottom: 2.5625rem;
  }
}

.drug-consulting__container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: repeating-linear-gradient(90deg, #fff 0, #fff 4px, transparent 4px, transparent 10px);
}

.efforts {
  background-color: #fffff3;
  padding-top: 59px;
  padding-top: 3.6875rem;
  padding-bottom: 72px;
  padding-bottom: 4.5rem;
  border-radius: 4.1875rem;
}
@media screen and (min-width: 768px) {
  .efforts {
    border-radius: 9.375rem;
    padding-top: 4.75rem;
    padding-bottom: 7.625rem;
  }
}

.efforts__inner {
  width: 835px;
  width: 52.1875rem;
  max-width: 100%;
  margin: 0 auto;
}

.efforts__heading {
  text-align: center;
}

.efforts__content {
  margin-top: 46px;
  margin-top: 2.875rem;
}
@media screen and (min-width: 768px) {
  .efforts__content {
    margin-top: 4.375rem;
  }
}

.faq-main {
  background-color: #E35D44;
  padding-top: 69px;
  padding-top: 4.3125rem;
  border-radius: 0 3.625rem 0 0;
}
@media screen and (min-width: 768px) {
  .faq-main {
    padding-top: 5.625rem;
    border-radius: 0 9.8125rem 0 0;
  }
}

.faq-main__content {
  width: 323px;
  width: 20.1875rem;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .faq-main__content {
    width: 31.25rem;
  }
}

.fixed-area {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 40;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .fixed-area {
    left: 0;
    width: auto;
    height: 100vh;
    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;
  }
}

.fixed-area__box {
  border-radius: 23px 23px 0 0;
  background-color: #fffff3;
  text-align: center;
  border: 1px solid #E35D44;
  padding: 13px 15px 19px;
  padding: 0.8125rem 0.9375rem 1.1875rem;
}
@media screen and (min-width: 768px) {
  .fixed-area__box {
    border-radius: 0 23px 23px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 1.375rem 0.6875rem 1.375rem 0;
  }
}

.fixed-area__text {
  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;
}
@media screen and (min-width: 768px) {
  .fixed-area__text {
    margin-left: 0.625rem;
  }
}

.fixed-area__text span {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.67;
  letter-spacing: 0.2em;
  font-weight: 500;
  color: #E35D44;
  font-family: "Kiwi Maru", serif;
  position: relative;
  display: inline-block;
  padding: 0 11px;
}
@media screen and (min-width: 768px) {
  .fixed-area__text span {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    padding: 1.3125rem 0;
    font-size: 1rem;
  }
}

.fixed-area__text span::before,
.fixed-area__text span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1.5px;
  height: 19px;
  height: 1.1875rem;
  background-color: #E35D44;
}
.fixed-area__text span::before {
  left: 0;
  -webkit-transform: translateY(-50%) rotateZ(-14deg);
          transform: translateY(-50%) rotateZ(-14deg);
}
@media screen and (min-width: 768px) {
  .fixed-area__text span::before {
    left: 50%;
    -webkit-transform: translateX(-50%) rotateZ(-104deg);
            transform: translateX(-50%) rotateZ(-104deg);
    top: 0;
  }
}

.fixed-area__text span::after {
  right: 0;
  -webkit-transform: translateY(-50%) rotateZ(14deg);
          transform: translateY(-50%) rotateZ(14deg);
}
@media screen and (min-width: 768px) {
  .fixed-area__text span::after {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%) rotateZ(104deg);
            transform: translateX(-50%) rotateZ(104deg);
    top: auto;
    bottom: 0;
  }
}

.fixed-area__btns {
  margin-top: 10px;
  margin-top: 0.625rem;
  width: 100%;
  max-width: 480px;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .fixed-area__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}

.fixed-area__btn {
  width: 100%;
  padding: 8px 0;
  padding: 0.5rem 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fixed-area__btn {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    width: 100%;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.375rem 1rem 2rem 0.625rem;
    border-radius: 0 1.125rem 1.125rem 0;
  }
}

.fixed-area__foot {
  margin-top: 6px;
  margin-top: 0.375rem;
  width: 84.5%;
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
  max-width: 30rem;
}
.fixed-area__btns .fixed-area__btn {
  width: calc(50% - 0.1875rem);
}
@media screen and (min-width: 768px) {
  .fixed-area__btns .fixed-area__btn {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .fixed-area__btn.is-sp {
    display: none;
  }
}

.fixed-area__btn.is-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .fixed-area__btn.is-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.fixed-area__btn span {
  display: none;
}
@media screen and (min-width: 768px) {
  .fixed-area__btn span {
    display: inline-block;
    width: 1rem;
    height: 7.9375rem;
    left: 45%;
    top: 50%;
    -webkit-transform: translate(-50% -50%);
            transform: translate(-50% -50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}

@media screen and (min-width: 768px) {
  .fixed-area__btn--green span {
    background-image: url(../images/common/send-line-pc.png);
  }
}

@media screen and (min-width: 768px) {
  .fixed-area__btn--orange span {
    background-image: url(../images/common/send-web-pc.png);
  }
}

@media screen and (min-width: 768px) {
  .line-main__fixed-area .fixed-area__btn--green span {
    background-image: url(../images/line/line-registration-word.png);
    height: 15.9375rem;
  }
}

.fixed-area__btn::after {
  background-image: url(../images/common/white-arrow.png);
  right: 16px;
  right: 1rem;
}
@media screen and (min-width: 768px) {
  .fixed-area__btn::after {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%) rotateZ(90deg);
            transform: translateX(-50%) rotateZ(90deg);
    bottom: 0.5rem;
    top: auto;
  }
}

.fixed-area__btn--green {
  background-color: #06BE55;
}

.fixed-area__btn--orange {
  background-color: #F18544;
}

.fixed-area__btn:nth-child(n+2) {
  margin-left: 6px;
  margin-left: 0.375rem;
}
@media screen and (min-width: 768px) {
  .fixed-area__btn:nth-child(n+2) {
    margin-left: 0;
    margin-top: 0.6875rem;
  }
}

.flow-attention {
  background-color: #F1ECD9;
  width: 321px;
  width: 20.0625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  color: #664915;
}
@media screen and (min-width: 768px) {
  .flow-attention {
    width: 32.75rem;
  }
  .locker-main .flow-attention{
    width: 33.5rem;
  }
}

.flow-attention__inner {
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .flow-attention__inner {
    padding: 0 2rem;
  }
}

.flow-attention__container {
  padding: 22px 0 33px;
  padding: 1.375rem 0 2.0625rem;
}
@media screen and (min-width: 768px) {
  .flow-attention__container {
    padding: 1.25rem 0 1.75rem;
  }
}

.flow-attention__title {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.2em;
  font-weight: 400;
  text-align: center;
}

.flow-attention__items {
  margin-top: 19px;
  margin-top: 1.1875rem;
}

.flow-attention__item {
  line-height: 1.75;
  letter-spacing: 0.2em;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  padding-left: 23px;
  padding-left: 1.4375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .flow-attention__item {
    padding-left: 1.5rem;
  }
}

.flow-attention__item:nth-child(3) {
  /* margin-top: 20px; */
  /* margin-top: 1.25rem; */
}

.flow-attention__item::before {
  position: absolute;
  left: 3px;
  left: 0.1875rem;
  top: 0;
}

ol.flow-attention__items .flow-attention__item:nth-child(1):before {
  content: "1.";
}
ol.flow-attention__items .flow-attention__item:nth-child(2):before {
  content: "2.";
}
ol.flow-attention__items .flow-attention__item:nth-child(3):before {
  content: "3.";
}
ol.flow-attention__items .flow-attention__item:nth-child(4):before {
  content: "4.";
}
ol.flow-attention__items .flow-attention__item:nth-child(5):before {
  content: "5.";
}
ul.flow-attention__items .flow-attention__item:before {
  content: "※";
}

.flow-card {
  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;
  height: 284px;
  height: 17.75rem;
}

.flow-card__icon {
  width: 144px;
  width: 9rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .locker-flow__slider .flow-card__icon {
    width: 13.125rem;
    max-width: 13.125rem;
  }
}

.line-flow__slider .flow-card__icon {
  width: 215px;
  width: 13.4375rem;
}
@media screen and (min-width: 768px) {
  .line-flow__slider .flow-card__icon {
    width: 35rem;
  }
}

.send-flow__slider .flow-card__icon {
  width: 215px;
  width: 13.4375rem;
}
@media screen and (min-width: 768px) {
  .send-flow__slider .flow-card__icon {
    width: 35rem;
  }
}

@media screen and (min-width: 768px) {
  .delivery-flow__slider .flow-card__icon {
    width: 13rem;
  }
}

@media screen and (min-width: 768px) {
  .myna-flow__slider .flow-card__icon {
    width: 13rem;
  }
}

@media screen and (min-width: 768px) {
  .online-flow__slider .flow-card__icon {
    width: 18rem;
  }
}

@media screen and (min-width: 768px) {
  .flow-flow__slider .flow-card__icon {
    width: 10.75rem;
  }
}

@media screen and (min-width: 768px) {
  .line-flow__slider .flow-card__icon--small {
    width: 20rem;
  }
}

.send-flow__slider .flow-card__icon--small {
  width: 120px;
  width: 7.5rem;
}
@media screen and (min-width: 768px) {
  .send-flow__slider .flow-card__icon--small {
    width: 15rem;
  }
}

.flow-card__text {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  line-height: 1.5625;
  letter-spacing: 0.2em;
  margin-top: 9px;
  margin-top: 0.5625rem;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .flow-card__text {
    margin-top: 1.5rem;
    text-align: center;
  }
}

.flow-card__text--small {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2.08;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  width: 100%;
}

.flow-card__text:first-child {
  margin-top: 0;
}

.flow-card__attention {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  line-height: 1.923;
  letter-spacing: 0.2em;
  font-size: 13px;
  font-size: 0.8125rem;
}

.flow-card__attention--small {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2em;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.flow-card__link-wrapper {
  width: 184px;
  width: 11.5rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #E35D44;
  text-align: center;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .flow-card__link-wrapper {
    width: 17.8125rem;
    padding-bottom: 2rem;
    margin-top: 0;
  }
}

.flow-card__link-title {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  line-height: 1.267;
  letter-spacing: 0.075em;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  background-color: #E35D44;
  color: #fffff3;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .flow-card__link-title {
    font-size: 1rem;
    line-height: 1.375;
  }
}

.flow-card__devices {
  margin-top: 3px;
  margin-top: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .flow-card__devices {
    margin-top: 1.75rem;
  }
}

@media screen and (min-width: 768px) {
  .flow-card__device {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.flow-card__device:nth-child(n+2) {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .flow-card__device:nth-child(n+2) {
    margin-top: 2.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .flow-card__wrapper {
    width: calc(100% - 7.125rem);
  }
}

.flow-card__device-name {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  line-height: 1.5625;
  letter-spacing: 0.2em;
  font-size: 16px;
  font-size: 1rem;
}

.flow-card__link {
  height: 40px;
  height: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.flow-card__link--iphone {
  width: 109px;
  width: 6.8125rem;
  background: url(../images/common/appstore.png) no-repeat center/contain;
}

.flow-card__link--android {
  width: 135px;
  width: 8.4375rem;
  background: url(../images/common/googleplay.png) no-repeat center/contain;
}

@media screen and (min-width: 768px) {
  .flow-card__qr-img {
    width: 5.4375rem;
    height: 5.4375rem;
    background-color: #cdcdcd;
    margin-right: 1.6875rem;
  }
}

.flow-card__foot {
  margin-top: 16px;
  margin-top: 1rem;
}

.flow-card__btns {
  margin-top: 12px;
  margin-top: 0.75rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .flow-card__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.5rem;
  }
}

.flow-card__btn {
  padding: 6px 26px 6px 17px;
  padding: 0.375rem 1.625rem 0.375rem 1.0625rem;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.flow-card__btn::after {
  background-image: url(../images/common/white-arrow.png);
  right: 8px;
  right: 0.5rem;
}

.flow-card__btn--green {
  padding: 8px 39px 8px 33px;
  padding: 0.5rem 2.4375rem 0.5rem 2.0625rem;
  background-color: #06BE55;
}

.flow-card__btn--green::after {
  background-image: url(../images/common/white-arrow.png);
  right: 16px;
  right: 1rem;
}

.flow-card__btn--orange {
  padding: 8px 39px 8px 33px;
  padding: 0.5rem 2.4375rem 0.5rem 2.0625rem;
  background-color: #F18544;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .flow-card__btn--orange {
    margin-top: 0;
    margin-left: 0.375rem;
  }
}

.flow-card__foot .flow-card__btn--orange {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .flow-card__foot .flow-card__btn--orange {
    margin-left: 0;
  }
}

.flow-card__btn--orange::after {
  background-image: url(../images/common/white-arrow.png);
  right: 16px;
  right: 1rem;
}

.flow-flow__heading {
  text-align: center;
}

.flow-flow__catch-copy {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.22em;
}
@media screen and (min-width: 768px) {
  .flow-flow__catch-copy {
    letter-spacing: 0.28em;
  }
}

.flow-flow__catch-copy span {
  font-size: 18px;
  font-size: 1.125rem;
}

.flow-flow__feature-word {
  position: relative;
}

.flow-flow__feature-word::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -125%);
          transform: translate(-50%, -125%);
  width: 15px;
  width: 0.9375rem;
  height: 6px;
  height: 0.375rem;
  background: url(../images/common/three-lines-icon.png) no-repeat center/contain;
}

.flow-flow__title {
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .flow-flow__title {
    margin-top: 0;
  }
}

.flow-flow__title::after {
  background-image: url(../images/flow/flow-flow_title-sp.png);
}
@media screen and (min-width: 768px) {
  .flow-flow__title::after {
    background-image: url(../images/flow/flow-flow_title-pc.png);
  }
}

.flow-flow__content {
  position: relative;
  width: 400px;
  max-width: 100%;
  margin: 32px auto 0;
  margin: 2rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border: 1px solid #E35D44;
  border-radius: 2.0625rem;
  padding-top: 42px;
  padding-top: 2.625rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .flow-flow__content {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    width: 35.625rem;
    padding-left: 1.875rem;
    margin-top: 2.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .flow-flow__slider.flow-slider {
    padding-right: 4.3125rem;
  }
}

.flow-flow__step {
  margin-left: 22px;
  margin-left: 1.375rem;
  margin-right: auto;
}
.flow-flow__foot {
  background-color: #F1ECD9;
  border-radius: 5px;
  margin-top: 58px;
  margin-top: 3.625rem;
  padding: 20px 15px;
  padding: 1.25rem 0.9375rem;
  width: 330px;
  width: 20.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .flow-flow__foot {
    margin-top: 3.1875rem;
  }
}

.flow-flow__attention {
  line-height: 1.67;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: #664915;
}

.flow-main__merit {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .flow-main__merit {
    margin-top: 4.375rem;
  }
}

.flow-main__attention {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .flow-main__attention {
    margin-top: 5rem;
  }
}

.flow-slider {
  padding-right: 24px;
  padding-right: 1.5rem;
  height: 274px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .flow-slider--three-step {
    height: 334px;
  }
}

@media screen and (min-width: 768px) {
  .flow-slider--five-step {
    height: 450px;
  }
}

@media screen and (min-width: 768px) {
  .flow-slider--six-step {
    height: 516px;
  }
}

.flow-slider--high {
  height: 334px;
}
@media screen and (min-width: 768px) {
  .flow-slider--high {
    height: 450px;
  }
}

.flow-slider__content {
  height: 337px;
  margin-left: 32px;
  margin-left: 2rem;
  height: 100%;
}

.line-flow .flow-slider__content {
  margin-left: 16px;
  margin-left: 1rem;
  height: 100%;
}

.flow-slider__item-wrapper {
  height: 100%;
}

.flow-slider__item {
  height: 100%;
}

.flow-slider__card {
  height: 100%;
  max-width: 100%;
  margin-left: auto;
  background:#fff;
}

.footer {
  background-color: #F1ECD9;
  position: relative;
}

.footer::before {
  content: "";
  position: absolute;
  width: 180px;
  width: 11.25rem;
  height: 96px;
  height: 6rem;
  top: 37px;
  top: 2.3125rem;
  left: 28px;
  left: 1.75rem;
  background: url(../images/common/footer-illust01.png) no-repeat center/contain;
  display: none;
}
@media screen and (min-width: 768px) {
  .footer::before {
    top: 4.5rem;
    left: calc(50% - 23.75rem);
  }
}

.footer__inner {
  padding-left: 45px;
  padding-left: 2.8125rem;
  padding-right: 45px;
  padding-right: 2.8125rem;
}

.footer__content {
  padding-top: 150px;
  padding-top: 9.375rem;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
}
@media screen and (min-width: 768px) {
  .footer__content {
    padding-top: 4.3125rem;
  }
}

.footer__content--space-l {
  padding-bottom: 144px;
  padding-bottom: 9rem;
}
@media screen and (min-width: 768px) {
  .footer__content--space-l {
    padding-bottom: 0.875rem;
  }
}

.footer__content--space-xl {
  padding-bottom: 144px;
  padding-bottom: 9rem;
}

@media screen and (min-width: 768px) {
  .footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    padding-right: 0;
    gap: 2.5em;
  }
}

.footer__info {
  width: 60%;
  min-width: 220px;
  min-width: 13.75rem;
  margin: 36px auto 0;
  margin: 2.25rem auto 0;
}
@media screen and (min-width: 768px) {
  .footer__info {
    margin-top: 0.875rem;
    width: 100%;
    padding-right: 0;
  }
}

.footer__links {
  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 (min-width: 768px) {
  .footer__links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__link:not(:last-child) {
  margin-right: 26px;
  margin-right: 1.625rem;
}

.footer__link a {
  font-size: 12px;
  font-size: 0.75rem;
  color: #E35D44;
  letter-spacing: 0.1em;
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 400;
}

.footer__copy-right {
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.1em;
  font-family: heisei-maru-gothic-std, sans-serif;
  margin-top: 8px;
  margin-top: 0.5rem;
  font-weight: 400;
}

.footer__to-top {
  z-index: 2;
}

.free-word__container {
  text-align: center;
}

.free-word__title.title {
  border-bottom: 1px solid #E35D44;
  padding-bottom: 0;
}

.free-word__content {
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .free-word__content {
    margin-top: 1.0625rem;
  }
}

.free-word__content input[type=text] {
  margin: 0 auto;
  border: 1px solid #E35D44;
  border-radius: 0.490625rem;
  padding: 11px 10px;
  padding: 0.6875rem 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  display: block;
  width: 292px;
  width: 18.25rem;
  max-width: 100%;
}

.free-word__content input[type=text]::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  color: #F0A89B;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}

.free-word__content input[type=text]::-moz-placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  color: #F0A89B;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}

.free-word__content input[type=text]::-ms-input-placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  color: #F0A89B;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}

.free-word__content input[type=text]::placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  color: #F0A89B;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}

.from-area__container {
  text-align: center;
}

.from-area__title.title {
  border-bottom: 1px solid #E35D44;
  padding-bottom: 0;
}

.from-area__checks-wrapper {
  margin-top: 32px;
  margin-top: 2rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 285px;
  width: 17.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .from-area__checks-wrapper {
    width: 26.875rem;
  }
}

.from-area__checks {
  width: calc(50% - 6px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 20px;
  border: 1px solid #E35D44;
  background-color: #fffff3;
}

.from-area__checks.is-active {
  color: #fffff3;
  background-color: #E35D44;
}

.from-area__check {
  display: inline-block;
  padding: 8px 0;
  padding: 0.5rem 0;
  color: #E35D44;
  line-height: 1;
  letter-spacing: 0.15em;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 20px 20px 0 0;
}

.from-area__check.is-active {
  color: #fffff3;
}

.from-area__single-check {
  display: inline-block;
  background-color: #fffff3;
  color: #E35D44;
  line-height: 1;
  width: calc(50% - 6px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.from-area__child-check {
  display: inline-block;
  padding: 8px 0;
  padding: 0.5rem 0;
  color: #E35D44;
  line-height: 1;
  letter-spacing: 0.15em;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fffff3;
  border-radius: 0 0 20px 20px;
  border-top: 1px solid #E35D44;
  -webkit-transition: border-radius 0s ease 0.4s;
  transition: border-radius 0s ease 0.4s;
}

.from-area__child-check.is-active {
  border-radius: 0;
  background-color: #E35D44;
  color: #fffff3;
}

.from-area__checks:nth-child(2n),
.from-area__single-check:nth-child(2n) {
  margin-left: 12px;
  margin-left: 0.75rem;
}
.from-area__single-check {
  margin-top: 7px;
  margin-top: 0.4375rem;
}
.from-area__inner,
.from-area__child-inner {
  display: none;
}

.from-area__label {
  width: 100%;
  position: relative;
}
.from-area__check > input[type=checkbox],
.from-area__child-checks input[type=checkbox],
.from-area__label > input[type=checkbox] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
}

.from-area__label > input[type=checkbox] + span {
  display: inline-block;
  padding: 8px 0;
  padding: 0.5rem 0;
  background-color: #fffff3;
  color: #E35D44;
  width: 100%;
  line-height: 1;
  letter-spacing: 0.15em;
  border-top: 1px solid #E35D44;
}

.from-area__child-check > span {
  display: inline-block;
  padding: 8px 0;
  padding: 0.5rem 0;
  background-color: #fffff3;
  color: #E35D44;
  width: 100%;
  line-height: 1;
  letter-spacing: 0.15em;
  border-top: 1px solid #E35D44;
  border-radius: 0 0 20px 20px;
}

.from-area__child-inner span {
  display: inline-block;
  padding: 8px 0;
  padding: 0.5rem 0;
  background-color: #fffff3;
  color: #E35D44;
  width: 100%;
  line-height: 1;
  letter-spacing: 0.15em;
  border-top: 1px solid #E35D44;
}

.from-area__label:last-child > input[type=checkbox] + span {
  border-radius: 0 0 20px 20px;
}

.from-area__single-check .from-area__label > input[type=checkbox] + span {
  border-radius: 20px;
  padding: 8px 0;
  padding: 0.5rem 0;
  letter-spacing: 0.15em;
  border: 1px solid #E35D44;
  display: inline-block;
  padding: 8px 0;
  padding: 0.5rem 0;
  background-color: #fffff3;
  color: #E35D44;
  width: 100%;
  line-height: 1;
  letter-spacing: 0.15em;
  border-top: 1px solid #E35D44;
}

.from-area__label > input[type=checkbox]:focus + span {
  border: 1px solid #664915;
}

.from-area__label > input[type=checkbox]:checked + span {
  background-color: #E35D44;
  color: #fffff3;
  border-color: #fffff3;
}

.gifu-univ__inner {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .gifu-univ__inner {
    padding: 0 25px;
    width: 980px;
    max-width: 100%;
    margin: 0 auto;
  }
}

.gifu-univ__container {
  padding-bottom: 52px;
  padding-bottom: 3.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .gifu-univ__container {
    padding-bottom: 3.8125rem;
  }
}

.gifu-univ__container::after {
  content: "";
  position: absolute;
  width: 64.4%;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: repeating-linear-gradient(90deg, #fff 0, #fff 4px, transparent 4px, transparent 10px);
}
@media screen and (min-width: 768px) {
  .gifu-univ__container::after {
    width: 48.4%;
    min-width: 25rem;
  }
}

@media screen and (min-width: 768px) {
  .global-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: inherit;
    margin-left: auto;
    font-size: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .global-nav__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: inherit;
  }
}

.global-nav__item {
  height: inherit;
}

.global-nav__item--bubble {
  height: inherit;
  position: relative;
  display: inline-block;
  height: inherit;
  padding: 0 10px;
  padding: 0 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #E35D44;
  font-weight: 500;
  letter-spacing: 0.1em;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.global-nav__item--bubble:hover {
  color: #F0A799;
}

.global-nav__item a {
  display: inline-block;
  height: inherit;
  padding: 0 10px;
  padding: 0 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #E35D44;
  letter-spacing: 0.1em;
  font-weight: 500;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.global-nav__item a:hover {
  color: #F0A799;
  opacity: 1;
}

.global-nav__bubble {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, calc(100% - 0.5rem));
          transform: translate(-50%, calc(100% - 0.5rem));
  padding: 8px 35px 13px;
  padding: 0.5rem 2.1875rem 0.8125rem;
  border: 1px solid #E35D44;
  border-radius: 0.9375rem;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: left;
  visibility: hidden;
  opacity: 0;
}

.global-nav__bubble--left {
  right: 0;
  left: auto;
  -webkit-transform: translate(0, calc(100% - 0.5rem));
          transform: translate(0, calc(100% - 0.5rem));
}

.global-nav__item--bubble:hover .global-nav__bubble {
  visibility: visible;
  opacity: 1;
}

.global-nav__bubble.is-show {
  display: inline-block;
  visibility: visible;
  opacity: 1;
}

.global-nav__bubble::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -10px);
          transform: translate(-50%, -10px);
  width: 20px;
  height: 12px;
  background: url(../images/common/bubble-arrow2.png) no-repeat center bottom/contain;
}

.global-nav__bubble--left::before {
  right: 31px;
  right: 1.9375rem;
  left: auto;
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}

.global-nav__bubble a {
  white-space: nowrap;
  display: inline-block;
  line-height: 1;
  padding: 8px 22px 8px 0;
  padding: 0.5rem 1.375rem 0.5rem 0;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.2em;
  text-align: left;
  font-weight: 500;
}

.global-nav__bubble a:hover {
  color: #F0A799;
}

.global-nav__bubble a::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  width: 0.375rem;
  height: 9px;
  height: 0.5625rem;
  background: url(../images/common/orange-arrow.png) no-repeat center/contain;
}

.header {
  position: fixed;
  width: 100%;
  height: 59px;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 60;
}
@media screen and (min-width: 768px) {
  .header {
    height: 80px;
  }
}

.header__inner {
  height: inherit;
  padding: 0 0 0 17px;
  padding: 0 0 0 1.0625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header__inner {
    width: 100%;
    padding: 0 15px;
  }
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  background-color: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 60;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.icon-link {
  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;
}

.icon-link__icon {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 84%;
}

.icon-link__icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.icon-link__icon--flow::before {
  background-image: url(../images/top/movement-icon01.png);
}

.icon-link__icon--relationship::before {
  background-image: url(../images/top/movement-icon02.png);
}

.icon-link__icon--safe::before {
  background-image: url(../images/top/movement-icon03.png);
}

.icon-link__icon--model::before {
  background-image: url(../images/top/movement-icon04.png);
}

.icon-link__icon--model::before {
  background-image: url(../images/top/movement-icon04.png);
}

.icon-link__icon--pcp::before {
  background-image: url(../images/top/movement-pcp.png);
}
.icon-link__icon--hhc::before {
  background-image: url(../images/top/movement-hhc.png);
}
.icon-link__icon--self-medication::before {
  background-image: url(../images/top/movement-self-medication.png);
}
.icon-link__icon--locker::before {
  background-image: url(../images/top/movement-locker.png);
}
.icon-link__icon--delivery::before {
  background-image: url(../images/top/movement-delivery.png);
}
.icon-link__foot {
  width: 100%;
  text-align: center;
  margin-top: 6px;
  margin-top: 0.375rem;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .icon-link__foot {
    margin-top: 0.8125rem;
    width: auto;
  }
}

.icon-link__name {
  font-size: 14px;
  font-size: 0.811rem;
  color: #E35D44;
  letter-spacing: 0.26em;
  padding-right: 25px;
  padding-right: 1.5625rem;
  display: block;
  width: 100%;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .icon-link__name {
    padding-right: 1rem;
  }
}

.icon-link__name::before {
  content: "";
  position: absolute;
  width: 6px;
  width: 0.375rem;
  height: 10px;
  height: 0.625rem;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/orange-arrow.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .icon-link__name::before {
    width: 0.4375rem;
    height: 0.75rem;
  }
}

.icon-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 560px;
  width: 35rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  gap:1em 4%;
  justify-content:center;
}
@media screen and (min-width: 768px) {
  .icon-links {
    width: 100%;
  }
}
.icon-links__link {
  width: calc(48%);
}
@media screen and (min-width: 768px) {
  .icon-links__link {
    width: calc(22%);
  }
}
.inner-card {
  background-color: #fffff3;
  border-radius: 1.375rem;
  padding: 11px 0 14px;
  padding: 0.6875rem 0 0.875rem;
  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;
}
.inner-card__icon {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .inner-card__icon {
    width: 100%;
  }
}
.delivery-main__merit .inner-card {
  padding-top: 25px;
  padding-top: 1.5625rem;
}

.delivery-main__merit .inner-card__icon {
  width: 100%;
}
.online-main__merit .inner-card__icon {
  width: 100%;
}
.inner-card__text {
  text-align: center;
  font-family: "Kiwi Maru", serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5625;
  letter-spacing: 0.1em;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .inner-card__text {
    margin-top: auto;
    margin-bottom: auto;
  }
}

.locker-main .inner-card__text {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .locker-main .inner-card__text {
    margin-top: auto;
    margin-bottom: auto;
  }
}

.flow-main .inner-card__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71;
}
@media screen and (min-width: 768px) {
  .flow-main .inner-card__text {
    margin-top: auto;
    margin-bottom: auto;
  }
}

.inner-card__addition {
  text-align: center;
  font-family: "Kiwi Maru", serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.12em;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.inner-cards {
  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 (min-width: 768px) {
  .inner-cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .inner-cards__card {
    width: 12.5rem;
  }
}

.inner-cards__card:nth-child(n+2) {
  margin-top: 17px;
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .inner-cards__card:nth-child(n+2) {
    margin-top: 0;
    margin-left: 0.625rem;
  }
}

.line-flow__heading {
  text-align: center;
}

.line-flow__catch-copy {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.22em;
}
@media screen and (min-width: 768px) {
  .line-flow__catch-copy {
    letter-spacing: 0.28em;
  }
}

.line-flow__catch-copy span {
  font-size: 18px;
  font-size: 1.125rem;
}

.line-flow__feature-word {
  position: relative;
}

.line-flow__feature-word::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -125%);
          transform: translate(-50%, -125%);
  width: 15px;
  width: 0.9375rem;
  height: 6px;
  height: 0.375rem;
  background: url(../images/common/three-lines-icon.png) no-repeat center/contain;
}

.line-flow__title.title {
  margin-top: 0;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .line-flow__title.title {
    margin-top: 0;
    letter-spacing: 0.2em;
  }
}

.line-flow__title::after {
  background-image: url(../images/line/line-flow_title-sp.png);
}
@media screen and (min-width: 768px) {
  .line-flow__title::after {
    background-image: url(../images/line/line-flow_title-pc.png);
  }
}

.line-flow__content {
  position: relative;
  width: 400px;
  max-width: 100%;
  margin: 44px auto 0;
  margin: 2.75rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: calc(100% + 10px);
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
  background-color: #fff;
  border: 1px solid #E35D44;
  border-radius: 2.0625rem;
  padding-top: 42px;
  padding-top: 2.625rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .line-flow__content {
    width: 55rem;
    margin-top: 2.6875rem;
    padding: 3.25rem 1.875rem 3rem;
  }
}

.line-flow__step {
  margin-left: 22px;
  margin-left: 1.375rem;
  margin-right: auto;
}
.line-flow__foot {
  background-color: #F1ECD9;
  border-radius: 5px;
  margin-top: 58px;
  margin-top: 3.625rem;
  padding: 20px 15px;
  padding: 1.25rem 0.9375rem;
  width: 330px;
  width: 20.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .line-flow__foot {
    margin-top: 3.1875rem;
  }
}

.line-flow__attention {
  line-height: 1.67;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: #664915;
}

.line-main__flow {
  margin-top: 73px;
  margin-top: 4.5625rem;
}
@media screen and (min-width: 768px) {
  .line-main__flow {
    margin-top: 5.8125rem;
  }
}

.line-main__attention {
  margin-top: 70px;
  margin-top: 4.375rem;
}

.line-main__recommend {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .line-main__recommend {
    margin-top: 8rem;
  }
}

.line-main__fixed-area {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 40;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .line-main__fixed-area {
    left: 0;
    width: auto;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.line-main__fixed-btn {
  width: 77.3%;
  margin: 0 auto;
  padding: 11px 0;
  padding: 0.6875rem 0;
  background-color: #F18544;
  border: 1px solid #fffff3;
  line-height: 1.33;
}
@media screen and (min-width: 768px) {
  .line-main__fixed-btn {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 1.0625rem;
    padding: 1.75rem 0.625rem 2.5rem 1.375rem;
    margin: 0;
    border-radius: 0 16px 16px 0;
    letter-spacing: 0.25em;
  }
}

@media screen and (min-width: 768px) {
  .line-main__fixed-btn.is-sp {
    display: none;
  }
}

.line-main__fixed-btn.is-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .line-main__fixed-btn.is-pc {
    display: inline-block;
  }
}

.line-main__fixed-btn span {
  width: 16px;
  width: 1rem;
  height: 175px;
  height: 10.9375rem;
  background: url(../images/line/line-web-pc.png) no-repeat center/contain;
  display: inline-block;
}

.line-main__fixed-btn::after {
  background-image: url(../images/common/white-arrow.png);
  right: 20px;
  right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .line-main__fixed-btn::after {
    bottom: 0.625rem;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%) rotateZ(90deg);
            transform: translateX(-50%) rotateZ(90deg);
    top: auto;
  }
}

.line-merit__inner {
  padding: 0 50px;
}

.line-merit__heading {
  text-align: center;
}

.line-merit__title.title {
  letter-spacing: 0.1em;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}

.line-merit__title.title::after {
  height: 23px;
  height: 1.4375rem;
  background-image: url(../images/delivery/recommend_title-sp.png);
}
@media screen and (min-width: 768px) {
  .line-merit__title.title::after {
    background-image: url(../images/delivery/recommend_title-pc.png);
  }
}

.line-merit__content {
  margin-top: 40px;
  margin-top: 2.5rem;
  width: 100%;
  max-width: 480px;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .line-merit__content {
    margin-top: 3.8125rem;
    width: 35.375rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.list {
  width: 450px;
  width: 28.125rem;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .list {
    width: 100%;
  }
}

.list__head {
  background-color: #E35D44;
  color: #fffff3;
  text-align: center;
  padding: 6px 0 3px;
  padding: 0.375rem 0 0.1875rem;
  border-radius: 0.6875rem 0.6875rem 0 0;
  border: 1px solid #fff;
}

.list__name {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 400;
}

.list_img {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  padding: 0;
  border-radius: 0 0 0.6875rem 0.6875rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .list_img {
    padding: 0;
    padding-top: 81%;
    height: 0;
    display: block;
    position: relative;
  }
}

.list_img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .list_img img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}

@media screen and (min-width: 768px) {
  .lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 36.3125rem;
    max-width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .lists__list {
    width: calc(50% - 0.625rem);
  }
}

.lists__list:nth-child(n+2) {
  margin-top: 23px;
  margin-top: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .lists__list:nth-child(n+2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .lists__list:nth-child(n+3) {
    margin-top: 1.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .lists__list:nth-child(2n+1) {
    margin-right: 1rem;
  }
}

.locker-flow__heading {
  text-align: center;
}

.locker-flow__catch-copy {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.22em;
}
@media screen and (min-width: 768px) {
  .locker-flow__catch-copy {
    font-size: 1.0625rem;
  }
}

.locker-flow__title {
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .locker-flow__title {
    margin-top: 0;
  }
}

.locker-flow__title::after {
  background-image: url(../images/locker/locker-flow_title-sp.png);
}
@media screen and (min-width: 768px) {
  .locker-flow__title::after {
    background-image: url(../images/locker/locker-flow_title-pc.png);
  }
}

.locker-flow__content {
  position: relative;
  width: 400px;
  margin: 31px auto 0;
  margin: 1.9375rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: calc(100% + 10px);
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
  background-color: #fff;
  border: 1px solid #E35D44;
  border-radius: 2.0625rem;
  padding-top: 42px;
  padding-top: 2.625rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .locker-flow__content {
    padding-top: 3.25rem;
    padding-bottom: 3rem;
    width: 35.625rem;
    padding-left: 1.875rem;
    margin-top: 2.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .locker-flow__slider {
    margin-top: auto;
  }
}

.locker-flow__step {
  margin-left: 22px;
  margin-left: 1.375rem;
  margin-right: auto;
}
.locker-flow__foot {
  background-color: #F1ECD9;
  border-radius: 5px;
  margin-top: 58px;
  margin-top: 3.625rem;
  padding: 20px 15px;
  padding: 1.25rem 0.9375rem;
  width: 330px;
  width: 20.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .locker-flow__foot {
    margin-top: 3.1875rem;
  }
}

.locker-flow__attention {
  line-height: 1.67;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: #664915;
}

.locker-main__flow {
  margin-top: 61px;
  margin-top: 3.8125rem;
}
@media screen and (min-width: 768px) {
  .locker-main__flow {
    margin-top: 5.3125rem;
  }
}

.logo {
  max-width: 100%;
  height: inherit;
  width: 76px;
  width: 4.75rem;
}
@media screen and (min-width: 768px) {
  .logo {
    width: 8.75rem;
  }
}

.logo__link {
  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;
  width: 100%;
  height: inherit;
}

.logo__link img {
  width: 100%;
  height: auto;
  display: block;
}

.lower-model {
  margin-top: 45px;
  margin-top: 2.8125rem;
  padding-bottom: 88px;
  padding-bottom: 5.5rem;
}
@media screen and (min-width: 768px) {
  .lower-model {
    margin-top: 3.8125rem;
    padding-bottom: 7.5rem;
  }
}

.lower-store {
  margin-top: 50px;
  margin-top: 3.125rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .lower-store {
    margin-top: 5.125rem;
  }
}

.footer__menu .menu__wrapper:nth-child(n+2) {
  margin-top: 19px;
  margin-top: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .footer__menu .menu__wrapper:nth-child(n+2) {
    margin-top: 0;
  }
}

.footer__menu .menu__wrapper:not(:last-child) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .footer__menu .menu__wrapper:not(:last-child) {
    margin-right: 0;
    margin-top: 0;
  }
}

.menu__list:nth-child(n+2) {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .menu__list:nth-child(n+2) {
    margin-top: 0.5625rem;
  }
}

.menu__name {
  color: #664915;
  letter-spacing: 0.2em;
  font-weight: 500;
}

.menu__items {
  margin-top: 7px;
  margin-top: 0.4375rem;
  padding-left: 13px;
  padding-left: 0.8125rem;
}

@media screen and (min-width: 768px) {
  .menu__items--search {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .menu__items--search .menu__item:first-child a {
    padding-top: 0;
  }
}

.menu__item a {
  color: #E35D44;
  display: inline-block;
  padding: 8px 17px 8px 0;
  padding: 0.5rem 1.0625rem 0.5rem 0;
  position: relative;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.2em;
  font-weight: 500;
}
.menu__items .menu__item a{
   font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .menu__item a {
    padding: 0.46875rem 1.875rem 0.5rem 0;
  }
}

.menu__item a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  width: 0.375rem;
  height: 9px;
  height: 0.5625rem;
  background: url(../images/common/orange-arrow.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .menu__item a::before {
    right: 0.5625rem;
  }
}

.merit-card {
  background-color: #fffff3;
  border-radius: 1.375rem;
  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;
  width: 308px;
  width: 19.25rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.online-main__merit .merit__card {
  width: 86%;
  max-width: 480px;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .online-main__merit .merit__card {
    width: 19.8125rem;
    padding-bottom: 1.5rem;
  }
}

.merit-card__icon {
  width: 80%;
  margin: 0 auto;
  margin-top: -10px;
  margin-top: -0.625rem;
}
@media screen and (min-width: 768px) {
  .merit-card__icon {
    width: 100%;
    margin-top: 0;
  }
}

.merit-card__heading {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .merit-card__heading {
    margin-top: 0.4375rem;
  }
}

.merit-card__title {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.2em;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .merit-card__title {
    padding-bottom: 0.75rem;
  }
}

.merit-card__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #E35D44;
}

.merit-card__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71;
  letter-spacing: 0.15em;
  margin-top: 16px;
  margin-top: 1rem;
  padding: 0 20px 15px;
  padding: 0 1.25rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .merit-card__text {
    margin-top: 1.1875rem;
    padding: 0 1.25rem 1.6875rem;
  }
}

.merit-cards {
  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 (min-width: 768px) {
  .merit-cards {
    width: 48.4375rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .merit-cards__card {
    width: calc(33.33333% - 0.5rem);
  }
}

.merit-cards__card:nth-child(n+2) {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .merit-cards__card:nth-child(n+2) {
    margin-top: 0;
    margin-left: 0.75rem;
  }
}

.merit-point__title {
  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;
}
@media screen and (min-width: 768px) {
  .merit-point__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.merit-point__title span {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  font-family: "Kiwi Maru", serif;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

.merit-point__title span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 16px;
  height: 1rem;
  bottom: -1px;
  left: 0;
  background-color: #EEEBDD;
  z-index: -100;
}

.merit-point__text {
  margin-top: 18px;
  margin-top: 1.125rem;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.2em;
  font-family: "Kiwi Maru", serif;
  line-height: 1.5625;
}
@media screen and (min-width: 768px) {
  .merit-point__text {
    margin-top: 1.5rem;
  }
}

.merit {
  background-color: #E35D44;
  border-radius: 0 3.125rem 3.125rem 0;
}
@media screen and (min-width: 768px) {
  .merit {
    border-radius: 0 4.6875rem 4.6875rem 0;
  }
}

.merit__container {
  padding-top: 65px;
  padding-top: 4.0625rem;
  padding-bottom: 91px;
  padding-bottom: 5.6875rem;
}
@media screen and (min-width: 768px) {
  .merit__container {
    padding-bottom: 6.125rem;
  }
  .relationship-main .merit__container{
    max-width:448px;
    margin-inline:auto;
  }
}

.locker-main .merit__container {
  padding-bottom: 81px;
  padding-bottom: 5.0625rem;
}

.delivery-main .merit__container {
  padding-bottom: 89px;
  padding-bottom: 5.5625rem;
}

@media screen and (min-width: 768px) {
  .flow-main .merit__container {
    padding-bottom: 7.1875rem;
  }
}

.merit__heading {
  text-align: center;
}

.merit__title.title {
  color: #fffff3;
}

.merit__title.title::after {
  background-image: url(../images/myna/merit_title-sp.png);
}

.merit__content {
  margin-top: 47px;
  margin-top: 2.9375rem;
}

.merit__cards {
  width: calc(100% - 3.125rem);
  max-width: 400px;
  max-width: 25rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .merit__cards {
    width: 39.375rem;
    max-width: 100%;
  }
}

.merit__card {
  width: 100%;
  max-width: 480px;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .merit__card {
    width: 19.8125rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.merit__foot {
  margin-top: 45px;
  margin-top: 2.8125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .merit__foot {
    margin-top: 2.4375rem;
  }
}

.merit__btn {
  background-color: #fffff3;
  color: #E35D44;
  padding: 12px 40px 15px 73px;
  padding: 0.75rem 2.5rem 0.9375rem 4.5625rem;
  position: relative;
}
.merit__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 28px;
  left: 1.75rem;
  width: 24px;
  width: 1.5rem;
  height: 29px;
  height: 1.8125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/common/search-icon-orange.png);
}

.merit__btn::after {
  right: 10px;
  right: 0.625rem;
  background-image: url(../images/common/orange-arrow.png);
}
@media screen and (min-width: 768px) {
  .merit__btn::after {
    right: 0.9375rem;
  }
}

.merit__store {
  width: calc(100% - 3.125rem);
  max-width: 400px;
  max-width: 25rem;
  background-color: #fffff3;
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .merit__store {
    width: 25.625rem;
    max-width: 100%;
    margin-top: 2.8125rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.model-main__takayama {
  margin-top: 34px;
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .model-main__takayama {
    margin-top: 3.375rem;
  }
}

.multi-card {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .multi-card {
    width: 100%;
  }
}

.multi-card__heading {
  text-align: center;
}

.multi-card__title {
  line-height: 1.68;
}

.multi-card__title.title {
  font-size: 25px;
  font-size: 1.5625rem;
  color: #fffff3;
}
@media screen and (min-width: 768px) {
  .multi-card__title.title {
    font-size: 1.9375rem;
    letter-spacing: 0.14em;
    white-space: nowrap;
    padding-bottom: 0.6875rem;
  }
}

.gifu-univ .multi-card__title::after {
  background-image: url(../images/model/univ_title-sp.png);
}
@media screen and (min-width: 768px) {
  .gifu-univ .multi-card__title::after {
    background-image: url(../images/model/univ_title-pc.png);
  }
}

.takayama .multi-card__title::after {
  background-image: url(../images/model/takayama_title-sp.png);
}
@media screen and (min-width: 768px) {
  .takayama .multi-card__title::after {
    background-image: url(../images/model/takayama_title-pc.png);
  }
}

.multi-card__images {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .multi-card__images {
    margin-top: 2.875rem;
  }
}

.multi-card__img-wrapper {
  width: 100%;
}

.multi-card__img-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 66.4%;
  display: block;
  border-radius: 18px;
}

.multi-card__img-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.multi-card__body {
  margin-top: 28px;
  margin-top: 1.75rem;
  width: 69.3%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .multi-card__body {
    margin-top: 3.5rem;
    width: 48.4%;
    min-width: 25rem;
  }
}

.multi-card__text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.23em;
  line-height: 1.467;
  font-family: "Kiwi Maru", serif;
  color: #fffff3;
}

.mv {
  position: relative;
  width: 100%;
  display: block;
}

.mv__img {
  width: 100%;
  height: 0;
  padding-top: 90%;
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .mv__img {
    padding-top: 54%;
  }
}

.mv__img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  background: url(../images/top/mv-illust-sp.png) no-repeat center top/cover;
}
@media screen and (min-width: 768px) {
  .mv__img::before {
    background: url(../images/top/mv_illust-pc01.png) no-repeat center top/cover;
    height: 100%;
    -webkit-transform: translateY(1.1875rem);
            transform: translateY(1.1875rem);
  }
}

.mv__icon {
  position: absolute;
  z-index: 3;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .mv__icon01:hover,
.mv__icon02:hover,
.mv__icon03:hover,
.mv__icon04:hover,
.mv__icon05:hover,
.mv__icon06:hover,
.mv__icon07:hover,
.mv__icon13:hover,
.mv__icon14:hover {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

.mv__icon::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.mv__icon a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.mv__icon01 {
  width: 5.87vw;
  height: 11.6vw;
  top: 0;
  left: 0;
  -webkit-transform: translate(160%, 320%);
          transform: translate(160%, 320%);
}
@media screen and (min-width: 768px) {
  .mv__icon01 {
    left: 41%;
    top: 31.5%;
    width: 2.95vw;
    height: 5.3vw;
    -webkit-transform: none;
            transform: none;
  }
}

.mv__icon01::before {
  background: url(../images/top/patient-pc.png) no-repeat center/contain;
  -webkit-animation: swing01 5s linear 0s infinite;
          animation: swing01 5s linear 0s infinite;
}

.mv__icon02 {
  width: 6.93vw;
  height: 11.7vw;
  left: 0;
  top: 0;
  -webkit-transform: translate(250%, 315%);
          transform: translate(250%, 315%);
}
@media screen and (min-width: 768px) {
  .mv__icon02 {
    -webkit-transform: none;
            transform: none;
    left: 43.8%;
    top: 31.5%;
    width: 3.48vw;
    height: 5.3vw;
    transform: none;
  }
}

.mv__icon02::before {
  background-image: url(../images/top/doctor-pc.png);
  -webkit-animation: swing01 5s linear 0s infinite;
          animation: swing01 5s linear 0s infinite;
}

.mv__icon03 {
  width: 11.3vw;
  height: 16.5vw;
  left: 0;
  top: 0;
  -webkit-transform: translate(347%, 180%);
          transform: translate(347%, 180%);
}
@media screen and (min-width: 768px) {
  .mv__icon03 {
    left: 52%;
    top: 25%;
    width: 9.77vw;
    height: 7.26vw;
    -webkit-transform: none;
            transform: none;
  }
}

.mv__icon03::before {
  background-image: url(../images/top/mv-locker.png);
  -webkit-animation: swing01 5s linear infinite;
          animation: swing01 5s linear infinite;
}

.mv__icon04 {
  width: 6.7vw;
  height: 16.3vw;
  left: 0;
  top: 0;
  -webkit-transform: translate(1018%, 185%);
          transform: translate(1018%, 185%);
}
@media screen and (min-width: 768px) {
  .mv__icon04 {
    left: 68%;
    top: 26%;
    width: 3vw;
    height: 7.4vw;
    -webkit-transform: none;
            transform: none;
  }
}

.mv__icon04::before {
  background-image: url(../images/top/flag-pc.png);
  -webkit-animation: swing01 5s linear 0s infinite;
          animation: swing01 5s linear 0s infinite;
}

.mv__icon05 {
  width: 6.9vw;
  height: 13.9vw;
  left: 0;
  top: 0;
  -webkit-transform: translate(1127%, 225%);
          transform: translate(1127%, 225%);
}
@media screen and (min-width: 768px) {
  .mv__icon05 {
    left: 71.8%;
    top: 27.1%;
    width: 3.14vw;
    height: 6.29vw;
    -webkit-transform: none;
            transform: none;
  }
}

.mv__icon05::before {
  background-image: url(../images/top/myna-pc.png);
  -webkit-animation: swing01 5s linear 1s infinite;
          animation: swing01 5s linear 1s infinite;
}

.mv__icon06 {
  width: 6.67vw;
  height: 15.6vw;
  left: 0;
  top: 0;
  -webkit-transform: translate(808%, 412%);
          transform: translate(808%, 412%);
}
@media screen and (min-width: 768px) {
  .mv__icon06 {
    left: 60.7%;
    top: 52.8%;
    width: 3.98vw;
    height: 7.5vw;
    -webkit-transform: none;
            transform: none;
  }
}

.mv__icon06::before {
  background-image: url(../images/top/lady-pc.png);
  -webkit-animation: swing01 5s linear 2s infinite;
          animation: swing01 5s linear 2s infinite;
}

.mv__icon07 {
  width: 8.45vw;
  height: 13.3vw;
  left: 0;
  top: 0;
  -webkit-transform: translate(540%, 493%);
          transform: translate(540%, 493%);
}
@media screen and (min-width: 768px) {
  .mv__icon07 {
    left: 57%;
    top: 54.1%;
    width: 3.52vw;
    height: 6.67vw;
    -webkit-transform: none;
            transform: none;
  }
}

.mv__icon07::before {
  background-image: url(../images/top/lady02-pc.png);
  -webkit-animation: swing01 5s linear 2s infinite;
          animation: swing01 5s linear 2s infinite;
}

.mv__icon08 {
  width: 8vw;
  height: 8.8vw;
  left: 0;
  top: 0;
  -webkit-transform: translate(1090%, 95%);
          transform: translate(1090%, 95%);
}
@media screen and (min-width: 768px) {
  .mv__icon08 {
    left: 77.8%;
    top: 8.1%;
    width: 3.75vw;
    height: 4.05vw;
    -webkit-transform: none;
            transform: none;
  }
}

.mv__icon08::before {
  background-image: url(../images/top/fly-boy-pc.png);
  -webkit-animation: swing01 5s linear 1s infinite;
          animation: swing01 5s linear 1s infinite;
}

.mv__icon09 {
  width: 7.12vw;
  height: 6.27vw;
  left: 0;
  top: 0;
  -webkit-transform: translate(1060%, 100%);
          transform: translate(1060%, 100%);
}
@media screen and (min-width: 768px) {
  .mv__icon09 {
    left: 72.6%;
    top: 7.1%;
    width: 3.26vw;
    height: 2.84vw;
    -webkit-transform: none;
            transform: none;
  }
}

.mv__icon09::before {
  background-image: url(../images/top/bird-pc.png);
  -webkit-animation: swing01 5s linear 2s infinite;
          animation: swing01 5s linear 2s infinite;
}

.mv__icon10 {
  width: 6.93vw;
  height: 11.7vw;
  left: 0;
  top: 0;
  -webkit-transform: translate(250%, 315%);
          transform: translate(250%, 315%);
}
@media screen and (min-width: 768px) {
  .mv__icon10 {
    left: 75.7%;
    top: 59.3%;
    width: 0.98vw;
    height: 0.87vw;
    -webkit-transform: none;
            transform: none;
  }
}

.mv__icon10::before {
  -webkit-animation: swing01 5s linear 0s infinite;
          animation: swing01 5s linear 0s infinite;
}

.mv__icon11 {
  width: 5.87vw;
  height: 5.34vw;
  left: 0;
  top: 0;
  -webkit-transform: translate(1550%, 1220%);
          transform: translate(1550%, 1220%);
}
@media screen and (min-width: 768px) {
  .mv__icon11 {
    left: 78.1%;
    top: 54.3%;
    width: 2.69vw;
    height: 2.46vw;
    -webkit-transform: none;
            transform: none;
  }
}

.mv__icon11::before {
  background-image: url(../images/top/mv-boy-pc.png);
  -webkit-animation: jumpOut01 15s linear 1s infinite;
          animation: jumpOut01 15s linear 1s infinite;
}

.mv__icon12 {
  width: 20vw;
  height: 12.8vw;
  left: 0;
  top: 0;
  -webkit-transform: translate(375%, 520%);
          transform: translate(375%, 520%);
}
@media screen and (min-width: 768px) {
  .mv__icon12 {
    left: 71.2%;
    top: 56.1%;
    width: 8.67vw;
    height: 5.68vw;
    -webkit-transform: none;
            transform: none;
  }
}

.mv__icon12::before {
  background-image: url(../images/top/mv-grass-pc.png);
  -webkit-animation: none;
          animation: none;
}

.mv__icon13 {
  width: 6.4vw;
  height: 14.7vw;
  left: 0;
  top: 0;
  -webkit-transform: translate(290%, 345%);
          transform: translate(290%, 345%);
}
@media screen and (min-width: 768px) {
  .mv__icon13 {
    left: 45.4%;
    top: 42.5%;
    width: 2.92vw;
    height: 6.62vw;
    -webkit-transform: none;
            transform: none;
  }
}

.mv__icon13::before {
  background-image: url(../images/top/mv-delivery-pc.png);
  -webkit-animation: swing01 5s linear 2s infinite;
          animation: swing01 5s linear 2s infinite;
}

.mv__icon14 {
  width: 14.8vw;
  height: 7.73vw;
  left: 0;
  top: 0;
  -webkit-transform: translate(530%, 740%);
          transform: translate(530%, 740%);
}
@media screen and (min-width: 768px) {
  .mv__icon14 {
    left: 72.3%;
    top: 48.2%;
    width: 6.77vw;
    height: 3.46vw;
    -webkit-transform: none;
            transform: none;
  }
}

.mv__icon14::before {
  background-image: url(../images/top/mv-online-pc.png);
  -webkit-animation: swing01 5s linear infinite;
          animation: swing01 5s linear infinite;
}

.mv__icon15 {
  width: 9.9vw;
  height: 14.9vw;
  left: 0;
  top: 0;
  -webkit-transform: translate(316%, 212%);
          transform: translate(316%, 212%);
}
@media screen and (min-width: 768px) {
  .mv__icon15 {
    left: 50.8%;
    top: 27.1%;
    width: 4.5vw;
    height: 6.7vw;
    -webkit-transform: none;
            transform: none;
  }
}

.mv__icon15::before {
  background-image: url(../images/top/locker-pc.png);
  -webkit-animation: none;
          animation: none;
}

.mv__icon16 {
  width: 6.4vw;
  height: 14.4vw;
  left: 0;
  top: 0;
  -webkit-transform: translate(667%, 271%);
          transform: translate(667%, 271%);
}
@media screen and (min-width: 768px) {
  .mv__icon16 {
    left: 56%;
    top: 33.5%;
    width: 2.9vw;
    height: 6.5vw;
    -webkit-transform: none;
            transform: none;
  }
}

.mv__icon16::before {
  background-image: url(../images/top/mv_girl01-pc.png);
  -webkit-animation: none;
          animation: none;
}

.mv__inner {
  position: relative;
  z-index: 2;
  width: 100%;
}

/* .mv__inner::before {
  content: "";
  position: absolute;
  background-color: #f7cfc8;
  width: 1px;
  width: 0.0625rem;
  height: 84px;
  height: 5.25rem;
  right: 18px;
  right: 1.125rem;
  top: 45px;
  top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .mv__inner::before {
    top: -0.3125rem;
    width: 0.125rem;
    height: 11.0625rem;
    right: 2.4375rem;
  }
} */

/* .mv__inner::after {
  content: "";
  position: absolute;
  width: 1px;
  width: 0.0625rem;
  height: 22px;
  height: 1.375rem;
  background-color: #E35D44;
  right: 18px;
  right: 1.125rem;
  top: 45px;
  top: 2.8125rem;
  -webkit-animation: scroll-sp 3s linear infinite;
          animation: scroll-sp 3s linear infinite;
}
@media screen and (min-width: 768px) {
  .mv__inner::after {
    -webkit-animation: scroll-pc 3s linear infinite;
            animation: scroll-pc 3s linear infinite;
    width: 0.125rem;
    height: 2.9375rem;
    right: 2.4375rem;
    top: -0.3125rem;
  }
} */

.mv__content {
  max-width: 100%;
  width: 305px;
  width: 19.0625rem;
  padding-top: 37px;
  padding-top: 2.3125rem;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .mv__content {
    width: 52.75rem;
    margin: -22.3125rem auto 0;
    padding: 0 0 3.25rem;
    position: relative;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
}

.mv__title {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.7;
  color: #E35D44;
  letter-spacing: 0.15em;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .mv__title {
    font-size: 1.5625rem;
    letter-spacing: 0.1em;
  }
}

.mv__title span {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .mv__title span {
    font-size: 1.6875rem;
  }
}

.mv__lead {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 14px;
  margin-top: 0.875rem;
  line-height: 1.5;
  color: #E35D44;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .mv__lead {
    margin-top: 0.625rem;
    line-height: 1.7;
  }
}

.mv__foot {
  margin-top: 47px;
  margin-top: 2.9375rem;
}
.mv__foot_clinics_img {
  width: 305.4374px;
  margin: 0 auto;
}
.mv__foot_clinics_link {
  margin: 15px 0 73px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mv__foot {
    text-align: center;
    margin-top: 6rem;
  }
}

.myna-flow__heading {
  text-align: center;
}

.myna-flow__catch-copy {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.22em;
}
@media screen and (min-width: 768px) {
  .myna-flow__catch-copy {
    font-size: 1.0625rem;
  }
}

.myna-flow__title {
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .myna-flow__title {
    margin-top: 0;
  }
}

.myna-flow__title::after {
  background-image: url(../images/myna/myna-flow_title-sp.png);
}

.myna-flow__content {
  position: relative;
  width: 400px;
  margin: 41px auto 0;
  margin: 2.5625rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: calc(100% + 10px);
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
  background-color: #fff;
  border: 1px solid #E35D44;
  border-radius: 2.0625rem;
  padding-top: 42px;
  padding-top: 2.625rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .myna-flow__content {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    width: 35.625rem;
    padding-left: 1.875rem;
    margin-top: 2.6875rem;
  }
}

.myna-flow__step {
  margin-left: 22px;
  margin-left: 1.375rem;
  margin-right: auto;
}

.myna-main__flow {
  margin-top: 77px;
  margin-top: 4.8125rem;
}
@media screen and (min-width: 768px) {
  .myna-main__flow {
    margin-top: 5.375rem;
  }
}

.online-attention {
  background-color: #F1ECD9;
  width: 321px;
  width: 20.0625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  color: #664915;
}
@media screen and (min-width: 768px) {
  .online-attention {
    width: 27.5625rem;
  }
}

.online-attention__inner {
  padding: 0 34px;
  padding: 0 2.125rem;
}
@media screen and (min-width: 768px) {
  .online-attention__inner {
    padding: 0 2rem;
  }
}

.online-attention__container {
  padding: 13px 0;
  padding: 0.8125rem 0;
}
@media screen and (min-width: 768px) {
  .online-attention__container {
    padding: 1.25rem 0 1.75rem;
  }
}

.online-attention__text {
  line-height: 1.75;
  letter-spacing: 0.2em;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  position: relative;
  padding-left: 14px;
  padding-left: 0.875rem;
}
.online-attention__text::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.online-flow__heading {
  text-align: center;
}

.online-flow__catch-copy {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.22em;
}
@media screen and (min-width: 768px) {
  .online-flow__catch-copy {
    letter-spacing: 0.28em;
  }
}

.online-flow__catch-copy span {
  font-size: 18px;
  font-size: 1.125rem;
}

.online-flow__title.title {
  margin-top: 5px;
  margin-top: 0.3125rem;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .online-flow__title.title {
    margin-top: 0;
    letter-spacing: 0.2em;
  }
}

.online-flow__title::after {
  background-image: url(../images/online/online-flow_title-sp.png);
}
@media screen and (min-width: 768px) {
  .online-flow__title::after {
    background-image: url(../images/online/online-flow_title-pc.png);
  }
}

.online-flow__content {
  position: relative;
  width: 400px;
  max-width: 100%;
  margin: 44px auto 0;
  margin: 2.75rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: calc(100% + 10px);
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
  background-color: #fff;
  border: 1px solid #E35D44;
  border-radius: 2.0625rem;
  padding-top: 42px;
  padding-top: 2.625rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .online-flow__content {
    width: 35.625rem;
    margin-top: 2.6875rem;
    padding: 3.25rem 1.875rem 3rem;
  }
}

.online-flow__step {
  margin-left: 22px;
  margin-left: 1.375rem;
  margin-right: auto;
}
.online-flow__foot {
  background-color: #F1ECD9;
  border-radius: 5px;
  margin-top: 58px;
  margin-top: 3.625rem;
  padding: 20px 15px;
  padding: 1.25rem 0.9375rem;
  width: 330px;
  width: 20.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .online-flow__foot {
    margin-top: 3.1875rem;
  }
}

.online-flow__attention {
  line-height: 1.67;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: #664915;
}

.online-main__flow {
  margin-top: 67px;
  margin-top: 4.1875rem;
}
@media screen and (min-width: 768px) {
  .online-main__flow {
    margin-top: 6.0625rem;
  }
}

.online-main__attention {
  margin-top: 36px;
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .online-main__attention {
    margin-top: 7.75rem;
  }
}

.online-main__foot {
  text-align: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .online-main__foot {
    margin-top: 3.1875rem;
  }
}

.online-main__btn {
  padding: 9px 32px 9px 36px;
  padding: 0.5625rem 2rem 0.5625rem 2.25rem;
}

.online-main__btn::after {
  background-image: url(../images/common/white-arrow.png);
  right: 20px;
  right: 1.25rem;
}

.online-main__fixed-area {
  position: fixed;
  bottom: 16px;
  width: 100%;
  z-index: 40;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .online-main__fixed-area {
    left: 0;
    width: auto;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.online-main__fixed-btn {
  width: 77.3%;
  margin: 0 auto;
  padding: 11px 0;
  padding: 0.6875rem 0;
  background-color: #F18544;
  border: 1px solid #fffff3;
  line-height: 1.33;
}
@media screen and (min-width: 768px) {
  .online-main__fixed-btn {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 1.0625rem;
    padding: 1.25rem 0.9375rem 2.5rem 1.875rem;
    margin: 0;
    border-radius: 0 16px 16px 0;
    letter-spacing: 0.1em;
  }
}

.online-main__fixed-btn::after {
  background-image: url(../images/common/white-arrow.png);
  right: 20px;
  right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .online-main__fixed-btn::after {
    bottom: 0.625rem;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%) rotateZ(90deg);
            transform: translateX(-50%) rotateZ(90deg);
    top: auto;
  }
}

.page-title {
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.2em;
  text-align: center;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  color: #E35D44;
}
@media screen and (min-width: 768px) {
  .page-title {
    font-size: 1.9375rem;
  }
}

.page-top {
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  .page-top {
    padding-top: 101px;
  }
}

.page-top__content {
  text-align: center;
  padding-top: 16px;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .page-top__content {
    padding-top: 6rem;
  }
}

.page-top__icon {
  width: 290px;
  width: 18.125rem;
  height: 219px;
  height: 13.6875rem;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-top__icon {
    width: 21.25rem;
    height: 16rem;
  }
}

.myna-top .page-top__icon {
  background: url(../images/myna/top-sp.png) no-repeat center/contain;
}

.digital_prescription-top .page-top__icon {
  background: url(https://vdrug.co.jp/pharmacy/wp-content/uploads/2023/04/電子処方せんトップ.png) no-repeat center/contain;
}

.locker-top .page-top__icon {
  background: url(../images/locker/top-pc.png) no-repeat center/contain;
}

.safe-top .page-top__icon {
  background: url(../images/safe/top-pc.png) no-repeat center/contain;
}

.relationship-top .page-top__icon {
  background: url(../images/relationship/top-pc.png) no-repeat center/contain;
}

.model-top .page-top__icon {
  background: url(../images/model/top-pc.png) no-repeat center/contain;
}

.delivery-top .page-top__icon {
  background: url(../images/delivery/top-pc.png) no-repeat center/contain;
}

.flow-top .page-top__icon {
  background: url(../images/flow/top-pc.png) no-repeat center/contain;
}

.online-top .page-top__icon {
  background: url(../images/online/top-pc.png) no-repeat center/contain;
}

.send-top .page-top__icon {
  background: url(../images/send/top-pc.png) no-repeat center/contain;
}

.line-top .page-top__icon {
  background: url(../images/line/top-pc.png) no-repeat center/contain;
}

.page-top__title {
  margin-top: 3px;
  margin-top: 0.1875rem;
}

.page-top__lead {
  margin-top: 26px;
  margin-top: 1.625rem;
  line-height: 1.6;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #E35D44;
  letter-spacing: 0.2em;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:left;
}
.page-top__lead strong {
  display: inline-block;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
  color: #E35D44;
  letter-spacing: 0.2em;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  position: relative;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  margin-top:0;
}
.page-top__lead strong::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: url(../images/line/top-lead_underline.png) no-repeat center/contain;
}
.page-top__addition {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Kiwi Maru", serif;
  letter-spacing: 0.12em;
  font-weight: 500;
  color: #E35D44;
}
.page-top__lead :is(h2,h3){
  font-family: "Kiwi Maru", serif;
  letter-spacing: 0.12em;
  font-weight: 500;
  margin-bottom:1em;
}
@media screen and (min-width: 768px) {
  .page-top__addition {
    letter-spacing: 0.2em;
  }
  .page-top__lead p br{
    display:none;
  }
}

.page-top__addition span {
  font-size: 18px;
  font-size: 1.125rem;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 253px;
}

.prev.page-numbers,
.next.page-numbers {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  border: none;
}

.prev.page-numbers {
  background-image: url(../images/common/orange-arrow.png);
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.next.page-numbers {
  background-image: url(../images/common/orange-arrow.png);
}

.page-numbers {
  background-color: #fffff3;
  color: #E35D44;
  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;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  width: 39px;
  width: 2.4375rem;
  height: 39px;
  height: 2.4375rem;
  border: 1px solid #E35D44;
  border-radius: 50%;
  font-family: "Kiwi Maru", serif;
}

.page-numbers.current {
  background-color: #E35D44;
  color: #fffff3;
}

.page-numbers:nth-child(n+2) {
  margin-left: 8px;
}

.pagination-dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: 26px;
  color: #E35D44;
}

.recommend-point__title {
  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;
}
@media screen and (min-width: 768px) {
  .recommend-point__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.recommend-point__title span {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  font-family: "Kiwi Maru", serif;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

.recommend-point__title span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 16px;
  height: 1rem;
  bottom: -1px;
  left: 0;
  background-color: #EEEBDD;
  z-index: -100;
}

.recommend-point__text {
  margin-top: 18px;
  margin-top: 1.125rem;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.2em;
  font-family: "Kiwi Maru", serif;
  line-height: 1.5625;
}
@media screen and (min-width: 768px) {
  .recommend-point__text {
    margin-top: 1.5rem;
  }
}

.recommend-points__point:nth-child(n+2) {
  margin-top: 37px;
  margin-top: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .recommend-points__point:nth-child(n+2) {
    margin-top: 3.8125rem;
  }
}

.relationship-main {
  background-color: #E35D44;
  color: #fffff3;
  border-radius: 0 71px 0 0;
  padding-top: 60px;
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .relationship-main {
    border-radius: 0 79px 0 0;
    padding-top: 4.4375rem;
  }
}

.relationship-main__drug-consulting {
  margin-top: 44px;
  margin-top: 2.75rem;
}
@media screen and (min-width: 768px) {
  .relationship-main__drug-consulting {
    margin-top: 3.375rem;
  }
}

.relationship-main__pharmacist {
  margin-top: 44px;
  margin-top: 2.75rem;
}
@media screen and (min-width: 768px) {
  .relationship-main__pharmacist {
    margin-top: 3.375rem;
  }
}

.relationship-main__foot {
  margin-top: 52px;
  margin-top: 3.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .relationship-main__foot {
    margin-top: 2.6875rem;
  }
}

.relationship-main__foot-text {
  font-family: "Kiwi Maru", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.16em;
  line-height: 1.467;
  font-weight: 500;
}

.relationship-main__btn {
  padding: 15px 40px 15px 73px;
  padding: 0.9375rem 2.5rem 0.9375rem 4.5625rem;
  background-color: #fffff3;
  color: #E35D44;
  position: relative;
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.relationship-main__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 28px;
  left: 1.75rem;
  width: 24px;
  width: 1.5rem;
  height: 29px;
  height: 1.8125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/common/search-icon-orange.png);
}

.relationship-main__btn::after {
  right: 13px;
  right: 0.8125rem;
  background-image: url(../images/common/orange-arrow.png);
}

.result-item {
  position: relative;
}

.result-item__link:hover .result-item__inner {
  opacity: 0.7;
}

.result-item__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}

.result-item__inner {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 19px 40px 21px 20px;
  padding: 1.1875rem 2.5rem 1.3125rem 1.25rem;
  border-radius: 0.9375rem;
  border: 1px solid #E35D44;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .result-item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 4.125rem;
    padding-left: 1.625rem;
  }
}

.result-item__inner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  right: 0.5625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 23px;
  width: 1.4375rem;
  height: 23px;
  height: 1.4375rem;
  background: url(../images/common/arrow-in-circle.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .result-item__inner::after {
    right: 0.75rem;
  }
}

.result-item__info {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .result-item__info {
    width: calc(100% - 16.3125rem);
  }
}

.result-item__name {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #E35D44;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
}

.result-item__name::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  background-color: #E35D44;
}

.result-item__address {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #E35D44;
  letter-spacing: 0.1em;
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.result-item__services {
  margin-top: 13px;
  margin-top: 0.8125rem;
  padding-left: 2px;
  padding-left: 0.125rem;
}
@media screen and (min-width: 768px) {
  .result-item__services {
    margin-top: 1.6875rem;
    padding-left: 0;
  }
}

.result-item__foot {
  margin-top: 17px;
  margin-top: 1.0625rem;
  padding-left: 12px;
  padding-left: 0.75rem;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .result-item__foot {
    width: 14.375rem;
    padding-left: 0;
    margin-left: auto;
    margin-top: 0;
  }
}

.result-item__btn {
  width: 100%;
  padding: 8px 30px;
  padding: 0.5rem 1.875rem;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #06BE55;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .result-item__btn {
    padding: 0.375rem 0;
  }
}

@media screen and (min-width: 768px) {
  .result-item__store-qr {
    width: 5.625rem;
    height: 5.625rem;
    background-color: #CDCDCD;
    margin-left: auto;
    margin-right: auto;
    border-radius: 9px;
    margin-top: 0.8125rem;
  }
}

.result-items__result-item {
  width: 100%;
  max-width: 400px;
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .result-items__result-item {
    width: 39.0625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.result-items__result-item:nth-child(n+2) {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .result-items__result-item:nth-child(n+2) {
    margin-top: 1rem;
  }
}

.result-main__inner {
  padding: 0 17px;
  padding: 0 1.0625rem;
}

.result-main__heading {
  text-align: center;
}

.result-main__count {
  display: inline-block;
  padding-bottom: 2px;
  padding-bottom: 0.125rem;
  font-size: 16px;
  font-size: 1rem;
  font-family: heisei-maru-gothic-std, sans-serif;
  letter-spacing: 0.2em;
  color: #E35D44;
  position: relative;
}

.result-main__count::before {
  content: "";
  position: absolute;
  left: -35px;
  left: -2.1875rem;
  top: -5px;
  top: -0.3125rem;
  width: 24px;
  height: 30px;
  background: url(../images/common/search-icon-orange.png) no-repeat center/contain;
}

.result-main__count::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #E35D44;
}

.result-main__list {
  margin-top: 21px;
  margin-top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .result-main__list {
    margin-top: 2.4375rem;
  }
}

.result-main__foot {
  margin-top: 55px;
  margin-top: 3.4375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .result-main__foot {
    margin-top: 3.6875rem;
  }
}

.result-main__btn {
  padding: 6px 15px 9px;
  padding: 0.375rem 0.9375rem 0.5625rem;
  color: #E35D44;
  background-color: #fffff3;
  border: 1px solid #E35D44;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}

.round-card {
  width: 262px;
  width: 16.375rem;
  max-width: 100%;
  padding-top: 28px;
  padding-top: 1.75rem;
  border-radius: 7.875rem;
  background-color: #fffff3;
}
.round-card__body {
  text-align: center;
  padding: 0 10px;
  padding: 0 0.625rem;
}

.round-card__name {
  font-size: 16px;
  font-size: 1rem;
  color: #E35D44;
  line-height: 1.375;
  letter-spacing: 0.2em;
  font-weight: 500;
}

.round-card__desc {
  font-size: 14px;
  font-size: 0.875rem;
  color: #664915;
  line-height: 1.43;
  margin-top: 10px;
  margin-top: 0.625rem;
  letter-spacing: 0em;
}

.round-card__icon {
  display: inline-block;
  margin: 18px auto 0;
  margin: 1.125rem auto 0;
  width: 100%;
  height: 194px;
  height: 12.125rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.round-card .round-card__icon--online {
  background-image: url(../images/top/service-icon01.png);
}

.round-card .round-card__icon--pcr {
  background-image: url(../images/top/service-icon02.png);
}

.round-card .round-card__icon--myna {
  background-image: url(../images/top/service-icon03.png);
}

.round-card .round-card__icon--locker {
  background-image: url(../images/top/service-icon04.png);
}

.round-card .round-card__icon--delivery {
  background-image: url(../images/top/service-icon05.png);
}

.round-card .round-card__icon--flow {
  background-image: url(../images/top/service-icon06.png);
}
.round-card .round-card__icon--e-prescription {
  background-image: url(../images/top/service-icon07.png);
}
.round-card .round-card__icon--mdbook {
  background-image: url(../images/top/service-icon08.png);
}

.safe-main {
  background-color: #E35D44;
  color: #fffff3;
  border-radius: 0 71px 0 0;
  padding-top: 71px;
  padding-top: 4.4375rem;
}
@media screen and (min-width: 768px) {
  .safe-main {
    border-radius: 0 79px 0 0;
  }
}

.safe-main__at-home {
  margin-top: 49px;
  margin-top: 3.0625rem;
}

.safe-main__connecting {
  margin-top: 54px;
  margin-top: 3.375rem;
}

.safe-main__foot {
  margin-top: 52px;
  margin-top: 3.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .safe-main__foot {
    margin-top: 2.6875rem;
  }
}

.safe-main__foot-text {
  font-family: "Kiwi Maru", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #E35D44;
  letter-spacing: 0.16em;
  line-height: 1.467;
  font-weight: 500;
  background-color: #fffff3;
  display: inline-block;
  padding: 24px 56px 28px;
  padding: 1.5rem 3.5rem 1.75rem;
  border-radius: 1.5625rem;
  text-align: left;
}

.safe-main__foot-btn {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}

.safe-main__btn {
  padding: 15px 40px 15px 73px;
  padding: 0.9375rem 2.5rem 0.9375rem 4.5625rem;
  background-color: #fffff3;
  color: #E35D44;
  position: relative;
}

.safe-main__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 28px;
  left: 1.75rem;
  width: 24px;
  width: 1.5rem;
  height: 29px;
  height: 1.8125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/common/search-icon-orange.png);
}

.safe-main__btn::after {
  right: 13px;
  right: 0.8125rem;
  background-image: url(../images/common/orange-arrow.png);
}

.same-doctor__container {
  padding-bottom: 34px;
  padding-bottom: 2.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .same-doctor__container {
    padding-bottom: 3.1875rem;
  }
}

.same-doctor__container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: repeating-linear-gradient(90deg, #fff 0, #fff 4px, transparent 4px, transparent 10px);
}

.search-form__search-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 56px;
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .search-form__search-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 641px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .search-form__choose-service {
    width: 17.625rem;
  }
}

.search-form__from-area {
  margin-top: 52px;
  margin-top: 3.25rem;
}
@media screen and (min-width: 768px) {
  .search-form__from-area {
    margin-top: 0;
    width: 44%;
    max-width: 282px;
    margin-left: auto;
    margin-right: 0;
  }
}

.search-form__free-word {
  margin-top: 61px;
  margin-top: 3.8125rem;
}
@media screen and (min-width: 768px) {
  .search-form__free-word {
    margin-top: 3.25rem;
    width: 17.625rem;
  }
}

.search-form__submit {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 40;
}
@media screen and (min-width: 768px) {
  .search-form__submit {
    bottom: 1.625rem;
  }
}

.search-form__submit .square-btn {
  padding: 17px 0;
  padding: 1.0625rem 0;
}
@media screen and (min-width: 768px) {
  .search-form__submit .square-btn {
    padding: 1.25rem 0;
  }
}

.search-main {
  padding-bottom: 132px;
  padding-bottom: 8.25rem;
}
@media screen and (min-width: 768px) {
  .search-main {
    padding-bottom: 13.875rem;
  }
}

.send-attention {
  background-color: #F1ECD9;
  width: 321px;
  width: 20.0625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  color: #664915;
}
@media screen and (min-width: 768px) {
  .send-attention {
    width: 32.75rem;
  }
}

.send-attention__inner {
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .send-attention__inner {
    padding: 0 2rem;
  }
}

.send-attention__container {
  padding: 22px 0;
  padding: 1.375rem 0;
}
@media screen and (min-width: 768px) {
  .send-attention__container {
    padding: 1.25rem 0 1.75rem;
  }
}

.send-attention__title {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.2em;
  font-weight: 400;
  text-align: center;
}

.send-attention__items {
  margin-top: 22px;
  margin-top: 1.375rem;
}

.send-attention__item {
  line-height: 1.75;
  letter-spacing: 0.2em;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  padding-left: 23px;
  padding-left: 1.4375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .send-attention__item {
    padding-left: 1.5rem;
  }
}

.send-attention__item:nth-child(3) {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.send-attention__item::before {
  position: absolute;
  left: 3px;
  left: 0.1875rem;
  top: 0;
}

.send-attention__item:nth-child(1):before {
  content: "1.";
}

.send-attention__item:nth-child(2):before {
  content: "2.";
}

.send-attention__item:nth-child(3):before {
  content: "3.";
}

.send-attention__item:nth-child(4):before {
  content: "4.";
}

.send-attention__item:nth-child(5):before {
  content: "5.";
}

.send-flow__heading {
  text-align: center;
}

.send-flow__catch-copy {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.22em;
}
@media screen and (min-width: 768px) {
  .send-flow__catch-copy {
    letter-spacing: 0.28em;
  }
}

.send-flow__catch-copy span {
  font-size: 18px;
  font-size: 1.125rem;
}

.send-flow__feature-word {
  position: relative;
}

.send-flow__feature-word::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -125%);
          transform: translate(-50%, -125%);
  width: 15px;
  width: 0.9375rem;
  height: 6px;
  height: 0.375rem;
  background: url(../images/common/three-lines-icon.png) no-repeat center/contain;
}

.send-flow__title.title {
  margin-top: 5px;
  margin-top: 0.3125rem;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .send-flow__title.title {
    margin-top: 0;
    letter-spacing: 0.2em;
  }
}

.send-flow__title::after {
  background-image: url(../images/send/send-flow_title-sp.png);
}
@media screen and (min-width: 768px) {
  .send-flow__title::after {
    background-image: url(../images/send/send-flow_title-pc.png);
  }
}

.send-flow__content {
  position: relative;
  width: 400px;
  max-width: 100%;
  margin: 22px auto 0;
  margin: 1.375rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: calc(100% + 10px);
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
  background-color: #fff;
  border: 1px solid #E35D44;
  border-radius: 2.0625rem;
  padding-top: 42px;
  padding-top: 2.625rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .send-flow__content {
    width: 55rem;
    margin-top: 2.6875rem;
    padding: 3.25rem 1.875rem 3rem;
  }
}

.send-flow__step {
  margin-left: 22px;
  margin-left: 1.375rem;
  margin-right: auto;
}
.send-flow__foot {
  background-color: #F1ECD9;
  border-radius: 5px;
  margin-top: 58px;
  margin-top: 3.625rem;
  padding: 20px 15px;
  padding: 1.25rem 0.9375rem;
  width: 330px;
  width: 20.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .send-flow__foot {
    margin-top: 3.1875rem;
  }
}

.send-flow__attention {
  line-height: 1.67;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: #664915;
}

.send-main__flow {
  margin-top: 63px;
  margin-top: 3.9375rem;
}
@media screen and (min-width: 768px) {
  .send-main__flow {
    margin-top: 7.875rem;
  }
}

.send-main__attention {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.send-main__recommend {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .send-main__recommend {
    margin-top: 8rem;
  }
}

.send-main__fixed-area {
  position: fixed;
  bottom: 16px;
  width: 100%;
  z-index: 40;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .send-main__fixed-area {
    left: 0;
    width: auto;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.send-main__fixed-btn {
  width: 85%;
  margin: 0 auto;
  padding: 11px 0;
  padding: 0.6875rem 0;
  background-color: #F18544;
  border: 1px solid #fffff3;
  line-height: 1.33;
}
@media screen and (min-width: 768px) {
  .send-main__fixed-btn {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 1.0625rem;
    padding: 1.75rem 0.625rem 2.5rem 1.375rem;
    margin: 0;
    border-radius: 0 16px 16px 0;
    letter-spacing: 0.25em;
  }
}

@media screen and (min-width: 768px) {
  .send-main__fixed-btn.is-sp {
    display: none;
  }
}

.send-main__fixed-btn.is-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .send-main__fixed-btn.is-pc {
    display: inline-block;
  }
}

.send-main__fixed-btn span {
  width: 16px;
  width: 1rem;
  height: 270px;
  height: 16.875rem;
  background: url(../images/send/send-web-pc_new01.png) no-repeat center/contain;
  display: inline-block;
}

.send-main__fixed-btn::after {
  background-image: url(../images/common/white-arrow.png);
  right: 20px;
  right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .send-main__fixed-btn::after {
    bottom: 0.625rem;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%) rotateZ(90deg);
            transform: translateX(-50%) rotateZ(90deg);
    top: auto;
  }
}

.send-merit__inner {
  padding: 0 50px;
}

.send-merit__heading {
  text-align: center;
}

.send-merit__title.title {
  letter-spacing: 0.1em;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}

.send-merit__title.title::after {
  height: 23px;
  height: 1.4375rem;
  background-image: url(../images/delivery/recommend_title-sp.png);
}
@media screen and (min-width: 768px) {
  .send-merit__title.title::after {
    background-image: url(../images/delivery/recommend_title-pc.png);
  }
}

.send-merit__content {
  margin-top: 40px;
  margin-top: 2.5rem;
  width: 100%;
  max-width: 480px;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .send-merit__content {
    margin-top: 3.8125rem;
    width: 35.375rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.sending {
  background-color: #F1ECD9;
  border-radius: 0 3.9375rem 0 0;
  padding-top: 65px;
  padding-top: 4.0625rem;
  padding-bottom: 75px;
  padding-bottom: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .sending {
    padding-top: 5.125rem;
    padding-bottom: 7.5rem;
    border-radius: 0 12.8125rem 0 0;
  }
}

.sending__heading {
  text-align: center;
}

.sending__catch-copy {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #E35D44;
  letter-spacing: 0.25em;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .sending__catch-copy {
    font-size: 1.0625rem;
  }
}

.sending__catch-copy span {
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sending__catch-copy span {
    font-size: 1.3125rem;
  }
}

.sending__catch-copy span::before {
  content: "";
  position: absolute;
  top: -7px;
  top: -0.4375rem;
  left: 16px;
  left: 1rem;
  width: 15px;
  width: 0.9375rem;
  height: 7px;
  height: 0.4375rem;
  background: url(../images/common/three-lines-icon.png) no-repeat center/contain;
}

.sending__content {
  margin-top: 19px;
  margin-top: 1.1875rem;
  width: 100%;
  max-width: 400px;
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .sending__content {
    margin-top: 1.4375rem;
    max-width: 100%;
  }
}

.sending__text {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  width: 281px;
  width: 17.5625rem;
  max-width: 100%;
  margin: 0 auto;
  color: #664915;
  line-height: 1.6;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 768px) {
  .sending__text {
    width: 19.375rem;
    letter-spacing: 0.1em;
  }
}

.sending__links {
  margin-top: 42px;
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .sending__links {
    margin-top: 3.3125rem;
  }
}

.service-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service-items__service {
  width: 42px;
  width: 2.625rem;
  height: 40px;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.service-items__service a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

.service-items__service--light-blue {
  background-image: url(../images/common/light-blue-icon.png);
}

.service-items__service--yellow {
  background-image: url(../images/common/yellow-icon.png);
}

.service-items__service--green {
  background-image: url(../images/common/green-icon.png);
}

.service-items__service--orange {
  background-image: url(../images/common/orange-icon.png);
}

.service-items__service--blue {
  background-image: url(../images/common/blue-icon.png);
}

.service-items__service--red {
  background-image: url(../images/common/red-icon.png);
}

.service-items__service--purple {
  background-image: url(../images/common/purple-icon.png);
}

.service-items__service:nth-child(n+2) {
  margin-left: 4px;
  margin-left: 0.25rem;
}

.service {
  background-color: #F1ECD9;
  padding-bottom: 152px;
  padding-bottom: 9.5rem;
}
@media screen and (min-width: 768px) {
  .service {
    padding-bottom: 16.25rem;
  }
}

.service__inner {
  position: relative;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .service__inner {
    width: 61.875rem;
    padding: 0 25px;
  }
}

.service__heading {
  text-align: center;
}

.service__content {
  margin-top: 41px;
  margin-top: 2.5625rem;
  position: relative;
  padding-bottom: 52px;
  padding-bottom: 3.25rem;
}
@media screen and (min-width: 768px) {
  .service__content {
    margin-top: 3.6875rem;
    padding-bottom: 2.8125rem;
  }
}

.service__container {
  position: relative;
}
@media screen and (min-width: 768px) {
  .service__container {
    padding: 0 3.75rem;
  }
}

.service__cards-box {
  width: 916px;
  width: 57.25rem;
  max-width: 100%;
  margin: 0 auto;
}

.service__foot {
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 0 12px;
  padding: 0 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .service__foot {
    width: 502px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.4375rem;
    padding: 0;
  }
}

.service__btn {
  width: calc(50% - 0.17188rem);
  padding: 9px 0;
  padding: 0.5625rem 0;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1.2;
  padding-block:0.25em;
  min-height:3.5em;
}
@media screen and (min-width: 768px) {
  .service__btn {
    width: calc(33.33333% - 0.29167rem);
    max-width: 100%;
    letter-spacing: 0;
  }
}

.service__btn::after {
  right: 8px;
  right: 0.5rem;
  width: 6px;
  width: 0.375rem;
  height: 10px;
  height: 0.625rem;
  background-image: url(../images/common/white-arrow.png);
}

.service__btn:nth-child(2n) {
  margin-left: 5.5px;
  margin-left: 0.34375rem;
}
@media screen and (min-width: 768px) {
  .service__btn:nth-child(2n) {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .service__btn:nth-child(3n+2),
.service__btn:nth-child(3n) {
    margin-left: 0.4375rem;
  }
}

.service__btn:nth-child(n+3) {
  margin-top: 7px;
  margin-top: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .service__btn:nth-child(n+3) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .service__btn:nth-child(n+4) {
    margin-top: 0.625rem;
  }
}

.square-btn {
  display: inline-block;
  background-color: #E35D44;
  color: #fffff3;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .square-btn {
    width: 27.1875rem;
    max-width: 100%;
  }
}

.square-card {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.square-card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  background: repeating-linear-gradient(to right, #E35D44, #E35D44 6px, transparent 0, transparent 12px);
}

.square-card__img {
  position: relative;
  width: 100%;
  height: 0;
  display: block;
  padding-top: 53.2%;
}
@media screen and (min-width: 768px) {
  .square-card__img {
    width: 100%;
    padding-top: 51.8%;
  }
}

.square-card__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 3;
}

.square-card__body {
  padding: 24px 0 39px;
  padding: 1.5rem 0 2.4375rem;
  height: 100%;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .square-card__body {
    width: 100%;
    padding: 1.75rem 0 2.875rem;
  }
}

.square-card__date {
  color: #9F8C6B;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.26em;
  padding-left: 2px;
  padding-left: 0.125rem;
}

.square-card__title {
  margin-top: 0;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.2em;
  color: #E35D44;
  font-weight: 500;
  line-height: 1.389;
  font-family: "Kiwi Maru", serif;
}
@media screen and (min-width: 768px) {
  .square-card__title {
    letter-spacing: 0.21em;
    margin-top: 0.125rem;
  }
}

.square-card__excerpt {
  margin-top: 12px;
  margin-top: 0.75rem;
  color: #664915;
  line-height: 1.625;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .square-card__excerpt {
    margin-top: 0.625rem;
    letter-spacing: 0.15em;
  }
}

.square-card__excerpt span {
  color: #E35D44;
}

.square-cards__card:nth-child(n+2) {
  margin-top: 57px;
  margin-top: 3.5625rem;
}
@media screen and (min-width: 768px) {
  .square-cards__card:nth-child(n+2) {
    margin-top: 3.0625rem;
  }
}

.step-slider {
  position: relative;
  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;
}

.step-slider__content {
  height: 100%;
}

.step-slider__item-wrapper {
  width: 60px;
  height: 280px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .step-slider__item-wrapper {
    width: 100%;
    height: 100%;
  }
}

.step-slider__item-wrapper--three-step {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.step-slider__item {
  width: 60px;
  height: 60px;
  max-height: 60px;
  position: relative;
  cursor: pointer;
}

.step-slider__item:nth-child(n+2) {
  margin-top: 34px;
}

.online-flow__step .step-slider__item:nth-child(n+2) {
  margin-top: 54px;
}
@media screen and (min-width: 768px) {
  .online-flow__step .step-slider__item:nth-child(n+2) {
    margin-top: 34px;
  }
}

@media screen and (min-width: 768px) {
  .delivery-flow__step .step-slider__item {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .send-flow__step .step-slider__item {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .line-flow__step .step-slider__item {
    width: 100%;
  }
}

.step-slider__icon {
  content: "";
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .step-slider__icon {
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  .step-slider__wrapper {
    margin-left: 38px;
    width: calc(100% - 98px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .step-slider__text {
    margin-left: 38px;
    width: calc(100% - 98px);
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.23em;
    line-height: 1.5625;
    font-family: "Kiwi Maru", serif;
    color: #f59e90;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}

.swiper-slide-thumb-active .step-slider__text {
  color: #E35D44;
}

@media screen and (min-width: 768px) {
  .step-slider__wrapper > .step-slider__text {
    width: auto;
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .step-slider__wrapper > .step-slider__link {
    display: inline-block;
    margin-left: 1.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .step-slider__text span {
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 1.92;
    font-family: "Kiwi Maru", serif;
    display: block;
  }
}

.step-slider__link {
  padding: 6px 26px 6px 17px;
  padding: 0.375rem 1.625rem 0.375rem 1.0625rem;
}

.step-slider__link::after {
  background-image: url(../images/common/white-arrow.png);
  right: 8px;
  right: 0.5rem;
}

.step-slider__btn-prev,
.step-slider__btn-next {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 25px;
  width: 10px;
  height: 17px;
  background: url(../images/common/orange-arrow.png) no-repeat center/contain;
}

.step-slider__btn-prev {
  top: -30px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.step-slider__btn-next {
  top: auto;
  bottom: -10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.step-slider__btn-prev.swiper-button-prev.swiper-button-disabled,
.step-slider__btn-next.swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.step-slider__item:nth-child(1) .step-slider__icon {
  background-image: url(../images/common/step01.png);
}

.step-slider__item:nth-child(2) .step-slider__icon {
  background-image: url(../images/common/step02.png);
}

.step-slider__item:nth-child(3) .step-slider__icon {
  background-image: url(../images/common/step03.png);
}

.step-slider__item:nth-child(4) .step-slider__icon {
  background-image: url(../images/common/step04.png);
}

.step-slider__item:nth-child(5) .step-slider__icon {
  background-image: url(../images/common/step05.png);
}

.step-slider__item:nth-child(6) .step-slider__icon {
  background-image: url(../images/common/step06.png);
}

.step-slider__item.swiper-slide-thumb-active:nth-child(1) .step-slider__icon {
  background-image: url(../images/common/step01-active.png);
}

.step-slider__item.swiper-slide-thumb-active:nth-child(2) .step-slider__icon {
  background-image: url(../images/common/step02-active.png);
}

.step-slider__item.swiper-slide-thumb-active:nth-child(3) .step-slider__icon {
  background-image: url(../images/common/step03-active.png);
}

.step-slider__item.swiper-slide-thumb-active:nth-child(4) .step-slider__icon {
  background-image: url(../images/common/step04-active.png);
}

.step-slider__item.swiper-slide-thumb-active:nth-child(5) .step-slider__icon {
  background-image: url(../images/common/step05-active.png);
}

.step-slider__item.swiper-slide-thumb-active:nth-child(6) .step-slider__icon {
  background-image: url(../images/common/step06-active.png);
}

.store-info {
  border: 1px solid #E35D44;
}

.store-info__term {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  padding: 7px 16px 5px;
  padding: 0.4375rem 1rem 0.3125rem;
  color: #fffff3;
  background-color: #E35D44;
  font-family: heisei-maru-gothic-std, sans-serif;
}

.store-info__desc {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  padding: 11px 16px 11px;
  padding: 0.6875rem 1rem 0.6875rem;
  word-break: break-all;
}

.store-info__services {
  padding: 10px 0;
  padding: 0.625rem 0;
  margin-left: -7px;
  margin-left: -0.4375rem;
}

.store-main__heading {
  text-align: center;
}

.store-main__heading-btn {
  background-color: #44AADA;
  padding: 7px 38px;
  padding: 0.4375rem 2.375rem;
  letter-spacing: 0.1em;
}

.store-main__content {
  margin-top: 28px;
  margin-top: 1.75rem;
  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 (min-width: 768px) {
  .store-main__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 53.5625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.625rem;
  }
}

.store-info__subtitle {
  margin: 5px 0;
  padding: 1px 5px;
  background-color: #ffe8e4;
  border: solid 1px #e35d44;
}

@media screen and (min-width: 768px) {
  .store-main__map-wrapper {
    width: calc(55% - 0.84375rem);
    margin-left: 1.6875rem;
  }
}

.store-main__map-title {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  padding: 6px 21px;
  padding: 0.375rem 1.3125rem;
  color: #fffff3;
  background-color: #E35D44;
}

.store-main__map {
  position: relative;
  width: 93.7%;
  height: 0;
  padding-top: 115.8%;
  display: block;
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}

.store-main__map a {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.store-main__map iframe,
.store-main__map #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.store-main__info-wrapper {
  margin-top: 31px;
  margin-top: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .store-main__info-wrapper {
    width: calc(45% - 0.84375rem);
    margin-top: 0;
  }
}

.store-main__foot {
  margin-top: 54px;
  margin-top: 3.375rem;
}
@media screen and (min-width: 768px) {
  .store-main__foot {
    margin-top: 4.125rem;
  }
}

.store-main__registration-text {
  text-align: center;
}

.store-main__registration-text span {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  color: #E35D44;
  display: inline-block;
  position: relative;
  padding: 0 14px;
  padding: 0 0.875rem;
}

.store-main__registration-text span::before,
.store-main__registration-text span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1.5px;
  height: 24px;
  height: 1.5rem;
  background-color: #E35D44;
}
.store-main__registration-text span::before {
  left: 0;
  -webkit-transform: translateY(-50%) rotateZ(-14deg);
          transform: translateY(-50%) rotateZ(-14deg);
}

.store-main__registration-text span::after {
  right: 0;
  -webkit-transform: translateY(-50%) rotateZ(14deg);
          transform: translateY(-50%) rotateZ(14deg);
}

.store-main__registration-link {
  margin-top: 18px;
  margin-top: 1.125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .store-main__registration-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .store-main__store-qr {
    border-radius: 0.5625rem;
    width: 5.625rem;
    height: 5.625rem;
    margin-left: 1rem;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .store-main__store-qr img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}

.store-main__registration-icon {
  width: 70px;
  width: 4.375rem;
  height: 70px;
  height: 4.375rem;
  background: url(../images/common/line-icon.png) no-repeat center/contain;
  display: inline-block;
}

.store-main__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 36px;
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .store-main__btns {
    margin-top: 2.875rem;
  }
}

.store-main__btn {
  width: 161px;
  width: 10.0625rem;
  background-color: #fffff3;
  border: 1px solid #E35D44;
  padding: 8px 0;
  padding: 0.5rem 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #E35D44;
  letter-spacing: 0.1em;
}

.store-main__btn:nth-child(n+2) {
  margin-left: 8px;
  margin-left: 0.5rem;
}

/* カスタムフィールドのGoogleマップ形式のマップ表示用のCSS */
.acf-map {
  position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    object-fit: cover;
    object-position: center center;
    overflow: hidden;
}
.acf-map img {
   max-width: inherit !important;
}



.swiper-service-container .swiper-slide {
  height: auto;
}

.swiper-service-container .swiper-button-prev,
.swiper-service-container .swiper-button-next {
  display: none;
  border-radius: 50%;
  background-color: #E35D44;
  width: 26px;
  height: 26px;
}
@media screen and (min-width: 768px) {
  .swiper-service-container .swiper-button-prev,
.swiper-service-container .swiper-button-next {
    display: block;
  }
}

.swiper-service-container .swiper-button-prev::after,
.swiper-service-container .swiper-button-next::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/white-arrow.png) no-repeat center/contain;
}

.swiper-service-container .swiper-button-prev::after {
  -webkit-transform: translateY(-50%) rotateZ(180deg);
          transform: translateY(-50%) rotateZ(180deg);
  right: 11px;
}

.swiper-service-container .swiper-button-next::after {
  left: 11px;
}

.swiper-service-container .swiper-pagination-bullet {
  background-color: #fffff9;
  opacity: 1;
}

.swiper-service-container .swiper-pagination-bullet-active {
  background-color: #E35D44;
}

.swiper-topics-container .swiper-slide {
  height: auto;
}

.swiper-topics-container .swiper-button-prev,
.swiper-topics-container .swiper-button-next {
  border-radius: 50%;
  background-color: #fffff3;
  width: 22px;
  height: 22px;
}

.swiper-topics-container .swiper-button-prev {
  left: 6px;
}

.swiper-topics-container .swiper-button-next {
  right: 6px;
}

.swiper-topics-container .swiper-button-prev::after,
.swiper-topics-container .swiper-button-next::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/orange-arrow.png) no-repeat center/contain;
}

.swiper-topics-container .swiper-button-prev::after {
  -webkit-transform: translateY(-50%) rotateZ(180deg);
          transform: translateY(-50%) rotateZ(180deg);
  right: 8px;
}

.swiper-topics-container .swiper-button-next::after {
  left: 8px;
}

.takayama__inner {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .takayama__inner {
    padding: 0 25px;
    width: 980px;
    max-width: 100%;
    margin: 0 auto;
  }
}

.target-store {
  text-align: center;
  border-radius: 1.375rem;
  padding: 16px 0;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .target-store {
    border-radius: 1.5625rem;
    padding: 1.875rem 0 1.5625rem;
  }
}

.target-store__heading {
  font-family: "Kiwi Maru", serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  text-align: center;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .target-store__heading {
    letter-spacing: 0.2em;
    padding-bottom: 1rem;
    font-size: 1.125rem;
  }
}

.target-store__heading::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(to right, #E35D44, #E35D44 4px, transparent 4px, transparent 8px);
}

.target-store__items {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .target-store__items {
    margin-top: 1.625rem;
  }
}

.target-store__item:nth-child(n+2) {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .target-store__item:nth-child(n+2) {
    margin-top: 1.625rem;
  }
}

.target-store__name {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .target-store__name {
    font-size: 1rem;
    letter-spacing: 0.2em;
  }
}

.target-store__address {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .target-store__address {
    letter-spacing: 0.2em;
  }
}

.title-card {
  width: 260px;
  width: 16.25rem;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .title-card {
    width: 27.5625rem;
  }
}

.title-card__heading {
  text-align: center;
}

.title-card__title {
  line-height: 1.68;
}

.title-card__title.title {
  font-size: 22px;
  font-size: 1.375rem;
  color: #fffff3;
}
@media screen and (min-width: 768px) {
  .title-card__title.title {
    font-size: 1.9375rem;
    letter-spacing: 0.14em;
    white-space: nowrap;
    padding-bottom: 0.6875rem;
  }
}

.same-doctor .title-card__title::after {
  background-image: url(../images/safe/same_title-sp.png);
}
@media screen and (min-width: 768px) {
  .same-doctor .title-card__title::after {
    background-image: url(../images/safe/same_title-pc.png);
  }
}

.at-home .title-card__title::after {
  background-image: url(../images/safe/home_title-sp.png);
}
@media screen and (min-width: 768px) {
  .at-home .title-card__title::after {
    background-image: url(../images/safe/home_title-pc.png);
  }
}

.connecting .title-card__title::after {
  background-image: url(../images/safe/connecting_title-sp.png);
}
@media screen and (min-width: 768px) {
  .connecting .title-card__title::after {
    background-image: url(../images/safe/connecting_title-pc.png);
  }
}

.delivery-course .title-card__title::after {
  background-image: url(../images/relationship/delivery_title-sp.png);
}
@media screen and (min-width: 768px) {
  .delivery-course .title-card__title::after {
    background-image: url(../images/relationship/delivery_title-pc.png);
  }
}

.drug-consulting .title-card__title::after {
  background-image: url(../images/relationship/consulting_title-sp.png);
}
@media screen and (min-width: 768px) {
  .drug-consulting .title-card__title::after {
    background-image: url(../images/relationship/consulting_title-pc.png);
  }
}

.pharmacist .title-card__title::after {
  background-image: url(../images/relationship/pharmacist_title-sp.png);
}
@media screen and (min-width: 768px) {
  .pharmacist .title-card__title::after {
    background-image: url(../images/relationship/pharmacist_title-pc.png);
  }
}

.title-card__img-wrapper {
  margin-top: 30px;
  margin-top: 1.875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .title-card__img-wrapper {
    width: 20.875rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.0625rem;
  }
}

.title-card__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 72.7%;
  display: block;
}

.title-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.title-card__body {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .title-card__body {
    margin-top: 2.5625rem;
  }
}

.title-card__text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.23em;
  line-height: 1.467;
  font-family: "Kiwi Maru", serif;
}

.title-card__text--small {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  margin-top: 4px;
  margin-top: 0.25rem;
}

.title {
  position: relative;
  font-size: 25px;
  font-size: 1.5625rem;
  color: #E35D44;
  letter-spacing: 0.2em;
  font-weight: 500;
  padding-bottom: 13px;
  padding-bottom: 0.8125rem;
  display: inline-block;
  text-align: center;
  font-family: "Kiwi Maru", serif;
}
@media screen and (min-width: 768px) {
  .title {
    font-size: 1.9375rem;
    letter-spacing: 0.2em;
  }
}

.title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  height: 0.3125rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .title::after {
    height: 0.4375rem;
  }
}

.sending__title.title::after {
  background-image: url(../images/top/title-sending.png);
}

.service__title.title::after {
  background-image: url(../images/top/title-service.png);
}

.efforts__title.title::after {
  background-image: url(../images/top/title-efforts.png);
}

.topics__title.title::after {
  background-image: url(../images/top/title-topics.png);
}

.cashless__title.title::after {
  background-image: url(../images/top/title-cashless.png);
}

.title--white {
  color: #fffff3;
}

.title--third {
  font-size: 20px;
  font-size: 1.25rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}

.to-top {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #E35D44;
  text-align: right;
  padding-right: 14px;
  padding-right: 0.875rem;
  padding-top: 45px;
  padding-top: 2.8125rem;
  position: absolute;
  top: -72px;
  top: -4.5rem;
  right: 0;
  width: 84px;
  width: 5.25rem;
  height: 72px;
  height: 4.5rem;
  background: url(../images/common/to-top-sp.png) no-repeat right bottom/contain;
  letter-spacing: 0.1em;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .to-top {
    top: -4.25rem;
    right: 12.3125rem;
    width: 8.1875rem;
    height: 4.25rem;
    background: url(../images/common/to-top-pc.png) no-repeat right bottom/contain;
    padding: 2.3125rem 0 0;
    text-align: center;
    letter-spacing: 0.2em;
    font-size: 0.8125rem;
  }
}

.to-top::before {
  content: "";
  position: absolute;
  top: 27px;
  top: 1.6875rem;
  right: 26px;
  right: 1.625rem;
  height: 14px;
  height: 0.875rem;
  width: 20px;
  width: 1.25rem;
  background: url(../images/common/orange-arrow.png) no-repeat center/contain;
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
}
@media screen and (min-width: 768px) {
  .to-top::before {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%) rotateZ(-90deg);
            transform: translateX(-50%) rotateZ(-90deg);
    top: 1.125rem;
  }
}

.topics-main {
  padding-bottom: 106px;
  padding-bottom: 6.625rem;
}

.topics-main__inner {
  padding: 0 30px;
  padding: 0 1.875rem;
}

.topics-main__foot {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.topics {
  background-color: #E35D44;
  padding-top: 119px;
  padding-top: 7.4375rem;
  padding-bottom: 150px;
  padding-bottom: 9.375rem;
}
@media screen and (min-width: 768px) {
  .topics {
    padding-top: 14.375rem;
    padding-bottom: 16.125rem;
  }
}

.topics__inner {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .topics__inner {
    padding: 0 25px;
  }
}

.topics__heading {
  text-align: center;
}

.topics__container {
  position: relative;
  margin: 48px auto 0;
  margin: 3rem auto 0;
  max-width: 100%;
  width: 850px;
  width: 53.125rem;
  padding: 0 32px;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .topics__container {
    margin-top: 4.3125rem;
    padding: 0;
  }
}

.topics__content {
  margin: 0 auto;
  width: 500px;
  width: 31.25rem;
  max-width: 100%;
  border-radius: 2.4375rem;
}
@media screen and (min-width: 768px) {
  .topics__content {
    width: 46.25rem;
    border-radius: 2.4375rem;
  }
}

.topics__foot {
  margin-top: 47px;
  margin-top: 2.9375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .topics__foot {
    margin-top: 3.6875rem;
  }
}

.merit-points__point:nth-child(n+2) {
  margin-top: 37px;
  margin-top: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .merit-points__point:nth-child(n+2) {
    margin-top: 3.8125rem;
  }
}

.faq-top {
  padding-top: 73px;
  padding-top: 4.5625rem;
  padding-bottom: 58px;
  padding-bottom: 3.625rem;
}
@media screen and (min-width: 768px) {
  .faq-top {
    padding-top: 9.9375rem;
    padding-bottom: 6.3125rem;
  }
}

.lower-delivery {
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .lower-delivery {
    padding-bottom: 12.25rem;
    margin-top: 3.1875rem;
  }
}

.lower-faq {
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .lower-faq {
    padding-bottom: 9.375rem;
  }
}

.lower-flow {
  margin-top: 75px;
  margin-top: 4.6875rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .lower-flow {
    margin-top: 6.75rem;
  }
}

.lower-line {
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .lower-line {
    margin-top: 3.1875rem;
  }
}

.lower-locker {
  margin-top: 66px;
  margin-top: 4.125rem;
  padding-bottom: 130px;
  padding-bottom: 8.125rem;
}
@media screen and (min-width: 768px) {
  .lower-locker {
    margin-top: 4.75rem;
  }
}

.lower-myna {
  margin-top: 66px;
  margin-top: 4.125rem;
  padding-bottom: 130px;
  padding-bottom: 8.125rem;
}
@media screen and (min-width: 768px) {
  .lower-myna {
    margin-top: 4.75rem;
  }
}

.lower-online {
  margin-top: 45px;
  margin-top: 2.8125rem;
  padding-bottom: 130px;
  padding-bottom: 8.125rem;
}
@media screen and (min-width: 768px) {
  .lower-online {
    margin-top: 4.6875rem;
  }
}

.lower-relationship {
  margin-top: 48px;
  margin-top: 3rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .lower-relationship {
    margin-top: 3.75rem;
  }
}

.lower-result {
  margin-top: 50px;
  margin-top: 3.125rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .lower-result {
    margin-top: 3.75rem;
  }
}

.lower-safe {
  margin-top: 48px;
  margin-top: 3rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .lower-safe {
    margin-top: 3.75rem;
  }
}

.lower-send {
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .lower-send {
    margin-top: 3.1875rem;
  }
}

.result-top {
  padding-top: 74px;
  padding-top: 4.625rem;
}
@media screen and (min-width: 768px) {
  .result-top {
    padding-top: 9.9375rem;
  }
}

.search-top {
  padding-top: 73px;
  padding-top: 4.5625rem;
  padding-bottom: 57px;
  padding-bottom: 3.5625rem;
}
@media screen and (min-width: 768px) {
  .search-top {
    padding-top: 9.875rem;
    padding-bottom: 6.1875rem;
  }
}

.store-top {
  padding-top: 73px;
  padding-top: 4.5625rem;
}
@media screen and (min-width: 768px) {
  .store-top {
    padding-top: 9.875rem;
  }
}

.top-cashless {
  margin-top: -60px;
  margin-top: -3.75rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top-cashless {
    margin-top: -6.75rem;
  }
}

.top-efforts {
  margin-top: -67px;
  margin-top: -4.1875rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .top-efforts {
    margin-top: -9.375rem;
    padding-bottom: 6.75rem;
  }
}

.top-mv {
  margin-top: 75px;
  margin-top: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .top-mv {
    margin-top: 6.25rem;
  }
}

.top-service {
  overflow: hidden;
}

.top-topics {
  margin-top: -67px;
  margin-top: -4.1875rem;
}
@media screen and (min-width: 768px) {
  .top-topics {
    margin-top: -9.375rem;
  }
}

.topics-top {
  padding-top: 74px;
  padding-top: 4.625rem;
  padding-bottom: 70px;
  padding-bottom: 4.375rem;
}
@media screen and (min-width: 768px) {
  .topics-top {
    padding-top: 9.9375rem;
    padding-bottom: 6.125rem;
  }
}
/*# sourceMappingURL=styles.css.map */


/*==========================================
追加修正分
==========================================*/

.header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__top-btn a {
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.25;
  color: #E35D44;
  border: 1px solid #E35D44;
  border-radius: 999px;
  background-color: #fffff3;
  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;
  text-align: center;
  padding: 2px 8px;
  padding: 0.125rem 0.5rem;
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .header__top-btn a {
    padding: 0.25rem 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.3;
  }
}
.line-flow__content{
  margin-block:2.375rem;
}
.flow-slider-unset-step{
  --height:337px;
  --thmb:60px;
  height:var(--height); 
  text-align:left;
}
.flow-slider-unset-step .flow-slider__content{
  height:var(--height);
  display:flex;
  flex-direction:row-reverse;
  justify-items:flex-start;
  gap:1rem;
  margin-left: 1rem;
}
.flow-slider-unset-step .flow-slider__content .pagination{
  display:flex;
  flex-direction:column;
  transform: none;
  position: static;
  width:var(--thmb);
  justify-items:flex-start;
  margin: 0;
  gap:5%;
}
.flow-slider-unset-step .flow-slider__content .pagination span{
  display:flex;
  width:var(--thmb);
  height:var(--thmb);
  background:url(../images/common/step01.png) no-repeat top center / contain;
  opacity:1;
  margin:0;
  border-radius:0;
}
.flow-slider-unset-step .flow-slider__content .pagination span:nth-child(2){
  background-image:url(../images/common/step02.png);
}
.flow-slider-unset-step .flow-slider__content .pagination span:nth-child(3){
  background-image:url(../images/common/step03.png);
}
.flow-slider-unset-step .flow-slider__content .pagination span:nth-child(4){
  background-image:url(../images/common/step04.png);
}
.flow-slider-unset-step .flow-slider__content .pagination span:nth-child(5){
  background-image:url(../images/common/step05.png);
}
.flow-slider-unset-step .flow-slider__content .pagination span:nth-child(6){
  background-image:url(../images/common/step06.png);
}
.flow-slider-unset-step .flow-slider__content .pagination .swiper-pagination-bullet-active:nth-child(1){
  background-image:url(../images/common/step01-active.png);
}
.flow-slider-unset-step .flow-slider__content .pagination .swiper-pagination-bullet-active:nth-child(2){
  background-image:url(../images/common/step02-active.png);
}
.flow-slider-unset-step .flow-slider__content .pagination .swiper-pagination-bullet-active:nth-child(3){
  background-image:url(../images/common/step03-active.png);
}
.flow-slider-unset-step .flow-slider__content .pagination .swiper-pagination-bullet-active:nth-child(4){
  background-image:url(../images/common/step04-active.png);
}
.flow-slider-unset-step .flow-slider__content .pagination .swiper-pagination-bullet-active:nth-child(5){
  background-image:url(../images/common/step05-active.png);
}
.flow-slider-unset-step .flow-slider__content .pagination .swiper-pagination-bullet-active:nth-child(6){
  background-image:url(../images/common/step06-active.png);
}

.line-flow__heading :is(h2,h3,h4,h5){
    position: relative;
    font-size: 25px;
    font-size: 1.5625rem;
    color: #E35D44;
    letter-spacing: 0.2em;
    font-weight: 500;
    padding-bottom: 13px;
    padding-bottom: 0.8125rem;
    display: inline-block;
    text-align: center;
    font-family: "Kiwi Maru", serif;
}
.line-flow__heading :is(h2,h3,h4,h5):after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  height: 0.3125rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/send/send-flow_title-sp.png);
}
.line-flow__heading .line-flow__catch-copy{
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.22em;
}
.line-flow__heading .line-flow__catch-copy strong{
  font-size: 18px;
  font-size: 1.125rem;
  font-weight:inherit;
  display:inline-block;
  position:relative;
}
.line-flow__heading .line-flow__catch-copy strong:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -125%);
    transform: translate(-50%, -125%);
    width: 15px;
    width: 0.9375rem;
    height: 6px;
    height: 0.375rem;
    background: url(../images/common/three-lines-icon.png) no-repeat center / contain;
}
section.merit {
  margin-block:4.375rem;
}
section.merit .merit__title{
  max-width:630px;
}
section.merit .merit__content > div > *:not([class]){
  color:#FFF;
  text-align:center;
}
section.merit .merit__content > :is(h2,h3,h4):not([class]){
  color:#FFF;
  text-align:center;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 28px;
  font-size: 1.75rem;
  margin-block:0.5em;
  letter-spacing: 0.1em;
  border-bottom:solid 1px;
  padding-bottom:0.5em;
  margin:0 auto 2em;
  width:fit-content;
}
section.merit .merit__content > :is(ul,ol,p):not([class]){
  color:#fff;
  max-width:630px;
  margin-inline:auto;
}
section.merit .merit__content > :is(ul,ol,p) + :is(ul,ol,p){
  margin-top:2em;
}
section.merit .merit__content > p:has(img){
  background:#fff;
  width:fit-content;
  border-radius:1.25rem;
  margin-block:3em; 
}
section.merit .merit__content > ol li{
  list-style:auto;
  margin-left:1.5em;
}
section.merit .merit__content > :is(ul,ol) li + li{
  margin-top:0.5em;
}
section.merit .merit__content .mt-be-columns:not(.merit__cards){
  gap:1em;
  max-width:630px;
  margin-inline:auto;
  justify-content:center;
}
section.merit .merit__content .mt-be-columns:not(.merit__cards) + .mt-be-columns{
  margin-top:1em;
}
section.merit .merit__content .mt-be-columns:not(.merit__cards) .mt-be-column{
  background:#fff;
  border-radius:1rem;
  padding:1.75em;
  flex-grow:inherit;
  flex-shrink:1;
  width:10rem;
  display:flex;
  justify-content:center;
  align-items:center;
  font-family: "Kiwi Maru", serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: 0.1em;
}
section.merit hr{
  max-width:630px;
  margin-inline:auto;
  background:none;
  border:none;
  border-bottom:dashed 1px #fff;
  height:1px;
  display:block;
  margin-block: 4em;
}
section.merit hr:last-child{
  margin-bottom:0;
}
section.merit .merit__content .merit__heading{
  margin-bottom:2.9375rem;
}
section.merit .merit__cards{
  width:48.4375rem;
  max-width:100%;
  gap:0.5em;
}
section.merit .inner-card {
  width: 19.25rem;
  padding-block:0;
  margin-inline:auto;
  max-width:100%;
}
section.merit .inner-card:not(:has( > *)){
  display:none;
}
section.merit .inner-card .inner-card__icon{
  min-height:130px;
  display:flex;
  align-items:flex-end;  
}
section.merit .inner-card img{
  max-width:250px;
  max-height:150px;
  object-fit:contain;
  margin-inline: auto;
}
section.merit .inner-card :is(h2,h3,h4,h5,h6){
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.2em;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  text-align:center;
  border-bottom:solid 1px #E35D44;
}
section.merit .inner-card .inner-card__text{
  margin-top: 1.1875rem;
  padding: 0 1.25rem 1.6875rem;
  text-align:left;
  font-size: 0.875rem;
  line-height: 1.71;
}
section.merit .inner-card ul{
  font-family: "Kiwi Maru", serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.12em;
  text-align:left;
  margin-block:-1.5em 1.5em;
}

section.merit .btn{
  margin:5em auto 0;
  display:block;
  width:fit-content;
}
section.merit .merit__content .btn ~ p{
  margin-block:2.5em 0;
  line-height:1.8;
}
section.merit .merit__content > ul{
  color:#fff;
  width:fit-content;
  margin-inline:auto;
  padding-left:1.5em;
}
section.merit .merit__content > ul li{
  list-style:disc;
}
section.merit .merit__content > ul li ~ li{
  margin-top:0.5em;
}
.line-merit__content :is(p,ul) + :is(p,ul){
  margin-top:2em;
}
.line-merit__content :is(h3,h4){
  text-align:center;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
}

.line-merit__content ul{
  width:fit-content;
  margin-inline:auto;
  padding-left:1.5em;
}
.line-merit__content ul li{
  list-style:disc;
}
.line-merit__content ul li ~ li{
  margin-top:0.5em;
}
:is(.line-merit__content,.merit__content) ul li a{
  text-decoration:underline 1px solid;
  text-underline-offset:0.25em;
  transition:opacity .3s,text-decoration .3s;
}
:is(.line-merit__content,.merit__content) ul li a:hover{
  text-decoration-color:transparent;
}
.flow-attention__container :is(h2,h3,h4,h5,h6){
  font-size: 0.9375rem;
  letter-spacing: 0.2em;
  font-weight: 400;
  text-align: center;
}
.flow-attention__container :is(li,p){
  font-size:0.75rem;
}
.flow-attention__container p:has(img){
  margin-block:1em;
}
main:is(.relationship-main,.faq-main){
  border-radius:0;
  background:none;
  padding-top:0;
  color:inherit;
}
.faq-main__list.accordions {
  max-width: 31.25rem;
  margin-inline:auto;
}
.pcp-main .line-merit__content li{
  list-style:none;
  font-size:1.25rem;
  margin-inline:auto;
  width:fit-content;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 0.65em;
  text-decoration-style: solid;
  text-decoration-color:#EEEBDD;
  text-underline-offset:-0.35em;
  text-decoration-skip-ink: none;
}
@media screen and (min-width: 768px) {
  .flow-slider-unset-step{
    --height:516px;
    text-align: left;
  }
  .page-top.js-mv{
    margin-bottom:7.875rem;
  }
  .line-flow__heading :is(h2,h3,h4,h5){
    font-size: 1.9375rem;
    margin-top: 0;
    letter-spacing: 0.2em;
  }
  .line-flow__heading :is(h2,h3,h4,h5):after{
    height: 0.4375rem;
    background-image: url(../images/send/send-flow_title-pc.png);
    background-size:cover;
    background-position: right;
  }
  .line-flow__heading .line-flow__catch-copy{
    letter-spacing: 0.28em;
  }
  main:is(.flow-main,.myna-main,.online-main,.mdbook-main,.delivery-main,.locker-main) .line-flow__content {
    width: 35.625rem;
  }
  main:is(.delivery-main) .flow-slider-unset-step{
    --height:394px;
  }
  main:is(.locker-main) .flow-slider-unset-step{
    --height:374px;
  }
  main:is(.flow-main) .flow-slider-unset-step{
    --height:334px;
  }
  main:is(.myna-main) .flow-slider-unset-step{
    --height: 314px;
  }
  section.merit {
    margin-block: 4.375rem;
  }
  section.merit .merit__cards{
    width:48.4375rem;
    max-width:100%;
  }
  section.merit .inner-card {
    width: calc(33.33333% - 0.5rem);
    padding-bottom:0;
    margin-inline:0;
    min-height:158px;
  }
  main:is(.online-main,.delivery-main) section.merit .inner-card{
    width: 19.8125rem;
  }
  section.merit .inner-card :is(h2,h3,h4,h5,h6){
    font-family: "Kiwi Maru", serif;
    font-weight: 500;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.2em;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
    text-align:center;
    border-bottom:solid 1px #E35D44;
  }
  section.merit .inner-card .inner-card__text{
    margin-top: 1.1875rem;
    padding: 0 1.25rem 1.6875rem;
    text-align:left;
  }
  section.merit .inner-card .inner-card__text:first-child:last-child{
    margin-block:auto;
    padding-bottom:0;
  }
}
body:not(.home) main{
  padding-bottom:8.125rem;
}
body:not(.home) main > *:not([class]){
    width: 35.375rem;
    margin-inline:auto;
}
body:not(.home) .fixed-area__box:has(.fixed-area__foot:first-child:last-child){
  padding:0;
  border:none;
  background:none;
}
body:not(.home) .fixed-area{
  bottom:16px;
}
body:not(.home) .fixed-area__btn.btn {
  padding:0;
  background:none;
  margin-inline:auto;
}
body:not(.home) .fixed-area__btn.btn a{
    display:block;
    padding:0.5em 2em 0.5em 1em;
    background: #F18544;
    border-radius:1.5rem ;
}
body:not(.home) .fixed-area__btn span{
  display:block;
}
body:not(.home) .fixed-area__btn.btn a[href*="/line"],
body:not(.home) .line-main p.fixed-area__btn.btn a{
    background:#06BE55;
}
body:not(.home) .fixed-area__btn.btn span{
    height:auto;
}
body:not(.home) .fixed-area__text > *{
    line-height: 1.67;
    letter-spacing: 0.2em;
    font-weight: 500;
    color: #E35D44;
    font-family: "Kiwi Maru", serif;
    position: relative;
    display: inline-flex;
    gap:0.5em;
    align-items:center;
}
.global-nav__items > .global-nav__item{
    padding-inline:min(1.375vw,1.2rem);
}
@media screen and (min-width:1400px) {
  .global-nav__item br{
    display:none;
  }
  .global-nav__items > .global-nav__item{
    padding-inline:0.625rem;
  }
}
@media screen and (max-width:1150px) and (min-width: 767px) {
  .header__buttons{
    flex-direction:column;
    gap:0.25em;
  }
  .header__top-btn a{
    margin:0;
    font-size:0.85rem;
    letter-spacing:0;
    padding-inline:0.5em;
  }
  .header__top-btn a br{
    display:none;
  }
}

@media screen and (min-width: 768px) {
  .global-nav__item--bubble > a{
    padding-inline:0;
  }
  .fixed-area__box .fixed-area__foot{
    margin:0;
    width:auto;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
  }
  body:not(.home) .fixed-area__btn.btn {
      width:auto;
      display: block;
  }
  body:not(.home) .fixed-area__btn.btn a{
      padding:2.5em 1em 3em 1em;
      border-radius:0rem 1rem 1rem 0rem;
  }
  .fixed-area__box .fixed-area__foot:has(.btn:nth-child(2)) .btn a{
    padding-block:1em 0.5em;
  }
  body:not(.home) main.online-main .fixed-area__btn.btn a{
      padding:2.5em 1em 3em 0.5em;
      border-radius:0rem 1rem 1rem 0rem;
  }
  .fixed-area__text > *{
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  }
  body:not(.home) main {
    margin-top:3.1825rem;
  }

}
p.fixed-area__text > strong:before,
p.fixed-area__text > strong:after{
    content:"";
	height: 2px;
	width: 1.1875rem;
	background-color: #E35D44;
    transform:rotate(-12.5deg)
}
p.fixed-area__text > strong:after{
    transform:rotate(12.5deg)
}
.page-top__icon p{
  max-height:100%;
}
.page-top__icon img{
  object-fit:contain;
  max-height:16rem;
}
.page-top__lead{
  max-width:600px;
  margin-inline:auto;
}
.page-top__lead > *{
    text-align:center;
}
.page-top__lead p ~ p{
  margin-top:0.5em;
}
.page-top__lead li{
    font-size: 18px;
    font-size: 1.125rem;
    font-family: "Kiwi Maru", serif;
    letter-spacing: 0.12em;
    font-weight: 500;
    color: #E35D44;
}
.line-flow__slider .flow-card__icon{
    width: 35rem;
}
.line-flow__slider .flow-card__icon:has( > img[width="240"]){
    width: 15rem;
}
.line-flow__slider .flow-card__icon:has( > img[width="120"]){
    width: 8rem;
}
.flow-card__text span:not([class]){
  font-size:0.75em;
}
.flow-card__text br + a,
.flow-card__text br + a + a{
  display: inline-block;
  color: #fffff3;
  border-radius: 999px;
  letter-spacing: 0.2em;
  white-space: nowrap;
  position: relative;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.2em;
  min-width: 12em;
  text-align: center;
  padding: 0.5rem 2.4375rem 0.5rem 2.0625rem;
  background-color: #F18544;
  margin-top: 0.75em;
}
.flow-card__text br + a[href*="/line"],
.flow-card__text br + a + a[href*="/line"]{
  background:#06BE55;
}
.flow-card__text br + a::after,
.flow-card__text br + a + a:after{
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    width: 0.5rem;
    height: 13px;
    height: 0.8125rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/common/white-arrow.png);
    right: 16px;
    right: 1rem;
}
.merit-point__title:is(h2,h3,h4,h5) {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  font-family: "Kiwi Maru", serif;
  line-height: 1.5;
  position: relative;
  display: block;
  white-space: nowrap;
  width:fit-content;
  margin-inline:auto;
  z-index:2;
}
.merit-point__title:is(h2,h3,h4,h5) br{
  display:none;
}
.merit-point__title:is(h2,h3,h4,h5)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 16px;
  height: 1rem;
  bottom: -1px;
  left: 0;
  background-color: #EEEBDD;
  z-index: -100;
}
body:not(.home) main > *:not(.fixed-area) .btn > a{
  padding: 0.5625rem 2rem 0.5625rem 2.25rem;
  display:block;
  width:fit-content;
  margin-inline:auto;
  border-radius:2rem;
  max-width:100%;
}
body:not(.home) main .btn > a[href*="?service"]{
  background:#fff;
  color:#E35D44;
  padding:0.75rem 2.5rem 0.9375rem 4.5625rem
}
body:not(.home) main .btn > a[href*="?service"]:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 1.75rem;
  width: 1.5rem;
  height: 1.8125rem;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/common/search-icon-orange.png);
}
body:not(.home) main .btn > a[href*="?service"]:before{
}
body:not(.home) main .btn:has( > a){
  position:relative;
  display:block;
  margin-inline:auto;
  width:fit-content;
}
body:not(.home) main .btn:has( > a):after{
  z-index:5;
  right:1.5em;
  background-image: url(../images/common/white-arrow.png);
  pointer-events:none;
}
body:not(.home) main .btn:has( > a[href*="?service"]):after{
  background-image: url(../images/common/orange-arrow.png);
}
body:not(.home) main .inner .btn{
  margin-top:2em;
}
.flow-main__attention{
  margin-bottom:5rem;
}
.relationship-main section.merit .inner-card__icon{
  margin:0.5em 0.5em;
  overflow:hidden;
  width: calc(100% - 1em);
  border-radius:1em 1em
}
.relationship-main section.merit .inner-card img{
  object-fit:cover;
  max-height:inherit;
  height:200px !important;
}
.model-main section.merit .merit__inner {
  max-width:980px;
}
.model-main section.merit .multi-card__images {
  margin-bottom:3em;
}
.model-main section.merit .multi-card__images ~ p{
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 500;
    letter-spacing: 0.23em;
    line-height: 1.467;
    font-family: "Kiwi Maru", serif;
}
.self-medication-main section.merit .inner-card{
  background:none;
  color:#fff;
}
.self-medication-main section.merit .inner-card img{
  max-height:165px;
}
.pcp-main section.merit .merit__content > p{
  margin-block:0em 4em;
}
.pcp-main section.merit .merit__content .mt-be-columns{
  max-width:750px;
}
.pcp-main section.merit .merit__content .mt-be-columns .mt-be-column{
  width:auto;
  flex:1;
  text-align:center;
  min-height:8.5em;
}
.point-box {
    background:#fff;
    border-radius:2.5rem;
    padding:5rem 2.5rem 2.5rem;
    max-width:610px;
    margin:0 auto 7.5em;
}
.point-box ol{
    display:flex;
    flex-wrap:wrap;
    gap:2em;
    font-size:1.0rem;
    max-width:500px;
    margin-inline:auto;
}
.point-box ol li{
    flex-basis:calc((100% - 2em) / 2);
    list-style:none;
    position:relative;
    padding-left:3.25em;
}
.point-box ol li:before{
    content:"";
    width:2.5em;
    height:2.5em;
    background:url(../../upload/ico_point01.png) no-repeat top left / contain;
    display:block;
    position:absolute;
    left:0;
}
.point-box ol li:nth-child(2):before{
    background-image:url(../../upload/ico_point02.png) 
}
.point-box ol li:nth-child(3):before{
    background-image:url(../../upload/ico_point03.png) 
}
.point-box ol li:nth-child(4):before{
    background-image:url(../../upload/ico_point04.png) 
}
.point-box ol li:nth-child(5):before{
    background-image:url(../../upload/ico_point05.png) 
}
.point-box .point-image{
    text-align:center;
    margin-inline:auto;
    width:fit-content;
}
@media screen and (min-width: 768px) {
  .model-main section.merit hr,
  .model-main section.merit .multi-card__images ~ p{
        width: 48.4%;
        min-width: 25rem;
  }
}
@media screen and (max-width: 767px) {
  body:not(.home) main {
    margin-top:0;
    padding-inline:20px;
  }
  body:not(.home) main > .inner{
    padding-inline:0;
  }
  body:not(.home) main .page-top__inner{
    padding-inline:0;
  }
  body:not(.home) .fixed-area{
    left:0;
    right:0;
  }
  body:not(.home) .fixed-area:has(.btn:nth-child(2)),
  body:not(.home) .fixed-area:has(.fixed-area__text){
    bottom:0;
  }
  body:not(.home) .fixed-area__foot:has(.btn:nth-child(2)){
    display:flex;
    width:100%;
    gap:0.5rem
  }
  body:not(.home) .fixed-area__foot:has(.btn:nth-child(2)) .btn{
    width:100%;
  }
  p.fixed-area__text > strong:before{
    transform:rotate(-120deg)
  }
  p.fixed-area__text > strong:after{
    transform:rotate(120deg)
  }
  .line-merit__inner{
    padding-inline:0px;
  }
  .page-top{
    padding-bottom: 4rem;
  }
  .page-top__icon img{
    max-height: 13.6875rem;
  }
  .page-top__lead strong{
    margin-inline:auto;
    display:block;
    width:fit-content;
  }
  .line-flow__heading :is(h2,h3,h4,h5) {
    font-size: 1.5625rem;
    letter-spacing: 0.07em;
  }
  .flow-slider-unset-step{
    --thmb:45px;
    --height:314px;
    padding-inline: 0.5rem 0.5rem;
    width: 100%;
    box-sizing: border-box;
  }
  main:is(.delivery-main) .flow-slider-unset-step{
    --height: 334px;
  }
  .line-flow__content{
    padding-top: 1.625rem;
    padding-bottom: 2rem;
  }
  .flow-slider-unset-step .flow-slider__content{
    margin-inline:0rem;
    gap: 0.75rem;
  }
  .flow-slider-unset-step .flow-slider__content .swiper-wrapper{
  }
  .flow-slider-unset-step .flow-slider__content .pagination{
    width:var(--thmb);
    gap:0.5em;
  }
  .flow-slider-unset-step .flow-slider__content .pagination span{
    aspect-ratio:1 / 1;
  }
  .line-flow__slider .flow-card__icon{
    width: 15rem;    
  }
  .line-flow__slider .flow-card__icon:has( > img[width="320"]){
    width:13.425rem;
  }
  .line-flow__slider .flow-card__icon:has( > img[width="240"]){
    width:7.5rem;
  }
  .line-flow__slider .flow-card__icon:has( > img[width="120"]){
      width: 8rem;
  }
  section.merit{
    margin-inline:-20px;
  }
  section.merit .inner-card :is(h2,h3,h4,h5,h6) br{
    display:none;
  }
  
  body:not(.home) main .btn:has( > a),
  body:not(.home) main .btn > a{
    width:auto;
    white-space:normal;
  }
  body:not(.home) main > *:not(.fixed-area) .btn:has( > a){
    max-width:fit-content;
  }
  .faq-main__list.accordions {
    max-width: 20.1875rem;
  }
  .relationship-main section.merit .inner-card img{
    width:100%;
  }
  .merit-point__title:is(h2,h3,h4,h5) br{
    display:block;
  }
  .merit-point__title:is(h2,h3,h4,h5){
    text-decoration: underline;
    text-decoration-thickness: 0.65em;
    text-decoration-style: solid;
    text-decoration-color:#EEEBDD;
    text-underline-offset:-0.35em;
    text-decoration-skip-ink: none;
  }
  .merit-point__title:is(h2,h3,h4,h5)::after{
    display:none;
  }
  section.merit .merit__content .mt-be-columns:not(.merit__cards){
    flex-direction:column;
    padding-inline:1rem;
  }
  section.merit .merit__content .mt-be-columns:not(.merit__cards) .mt-be-column{
    width:auto;
    padding:1rem;
    border-radius:0.5rem;
  }
  .point-box {
      border-radius:2.0rem;
      padding:3.5rem 1.5rem 2.0rem;
      margin:0 auto 5em;
  }
  .point-box ol{
      gap:1.5em;
      flex-direction:column;
  }
  .point-box ol li{
      flex-basis:auto;
      padding-left:2.75em;
  }
  .point-box ol li:before{
      width:2.0em;
      height:2.0em;
  }
}