/*---------------------------------------------

	ファーストビュー

---------------------------------------------*/
.secFv {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/chimneymafia/bg-black.png);
  background-repeat: repeat;
}

.secFv__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70%;
  max-width: 880px;
  margin-top: 6rem;
  margin-bottom: 6rem;
}

@media screen and (min-width: 1799px) {
  .secFv__inner {
    margin-top: 8rem;
  }
}

@media screen and (max-width: 830px) {
  .secFv__inner {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 540px) {
  .secFv__inner {
    width: 90%;
  }
}

.secFv__logo {
  display: flex;
  justify-content: center;
  width: 84%;
}

@media screen and (max-width: 1080px) {
  .secFv__logo {
    width: 84%;
  }
}

@media screen and (max-width: 540px) {
  .secFv__logo {
    width: 84%;
  }
}

.secFv__title {
  font-family: Noto Serif JP;
  font-weight: 600;
  font-size: 1.625rem;
  letter-spacing: 0.5rem;
  color: #cccccc;
}

@media screen and (max-width: 830px) {
  .secFv__title {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 540px) {
  .secFv__title {
    font-size: 1rem;
  }
}

.secFv__title img {
  width: 100%;
}

.secFv__about {
  font-family: Noto Serif JP;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.5rem;
  line-height: 4rem;
}

@media screen and (max-width: 830px) {
  .secFv__about {
    font-size: 1.3rem;
    letter-spacing: 0.4rem;
  }
}

@media screen and (max-width: 540px) {
  .secFv__about {
    font-size: 1.15rem;
    letter-spacing: 0.2rem;
  }
}

/*---------------------------------------------

	Chimney Mafiaの誇りと使命

---------------------------------------------*/
.secAbout {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/chimneymafia/bg-gray.png);
  background-repeat: repeat;
}

.secAbout__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin-top: 6rem;
  margin-bottom: 6rem;
}

@media screen and (max-width: 540px) {
  .secAbout__inner {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.secAbout__text {
  font-family: Noto Serif JP, sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 290%;
  /* 2.25rem */
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 830px) {
  .secAbout__text {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 540px) {
  .secAbout__text {
    font-size: 1rem;
  }
}

.secAbout__deco {
  width: 30%;
}

@media screen and (max-width: 830px) {
  .secAbout__deco {
    width: 40%;
  }
}

@media screen and (max-width: 540px) {
  .secAbout__deco {
    width: 45%;
  }
}

/*---------------------------------------------

	特典

---------------------------------------------*/
.secSpecial {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/chimneymafia/bg-black.png);
  background-repeat: repeat;
}

.secSpecial__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin-top: 6rem;
  margin-bottom: 6rem;
}

@media screen and (max-width: 540px) {
  .secSpecial__inner {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.secSpecial__title {
  font-family: Noto Serif JP, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.3rem;
  text-align: center;
}

@media screen and (max-width: 830px) {
  .secSpecial__title {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 40px) {
  .secSpecial__title {
    font-size: 1.5rem;
  }
}

.secSpecial__title__en {
  color: #e2a94d;
  font-family: Newsreader, serif;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.05rem;
}

@media screen and (max-width: 540px) {
  .secSpecial__title__en {
    font-size: 1rem;
  }
}

@media screen and (max-width: 540px) {
  .secSpecial__title__en {
    font-size: 1rem;
  }
}

.secSpecial__text {
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 2.25rem */
  letter-spacing: 0.05rem;
}

@media screen and (max-width: 830px) {
  .secSpecial__text {
    font-size: 1rem;
  }
}

.secSpecial__text-small {
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 200;
  line-height: 180%;
  /* 2.25rem */
  letter-spacing: 0.05rem;
}

@media screen and (max-width: 830px) {
  .secSpecial__text-small {
    font-size: 1rem;
  }
}

.secSpecial__items {
  display: flex;
  justify-content: center;
  gap: 2rem;
  position: relative;
}

@media screen and (max-width: 830px) {
  .secSpecial__items {
    gap: 1rem;
  }
}

@media screen and (max-width: 540px) {
  .secSpecial__items {
    flex-direction: column;
    gap: 2rem;
  }
}

.secSpecial__item::before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 49px;
  right: 49px;
  border-top: solid 1px;
  border-bottom: solid 1px;
  z-index: 0;
}

.secSpecial__item::after {
  content: "";
  position: absolute;
  top: 49px;
  bottom: 49px;
  left: 15px;
  right: 15px;
  border-left: solid 1px;
  border-right: solid 1px;
  z-index: 0;
}

.secSpecial__itemInner {
  padding: 4.5rem 2rem 3rem;
  height: 100%;
  background-image: url(../img/chimneymafia/frame_special-01.svg),
    url(../img/chimneymafia/frame_special-02.svg), url(../img/chimneymafia/frame_special-03.svg),
    url(../img/chimneymafia/frame_special-04.svg);
  background-position-x: left, right, left, right;
  background-position-y: top, top, bottom, bottom;
  background-repeat: no-repeat, no-repeat;
  z-index: 1;
}

.secSpecial__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 35%;
  border: solid;
  border-width: 0.075rem;
}

@media screen and (max-width: 1100px) {
  .secSpecial__item {
    width: 45%;
  }
}

@media screen and (max-width: 830px) {
  .secSpecial__item {
    width: 50%;
  }
}

@media screen and (max-width: 540px) {
  .secSpecial__item {
    width: 100%;
  }
}

.secSpecial__illustArea {
  width: 80%;
  display: flex;
  justify-content: center;
  margin: auto;
}

.secSpecial__illustArea img {
  width: 100%;
}

.secSpecial__textArea {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.secSpecial__description {
  color: #E2A94D;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 230%;
}

@media screen and (max-width: 540px) {
  .secSpecial__description {
    font-size: 1rem;
    line-height: 200%;
  }
}

/*---------------------------------------------

	費用

---------------------------------------------*/
.secPrice {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/chimneymafia/bg-gray.png);
  background-repeat: repeat;
}

.secPrice__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin-top: 6rem;
  margin-bottom: 6rem;
}

@media screen and (max-width: 540px) {
  .secPrice__inner {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.secPrice__text-large {
  font-family: Noto Serif JP;
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 540px) {
  .secPrice__text-large {
    font-size: 1.5rem;
  }
}

.secPrice__text-midium {
  font-size: 1rem;
  font-weight: 400;
}

.secPrice__text-small {
  font-size: 0.875rem;
  font-weight: 400;
}

/*---------------------------------------------

ファミリーネーム一覧

---------------------------------------------*/
.secFamilyname {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/chimneymafia/bg-black.png);
  background-repeat: repeat;
}

.secFamilyname__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin-top: 6rem;
  margin-bottom: 6rem;
}

@media screen and (min-width: 1799px) {
  .secFamilyname__inner {
    width: 70%;
  }
}

@media screen and (min-width: 1281px) {
  .secFamilyname__inner {
    width: 70%;
  }
}

@media screen and (max-width: 540px) {
  .secFamilyname__inner {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.secFamilyname__list-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.secFamilyname__listline {
  padding: auto;
  border: none;
  border-top: 1px solid rgba(226, 169, 77, 0.5);
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.secFamilyname__list-top__textArea {
  margin-right: 1.25rem;
}

.secFamilyname__list-top__textArea p {
  font-size: 3rem;
  font-family: Noto Serif JP, sans-serif;
  font-weight: 600;
}

.secFamilyname__list-top__textArea span {
  font-size: 1.125rem;
  font-family: Noto Serif JP, sans-serif;
  font-weight: 600;
}

.secFamilyname__listblock {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.secFamilyname__deco {
  width: 30%;
}

@media screen and (max-width: 830px) {
  .secFamilyname__deco {
    width: 40%;
  }
}

@media screen and (max-width: 540px) {
  .secFamilyname__deco {
    width: 45%;
  }
}

.secFamilyname__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.secFamilyname__name {
  width: calc(33.333% - 2rem);
  margin-right: 2rem;
}

@media screen and (max-width: 830px) {
  .secFamilyname__name {
    width: calc(50% - 2rem);
  }
}

@media screen and (max-width: 540px) {
  .secFamilyname__name {
    width: 100%;
    margin-right: 0;
  }
}

.js-morebtn {
  display: flex;
  padding: 0.25rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: 17.5rem;
  height: 2.5rem;
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 1.875rem;
  background: #e2a94d;
  transition: all 0.3s;
  cursor: pointer;
  border: none;
}

.js-closebtn {
  display: flex;
  padding: 0.25rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: 17.5rem;
  height: 2.5rem;
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 1.875rem;
  background: #e2a94d;
  transition: all 0.3s;
  cursor: pointer;
  border: none;
}

.secFamilyname__name {
  display: flex;
  margin-bottom: 1rem;
}

.secFamilyname p {
  font-family: Noto Serif JP, sans-serif;
  font-weight: 500;
  margin-left: 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.secFamilyname__listdeco {
  width: 100%;
  height: 1px;
}

/*---------------------------------------------

	お申し込み

---------------------------------------------*/

.secApply {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-image: url(../img/chimneymafia/bg-gray.png);
  background-repeat: repeat;
}

.secApply__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.secApply__messagetext {
  text-align: center;
  font-family: 500;
  line-height: 200%;
  font-size: 1rem;
}

@media screen and (max-width: 540px) {
  .secApply__messagetext {
    text-align: start;
  }
}

.secApply__form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 540px) {
  .secApply__form {
    width: 100%;
  }
}

.secApply__field {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.5rem;
  width: 70%;
}

@media screen and (max-width: 800px) {
  .secApply__field {
    width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .secApply__field {
    margin-bottom: 2rem;
    width: 100%;
  }
}

.secApply__label {
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.secApply__required {
  font-family: "Noto Sans JP";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
}

@media screen and (max-width: 540px) {
  .secContact__required {
    padding: 0rem 0.5rem;
  }
}

select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../img/chimneymafia/icon_apply-selectarrow.svg");
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: right 12px center;
}

.secApply__input,
.secApply__textarea {
  width: 100%;
  padding: 1rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  border: none;
  background-color: rgba(255, 255, 255, 0, 8);
  background-color: rgba(255, 255, 255, 0.8);
}

.secAppl__radioArea {
  display: flex;
}

.secAppl__radio {
  width: 20px;
  accent-color: #000;
}

.secApply__textarea {
  margin-bottom: 3.75rem;
}

@media screen and (max-width: 540px) {
  .secApply__textarea {
    margin-bottom: 4.2rem;
  }

  .secApply__input,
  .secApply__textarea {
    font-size: 1rem;
  }
}

.secApply__textarea {
  resize: none;
}

.secApply__submitWrapper {
  display: flex;
  text-align: center;
  justify-content: center;
}

.secApply__submit {
  display: flex;
  width: 29.0625rem;
  padding: 1.25rem 2rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 1.875rem;
  background: #e2a94d;
  border: none;
}

.secApply__submit:hover {
  cursor: pointer;
}

@media screen and (max-width: 540px) {
  .secApply__submit {
    display: flex;
    width: 21.375rem;
    padding: 1rem 1.5rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
}

.secApply__submit:hover {
  opacity: 0.7;
}

.secApply__backButton {
  margin-top: 1rem;
}

.secApply__backButton:hover {
  cursor: pointer;
}

.secApply__backButton input {
  color: #E2A94D;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 230%;
  letter-spacing: 0.05rem;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  background-color: transparent;
  border: none;
}

.secApply__text {
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}

.secApply__field p {
  font-size: 0.8125rem;
}

.disabled {}

.fileinput {
  display: flex;
  position: relative;
  color: #e2a94d;
  font-size: 16px;
  transition: all 0.3s;
  width: 100%;
  margin-bottom: 3rem;
}

.fileinput::file-selector-button {
  display: block;
  font-size: 14px;
  font-family: Noto Sans JP, sans-serif;
  color: #e2a94d;
  border: 1px dashed #e2a94d;
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  padding: 2rem 1rem;
  text-align: center;
}

/*---------------------------------------------

	フッター

---------------------------------------------*/
.secFooter {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/chimneymafia/bg-black.png);
  background-repeat: repeat;
  padding-top: 4rem;
  padding-bottom: 3rem;
}

@media screen and (max-width: 830px) {
  .secFooter {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 540px) {
  .secFooter {
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
  }
}

.secFooter__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70%;
  max-width: 880px;
  margin: 0 auto;
}

@media screen and (min-width: 1799px) {
  .secFooter__inner {
    margin-top: 8rem;
  }
}

@media screen and (max-width: 540px) {
  .secFooter__inner {
    width: 90%;
  }
}

.secFooter__logo {
  display: flex;
  justify-content: center;
  max-width: 800px;
  width: 40%;
  margin: auto;
}

@media screen and (max-width: 540px) {
  .secFooter__logo {
    width: 40%;
  }
}