/* カスタマイズ用CSS */
/* TOP SP */
html,body{
  font-family: Yu Gothic, Hiragino Kaku Gothic Pro, Meiryo, sans-serif !important;
  color: #000000;
}
/*fontの太さ調整*/
html,
.content-title,
.ec-rankingRole .ec-rankingRole__itemName {
    font-weight: 500;
}
.ec-debugModeAlert.bg-danger {
  display: none;
}
.ec-footerNaviRole__left {
    display: flex;
    flex-wrap: wrap;      /* ← 折り返し */
    gap: 10px;            /* 余白（任意） */
    list-style: none;
    padding: 0;
    width: 75%;
}

.ec-footerNavi__link {
    width: 70px;         /* ← 固定幅 */
    text-align: center;
}

.ec-footerNavi__link {
    flex: 0 0 150px;   /* 基本は150px固定 */
}

@media (max-width: 768px) {
    .ec-footerNavi__link {
        flex: 0 0 45%;  /* スマホでは2列 */
    }
}


.ec-footerNavi__link a {
    display: block;
    white-space: nowrap;   /* 改行防止（任意） */
}


@media only screen and (max-width: 1020px) {
    .front_page .ec-rankingRole {
        padding-top: 70px;
    }
}

.ec-sliderRole {
  margin: 100px 0 0 0;
}
.ec-headerRole.nav_02, .ec-footerRole {
  background: #003D90;
}
.ec-headerNavigation{
    font-size: 1.4rem;
}
.no-border{
    border:0px !important;
}
/*トップページMVスライドエリア*/
.front_page .ec-sliderRole {
    margin-top: var(--header-height);
}
.main_visual {
    margin: 0 auto;
}
.main_visual a {
    aspect-ratio: 1192 / 487;
    height: auto;
}

#page_homepage .main_visual .item.slick-slide {
    opacity: 0.6;
}
#page_homepage .main_visual .item.slick-current {
    opacity: 1;
}

.main_visual .slick-dots {
    bottom: -30px;
}

.main_visual .slick-dots li button:before {
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.7));
}

/*トップページカテゴリー部分ここから*/
#page_homepage .ec-categoryRole {
    display: block;
    padding-top: 40px;
}

.ec-categoryRole .ec-categoryRole__list {
    flex-wrap: nowrap;
    gap: 20px;
    margin: 0 auto;
    width: calc(100% - 24px);
}

.ec-categoryRole .ec-categoryRole__listItem {
    width: auto;
}

.ec-categoryRole .ec-categoryRole__listItem img {
    width: 100%;
}
.ec-categoryRole .ec-categoryRole__listItem:not(:last-of-type) {
  margin-right: 0;
}
.ec-categoryRole .ec-categoryRole__listItem img{
  border: 1px solid #dcdada;
}

@media only screen and (max-width: 767px) {
    .ec-categoryRole .ec-categoryRole__list {
        flex-wrap: wrap;
        gap: 10px;
        width: calc(100% - 32px);
    }
    .ec-categoryRole .ec-categoryRole__listItem {
        height: auto;
        margin-bottom: 0;
        width: calc((100% - 20px) / 3);
    }
}
/*トップページカテゴリー部分ここまで*/

/*↓PCヘッダー*/
@media only screen and (min-width: 1020px) {
    .ec-headerRole.nav_02 {
        align-items: center;
        flex-direction: column;
    }

    .ec-headerRole.nav_02 .ec-headerRole__title {
        align-self: flex-start;
        width: 42%;
    }

    .ec-headerRole.nav_02 .ec-headerRole__navigation {
        padding-top: 0;
    }
}
/*↑PCヘッダー*/
/*↓商品一覧サムネイル画像スタイル*/
.ec-shelfGrid .ec-shelfGrid__item-image img {
    aspect-ratio: 1;
    border: 1px solid #000;
    object-fit: contain;
}
/*↑商品一覧サムネイル画像スタイル*/
/*↓左ナビ疑似sticky*/
@media only screen and (min-width: 1020px) {
    .ec-layoutRole__left {
        position: relative;
    }

    .ec-categoryNaviRole {
        left: 6px;
        padding: calc((100% - 12px) * 0.22 * 0.04) calc((100% - 12px) * 0.22 * 0.186);
        position: fixed;
        top: calc(var(--header-height) + 20px);
        width: calc((100% - 12px) * 0.22);
    }

    .ec-categoryNaviRole.is-bottom {
        bottom: 0;
        left: 0;
        padding: 4% 18.6%;
        position: absolute;
        top: auto;
        width: 100%;
    }
}
/*↑左ナビ疑似sticky*/
.other_page h1 img{
    width: 100%;
}
.other_page h2{
    border-left: 8px solid #003d91;
    font-size: 24px;
    padding-left: 10px;
    font-weight: 700px;
    font-weight: bold;
}
.other_page h3{
  border-bottom: solid #003d91 2px;
  line-height: 1.2em;
  color:#003d91;
}
.other_page ul {
  list-style: none;
}
.other_page ul.ul_block_style {
    list-style-type: disc;
    list-style-position: outside;

    /* リスト全体の左余白 */
    padding-left: 1.5rem;
    margin-left: 0;
}
.other_page nav ul {
  display: flex;
  justify-content: center;
  padding: 0;
  flex-wrap: wrap; /* ←これ重要（折り返し） */
}

.other_page .ec-off1Grid .ec-off1Grid__cell {
  flex-basis: 100%;
  max-width: 100%;
  margin: 0 0 8px;
  padding: 8px 0 12px;
}
@media only screen and (min-width: 1020px) {
  .other_page .ec-off1Grid .ec-off1Grid__cell {
    margin: 0px 16px 48px;
    padding: 0 8px;
  }
}

/* SP（2列） */
@media (max-width: 768px) {
  nav ul li {
    width: 48%;   /* 2列 */
  }
}
.other_page .philosophy-right{
  top: -20px;
  right: 0;
}

/* ↓ スマホ用（例：768px以下） */
@media screen and (max-width: 1230px) {
  .other_page .philosophy-right {
    position: static;   /* or fixed / relative でもOK */
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center; /* 中央寄せしたい場合 */
    margin-top: 20px;
  }
}

.other_page .philosophy-right img{
    width: 230px;
}
/* PC表示：左右に分かれる */
.other_page .other_container {
  display: flex;
  justify-content: space-between; /* 左右に配置し、間に余白を作る */
  gap: 20px; /* 要素同士の間の余白 */
}
.other_page .other_container .left-box{
    width: 28%; /* 横幅をそれぞれ約半分にする */
}
.other_page .other_container .right-box {
  width: 68%; /* 横幅をそれぞれ約半分にする */
}

/* スマホ表示：縦に並ぶ（画面幅が768px以下の場合） */
@media screen and (max-width: 768px) {
  .other_page .other_container {
    flex-direction: column; /* 縦並びに変更 */
  }

  .other_page .other_container .left-box, .other_page .other_container .right-box {
    width: 100%; /* 横幅を100%に広げる */
  }
  .other_page .other_container .left-box img{
      margin-bottom:10px !important;
  }
}
.other_page .product_btn_area li {
  float: left;
  margin-right: 10px;
}
.other_page .mm_box ul li {
  background: url(/html/user_data/assets/images/mm_mark.png) no-repeat 0 1px;
  padding-left: 60px;
  min-height: 40px;
  padding-top: 15px;
  margin-bottom: 25px;
}

/* 親要素（コンテナ）の設定 */
.other_page .boxlist {
  display: flex;
  flex-wrap: wrap; /* 横幅が足りなくなったら自動で折り返す */
  gap: 20px; /* 要素同士の間隔 */
}

/* 子要素（figure）の設定 */
.other_page .boxlist figure {
  width: calc(20% - 20px); /* 5列に並べる（gapの分を引く） */
  margin: 0;
}

.other_page .boxlist.boxlist_3 figure {
  width: calc(33.33333% - 20px); /* 5列に並べる（gapの分を引く） */
}

/* 画像をレスポンシブ化 */
.other_page .boxlist img {
  width: 100%;
  height: auto;
  display: block; /* 下部の余白を消す */
}

/* 画面幅が狭いときの調整（スマホ対応） */
@media screen and (max-width: 768px) {
  .other_page .boxlist figure {
    width: calc(50% - 20px); /* 5列に並べる（gapの分を引く） */
  }
}
.other_page .catalog_section .catalog_img {
  width: 234px;
  margin-right: 18px;
}
.other_page .catalog_section .new {
  width: 73px;
  margin-bottom: 10px;
}
.other_page .catalog_section h3 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 5px;
  color: #595757;
  border-bottom: 2px solid #595757;
  margin-bottom: 20px;
}
.other_page .catalog_section .caption {
  font-size: 13px;
  color: #595757;
  margin-bottom: 88px;
}
.other_page .flyerArea img{
  width: 1000px;
}
.other_page .button-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin: 0 auto;
    margin-top: 0px;
  padding: .9em 2em;
  border: 1px solid #003d90;
  border-radius: 5px;
  background-color: #003d90;
  color: #fff;
  font-size: 1em;
}

/* モーダル全体の背景（半透明） */
.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.modal-wrapper.active {
  display: flex;
}
/* モーダルのコンテンツボックス */
.modal-content {
  background: white;
  padding: 2rem;
  border-radius: 8px;
  text-align: center;
  width: 90%;
  height: 80%;
  z-index: 999;
}
.modal-box img {

 max-width: 100%;
  max-height: 73vh;  /* 画面内に収める */
  object-fit: contain

}
.modal-box .modal-box-btn{
  left:10%;
  bottom: 3%;
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 500px;
  z-index: 1000;
}

/* 画面幅が狭いときの調整（スマホ対応） */
@media screen and (max-width: 768px) {
  .other_page .catalog_section .new{
      width: 30px;
  }
  .other_page .catalog_section .catalog_img{
      width: 100px;
  }
  .other_page .catalog_section .catalog_box {
    width: calc(100% - 130px); /* 5列に並べる（gapの分を引く） */
  }
  .other_page .catalog_section .catalog_section h3 {
    font-size: 18px;
    margin-bottom: 10px;

  }
  .other_page .catalog_section .caption {
      margin-bottom: 20px;
  }
  .other_page .catalog_section .catalog_btn img{
      max-width: 95%;
  }
  .other_page .flyerArea img{
    width: 100%;
  }
  .modal-box img {
    width: 100%;
  }
  .modal-box .modal-box-btn img{
    width:60%;
  }
  .modal-box .modal-box-btn{
    left: -10%;
    bottom: 3%;
    top: auto;
  }
}
.other_page .green_button {
  background-color: #4a902b;
  border-radius: 5px;
  color: #ffffff;
  padding: 10px 60px;
  cursor: pointer;
}

.other_page .red {
  color: #F00;
}

/*ヘッダーの高さ分のパディングを変数からとるように変更*/
@media only screen and (min-width: 1020px) {
    body:not(.front_page) .ec-layoutRole .ec-layoutRole__contents {
        padding-top: calc(var(--header-height) + 20px);
    }
}

/*SP時のヘッダー追従及びハンバーガーの表示変更ここから*/
@media only screen and (max-width: 1019.9px) {
  .ec-layoutRole.is_active {
    transform: none;
  }
  .ec-layoutRole .ec-layoutRole__header,
  body.front_page .ec-layoutRole .ec-layoutRole__header {
    position: fixed;
  }
  body:not(.front_page) .ec-layoutRole .ec-layoutRole__contents {
    padding-top: calc(var(--header-height) + 20px);
  }
  .ec-drawerRole {
    border: none;
    height: calc(100vh - var(--header-height));
    top: var(--header-height);
    transform: translate(0, -100%);
    transition: transform 0.3s;
    width: 100%;
  }

  .ec-drawerRole.is_active {
    transform: translate(0, 0);
    z-index: 1;
  }
}
/*SP時のヘッダー追従及びハンバーガーの表示変更ここまで*/


@media screen and (min-width:960px) {
  .sp {
    display: none
  }

}

@media screen and (max-width:640px) {
  .pc {
    display: none
  }

}

.bg_new {
  background-color: #b70043;
  max-height: 18px;
  color: #fff;
}

.bg_new_release {
  background-color: #0080b7;
  max-height: 18px;
  color: #fff;
}

.bg_company {
  background-color: #69a04f;
  max-height: 18px;
  color: #fff;
}

/*ここから詳細画面カスタマイズ*/
.ec-productRole .ec-productRole__slider .item_visual .slick-next,
.ec-productRole .ec-productRole__slider .item_visual .slick-prev {
  align-items: center;
  display: flex;
  height: 36px;
  justify-content: center;
  width: 36px;
  z-index: 1;
}
.ec-productRole .ec-productRole__slider .item_visual .slick-next {
  right: 10px;
}
.ec-productRole .ec-productRole__slider .item_visual .slick-prev {
  left: 10px;
}

.ec-productRole .ec-productRole__slider .item_visual .slick-next::before,
.ec-productRole .ec-productRole__slider .item_visual .slick-prev::before {
  background: rgb(0 0 0 / 0.15);
  content: "";
  clip-path: path("M1.8,21.6c-.46,0-.92-.18-1.27-.53-.7-.7-.7-1.84,0-2.54l7.73-7.73L.53,3.07C-.18,2.37-.18,1.23.53.53,1.23-.18,2.37-.18,3.07.53l9,9c.7.7.7,1.84,0,2.55L3.07,21.07c-.35.35-.81.53-1.27.53Z");
  display: block;
  height: 22px;
  width: 13px;
}

.ec-productRole .ec-productRole__slider .item_visual .slick-prev::before {
  transform: scaleX(-1);
}

.ec-productRole .ec-productRole__slider .slick-slide img {
  aspect-ratio: 1/1;
  object-fit: contain;
  border: 1px solid #BEBEBE;
}

.ec-productRole .ec-productRole__slider .item_nav {
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 15px 10px 10px;
  justify-content: flex-start;
}
.ec-productRole .ec-productRole__slider .item_nav .slideThumb {
  flex: none;
  margin: 0;
  max-width: none;
  width: calc((100% - 8 * 5px) / 6);
}
.ec-productRole .ec-productRole__slider .item_nav .slideThumb img {
  aspect-ratio: 1/1;
  border-radius: 10px;
  object-fit: contain;
  width: 100%;
}

.ec-productRole .ec-productRole__slider .item_nav .slideThumb.is-current img {
  border: 1px solid #000;
}

.ec-productRole .ec-productRole__profile .ec-productRole__title {
  border-bottom: 1px solid #BEBEBE;
  display: flex;
  gap: 8px;
  flex-direction: column;
}

.ec-productRole .ec-productRole__profile .ec-productRole__title h2 {
  font-size: 3.6rem;
}

.ec-productRole .ec-productRole__profile .ec-productRole__title .ec-productRole__badge {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  order: -1;
}

.ec-productRole .ec-productRole__profile .ec-productRole__title .ec-productRole__badge .ec-category {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  list-style-type: none;
}

.ec-productRole .ec-productRole__point {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  gap: 4px;
  margin-top: 20px;
}
.ec-productRole .ec-productRole__point .ec-pointWrap {
  display: flex;
  gap:4px 9px;
}
.ec-productRole .ec-productRole__point .ec-pointTitle {
  align-items: center;
  background: #F5F5F5;
  display: flex;
  flex: none;
  justify-content: center;
  padding-block: 8px;
  width: 80px;
}
.ec-productRole .ec-productRole__point .ec-pointContet {
  padding-block: 8px;
  flex-grow: 1;
}

.ec-productRole .ec-productRole__description {
  border-bottom: 1px solid #CCCCCC;
  padding: 28px;
  max-width: none;
}

.ec-productRole .ec-productRole__description h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.ec-productRole .ec-productRole__description .ec-descriptionRole__description {
  font-size: 16px;
  margin-bottom: 48px;
}

.ec-productRole .ec-productRole__description .ec-descriptionRole__image img {
  margin-bottom: 0;
}

.c-badge {
  background: #F5F5F5;
  border: 1px solid #DDDDDD;
  border-radius: 1000px;
  color: #555;
  display: block;
  font-size: 13px;
  padding: 6px 16px;
}

.c-badge.-info {
  background: #FEF8E3;
  border: 1px solid #FCEBB8;
  color: #766122;
}

.c-btn {
  align-items: center;
  background-color: #333;
  border: 1px solid #333;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  display: flex;
  font-size: 16px;
  height: 54px;
  justify-content: center;
  margin-bottom: 0;
  padding: 10px 16px;
  text-decoration: none;
  text-align: center;
  transition: background 0.3s ease, boder-color 0.3s ease;
  width: 100%;
}

.c-btn:hover {
  color: #fff;
}

/*ここからテーブル部分*/
.p-condition {
  background: #ddd;
  /* font-family: Noto Sans JP, sans-serif; */
  margin-top: 48px;
  padding: 16px 20px
}

.p-condition__title {
  font-size: 16px;
  font-weight: 700;
  margin: 0
}

.p-condition__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  margin-top: 12px
}

.p-condition__item {
  display: flex;
  flex-direction: column
}

.p-condition__name {
  font-size: 13px;
  font-weight: 400
}

.p-condition__name:after {
  content: "："
}

.p-condition__selectWrap {
  height: 40px;
  overflow: hidden;
  width: 100%
}

.p-condition__select {
  background: #fff;
  border: none;
  border-radius: 8px;
  font-size: 13px;
  height: 40px;
  padding-inline: 16px;
  width: 100%
}

.p-ordersheet {
  /* font-family: Noto Sans JP, sans-serif; */
  margin-bottom: 48px;
  margin-top: 12px
}

.p-ordersheet__result {
  font-size: 16px;
  margin-bottom: 12px
}

.p-ordersheet__result .p-ordersheet__resultNum {
  color: #bf0000;
  font-size: 26px;
  font-weight: 700
}

.p-ordersheet__table {
  --bdcolor: #d9d9d9;
  width: 100%
}

.p-ordersheet__table table {
  font-size: 13px;
  table-layout: fixed;
  text-align: center;
  width: 100%
}

.p-ordersheet__table table, .p-ordersheet__table td, .p-ordersheet__table th {
  border: 1px solid var(--bdcolor)
}

.p-ordersheet__table thead th {
  background: #eee;
  font-weight: 400;
  padding: 8px;
}

.p-ordersheet__table thead .p-ordersheet__type {
  width: 60px
}

.p-ordersheet__table thead .p-ordersheet__lsize {
  width: 51px
}

.p-ordersheet__table thead .p-ordersheet__material {
  width: 62px
}

.p-ordersheet__table thead .p-ordersheet__color {
  width: 63px
}

.p-ordersheet__table thead .p-ordersheet__unitPrice {
  width: 150px
}

.p-ordersheet__table thead .p-ordersheet__unitSelect {
  width: 69px
}

.p-ordersheet__table thead .p-ordersheet__number {
  width: 58px
}

.p-ordersheet__table thead .p-ordersheet__subtotal {
  width: 133px
}

.p-ordersheet__table thead .p-ordersheet__cart {
  width: 60px
}

.p-ordersheet__table tbody td {
  font-weight: 400;
  padding: 8px;
  text-align: left;
  vertical-align: middle
}

.p-ordersheet__table tbody td dd, .p-ordersheet__table tbody td dt {
  font-weight: 400
}

.p-ordersheet__table tbody .p-ordersheet__inputInner {
  display: contents
}

.p-ordersheet__unitPriceList {
  margin-bottom: 0
}

.p-ordersheet__unitPriceItem {
  align-items: flex-end;
  display: flex
}

.p-ordersheet__unitPriceItem:first-child .p-ordersheet__unitPriceNumber {
  order: -1
}

.p-ordersheet__unitPriceItem:first-child .p-ordersheet__unitPriceNumber:after {
  content: "/"
}

.p-ordersheet__unitPriceItem:first-child .p-ordersheet__unitPriceNumber span {
  font-size: 17px;
  font-weight: 700
}

.p-ordersheet__unitPriceItem:not(:first-child) {
  font-size: 12px
}

.p-ordersheet__unitPriceItem:not(:first-child) .p-ordersheet__unitPriceName:after {
  content: "："
}

.p-ordersheet__subtotal p {
  text-align: right
}

.p-ordersheet__subtotal p span {
  font-size: 18px;
  font-weight: 700
}

.p-ordersheet__select {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.p-ordersheet__select, .p-ordersheet__textInput {
  background: #f5f5f5;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  width: 100%
}

.p-ordersheet__textInput {
  min-width: 0
}

.p-ordersheet__textInput[type=number] {
  -moz-appearance: textfield;
  padding-inline: 2px;
  text-align: center
}

.p-ordersheet__cartBtn {
  background: #bf0000;
  border: none;
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.1em;
  outline: none;
  padding: 6px 0;
  transition: background .3s ease;
  width: 100%
}

@media screen and (min-width:768px) {
  .p-condition__item {
    width: 237px
  }

  .p-condition__selectWrap {
    display: contents
  }

}

@media screen and (min-width:800.9px) {
  .p-ordersheet__table {
    overflow-x: auto
  }
}

@media screen and (max-width:767px) {
  .ec-productRole .ec-productRole__slider {
    padding: 0;
    margin-bottom: 28px;
  }

  .ec-productRole .ec-productRole__slider .slick-slide {
    padding: 1px;
  }

  .ec-productRole .ec-productRole__slider .item_visual .slick-next {
    right: 0;
  }

  .ec-productRole .ec-productRole__slider .item_visual .slick-prev {
    left: 0;
  }

  .ec-productRole .ec-productRole__profile .ec-productRole__title h2 {
    font-size: 2.8rem;
  }

  .ec-productRole .ec-productRole__point {
    font-size: 14px;
    gap: 12px;
  }

  .ec-productRole .ec-productRole__point .ec-pointWrap {
    flex-direction: column;
  }
  .ec-productRole .ec-productRole__point .ec-pointTitle {
    padding-block: 4px;
    width: 100%;
  }
  .ec-productRole .ec-productRole__point .ec-pointContet {
    padding-block: 0;
  }

  .ec-productRole .ec-productRole__description h3 {
    font-size: 18px;
  }

  .ec-productRole .ec-productRole__description {
    padding: 20px;
  }

  .ec-productRole .ec-productRole__description .ec-descriptionRole__description {
    font-size: 14px;
    margin-bottom: 28px;
  }

  .c-badge {
    font-size: 12px;
  }

  .c-btn {
    font-size: 14px;
    height: 50px;
  }

  .p-condition {
    margin-top: 28px;
    padding: 16px
  }

  .p-condition__title {
    font-size: 14px
  }

  .p-condition__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 8px;
    width: 100%
  }

  .p-condition__name {
    font-size: 12px
  }

  .p-condition__select {
    font-size: 16px;
    height: 53.3333333333px;
    transform: scale(.75);
    transform-origin: top left;
    width: 133.3333333333%
  }

}

@media screen and (max-width:800px) {
  .p-ordersheet {
    margin-bottom: 28px
  }

  .p-ordersheet__result {
    font-size: 14px;
    margin-bottom: 14px
  }

  .p-ordersheet__table table {
    border: none;
    display: block
  }

  .p-ordersheet__table thead {
    display: none
  }

  .p-ordersheet__table tbody {
    display: flex;
    flex-direction: column;
    gap: 16px
  }

  .p-ordersheet__table tbody tr {
    border: 1px solid var(--bdcolor);
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden
  }

  .p-ordersheet__table tbody td, .p-ordersheet__table tbody th {
    border: none;
    display: block
  }

  .p-ordersheet__table tbody td:before {
    color: #666;
    content: attr(title);
    font-size: 12px;
    font-weight: 400
  }

  .p-ordersheet__table tbody .p-ordersheet__lsize, .p-ordersheet__table tbody .p-ordersheet__type, .p-ordersheet__table tbody .p-ordersheet__unitPrice {
    border-bottom: 1px solid var(--bdcolor);
    order: -1
  }

  .p-ordersheet__table tbody .p-ordersheet__lsize, .p-ordersheet__table tbody .p-ordersheet__type {
    flex: none;
    width: 23.8805970149%
  }

  .p-ordersheet__table tbody .p-ordersheet__lsize p, .p-ordersheet__table tbody .p-ordersheet__type p {
    font-weight: 700
  }

  .p-ordersheet__table tbody .p-ordersheet__lsize, .p-ordersheet__table tbody .p-ordersheet__unitPrice {
    border-left: 1px solid var(--bdcolor)
  }

  .p-ordersheet__table tbody .p-ordersheet__unitPrice {
    flex-grow: 1
  }

  .p-ordersheet__table tbody .p-ordersheet__input {
    border-bottom: 1px solid var(--bdcolor);
    display: flex;
    width: 100%
  }

  .p-ordersheet__table tbody .p-ordersheet__input:before {
    width: 108px
  }

  .p-ordersheet__table tbody .p-ordersheet__inputInner {
    display: block;
    height: 32px;
    overflow: hidden;
    width: 100%
  }

  .p-ordersheet__table tbody .p-ordersheet__subtotal {
    align-items: center;
    display: flex;
    flex-grow: 1
  }

  .p-ordersheet__table tbody .p-ordersheet__cart, .p-ordersheet__table tbody .p-ordersheet__subtotal {
    background: #f5f5f5
  }

  .p-ordersheet__select, .p-ordersheet__textInput {
    font-size: 16px;
    height: 39.3846153846px;
    transform: scale(.8125);
    transform-origin: top left;
    width: 123.0769230769%
  }

  .p-ordersheet__cartBtn {
    border-radius: 4px;
    padding-block: 10px;
    width: 100px
  }
}

@media (hover:hover)and (pointer:fine) {
  .c-btn:hover {
    background-color: #515151;
    border: 1px solid #515151;
  }

  .p-ordersheet__cartBtn:hover {
    background: #e11414
  }
}

.cp_h1title::first-letter {
  color: #003D90; /* 変更したい色 */
  font-size: 1.5em; /* 必要に応じて1文字目を大きくすることも可能 */
}
.cp_h1title {
  border-bottom: solid 3px #cce4ff;
  position: relative;
}

.cp_h1title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 20%;
}

/*一覧ページタイトル下セレクトボックススタイル*/
.p-categoryNarrowDown {
    display: none;
    position: relative;
}
.p-categoryNarrowDown::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    pointer-events: none;
    top: 50%;
    right: 1em;
    transform: translate(0, -50%);
}
.p-categoryNarrowDown__select {
    -webkit-appearance: none;
    appearance: none;
    background: #F5F5F5;
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 1em;
    width: 100%;
}
.p-categoryNarrowDown__select option {
    background: #fff;
}
/*一覧ページタイトル下セレクトボックススタイル*/
.free_area img{
    max-width: 100%;
}
@media (max-width: 768px) {
  .free_area img{
    width: 100%;
  }
}

/* ここより上にカスタマイズ内容は記載ください  */
/* この下は変更しないように　　　　　　　　　　*/
.mt0 {
  margin-top: 0 !important
}

.mr0 {
  margin-right: 0 !important
}

.mb0 {
  margin-bottom: 0 !important
}

.ml0 {
  margin-left: 0 !important
}

.mt2 {
  margin-top: 2px !important
}

.mt_4 {
  margin-top: -4px !important
}

.mt5 {
  margin-top: 5px !important
}

.mr3 {
  margin-right: 3px !important
}

.mr5 {
  margin-right: 5px !important
}

.mr_7 {
  margin-right: -7px !important
}

.mb5 {
  margin-bottom: 5px !important
}

.mb_5 {
  margin-bottom: -5px !important
}

.ml5 {
  margin-left: 5px !important
}

.mr_5 {
  margin-right: -5px !important
}

.ml_5 {
  margin-left: -5px !important
}

.ml_11 {
  margin-left: -11px !important
}

.mt10 {
  margin-top: 10px !important
}

.mr10 {
  margin-right: 10px !important
}

.mb10 {
  margin-bottom: 10px !important
}

.ml10 {
  margin-left: 10px !important
}

.mt15 {
  margin-top: 15px !important
}

.mt_15 {
  margin-top: -15px !important
}

.mr15 {
  margin-right: 15px !important
}

.mr18 {
  margin-right: 18px !important
}

.mb15 {
  margin-bottom: 15px !important
}

.ml15 {
  margin-left: 15px !important
}

.mt17 {
  margin-top: 17px !important
}

.mt20 {
  margin-top: 20px !important
}

.mr20 {
  margin-right: 20px !important
}

.mr17 {
  margin-right: 17px !important
}

.mr_17 {
  margin-right: -17px !important
}

.mr_20 {
  margin-right: -20px !important
}

.mt_20 {
  margin-top: -20px !important
}

.mb20 {
  margin-bottom: 20px !important
}

.ml20 {
  margin-left: 20px !important
}

.ml_20 {
  margin-left: -20px !important
}

.mt25 {
  margin-top: 25px !important
}

.mr25 {
  margin-right: 25px !important
}

.mb25 {
  margin-bottom: 25px !important
}

.ml25 {
  margin-left: 25px !important
}

.mt30 {
  margin-top: 30px !important
}

.mr30 {
  margin-right: 30px !important
}

.mb30 {
  margin-bottom: 30px !important
}

.ml30 {
  margin-left: 30px !important
}

.mt35 {
  margin-top: 35px !important
}

.mr35 {
  margin-right: 35px !important
}

.mb35 {
  margin-bottom: 35px !important
}

.ml35 {
  margin-left: 35px !important
}

.mt40 {
  margin-top: 40px !important
}

.mr40 {
  margin-right: 40px !important
}

.mb40 {
  margin-bottom: 40px !important
}

.ml40 {
  margin-left: 40px !important
}

.mt45 {
  margin-top: 45px !important
}

.mr45 {
  margin-right: 45px !important
}

.mb45 {
  margin-bottom: 45px !important
}

.ml45 {
  margin-left: 45px !important
}

.mt50 {
  margin-top: 50px !important
}

.mr50 {
  margin-right: 50px !important
}

.mb50 {
  margin-bottom: 50px !important
}

.ml50 {
  margin-left: 50px !important
}

.mt55 {
  margin-top: 55px !important
}

.mr55 {
  margin-right: 55px !important
}

.mb55 {
  margin-bottom: 55px !important
}

.mt_55 {
  margin-top: -55px !important
}

.ml55 {
  margin-left: 55px !important
}

.mt60 {
  margin-top: 60px !important
}

.mt_60 {
  margin-top: -60px !important
}

.mr60 {
  margin-right: 60px !important
}

.mr62 {
  margin-right: 62px !important
}

.mb60 {
  margin-bottom: 60px !important
}

.ml60 {
  margin-left: 60px !important
}

.mt65 {
  margin-top: 65px !important
}

.mr65 {
  margin-right: 65px !important
}

.mb65 {
  margin-bottom: 65px !important
}

.ml65 {
  margin-left: 65px !important
}

.mt70 {
  margin-top: 70px !important
}

.mr70 {
  margin-right: 70px !important
}

.mb70 {
  margin-bottom: 70px !important
}

.ml70 {
  margin-left: 70px !important
}

.mt75 {
  margin-top: 75px !important
}

.mr75 {
  margin-right: 75px !important
}

.mb75 {
  margin-bottom: 75px !important
}

.ml75 {
  margin-left: 75px !important
}

.mt80 {
  margin-top: 80px !important
}

.mr80 {
  margin-right: 80px !important
}

.mb80 {
  margin-bottom: 80px !important
}

.ml80 {
  margin-left: 80px !important
}

.mt85 {
  margin-top: 85px !important
}

.mt160 {
  margin-top: 160px !important
}

.mr85 {
  margin-right: 85px !important
}

.mb85 {
  margin-bottom: 85px !important
}

.ml85 {
  margin-left: 85px !important
}

.mt90 {
  margin-top: 90px !important
}

.mr90 {
  margin-right: 90px !important
}

.mb90 {
  margin-bottom: 90px !important
}

.ml90 {
  margin-left: 90px !important
}

.mt95 {
  margin-top: 95px !important
}

.mr95 {
  margin-right: 95px !important
}

.mb95 {
  margin-bottom: 95px !important
}

.ml95 {
  margin-left: 95px !important
}

.mt100 {
  margin-top: 100px !important
}

.mr100 {
  margin-right: 100px !important
}

.mr120 {
  margin-right: 120px !important
}

.mr165 {
  margin-right: 165px !important
}

.mb100 {
  margin-bottom: 100px !important
}
.mb105 {
  margin-bottom: 105px !important
}

.mb120 {
  margin-bottom: 120px !important
}

.mb190 {
  margin-bottom: 190px !important
}

.ml100 {
  margin-left: 100px !important
}

.ml115 {
  margin-left: 115px !important
}

.ml125 {
  margin-left: 125px !important
}

.ml140 {
  margin-left: 140px !important
}

.ml160 {
  margin-left: 160px !important
}

.ml170 {
  margin-left: 170px !important
}

.ml240 {
  margin-left: 240px !important
}

.m0auto {
  margin: 0 auto !important
}

.d-b {
  display: block !important
}

.d-i {
  display: inline !important
}

.d-ib {
  display: inline-block !important
}

.d-f {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-tb {
  display: table !important
}

.d-tbc {
  display: table-cell !important
}

.d-n {
  display: none !important
}

.padding5 {
  padding: 5px;
}

.pt0 {
  padding-top: 0 !important
}

.pr0 {
  padding-right: 0 !important
}

.pb0 {
  padding-bottom: 0 !important
}

.pl0 {
  padding-left: 0 !important
}

.pt5 {
  padding-top: 5px !important
}

.pr5 {
  padding-right: 5px !important
}

.pb5 {
  padding-bottom: 5px !important
}

.pl5 {
  padding-left: 5px !important
}

.pt10 {
  padding-top: 10px !important
}

.pr10 {
  padding-right: 10px !important
}

.pb10 {
  padding-bottom: 10px !important
}

.pl10 {
  padding-left: 10px !important
}

.pt15 {
  padding-top: 15px !important
}

.pr15 {
  padding-right: 15px !important
}

.pb15 {
  padding-bottom: 15px !important
}

.pl15 {
  padding-left: 15px !important
}

.pt20 {
  padding-top: 20px !important
}

.pr20 {
  padding-right: 20px !important
}

.pb20 {
  padding-bottom: 20px !important
}

.pl20 {
  padding-left: 20px !important
}

.pt25 {
  padding-top: 25px !important
}

.pr25 {
  padding-right: 25px !important
}

.pb25 {
  padding-bottom: 25px !important
}

.pl25 {
  padding-left: 25px !important
}

.pt30 {
  padding-top: 30px !important
}

.pr30 {
  padding-right: 30px !important
}

.pb30 {
  padding-bottom: 30px !important
}

.pl30 {
  padding-left: 30px !important
}

.pt35 {
  padding-top: 35px !important
}

.pr35 {
  padding-right: 35px !important
}

.pb35 {
  padding-bottom: 35px !important
}

.pl35 {
  padding-left: 35px !important
}

.pt40 {
  padding-top: 40px !important
}

.pr40 {
  padding-right: 40px !important
}

.pb40 {
  padding-bottom: 40px !important
}

.pl40 {
  padding-left: 40px !important
}

.pt45 {
  padding-top: 45px !important
}

.pr45 {
  padding-right: 45px !important
}

.pb45 {
  padding-bottom: 45px !important
}

.pl45 {
  padding-left: 45px !important
}

.pt50 {
  padding-top: 50px !important
}

.pr50 {
  padding-right: 50px !important
}

.pb50 {
  padding-bottom: 50px !important
}

.pl50 {
  padding-left: 50px !important
}

.pt55 {
  padding-top: 55px !important
}

.pr55 {
  padding-right: 55px !important
}

.pb55 {
  padding-bottom: 55px !important
}

.pl55 {
  padding-left: 55px !important
}

.pt60 {
  padding-top: 60px !important
}

.pr60 {
  padding-right: 60px !important
}

.pb60 {
  padding-bottom: 60px !important
}

.pl60 {
  padding-left: 60px !important
}

.pt65 {
  padding-top: 65px !important
}

.pr65 {
  padding-right: 65px !important
}

.pb65 {
  padding-bottom: 65px !important
}

.pl65 {
  padding-left: 65px !important
}

.pt70 {
  padding-top: 70px !important
}

.pr70 {
  padding-right: 70px !important
}

.pb70 {
  padding-bottom: 70px !important
}

.pl70 {
  padding-left: 70px !important
}

.pt75 {
  padding-top: 75px !important
}

.pr75 {
  padding-right: 75px !important
}

.pb75 {
  padding-bottom: 75px !important
}

.pl75 {
  padding-left: 75px !important
}

.pt80 {
  padding-top: 80px !important
}

.pr80 {
  padding-right: 80px !important
}

.pr82 {
  padding-right: 82px !important
}

.pb80 {
  padding-bottom: 80px !important
}

.pl80 {
  padding-left: 80px !important
}

.pt85 {
  padding-top: 85px !important
}

.pr85 {
  padding-right: 85px !important
}

.pb85 {
  padding-bottom: 85px !important
}

.pl85 {
  padding-left: 85px !important
}

.pt90 {
  padding-top: 90px !important
}

.pr90 {
  padding-right: 90px !important
}

.pb90 {
  padding-bottom: 90px !important
}

.pl90 {
  padding-left: 90px !important
}

.pt95 {
  padding-top: 95px !important
}

.pr95 {
  padding-right: 95px !important
}

.pb95 {
  padding-bottom: 95px !important
}

.pl95 {
  padding-left: 95px !important
}

.pt100 {
  padding-top: 100px !important
}

.pr100 {
  padding-right: 100px !important
}

.pb100 {
  padding-bottom: 100px !important
}

.pl100 {
  padding-left: 100px !important
}

.mb400 {
  margin-bottom: 400px !important
}

.mt495 {
  margin-top: 495px !important
}

.list_indent li,
.txt_indent {
  padding-left: 1em;
  text-indent: -1em
}

.tar {
  text-align: right
}

.tal {
  text-align: left
}

.tac {
  text-align: center
}

.taj {
  text-align: justify;
}

.vat {
  vertical-align: top
}

.vab {
  vertical-align: bottom
}

.vam {
  vertical-align: middle
}

.fl {
  float: left
}

.fr {
  float: right
}

.cf:after {
  content: "";
  clear: both;
  display: block
}

.static {
  position: static
}

.relative {
  position: relative
}

.fixed {
  position: fixed
}

.absolute {
  position: absolute
}

.top0 {
  top: 0
}

.left0 {
  left: 0
}

.right0 {
  right: 0
}

.bottom0 {
  bottom: 0
}

.position-center {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto
}

.width0 {
  width: 0 !important
}

.widthauto {
  width: auto !important
}

.width25p {
  width: 25% !important
}

.width33p {
  width: 33% !important
}

.width50p {
  width: 50% !important
}

.width100p {
  width: 100% !important
}

.width70 {
  width: 70px !important
}

.width80 {
  width: 70px !important
}

.width100 {
  width: 100px !important
}

.width120 {
  width: 120px !important
}

.width140 {
  width: 140px !important
}

.width150 {
  width: 150px !important
}

.width175 {
  width: 175px !important
}

.width180 {
  width: 180px !important
}

.width190 {
  width: 190px !important
}

.width187 {
  width: 187px !important
}

.width191 {
  width: 191px !important
}

.width200 {
  width: 200px !important
}

.width210 {
  width: 210px !important
}

.width220 {
  width: 220px !important
}

.width230 {
  width: 230px !important
}

.width240 {
  width: 240px !important
}

.width269 {
  width: 269px !important
}

.width300 {
  width: 300px !important
}

.width310 {
  width: 310px !important
}

.width260 {
  width: 260px !important
}

.width280 {
  width: 280px !important
}

.width365 {
  width: 365px !important
}

.width400 {
  width: 400px !important
}

.width420 {
  width: 420px !important
}

.width430 {
  width: 430px !important
}

.width450 {
  width: 450px !important
}

.width480 {
  width: 420px !important
}

.width490 {
  width: 490px !important
}

.width500 {
  width: 500px !important
}

.width550 {
  width: 550px !important
}

.width560 {
  width: 560px !important
}

.width590 {
  width: 590px !important
}

.width600 {
  width: 600px !important
}

.width620 {
  width: 620px !important
}

.width660 {
  width: 660px !important
}

.width670 {
  width: 670px !important
}

.width680 {
  width: 680px !important
}

.width700 {
  width: 700px !important
}

.width712 {
  width: 712px !important
}

.width720 {
  width: 720px !important
}

.width730 {
  width: 730px !important
}

.width735 {
  width: 735px !important
}

.width740 {
  width: 740px !important
}

.width750 {
  width: 750px !important
}

.width755 {
  width: 755px !important
}

.width765 {
  width: 765px !important
}

.width780 {
  width: 780px !important
}

.width795 {
  width: 795px !important
}

.width800 {
  width: 800px !important
}

.width830 {
  width: 830px !important
}

.width840 {
  width: 840px !important
}

.width850 {
  width: 850px !important
}

.width860 {
  width: 860px !important
}

.width880 {
  width: 880px !important
}

.width885 {
  width: 885px !important
}

.width900 {
  width: 900px !important
}

.width920 {
  width: 920px !important
}

.width925 {
  width: 925px !important
}

.width940 {
  width: 940px !important
}

.width952 {
  width: 952px !important
}

.width955 {
  width: 955px !important
}

.width960 {
  width: 960px !important
}

.width970 {
  width: 970px !important
}

.width985 {
  width: 985px !important
}

.width1000 {
  width: 1000px !important
}

.width1080 {
  width: 1080px !important
}
.width1200 {
  width: 1200px !important
}

.width1600 {
  width: 1600px !important
}

.width780 {
  width: 780px !important
}

.height15 {
  height: 15px !important;
}

.height20 {
  height: 20px !important;
}

.height30 {
  height: 30px !important;
}

.height245 {
  height: 245px !important;
}

.height350 {
  height: 350px !important;
}

.height500 {
  height: 500px !important;
}

.height800 {
  height: 800px !important;
}

.height0 {
  height: 0 !important
}

.height40 {
  height: 40px;
}

.indent1 {
  text-indent: -1em;
  padding-left: 1em
}

.heightauto {
  height: auto !important
}

.fz01 {
  font-size: 1px
}

.fz02 {
  font-size: 2px
}

.fz03 {
  font-size: 3px
}

.fz04 {
  font-size: 4px
}

.fz05 {
  font-size: 5px
}

.fz06 {
  font-size: 6px
}

.fz07 {
  font-size: 7px
}

.fz08 {
  font-size: 8px
}

.fz09 {
  font-size: 9px
}

.fz10 {
  font-size: 10px
}

.fz11 {
  font-size: 11px
}

.fz12 {
  font-size: 12px
}

.fz13 {
  font-size: 13px
}

.fz14 {
  font-size: 14px
}

.fz15 {
  font-size: 15px
}

.fz16 {
  font-size: 16px
}

.fz17 {
  font-size: 17px
}

.fz18 {
  font-size: 18px
}

.fz19 {
  font-size: 19px
}

.fz20 {
  font-size: 20px
}

.fz21 {
  font-size: 21px
}

.fz22 {
  font-size: 22px
}

.fz23 {
  font-size: 23px
}

.fz24 {
  font-size: 24px
}

.fz25 {
  font-size: 25px
}

.fz26 {
  font-size: 26px
}

.fz27 {
  font-size: 27px
}

.fz28 {
  font-size: 28px
}

.fz29 {
  font-size: 29px
}

.fz30 {
  font-size: 30px
}

.fz31 {
  font-size: 31px
}

.fz32 {
  font-size: 32px
}

.fz33 {
  font-size: 33px
}

.fz34 {
  font-size: 34px
}

.fz35 {
  font-size: 35px
}

.fz36 {
  font-size: 36px
}

.fz37 {
  font-size: 37px
}

.fz38 {
  font-size: 38px
}

.fz39 {
  font-size: 39px
}

.fz40 {
  font-size: 40px
}

.fz41 {
  font-size: 41px
}

.fz42 {
  font-size: 42px
}

.fz43 {
  font-size: 43px
}

.fz44 {
  font-size: 44px
}

.fz45 {
  font-size: 45px
}

.fz46 {
  font-size: 46px
}

.fz47 {
  font-size: 47px
}

.fz48 {
  font-size: 48px
}

.fz49 {
  font-size: 49px
}

.fc-fff {
  color: #fff !important;
}

.fc-333 {
  color: #333 !important;
}
.fc-red {
  color: #f90505 !important;
}
.f-normal {
  font-weight: 400 !important;;
}

.f-bold {
  font-weight: 700;
}

.l_h20 {
  line-height: 20px;
}

.l_h25 {
  line-height: 25px;
}

.l_h30 {
  line-height: 30px;
}

.l_h35 {
  line-height: 35px;
}

.l_h48 {
  line-height: 48px;
}

.fwn {
  font-weight: normal;
}

.overflow-y {
  overflow-y: scroll;
}

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}