@charset "UTF-8";
body {
  overflow-x: hidden;
}

.store-retail-2022 img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.store-retail-2022 ol, .store-retail-2022 ul, .store-retail-2022 li {
  list-style: none;
}
.store-retail-2022-banner-reserve {
  position: sticky;
  top: 0;
  z-index: 3;
  width: 200px;
  margin: 0 calc(50% - 50vw) 0 auto;
}
.store-retail-2022-banner-reserve img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
@media (min-width: 640px) {
  .store-retail-2022-banner-reserve {
    width: 267px;
    margin-top: -60px;
  }
}
.store-retail-2022--modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.store-retail-2022--modal__closeButon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
}
@media (min-width: 640px) {
  .store-retail-2022--modal__closeButon {
    right: 0px;
  }
}
.store-retail-2022--modal__inner {
  /* max-height: calc(100vh - 100px); */
  padding: 50px 15px;
  background-color: #fff;
  box-sizing: border-box;
  /* overflow: auto; */
}
@media (min-width: 640px) {
  .store-retail-2022--modal__inner {
    padding: 50px;
  }
}
@media (max-width: 639px) {
  .store-retail-2022--modal__inner {
    padding: 0px;
  }
}
.store-retail-2022--modal__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
  overflow: hidden;
}
.store-retail-2022--modal__overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.sonystorelive-archives .archive-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.sonystorelive-archives .archive-list a {
  display: block;
}
.sonystorelive-archives .archive-list a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.sonystorelive-archives .archive-list img {
  width: 100%;
  max-width: 100%;
}
.sonystorelive-archives .archive-list li {
  margin: 0;
  padding: 0;
  width: calc(50% - 10px);
}
@media (min-width: 640px) {
  .sonystorelive-archives .archive-list {
    gap: 25px;
  }
  .sonystorelive-archives .archive-list > li {
    flex: 0 1 auto;
    width: calc((100% - 75px) / 4);
  }
}
.sonystorelive-archives .archive-list .title {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.38;
}
@media (min-width: 640px) {
  .sonystorelive-archives .archive-list .title {
    font-size: 14px;
  }
}
.sonystorelive-archives .archive-list .title::before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #2F353D;
  content: "";
}

.store-retail-2022-link-square {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid #2e353c;
  font-size: 12px;
  line-height: 1;
}
.store-retail-2022-link-square::before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4em;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #2e353c;
}
.store-retail-2022-link-square:hover {
  background-color: #2F353D;
  color: #ffffff;
  text-decoration: none;
}
.store-retail-2022-link-square:hover::before {
  border-color: transparent transparent transparent #fff;
}
@media (min-width: 640px) {
  .store-retail-2022-link-square {
    font-size: 14px;
  }
}

.staffrev_items {
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 10px;
}
@media (min-width: 640px) {
  .staffrev_items {
    gap: 10px;
  }
}
.staffrev_items__container {
  max-width: 1140px;
  margin: 0 auto;
}
.staffrev_items__wrap {
  margin: 20px 0 10px;
}
@media (min-width: 640px) {
  .staffrev_items__wrap {
    margin: 40px 0 20px;
  }
}
.staffrev_items__wrap:first-child {
  margin-top: 0;
}
.staffrev_items__wrap.articleCount_0 {
  display: none;
}
.staffrev_items__category-heading {
  margin: 0 0 10px;
  padding: 1px;
  background-color: #0d3388;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
@media (min-width: 640px) {
  .staffrev_items__category-heading {
    margin: 0 0 20px;
    font-size: 18px;
  }
}
.staffrev_items_item {
  position: relative;
  background: #ffffff;
  border: solid 1px #000000;
  padding: 15px;
  text-decoration: none;
  box-sizing: border-box;
  width: calc(50% - 5px);
}
@media (max-width: 639px) {
  .staffrev_items_item {
    height: auto;
  }
}
@media (min-width: 640px) {
  .staffrev_items_item {
    flex: 0 1 auto;
    width: calc((100% - 30px) / 4);
  }
}
@media all and (-ms-high-contrast: none) {
  .staffrev_items_item {
    width: calc((100% - 80px) / 4);
    margin: 0 10px 20px;
  }
}
.staffrev_items_item:hover {
  opacity: 0.7;
  text-decoration: none;
}
.staffrev_items_item.is-end p, .staffrev_items_item.is-end img {
  opacity: 0.5;
}
.staffrev_items_item__is-end {
  position: absolute;
  z-index: 10;
  top: 130px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin: 0;
  opacity: 1;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 639px) {
  .staffrev_items_item__is-end {
    top: 60px;
  }
}
.staffrev_items_item_label {
  position: absolute;
  left: -1px;
  top: -5px;
}
.staffrev_items_item_label .label {
  display: inline-block;
  position: relative;
  padding: 0 15px;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
  background-color: #888;
  font-size: 12px;
  color: #fff;
}
.staffrev_items_item_label .label::after {
  position: absolute;
  right: -0.5em;
  height: 100%;
  width: 1em;
  transform: skew(-15deg);
  background-color: inherit;
  content: "";
}
.staffrev_items_item_label .label.is-new {
  background-color: #e50000;
}
.staffrev_items_item_label .label.is-pv {
  background-color: #006837;
}
.staffrev_items_item_label .label + .label {
  margin-left: 10px;
}

@media (min-width: 640px) {
  .staffrev_items_item_parent {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}

.staffrev_items_item_parent_cardcontentstop1_title {
  font-weight: bold;
  font-size: 14px;
  height: 4.5em;
  margin: 0 0 10px;
  /*３点リーダー*/
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*IE対策*/
  line-height: 1.5em;
  max-height: 4.5em;
}
@media (max-width: 639px) {
  .staffrev_items_item_parent_cardcontentstop1_title {
    font-size: 14px;
  }
}

.staffrev_items_item_parent_cardcontentstop2 {
  margin: 0 auto 10px;
  overflow: hidden;
}
.staffrev_items_item_parent_cardcontentstop2 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: auto;
  margin: 0 auto;
}
.staffrev_items_item_parent_cardcontentstop2 img.is-tokushu {
  height: 100%;
  max-width: 100%;
}
.staffrev_items_item_parent_cardcontentstop2.icon-play-circle {
  position: relative;
}
.staffrev_items_item_parent_cardcontentstop2.icon-play-circle::before {
  height: 38px;
  width: 38px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/store/retail/staff_review/assets/images/icon-play-circle.png) no-repeat center/contain;
  content: "";
}
@media (max-width: 639px) {
  .staffrev_items_item_parent_cardcontentstop2 {
    height: 80px;
  }
}
@media (min-width: 640px) {
  .staffrev_items_item_parent_cardcontentstop2 {
    height: 150px;
  }
}

.staffrev_items_item_parent_cardcontentstop3 {
  padding: 10px 0;
}
@media (max-width: 639px) {
  .staffrev_items_item_parent_cardcontentstop3 {
    clear: both;
  }
}

.staffrev_items_item_parent_cardcontentstop3_category {
  font-weight: bold;
  font-size: 12px;
  height: 3em;
  text-align: center;
  padding: 5px 10px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #2F353D;
}
@media (max-width: 639px) {
  .staffrev_items_item_parent_cardcontentstop3_category {
    font-size: 8px;
    height: auto;
  }
}

.staffrev_items_item_parent_cardcontentstop4 {
  margin-bottom: 15px;
}

.staffrev_items_item_parent_cardcontentstop4_productname {
  font-size: 14px;
  text-align: center;
  margin: auto;
  overflow-wrap: anywhere;
}
@media (max-width: 639px) {
  .staffrev_items_item_parent_cardcontentstop4_productname {
    font-size: 10px;
  }
}

.staffrev_items_item_parent_cardcontentstop_productname4_model {
  font-size: 14px;
  text-align: center;
}
@media (max-width: 639px) {
  .staffrev_items_item_parent_cardcontentstop_productname4_model {
    text-align: left;
    margin: 0;
  }
}

.staffrev_items_item_parent_cardcontentstop5 {
  display: flex;
  align-items: center;
  margin-top: auto;
}

.staffrev_items_item_cardcontentsbottom5_item_prof {
  flex: 1 1 auto;
}

.staffrev_items_item_cardcontentsbottom5_item_name {
  font-size: 14px;
}
.staffrev_items_item_cardcontentsbottom5_item_name p {
  margin: 0;
}
@media (max-width: 639px) {
  .staffrev_items_item_cardcontentsbottom5_item_name {
    font-size: 10px;
    margin-top: 0;
  }
}

.staffrev_items_item_cardcontentsbottom5_item_img {
  width: 80px;
  height: 80px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 50%;
}
@media (max-width: 639px) {
  .staffrev_items_item_cardcontentsbottom5_item_img {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 639px) {
  .staffrev_items_item_cardcontentsbottom5_item_qualification .qualification-icon {
    display: block;
    margin-bottom: 2px;
  }
}

.staffrev_items_item_parent_cardcontentstop6 img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
@media (max-width: 639px) {
  .staffrev_items_item_parent_cardcontentstop6 img {
    margin-top: -65px;
    margin-left: 20px;
  }
}

.qualification-icon {
  display: inline-block;
  padding: 4px;
  background-color: #888;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 639px) {
  .qualification-icon {
    font-size: 8px;
  }
}
.qualification-icon.slug-Sound {
  background-color: #29abe2;
}
.qualification-icon.slug-PhotoMaster_ex {
  background-color: #00671f;
}
.qualification-icon.slug-PhotoMaster_1 {
  background-color: #008e48;
}
.qualification-icon.slug-PhotoMaster_pre1 {
  background-color: #22b573;
}
.qualification-icon.slug-movie_ex {
  background-color: #005489;
}
.qualification-icon.slug-movie {
  background-color: #008BB3;
}
.qualification-icon.slug-TV {
  background-color: #A53700;
}
.qualification-icon.slug-gaming {
  background-color: #95005D;
}
.qualification-icon.slug-designation {
  padding: 12px 4px;
  background-color: #3444cd;
}
.qualification-icon.slug-designation:hover {
  color: #fff;
}
.qualification-icon.slug-designation::before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4em;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #fff;
}

.staffrev_staffcatalog_staffs {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0 0 30px;
}
.staffrev_staffcatalog_staffs img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}
@media (max-width: 639px) {
  .staffrev_staffcatalog_staffs {
    gap: 25px;
  }
}
.staffrev_staffcatalog_staffs_qualification {
  text-align: center;
  margin: 0 0 10px;
}
.staffrev_staffcatalog_staffs_qualification.is-reserve {
  margin: 0;
}
.staffrev_staffcatalog_staffs_qualification .qualification-icon {
  min-width: 120px;
}
@media (max-width: 639px) {
  .staffrev_staffcatalog_staffs_qualification .qualification-icon {
    min-width: 0;
    width: 100%;
  }
}
.staffrev_staffcatalog_staffs_staff {
  position: relative;
  width: calc((100% - 200px) / 6);
  height: auto;
  text-decoration: none;
}
@media (max-width: 639px) {
  .staffrev_staffcatalog_staffs_staff {
    width: calc(50% - 15px);
  }
}
.staffrev_staffcatalog_staffs_staff a:hover {
  opacity: 0.7;
}
.staffrev_staffcatalog_staffs_staff_name {
  text-align: center;
  font-size: 14px;
  margin: 10px 0;
}
.staffrev_staffcatalog_staffs_reserved {
  margin-top: 10px;
  text-align: center;
}
.staffrev_staffcatalog_staffs_reserved .staffrev_button_reserve {
  justify-content: center;
  width: 120px;
  height: auto;
  padding: 6px 4px;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
}
@media (max-width: 639px) {
  .staffrev_staffcatalog_staffs_reserved .staffrev_button_reserve {
    width: 100%;
  }
}

.staffrev_staffcatalog_staffs_more {
  display: block;
  width: 200px;
  margin: 0px auto;
  padding: 10px 40px;
  box-sizing: border-box;
  background-color: #ffffff;
  border: solid 1px #2F353D;
  color: #2F353D;
  outline: 0;
  text-align: center;
}
.staffrev_staffcatalog_staffs_more:hover {
  background-color: #2F353D;
  color: #ffffff;
  text-decoration: none;
}

.staffrev_button_reserve {
  display: inline-flex;
  align-items: center;
  padding: 0px 25px;
  height: 40px;
  text-align: center;
  background-color: #3444cd;
  color: #fff;
  font-size: 14px;
}
.staffrev_button_reserve:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}
.staffrev_button_reserve::before {
  display: inline-block;
  content: "";
  margin-right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #fff;
  vertical-align: middle;
}

.clear {
  clear: both;
}

br.clear {
  font-size: 1px;
  line-height: 100%;
  clear: both;
}

div.clear {
  line-height: 100%;
  clear: both;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.imgfix {
  font-size: 1px;
  line-height: 1px;
}

@media (max-width: 639px) {
  .hide-sp {
    display: none !important;
  }
}
@media (min-width: 640px) {
  .hide-pc {
    display: none !important;
  }
}
.u-palt {
  font-feature-settings: "palt";
}

.u-justify {
  text-align: justify;
  text-justify: character;
}

.u-responsive-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.u-responsive-frame video,
.u-responsive-frame iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.mt-8 {
  margin-top: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.mt-16 {
  margin-top: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mr-24 {
  margin-right: 24px;
}

.ml-24 {
  margin-left: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mr-32 {
  margin-right: 32px;
}

.ml-32 {
  margin-left: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mt-48 {
  margin-top: 48px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mr-48 {
  margin-right: 48px;
}

.ml-48 {
  margin-left: 48px;
}

.mt-56 {
  margin-top: 56px;
}

.mb-56 {
  margin-bottom: 56px;
}

.mr-56 {
  margin-right: 56px;
}

.ml-56 {
  margin-left: 56px;
}

.mt-64 {
  margin-top: 64px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mr-64 {
  margin-right: 64px;
}

.ml-64 {
  margin-left: 64px;
}

.mt-72 {
  margin-top: 72px;
}

.mb-72 {
  margin-bottom: 72px;
}

.mr-72 {
  margin-right: 72px;
}

.ml-72 {
  margin-left: 72px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mt-88 {
  margin-top: 88px;
}

.mb-88 {
  margin-bottom: 88px;
}

.mr-88 {
  margin-right: 88px;
}

.ml-88 {
  margin-left: 88px;
}

.mt-96 {
  margin-top: 96px;
}

.mb-96 {
  margin-bottom: 96px;
}

.mr-96 {
  margin-right: 96px;
}

.ml-96 {
  margin-left: 96px;
}

.store-retail-2022-soudan--mv {
  margin: 0 0 40px;
}
.store-retail-2022-soudan--mv img {
  width: 100%;
}
.store-retail-2022-soudan--mv .leadCopy {
  margin: 30px 0 0;
  font-size: 15px;
  line-height: 1.73;
}
@media (min-width: 640px) {
  .store-retail-2022-soudan--mv .leadCopy {
    margin-top: 40px;
  }
}
.store-retail-2022-soudan--info {
  margin: 0 0 40px;
  padding: 30px 0 20px 20px;
  background-color: #f5fbff;
}
@media (min-width: 640px) {
  .store-retail-2022-soudan--info {
    margin-bottom: 60px;
    padding: 30px 3% 30px 7.5%;
  }
}
.store-retail-2022-soudan--info__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
  color: #2e353c;
}
.store-retail-2022-soudan--info__title .title {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
}
.store-retail-2022-soudan--info__title .pct {
  margin-right: 10px;
}
.store-retail-2022-soudan--info__informationImage {
  max-width: 1063px;
}
.store-retail-2022-soudan--voice__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
}
.store-retail-2022-soudan--voice__title .icon {
  margin-right: 10px;
}
.store-retail-2022-soudan--voice__title p {
  margin: 0;
  line-height: 1.25;
}
.store-retail-2022-soudan--voice__main {
  margin: 0 auto 45px;
  max-width: 950px;
}
@media (min-width: 640px) {
  .store-retail-2022-soudan--voice__main {
    margin-bottom: 60px;
  }
}
.store-retail-2022-soudan--voice__block {
  display: flex;
  align-items: flex-end;
}
.store-retail-2022-soudan--voice__block:nth-child(even) {
  flex-direction: row-reverse;
}
.store-retail-2022-soudan--voice__block:nth-child(even) .image {
  text-align: left;
}
.store-retail-2022-soudan--voice__block:nth-child(even) .balloon::before {
  right: 100%;
  left: auto;
  border-width: 5px 10px 5px 0;
  border-color: transparent #ebf5ff transparent transparent;
}
.store-retail-2022-soudan--voice__block + .store-retail-2022-soudan--voice__block {
  margin-top: 30px;
}
.store-retail-2022-soudan--voice__block .image {
  flex: 0 0 auto;
  width: clamp(100px, 28.5%, 165px);
  text-align: right;
}
.store-retail-2022-soudan--voice__block .image img {
  width: 76%;
}
.store-retail-2022-soudan--voice__block .balloon {
  position: relative;
  flex: 1 1 auto;
  padding: 20px;
  background-color: #ebf5ff;
  border-radius: 10px;
}
.store-retail-2022-soudan--voice__block .balloon::before {
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #ebf5ff;
  content: "";
}
.store-retail-2022-soudan--voice__block .balloon p {
  margin: 0;
  line-height: 1.53;
  font-size: 15px;
}
@media (min-width: 640px) {
  .store-retail-2022-soudan--voice__block .balloon {
    padding: 30px 40px;
  }
  .store-retail-2022-soudan--voice__block .balloon p {
    font-size: 18px;
  }
  .store-retail-2022-soudan--voice__block .balloon::before {
    border-width: 10px 0 10px 20px;
  }
  .store-retail-2022-soudan--voice__block:nth-child(even) .balloon::before {
    border-width: 10px 20px 10px 0;
  }
}
.store-retail-2022-soudan--flow {
  margin: 30px 0 50px;
  padding: 40px 20px;
  background-color: #f5fbff;
}
@media (min-width: 640px) {
  .store-retail-2022-soudan--flow {
    margin: 0 0 60px;
    padding: 50px;
  }
}
.store-retail-2022-soudan--flow__block {
  margin: 0 0 20px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 640px) {
  .store-retail-2022-soudan--flow__block {
    display: flex;
  }
}
.store-retail-2022-soudan--flow__block .flowHeading {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  padding: 10px;
  background-color: #303c91;
  color: #fff;
}
.store-retail-2022-soudan--flow__block .flowHeading .pct {
  margin-right: 10px;
}
@media (min-width: 640px) {
  .store-retail-2022-soudan--flow__block .flowHeading {
    flex-direction: column;
    flex: 0 0 auto;
    width: 130px;
    font-size: 16px;
  }
  .store-retail-2022-soudan--flow__block .flowHeading .pct {
    margin: 0 0 5px;
  }
}
.store-retail-2022-soudan--flow__block .flowContent {
  margin: 0;
  padding: 25px;
  background-color: #fff;
}
.store-retail-2022-soudan--flow__block .flowContent p {
  margin: 0;
  line-height: 1.73;
  font-size: 15px;
}
.store-retail-2022-soudan--flow__block .flowContent .disc {
  margin-bottom: 20px;
}
.store-retail-2022-soudan--flow__block .flowContent .head {
  margin: 0 0 10px;
  color: #303c91;
  font-size: 16px;
  font-weight: bold;
}
.store-retail-2022-soudan--flow__block .flowContent .icon {
  vertical-align: middle;
}
.store-retail-2022-soudan--flow__block .flowContent .modalOpen {
  margin: 10px 0 0;
}
@media (min-width: 640px) {
  .store-retail-2022-soudan--flow__block .flowContent {
    flex: 1 1 auto;
    padding: 30px 40px 30px 50px;
  }
  .store-retail-2022-soudan--flow__block .flowContent p {
    font-size: 16px;
  }
  .store-retail-2022-soudan--flow__block .flowContent .disc {
    margin-bottom: 10px;
  }
  .store-retail-2022-soudan--flow__block .flowContent .head {
    font-size: 18px;
  }
}
.store-retail-2022-soudan--flow__block .flowContentBox {
  position: relative;
}
.store-retail-2022-soudan--flow__block .flowContentBox dl {
  margin: 0;
}
.store-retail-2022-soudan--flow__block .flowContentBox dt {
  margin: 0 0 10px;
  color: #303c91;
  font-size: 16px;
  font-weight: bold;
}
.store-retail-2022-soudan--flow__block .flowContentBox dd {
  margin: 0;
  font-size: 15px;
}
.store-retail-2022-soudan--flow__block .flowContentBox dd p {
  padding-right: 60px;
  line-height: 1.6;
}
.store-retail-2022-soudan--flow__block .flowContentBox dd small {
  display: block;
  margin-top: 8px;
  line-height: 1.4;
  font-size: 12px;
}
.store-retail-2022-soudan--flow__block .flowContentBox .link {
  margin: 15px 0 0;
}
.store-retail-2022-soudan--flow__block .flowContentBox .icon-line {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
}
@media (min-width: 640px) {
  .store-retail-2022-soudan--flow__block .flowContentBox {
    padding-right: 135px;
  }
  .store-retail-2022-soudan--flow__block .flowContentBox dl {
    margin: 0;
  }
  .store-retail-2022-soudan--flow__block .flowContentBox dt {
    font-size: 18px;
  }
  .store-retail-2022-soudan--flow__block .flowContentBox dd {
    font-size: 16px;
  }
  .store-retail-2022-soudan--flow__block .flowContentBox dd p {
    padding: 0;
  }
  .store-retail-2022-soudan--flow__block .flowContentBox .link {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .store-retail-2022-soudan--flow__block .flowContentBox .link a {
    margin: 0;
    padding-left: 15px;
    width: 160px;
    font-size: 12px;
  }
  .store-retail-2022-soudan--flow__block .flowContentBox .icon-line {
    top: 25px;
    right: 25px;
    width: 100px;
  }
}
@media (min-width: 640px) {
  .store-retail-2022-soudan--flow__reserve > div {
    display: flex;
    gap: 15px;
  }
  .store-retail-2022-soudan--flow__reserve a {
    margin: 0;
    padding-right: 0;
    padding-left: 15px;
    width: 160px;
    font-size: 12px;
  }
}
.store-retail-2022-soudan--modal dl {
  margin: 0 0 20px;
  font-size: 15px;
}
.store-retail-2022-soudan--modal dt {
  margin: 0 0 10px;
  border-bottom: 1px solid #000;
  font-weight: bold;
}
.store-retail-2022-soudan--modal dd {
  margin: 0;
}
.store-retail-2022-soudan--modal small {
  font-size: 12px;
}
@media (min-width: 640px) {
  .store-retail-2022-soudan--modal dl {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .store-retail-2022-soudan--modal dt {
    font-size: 20px;
  }
}
.store-retail-2022-soudan--modal .reserve {
  margin: 30px 0;
}
.store-retail-2022-soudan--modal .reserve a {
  margin-bottom: 10px;
}
.store-retail-2022-soudan--modal .stepImage {
  position: relative;
  max-width: 338px;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .store-retail-2022-soudan--modal .stepImage {
    max-width: 1159px;
  }
}
.store-retail-2022-soudan--modal .stepImage .link {
  display: block;
  position: absolute;
  top: 70.03%;
  left: 50%;
  transform: translateX(-50%);
  width: 59.17%;
  padding-top: 7.39%;
}
@media (min-width: 640px) {
  .store-retail-2022-soudan--modal .stepImage .link {
    top: 82.73%;
    left: 56.08%;
    width: 18.58%;
    transform: translateX(0%);
    padding-top: 2.58%;
  }
}
@media (max-width: 639px) {
  .store-retail-2022-soudan--modal .how-to-reserve {
    height: 66vh;
    overflow: auto;
  }
  .store-retail-2022-soudan--modal .how-to-reserve img {
    height: 100%;
    width: auto;
    max-width: none;
  }
}
/*# sourceMappingURL=soudan.css.map */
