@charset "UTF-8";
.entry-content h2 {
  font-family: NSans-B, sans-serif;
}

/* #wrapper {
	overflow: inherit;
} */
#navi-block #navi-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  margin: 0 -5vw;
  margin-bottom: 3rem;
  padding: 1rem 0;
  background-image: url("../img/cp/custom-processing-ttl-cover-backdrop.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
#navi-block #navi-ttl .inner {
  position: relative;
  z-index: 1;
  max-width: 1080px;
}
#navi-block #navi-ttl .inner h1 {
  max-height: 138px;
  background-image: url("../img/cp/custom-processing-ttl.webp");
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999px;
  aspect-ratio: 289/69;
}
#navi-block #navi-ttl .cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  max-width: 1080px;
  height: 352px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#navi-block #navi-ttl .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#navi-block > article .entry-content .link-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#navi-block > article .entry-content .link-navi ul li {
  width: 100%;
}
#navi-block > article .entry-content .link-navi ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 168px;
  padding: 1rem 24px;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  border: 1px solid #084a94;
  border-radius: 2px;
  color: #084a94;
  font-size: 22px;
  line-height: 1.2;
  gap: 0.4rem;
}
#navi-block > article .entry-content .link-navi ul li a span {
  position: relative;
  z-index: 1;
}
#navi-block > article .entry-content .link-navi ul li a small {
  display: block;
  font-size: 16px;
}
#navi-block > article .entry-content .link-navi ul li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 22px;
  height: 22px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -webkit-transition: right 0.3s ease-out 0.3s;
  transition: right 0.3s ease-out 0.3s;
  background-color: #084a94;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20height%3D%22256%22%20viewBox%3D%220%200%20512%20512%22%20width%3D%22256%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m163.916%200-71.832%2071.822%20184.174%20184.174-184.174%20184.182%2071.832%2071.822%20256-256.004z%22%20fill%3D%22%234b4b4b%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20height%3D%22256%22%20viewBox%3D%220%200%20512%20512%22%20width%3D%22256%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m163.916%200-71.832%2071.822%20184.174%20184.174-184.174%20184.182%2071.832%2071.822%20256-256.004z%22%20fill%3D%22%234b4b4b%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
#navi-block > article .entry-content .link-navi ul li a:hover {
  color: #fff;
}
#navi-block > article .entry-content .link-navi ul li a:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
#navi-block > article .entry-content .link-navi ul li a:hover::after {
  right: 16px;
  background-color: #fff;
}
#navi-block > article .entry-content .link-navi ul li a::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  background-color: #1b94d3;
}
#navi-block > article .entry-content .link-navi ul li:last-child a {
  background-color: #084a94;
  color: #fff;
}
#navi-block > article .entry-content .link-navi ul li:last-child a::after {
  background-color: #fff;
}
#navi-block > article .entry-content .link-navi ul li:last-child a:hover {
  color: #084a94;
}
#navi-block > article .entry-content .link-navi ul li:last-child a:hover::before {
  background-color: #fff;
}
#navi-block > article .entry-content .link-navi ul li:last-child a:hover::after {
  background-color: #084a94;
}

.cp-single .ttlbox {
  width: 100vw;
  margin-right: -5vw;
  margin-left: -5vw;
  /* height: 300px;
  margin-bottom: 90px;
  padding: 125px 0; */
  background-image: url("../img/cp/ccf-ttl-cover.webp");
  /* background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  color: #fff;
  font-family: NSans-B, sans-serif;
  font-size: 40px;
  line-height: 1.2em; */
}
.cp-single .ttlbox .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  max-width: 840px;
  height: 100%;
  margin: auto;
}
.cp-single .ttlbox .inner h1 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
}
.cp-single .ttlbox .inner h1 small {
  display: block;
  margin-top: 0.4rem;
  font-family: NSans-R, sans-serif;
  font-size: 12px;
}
.cp-single > article .entry-content .open {
  display: none;
}
.cp-single > article .entry-content .content {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #eee;
}
.cp-single > article .entry-content .content p,
.cp-single > article .entry-content .content li {
  line-height: 1.8;
}
.cp-single > article .entry-content .content h2 {
  padding: 0;
  border-left: none;
  color: #084a94;
}
.cp-single > article .entry-content .content .fg-list {
  display: grid;
  gap: 1rem;
  margin: 1.5rem 0;
}
.cp-single > article .entry-content .content .fg-list li h3 {
  margin: 0 0 20px;
  color: #1b94d3;
  font-family: NSans-B, sans-serif;
  font-size: 20px;
  line-height: 1.4em;
}
.cp-single > article .entry-content .content .table-outer {
  overflow-x: auto;
}
.cp-single > article .entry-content .content .table-outer table thead tr:first-child {
  border-top: 1px solid #666;
}
.cp-single > article .entry-content .content .table-outer table thead tr th {
  padding: 0.4rem;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  border-left: 1px solid #666;
  background-color: #e7f4f9;
  text-align: center;
  white-space: nowrap;
}
.cp-single > article .entry-content .content .table-outer table tbody tr td {
  padding: 0.4rem;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  border-left: 1px solid #666;
  text-align: center;
  white-space: nowrap;
}
.cp-single > article .entry-content .content .table-outer .new-table table tr:nth-child(even) {
  background-color: #eee;
}
.cp-single > article .entry-content .content .inside {
  margin-bottom: 1.5rem;
}
.cp-single > article .entry-content .content .inside.grider {
  display: grid;
  gap: 1rem;
}
.cp-single > article .entry-content .content ul {
  margin-left: 5%;
}
.cp-single > article .entry-content .content ul li {
  list-style: initial;
}
.cp-single > article .entry-content .content ul li span {
  display: inline-block;
}
.cp-single > article .entry-content .content.cp001-block01 ul {
  margin-left: 0;
}
.cp-single > article .entry-content .content.cp001-block01 ul li {
  list-style: none;
}
.cp-single > article .entry-content .content.cp003-block01 .inside > ul {
  display: grid;
  margin-left: 0;
  gap: 2rem;
}
.cp-single > article .entry-content .content.cp003-block01 .inside > ul > li {
  list-style: none;
}
.cp-single > article .entry-content .content.cp003-block01 h3 {
  margin-bottom: 20px;
  color: #1b94d3;
  font-family: NSans-B, sans-serif;
  font-size: 20px;
  line-height: 1.4em;
}
.cp-single > article .entry-content .content.cp003-block01 h4 {
  font-size: 20px;
}
.cp-single > article .entry-content .content.cp003-block02 ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.cp-single > article .entry-content .content.cp003-block02 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 1rem;
}
.cp-single > article .entry-content .content.cp003-block02 ul li .img {
  width: 150px;
  margin-bottom: 2rem;
}
.cp-single > article .entry-content .content.cp003-block02 ul li .txt {
  width: 100%;
}
.cp-single > article .entry-content .content.cp003-block02 h3 {
  margin-bottom: 20px;
  color: #1b94d3;
  font-family: NSans-B, sans-serif;
  font-size: 20px;
  line-height: 1.4em;
}
.cp-single > article .entry-content .content.cp003-block02 p {
  margin-bottom: 2rem;
}
.cp-single > article .entry-content .content.cp003-block04 .img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2rem;
  gap: 2rem;
}
.cp-single > article .entry-content .content.cp003-block04 .img-list .img {
  position: relative;
  width: 100%;
  max-width: 524px;
}
.cp-single > article .entry-content .content.cp003-block04 .img-list .img .bloc {
  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;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.cp-single > article .entry-content .content.cp003-block04 .img-list .img .bloc img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cp-single > article .entry-content .content.cp003-block04 .img-list .img .place-name {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3px 6px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: bold;
}
.cp-single > article .entry-content .content .attached-img-group {
  display: grid;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
  gap: 5px;
}
.cp-single > article .entry-content .content .attached-img-group li {
  list-style: none;
}
.cp-single > article .entry-content .content .attached-img-group2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2rem;
  gap: 2rem;
}
.cp-single > article .entry-content .content .attached-img-group2 .img {
  width: 100%;
  max-width: 524px;
}
.cp-single > article .entry-content .links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.cp-single > article .entry-content .links ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3rem;
  padding: 0 1.5rem;
  border-radius: 1.5rem;
  background-color: #666;
  -webkit-box-shadow: 0 0 10px #fff;
          box-shadow: 0 0 10px #fff;
  color: #fff;
  gap: 0.4rem;
}
.cp-single > article .entry-content .links ul li a::before {
  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;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #fff;
  color: #666;
}
.cp-single > article .entry-content .links ul li.nav-1 a::before {
  content: "↓";
}
.cp-single > article .entry-content .links ul li.nav-2 a::before {
  content: "▶︎";
}

.cp-single > article.new-0707 .entry-content .content.cp003-block02 ul li {
  display: grid;
  position: relative;
  grid-template-columns: 120px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.cp-single > article.new-0707 .entry-content .content.cp003-block02 ul li:not(:last-child) {
  margin-bottom: 30px;
}
.cp-single > article.new-0707 .entry-content .content.cp003-block02 ul li .img {
  width: 100%;
  margin-bottom: 0;
}
.cp-single > article.new-0707 .entry-content .content.cp003-block02 ul li .txt {
  display: contents;
}
.cp-single > article.new-0707 .entry-content .content.cp003-block02 ul li .txt .text-block {
  display: contents;
}
.cp-single > article.new-0707 .entry-content .content.cp003-block02 ul li .txt .text-block .recom {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 130px;
  padding: 10px 20px;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  border-radius: 50%;
  background-color: #084a94;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.cp-single > article.new-0707 .entry-content .content.cp003-block02 ul li .txt .text-block .recom + h3 {
  margin-top: 3.5rem;
}
.cp-single > article.new-0707 .entry-content .content.cp003-block02 ul li .txt .text-block h3,
.cp-single > article.new-0707 .entry-content .content.cp003-block02 ul li .txt .text-block p {
  margin-bottom: 0;
}
.cp-single > article.new-0707 .entry-content .content.cp003-block02 ul li .txt .text-block p {
  grid-column: 1/3;
}
.cp-single > article.new-0707 .entry-content .content.cp003-block02 ul li .txt .butsusei-hyo {
  grid-column: 1/3;
}
.cp-single > article.new-0707 .entry-content .content.cp003-block02 ul li .txt .butsusei-hyo table {
  width: 100%;
  max-width: 500px;
}
.cp-single > article.new-0707 .entry-content .content.cp003-block02 ul li .txt .butsusei-hyo table caption {
  padding-bottom: 3px;
  line-height: 1.3;
}
.cp-single > article.new-0707 .entry-content .content.cp003-block02 ul li .txt .butsusei-hyo table caption small {
  display: block;
}
.cp-single > article.new-0707 .entry-content .content.cp003-block02 ul li .txt .butsusei-hyo table tr td,
.cp-single > article.new-0707 .entry-content .content.cp003-block02 ul li .txt .butsusei-hyo table tr th {
  padding: 3px 5px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}
.cp-single > article.new-0707 .entry-content .content.cp003-block02 ul li .txt .butsusei-hyo table tr .kiji {
  width: 25%;
}

.use-img-block {
  margin: 30px 0;
}
.use-img-block h3 {
  margin-bottom: 15px;
  color: #084a94;
  font-size: 17px;
  font-weight: bold;
}
.use-img-block .attached-img-group1,
.use-img-block .attached-img-group2b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 15px;
}
.use-img-block .img strong {
  display: block;
  padding-top: 8px;
  text-align: center;
}

.cp004-block01 .item-bloc:first-child,
.cp005-block01 .item-bloc:first-child {
  margin-bottom: 30px;
}
.cp004-block01 .item-bloc .item h3,
.cp005-block01 .item-bloc .item h3 {
  margin-bottom: 15px;
  /* border-bottom: 1px solid #084a94; */
  color: #084a94;
}
.cp004-block01 .item-bloc .item .seat-block,
.cp005-block01 .item-bloc .item .seat-block {
  display: grid;
  gap: 1rem;
}
.cp004-block01 .item-bloc .item .text p,
.cp005-block01 .item-bloc .item .text p {
  margin-bottom: 1rem;
}
.cp004-block01 .item-bloc .item .text h4,
.cp005-block01 .item-bloc .item .text h4 {
  margin-bottom: 0.5rem;
  color: #084a94;
}
.cp004-block01 .item-bloc .item .imgs ul,
.cp005-block01 .item-bloc .item .imgs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cp004-block01 .item-bloc .item .imgs ul li,
.cp005-block01 .item-bloc .item .imgs ul li {
  list-style: none;
}

.cp005-block01 .item-bloc .item .bagmaking-block,
.cp005-block01 .item-bloc .item .clothingproducts-block {
  display: grid;
}
.cp005-block01 .item-bloc .item:not(:last-child) {
  margin-bottom: 30px;
}
.cp005-block01 .item-bloc .item .imgs ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.cp005-block01 .item-bloc .item .clothingproducts-block .imgs ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.cp005-block01 .item-bloc .item .clothingproducts-block .imgs ul li {
  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;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.cp005-block01 .item-bloc .item .clothingproducts-block .imgs ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cp005-block01 .item-bloc .item .text ul {
  margin: 0 0 1rem 5%;
}

@media only screen and (min-width: 640px) {
  #navi-block #navi-ttl .inner h1 {
    width: 78vw;
  }
  .cp-single .ttlbox .inner h1 {
    font-size: 40px;
  }
  .cp-single .ttlbox .inner h1 small {
    font-size: 19px;
  }
  .cp-single > article .entry-content .content .attached-img-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cp-single > article .entry-content .content .attached-img-group li img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .cp-single > article.new-0707 .entry-content .content.cp003-block02 ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: initial;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    gap: 1rem;
  }
  .cp-single > article.new-0707 .entry-content .content.cp003-block02 ul li .img {
    width: 150px;
  }
  .cp-single > article.new-0707 .entry-content .content.cp003-block02 ul li .txt {
    display: block;
  }
  .cp-single > article.new-0707 .entry-content .content.cp003-block02 ul li .txt .text-block {
    display: block;
    position: relative;
    margin-bottom: 1rem;
  }
  .cp-single > article.new-0707 .entry-content .content.cp003-block02 ul li .txt .text-block .recom {
    right: 0;
    left: initial;
  }
  .cp-single > article.new-0707 .entry-content .content.cp003-block02 ul li .txt .text-block .recom + h3 {
    margin-top: 0;
    padding-right: 160px;
  }
  .cp-single > article.new-0707 .entry-content .content.cp003-block02 ul li .txt .text-block .recom + h3 + p {
    padding-right: 160px;
  }
  .cp-single > article.new-0707 .entry-content .content.cp003-block02 ul li .txt .text-block h3 {
    margin-bottom: 10px;
  }
  .cp-single > article.new-0707 .entry-content .content.cp003-block02 ul li .txt .butsusei-hyo table caption {
    padding-bottom: 10px;
  }
  .cp-single > article.new-0707 .entry-content .content.cp003-block02 ul li .txt .butsusei-hyo table caption small {
    display: inline-block;
    margin-left: 1rem;
  }
  .cp-single > article.new-0707 .entry-content .content.cp003-block02 ul li .txt .butsusei-hyo table tr th,
  .cp-single > article.new-0707 .entry-content .content.cp003-block02 ul li .txt .butsusei-hyo table tr td {
    padding: 5px 10px;
  }
  .cp004-block01 .item-bloc:first-child,
  .cp005-block01 .item-bloc:first-child {
    margin-bottom: 40px;
  }
}
#navi-block #navi-ttl,
.cp-single .ttlbox {
  height: 156px;
}

@media only screen and (min-width: 768px) {
  #navi-block #navi-ttl,
  .cp-single .ttlbox {
    height: 300px;
    background-size: cover;
  }
  .cp-single > article .entry-content .content .attached-img-group2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .cp-single > article .entry-content .content .attached-img-group2 li {
    overflow: hidden;
  }
  .cp-single > article .entry-content .content .attached-img-group2 li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .use-img-block {
    margin: 40px 0;
  }
  .use-img-block h3 {
    font-size: 24px;
  }
  .use-img-block .attached-img-group1,
  .use-img-block .attached-img-group2b {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 15px;
  }
  .use-img-block .img {
    width: calc((100% - 15px) / 2);
  }
  .use-img-block .attached-img-group2b {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .use-img-block .attached-img-group2b .img {
    width: calc((100% - 30px) / 3);
  }
  .cp004-block01 .item-bloc:first-child,
  .cp005-block01 .item-bloc:first-child {
    margin-bottom: 60px;
  }
  .cp004-block01 .item-bloc .item .seat-block,
  .cp005-block01 .item-bloc .item .seat-block {
    grid-template-columns: auto auto;
    gap: 3rem;
  }
  .cp004-block01 .item-bloc .item .text ul,
  .cp005-block01 .item-bloc .item .text ul {
    margin: 0 0 0 2rem;
  }
  .cp004-block01 .item-bloc .item .imgs ul,
  .cp005-block01 .item-bloc .item .imgs ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .cp004-block01 .item-bloc .item .imgs ul li,
  .cp005-block01 .item-bloc .item .imgs ul li {
    max-width: 234px;
  }
  .cp004-block01 .item-bloc .item .text ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cp004-block01 .item-bloc .item .text ul li {
    width: 50%;
  }
  .cp005-block01 .item-bloc .item .bagmaking-block .imgs ul {
    display: grid;
    grid-template-columns: 60% auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cp005-block01 .item-bloc .item .bagmaking-block .imgs ul li {
    max-width: initial;
  }
  .cp005-block01 .item-bloc .item .bagmaking-block .imgs ul li:nth-child(1) {
    grid-row: 1/3;
  }
  .cp005-block01 .item-bloc .item .clothingproducts-block .text ul {
    margin: 0 0 1rem 5%;
  }
  .cp005-block01 .item-bloc .item .clothingproducts-block .text ul {
    margin: 0 0 1rem 10%;
  }
  .cp005-block01 .item-bloc .item .clothingproducts-block .imgs {
    text-align: right;
  }
  .cp005-block01 .item-bloc .item .clothingproducts-block .imgs ul {
    display: inline-grid;
    grid-template-columns: 27.7% 27.7% auto;
  }
  .cp005-block01 .item-bloc .item .clothingproducts-block .imgs ul li:nth-child(1) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .cp005-block01 .item-bloc .item .clothingproducts-block .imgs ul li:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .cp005-block01 .item-bloc .item .clothingproducts-block .imgs ul li:nth-child(3) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .cp005-block01 .item-bloc .item .clothingproducts-block .imgs ul li:nth-child(4) {
    grid-column: 3/4;
    grid-row: 1/3;
    aspect-ratio: inherit;
  }
}
@media only screen and (min-width: 900px) {
  #navi-block > article .entry-content .link-navi ul {
    gap: 24px;
  }
  #navi-block > article .entry-content .link-navi ul li {
    width: calc(50% - 12px);
    /* &:last-child {
    	width: auto;
    } */
  }
  #navi-block > article .entry-content .link-navi ul li a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 120px;
    min-height: 104px;
    padding: 1rem 34px;
    font-size: 24px;
    text-align: center;
  }
  #navi-block > article .entry-content .link-navi ul li a small {
    font-size: 18px;
  }
  #navi-block > article .entry-content .link-navi ul li a::after {
    right: 28px;
  }
  .cp-single .ttlbox .inner h1 {
    font-size: 42px;
  }
  .cp-single .ttlbox .inner h1 small {
    font-size: 27px;
  }
  .cp-single > article .entry-content .content {
    margin-bottom: 4rem;
  }
  .cp-single > article .entry-content .content h2 {
    font-size: 25px;
    line-height: 1.2;
  }
  .cp-single > article .entry-content .content .fg-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 3rem;
    margin: 3rem 0;
  }
  .cp-single > article .entry-content .content .fg-list li h3 {
    font-size: 20px;
  }
  .cp-single > article .entry-content .content .inside {
    margin-bottom: 3rem;
  }
  .cp-single > article .entry-content .content .inside.grider {
    display: grid;
    grid-template-columns: repeat(2, 45%);
    gap: 10%;
    margin: 3rem 0;
  }
  .cp-single > article .entry-content .links {
    position: sticky;
    bottom: 2.4rem;
  }
  .cp-single > article .entry-content .link-navi ul li:last-child a {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  #navi-block #navi-ttl {
    margin: 0 calc(50% - 50vw) 82px;
  }
  #navi-block > article .entry-content .link-navi ul {
    gap: 40px 104px;
    /* li {

    	&:last-child {
    		width: auto;

    		a {
    			height: auto;
    			font-size: 22px;
    		}
    	}
    } */
  }
  #navi-block > article .entry-content .link-navi ul li {
    width: calc(50% - 52px);
  }
  #navi-block > article .entry-content .link-navi ul li a {
    height: 100%;
  }
  .cp-single .ttlbox {
    margin: 0 calc(50% - 50vw) 82px;
    /* .inner {

    	h1 {
    		font-size: 64px;

    		small {
    			font-size: 32px;
    		}
    	}
    } */
  }
  .cp-single > article .entry-content .content {
    margin-bottom: 5rem;
  }
  .cp-single > article .entry-content .content h2 {
    margin-bottom: 3rem;
    font-size: 35px;
  }
  .cp-single > article .entry-content .content .fg-list {
    margin: 3rem 0;
    gap: 3rem 4rem;
  }
  .cp-single > article .entry-content .content .table-outer table {
    width: 100%;
  }
  .cp-single > article .entry-content .content .table-outer table tbody tr td {
    white-space: inherit;
  }
  .cp-single > article .entry-content .content.cp003-block01 h3 {
    margin-bottom: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .cp-single > article .entry-content .content.cp003-block02 .inside p {
    margin-bottom: 3rem;
  }
  .cp-single > article .entry-content .content ul {
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
  .cp-single > article .entry-content .content .inside ul, .cp-single > article .entry-content .content.cp003-block03 ul, .cp-single > article .entry-content .content.cp003-block04 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 4rem;
  }
  .cp-single > article .entry-content .content.cp003-block01 .inside > ul ul {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
  }
  .cp-single > article .entry-content .content.cp001-block03 .ul-block, .cp-single > article .entry-content .content.cp001-block04 .ul-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 4rem;
  }
  .cp-single > article .entry-content .content.cp001-block03 .ul-block ul, .cp-single > article .entry-content .content.cp001-block04 .ul-block ul {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cp-single > article.new-0707 .entry-content .content.cp003-block02 ul {
    row-gap: 2rem;
  }
  .cp-single > article.new-0707 .entry-content .content.cp003-block02 ul li {
    margin-bottom: 0;
  }
  .cp-single > article.new-0707 .entry-content .content.cp003-block02 ul li:first-child {
    grid-column: 1/3;
  }
  .cp-single > article.new-0707 .entry-content .content.cp003-block02 ul li:first-child .txt .butsusei-hyo table {
    max-width: initial;
  }
  .cp-single > article.new-0707 .entry-content .content.cp003-block02 ul li:first-child .txt .butsusei-hyo table tr .kiji {
    width: initial;
  }
  .use-img-block {
    margin: 50px 0;
  }
  .use-img-block h3 {
    font-size: 28px;
  }
  .use-img-block .attached-img-group1 .img {
    width: calc((100% - 45px) / 4);
  }
  .cp004-block01 .item-bloc:first-child,
  .cp005-block01 .item-bloc:first-child {
    margin-bottom: 80px;
  }
  .cp004-block01 .item-bloc .item h3,
  .cp005-block01 .item-bloc .item h3 {
    margin-bottom: 50px;
    font-size: 30px;
  }
  .cp004-block01 .item-bloc .item .text p,
  .cp005-block01 .item-bloc .item .text p {
    margin-bottom: 30px;
  }
  .cp004-block01 .item-bloc .item .text h4,
  .cp005-block01 .item-bloc .item .text h4 {
    font-size: 24px;
  }
  .cp005-block01 .item-bloc .item .bagmaking-block {
    grid-template-columns: auto auto;
    gap: 0 3rem;
  }
  .cp005-block01 .item-bloc .item .bagmaking-block .imgs {
    display: contents;
  }
  .cp005-block01 .item-bloc .item .bagmaking-block .imgs ul {
    display: contents;
  }
  .cp005-block01 .item-bloc .item .bagmaking-block .imgs ul li img {
    padding: 0 3rem;
  }
  .cp005-block01 .item-bloc .item .bagmaking-block .imgs ul li:nth-child(1) {
    grid-column: 1/2;
    grid-row: 2/4;
  }
  .cp005-block01 .item-bloc .item .bagmaking-block .imgs ul li:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .cp005-block01 .item-bloc .item .bagmaking-block .imgs ul li:nth-child(3) {
    grid-column: 2/3;
    grid-row: 3/4;
  }
  .cp005-block01 .item-bloc .item .clothingproducts-block {
    grid-template-columns: 30% 70%;
    /* .imgs ul {
    	grid-template-columns: 27.7% 27.7% auto;

    	li {

    		&:nth-child(1) {
    			grid-column: 1/2;
    			grid-row: 2/3;
    		}

    		&:nth-child(2) {
    			grid-column: 2/3;
    			grid-row: 1/2;
    		}

    		&:nth-child(3) {
    			grid-column: 2/3;
    			grid-row: 2/3;
    		}

    		&:nth-child(4) {
    			grid-column: 3/4;
    			grid-row: 1/3;
    		}
    	}
    } */
  }
  .cp005-block01 .item-bloc .item .clothingproducts-block .text ul {
    margin: 0 0 1rem 10%;
  }
  .cp004-block01 .item-bloc .item .text ul li {
    width: 33.333%;
  }
}/*# sourceMappingURL=cp.css.map */