@font-face {
  font-family: "notoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "zenKakuGothicNew400";
  src: url("../font/ZenKakuGothicNew-Regular.woff");
}
@font-face {
  font-family: "zenKakuGothicNew500";
  src: url("../font/ZenKakuGothicNew-Medium.woff");
}
@font-face {
  font-family: "zenKakuGothicNew700";
  src: url("../font/ZenKakuGothicNew-Bold.woff");
}
@font-face {
  font-family: "departureMono400";
  src: url("../font/DepartureMono-Regular.woff");
}
@font-face {
  font-family: "bahnschrift350";
  src: url("../font/bahnschrift.ttf");
}
@font-face {
  font-family: "bahnschrift600";
  src: url("../font/bahnschrift.ttf");
}
@font-face {
  font-family: "inter500";
  src: url("../font/Inter-VariableFont_opsz_wght.woff");
}
@font-face {
  font-family: "notoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "notoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "notoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
}
.store {
  padding-top: 0;
}
@media screen and (min-width: 1080px) {
  .store {
    margin-top: 110px;
  }
}
@media screen and (max-width: 1079px) {
  .store {
    margin-top: 80px;
  }
}

.store__section {
  position: relative;
  overflow-y: hidden;
}
.store__section:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 30px;
  background: url("../img/page/store/square_top.svg") repeat-x center/contain;
}
@media screen and (max-width: 1079px) {
  .store__section:before {
    height: 21px;
    background: url("../img/page/store/square_top_sp.svg") repeat-x top/contain;
  }
}
.store__section.--after:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 30px;
  background: url("../img/common/square_bottom.svg") repeat-x top/contain;
  bottom: 0;
}
@media screen and (max-width: 1079px) {
  .store__section.--after:after {
    height: 21px;
    background: url("../img/common/square_bottom_sp.svg") repeat-x top/contain;
  }
}

@media screen and (min-width: 1080px) {
  .store__sectionDotWrap01 .store_sec_dot01 {
    bottom: -38px;
    left: 172px;
  }
}
@media screen and (max-width: 1079px) {
  .store__sectionDotWrap01 .store_sec_dot01 {
    bottom: -30px;
    left: 88px;
    width: 41px;
  }
}
.store__sectionDotWrap01 .store_sec_dot02 {
  bottom: -50px;
  left: 342px;
}
.store__sectionDotWrap01 .store_sec_dot03 {
  bottom: -38px;
  right: 0;
}
@media screen and (min-width: 1080px) {
  .store__sectionDotWrap01 .store_sec_dot04 {
    bottom: -42px;
    left: -70px;
  }
}
@media screen and (max-width: 1079px) {
  .store__sectionDotWrap01 .store_sec_dot04 {
    bottom: -29px;
    right: 10px;
  }
}

.store__sectionMV {
  position: relative;
}

.store__sectionImgWrap {
  display: block;
}
@media screen and (max-width: 1079px) {
  .store__sectionImgWrap {
    height: 150px;
  }
}

@media screen and (max-width: 1079px) {
  .store__sectionImg {
    height: 100%;
  }
}

@media screen and (min-width: 1080px) {
  .store__sectionBox {
    margin: -40px auto 80px;
  }
}
@media screen and (max-width: 1079px) {
  .store__sectionBox {
    margin: -40px auto 50px;
    width: calc(100% - 60px);
  }
}

.store__sectionList {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 1080px) {
  .store__sectionList {
    -ms-grid-columns: 1fr 35px 1fr 35px 1fr 35px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 35px;
  }
}
@media screen and (max-width: 1079px) {
  .store__sectionList {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 15px;
  }
}

.store__sectionItem {
  position: relative;
}
.store__sectionItem.is-active .store__sectionLink {
  background-color: #2452E2;
  color: #fff;
}
.store__sectionItem.is-active .store__sectionWrap {
  border-top: 1px solid #fff;
}
.store__sectionItem.is-active .store__sectionText.--time:after {
  background-color: #fff;
}
.store__sectionItem:before {
  content: "";
  position: absolute;
  z-index: 0;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  right: -10px;
  bottom: -10px;
  display: block;
  background: url("../img/page/store/pattern.png");
  background-repeat: repeat;
}

.store__sectionWrap {
  border-top: 1px solid #2452E2;
}

.store__sectionLink {
  color: #2452E2;
  border: 1px solid #2452E2;
  background-color: #fff;
  position: relative;
  z-index: 1;
  height: 100%;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1080px) {
  .store__sectionLink {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 1079px) {
  .store__sectionLink {
    padding: 10px;
  }
}
.store__sectionLink:hover {
  background-color: #2452E2;
  color: #fff;
}
.store__sectionLink:hover .store__sectionWrap {
  border-top: 1px solid #fff;
}
.store__sectionLink:hover .store__sectionText.--time:after {
  background-color: #fff;
}

.store__sectionName {
  font-family: zenKakuGothicNew700, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  line-height: 1.25;
}
@media screen and (max-width: 1079px) {
  .store__sectionName {
    font-size: 14px;
  }
}

@media screen and (min-width: 1080px) {
  .store__sectionWrap {
    padding-top: 15px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1079px) {
  .store__sectionWrap {
    padding-top: 8px;
    margin-top: 8px;
  }
}

.store__sectionText {
  display: table;
  line-height: 1.42;
  font-family: zenKakuGothicNew700, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New";
}
@media screen and (max-width: 1079px) {
  .store__sectionText {
    font-size: 12px;
  }
}
.store__sectionText:nth-child(n+2) {
  margin-top: 5px;
}
.store__sectionText.--time {
  position: relative;
}
.store__sectionText.--time:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: -10px;
  bottom: 0;
  margin: auto 0;
  width: 1px;
  height: 15px;
  background-color: #2452E2;
}

.store__sectionTimes {
  font-family: zenKakuGothicNew500, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}

.store__info {
  background-color: #fff;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(36, 82, 226, 0.2) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(36, 82, 226, 0.2) calc(100% - 1px));
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: center center;
  border-top: 1px solid rgba(36, 82, 226, 0.2);
  border-bottom: 1px solid rgba(36, 82, 226, 0.2);
}
@media screen and (min-width: 1080px) {
  .store__info {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 1079px) {
  .store__info {
    padding: 70px 0 120px;
  }
}

@media screen and (min-width: 1080px) {
  .store__infoDotWrap01 .store_info_dot01 {
    top: 0px;
    left: 82px;
  }
}
@media screen and (max-width: 1079px) {
  .store__infoDotWrap01 .store_info_dot01 {
    top: 40px;
    left: -7px;
  }
}
@media screen and (min-width: 1080px) {
  .store__infoDotWrap01 .store_info_dot02 {
    bottom: 0;
    left: -80px;
  }
}
@media screen and (max-width: 1079px) {
  .store__infoDotWrap01 .store_info_dot02 {
    top: -20px;
    right: 0px;
    z-index: 1;
  }
}
@media screen and (min-width: 1080px) {
  .store__infoDotWrap01 .store_info_dot03 {
    bottom: -35px;
    right: 31px;
  }
}
@media screen and (max-width: 1079px) {
  .store__infoDotWrap01 .store_info_dot03 {
    bottom: 407px;
    right: 0;
    width: 24px;
  }
}

.store__infoList {
  margin-top: 50px;
}
@media screen and (min-width: 1080px) {
  .store__infoList {
    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 (max-width: 1079px) {
  .store__infoList {
    display: block;
  }
}

.store__infoItem {
  width: 100%;
  background-color: #F2F8FF;
  border: 1px solid #2452E2;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(143, 170, 255, 0.2) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(143, 170, 255, 0.2) calc(100% - 1px));
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: center center;
  text-align: center;
  position: relative;
  display: block;
}
@media screen and (min-width: 1080px) {
  .store__infoItem:nth-child(n+2) {
    margin-left: 25px;
  }
}
@media screen and (max-width: 1079px) {
  .store__infoItem:nth-child(n+2) {
    margin-top: 10px;
  }
}
.store__infoItem:before, .store__infoItem:after {
  content: "";
  position: absolute;
  bottom: 4px;
  z-index: 1;
  width: 5px;
  height: 5px;
  background-color: #2452E2;
}
.store__infoItem:before {
  left: 4px;
}
.store__infoItem:after {
  right: 4px;
}
.store__infoItem.--recruit {
  background-color: #fff;
  background-image: none;
}
.store__infoItem.--recruit .store__infoHeading {
  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;
}

.store__infoLink {
  display: block;
}

.store__infoWrap {
  position: relative;
}
@media screen and (min-width: 1080px) {
  .store__infoWrap {
    padding: 25px 50px;
  }
}
@media screen and (max-width: 1079px) {
  .store__infoWrap {
    padding: 20px 23px;
  }
}
.store__infoWrap:before, .store__infoWrap:after {
  content: "";
  position: absolute;
  top: 4px;
  z-index: 1;
  width: 5px;
  height: 5px;
  background-color: #2452E2;
}
.store__infoWrap:before {
  left: 4px;
}
.store__infoWrap:after {
  right: 4px;
}

.store__infoHeading {
  font-family: zenKakuGothicNew700, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New";
  color: #2452E2;
  line-height: 1.4;
  margin: 0 auto 5px;
  white-space: nowrap;
}
@media screen and (min-width: 1080px) {
  .store__infoHeading {
    font-size: 25px;
  }
}
@media screen and (max-width: 1079px) {
  .store__infoHeading {
    font-size: 22px;
  }
}

.store__infoSmall {
  font-family: zenKakuGothicNew500, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  display: block;
}

.store__infoText {
  font-family: zenKakuGothicNew500, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.57;
}

.store__infoIcon {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 10px;
}

.store__infoBox {
  background-color: #fff;
  border: #2452E2;
  border: 1px solid #2452E2;
  margin-top: 50px;
}
@media screen and (min-width: 1080px) {
  .store__infoBox {
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1079px) {
  .store__infoBox {
    padding: 30px;
    display: block;
  }
}

.store__infoHead {
  font-family: zenKakuGothicNew700, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New";
  color: #2452E2;
  line-height: 1.4;
}
@media screen and (min-width: 1080px) {
  .store__infoHead {
    font-size: 24px;
  }
}
@media screen and (max-width: 1079px) {
  .store__infoHead {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.store__infoRead {
  font-family: inter500, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 1080px) {
  .store__infoRead {
    width: calc(100% - 190px);
  }
}
@media screen and (max-width: 1079px) {
  .store__infoRead {
    line-height: 1.66;
  }
}

@media screen and (min-width: 1080px) {
  .store__working {
    padding: 120px 40px;
  }
}
@media screen and (max-width: 1079px) {
  .store__working {
    padding: 70px 0;
  }
}

.store__workingList {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 1080px) {
  .store__workingList {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: 280px 20px 280px;
    grid-template-rows: 280px 280px;
    margin: 50px auto 80px;
    gap: 20px;
  }
  .store__workingList > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .store__workingList > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .store__workingList > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .store__workingList > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .store__workingList > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .store__workingList > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
}
@media screen and (max-width: 1079px) {
  .store__workingList {
    -ms-grid-columns: 1fr 5px 1fr;
    grid-template-columns: repeat(2, 1fr);
    margin: 20px auto;
    gap: 5px;
  }
}

.store__workingItem {
  background-color: #F2F8FF;
  border: 1px solid #2452E2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.store__workingItem.is-anime {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 1080px) {
  .store__workingItem {
    padding: 20px 20px 30px;
  }
}
@media screen and (max-width: 1079px) {
  .store__workingItem {
    place-items: center;
    place-content: center;
    padding: 20px 10px;
  }
}
.store__workingItem:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.store__workingItem:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.store__workingItem:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.store__workingItem:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.store__workingItem:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.store___workingHead {
  line-height: 1.4;
  color: #2452E2;
  font-family: zenKakuGothicNew700, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New";
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .store___workingHead {
    font-size: 20px;
  }
}
@media screen and (max-width: 1079px) {
  .store___workingHead {
    font-size: 13px;
    margin-bottom: 10px;
  }
}

.store___workingSmall {
  display: block;
}
@media screen and (min-width: 1080px) {
  .store___workingSmall {
    font-size: 16px;
  }
}
@media screen and (max-width: 1079px) {
  .store___workingSmall {
    font-size: 12px;
  }
}

.store___workingImgWrap {
  max-width: 295px;
  margin: 0 auto;
  place-items: center;
  place-content: center;
}

.store__workingBox {
  background-color: #F2F8FF;
}
@media screen and (min-width: 1080px) {
  .store__workingBox {
    padding: 70px 63px 10px;
    margin: 70px auto 120px;
  }
}
@media screen and (max-width: 1079px) {
  .store__workingBox {
    padding: 50px 20px;
    margin: 120px auto;
  }
}

.store__workingHead {
  background-color: #2452E2;
  color: #fff;
  text-align: center;
  font-family: zenKakuGothicNew400, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (min-width: 1080px) {
  .store__workingHead {
    padding: 0 10px;
    font-size: 32px;
  }
}
@media screen and (max-width: 1079px) {
  .store__workingHead {
    padding: 0 10px;
    font-size: 20px;
  }
}

@media screen and (max-width: 1079px) {
  .store__workingBoxList {
    max-width: 750px;
    margin: 0 auto;
  }
}

.store__workingBoxItem {
  padding: 40px 0;
}
@media screen and (min-width: 1080px) {
  .store__workingBoxItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1079px) {
  .store__workingBoxItem {
    display: block;
  }
}
.store__workingBoxItem:nth-child(n+2) {
  background-image: repeating-linear-gradient(90deg, #787878, #787878 1px, transparent 3px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}

@media screen and (min-width: 1080px) {
  .store__workingBoxImgWrap {
    max-width: 287px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 1079px) {
  .store__workingBoxImgWrap {
    margin-bottom: 20px;
  }
}

.store__workingBoxWrap {
  display: block;
  font-family: notoSans400, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 1080px) {
  .store__workingBoxWrap {
    width: calc(100% - 300px);
  }
}
.store__workingBoxName {
  font-size: 24px;
  font-family: notoSans700, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New";
}

.store__workingBoxType {
  margin: 10px 0 20px;
}
@media screen and (min-width: 1080px) {
  .store__workingBoxType {
    font-size: 14px;
  }
}
@media screen and (max-width: 1079px) {
  .store__workingBoxType {
    font-size: 12px;
  }
}

@media screen and (min-width: 1080px) {
  .store__workingBoxText {
    line-height: 2.18;
  }
}
@media screen and (max-width: 1079px) {
  .store__workingBoxText {
    line-height: 1.57;
  }
}

@media screen and (max-width: 1079px) {
  .store__workingBox02 {
    padding: 50px 20px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1080px) {
  .store__workingBox02List {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 50px auto 100px;
  }
}
@media screen and (max-width: 1079px) {
  .store__workingBox02List {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 50px auto 20px;
    max-width: 750px;
  }
}
@media screen and (min-width: 1080px) {
  .store__workingBox02Item:not(:nth-child(6n-5)) {
    margin-left: 55px;
  }
  .store__workingBox02Item:nth-child(n+7) {
    margin-top: 40px;
  }
}

.store__workingBox02ImgWrap {
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  .store__workingBox02ImgWrap {
    width: 130px;
  }
}

.store__workingBox02Text {
  margin-top: 10px;
  text-align: center;
  line-height: 1.4;
}

.store__workingBox02 {
  background-color: #F2F8FF;
}
@media screen and (min-width: 1080px) {
  .store__workingBox02 {
    padding: 50px;
    margin: 0 auto 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 1079px) {
  .store__workingBox02 {
    display: block;
  }
}

.store__workingBox02TextWrap {
  display: block;
}

.store__workingBox02Head {
  color: #2452E2;
  font-family: zenKakuGothicNew700, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New";
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (min-width: 1080px) {
  .store__workingBox02Head {
    font-size: 34px;
  }
}
@media screen and (max-width: 1079px) {
  .store__workingBox02Head {
    font-size: 20px;
  }
}

@media screen and (min-width: 1080px) {
  .store__workingBox02Wrap {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1079px) {
  .store__workingBox02Wrap {
    margin-top: 50px;
  }
}

.store__workingBox02Term {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  background-color: #69B5FF;
  padding: 5px 10px;
  margin-bottom: 5px;
}
.store__workingBox02Term:nth-child(n+2) {
  margin-top: 20px;
}

.store__workingBox02Description {
  font-size: 14px;
  line-height: 1.57;
}

.store__feature {
  background: #F2F8FF;
}
@media screen and (min-width: 1080px) {
  .store__feature {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 1079px) {
  .store__feature {
    padding: 70px 0 1px;
  }
}

@media screen and (min-width: 1080px) {
  .store__featureDotWrap01 .store_fea_dot01 {
    top: 32px;
    left: 637px;
  }
}
@media screen and (max-width: 1079px) {
  .store__featureDotWrap01 .store_fea_dot01 {
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 1080px) {
  .store__featureDotWrap01 .store_fea_dot02 {
    top: 99px;
    right: 72px;
  }
}
@media screen and (max-width: 1079px) {
  .store__featureDotWrap01 .store_fea_dot02 {
    top: 30px;
    left: 10px;
  }
}
@media screen and (min-width: 1080px) {
  .store__featureDotWrap01 .store_fea_dot03 {
    top: 368px;
    left: -80px;
  }
}
@media screen and (max-width: 1079px) {
  .store__featureDotWrap01 .store_fea_dot03 {
    top: 70px;
    right: 0;
  }
}
@media screen and (min-width: 1080px) {
  .store__featureDotWrap01 .store_fea_dot05 {
    top: 235px;
    right: 3px;
  }
}
@media screen and (max-width: 1079px) {
  .store__featureDotWrap01 .store_fea_dot05 {
    bottom: 0;
    left: 50%;
  }
}
@media screen and (min-width: 1080px) {
  .store__featureDotWrap01 .store_fea_dot06 {
    bottom: 49px;
    right: 237px;
  }
}
@media screen and (max-width: 1079px) {
  .store__featureDotWrap01 .store_fea_dot06 {
    bottom: 80px;
    right: 50px;
  }
}
.store__featureDotWrap01 .store_fea_dot07 {
  bottom: 55px;
  right: 76px;
}

@media screen and (min-width: 1080px) {
  .store__featureBox {
    margin: 0 auto;
    max-width: 930px;
  }
}

.store__featureList {
  margin: 50px auto 0;
}
@media screen and (min-width: 1080px) {
  .store__featureList {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(6, 1fr);
    gap: 40px 30px;
  }
}
@media screen and (max-width: 1079px) {
  .store__featureList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 750px;
  }
}
@media screen and (max-width: 1079px) and (min-width: 481px) {
  .store__featureList {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

.store__featureImgWrap {
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  .store__featureImgWrap {
    width: 130px;
  }
}

.store__featureText {
  margin-top: 10px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: -0.02em;
}

.store__access {
  background: #F2F8FF;
}
@media screen and (min-width: 1080px) {
  .store__access {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 1079px) {
  .store__access {
    padding: 70px 0 0;
  }
}

@media screen and (min-width: 1080px) {
  .store__accessDotWrap01 .store_acc_dot01 {
    top: -30px;
    left: -110px;
  }
}
@media screen and (max-width: 1079px) {
  .store__accessDotWrap01 .store_acc_dot01 {
    top: 80px;
    left: 50px;
    width: 11px;
  }
}
@media screen and (min-width: 1080px) {
  .store__accessDotWrap01 .store_acc_dot02 {
    top: 142px;
    left: 44px;
  }
}
@media screen and (max-width: 1079px) {
  .store__accessDotWrap01 .store_acc_dot02 {
    top: 20px;
    left: 100px;
    width: 11px;
  }
}
@media screen and (min-width: 1080px) {
  .store__accessDotWrap01 .store_acc_dot03 {
    top: 0px;
    right: 386px;
  }
}
@media screen and (max-width: 1079px) {
  .store__accessDotWrap01 .store_acc_dot03 {
    top: 120px;
    right: 120px;
    width: 11px;
  }
}
@media screen and (min-width: 1080px) {
  .store__accessDotWrap01 .store_acc_dot04 {
    top: -10px;
    right: 0;
  }
}
@media screen and (max-width: 1079px) {
  .store__accessDotWrap01 .store_acc_dot04 {
    top: 200px;
    right: 80px;
    width: 32px;
  }
}
.store__accessDotWrap01 .store_acc_dot05 {
  top: 74px;
  right: 42%;
}
.store__accessDotWrap01 .store_acc_dot06 {
  top: 14px;
  right: 0;
}

.store__accessBox {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 1079px) {
  .store__accessBox {
    height: 300px;
  }
}

.store__accessBox iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.store__open {
  background: #F2F8FF;
}
@media screen and (min-width: 1080px) {
  .store__open {
    padding: 120px 40px 60px;
  }
}
@media screen and (max-width: 1079px) {
  .store__open {
    padding: 70px 0 0;
  }
}

@media screen and (min-width: 1080px) {
  .store_open_dot01 {
    top: 32px;
    right: 502px;
  }
}
@media screen and (max-width: 1079px) {
  .store_open_dot01 {
    top: 64px;
    left: 0;
  }
}

@media screen and (min-width: 1080px) {
  .store_open_dot02 {
    top: 111px;
    right: 434px;
  }
}
@media screen and (max-width: 1079px) {
  .store_open_dot02 {
    top: 21px;
    left: 100px;
    width: 5px;
  }
}

@media screen and (min-width: 1080px) {
  .store_open_dot03 {
    top: 22px;
    right: 167px;
  }
}
@media screen and (max-width: 1079px) {
  .store_open_dot03 {
    top: 54px;
    right: 150px;
  }
}

@media screen and (min-width: 1080px) {
  .store_open_dot04 {
    bottom: 0;
    left: -164px;
  }
}
@media screen and (max-width: 1079px) {
  .store_open_dot04 {
    top: -10px;
    right: 140px;
    width: 10px;
    height: 10px;
  }
}

@media screen and (min-width: 1080px) {
  .store_open_dot05 {
    bottom: 109px;
    right: 59px;
  }
}
@media screen and (max-width: 1079px) {
  .store_open_dot05 {
    top: 20px;
    right: 0;
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1080px) {
  .store_open_dot06 {
    bottom: 163px;
    right: 34px;
  }
}
@media screen and (max-width: 1079px) {
  .store_open_dot06 {
    top: 80px;
    right: 42px;
    width: 10px;
    height: 24px;
  }
}

@media screen and (min-width: 1080px) {
  .store__openBox {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1079px) {
  .store__openBox {
    margin-top: 20px;
    display: block;
  }
}

.store__openText {
  display: table;
  line-height: 1.42;
  font-family: zenKakuGothicNew700, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New";
  color: #2452E2;
}
@media screen and (min-width: 1080px) {
  .store__openText:nth-child(n+2) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1079px) {
  .store__openText:nth-child(n+2) {
    margin-top: 5px;
  }
}

.store__openTimes {
  color: #000;
  font-family: zenKakuGothicNew500, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}

.store__openRead {
  line-height: 1;
}
@media screen and (min-width: 1080px) {
  .store__openRead {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1079px) {
  .store__openRead {
    margin-top: 5px;
  }
}

@media screen and (max-width: 1079px) {
  .store__openCalendar {
    margin-top: 50px;
  }
}

.store__openCalendarWrap {
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .store__openCalendarWrap {
    border-collapse: collapse;
  }
}

.store__openTh,
.store__openTd {
  font-family: zenKakuGothicNew700, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New";
  border: 1px solid #8FAAFF;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 1080px) {
  .store__openTh,
  .store__openTd {
    padding: 12px;
    min-width: 75px;
  }
}
@media screen and (max-width: 1079px) {
  .store__openTh,
  .store__openTd {
    padding: 5px 10px;
  }
}

.store__openTh {
  background-color: #B9DDFF;
}
@media screen and (max-width: 1079px) {
  .store__openTh {
    font-size: 12px;
  }
}
@media screen and (max-width: 350px) {
  .store__openTh {
    font-size: 10px;
  }
}
.store__openTh:first-child {
  border: none;
  background-color: inherit;
}
.store__openTh.--sat {
  color: #2452E2;
}
.store__openTh.--sun {
  color: #FC4835;
}

.store__openTd {
  color: #2452E2;
  background-color: #fff;
  white-space: nowrap;
}
@media screen and (min-width: 1080px) {
  .store__openTd {
    font-size: 18px;
  }
}
@media screen and (max-width: 1079px) {
  .store__openTd {
    font-size: 12px;
  }
}
@media screen and (max-width: 350px) {
  .store__openTd {
    font-size: 10px;
  }
}
.store__openTd.--am, .store__openTd.--pm {
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 1080px) {
  .store__openTd.--am, .store__openTd.--pm {
    padding: 10px 45px;
  }
}
@media screen and (max-width: 1079px) {
  .store__openTd.--am, .store__openTd.--pm {
    font-size: 12px;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 350px) {
  .store__openTd.--am, .store__openTd.--pm {
    font-size: 10px;
    padding: 5px;
  }
}
.store__openTd.--am {
  background-color: #69B5FF;
}
.store__openTd.--pm {
  background-color: #6CA7E1;
}
@media screen and (max-width: 1079px) {
  .store__openTd.--times {
    padding: 5px 0;
  }
}
.store__openTd.--not {
  position: relative;
}
.store__openTd.--not:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 15px;
  height: 1px;
  background-color: #787878;
}

@media screen and (min-width: 1080px) {
  .store__overview {
    padding: 120px 40px 60px;
  }
}
@media screen and (max-width: 1079px) {
  .store__overview {
    padding: 70px 0 0;
  }
}

.store__overviewBox {
  margin: 50px auto 0;
}
@media screen and (min-width: 1080px) {
  .store__overviewBox {
    max-width: 900px;
  }
}
@media screen and (max-width: 1079px) {
  .store__overviewBox {
    max-width: 750px;
  }
}

.store__overviewList {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1079px) {
  .store__overviewList {
    width: 100%;
  }
}

.store__overviewWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px dotted #787878;
  background-color: #fff;
}
.store__overviewWrap:first-child {
  border-top: 1px dotted #787878;
}

.store__overviewTeam {
  text-align: left;
  font-family: zenKakuGothicNew700, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New";
  color: #2452E2;
  padding: 30px 0;
}
@media screen and (min-width: 1080px) {
  .store__overviewTeam {
    width: calc(100% - 20px);
    max-width: 235px;
  }
}
@media screen and (max-width: 1079px) {
  .store__overviewTeam {
    width: 100%;
    max-width: 80px;
  }
}

.store__overviewDefinition {
  padding: 30px 0;
}
@media screen and (min-width: 1080px) {
  .store__overviewDefinition {
    width: calc(100% - 235px);
  }
}
@media screen and (max-width: 1079px) {
  .store__overviewDefinition {
    width: calc(100% - 80px);
  }
}

@media screen and (min-width: 1080px) {
  .store__payment {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 1079px) {
  .store__payment {
    padding: 70px 0;
  }
}

@media screen and (min-width: 1080px) {
  .store__paymentBox {
    margin: 50px auto 0;
    max-width: 900px;
  }
}
@media screen and (max-width: 1079px) {
  .store__paymentBox {
    margin: 30px auto 0;
    max-width: 750px;
  }
}

.store__paymentHead {
  font-family: zenKakuGothicNew700, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  line-height: 1.5;
  background-color: #2452E2;
  color: #fff;
  text-align: left;
  padding: 5px 50px;
}

.store__paymentImgWrap {
  max-width: 650px;
  margin: 36px auto 30px;
}
.store__paymentImgWrap.--sm {
  max-width: 439px;
}

.store__social {
  background-color: #F2F8FF;
}
@media screen and (min-width: 481px) {
  .store__social {
    padding: 50px;
  }
}
@media screen and (max-width: 480px) {
  .store__social {
    padding: 100px 30px;
  }
}

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

.store__socialItem {
  height: 30px;
  width: 30px;
}
.store__socialItem:nth-child(n+2) {
  margin-left: 50px;
}
.store__socialItem.--topics {
  width: 24px;
}

.store__socialImgWrap {
  width: 100%;
}

.store__message {
  background-color: #fff;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(36, 82, 226, 0.2) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(36, 82, 226, 0.2) calc(100% - 1px));
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: center center;
  border-top: 1px solid rgba(36, 82, 226, 0.2);
  border-bottom: 1px solid rgba(36, 82, 226, 0.2);
}
@media screen and (min-width: 1080px) {
  .store__message {
    padding: 80px 40px 120px;
  }
}
@media screen and (max-width: 1079px) {
  .store__message {
    padding: 70px 0 120px;
  }
}

@media screen and (min-width: 1080px) {
  .store_mes_dot01 {
    top: 0;
    left: -60px;
  }
}
@media screen and (max-width: 1079px) {
  .store_mes_dot01 {
    top: 7px;
    left: 70px;
    width: 34px;
  }
}

@media screen and (min-width: 1080px) {
  .store_mes_dot02 {
    top: 100px;
    right: 48%;
  }
}
@media screen and (max-width: 1079px) {
  .store_mes_dot02 {
    top: 60px;
    right: 48px;
    width: 8px;
  }
}

@media screen and (min-width: 1080px) {
  .store_mes_dot03 {
    top: 15px;
    right: 40%;
  }
}
@media screen and (max-width: 1079px) {
  .store_mes_dot03 {
    top: 75px;
    right: 40%;
    width: 11px;
  }
}

@media screen and (min-width: 1080px) {
  .store_mes_dot04 {
    top: 39px;
    right: 114px;
  }
}
@media screen and (max-width: 1079px) {
  .store_mes_dot04 {
    top: 185px;
    right: 45px;
    width: 26px;
  }
}

@media screen and (min-width: 1080px) {
  .store_mes_dot05 {
    top: 359px;
    left: 60px;
  }
}
@media screen and (max-width: 1079px) {
  .store_mes_dot05 {
    top: 50%;
    left: 5px;
    width: 15px;
  }
}

@media screen and (min-width: 1080px) {
  .store_mes_dot06 {
    top: 646px;
    left: -70px;
  }
}
@media screen and (max-width: 1079px) {
  .store_mes_dot06 {
    bottom: 420px;
    right: 0;
    width: 34px;
  }
}

@media screen and (min-width: 1080px) {
  .store_mes_dot08 {
    bottom: -15px;
    right: 0px;
  }
}
@media screen and (max-width: 1079px) {
  .store_mes_dot08 {
    bottom: 0px;
    right: 2px;
  }
}

@media screen and (min-width: 1080px) {
  .store_mes_dot09 {
    top: 432px;
    right: -15px;
  }
}
@media screen and (max-width: 1079px) {
  .store_mes_dot09 {
    bottom: 20px;
    left: 82px;
    width: 8px;
  }
}

@media screen and (min-width: 1080px) {
  .store_mes_dot11 {
    bottom: 159px;
    right: 22px;
  }
}
@media screen and (max-width: 1079px) {
  .store_mes_dot11 {
    bottom: -20px;
    right: 8px;
    width: 34px;
  }
}

.store__messageBox {
  position: relative;
}
@media screen and (min-width: 1080px) {
  .store__messageBox {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 1079px) {
  .store__messageBox {
    margin: 40px auto 0;
  }
}

.store__messageBoxWrap {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  position: relative;
  height: 405px;
}
@media screen and (max-width: 480px) {
  .store__messageBoxWrap {
    height: 200px;
  }
}
.store__messageBoxWrap.--message01 {
  background: url("../img/page/store/message01.jpg") no-repeat center/cover;
}
@media screen and (max-width: 1079px) and (min-width: 481px) {
  .store__messageBoxWrap.--message01 {
    background-position: right 40% center;
  }
}
@media screen and (max-width: 480px) {
  .store__messageBoxWrap.--message01 {
    background: url("../img/page/store/message01_sp.jpg") no-repeat right/cover;
  }
}
.store__messageBoxWrap.--message02 {
  background: url("../img/page/store/message02.jpg") no-repeat center/cover;
}
@media screen and (max-width: 480px) {
  .store__messageBoxWrap.--message02 {
    background: url("../img/page/store/message02_sp.jpg") no-repeat right/cover;
  }
}
.store__messageBoxWrap.--message03 {
  background: url("../img/page/store/message03.jpg") no-repeat right/cover;
}
@media screen and (max-width: 1079px) and (min-width: 481px) {
  .store__messageBoxWrap.--message03 {
    background-position: right 20% center;
  }
}
@media screen and (max-width: 480px) {
  .store__messageBoxWrap.--message03 {
    background: url("../img/page/store/message03_sp.jpg") no-repeat center/cover;
  }
}
.store__messageBoxWrap.--message04 {
  background: url("../img/page/store/message04.jpg") no-repeat center/cover;
}
@media screen and (max-width: 1079px) and (min-width: 481px) {
  .store__messageBoxWrap.--message04 {
    background-position: right 30% center;
  }
}
@media screen and (max-width: 480px) {
  .store__messageBoxWrap.--message04 {
    background: url("../img/page/store/message04_sp.jpg") no-repeat right/cover;
  }
}

.store__messageNameContents {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (min-width: 481px) {
  .store__messageNameContents {
    max-width: 470px;
    width: calc(100% - 260px);
    height: 205px;
  }
}
@media screen and (max-width: 1079px) and (min-width: 481px) {
  .store__messageNameContents {
    width: calc(100% - 380px);
    min-width: 240px;
  }
}
@media screen and (max-width: 480px) {
  .store__messageNameContents {
    width: calc(100% - 140px);
    height: calc(100% - 80px);
  }
}
@media screen and (max-width: 350px) {
  .store__messageNameContents {
    height: calc(100% - 40px);
  }
}
@media screen and (max-width: 480px) {
  .store__messageNameContents.--conetnts02 {
    width: calc(100% - 120px);
    height: calc(100% - 55px);
  }
}
@media screen and (max-width: 350px) {
  .store__messageNameContents.--conetnts02 {
    width: calc(100% - 90px);
    height: calc(100% - 50px);
  }
}

.store__messageNameBg {
  width: 100%;
  height: 100%;
  background-color: #2452E2;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}

.store__messageNameWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}
@media screen and (min-width: 1080px) {
  .store__messageNameWrap {
    width: calc(100% - 90px);
  }
}
@media screen and (max-width: 1079px) {
  .store__messageNameWrap {
    width: calc(100% - 20px);
  }
}

.store__messageName {
  font-family: zenKakuGothicNew700, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New";
  line-height: 1.25;
}
@media screen and (min-width: 1080px) {
  .store__messageName {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    font-size: 26px;
  }
}
@media screen and (max-width: 1079px) {
  .store__messageName {
    font-size: 18px;
  }
}

.store__messageRoma {
  display: block;
  font-family: departureMono400, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 1080px) {
  .store__messageRoma {
    font-size: 14px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 1079px) {
  .store__messageRoma {
    font-size: 10px;
    margin-top: 2px;
  }
}

.store__messageRead {
  margin-top: 10px;
  font-family: zenKakuGothicNew500, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 1080px) {
  .store__messageRead {
    font-size: 20px;
  }
}
@media screen and (max-width: 1079px) {
  .store__messageRead {
    font-size: 12px;
  }
}
@media screen and (min-width: 1080px) {
  .store__messageRead.--read02 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1079px) {
  .store__messageRead.--read02 {
    font-size: 10px;
  }
}

.store__messageTextBox {
  background-color: #E4F2FF;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .store__messageTextBox {
    padding: 80px 100px;
  }
}
@media screen and (max-width: 1079px) {
  .store__messageTextBox {
    padding: 30px 20px;
  }
}
.store__messageTextBox:before {
  content: "";
  position: absolute;
  display: block;
  top: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  background: url("../img/page/store/square_top02.svg") repeat-x center/contain;
  z-index: 1;
}
@media screen and (max-width: 1079px) {
  .store__messageTextBox:before {
    top: -27px;
    background: url("../img/page/store/square_top02_sp.svg") repeat-x top/contain;
  }
}

@media screen and (min-width: 1080px) {
  .store__service {
    padding: 120px 40px 200px;
  }
}
@media screen and (max-width: 1079px) {
  .store__service {
    padding: 70px 0 120px;
  }
}

@media screen and (min-width: 1080px) {
  .store__serviceBox {
    margin: 50px auto 0;
    max-width: 900px;
  }
}
@media screen and (max-width: 1079px) {
  .store__serviceBox {
    margin: 50px auto 0;
    max-width: 750px;
  }
}

.store__serviceList {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1079px) {
  .store__serviceList {
    width: 100%;
  }
}

.store__serviceWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px dotted #787878;
  background-color: #fff;
}
.store__serviceWrap:first-child {
  border-top: 1px dotted #787878;
}

.store__serviceTeam {
  text-align: left;
  font-family: zenKakuGothicNew700, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New";
  color: #2452E2;
  padding: 30px 0;
}
@media screen and (min-width: 1080px) {
  .store__serviceTeam {
    width: calc(100% - 20px);
    max-width: 158px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 1079px) {
  .store__serviceTeam {
    width: 100%;
    max-width: 80px;
  }
}
@media screen and (max-width: 1079px) and (min-width: 481px) {
  .store__serviceTeam {
    max-width: 120px;
  }
}

.store__serviceSmall {
  font-size: 12px;
  display: block;
}

.store__serviceDefinition {
  padding: 30px 0;
}
@media screen and (min-width: 1080px) {
  .store__serviceDefinition {
    line-height: 1.5;
    width: calc(100% - 235px);
  }
}
@media screen and (max-width: 1079px) {
  .store__serviceDefinition {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 1079px) and (min-width: 481px) {
  .store__serviceDefinition {
    width: calc(100% - 120px);
  }
}