@charset "UTF-8";
/* メインビジュアル
---------------------------------------- */
.topMvWrapper {
  position: relative;
}

.topTitle {
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.275rem + 2.03vw, 1.25rem);
  font-family: "Noto Sans JP", serif;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.mvContainer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5%;
  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;
  text-align: center;
}

.mvContainerBorder {
  border-bottom: 1px solid var(--textColor);
  border-top: 1px solid var(--textColor);
  padding-top: 0.625em;
  padding-bottom: 0.75em;
}

.mainTitle {
  font-size: 2.5rem;
  font-size: clamp(2.5rem, 0.601rem + 8.1vw, 4.5rem);
  font-family: "Noto Sans JP", serif;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.125;
}

.mainSubTitle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.mvContainer-p {
  font-size: 0.75rem;
  font-size: clamp(0.75rem, -0.081rem + 3.54vw, 1.625rem);
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 0.3em;
}

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

.mvContainer-span span {
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.044rem + 3.54vw, 1.75rem);
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  border-radius: 3px;
  display: block;
  padding: 5px 10px;
  margin-left: 6px;
}

.mvContainerBottom {
  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;
  margin-top: 0.375em;
}

.green {
  background: #0cc45c;
  color: #fff;
}

.orange {
  background: #f88d14;
  color: #fff;
}

.pink {
  background: #fb4d9e;
  color: #fff;
}

.mvContainerBottom-name {
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.157rem + 2.53vw, 1.375rem);
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  text-align: left;
}

.mvContainerBottom-price {
  font-size: 1.813rem;
  font-size: clamp(1.813rem, -0.62rem + 10.38vw, 4.375rem);
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 700;
  text-align: center;
  line-height: 0.8;
}

.mvContainerBottom-price span {
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  text-align: center;
  display: inline-block;
}

.mvContainerBottom-item02 {
  margin-left: 1.4285714286em;
}

.mvContainerBottom-item03 {
  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;
  border-radius: 50%;
  border: 1px solid currentColor;
  width: clamp(3.25rem, 0.402rem + 12.15vw, 6.25rem);
  height: clamp(3.25rem, 0.402rem + 12.15vw, 6.25rem);
  margin-left: 0;
}

.mvContainerBottom-p {
  font-size: 0.625rem;
  font-size: clamp(0.625rem, 0.388rem + 1.01vw, 0.875rem);
  font-weight: 700;
  font-family: "Noto Sans JP", serif;
}

.mvContainerBottom-ok {
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.176rem + 4.05vw, 2.125rem);
  font-weight: 700;
  font-family: "Noto Sans JP", serif;
  letter-spacing: -0.05em;
  line-height: 1;
}

.topSlider {
  /* min-height: 282px; */
  min-height: 20.1428571429em;
  position: relative;
  width: 100%;
  z-index: -1;
}

.topSlider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* min-height: 282px; */
  min-height: 20.1428571429em;
}

.slider {
  /* min-height: 282px; */
  min-height: 20.1428571429em;
  position: relative;
  z-index: -1;
}

.sliderItem {
  min-height: 282px;
}

/* メインコンテンツ
---------------------------------------- */
.main-contents {
  padding: 12px 12px 0;
}

.top-original-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.top-original-banner-right {
  margin-left: 15px;
}

.top-original-wrap p {
  font-size: 1rem;
  font-size: clamp(1rem, 0.881rem + 0.51vw, 1.125rem);
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 700;
  margin: 0 auto;
  margin-top: 20px;
}

.top-original-wrap {
  margin: 0 auto;
}

.top-original-wrap-img {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.25rem;
  margin-top: 15px;
}

.topOriginalBanner {
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1882352941);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1882352941);
  display: block;
  margin: 0 auto;
  max-width: 510px;
  width: 100%;
}

.originalCards {
  margin: 0 auto;
  margin-top: 29px;
}

.originalCards-title {
  font-size: 1.375rem;
  font-size: clamp(1.375rem, 1.136rem + 1.02vw, 1.625rem);
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 700;
  margin-top: 24px;
  white-space: nowrap;
}

.originalCards-contents {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 11px;
  margin-top: 1em;
}

.originalCards-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1882352941);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1882352941);
  padding: 8px;
}

.originalCards-item:nth-child(2n+1) {
  margin-left: 0;
}

.originalCards-item img {
  width: 100%;
  margin-top: auto;
}

.originalCards-item-title {
  font-size: 0.813rem;
  font-size: clamp(0.75rem, 0.53rem + 0.98vw, 1rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.25em;
}

/* オリジナルグッズ注文の流れ
---------------------------------------- */
.top-original-flow {
  margin: 0 auto;
}

.top-original-flow-title {
  font-size: 1.375rem;
  font-size: clamp(1.375rem, 1.136rem + 1.02vw, 1.625rem);
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 44px;
  white-space: nowrap;
}

.top-original-flow-sp {
  width: 480px;
  margin: 0 auto;
}

.top-original-flow-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}

.top-original-flow-left {
  text-align: center;
  width: 40%;
}

.top-original-flow-left p {
  color: #1464c2;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-size: 0.875rem;
  font-weight: 700;
}

.top-original-flow-left-space {
  border: 1px solid #7cb9ff;
  border-bottom: none;
  height: 12px;
  height: 0.75rem;
  width: 97.5%;
}

.top-original-flow-right {
  text-align: center;
  width: 62%;
}

.top-original-flow-right p {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
}

.top-original-flow-right-space {
  border: 1px solid #b0b0b0;
  border-bottom: none;
  height: 12px;
  width: 100%;
}

.top-original-flow-img {
  margin-top: 2px;
}

/* 発注までの詳しい流れ
---------------------------------------- */
.top-original-flow-slide {
  background: #f2f2f2;
  border-radius: 0 0 4px 4px;
  margin: 0 auto;
  margin-top: 19px;
}

.top-original-flow-slide-title {
  font-size: 0.813rem;
  font-size: clamp(0.813rem, 0.634rem + 0.76vw, 1rem);
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 700;
  background-color: var(--textColor);
  border-radius: 4px 4px 0 0;
  color: #fff;
  letter-spacing: 0.04em;
  margin: 0 auto;
  padding: 1em 0;
  text-align: center;
}

.top-original-flow-slide-btn {
  margin-top: 1em;
  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;
}

.top-original-flow-slide-btn > * + * {
  margin-top: 1em;
}

/* MARKING LAB Annexが選ばれる理由
---------------------------------------- */
.top-media {
  margin: 0 auto;
  margin-top: 67px;
}

.top-media-title {
  font-size: 1.375rem;
  font-size: clamp(1.375rem, 1.136rem + 1.02vw, 1.625rem);
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 700;
  line-height: 1.18;
}

.top-media-contents {
  margin-top: 31px;
  position: relative;
  width: 100%;
}

.top-media-contents-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mediaNum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.top-media-contents-item:first-child {
  margin-top: 42px;
}

.top-media-contents-item-left {
  display: contents;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40.3846153846%;
          flex: 0 0 40.3846153846%;
}

.top-media-contents-item-left-top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.top-media-contents-item-left-sub {
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.631rem + 0.51vw, 0.875rem);
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #1464c2;
  margin-bottom: -19px;
  margin-left: 3px;
}

.top-media-contents-item-left-nam {
  font-size: 3.063rem;
  font-size: clamp(3.063rem, 2.526rem + 2.29vw, 3.625rem);
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 700;
  color: #1464c2;
}

.top-media-contents-item-left-text {
  font-size: 1.375rem;
  font-size: clamp(1.375rem, 1.017rem + 1.53vw, 1.75rem);
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 700;
  margin-left: 20px;
  margin-top: -10px;
}

.top-media-contents-item-left-text span {
  font-size: 1em;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 700;
  color: #268aff;
}

.top-media-contents-item-left-bottom {
  margin-top: 22px;
}

.top-media-contents-item-left-bottom-p {
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.756rem + 0.51vw, 1rem);
  font-weight: 500;
  line-height: 1.4285714286;
  padding-right: 1rem;
}

.top-media-contents-item-right {
  border-radius: 4px;
  -webkit-box-shadow: 15px 9px 0px 0px #fff84b;
          box-shadow: 15px 9px 0px 0px #fff84b;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 16px);
  margin-top: 1.1428571429em;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.reverse-shadow {
  border-radius: 4px;
  -webkit-box-shadow: 18px 9px 0px 0px #fff84b;
          box-shadow: 18px 9px 0px 0px #fff84b;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 16px);
  margin-top: 1.1428571429em;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.reverse-shadow img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.top-media-contents-item-right img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-media-contents-item-left-bottom-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.2857142857em;
}

.top-media-line {
  text-align: center;
  margin: 8px 0;
}

.top-media-line img {
  margin: 0 auto;
  width: 38px;
}

/* 新着情報
---------------------------------------- */
.top-news {
  margin-top: 56px;
}

.top-news-left-h2 {
  font-size: 1.375rem;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 700;
}

.topicsWrapper {
  margin-top: 0.5em;
}

/* .top-news-left-text {
	margin-top: 12px;
} */
.top-news-left-text > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem 0;
}

.top-news-left-text:first-child {
  margin-top: 0;
}

.top-news-left-text span {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  color: #268aff;
}

.top-news-left-text h3 {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  margin-left: 30px;
}

.top-news-left-btn {
  font-size: 0.875rem;
  color: #268aff;
  position: relative;
  text-align: right;
  margin-top: 36px;
  margin-right: 10px;
}

.top-news-left-btn::before {
  content: "";
  background: url("/images/index/sidebar-arrow.svg") no-repeat center center/contain;
  height: 0.75rem;
  position: absolute;
  right: -3%;
  top: 13%;
  width: 0.75rem;
}

.topicsNone {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.top-news-right-btn {
  font-size: 0.875rem;
  font-weight: 500;
  color: #268aff;
  position: relative;
  text-align: right;
  margin-top: 34px;
  margin-right: 10px;
}

.top-news-right-btn::before {
  content: "";
  background: url("/images/index/sidebar-arrow.svg") no-repeat center center/contain;
  position: absolute;
  right: -18px;
  top: 4px;
  width: 12px;
  height: 12px;
}

.top-news-right {
  margin-top: 58px;
}

.top-news-right-h2 {
  font-size: 1.375rem;
  font-size: clamp(1.375rem, 1.136rem + 1.02vw, 1.625rem);
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 700;
}

.top-news-right-wrap {
  margin-top: 20px;
}

.top-news-right-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.top-news-right-top-cord > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.newsLargeImg {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 66.6666666667%;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  border-radius: 6px;
  overflow: hidden;
}

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

.newsSmallImg {
  position: relative;
  width: 31.8584070796%;
  height: 0;
  padding-top: 22.188449848%;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  border-radius: 6px;
  overflow: hidden;
}

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

.top-news-right-top-cord-boby span {
  font-size: 0.875rem;
  font-weight: 700;
  color: #268aff;
  letter-spacing: 0.05em;
}

.top-news-right-top-cord-boby h3 {
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.375;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
  min-height: 0;
}

.top-news-right-bottom {
  margin-top: 27px;
}

.top-news-right-bottom-cords {
  grid-template-columns: repeat(1, 1fr);
  display: grid;
  gap: 6px;
  width: 100%;
}

.top-news-right-bottom-cord {
  margin-top: 6px;
}

.top-news-right-bottom-cord > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-news-right-bottom-cord:first-child {
  margin-top: 0;
}

.top-news-right-bottom-cord img {
  /* aspect-ratio: 108/73; */
  /* object-fit: cover;
  width: 108px;
  order: -1; */
}

.top-news-right-bottom-cord-boby {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 12px;
  margin-left: 21px;
}

.top-news-right-bottom-cord-boby span {
  color: #268aff;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.top-news-right-bottom-cord-boby h3 {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.75;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}

/* お支払い方法
---------------------------------------- */
.top-payment {
  margin-top: 58px;
  padding-bottom: 16px;
}

.top-payment-contents {
  margin: 0 auto;
  max-width: 1040px;
}

.top-payment-contents-top {
  max-width: 1040px;
}

.top-payment-contents-top-left {
  width: 100%;
}

.top-payment-contents-top-left img {
  margin-top: 16px;
  max-width: 320px;
}

.top-payment-contents-top-left h2 {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-size: 0.9375rem;
  font-weight: 700;
  border-bottom: 1px solid #b0b0b0;
  padding-bottom: 5px;
}

.top-payment-contents-top-left p {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 18px;
  padding-right: 22px;
}

.top-payment-contents-top-right {
  width: 100%;
  margin-top: 2.1428571429em;
}

.top-payment-contents-top-right h2 {
  font-size: 0.9375rem;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 1px solid #b0b0b0;
}

.top-payment-contents-top-right p {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 18px;
  padding-right: 15px;
}

.top-payment-contents-bottom {
  margin-top: 33px;
  max-width: 1040px;
  width: 100%;
}

.top-payment-contents-bottom-left {
  width: 100%;
}

.top-payment-contents-bottom-left h2 {
  font-size: 0.9375rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", serif;
  padding-bottom: 5px;
  border-bottom: 1px solid #b0b0b0;
}

.paymentList {
  margin-top: 18px;
  padding-right: 22px;
}

.paymentList > li {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.paymentList > li:first-line {
  padding-left: 1em;
  text-indent: 1em;
}

.paymentList > li::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: currentColor;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
}

.top-payment-contents-bottom-left-p {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 1em;
}

.top-payment-contents-bottom-right h2 {
  font-size: 0.9375rem;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 1px solid #b0b0b0;
}

.top-payment-contents-bottom-right {
  margin-top: 34px;
  width: 100%;
}

.top-payment-contents-bottom-right p {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 18px;
  padding-right: 21px;
}

.aside-btn-contents-item-sp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 15px;
}

/* お客様の声
---------------------------------------- */
.top-voice {
  margin-top: 64px;
}
@media screen and (min-width: 900px) {
  .top-voice {
    margin-top: 6.25rem;
  }
}
.top-voice .top-voice-title {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-size: 1.375em;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (min-width: 900px) {
  .top-voice .top-voice-title {
    font-size: 1.625em;
    width: 100%;
  }
}

.top-voice-contents {
  margin-top: 24px;
  width: 100%;
  overflow-x: auto;
  max-height: 410px;
}
@media screen and (min-width: 900px) {
  .top-voice-contents {
    background: #fff;
    margin: 0;
    overflow: inherit;
    width: 100%;
    max-height: none;
  }
}
.top-voice-contents .top-voice-contents-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  width: auto;
}
@media screen and (min-width: 900px) {
  .top-voice-contents .top-voice-contents-wrapper {
    margin: 0;
    width: 100%;
    overflow: inherit;
  }
}
.top-voice-contents .top-voice-contents-wrapper > div {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 1.25em;
     -moz-column-gap: 1.25em;
          column-gap: 1.25em;
}
@media screen and (min-width: 900px) {
  .top-voice-contents .top-voice-contents-wrapper > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}
.top-voice-contents .top-voice-contents-item {
  background: #fff;
  border: 1px solid #268aff;
  border-radius: 4px;
  margin: 0 auto 32px;
  width: 260px;
  padding: 18px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .top-voice-contents .top-voice-contents-item {
    width: auto;
    max-width: 20.8125rem;
  }
}
.top-voice-contents .top-voice-contents-item::before {
  border: 7px solid transparent;
  border-top: 18px solid #fff;
  bottom: -24px;
  content: "";
  left: 43px;
  margin-left: -15px;
  position: absolute;
  z-index: 2;
}
.top-voice-contents .top-voice-contents-item::after {
  border: 8px solid transparent;
  border-top: 19px solid #268aff;
  bottom: -27px;
  content: "";
  left: 44px;
  margin-left: -17px;
  position: absolute;
  z-index: 1;
}
.top-voice-contents .top-voice-contents-item .top-voice-contents-name {
  font-size: 0.75rem;
  font-weight: 500;
  padding-left: 35px;
  position: relative;
}
.top-voice-contents .top-voice-contents-item .top-voice-contents-name::before {
  background: url("/images/index/voice-icon.svg") no-repeat center center/contain;
  content: "";
  height: 33px;
  height: 2.0625rem;
  left: 0%;
  position: absolute;
  top: -45%;
  width: 33px;
  width: 2.0625rem;
}
.top-voice-contents .top-voice-contents-item .top-voice-contents-title {
  font-size: 0.9375rem;
  font-weight: 700;
  margin-top: 10px;
  color: #268aff;
}
.top-voice-contents .top-voice-contents-item .top-voice-contents-title span {
  background-image: linear-gradient(transparent calc(100% - 4px), #fff84b 4px);
}
.top-voice-contents .top-voice-contents-item .top-voice-contents-text {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.4285714286;
  border-top: 1px dashed #7cb9ff;
  margin-top: 15px;
  padding-top: 10px;
}
@media screen and (min-width: 900px) {
  .top-voice-contents .top-voice-contents-item .top-voice-contents-text {
    font-size: 0.875rem;
  }
}

/* 制作事例
---------------------------------------- */
.top-works {
  margin-top: 36px;
}

.top-works-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

.top-works-title-h2 {
  font-size: 1.375rem;
  font-size: clamp(1.375rem, 1.136rem + 1.02vw, 1.625rem);
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 700;
}

/* .top-works-title-sub {
	color: #f54d47;
	display: none;
	font-size: 1.25em;
	font-weight: 700;
	letter-spacing: 1.4px;
	line-height: 1.5;
	margin-left: 11px;
} */
.top-works-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-works-contents article:nth-child(3n-1) {
  margin-right: 2%;
  margin-left: 2%;
}

.top-works-contents-item-title {
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  margin-top: 10px;
}

.top-works-contents-item {
  width: 32%;
  max-width: 334px;
  margin-bottom: 2rem;
}

.top-works-contents-item .caseImgBox {
  position: relative;
  padding-top: 100%;
}

.top-works-contents-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  border-radius: 5px;
  top: 0;
  left: 0;
  background-color: #f2f2f2;
}

.top-works-contents-item-text {
  -webkit-box-orient: vertical;
  /* -webkit-line-clamp: 4; */
  display: -webkit-box;
  font-size: 0.8125rem;
  margin-top: 9px;
  overflow: hidden;
}

.top-works-contents-grid-contents {
  border-left: 1px solid #b0b0b0;
  border-top: 1px solid #b0b0b0;
  border-radius: 4px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  margin-top: 27px;
}

.top-works-contents-grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #b0b0b0;
  border-right: 1px solid #b0b0b0;
  min-height: 64px;
  padding: 13px 10px;
  position: relative;
}

.top-works-contents-grid-item::before {
  background: url("/images/index/sidebar-arrow.svg") no-repeat center center/contain;
  content: "";
  height: 12px;
  position: absolute;
  right: 4%;
  top: 39%;
  width: 12px;
}

.top-works-contents-grid-item:last-child {
  border-radius: 0 0 4px 0;
}

.top-works-contents-grid-item:last-child::before {
  display: none;
}

.top-works-contents-grid-item img {
  width: 38px;
}

.option-icon img {
  width: 50px;
}

.top-works-contents-grid-item p {
  font-size: 0.8125rem;
  font-size: clamp(0.813rem, 0.634rem + 0.76vw, 1rem);
  font-weight: 700;
  margin-left: 4px;
}

.top-works-contents-grid-item-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.375rem;
}

/* 取り扱いブランド
---------------------------------------- */
.top-brand {
  margin-top: 3.5rem;
}

.top-brand-title {
  font-size: 1.375rem;
  font-size: clamp(1.375rem, 1.136rem + 1.02vw, 1.625rem);
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 700;
}

.top-brand-contents {
  margin-top: 15px;
}

.top-brand-contents-imgs {
  display: grid;
  grid-template-columns: repeat(3, auto);
}

/* swiper */
.flowWrapper {
  padding: 24px 0 0;
  overflow: hidden;
}

.flowWrapper .swiper {
  overflow: visible;
}

.swiper-slide img {
  width: 100%;
}

.swiperScrollWrapper {
  padding: 28px 18.0769230769%;
  position: relative;
}

.swiperScrollWrapper .swiper-scrollbar {
  position: relative;
  background-color: transparent;
  cursor: pointer;
  overflow-x: hidden;
}

.swiperScrollWrapper .swiper-scrollbar::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  height: 6px;
  border: 1px solid #fff;
}

/*===============================================
●画面の横幅が770px以上(PC)
===============================================*/
@media not all and (max-width: 770px) {
  .main-container {
    margin-top: 1.875rem;
    padding: 0 20px;
  }
  .sp-menu-icon {
    display: none;
  }
  .top-brand {
    margin-top: 4.375rem;
    max-width: 65rem;
  }
  .top-brand-title {
    font-size: 1.625em;
  }
  .top-brand-contents-imgs {
    grid-template-columns: repeat(5, auto);
  }
  .top-brand-contents-imgs-sp {
    display: none;
  }
  .reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .top-media {
    max-width: 65rem;
  }
  .top-media-title {
    font-size: 1.625em;
  }
  .top-media-contents::before {
    content: "";
    background: url("/images/index/media-line.png") no-repeat center center/100% 100%;
    height: 80.6451612903%;
    right: 10%;
    position: absolute;
    top: 11.3523573201%;
    width: 53.3653846154%;
    z-index: -1;
  }
  .top-media-contents-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 4.375rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .top-media-contents-item-left {
    display: block;
  }
  .top-media-contents-item-left-top {
    display: block;
  }
  .top-media-contents-item-left-sub {
    font-size: 0.875em;
    letter-spacing: 0.7px;
    margin-top: -1.875rem;
  }
  .top-media-contents-item-left-nam {
    font-size: 3.625em;
  }
  .top-media-contents-item-left-text {
    font-size: 1.75em;
    margin-left: 0;
  }
  .top-media-contents-item-left-text span {
    font-size: 1em;
  }
  .top-media-contents-item-left-bottom {
    margin-top: 2.25rem;
  }
  .top-media-contents-item-left-bottom-p {
    font-size: 1em;
    line-height: 2;
    padding-right: 0;
    background-color: #fff;
  }
  .top-media-contents-item-right {
    -webkit-box-shadow: 18px 9px 0px 0px #fff84b;
            box-shadow: 18px 9px 0px 0px #fff84b;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 53.8461538462%;
            flex: 0 0 53.8461538462%;
    margin-top: 0;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
  .top-media-contents-item-right img {
    width: 100%;
  }
  .top-media-contents-item-left-bottom-btn {
    display: block;
    margin-top: 1.375rem;
  }
  .reverse-shadow {
    -webkit-box-shadow: -18px 9px 0px 0px #fff84b;
            box-shadow: -18px 9px 0px 0px #fff84b;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 53.8461538462%;
            flex: 0 0 53.8461538462%;
    margin-top: 0;
  }
  .mvContainer {
    left: 10%;
  }
  .mvContainerBorder {
    padding-top: 0.625em;
    padding-bottom: 1em;
  }
  .topTitle {
    font-size: 1.25rem;
    text-align: center;
  }
  .mainTitle {
    font-size: 4.5rem;
    font-size: clamp(3rem, 1.545rem + 3.03vw, 4.5rem);
    line-height: 1.2;
  }
  .mainSubTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0.5625em;
  }
  .mvContainerBottom {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .mvContainerBottom-item02 {
    margin-left: 30px;
    margin-left: 1.875rem;
  }
  .mvContainerBottom {
    margin-top: 1.25em;
  }
  .mvContainerBottom-price {
    font-size: 4.375em;
  }
  .mvContainerBottom-price span {
    font-size: 1.875rem;
  }
  .mvContainerBottom-item03 {
    width: 100px;
    height: 100px;
    margin-left: 0.875em;
  }
  .mvContainerBottom-p {
    font-size: 0.875rem;
  }
  .mvContainerBottom-ok {
    font-size: 2.125rem;
  }
  .mvContainer-p {
    font-size: 1.125rem;
    font-size: clamp(1.125rem, 0.64rem + 1.01vw, 1.625rem);
    margin: 0;
  }
  .mvContainer-span span {
    font-size: 1.25em;
    font-size: clamp(1.25em, 0.763em + 1.01vw, 1.75em);
    margin-left: 1.3125rem;
  }
  .mvContainerBottom-name {
    font-size: 1.375em;
    text-align: center;
  }
  .topSlider {
    /* height: 466px; */
    height: 29.125em;
  }
  .slider {
    /* height: 466px; */
    height: 100%;
  }
  .sliderItem {
    height: 100%;
  }
  .sliderItem01 {
    background: url("/images/index/top-fv01.png") no-repeat center center/cover;
  }
  .top-news {
    margin-top: 4.25rem;
    max-width: 65rem;
  }
  .top-news-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-news-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .top-news-left .top-news-left-wrap {
    padding-right: 5.9615384615%;
  }
  .top-news-left-h2 {
    font-size: 1.625em;
  }
  .top-news-left-btn {
    margin-right: 2.8125rem;
  }
  .top-news-right-btn {
    margin-top: 1.8125rem;
  }
  .top-news-right {
    margin-top: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .top-news-right-h2 {
    font-size: 1.625em;
    padding-left: 5.9615384615%;
  }
  .top-news-right-wrap {
    border-left: 1px solid #b0b0b0;
    margin-top: 1.125rem;
    padding-left: 5.9615384615%;
  }
  .top-news-right-top-cord-boby h3 {
    -webkit-line-clamp: 2;
    font-size: 1em;
  }
  .top-news-right-bottom {
    margin-top: 2.0625rem;
  }
  .top-news-right-bottom-cords {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .top-news-right-bottom-cord {
    margin-top: 0;
  }
  .top-news-right-bottom-cord > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-news-right-bottom-cord img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .newsLargeImg {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 66.6666666667%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    border-radius: 6px;
    overflow: hidden;
  }
  .newsLargeImg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .newsSmallImg {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 67.1140939597%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    border-radius: 6px;
    overflow: hidden;
  }
  .newsSmallImg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top-news-right-bottom-cord-boby {
    padding-right: 0;
    margin-left: 0;
  }
  .main-contents {
    padding: 0;
  }
  .top-original-banner {
    display: none;
  }
  .top-original-wrap p {
    font-size: 1.125em;
    margin: 0;
    max-width: 65rem;
  }
  .top-original-wrap {
    max-width: 65rem;
  }
  .topOriginalBanner {
    margin: 0;
  }
  .top-original-wrap-img {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  }
  .top-original-wrap-img-right {
    margin: 0;
  }
  .originalCards {
    margin-top: 0;
    max-width: 65rem;
  }
  .originalCards-title {
    font-size: 1.625em;
  }
  .originalCards-contents {
    grid-template-columns: repeat(auto-fill, minmax(207px, 1fr));
    gap: 1em;
  }
  .originalCards-item {
    margin-top: 0;
    max-width: none;
    width: 100%;
    padding: 17px 12px 12px 12px;
  }
  .originalCards-item + .originalCards-item {
    margin-left: 0;
  }
  .originalCards-item-title {
    font-size: 0.96em;
  }
  .top-original-flow {
    margin: 0;
    max-width: 65rem;
  }
  .top-original-flow-title {
    font-size: 1.625em;
    margin-bottom: 0;
    margin-top: 1.6153846154em;
  }
  .top-original-flow-slide {
    margin-top: 1.5rem;
    max-width: 65rem;
  }
  .top-original-flow-slide-title {
    max-width: 65rem;
    padding: 18px 0;
  }
  .top-original-flow-slide-btn {
    -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;
    margin-top: 1.5em;
  }
  .top-original-flow-slide-btn > * + * {
    margin-top: 0;
    margin-left: 6.1538461538%;
  }
  .top-original-flow-slide-btn-01 {
    width: 17.5rem;
  }
  .top-original-flow-slide-btn-01 a {
    font-size: 1em;
  }
  .top-original-flow-slide-btn-02 {
    margin-left: 4rem;
    margin-top: 0;
    width: 17.5rem;
  }
  .top-original-flow-slide-btn-02 a {
    font-size: 1em;
  }
  .top-payment {
    margin-top: 7.5rem;
    padding-bottom: 5.375rem;
  }
  .top-payment-contents-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-payment-contents-top-left h3 {
    font-size: 1em;
  }
  .top-payment-contents-top-left p {
    font-size: 0.875em;
    line-height: 1.28;
  }
  .top-payment-contents-top-right {
    margin-left: 2.5rem;
    margin-top: 0;
  }
  .top-payment-contents-top-right h3 {
    font-size: 1em;
  }
  .top-payment-contents-top-right p {
    font-size: 0.875em;
    line-height: 1.2857142857;
    padding: 0;
  }
  .top-payment-contents-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-payment-contents-bottom-left h2 {
    font-size: 1em;
  }
  .paymentList > li {
    font-size: 0.875rem;
    line-height: 1.2857142857;
  }
  .top-payment-contents-bottom-left-p {
    font-size: 0.875rem;
  }
  .top-payment-contents-bottom-right h3 {
    font-size: 1em;
  }
  .top-payment-contents-bottom-right {
    margin-left: 2.5rem;
  }
  .top-payment-contents-bottom-right p {
    font-size: 0.875em;
    line-height: 1.28;
  }
  .aside-btn-contents-sp {
    display: none;
  }
  .top-works {
    margin-top: 2.9375em;
  }
  .top-works-title-h2 {
    font-size: 1.625rem;
  }
  .top-works-title-sub {
    display: block;
  }
  .top-works-contents-item-title {
    font-size: 1em;
  }
  .top-works-contents-item-text {
    /* -webkit-line-clamp: 2; */
    font-size: 0.875em;
  }
  .top-works-contents-grid-contents {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
  .top-works-contents-grid-item {
    min-height: 6.25rem;
  }
  .top-works-contents-grid-item::before {
    content: "";
    background: url("/images/index/sidebar-arrow.svg") no-repeat center center/contain;
    position: absolute;
    top: 44%;
    right: 4%;
    width: 0.75rem;
    height: 0.75rem;
  }
  .top-works-contents-grid-item:nth-child(4) {
    border-radius: 0 4px 0 0;
  }
  .top-works-contents-grid-item:nth-child(5) {
    border-radius: 0 0 0 4px;
  }
  .top-works-contents-grid-item img {
    width: 3.125rem;
  }
  .top-works-contents-grid-item p {
    font-size: 1em;
    margin-left: 0.625rem;
  }
  .top-works-contents-grid-item-btn a {
    font-size: 1em;
  }
}
/*===============================================
●画面の横幅が769px以下(スマホ)
===============================================*/
@media screen and (max-width: 770px) {
  .main-container {
    margin: 0;
  }
  .top-works-contents {
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .top-works-contents article:nth-child(3n-1) {
    margin-right: initial;
    margin-left: initial;
  }
  .top-works-contents-item {
    width: 49%;
  }
}
/*===============================================
●画面の横幅が770px以上960px以下(タブレット)
===============================================*/
@media screen and (min-width: 771px) and (max-width: 1024px) {
  .top-media-contents-item-left-top {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .top-media-contents-item-right {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .top-media-contents-item-left {
    display: contents;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40.3846153846%;
            flex: 0 0 40.3846153846%;
  }
  .reverse-shadow {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .reverse-shadow {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .top-media-contents-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-media-contents-item-left-bottom-p {
    background-color: #fff;
  }
  .top-media-contents-item-left-text {
    background-color: #fff;
    margin-left: 1em;
  }
  .top-media-contents-item-right,
  .reverse-shadow {
    margin-top: 1em;
  }
  .top-news-left {
    max-width: none;
  }
  .top-news-right {
    max-width: none;
    margin-top: 3em;
  }
  .top-news-right-h2 {
    padding-left: 0;
  }
  .top-news-right-wrap {
    border-left: none;
    padding-left: 0;
  }
  .top-news-contents {
    display: block;
  }
  .top-payment-contents-top {
    display: block;
  }
  .top-payment-contents-top-right {
    margin-left: 0;
    margin-top: 2em;
  }
  .top-payment-contents-bottom {
    display: block;
  }
  .top-payment-contents-bottom-right {
    margin-left: 0;
    margin-top: 2em;
  }
}
/*===============================================
●画面の横幅が1560px以上(PC)
===============================================*/
@media (min-width: 1560px) {
  .mvContainer {
    left: calc(50% - 616px);
  }
}/*# sourceMappingURL=index.css.map */