@charset "utf-8";

/******
フォント

Josefin Sans（100 - 700）
font-family: "Josefin Sans", sans-serif;

TASA Explorer（400 - 800）
font-family: "TASA Explorer", sans-serif;

Jost ggole（100 - 900）
font-family: "Jost", sans-serif;

Heisei Kaku Gothic Std（W3）（アドビ）
font-family: "heisei-kaku-gothic-std", sans-serif;
font-weight: 300;

Heisei Kaku Gothic Std（W5）（アドビ）
font-family: "heisei-kaku-gothic-std", sans-serif;
font-weight: 500;

Avenir（heavy）（フォントプラス）
font-family: "AvenirLTPro-Heavy";
font-family: "AvenirLTPro-Medium";
font-family: "AvenirLTPro-Roman";

*******/

body {
  color: #000;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  overflow-wrap: break-word;
  word-break: break-word;
}

.img {
  width: 100%;
  height: auto;
  display: block;
}
.back-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
}

.hover--opacity {
  transition: opacity 0.3s;
}
.hover--opacity:hover {
  opacity: 0.7;
}

.inner-1440 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.inner-1200 {
  width: calc(100% - 44px);
  max-width: 1200px;
  margin: 0 auto;
}

a.sptel {
  cursor: default;
  pointer-events: none;
}

.ilblk {
  display: inline-block;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.clr--wh {
  color: #fff;
}
.bg--orange {
  background-color: #fe6027;
}
.bg--cream {
  background-color: #ebe8e0;
}

.btn {
  font-size: 16px;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.04em;
  transition: background-color 0.3s;
}
.arrow-rgt,
.arrow-lft,
.arrow-btm {
  display: block;
  width: 37px;
  height: 17px;
  margin-left: 20px;
  border: 1px solid #000;
  border-radius: 30px;
  position: relative;
}
.arrow-lft {
  rotate: 180deg;
}
.btn:hover .arrow-rgt {
  background-color: #000;
}

.arrow-rgt:after,
.arrow-lft:after,
.arrow-btm:after {
  content: "";
  display: block;
  width: 10px;
  height: 7px;
  background: url("../imgs/common/arrow_rgt_black.svg") center center / cover
    no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background 0.3s;
}
.arrow-btm:hover {
  border: 1px solid #fff;
  background-color: #000;
}
.arrow-btm:hover:after {
  background: url("../imgs/common/arrow_rgt_wh.svg") center center / cover
    no-repeat;
}

.arrow-rgt:after,
.arrow-lft:after {
  content: "";
  display: block;
  width: 10px;
  height: 7px;
  background: url("../imgs/common/arrow_rgt_black.svg") center center / cover
    no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background 0.3s;
}
.arrow-btm:after {
  rotate: 90deg;
  top: 50%;
  left: 25%;
  transform: translate(-30%, -50%);
}
.btn:hover .arrow-rgt:after {
  background: url("../imgs/common/arrow_rgt_wh.svg") center center / cover
    no-repeat;
}

.archive__btn--wh .arrow-rgt {
  border: 1px solid #fff;
}
.archive__btn--wh:hover .arrow-rgt {
  background-color: #fff;
}
.archive__btn--wh .arrow-rgt:after {
  background: url("../imgs/common/arrow_rgt_wh.svg") center center / cover
    no-repeat;
}
.archive__btn--wh:hover .arrow-rgt:after {
  background: url("../imgs/common/arrow_rgt_black.svg") center center / cover
    no-repeat;
}

.border-btn .archive__btn {
  width: 100% !important;
  max-width: 250px;
  padding-top: 15px;
  padding-bottom: 12px;
  padding-left: 20px;
  justify-content: space-between;
  border: 1px solid #fff;
  border-radius: 23.5px;
}
.border-btn .archive__btn .arrow-rgt {
  width: 10px;
  height: 7px;
  margin-left: 0;
  border: none;
  background-color: transparent;
}
.border-btn .archive__btn .arrow-rgt::after {
  top: 0px;
  left: auto;
  right: 21px;
  transform: initial;
}
.about-us .border-btn .archive__btn:hover {
  color: #000;
  background-color: #fff;
}
.border-btn .archive__btn:hover .arrow-rgt:after {
  background-color: transparent;
  background: url(../imgs/common/arrow_rgt_black.svg) center center / cover
    no-repeat;
}

.section-title {
}
.section-title__en,
.section-title__ja {
  text-align: center;
}
.section-title__en.text-lft,
.section-title__ja.text-lft {
  text-align: left;
}
.section-title__en {
  font-size: 48px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: -0.01em;
}
.section-title__en.sml {
  font-size: 38px;
}
.section-title__ja {
  font-size: 14px;
  line-height: 1.71;
}
.section-title__ja.sml {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.69;
}

.low {
  padding-top: 112px;
}
.single.low {
  padding-top: 72px;
}

/*===================
about us
===================*/
.about-us {
}
.about-us .section-title {
  padding-top: 124px;
  padding-bottom: 94px;
}
.about-us__bg {
  height: 791px;
  background: url("../imgs/index/about-us_bg.webp?20250116") center center /
    cover no-repeat;
}
.inner-1068 {
  width: calc(100% - 44px);
  max-width: 1068px;
  margin: 0 auto;
}
.about-us__flex {
  width: 100%;
  max-width: 1022px;
  padding-top: 123px;
  display: flex;
  justify-content: space-between;
}
.about-us__subHeading {
  color: #fff;
  font-size: 35px;

  line-height: 1.48;
}
.about-us__contents {
  padding-top: 58px;
}
.about-us__contentsText {
  color: #fff;
  font-size: 14px;

  margin-bottom: 25px;
  line-height: 2;
}
.about-us__contentsText.lst {
  margin-bottom: 0;
}
.inner-1076 {
  width: 100%;
  max-width: 1076px;
  margin: 0 auto;
}
.about-us__sns {
  width: 100%;
  /* max-width: 1037px; */
  margin: 0 0 0 auto;
  /* padding-top: 30px;
  padding-bottom: 30px; */
  display: flex;
  /* justify-content: space-between; */
}
.about-us__snsLine {
  width: 58.5%;
  padding-top: 129px;
  padding-bottom: 110px;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
}
.about-us__snsLft {
  /* max-width: 591px; */
  width: calc(100% - 22px);
  max-width: 588px;
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  gap: 0 16.5%;
}
.about-us__snsLine::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 60px);
  background-color: #d9d9d9;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
}
.about-us__snsLine:hover {
  background-color: #000;
}
.about-us__snsTitle {
  width: 205px;
}
.about-us__snsLine:hover .about-us__snsTitle {
  color: #fff;
}
.about-us__snsLink {
  width: calc(82% - 225px);
  max-width: 190px;
  margin-right: 20px;
  display: flex;
  justify-content: space-between;
}
.about-us__snsLink .sns-link__btn {
  width: 48.5%;
  max-width: 77px;
}
.about-us__snsLink .sns-link__btn img {
  max-width: 48px;
  margin: 0 auto 24px;
  transition: all 0.3s;
}
.about-us__snsLink .sns-link__btn img.about-us__snsImg2 {
  max-width: 44px;
  margin: 0 auto 22px;
}
.about-us__snsLink .sns-link__btn img.default-state {
  opacity: 1;
}
.about-us__snsLink .sns-link__btn img.img-hover {
  display: none;
}
.about-us__snsLine:hover .about-us__snsLink .sns-link__btn img.img-hover {
  display: block;
}
.about-us__snsLine:hover .about-us__snsLink .sns-link__btn img.default-state {
  display: none;
}
.sns-link__btn span {
  font-size: 18px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  text-align: center;
  display: block;
  line-height: 1.22;
}
.about-us__snsLine:hover .sns-link__btn span {
  color: #fff;
}
.about-us__sns .section-title__en {
  font-size: 38px;
  margin-bottom: 11px;
}
.about-us__sns .section-title__ja {
  font-size: 13px;
}
.about-us__snsBg {
  width: 43%;
}
.about-us__snsRgt {
  height: 100%;
  display: block;
  padding-top: 11%;
  padding-bottom: 6%;
  transition: all 0.3s;
}
.about-us__snsInner {
  width: calc(100% - 44px);
  max-width: 370px;
  margin: 0 auto;
}
.about-us__snsJoin {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 29px;
}
.about-us__snsRgt:hover {
  color: #fff;
  background-color: #000;
}
.about-us__snsRgt:hover .about-us__snsRgt {
  background-color: #000;
}
.about-us__snsRgt:hover .arrow-rgt {
  background-color: #000;
  border: 1px solid #fff;
}
.about-us__snsRgt:hover .arrow-rgt:after {
  background: url(../imgs/common/arrow_rgt_wh.svg) center center / cover
    no-repeat;
}
.about-us__snsRgt .section-title__en,
.about-us__snsRgt .section-title__ja {
  text-align: left;
}

.about-us__snsText {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.91;
}

.about-us .archive__btnWrap {
  padding-top: 53px;
}
.about-us .archive__btnWrap .archive__btn--wh {
  color: #fff;
}

/*===================
company
===================*/
.company {
  padding-top: 105px;
  padding-bottom: 105px;
}
.company__wrap {
  width: 100%;
  max-width: 548px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
}
.company__lft,
.company__rgt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 26px;
}
.company__text {
  font-size: 12px;

  line-height: 1.83;
}
.company__link {
  display: block;
}

/*===================
creators
===================*/
.creators {
  padding-top: 34px;
  padding-bottom: 128px;
  border-top: 1px solid #d9d9d9;
}
.creators .section-title,
.discover .section-title {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 104px;
}
.creators__wrap {
  width: 100%;
  max-width: 907px;
  margin: 0 auto;
}
.creators__list {
  display: flex;
  flex-wrap: wrap;
  gap: 53px 6.4%;
}
.creators__item {
  width: calc(80.8% / 4);
  max-width: 183px;
}
.creators__profile {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.creators__profileImg {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.creators__contents {
  width: calc(100% - 55px);
  max-width: 127px;
}
.creators__contentsName {
  font-size: 16px;
  padding-top: 2px;
  margin-bottom: 3px;
  line-height: 1.2;
}
.creators__contentsLink {
  display: flex;
  gap: 0 5px;
}
.creators__contentsIcon {
  width: 13px;
  height: 13px;
  margin-top: 3px;
}
.creators__contentsUser {
  font-size: 14px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  display: block;
  width: calc(100% - 13px);
}
.creators__text {
  color: #5e5e5e;
  font-size: 13px;
  line-height: 1.53;
}

/*===================
discover
===================*/
.discover {
  padding-top: 34px;
  padding-bottom: 139px;
  border-top: 1px solid #d9d9d9;
}
.discover .section-title {
  margin-bottom: 88px;
}
.discover__wrap {
  width: 100%;
  max-width: 805px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.discover__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 13px;
  width: 50%;
  max-width: 375px;
}
.discover__item {
  width: calc((100% - 13px) / 2);
}
.discover__item span {
  display: block;
  padding-left: 0.8em;
  position: relative;
}
.discover__item span:before {
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 11px;
  left: 0;
}
.discover__item a {
  font-size: 17px;
  line-height: 1.29;
}
.discover__search {
  width: 47%;
  max-width: 333px;
  margin-top: 15px;
  position: relative;
  border-bottom: 1px solid #000;
}
.discover__search input,
.header__searchOpenWrap input {
  font-size: 14px;
  font-family: "Jost", sans-serif;
  width: 100%;
  padding: 0 44px 12px 0; /* 右にアイコン分、下に余白 */
  border: none;
  outline: none;
  background: transparent;
  letter-spacing: 0.03em;
}
.header__searchOpenWrap input {
  padding-bottom: 0;
}
.discover__search input::placeholder,
.discover__search input::-webkit-input-placeholder,
.discover__search input::-moz-placeholder,
.discover__search input:-ms-input-placeholder {
  color: #adadad;
}
.search-btn {
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.search-btn img {
  width: 20px;
  height: 20px;
  display: block;
}

/*===================
contact
===================*/
.contact {
  padding-top: 117px;
  padding-bottom: 94px;
}
.contact__flex {
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.contact__lft {
  width: 295px;
  padding-top: 216px;
}
.contact .section-title {
  margin-bottom: 84px;
}
.contact__text {
  font-size: 14px;
  text-align: center;
  line-height: 1.71;
}
.contact__text br.br-750 {
  display: none;
}
.contact__rgt {
  width: calc(100% - 295px);
  max-width: 611px;
}

/* 404ページ↓ */
.not-found div {
  width: calc(100% - 40px);
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
  padding: 180px 0;
  min-height: 60vh;
}
.not-foun__en {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 30px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
}
.not-foun__ja {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 2.2;
}
.not-foun__ja strong {
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
}
.not-found a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  display: inline;
}
/* 404ページ↑ */

@media screen and (max-width: 880px) {
  /*===================
about-us
===================*/
  .about-us__snsLft {
    gap: 0 5%;
  }
  .about-us__snsLink {
    width: calc(95% - 215px);
    margin-right: 10px;
  }
}
@media screen and (max-width: 700px) {
  a.sptel {
    cursor: pointer;
    pointer-events: auto;
  }
}

@media screen and (max-width: 750px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }

  .btn {
    font-size: 3.733vw;
  }
  .arrow-rgt,
  .arrow-lft {
    width: 9.866vw;
    height: 4.533vw;
    margin-left: 4vw;
  }
  .arrow-rgt:after,
  .arrow-lft:after {
    width: 2.666vw;
    height: 1.866vw;
  }

  .border-btn .archive__btn {
    max-width: 73.066vw;
    padding-top: 4vw;
    padding-bottom: 3.8vw;
    padding-left: 5.333vw;
    border-radius: 6.266vw;
  }

  .border-btn .archive__btn .arrow-rgt::after {
    top: -0.266vw;
    right: 5.6vw;
  }

  .section-title__en {
    font-size: 12.8vw;
  }
  .section-title__ja {
    font-size: 3.733vw;
  }

  .section-title__en.sml {
    font-size: 10.133vw;
  }
  .section-title__ja.sml {
    font-size: 3.466vw;
  }

  .low {
    /* padding-top: 67px; */
    padding-top: 82px;
  }
  .single.low {
    padding-top: 54px;
  }

  /*===================
about-us
===================*/
  .about-us {
  }
  .about-us .section-title {
    padding-top: 16vw;
    padding-bottom: 8.799vw;
  }
  .about-us__bg {
    height: 242.133vw;
    min-height: 890px;
    background: url("../imgs/index/about-us_bg_sp.webp?20250116") center
      center / cover no-repeat;
  }
  .about-us__flex {
    padding-top: 32.8vw;
    display: block;
    width: 76vw;
    margin: 0 auto;
  }
  .about-us__subHeading {
    font-size: 8vw;
  }
  .about-us__contents {
    padding-top: 13.866vw;
  }
  .about-us__contentsText {
    font-size: 4vw;
    margin-bottom: 8vw;
  }
  .about-us .archive__btnWrap {
    padding-top: 19.466vw;
    padding-bottom: 35px;
    border-bottom: none;
  }
  .about-us .inner-1200.none-750 {
    width: 100%;
  }
  .about-us__sns {
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }
  .about-us__snsLft {
    width: 100%;
    max-width: 100%;
    padding-top: 17.066vw;
    padding-bottom: 10.666vw;
    display: block;
    border-right: none;
    border-bottom: 1px solid #d9d9d9;
  }
  .about-us__snsTitle {
    width: calc(100% - 44px);
    margin: 0 auto 14.399vw;
    text-align: center;
  }
  .about-us__snsRgt .about-us__snsTitle {
    margin: 0 auto 0;
  }
  .about-us__sns .section-title__en {
    font-size: 10.133vw;
    margin-bottom: 1.333vw;
  }
  .about-us__snsRgt .section-title__en {
    margin-bottom: 4.8vw;
  }
  .about-us__sns .section-title__ja {
    font-size: 3.466vw;
  }

  .about-us__snsLink {
    width: calc(100% - 44px);
    max-width: 52.533vw;
    margin: 0 auto;
  }
  .about-us__snsLink .sns-link__btn {
    width: 48.5%;
    max-width: 20.533vw;
  }
  .about-us__snsLink .sns-link__btn img {
    max-width: 12.8vw;
    margin: 0 auto 5.066vw;
  }
  .about-us__snsLink .sns-link__btn img.about-us__snsImg2 {
    max-width: 11.733vw;
    margin: 0 auto 4.466vw;
  }
  .sns-link__btn span {
    font-size: 4.8vw;
  }
  .about-us__snsBg {
    width: 100%;
    margin: 0 auto;
  }
  .about-us__snsRgt {
    width: 100%;
    padding-top: 12vw;
    padding-bottom: 13.333vw;
    padding-left: 11.2vw;
    padding-right: 11.2vw;
    margin: 0 auto;
  }
  .about-us__snsJoin {
    margin-bottom: 3.866vw;
  }
  .about-us__snsText {
    font-size: 3.2vw;
  }
  .about-us__snsText .br-750 {
    display: none;
  }
  .about-us__snsLine {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .about-us__snsLine::after {
    display: none;
  }
  .about-us__snsInner {
    width: 100%;
    max-width: initial;
  }
  /*===================
 company
===================*/
  .company {
    padding-top: 13.6vw;
    padding-bottom: 11.2vw;
  }
  .company__wrap {
    max-width: 75.733vw;
  }
  .company__lft,
  .company__rgt {
    flex-direction: column;
    gap: 5.333vw 0;
  }
  .company__text {
    font-size: 3.2vw;
  }
  .company__lft {
    width: 36.8vw;
  }
  .company__lft img {
    width: 36.8vw;
  }
  .company__rgt {
    width: 23.733vw;
  }
  .company__rgt img {
    width: 23.733vw;
  }

  /*===================
creators
===================*/
  .creators {
    padding-top: 15.466vw;
    padding-bottom: 20vw;
  }
  .creators .section-title {
    margin: 0 auto 14.666vw;
  }
  .creators .section-title__en.sml,
  .discover .section-title__en.sml {
    font-size: 8vw;
  }
  .creators__list {
    gap: 12.8vw 6.4%;
  }
  .creators__item {
    width: calc(93.6% / 2);
    max-width: 324px;
  }
  .creators__profile {
    margin-bottom: 3.2vw;
    gap: 0 1.2vw;
  }
  .creators__profileImg {
    width: 9.6vw;
    height: 9.6vw;
  }
  .creators__contents {
    width: calc(100% - 11.2vw);
    max-width: 100%;
  }
  .creators__contentsName {
    font-size: 3.466vw;
    padding-top: 2px;
    margin-bottom: 3px;
  }
  .creators__contentsIcon {
    width: 2.933vw;
    height: 2.933vw;
    margin-top: 3px;
  }
  .creators__contentsUser {
    font-size: 2.933vw;
    width: calc(100% - 2.933vw);
  }
  .creators__text {
    font-size: 2.666vw;
  }

  /*===================
discover
===================*/
  .discover {
    padding-top: 13.333vw;
    padding-bottom: 17.599vw;
  }
  .discover .section-title {
    margin-bottom: 12.533vw;
  }
  .discover__wrap {
    width: 100%;
    max-width: 100%;
    display: block;
  }
  .discover__list {
    gap: 6.133vw 13px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .discover__item {
    width: calc((100% - 13px) / 2);
  }
  .discover__item a {
    font-size: 3.733vw;
  }
  .discover__item span:before {
    width: 1.066vw;
    height: 0.266vw;
    top: 2.333vw;
  }
  .discover__search {
    width: 100%;
    max-width: 100%;
    margin-top: 31.466vw;
  }
  .discover__search input {
    font-size: 3.733vw;
    padding: 0 11.733vw 3.2vw 0;
  }
  .search-btn img {
    width: 5.333vw;
    height: 5.333vw;
  }

  /*===================
contact
===================*/
  .contact {
    padding-top: 17.066vw;
    padding-bottom: 12.533vw;
  }
  .contact .section-title {
    margin-bottom: 12vw;
  }
  .contact .section-title__en {
    font-size: 10.133vw;
    margin-bottom: 1.3333vw;
  }
  .contact__flex {
    display: block;
  }
  .contact__lft {
    width: 100%;
    padding-top: 0;
    margin-bottom: 17.599vw;
  }
  .contact__text {
    font-size: 3.733vw;
    text-align: left;
    font-feature-settings: "palt";
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contact__text br {
    display: none;
  }
  .contact__text br.br-750 {
    display: block;
  }
  .contact__rgt {
    width: 100%;
    max-width: 100%;
  }

  /* 404ページ↓ */
  .not-found div {
    padding: 180px 0 120px;
  }
  .not-foun__en {
    font-size: 5.333vw;
    margin-bottom: 5.333vw;
  }
  .not-foun__ja {
    font-size: 3.733vw;
    margin-bottom: 2.666vw;
  }
  .not-foun__ja strong {
    font-size: 4.533vw;
    margin-bottom: 4vw;
  }
  .not-found a {
    font-size: 3.733vw;
  }
  /* 404ページ↑ */
}

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

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

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