/* -------------------------------
  copyright 2023 creative-web inc
 ------------------------------- */

@charset "UTF-8";

/* -- 01.共通
--------------------------------------------- */

main {
  overflow-x: hidden;
}

html {
  visibility: hidden;
}

body {
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", Meiryo, Osaka, "sans-serif";
  line-height: 1.6;
  background: #fff;
}

html.wf-active {
  visibility: visible;
}

main p,
main li {
  font-size: 20px;
  color: #333333;
}

img {
  vertical-align: top;
}

a:hover {
  text-decoration: none;
}

.pb_0 {
  padding-bottom: 0 !important;
}

.pt_80 {
  padding-top: 80px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mt40 {
  margin-top: 40x !important;
}

.mt80 {
  margin-top: 80px !important;
}

.contents {
  width: 100%;
}

.contents.stripe {
  background: linear-gradient(90deg, #0096dc 0%, #0096dc 50%, #00afe6 50%, #00afe6 100%);
  margin-top: 80px;
  position: relative;
  z-index: 0;
}

.contents.stripe::before {
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(-45deg,
      rgba(255, 255, 255, .1),
      rgba(255, 255, 255, .1) 2px,
      rgba(255, 255, 255, .0) 0,
      rgba(255, 255, 255, .0) 80px);
  position: absolute;
  content: '';
  z-index: 1;
}

.contents.stripe_change {
  background: linear-gradient(90deg, #00afe6 0%, #00afe6 50%, #0096dc 50%, #0096dc 100%);
}

.contents_innner {
  width: 1040px;
  margin: 0 auto;
  padding: 0 0 80px;
  text-align: center;
  position: relative;
  z-index: 3;
}

.contents_innner_item {
  width: 800px;
  margin: 80px auto 0;
}

.bread-crumb li {
  font-size: 14px;
  line-height: 1.6;
}

/* カラムレイアウト */
.column_layout {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.column_layout_item {}

.column_layout_item.half {
  width: calc(50% - 24px);
}

.column_layout_item.half:nth-child(n+3) {
  margin-top: 24px;
}

.column_layout_item.type_four {
  width: calc(50% - 25%);
}

.column_layout_item.size-img {
  width: 320px;
}

.column_layout_item.size-img img {
  width: 100%;
}

.column_layout_item.size-detail {
  width: calc(100% - 360px);
}

.column_layout_item.necktie_img {
  width: 32%;
}

.column_layout_item.necktie_detail {
  width: calc(68% - 80px);
}

/* -- 02.メインビジュアル
--------------------------------------------- */

.main_visual {
  width: 100%;
}

/* -- 03.各ページ対応
--------------------------------------------- */

/* - テキスト系 - */
.tit_main {
  color: #0062a3;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.24rem;
  margin-top: 40px;
}

.tit_sub {
  color: #333;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.24rem;
  margin-top: 40px;
}

.tit_marker {
  color: #0062a3;
  font-size: 32px;
  font-weight: bold;
  display: inline-block;
  padding: 0 24px;
  margin-top: 80px;
  background: linear-gradient(transparent 72%, #ffff00 72%);
}

.tit_double-line {
  color: #0062a3;
  font-size: 50px;
  font-weight: bold;
  border-bottom: 16px double #0062a3;
}

.tit_tb_border {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  width: 80%;
  margin: 0 auto;
  padding: 12px 0 8px;
  border-top: 2px #fff solid;
  border-bottom: 2px #fff solid;
  position: relative;
}

.tit_tb_border::after {
  color: #0062a3;
  font-size: 18px;
  font-weight: bold;
  width: 120px;
  background-color: #fff;
  display: inline-table;
  position: absolute;
  top: -16px;
  right: calc(50% - 60px);
}

.tit_tb_border.tit_pick-up::after {
  content: 'PICK UP';
}

.tit_tb_border.tit_point::after {
  content: 'POINT';
}

.tit_b_border {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  border-bottom: 2px #fff solid;
  width: 50%;
  margin: 0 auto;
}

.tit_nm {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  text-align: left;
  padding: 16px 0 0 96px;
  position: relative;
}

.tit_nm::before {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 2px;
  left: 8px;
}

.tit_nm.tit_nm_01:before {
  content: '01';
}

.tit_nm.tit_nm_02:before {
  content: '02';
}

.tit_nm.tit_nm_03:before {
  content: '03';
}

.tit_nm.tit_nm_04:before {
  content: '04';
}

.tit_nm.tit_nm_02,
.tit_nm.tit_nm_04 {
  padding: 16px 0 0 160px;
}

.tit_nm.tit_nm_02:before,
.tit_nm.tit_nm_04:before {
  left: 88px;
  ;
}

.tit_nm.tit_nm_02+p,
.tit_nm.tit_nm_04+p {
  padding-left: 80px;
}

.tit_nm::after {
  width: 100%;
  border-bottom: 2px solid #fff;
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
}

.txt {
  margin-top: 40px;
  line-height: 2;
  letter-spacing: 0.16rem;
}

.txt_left {
  text-align: left;
}

.txt_right {
  text-align: right;
}

.txt_mini {
  font-size: 18px;
}

.txt.catch {
  line-height: 2.4;
}

.font-main-color {
  color: #0062a3 !important;
}

.font-color-yellow {
  color: #fff100 !important;
}

.font-color-white {
  color: #fff !important;
}

.annotation {
  font-size: 14px;
  vertical-align: top;
}

.txt_annotation {
  color: #fff;
  font-size: 14px;
  text-align: left;
  letter-spacing: 0.08rem;
  margin-top: 16px;
}

/* 画像切り替え */
.hover_change {
  display: block;
  position: relative;
  overflow: hidden;
}

.hover_change::before,
.hover_change::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  margin: auto;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  opacity: 0;
}

.hover_change::before {
  background: rgba(0, 90, 175, .6);
  width: 100%;
  height: 100%;
}

.hover_change::after {
  color: #fff;
  content: "See more";
  font-size: 22px;
  font-weight: bold;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  bottom: 0;
  right: 0;
}

.hover_change:hover::before,
.hover_change:hover::after {
  opacity: 1;
}

/* 商品ボタン付近 */
.btn_mini {
  color: #fff !important;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.16rem;
  width: 100%;
  max-width: 400px;
  padding: 4px 0;
  margin: 16px auto 0;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #002870;
  display: block;
}

.btn_mini.type_white {
  color: #002870 !important;
  background-color: #fff;
  border: 2px solid #002870;
}

.btn_box {
  margin: 40px auto 0;
}

.btn_txt {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}

.txt_money {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
}

.txt_money span {
  font-size: 18px;
}

.btn_white {
  color: #002870 !important;
  font-size: 24px;
  font-weight: bold;
  border: 3px solid #002870;
  background-color: #fff;
  width: 80%;
  margin: 80px auto 0;
  border-radius: 25px;
  display: block;
}

.btn_top {
  color: #fff !important;
  font-size: 24px;
  font-weight: bold;
  background-color: #002870;
  border-radius: 25px;
  display: block;
}

.btn_btm_wrap {
  display: flex;
  flex-direction: column;
}

.btn_btm_wrap .btn_box {
  margin-top: auto;
}

/* サブコンテンツ */
.border_single {
  padding: 40px;
  background-color: #fff;
  position: relative;
  z-index: -2;
}

.border_single::after {
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  border: 6px solid #005aaf;
  margin: 16px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: -1;
}

.border_single .point {
  width: 320px;
  position: absolute;
  top: 32px;
  left: -80px;
  z-index: 10;
}

.list_point li {
  letter-spacing: 0.08rem;
  background: no-repeat left 8px / 56px;
  padding: 0 0 0 72px;
  margin-top: 24px;
}

.list_point li:nth-child(1) {
  margin-top: 0;
  background-image: url(../images/point_01.jpg);
}

.list_point li:nth-child(2) {
  background-image: url(../images/point_02.jpg);
}

.list_point li:nth-child(3) {
  background-image: url(../images/point_03.jpg);
}

.price-down {
  position: relative;
}

.price-down::before {
  width: 180px;
  height: 24px;
  border-top: 3px solid #fff;
  transform: rotate(8deg);
  position: absolute;
  content: '';
  top: 28px;
  left: 20px;
}

.price-down::after {
  width: 24px;
  height: 16px;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 24px solid #fff;
  position: absolute;
  content: '';
  top: 16px;
  right: -26px;
}

.size-setup {
  width: 640px;
  margin: 40px auto 0;
}

.img_center_box {
  width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

/* ビズポロ */
#polo-shirt .tit_b_border {
  width: 80%;
  line-height: 1.2;
  padding-bottom: 16px;
}

/* #polo-shirt .column_layout_item.half .btn_box .column_layout_item.half{
  width: 100%;
} */
#polo-shirt .column_layout_item.half {
  width: calc(50% - 32px);
}

#polo-shirt .column_layout_item.half .btn_box {
  margin-top: 16px;
}

#polo-shirt .column_layout_item.half.sp_wide:nth-child(n+3) {
  margin-top: 40px;
}

/* -- 04.レスポンシブ
--------------------------------------------- */
@media screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }

  .pcOnly {
    display: block;
  }
}

@media screen and (max-width: 767px) {

  main p,
  main li {
    font-size: 14px;
  }

  .spOnly {
    display: block;
  }

  .pcOnly {
    display: none;
  }

  .contents_innner {
    width: 92%;
    padding-bottom: 40px;
  }

  .sp_mt0 {
    margin-top: 0 !important;
  }

  .sp40 {
    margin-top: 40px !important;
  }

  /* カラムレイアウト */
  .column_layout_item.type_four,
  .column_layout_item.half {
    width: calc(50% - 8px);
  }

  .column_layout_item.half .column_layout_item.half:nth-child(n+3) {
    margin-top: 16px;
  }

  .column_layout_item.half.sp_wide {
    width: 100%;
  }

  .column_layout_item.half.sp_wide .sp_min_img {
    width: 32%;
  }

  .column_layout_item.half.sp_wide .sp_min_detail {
    width: calc(68% - 16px);
  }

  .sp_four_wrap {
    justify-content: flex-start;
  }

  .sp_four_wrap .column_layout_item {
    width: calc(25% - 16px);
  }

  .sp_four_wrap .column_layout_item:not(:first-of-type) {
    margin-left: 20px;
  }

  .sp_four_wrap .column_layout_item {
    margin-top: 0 !important;
  }

  .column_layout_item.type_four:not(:nth-child(-n + 2)) {
    margin-top: 8px;
  }

  .column_layout_item.half:nth-child(n+3) {
    margin-top: 0;
  }

  .column_layout.line_up {
    width: 76%;
    margin: 24px auto;
  }

  .contents_innner_item {
    width: 100%;
    margin-top: 40px;
  }

  .column_layout_item.size-img {
    width: 100%;
  }

  .column_layout_item.size-detail {
    width: 100%;
  }

  .column_layout_item.necktie_detail {
    width: calc(68% - 24px);
  }

  /* 文字系 */
  .tit_main {
    font-size: 18px;
  }

  .tit_sub {
    font-size: 20px;
  }

  .tit_marker {
    font-size: 20px;
  }

  .tit_double-line {
    font-size: 24px;
  }

  .txt_money {
    font-size: 20px;
    line-height: 1;
  }

  .btn_box {
    margin: 24px auto 0;
  }

  .btn_txt {
    font-size: 14px;
  }

  .txt_money span {
    font-size: 10px;
    line-height: 1;
  }

  .txt_annotation {
    font-size: 12px;
  }

  .annotation {
    font-size: 10px;
  }

  .tit_tb_border {
    font-size: 24px;
    width: 100%;
  }

  .tit_tb_border::after {
    font-size: 14px;
    width: 80px;
    right: calc(50% - 40px);
  }

  .tit_b_border {
    font-size: 20px;
    width: 96%;
  }

  .tit_b_border+.column_layout {
    margin-top: 24px !important;
  }

  .tit_nm,
  .tit_nm.tit_nm_02,
  .tit_nm.tit_nm_04 {
    font-size: 18px;
    padding: 3px 0 0 54px;
  }

  .tit_nm::before {
    font-size: 28px;
  }

  .tit_nm.tit_nm_02:before,
  .tit_nm.tit_nm_04:before {
    left: 8px;
  }

  .tit_nm+.txt {
    margin-top: 24px;
  }

  .tit_nm.tit_nm_02+p,
  .tit_nm.tit_nm_04+p {
    padding-left: 0;
  }

  /* ボタン系 */
  .btn_mini {
    font-size: 16px;
    max-width: 80%;
  }

  .btn_white {
    font-size: 16px;
    width: 80%;
    margin: 24px auto 0;
  }

  .btn_top {
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
  }

  .btn_btm_wrap .btn_box {
    margin: 24px 0 0;
  }

  .sp_change {
    flex-direction: column-reverse !important;
  }

  /* サブコンテンツ */
  .border_single .point {
    width: 200px;
    top: -16px;
    left: -16px;
  }

  .size-setup {
    width: 80%;
  }

  .price-down::before {
    width: 100px;
    top: 9px;
    left: 0;
  }

  .price-down::after {
    width: 12px;
    height: 9px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 9px solid #fff;
    top: 9px;
    right: -15px;
  }

  .img_center_box {
    width: 80%;
  }

  /* ビズポロ */
  #polo-shirt .column_layout_item.half.sp_wide {
    width: 100%;
  }

  #polo-shirt .tit_b_border {
    width: 90%;
    font-size: 14px;
    padding-bottom: 8px;
  }

  #polo-shirt .column_layout_item.half.sp_wide .sp_min_img {
    width: 32%;
  }

  #polo-shirt .column_layout_item.half .btn_box {
    margin-top: 16px;
  }

  #polo-shirt .column_layout_item.half.sp_wide:nth-child(n+3) {
    margin-top: 0;
  }

  #polo-shirt .column_layout_item.half {
    width: calc(68% - 16px);
  }

  #polo-shirt .sp_four_wrap .column_layout_item.half {
    width: calc(25% - 16px);
  }

  .spsale {
    width: calc(50% - 12px) !important;
  }
}

/* -- 05.アニメーション
--------------------------------------------- */

/* アニメーション前 */
.u-fade-type-up {
  transform: translateY(50px);
  opacity: 0;
}

/* トリガー発火でis-activeを付与 */
.u-fade-type-up.is-active {
  transition: .6s;
  transform: translateY(0);
  opacity: 1;
}