
/* ==========================================================================
初期設定
========================================================================== */

@media only screen and (min-width: 768px) and (max-width: 1600px) {
	html {
		font-size: calc(10 * (100vw / 1600)) !important;
	}
}
@media (max-width: 767px) {
	.lp * {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}
  html {
    font-size: 62.5%;
  }

  :where(.UU230830-mens) img,
  :where(.UU230830-mens) video,
  :where(.UU230830-mens) svg {
    width: 100%;
    height: auto;
  }

  body {
    background-color: #E4E4E4;
  }

  .UU230830-mens .sp_only {
    display: block;
  }

  .UU230830-mens .pc_only {
    display: none;
  }

  .UU230830-mens {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;;
    font-weight: normal;
    font-feature-settings: "palt";
    color: #555555;
    font-weight: 500;
    background-color: #E4E4E4;
  }

/************** js **************/
  /* fade */
  .fade {
    transition-property: opacity, transform;
    transition-duration: 1.5s;
    opacity: 0;
    transform: translateY(1.5rem);
  }

  .fade.onView {
    opacity: 1;
    transform: translateY(0);
  }

  /* border */
  @keyframes border_anime {
    0%{
      width: 0%;
    }
    100%{
      width: 100%;
    }
  }

  .sec_ttl_border {
    position: relative;
  }

  .sec_ttl_border.border_bottom {
    position: relative;
  }

  .sec_ttl_border.border_bottom::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    border-bottom: solid 1px #555555;
    animation: border_anime 1.8s ease forwards;
    animation-delay: 0.5s;
  }

  /* ===========### font ###=========== */

  .UU230830-mens h2 p:first-child,
  .UU230830-mens .sec01 h3,
  .UU230830-mens .sec02 h3 {
    font-family: "jaf-bernina-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  /************** slick（矢印がある場合） **************/
  .UU230830-mens .slider_arrow picture {
    position: relative;
  }
  
  .UU230830-mens .slider_arrow .prev-arrow {
    width: calc(23* (100vw/750));
    height: calc(45* (100vw/750));
    top: 42%;
    left: -11.2%;
    position: absolute;
    content: "";
    display: block;
    z-index: 9999;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/sp/prev.svg);
  }
  
  .UU230830-mens .slider_arrow .next-arrow {
    width: calc(23* (100vw/750));
    height: calc(45* (100vw/750));
    top: 42%;
    right: -11.2%;
    position: absolute;
    content: "";
    display: block;
    z-index: 9999;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/sp/next.svg);
  }


/* ==========================================================================
編集エリア
========================================================================== */

/************** common **************/
  .lp {
    padding-bottom: calc(68* (100vw /750));
  }

  .UU230830-mens {
    padding-bottom: 0;
  }

  /*** sec ***/
  .UU230830-mens .sec {
    width: calc(660* (100vw /750));
  }

  /*** sec_text ***/
  .UU230830-mens .sec_text {
    font-size: calc(24* (100vw /750));
    letter-spacing: 0.075em;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    color: #555;
  }

  /*** sec_tax ***/
  .sec_tax {
    margin-top: calc(46* (100vw /750));
    font-size: calc(20* (100vw /750));
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2;
  }

  /*** h3 ***/
  .UU230830-mens h3 {
    letter-spacing: 0.1em;
    font-weight: 500;
  }

  .UU230830-mens .sec_ttl {
    font-size: calc(32* (100vw /750));
  }

  .sec_ttl_border {
    padding-bottom: calc(28* (100vw /750));
  }

  /*** h4 ***/
  .UU230830-mens h4 {
    margin: calc(76* (100vw /750)) 0 calc(52* (100vw /750));
    font-size: calc(32* (100vw /750));
    letter-spacing: 0.075em;
    line-height: 1.875;
    text-align: center;
    font-weight: 500;
    font-feature-settings: normal;
  }

  .UU230830-mens h4 span:nth-of-type(1) {
    font-size: calc(38* (100vw /750));
    line-height: 1.6;
    font-weight: 500;
  }

  .UU230830-mens h4 span:nth-of-type(2) {
    line-height: 2;
    font-weight: 500;
  }
  
/************** mv **************/
  .UU230830-mens .mv {
    margin: 0 auto calc(129* (100vw /750));
  }

  .UU230830-mens .mv_img {
    margin-bottom: calc(83* (100vw /750));
    width: 100%;
  }

  .UU230830-mens .mv h2 {
    margin-bottom: calc(50* (100vw /750));
    text-align: center;
    font-weight: 500;
  }

  .UU230830-mens .mv h2 p:first-child {
    margin-left: 0.16em;
    margin-bottom: calc(44* (100vw /750));
    font-size: calc(29* (100vw /750));
    letter-spacing: 0.16em;
  }

  .UU230830-mens .mv h2 p:last-child {
    margin-left: 0.1em;
    font-size: calc(39* (100vw /750));
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight: 500;
  }

  .UU230830-mens .mv_text {
    font-size: calc(24* (100vw /750));
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: center;
    font-weight: 500;
  }

/************** sec01 **************/
  .UU230830-mens .sec01 {
    margin: 0 auto calc(127* (100vw /750));
  }

  .UU230830-mens .sec01 h3 {
    margin-bottom: calc(60* (100vw /750));
  }

  /*** sec_box01 ***/
  .UU230830-mens .sec01 .sec_box01 .sec_sub_box01 {
    margin: 0 auto;
    width: calc(540* (100vw /750));
  }

  .UU230830-mens .sec01 .sec_box01 .sec_sub_box02 .flex_box {
    margin: calc(75* (100vw /750)) auto calc(44* (100vw /750));
    width: calc(476* (100vw /750));
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .UU230830-mens .sec01 .sec_box01 .sec_sub_box02 .flex_box .color_img {
    width: max-content;
    display: flex;  
    align-items: center;
    gap: 0 calc(27* (100vw /750));
  }

  .UU230830-mens .sec01 .sec_box01 .sec_sub_box02 .flex_box .color_img div {
    width: calc(80* (100vw /750));
  }

  .UU230830-mens .sec01 .sec_box01 .sec_sub_box02 .flex_box .color_img p {
    font-size: calc(32* (100vw /750));
    font-family: "jaf-bernina-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    width: max-content;
    letter-spacing: 0.1em;
  }

/************** sec02 **************/
  .UU230830-mens .sec02 {
    margin: 0 auto calc(139* (100vw /750));
  }

  .UU230830-mens .sec02 h3 {
    margin-bottom: calc(80* (100vw /750));
  }

  /*** sec_box01 ***/
  .UU230830-mens .sec02 .sec_box01 {
    margin: 0 auto calc(71* (100vw /750));
  }

  /*** sec_box02 ***/
  .UU230830-mens .sec02 .sec_box02 {
    margin: 0 auto calc(147* (100vw /750));
  }
  
  .UU230830-mens .sec02 .sec_box02 .sec_sub_box01 {
    margin: 0 auto calc(68* (100vw /750));
  }

  /*** sec_box03 ***/
  .UU230830-mens .sec02 .sec_box03 {
    margin: 0 auto calc(109* (100vw /750));
  }

  .UU230830-mens .sec02 .sec_box03 h4 {
    margin-top: calc(67* (100vw /750));
  }
  
  .UU230830-mens .sec02 .sec_box03 .sec_tax {
    margin-top: calc(46* (100vw /750));
    text-align: left;
  }

  /*** sec_box04 ***/
  .UU230830-mens .sec02 .sec_box04 h4 {
    margin-bottom: calc(30* (100vw /750));
  }


/************** all_item **************/
  .UU230830-mens .all_item {
    margin: 0 auto calc(121* (100vw /750));
    width: calc(540* (100vw /750));
  }

/************** last_img **************/
  .UU230830-mens .last_img {
    margin: 0 auto;
  }


  
/* ===============================================### 
PC用デザイン
###=============================================== */
@media screen and (min-width:768px) {
  .UU230830-mens .sp_only {
    display: none;
  }

  .UU230830-mens .pc_only {
    display: block;
  }

  .UU230830-mens .flex_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
  }

  .UU230830-mens .flex_box_inverse {
    flex-direction: row-reverse;
  }


/************** common **************/
  .lp {
    padding: 0;
  }

  .UU230830-mens {
    padding-bottom: 12rem;
  }

  /*** sec ***/
  .UU230830-mens .sec {
    width: 66.0rem;
  }

  /*** sec_text ***/
  .UU230830-mens .sec_text {
    margin: -.6rem 0;
    font-size: 1.4rem;
    letter-spacing: 0.085em;
  }

  /*** sec_tax ***/
  .sec_tax {
    margin-top: 3.2rem;
    font-size: 1.2rem;
  }

  /*** h3 ***/
  .UU230830-mens h3 {
    letter-spacing: 0.1em;
    font-weight: 500;
  }

  .UU230830-mens .sec_ttl {
    font-size: 2rem;
  }

  .sec_ttl_border {
    padding-bottom: 1.4rem;
  }

  /*** h4 ***/
  .UU230830-mens h4 {
    margin: 0 0 5rem;
    font-size: 1.8rem;
    letter-spacing: 0.075em;
    line-height: 1.55;
    text-align: center;
    font-weight: 500;
    font-feature-settings: normal;
  }

  .UU230830-mens h4 span:nth-of-type(1) {
    font-size: 2.2rem;
    line-height: 1.45;
  }

  .UU230830-mens h4 span:nth-of-type(2) {
    line-height: 1.77;
  }

/************** mv **************/
  .UU230830-mens .mv {
    margin: 0 auto 7.4rem;
    width: 90rem;
  }

  .UU230830-mens .mv_img {
    margin-bottom: 8.0rem;
    width: 100%;
  }

  .UU230830-mens .mv h2 {
    margin-bottom: 2.5rem;
  }

  .UU230830-mens .mv h2 p:first-child {
    margin-bottom: 1.4rem;
    font-size: 1.8rem;
    letter-spacing: 0.2em;
  }

  .UU230830-mens .mv h2 p:last-child {
    font-size: 2.3rem;
    letter-spacing: 0.125em;
    line-height: 2;
  }

  .UU230830-mens .mv_text {
    font-size: 1.4rem;
  }

/************** sec01 **************/
  .UU230830-mens .sec01 {
    margin: 0 auto 12rem;
  }

  .UU230830-mens .sec01 h3 {
    margin-bottom: 3rem;
  }

  /*** sec_box01 ***/
  .UU230830-mens .sec01 .sec_box01 .sec_sub_box01 {
    margin: 0;
    width: 30rem;
  }

  .UU230830-mens .sec01 .sec_box01 .sec_sub_box02 {
    margin: 7.4rem 0 0 ;
    width: 31.5rem;
  }

  .UU230830-mens .sec01 .sec_box01 .sec_sub_box02 .flex_box {
    margin: 0 0 2.9rem;
    width: 26.7rem;
  }

  .UU230830-mens .sec01 .sec_box01 .sec_sub_box02 .sec_text {
    letter-spacing: 0.045em;
  }

  .UU230830-mens .sec01 .sec_box01 .sec_sub_box02 .flex_box .color_img {
    gap: 0 1.6rem;
  }

  .UU230830-mens .sec01 .sec_box01 .sec_sub_box02 .flex_box .color_img div {
    width: 3.8rem;
  }

  .UU230830-mens .sec01 .sec_box01 .sec_sub_box02 .flex_box .color_img p {
    font-size: 2rem;
    letter-spacing: 0.085em;
  }


/************** sec02 **************/
  .UU230830-mens .sec02 {
    margin: 0 auto 12rem;
  }

  .UU230830-mens .sec02 h3 {
    margin-bottom: 4rem;
  }

  /*** sec_box01 ***/
  .UU230830-mens .sec02 .sec_box01 {
    margin: 0 auto 5.4rem;
    width: 50rem;
  }

  .UU230830-mens .sec02 .sec_box01 .sec_sub_box01 {
    margin-bottom: 5.4rem;
  }
  
  .UU230830-mens .sec02 .sec_box01 .sec_sub_box02 {
    margin: 0 auto;
    width: max-content;
  }

  .UU230830-mens .sec02 h4 {
    margin: 0 auto;
  }

  /*** sec_box02 ***/
  .UU230830-mens .sec02 .sec_box02 {
    margin: 0 auto 11.45rem;
  }

  .UU230830-mens .sec02 .sec_box02 h4 {
    margin: 4rem 0 3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .UU230830-mens .sec02 .sec_box02 .sec_sub_box01 .item_img {
    width: 32rem;
  }

  .UU230830-mens .sec02 .sec_box02 .sec_sub_box01 {
    margin: 0 0 4.4rem;
  }

  .UU230830-mens .sec02 .sec_box02 .sec_sub_box02 .sec_text {
    letter-spacing: 0.09em;
  }

  /*** sec_box03 ***/
  .UU230830-mens .sec02 .sec_box03 {
    margin: 0 auto 8rem;
    width: 100%;
  }

  .UU230830-mens .sec02 .sec_box03 h4 {
    margin: 0 auto;
  }

  .UU230830-mens .sec02 .sec_box03 .item_img {
    width: 30rem;
  }

  .UU230830-mens .sec02 .sec_box03 .sec_sub_box02 {
    margin-top: 2.8rem;
    width: 31.5rem;
  }

  .UU230830-mens .sec02 .sec_box03 .sec_sub_box02 h4 {
    margin-bottom: 5.2rem;
  }

  .UU230830-mens .sec02 .sec_box03 .sec_tax {
    margin-top: 3.4rem;
    text-align: left;
  }

  /*** sec_box04 ***/
  .UU230830-mens .sec02 .sec_box04 h4 {
    margin: 4rem 0 3.2rem;
  }

  .UU230830-mens .sec02 .sec_box04 .item_img {
    width: 32rem;
  }


/************** all_item **************/
  .UU230830-mens .all_item {
    margin: 0 auto 12rem;
    width: 44.0rem;
  }

}

