.c_pagelead {
  padding-top: 50px;
}

.bring_detail01_attire {
  padding-top: 60px;
}
.bring_detail01_attire_ttl {
  text-align: center;
  margin-bottom: 50px;
}
.bring_detail01_attire_ttl .ttl_box {
  display: inline-block;
  padding: 1px 9px 2px;
  line-height: 1.2;
  border: solid 1px #000;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0 4px 0 0;
}
.bring_detail01_attire_ttl .ttl_big {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  font-size: 1.25rem;
  font-weight: 500;
}
.bring_detail01_attire_block {
  margin-bottom: 60px;
}
.bring_detail01_attire_block:last-child {
  margin-bottom: 0;
}
.bring_detail01_attire_block_ttl {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-size: 1.625rem;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: solid 1px #000;
}
.bring_detail01_attire_block.has_img {
  display: flex;
  flex-direction: column;
}
.bring_detail01_attire_block.has_img .bring_detail01_attire_block_img {
  width: 100%;
  position: relative;
  margin-top: 30px;
}
.bring_detail01_attire_block.has_img .bring_detail01_attire_block_img::after {
  position: absolute;
  content: "";
  top: 0;
  top: -170px;
  right: -45%;
  width: 712px;
  height: 688px;
  z-index: -1;
  background: url(../images/bring/bring-detail-01/bg_colorfull_01.png) no-repeat center/contain;
}
.bring_detail01_attire_block_img {
  text-align: center;
}
.bring_detail01_attire_block_check {
  margin-bottom: 30px;
}
.bring_detail01_attire_block_check_group {
  position: relative;
  z-index: 0;
  margin-bottom: 20px;
}
.bring_detail01_attire_block_check_group:last-child {
  margin-bottom: 0;
}
.bring_detail01_attire_block_check_label {
  display: flex;
  align-items: flex-start;
  font-weight: 500;
}
.bring_detail01_attire_block_check_input {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
}
.bring_detail01_attire_block_check_icon, .bring_detail01_attire_block_check_input {
  height: 0.9375em;
  width: 0.9375em;
  top: 0.5em;
  margin-right: 12px;
  cursor: pointer;
  flex-shrink: 0;
}
.bring_detail01_attire_block_check_input:checked ~ .bring_detail01_attire_block_check_label .bring_detail01_attire_block_check_icon::before {
  opacity: 1;
}
.bring_detail01_attire_block_check_icon {
  position: relative;
  pointer-events: none;
}
.bring_detail01_attire_block_check_icon::after, .bring_detail01_attire_block_check_icon::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.bring_detail01_attire_block_check_icon::after {
  width: 100%;
  height: 100%;
  border: 1px solid black;
}
.bring_detail01_attire_block_check_icon::before {
  z-index: 2;
  width: 126.6666666667%;
  height: 121.5333333333%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/bring/bring-detail-03/icon_check_input.svg);
  transform: translate(-2%, -32%);
  opacity: 0;
}
.bring_detail01_attire_block_check_txt {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.bring_detail01_attire_block_check_txt .txt_big {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 5px;
}
.bring_detail01_attire_block_check_txt .txt {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 400;
}
.bring_detail01_attire_block_note {
  padding: 4px;
  background: #F8F8F8;
  text-align: center;
}
.bring_detail01_attire_block_note .note {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
}
.bring_detail01_attire_frame {
  position: relative;
  background: #fff;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.16);
  padding: 50px 30px;
  margin-top: 50px;
}
.bring_detail01_attire_frame::after {
  position: absolute;
  content: "";
  bottom: -170px;
  left: -60%;
  width: 682px;
  height: 680px;
  z-index: -1;
  background: url(../images/bring/bring-detail-01/bg_colorfull_02.png) no-repeat center/contain;
}
.bring_detail01_attire_frame_ttl {
  text-align: center;
  font-size: 1.625rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.bring_detail01_attire_frame_desc {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 40px;
}
.bring_detail01_attire_frame_blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bring_detail01_attire_frame_block {
  position: relative;
  border: solid 1px #000;
  border-radius: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 85px 10px 15px;
  width: 100%;
  margin-bottom: 60px;
}
.bring_detail01_attire_frame_block_ttl {
  position: absolute;
  content: "";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.bring_detail01_attire_frame_block_ttl .num, .bring_detail01_attire_frame_block_ttl .ttl {
  text-align: center;
}
.bring_detail01_attire_frame_block_ttl .num {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: inline-block;
  background: #fff;
  margin-bottom: 10px;
  line-height: 1;
  text-indent: 5px;
}
.bring_detail01_attire_frame_block_ttl .ttl {
  width: 100%;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}
.bring_detail01_attire_frame_block_info .ttl {
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-top: 19px;
}
.bring_detail01_attire_frame_block_info .txt_note_wrap {
  display: inline-flex;
  color: #A50B0B;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.5;
}
.bring_detail01_attire_frame_block_info .txt_note01 {
  font-weight: 400;
  line-height: 1.2;
  margin-top: 2px;
}
.bring_detail01_attire_frame_block .img {
  text-align: center;
  margin: 0 auto;
}
.bring_detail01_attire_frame_block01 .img {
  width: 81px;
}
.bring_detail01_attire_frame_block02 .img {
  width: 89px;
}
.bring_detail01_attire_frame_block03 .img {
  width: 87px;
}
.bring_detail01_attire_frame_block04 .img {
  width: 153px;
}
.bring_detail01_attire_frame_block05 {
  margin-bottom: 0 !important;
}
.bring_detail01_attire_frame_block05 .img {
  width: 84px;
}

.bring_detail01_look_forward {
  padding-top: 60px;
}
.bring_detail01_look_forward .bring_detail01_look_forward_ttl {
  margin-bottom: 50px;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-size: 1.5625rem;
  font-weight: 300;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c_pagelead {
    padding-top: 37px;
  }
  .c_pagelead_desc {
    line-height: 2.2;
    margin-top: 27px;
  }
  .bring_detail01_attire {
    padding-top: 93px;
  }
  .bring_detail01_attire_ttl {
    margin-bottom: 103px;
  }
  .bring_detail01_attire_ttl .ttl_box {
    font-size: 1.25rem;
  }
  .bring_detail01_attire_ttl .ttl_big {
    top: 5px;
    font-size: 1.8125rem;
  }
  .bring_detail01_attire_block {
    margin-bottom: 66px;
  }
  .bring_detail01_attire_block_ttl {
    padding-bottom: 30px;
    margin-bottom: 24px;
    font-size: 1.875rem;
  }
  .bring_detail01_attire_block.has_img {
    flex-direction: row;
  }
  .bring_detail01_attire_block.has_img .bring_detail01_attire_block_main {
    width: 50%;
  }
  .bring_detail01_attire_block.has_img .bring_detail01_attire_block_img {
    width: 50%;
    top: 4px;
    margin-top: 0;
  }
  .bring_detail01_attire_block.has_img .bring_detail01_attire_block_img::after {
    top: -170px;
    right: -190px;
  }
  .bring_detail01_attire_block.has_img .bring_detail01_attire_block_info {
    padding-right: clamp(0.9375rem, 4.8076923077vw + -1.3701923077rem, 3.4375rem);
  }
  .bring_detail01_attire_block_check {
    margin-bottom: 28px;
  }
  .bring_detail01_attire_block_check_group {
    margin-bottom: 24px;
  }
  .bring_detail01_attire_block_check_txt .txt_big {
    font-size: 1.125rem;
  }
  .bring_detail01_attire_block_check_txt .txt {
    font-size: 1rem;
  }
  .bring_detail01_attire_block_note {
    padding: 9px 10px;
  }
  .bring_detail01_attire_block_note .note {
    font-size: 1.125rem;
  }
  .bring_detail01_attire_frame {
    padding: 95px clamp(0.1875rem, 18.359375vw + -8.625rem, 3.125rem) 100px;
    margin-top: 99px;
  }
  .bring_detail01_attire_frame::after {
    bottom: -250px;
    left: -43%;
    width: 882px;
    height: 880px;
  }
  .bring_detail01_attire_frame_ttl {
    font-size: 1.8125rem;
    margin-bottom: 23px;
  }
  .bring_detail01_attire_frame_desc {
    font-size: 1.125rem;
    text-align: center;
    margin-bottom: 71px;
  }
  .bring_detail01_attire_frame_block {
    width: clamp(13.125rem, 3.4855769231vw + 11.4519230769rem, 14.9375rem);
    padding: 73px 5px 9px;
    margin: 0 clamp(0.625rem, 2.2608695652vw + -0.8233695652rem, 1.4375rem) 47px;
  }
  .bring_detail01_attire_frame_block_ttl {
    top: -25px;
  }
  .bring_detail01_attire_frame_block_ttl .num {
    padding: 0;
    text-indent: 7px;
    margin-bottom: 8px;
    font-size: 3.125rem;
  }
  .bring_detail01_attire_frame_block_ttl .ttl {
    font-size: 1.125rem;
  }
  .bring_detail01_attire_frame_block_info .txt_note {
    margin-top: -3px;
  }
  .bring_detail01_attire_frame_block_info .txt_note_wrap {
    font-size: 0.75rem;
  }
  .bring_detail01_attire_frame_block01 .img {
    margin-bottom: 10px;
  }
  .bring_detail01_attire_frame_block02 .img {
    margin-top: 20px;
    margin-bottom: 23px;
  }
  .bring_detail01_attire_frame_block03 .img {
    margin-top: 16px;
    margin-bottom: 23px;
  }
  .bring_detail01_attire_frame_block04 {
    padding-bottom: 23px;
    margin-bottom: 0;
  }
  .bring_detail01_attire_frame_block04 .img {
    margin-bottom: 32px;
  }
  .bring_detail01_attire_frame_block05 {
    padding-bottom: 23px;
  }
  .bring_detail01_attire_frame_block05 .img {
    margin-top: 7px;
    margin-bottom: 34px;
  }
  .bring_detail01_look_forward {
    padding-top: 76px;
    padding-bottom: 146px;
  }
  .bring_detail01_look_forward .bring_detail01_look_forward_ttl {
    font-size: 1.75rem;
    margin-bottom: 101px;
    line-height: 1.9642857143;
  }
}
@media screen and (min-width: 1025px) {
  .c_breadcrumb {
    padding: 37px 0;
  }
  .bring_detail01_attire_frame {
    padding: 95px 50px 100px;
  }
}
/*# sourceMappingURL=maps/bring-detail-01.css.map */
