/* -------------------------------
  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: 40px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.contents {
  width: 100%;
}
.contents.ice {
  margin-top: 80px;
  background: url(../images/bg.jpg) no-repeat;
  background-size: cover;
}
.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-between;
}
.column_layout_item {}
.column_layout_item.half {
  width: calc(50% - 16px);
}
.column_layout_item.half:nth-child(n+3){
  margin-top: 24px;
}
.column_layout_item.type_four {
  width: calc(25% - 32px);
}
.column_layout_item.one-third {
  width: calc(33% - 33px);
}
.column_layout_item.one-third:nth-child(n+4){
  margin-top: 32px;
}
.column_layout_item.one-third:nth-child(5){
  margin-right: auto;
  margin-left: 54px;
}
.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.pants_img {
  width: 24%;
}
.column_layout_item.pants_detail {
  width: calc(76% - 80px);
  padding: 80px 0 0 0;
  display: flex;
  flex-direction: column;
}

/* -- 02.メインビジュアル
--------------------------------------------- */

.main_visual {
  width: 100%;
}

/* -- 03.各ページ対応
--------------------------------------------- */

/* - テキスト系 - */
.tit_main {
  color: #333;
  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: 80px;
}
.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: #fff;
  font-size: 50px;
  font-weight: bold;
  border-bottom: 16px double #fff;
}
.tit_tb_border {
  color: #333;
  font-size: 30px;
  font-weight: bold;
  width: 80%;
  margin: 0 auto;
  padding: 12px 0 8px;
  border-top: 2px #333 solid;
  border-bottom: 2px #333 solid;
  position: relative;
}
.tit_tb_border::after {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  width: 120px;
  background-color: #fff;
  border: 1px solid #333;
  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_border {
  color: #333;
  font-size: 23px;
  font-weight: bold;
  border: 1px #333 solid;
  background-color: #fff;
  width: 240px;
  margin: 0 auto;
}
.tit_arrow {
  font-size: 25px;
  font-weight: bold;
  text-align: left;
  width: 100%;
  padding: 0 0 16px 32px;
  box-sizing: border-box;
  border-bottom: 1px solid #333;
  position: relative;
}
.tit_arrow::after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #333;
  width: 102px;
}
.tit_arrow.left::after {
  bottom: -37px;
  left: -87px;
  transform: rotate(315deg);
}
.tit_arrow.right::after {
  bottom: -37px;
  right: -87px;
  transform: rotate(45deg);
}
.tit_arrow + p {
  padding: 0 0 0 32px;
}
.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: #ffff00 !important;
}
.font-color-white {
  color: #fff !important;
}
.annotation {
  font-size: 14px;
  vertical-align: top;
}
.txt_annotation {
  color: #333;
  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: 240px;
  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;
  min-width: 400px;
}
.btn_box {
  margin: 40px auto 0;
}
.btn_txt {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}
.txt_money {
  color: #333;
  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: linear-gradient(-20deg, #0080c3 0%, #004c80 100%);
  position: relative;
  z-index: -2;
}
.border_single::after {
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  border: 4px solid #fff;
  box-shadow: 0px 0px 3px 1px white, inset 0px 0px 3px 1px white;
  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;
}
.ornament::before,.ornament::after {
  width: 120px;
  height: 120px;
  content: '';
  position: absolute;
  background: url("../images/img_ornament.png") no-repeat;
  background-size: 120px;
}
.ornament::before {
  top: 17px;
  right: 17px;
}
.ornament::after {
  bottom: 17px;
  left: 17px;
  transform: rotate(180deg);
}
.list_point li {
  color: #fff;
  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.png);
}
.list_point li:nth-child(2) {
  background-image: url(../images/point_02.png);
}
.list_point li:nth-child(3) {
  background-image: url(../images/point_03.png);
}
.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;
}
.box_set-up {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
}
.box_set-up.type-on {
  margin-top: 40px;
  background-image: url("../images/img_set-up_02.png");
  background-size: 400px;
  background-position: right top;
}
.box_set-up.type-off {
  margin-top: 40px;
  padding-top: 40px;
  background-image: url("../images/img_set-up_04.png");
  background-size: 500px;
  background-position: left 40px;
}
.box_set-up + .btn_box {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box_set-up + .btn_box .txt_money {
  margin-left: 16px;
}
.box_set-up.type-on .box_set-up_inner {
  min-height: 630px;
  padding: 40px 32% 0 0;
  text-align: left;
}
.box_set-up.type-off .box_set-up_inner {
  min-height: 660px;
  padding: 0 0 0 32%;
  text-align: left;
}
.box_set-up_tit {
  font-size: 25px;
  font-weight: bold;
  text-align: left;
  width: 100%;
  padding: 0 0 16px 32px;
  box-sizing: border-box;
  border-bottom: 1px solid #333;
  position: relative;
}
.box_set-up_tit::after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #333;
}
.type-on .box_set-up_tit::after {
  width: 102px;
  bottom: -37px;
  right: -87px;
  transform: rotate(45deg);
}
.type-off .box_set-up_tit::after {
  width: 60px;
  bottom: -22px;
  left: -51px;
  transform: rotate(315deg);
}
.box_set-up_tit + p {
  padding-left: 32px;
}
.box_set-up_img {
  width: 72%;
}
.type-on .box_set-up_img {
  margin: 40px 0 0 32px;
}
.type-off .box_set-up_img {
  margin: 40px 0 0 auto;
}
.i-suit_color {
  background: url(../images/img_i-suit_color_01.png) no-repeat 380px 480px / 80px;
}

/* -- 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;
  }
  .pt_80 {
    padding-top: 4% !important;
  }
  /* カラムレイアウト */
  .column_layout_item.type_four,
  .column_layout_item.half,
  .column_layout_item.one-third {
    width: calc(50% - 8px);
  }
  .column_layout_item.half .column_layout_item.half:nth-child(n+3),
  .column_layout_item.one-third:nth-child(n+3) {
    margin-top: 16px;
  }
  .column_layout_item.one-third:nth-child(5) {
    margin-left: 0;
  }
  .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_border {
    font-size: 18px;
  }
  .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;
  }
  /* ボタン系 */
  .btn_mini {
    font-size: 16px;
    width: 160px;
    min-width: 160px;
    max-width: 80%;
  }
  .btn_mini.type_white {
    min-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%;
  }
  .ornament::before,.ornament::after {
    width: 80px;
    height: 80px;
    background-size: 80px;
  }
  .column_layout_item.pants_detail {
    width: 72%;
    padding: 0;
  }
  .tit_arrow,
  .box_set-up_tit {
    font-size: 16px;
    padding: 0 0 16px 16px;
  }
  .tit_arrow + p,
  .box_set-up_tit + p {
    margin-top: 16px;
    padding: 0 0 0 16px;
  }
  .tit_arrow.left::after,
  .tit_arrow.right::after,
  .type-on .box_set-up_tit::after,
  .type-off .box_set-up_tit::after {
    z-index: -1;
  }
  .box_set-up.type-on {
    background-size: 180px;
  }
  .box_set-up.type-on .box_set-up_inner {
    padding-top: 16px;
    min-height: initial;
  }
  .type-on .box_set-up_img {
    margin-top: 16px;
  }
  .box_set-up + .btn_box {
    flex-direction: column;
    margin: 16px 0;
  }
  .box_set-up.type-off {
    margin-top: 0;
    background-size: 208px;
    background-position-y: 145px;
  }
  .box_set-up.type-off .box_set-up_inner {
    min-height: initial;
  }
  #i-suit img {
    width: auto;
    max-height: 320px;
  }
  .i-suit_color {
    background: url(../images/img_i-suit_color_01.png) no-repeat right 230px / 30px;
  }
}

/* -- 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;
}