@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
/*$font-default:"Hiragino Kaku Gothic ProN","游ゴシック Medium",YuGothic,YuGothicM, Meryo, "メイリオ", "ヒラギノ角ゴ ProN W3", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;*/
/*$font-default:  -apple-system, BlinkMacSystemFont, 'M PLUS Rounded 1c', sans-serif;*/
/************************************************
 = order
*************************************************/
.order {
  text-align: left;
}
@media print, screen and (max-width: 767px) {
  .order {
    width: calc(100% - 40px);
    margin-top: 90px;
  }
}
.order + .order {
  margin-top: 180px;
}
.order img {
  width: 100%;
}
.order p,
.order li,
.order dt,
.order dd {
  line-height: 1.6;
}
.order .txt--red {
  color: #e20404;
}
.order .txt--small {
  font-size: 14px;
}
.order .txt--big {
  font-size: 18px;
}
.order .txt--underline {
  text-decoration: underline;
}
.order .txt--left {
  text-align: left !important;
}
.order .ttl--h3 {
  text-align: center;
}
.order .ttl--h3 > span {
  position: relative;
  display: inline-block;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-weight: bold;
}
@media print, screen and (min-width: 1024px) {
  .order .ttl--h3 > span {
    white-space: nowrap;
  }
}
.order .ttl--h3 > span::before, .order .ttl--h3 > span::after {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #000000;
}
.order .ttl--h3 > span::before {
  left: calc((50px + 0.5em) * -1);
}
.order .ttl--h3 > span::after {
  right: calc((50px + 0.5em) * -1);
}
.order .ttl--h3 > span > span {
  display: inline-block;
  margin-right: 1em;
}
.order .ttl--h4 {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  padding: 0.25em 0.8em;
  border-left: 10px solid #4f6399;
}
.order .ttl--h4 span {
  display: inline-block;
  font-size: 0.8em;
  margin-left: 2em;
}
.order .ttl--h5 {
  margin-bottom: 0.5em;
  padding: 0.5em;
  background-color: #4f6399;
  color: #ffffff;
  text-align: center;
}
.order .list--note {
  text-align: right;
}
.order .tbl--scroll {
  margin-top: 20px;
}
@media print, screen and (max-width: 767px) {
  .order .tbl--scroll {
    overflow-x: auto;
    /* 横スクロール可能にする */
    -webkit-overflow-scrolling: touch;
    /* iOSで慣性スクロール */
  }
}
.order .tbl--basic {
  border-collapse: collapse;
}
.order .tbl--basic caption {
  margin-bottom: 0.5em;
  padding-left: 0.5em;
  text-align: left;
  font-weight: bold;
  font-size: 15px;
  border-left: 5px solid #4f6399;
}
.order .tbl--basic th,
.order .tbl--basic td {
  padding: 0.5em;
  border: 1px solid #ccc;
}
.order .tbl--basic thead th {
  text-align: center;
}
.order .tbl--basic tbody th {
  text-align: left;
}
.order .tbl--basic tbody td {
  text-align: center;
}
.order-indexnav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px 30px;
}
.order-indexnav figure {
  display: block;
  width: calc((100% - 30px) / 2);
}
@media print, screen and (max-width: 767px) {
  .order-indexnav figure {
    width: 100%;
  }
}
.order-indexnav figure a {
  display: block;
}
.order-indexnav figure a img {
  width: 100%;
}
.order-ttl {
  margin-bottom: 90px;
}
.order-ttl span.number {
  display: inline-block;
  margin-right: 0.5em;
  text-transform: uppercase;
}
@media print, screen and (max-width: 767px) {
  .order-ttl span.number {
    display: block;
  }
}
.order-desc {
  margin-bottom: 90px;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .order-desc {
    text-align: left;
  }
}
.order-desc p {
  line-height: 2;
}
.order-intro {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 40px 40px;
  margin-bottom: 90px;
  padding: 40px;
  background-color: #E4EEF7;
}
@media print, screen and (max-width: 767px) {
  .order-intro {
    flex-direction: column;
  }
}
.order-intro--txt {
  width: 500px;
}
@media print, screen and (max-width: 767px) {
  .order-intro--txt {
    width: 100%;
  }
}
.order-intro--txt p {
  font-size: 16px;
}
.order-intro--contact {
  width: calc(100% - 540px);
}
@media print, screen and (max-width: 767px) {
  .order-intro--contact {
    width: 100%;
  }
}
.order-intro--contact_btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px 10px;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 767px) {
  .order-intro--contact_btn {
    flex-direction: column;
  }
}
@media print, screen and (max-width: 767px) {
  .order-intro--contact_btn .btn {
    width: 100%;
  }
}
.order-intro--contact_btn .btn a {
  display: block;
  padding: 0.8em 1em;
  color: #ffffff;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .order-intro--contact_btn .btn a {
    width: 100%;
    max-width: 300px;
  }
}
.order-intro--contact_btn .btn.btn--fax a {
  background-color: #d39537;
}
.order-intro--contact_btn .btn.btn--form a {
  background-color: #182B5A;
}
.order-intro--contact_fax {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.order-cnt {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 40px 40px;
  text-align: left;
}
#plainwear .order-cnt {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
@media print, screen and (max-width: 767px) {
  #plainwear .order-cnt {
    flex-direction: column;
  }
}

.order-cnt + .order-cnt {
  margin-top: 90px;
}
#plainwear .order-cnt--ttl {
  width: 100%;
}

.order-cnt--desc p {
  line-height: 2;
}
.order-cnt--item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1080px;
}
#plainwear .order-cnt--item {
  display: block;
  width: calc((100% - 40px) / 2);
}
@media print, screen and (max-width: 767px) {
  #plainwear .order-cnt--item {
    width: 100%;
  }
}
#plainwear .order-cnt--item a {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
}

#pvc .order-cnt--item,
#equipment .order-cnt--item,
#goods .order-cnt--item,
#wear .order-cnt--item,
#giveaway .order-cnt--item {
  flex-direction: row-reverse;
  gap: 1em 90px;
}

.order-cnt--item .dtl {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
#plainwear .order-cnt--item .dtl {
  width: calc(100% - 220px);
}
@media print, screen and (max-width: 767px) {
  #plainwear .order-cnt--item .dtl {
    width: calc(100% - 120px);
  }
}

#pvc .order-cnt--item .dtl,
#equipment .order-cnt--item .dtl,
#goods .order-cnt--item .dtl,
#wear .order-cnt--item .dtl,
#giveaway .order-cnt--item .dtl {
  width: calc(100% - 390px);
}
@media print, screen and (max-width: 767px) {
  #pvc .order-cnt--item .dtl,
  #equipment .order-cnt--item .dtl,
  #goods .order-cnt--item .dtl,
  #wear .order-cnt--item .dtl,
  #giveaway .order-cnt--item .dtl {
    width: 100%;
  }
}

.order-cnt--item .dtl .dtl-tag {
  order: 1;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 5px 5px;
}
.order-cnt--item .dtl .dtl-tag li span {
  display: block;
  color: #ffffff;
  border-radius: 3px;
  padding: 3px 5px;
  font-size: 14px;
}
.order-cnt--item .dtl .dtl-tag li.tab--01 span {
  background-color: #f7cb2c;
}
.order-cnt--item .dtl .dtl-tag li.tab--02 span {
  background-color: #48d677;
}
.order-cnt--item .dtl .dtl-tag li.tab--03 span {
  background-color: #ffe500;
}
.order-cnt--item .dtl .dtl-use {
  order: 1;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 5px 5px;
}
.order-cnt--item .dtl .dtl-use a,
.order-cnt--item .dtl .dtl-use span {
  display: block;
  color: #ffffff;
  border-radius: 3px;
  padding: 3px 5px;
  font-size: 14px;
}
.order-cnt--item .dtl .dtl-use a {
  background-color: #4f6399;
}
.order-cnt--item .dtl .dtl-use a:hover {
  background-color: rgb(61.6336206897, 77.2370689655, 119.3663793103);
}
.order-cnt--item .dtl .dtl-use span {
  background-color: #999999;
}
.order-cnt--item .dtl .dtl-name {
  order: 2;
  margin-bottom: 1em;
  padding: 1em 0;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
  font-size: 18px;
}
@media print, screen and (max-width: 767px) {
  .order-cnt--item .dtl .dtl-name {
    padding: 0.5em 0;
  }
}
.order-cnt--item .dtl .dtl-name span.number {
  display: inline-block;
  margin-right: 0.5em;
  text-transform: uppercase;
}
@media print, screen and (max-width: 767px) {
  .order-cnt--item .dtl .dtl-name span.number {
    display: block;
  }
}
.order-cnt--item .dtl .dtl-desc {
  order: 3;
}
.order-cnt--item .dtl .dtl-desc p {
  line-height: 1.6;
}
#plainwear .order-cnt--item .dtl .dtl-desc p {
  font-size: 16px;
}

.order-cnt--item .dtl .dtl-price {
  order: 4;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 1em;
}
.order-cnt--item .dtl .dtl-price::before {
  display: block;
  content: "価格";
}
#plainwear .order-cnt--item .fig {
  width: 200px;
}
@media print, screen and (max-width: 767px) {
  #plainwear .order-cnt--item .fig {
    width: 100px;
  }
}

#pvc .order-cnt--item .fig,
#equipment .order-cnt--item .fig,
#goods .order-cnt--item .fig,
#wear .order-cnt--item .fig,
#giveaway .order-cnt--item .fig {
  width: 300px;
}
@media print, screen and (max-width: 767px) {
  #pvc .order-cnt--item .fig,
  #equipment .order-cnt--item .fig,
  #goods .order-cnt--item .fig,
  #wear .order-cnt--item .fig,
  #giveaway .order-cnt--item .fig {
    width: 100%;
  }
}

#wear .order-cnt--item .fig.col2 figure {
  width: calc((100% - 20px) / 2);
}
#wear .order-cnt--item .fig.col3 figure {
  width: calc((100% - 40px) / 3);
}
#wear .order-cnt--item .fig.col4 figure {
  width: calc((100% - 60px) / 4);
}
#wear .order-cnt--item .fig.col5 figure {
  width: calc((100% - 80px) / 5);
}
#wear .order-cnt--item .fig.col6 figure {
  width: calc((100% - 100px) / 6);
}
@media print, screen and (max-width: 767px) {
  #wear .order-cnt--item .fig.col2 figure {
    width: calc((100% - 10px) / 2);
  }
  #wear .order-cnt--item .fig.col3 figure {
    width: calc((100% - 10px) / 2);
  }
  #wear .order-cnt--item .fig.col4 figure {
    width: calc((100% - 10px) / 2);
  }
  #wear .order-cnt--item .fig.col5 figure {
    width: calc((100% - 20px) / 3);
  }
  #wear .order-cnt--item .fig.col6 figure {
    width: calc((100% - 20px) / 3);
  }
}

.order-cnt--item .fig figure a {
  display: block;
  width: 100%;
  height: 100%;
}
.order-cnt--item .fig figure img {
  object-fit: cover;
  height: 100%;
}
@media print, screen and (max-width: 767px) {
  .order-cnt--item .fig figure img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
  }
}
.order-cnt--item .fig figure figcaption {
  text-align: center;
  margin: 5px 0 10px 0;
  font-size: 10px;
}
.order-cnt--item.pre .fig {
  position: relative;
  aspect-ratio: 1/1;
}
@media print, screen and (max-width: 767px) {
  .order-cnt--item.pre .fig {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.order-cnt--item.pre .fig::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  aspect-ratio: 800/800;
  background-image: url(../images/order/pre.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  border: 1px solid #cccccc;
}
.order-cnt--item .slide {
  position: relative;
  width: 100%;
  padding-top: 20px;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 20px;
  background-color: #E4EEF7;
}
@media print, screen and (max-width: 767px) {
  .order-cnt--item .slide {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.order-cnt--item .slide .swiper-slide img {
  width: 100%;
}
.order-cnt--item .slide .swiper-slide img.pre {
  border: 1px solid #cccccc;
}
.order-cnt--item .slide .swiper-button-next,
.order-cnt--item .slide .swiper-button-prev {
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  margin-top: 0;
  color: transparent;
  font-size: 0;
}
@media print, screen and (max-width: 767px) {
  .order-cnt--item .slide .swiper-button-next,
  .order-cnt--item .slide .swiper-button-prev {
    width: 20px;
  }
}
.order-cnt--item .slide .swiper-button-next::after,
.order-cnt--item .slide .swiper-button-prev::after {
  display: none;
}
.order-cnt--item .slide .swiper-button-next::before,
.order-cnt--item .slide .swiper-button-prev::before {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #4f6399;
  border-left: 2px solid #4f6399;
}
@media print, screen and (max-width: 767px) {
  .order-cnt--item .slide .swiper-button-next::before,
  .order-cnt--item .slide .swiper-button-prev::before {
    width: 5px;
    height: 5px;
  }
}
.order-cnt--item .slide .swiper-button-prev {
  left: 0;
}
.order-cnt--item .slide .swiper-button-prev::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.order-cnt--item .slide .swiper-button-next {
  right: 0;
}
.order-cnt--item .slide .swiper-button-next::before {
  transform: translate(-50%, -50%) rotate(135deg);
}
.order-last {
  margin-top: 90px;
  padding: 40px;
  background-color: #E4EEF7;
}
.order-last--ttl {
  width: 100%;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .order-last--ttl {
    font-size: 18px;
    text-align: left;
  }
}
.order-last .order_goods {
  margin-bottom: 0;
}
.order-postage {
  margin-top: 90px;
}
.order-postage--tbl {
  table-layout: fixed;
  min-width: 1080px;
}
.order-postage--tbl th,
.order-postage--tbl td {
  border: 1px solid #cccccc;
  text-align: center;
}
.order-postage--tbl thead th {
  vertical-align: top;
}
.order-postage--tbl thead th > div:nth-of-type(1) {
  padding: 0.25em 0.5em;
  border-bottom: 1px dotted #cccccc;
  background-color: #223b80;
  color: #ffffff;
  font-size: 14px;
}
.order-postage--tbl thead th > div:nth-of-type(2) {
  padding: 0.5em;
  font-size: 13px;
}
.order-postage--tbl tbody th,
.order-postage--tbl tbody td {
  padding: 0.5em;
}
.order-postage--tbl tbody th small {
  display: block;
  font-size: 14px;
}
.order-postage--note {
  margin-top: 1em;
}
.order-note {
  margin-top: 90px;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .order-note {
    text-align: left;
  }
}

.product {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 40px 40px;
  text-align: left;
}
@media print, screen and (max-width: 767px) {
  .product {
    flex-direction: column;
  }
}
.product-ttl {
  margin-bottom: 0.5em;
  padding: 0.5em;
  background-color: #4f6399;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}
.product-note {
  margin-bottom: 20px;
  text-align: right;
}
.product-tbl {
  table-layout: fixed;
  font-size: 14px;
}
@media print, screen and (max-width: 767px) {
  .product-tbl {
    min-width: 800px;
  }
}
.product-fig {
  width: 400px;
}
@media print, screen and (max-width: 767px) {
  .product-fig {
    width: 100%;
  }
}
.product-fig--main {
  position: relative;
  margin-bottom: 20px;
  aspect-ratio: 1/1;
  border: 1px solid #cccccc;
}
.product-fig--main_slide li {
  height: 100%;
}
.product-fig--main_slide li a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.product-fig--main_slide li a img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 100%;
}
.product-fig--main .swiper {
  height: 100%;
}
.product-fig--main .swiper-wrapper {
  height: 100%;
}
.product-fig--thum {
  position: relative;
  margin-bottom: 20px;
}
.product-fig--thum_pagination li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  aspect-ratio: 1/1;
  border: 1px solid #cccccc;
}
.product-fig--thum_pagination li img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 100%;
}
.product-fig--thum .swiper {
  height: 100%;
}
.product-fig--thum .swiper-wrapper {
  height: 100%;
}
.product-fig--thum .swiper-slide.swiper-slide-active {
  border: 1px solid #4f6399;
}
.product-fig--thum .swiper-button-next,
.product-fig--thum .swiper-button-prev {
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  margin-top: 0;
  color: transparent;
  font-size: 0;
}
.product-fig--thum .swiper-button-next::after,
.product-fig--thum .swiper-button-prev::after {
  display: none;
}
.product-fig--thum .swiper-button-next::before,
.product-fig--thum .swiper-button-prev::before {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #4f6399;
  border-left: 2px solid #4f6399;
}
@media print, screen and (max-width: 767px) {
  .product-fig--thum .swiper-button-next::before,
  .product-fig--thum .swiper-button-prev::before {
    width: 5px;
    height: 5px;
  }
}
.product-fig--thum .swiper-button-prev {
  left: -20px;
}
.product-fig--thum .swiper-button-prev::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.product-fig--thum .swiper-button-next {
  right: -20px;
}
.product-fig--thum .swiper-button-next::before {
  transform: translate(-50%, -50%) rotate(135deg);
}
.product-fig--color_type > div + div {
  margin-top: 20px;
}
.product-fig--color_type > div dt span {
  display: inline-block;
  width: auto;
  min-width: 80px;
  padding: 0 0.5em;
  background-color: #4f6399;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
}
.product-fig--color_pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0 0;
  text-align: left;
}
.product-fig--color_pagination li {
  width: 20%;
  aspect-ratio: 1/1;
  cursor: pointer;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.product-fig--color_pagination li:nth-child(-n+5) {
  border-top: 1px solid #cccccc;
}
.product-fig--color_pagination li:nth-child(5n) {
  border-right: 1px solid #cccccc;
}
.product-fig--color_pagination li:last-child {
  border-right: 1px solid #cccccc;
}
.product-fig--color_pagination li a {
  display: block;
  padding: 0.25em;
}
.product-fig--color_pagination li span {
  display: block;
  width: 100%;
  margin-top: 0.25em;
  color: #1b1b1b;
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
}
.product-fig--color_pagination li.active {
  border: 2px solid red;
}
.product-dtl {
  width: calc(100% - 440px);
}
@media print, screen and (max-width: 767px) {
  .product-dtl {
    width: 100%;
  }
}
.product-dtl--desc {
  margin-bottom: 40px;
}
.product-dtl--desc p {
  line-height: 2;
}
.product-dtl--price {
  margin-bottom: 40px;
}
.product-dtl--price tbody th {
  width: 16em;
}
.product-dtl--price .tbl--scroll + .product-note {
  margin-top: 20px;
}
.product-dtl--size {
  margin-bottom: 40px;
}
.product-dtl--size th:first-child {
  width: 6em; /* ←ここを調整（全表で共通化される） */
  white-space: nowrap;
}
.product-dtl--size .tbl--scroll + .product-note {
  margin-top: 20px;
}
.product-dtl--material {
  margin-bottom: 40px;
}
.product-dtl--material p {
  font-size: 16px;
}
.product-dtl--material p + p {
  margin-top: 1em;
}
.product-dtl--other {
  margin-bottom: 40px;
}
.product-dtl--other p {
  font-size: 16px;
}
.product-dtl--other p + p {
  margin-top: 1em;
}/*# sourceMappingURL=order.css.map */