.center {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-only__pc {
  display: none;
}

@media screen and (min-width: 667px) {
  .u-only__pc {
    display: block;
  }
}

.u-only__sp {
  display: none;
}

@media screen and (max-width: 666px) {
  .u-only__sp {
    display: block;
  }
}
.mb0 {
  margin-bottom: 0 !important;
}

.mb1 {
  margin-bottom: 8px !important;
}

.mb2 {
  margin-bottom: 16px !important;
}

.mb3 {
  margin-bottom: 24px !important;
}

.mb4 {
  margin-bottom: 32px !important;
}

.mb5 {
  margin-bottom: 40px !important;
}

.mb6 {
  margin-bottom: 48px !important;
}

.mb7 {
  margin-bottom: 56px !important;
}

.mb8 {
  margin-bottom: 64px !important;
}

.mb9 {
  margin-bottom: 72px !important;
}

.mb10 {
  margin-bottom: 80px !important;
}

.w05 {
  width: 4% !important;
}

@media screen and (max-width: 666px) {
  .fl,
  .fr {
    text-align: center;
  }

  .w05 {
    width: 100% !important;
  }
}

.w10 {
  width: 9% !important;
}

@media screen and (max-width: 666px) {
  .w10 {
    width: 100% !important;
  }

  .w10_sp {
    width: 9% !important;
  }
}

.w15 {
  width: 14% !important;
}

@media screen and (max-width: 666px) {
  .w15 {
    width: 100% !important;
  }

  .w15_sp {
    width: 14% !important;
  }

  .w15_sp img {
    margin-left: auto;
    margin-right: auto;
  }
}

.w20 {
  width: 19% !important;
}

@media screen and (max-width: 666px) {
  .w20 {
    width: 100% !important;
  }

  .w20_sp {
    width: 19% !important;
  }
}

.w30 {
  width: 29% !important;
}

@media screen and (max-width: 666px) {
  .w30 {
    width: 100% !important;
  }

  .w30_sp {
    width: 29% !important;
  }

  .w30_sp img {
    margin-left: auto;
    margin-right: auto;
  }
}

.w33 {
  width: 31% !important;
}

@media screen and (max-width: 666px) {
  .w33 {
    width: 100% !important;
  }
}

.w35 {
  width: 34% !important;
}

@media screen and (max-width: 666px) {
  .w35 {
    width: 100% !important;
  }

  .w35_sp {
    width: 34% !important;
  }
}

.w40 {
  width: 39% !important;
}

@media screen and (max-width: 666px) {
  .w40 {
    width: 100% !important;
  }

  .w40_sp {
    width: 39% !important;
  }
}

.w45 {
  width: 44% !important;
}

@media screen and (max-width: 666px) {
  .w45 {
    width: 100% !important;
  }
}

.w50 {
  width: 49% !important;
}

@media screen and (max-width: 666px) {
  .w50 {
    width: 100% !important;
  }

  .w50_sp {
    width: 49% !important;
  }

  .w50_sp img {
    margin-left: auto;
    margin-right: auto;
  }
}

.w55 {
  width: 54% !important;
}

@media screen and (max-width: 666px) {
  .w55 {
    width: 100% !important;
  }
}

.w60 {
  width: 59% !important;
}

@media screen and (max-width: 666px) {
  .w60 {
    width: 100% !important;
  }
}

.w65 {
  width: 64% !important;
}

@media screen and (max-width: 666px) {
  .w65 {
    width: 100% !important;
  }
}

.w67 {
  width: 66% !important;
}

@media screen and (max-width: 666px) {
  .w67 {
    width: 100% !important;
  }

  .w60_sp {
    width: 59% !important;
  }

  .w65_sp {
    width: 64% !important;
  }
}

.w70 {
  width: 69% !important;
}

@media screen and (max-width: 666px) {
  .w70 {
    width: 100% !important;
  }

  .w70_sp {
    width: 69% !important;
  }
}

.w80 {
  width: 79% !important;
}

@media screen and (max-width: 666px) {
  .w80 {
    width: 100% !important;
  }

  .w80_sp {
    width: 79% !important;
  }
}

.w85 {
  width: 84% !important;
}

@media screen and (max-width: 666px) {
  .w85 {
    width: 100% !important;
  }

  .w85_sp {
    width: 84% !important;
  }
}

.w90 {
  width: 89% !important;
}

@media screen and (max-width: 666px) {
  .w90 {
    width: 100% !important;
  }

  .w90_sp {
    width: 89% !important;
  }
}

.w95 {
  width: 94% !important;
}

@media screen and (max-width: 666px) {
  .w95 {
    width: 100% !important;
  }
}

.w25 {
  width: 24% !important;
}

@media screen and (max-width: 666px) {
  .w25 {
    width: 50% !important;
  }

  .w25_sp {
    width: 24% !important;
  }
}

.w75 {
  width: 74% !important;
}

@media screen and (max-width: 666px) {
  .w75 {
    width: 100% !important;
  }

  .w75_sp {
    width: 74% !important;
  }

  .w95_sp {
    width: 94% !important;
  }

  .w100 {
    width: 100% !important;
  }
}

.w100,
img.w100 {
  width: 100% !important;
}

.flex {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 666px) {
  .flex {
    display: block;
  }
}

.between {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
}

.main {
  background-color: #f5f1ef;
}

.main__row {
  padding-left: 24px;
  padding-right: 24px;
  background-color: #f5f1ef;
  font-family: "Noto Sans JP", sans-serif;
}

.main__wrapper * {
  box-sizing: border-box;
  color: #333333;
}

.main__wrapper {
  padding-top: 42px;
  padding-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  border: none;
}

@media screen and (min-width: 667px) {
  .main__wrapper {
    max-width: 790px;
    padding-top: 50px;
    padding-bottom: 115px;
  }
}

.main__row img {
  display: block;
  max-width: 100%;
  height: auto;
}

.main__row p {
  margin: 0;
}

/* mv */
.rashiku__mv {
  margin-bottom: 55px;
}

@media screen and (min-width: 667px) {
  .rashiku__mv {
    margin-bottom: 87px;
  }
}

.rashiku__mv .wrap--1 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 2;
}

.rashiku__mv .wrap--2 {
  position: relative;
  top: -40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: -40px;
  z-index: 2;
}

@media screen and (min-width: 667px) {
  .rashiku__mv .wrap--2 {
    top: -24px;
    margin-bottom: -24px;
  }
}

.rashiku__mv .imgs {
  position: relative;
  top: -8px;
}

@media screen and (min-width: 667px) {
  .rashiku__mv .imgs {
    top: -80px;
    margin-bottom: -80px;
  }
}

.rashiku__mv .imgs .img img {
  display: block;
  width: 260px;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 667px) {
  .rashiku__mv .imgs .img img {
    width: 630px;
  }
}

.rashiku__mv .imgs .interview {
  position: absolute;
  left: 0;
  top: 30px;
  transition-delay: 0.5s;
}

@media screen and (min-width: 667px) {
  .rashiku__mv .imgs .interview {
    top: 110px;
    left: 36px;
  }
}

@media screen and (min-width: 667px) {
  .rashiku__mv .vol {
    margin-right: 16px;
    margin-bottom: 46px;
  }
}

.rashiku__mv .txt {
  width: 266px;
  max-width: calc(100% - 12px);
  padding: 16px;
  background-color: #797370;
  transition-delay: 1s;
}

.rashiku__mv .txt p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #ffffff;
}

@media screen and (min-width: 667px) {
  .rashiku__mv .txt {
    width: 512px;
    padding: 24px;
  }
}

/* contents */
.rashiku__contents {
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px;
  background-color: #e2dedc;
}

@media screen and (min-width: 667px) {
  .rashiku__contents {
    max-width: 560px;
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 110px;
  }
}

.rashiku__contents h3 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
  align-items: center;
  width: 100%;
}

.rashiku__contents h3::after {
  flex-grow: 1;
  height: 1px;
  padding-right: 15px;
  margin-left: 10px;
  border-bottom: 1px solid #333333;
  content: "";
}

@media screen and (min-width: 667px) {
  .rashiku__contents h3 {
    font-size: 14px;
  }
}

.rashiku__contents ul {
  border-bottom: 1px solid #333333;
  padding-top: 14px;
  padding-bottom: 10px;
}

.rashiku__contents ul li {
  padding-top: 16px;
  padding-bottom: 16px;
}

@media screen and (min-width: 667px) {
  .rashiku__contents ul li {
    text-align: center;
  }
}

.rashiku__contents ul li:not(:first-of-type) {
  border-top: 1px solid #c4beba;
}

.rashiku__contents ul li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #333333;
  text-decoration: underline;
}

@media screen and (min-width: 667px) {
  .rashiku__contents ul li a {
    font-size: 16px;
  }
}

.rashiku__contents ul li a:hover,
.rashiku__contents ul li a:visited {
  color: #333333;
}

@media screen and (min-width: 667px) {
  .rashiku__contents ul li a:hover {
    text-decoration: none;
  }
}

/* profile */
.rashiku__profile {
  margin-bottom: 64px;
}

@media screen and (min-width: 667px) {
  .rashiku__profile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 140px;
  }
}

.rashiku__profile h3 {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 667px) {
  .rashiku__profile h3 {
    width: 48%;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 38px;
  }
}

.rashiku__profile h3::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  background-image: url("/branchera/assets/rashiku/common/profile-frame-1@2x.png");
  content: "";
}

.rashiku__profile h3::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  background-image: url("/branchera/assets/rashiku/common/profile-frame-2@2x.png");
  content: "";
}

.rashiku__profile .txts {
  position: relative;
  padding-top: 16px;
  padding-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #ffffff;
}

@media screen and (min-width: 667px) {
  .rashiku__profile .txts {
    width: 48%;
  }
}

.rashiku__profile .txts::before {
  position: absolute;
  right: 16px;
  top: -5px;
  display: block;
  width: 70px;
  height: 32px;
  background-size: 100% 100%;
  background-image: url("/branchera/assets/rashiku/common/profile@2x.png");
  content: "";
}

@media screen and (min-width: 667px) {
  .rashiku__profile .txts::before {
    width: 80px;
    height: 36px;
    background-image: url("/branchera/assets/rashiku/common/profile-pc@2x.png");
  }
}

.rashiku__profile .ttl {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #c4beba;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.05em;
}

.rashiku__profile .txt {
  margin: 0;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.05em;
}

/* block */
.rashiku__block:not(:last-of-type) {
  margin-bottom: 64px;
}

@media screen and (min-width: 667px) {
  .rashiku__block:not(:last-of-type) {
    margin-bottom: 140px;
  }
}

.rashiku__block > h3 {
  margin-bottom: 20px;
  background-color: #44654b;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-align: center;
}

@media screen and (min-width: 667px) {
  .rashiku__block > h3 {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 32px;
    font-size: 16px;
  }
}

.rashiku__block > h4 {
  font-size: 16px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #333333;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 667px) {
  .rashiku__block > h4 {
    padding-bottom: 32px;
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 36px;
  }
}

.rashiku__block p {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 667px) {
  .rashiku__block p {
    margin-bottom: 62px;
    font-size: 16px;
    line-height: 32px;
  }
}

.rashiku__block p strong {
  background: linear-gradient(transparent 70%, #fcda67 70%);
  font-weight: 700;
}

.img-wrap {
  max-width: 255px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 667px) {
  .img-wrap {
    max-width: 630px;
  }
}

/* himitsu */
.rashiku__himitsu {
  position: relative;
  padding-top: 46px;
  padding-bottom: 36px;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 76px;
  margin-bottom: 66px;
  background-color: #ffffff;
}

@media screen and (min-width: 667px) {
  .rashiku__himitsu {
    padding-top: 50px;
    padding-bottom: 46px;
    padding-left: 42px;
    padding-right: 42px;
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.rashiku__himitsu::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  max-width: 100%;
  width: 100%;
  height: 10px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/branchera/assets/rashiku/common/himitsu-line-2@2x.png");
  content: "";
}

@media screen and (min-width: 667px) {
  .rashiku__himitsu::after {
    width: 790px;
    background-image: url("/branchera/assets/rashiku/common/himitsu-line-2-pc@2x.png");
  }
}

.rashiku__himitsu > h3 {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100%;
  margin-bottom: 0;
  background-color: transparent;
}

.rashiku__himitsu > h3 img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: auto;
}

.rashiku__himitsu .ttl {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 42px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 667px) {
  .rashiku__himitsu .ttl {
    max-width: 560px;
    margin-bottom: 44px;
  }
}

.rashiku__himitsu .ttl::before,
.rashiku__himitsu .ttl::after {
  position: absolute;
  left: 50%;
  display: block;
  width: 100%;
  height: 30px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top;
  content: "";
}

.rashiku__himitsu .ttl::before {
  top: 0;
  transform: translateX(-50%);
  background-position: top;
  background-image: url("/branchera/assets/rashiku/common/himitsu-line-3@2x.png");
}

@media screen and (min-width: 667px) {
  .rashiku__himitsu .ttl::before {
    width: 560px;
    height: 19px;
    background-image: url("/branchera/assets/rashiku/common/himitsu-line-3-pc@2x.png");
  }
}

.rashiku__himitsu .ttl::after {
  bottom: 0;
  transform: translateX(-50%) translateY(100%);
  background-image: url("/branchera/assets/rashiku/common/himitsu-line@2x.png");
}

@media screen and (min-width: 667px) {
  .rashiku__himitsu .ttl::after {
    width: 560px;
    height: 19px;
    background-image: url("/branchera/assets/rashiku/common/himitsu-line-pc@2x.png");
  }
}

.rashiku__himitsu .ttl > h4 {
  padding-top: 28px;
  padding-bottom: 28px;
  background-color: #797370;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  color: #ffffff;
}

@media screen and (min-width: 667px) {
  .rashiku__himitsu .ttl > h4 {
    font-size: 22px;
    line-height: 34px;
  }
}

.rashiku__himitsu .txt {
  margin-bottom: 32px;
}

@media screen and (min-width: 667px) {
  .rashiku__himitsu .txt {
    margin-bottom: 42px;
  }
}

/* btn */
.rashiku__btn {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 253px;
  min-height: 50px;
  padding-left: 16px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fcda67;
  box-shadow: 4px 4px #797370;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.1em;
  color: #333333;
  text-decoration: none;
}

@media screen and (min-width: 667px) {
  .rashiku__btn {
    max-width: 326px;
    min-height: 58px;
    font-size: 18px;
    line-height: 22px;
  }
}

.rashiku__btn:hover,
.rashiku__btn:visited {
  color: #333333;
}

@media screen and (min-width: 667px) {
  .rashiku__btn:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

.rashiku__btn::after {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 7px;
  background-size: 100% 100%;
  background-image: url("/branchera/assets/rashiku/common/btn-arrow@2x.png");
  content: "";
}

.rashiku__btn--border {
  max-width: 285px;
  min-height: 46px;
  padding-left: 24px;
  border: 1px solid #333333;
  box-shadow: none;
}

@media screen and (min-width: 667px) {
  .rashiku__btn--border {
    max-width: 326px;
    min-height: 48px;
    font-size: 16px;
  }
}

.rashiku__btn--border::after {
  right: 24px;
}

.rashiku__btn--left {
  max-width: 242px;
  padding-left: 58px;
  padding-right: 12px;
}

@media screen and (min-width: 667px) {
  .rashiku__btn--left {
    max-width: 272px;
    padding-left: 63px;
  }
}

.rashiku__btn--left::after {
  right: auto;
  left: 12px;
  background-image: url("/branchera/assets/rashiku/common/btn-arrow-left@2x.png");
}

/* info */
.rashiku__info {
  margin-top: 66px;
}

@media screen and (min-width: 667px) {
  .rashiku__info {
    margin-top: 100px;
  }
}

.rashiku__info > h3 {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 667px) {
  .rashiku__info > h3 {
    margin-bottom: 60px;
    font-size: 24px;
    text-align: center;
  }
}

.rashiku__info .wrap {
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 24px;
  padding-bottom: 32px;
  background-color: #ffffff;
}

@media screen and (min-width: 667px) {
  .rashiku__info .wrap {
    padding-left: 42px;
    padding-right: 42px;
    padding-top: 42px;
    padding-bottom: 42px;
  }
}

.rashiku__info .wrap::before,
.rashiku__info .wrap::after {
  position: absolute;
  left: 50%;
  display: block;
  max-width: 100%;
  width: 100%;
  height: 8px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/branchera/assets/rashiku/common/himitsu-line-2@2x.png");
  content: "";
}

@media screen and (min-width: 667px) {
  .rashiku__info .wrap::before,
  .rashiku__info .wrap::after {
    width: 790px;
    background-image: url("/branchera/assets/rashiku/common/himitsu-line-2-pc@2x.png");
  }
}

.rashiku__info .wrap::before {
  top: 0;
  transform: translateX(-50%) translateY(-50%);
}

.rashiku__info .wrap::after {
  bottom: 0;
  transform: translateX(-50%) translateY(50%);
}

@media screen and (min-width: 667px) {
  .rashiku__info .flex {
    align-items: center;
  }
}

@media screen and (min-width: 667px) {
  .rashiku__info .inner {
    width: 50%;
  }
}

@media screen and (min-width: 667px) {
  .rashiku__info .inner--1 {
    padding-right: 20px;
  }
}

@media screen and (min-width: 667px) {
  .rashiku__info .inner--2 {
    padding-left: 20px;
  }
}

.rashiku__info img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.rashiku__info .logo {
  margin-bottom: 30px;
}

.rashiku__info .info {
  margin-bottom: 30px;
}

@media screen and (min-width: 667px) {
  .rashiku__info .info {
    margin-bottom: 0;
  }
}

.rashiku__info a:not(.rashiku__btn),
.rashiku__info a:not(.rashiku__btn):visited {
  color: #1075a6;
  text-decoration: underline;
}

@media screen and (min-width: 667px) {
  .rashiku__mv h2 img {
    width: 380px;
  }
  .rashiku__mv .vol img {
    width: 100px;
  }
}
