/* ------------------------------------------------------------------
オーナーページ
------------------------------------------------------------------ */
.owners_overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.53);
}

.owners_mv-box {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.owners_mv-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.owners_mv-box .text-box {
  z-index: 1;
}

.owners_mv-box .mv__midashi h1 {
  font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  margin-bottom: 1.2em;
}

.mv__midashi p {
  color: #fff;
  text-align: center;
}

.mv_logo {
  width: 200px !important;
  margin-bottom: .5em;
}

@media(min-width:768px) {
  .owners_mv-box .mv__midashi h1 {
    font-size: 2.0rem;
  }
}

@media(min-width:1024px) {
  .mv_container {
    padding: 0px 0px 0;
  }

  .owners_mv-box .mv__midashi h1 {
    font-size: 2.0rem;
  }

  .mv_logo {
    width: 340px !important;
  }
}

@media(min-width:1280px) {
  .owners_mv-box .mv__midashi h1 {
    font-size: 2.4rem;
  }

  .mv_logo {
    width: 390px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .owners_mv-box {
    height: 100vh;
  }

  .mv_logo {
    width: 300px !important;
  }

  .owners_mv-box .mv__midashi h1 {
    font-size: 1.9rem;
  }
}

@media only screen and (max-width: 390px) {
  .mv__midashi p {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 360px) {
  .mv_logo {
    width: 260px !important;
  }

  .owners_mv-box .mv__midashi h1 {
    font-size: 1.7rem;
  }

  .mv__midashi p {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 320px) {
  .mv_logo {
    width: 240px !important;
  }

  .owners_mv-box .mv__midashi h1 {
    font-size: 1.5rem;
  }

  .mv__midashi p {
    font-size: 1.3rem;
  }
}

/* ------------------------------------------------------------------
トップページ_about
------------------------------------------------------------------ */
.owners__about {
  position: relative;
  padding: 360px 0 260px;
  margin-bottom: 160px;
  height: auto;
  background: #fff;
}

.owners__about::before {
  display: block;
  content: "";
  width: 900px;
  height: 90px;
  position: absolute;
  left: 0;
  top: 160px;
  background: url(../img/owners/voice_logo_black.svg) no-repeat 0 0;
  background-size: 900px 90px;
  opacity: .05;
  z-index: 1;
}

.owners_about_img_01, .owners_about_img_02, .owners_about_img_03 {
  position: absolute;
  transition: all 0.9s ease 0s;
}

.owners__about p {
  font-weight: 500;
  text-align: center;
}

@media(min-width:1024px) {
  .owners_about_img_01 {
    width: 500px;
    left: 0;
    top: 50%;
  }

  .owners_about_img_02 {
    width: 600px;
    right: -8%;
    top: 32%;
  }

  .owners_about_img_03 {
    width: 500px;
    right: 5%;
    bottom: 0;
  }
}

@media(min-width:1024px) {
  .owners_about_img_01, .owners_about_img_03 {
    width: 200px;
  }

  .owners_about_img_02 {
    width: 300px;
  }
}

@media(min-width:1280px) {
  .owners_about_img_01, .owners_about_img_03 {
    width: 400px;
  }

  .owners_about_img_02 {
    width: 500px;
  }
}

@media(min-width:1720px) {
  .owners_about_img_01, .owners_about_img_03 {
    width: 460px;
  }

  .owners_about_img_02 {
    width: 560px;
  }
}

@media(min-width:1920px) {
  .owners_about_img_01, .owners_about_img_03 {
    width: 500px;
  }

  .owners_about_img_02 {
    width: 600px;
  }
}

@media only screen and (max-width: 1023px) {
  .owners__about {
    padding: 160px 0 80px;
    margin-bottom: 80px;
  }

  .owners__about::before {
    width: 600px;
    height: 60px;
    top: 60px;
    background-size: 600px 60px;
  }

  .owners_about_img_01 {
    width: 170px;
    left: 0;
    top: 50%;
  }

  .owners_about_img_02 {
    width: 200px;
    right: -8%;
    top: 32%;
  }

  .owners_about_img_03 {
    width: 170px;
    right: 5%;
    bottom: 0;
  }
}

@media only screen and (max-width: 540px) {
  .owners_about_img_01 {
    width: 130px;
  }

  .owners_about_img_02 {
    width: 160px;
  }

  .owners_about_img_03 {
    width: 130px;
  }
}

@media only screen and (max-width: 450px) {
  .owners_about_img_01 {
    width: 95px;
  }

  .owners_about_img_02 {
    width: 130px;
  }

  .owners_about_img_03 {
    width: 95px;
  }
}

@media only screen and (max-width: 420px) {
  .owners_about_img_01 {
    width: 75px;
  }

  .owners_about_img_02 {
    width: 110px;
  }

  .owners_about_img_03 {
    width: 75px;
  }
}

@media only screen and (max-width: 360px) {
  .owners_about_img_01 {
    width: 65px;
  }

  .owners_about_img_02 {
    width: 90px;
  }

  .owners_about_img_03 {
    width: 65px;
  }
}

/* ------------------------------------------------------------------
トップページ_topics_creators_owners
------------------------------------------------------------------ */
.toppage_topics, .toppage_creators, .toppage_owners {
  position: relative;
  padding: 160px 0;
  background: #f7f3ed;
}

.toppage_creators {
  background: #fff;
}

.toppage_topics .topTitle, .toppage_creators .topTitle, .toppage_owners .topTitle {
  text-align: left;
  margin-bottom: 30px;
}

.toppage_topics .topTitle .title_en, .toppage_creators .topTitle .title_en, .toppage_owners .topTitle .title_en {
  text-indent: 0em;
}

.toppage_topics .topTitle .title_en {
  font-size: 2.85rem;
  text-transform: capitalize;
}

.toppage_topics .topTitle .title_ja {
  font-size: 3.5rem;
}

@media(min-width:1024px) {
  .toppage_topics .inner, .toppage_creators .inner, .toppage_owners .inner {
    max-width: 80%;
  }

  .toppage_topics .topTitle, .toppage_creators .topTitle, .toppage_owners .topTitle {
    margin-bottom: 60px;
  }
}

@media(min-width:1280px) {}

@media(min-width:1366px) {}

@media only screen and (max-width: 1023px) {
  .toppage_topics {
    padding: 100px 0;
  }

  .toppage_creators, .toppage_owners {
    padding: 160px 0 100px;
  }
}

/* ------------------------------------------------------------------
スライド部分_今月の特集_Creators Voice_Owners Voice
------------------------------------------------------------------ */
.works__menu {
  position: relative;
  background-color: #000;
  font-weight: 600;
  padding: 0;
}

.works__menu a {
  display: block;
  color: #fff;
}

.works__menu ul {
  display: flex;
  margin-bottom: 10px;
}

.tag__list {
  display: flex;
  align-items: center;
  margin-bottom: .5em;
}

.tag__list .tag_number {
  font-family: "Futura Std", sans-serif;
  font-weight: 600;
  font-size: 2.1rem;
  line-height: 1;
}

.tag__list .tag_btn {
  display: inline-block;
  line-height: 1;
  font-size: 1.2rem;
  border-radius: 30px;
  padding: .4em 1em;
  text-align: center;
  color: #000;
  background: #fff;
  margin-left: .5em;
  margin-bottom: 0em;
  width: auto;
}

.works__text {
  line-height: 1.6em;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .works__menu {
    min-height: 340px !important;
  }
}

@media (min-width: 1280px) {
  .works__menu {
    min-height: 380px !important;
  }
}

@media(min-width:1728px) {
  .works__menu {
    min-height: 440px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .works__menu {
    min-height: 380px !important;
  }
}

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

/* ----------
topics
---------- */
.topics__contents .t_a_b {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 25px;
}

/* ----------
Creators Voice
---------- */
.toppage_creators .c-large-gotham {
  color: rgba(247, 243, 237, 1);
}

.toppage_creators .c-large-right_top {
  right: -.7%;
}

.creators__contents .t_a_b {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  padding: 25px;
}

.top_text {
  margin-bottom: 80px;
}

.name__box {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 25px;
}

.more__btn_aria {
  justify-content: space-between;
  align-items: center;
}

.more__btn_aria .btn {
  font-weight: 500;
  padding: 1em 110px 1em 4em;
}

.more__btn_aria .btn::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -10px;
  background: url(../img/owners/slider_arrow_black.svg) no-repeat 0 0;
  background-size: 20px 20px;
  transition: right .3s;
}

.more__btn_aria .btn:hover::before {
  /* -----
  right: -1px;
  ----- */
}

@media (min-width: 1024px) {
  .toppage_creators .c-large-right_top {
    top: 15%;
  }
}

@media (min-width: 1360px) {
  .toppage_creators .c-large-right_top {
    top: 11%;
  }
}

@media(min-width:1728px) {}

@media only screen and (max-width: 1023px) {
  .top_text {
    margin-bottom: 40px;
  }

  .c-flex.more__btn_aria {
    display: flex;
    flex-wrap: wrap;
  }

  .more__btn_aria .left {
    width: 100%;
    order: 2;
    margin-top: 40px;
  }

  .more__btn_aria .right {
    order: 1;
    width: 100%;
  }
}

@media only screen and (max-width: 540px) {
  .toppage_creators .c-large-right_top {
    right: -.7%;
    top: 4%;
  }
}

/* ----------
Owners Voice
---------- */
.toppage_owners .c-large-right_top {
  right: -.7%;
}

. @media (min-width: 1024px) {
  .toppage_owners .c-large-right_top {
    top: 15%;
  }
}

@media (min-width: 1360px) {
  .toppage_owners .c-large-right_top {
    top: 11%;
  }
}

@media(min-width:1728px) {}

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

@media only screen and (max-width: 540px) {
  .toppage_owners .c-large-right_top {
    right: -.7%;
    top: 4%;
  }
}

/* ------------------------------------------------------------------
zoom
------------------------------------------------------------------ */
.zoom_slider {
  cursor: pointer;
  max-width: 800px;
  overflow: hidden;
  width: 100%;
}

.zoom_slider img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform .6s ease;
  /* ゆっくり変化させる */
}

.zoom_slider:hover img {
  transform: scale(1.1);
  /* 拡大 */
}

@media(min-width:1024px) {
  .zoom_slider img {
    height: 380px;
  }
}

@media(min-width:1280px) {
  .zoom_slider img {
    height: 380px;
  }
}

@media(min-width:1360px) {
  .zoom_slider img {
    height: 400px;
  }
}

@media(min-width:1720px) {
  .zoom_slider img {
    height: 500px;
  }
}

@media only screen and (max-width: 1023px) {
  .zoom_slider img {
    height: 480px;
  }
}

/* ------------------------------------------------------------------
スライド.card02
------------------------------------------------------------------ */
@media (min-width: 1024px) {

  /* スライド全体の余白 */
  .card02 .swiper {
    margin-top: 20px;
    /* スライダー上の余白 */
    padding-left: 10vw;
    /* スライダー左の余白 */
    padding-right: 20px;
    /* スライダー右の余白 */
  }
}

.card02 .swiper-controller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.card02 .swiper-button-prev, .card02 .swiper-button-next {
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  width: 300px;
  height: 200px;
}

.card02 .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.card02 .swiper-button-disabled::before {
  -webkit-box-shadow: var(--box-shadow-inset);
  box-shadow: var(--box-shadow-inset);
}

.card02 .swiper-button-prev:after, .card02 .swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.card02 .swiper-button-next:after, .card02 .swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.card02 .swiper-button-next:after, .card02 .swiper-button-prev:after {
  display: block;
  content: "";
  width: 140px;
  height: 140px;
  background: url(../img/owners/slider_arrow_black.svg) no-repeat 0 0;
  background-size: 140px 140px;
  transition: .5s;
}

.card02 .swiper-button-next:hover:after, .card02 .swiper-button-prev:hover:after {
  display: block;
  content: "";
  width: 140px;
  height: 140px;
  background: url(../img/owners/slider_arrow_green.svg) no-repeat 0 0;
  background-size: 140px 140px;
  transition: .5s;
}

.card02 .swiper-button-prev:after {
  transform: rotateY(180deg);
}

.card02 .swiper-button-prev:hover:after {
  transform: rotateY(180deg);
}

@media only screen and (max-width: 1023px) {
  .card02 {
    padding: 0 5.333333333333334vw;
  }

  .card02 .swiper-button-prev, .card02 .swiper-button-next {
    width: 120px;
    height: 80px;
  }

  .card02 .swiper-button-next:after, .card02 .swiper-button-prev:after {
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
  }

  .card02 .swiper-button-next:hover:after, .card02 .swiper-button-prev:hover:after {
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
  }

  .card02 .swiper-controller {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }
}

/* ------------------------------------------------------------------
トップページ_AKIYAto オーナー制度への申し込み方
------------------------------------------------------------------ */
.toppage_owner_seido {
  position: relative;
  padding: 160px 0;
  background: #000;
  position: relative;
  background-image: url(../img/owners/toppage_owner_seido_bg.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.toppage_owner_seido .topTitle .title_ja {
  color: #fff;
  font-size: 2.0rem;
}

.toppage_owner_seido p {
  font-weight: 500;
  color: #fff;
}

.toppage_owner_seido .btn {
  width: 320px;
  margin-top: 50px;
}

.toppage_owner_seido .btn:hover {
  background-color: rgba(255, 255, 255, .3);
  color: #fff;
  border: solid 1px #fff;
}

.toppage_owner_seido .more__btn_aria .btn::before {
  background: url(../img/owners/slider_arrow_white.svg) no-repeat 0 0;
}

@media(min-width:1024px) {
  .toppage_owner_seido .topTitle {
    text-align: left;
  }

  .toppage_owner_seido .topTitle .title_ja {
    font-size: 3.0rem;
  }

  .toppage_owner_seido .btn {
    margin-left: 0;
  }
}

@media(min-width:1280px) {
  .toppage_owner_seido .topTitle .title_ja {
    font-size: 3.6rem;
  }
}

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

  .toppage_owner_seido {
    padding: 100px 0;
  }

  .toppage_owner_seido .btn {
    width: 100%;
  }
}

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

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

/* ------------------------------------------------------------------
トップページ_owner
------------------------------------------------------------------ */
.toppage_owner.owners__owner {
  padding: 160px 0;
  background: #fff;
}

.toppage_owner h3 {
  margin-bottom: 10px;
}

.shiryou_seikyu {
  margin-bottom: 30px;
}

@media(min-width:1024px) {
  .owner__wrapper {
    margin: 0 auto;
    width: 680px;
  }

  .toppage_owner .c-flex {
    align-items: center;
    justify-content: space-between;
  }

  .toppage_owner .left {
    width: 35%;
  }

  .toppage_owner .right {
    width: 60%;
  }
}

@media only screen and (max-width: 1023px) {
  .toppage_owner.owners__owner {
    padding: 100px 0;
  }

  .toppage_owner h3 {
    text-align: center;
  }

  .toppage_owner .left {
    margin-bottom: 30px;
  }
}

/* ------------------------------------------------------------------
会員ページ_パスワード
------------------------------------------------------------------ */
.members p {
  font-weight: 600;
}

.members_input {
  margin-left: auto;
  margin-right: auto;
  background: #ebecf5;
  padding: 40px;
}

.members_input h4 {
  text-align: center;
  font-size: 2.0rem;
  margin: 0 0 20px;
}

.members .btn {
  text-decoration: none;
  margin-bottom: 20px;
}

.members_input .btn {
  width: 100%;
  margin-top: 20px;
}

@media(min-width:768px) {
  .members p {
    text-align: center;
  }

  .members .btn {
    width: 260px;
  }

  .members_input {
    width: 500px;
  }

  .members_input .btn {
    font-size: 1.6rem;
    line-height: 40px;
    width: 220px;
  }
}

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

.instagram_wrapper {
  margin-top: 50px;
}

@media only screen and (max-width: 736px) {
  .instagram_wrapper {
    margin-top: 30px;
  }
