@charset "UTF-8";
body {
  color: #333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", Meiryo, Osaka, "sans-serif";
  line-height: 1;
  background: #fff; }

html.wf-active {
  visibility: visible; }

main p,
main li {
  font-size: 20px;
  color: #333; }

img {
  vertical-align: top; }

a:hover {
  text-decoration: none; }

.bg_light {
  background-color: #ffffff !important; }

.bg_blue {
  background-color: #6ab9e7;
  margin: 0;
  padding: 0; }

.bg_img {
  position: relative; }
  .bg_img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-image-set(url(../images/back_pic.png) type("image/jpeg"));
    background-image: image-set(url(../images/back_pic.png) type("image/jpeg"));
    background-repeat: repeat-y;
    background-size: 100%;
    opacity: 0.5;
    z-index: 1; }
  .bg_img > * {
    position: relative;
    z-index: 2; }

.bread .contents_inner {
  width: 1040px;
  margin: 0 auto;
  text-align: center; }

.top {
  margin: 0;
  padding: 0; }

.contents {
  width: 1280px;
  padding: 120px 0;
  margin: 0 auto;
  position: relative;
  text-align: center; }
  .contents.bread, .contents.top {
    padding: 0;
    width: 100%; }
  .contents.last {
    padding-bottom: 0; }
  .contents_img {
    width: 100%; }
  .contents img {
    width: 100%; }
  .contents_inner_title {
    max-width: 1060px;
    margin: 0 auto; }
    .contents_inner_title_comment {
      font-weight: 500;
      margin: 0;
      position: relative;
      background-color: #fff;
      color: #3e82b9;
      font-size: 40px;
      border-radius: 16px;
      padding: 32px 0;
      width: 904px;
      display: inline-block; }
    .contents_inner_title_comment::after {
      content: "";
      position: absolute;
      bottom: -32px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      border-style: solid;
      border-width: 32px 24px 0 24px;
      border-color: #fff transparent transparent transparent; }
    .contents_inner_title_img {
      width: 600px;
      margin: 120px auto 0; }
      .contents_inner_title_img_best {
        max-width: 600px;
        height: auto;
        display: block;
        margin: 0 auto; }
    .contents_inner_title_main {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      margin-top: 56px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
      gap: 24px; }
      .contents_inner_title_main_sub {
        margin: 0;
        display: inline-block;
        background-color: #fff;
        color: #3e82b9;
        font-size: 40px;
        font-weight: bold;
        padding: 12px 16px;
        line-height: 1;
        width: auto; }
      .contents_inner_title_main_key {
        margin: 0;
        color: #fff;
        font-size: 64px;
        font-weight: bold;
        line-height: 1;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        display: inline-block;
        -webkit-transform: translateY(8px);
        -ms-transform: translateY(8px);
        transform: translateY(8px); }

.small_dot {
  position: relative;
  display: inline-block; }
  .small_dot::before, .small_dot::after {
    content: "";
    position: absolute;
    width: 8px;
    /* ドットの横幅 */
    height: 8px;
    /* ドットの縦幅 */
    background-color: #fff;
    border-radius: 50%; }
  .small_dot::before {
    top: -16px;
    left: 28px; }
  .small_dot::after {
    top: -16px;
    left: 92px; }
  .small_dot_3 {
    position: relative;
    display: inline-block; }
    .small_dot_3::before {
      content: "";
      position: absolute;
      width: 8px;
      /* ドットの横幅 */
      height: 8px;
      /* ドットの縦幅 */
      background-color: #fff;
      border-radius: 50%; }
    .small_dot_3::before {
      top: -16px;
      left: 28px; }

.small_text {
  font-size: 40px; }

.item_list img {
  width: auto;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges; }

.item_point_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .item_point_list li {
    width: calc(33% - 20px); }
    .item_point_list li:nth-child(4) {
      font-size: 13px;
      letter-spacing: .04em;
      line-height: 1.2;
      width: 100%;
      margin-top: 32px; }
  .item_point_list_top {
    width: 50%;
    margin: auto; }

.item_detail_text {
  width: contain;
  margin: 0 auto; }

.item_detail p {
  text-align: left; }

.item_detail_name {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .08em;
  margin-top: 24px; }

.item_detail_price {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: .08em;
  margin-top: 4px; }
  .item_detail_price span {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: .04em; }
  .item_detail_price_regular {
    font-size: 16px;
    letter-spacing: .08em;
    margin-top: 8px;
    text-decoration: line-through; }
  .item_detail_price_sale {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: .04em;
    padding-top: 8px;
    position: relative; }
    .item_detail_price_sale:last-of-type {
      margin-top: auto; }
    .item_detail_price_sale::before {
      width: 32px;
      height: 32px;
      margin: 0 4px -4px 0; }
    .item_detail_price_sale span {
      font-size: 16px;
      font-weight: bold;
      letter-spacing: .04em; }
    .item_detail_price_sale_bottom {
      margin-bottom: 56px; }

.item_detail_button {
  font-size: 20px;
  letter-spacing: .16em;
  width: 32%;
  margin: 0 auto;
  color: #fff !important;
  background-color: #00174f;
  border-radius: 8px;
  display: block;
  text-align: center;
  position: relative;
  font-weight: bold; }
  .item_detail_button a {
    width: 100%;
    height: 100%; }
  .item_detail_button::after {
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
    position: absolute;
    top: calc(50% - 6px);
    right: 47px; }

.item_detail_list {
  width: 588px;
  margin: 80px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .item_detail_list li {
    width: calc(50% - 40px); }
    .item_detail_list li:nth-child(n+3) {
      margin-top: 40px; }
  .item_detail_list_title {
    font-size: 22px;
    letter-spacing: .04em;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 8px;
    font-weight: bold;
    border-bottom: 2px solid #333; }
  .item_detail_list_text {
    font-size: 17px;
    letter-spacing: .02em;
    line-height: 1.6;
    margin-top: 8px; }

.item_list {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 72px 24px;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .item_list li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .item_list li > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      height: 100%; }
    .item_list li .item_detail {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      gap: 8px; }
  .item_list .item_detail_button {
    font-size: 16px;
    width: 100%;
    margin-top: auto !important;
    padding: 16px 0;
    text-align: center; }
  .item_list .coming_soon.item_detail_button::after {
    display: none; }
  .item_list_img_i-shirt06 {
    width: 110.6%;
    margin-left: -5.3%; }
  .item_list + .button_bottom {
    margin-top: 80px; }

.col-3 {
  grid-template-columns: repeat(3, 1fr);
  max-width: calc(((100% - 60px) / 4) * 3 + 40px);
  margin-left: auto;
  margin-right: auto; }

.col-1 {
  grid-template-columns: repeat(1, 1fr);
  max-width: calc((100% - 60px) / 4);
  margin-left: auto;
  margin-right: auto; }

.col-2 {
  margin-top: 72px;
  grid-template-columns: repeat(2, 1fr);
  max-width: calc(((100% - 60px) / 4) * 2 + 20px);
  margin-left: auto;
  margin-right: auto; }

.price_red {
  color: #ff1d25; }

.bottom_btn {
  margin-top: 120px;
  text-align: center; }
  .bottom_btn .item_detail_button {
    font-size: 24px;
    width: 700px;
    max-width: 100%;
    padding: 33px 0; }
    .bottom_btn .item_detail_button::after {
      width: 16px;
      height: 16px;
      top: calc(50% - 8px);
      right: 132px; }
  .bottom_btn a {
    color: #fff;
    display: inline-block;
    width: 700px;
    max-width: 100%; }

.mens_top {
  margin: 120px auto;
  background-color: red;
  text-align: center;
  width: 1280px; }
  .mens_top .item_detail_button {
    margin: 0 auto;
    background-color: #333; }

.bread-crumb li {
  font-size: 14px;
  line-height: 1.6; }

.main_visual {
  margin: 0;
  padding: 0; }
  .main_visual h1 {
    width: 100%;
    margin: 0;
    padding: 0; }
  .main_visual picture {
    width: 100%;
    display: block; }
  .main_visual img {
    width: 100%;
    height: auto;
    display: block; }

.navi_sub {
  font-size: 40px;
  font-weight: bold;
  line-height: normal;
  background: -webkit-gradient(linear, left top, right top, from(#1573b2), color-stop(#71bce9), to(#1573b2));
  background: -webkit-linear-gradient(left, #1573b2, #71bce9, #1573b2);
  background: -o-linear-gradient(left, #1573b2, #71bce9, #1573b2);
  background: linear-gradient(to right, #1573b2, #71bce9, #1573b2);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 72px; }

.navi_text {
  font-size: 18px;
  letter-spacing: .04em;
  line-height: 1.8;
  margin-bottom: 120px; }

.navi_list {
  max-width: 880px;
  margin: 0 auto;
  display: grid;
  grid-template: repeat(2, 1fr)/repeat(3, 1fr);
  gap: 24px 32px;
  padding: 0;
  list-style: none; }
  .navi_list li {
    width: 272px;
    height: 72px;
    background: -webkit-gradient(linear, left top, right top, from(#1573b2), color-stop(#2195cf), to(#1573b2));
    background: -webkit-linear-gradient(left, #1573b2, #2195cf, #1573b2);
    background: -o-linear-gradient(left, #1573b2, #2195cf, #1573b2);
    background: linear-gradient(to right, #1573b2, #2195cf, #1573b2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 !important;
    padding: 0; }
    .navi_list li a {
      width: 100%;
      height: 100%;
      color: #fff;
      font-size: 24px;
      font-weight: normal;
      letter-spacing: .06em;
      line-height: 72px;
      text-align: center;
      padding: 0;
      position: relative;
      display: block; }
      .navi_list li a::after {
        width: 12px;
        height: 12px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        content: "";
        position: absolute;
        top: calc(50% - 8px);
        right: 32px; }

@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; }
  img, picture, source {
    max-width: 100% !important;
    height: auto !important; }
  .bread .contents_inner {
    width: 100%;
    padding: 0 16px; }
  .small_dot::before {
    top: -12px;
    left: 11px; }
  .small_dot::after {
    top: -12px;
    left: 43px; }
  .small_dot_3::before {
    top: -12px;
    left: 11px; }
  .small_text {
    font-size: 24px; }
  .contents {
    max-width: 100%;
    padding: 40px 16px; }
    .contents_inner {
      max-width: 100%;
      width: 100% !important;
      max-width: 100% !important;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .contents_inner_title {
        width: 100%;
        max-width: 600px; }
        .contents_inner_title_comment {
          max-width: 80%;
          font-size: 20px;
          font-weight: 500;
          padding: 8px 0;
          line-height: normal; }
        .contents_inner_title_comment::after {
          bottom: -24px;
          border-width: 24px 16px 0 16px; }
        .contents_inner_title_img {
          width: 100%;
          max-width: 600px;
          margin: 32px auto 0; }
        .contents_inner_title_main {
          margin-top: 32px;
          width: 100%;
          max-width: 584px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          gap: 16px;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .contents_inner_title_main_sub {
            font-size: 24px;
            padding: 8px 24px; }
          .contents_inner_title_main_key {
            font-size: 32px; }
  .item_list {
    margin-top: 24px;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 16px;
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .item_detail_name {
    font-size: 16px;
    margin-top: 24px; }
  .item_detail_price {
    font-size: 24px;
    margin-top: 58px; }
    .item_detail_price_sale {
      font-size: 24px;
      padding-top: 16px; }
      .item_detail_price_sale_bottom {
        margin-bottom: 24px; }
  .item_detail_button {
    width: 408px;
    max-width: 100%;
    margin-top: 32px; }
    .item_detail_button::after {
      right: 16px; }
  .item_list .item_detail_button {
    text-align: left;
    padding: 16px; }
  .coming_soon {
    text-align: center !important; }
  .col-3 {
    grid-template-columns: repeat(2, 1fr); }
  .col-1 {
    grid-template-columns: unset; }
    .col-1 li {
      width: calc(55% - 8px);
      margin: 0 auto; }
  .col-2 {
    grid-template-columns: repeat(2, 1fr); }
  .navi_sub {
    margin: 0;
    font-size: 24px;
    max-width: 100%; }
  .navi_text {
    font-size: 14px;
    margin: 24px auto 0;
    max-width: 100%; }
  .navi_list {
    margin-top: 40px;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px !important;
    max-width: 100%;
    width: 100%; }
    .navi_list li {
      width: 100%;
      height: 48px !important; }
      .navi_list li a {
        text-align: center;
        font-size: 16px;
        line-height: 1;
        padding: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center; }
        .navi_list li a::after {
          width: 8px;
          height: 8px;
          border-right: 2px solid #fff;
          border-bottom: 2px solid #fff;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          top: calc(50% - 4px);
          right: 12px; }
      .navi_list li:last-child a img {
        width: 72%;
        padding-top: 2px; }
    .navi_list.__side {
      display: none; }
  .bottom_btn {
    margin-top: 24px;
    text-align: center !important; }
    .bottom_btn .item_detail_button {
      margin-top: 8px;
      font-size: 22px;
      width: 700px;
      padding: 16px 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .bottom_btn .item_detail_button::after {
        width: 16px;
        height: 16px;
        top: calc(50% - 8px);
        right: 16px; }
    .bottom_btn a {
      color: #fff;
      display: inline-block;
      width: 100%; }
  .mens_top {
    margin: 40px auto;
    padding: 0 16px;
    max-width: 100%; }
    .mens_top .item_detail_button {
      margin: 0 auto;
      background-color: #333;
      width: 100%; } }

.u-fade-type-up {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0; }

.u-fade-type-up.is-active {
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }
