@charset "utf-8";
/*リセット*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/*HTML5 display-role reset for older browsers*/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

html { scroll-behavior: smooth;}

body {
  font-family: YakuHanJP_Narrow, 'Roboto', 'Noto Sans JP',sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  background: #ffffff;
  line-height: 2.0;
}

h1,h2,h3,h4,h5 {
  color: #000000;
}

ol, ul, dl, li, dt, dd {
  list-style: none;
  margin: 0;
  padding: 0;  
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong {
  font-weight: bold;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  transition: 1s all;
  opacity: 0.6;
}

.sp {
  display: none !important; 
}



/*--------------------------
ローディング
--------------------------*/
#load-bg {
  /* 画面一杯にローディング画面を広げる */
  height: 100%;
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  /* flexboxを使ってローディングアイコンを画面の中央に寄せる */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}
#load-logo {
  /* 画面一杯にローディング画面を広げる */
  height: 100%;
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  /* flexboxを使ってローディングアイコンを画面の中央に寄せる */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#load-logo img {
  max-width: 560px;
}



/*--------------------------
共通スタイル
--------------------------*/
.title-box {
  width: 100%;
  text-align: center;
  margin-bottom: 48px;
}

.title-box h2 {
  font-size: 28px;
  font-weight: 600;
}

.title-accent {
  font-size: 18px;
  font-family: 'Caveat', cursive;
  color: #050414;
}




/*--------------------------
ヘッダー
--------------------------*/
.header {
  width: 100%;
  padding: 28px 0 16px;
  position: fixed;
  z-index: 10;
  /*background: rgba(255, 255, 255, .04) ;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px) ;*/
  background: rgba(255, 255, 255, .0) ;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px) ;
}

.fixed-style {
  background: rgba(255, 255, 255) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: 0 32px 30px -30px rgb(53 47 47 / 15%) !important;
}

.header-wrapper {
  width: 100%;
  max-width: 97%;
  margin: 0 auto 0;
  display: grid;
  grid-template-columns: 1fr 2fr;
  column-gap: 1rem;
}

.header-logo {
  width: 100%;
}

.header-logo img{
  max-width: 256px;
}

.header-nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.header-nav li {
  float: left;
  margin-left: 80px;
}

.header-nav li a {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

.header-nav li .contact {
  padding: 16px 36px 16px 56px;
  background-color: #003148;
  background-image: url(../img/contact-icon-white.svg);
  background-repeat: no-repeat;
  background-position: left 28px top 46%;
  background-size: 16px;
  color: #ffffff;
  font-weight: 400;
  border-radius: 50px;
}



/*--------------------------
メインビジュアル
--------------------------*/
.mv {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-image: url(../img/mv-bg.png);
  /*background-repeat: no-repeat;
  background-position: right 50% top 50%;
  background-size:cover;*/
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  background-size:cover;
  background-repeat: repeat-x;
  background-position: 0 0;
  -webkit-animation: bgroop 100s linear infinite;
  animation: bgroop 100s linear infinite;
}

@-webkit-keyframes bgroop {
    from {
        background-position: 0  0;
    }
    to {
        background-position: -1956px 0;
    }
}
@keyframes bgroop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -1956px 0;
    }
}

.mv-wrapper {
  width: 100%;
  padding-top: 72px;
  position: absolute;
}

.mv-shopify-expert {
  width: 100%;
  max-width: 97%;
  margin: 0 auto 24px;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 10px;
  z-index: 2;
}

.mv-shopify-expert a {
  display: block;
}

.mv-shopify-expert-box {
  /*width: 270px;*/
  text-align: center;
  background: #ffffff;
  padding: 16px;
  box-sizing: border-box;
}

.mv-shopify-expert-logo {
  width: 100%;
  text-align: center;
  margin-bottom: 8px;
}

.mv-shopify-expert-logo img {
  width: 240px;
}

.mv-shopify-expert-explanation {
  font-size: 13px;
  line-height: 1.5;
}

.mv-shopify-expert-box .about-crowdworks-text {
  margin-top: 4px;
}

.mv-catchphrase {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 48px;
  padding-left: 112px;
  box-sizing: border-box;
  font-size: 32px;
  font-weight: 500;
  position: relative;
  color: #050414;
  letter-spacing: 1px;
}

.mv-catchphrase:before {
  content: "";
  flex-grow: 1;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}

.mv-catchphrase:before {
  width: 80px;
  margin-left: .4em;
  background: #050414;
}

.mv-title {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 56px;
  text-align: center;
}

.mv-title img {
  width: 100%;
}

.mv-sub-title {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 80px;
  font-size: 24px;
  font-weight: 500;
  color: #050414;
  letter-spacing: 1px;
}

.mv-loop-logo {
  width: 100%;
}

/* スライドの動き等速 */
.mv-loop-logo .swiper-wrapper {
  transition-timing-function: linear;
}
/* 画像のサイズ調整 */
.mv-loop-logo .swiper-slide img {
  max-width: 280px;
}



/*--------------------------
スクロールダウン
--------------------------*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  left:50%;
  bottom:10px;
    /*全体の高さ*/
  height:50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
  /*描画位置*/
  position: absolute;
  left:-28px;
  top: -15px;
  /*テキストの形状*/
  color: #ffffff;
  font-size: 20px;
  font-family: "Montserrat", 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  mix-blend-mode: exclusion;
}

/* 線の描写 */
.scrolldown1::after{
  content: "";
    /*描画位置*/
  position: absolute;
  top: 0;
    /*線の形状*/
  width: 1px;
  height: 30px;
  background: #ffffff;
    /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
  mix-blend-mode: exclusion;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}



/*--------------------------
理念
--------------------------*/
.philosophy {
  width: 100%;
  background-color: #F9F9F9;
  /*background-image: url(../img/philosophy-works-bg.png);
  background-repeat: no-repeat;
  background-position: left 50% bottom 0;
  background-size: 93%;*/
  position: relative;
  overflow: hidden;
}

.philosophy-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0;
  padding: 100px 0 100px;
  z-index: 2;
}

.philosophy-title {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-family: 'Caveat', cursive;
}

.philosophy-explanation {
  width: 100%;
  padding: 16px 0 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 1px;
  text-align: center;
  color: #000000;
}

.philosophy-wrapper p {
  margin: 0 0 20px;
}

.philosophy-wrapper p:last-child {
  margin-bottom: 0;
}

.philosophy-loop-logo {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
}

.philosophy-loop-logo img {
  width: 100%;
}


/*--------------------------
サービス
--------------------------*/
.service {
  width: 100%;
  /*background-image: url(../img/service-bg.png);
  background-size:cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #003148;*/
  background-color: #F5F5F5;
  padding: 80px 0 100px;
}

.service-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 0;
}

.service-wrapper .title-box h2,
.service-wrapper .title-accent {
  /*color: #ffffff;*/
}

.service-list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 16px;
}

.service-list li {
  width: 100%;
  /*height: 220px;*/
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  /*border-radius: 50%;*/
  padding: 40px 8px;
  box-sizing: border-box;
  border-radius: 8px 8px 8px 8px;
}

.service-list li:first-child {
  /*border-radius: 8px 0 0 8px;*/
}

.service-list li:last-child {
  /*border-radius: 0 8px 8px 0;*/
}


.service-img {
  width: 100%;
  margin-bottom: 4px;
  line-height: 0;
  text-align: center;
}

.service-img img {
  max-width: 88px;
}

.service-name {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.4px;
  line-height: 1.2;
}

.service-name-en {
  font-size: 14px; 
  font-family: 'Montserrat', sans-serif;
  color: #0064B4;
}



/*--------------------------
導入事例
--------------------------*/
.example {
  width: 100%;
  padding: 80px 0 80px;
}

.example-wrapper {
  width: 100%;
}

.example-box {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto 0;
}

.example-appeal {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 40px;
  padding: 0;
}

.example-appeal span {
  background:linear-gradient(transparent 70%, #FFEE9B 70%);
}

/*サンプルリスト*/
.example-list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px 16px;
  margin-bottom: 16px;
}

.example-list li {
  width: 100%;
  /*background-color: #F5F5F5;*/
  background-color: #F4F8FB; 
  text-align: center;
  padding: 40px 32px 32px;
  box-sizing: border-box;
  border-radius: 8px 8px 8px 8px;
}

/*最初のモジュールのみ適用
.example-list li:first-child {
  padding: 56px 56px 32px;
  grid-column: 1/4;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 64px;
  align-items: center;
}

.example-list li:first-child .example-name {
  text-align: left;
  font-weight: 600;
  font-size: 20px;
}

.example-list li:first-child .example-explanation-box {
}
*/

.example-list li:first-child .example-img {
  box-shadow: 0 2px 24px 4px #0000000d;
}

.example-list li:last-child .example-img {
  box-shadow: 0 2px 24px 4px #0000000d;
}

.example-logo-box {
  width: 100%;
}

.example-logo {
  width: 100%;
  margin-bottom: 8px;
}

.example-logo img {
  max-width: 136px;
}

.example-img {
  width: 100%;
  margin-bottom: 16px;
}

.example-img img {
  max-width: 100%;
}

.example-explanation-box {
  width: 100%;
}

.example-name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
  letter-spacing: 1.6px;
}

.example-name-small {
  font-size: 12px;
  font-weight: 400;
  display: block;
  opacity: 0.8;
  line-height: 1.9;
}

.example-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 16px;
  text-align: left;
  opacity: 0.8;
}

.example-price {
  font-size: 20px;
  margin-bottom: 8px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  color: #000000;
  text-align: left;
  border-bottom: 1px solid #CBCBCB;
  padding-bottom: 16px;
}

.example-tax {
  font-size: 14px;
  font-weight: 400;
  padding-left: 2px;
  font-family: 'Noto Sans JP', sans-serif;
  opacity: 0.7;
}

.example-link {
}

.example-link a {
  padding: 0 20px 0 0;
  font-size: 14px;
  color: #0064B4;
  text-decoration: none;
  background-image: url(../img/tab-icon.svg);
  background-repeat: no-repeat;
  background-position: right 0 top 40%;
  background-size: 12px;
}

.example-pw {
  font-size: 14px;
  font-weight: 400;
  opacity: 0.7;
  border-bottom: 1px solid #CBCBCB;
  margin-bottom: 20px;
  padding-bottom: 8px;
  line-height: 1.2;
}

.example-pw-color {
  font-weight: 500;
}

.example-package {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 8px;
}

.example-package-text {
  font-size: 10px;
  text-align: center;
  font-weight: 400;
  margin: 10px 0 8px;
  letter-spacing: 0.4px;
}

.example-package a img {
  width: 100%;
}

/*導入業種例*/
.example-introduction {
  width: 100%;
  /*background-color: #F5F5F5;*/
  background-color: #F4F8FB; 
  padding: 24px 32px;
  box-sizing: border-box;
  margin-bottom: 16px;
  border-radius: 8px 8px 8px 8px;
}

.example-introduction h4 {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px dotted #CBCBCB;
  margin-bottom: 16px;
}

.example-introduction-list {
  font-size: 14px;
  font-weight: 400;
}

/*導入実績*/
.example-introduction-history {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto 0;
  border-bottom: 1px solid #CBCBCB;
  margin-bottom: 48px;
}

.example-introduction-history-title {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  padding: 24px 32px;
  box-sizing: border-box;
  border-top: 1px solid #CBCBCB;
  background-image: url(../img/accordion-arrow-icon.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: top 50% right 32px;
}

.example-introduction-history .active {
  background-image: url(../img/accordion-arrow-icon-active.svg) !important;
}

.example-introduction-history-box {
  width: 100%;
  padding: 0 32px 24px;
  box-sizing: border-box;
  display: none;
}

.example-introduction-history-supplement {
  font-size: 14px;
  font-weight: 400;
  opacity: 0.8;
  margin: 0 0 24px;
  padding: 0;
}

.example-introduction-history-explanation {
  width: 100%;
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 24px;
  opacity: 0.8;
}

.example-introduction-history-date {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
}

.example-introduction-history-name {
  font-size: 14px;
  font-weight: 400;
}

.example-introduction-history-name a {
  text-decoration: underline;
}

.example-contact {
  width: 100%;
  display: flex;
  justify-content: center;
}

.example-contact a {
  width: 320px;
  display: block;
  padding: 20px 40px 20px 64px;
  background-color: #003148;
  background-image: url(../img/contact-icon-white.svg);
  background-repeat: no-repeat;
  background-position: left 48px top 46%;
  background-size: 16px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  border-radius: 50px;
}

/* 実績のループ写真 */
.example-loop-works {
  width: 100%;
  height: 320px;
  padding: 0 0;
  overflow: hidden;
}

/* スライドの動き等速 */
.swiper-loop-works .swiper-wrapper {
  width: 100%;
  transition-timing-function: linear;
}

.swiper-loop-works .swiper-wrapper .swiper-slide {
  width: 100%;
}

/* 画像のサイズ調整 */
.swiper-loop-works .swiper-wrapper .swiper-slide img {
  width: 100%;
  max-width: 100%;
}





/*--------------------------
価格表
--------------------------*/
/* Modal Trigger Button */
.price-btn-box {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}

.price-table-open-modal-btn {
  background-color: #ffffff;
  color: #333333;
  padding: 12px 24px;
  border-radius: 50px;
  cursor: pointer;
  border: 1px solid #D4D4D4;
  font-size: 13px;
}
.price-table-open-modal-btn:hover {
  background-color: #003148;
  color: #ffffff;
}

/* Modal styles */
.price-table-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* Darker overlay */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.price-table-modal-backdrop.price-table-modal-show {
  opacity: 1;
  visibility: visible;
}

.price-table-modal-content {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  padding: 30px;
  width: 100%;
  max-width: 1600px;
  max-height: 80%; /* Limit height to prevent overflow */
  overflow-y: auto; /* Enable scrolling for modal content */
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  position: relative; /* For close button positioning */
}
.price-table-modal-show .price-table-modal-content {
  transform: translateY(0);
  opacity: 1;
}

.price-table-modal-close-button {
  position: absolute;
  top: 4px;
  right: 4px;
  background: none;
  border: none;
  font-size: 2rem;
  color: #718096;
  cursor: pointer;
  padding: 5px;
  line-height: 1;
  transition: color 0.2s ease;
  z-index: 1001; /* Ensure it's above other modal content */
}
.price-table-modal-close-button:hover {
  color: #2d3748;
}

/* Price Table specific styles */
.price-table-container {
  position: relative; /* Make it a positioning context for the indicator */
  width: 100%;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden; /* Keep this for container clipping */
  border: 1px solid #D4D4D4;
}

/* Wrapper for horizontal scrolling on mobile */
.price-table-table-wrapper {
  overflow-x: auto; /* Enable horizontal scrolling */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}

.price-table-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.price-table-thead {
  background-color: #fbfbfb;
  color: #333333;
}
.price-table-header-cell {
  padding: 12px 20px;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #D4D4D4;
}
.price-table-header-cell:first-child {
  border-top-left-radius: 7px;
}
.price-table-header-cell:last-child {
  border-top-right-radius: 7px;
}

.price-table-row {
  transition: background-color 0.3s ease;
}
.price-table-row:nth-child(even) {
  background-color: #F4F8FB;
}
.price-table-row:hover {
  background-color: #e6f0fa;
}
.price-table-row:last-child .price-table-cell {
  border-bottom: none;
}

.price-table-cell {
  width: 22.5%;
  padding: 16px 20px;
  color: #333333;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1.5;
  border-bottom: 1px solid #D4D4D4;
}

.price-table-img {
  width: 100%;
  max-width: 400px;
}

.price-table-img img {
  width: 100%;
}

.price-table-cell-top-align {
  vertical-align: top;
}

.price-table-feature-label {
  width: 10%;
  font-weight: 600;
  color: #2d3748;
}
.price-table-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
}
.price-table-feature-item {
  margin-bottom: 6px;
  position: relative;
  padding-left: 10px;
  font-size: 14px;
}
.price-table-feature-item::before {
  content: '•';
  color: #4a90e2;
  position: absolute;
  left: 0;
  top: 0;
}
.price-table-feature-item:last-child {
  margin-bottom: 0;
}

.price-table-tax-note {
  font-size: 10px;
  vertical-align: middle;
  color: #666;
  padding-left: 4px;
}
.price-table-currency-note {
  font-size: 10px;
  color: #666;
  vertical-align: middle;
  padding-left: 2px;
}
.price-table-price-value {
  font-weight: bold;
}

.price-table-annotation {
  font-size: 12px;
  color: #718096;
  margin-top: 10px;
  padding-left: 0;
  font-style: italic;
}

.price-table-option-section {
  margin: 40px 0;
  /*padding: 30px;
  background-color: #fdfdfd;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);*/
  border: none;
}
.price-table-option-title {
  font-size: 16px;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 25px;
  text-align: left;
  border-bottom: 2px solid #D4D4D4;
  padding-bottom: 10px;
}
.price-table-option-item {
  margin-bottom: 10px;
  background-color: #ffffff;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  border: 1px solid #D4D4D4;
}
.price-table-option-item-title {
  font-weight: 600;
  color: #4a90e2;
  margin-bottom: 8px;
  font-size: 15px;
}
.price-table-option-item-description {
  color: #555555;
  font-size: 14px;
  line-height: 1.6;
}
.price-table-note {
  margin-top: 30px;
  font-size: 0.85rem;
  color: #718096;
  text-align: center;
}

/* Scroll indicator for mobile */
.price-table-scroll-indicator {
  position: absolute;
  left: 10px; /* Changed to left */
  top: 8%; /* Changed to mid-upper */
  transform: translateY(-50%);
  font-size: 2rem;
  color: #0064B4; /* Blue color */
  animation: price-table-arrow-bounce 1.5s infinite;
  pointer-events: none; /* Don't block interaction with content */
  opacity: 0.8;
  display: none; /* Hidden by default */
  z-index: 5; /* Ensure it's above the table and container background */
}

.price-table-precautions {
  font-size: 12px;
  opacity: 0.7;
  margin-top: 40px;
}

@keyframes price-table-arrow-bounce {
    0%, 100% { transform: translateY(-50%) translateX(0); }
    50% { transform: translateY(-50%) translateX(-20px); } /* Bounce to the left */
}

.price-table-scroll-text {
  font-size: 9px;
  opacity: 0.8;
  padding-top: 30px;
}



/*--------------------------
実績　（途中）
--------------------------*/
.achievements-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  grid-column: 40px;
}

.achievements-list li {
  width: 100%;
}

.achievements-list li img {
  max-width: 400px;
}





/*--------------------------
選ばれている理由
--------------------------*/
.reason {
  width: 100%;
  padding: 0 0 20px;
}

.reason-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0;
}

.reason-list {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #D4D4D4;
  margin-bottom: 48px;
}

.reason-list li {
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: auto 1fr auto;
  column-gap: 0;
  align-items: center;
  /*border-left: 1px solid #D4D4D4;
  border-right: 1px solid #D4D4D4;*/
}

.reason-number {
  width: 120px;
  height: 100%;
  position: relative;
  background-color: #003148;
  color: #ffffff;
  font-size: 56px;
  font-weight: 500;
  font-family: 'Caveat', cursive;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding-right: 8px;
  z-index: 1;
}

.reason-number:before {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "Reason";
  font-family: 'Caveat', cursive;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  z-index: 2;
}

.reason-list li:nth-child(-n+2) {
  border-bottom: 1px solid #D4D4D4;
}

.reason-list li:first-child .reason-number {
  border-radius: 8px 0 0 0;
}

.reason-list li:last-child .reason-number {
  border-radius: 0 0 0 8px;
}

.reason-explanation {
  width: 100%;
  padding: 24px 16px 24px 32px;
  box-sizing: border-box;
}

.reason-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: 1.2px;
}

.reason-title span {
  background:linear-gradient(transparent 70%, #FFEE9B 70%);
}

.reason-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

.reason-img {
  width: 100%;
  padding: 12px 12px;
  box-sizing: border-box;
}

.reason-img img {
  max-width: 160px;
}

.evaluation-box {
  width: 100%;
}

.evaluation-title {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
}

.evaluation-title span {
  background:linear-gradient(transparent 70%, #FFEE9B 70%);
}

.evaluation-img {
  width: 100%;
  text-align: center;
  border: 1px solid #CBCBCB;
  border-radius: 8px 8px 8px 8px;
  padding: 24px 0;
}

.evaluation-img img {
  width: 80%;
}




/*--------------------------
レビュー
--------------------------*/
.review {
  width: 100%;
  max-width: 1000px;
  height: 800px;
  border: 1px solid #D4D4D4;
  border-radius: 8px;
  padding: 0 40px 40px;
  box-sizing: border-box;
  margin: 0 auto 80px;
  overflow: hidden;
  position: relative;
}

.review-title {
  width: 100%;
  padding: 40px 0 20px;
  background: rgba(255, 255, 255, .5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  position: absolute;
  z-index: 2;
}

.swiper-loop-review {
  height: auto !important;
  max-height: auto !important;
}

/* スライドの動き等速 */
.review .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-slide {
  height: auto !important;
  max-height: auto !important;
}

.review-box {
  width: 100%;
  box-sizing: border-box;
}

.review-header {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0 20px;
  margin-bottom: 20px;
}

.review-user-img {
  width: 48px;
}

.review-user-img img {
  width: 100%;
}

.review-user-info {
  line-height: 1.2;
}

.review-rate-box {
  display: flex;
  justify-self: start;
  align-items: center;
  gap: 0 10px;
}

.star-rate {
}

.star-rate img {
  width: 16px;
}

.review-rate {
  font-size: 13px;
}

.review-user-neme {
  font-size: 12px;
}

.review-date {
  font-size: 13px;
  opacity: 0.5;
  text-align: right;
}

.review-voice {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #D4D4D4;
}

.review-text {
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 20px;
  opacity: 0.8;
}

.review-source {
  font-size: 11px;
  /*text-align: right;*/
}



/*--------------------------
Shopifyとは
--------------------------*/
.about-shopify {
  width: 100%;
  margin-bottom: 80px;
}

.about-shopify-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0;
  display: grid;
  grid-template-columns: 1fr 3fr;
  column-gap: 40px;
  padding: 40px;
  box-sizing: border-box;
  border: 1px solid #CBCBCB;
  border-radius: 8px 8px 8px 8px;
}

.about-shopify-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-shopify-img img {
  max-width: 200px;
  display: block;
}

.about-shopify-img {
  width: 100%;
}

.about-shopify-title {
  font-size: 20px;
  margin-bottom: 20px;
}

.about-shopify-explanation {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
}

.about-shopify-explanation a {
  padding-right: 16px;
  color: #0064B4;
  text-decoration: underline;
  background-image: url(../img/tab-icon.svg);
  background-repeat: no-repeat;
  background-position: right 0 top 40%;
}


/*--------------------------
Shopifyパートナー
--------------------------*/
.shopify-partner {
  width: 100%;
  text-align: center;
  padding: 80px 0 80px;
  background-color: #F5F5F5;
  margin-bottom: 80px;
}

.shopify-partner-logo {
  width: 100%;
  margin-bottom: 24px;
}

.shopify-expert-logo {
  width: 100%;
  margin-bottom: 40px;
}

.shopify-partner-logo img {
  max-width: 320px;
}

.shopify-partner-explanation {
  width: 100%;
  font-size: 18px;
  color: #050414;
}



/*--------------------------
ニュース
--------------------------*/
.news{
  width: 100%;
  padding: 0 0 100px;
}

.news-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0;
}

.news-list {
  width: 100%;
  border-top: 1px solid #D4D4D4;
}

.news-list li {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 4fr;
  column-gap: 40px;
  border-bottom: 1px solid #D4D4D4;
  padding: 24px 16px;
  box-sizing: border-box;
}

.news-meta {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 16px;
}

.news-date {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
}

.news-category {
  height: 28px;
  font-size: 10px;
  font-weight: 400;
  background-color: #003148;
  color: #ffffff;
  text-align: center;
  line-height: 2.8;
}

.news-text {
  font-size: 14px;
  font-weight: 400;
}


/*受注制限枠*/
.order-update-list {
  width: 100%;
  height: 240px;
  border-top: 1px solid #D4D4D4;
  overflow: auto;
  overflow-x: scroll;
  background-color: #F4F8FB;
}

.order-update-list li {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 4fr;
  column-gap: 40px;
  border-bottom: 1px solid #D4D4D4;
  padding: 24px 16px;
  box-sizing: border-box;
}

.order-update-list li:last-child {
  border-bottom: none;
}

.order-update-list li a {
  text-decoration: underline;
}



/*--------------------------
自己紹介
--------------------------*/
.about {
  width: 100%;
  padding: 80px 0 160px;
  background-color: #F5F5F5;
  background-image: url(../img/philosophy-works-bg.png);
  background-repeat: no-repeat;
  background-position: left 50% bottom 20px;
  background-size: 160%;
  -webkit-animation: about-bgroop 100s linear infinite;
  animation: about-bgroop 100s linear infinite;
  position: relative;
}

@-webkit-keyframes about-bgroop {
    from {
        background-position: 0  820px;
    }
    to {
        background-position: -1956px 820px;
    }
}
@keyframes about-bgroop {
    from {
        background-position: 0 820px;
    }
    to {
        background-position: -1956px 820px;
    }
}

.about-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 80px;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 64px;
}

.about-img {
  width: 100%;
}

.about-img img {
  max-width: 160px;
}


.about-explanation {
  width: 100%;
  padding-top: 16px;
}

.about-logo {
  width: 100%;
  margin-bottom: 16px;
}

.about-logo img {
  max-width: 160px;
}

.about-name {
  width: 100%;
  margin-bottom: 24px;
}

.about-post {
  font-size: 12px;
  font-weight: 400;
  margin-right: 40px;
}

.about-owner-jp {
  font-size: 14px;
  font-weight: 500;
  margin-right: 12px;
  color: #000000;
}

.about-owner-en {
  font-size: 15px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}

.about-text {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 24px;
}

.about-address {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  opacity: 0.8;
  margin-bottom: 40px;
}

.about-partner {
  width: 100%;
  border-top: 1px solid #D4D4D4;
}

.about-partner li {
  width: 100%;
  padding: 24px 0 20px;
  border-bottom: 1px solid #D4D4D4;
}

.about-partner-img {
  width: 100%;
  margin-bottom: 16px;
}

.about-partner-img img {
  max-width: 160px;
}

.about-partner-title {
  font-size: 14px;
  font-weight: 600;
}

.about-partner-text {
  font-size: 14px;
  font-weight: 400;
}

.about-crowdworks-text {
  padding-right: 16px;
  color: #0064B4;
  text-decoration: underline;
  background-image: url(../img/tab-icon.svg);
  background-repeat: no-repeat;
  background-position: right 0 top 40%;
}

.about-contact {
  width: 100%;
  display: flex;
  justify-content: center;
}

.about-contact a {
  width: 320px;
  display: block;
  padding: 20px 40px 20px 64px;
  background-color: #003148;
  background-image: url(../img/contact-icon-white.svg);
  background-repeat: no-repeat;
  background-position: left 48px top 46%;
  background-size: 16px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  border-radius: 50px;
}


/*--------------------------
サイトアクセント
--------------------------*/
.site-accent {
  position: fixed;
  bottom: 42%;
  left: -370px;
  z-index: 10;
  transform: rotate(90deg);
  font-family: 'Montserrat', sans-serif;
  font-size: 50px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 6px;
  /*mix-blend-mode: difference;*/
  mix-blend-mode: exclusion;
}



/*--------------------------
フッター
--------------------------*/
.footer {
  width: 100%;
  padding: 64px 0 40px;
  background-color: #003148;
}

.footer-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0;
}

.footer-nav {
  width: 50%;
  margin: 0 auto 56px;
  display: flex;
  justify-content: space-between;
}

.footer-nav li a{
  color: #ffffff;
  font-size: 14px;
}

.footer-logo {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

.footer-logo img {
  max-width: 200px;
}

.footer-copy {
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 1.2px;
}




/*--------------------------
TOPへボタン
--------------------------*/
#page-top {
  bottom: 40px;
  font-size: 1.4rem;
  position: fixed;
  right: 64px;
  text-align: center;
  z-index: 2;
  opacity: 0;
}

#page-top a {
  width: 64px;
  height: 64px;
  background: #003148;
  color: #ffffff;
  display: block;
  margin: 0 0 15px;
  /*border-radius: 50px;*/
  /*box-shadow: 0px 0px 15px -5px #ffffff;*/
  transition: all 0.3s;
  border-radius: 50px;
}

#page-top a::after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  content: "";
  left: 50%;
  margin: -14px 0 0 -4px;
  position: absolute;
  top: 54%;
  transform: rotate(-45deg);
}



/*--------------------------
お問い合わせページ
--------------------------*/
.content-wrapper {
  width: 100%;
  padding: 160px 0 80px;
}

.contact {
  width: 100%;
}

.contact-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0;
}

.contact-explanation {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
}

.contact-list {
  width: 80%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 40px;
  margin: 0 auto 40px;
}

.contact-list li img {
  width: 100%;
}




/*タブレット版・スマートフォン版*/
@media screen and (max-width: 999px) {
	.sp {
	  display: block !important; 
	}

	.pc {
	  display: none !important; 
	} 



  /*--------------------------
  ローディング
  --------------------------*/
  #load-bg {
  }
  #load-logo {
  }

  #load-logo img {
    max-width: 240px;
  }



  /*--------------------------
  共通スタイル
  --------------------------*/
  .title-box {
    margin-bottom: 32px;
  }

  .title-box h2 {
    font-size: 24px;
    line-height: 1.4;
  }

  .title-accent {
  }



  /*--------------------------
  ヘッダー
  --------------------------*/
  .header {
    padding: 20px 24px 16px;
    box-sizing: border-box;
  }

  .fixed-style {
    box-shadow: 0 32px 30px -30px rgb(53 47 47 / 15%) !important;
  }

  .header-wrapper {
    max-width: 100%;
    grid-template-columns: 1fr 2fr;
    column-gap: 0;
    padding-right: 48px; 
    box-sizing: border-box;
  }

  .header-logo {
  }

  .header-logo img{
    max-width: 152px;
  }

  .header-nav {
    display: none;
  }

  .sp-contact-box {
    width: 100%;
    text-align: right;
  }

  .sp-contact {
    padding: 10px 16px 10px 36px;
    background-color: #003148;
    background-image: url(../img/contact-icon-white.svg);
    background-repeat: no-repeat;
    background-position: left 16px top 50%;
    background-size: 12px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    border-radius: 50px;
  }


  /*ハンバーガーメニュー*/
  .menu,
  .menu span {
    display: inline-block;
    -webkit-transition:all .4s;
    transition: all .4s;
    box-sizing: border-box;
  }

  .menu {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 28px;
    height: 22px;
    z-index: 10;
  }

  .menu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    z-index: 10;
  }

  .active span {
    background-color: #ffffff;
  }

  .menu span:nth-of-type(1) {
    top: 0px;
  }

  .menu span:nth-of-type(2) {
    top: 10px;
  }

  .menu span:nth-of-type(3) {
    bottom: 0px;
  }

  .menu.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }

  .menu.active span:nth-of-type(2) {
    opacity: 0;
  }

  .menu.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }

  #nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 100vh;
    opacity: 0;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    visibility:hidden;
  }

  #nav.active{
    position: absolute;
    top: -25px;
    right: 0;
    opacity: 0.95;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    background-color: #003148;
  }

  #nav ul{
    margin:20px 0;
    padding:80px 24px 20px;
  }

  #nav ul li{
    list-style-type: none;
    border-bottom: 1px solid #ffffff;
  }

  #nav ul li:first-child{
    border-top: 1px solid #ffffff;
  }

  #nav ul li a{
    display: block;
    padding: 20px 0;
    transition: all 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
  }

  #nav ul li a:hover {
  }

  .fullscreenmenu button {
    border: none;
    background: none;
    outline:none;
  }



  /*--------------------------
  メインビジュアル
  --------------------------*/
  .mv {
    height: 90vh;
    /*position: relative;*/
  }

  .mv-wrapper {
    padding-top: 80px;
    /*position: absolute;
    top: 50%;*/
  }

  .mv-shopify-expert {
    width: 100%;
    max-width: 100%;
    position: static;
    margin-bottom: 0;
  }

  .mv-shopify-expert-box {
    max-width: 100%;
    padding: 48px 20px;
    box-sizing: border-box;
  }

  .mv-shopify-expert-logo {
    margin-bottom: 12px;
  }

  .mv-shopify-expert-logo img {
    width: 220px;
  }

  .mv-shopify-expert-explanation {
    font-size: 13px;
    line-height: 1.5;
  }

  .mv-catchphrase {
    max-width: 88%;
    margin: 0 auto 32px;
    padding-left: 48px;
    font-size: 18px;
  }

  .mv-catchphrase:before {
  }

  .mv-catchphrase:before {
    width: 32px;
    margin-left: .2em;
  }

  .mv-title {
    max-width: 88%;
    margin: 0 auto 40px;
  }

  .mv-sub-title {
    max-width: 88%;
    margin: 0 auto 64px;
    font-size: 16px;
    letter-spacing: 0.2px;
  }

  .mv-loop-logo {
  }

  /* スライドの動き等速 */
  .mv-loop-logo .swiper-wrapper {
  }
  /* 画像のサイズ調整 */
  .mv-loop-logo .swiper-slide img {
    max-width: 200px;
  }


  /*--------------------------
  理念
  --------------------------*/
  .philosophy {
    background-size: 102%;
  }

  .philosophy-wrapper {
    max-width: 88%;
    padding: 40px 0 24px;
  }

  .philosophy-title {
    font-size: 18px;
  }

  .philosophy-explanation {
    padding: 16px 0 40px;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: left;
  }

  .philosophy-wrapper p {
    margin: 0 0 16px;
  }

  .philosophy-wrapper p:last-child {
  }

  .philosophy-loop-logo {
    width: 200%;
    bottom: 0;
  }

  .philosophy-loop-logo img {
  }



  /*--------------------------
  サービス
  --------------------------*/
  .service {
    padding: 40px 0 64px;
  }

  .service-wrapper {
    max-width: 88%;
  }

  .service-wrapper .title-box h2,
  .service-wrapper .title-accent {
  }

  .service-list {
    grid-template-columns: 1fr 1fr;
    gap: 10px 10px;
  }

  .service-list li {
    padding: 24px 8px;
    border-radius: 4px 4px 4px 4px;
  }

  .service-list li:first-child {
    /*border-radius: 8px 0 0 0;*/
  }

  .service-list li:nth-child(2) {
    /*border-radius: 0 8px 0 0;*/
  }

  .service-list li:nth-child(3) {
    /*border-radius: 0 0 0 8px;*/
  }

  .service-list li:last-child {
    /*border-radius: 0 0 8px 0;*/
  }

  .service-img {
  }

  .service-img img {
    max-width: 56px;
  }

  .service-name {
    font-size: 14px;
  }

  .service-name-en {
    font-size: 12px; 
  }



  /*--------------------------
  導入事例
  --------------------------*/
  .example {
    padding: 40px 0 40px;
  }

  .example-wrapper {
  }

  .example-box {
    max-width: 88%;
  }

  .example-appeal {
    font-size: 18px;
    line-height: 1.8;
  }

  .example-appeal span {
  }

  /*サンプルリスト*/
  .example-list {
    grid-template-columns: 1fr;
    gap: 16px 0;
    margin-bottom: 16px;
  }

  .example-list li {
    padding: 24px 20px 24px;
    box-sizing: border-box;
    border-radius: 8px 8px 8px 8px;
  }

  /*最初のモジュールのみ適用*/
  .example-list li:first-child {
    padding: 24px 20px 24px;
    grid-column: 1/1;
    display: block;
    column-gap: 0;
    /*border-radius: 8px 8px 0 0;*/
  }

  .example-list li:first-child .example-name {
    text-align: center;
    font-size: 16px;
  }

  .example-list li:first-child .example-img {
  }

  .example-list li:first-child .example-explanation-box {
    padding-top: 0;
  }

  .example-list li:last-child .example-img {
  }

  .example-logo-box {
  }

  .example-logo {
  }

  .example-logo img {
    max-width: 120px;
  }

  .example-img {
    margin-bottom: 12px;
  }

  .example-img img {
  }

  .example-explanation-box {
  }

  .example-name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    letter-spacing: 1.2px;
  }

  .example-name-small {
    font-size: 12px;
  }

  .example-text {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .example-price {
    font-size: 20px;
    margin-bottom: 8px;
    padding-bottom: 8px;
  }

  .example-tax {
    font-size: 12px;
  }

  .example-link {
  }

  .example-link a {
  }

  .example-pw {
  }

  .example-pw-color {
  }

  .example-package {
  }

  .example-package-text {
  }

  .example-package a img {
  }

  /*導入業種例*/
  .example-introduction {
    padding: 20px 20px;
    margin-bottom: 16px;
    border-radius: 8px 8px 8px 8px;
  }

  .example-introduction h4 {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .example-introduction-list {
    font-size: 13px;
  }

  /* 実績のループ写真 */
  .example-loop-works {
    width: 100%;
    height: 200px;
    padding: 0 0 0;
    overflow: hidden;
  }

  /* スライドの動き等速 */
  .swiper-loop-works-sp-01 .swiper-wrapper,
  .swiper-loop-works-sp-02 .swiper-wrapper {
    width: 100%;
    transition-timing-function: linear;
  }

  .swiper-loop-works-sp-01 .swiper-wrapper .swiper-slide,
  .swiper-loop-works-sp-02 .swiper-wrapper .swiper-slide {
    width: 100%;
  }

  /* 画像のサイズ調整 */
  .swiper-loop-works-sp-01 .swiper-wrapper .swiper-slide img,
  .swiper-loop-works-sp-02 .swiper-wrapper .swiper-slide img {
    width: 100%;
    max-width: 280px;
  }

  /*導入実績*/
  .example-introduction-history {
    width: 88%;
    margin-bottom: 32px;
    margin-top: 20px;
  }

  .example-introduction-history-title {
    padding: 20px 20px;
    background-size: 16px;
    background-position: top 50% right 20px;
    font-size: 14px;
  }

  .example-introduction-history .active {
  }

  .example-introduction-history-box {
    padding: 0 20px 20px;
  }

  .example-introduction-history-supplement {
    font-size: 13px;
    line-height: 1.6;
  }

  .example-introduction-history-explanation {
    margin-bottom: 20px;
    column-gap: 12px;
  }

  .example-introduction-history-date {
    font-size: 13px;
  }

  .example-introduction-history-name {
    font-size: 13px;
    line-height: 1.6;
  }

  .example-introduction-history-name a {
  }

  .example-contact {
  }

  .example-contact a {
    max-width: 200px;
    padding: 12px 40px 12px 64px;
    background-position: left 28px top 46%;
    font-size: 14px;
  }



/*--------------------------
価格表
--------------------------*/
  .price-btn-box {
    margin-bottom: 24px;
  }
  .price-table-open-modal-btn {
    font-size: 13px;
  }
  .price-table-modal-content {
    padding: 20px;
    max-height: 84%; /* Limit height to prevent overflow */
  }

  /* Adjust close button position for mobile */
  .price-table-modal-close-button {
    top: -8px; /* Adjusted top to be more visible */
    right: 0px; /* Adjusted right to be more visible */
    font-size: 2rem; /* Slightly smaller for mobile */
  }

  .price-table-table-wrapper {
    width: 100%; /* Take full width of parent */
  }
  .price-table-table {
    min-width: 800px; /* Force table to be wider than screen, enabling scroll */
  }
  .price-table-header-cell,
  .price-table-cell {
    padding: 10px 10px;
    font-size: 12px; /* Slightly smaller font for mobile cells */
    min-width: 192px; /* Default min-width for content columns */
  }
  .price-table-header-cell:first-child,
  .price-table-cell:first-child {
    min-width: 88px; /* Wider for feature labels */
  }
  .price-table-option-section {
    padding: 0;
    margin: 30px 0;
  }
  .price-table-option-title {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .price-table-option-item {
    padding: 12px 15px;
    margin-bottom: 10px;
    border-radius: 6px;
  }
  .price-table-option-item-title {
    font-size: 13px;
  }
  .price-table-option-item-description {
    font-size: 0.85rem;
  }

  .price-table-feature-item {
    padding-left: 8px;
    font-size: 12px;
  }

  /* Show scroll indicator on mobile */
  .price-table-scroll-indicator {
    display: block;
  }

  .price-table-cell .example-link a {
    font-size: 12px;
  }

  .price-table-price-value {
    font-size: 13px;
  }



  /*--------------------------
  選ばれている理由
  --------------------------*/
  .reason {
    padding: 0 0 0;
  }

  .reason-wrapper {
    max-width: 88%;
  }

  .reason-list {
    margin-bottom: 32px;
  }

  .reason-list li {
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .reason-list li:nth-child(-n+2) {
  }

  .reason-list li:first-child .reason-number {
  }

  .reason-list li:last-child .reason-number {
  }

  .reason-number {
    width: 64px;
    height: 64px;
    font-size: 32px;
    margin: 0 auto 0;
    padding-top: 8px;
    border-radius: 0 0 8px 8px !important;
  }

  .reason-number:before {
    top: 24%;
    font-size: 16px;
  }

  .reason-explanation {
    padding: 24px 16px 24px 16px;
  }

  .reason-title {
    font-size: 18px;
    margin-bottom: 8px;
    text-align: center;
    line-height: 1.6;
  }

  .reason-text {
    font-size: 13px;
    font-weight: 400;
  }

  .reason-img {
    padding: 0 8px 16px;
    text-align: center;
  }

  .reason-img img {
    max-width: 160px;
  }

  .evaluation-box {
  }

  .evaluation-title {
    font-size: 18px;
    margin-bottom: 16px;
    line-height: 1.6;
  }

  .evaluation-title span {
  }

  .evaluation-img {
  }

  .evaluation-img img {
    width: 90%;
  }



  /*--------------------------
  レビュー
  --------------------------*/
  .review {
    max-width: 88%;
    height: 720px;
    padding: 0 20px 20px;
    margin: 0 auto 40px;

  }

  .review-title {
    padding: 20px 0 10px;
  }

  .swiper-loop-review {
  }

  /* スライドの動き等速 */
  .review .swiper-wrapper {
  }
  .swiper-slide {
  }

  .review-box {
  }

  .review-header {
    grid-template-columns: auto 1fr auto;
    gap: 0 10px;
    margin-bottom: 10px;
  }

  .review-user-img {
    width: 40px;
  }

  .review-user-img img {
  }

  .review-user-info {
  }

  .review-rate-box {
  }

  .star-rate {
  }

  .star-rate img {
    width: 12px;
  }

  .review-rate {
  }

  .review-user-neme {
    font-size: 10px;
  }

  .review-date {
    font-size: 11px;
  }

  .review-voice {
  }

  .review-text {
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 1.6;
  }

  .review-source {
    font-size: 8px !important;
    line-height: 1.4;
    /*text-align: right;*/
  }



  /*--------------------------
  Shopifyとは
  --------------------------*/
  .about-shopify {
    margin-bottom: 40px;
  }

  .about-shopify-wrapper {
    max-width: 88%;
    grid-template-columns: 1fr;
    gap: 24px 0;
    padding: 40px 20px 20px;
    border-radius: 8px 8px 8px 8px;
  }

  .about-shopify-img {
  }

  .about-shopify-img img {
    max-width: 160px;
  }

  .about-shopify-img {
  }

  .about-shopify-title {
  }

  .about-shopify-explanation {
    font-size: 13px;
  }

  .about-shopify-explanation a {
  }



  /*--------------------------
  Shopifyパートナー
  --------------------------*/
  .shopify-partner {
    padding: 40px 0 40px;
    margin-bottom: 40px;
  }

  .shopify-partner-logo {
    max-width: 88%;
    margin: 0 auto 24px;
  }

  .shopify-expert-logo {
    width: 100%;
  }

  .shopify-expert-logo img {
    max-width: 200px;
  }

  .shopify-partner-logo img {
    max-width: 280px;
  }

  .shopify-partner-explanation {
    max-width: 88%;
    margin: 0 auto 0;
    font-size: 13px;
    line-height: 1.6;
  }



  /*--------------------------
  ニュース
  --------------------------*/
  .news{
    padding: 0 0 40px;
  }

  .news-wrapper {
    max-width: 88%;
  }

  .news-list {
  }

  .news-list li {
    grid-template-columns: 1fr;
    gap: 4px 0;
    padding: 20px 16px;
  }

  .news-meta {
    width: 100%;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 12px;
  }

  .news-date {
  }

  .news-category {
    width: 28%;
    height: 20px;
    line-height: 2;
    margin-top: 4px;
  }

  .news-text {
    font-size: 13px;
    line-height: 1.6;
    font-weight: 400;
  }


  /*受注制限枠*/
  .order-update-list {
    height: 280px;
  }

  .order-update-list li {
    grid-template-columns: 1fr;
    gap: 4px 0;
    padding: 20px 16px;
  }

  .order-update-list li:last-child {
  }

  .order-update-list li a {
  }


  /*--------------------------
  自己紹介
  --------------------------*/
  .about {
    padding: 40px 0 80px;
    background-position: left 50% bottom 20px;
    background-size: 300%;
    -webkit-animation: about-bgroop 100s linear infinite;
    animation: about-bgroop 100s linear infinite;
  }

  @-webkit-keyframes about-bgroop {
      from {
          background-position: 400px 1320px;
      }
      to {
          background-position: -1956px 1320px;
      }
  }
  @keyframes about-bgroop {
      from {
          background-position: 400px 1320px;
      }
      to {
          background-position: -1956px 1320px;
      }
  }

  .about-wrapper {
    max-width: 80%;
    margin: 0 auto 40px;
    grid-template-columns: 1fr;
    gap: 0 0;
  }

  .about-img {
    text-align: center;
  }

  .about-img img {
    max-width: 144px;
  }


  .about-explanation {
  }

  .about-logo {
    text-align: center;
  }

  .about-logo img {
    max-width: 144px;
  }

  .about-name {
    margin-bottom: 16px;
    text-align: center;
    line-height: 1.6;
  }

  .about-post {
    margin-right: 0;
    display: block;
  }

  .about-owner-jp {
  }

  .about-owner-en {
  }

  .about-text {
    margin-bottom: 24px;
    font-size: 13px;
  }

  .about-address {
  }

  .about-partner {
  }

  .about-partner li {
  }

  .about-partner-img {
  }

  .about-partner-img img {
  }

  .about-partner-title {
  }

  .about-partner-text {
    line-height: 1.8;
    font-size: 13px;
  }

  .about-crowdworks-text {
  }

  .about-contact {
  }

  .about-contact a {
    max-width: 200px;
    padding: 12px 40px 12px 64px;
    background-position: left 28px top 46%;
    font-size: 14px;
  }



  /*--------------------------
  フッター
  --------------------------*/
  .footer {
    padding: 40px 0 24px;
  }

  .footer-wrapper {
    max-width: 70%;
  }

  .footer-nav {
    width: 100%;
    margin: 0 auto 32px;
  }

  .footer-nav li a{
    font-size: 12px;
    font-weight: 400;
  }

  .footer-logo {
    margin-bottom: 24px;
  }

  .footer-logo img {
    max-width: 160px;
  }

  .footer-copy {
    font-size: 10px;
  }



  /*--------------------------
  TOPへボタン
  --------------------------*/
  #page-top {
    bottom: 24px;
    right: 20px;
  }

  #page-top a {
    width:52px;
    height: 52px;
  }

  #page-top a:after {
    top: 56%;
  }



  /*--------------------------
  お問い合わせページ
  --------------------------*/
  .content-wrapper {
    width: 100%;
    padding: 100px 0 40px;
  }

  .contact {
  }

  .contact-wrapper {
    max-width: 88%;
  }

  .contact-explanation {
    text-align: left;
    margin-bottom: 24px;
    font-size: 14px;
  }

  .contact-list {
    width: 100%;
    column-gap: 8px;
    margin: 0 auto 24px;
  }

  .contact-list li img {
  }



}



/*スマートフォン版*/
@media screen and (max-width: 390px) {
}