@charset "UTF-8";

/* #report */

#report .ttl-feature::before {
    content:inherit;
}

#report .sbttl {
  color: #5b5b5b;
  font-size: 1.8rem;
  padding-bottom: 5px;
  margin: 0 0 20px 0;
  border-bottom: solid 2px #243763;
}

#report .point_box {
  background-image: url(../images/course-bg.gif);
  margin: 30px 0;
  padding: 20px 20px 30px 20px;
  position: relative;
}
#report .point_box .fa-hand-point-up {
  font-size: 8em;
  color: #5b5b5b;
  position: absolute;
  right: 10px;
  bottom: 10px;
  opacity: 0.1;
}

#report .point_box h4 {
  color: #5b5b5b;
  font-size: 1.8rem;
}

#report .point_box em {
  padding: 0 0 20px 0;
}

#report .report_blk strong{
  font-size: 15px;
}

#report .report_blk .point_box strong {
  font-size: inherit;
}

#report h2.shop_ttl {
  font-size: 30px;
  margin: 80px 0 20px;
}

#report .photo_block,
#report .shop_block {
  background-image: url(../images/course-bg.gif);
  margin: 30px 0;
  padding: 20px;  
}

#report .shop_block .icon {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #000;
  display: inline-block;
  margin: 0 0 5px 0;
  padding:1px 30px;
}

#report .shop_block h3 {
  font-size: 25px;
  color: #5b5b5b;
  margin: 0 0 10px 0;
}

#report .shop_block h4 {
  
}

#report .shop_block .img_block {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

#report .shop_block .img_block figure img{
  width: 100%;
  height: auto;
}

#report .shop_block .img_block figure {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31%;
  flex: 0 0 31%;
  max-width: 31%;
}

#report .shop_info .detail_box {
  background: #fff;
  padding: 20px;
  margin: 10px 0 0 0;
}

#report .shop_info .detail_box dl {
  display:flex;
  flex-wrap: wrap;
  width: 100%;
}

#report .shop_info .detail_box dt{
  border-top: 1px solid #ccc;
  box-sizing: border-box;
  display: flex;
  font-weight: bold;
  padding: 10px;
  width: 25%;
}
#report .shop_info .detail_box dd{
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
  margin: 0;
  padding: 10px;
  width: 75%;
}

#report .shop_info .detail_box dd a {
  background:url(../images/report/icon.webp) no-repeat right center;
  padding: 0 20px 0 0;
  background-size: 15px;
}

#report .shop_info .detail_box .fst {
  border-top: none;
}

#report .photo_block h2 {
  font-size: 25px;
  color: #5b5b5b;
  margin: 0 0 10px 0;
}


#report .slick-slide {
  margin: 0 5px;
}

#report .slick-box {
  margin: 0 0 30px 0;
}


#report .fl_box {
  display:flex;
  width: 100%; 
}

#report .fl_box figure{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;  
  margin: 0 20px 0 0;
}


#report .fl_box figure img {
  width: 100%;
  height: auto;
}

#report .fl_box .text_box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 56%;
  flex: 0 0 56%;
  max-width: 56%;  
}



@media screen and (max-width:576px) {
  #report .shop_block .img_block {
	flex-direction: column;
  }
  #report .shop_block .img_block figure {
    -webkit-box-flex: 0;
   -ms-flex: 0 0 100%;
    flex: 0 0 100%;
   max-width: 100%;
   margin: 0 0 10px 0;
  }
  #report .fl_box {
	flex-direction: column;
  }
  #report .fl_box .text_box,
  #report .fl_box figure {
    -webkit-box-flex: 0;
   -ms-flex: 0 0 100%;
    flex: 0 0 100%;
   max-width: 100%;
   margin: 0;
  }
  #report .fl_box figure {
	margin: 0 0 15px 0;
  }
}

.report-img {
  text-align: center;
}

.report-img img {
  width: 90%;
  max-width: 800px;
  height: auto;
  display: inline-block;
}

.kusa-green {
  color: #355e3b;
}

.slide-note {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 12px;
  color: #666;
  line-height: 1.2;
}
/* =========================================================
   卒業生ショップ一覧（複数店舗対応）
========================================================= */
#report .shops-report {
  margin: 50px 0 20px;
}

#report .shops-report__heading {
  margin-bottom: 30px;
  padding: 28px 30px;
  background: #fff;
  border-top: 4px solid #243763;
  box-shadow: 0 8px 26px rgba(36, 55, 99, 0.10);
}

#report .shops-report__eyebrow {
  margin: 0 0 5px;
  color: #9a7b35;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .16em;
}

#report .shops-report__heading h2 {
  margin: 0 0 10px;
  color: #243763;
  font-size: 28px;
  line-height: 1.4;
}

#report .shops-report__heading p:last-child {
  margin-bottom: 0;
}

#report .shops-report__list {
  display: grid;
  gap: 42px;
}

#report .shop-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #dfe3ec;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(20, 36, 70, 0.10);
}

#report .shop-card__header {
  position: relative;
  padding: 28px 32px 26px;
  color: #fff;
  background: linear-gradient(135deg, #243763 0%, #40598f 100%);
}

#report .shop-card__number {
  position: absolute;
  top: 22px;
  right: 28px;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .14em;
}

#report .shop-card__label {
  display: inline-block;
  margin: 0 0 8px;
  padding: 2px 14px;
  color: #243763;
  background: #fff;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
}

#report .shop-card__name {
  margin: 0;
  color: #fff;
  font-size: 30px;
  line-height: 1.35;
}

#report .shop-card__type {
  margin: 5px 0 0;
  color: rgba(255,255,255,.9);
  font-size: 16px;
}

#report .shop-card__section {
  padding: 30px 32px;
  border-bottom: 1px solid #e5e8ef;
}

#report .shop-card__section-heading {
  margin-bottom: 15px;
}

#report .shop-card__section-heading span {
  display: block;
  margin-bottom: 2px;
  color: #9a7b35;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .14em;
}

#report .shop-card__section-heading h4 {
  margin: 0;
  padding-bottom: 8px;
  color: #3f4657;
  border-bottom: 2px solid #243763;
  font-size: 21px;
}

#report .shop-card__text {
  margin-bottom: 18px;
}

#report .shop-slider {
  margin: 0 -5px 12px;
}

#report .shop-slider figure {
  margin: 0 5px;
}

#report .shop-slider figure img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 5px;
}

#report .shop-slider .slick-prev,
#report .shop-slider .slick-next {
  z-index: 2;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(36, 55, 99, .88);
}

#report .shop-slider .slick-prev { left: 12px; }
#report .shop-slider .slick-next { right: 12px; }
#report .shop-slider .slick-prev:hover,
#report .shop-slider .slick-next:hover { background: #243763; }

#report .shop-slider .slick-dots {
  position: static;
  margin-top: 9px;
}

#report .shop-card__voice {
  margin: 30px 32px;
  padding: 24px 26px;
  background: #f8f5ec;
  border-left: 5px solid #b7974f;
}

#report .shop-card__voice-label {
  margin: 0 0 3px;
  color: #9a7b35;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .14em;
}

#report .shop-card__voice h4 {
  margin: 0 0 12px;
  color: #3f4657;
  font-size: 20px;
}

#report .shop-card__voice p:last-child {
  margin-bottom: 0;
}

#report .shop-card .shop_info {
  padding: 0 32px 32px;
}

#report .shop-card .shop_info > em {
  display: inline-block;
  color: #243763;
  font-weight: bold;
  font-style: normal;
}

#report .shop-card .shop_info .detail_box {
  border: 1px solid #dfe3ec;
}

@media screen and (max-width: 576px) {
  #report .shops-report__heading {
    padding: 22px 18px;
  }
  #report .shops-report__heading h2 {
    font-size: 23px;
  }
  #report .shop-card__header {
    padding: 24px 18px 22px;
  }
  #report .shop-card__number {
    position: static;
    margin-bottom: 10px;
  }
  #report .shop-card__name {
    font-size: 25px;
  }
  #report .shop-card__section {
    padding: 24px 18px;
  }
  #report .shop-slider figure img {
    height: auto;
    max-height: 420px;
    object-fit: contain;
    background: #f4f4f4;
  }
  #report .shop-card__voice {
    margin: 24px 18px;
    padding: 20px 18px;
  }
  #report .shop-card .shop_info {
    padding: 0 18px 24px;
  }
  #report .shop_info .detail_box dt,
  #report .shop_info .detail_box dd {
    width: 100%;
  }
  #report .shop_info .detail_box dd {
    border-left: none;
    border-top: none;
    padding-top: 0;
  }
  #report .shop_info .detail_box .fst {
    border-top: none;
  }
}

/* 店舗別アンカー・SEO見出し */
#report .shop-card{
    scroll-margin-top:100px;
}

#report .shop-card h2.shop-card__name{
    line-height:1;
    margin:0 0 15px;
}

#report .shop-card__name img{
    display:block;
    width:100%;
    max-width:450px;
    height:auto;
}

@media screen and (max-width:576px){

    #report .shop-card__name img{
        max-width:320px;
        width:100%;
        height:auto;
        margin:0 auto;
    }

}

/* SEO用テキスト */
.visually-hidden{
    position:absolute !important;
    width:1px !important;
    height:1px !important;
    padding:0 !important;
    margin:-1px !important;
    overflow:hidden !important;
    clip:rect(0,0,0,0) !important;
    white-space:nowrap !important;
    border:0 !important;
}

/* =========================================================
   指定3店舗：紺色背景＋右上がりの上質な斜線＋下部ゴールドライン
   競合防止のため、このブロックだけで完全定義
========================================================= */

#report #azovii-jewelry,
#report #Atelier-Spring-jewelry,
#report #private-jewelry-shop {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(181,137,48,.62);
  border-radius: 10px;
  box-shadow:
    0 15px 34px rgba(11,28,57,.13),
    0 3px 8px rgba(11,28,57,.08);
}

#report #azovii-jewelry .shop-card__header,
#report #Atelier-Spring-jewelry .shop-card__header,
#report #private-jewelry-shop .shop-card__header {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 15px 32px 18px;
  color: #fff;
  background-color: #0d244a !important;
  background-image:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,.045), transparent 34%),
    radial-gradient(circle at 84% 100%, rgba(216,178,94,.035), transparent 40%),
    linear-gradient(135deg, #0b2145 0%, #112a55 52%, #081d3d 100%) !important;
  border: 0;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.05),
    inset 0 -12px 26px rgba(0,0,0,.11);
}

/* 右上がりの斜線だけを表示 */
#report #azovii-jewelry .shop-card__header::before,
#report #Atelier-Spring-jewelry .shop-card__header::before,
#report #private-jewelry-shop .shop-card__header::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background-color: transparent !important;
  background-image:
    repeating-linear-gradient(
      151deg,
      transparent 0,
      transparent 16px,
      rgba(232,227,214,.15) 16px,
      rgba(232,227,214,.15) 16.65px,
      transparent 16.65px,
      transparent 30px
    ),
    repeating-linear-gradient(
      151deg,
      transparent 0,
      transparent 29px,
      rgba(255,255,255,.055) 29px,
      rgba(255,255,255,.055) 29.55px,
      transparent 29.55px,
      transparent 47px
    ),
    repeating-linear-gradient(
      151deg,
      transparent 0,
      transparent 45px,
      rgba(217,181,98,.13) 45px,
      rgba(217,181,98,.13) 45.75px,
      transparent 45.75px,
      transparent 68px
    ) !important;
  background-size:
    62% 100%,
    54% 100%,
    70% 100% !important;
  background-position:
    112% 0,
    101% 0,
    120% 0 !important;
  background-repeat: no-repeat !important;
  opacity: .88;
  -webkit-mask-image:
    linear-gradient(
      90deg,
      transparent 0%,
      transparent 31%,
      rgba(0,0,0,.25) 39%,
      #000 52%,
      #000 77%,
      rgba(0,0,0,.52) 90%,
      transparent 100%
    );
  mask-image:
    linear-gradient(
      90deg,
      transparent 0%,
      transparent 31%,
      rgba(0,0,0,.25) 39%,
      #000 52%,
      #000 77%,
      rgba(0,0,0,.52) 90%,
      transparent 100%
    );
}

/* 下部6pxだけにゴールドを表示。面全体には絶対に広がらない */
#report #azovii-jewelry .shop-card__header::after,
#report #Atelier-Spring-jewelry .shop-card__header::after,
#report #private-jewelry-shop .shop-card__header::after {
  content: "";
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto !important;
  width: 100%;
  height: 6px !important;
  pointer-events: none;
  background-color: transparent !important;
  background-image:
    linear-gradient(
      90deg,
      #7d5017 0%,
      #bd8931 13%,
      #e7c56d 29%,
      #fff0a1 46%,
      #d5a244 63%,
      #edc66b 82%,
      #8a5818 100%
    ) !important;
  background-size: 100% 100% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.28),
    0 2px 5px rgba(91,58,12,.20);
}

#report #azovii-jewelry .shop-card__header > *,
#report #Atelier-Spring-jewelry .shop-card__header > *,
#report #private-jewelry-shop .shop-card__header > * {
  position: relative;
  z-index: 2;
}

#report #azovii-jewelry .shop-card__label,
#report #Atelier-Spring-jewelry .shop-card__label,
#report #private-jewelry-shop .shop-card__label {
  display: inline-block;
  margin: 0 0 13px;
  padding: 4px 16px;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: rgba(5,19,43,.34);
  border: 1px solid rgba(231,190,92,.92);
  border-radius: 14px;
  box-shadow: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
}

#report #azovii-jewelry .shop-card__name,
#report #Atelier-Spring-jewelry .shop-card__name,
#report #private-jewelry-shop .shop-card__name {
  margin: 0 0 14px;
  line-height: 1;
}

#report #azovii-jewelry .shop-card__name img,
#report #Atelier-Spring-jewelry .shop-card__name img,
#report #private-jewelry-shop .shop-card__name img {
  display: block;
  width: 100%;
  max-width: 450px;
  height: auto;
  filter:
    drop-shadow(0 1px 0 rgba(255,255,255,.04))
    drop-shadow(0 3px 6px rgba(0,0,0,.19));
}

#report #azovii-jewelry .shop-card__type,
#report #Atelier-Spring-jewelry .shop-card__type,
#report #private-jewelry-shop .shop-card__type {
  margin: 0;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-family:
    "Yu Mincho",
    "YuMincho",
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "Noto Serif JP",
    serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: .085em;
  text-shadow: 0 1px 3px rgba(0,0,0,.22);
}

@media screen and (max-width: 576px) {
  #report #azovii-jewelry,
  #report #Atelier-Spring-jewelry,
  #report #private-jewelry-shop {
    border-radius: 9px;
  }

  #report #azovii-jewelry .shop-card__header,
  #report #Atelier-Spring-jewelry .shop-card__header,
  #report #private-jewelry-shop .shop-card__header {
    padding: 13px 18px 16px;
  }

  #report #azovii-jewelry .shop-card__header::before,
  #report #Atelier-Spring-jewelry .shop-card__header::before,
  #report #private-jewelry-shop .shop-card__header::before {
    background-size:
      80% 100%,
      70% 100%,
      92% 100% !important;
    background-position:
      126% 0,
      116% 0,
      134% 0 !important;
    opacity: .76;
  }

  #report #azovii-jewelry .shop-card__header::after,
  #report #Atelier-Spring-jewelry .shop-card__header::after,
  #report #private-jewelry-shop .shop-card__header::after {
    height: 5px !important;
  }

  #report #azovii-jewelry .shop-card__name img,
  #report #Atelier-Spring-jewelry .shop-card__name img,
  #report #private-jewelry-shop .shop-card__name img {
    max-width: 320px;
    margin: 0 auto;
  }

  #report #azovii-jewelry .shop-card__type,
  #report #Atelier-Spring-jewelry .shop-card__type,
  #report #private-jewelry-shop .shop-card__type {
    font-size: 15px;
    letter-spacing: .07em;
  }
}

