@charset "UTF-8";

.mv {
  height: 484px;
  background-image: url("../img/home/mv.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  @media screen and (max-width: 768px) {
    height: 530px;
    background-image: url("../img/home/mv_sp.jpg");
  }
  .mv-inner{
    max-width: 930px;
    width: 100%;
  }
  .mv-wrap{
    display: flex;
    align-items: center;
    @media screen and (max-width: 768px) {
      display: block;
    }
    img{
      max-width: 18.5%;
      margin-right: 2%;
      @media screen and (max-width: 768px) {
        max-width: 30.5%;
        margin-bottom: 6%;
        margin-left: 4%;
        margin-top: 20%;
      }
    }
    .mv-copy-wrap{
      color: #fff;
      font-weight: bold;
      .mv-copy-ttl{
        font-size: 50px;
        margin-bottom: 0.5em;
        @media screen and (max-width: 950px) {
          font-size: 5vw;
        }
        @media screen and (max-width: 768px) {
          font-size: 9vw;
        }
      }
      .mv-copy-sub{
        font-size: 25px;
        @media screen and (max-width: 950px) {
          font-size: 2.5vw;
        }
        @media screen and (max-width: 768px) {
          font-size: 5vw;
        }
      }
    }
  }
}
.lead-txt{
  font-size: 18px;
  text-align: center;
  line-height: 2;
  margin-top: 65px;
  @media screen and (max-width: 768px) {
    font-size: 16px;
    text-align: left;
    margin-top: 40px;
  }
  b{
    font-weight: bold;
    color: var(--color-main);
  }
}

.sec-ttl{
  font-size: 25px;
  font-weight: 600;
  padding-top: 17px;
  text-align: center;
  background-image: url("../img/common/sec_ttl.svg");
  background-position: center top;
  background-repeat: no-repeat;
  @media screen and (max-width: 768px) {
    font-size: 22px;
    padding-top: 14px;
    background-size: 37px;
  }
  .sub-eng{
    color: var(--color-main);
    font-size: 60px;
    font-weight: normal;
    @media screen and (max-width: 768px) {
      font-size: 44px;
    }
  }
}

.sec-our-brands{
  padding: 80px 0;
  position: relative;
  @media screen and (max-width: 768px) {
    padding: 60px 0 40px;
  }
  .deco01{
    width: 382px;
    position: absolute;
    top:0;
    left: -130px;
    @media screen and (max-width: 768px) {
      width: 56%;
      top: 0px;
      left: -73px;
      z-index: -1;
    }
  }
}
.site-list{
  margin-top: 70px;
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  @media screen and (max-width: 900px) {
    gap:inherit;
  }
  @media screen and (max-width: 768px) {
    margin-top: 50px;
  }
  .site-list-item{
    position: relative;
    max-width: 238px;
    margin-bottom: 30px;
    @media screen and (max-width: 900px) {
      max-width: 30%;
    }
    @media screen and (max-width: 768px) {
      max-width:47%;
    }
    .img-wrap{
      overflow: hidden;
      img{
        transition:1s all;
      }
    }
    h3{
      font-size: 18px;
      text-align: center;
      font-weight: bold;
      margin: 0.8em 0;
      @media screen and (max-width: 768px) {
        font-size: 14px;
      }
    }
    p{
      margin-bottom: 0.8em;
      @media screen and (max-width: 768px) {
        font-size: 14px;
      }
    }
    &::before{
      content: "";
      position: absolute;
      width:36px;
      height: 36px;
      background-color: #F04D10;
      top: -7px;
      left: -7px;
      z-index: -1;
    }
    a:hover{
      opacity: 1;
    }
    .btn-normal{
      @media screen and (max-width: 768px) {
        font-size: 14px;
      }
      a:hover{
        opacity: 0.7;
      }
    }
  }
}
.site-list-item:hover{
  .img-wrap img{
    transform:scale(1.1);
  }
  &::before{
    transition: transform 1s;
    transform: rotate(-180deg);
  }
} 

.site-list-item.kurupita .img-wrap{
  border: 1px #F04D10 solid;
}
.site-list-item.kurupita::before{
  background-color: #F04D10;
}
.kurupita .btn-normal a{
  background-color:#F04D10 ;
}
.site-list-item.taremaku .img-wrap{
  border: 1px #4099F8 solid;
}
.site-list-item.taremaku::before{
  background-color: #4099F8;
}
.taremaku .btn-normal a{
  background-color:#4099F8 ;
}
.site-list-item.epop .img-wrap{
  border: 1px #009999 solid;
}
.site-list-item.epop::before{
  background-color: #009999;
}
.epop .btn-normal a{
  background-color:#009999;
}
.site-list-item.mimamori .img-wrap{
  border: 1px #94D35B solid;
}
.site-list-item.mimamori::before{
  background-color: #94D35B;
}
.mimamori .btn-normal a{
  background-color:#94D35B;
}
.site-list-item.cut .img-wrap{
  border: 1px #F7C74D solid;
}
.site-list-item.cut::before{
  background-color: #F7C74D;
}
.cut .btn-normal a{
  background-color:#F7C74D;
}
.site-list-item.tapepro .img-wrap{
  border: 1px #1C2582 solid;
}
.site-list-item.tapepro::before{
  background-color: #1C2582;
}
.tapepro .btn-normal a{
  background-color:#1C2582;
}
.site-list-item.sanpai .img-wrap{
  border: 1px #00302A solid;
}
.site-list-item.sanpai::before{
  background-color: #00302A;
}
.sanpai .btn-normal a{
  background-color:#00302A;
}
.site-list-item.yuudousya .img-wrap{
  border: 1px #000 solid;
}
.site-list-item.yuudousya::before{
  background-color: #000;
}
.yuudousya .btn-normal a{
  background-color:#000;
}

.sec-our-products{
  padding: 80px 0;
  position: relative;
  @media screen and (max-width: 768px) {
    padding: 60px 0 40px;
  }
  .deco02{
    position: absolute;
    width: 529px;
    top: 35px;
    right: -130px;
    z-index: -1;
    @media screen and (max-width: 768px) {
      width: 66%;
      top: -70px;
      right: -83px;
    }
  }
}

.products-wrap{
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  .products-item{
    position: relative;
    display: block;
    width: 33.333%;
    overflow: hidden;
    @media screen and (max-width: 768px) {
    width: 50%;
    }
      img{
        transition:1s all;
      }
    &:hover{
      opacity: 1;
      img{
        transform:scale(1.1);
      }
    }
    .products-btn{
      position: absolute;
      bottom: 0;
      background-color: #000;
      opacity: 0.8;
      width: 100%;
      color: #fff;
      height: 80px;
      display: flex;
      align-items: center;
      padding: 0 40px;
      @media screen and (max-width: 960px) {
        height: 60px;
      }
      @media screen and (max-width: 768px) {
        height: 40px;
        padding: 0 20px;
        font-size: 16px;
      }
      &:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 37px;
        width: 9px;
        height: 9px;
        margin: auto;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg);
        box-sizing: border-box;
        @media screen and (max-width: 768px) {
          right:20px;
        }
      }
    }
  }
}

.sec-our-equipment{
  padding: 80px 0;
  position: relative;
  .deco03{
    width: 382px;
    position: absolute;
    top:0;
    left: -80px;
    @media screen and (max-width: 768px) {
      width: 56%;
      top: 0px;
      left: -73px;
      z-index: -1;
    }
  }
  .deco04{
    width: 382px;
    position: absolute;
    z-index: -1;
    bottom:-120px;
    right: -80px;
    @media screen and (max-width: 768px) {
      width: 56%;
      bottom: -30px;
      right: -43px;
    }
  }
}
.equipment-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  .equipment-item{
    width: 30%;
    margin-bottom: 40px;
    @media screen and (max-width: 768px) {
      width: 47%;
    }
  }
  h3{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 15px 0;
    @media screen and (max-width: 768px) {
      font-size: 16px;
    }
  }
}

.sec-message{
  padding: 100px 0;
  position: relative;
  background-color: #FFF5F5;
  .inner {
    max-width: 800px;
  }
  .message-ttl{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 40px 0;
  }
  .message-txt{
    line-height: 2em;
    margin-bottom: 1em;
  }
}

.sec-company{
  padding: 100px 0;
  position: relative;
  background-image: url(../img/home/bk_company.jpg);
  background-size: cover;
  .inner {
    max-width: 800px;
  }
}
.table-company {
  border-collapse: collapse;
  width: 100%;
  margin-top: 30px;
}
.table-company th,
.table-company td {
  background-color: #fff;
  padding: 1.5em;
  text-align: left;
  @media screen and (max-width: 768px) {
    padding: 1em;
    font-size: 15px;
  }
}
.table-company tr:nth-child(even) th,
.table-company tr:nth-child(even) td {
  background-color: #FFF5F5;
}
.table-company th {
  font-weight: bold;
  width: 25%;
  @media screen and (max-width: 768px) {
    width: 30%;
  }
}
.map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9のアスペクト比 */
  height: 0;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/****************** お問合せ ******************/
.contact{
  .inner{
    max-width: 800px;
  }
}
.contact-info{
  text-align: center;
  border-bottom: 1px #ccc solid;
  margin-bottom: 50px;
  padding-bottom: 30px;
  p{
    margin-bottom: 1em;
    &.tel{
      font-size: 18px;
      font-weight: bold;
    }
  }
}
.wp-block-snow-monkey-forms-item{
  display: flex;
  margin-bottom: 30px;
  @media screen and (max-width: 768px) {
    display: block;
  }
}
.smf-item__col--label{
  width: 200px;
  @media screen and (max-width: 768px) {
    width: 100%;
  }
}
.smf-item__col--controls{
  width: calc(100% - 200px);
  @media screen and (max-width: 768px) {
    width: 100%;
  }
}
.smf-item--divider{
  .smf-item__col--controls{
    width: 100%;
    text-align: center;
  }
}
input[type=text],input[type=email]{
  width: 60%;
  @media screen and (max-width: 768px) {
    width: 100%;
  }
}
.smf-action .smf-button-control__control {
  position: relative;
  background-color: var(--color-main);
  background-image: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  width: 250px;
  padding: 15px 37px;
  text-align: left;
  text-decoration: none;
  border: 0;
  outline: 0;
  transition: 0.3s ease; 
  margin: 50px auto;

  &:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 37px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;

    @media screen and (max-width: 768px) {
      right: 20px;
    }
  }

  &:hover {
    opacity: 0.7;
  }

  &[data-action="back"]{
    background: #B5B5B5;
    text-align: right;
    @media screen and (max-width: 768px) {
      margin-bottom: 0;
    }
    &:after{
      transform: rotate(225deg);
      left: 37px;
      right: inherit;
      @media screen and (max-width: 768px) {
        left: 20px;
      }
    }
  }
}
.smf-item__label{
  position: relative;
  font-weight: bold;
  @media screen and (max-width: 768px) {
    margin-bottom: 10px;
  }
}
.smf-item__controls{
  a{
    color: #4099F8;
  }
}
.required .smf-item__label::after {
  content: "必須";
  background-color: #f0ad4e;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  min-width: 10px;
  padding: 3px 7px;
  margin: 0px 5px;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  @media screen and (max-width: 768px) {
    right: 0;
  }
}
.form-privacy{
  background-color: #f7f7f7;
  border: 1px #eee solid;
  padding: 25px;
  height: 200px;
  border-radius: 4px;
  overflow-y: scroll;
  margin-bottom: 30px;
  font-size: 14px;
  p{
    margin-bottom: 1em;
  }
}

.contact-confirm{
  display: none;
}
.contact-thanks{
  display: none;
}
[data-screen="confirm"] {
  .contact-confirm{
    display: block;
  }
  .contact-page,.form-privacy{
    display: none;
  }
  [data-name="checkboxes-privacy"]{
    display: none;
  }
  .smf-action{
    display: flex;
    justify-content: center;
    @media screen and (max-width: 768px) {
      display: block;
    }
  }
}
[data-screen="complete"]{
  .contact-thanks{
    display: block;
  }
  .contact-page{
    display: none;
  }
}

/***********ページコンテンツブロック***********/

.page-content-inner{
  max-width: 960px;
  padding: 50px 0;
  line-height: 1.7;
  @media screen and (max-width: 960px) {
    margin: 0 20px;
  }
}

.page-content-inner p{
  margin-bottom: 1em;
  b{
    font-weight: bold;
    color: var(--color-main);
  }
  &.l-center{
    text-align: center;
    @media screen and (max-width: 768px) {
      text-align: left;
    }
  }
  &.l-right{
    text-align: right;
    }
}

.page-lead{
  display: block;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}

.deco-ttl01{
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-main);
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 2em;
  @media screen and (max-width: 768px) {
    font-size: 22px;
  }
  &::before{
    width: 3px;
    height: 50px;
    background-color: var(--color-main);
    content: '';
    transform: rotate(-45deg);
    margin-right: 40px;
  }
  &::after {
    width: 3px;
    height: 50px;
    background-color: var(--color-main);
    content: '';
    transform: rotate(45deg);
    margin-left: 40px;
  }
}

.products-img{
  margin: 4em 0;
}
.products-shop-bnr{
  margin: 4em 0;
  text-align: center;
  h4{
    font-size: 22px;
    font-weight: bold;
    @media screen and (max-width: 768px) {
      font-size: 20px;
    }
  }
  a{
    display: block;
    max-width: 530px;
    margin: 10px auto;
  }
}

.fragment-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 50px auto;
  justify-content: flex-start;
  @media screen and (max-width: 768px) { 
    gap: 10px;
  }
  .fragment-link-list__item {
    flex: 0 1 calc((100% - 40px) / 3);
    position: relative;
    @media screen and (max-width: 768px) {
      flex: 0 1 calc((100% - 10px) / 2);
    }
    a {
      border: 2px solid var(--color-main);
      display: block;
      font-weight: bold;
      font-size: 16px;
      text-align: center;
      text-decoration: none;
      position: relative;
      padding: 15px 0;
      @media screen and (max-width: 768px) { 
        font-size: 14px;
      }
      &:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 25px;
        width: 9px;
        height: 9px;
        margin: auto;
        border-top: 2px solid var(--color-main);
        border-right: 2px solid var(--color-main);
        transform: rotate(135deg);
        box-sizing: border-box;
        transition: transform 0.3s ease;
        @media screen and (max-width: 768px) { 
          right: 11px;
        }
      }
      &:hover{
        &:after{
          transform: translate(0, 3px) rotate(135deg);
        }
      }
    }
  }
}

.products-steps{
  --gap:24px;
  --num-size:52px;
  --media-min:280px;
  @media (max-width: 768px){
    --gap:16px; --num-size:44px;
  }
  .products-steps__row{
    display:grid;
    grid-template-columns: var(--num-size) 1fr minmax(var(--media-min), 34%);
    gap: var(--gap);
    margin-bottom: 25px;
    @media (max-width: 768px){
      grid-template-columns: var(--num-size) 1fr;
      grid-template-areas: "num body" ". media";
      align-items:start;
    }
  }
  .products-steps__row:last-of-type{ border-bottom:none; }
  .products-steps__num{
    display:grid; place-items:center;
    width:var(--num-size); height:var(--num-size);
    background:var(--color-main); color:#fff;
    font-weight:700; font-size:22px; line-height:1;
  }
  .products-steps__title{
    margin: 0.3em 0 0.5em ;
    font-size:clamp(18px, 2vw, 22px);
    font-weight:700;
  }
  .products-steps__text{
    margin:0 0 1em 0;
    &.link{
      text-align: right;
      a{
        color: #4099F8;
        text-decoration: underline;
      }
    }
  }
  .products-steps__note{
    color:var(--color-main);
    font-weight:700;
    font-size: 18px;
  }
  .products-steps__media {
    @media (max-width: 768px){
      grid-column:1 / -1;
    }
    img{
      width:100%;
      height:auto;
      display:block;
      object-fit:cover;
    }
  }
}

.formbtn{
  margin: 4em 0;
  .formbtn__desc{
    text-align: center;
    font-size: 18px;
    color: var(--color-main);
  }
}
.formbtn__sub{
  color: var(--color-main);
  text-align: center;
  font-weight: bold;
}

/* メールボタン */
.formbtn__btn{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  max-width: 594px;
  margin:0 auto 28px;
  padding: 20px 0;
  background:var(--color-main); 
  color:#fff; border-radius:999px;
  min-height: 84px;
  font-weight:700;
  font-size:22px;
  transition:transform .05s, box-shadow .2s, opacity .2s;
}
.formbtn__btn:hover{ opacity:.9; box-shadow:0 6px 18px rgba(230,0,18,.25); }
.formbtn__btn:active{ transform:translateY(1px); }
.formbtn__btn-ico{ display:inline-grid; }

/* 電話行（番号のみリンク） */
.formbtn__tel{
  border: 2px solid var(--color-main);
  padding: 20px;
  border-radius: 20px;
  max-width: 594px;
  margin: 0 auto;
  text-align: center;
  .formbtn__tel-ttl{
    font-weight: bold;
    font-size: 18px;
  }
  .formbtn__tel-num{
    display: flex;
    align-items: center;
    justify-content: center;
    .formbtn__tel-phone{
      color: red;
      font-size: 28px;
      font-weight: bold;
      letter-spacing: 2px;
      span{
        font-size: 16px;
      }
    }
    img{
      margin-right: 15px;
      width: 20px;
    }
  }
  p{
    margin-bottom: 0;
  }
}
.formbtn__wrap{
  display: flex;
  @media screen and (max-width: 768px) { 
    display: block;
  }
  .formbtn__tel {
      width: 47%;
      @media screen and (max-width: 768px) { 
        width: 100%;
        margin-bottom: 20px;
      }
      .formbtn__tel-ttl {
        font-size: 16px;
      }
  }
  .formbtn__btn {
      max-width: inherit;
      margin: 20px auto 0;
      padding: 15px 0;
      min-height: 65px;
      font-size: 18px;
  }
}

.products-design{
  background-color: #f8fff5;
  padding: 80px 0;
  @media screen and (max-width: 768px) {
    padding: 60px 0;
  }
  .products-design-list{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap:20px;
    .products-design-list__item {
      flex: 0 1 calc((100% - 40px) / 3);
      position: relative;
      @media screen and (max-width: 768px) {
        flex: 0 1 calc((100% - 20px) / 2);
      }
    }
    .products-design-list__caption{
      margin-top: .5em;
      text-align: center;
    }
  }
  .page-content-inner{
    padding: 0;
  }
}

.products-price{
  padding: 80px 0;
  .products-price_btn{
    a{
      background-color: var(--color-main);
      color: #fff;
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 238px;
      margin: 1em 0 0 auto;
      height: 45px;
      padding:0 20px;
      translate: 0.3s;
      img{
        width: 15px;
      }
      &:hover{
        opacity: 0.7;
      }
    }
  }
}

.products-option{
  padding: 80px 0;
  .products-option-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 2em;
    @media screen and (max-width: 768px) {
      display: block;
    }
    .products-option-item__body{
      width: 60%;
      @media screen and (max-width: 768px) {
        width: 100%;
      }
      .products-option-item__title{
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 10px;
      }
      .products-option-item__badge{
        background-color: var(--color-main);
        color: #fff;
        font-size: 20px;
        padding: 1px 15px;
      }
      .products-option-item__text{
        margin-top: .5em;
        margin-bottom: 0;
        @media screen and (max-width: 768px) {
          margin-bottom: 1em;
        }
        &.link{
          text-align: right;
          a{
            color: #4099F8;
            text-decoration: underline;
          }
        }
      }
    }
    .products-option-item__media{
      max-width: 359px;
      width: 34%;
      @media screen and (max-width: 768px) {
        max-width: inherit;
        width: 100%;
      }
    }
  }
}

.products-faq{
  padding: 80px 0;
}
.products-faq__body{
  dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 1px solid #707070;
    @media screen and (max-width: 768px) {
      padding: 20px 40px 20px 10px;
    }
    &:first-child {
      border-top: 1px solid #707070;
    }
    &::before {
      position: absolute;
      top: 38px;
      right: 35px;
      display: block;
      width: 10px;
      height: 10px;
      margin: auto;
      content: '';
      transform: rotate(135deg);
      border-top: 2px solid var(--color-main);
      border-right: 2px solid var(--color-main);
      @media screen and (max-width: 768px) {
        right: 12px;
      }
    }
    dt {
      position: relative;
      margin: 0;
      padding: 0 0 0 50px;
      font-weight: bold;
      font-size: 18px;
      @media screen and (max-width: 768px) {
        padding: 0 0 0 33px;
      }
      &::before {
        font-size: 22px;
        line-height: 1;
        position: absolute;
        top: 3px;
        left: 0;
        display: block;
        content: 'Q.';
        color: red;
      }
    }
    dd {
      position: relative;
      display: none;
      height: auto;
      margin: 20px 0 0;
      padding: 0 0 0 50px;
      &::before {
        font-size: 22px;
        line-height: 1;
        position: absolute;
        top: 3px;
        left: 2px;
        display: block;
        content: 'A.';
        font-weight: bold;
        color: #3285bf;
      }
      p {
        margin: 30px 0 0;
        &:first-child{
          margin-top: 0;
        }
      }
    }
  }
  .open::before {
    transform: rotate(-45deg);
  }
  a{
    color: #4099F8;
    text-decoration: underline;
  }
}
.normal-table {
  width: 100%;
  border-collapse: collapse;
  font-family: sans-serif;
  font-size: 14px;
  th{
    border: 1px solid #ccc;
    padding: 8px 12px;
    background: #F5F5F5;
    font-weight: bold;
  }
  td{
    border: 1px solid #ccc;
    padding: 8px 12px;
    small {
      color: #666;
      font-size: 12px;
      font-weight: normal;
    }
  }
  a{
    text-decoration: underline;
    color: var(--color-main);
  }
}
.price-table {
  width: 100%;
  border-collapse: collapse;
  font-family: sans-serif;
  font-size: 14px;
  text-align: center;
  th{
    border: 1px solid #ccc;
    padding: 8px 12px;
    background: #F5F5F5;
    font-weight: normal;
  }
  td{
    border: 1px solid #ccc;
    padding: 8px 12px;
    font-weight: bold;
    small {
      color: #666;
      font-size: 12px;
      font-weight: normal;
    }
  }
}
.souryou { background-color: #def1f1; }
.products__table-sub{
  margin-top: 10px;
  span{
    color:#def1f1;
  }
}
.products__table{
  &.wide{
    overflow-x: auto;
    table{
    width: 960px;
    }
  }
}

.products__plice-img {
  overflow-x: auto;
}
.products__plice-img img {
  max-width: none;
}
@media screen and (max-width: 768px) {
  .products__plice-img img {
    width: 200%;
  }
}

/***ホームページ制作***/
.page-lead-hp{
  color: var(--color-main);
  font-weight: bold;
  font-size: 38px;
  text-align: center;
  display: block;
  line-height: 2em;
  @media screen and (max-width: 768px) {
    font-size: 26px;
  }
  span{
    background-color:var(--color-yellow);
    font-size: 30px;
    @media screen and (max-width: 768px) {
      font-size: 24px;
    }
  }
}
.main-homepage{
  background-image: url("../img/page/products-homepage/main_back.jpg");
  background-repeat: no-repeat;
  background-position: center 43%;
  @media screen and (max-width: 768px) {
    background-image: url("../img/page/products-homepage/main_back@2x.jpg");
    background-size: contain;
  }
  .products-img{
    margin-top: 2em;
    margin-bottom: 0;
  }
}
.products-price-img{
  text-align: center;
  img{
    max-width: 350px;
    margin: 0 auto;
    @media screen and (max-width: 768px) {
      width: 60%;
      margin: 30px auto 0;
    }
  }
}
.products-price-text{
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-top: 0.5em;
}

.products-homepage-lead{
  margin-top: 80px;
  margin-bottom: 120px;
  position: relative;
  @media screen and (max-width: 768px) {
    margin-top: 140px;
    margin-bottom: 60px;
  }
  h2{
    margin-bottom: 1em;
    line-height: 1.7;
  }
    .products-homepage-lead-p01{
      position: absolute;
      width: 214px;
      left: -76px;
      top: 0;
      @media screen and (max-width: 768px) {
        width: 120px;
        left: 0;
        top: -130px;
      }
    }
    .products-homepage-lead-p02{
      position: absolute;
      width: 214px;
      right: -76px;
      top: 0;
      @media screen and (max-width: 768px) {
        width: 120px;
        right: 0;
        top: -130px;
      }
    }
    .products-homepage-lead-txt{
      font-weight: bold;
      font-size: 20px;
      text-align: center;
      line-height: 2;
      @media screen and (max-width: 768px) {
        font-size: 18px;
        line-height: 1.7;
        text-align: left;
      }
      span{
        background-color:var(--color-yellow);
        color: var(--color-main);
        font-size: 26px;
        @media screen and (max-width: 768px) {
          font-size: 20px;
        }
      }
    }
}
.sample-homepage{
  background-image: url("../img/page/products-homepage/sample_back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding:40px 0 20px;
  h3{
    background-color:var(--color-yellow);
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    margin-bottom: 0.5em;
  }
}

.products-homepage-price{
  padding-top: 100px;
  .price-box{
    border: 1px var(--color-main) solid;
    background-color: #FFFFF4;
    border-radius: 20px;
    position: relative;
    padding: 30px;
    margin-bottom: 20px;
    @media screen and (max-width: 768px) {
      padding: 16px;
    }
    p{
      margin-bottom: 0;
    }
    b{
      color: inherit;
    }
    strong{
      display: block;
      margin-bottom: .5em;
    }
  }
  .price-box-price-wrap{
    text-align: center;
  }
  .price-box-ttl{
    font-size: 20px;
    background-color: var(--color-main);
    color:#fff;
    text-align: center;
    width: 240px;
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-radius: 100px;
  }
  .price-sub-txt{
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    margin-bottom: 0;
    @media screen and (max-width: 768px) {
      font-size: 18px;
    }
    &.first{
      margin-top: 20px;
    }
  }
  .price-main{
    font-size: 60px;
    font-family: "Roboto", sans-serif;
    color: red;
    font-weight: bold;
    margin-bottom: 0;
    @media screen and (max-width: 768px) {
      font-size: 45px;
    }
    span{
      font-size: 30px;
      margin-left: 10px;
      @media screen and (max-width: 768px) {
        font-size: 25px;
      }
    }
  }
  .price-server{
    font-size: 38px;
    font-family: "Roboto", sans-serif;
    color: red;
    font-weight: bold;
    margin-bottom: 0;
    @media screen and (max-width: 768px) {
      font-size: 30px;
    }
    span{
      font-size: 20px;
      margin-left: 10px;
    }
  }
  .price-teika{
    color: red;
    font-size: 18px;
    margin-bottom: 0;
  }
  .price-img-plus{
    width: 30px;
    margin: 0 auto;
  }
  .price-feature{
    background:#e9e8d9;
    border-radius:18px;
    padding:28px;
    display:grid; 
    grid-template-columns:150px 1fr;
    gap:28px;
    margin-top: 30px;
    @media screen and (max-width: 768px) {
      grid-template-columns:none;
      padding:12px;
      gap:15px;
    }
  }
  .price-other{
    border: 1px solid var(--color-main);
    padding: 20px;
    margin: 1em auto 0;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    width: 80%;
    @media screen and (max-width: 768px) {
      width: 100%;
    }
    .price-muryou{
      position: absolute;
      top: 0;
      right: 0;
      transform: translate(29%, -25%);
      @media screen and (max-width: 768px) {
        width: 90px;
        transform: translate(29%, -45%);
      }
    }
  }
  .price-feature__title{
    font-weight:bold;
    font-size:20px;
    align-self:center;
    text-align: center;
  }
  .feature__pill{
    display:inline-block;
    background:#fff;
    border:1px solid var(--color-main);
    border-radius:9999px;
    font-weight:bold;
    padding:12px 20px;
    margin:6px 8px;
    font-size: 16px;
    @media screen and (max-width: 768px) {
      display:block;
      padding:10px 20px;
    }
  }
  .ttl-price-option{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-top: 2em;
    margin-bottom: 1em;
    @media screen and (max-width: 768px) {
      font-size: 20px;
    }
  }
}

.flow{
  padding:80px 0;
  @media screen and (max-width: 768px) {
    padding:60px 0;
  }
}
.flow__item{
  position:relative;
  margin: 36px 0 36px 32px;
  @media screen and (max-width: 768px) {
    margin:20px 0;
  }
}
.flow__num{
  position:absolute;
  left:0; top:50%; transform:translate(-50%, -50%);
  display:inline-grid;
  place-items:center;
  width:64px;
  height:64px;
  border-radius:50%;
  background:var(--color-main);
  color:#fff;
  font-weight:700;
  font-size:24px;
  @media screen and (max-width: 768px) {
    top: 0;
    font-size: 20px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    transform: translate(-29%, -25%);
  }
}
.flow__card{
  border-radius:12px;
  border: 1px solid #707070;
  padding:24px 48px 24px 60px; /* 右はアイコン分、左は番号バッジ分 */
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  @media screen and (max-width: 768px) {
    gap:12px;
    padding: 15px 15px 15px 30px;
  }
}
.flow__body{
  width: 88%;
}
.flow__title{
  margin:0 0 10px;
  font-size:20px;
  font-weight: bold;
}
.flow__text{
  margin-bottom: 0 !important;
}
.flow__icon img{
  width:99px;
  display:block;
}


.add-plan {
  border-top: 1px solid #ccc;
  padding: 20px 0 0;
}

/* --- スマホ調整（必要最低限） --- */
@media (max-width:640px){
  .flow__title{ font-size:18px; }
  .flow__text{ font-size:13px; }
  .flow__icon img{ width:44px; }
}

.sec-dummy {
  padding: 90px 0;
  text-align: center;
}

.sec-dummy div:not(.inner) {
  padding: 200px 0;
  border: 1px solid;
}

@media screen and (max-width: 768px) {}

@media screen and (min-width: 1024px) {}

@media (any-hover: hover) {}

