@charset "UTF-8";

html {
  scroll-padding-top: 80px;
}

body {
  position: relative;
  padding-top: 80px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 1.25vw, 18px);
  line-height: 1.5;
  color: #3C3C3C;
}

.pc-only {
  display: inline;
  visibility: visible;
}

.sp-only {
  display: none;
  visibility: hidden;
}
.animated-element {
  width: 100%; /* または必要な幅に固定 */
  max-width: 100%; /* 必要に応じて最大幅を設定 */
}
/*=====================================
header
=====================================*/
header {
  position: fixed;
  top: 0;
  z-index: 50;
  height: 80px;
  width: 100%;
}

#bpm-header {
  padding: 20px;
  height: 80px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  position: relative;
}

header h1 {
  width: 50%;
}

header p {
  width: 50%;
  text-align: right;
}

header nav {
  line-height: 1.3;
  top: 20px;
  right: 0;
  bottom: 20px;
  left: 0;
  width: 220px;
  margin: auto;
  position: absolute;
}

header ul {
  display: flex;
}

header ul li {
  width: 50%;
  font-size: 29px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}

header ul li a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;

}

header ul li a.women:hover {
  color: #7E0000;
}

header ul li a.men:hover {
  color: #274778;
}

header ul li a.women.active {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #7E0000;
}

header ul li a.men.active {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #274778;
}

#lamp {
  width: 50%;
  height: 4px;
  background: #000;
  display: block;
  position: absolute;
  top: 39px;
  right: 0;
  bottom: 20px;
  left: 0;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
}

#lamp.men {
  width: 30%;
  left: 60%;
  background: #274778;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
}

#lamp.women {
  width: 50%;
  left: 0;
  background: #7E0000;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
}

/*=====================================
main
=====================================*/
main>div{
  display: none;
}


article {
  position: relative;
}

article p picture source,
article p picture img,
section h2 picture source,
section h2 picture img {
  width: 100%;
}

article p.kv_campaign {
  position: absolute;
  left: 4.16%;
  bottom: 4.16%;
  width: 32.43%;
}

p.caution {
  display:block;
  padding: 30px 4.16% 120px 4.16%;
  font-size: clamp(14px, 1.25vw, 18px);
}

section {
  margin: 0 auto;
  width: 100%;
}

section source,
section img {
  width: 100%;
}

.item_list {
  margin: 0 4% 8% 4%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 2.6%;
}

.item_list a {
  cursor: pointer
}

.future_big {
  margin-top: -55%;
  justify-content: flex-end;
  margin-bottom: 15%;
}


.item {
  width: 23%;
}

.future_big .item {
  width: 33%;
}

.item ul li:nth-child(n+2) {
  display: none;
}

.item h3 {
  margin-top: 1em;
  display: block;
  font-weight: 600;
}

.item p {
  font-weight: 600;
  font-size: clamp(10px, 1.111vw, 16px);
}

h2 {
  padding-bottom: 1%;
}

.item_text {
  display: none;
}

.item_floor {
  padding-top: 0.5em;
}

.banner_area {
  padding: 0 4% 4% 4%;
}

.banner_area p {
  padding: 0 0 4% 0;
}

.banner_area ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}

.banner_area li {
  width: 49%;
}

.page_top {
  padding: 0 4% 4% 4%;
}

.page_top p {
  margin: 0 0 0 auto;
  width: 15%;
}

/*=====================================
modal
=====================================*/
.modalArea {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}

.modalContents ul {
  display: flex;
  gap: 20px;
}

.modalContents img {
  width: 100%;
}

.modalContents .item_text {
  display: block;
}

.modal_text {
  margin-top: 20px;
  display: flex;
}

.modal_text_left {
  width: 40%;
  padding-right: 20px;
}

.modal_text_left h3 {
  font-size: clamp(14px, 1.319vw, 19px);
  font-weight: 600;
}

.modal_text_left p {
  font-size: clamp(10px, 0.833vw, 12px);
}

.modal_text_right {
  width: 60%;
}

.modal_text_right p {
  font-size: clamp(10px, 0.833vw, 12px);
}

.closeModal {
  font-size: clamp(30px, 4.583vw, 66px);
  position: absolute;
  top: 0;
  right: 20px;
  cursor: pointer;
}

.is-show {
  visibility: visible;
  opacity: 1;
}


/*=====================================
footer
=====================================*/

footer {
  font-size: clamp(12px, 0.008vw, 12px);
  background-color: #D9D9D9;
}

footer div {
  text-align: center;
  padding: 30px;
}

footer div ul {
  margin: 0 auto 20px auto;
  width: 200px;
  display: flex;
  gap: 12.5%;
}

footer div ul li {
  width: 25%;
}

footer div ul li img {
  width: 100%;
}

.slick-slider {
  -ms-touch-action: auto;
  touch-action: auto;
}
.slick-next {
  right: 20px !important;
}

.slick-prev {
  left: 10px !important;
}

.slick-arrow {
  z-index: 2 !important;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
  /*黒にする*/
  opacity: 1;
  /*デフォルトは.75が指定されている*/
}
.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 30px;
  line-height: 1;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots {
  display: block !important;
}

.slick-dots li button:before {
  font-size: 12px;
}

@media screen and (max-width:768px) {
  html {
    scroll-padding-top: 60px;
  }

  body {
    padding-top: 40px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(14px, 1.25vw, 18px);
    line-height: 1.5;
  }

  .pc-only {
    display: none;
    visibility: hidden;
  }

  .sp-only {
    display: inherit;
    visibility: visible;
  }

  /*=====================================
header
=====================================*/
  header {
    height: 60px;
  }

  #bpm-header {
    padding: 17px;
    height: 60px;
  }

  header h1 {
    width: 26%;
    text-align: left;
  }

  header p {
    width: 16%;
    text-align: right;
  }

  header h1 img,
  header p img {
    width: 100%;
    max-height: 26px;
  }

  header nav {
    top: 20px;
    right: -30px;
    bottom: 10px;
    width: 120px;
  }

  header ul {
    display: flex;
  }

  header ul li {
    font-size: 16px;
  }

  #lamp {
    top: 18px;
  }

  /*=====================================
  main
  =====================================*/
  article {
  }

  article p.kv_campaign {
    left: 5%;
    bottom: 3%;
    width: 90%;
  }
  p.caution {
}

  section {
    margin: 0 auto;
    width: 100%;
  }

  section source,
  section img {
    width: 100%;
  }
  
  .item_list {
    margin: 0 4% 16% 4%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px 0;
  }

  .future_big {
    margin-top: -200%;
    justify-content:right;
  }


  .item {
    width: 48%;
  }

  .future_big .item {
    width: 70%;
  }

  .item ul li {
    position: relative;
  }

  .item a ul li:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url('../images/icon_modal.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 30px;
  }
  .banner_area {
    padding: 0 4% 4% 4%;
  }
  
  .banner_area p {
    padding: 0 0 12% 0;
  }

  .banner_area ul {
    display: block;
  }
  
  .banner_area li {
    width: 100%;
    padding: 0;
  }
  .banner_area li:first-child{
    padding: 0 0 4% 0;
  }

  .page_top p {
    width: 25%;
  }

  /*=====================================
  modal
  =====================================*/

  .modalWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
  }

  .modal_text {
    margin-top: 40px;
    display: block;
  }

  .modal_text_left {
    width: 100%;
    padding-right: 20px;
  }

  .modal_text_left h3 {
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 10px;
  }

  .modal_text_left p {
    display: none;
  }

  .modal_text_right {
    width: 100%;
  }

  .modal_text_right p {
    font-size: 10px;
  }

  .closeModal {
    font-size: 40px;
  }

  .is-show {
    visibility: visible;
    opacity: 1;
  }
}