@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,700,900&display=swap&subset=japanese");
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;700&display=swap');


/* PC
-------------------------------------*/
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
.kv__picture {
  display: block;
}
.kv__picture img {
  vertical-align:top;
}
.l-newBlock {
  /* font-family: 'Shippori Mincho', serif; */
  font-family: var(--font-family-yu);
}
.l-newBlock .sec__about {
  padding: 155px 45px 65px;
  text-align: center;
  color: #92847d;
  position: relative;
}
.l-newBlock .sec__about::before {
  content: " ";
  width: 100%;
  height: 100%;
  background: url(/contents/brand/assets/img/orbis_u_10th/about_bg.png) no-repeat bottom center / cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(0);
  transition: all 1.5s 0.1s ease-in-out;
}
.l-newBlock .sec__about.is-scrolled::before {
  opacity: 1;
  transform: translateY(0);
}
.l-newBlock .sec__about .sec__inr {
  max-width: 1000px;
  margin: 0 auto;
}
.l-newBlock .sec__about .sec__ttl {
  font-size: 35px;
  line-height: 1.5;
  color: #be9c52;
  font-family: 'Shippori Mincho', serif;;
}
.l-newBlock .sec__about .sec__txt {
  font-size: 20px;
  line-height: 1.8;
  margin-top: 35px;
}
.l-newBlock .sec__about .sec__txt + .sec__txt {
  margin-top: 25px;
}
.l-newBlock .sec__about .sec__note {
  text-align: center;
  margin-top: 50px;
}
.l-newBlock .sec__about .sec__noteItem {
  color: #cdc4bf;
  font-size: 13px;
  line-height: 1.6;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .l-newBlock {
  }
  .l-newBlock .sec__about {
    padding: 120px 15px 80px;
  }
  .l-newBlock .sec__about::before {
    background: url(/contents/brand/assets/img/orbis_u_10th/sp_about_bg.png) no-repeat center / cover;
  }
  .l-newBlock .sec__about .sec__ttl {
    font-size: calc(30 / 375 * 100vw);
    line-height: 1.5;
  }
  .l-newBlock .sec__about .sec__txt {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.8;
    margin-top: calc(40 / 375 * 100vw);
  }
  .l-newBlock .sec__about .sec__txt + .sec__txt {
    margin-top: calc(30 / 375 * 100vw);
  }
  .l-newBlock .sec__about .sec__note {
    margin-top: calc(30 / 375 * 100vw);
  }
  .l-newBlock .sec__about .sec__noteItem {
    color: #cdc4bf;
    font-size: calc(10 / 375 * 100vw);
    line-height: 1.6;
  }
}


.l-newBlock .sec__campaign {
  padding: 80px 20px 80px;
  max-width: 750px;
  margin: 0 auto;
}
.l-newBlock .sec__campaign .sec__ttl {
  color: #be9c52;
  font-size: 35px;
  line-height: 1.5;
}
.l-newBlock .sec__campaign .sec__shoulder {
  margin-top: 20px;
  text-align: center;
}
.l-newBlock .sec__campaign .sec__shoulder p {
  font-family: var(--font-family-japanese);
  color: #be9c52;
  font-size: 19px;
  line-height: 1.5;
  position: relative;
}
.l-newBlock .sec__campaign .sec__link {
  margin-top: 20px;
  text-align: center;
}
.l-newBlock .sec__campaign .sec__link a {
  font-family: var(--font-family-japanese);
  color: #be9c52;
  font-size: 19px;
  line-height: 1.5;
  position: relative;
  border-bottom: 1px solid #be9c52;
}
.l-newBlock .sec__campaign .sec__link a:hover {
  border-bottom: 0;
}
.l-newBlock .sec__campaign .sec__link a::after {
  content: " ";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/contents/brand/assets/img/orbis_u_10th/icn_arw.svg) no-repeat center / contain;
  position: absolute;
  bottom: 3px;
  right: -25px;
}
.l-newBlock .sec__campaign .sec__baneer {
  margin-top: 65px;
}
.l-newBlock .sec__campaign .sec__baneer a {
  transition: all 0.3s ease-in-out;
}
.l-newBlock .sec__campaign .sec__baneer a:hover {
  opacity: 0.7;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .l-newBlock .sec__campaign {
    padding: 20px 20px 70px;
    max-width: 100%;
  }
  .l-newBlock .sec__campaign .sec__ttl {
    font-size: 30px;
  }
  .l-newBlock .sec__campaign .sec__shoulder {
    margin-top: 15px;
  }
  .l-newBlock .sec__campaign .sec__shoulder p {
    font-size: 15px;
  }
  .l-newBlock .sec__campaign .sec__link {
    margin-top: 15px;
  }
  .l-newBlock .sec__campaign .sec__link a {
    font-size: 15px;
  }
  .l-newBlock .sec__campaign .sec__link a::after {
    width: 12px;
    height: 12px;
    bottom: 0;
    right: -15px;
  }
  .l-newBlock .sec__campaign .sec__baneer {
    margin-top: 40px;
  }
}


  /* SP
  ----------------------------------*/
@media screen and (max-width: 768px) {
  .l-newBlock .sec__history {
    padding: 20px 20px;
  }
  .l-newBlock .sec__history .sec__ttl {
    color: #be9c52;
    font-size: 35px;
    line-height: 1.5;
  }
  .l-newBlock .sec__history .sec__ttl {
    font-size: 30px;
  }
}


.l-newBlock .sec__contents {
  margin: 80px auto 0;
  max-width: 750px;
  padding: 0 20px;
}
.l-newBlock .sec__contents .sec__ttl {
  color: #be9c52;
  font-size: 35px;
  line-height: 1.5;
}
.l-newBlock .sec__contents .sec__item {
  margin-top: 20px;
}
.l-newBlock .sec__contents .sec__itemInr {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.l-newBlock .sec__contents .sec__itemImg {
  width: 105px;
}
.l-newBlock .sec__contents .sec__itemInfo {
  flex: 1;
  padding-left: 30px;
  color: #b8a385;
}
.l-newBlock .sec__contents .sec__itemTtl {
  font-size: 20px;
  line-height: 1.5;
}
.l-newBlock .sec__contents .sec__itemLink {
  font-family: var(--font-family-japanese);
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.5;
  margin-right: 25px;
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #b8a385;
}
.l-newBlock .sec__contents a.sec__itemInr:hover .sec__itemLink {
  border-bottom: 0;
}
.l-newBlock .sec__contents .sec__itemLink::before {
  content: " ";
  width: 15px;
  height: 15px;
  background: url(/contents/brand/assets/img/orbis_u_10th/icn_arw.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .l-newBlock .sec__contents {
    margin: 60px auto 0;
    max-width: 100%;
    padding: 0 20px;
  }
  .l-newBlock .sec__contents .sec__ttl {
    font-size: 30px;
  }
  .l-newBlock .sec__contents .sec__item {
    margin-top: 15px;
  }
  .l-newBlock .sec__contents .sec__itemImg {
    width: 90px;
  }
  .l-newBlock .sec__contents .sec__itemInfo {
    padding-left: 20px;
  }
  .l-newBlock .sec__contents .sec__itemTtl {
    font-size: 15px;
  }
  .l-newBlock .sec__contents .sec__itemLink {
    font-size: 14px;
    margin-right: 20px;
  }
  .l-newBlock .sec__contents a.sec__itemInr:hover .sec__itemLink {
    border-bottom: 0;
  }
  .l-newBlock .sec__contents .sec__itemLink::before {
    width: 11px;
    height: 11px;
    right: -20px;
  }
}


.l-newBlock .sec__slide {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
}
.l-newBlock .sec__slide .slick-arrow {
  width: 25%;
  height: 100%;
  font-size: 0 !important;
  position: absolute;
  top: 0;
  z-index: 10;
  cursor: pointer;
}
.l-newBlock .sec__slide .slick-prev {
  left: 0;
}
.l-newBlock .sec__slide .slick-next {
  right: 0;
}
.l-newBlock .sec__slide .slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}
.l-newBlock .sec__slide .slick-dots li {
  width: 30px;
  height: 4px;
  margin: 0 10px;
}
.l-newBlock .sec__slide .slick-dots li button {
  font-size: 0;
  width: 100%;
  height: 4px;
  background-color: #ede9e7;
  display: block;
  cursor: pointer;
  z-index: 10;
}
.l-newBlock .sec__slide .slick-dots .slick-active button {
  background-color: #c2b8b2;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .l-newBlock .sec__slide .slick-arrow {
    width: 25%;
  }
  .l-newBlock .sec__slide .slick-dots {
    bottom: calc(-30 / 750 * 100vw);
  }
  .l-newBlock .sec__slide .slick-dots li {
    width: calc(30 / 750 * 100vw);
    height: 4px;
    margin: 0 calc(10 / 750 * 100vw);
  }
  .l-newBlock .sec__slide .slick-dots li button {
    font-size: 0;
    width: 100%;
    height: 4px;
    background-color: #ede9e7;
    display: block;
  }
  .l-newBlock .sec__slide .slick-dots .slick-active button {
    background-color: #c2b8b2;
  }
}

/*20240520追加　CPampaign&News*/
.l-newBlock .sec__contents.sec__campaign {
  margin-bottom: 50px;
}

.l-newBlock .sec__contents.sec__campaign .sec__item {
  border: 1px solid #b8a385;
  padding: 7px;
  border-radius: 8px;
}

.l-newBlock .sec__contents.sec__campaign .sec__item .sec__itemImg {
  width: 100px;
  height: 90px;
}

.l-newBlock .sec__contents.sec__campaign .sec__item .sec__itemInfo{
  padding-left: 20px;
}

.l-newBlock .sec__contents.sec__campaign .sec__item .sec__itemDate {
  color: #92847d;
  font-size: 18px;
}

.l-newBlock .sec__contents.sec__campaign .sec__item .sec__itemTtl {
  font-size: 20px;
}

.l-newBlock .sec__contents.sec__campaign .sec__itemLink::before {
  content: " ";
  width: 15px;
  height: 15px;
  background: url(/contents/brand/assets/img/orbis_u_10th/icn_arw.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-80%);
}

/*sp*/
@media screen and (max-width: 768px) {
  .l-newBlock .sec__contents.sec__campaign .sec__item .sec__itemInfo{
    padding-left: 14px;
  }

  .l-newBlock .sec__contents.sec__campaign .sec__item .sec__itemDate {
    font-size: 12px;
  }

  .l-newBlock .sec__contents.sec__campaign .sec__item .sec__itemTtl {
    font-size: 15px;
    line-height: 1.2;
  }

  .l-newBlock .sec__contents.sec__campaign .sec__itemLink::before {
    width: 11px;
    height: 11px;
    right: -11px;
  }
}
