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

@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(.UU231011baretopnewsize) img,
  :where(.UU231011baretopnewsize) video,
  :where(.UU231011baretopnewsize) svg {
    width: 100%;
    height: auto;
  }

  body {
    background-color: #E4E4E4;
  }

  .UU231011baretopnewsize .sp_only {
    display: block;
  }

  .UU231011baretopnewsize .pc_only {
    display: none;
  }

  .UU231011baretopnewsize {
    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;
  }

  /************** slick（矢印がある場合） **************/
  .UU231011baretopnewsize .sec_sub_box,
  .UU231011baretopnewsize .sec02 .sec_box_innner li {
    position: relative;
  }

  .UU231011baretopnewsize .slider_arrow img {
    width: 101%;
  }
  
  .UU231011baretopnewsize .slider_arrow .prev-arrow,
  .UU231011baretopnewsize .slider_arrow_sp .prev-arrow {
    width: calc(23* (100vw/750));
    height: calc(45* (100vw/750));
    top: 47%;
    left: 0%;
    position: absolute;
    content: "";
    display: block;
    z-index: 9999;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/prev.svg);
  }

  .UU231011baretopnewsize .sec01 .slider_arrow_sp .prev-arrow {
    top: 32%;
  }

  .UU231011baretopnewsize .sec01 .slider_arrow_sp .next-arrow {
    top: 32%;
  }
  
  .UU231011baretopnewsize .slider_arrow .next-arrow,
  .UU231011baretopnewsize .slider_arrow_sp .next-arrow {
    width: calc(23* (100vw/750));
    height: calc(45* (100vw/750));
    top: 47%;
    right: 0%;
    position: absolute;
    content: "";
    display: block;
    z-index: 9999;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/next.svg);
  }

  .UU231011baretopnewsize .slider_arrow .prev-arrow {
    left: -11.2%;
  }

  .UU231011baretopnewsize .slider_arrow .next-arrow {
    right: -11.2%;
  }


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

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

  .UU231011baretopnewsize {
    padding-bottom: 0;
  }

  /*** sec ***/
  .UU231011baretopnewsize .sec {
    width: calc(664* (100vw /750));
  }

  /*** sec_text ***/
  .UU231011baretopnewsize .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;
  }

  .UU231011baretopnewsize h3 {
    letter-spacing: 0.1em;
    font-weight: 500;
    font-family: "jaf-bernina-sans", sans-serif;
    font-style: normal;  
  }

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

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

  /*** h4 ***/
  .UU231011baretopnewsize h4 {
    font-size: calc(16* (100vw /750));
    letter-spacing: 0.075em;
    line-height: 1;
    text-align: center;
    font-feature-settings: normal;
    font-family: "jaf-bernina-sans", sans-serif;
    font-weight: 400;
    font-style: normal;  
  }
  
/************** mv **************/
  .UU231011baretopnewsize .mv {
    margin: 0 auto calc(126* (100vw /750));
  }

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

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

  .UU231011baretopnewsize .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;
    font-family: "jaf-bernina-sans", sans-serif;
    font-weight: 400;
    font-style: normal;  
  }

  .UU231011baretopnewsize .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;
  }

  .UU231011baretopnewsize .mv .sub_box {
    margin: 0 auto;
    width: calc(660* (100vw /750));
    display: flex;
    flex-direction: column;
    gap: calc(50* (100vw /750)) 0;
  }

/************** sec01 **************/
  .UU231011baretopnewsize .sec01 {
    margin: 0 auto calc(132* (100vw /750));
  }

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

  /*** sec_sub_box ***/
  .UU231011baretopnewsize .sec01 .sec_sub_box {
    margin: 0 auto;
    width: calc(664* (100vw /750));
  }

  .UU231011baretopnewsize .sec01 .sec_sub_box .sec_img {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .UU231011baretopnewsize .sec01 .sec_sub_box .sec_img a {   
    margin-bottom: calc(58* (100vw /750));
    width: calc(540* (100vw /750));
  }

  .UU231011baretopnewsize .sec01 .sec_sub_box .sec_img p:nth-of-type(1) {
    margin-bottom: calc(25* (100vw /750));
    font-size: calc(30* (100vw /750));
    letter-spacing: 0.18em;
    font-weight: 500;
    -webkit-text-stroke: 0.25px #555;
  }

  .UU231011baretopnewsize .sec01 .sec_sub_box .sec_img p:nth-of-type(2) {
    font-size: calc(24* (100vw /750));
    letter-spacing: 0.11em;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
  }

/************** sec02 **************/
  .UU231011baretopnewsize .sec02 {
    margin: 0 auto calc(124* (100vw /750));
  }

  .UU231011baretopnewsize .sec02 h3 {
    margin-bottom: calc(53* (100vw /750));
    letter-spacing: 0.08em;
    font-size: calc(34* (100vw /750));
    display: flex;
    gap: 0 calc(40* (100vw /750));
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 500;
  }

  .UU231011baretopnewsize .sec02 h3 span {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 500;
  }

  /*** sec02_box01 ***/
  .sec02_box01 {
    margin: 0 auto calc(115* (100vw /750));
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .sec02_box01 li {
    width: calc(202* (100vw /750));
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(25* (100vw /750)) 0;
  }

  .sec02_box01 li p:nth-of-type(1) {
    font-size: calc(27* (100vw /750));
    letter-spacing: 0.05em;
    line-height: 1;
    color: #999999;
    font-family: "jaf-bernina-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .sec02_box01 li p:nth-of-type(1) span {
    font-size: calc(32* (100vw /750));
  }

  .sec02_box01 li p:nth-of-type(2) {
    font-size: calc(24* (100vw /750));
    letter-spacing: 0.1em;
    line-height: 1.33;
    text-align:center;
    font-family: "jaf-bernina-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  /*** sec_box ***/
  .sec02 .sec_box {
    margin: 0 auto calc(100* (100vw /750));
    width: calc(660* (100vw /750));
  }

  .sec02 .sec_box:nth-of-type(2) {
    margin: 0 auto calc(127* (100vw /750));
  }

  .sec02 .sec_box h4 {
    margin: 0 auto calc(57* (100vw /750));
    width: calc(380* (100vw /750));
  }

  /*** sec_box_innner ***/
  .sec02 .sec_box_innner {
    margin: 0 auto;
    width: calc(660* (100vw /750));
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(120* (100vw /750)) 0;
  }

  .sec02 .sec_box_innner li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sec02 .sec_box_innner li .color {
    margin-bottom: calc(36* (100vw /750));
    font-size: calc(30* (100vw /750));
    letter-spacing: 0.1em;
    line-height: 1;
    font-family: "jaf-bernina-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .sec02 .sec_box_innner li .slider_arrow {
    margin: calc(60* (100vw /750)) auto calc(50* (100vw /750));
    width: calc(540* (100vw /750));
  }

  .sec02 .sec_box_innner li .slider_arrow a {
    margin: 0 auto;
    width: calc(540* (100vw /750));
    display: block;
  }

/************** all_item **************/
  .UU231011baretopnewsize .all_item {
    margin: 0 auto;
    width: calc(540* (100vw /750));
  }



  
/* ===============================================### 
PC用デザイン
###=============================================== */
@media screen and (min-width:768px) {
  .UU231011baretopnewsize {
    margin-bottom: 12rem;
  }

  .UU231011baretopnewsize .sp_only {
    display: none;
  }

  .UU231011baretopnewsize .pc_only {
    display: block;
  }

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

  .UU231011baretopnewsize .flex_box_inverse {
    flex-direction: row-reverse;
  }

  /************** slick（矢印がある場合） **************/
  
  .UU231011baretopnewsize .slider_arrow .prev-arrow,
  .UU231011baretopnewsize .slider_arrow_sp .prev-arrow {
    display: none!important;
  }
  
  .UU231011baretopnewsize .slider_arrow .next-arrow,
  .UU231011baretopnewsize .slider_arrow_sp .next-arrow {
    display: none!important;
  }

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

  .UU231011baretopnewsize {
    padding-bottom: 0;
  }

  /*** sec ***/
  .UU231011baretopnewsize .sec {
    width: 66rem;
  }

  /*** sec_text ***/
  .UU231011baretopnewsize .sec_text {
    font-size: 1.4rem;
    letter-spacing: 0.07em;
    line-height: 2;
  }

  /*** sec_tax ***/
  .sec_tax {
    margin-top: 4.6rem;
    font-size: 2.0rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2;
  }

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

  .UU231011baretopnewsize .sec_ttl {
    font-size: 2rem;
  }

  .sec_ttl_border {
    padding-bottom: 1.4rem;
  }

  /*** h4 ***/
  .UU231011baretopnewsize h4 {
    font-size: 1.6rem;
    letter-spacing: 0.075em;
    line-height: 1;
    text-align: center;
    font-feature-settings: normal;
    font-family: "jaf-bernina-sans", sans-serif;
    font-weight: 400;
    font-style: normal;  
  }

/************** mv **************/
  .UU231011baretopnewsize .mv {
    margin: 0 auto 12rem;
    width: 90rem;
  }

  .UU231011baretopnewsize .mv_img {
    margin-bottom: 8rem;
    width: 100%;
  }

  .UU231011baretopnewsize .mv h2 {
    margin-bottom: 12rem;
    text-align: center;
    font-weight: 500;
  }

  .UU231011baretopnewsize .mv h2 p:first-child {
    margin-left: 0em;
    margin-bottom: 2.4rem;
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    font-family: "jaf-bernina-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .UU231011baretopnewsize .mv h2 p:last-child {
    margin-left: 0.1em;
    font-size: 2.3rem;
    letter-spacing: 0.125em;
    line-height: 1;
    font-weight: 500;
  }

  .UU231011baretopnewsize .mv .sub_box {
    margin: 0 auto;
    width: 66rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    align-items: center;
  }

  .UU231011baretopnewsize .mv .sub_box .sec_text {
    width: 29.5rem;
  }

  .UU231011baretopnewsize .mv .sub_box .sec_img {
    width: 32rem;
  }

/************** sec01 **************/
  .UU231011baretopnewsize .sec01 {
      margin: 0 auto 11.2rem;
    }

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

  /*** sec_sub_box ***/
  .UU231011baretopnewsize .sec01 .sec_sub_box {
    margin: 0 auto;
    width: 66rem;
    display: flex;
    justify-content: space-between;
  }

  .UU231011baretopnewsize .sec01 .sec_sub_box .sec_img {
    width: 19.2rem;
  }

  .UU231011baretopnewsize .sec01 .sec_sub_box .sec_img a {   
    margin-bottom: 3.4rem;
    width: 100%;
  }

  .UU231011baretopnewsize .sec01 .sec_sub_box .sec_img p:nth-of-type(1) {
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
    letter-spacing: 0.16em;
  }

  .UU231011baretopnewsize .sec01 .sec_sub_box .sec_img p:nth-of-type(2) {
    font-size: 1.4rem;
    letter-spacing: 0.07em;
    line-height: 2;
  }

  .UU231011baretopnewsize .sec01 .sec_sub_box .sec_img:nth-of-type(3) p:nth-of-type(2) {
    letter-spacing: 0;
  }

/************** sec02 **************/
  .UU231011baretopnewsize .sec02 {
    margin: 0 auto 11rem;
  }

  .UU231011baretopnewsize .sec02 h3 {
    margin-bottom: 3.6rem;
    letter-spacing: 0.1em;
    font-size: 2rem;
    display: flex;
    gap: 0 2rem;
  }

  /*** sec02_box01 ***/
  .sec02_box01 {
    margin: 0 auto 9.7rem;
    width: 53rem;
    display: flex;
    justify-content: space-between;
  }

  .sec02_box01 li {
    width: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.7rem 0;
  }

  .sec02_box01 li p:nth-of-type(1) {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }

  .sec02_box01 li p:nth-of-type(1) span {
    font-size: 1.9rem;
  }

  .sec02_box01 li p:nth-of-type(2) {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }

  /*** sec_box ***/
  .sec02 .sec_box {
    margin: 0 auto 11.2rem;
    width: 66.0rem;
  }

  .sec02 .sec_box:nth-of-type(2) {
    margin: 0 auto 11.2rem;
  }

  .sec02 .sec_box h4 {
    margin: 0 auto 5.7rem;
    width: 21.5rem;
  }

  /*** sec_box_innner ***/
  .sec02 .sec_box_innner {
    margin: 0 auto;
    width: 66.0rem;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
  }

  .sec02 .sec_box_innner li {
    width: 30rem;
  }

  .sec02 .sec_box_innner li .color {
    margin-bottom: 1.9rem;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1;
  }

  .sec02 .sec_box_innner li .sec_img {
    width: 30rem;
  }

  .sec02 .sec_box_innner li .slider_arrow {
    margin: 2rem 0 3.8rem;
    width: 30rem;
  }

  .sec02 .sec_box_innner li .slider_arrow a {
    margin: 0;
    width: 100%;
    display: block;
  }

/************** all_item **************/
  .UU231011baretopnewsize .all_item {
    margin: 0 auto;
    width: 44rem;
  }

}