@charset "UTF-8";
html {
  font-size: 10px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  color: #333;
  font-weight: 400;
  font-style: normal;
}

* p,
* h1,
* h2,
* h3 {
  margin: 0;
  padding: 0;
}

* a {
  color: #333;
  text-decoration: none;
}

ul {
  padding: 0;
  list-style: none;
}

li {
  list-style: none;
}

body {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .br_pc {
    display: none;
  }
}
@media screen and (max-width: 1440px) {
  .br_pc {
    display: none;
  }
}

@media screen and (max-width: 1440px) {
  .br_sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .br_sp {
    display: none;
  }
}

.fixed__toumei {
  -webkit-position: sticky;
  position: sticky;
  background: rgba(250, 114, 155, 0.9);
  z-index: 100;
}

.shadow {
  box-shadow: 0 6px 3px -3px rgba(255, 255, 255, 0.05);
  /*これを付け足し*/
}

.bread__wrap {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  overflow: auto;
}
.bread__list {
  padding: 0px 0;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .bread__list {
    padding: 8px 0;
    -moz-column-gap: 6px;
         column-gap: 6px;
    margin: 0;
  }
}
.bread__item {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .bread__item {
    font-size: 12px;
  }
}
.bread__item a {
  display: block;
  text-decoration: underline;
}
.bread__item a:hover {
  opacity: 0.7;
}
.bread__item a i {
  margin-right: 4px;
}
.bread__arrow::before {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  content: "＞";
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .bread__arrow::before {
    font-size: 12px;
  }
}

.cast .bread .bread__wrap {
  color: #fff;
}
.cast .bread .bread__wrap .bread__item {
  color: #fff;
}
.cast .bread .bread__wrap .bread__item a {
  color: #fff;
}
.cast .bread .bread__wrap .bread__arrow::before {
  color: #fff;
}

.notfound__bg {
  background: #FFF;
}
.notfound__wrap {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0 120px;
}
@media screen and (max-width: 767px) {
  .notfound__wrap {
    padding: 40px 0 64px;
  }
}
.notfound__head {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1441px) {
  .notfound__head {
    font-size: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .notfound__head {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .notfound__head {
    font-size: 22px;
  }
}
.notfound__text {
  margin-top: 24px;
  color: #000;
  font-weight: 500;
  text-align: center;
}
.notfound__btn {
  width: 100%;
  max-width: 410px;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  background: #C5B158;
  border-radius: 5px;
  box-shadow: 0 5px 0 #A8974A;
  color: #FFF;
  display: block;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  transition: box-shadow 0.3s, transform 0.3s;
  max-width: 320px;
  margin-top: 64px;
}
.notfound__btn::before {
  position: absolute;
  top: 50%;
  right: 16px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 14px solid #ffffff;
  border-right: 0;
  content: "";
  transform: translateY(-50%);
}
.notfound__btn:hover {
  box-shadow: none;
  transform: translateY(5px);
}
@media screen and (max-width: 767px) {
  .notfound__btn {
    margin-top: 32px;
  }
}

.default-page__bg {
  background: #FFF;
}
.default-page__wrap {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 0 114px;
}
@media screen and (max-width: 767px) {
  .default-page__wrap {
    padding-bottom: 64px;
  }
}

.btn__more {
  display: block;
  width: 25%;
  margin: auto;
  background: #fa729b;
  border-radius: 1rem;
  max-width: 300px;
  margin-top: 5rem;
}
@media screen and (max-width: 1024px) {
  .btn__more {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .btn__more {
    width: 40%;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 500px) {
  .btn__more {
    width: 50%;
  }
}
.btn__more p {
  color: #fff;
  font-size: 1.6rem;
  padding: 1rem 0;
  margin: auto;
  text-align: center;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
}
@media screen and (max-width: 767px) {
  .btn__more p {
    font-size: 1.4rem;
  }
}

.btn__more:hover {
  transition: 0.6s;
  background: #000;
}
.btn__more:hover p {
  transition: 0.6s;
  color: #fff;
}

.pswp__zoom-wrap img {
  -o-object-fit: contain;
     object-fit: contain;
}

body ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

body ::-webkit-scrollbar-thumb {
  background: lightgrey;
  background: rgb(85, 85, 85);
  border-radius: 5px;
}

.header {
  background: #fa729b;
  background: #000;
  margin: auto;
  height: 90px;
  max-width: 1280px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.header__logo {
  display: none;
}
.header__spmenu {
  display: none;
}
.header__overlay {
  display: none;
}
.header__pcmenu {
  margin: 0;
  margin-left: auto;
  margin-right: 2rem;
  display: flex;
  justify-content: space-between;
  height: 90px;
  align-items: center;
}
.header__pcmenu li {
  margin: 0;
  margin-left: 10rem;
}
.header__pcmenu li a {
  font-size: 1.4rem;
  color: #fff;
  position: relative;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
}
.header__pcmenu li a:hover {
  opacity: 0.7;
  transition: 0.6s;
}
.header__pcmenu li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: -4.5px;
  transform: scale(0, 1);
  transform-origin: left top;
}
.header__pcmenu li a:hover::after {
  transition: transform 0.3s;
  transform: scale(1, 1);
  /*ホバー後、x軸方向に1（相対値）伸長*/
}
@media screen and (max-width: 1440px) {
  .header {
    margin: auto;
    height: 90px;
    max-width: 1280px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .header__logo {
    display: none;
  }
  .header__spmenu {
    display: none;
  }
  .header__overlay {
    display: none;
  }
  .header__pcmenu {
    margin: 0;
    margin-left: auto;
    margin-right: 2rem;
    display: flex;
    justify-content: space-between;
    height: 90px;
    align-items: center;
  }
  .header__pcmenu li {
    margin: 0;
    margin-left: 10rem;
  }
  .header__pcmenu li a {
    font-size: 1.4rem;
    color: #fff;
    position: relative;
    font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  }
  .header__pcmenu li a:hover {
    opacity: 0.7;
    transition: 0.6s;
  }
  .header__pcmenu li a::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: -4.5px;
    transform: scale(0, 1);
    transform-origin: left top;
  }
  .header__pcmenu li a:hover::after {
    transition: transform 0.3s;
    transform: scale(1, 1);
    /*ホバー後、x軸方向に1（相対値）伸長*/
  }
}
@media screen and (max-width: 1024px) {
  .header {
    margin: auto;
    height: 90px;
    max-width: initial;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .header__logo {
    display: none;
  }
  .header__spmenu {
    display: none;
  }
  .header__overlay {
    display: none;
  }
  .header__pcmenu {
    margin: 0;
    margin-left: auto;
    margin-right: 2rem;
    display: flex;
    justify-content: space-between;
    height: 90px;
    align-items: center;
  }
  .header__pcmenu li {
    margin: 0;
    margin-left: 6rem;
  }
  .header__pcmenu li a {
    font-size: 1.4rem;
    color: #fff;
    position: relative;
    font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  }
  .header__pcmenu li a:hover {
    opacity: 0.7;
    transition: 0.6s;
  }
  .header__pcmenu li a::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: -4.5px;
    transform: scale(0, 1);
    transform-origin: left top;
  }
  .header__pcmenu li a:hover::after {
    transition: transform 0.3s;
    transform: scale(1, 1);
    /*ホバー後、x軸方向に1（相対値）伸長*/
  }
}
@media screen and (max-width: 767px) {
  .header {
    margin: auto;
    height: 60px;
    max-width: 1440px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .header__logo {
    width: 20%;
    margin-right: auto;
    margin-left: 2rem;
    display: flex;
    height: 60px;
  }
  .header__logo a {
    height: 100%;
    display: flex;
    width: 100%;
    align-items: center;
  }
  .header__logo a img {
    display: block;
    height: 80%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header__pcmenu {
    display: none;
  }
  .header__spmenu {
    position: absolute;
    display: block;
    top: 10px;
    right: 24px;
    width: 39px;
    height: 39px;
    border: 1px solid #fff;
    border-radius: 5px;
    cursor: pointer;
    z-index: 10;
    margin-left: auto;
    border-radius: 50%;
  }
  .header__spmenu__box {
    width: 100%;
    height: 100%;
    transform: translateY(180deg);
    transition: transform 0.6s;
  }
  .header__spmenu__box.rotate {
    transform: rotateY(360deg);
    transition: all 1s;
  }
  .header__spmenu span {
    position: absolute;
    width: 16px;
    height: 16px;
    border-top: 1px solid #fff;
    right: 10.5px;
  }
  .header__spmenu span.rotate {
    border-top: 1px solid #fff;
  }
  .header__spmenu #menubar01 {
    top: 10px;
    transform: rotate(0deg);
    transition: transform 0.6s;
  }
  .header__spmenu #menubar01.rotate {
    top: 16px;
    right: 5px;
    transform: rotate(-45deg);
    transition: transform 0.6s;
  }
  .header__spmenu #menubar02 {
    top: 18px;
    opacity: 1;
    transition: opacity 0.3s;
  }
  .header__spmenu #menubar02.vanish {
    opacity: 0;
    transition: opacity 0.3s;
  }
  .header__spmenu #menubar03 {
    top: 26px;
    transform: rotate(0deg);
    transition: transform 0.6s;
  }
  .header__spmenu #menubar03.rotate {
    top: 16px;
    right: 16px;
    transform: rotate(45deg);
    transition: transform 0.6s;
  }
  .header__spmenu.open {
    top: 10px;
    transition: all 0.6s;
    border: 1px solid #fff;
    opacity: 0.6;
  }
  .header__spmenu.move {
    top: 0;
    transition: top 0.6s;
    opacity: 0.6;
  }
  .header__overlay {
    width: 100%;
    width: 0vw;
    width: 0;
    height: 100vh;
    position: fixed;
    top: 60px;
    right: 0;
    opacity: 0;
    z-index: 5;
    pointer-events: none;
    display: block;
    transition: height 0.6s;
    transition: width 0.6s;
  }
  .header__overlay nav {
    width: 70%;
    margin: 5em auto 0;
  }
  .header__overlay nav ul {
    padding: 0;
  }
  .header__overlay nav ul li {
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 4rem;
    padding-bottom: 1rem;
    display: block;
    opacity: 0;
    transform: translateY(40px);
  }
  .header__overlay nav ul li a {
    color: #fff;
    display: block;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  }
  .header__overlay nav ul li a p:nth-child(1) {
    font-size: 3vw;
  }
  .header__overlay nav ul li a p:nth-child(2) {
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 2vw;
  }
  .header__overlay nav ul li.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
    transition: 0.4s;
  }
  .header__overlay nav ul li.show:nth-child(1) {
    transition-delay: 0.6s;
  }
  .header__overlay nav ul li.show:nth-child(2) {
    transition-delay: 0.8s;
  }
  .header__overlay nav ul li.show:nth-child(3) {
    transition-delay: 1s;
  }
  .header__overlay nav ul li.show:nth-child(4) {
    transition-delay: 1.2s;
  }
  .header__overlay nav ul li.show:nth-child(5) {
    transition-delay: 1.4s;
  }
  .header__overlay nav ul li.show:nth-child(6) {
    transition-delay: 1.6s;
  }
  .header__overlay nav ul li.show:nth-child(7) {
    transition-delay: 1.8s;
    border: 1px solid #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 0;
    position: relative;
  }
  .header__overlay nav ul li.show:nth-child(7) a p {
    margin: 1rem auto;
    text-align: center;
    font-size: 3vw;
  }
  .header__overlay nav ul li.show:nth-child(7) img {
    position: absolute;
    left: 1rem;
    width: 2rem;
    aspect-ratio: 1/1;
  }
  .header__overlay nav ul li.show:nth-child(8) {
    transition-delay: 2s;
    border: 1px solid #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 0;
    position: relative;
  }
  .header__overlay nav ul li.show:nth-child(8) a p {
    margin: 1rem auto;
    text-align: center;
    font-size: 3vw;
  }
  .header__overlay nav ul li.show:nth-child(8) img {
    position: absolute;
    left: 1rem;
    width: 2rem;
    aspect-ratio: 1/1;
  }
  .header.pink {
    background: black;
  }
  .header__overlay.appear {
    opacity: 1;
    background: black;
    width: 70%;
    pointer-events: auto;
    transition: width 0.6s;
  }
  .header__overlay02 {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 60px;
    left: 0;
    opacity: 0;
    z-index: 4;
    transition: height 0.6s;
    pointer-events: none;
  }
  .header__overlay02.appear {
    opacity: 0.9;
    background: #fff;
    height: 100%;
    width: 100%;
    transition: 0.6s;
    z-index: 4;
    pointer-events: auto;
  }
}
@media screen and (max-width: 500px) {
  .header {
    margin: auto;
    height: 60px;
    max-width: 1440px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .header__logo {
    width: 20%;
    margin-right: auto;
    margin-left: 2rem;
    display: flex;
    height: 60px;
  }
  .header__logo a {
    height: 100%;
    display: flex;
    width: 100%;
    align-items: center;
  }
  .header__logo a img {
    display: block;
    height: 80%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header__pcmenu {
    display: none;
  }
  .header__spmenu {
    position: absolute;
    display: block;
    top: 10px;
    right: 24px;
    width: 39px;
    height: 39px;
    border: 1px solid #fff;
    cursor: pointer;
    z-index: 10;
    margin-left: auto;
    border-radius: 50%;
  }
  .header__spmenu__box {
    width: 100%;
    height: 100%;
    transform: translateY(180deg);
    transition: transform 0.6s;
  }
  .header__spmenu__box.rotate {
    transform: rotateY(360deg);
    transition: all 1s;
  }
  .header__spmenu span {
    position: absolute;
    width: 16px;
    height: 16px;
    border-top: 1px solid #fff;
    right: 11px;
  }
  .header__spmenu span.rotate {
    border-top: 1px solid #fff;
  }
  .header__spmenu #menubar01 {
    top: 10px;
    transform: rotate(0deg);
    transition: transform 0.6s;
  }
  .header__spmenu #menubar01.rotate {
    top: 16px;
    right: 5px;
    transform: rotate(-45deg);
    transition: transform 0.6s;
  }
  .header__spmenu #menubar02 {
    top: 18px;
    opacity: 1;
    transition: opacity 0.3s;
  }
  .header__spmenu #menubar02.vanish {
    opacity: 0;
    transition: opacity 0.3s;
  }
  .header__spmenu #menubar03 {
    top: 26px;
    transform: rotate(0deg);
    transition: transform 0.6s;
  }
  .header__spmenu #menubar03.rotate {
    top: 16px;
    right: 16px;
    transform: rotate(45deg);
    transition: transform 0.6s;
  }
  .header__spmenu.open {
    top: 10px;
    transition: all 0.6s;
    border: 1px solid #fff;
    opacity: 0.6;
  }
  .header__spmenu.move {
    top: 0;
    transition: top 0.6s;
    opacity: 0.6;
  }
  .header__overlay {
    width: 100%;
    height: 0;
    position: fixed;
    top: 60px;
    right: 0;
    opacity: 0;
    z-index: 5;
    pointer-events: none;
    transition: height 0.6s;
  }
  .header__overlay nav {
    width: 95%;
    margin: 4rem auto 0;
  }
  .header__overlay nav ul {
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .header__overlay nav ul li {
    box-sizing: border-box;
    width: calc((100% - 1.5vw) / 2);
    opacity: 0;
    text-align: center;
    border: 1px solid white;
    border-radius: 5px;
    margin-bottom: 2rem;
    padding: 1rem 1rem;
    transform: translateY(40px);
    transition: opacity 0.6s, transform 0.6s;
  }
  .header__overlay nav ul li a {
    color: #fff;
    display: block;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  }
  .header__overlay nav ul li a p:nth-child(1) {
    font-size: 3.6vw;
  }
  .header__overlay nav ul li a p:nth-child(2) {
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 2.4vw;
  }
  .header__overlay nav ul li:first-child {
    border-top: 1px solid #fff;
  }
  .header__overlay nav ul li.show {
    transform: translateY(0);
    opacity: 1;
    transition: 0.4s;
  }
  .header__overlay nav ul li.show:nth-child(1) {
    transition-delay: 0.6s;
  }
  .header__overlay nav ul li.show:nth-child(2) {
    transition-delay: 0.8s;
  }
  .header__overlay nav ul li.show:nth-child(3) {
    transition-delay: 1s;
  }
  .header__overlay nav ul li.show:nth-child(4) {
    transition-delay: 1.2s;
  }
  .header__overlay nav ul li.show:nth-child(5) {
    transition-delay: 1.4s;
  }
  .header__overlay nav ul li.show:nth-child(6) {
    transition-delay: 1.6s;
  }
  .header__overlay nav ul li.show:nth-child(n+7) {
    transition-delay: 1.8s;
    border: 1px solid #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 0;
    position: relative;
    height: 43px;
  }
  .header__overlay nav ul li.show:nth-child(n+7) a p {
    margin: 1rem auto;
    text-align: center;
    font-size: 3.6vw;
  }
  .header__overlay nav ul li.show:nth-child(n+7) img {
    display: block;
    position: absolute;
    left: 1rem;
    width: 2rem;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header__overlay nav ul li.show:nth-child(7) {
    transition-delay: 1.8s;
    border: 1px solid #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 0;
    position: relative;
  }
  .header__overlay nav ul li.show:nth-child(7) a p {
    margin: 1rem auto;
    text-align: center;
    font-size: 3.6vw;
  }
  .header__overlay nav ul li.show:nth-child(7) img {
    position: absolute;
    left: 1rem;
    width: 2rem;
    aspect-ratio: 1/1;
  }
  .header__overlay nav ul li.show:nth-child(8) {
    transition-delay: 2s;
    border: 1px solid #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 0;
    position: relative;
  }
  .header__overlay nav ul li.show:nth-child(8) a p {
    margin: 1rem auto;
    text-align: center;
    font-size: 3.6vw;
  }
  .header__overlay nav ul li.show:nth-child(8) img {
    position: absolute;
    left: 1rem;
    width: 2rem;
    aspect-ratio: 1/1;
  }
  .header__overlay.appear {
    opacity: 1;
    background: black;
    height: auto;
    width: 100%;
    transition: height 0.6s;
    pointer-events: auto;
  }
  .header__overlay02 {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 60px;
    left: 0;
    opacity: 0;
    z-index: 4;
    transition: height 0.6s;
    pointer-events: none;
  }
  .header__overlay02.appear {
    opacity: 0.9;
    background: #fff;
    height: 100%;
    width: 100%;
    transition: 0.6s;
    z-index: 4;
    pointer-events: auto;
  }
}

.top {
  max-width: 1280px;
  margin: auto;
  width: 100%;
  position: relative;
}
.top__img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 4/2;
  position: relative;
}
@media screen and (max-width: 500px) {
  .top__img {
    aspect-ratio: initial;
    height: 80vh;
  }
}
.top__img::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.top__logo {
  position: absolute;
  max-width: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%) scale(0);
  opacity: 1;
  transition: transform 2.4s ease-out, opacity 2.4s ease-out;
  /* なめらかな動き */
}
@media screen and (max-width: 500px) {
  .top__logo {
    max-width: initial;
    max-width: 8rem;
  }
}
.top__logo.appear {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.top__staff {
  border: 0.1rem solid #fff;
  border-radius: 2rem;
  position: absolute;
  z-index: 4;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  box-sizing: border-box;
  opacity: 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1024px) {
  .top__staff {
    top: 65%;
  }
}
@media screen and (max-width: 767px) {
  .top__staff {
    top: 70%;
  }
}
@media screen and (max-width: 500px) {
  .top__staff {
    top: 60%;
  }
}
.top__staff p {
  font-family: "Sawarabi Mincho", "Noto Sans JP", sans-serif, serif;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  padding: 0.5rem 4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 500px) {
  .top__staff p {
    min-width: 17rem;
    font-size: 1.4rem;
  }
}
.top__staff:hover {
  background: gold;
  transition: 0.6s;
  border: none;
}
.top__staff:hover p {
  color: #000;
  box-sizing: border-box;
}
.top__staff.appear {
  opacity: 1;
  transition: opacity 4s;
}

.img__wrap {
  overflow: hidden;
}

.img__wrap::before,
.img__wrap::after {
  animation: 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.img__wrap::before {
  animation-name: img__wrap-before;
  inset: 0 0 50%;
}

.img__wrap::after {
  animation-name: img__wrap-after;
  inset: 50% 0 0;
}

@keyframes img__wrap-before {
  100% {
    transform: translateX(100%);
  }
}
@keyframes img__wrap-after {
  100% {
    transform: translateX(-100%);
  }
}
.bgImage-clip {
  position: absolute;
  top: -100vh;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 500px;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  z-index: -1;
}

.bgImage-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.block {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  position: relative;
  background: pink;
}
.block.block01 .bgImage-fixed {
  background-image: url(https://picsum.photos/id/10/1920/1080);
}
.block.block02 .bgImage-fixed {
  background-image: url(https://picsum.photos/id/103/1920/1080);
}

.block-cts {
  position: relative;
  padding: 80px clamp(3em, 10vw, 100px);
  margin-top: 100vh;
  max-width: 1280px;
  width: 100%;
  min-height: 300px;
  text-align: left;
  box-sizing: border-box;
}
.block-cts p {
  width: 100%;
  background: pink;
}

.news {
  max-width: 1280px;
  position: relative;
  margin: auto;
  width: 100%;
  padding: 8rem 0;
  height: 100%;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  background-image: none;
}
@media screen and (max-width: 767px) {
  .news {
    padding: 4rem 0;
  }
}
.news__title {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  text-align: center;
  color: #fff;
  opacity: 0;
}
@media screen and (max-width: 500px) {
  .news__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 500px) {
  .news__title {
    font-size: 2.4rem;
  }
}
.news__title.appear {
  opacity: 1;
  transition: 1s;
}
.news__subtitle {
  color: #b28850;
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .news__subtitle {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .news__subtitle {
    font-size: 1.4rem;
  }
}
.news__list {
  background: rgba(255, 255, 255, 0.1);
  width: 80%;
  margin: auto;
  padding: 0rem 3rem;
  max-width: 700px;
  height: 180px;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .news__list {
    width: 95%;
    max-width: initial;
    box-sizing: border-box;
    padding: 0rem 2rem;
  }
}
@media screen and (max-width: 500px) {
  .news__list {
    padding: 0 1rem;
    height: 21rem;
  }
}
.news__list ul {
  overflow: hidden;
}
.news__list ul li {
  border-bottom: 1px solid #fff;
  font-size: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 1rem;
  padding: 1.5rem 1rem;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .news__list ul li {
    padding: 1rem;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .news__list ul li {
    font-size: 1.4rem;
  }
}
.news__list ul li .time {
  color: #fff;
}
@media screen and (max-width: 500px) {
  .news__list ul li .time {
    font-size: 1.2rem;
    margin-right: 1rem;
  }
}
.news__list ul li .category {
  color: #fff;
  background: #b28850;
  padding: 0.2rem 1rem;
  height: 100%;
}
@media screen and (max-width: 500px) {
  .news__list ul li .category {
    font-size: 1.2rem;
  }
}
.news__list ul li a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .news__list ul li a {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .news__list ul li a {
    font-size: 1.2rem;
    margin-top: 0.5rem;
  }
}
.news__list ul li:last-child {
  border-bottom: none;
}

.news::after {
  background-image: url(../img/haikei04.webp);
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 150vh;
  z-index: -10;
  position: fixed;
}

::webkit-scrollbar {
  width: 100px;
  height: 200px;
  background: red;
  display: none;
}

.cast {
  max-width: 1280px;
  margin: auto;
  width: 100%;
  background: #000;
  padding: 8rem 0;
}
.cast .container {
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .cast .container {
    width: 95%;
  }
}
@media screen and (max-width: 500px) {
  .cast .container {
    width: 98%;
  }
}
@media screen and (max-width: 767px) {
  .cast {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 500px) {
  .cast {
    padding: 2rem 0;
  }
}
.cast__title {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .cast__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 500px) {
  .cast__title {
    font-size: 2.4rem;
  }
}
.cast__subtitle {
  color: #b28850;
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .cast__subtitle {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .cast__subtitle {
    font-size: 1.4rem;
  }
}
.cast__list {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  opacity: 0;
}
.cast__list__box {
  width: calc((100% - 9rem) / 4);
  height: 100%;
  cursor: pointer;
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .cast__list__box {
    width: calc((100% - 6rem) / 4);
  }
}
.cast__list__box .box__img {
  overflow: hidden;
  position: relative;
}
.cast__list__box .box__img img {
  display: block;
  width: 100%;
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.cast__list__box .box__img .cast__name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  opacity: 0;
  z-index: 2;
  color: #ebb268;
  text-shadow: 1px 2px 2px #000000;
}
.cast__list__box .box__img .cast__name p {
  font-size: 2.4rem;
}
@media screen and (max-width: 500px) {
  .cast__list__box {
    width: calc((100% - 2rem) / 2);
    margin-bottom: 2rem;
  }
}
.cast__list__box::before {
  position: absolute;
  z-index: 1;
  content: "";
  background: #000;
  width: 100%;
  height: 0;
}
.cast__list .box__sns i {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  font-size: 2.4rem;
  color: #000;
}
.cast__list__box:nth-child(even) {
  margin-top: 3rem;
}
@media screen and (max-width: 500px) {
  .cast__list__box:nth-child(even) {
    margin-top: 2rem;
  }
}
.cast__list__box:hover .box__img img {
  transform: scale(1.1);
  transition: 0.6s;
}
.cast__list__box:hover .box__img .cast__name {
  opacity: 1;
  transition: 1s;
}
.cast__list__box:hover::before {
  position: absolute;
  z-index: 1;
  content: "";
  background: #000;
  opacity: 0.4;
  transition: height 0.6s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cast__list__box:hover .box__sns i {
  color: #d400c5;
}
.cast__list::after {
  display: block;
  width: calc((100% - 6rem) / 4);
  content: "";
}
.cast__list::before {
  order: 1;
  display: block;
  width: calc((100% - 6rem) / 4);
  content: "";
}
.cast__list.appear {
  opacity: 1;
  transition: 2s;
  transform: opacity;
  transform-origin: top left;
}
.cast .tab-4 {
  background: #fff;
  background: #000;
  display: flex;
  flex-wrap: wrap;
}
.cast .tab-4 label {
  margin-bottom: 4rem;
  flex: 1 1;
  order: -1;
  position: relative;
  min-width: 70px;
  padding: 0.9em 1em;
  background-color: #f2f2f2;
  color: #999;
  color: #000;
  font-size: 1.6rem;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .cast .tab-4 label {
    padding: 0.9em;
  }
}
@media screen and (max-width: 500px) {
  .cast .tab-4 label {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 500px) {
  .cast .tab-4 {
    font-size: 1.4rem;
  }
}
.cast .tab-4 input {
  display: none;
}
.cast .tab-4 .ranking__box {
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cast .tab-4 .ranking__box__list {
  opacity: 0;
}
.cast .tab-4 .ranking__box__list .name {
  font-size: 1.8rem;
  color: #fff;
}
.cast .tab-4 .ranking__box__list .no {
  font-size: 2rem;
  color: #fff;
}
.cast .tab-4 .ranking__box__list:first-child {
  width: 80%;
  margin: auto;
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .cast .tab-4 .ranking__box__list:first-child {
    width: 100%;
  }
}
.cast .tab-4 .ranking__box__list:first-child a {
  display: block;
  width: 60%;
  height: 100%;
}
@media screen and (max-width: 500px) {
  .cast .tab-4 .ranking__box__list:first-child a {
    width: 50%;
  }
}
.cast .tab-4 .ranking__box__list:first-child a img {
  display: block;
  width: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 0;
     object-position: center 0;
}
@media screen and (max-width: 500px) {
  .cast .tab-4 .ranking__box__list:first-child .ranking__box__list__des {
    width: 50%;
  }
}
.cast .tab-4 .ranking__box__list:first-child .ranking__box__list__des .title {
  font-size: 3.8rem;
  color: #fff;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif, serif;
  font-family: "Sawarabi Mincho", serif;
  text-align: center;
}
.cast .tab-4 .ranking__box__list:first-child .ranking__box__list__des img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
.cast .tab-4 .ranking__box__list:first-child .ranking__box__list__des .date {
  font-size: 2.8rem;
  color: #fff;
  text-align: center;
}
.cast .tab-4 .ranking__box__list:first-child .ranking__box__list__des .no1__name {
  font-size: 2rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .cast .tab-4 .ranking__box__list:first-child .ranking__box__list__des .no1__name {
    font-size: 1.4rem;
  }
}
.cast .tab-4 .ranking__box__list:first-child .no, .cast .tab-4 .ranking__box__list:first-child .name {
  display: none;
}
.cast .tab-4 .ranking__box__list:nth-child(n+2) {
  width: calc((100% - 6rem) / 3);
  margin-bottom: 3rem;
}
@media screen and (max-width: 500px) {
  .cast .tab-4 .ranking__box__list:nth-child(n+2) {
    width: calc((100% - 2rem) / 2);
    margin-bottom: 2rem;
  }
}
.cast .tab-4 .ranking__box__list:nth-child(n+2) .ranking__box__list__des .title, .cast .tab-4 .ranking__box__list:nth-child(n+2) .ranking__box__list__des .date, .cast .tab-4 .ranking__box__list:nth-child(n+2) .ranking__box__list__des .img__queen, .cast .tab-4 .ranking__box__list:nth-child(n+2) .ranking__box__list__des .no1__name {
  display: none;
}
.cast .tab-4 .ranking__box__list:nth-child(n+2) .no2 {
  display: flex;
  justify-content: left;
  align-items: center;
}
.cast .tab-4 .ranking__box__list:nth-child(n+2) .no2 .no {
  font-size: 1.4rem;
  margin-right: 1.4rem;
}
.cast .tab-4 .ranking__box__list:nth-child(n+2) .no2 .name {
  font-size: 1.4rem;
}
.cast .tab-4 .ranking__box__list:nth-child(n+2) a img {
  width: 100%;
  display: block;
  aspect-ratio: 3/4;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.cast .tab-4 .ranking__box__list.appear {
  opacity: 1;
  transition: 2s;
  transform: opacity;
  transform-origin: top left;
}
.cast .tab-4 .ranking__title {
  color: #fff;
  font-size: 1.8rem;
}
@media screen and (max-width: 500px) {
  .cast .tab-4 .ranking__title {
    font-size: 1.6rem;
  }
}
.cast .tab-4 > label:hover, .cast .tab-4 > label:has(:checked) {
  background-color: #2589d0;
  background: rgb(255, 200, 21);
  color: #000;
  color: #fff;
}
.cast .tab-4 > label:has(:checked)::before {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 9px;
  background-color: #2589d0;
  background: rgb(255, 200, 21);
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.cast .tab-4 > div {
  display: none;
  width: 100%;
  padding: 1.5em 1em;
}
@media screen and (max-width: 500px) {
  .cast .tab-4 > div {
    width: 99%;
    margin: auto;
    padding: 1.5em 0em;
  }
}
.cast .tab-4 label:has(:checked) + div {
  display: block;
}

.schedule {
  max-width: 1280px;
  position: relative;
  margin: auto;
  width: 100%;
  padding: 8rem 0;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
@media screen and (max-width: 500px) {
  .schedule {
    padding: 4rem 0;
  }
}
.schedule .container {
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 500px) {
  .schedule .container {
    width: 90%;
  }
}
.schedule__title {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .schedule__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 500px) {
  .schedule__title {
    font-size: 2.4rem;
  }
}
.schedule__subtitle {
  color: #b28850;
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .schedule__subtitle {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .schedule__subtitle {
    font-size: 1.4rem;
  }
}
.schedule__img {
  width: 80%;
  margin: auto;
  max-width: 600px;
}
@media screen and (max-width: 500px) {
  .schedule__img {
    width: 90%;
    margin: auto;
  }
}
.schedule__img img {
  display: block;
  width: 100%;
}
.schedule .xo-event-calendar {
  width: 80%;
  margin: auto;
}
.schedule .xo-event-calendar table {
  height: 40%;
}
.schedule .xo-event-calendar .calendars {
  height: 100%;
}
.schedule .xo-event-calendar .calendars .calendar {
  height: 100%;
}

.schedule::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  margin: auto;
  background-image: url(../img/haikei04.webp);
  position: fixed;
}

.instagram {
  max-width: 1280px;
  margin: auto;
  width: 100%;
  background: #000;
  padding: 8rem 0;
}
@media screen and (max-width: 500px) {
  .instagram {
    padding: 4rem 0;
  }
}
.instagram .container {
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .instagram .container {
    width: 95%;
  }
}
@media screen and (max-width: 500px) {
  .instagram .container {
    padding: 4rem 0;
    width: 95%;
  }
}
.instagram__title {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .instagram__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 500px) {
  .instagram__title {
    font-size: 2.4rem;
  }
}
.instagram__subtitle {
  color: #b28850;
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .instagram__subtitle {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .instagram__subtitle {
    font-size: 1.4rem;
  }
}
.instagram__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.instagram__list__pic {
  width: calc((100% - 6rem) / 4);
  overflow: hidden;
  margin-bottom: 2rem;
}
@media screen and (max-width: 500px) {
  .instagram__list__pic {
    width: calc((100% - 2rem) / 3);
    margin-bottom: 1rem;
  }
}
.instagram__list__pic img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  cursor: pointer;
}
.instagram__list__pic img:hover {
  transform: scale(1.1);
  transition: 0.6s;
  opacity: 0.8;
}
.instagram__list::after {
  display: block;
  width: calc((100% - 6rem) / 4);
  content: "";
}
.instagram__list::before {
  order: 1;
  display: block;
  width: calc((100% - 6rem) / 4);
  content: "";
}
.instagram__button {
  display: flex;
  justify-content: center;
  color: #fff;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.6rem;
  margin-top: 4rem;
}
@media screen and (max-width: 500px) {
  .instagram__button {
    margin-top: 2rem;
  }
}
.instagram__button i {
  width: 1.5rem;
  aspect-ratio: 1/1;
}
.instagram__button:hover {
  opacity: 0.8;
  transition: 0.6s;
}

.photo {
  position: relative;
  max-width: 1280px;
  margin: auto;
  width: 100%;
  padding: 8rem 0;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
@media screen and (max-width: 500px) {
  .photo {
    padding: 4rem 0;
  }
}
.photo .container {
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .photo .container {
    width: 95%;
  }
}
@media screen and (max-width: 500px) {
  .photo .container {
    width: 95%;
  }
}
.photo__title {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .photo__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 500px) {
  .photo__title {
    font-size: 2.4rem;
  }
}
.photo__subtitle {
  color: #b28850;
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .photo__subtitle {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .photo__subtitle {
    font-size: 1.4rem;
  }
}
.photo__content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: row-reverse;
}
@media screen and (max-width: 500px) {
  .photo__content {
    display: block;
  }
}
.photo__content__sentence {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: calc((100% - 5rem) / 2);
  color: #fff;
  font-family: "Sawarabi Mincho", serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media screen and (max-width: 500px) {
  .photo__content__sentence {
    width: 100%;
    font-size: 1.4rem;
  }
}
.photo__content__sentence .des {
  margin-bottom: 1.6rem;
}
.photo__content .photo__list {
  width: calc((100% - 5rem) / 2);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
}
@media screen and (max-width: 500px) {
  .photo__content .photo__list {
    width: 100%;
  }
}
.photo__content .photo__list__content {
  width: calc((100% - 3rem) / 2);
  aspect-ratio: 1/1;
}
.photo__content .photo__list__content .title {
  color: #b28850;
  text-align: center;
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
}
.photo__content .photo__list__content .photo__list__img {
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 3rem;
}
.photo__content .photo__list__content .photo__list__img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  overflow: hidden;
}
.photo__content .photo__list__content:hover .title {
  color: #fff;
  transition: 0.6s;
}
.photo__content .photo__list__content:hover .photo__list__img img {
  opacity: 0.6;
  transform: scale(1.1);
  transition: 0.6s;
}
.photo__content .photo__list__content:nth-child(odd) {
  margin-top: 4rem;
}

.photo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  margin: auto;
  background-image: url(../img/haikei04.webp);
  position: fixed;
}

.system {
  max-width: 1280px;
  margin: auto;
  width: 100%;
  padding: 8rem 0;
  background: #000;
}
@media screen and (max-width: 500px) {
  .system {
    padding: 4rem 0;
  }
}
.system .container {
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .system .container {
    width: 95%;
  }
}
@media screen and (max-width: 500px) {
  .system .container {
    width: 90%;
  }
}
.system__title {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .system__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 500px) {
  .system__title {
    font-size: 2.4rem;
  }
}
.system__subtitle {
  color: #b28850;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .system__subtitle {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .system__subtitle {
    font-size: 1.4rem;
  }
}
.system__content {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 500px) {
  .system__content {
    width: 100%;
    display: block;
  }
}
.system__content__box {
  width: calc((100% - 5rem) / 2);
}
@media screen and (max-width: 500px) {
  .system__content__box {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.system__content__box .title {
  color: #fff;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 2rem;
  font-size: 1.6rem;
}
.system__content__box .title::before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
}
.system__content__box .price__table {
  border-collapse: collapse;
  width: 100%;
}
.system__content__box .price__table tr,
.system__content__box .price__table th,
.system__content__box .price__table td {
  color: #fff;
  font-size: 1.6rem;
  padding: 1rem 2rem;
}
.system__content__box .price__table td {
  font-family: "Noto Sans JP", sans-serif, serif;
}
.system__content__box .price__table td:nth-child(2) {
  padding: 1rem 5rem;
}
@media screen and (max-width: 500px) {
  .system__content__box .price__table td:nth-child(2) {
    padding: 1rem 1rem 0 1rem;
    width: 40%;
    text-align: right;
  }
}
.system__content__box .price__table tr td:first-child {
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 0.1rem solid #fff;
}
.system__content__box .price__table tr td:nth-child(2) {
  background: rgba(255, 255, 255, 0.3);
  border-bottom: 0.1rem solid #b28850;
  padding: 0 1rem 0rem 1rem;
}
.system__content__box .price__table tr:last-child td:first-child {
  border-bottom: none;
}
.system__content__box .price__table tr:last-child td:nth-child(2) {
  border-bottom: none;
}
.system__content__box .title:nth-child(3) {
  margin-top: 5rem;
}
.system__content__box:nth-child(2) .title::before {
  background: #b28850;
}

.single__content .container {
  width: 98%;
  margin: auto;
}
@media screen and (max-width: 500px) {
  .single__content .container {
    width: 98%;
    margin: auto;
  }
}
.single__content .single__flex {
  max-width: 1240px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 1rem 0 4rem;
}
@media screen and (max-width: 500px) {
  .single__content .single__flex {
    display: block;
    padding: 1rem 0 2rem;
  }
}
.single__content .single__flex .single__ssp__title {
  display: none;
}
@media screen and (max-width: 500px) {
  .single__content .single__flex .single__ssp__title {
    display: block;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 2rem;
  }
}
.single__content .single__flex .single__content__box {
  width: 49%;
}
@media screen and (max-width: 500px) {
  .single__content .single__flex .single__content__box {
    width: 100%;
  }
}
.single__content .single__flex .single__content__box__main {
  margin-bottom: 2rem;
}
.single__content .single__flex .single__content__box__main img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  margin: auto;
}
.single__content .single__flex .single__content__box__sub {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: left;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 2rem;
}
@media screen and (max-width: 500px) {
  .single__content .single__flex .single__content__box__sub {
    margin-bottom: 0;
  }
}
.single__content .single__flex .single__content__box__sub a {
  width: calc((100% - 0rem) / 4);
  min-width: 25%;
  display: block;
  aspect-ratio: 4/4;
  border: 1px solid #cacaca;
  margin-right: 2rem;
  box-sizing: border-box;
}
.single__content .single__flex .single__content__box__sub a img {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.single__content .single__flex .single__content__prof {
  width: 49%;
}
@media screen and (max-width: 500px) {
  .single__content .single__flex .single__content__prof {
    width: 100%;
  }
}
.single__content .single__flex .single__content__prof .prof__title {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  .single__content .single__flex .single__content__prof .prof__title {
    display: none;
  }
}
.single__content .single__flex .single__content__prof .ranking__flex {
  display: flex;
  justify-content: left;
}
.single__content .single__flex .single__content__prof .ranking__flex .ranking__sales__box {
  background: rgb(255, 200, 21);
  margin: 0.5rem 0;
  padding: 0.5rem 0.8rem;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1.4rem;
  width: -moz-fit-content;
  width: fit-content;
}
.single__content .single__flex .single__content__prof .ranking__flex .ranking__sales__box:first-child {
  margin-right: 1rem;
}
.single__content .single__flex .single__content__prof .sns {
  font-size: 2.4rem;
  margin: 0.5rem 0;
}
.single__content .single__flex .single__content__prof .prof__box {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.single__content .single__flex .single__content__prof .prof__box table {
  width: 100%;
  font-weight: 400;
  border-collapse: collapse;
  font-size: 1.4rem;
  box-sizing: border-box;
}
.single__content .single__flex .single__content__prof .prof__box th, .single__content .single__flex .single__content__prof .prof__box td {
  padding: 10px;
  text-align: left;
  font-weight: 100;
}
.single__content .single__flex .single__content__prof .prof__box tr {
  background: #eee;
}
.single__content .single__flex .single__content__prof .prof__box tr:nth-child(even) {
  background-color: #fff;
}
.single__content .single__flex .single__content__prof .prof__box tr:nth-child(even) th:first-child {
  border-right: 1px solid #e6e6e6;
}
.single__content .single__flex .single__content__prof .prof__box tr:nth-child(odd) th:first-child {
  border-right: 1px solid #fff;
}
.single__content .single__flex .single__content__prof .prof__box .cast__more {
  background: #000;
  display: block;
  color: #fff;
  padding: 0.5rem 2rem;
  width: 25%;
  max-width: 20rem;
  margin-left: auto;
  margin-top: 2rem;
  border-radius: 1rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single__content .single__flex .single__content__prof .prof__box .cast__more p {
  font-size: 1.4rem;
}
.single__content .single__flex .single__content__prof .prof__box .cast__more i {
  font-size: 1.4rem;
  margin-right: 0.5rem;
}
.cast__instagram {
  max-width: 1240px;
  width: 100%;
  margin: auto;
  padding: 8rem 0;
}
@media screen and (max-width: 500px) {
  .cast__instagram {
    padding: 4rem 0;
  }
}
.cast__instagram .container {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 500px) {
  .cast__instagram .container {
    width: 95%;
    margin: auto;
  }
}
.cast__instagram__title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 3rem;
}
@media screen and (max-width: 500px) {
  .cast__instagram__title {
    margin-bottom: 2rem;
  }
}
.cast__instagram__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cast__instagram__box__img {
  aspect-ratio: 1/1;
  width: calc((100% - 4rem) / 4);
  margin-bottom: 1rem;
  border: 1px solid #eee;
}
@media screen and (max-width: 500px) {
  .cast__instagram__box__img {
    width: calc((100% - 3rem) / 3);
    margin-bottom: 0.5rem;
  }
}
.cast__instagram__box__img img {
  width: 100%;
  margin: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cast__instagram__box::after {
  display: block;
  width: calc((100% - 6rem) / 4);
  content: "";
}
.cast__instagram__box::before {
  order: 1;
  display: block;
  width: calc((100% - 6rem) / 4);
  content: "";
}

.cast__archive {
  max-width: 1240px;
  width: 100%;
  margin: auto;
  padding: 8rem 0;
}
@media screen and (max-width: 500px) {
  .cast__archive {
    padding: 4rem 0;
  }
}
.cast__archive .container {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 500px) {
  .cast__archive .container {
    width: 95%;
    margin: auto;
  }
}
.cast__archive__title {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 500px) {
  .cast__archive__title {
    margin-bottom: 2rem;
  }
}

.archive__cast {
  max-width: 1280px;
  margin: auto;
  width: 100%;
  padding: 0 0 8rem;
}
@media screen and (max-width: 500px) {
  .archive__cast {
    padding: 0 0 4rem;
  }
}
.archive__cast .container {
  width: 90%;
  margin: auto;
}
.archive__cast__title {
  margin-top: 3rem;
  font-size: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .archive__cast__title {
    font-size: 2.4rem;
  }
}
.archive__cast__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.archive__cast__list__box {
  width: calc((100% - 6rem) / 4);
  display: block;
  aspect-ratio: 4/5;
  margin-bottom: 2rem;
}
.archive__cast__list__box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.recruit {
  max-width: 1280px;
  margin: auto;
  width: 100%;
  padding: 0rem 0 0rem;
}
@media screen and (max-width: 767px) {
  .recruit {
    padding: 0 0 0rem;
  }
}
.recruit__title {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 500px) {
  .recruit__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 500px) {
  .recruit__title {
    font-size: 2.4rem;
  }
}
.recruit__subtitle {
  color: #b28850;
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .recruit__subtitle {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .recruit__subtitle {
    font-size: 1.4rem;
  }
}
.recruit__img {
  width: 50%;
  margin: 2rem auto;
  max-width: 500px;
  opacity: 0;
}
@media screen and (max-width: 500px) {
  .recruit__img {
    width: 90%;
    margin: 2rem auto;
  }
}
.recruit__img img {
  display: block;
  width: 100%;
  margin: auto;
}
.recruit__img.appear {
  opacity: 1;
  transition: 2s;
}
.recruit__box {
  padding: 3rem 0;
  box-sizing: border-box;
  width: 100%;
  margin: auto;
  background: #000;
}
.recruit__box__title {
  color: #fff;
  font-size: 3rem;
  text-align: center;
  margin: 2rem auto;
}
@media screen and (max-width: 500px) {
  .recruit__box__title {
    font-size: 2.4rem;
  }
}
.recruit__box .recruit__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
  max-width: 80rem;
  margin: auto;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .recruit__box .recruit__flex {
    width: 80%;
  }
}
@media screen and (max-width: 500px) {
  .recruit__box .recruit__flex {
    display: block;
    width: 90%;
  }
}
.recruit__box .recruit__flex .recruit__box__list {
  width: calc((100% - 4rem) / 2);
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  transform: translateY(4rem);
  opacity: 0;
}
@media screen and (max-width: 500px) {
  .recruit__box .recruit__flex .recruit__box__list {
    width: 100%;
  }
}
.recruit__box .recruit__flex .recruit__box__list__title {
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  flex: 1;
  margin-bottom: 1rem;
}
@media screen and (max-width: 500px) {
  .recruit__box .recruit__flex .recruit__box__list__title {
    font-size: 2rem;
  }
}
.recruit__box .recruit__flex .recruit__box__list__des {
  color: #fff;
  font-size: 1.4rem;
  border: 1px solid pink;
  padding: 1rem 2rem;
  border-radius: 1rem;
  flex-grow: 1;
}
.recruit__box .recruit__flex .recruit__box__list__des__subtitle {
  color: #ebc28c;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 500px) {
  .recruit__box .recruit__flex .recruit__box__list__des__subtitle {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 500px) {
  .recruit__box .recruit__flex .recruit__box__list__des {
    font-size: 1.2rem;
  }
}
.recruit__box .recruit__flex .recruit__box__list.appear {
  opacity: 1;
  transform: translateY(0);
  transition: 0.8s;
}

.box-parent {
  width: 80%;
  height: auto;
  margin: auto;
  display: flex;
  justify-content: space-between;
  border: 2px solid #666;
  padding: 60px;
  box-sizing: border-box;
}
.box-parent P {
  margin-bottom: 0;
}
.box-parent .box-child {
  width: 49%;
  height: auto;
  border: 1px solid #ccc;
  display: flex;
  /*子要素に追加*/
  flex-direction: column;
  /*子要素に追加*/
}
.box-parent .box-child-title {
  width: 100%;
  background: #c9c787;
}
.box-parent .box-child img {
  display: block;
  /*画像下の余白を消す*/
  width: 100%;
  height: 180px;
  /*高さを指定*/
  -o-object-fit: cover;
     object-fit: cover;
  /*画像をコンテナいっぱいに表示*/
}
.box-parent .box-child-text {
  width: 100%;
  background: yellow;
  flex-grow: 1;
  /*空きスペースの伸びる倍率を指定*/
}
.box-parent .box-child a {
  display: block;
  width: 100%;
  height: 48px;
  background: #ccc;
  color: #fff;
}

.condition {
  max-width: 1280px;
  margin: auto;
  width: 100%;
  padding: 4rem 0;
  background: #000;
  background-image: url(../img/haikei04.webp);
}
@media screen and (max-width: 500px) {
  .condition {
    padding: 0 0 4rem;
  }
}
.condition__title {
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  text-align: center;
  color: #fff;
  margin-bottom: 2rem;
}
@media screen and (max-width: 500px) {
  .condition__title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 500px) {
  .condition__title {
    font-size: 2rem;
  }
}
.condition__list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
  margin: auto;
  max-width: 80rem;
}
@media screen and (max-width: 500px) {
  .condition__list {
    width: 95%;
  }
}
.condition__list__box {
  width: calc((100% - 4rem) / 3);
  border: 1px solid #ebc28c;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  padding: 0 3rem 3.5rem;
  box-sizing: border-box;
  margin-bottom: 2rem;
}
@media screen and (max-width: 500px) {
  .condition__list__box {
    width: calc((100% - 2rem) / 2);
    padding: 0 1rem 1rem;
  }
}
.condition__list__box i {
  margin: 1.2rem auto;
  font-size: 2.8rem;
  color: #fff;
}
.condition__list__box .box__title {
  color: #b28850;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.condition__list__box .box__des {
  font-size: 1.3rem;
  color: #fff;
  text-align: left;
}

.require {
  max-width: 1280px;
  margin: auto;
  width: 100%;
  padding: 4rem 0;
  background: #000;
}
.require__title {
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  text-align: center;
  color: #fff;
  margin-bottom: 2rem;
}
@media screen and (max-width: 500px) {
  .require__title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 500px) {
  .require__title {
    font-size: 2rem;
  }
}
.require table {
  width: 50%;
  border-collapse: collapse;
  margin: 2rem auto;
}
@media screen and (max-width: 1024px) {
  .require table {
    width: 80%;
  }
}
@media screen and (max-width: 500px) {
  .require table {
    width: 95%;
    margin: auto;
  }
}
.require th, .require td {
  background: rgba(0, 0, 0, 0.6);
  border: 0.1px solid #ccc;
  padding: 15px;
  vertical-align: top;
  font-size: 1.4rem;
  font-weight: normal;
  color: #fff;
}
.require th {
  text-align: left;
  width: 20%;
  border-bottom: 0.01rem solid #fff;
}
@media screen and (max-width: 500px) {
  .require th {
    width: 30%;
  }
}
.require td {
  color: #fff;
  background: rgba(179, 179, 179, 0.9);
  background: rgba(255, 255, 255, 0.3);
  border-bottom: 0.01rem solid #b28850;
}

.access {
  position: relative;
  max-width: 1280px;
  margin: auto;
  width: 100%;
  padding: 8rem 0;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
@media screen and (max-width: 500px) {
  .access {
    padding: 4rem 0;
  }
}
.access .container {
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .access .container {
    width: 95%;
  }
}
@media screen and (max-width: 500px) {
  .access .container {
    width: 90%;
  }
}
.access__title {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .access__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 500px) {
  .access__title {
    font-size: 2.4rem;
  }
}
.access__subtitle {
  color: #b28850;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .access__subtitle {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .access__subtitle {
    font-size: 1.4rem;
  }
}
.access .content__box {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: auto;
  font-family: "Noto Sans JP", sans-serif, serif;
}
@media screen and (max-width: 500px) {
  .access .content__box {
    display: block;
    width: 100%;
  }
}
.access__content {
  width: 50%;
}
@media screen and (max-width: 500px) {
  .access__content {
    width: 100%;
  }
}
.access__content .title {
  color: #fff;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 2rem;
  font-size: 1.6rem;
}
.access__content .title::before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
}
.access__content .access__table {
  border-collapse: collapse;
}
@media screen and (max-width: 500px) {
  .access__content .access__table {
    margin-bottom: 4rem;
  }
}
.access__content .access__table tr,
.access__content .access__table th,
.access__content .access__table td {
  font-family: "Noto Sans JP", sans-serif, serif;
  color: #fff;
  font-size: 1.6rem;
  padding: 1rem 2rem;
}
.access__content .access__table tr a,
.access__content .access__table th a,
.access__content .access__table td a {
  font-size: 2.4rem;
  color: #fff;
  margin-right: 1rem;
}
.access__content .access__table tr a:last-child,
.access__content .access__table th a:last-child,
.access__content .access__table td a:last-child {
  margin-right: 0;
}
.access__content .access__table tr a:hover,
.access__content .access__table th a:hover,
.access__content .access__table td a:hover {
  opacity: 0.6;
  transition: 0.6s;
}
.access__content .access__table tr td:first-child {
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 0.1rem solid #fff;
}
@media screen and (max-width: 500px) {
  .access__content .access__table tr td:first-child {
    width: 40%;
    font-size: 1.4rem;
  }
}
.access__content .access__table tr td:nth-child(2) {
  background: rgba(255, 255, 255, 0.3);
  border-bottom: 0.1rem solid #b28850;
}
@media screen and (max-width: 500px) {
  .access__content .access__table tr td:nth-child(2) {
    width: 60%;
    font-size: 1.4rem;
  }
}
.access__content .access__table tr:last-child td:first-child {
  border-bottom: none;
}
.access__content .access__table tr:last-child td:nth-child(2) {
  border-bottom: none;
}
.access iframe {
  width: 50%;
  height: auto;
  max-height: 100%;
}
@media screen and (max-width: 500px) {
  .access iframe {
    width: 100%;
    max-height: initial;
    aspect-ratio: 4/3;
  }
}

.access::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  margin: auto;
  background-image: url(../img/haikei04.webp);
  position: fixed;
}

.footer {
  max-width: 1280px;
  margin: auto;
  width: 100%;
  background: #16181a;
  padding: 8rem 0;
}
.footer .container {
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 500px) {
  .footer .container {
    width: 90%;
  }
}
.footer__img a {
  display: block;
  max-width: 80px;
  aspect-ratio: 1/1;
  margin: auto;
}
.footer__img a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__img a:hover {
  opacity: 0.6;
  transition: 0.6s;
}
.footer .footer__sns {
  margin: 3rem 0;
}
.footer .footer__sns__title {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 1rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.footer .footer__sns__title::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 0.1rem;
  left: -3rem;
  top: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}
.footer .footer__sns__title::after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 0.1rem;
  right: -5rem;
  top: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}
.footer .footer__sns__box {
  display: flex;
  justify-content: center;
}
.footer .footer__sns__box a {
  font-family: "Sawarabi Mincho", serif;
  font-size: 2.4rem;
  color: #fff;
  margin-right: 2rem;
}
.footer .footer__sns__box a:last-child {
  margin-right: 0;
}
.footer .footer__sns__box a:hover {
  opacity: 0.6;
  transition: 0.6s;
}
.footer .footer__menu {
  width: 100%;
  margin: 4rem 0;
}
.footer .footer__menu ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 500px) {
  .footer .footer__menu ul {
    display: block;
    margin: auto;
  }
}
.footer .footer__menu ul li {
  margin-right: 3rem;
  padding-right: 3rem;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 500px) {
  .footer .footer__menu ul li {
    border-right: none;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }
}
.footer .footer__menu ul li a {
  color: #fff;
}
@media screen and (max-width: 500px) {
  .footer .footer__menu ul li a {
    border-radius: 3rem;
    text-align: center;
    padding: 1rem 0rem;
    width: 100%;
  }
}
.footer .footer__menu ul li:last-child {
  margin-right: 0;
  border-right: none;
}
.footer small {
  display: block;
  color: #fff;
  margin: auto;
  text-align: right;
}

#top-button {
  width: 80px;
  height: 80px;
  background-color: #b28850;
  line-height: 80px;
  text-align: center;
  color: white;
  border-radius: 50%;
  position: fixed;
  cursor: pointer;
  opacity: 0.8;
}
@media screen and (max-width: 1440px) {
  #top-button {
    bottom: 2em;
    right: 3em;
  }
}
@media screen and (max-width: 767px) {
  #top-button {
    bottom: 1em;
    right: 1em;
  }
}/*# sourceMappingURL=style.css.map */