@charset "utf-8";

/* CSS Document */
/*********************************************
ABOUT
*********************************************/
/* our vision */
.sec_about-intro {
  width: 100vw;
  position: relative;
  background-image: url("../images/about-bg-img.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding-top: clamp(46px,4.5vw,80px);
  padding-bottom: clamp(50px,5vw,90px);
  margin: 0 -60px;
  margin-top: clamp(100px,12vw,calc(138px + 76px)) !important;
}
.sec_about-intro::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}

.about-intro-inner {
  width: min(1690px, calc(100% - 60px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}

.about-intro-kicker{
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: clamp(22px, 2.4vw, 28px);
  margin-bottom: clamp(40px, 3vw, 96px);
  color: #fff;
  text-transform: uppercase;
}

.about-intro-kicker::after{
  content: "";
  height: 1px;
  width: 130px;
  background: rgba(255,255,255,1);
  transform: translateY(1px);
}

.about-intro-title {
  font-size: clamp(55px, 5.5vw, 90px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: .03em;
  text-align: left;
}

.about-intro-lead {
  margin-top: 18px;
  font-size: 28px;
}

.about-intro-txt {
  margin-top: clamp(26px,3vw,44px);
}

.about-intro-art {
  margin: 0;
  box-shadow: 10px 10px 40px rgba(0,0,0,0.3);
  margin-top: clamp(calc(-80px - 138px),-11vw,-190px);
}

.about-intro-art img {
  width: 100%;
  height: auto;
  display: block;
}

/* about hopebear */
.sec_about-hopebear {
  padding-top: 164px;
  margin: 0 -60px;
  background: #fff;
  position: relative;
}
.about-hopebear-inner {
  width: min(1050px, calc(100% - 60px));
  margin: 0 auto;
}

.about-britto-heart {
  width: min(285px,18vw);
  left: min(5vw,124px);
  top: 80px;
}

/* COMPANY / QUALIFICATION */
.sec_about-company,
.sec_about-qualification {
  padding-top: 140px;
  margin: 0 -60px;
  background: #fff;
}
.company-inner,
.qualification-inner {
  width: min(900px, calc(100% - 60px));
  margin: 0 auto;
}

.company-row {
  display: grid;
  grid-template-columns: 8em 1fr;
  gap: 20px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(0,0,0,1);
}
.company-row dt {
  font-weight: 500;
}

.company-list li{
  position: relative;
  padding-left: 18px;
  margin-bottom: 6px;
}

.company-list li::before{
  content: "";
  position: absolute;
  left: 0;
  top: .65em;
  width: 6px;
  height: 6px;
  background: #FFD900;
  border-radius: 50%;
}

.sec_about-qualification {
  padding-bottom: 250px;
}
.subpage-about .sec_shop {
  margin-top: 0;
}

@media (max-width: 1200px) {
  /* 共通 */
  #subpage-about section {
    margin: 0 -4vw;
  }
  .about-hopebear-inner,
  .company-inner,
  .qualification-inner {
    width: calc(100% - 12vw);
  }
  /* vision */
  .subpage-about .about-intro-inner {
    width: calc(100% - 4vw);
  }
  .subpage-about .sec_about-intro .about-grid {
    gap: 44px;
  }
  .about-intro-txt .pc-only {
    display: none !important;
  }
}
@media (max-width: 1000px) {
  /* vision */
  .sec_about-intro {
    padding: 60px 4vw 0;
    width: 100%;
    background-position: center -120px;
    padding-bottom: 62px;
    margin-top: 0 !important;
  }
  .subpage-about .about-intro-inner {
    grid-template-columns: 1fr;
    width: 100%;
  }
  .about-intro-art {
    margin: 0;
    width: 80vw;
    justify-self: end;
  }
  .about-intro-title {
    font-size: 11vw;
  }
  .about-intro-kicker {
    font-size: 4vw;
    margin-bottom: 36px;
    gap: 8px;
  }
  .about-intro-kicker::after {
    width: 90px;
  }
  .about-intro-lead {
    font-size: 5vw;
  }
  .about-intro-txt {
    margin-top: 36px;
  }
}
  
@media (max-width: 768px) {
  /* about */
  .sec_about-hopebear {
    padding-top: 70px;
  }
  .about-britto-heart {
    width: 34vw;
    right: 6vw;
    bottom: -28vw;
    left: unset;
    top: unset;
  }
  .sec_about-hopebear .sec-subtitle {
    margin-bottom: 14vw;
  }
  /* Company Profile */
  .sec_about-company {
    padding-top: 270px;
  }
  .subpage-about .company-row {
    padding: 2em 0.4em;
    grid-template-columns: 5.5em 1fr;
    gap: 12px;
  }
  /* QUALIFICATION */
  .sec_about-qualification {
    padding-top: 200px;
  }
  .sec_about-qualification .company-row {
    gap: 40px;
  }
}

/*********************************************
ROMERO BRITTOページ
*********************************************/
/* hero */
.sec_rb-hero{
  margin: 0 -60px;
  background: #fff;
  margin-top: calc(100px + 70px) !important;
}

.rb-hero-inner{
  position: relative;
  width: min(1700px,calc(100% - 60px));
  margin: 0 auto;
  top: -100px;
  padding-bottom: 100px;
}

.rb-hero-photo{
  position: relative;
  z-index: 1;
  width: min(914px, 90%);
  margin: 0 auto;
}

.rb-hero-photo img{
  width: 100%;
  height: auto;
  display: block;
}

.rb-hero-sign{
  position: absolute;
  z-index: 2;
  width: 570px;
  left: 0;
  top: 780px;
}

.rb-hero-sign img{
  width: 100%;
  height: auto;
  display: block;
}

.rb-hero-logo{
  text-transform: uppercase;
  width: min(800px,86%);
  margin: 0 auto;
  margin-top: 50px;
}

.rb-hero-txt {
  width: min(1050px, calc(100% - 60px));
  margin: 0 auto;
  margin-top: 50px;
}

.rb-hero-quote{
  margin-top: 1em;
  font-size: 1.25em;
  font-weight: 500;
}

@media (max-width: 1700px){
  .rb-hero-sign {
    width: 30%;
  }
}

@media (max-width: 1200px){
  .sec_rb-hero {
    margin: 0 -4vw;
  }
  .rb-hero-inner {
    width: calc(100% - 12vw);
  }
  .rb-hero-sign {
    top: unset;
    bottom: -120px;
    width: 42vw;
  }
}
@media (max-width: 768px){
  .sec_rb-hero {
    margin-top: calc(70px + 38px) !important;
  }
  .rb-hero-inner {
    top: -70px;
  }
  .rb-hero-logo {
    margin-top: 6vw;
  }
  .rb-hero-txt {
    width: 100%;
    margin-top: 7vw;
  }
  .rb-hero-sign {
    bottom: -84px;
    width: 68vw;
  }

}

/* movie */
.sec_rb-movie{
  margin: 0 -60px;
  background: #fff;
}

.rb-movie-inner{
  width: 100vw;
  margin: 0 auto;
}

.rb-movie-embed{
  position: relative;
  width: 100%;
  height: min(80vh, calc(100vh - 20px));
  overflow: hidden;
  background: #000;
}

.rb-movie-embed iframe{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);/* 16:9動画を箱いっぱいにする（黒帯消える） */
  min-width: 177.78vh; /* 100vh * 16/9 */
  min-height: 56.25vw; /* 100vw * 9/16 */
  border: 0;
  display: block;
  pointer-events: none; /* クリックでUI出さない */
}

@media (max-width: 1200px) {
  .sec_rb-movie {
    margin: 0 -4vw;
  }
}
@media (max-width: 768px) {
  .rb-movie-embed {
    height: 30vh;
  }

}

/* works */
.sec_rb-works{
  margin: 0 -60px;
  padding: 0;
  padding-top: clamp(140px, 35vw, 270px);
}

.rb-works-inner{
  width: 100vw;
  margin: 0 auto;
}

.rb-works-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.rb-works-card{
  background: #000;
}

.rb-works-card:nth-child(even){
  background: #fff;
}

.rb-works-fig{
  margin: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.rb-works-fig img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.rb-works-cap{
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  background: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rb-works-card:nth-child(even) .rb-works-cap{
  background: #000;
  color: #fff;
}

@media (max-width: 1000px){
  .rb-works-grid{
    grid-template-columns: repeat(2, 1fr);
  }

  .rb-works-card:nth-child(even){
    background: #000;
  }
  .rb-works-card:nth-child(2),
  .rb-works-card:nth-child(3),
  .rb-works-card:nth-child(6),
  .rb-works-card:nth-child(7),
  .rb-works-card:nth-child(10),
  .rb-works-card:nth-child(11) {
    background: #fff;
  }

  .rb-works-card:nth-child(even) .rb-works-cap{
    background: #fff;
    color: #000;
  }
  .rb-works-card:nth-child(2) .rb-works-cap,
  .rb-works-card:nth-child(3) .rb-works-cap,
  .rb-works-card:nth-child(6) .rb-works-cap,
  .rb-works-card:nth-child(7) .rb-works-cap,
  .rb-works-card:nth-child(10) .rb-works-cap,
  .rb-works-card:nth-child(11) .rb-works-cap {
    background: #000;
    color: #fff;
  }
}
@media (max-width: 768px){
  .rb-works-cap {
    font-size: 3.5vw;
    height: 5.5vw;
  }
}

/* popup btn */
.rb-works-btn{
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  display: block;
}

.rb-works-btn img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.rb-works-btn img:hover {
  transform: scale(1.1);
}

/* Dialog */
.rb-works-dialog{
  border: 0;
  padding: 40px;
  background: transparent;
  max-width: min(92vw, 980px);
  max-height: 86vh;
}

.rb-works-dialog::backdrop{
  background: rgba(0, 0, 0, 0.65);
}

.rb-works-dialog-img{
  display: block;
  width: 100%;
  height: auto;
  max-height: 86vh;
  object-fit: contain;
  background: #fff;
}

/* 閉じるボタン */
.rb-works-close{
  position: absolute;
  top: 0;
  right: 40px;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.rb-works-close::before,
.rb-works-close::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 2px;
  background: #fff;
  transform-origin: center;
}

.rb-works-close::before{
  transform: translate(-50%, -50%) rotate(45deg);
}

.rb-works-close::after{
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* ショップ */
#sec_rb-shop {
  background-image: none;
  margin-top: clamp(160px,40vw,250px) !important;
}

.sec_rb-shop .sec_shop-inner {
  padding: 0;
}

.sec_rb-shop .sec-title_main {
  color: #000;
}

.sec_rb-shop .sec-title_main svg path {
  fill: #000 !important;
}

.sec_rb-shop .sec-title_sub {
  color: #000;
}


/* BIOGRAPHY HERO */
.sec_rb-bio-hero {
  padding-top: clamp(200px, 50vw, 320px);
}
.rb-bio-hero-visual {
  position: relative;
  margin: 0 -60px;
  width: 100vw;
}
.rb-bio-hero-visual-img {
  height: 80vh;
  overflow: hidden;
}
.rb-bio-hero-visual img { 
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.rb-bio-hero-copy {
  position: absolute;
  left: max(calc((100% - 1670px) / 2), calc((100% - (100% - 60px)) / 2));
  bottom: 5vh;
  color: #fff;
  width: min(1670px, calc(100% - 60px));
}

.rb-bio-hero-copy h3 {
  font-size: clamp(34px,4.5vw,68px);
  line-height: 1.35;
  font-weight: 800;
  text-shadow: 0 2px 24px rgba(0,0,0,.35);
}

.rb-bio-hero-copy p {
  margin-top: 18px;
  text-shadow: 0 2px 18px rgba(0,0,0,.35);
}

@media (max-width: 1200px) {
  .rb-bio-hero-visual {
    margin: 0 -4vw;
  }
}
@media (max-width: 768px)  {
  .rb-bio-hero-visual-img {
    height: 36vh;
  }
  .rb-bio-hero-copy {
    position: static;
    width: calc(100% - 12vw);
    margin: 0 auto;
    margin-top: 5vw;
    color: #000;
  }
  .rb-bio-hero-copy h3 {
    font-size: 7.9vw;
    font-weight: 600;
    text-shadow: none;
  }
    .rb-bio-hero-copy p {
    text-shadow: none;
  }
}

/* BIOGRAPHY TIMELINE */
.sec_rb-bio {
  padding-top: 80px;
  margin: 0 -60px;
}

.rb-bio-inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

/* 中央線 */
.rb-bio-timeline {
  position: relative;
  padding-bottom: calc(180px + 80px);
  width: min(1800px,calc(100% - 60px));
  margin: 0 auto;
}

.rb-bio-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 6px;
  background: #000;
  transform: translateX(-50%);
  z-index: 1;
}

/* アイテム */
.rb-bio-item {
  position: relative;
  width: 50%;
  z-index: 2;
}

.rb-bio-item+.rb-bio-item {
  margin-top: -14%;
}

.rb-bio-item-inner {
  width: 93%;
}

.rb-bio-item.is-right {
  left: 50%;
}

.rb-bio-item.is-right .rb-bio-item-inner {
  margin-left: 7%;
}

.rb-bio-year {
  font-size: 58px;
  line-height: 1.2;
  font-weight: 550;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
}

.rb-bio-item.is-right .rb-bio-year {
    display: flex;
    flex-direction: row;
}

.rb-bio-card {
  background: #fff;
  border-top: 5px solid #000;
  box-shadow: 0 18px 30px rgba(0,0,0,.18);
  padding: 40px;
  box-sizing: border-box;
}

.rb-bio-title {
  font-size: clamp(33px,3.3vw,38px);
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 14px;
}

.rb-bio-txt {
  margin-bottom: 18px;
  text-align: justify;
}

.rb-bio-images {
  display: flex;
  gap: 14px;
  margin-top: 16px;
  justify-content: flex-start;
}

.rb-bio-item.is-left .rb-bio-images {
  justify-content: flex-end;
}

.rb-bio-fig img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 330px;
}

/* 中央ドット */
.rb-bio-dot {
  position: absolute;
  top: 55px;
  width: 24px;
  height: 24px;
  border: 6px solid #000;
  background: #fff;
  border-radius: 50%;
}

.rb-bio-item.is-left .rb-bio-dot {
    right: -18px;
}

.rb-bio-item.is-right .rb-bio-dot {
    left: -18px;
}

/* タイムライン末尾の丸（スクショ最下部の小さな点） */
.rb-bio-enddot {
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 24px;
  height: 24px;
  border: 6px solid #000;
  background: #fff;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

/* rb-bio-foot */
.rb-bio-foot {
  background: #fff;
  position: relative;
  padding-top: 200px;
  padding-bottom: 120px;
  margin-top: -80px !important;
}

.rb-bio-foot-inner {
  width: min(1600px, calc(100% - 60px));
  margin: 0 auto;
  position: relative;
}

.rb-bio-foot-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 88px;
  align-items: start;
}

.rb-bio-foot-photo {
  margin-top: calc(-200px - 130px);
  overflow: hidden;
  box-shadow: 20px 20px 50px rgba(0, 0, 0, .18);
}

.rb-bio-foot-photo img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1.5);
  object-fit: cover;
  object-position: 24px -30px;
}

.rb-bio-foot-title {
  margin-bottom: clamp(32px,3vw,50px);
}
@media (max-width: 1400px)  {
  .rb-bio-foot-grid {
    gap: 3vw;
  }
}
@media (max-width: 1200px)  {
  .sec_rb-bio {
    margin: 0 -4vw;
    padding-top: 4vw;
  }
  .rb-bio-inner {
    width: 100%;
  }
  .rb-bio-timeline {
    width: calc(100% - 10vw);
  }
  .rb-bio-line {
    width: 5px;
    transform: none;
    left: unset;
    right: 0;
  }

  .rb-bio-item {
    width: 100%;
    left: 0 !important;
    padding: 28px 0 28px 48px;
    text-align: left !important;
  }

  .rb-bio-dot,
  .rb-bio-enddot {
    left: unset !important;
    right: -2vw !important;
    width: 4vw;
    height: 4vw;
    border: 3px solid #000;
    transform: unset;
  }
  .rb-bio-dot {
    top: 50px;
  }

  .rb-bio-item {
    padding: 0;
  }

  .rb-bio-item+.rb-bio-item {
    margin-top: 10vw;
  }

  .rb-bio-item-inner {
    margin: 0 !important;
  }
  
  .rb-bio-year {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }

  .rb-bio-card {
    padding: 1.4em 1.3em 1em;
    border-top: 3px solid #000;
  }

  .rb-bio-fig img {
    max-height: 32vw;
  }

  .rb-bio-foot {
    padding: 0 4vw;
    padding-top: 260px;
    padding-bottom: 70px;
  }
  .rb-bio-foot-inner {
    width: calc(100% - 8vw);
  }

  .rb-bio-foot-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .rb-bio-foot-photo {
    width: 66vw;
  }
  .rb-bio-foot-hang {
    display: none;
  }
}
@media (max-width: 768px) {
  .rb-bio-dot {
    top: 7vw;
  }
  .rb-bio-year {
    font-size: 7vw;
    margin-right: 1.4vw;
    margin-bottom: 0.1em;
  }
  .rb-bio-title {
    font-size: 4.58vw;
    line-height: 1.45;
    margin-bottom: 0.55em;
  }
  .rb-bio-txt {
    font-size: 3.5vw;
    line-height: 1.3;
  }
  .rb-bio-foot-title {
    margin-bottom: 0.8em;
  }
}

/* BIOGRAPHY BOTTOM ART */
.sec_rb-popart {
  margin: 12px -60px;
}

.rb-popart-inner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .sec_rb-popart {
    margin: 1.5% -4vw;
  }
}

@media (max-width: 768px) {
  .rb-popart-inner {
    height: 34vh;
  }
  .rb-popart-inner img {
    height: 100%;
    object-position: 42% center;
  }
}

/* HAPPY ART MOVEMENT */
.sec_rb-ham{
  position: relative;
  margin: 0 -60px;
  width: 100vw;
  background: #f6d6df;
  overflow: hidden;
  background-image: url(../images/britto-img003-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 240px;
  padding-bottom: 340px;
}

.rb-ham-inner{
  position: relative;
  width: min(1620px, calc(100% - 60px));
  margin: 0 auto;
}

.rb-ham-britto-heart {
  left: 0;
  top: -60px;
  width: clamp(140px,12vw,260px);
}

.rb-ham-grid{
  display: grid;
  align-items: start;
  grid-template-columns: 1.15fr 1fr;
  gap: 106px;
  margin-top: 100px;
}

.rb-ham-txt{
  margin-top: 46px;
}

.rb-ham-photo-lg{
  width: 100%;
  justify-self: end;
  overflow: hidden;
  aspect-ratio: 1 / 1.27;
  box-shadow: 0 18px 30px rgba(0,0,0,.18);
}

.rb-ham-photo-lg img{
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.rb-ham-photo-sm{
  width: clamp(320px, 26vw, 460px);
  position: absolute;
  aspect-ratio: 1 / 1.2;
  overflow: hidden;
  bottom: -120px;
  right: min(766px, 47%);
  box-shadow: 0 18px 30px rgba(0,0,0,.18);
}

.rb-ham-photo-sm img{
  width: 100%;
  height: 100%;
  transform: scale(1.2);
  object-fit: cover;
  object-position: top; 
  display: block;
}

#page-romero-britto .sec_shop {
  margin-top: 0;
}

@media (max-width: 1200px) {
  .sec_rb-ham{
    margin: 0 -4vw;
  }
  .rb-ham-britto-heart {
    top: -120px;
  }
  .rb-ham-photo-sm {
    bottom: -180px;
  }
  .rb-ham-inner {
    width: calc(100% - 4vw);
  }
  .rb-ham-grid{
    gap: 4vw;
  }


}
@media (max-width: 1000px){
  .sec_rb-ham{
    padding: 100vw 0;
  }
  .rb-ham-britto-heart {
    top: unset;
    bottom: -52vw;
    width: 43vw;
  }
  .rb-ham-photo-sm {
    bottom: unset;
    top: -80vw;
    right: unset;
    left: 0;
    width: 54vw;
  }
  .rb-ham-inner{
    width: calc(100% - 12vw);
  }
  .rb-ham-grid{
    grid-template-columns: 1fr;
    margin: 0;
    gap: 12vw;
  }
  .rb-ham-txt {
    margin: 0;
  }
  .rb-ham-photo-lg {
    width: 70vw;
  }
}


/*********************************************
プライバシーポリシー
*********************************************/
#page-privacy-policy {
  background: #fff;
}
.sec_privacy .privacy-inner {
  width: min(1050px, calc(100% - 60px));
  margin: 0 auto;
}

.sec_privacy .privacy-lead {
  margin: 0 auto;
  max-width: calc(100% - 20px);
}

.sec_privacy .privacy-divider {
  border: none;
  border-top: 1px solid #000;
  margin: 56px 0 56px;
}

.sec_privacy .privacy-body {
  max-width: calc(100% - 20px);
  margin: 0 auto;
}

.sec_privacy .privacy-item+.privacy-item {
  margin-top: 56px;
}

.sec_privacy .privacy-h {
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}

.sec_privacy .privacy-list {
  margin: 4px 0 0;
  padding-left: 0.4em;
}

@media (max-width: 1200px) {
  #privacy-policy .sec-title {
    margin-bottom: 80px;
  }
  .sec_privacy .privacy-inner {
    width: 100%;
  }
  .sec_privacy .privacy-body,
  .sec_privacy .privacy-lead {
    max-width: calc(100% - 2.5vw);
  }
}

@media (max-width: 768px) {
  .sec_privacy .privacy-body {
    padding-bottom: 64px;
  }

  .sec_privacy .privacy-h {
    font-size: 5.9vw;
  }
}