.motion-logo,
h3 {
  font-style: italic;
}

h3 {
  font-family: "geller-headline", serif;
  font-weight: 500;
  font-size: 39px;
  color: #ee3026;
}

h3.jp {
  font-size: 24px;
}

h3.featureList-head {
  font-size: 52px;
}

.main-slick-wrapper {
  position: relative;
}

.main-slick-wrapper .sitename {
  position: absolute;
  z-index: 10;
  right: auto;
  width: 327px;
  width: 83.2061068702vw;
  transform: rotate(-90deg);
  top: 61.0687022901vw;
  left: -29.5165394402vw;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .section-width {
    max-width: 1440px;
    padding-right: 60px;
    padding-left: 60px;
  }
  .main-slick-wrapper .sitename {
    top: 20px;
    margin: 20px auto;
    width: 44.4444444444vw;
    transform: none;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 1020px) {
  h3.featureList-head {
    font-size: 78px;
  }
  .main-slick-wrapper .sitename {
    display: block;
  }
}
@media screen and (min-width: 1320px) {
  .main-slick-wrapper .sitename {
    width: 640px;
  }
}
.main-slick-wrapper .sitename-logo-catch {
  display: block;
  width: 143px;
  width: 27.2264631043vw;
  margin: 1.0178117048vw auto 0;
}

@media screen and (min-width: 768px) {
  .main-slick-wrapper .sitename-logo-catch {
    width: 19.4444444444vw;
  }
  .main-slick .slick-slide img {
    aspect-ratio: 64/36;
    object-fit: cover;
  }
}
@media screen and (min-width: 1320px) {
  .main-slick-wrapper .sitename-logo-catch {
    width: 280px;
  }
}
.main-slick {
  margin-bottom: 20px;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.main-slick .slick-list .m-item {
  position: relative;
  width: 100vw;
  border: none;
  border-bottom: 1px solid #ee3026;
}

.main-slick .slick-list .m-item img.small {
  display: none;
}

@media screen and (max-width: 750px) {
  .main-slick {
    margin-bottom: 40px;
  }
  .main-slick .slick-list .m-item img.df {
    display: none;
  }
  .main-slick .slick-list .m-item img.small {
    display: block;
    margin: 0 auto;
  }
}
.main-slick .slick-list .m-item .mainTxt {
  background: #fff;
  opacity: 0;
  transition: opacity 0.6s;
  z-index: 20;
  display: block;
  position: relative;
  left: 0;
  bottom: 0;
  height: auto;
  width: 92%;
  width: 100%;
  max-width: 345px;
  max-width: 100%;
  padding: 30px 18px 27px 30px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .main-slick .slick-list .m-item {
    border: none;
  }
  .main-slick .slick-list .m-item .mainTxt {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 360px;
    height: 119px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}
.main-slick .slick-list .m-item .mainTxt .subtitle {
  font-family: halyard-display, sans-serif;
  font-style: normal;
  font-size: 15px;
  font-weight: 600;
}

.main-slick .slick-list .m-item .mainTxt .main-title {
  font-family: YakuHanJP, dnp-shuei-gothic-gin-std, sans-serif;
  font-style: normal;
  line-height: 1.5;
  margin-top: 0;
  font-size: 13px;
  padding-right: 60px;
  font-weight: 500;
}

@media screen and (min-width: 1020px) {
  .main-slick .slick-list .m-item .mainTxt .main-title {
    font-size: 14px;
    padding-right: 0;
  }
}
.main-slick .slick-list .m-item .mainTxt-link {
  display: block;
}

.main-slick .slick-list .m-item.slick-current .mainTxt {
  opacity: 1;
}

.main-slick .dot-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.main-slick .dot-list li button {
  margin: 2.5px;
  padding: 0;
  border: none;
  font-size: 0;
}

.main-slick .dot-list li button:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #000;
}

.main-slick .dot-list li.slick-active button:after {
  background: red;
}

.main-slick .slick-next:before,
.main-slick .slick-prev:before {
  color: #006;
}

.main-slick .slick-num {
  font-family: halyard-display, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  padding: 12px 0 10px 10px;
  color: #ee3026;
  background-color: #fff;
  display: inline-block;
  position: relative;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.06em;
}

.main-slick .slick-num span,
.main-slick-arrow_wrap .dots {
  font-family: halyard-display, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (min-width: 1020px) {
  .main-slick .slick-num {
    padding: 10px;
  }
}
.main-slick-arrow_wrap {
  position: absolute;
  width: auto;
  right: auto;
  display: -ms-inline-flexbox;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1000;
  padding-left: 65px;
  bottom: 141px;
  left: 20px;
}

.main-slick-arrow_wrap--pc {
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
}

.main-slick-arrow_wrap--sp {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .main-slick-arrow_wrap {
    top: 20px;
    bottom: auto;
    right: 20px;
    left: auto;
  }
  .main-slick-arrow_wrap--pc {
    display: none !important;
  }
  .main-slick-arrow_wrap--sp {
    display: -ms-flexbox !important;
    display: flex !important;
    height: auto;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.main-slick-arrow_wrap .next-arrow,
.main-slick-arrow_wrap .prev-arrow {
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  padding: 0;
  display: block;
  width: 40px;
  height: 25px;
  background: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 1000;
  border: none;
}

.main-slick-arrow_wrap .next-arrow:hover::before,
.main-slick-arrow_wrap .prev-arrow:hover::before {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}

.main-slick-arrow_wrap .prev-arrow {
  transform: rotate(180deg);
  margin-right: 3px;
}

@media screen and (max-width: 750px) {
  .main-slick-arrow_wrap .next-arrow,
  .main-slick-arrow_wrap .prev-arrow {
    display: none !important;
  }
  .main-slick-arrow_wrap .prev-arrow {
    margin-right: 20px;
  }
}
.main-slick-arrow_wrap .prev-arrow:hover {
  background-color: #ee3026;
  cursor: pointer;
}

.main-slick-arrow_wrap .next-arrow:hover {
  background-color: #ee3026;
  cursor: pointer;
}

.main-slick-arrow_wrap .next-arrow::before,
.main-slick-arrow_wrap .prev-arrow::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #ee3026;
  border-top: 1px solid #ee3026;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  z-index: 1000;
}

.main-slick-arrow_wrap .slick-next,
.main-slick-arrow_wrap .slick-prev {
  width: auto;
  height: auto;
}

.main-slick-arrow_wrap .slick-next:before,
.main-slick-arrow_wrap .slick-prev:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
}

.main-slick-arrow_wrap .dots {
  position: absolute;
  right: 0;
  top: 4px;
  padding: 0;
  border: none;
  background-color: #fff;
  width: 62px;
  height: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: auto;
}

@media screen and (min-width: 768px) {
  .main-slick-arrow_wrap .dots {
    font-size: 14px;
    top: 0;
    right: auto;
    left: 0;
  }
}
.danceteria .article-list .slide_arrow {
  width: 3.8%;
  height: 61vw;
  position: absolute;
  top: 30px;
  z-index: 10;
}

.danceteria .article-list .slide_arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  border: 5px solid rgba(0, 0, 0, 0);
}

.danceteria .article-list .slide_arrow.prev_arrow {
  left: 0;
}

.danceteria .article-list .slide_arrow.prev_arrow:before {
  left: -1px;
  border-right: #000 7px solid;
}

.danceteria .article-list .slide_arrow.next_arrow {
  right: 0;
}

.danceteria .article-list .slide_arrow.next_arrow:before {
  right: -1px;
  border-left: #000 7px solid;
}

@media screen and (max-width: 1020px) {
  .danceteria {
    margin: 50px 0 40px;
  }
  .danceteria .article-list .slick-list {
    padding: 0 2%;
  }
  .newsList ul li a {
    width: 100%;
  }
}
.danceteria + .featureList {
  margin-top: 50px;
}

.latestArticle .featureList .article-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr [4];
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .latestArticle {
    margin-top: 60px;
  }
  .latestArticle .featureList .article-list {
    grid-column-gap: 5.0890585242vw;
    grid-row-gap: 15.2671755725vw;
  }
}
@media screen and (min-width: 1020px) {
  .latestArticle .featureList .article-list {
    grid-column-gap: 10.4166666667vw;
    grid-row-gap: 4.8611111111vw;
    margin-top: 80px;
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: 1fr [3];
    grid-template-rows: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1320px) {
  .latestArticle .featureList .article-list {
    grid-column-gap: 150px;
    grid-row-gap: 90px;
    margin-top: 80px;
  }
}
.latestArticle .featureList .article-list li {
  width: 100%;
  margin-top: 0;
  padding: 0;
}

.latestArticle .featureList .article-list li:nth-child(1) {
  grid-area: 1/1/2/2;
}

.latestArticle .featureList .article-list li:nth-child(2) {
  grid-area: 1/2/2/3;
}

.latestArticle .featureList .article-list li:nth-child(3) {
  grid-area: 2/1/3/2;
}

.latestArticle .featureList .article-list li:nth-child(4) {
  grid-area: 2/2/3/3;
}

.latestArticle .featureList .article-list li:nth-child(5) {
  grid-area: 3/1/4/2;
}

.latestArticle .featureList .article-list li:nth-child(6) {
  grid-area: 3/2/4/3;
}

.latestArticle .featureList .article-list li:nth-child(7) {
  grid-area: 4/1/5/2;
}

.latestArticle .featureList .article-list li:nth-child(8) {
  grid-area: 4/2/5/3;
}

.latestArticle .featureList .article-list li .n-title {
  margin-top: 12px;
}

@media screen and (min-width: 1020px) {
  .latestArticle .featureList .article-list li:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .latestArticle .featureList .article-list li:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  .latestArticle .featureList .article-list li:nth-child(3) {
    grid-area: 1/3/2/4;
  }
  .latestArticle .featureList .article-list li:nth-child(4) {
    grid-area: 2/1/3/2;
  }
  .latestArticle .featureList .article-list li:nth-child(5) {
    grid-area: 2/2/3/3;
  }
  .latestArticle .featureList .article-list li:nth-child(6) {
    grid-area: 2/3/3/4;
  }
  .latestArticle .featureList .article-list li:nth-child(7) {
    grid-area: 3/1/4/2;
  }
  .latestArticle .featureList .article-list li:nth-child(8) {
    grid-area: 3/2/4/3;
  }
  .latestArticle .featureList .article-list li:nth-child(9) {
    grid-area: 3/3/4/4;
  }
  .latestArticle .featureList .article-list li .n-title {
    margin-top: 18px;
  }
}
.latestArticle .featureList .article-list li .n-date {
  margin-top: 16px;
}

.latestArticle .featureList .article-list li a {
  width: 100%;
}

.featureList {
  position: relative;
  background: #fff;
}

.featureList .featureList-box {
  padding: 0 2%;
}

@media screen and (min-width: 1020px) {
  .latestArticle .featureList .article-list li .n-date {
    margin-top: 20px;
  }
  .featureList {
    margin-top: 80px;
  }
  .featureList .featureList-box {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
}
.title-caption {
  font-family: YakuHanJP, dnp-shuei-gothic-gin-std, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: #453c3b;
  margin-top: 28px;
  line-height: 1.4;
}

.blogList ul li a .txt-cont .writer,
.butsuyoku .item-box,
.butsuyoku .up .up-inner .calendar-text,
.horoscopeList .week span,
.instagram-account-link,
.motion-logo {
  font-family: halyard-display, sans-serif;
}

.article-sub-list {
  width: 100%;
}

@media screen and (min-width: 1020px) {
  .title-caption {
    font-size: 14px;
    text-align: right;
    margin-top: 0;
    line-height: 1.5;
  }
  .newsList-article-list-wrapper {
    display: -ms-flexbox;
    display: flex;
    column-gap: 30px;
  }
  .article-sub-list {
    max-width: 674px;
  }
  .section-top-whats-new .n-date,
  .section-top-whats-new .n-title {
    margin-top: 20px;
  }
}
.newsList {
  margin: 120px auto 0;
}

.newsList .newsList-head {
  font-size: 52px;
}

.newsList .newsList-box {
  padding: 0;
}

.newsList .article-list.article-main-list li {
  width: 100%;
}

.newsList .article-list.article-main-list li a .img-cont img {
  top: 0;
  left: 0;
  transform: none;
  max-width: none;
  max-height: none;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media screen and (min-width: 1020px) {
  .newsList {
    margin-top: 160px;
  }
  .newsList .newsList-head {
    font-size: 52px;
  }
  .newsList .newsList-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .newsList .article-list.article-main-list {
    width: 100%;
  }
  .newsList .article-list.article-main-list li {
    padding: 0;
  }
  .newsList .article-list.article-main-list li a .img-cont img {
    width: 100%;
  }
}
.newsList .article-list.--sp-col2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr [2];
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 60px;
}

.newsList .article-list.--sp-col2 li:nth-child(1) {
  grid-area: 1/1/2/2;
}

.newsList .article-list.--sp-col2 li:nth-child(2) {
  grid-area: 1/2/2/3;
}

.newsList .article-list.--sp-col2 li:nth-child(3) {
  grid-area: 2/1/3/2;
}

.newsList .article-list.--sp-col2 li:nth-child(4) {
  grid-area: 2/2/3/3;
}

.newsList ul {
  margin: 60px auto 0;
}

.newsList ul li {
  width: 100%;
  margin-top: 0;
}

@media screen and (min-width: 1020px) {
  .newsList .article-list.--sp-col2 {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
  }
  .newsList .article-list.--sp-col2 li {
    padding: 0;
  }
  .newsList ul li a .icon-read:after {
    top: 60%;
  }
}
.cont-middle {
  display: block;
  padding: 80px 0;
  background: #fff;
  font-size: 0;
}

.cont-middle .middle-inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1020px) {
  .cont-middle {
    float: none;
  }
  .blogList {
    border-top: #000 1px solid;
    border-bottom: #000 1px solid;
    width: 90%;
    margin: 0 auto;
    padding: 40px 0 80px;
  }
}
@media screen and (max-width: 325px) {
  .blogList {
    padding: 40px 10px 80px;
  }
}
.blogList h3 {
  padding-bottom: 30px;
}

.blogList ul {
  max-width: 1080px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1020px) {
  .blogList h3 {
    padding-bottom: 15px;
  }
  .blogList ul {
    display: block;
  }
}
.blogList ul li {
  width: 25%;
  padding: 0 15px;
}

.blogList ul li a {
  display: block;
}

@media screen and (max-width: 1020px) {
  .blogList ul li {
    width: 100%;
    margin-top: 15px;
    padding: 0;
  }
  .blogList ul li a {
    display: -ms-flexbox;
    display: flex;
  }
  .blogList ul li a .wrapper {
    width: 50%;
  }
}
.blogList ul li a .wrapper .img-cont {
  width: 100%;
  height: 0;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.blogList ul li a .wrapper .img-cont img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.blogList ul li a .wrapper.top {
  vertical-align: top;
}

.blogList ul li a .txt-cont {
  margin-top: 10px;
}

@media screen and (max-width: 1020px) {
  .blogList ul li a .txt-cont {
    width: 50%;
    padding-left: 20px;
    margin: 0;
  }
}
.blogList ul li a .txt-cont .title {
  margin-top: 0;
}

.blogList ul li a .txt-cont .writer {
  margin-top: 7px;
  font-style: normal;
  font-size: 12px;
  font-weight: 500;
}

.blogList ul li a .txt-cont .date {
  margin-top: 7px;
}

.blogList ul li a .txt-cont.top {
  vertical-align: top;
}

.horoscopeList {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}

.horoscopeList .sp5 {
  display: none;
}

.horoscopeList .h-title {
  margin-top: 12px;
  line-height: 1.6;
}

.horoscopeList .week {
  margin-top: 14px;
}

.horoscopeList .week span {
  margin-right: 7px;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #d90011;
  border-bottom: #000 2px dashed;
}

.horoscopeList ul {
  padding-top: 15px;
  font-size: 0;
}

.horoscopeList ul li {
  display: inline-block;
  width: 16.666%;
  padding: 35px 15px 0;
}

.horoscopeList ul li a {
  display: block;
}

.horoscopeList ul li a .sign {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 700;
}

.horoscopeList ul li a .period {
  margin-top: 6px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6;
}

.horoscopeList .h-link {
  margin-top: 80px;
  -ms-flex-pack: center;
  justify-content: center;
}

.horoscopeList .h-link a {
  margin: 0 10px;
}

.horoscopeList .h-link a img {
  width: 300px;
}

@media screen and (max-width: 1020px) {
  .horoscopeList {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    border-left: none;
  }
  .horoscopeList ul li {
    padding: 30px 10px 0;
    width: 33%;
  }
  .horoscopeList .h-link a {
    margin: 30px 0 0;
  }
  .horoscopeList .h-link a img {
    width: 90%;
  }
}
@media screen and (max-width: 325px) {
  .horoscopeList .sp5 {
    display: block;
  }
}
.mapList {
  position: relative;
  width: 100%;
  background: #e5e5e5;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
}

.mapList .m-inner {
  font-size: 12px;
  font-weight: 700;
}

.mapList .m-inner .description {
  margin-top: 12px;
  line-height: 1.6;
}

.mapList .m-link p {
  margin-top: 40px;
}

.mapList .m-link ul {
  margin-top: 5px;
  letter-spacing: -0.4em;
}

.mapList .m-link ul li {
  display: inline-block;
  letter-spacing: normal;
  margin: 15px 10px 0 0;
}

.mapList .m-link ul li a {
  display: block;
  padding: 10px 16px;
  font-size: 14px;
  background-image: linear-gradient(to right, #fff 50%, #000 50%);
  background-position: 0 0;
  background-size: 202% auto;
  transition: 0.2s;
}

.mapList .m-link:before {
  display: block;
  position: relative;
  content: "";
  top: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background: #000;
  margin-top: 40px;
}

@media screen and (min-width: 1020px) {
  .mapList {
    min-height: 520px;
  }
  .mapList h3 {
    text-align: left;
  }
  .mapList .m-image {
    position: relative;
    width: 50%;
    min-height: 520px;
  }
  .mapList .m-image a {
    display: block;
    height: 100%;
  }
  .mapList .m-image a .icon-read {
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
  }
  .mapList .m-image .m-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 51px;
    padding-top: 20px;
    font-size: 14px;
    font-weight: 700;
    background: #fff;
    opacity: 0.8;
    text-align: center;
    z-index: 20;
  }
  .mapList .m-inner {
    width: 50%;
  }
  .mapList .m-inner .m-wrapper {
    padding: 40px 50px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1020px) {
  .mapList {
    margin-bottom: 50px;
    padding: 40px 0 50px;
    text-align: center;
    min-height: 520px;
  }
  .mapList .m-inner {
    width: 90%;
    margin: 0 auto;
  }
  .mapList .m-inner .description {
    text-align: left;
    margin: 12px 20px 0;
  }
  .mapList .m-inner .description br {
    display: none;
  }
  .mapList .m-inner .sp {
    margin-top: 20px;
  }
  .mapList .m-inner .sp .m-title {
    margin-top: 25px;
    font-size: 14px;
    line-height: 1.6;
  }
  .mapList .m-inner .m-link p {
    line-height: 1.6;
  }
  .mapList .m-inner .m-link ul {
    margin-top: 30px;
  }
  .mapList .m-inner .m-link ul li {
    margin: 5px;
  }
  .mapList .m-inner .m-link:before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.pickup {
  padding: 80px 50px 0;
}

.pickup li {
  margin-top: 40px;
}

@media screen and (max-width: 1020px) {
  .pickup {
    padding: 80px 0 0;
  }
  .pickup ul {
    margin-top: 30px;
  }
}
.footer .bottom .r2t {
  right: 50px;
}

.cont-bottom {
  position: relative;
  padding-bottom: 80px;
  background: #fff;
  overflow: hidden;
}

.motion-logo {
  position: absolute;
  font-size: 90px;
  font-weight: 700;
  white-space: nowrap;
  height: 100%;
  overflow: hidden;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  mix-blend-mode: multiply;
}

.ie .motion-logo {
  display: none;
}

.left-r {
  top: 0;
  left: -30px;
  color: #d90011;
  animation: motion-left-red 2s infinite alternate;
}

@keyframes motion-left-red {
  0%, 100%, 90%, 95% {
    transform: translate(0) rotate(180deg);
  }
  91% {
    transform: translate(2px, -1px) rotate(180deg);
  }
  92% {
    transform: translate(-1px, 0) rotate(180deg);
  }
  93% {
    transform: translate(0, -1px) rotate(180deg);
  }
  94% {
    transform: translate(2px, 2px) rotate(180deg);
  }
  96% {
    transform: translate(-1px, -2px) rotate(180deg);
  }
  97% {
    transform: translate(1px, -3px) rotate(180deg);
  }
  98% {
    transform: translate(-2px, -1px) rotate(180deg);
  }
  99% {
    transform: translate(1px, 1px) rotate(180deg);
  }
}
.left-b {
  top: -4px;
  left: -27px;
  color: rgba(0, 0, 0, 0);
  background: repeating-linear-gradient(-45deg, #46b4e9, #46b4e9 2px, transparent 0, transparent 4px);
  -webkit-background-clip: text;
  animation: motion-left-blue 2s infinite alternate;
}

@keyframes motion-left-blue {
  0%, 100%, 90%, 95% {
    transform: translate(0) rotate(180deg);
  }
  91% {
    transform: translate(-2px, 2px) rotate(180deg);
  }
  92%, 99% {
    transform: translate(2px, 1px) rotate(180deg);
  }
  93%, 96% {
    transform: translate(-1px, 0) rotate(180deg);
  }
  94% {
    transform: translate(2px, 2px) rotate(180deg);
  }
  97% {
    transform: translate(2px, 0) rotate(180deg);
  }
  98% {
    transform: translate(0, 1px) rotate(180deg);
  }
}
.right-r {
  top: 0;
  right: -30px;
  color: #d90011;
  animation: motion-right-red 2s infinite alternate;
}

@keyframes motion-right-red {
  0%, 100%, 90%, 95% {
    transform: translate(0);
  }
  91%, 96% {
    transform: translate(1px, 1px);
  }
  92% {
    transform: translate(-2px, -1px);
  }
  93% {
    transform: translate(1px, -3px);
  }
  94% {
    transform: translate(-2px, -2px);
  }
  97%, 99% {
    transform: translate(-1px, -1px);
  }
  98% {
    transform: translate(1px, 0);
  }
}
.right-b {
  top: -4px;
  right: -27px;
  color: rgba(0, 0, 0, 0);
  background: repeating-linear-gradient(-45deg, #46b4e9, #46b4e9 2px, transparent 0, transparent 4px);
  -webkit-background-clip: text;
  animation: motion-right-blue 2s infinite alternate;
}

@keyframes motion-right-blue {
  0%, 100%, 90%, 95% {
    transform: translate(0);
  }
  91% {
    transform: translate(-2px, 0);
  }
  92% {
    transform: translate(0, 2px);
  }
  93%, 99% {
    transform: translate(1px, 0);
  }
  94% {
    transform: translate(2px, 2px);
  }
  96%, 98% {
    transform: translate(-1px, 0);
  }
  97% {
    transform: translate(2px, -2px);
  }
}
.instagram-reel {
  position: relative;
  width: 100%;
  max-width: 760px;
  margin-top: 120px;
  margin-right: 20px;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .instagram-reel {
    margin-right: auto;
    margin-left: auto;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1020px) {
  .instagram-reel {
    display: block;
    margin: 0;
    width: 30%;
    max-width: 324px;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.instagram-reel-section {
  margin-right: 5px;
}

.instagram-account-link {
  font-style: normal;
  font-weight: 400;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  display: block;
  color: #ee3026;
  font-size: 14px;
}

.instagram-reel-content {
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (min-width: 1020px) {
  .instagram-reel-section {
    margin-right: 0;
  }
  .instagram-account-link {
    position: absolute;
    right: -27px;
    top: 0;
  }
  .instagram-reel-content {
    width: 100%;
  }
}
.instagram-reel-content a {
  display: block;
}

.instagram-reel-video {
  width: 100%;
}

.butsuyoku {
  position: relative;
  z-index: 100;
  width: calc(100% - 40px);
  margin: 100px auto 33px;
  top: 0;
  right: auto;
}

@media screen and (min-width: 1020px) {
  .butsuyoku.popup,
  .butsuyoku.show {
    opacity: 1;
    visibility: visible;
  }
  .butsuyoku {
    margin-top: 125px;
    transform: translateY(0);
    transform-origin: right 50%;
    width: 100%;
    bottom: 30px;
    padding: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .butsuyoku.popup {
    animation: zoom 1s ease 0.5s;
    animation-fill-mode: backwards;
    transition: transform 0.5s ease;
  }
  .butsuyoku.small {
    transform: scale(0.6);
  }
  .butsuyoku.stop {
    bottom: 360px;
    position: absolute;
    transition: none;
  }
}
.butsuyoku.section-width {
  padding-right: 0;
  padding-left: 0;
}

@media screen and (min-width: 1020px) {
  .butsuyoku.section-width {
    padding-left: 4.0972222222vw;
    padding-right: 7.6388888889vw;
  }
}
@media screen and (min-width: 1320px) {
  .instagram-reel {
    max-width: 322px;
  }
  .butsuyoku {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .butsuyoku.section-width {
    padding-left: 59px;
    padding-right: 110px;
  }
}
.butsuyoku.hide {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.butsuyoku.girl-houyhnhnm {
  padding-bottom: 0;
}

.butsuyoku.girl-houyhnhnm a {
  pointer-events: none;
}

.butsuyoku.girl-houyhnhnm .more-btn,
.butsuyoku.girl-houyhnhnm .selector,
.butsuyoku.girl-houyhnhnm .up {
  display: none;
}

.butsuyoku .butsuyoku_inner {
  background-color: #ee3026;
  padding: 6.106870229vw 5.3435114504vw;
  position: relative;
}

@media screen and (min-width: 768px) {
  .butsuyoku .butsuyoku_inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    max-width: 831px;
    margin: 0 auto;
    padding: 36px;
    padding: 2.5vw;
  }
}
@media screen and (min-width: 1020px) {
  .butsuyoku .butsuyoku_inner {
    width: 67%;
    margin-right: 40px;
    margin-left: 39px;
    padding: 36px;
  }
}
@media screen and (min-width: 1320px) {
  .butsuyoku .butsuyoku_inner {
    width: 68%;
    margin: 0;
  }
}
.butsuyoku .butsuyoku_inner-bg {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .butsuyoku .butsuyoku_inner-bg {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.butsuyoku .butsuyoku-logo {
  width: 56%;
  padding: 1.0178117048vw 0.7633587786vw 0.7633587786vw;
  border-right: 1px solid #ee3026;
}

@media screen and (min-width: 768px) {
  .butsuyoku .butsuyoku-logo {
    padding: 7px 8px;
    width: 100%;
    border-bottom: 1px solid #ee3026;
    border-right: 0;
  }
  .butsuyoku .butsuyoku-col1 {
    border-right: 1px solid #ee3026;
    width: 43%;
  }
}
.butsuyoku .butsuyoku-col1-head {
  width: 44%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 1020px) {
  .butsuyoku .butsuyoku-col1-head {
    padding-bottom: 20px;
  }
}
.butsuyoku .butsuyoku-col2 {
  position: relative;
}

@media screen and (min-width: 768px) {
  .butsuyoku .butsuyoku-col1-head {
    width: 100%;
    border: 0;
    display: block;
  }
  .butsuyoku .butsuyoku-col2 {
    width: 57%;
  }
  .butsuyoku .img-cont-text-block {
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
  }
}
.butsuyoku .img-cont-text-block {
  top: 1.272264631vw;
  left: 0;
  margin-top: 1.272264631vw;
  padding-left: 1.7811704835vw;
  width: 100%;
}

.butsuyoku .img-cont-text-wrapper {
  z-index: 1;
  position: relative;
  display: block;
}

.butsuyoku .img-cont-text-col1 {
  width: 56%;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .butsuyoku .img-cont-text-col1 {
    width: 56%;
  }
}
.butsuyoku .img-cont-text-col2 {
  width: 44%;
  width: 100%;
}

.butsuyoku .item-box {
  font-style: normal;
  font-weight: 300;
}

.butsuyoku .item-box .wrapper {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ee3026;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media screen and (min-width: 768px) {
  .butsuyoku .item-box .wrapper {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
    display: block;
    padding-left: 0;
    margin-top: 0;
    border: 0;
  }
}
.butsuyoku .img-cont {
  position: relative;
  width: 100%;
  padding-top: 100%;
  margin-top: 1.272264631vw;
}

.butsuyoku .img-cont .butsuyoku-item-link img,
.butsuyoku .img-cont .butsuyoku-item-link video {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-height: 100%;
  height: auto;
  top: 50%;
}

@media screen and (min-width: 768px) {
  .butsuyoku .img-cont {
    max-width: 430px;
    max-width: 100%;
    margin-top: 0;
  }
}
.butsuyoku .img-cont .butsuyoku-item-link img {
  max-width: 100%;
  opacity: 1;
  transition: none;
}

@media screen and (min-width: 768px) {
  .butsuyoku .img-cont .butsuyoku-item-link img {
    max-width: 430px;
    max-width: 100%;
  }
}
.butsuyoku .img-cont .butsuyoku-item-link img.active {
  opacity: 1;
}

.butsuyoku .img-cont .butsuyoku-item-link video {
  max-width: 100%;
}

.butsuyoku .up {
  z-index: 2;
  width: 100%;
  padding: 0 2.0356234097vw 0.7633587786vw;
  border-bottom: 1px solid #ee3026;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 4;
  flex: 4;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .butsuyoku .up {
    display: block;
    padding: 1.25vw 0;
  }
}
.butsuyoku .up .up-inner {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .butsuyoku .up .up-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.butsuyoku .up .up-inner .month-day-cont {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}

.dp_item,
.more-btn a {
  -ms-flex-align: center;
}

.butsuyoku .up .up-inner .calendar-text {
  font-style: normal;
  font-weight: 200;
  font-size: 5.5979643766vw;
  line-height: 1.06;
}

.butsuyoku .daily-text,
.butsuyoku .up .up-inner span {
  font-family: halyard-display, sans-serif;
  font-weight: 300;
  font-style: normal;
}

@media screen and (min-width: 768px) {
  .butsuyoku .up .up-inner .calendar-text {
    font-size: 43px;
  }
}
@media screen and (min-width: 1020px) {
  .butsuyoku .up {
    padding: 11px 0 17px;
  }
  .butsuyoku .up .up-inner .calendar-text {
    font-size: 2.9861111111vw;
  }
}
@media screen and (min-width: 1320px) {
  .butsuyoku .up .up-inner .calendar-text {
    font-size: 43px;
  }
}
.butsuyoku .up .up-inner .calendar-text + .calendar-text {
  margin-left: 1.272264631vw;
}

.butsuyoku .up .up-inner span {
  display: inline-block;
  font-size: 31px;
  letter-spacing: -0.02em;
  background-color: #fff;
}

.butsuyoku .up .up-inner span.week.Sat {
  color: #00479d;
}

.butsuyoku .up .up-inner span.week.Sun {
  color: #e60012;
}

@media screen and (min-width: 1020px) {
  .butsuyoku .up .up-inner .calendar-text + .calendar-text,
  .butsuyoku .up .up-inner span.year {
    margin-left: 8px;
  }
}
.butsuyoku .daily-text {
  font-size: 3.3078880407vw;
}

.butsuyoku .item-name,
.butsuyoku .item-name--ja {
  font-family: YakuHanJP, dnp-shuei-gothic-gin-std, sans-serif;
}

@media screen and (min-width: 768px) {
  .butsuyoku .img-cont-wrapper {
    width: 100%;
    margin-right: 0;
    margin-left: auto;
    padding-top: 0;
    height: auto;
    display: block;
    max-width: none;
  }
  .butsuyoku .daily-text {
    font-size: 15px;
    padding-left: 14px;
    margin-top: 17px;
  }
}
@media screen and (min-width: 1020px) {
  .butsuyoku .img-cont-wrapper {
    max-width: 430px;
    max-width: 100%;
  }
  .butsuyoku .daily-text {
    font-size: 21px;
    padding-left: 14px;
  }
}
.butsuyoku .item-name {
  font-style: normal;
  font-size: 14px;
  font-weight: 700;
  margin-top: 15px;
  padding: 0;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .butsuyoku .item-name {
    font-size: 20px;
    padding-left: 14px;
  }
}
.butsuyoku .item-name--ja {
  font-weight: 400;
  font-style: normal;
  font-size: 3.0534351145vw;
  letter-spacing: -0.02em;
  line-height: 1.3;
  padding-right: 1.272264631vw;
}

.butsuyoku .item-name--en,
.butsuyoku .selector {
  font-family: halyard-display, sans-serif;
  font-weight: 300;
  font-style: normal;
}

@media screen and (min-width: 768px) {
  .butsuyoku .item-name--ja {
    margin-top: 1.6666666667vw;
    font-size: 1.3194444444vw;
  }
}
@media screen and (min-width: 1020px) {
  .butsuyoku .item-name--ja {
    font-size: 1.1805555556vw;
    margin-top: 24px;
  }
}
@media screen and (min-width: 1320px) {
  .butsuyoku .item-name--ja {
    font-size: 19px;
  }
}
.butsuyoku .item-name--en {
  font-size: 6.6157760814vw;
  margin-top: 0.2544529262vw;
  letter-spacing: -0.02em;
  line-height: 1;
  padding-right: 1.7811704835vw;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media screen and (min-width: 768px) {
  .butsuyoku .item-name--en {
    margin-top: 1.9444444444vw;
    font-size: 2.6388888889vw;
  }
}
@media screen and (min-width: 1020px) {
  .butsuyoku .item-name--en {
    font-size: 2.5vw;
  }
  .butsuyoku .butsuyoku-text-box--pc {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1320px) {
  .butsuyoku .item-name--en {
    font-size: 38px;
    margin-top: 28px;
  }
}
.butsuyoku .selector {
  position: relative;
  z-index: 2;
  font-size: 3.3078880407vw;
  color: #ee3026;
  padding: 0.7633587786vw 1.7811704835vw;
}

@media screen and (min-width: 768px) {
  .butsuyoku .selector {
    font-size: 21px;
    padding: 12px 8px 12px 14px;
    border-bottom: 1px solid #ee3026;
  }
  .butsuyoku .butsuyoku-pc-cont {
    display: block;
  }
}
.butsuyoku .selector span {
  padding: 3px 0;
}

.butsuyoku .butsuyoku-text-box--pc {
  display: block;
}

@media screen and (min-width: 768px) {
  .butsuyoku .butsuyoku-text-box--pc {
    margin-bottom: 0;
  }
}
.butsuyoku .butsuyoku-text-box--sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .butsuyoku .butsuyoku-text-box--pc {
    display: none;
  }
  .butsuyoku .butsuyoku-text-box--sp {
    display: block;
    display: -ms-flexbox;
    display: flex;
  }
}
@keyframes zoom {
  0% {
    transform: scale(0);
    transform-origin: 50% 50%;
  }
  40% {
    transform: scale(1.1);
    transform-origin: 50% 50%;
  }
  55% {
    transform: scale(0.9);
    transform-origin: 50% 50%;
  }
  100%, 80% {
    transform: scale(1);
    transform-origin: 50% 50%;
  }
}
.dp-slider,
.dp-slider div {
  transform-style: preserve-3d;
}

.dp-wrap {
  margin: 0 auto;
  position: relative;
  perspective: 1000px;
  height: 100%;
}

#dp-dots,
#dp-next,
#dp-prev,
.dp-img:before,
.dp-slider,
.dp_item {
  position: absolute;
}

.dp-slider {
  height: 100%;
  width: 100%;
}

.dp_item {
  text-align: center;
  color: #fff;
  transition: transform 1.2s;
}

.dp-img img {
  border-left: 1px solid #fff;
  object-fit: cover;
  object-position: right;
}

#dp-slider .dp_item:first-child {
  z-index: 10 !important;
  transform: rotateY(0) translateX(0) !important;
}

.dp_item[data-position="2"] {
  z-index: 9;
  transform: rotateY(0) translateX(10%) scale(0.9);
}

.dp_item[data-position="3"] {
  z-index: 8;
  transform: rotateY(0) translateX(20%) scale(0.8);
}

.dp_item[data-position="4"] {
  z-index: 7;
  transform: rotateY(0) translateX(30%) scale(0.7);
}

#dp-next,
#dp-prev {
  top: 50%;
  right: 16%;
  height: 33px;
  width: 33px;
  z-index: 10;
  cursor: pointer;
}

#dp-prev {
  left: 15px;
  transform: rotate(180deg);
}

#dp-dots {
  bottom: 25px;
  z-index: 12;
  left: 38%;
  cursor: default;
}

#dp-dots li {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 50%;
}

#dp-dots li.active,
#dp-dots li:hover {
  background: #fa8c8c;
}

#dp-dots li:hover {
  cursor: pointer;
  transition: background 0.3s;
}

.dp_item {
  width: 85%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border-top: 5px solid #fa8c8c;
}

.dp-content,
.dp-img {
  text-align: left;
}

.dp-content {
  padding-left: 100px;
  padding-right: 0;
  display: inline-block;
  width: 100%;
}

.dp-content h2 {
  color: #41414b;
  font-family: Circular Std Bold;
  font-size: 48px;
  max-width: 460px;
  margin-top: 8px;
  margin-bottom: 0;
}

.dp-content p {
  color: #74747f;
  max-width: 490px;
  margin-top: 15px;
  font-size: 24px;
}

.dp-content .site-btn {
  margin-top: 15px;
  font-size: 13px;
  padding: 19px 40px;
}

.dp-img:before {
  content: "";
  height: 100%;
  width: 25%;
  z-index: 1;
  top: 0;
  pointer-events: none;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0), #fff);
}

.site-btn,
.top-regular-img-list,
.top-regular-tabs__item {
  position: relative;
}

#dp-slider,
.dp-img img {
  height: 738px;
}

#dp-slider .dp_item:hover:not(:first-child) {
  cursor: pointer;
}

.site-btn {
  color: #fff;
  font-size: 18px;
  font-family: "Circular Std Medium";
  background: #fa8282;
  padding: 14px 43px;
  display: inline-block;
  border-radius: 2px;
  top: -12px;
  text-decoration: none;
}

.top-regular-taxonomy--ja,
.top-regular-taxonomy-title {
  font-family: YakuHanJP, dnp-shuei-gothic-gin-std, sans-serif;
}

.site-btn:hover {
  text-decoration: none;
  color: #fff;
}

.top-regular {
  margin-top: 83px;
}

@media screen and (min-width: 1020px) {
  .top-regular {
    margin-top: 130px;
  }
  .top-regular.section-width {
    padding-left: 4.0972222222vw;
    padding-right: 7.6388888889vw;
  }
  .top-regular-taxonomy-title {
    font-size: 3.5416666667vw;
  }
}
.top-regular-taxonomy-title {
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-wrap: nowrap;
}

.top-regular-taxonomy-title--en,
.top-taxonomy-link {
  font-family: halyard-display, sans-serif;
  font-weight: 300;
  font-style: normal;
}

@media screen and (min-width: 1320px) {
  .top-regular.section-width {
    padding-left: 59px;
    padding-right: 110px;
  }
  .top-regular-taxonomy-title {
    font-size: 51px;
  }
}
.top-regular-taxonomy-title + .top-regular-taxonomy-title {
  margin-top: 46px;
}

.top-regular-taxonomy-title--en {
  letter-spacing: normal;
}

@media screen and (min-width: 1020px) {
  .top-regular-taxonomy-title--en {
    font-size: 4.0972222222vw;
  }
}
@media screen and (min-width: 1320px) {
  .top-regular-taxonomy-title--en {
    font-size: 59px;
  }
}
.top-regular-text {
  margin-top: 58px;
}

.top-taxonomy-link {
  font-size: 34px;
}

.top-taxonomy-link:hover {
  font-family: "geller-headline", serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
}

.top-marquee-text,
.top-regular-taxonomy--en,
.top-regular-taxonomy-all-link,
.view-archives-btn,
.view-archives-btn a {
  font-family: halyard-display, sans-serif;
}

.top-taxonomy-link.--link-disable {
  pointer-events: none;
}

.top-regular-taxonomy-all-link {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #ee3026;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: -64px;
  top: 37px;
  transform: rotate(8deg);
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 3;
}

.top-regular-taxonomy-all-link img {
  width: 13px;
  line-height: 1;
  vertical-align: bottom;
  margin: 4px 6px 0;
}

@media screen and (max-width: 375px) {
  .top-regular-taxonomy-all-link {
    font-size: 6.106870229vw;
    right: -16.2849872774vw;
    top: 14.5038167939vw;
  }
  .top-regular-taxonomy-all-link img {
    width: 3.3078880407vw;
  }
}
.top-regular-taxonomy-all-link--coming-soon {
  font-size: 22px;
}

@media screen and (max-width: 375px) {
  .top-regular-taxonomy-all-link--coming-soon {
    font-size: 5.5979643766vw;
  }
}
.top-regular-taxonomy--en {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  opacity: 0;
  transition: all 0.2s ease;
}

@media screen and (min-width: 1020px) {
  .top-regular-taxonomy--en {
    font-size: 15px;
  }
}
.top-regular-taxonomy--en + .top-regular-taxonomy--ja {
  margin-top: 13px;
}

@media screen and (min-width: 768px) {
  .top-regular-taxonomy--en + .top-regular-taxonomy--ja {
    margin-top: 19px;
  }
}
.top-regular-taxonomy--ja {
  font-style: normal;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 13px;
  opacity: 0;
  transition: all 0.2s ease;
}

[data-tab-content] {
  display: none;
}

[data-tab-content].active {
  display: block;
}

.top-regular-pc-tabs {
  width: 100%;
  margin-bottom: 40px;
  border-bottom: solid 1px #eee;
  padding-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-regular-pc-tabs:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.top-regular-tabs__content.active {
  animation: fadeIn 0.3s ease 0s 1 normal;
}

.top-regular-tabs__content.active .top-regular-list-item--1 {
  animation: fadeInImage1 0.3s ease 0.1s forwards normal;
}

.top-regular-tabs__content.active .top-regular-list-item--2 {
  animation: fadeInImage2 0.3s ease 0s forwards normal;
}

.top-regular-tabs__content.active .top-regular-taxonomy--en,
.top-regular-tabs__content.active .top-regular-taxonomy--ja {
  opacity: 1;
  transition: all 0.3s ease;
}

.top-regular-tabs__content .top-regular-image {
  opacity: 0;
}

nav.top-regular-tabs__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
  width: 100%;
  padding: 0;
  margin: 0 0 1rem;
  border: none;
}

.top-regular-tabs__item {
  text-align: right;
  transition: all 0.2s ease;
  padding: 0;
  line-height: 50px;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}

.top-inspiration-swiper .swiper-wrapper,
.top-marquee .top-marquee-swiper .swiper-wrapper {
  transition-timing-function: linear;
}

.top-regular-tabs__item.active::after,
.top-regular-tabs__item:hover::after {
  bottom: -11px;
  width: 100%;
  height: 2px;
  background: #ee3026;
  position: absolute;
  content: "";
  left: 0;
}

@media screen and (min-width: 1020px) {
  .top-regular-tabs__item + .top-regular-tabs__item {
    margin-top: 46px;
  }
}
.top-regular-tabs__item.--color-disable {
  opacity: 0.7;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInImage1 {
  0% {
    opacity: 0;
    transform: rotate(0) translateY(10px);
  }
  100% {
    opacity: 1;
    transform: rotate(-2deg) translateY(0);
  }
}
@keyframes fadeInImage2 {
  0% {
    opacity: 0;
    transform: rotate(0) translateY(10px);
  }
  100% {
    opacity: 1;
    transform: rotate(3deg) translateY(0);
  }
}
.top-marquee {
  margin-top: 90px;
}

@media screen and (min-width: 768px) {
  .top-regular-taxonomy--ja {
    font-size: 14px;
  }
  .top-marquee {
    margin-top: 140px;
  }
}
.top-marquee-inner {
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  gap: 10rem;
  font-size: 2.2rem;
  margin-top: 60px;
}

.header .sitename,
.header-space,
.top-fix-logo {
  display: none;
}

.top-marquee-text {
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
  animation: marquee 5s linear infinite;
  text-wrap: nowrap;
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .top-marquee-text {
    font-size: 38px;
  }
}
@keyframes marquee {
  0% {
    translate: 0;
  }
  100% {
    translate: calc(-100% - 10rem);
  }
}
.header {
  margin-bottom: 0;
  top: 5px;
}

.header .sitename .sitename-logo-main {
  width: 44.5292620865vw;
}

.header .sitename .pure-toggle-label {
  top: 2px;
}

.header .sitename .sitename-link {
  padding-top: 15px;
}

@media screen and (min-width: 1020px) {
  .header .sitename {
    display: none;
  }
  .top-fix-logo {
    display: block;
    position: sticky;
    top: 20px;
    z-index: 100;
  }
}
.top-fix-logo .sitename {
  width: 245px;
  margin: 0 auto;
}

.top-fix-logo .sitename-logo-catch {
  width: 107px;
  margin: 3px auto 0;
  display: block;
}

.more-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px 0 0 auto;
}

.more-btn a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.more-btn-arrow {
  display: block;
  width: 13px;
  margin-left: 3px;
  margin-right: 3p;
}

.view-archives-btn {
  font-style: normal;
  font-weight: 400;
  margin-top: 0;
  margin-right: 5.8524173028vw;
  margin-left: auto;
  position: absolute;
  bottom: 1.5267175573vw;
  right: 0;
  font-size: 4.0712468193vw;
}

@media screen and (min-width: 768px) {
  .view-archives-btn {
    font-size: 1.6666666667vw;
    margin-right: 2.5694444444vw;
    bottom: 0.625vw;
  }
}
@media screen and (min-width: 1020px) {
  .view-archives-btn {
    font-size: 22px;
    margin-top: 0;
    margin-right: 35px;
    bottom: 10px;
  }
}
.view-archives-btn a {
  font-style: normal;
  font-weight: 400;
  color: #fff;
}

.view-archives-btn a img {
  width: 2.2900763359vw;
  line-height: 1;
  vertical-align: middle;
  margin: 0 2px 0 1px;
}

@media screen and (min-width: 768px) {
  .view-archives-btn a img {
    width: 0.9027777778vw;
  }
}
@media screen and (min-width: 1020px) {
  .view-archives-btn a img {
    width: 13px;
    margin: 0 3px;
  }
  .top-regular-accordion {
    display: -ms-flexbox;
    display: flex;
  }
}
.top-regular-content {
  margin-top: 70px;
}

.top-regular-accordion {
  max-width: 1024px;
  margin: 0 auto;
}

.top-regular-accordion_header {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  padding: 0 25px 0 0;
  text-align: left;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
}

@media screen and (min-width: 768px) {
  .top-regular-accordion_header {
    padding-right: 0;
  }
}
.top-regular-accordion_header + .top-regular-accordion_header {
  margin-top: 25px;
}

.top-regular-accordion_header.open .top-regular-accordion_header__text {
  display: inline;
  background: linear-gradient(transparent 95%, #EE3026 0);
}

.top-regular-accordion_header.open .top-regular-accordion-arrow:before {
  transform: rotate(224deg);
  transition: all 0.3s ease;
}

.top-regular-accordion_header__text {
  position: relative;
  font-family: YakuHanJP, dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-size: 23px;
  font-style: normal;
  letter-spacing: -0.02em;
  width: -moz-fit-content;
  width: fit-content;
  background-color: none;
}

.top-regular-accordion_header__text.is-en {
  font-family: halyard-display, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 27px;
  letter-spacing: normal;
}

.top-regular-accordion_header__text.--color-disable {
  opacity: 0.7;
}

.top-regular-accordion_body.opened .top-regular-taxonomy--en,
.top-regular-accordion_body.opened .top-regular-taxonomy--ja,
.top-regular-accordion_body.opened .top-regular-taxonomy-all-link,
.top-regular-accordion_body.stay .top-regular-taxonomy--en,
.top-regular-accordion_body.stay .top-regular-taxonomy--ja,
.top-regular-accordion_body.stay .top-regular-taxonomy-all-link {
  opacity: 1;
  transition: all 0.3s ease;
}

.top-regular-accordion_header__text.top-regular-accordion_header__text--long {
  font-size: 21px;
}

.top-regular-accordion_body {
  display: none;
  margin-bottom: 50px;
  padding: 40px 30px 30px 0;
  box-sizing: border-box;
}

.top-regular-accordion_body.stay {
  display: block;
}

.top-regular-accordion_body.stay .top-regular-list-item--1 {
  animation: fadeInImage1 0.3s ease 0.3s forwards normal;
}

.top-regular-accordion_body.stay .top-regular-list-item--2 {
  animation: fadeInImage2 0.3s ease 0.2s forwards normal;
}

.top-regular-accordion_body.opened .top-regular-img-list {
  animation: fadeIn 0.3s ease 0s 1 normal;
}

.top-regular-accordion_body.opened .top-regular-list-item--1 {
  animation: fadeInImage1 0.3s ease 0.3s forwards normal;
}

.top-regular-accordion_body.opened .top-regular-list-item--2 {
  animation: fadeInImage2 0.3s ease 0.2s forwards normal;
}

.top-regular-accordion_body .top-regular-list-item-img-wrapper {
  opacity: 0;
}

.top-regular-accordion_body .box_one {
  position: relative;
  margin: 20px auto 0;
  min-width: 250px;
  max-width: 63.6132315522vw;
  width: 100%;
  height: auto;
}

.top-regular-taxonomy-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

@media screen and (min-width: 1020px) {
  .top-regular-taxonomy-link {
    padding-left: 2.0833333333vw;
  }
}
.top-regular-taxonomy-link:hover .top-regular-taxonomy-title {
  font-family: "geller-headline", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: capitalize;
}

.top-regular-taxonomy-link.--link-disable {
  pointer-events: none;
}

.top-regular-list-item + .top-regular-list-item {
  margin-top: 25px;
}

.top-regular-list-item--1 {
  position: relative;
  z-index: 2;
  display: inline-block;
  transition-delay: 0.4s;
  width: 100%;
  min-width: 197px;
  max-width: 50.1272264631vw;
}

@media screen and (min-width: 1020px) {
  .top-regular-list-item--1 {
    width: 24.7222222222vw;
    max-width: none;
  }
}
@media screen and (min-width: 1320px) {
  .top-regular-taxonomy-link {
    padding-left: 30px;
  }
  .top-regular-list-item--1 {
    width: 356px;
  }
}
.top-regular-list-item--2 {
  display: inline-block;
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: -26px;
  width: 100%;
  min-width: 156px;
  max-width: 156px;
  max-width: 39.6946564885vw;
}

@media screen and (min-width: 1020px) {
  .top-regular-list-item--2 {
    max-width: none;
    width: 19.4444444444vw;
    right: -4.375vw;
    bottom: -1.8055555556vw;
  }
}
@media screen and (min-width: 1320px) {
  .top-regular-list-item--2 {
    width: 280px;
    right: -63px;
    bottom: -26px;
  }
}
.top-regular-accordion-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  transform: translateY(-50%);
  box-sizing: border-box;
  transform-origin: center center;
  transition-duration: 0.2s;
}

.top-regular-accordion-arrow:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 1.2px #ee3026;
  border-right: solid 1.2px #ee3026;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.section-inspiration {
  margin-top: 100px;
}

@media screen and (min-width: 1020px) {
  .section-inspiration {
    margin-top: 170px;
  }
}
.inspiration-inner {
  margin-top: 40px;
}

.top-inspiration-swiper .swiper-slide {
  overflow: hidden;
  border-radius: 10px;
}

.all-link {
  font-family: halyard-display, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #ee3026;
  display: -ms-flexbox;
  display: flex;
}

.all-link img {
  width: 13px;
  line-height: 1;
  vertical-align: bottom;
  margin: 4px 6px 0;
}

.all-link.all-link--top-what-new {
  font-size: 23px;
  margin: 60px auto 0;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 1020px) {
  .all-link.all-link--top-what-new {
    margin-top: -12px;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.all-link.all-link--top-latest-article {
  font-size: 24px;
  margin: 60px auto 0;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 1020px) {
  .all-link.all-link--top-latest-article {
    margin-top: 70px;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.top-todays-hitokoto {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  .top-todays-hitokoto {
    margin-top: 100px;
    max-width: 600px;
  }
}
@media screen and (min-width: 1020px) {
  .top-todays-hitokoto {
    margin-top: 100px;
    max-width: 800px;
  }
}
.top-todays-hitokoto-video {
  width: 100%;
}

.top-feature-movie {
  width: 88%;
  margin: 100px auto 0;
}

@media screen and (min-width: 768px) {
  .top-feature-movie {
    width: 100%;
    max-width: 500px;
  }
}
@media screen and (min-width: 1020px) {
  .top-feature-movie {
    max-width: 100%;
    margin-top: 0;
  }
}
/*****

fortune-telling

******/
.top-fortune-telling {
  margin-top: 125px;
}
@media screen and (min-width: 768px) {
  .top-fortune-telling {
    margin-bottom: 100px;
  }
}
.top-fortune-telling .up-inner {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .top-fortune-telling .up-inner {
    display: -ms-flexbox;
    display: flex;
  }
}
.top-fortune-telling .up-inner .month-day-cont {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
.top-fortune-telling .up-inner .calendar-text {
  font-family: "halyard-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 200;
  font-size: 5.5979643766vw;
  line-height: 1.06;
}
@media screen and (min-width: 768px) {
  .top-fortune-telling .up-inner .calendar-text {
    font-size: 43px;
  }
}
@media screen and (min-width: 1020px) {
  .top-fortune-telling .up-inner .calendar-text {
    font-size: 4.1666666667vw;
  }
}
@media screen and (min-width: 1320px) {
  .top-fortune-telling .up-inner .calendar-text {
    font-size: 55px;
  }
}
.top-fortune-telling .up-inner .calendar-text + .calendar-text {
  margin-left: 1.272264631vw;
}
@media screen and (min-width: 1020px) {
  .top-fortune-telling .up-inner .calendar-text + .calendar-text {
    margin-left: 8px;
  }
}
.top-fortune-telling .up-inner span {
  font-family: "halyard-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  display: inline-block;
  font-size: 31px;
  letter-spacing: -0.02em;
  background-color: #fff;
}
.top-fortune-telling .up-inner span.week.Sat {
  color: #00479d;
}
.top-fortune-telling .up-inner span.week.Sun {
  color: #e60012;
}
@media screen and (min-width: 1020px) {
  .top-fortune-telling .up-inner span.year {
    margin-left: 8px;
  }
}
.top-fortune-telling .top-fortune-telling__desc {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 25px;
}
.top-fortune-telling .top-fortune-telling__image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-fortune-telling .top-fortune-telling__image {
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (min-width: 1320px) {
  .top-fortune-telling .top-fortune-telling__image {
    margin-right: auto;
  }
}
.top-fortune-telling .top-fortune-telling__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1320px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top-fortune-telling .top-fortune-telling__head {
    padding: 0 20px;
    -ms-flex-align: end;
    align-items: flex-end;
    column-gap: 20px;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.top-fortune-telling .top-fortune-telling__head .up {
  margin-bottom: 80px;
}
@media screen and (min-width: 1020px) {
  .top-fortune-telling .top-fortune-telling__head .up {
    width: 50%;
  }
}
.top-fortune-telling .top-fortune-telling-swiper {
  margin-top: -20px;
}
@media screen and (min-width: 1020px) {
  .top-fortune-telling .top-fortune-telling-swiper {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1320px) {
  .top-fortune-telling .top-fortune-telling-swiper {
    max-width: 1320px;
  }
}
.top-fortune-telling .top-fortune-telling-swiper .swiper-slide {
  overflow: hidden;
  border-radius: 10px;
}
.top-fortune-telling .top-fortune-telling-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.top-fortune-telling .top-fortune-telling__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  column-gap: 12px;
  border: 1px solid #EE3026;
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto 0;
  padding: 18px 100px;
}
.top-fortune-telling .top-fortune-telling__link-icon {
  display: block;
  background-color: #EE3026;
  width: 17px;
  height: 25px;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.top-fortune-telling .top-fortune-telling__link-text {
  font-size: 27px;
}
.top-fortune-telling .top-fortune-telling-sp {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 40px);
  margin: 0 auto;
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  .top-fortune-telling .top-fortune-telling-sp {
    max-width: auto;
  }
}
.top-fortune-telling .top-fortune-telling-sp .up {
  width: 100%;
  padding: 5px 0px;
}
.top-fortune-telling .top-fortune-telling-sp .up-inner {
  display: -ms-flexbox;
  display: flex;
  display: none;
}
.top-fortune-telling .top-fortune-telling-sp .calendar-text {
  font-size: 6.6157760814vw;
  font-size: 24px;
}
.top-fortune-telling .top-fortune-telling-sp .top-fortune-telling__desc {
  font-size: 13px;
  margin-top: 10px;
}
.top-fortune-telling .top-fortune-telling-sp .top-fortune-telling__link {
  padding: 10px 30px;
  width: -moz-fit-content;
  width: fit-content;
  column-gap: 8px;
  margin-top: 15px;
}
.top-fortune-telling .top-fortune-telling-sp .top-fortune-telling__link-text {
  font-size: 4.0712468193vw;
  font-size: 16px;
}
.top-fortune-telling .top-fortune-telling-sp .top-fortune-telling__link-icon {
  width: 2.5445292621vw;
  height: 3.5623409669vw;
  width: 10px;
  height: 14px;
}
.top-fortune-telling .top-fortune-telling-sp .year {
  margin-left: 1.272264631vw;
  margin-left: 5px;
}
@media screen and (min-width: 1020px) {
  .top-fortune-telling .top-fortune-telling-sp .year {
    margin-left: 8px;
  }
}