@charset "UTF-8";




img {
    width: auto;
}

.body {
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1.7;
    text-align: left;
}

.body p {
    line-height: 2.2;
    font-weight: normal;
}

.body ul {
    font-weight: normal;
}

.body img {
    width: 100%;
}

@media screen and (max-width: 600px) {
    body {
        margin: 0;
    }

    .body {
        font-size: 11px;
        line-height: 2.1;
    }

    .body p {
        line-height: 2.1;
    }
}

.dummy-wrapper {
    width: 1024px;
    margin: 0 auto;
}

.body .container {
    width: 90%;
    margin: 0 auto 5%;
}

@media screen and (max-width: 600px) {
    .dummy-wrapper {
        width: 100%;
        margin: 0 auto;
    }

    .body .container {
        width: 90%;
    }
}

.body .h1,
.body .h2,
.body .h3,
.body .h4,
.body .h5 {
    line-height: 1.5;
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: normal;
}

.body .h1 {
    margin-bottom: 6rem;
}

.body .h2 {
    text-align: center;
    margin-bottom: 1.5em;
    font-size: 25px;
    width: 100%;
	font-weight: bold;
}

.body .h2 img {
    width: 50%;
}
.body .h3 {
        margin-bottom: 1.0em;
        font-size: 25px;
        font-weight: bold;
	    text-align: left;
    }



@media screen and (max-width: 600px) {
    .body .h1 {
        margin-bottom: 5rem;
    }

    .body .h2 {
        text-align: center;
        margin-bottom: 1.5em;
        font-size: 15px;
        font-weight: bold;
    }

    .body .h2 img {
        width: 80%;
    }
    .body .h3 {
        margin-bottom: 1.2em;
		margin-top: 1.5em;
        font-size: 22px;
        font-weight: bold;
		text-align: center;
		white-space: nowrap;
    }
}

.body .about .about_txt {
    width: 80%;
    margin: 0 auto;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

@media screen and (max-width: 600px) {
    .body .about {
        margin: 0 auto 3em;
    }

    .body .about .about_txt {
        width: 95%;
        margin: 0 auto;
		font-size: 16px;
		font-weight: bold;
    }

    .body .about_02 .about_img {
        width: 80%;
        margin-right: auto;
    }

    .body .about_02 .about_tl {
        position: relative;
        left: 0;
        width: 70%;
        padding: 2em;
        margin-right: 0;
        margin-left: auto;
        top: -50px;
        margin-bottom: -50px;
    }

    .body .about_02 .about_tl .h2 {
        text-align: left;
        margin-bottom: .75em;
        color: #fff;
    }

    .body .about_02 .about_tl .h2 br {
        display: none;
    }
}

.body .btn {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #333;
    color: #fff;
    padding: 0 1em;
    line-height: 2;
    margin-left: 1em;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
}

.body .btn:link {
    text-decoration: none;
}

.body .btn span:after {
    content: "▼";
    display: inline-block;
    color: inherit;
    margin-left: 1em;
    line-height: 1;
    font-size: 8px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}


@media screen and (max-width: 600px) {
    .body .btn span:after {
        vertical-align: middle;
    }
}

.body .epl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.body .epl.epl_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.body .epl .epl_img.epl_img_wide {
    margin-bottom: 2.5em;
}

.body .epl .epl_col {
    width: 47%;
}

.body .epl .epl_col.epl_col_left {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
	max-width: 350px;  /* 横幅の上限を指定 */
    width: 100%;       /* 横幅は親に合わせて縮小可 */
    margin: 0 auto;    /* センター寄せ */
    display: block;
}

.body .epl .epl_col.epl_col_right {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
	text-align: left;
	font-size: 16px;
}

.body .epl .epl_tl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1.5em;
}

.body .epl .epl_no {
    width: 70px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-right: 1em;
}

.body .epl .epl_tl_txt {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.body .epl .epl_detail_txt {
    border-bottom: 1px solid #333;
    padding-bottom: 2.25em;
    margin-bottom: 2.25em;
}

.body .epl ul.epl_item_list li {
    line-height: 3;
}

@media screen and (max-width: 600px) {
    .body .epl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .body .epl.epl_reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .body .epl.epl_normal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .body .epl .epl_col {
        width: 100%;
    }

    .body .epl .epl_col.epl_col_left {
        margin-bottom: 2.5em;
    }

    .body .epl .epl_col.epl_col_right {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        margin-bottom: 2.5em;
		text-align: center;
		font-size: 16px;
    }
}

.body .epl.epl_01 .epl_col.epl_col_left {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.body .epl.epl_01 .epl_col.epl_col_right {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.body .epl.epl_01 .epl_col.epl_col_right img {
    margin-bottom: 1em;
}

.body .epl.epl_01 .epl_01_img {
    margin-bottom: 2.25em;
}

.body .epl.epl_01 ul.epl_item_list {
    margin-bottom: 2.25em;
}

@media screen and (max-width: 600px) {
    .body .epl.epl_01 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .body .epl.epl_01.epl_reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .body .epl.epl_01 .epl_col.epl_col_right {
        margin-bottom: 1em;
    }

    .body .epl.epl_01 .epl_col.epl_col_left {
        margin-bottom: 1em;
    }
}

.body .epl.epl_02 .epl_col.epl_col_left {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.body .epl.epl_02 .epl_col.epl_col_right {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.body .epl.epl_02 .epl_col.epl_col_right img {
    margin-bottom: 1em;
}

.body .epl.epl_02 .epl_col.epl_col_right .epl_no img {
    margin-bottom: 0;
}

.body .epl.epl_02 .epl_detail_txt {
    padding-bottom: 0;
    border-bottom: none;
}

.body .epl.epl_02 ul.epl_item_list {
    margin-top: 2.5em;
}

@media screen and (max-width: 600px) {
    .body .epl.epl_02 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .body .epl.epl_02 .epl_col.epl_col_right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .body .epl.epl_02 .epl_col.epl_col_right .epl_tl {
        margin-top: 1.25em;
    }
}

.body .epl.epl_03 .epl_col.epl_col_left {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.body .epl.epl_03 .epl_col.epl_col_right {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.body .epl.epl_03 ul.epl_item_list {
    margin-top: 1em;
}

@media screen and (max-width: 600px) {
    .body .epl.epl_03 .epl_col img {
        margin-bottom: 1em;
    }

    .body .epl.epl_03 ul.epl_item_list {
        margin-top: .5em;
    }
}

.body .nav ul {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.body .nav ul li {
    width: 32%;
}

.body .nav ul li a {
    display: block;
    text-decoration: none;
}

.body .nav ul li .nav_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #313358;
}

.body .nav ul li .nav_item_img {
    width: 45%;
}

.body .nav ul li .nav_item_tl {
    width: 55%;
    background-color: #fff;
    color: #313358;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.body .nav ul li .nav_item_tl_mtl,
.body .nav ul li .nav_item_tl_stl {
    width: 100%;
    text-align: center;
    line-height: 1.7;
}

.body .nav ul li .nav_item_tl_mtl {
    margin-bottom: 1.25em;
    font-size: 1.25em;
}

.body .nav ul li.active .nav_item {
    border: 1px solid #313358;
}

.body .nav ul li.active .nav_item_tl {
    background-color: #313358;
    color: #fff;
}

.body .nav ul li.active .nav_item_tl_mtl {
    font-weight: bold;
}

@media screen and (max-width: 600px) {
    .body .nav ul li a {
        text-decoration: none;
    }

    .body .nav ul li .nav_item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .body .nav ul li .nav_item_img {
        width: 100%;
    }

    .body .nav ul li .nav_item_tl {
        width: 100%;
    }

    .body .nav ul li .nav_item_tl_mtl {
        display: none;
    }

    .body .nav ul li .nav_item_tl_stl {
        margin: 1em 0;
        font-size: 11px;
    }
}

.body .nav.nav_02 ul li {
    width: 19%;
}

.body .nav.nav_02 ul li .nav_item {
    border: 1px solid #313358;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5%;
}

.body .nav.nav_02 ul li .nav_item .nav_item_img,
.body .nav.nav_02 ul li .nav_item .nav_item_tl {
    width: 100%;
}

.body .nav.nav_02 ul li .nav_item .nav_item_img {
    margin-bottom: .5em;
}

.body .nav.nav_02 ul li .nav_item_tl_mtl,
.body .nav.nav_02 ul li .nav_item_tl_stl {
    width: 100%;
    text-align: center;
    line-height: 1.7;
}

.body .nav.nav_02 ul li .nav_item_tl_mtl {
    margin-bottom: 0;
    font-size: 1.75em;
}

.body .nav.nav_02 ul li .nav_item_tl_stl {
    margin-bottom: .25em;
}

.body .nav.nav_02 ul li .nav_item_link {
    border: 1px solid #313358;
    background-color: #313358;
    color: #fff;
    text-align: center;
    padding: .75em 0;
}

.body .nav.nav_02 ul li .nav_item_link span:after {
    content: "▼";
    display: inline-block;
    color: inherit;
    margin-left: 1em;
    line-height: 1;
    font-size: 8px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.body .nav.nav_02 ul li.active .nav_item {
    border: 1px solid #313358;
    background-color: #313358;
}

.body .nav.nav_02 ul li.active .nav_item_tl {
    color: #fff;
}

.body .nav.nav_02 ul li.active .nav_item_tl_mtl {
    font-weight: bold;
}

.body .nav.nav_02 ul li.active .nav_item_link {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #313358;
    border-left: 1px solid #313358;
    border-right: 1px solid #313358;
}

.body .nav.nav_02.nav_02_noimg ul li .nav_item {
    padding: 1.25em 5%;
}

@media screen and (max-width: 600px) {
    .body .nav.nav_02 ul {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .body .nav.nav_02 ul li {
        width: 30%;
        margin-bottom: 1em;
        margin-left: 10px;
    }

    .body .nav.nav_02 ul li .nav_item {
        border: 1px solid #313358;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 5%;
    }

    .body .nav.nav_02 ul li .nav_item .nav_item_img,
    .body .nav.nav_02 ul li .nav_item .nav_item_tl {
        width: 100%;
    }

    .body .nav.nav_02 ul li .nav_item_img {
        margin-bottom: .5em;
    }

    .body .nav.nav_02 ul li .nav_item_tl_stl {
        margin: 0;
    }

    .body .nav.nav_02 ul li .nav_item_link span {
        font-size: 10px;
    }

    .body .nav.nav_02.nav_02_noimg ul li {
        width: 100%;
    }
}

.body .pc_only {
    display: block;
}

.body .sp_only {
    display: none;
}

.body .mb_0 {
    margin-bottom: 0;
}

@media screen and (max-width: 600px) {
    .body .pc_only {
        display: none;
    }

    .body .sp_only {
        display: block;
    }
}



/* 追加css */

/* ====== グローバル調整：はみ出し防止・中央寄せのベース ====== */
html, body, .body {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* ====== メインビジュアル（PC/SP対応） ====== */
@media screen and (min-width: 769px) {
  body .body header .pc_only {
    display: block !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }
}

@media screen and (max-width: 768px) {
  body .body header .sp_only {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
  }

  body .body header .h1 {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
  }

  body .body header {
    margin: 0 !important;
    padding: 0 !important;
  }
}

.category-block {
  margin-bottom: 1.5em; /* 各ブロックの間隔 */
}

.section-divider {
  border: none;
  border-top: 2px solid #ccc;
  margin: 4em auto;
  width: 70%;
}

/* ====== 商品一覧レイアウト ====== */
body .body .item-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 auto 1em !important;
  max-width: 1024px !important;
  gap: 1rem !important;
  overflow-x: hidden !important;
  box-sizing: border-box !important;
}

body .body .item-grid li {
  width: calc(25% - 1rem) !important;
  margin-bottom: 1em !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

body .body .item-grid li img {
  display: inline-block !important;
  max-width: 100% !important;
  height: auto !important;
  vertical-align: middle !important;
}

/* 商品テキスト */
body .body .item-grid .brand {
  font-weight: bold !important;
  font-size: 14px !important;
  margin-top: 0.5em !important;
}

body .body .item-grid .category,
body .body .item-grid .price {
  font-size: 13px !important;
  margin: 0.2em 0 !important;
}


/* ====== 商品の「もっと見る」表示切替 ====== */
.body .hidden-item {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  transition: opacity 0.6s ease, max-height 0.6s ease;
  pointer-events: none;
}

.body .hidden-item.show {
  opacity: 1;
  max-height: 2000px; /* 適度に大きな値を設定 */
  margin-bottom: 2em;
  pointer-events: auto;
}

/* ====== ボタン周り（中央寄せ） ====== */
body .body .more-button-wrapper {
  text-align: center;
}

body .body .more-button {
  background-color: transparent ;
  border: none ;
  font-size: 32px ;
  cursor: pointer;
  color: #000 ;
  margin-bottom: 1em ;
  display: inline-block;
  margin: 0 auto;
}

body .body .link-button {
  display: inline-block !important;
  background: #d1ccc0 !important;
  color: #000 !important;
  font-weight: bold !important;
  padding: 1em 3em !important;
  text-decoration: none !important;
  font-size: 14px !important;
  border: none !important;
  transition: background 0.3s ease !important;
  margin: 0 auto !important;
  width: 40%;
}

body .body .link-button:hover {
  background: #e6e2db !important;
}

/* ====== スマホ表示調整 ====== */
@media screen and (max-width: 768px) {
  /* 商品2列表示 */
  body .body .item-grid li {
    width: 48% !important;
  }

  /* ボタン中央＆幅調整 */
  body .body .more-button,
  body .body .link-button {
    width: 90% !important;
    text-align: center !important;
    margin: 1em auto !important;
  }

  body .body .more-button {
    font-size: 28px !important;
  }

  /* カテゴリセクションに左右余白 */
  body .body .category-nav {
    padding: 0 1em !important;
    box-sizing: border-box !important;
  }
}

@media screen and (max-width: 768px) {
  .body .category-nav {
    padding: 0 1em;
    box-sizing: border-box;
    flex-wrap: wrap; 
  }
}

@media screen and (max-width: 768px) {
  .body .more-button {
    width: 90% !important;
    margin: 1em auto !important;
    text-align: center !important;
	float: none !important; 
  }
}

@media screen and (max-width: 768px) {
  body .body .link-button {
    display: block !important;
    width: 70% !important;
    margin: 1em auto !important;
    text-align: center !important;
  }
}

.coupon-text {
  font-size: 1.5em; /* 大きめにする */
  margin-top: 1em;
  text-align: center; 
  font-weight: bold;
}

.copy-button {
  margin: 0.3em auto 1em !important;
  background-color: #313358;
  color: #fff;
  border: none;
  padding: 0.25em 0.75em;
  cursor: pointer;
  font-size: 0.7em;
  border-radius: 4px;
  text-align: center;!important;
  float: none !important; /* 万一 floatが残ってたら上書き */
}


.coupon-label {
  font-size: 1.2em; /* クーポンコードの説明文 */
  font-weight: normal;
}

#couponCode {
  font-size: 2em; /* クーポンコード自体（大きく・太く） */
  font-weight: bold;
}


.more-button {
  display: inline-block;
  padding: 0.5em 2em;
  border: 1px solid #333;
  background-color: #fff;
  color: #333;
  font-size: 1em;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.more-button:hover {
  background-color: #333;
  color: #fff;
}

.category-btn {
  display: block!important;
  min-width: 7em;
  padding: 0.6em;
  background-color: #e60012; /* 鮮やかな赤 */
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.about_txt {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 1.8;
}

/* ====== 注釈文 ====== */
.note {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  padding: 1em;
  margin-top: 1.5em;
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  text-align: center;
}

.note-title {
  font-weight: 900;
  margin-bottom: 0.8em;
  font-size: 16px;
  color: #333;
  text-align: center;
}
.note p {
  margin: 0 0 0.5em;
  
}

@media screen and (max-width: 768px) {
  .note {
    text-align: left;
  }
}


.small-icon {
  font-size: 13px; 
  vertical-align: middle; 
  margin-right: 0.3em; 
}

.headline-with-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em; /* ▼とテキストの間隔 */
  flex-wrap: nowrap;
  font-size: 1.2em;
}

.icon {
  font-size: 0.8em; /* 小さめの▼ */
  line-height: 1;
}

.label {
  white-space: nowrap; /* テキストが折り返されるのを防ぐ */
}

.h3-style {
  font-size: 1.8em;
}

/* 見出し画像調整 */
.epl_01 .epl_col_left img {
  max-width: 500px;  /* 横幅の上限を指定 */
  width: 100%;       /* 横幅は親に合わせて縮小可 */
  height: auto;      /* 縦横比を維持 */
  margin: 0 auto;    /* センター寄せ */
  display: block;
}

/* 襟型-カフス型 */
.collar-cuffs {
  text-align: center;
  margin: 3em auto;
  max-width: 1024px;
  padding: 0 1em;
}

.collar-cuffs h2.h2 {
  margin: 3em 0 1.5em;
  font-size: 22px;
  font-weight: bold;
}

.collar-cuffs-img img {
  max-width: 800px;  /* PC用はちょっと抑える */
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 600px) {
  .collar-cuffs-img img {
    max-width: 100%; /* SPは幅いっぱい */
  }
  
  .collar-cuffs h2.h2 {
  font-size: 16px;
}
	
}



/* 回遊リンク */
.related-banner {
  margin: 4em auto 4em;
  text-align: center;
  max-width: 1024px;
}

.related-banner img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  transition: opacity 0.3s;
}

.related-banner img:hover {
  opacity: 0.85;
}

/* 黒帯セクション */
.section-title {
  background: #000;
  text-align: center;
  padding: 0.8em 0;
  margin: 3em 0 2em;
}

.section-title img {
  max-width: 500px; /* 画像のサイズ調整 */
  height: auto;
}


/* モデル紹介エリア */
.suit-model {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin: 3em 0 1.5em;
}

.suit-model_left {
  flex: 1.5;   /* ← デフォは 1, 右側より少し広め */
}
.suit-model_right {
  flex: 1;
}


.suit-model_left img {
  width: 100%;
  max-width: 480px; /* ← 画像を大きめに */
  height: auto;
  display: block;
  margin: 0 auto;
}

.suit-model_right {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  margin-left: 0 !important;
  margin-right: auto !important; /* ← 自動で右余白に逃す */
  align-items: flex-start !important;
  justify-content: flex-start !important;
}


.suit-model_right h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em;
}

.suit-model_right p {
  margin-bottom: 1.5em;
  font-size: 15px;
}

.suit-model_right .link-button {
  display: inline-block;
  margin-top: 1em;
}


.section-intro {
  text-align: center!important;
  margin: 1.5em 0 3em;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

/* 大見出し */
.suit-model_right .h2.model-title {
  font-family: var(--font-base, "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif);
  font-weight:bold;
  font-size: 25px;        
  line-height: 1.25;
  letter-spacing: .02em;
  margin: 0 0 1.5em;
  text-align: left;
}

/* 小見出し */
.suit-model_right .model-subtitle {
  font-size: 18px;
  font-weight: 700;
  margin: 1.2em 0 .5em;
  line-height: 1.4;
}

/* 本文テキスト */
.suit-model_right p {
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 .9em;
}




/* SP表示 */
@media screen and (max-width: 768px) {
  .suit-model {
    flex-direction: column;
    text-align: center;
  }

  .suit-model_left img {
    max-width: 80%;
  }

  .suit-model_right {
    margin-top: 1.5em;
	text-align: center;
  }
	
 .suit-model_right .h2.model-title {
   font-size: 24px;
   text-align: left;
   font-weight:900;
}
	
  .suit-model_right p {
   text-align: left;
   margin-left: 1em;
   margin-right: 1em;
}	
	
  .suit-model_right .model-subtitle {
   text-align: left;
   margin-left: 1em;
   margin-right: 1em;
   font-size: 16px;
}
}

	
/* PC用スーツモデルエリア調整 */
@media screen and (min-width: 769px) {
  .suit-model {
    justify-content: center !important; /* ← セクション全体を中央寄せ */
    gap: 6% !important;                 /* ← epl の左右間隔と同じくらい */
  }

  .suit-model_left {
    flex: 0 0 47% !important; /* epl と同じ比率 */
    max-width: 460px;         /* ← 少し大きめにしたいなら調整 */
  }

  .suit-model_right {
    flex: 0 0 47% !important; /* epl と同じ比率 */
  }
	
	.suit-model {
    justify-content: center !important; /* ← 中央寄せ */
    gap: 100px !important;               /* ← 今の余白感を維持 */
    margin: 3em auto 1.5em !important;  /* ← セクション自体を中央に */
    max-width: 1024px;                  /* ← ページ幅に収まるよう制御（任意） */
  }
	
}

/* サイズ表 */
/* サイズ表全体 */
.size-chart-block {
  text-align: center;
  margin: 2em auto;
  max-width: 900px;
}

/* 画像＋表の横並び */
.size-chart-with-image {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: nowrap; /* 常に横並び */
}


/* 左側画像 */
.chart-image img {
  max-width: 180px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* 横スクロール対応 */
.chart-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* 表デザイン */
.size-chart {
  border-collapse: collapse;
  min-width: 500px;
  margin: 0 auto;
  font-size: 14px;
  width: 60%;   /* 親要素の幅いっぱいに */
  table-layout: fixed; /* 列幅を均等に分配 */
}

.size-chart th,
.size-chart td {
  border: 1px solid #ddd;
  padding: 10px 14px;
  text-align: center;
  font-weight: 500;
}

/* 横軸（S・M・L・XL） */
.size-chart thead th {
  background-color: #000;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

/* 縦軸（首回り・肩幅など） */
.size-chart tbody th {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  text-align: left; /* 左寄せにすると見やすい */
  padding: 10px 12px;
  white-space: nowrap;
}

/* 偶数行の背景色（データ部分だけ） */
.size-chart tbody tr:nth-child(even) td {
  background-color: #fafafa;
}

/* 注釈文 */
.size-note {
  font-size: 12px;
  color: #666;
  margin-top: 0.5em;
  text-align: center;
}

/* SPの表 */
@media screen and (max-width: 767px) {

  /* 横軸（S・M・L・XL） */
  .size-chart {
    width: 100%;
    table-layout: fixed;   /* 各列を均等に分割 */
    font-size: 12px;       /* フォントを少し小さくして収める */
  }

 .size-chart th,
  .size-chart td {
    padding: 6px 4px;      /* 余白を詰める */
    text-align: center;
    word-break: keep-all;  /* 英字・数値が折り返されないように */
  }

  .size-chart thead th {
    font-size: 12px;
  }

  .size-chart tbody th {
    font-size: 12px;
    white-space: nowrap;   /* 項目名が縦に潰れないように */
  }

  /* 画像エリア：画面の約1/3弱 */
  .chart-image {
    flex: 0 0 28%;   /* 28%固定（調整可：25〜30%） */
  }
  .chart-image img {
    width: 100%;     /* コンテナ幅いっぱいに */
    height: auto;
  }

  /* 表エリア：残りの幅を使用 */
  .chart-table-wrapper {
    flex: 0 0 72%;   /* 残りを確保 */
    min-width: 400px; /* 横スクロール用の幅を確保 */
  }

  .size-chart {
    font-size: 13px;
  }
  .size-chart th,
  .size-chart td {
    padding: 6px 8px;
  }
}	



/* 表のUX最適通*/
/* 共通 */
.size-chart-container {
  width: 100%;
}

/* PC用タブ */
.pc-only { display: block; }
.sp-only { display: none; }

.tab-header {
  display: flex;
  gap: 30px;
  margin-bottom: 3em;
  justify-content: center; /* 中央揃え */
}
.tab-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; /* 縦揃え */
  width: 250px; /* 固定幅にすると揃いやすい */
  padding: 10px;
  border: 2px solid #ccc;
  background: #fff;
  cursor: pointer;
  text-align: center;
}

.tab-btn img {
  max-width: 95%;   
  height: auto;
  display: block;
  margin: 0 auto 5px; /* 上下センタリング用 */
}

.tab-btn.active {
  background: #d7cba3; /* ベージュ系 */
}

.tab-content .tab-panel {
  display: none;
}
.tab-content .tab-panel.active {
  display: block;
}

/* SP用アコーディオン */
.accordion-btn {
  display: flex;
  align-items: center;
  width: 90%;
  border: none;
  background: #d4d4d4;
  padding: 10px;
  cursor: pointer;
  text-align: left;
  justify-content: flex-start; /* 全体は左寄せ */
  gap: 10px;         
  margin: 10px auto;
  position: relative;
  border-radius: 8px;
  margin-bottom: 8px;
}
.accordion-btn img {
  width: 33%;
  margin-right: 8px;
  height: auto;
  flex-shrink: 0;
}

.accordion-btn span {
  flex: 1;               /* テキストは残りの幅いっぱいに広がる */
  text-align: left;    /* テキスト部分だけ中央寄せ */
  font-weight: bold;
  font-size: 16px;
  margin-left: 12px;
  color: #000;
  white-space: nowrap;
}

.accordion-content {
  display: none;
  padding: 10px;
  border: 1px solid #ddd;
  width: 100%;
  margin: 0 auto;
}
.accordion-content.active {
  display: block;
}

/* メディアクエリでPC/SP切替 */
@media screen and (max-width: 767px) {
  .pc-only { display: none; }
  .sp-only { display: block; }
}

.accordion-btn:hover {
  background: #d4d4d4;
}

/* ボタン内の画像（大きめに） */
.accordion-btn img.accordion-thumb {
  width: 33%;   
  max-width: 180px;
  height: auto;
  display: block;
  object-fit: contain;
}

/* アコーディオンのコンテンツ部分 */
.accordion-content {
  display: none;
  padding: 10px 0;
}

/* 表 */
.accordion-content .size-chart {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  font-size: 14px;
  min-width: 480px; /* 横スクロール前提 */
}

.accordion-btn::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.accordion-btn.open::after {
  content: "−";
}

/* ===== SP：サイズ表を画面幅に“収める”最優先オーバーライド ===== */
@media (max-width: 767px) {

  /* 余白と文字サイズを圧縮して収める */
  .size-chart th,
  .size-chart td {
    padding: 4px 5px !important;
    text-align: center !important;
    box-sizing: border-box !important;
    word-break: keep-all !important;
  }

  /* 項目名（縦軸）は改行させない＆少し幅を確保 */
  .size-chart tbody th {
    white-space: nowrap !important;
    width: 20% !important;     /* 1列目をやや広めに */
    text-align: left !important;
  }

  /* S/M/L/XL ヘッダの大きさも合わせる */
  .size-chart thead th,
  .accordion-content .size-chart td {
    text-align: center;
    padding: 4px 6px;
  }

  /* ラッパーに横スクロールが残っていたら無効化 */
  .chart-table-wrapper {
    overflow-x: visible !important;
  }
  .accordion-content {
    overflow-x: auto;     /* 横スクロール許可 */
    -webkit-overflow-scrolling: touch;
  }

  .accordion-content .size-chart {
    min-width: 500px;     /* S〜2XLの5サイズ分に余裕を持たせる */
    width: auto;
    font-size: 12px;
	table-layout: auto !important;
  }
}

/* iPhone SEなど (幅400px以下) 向けの調整 */
@media (max-width: 400px) {
  .accordion-btn span {
    font-size: 13px;       /* テキストを少し縮小 */
  }
  .accordion-btn::after {
    right: 8px;            /* ＋マークを気持ち左に寄せる */
    font-size: 18px;       /* アイコンもやや小さめ */
  }
	
  .table-heading {
	 font-size: 15px;
	} 
}


/* ===================== 比較表専用 ===================== */
.comparison-chart-block {
  text-align: center;
  margin: 2em auto;
  flex: 1;
  max-width: 40%; /* 横2つ並び */
}

.comparison-chart-block p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}	

.comparison-chart {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  table-layout: fixed;
}

.comparison-chart th,
.comparison-chart td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
  font-weight: 500;
}

.comparison-chart thead th {
  background-color: #222;
  color: #fff;
  font-weight: bold;
}

.comparison-chart tbody th {
  background-color: #f5f5f5;
  font-weight: bold;
  text-align: left;
  padding: 8px 12px;
  white-space: nowrap;
}

/* 偶数行の背景 */
.comparison-chart tbody tr:nth-child(even) td {
  background-color: #fafafa;
}

/* ===== スマホ調整 ===== */
@media screen and (max-width: 768px) {
  .comparison-chart {
    font-size: 12px;
  }

  .comparison-chart th,
  .comparison-chart td {
    padding: 6px 8px;
  }
}


/* 比較表セクション全体 */
.comparison-chart-section {
  margin: 3em auto;
  max-width: 1200px;
}


/* 横並びラッパー */
.comparison-chart-wrapper {
  display: flex !important;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
}

/* 共通の帯デザイン */
.table-heading {
  font-weight: bold;
  padding: 10px;
  margin: 0 auto 16px;
  text-align: center;
  border-radius: 4px;
}

/* モデル別サイズ表用（ベージュ帯） */
.table-heading.size {
  background-color: #000;
  color: #fff;
  width: 20%; /* モデル別用の幅 */
  margin-bottom: 2em;
}

/* 新旧比較表用（黒帯） */
.table-heading.compare {
  background-color: #000;
  color: #fff;
  width: 30%; /* 比較表用の幅 */
}

/* ====== 比較表アコーディオン（スマホ用） ====== */
.compare-accordion {
width: 90%;
margin: 0 auto;
}

.compare-accordion-btn {
width: 90%;
background: #d4d4d4; /* 黒帯にする */
color: #000;
font-size: 16px;
font-weight: bold;
padding: 15px 20px;
border: none;
border-radius: 8px;
text-align: center;
display: flex;
justify-content: space-between;
align-items: center;
cursor: pointer;
margin-bottom: 6px;
transition: background 0.3s ease;
margin: 0 auto 1em;

}

.compare-accordion-btn:hover {
background: #d4d4d4;
color:#000;
}

.compare-accordion-btn::after {
  content: "+";
  float: right;
  transition: transform 0.2s;
}

.accordion-btn.active::after {
  content: "−";
}

.compare-accordion-content {
display: none;
padding: 10px;
border: 1px solid #ddd;
border-radius: 0 0 6px 6px;
background: #fff;
margin-bottom: 1em;
}

.compare-accordion-content.active {
display: block;
}

/* 中の表を調整 */
.compare-accordion-content .comparison-chart {
font-size: 12px;
width: 100%;
border-collapse: collapse;
}
.compare-accordion-content th,
.compare-accordion-content td {
padding: 6px;
}

/* ===== 比較表用スマホ調整 ===== */
@media screen and (max-width: 768px) {
.table-heading.size {
  background-color: #000;
  color: #fff;
  width: 50%; /* モデル別用の幅 */
  font-size: 16px;
  font-weight: bold;
  padding: 3px 5px;
}

/* 新旧比較表用（黒帯） */
.table-heading.compare {
  background-color: #000;
  color: #fff;
  width: 50%; /* 比較表用の幅 */
  font-size: 16px;
  font-weight: bold;
  padding: 3px 5px;
  margin-bottom: 0;
}
	
.accordion-content .size-note {
  font-size: 12px; 
  color: #666;
  margin-top: 0.5em auto;
  text-align: left;
}
	
}






