@charset "UTF-8";

@font-face {
  font-family: "Superclarendon Italic";
  font-style: normal;
  font-weight: 500;
  src: url("../font/SuperclarendonItalic.woff2") format("woff2"),
       url("../font/SuperclarendonItalic.woff") format("woff");
  font-display: block;
}

@font-face {
  font-family: "Hanzel Italic";
  font-style: normal;
  font-weight: 400;
  src: url("../font/HanzelItalic.woff2") format("woff2"),
       url("../font/HanzelItalic.woff") format("woff");
  font-display: block;
}

@font-face {
  font-family: "A-OTF VS Pro DB";
  font-style: normal;
  font-weight: 500;
  src: url("../font/AOTFShinGoProDeBold.woff2") format("woff2"),
       url("../font/AOTFShinGoProDeBold.woff") format("woff");
  font-display: block;
}

@font-face {
  font-family: "FOT-RodinNTLGProEB";
  font-style: normal;
  font-weight: 500;
  src: url("../font/FOT-RodinNTLGProEB.woff2") format("woff2"),
       url("../font/FOT-RodinNTLGProEB.woff") format("woff");
  font-display: block;
}

.slide_image:nth-child(1) {
  background: url("../img/ass2025_slide1.jpg") no-repeat center / cover;
  animation-delay: -2s;
}

.slide_image:nth-child(2) {
  background: url("../img/ass2025_slide2.jpg") no-repeat center / cover;
  animation-delay: 6s;
}

.slide_image:nth-child(3) {
  background: url("../img/ass2025_slide3.jpg") no-repeat center / cover;
  animation-delay: 14s;
}

@keyframes slider-1 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  4.16% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
  }
}


@media screen and (min-width: 596px) {

.ass_theme_text .br_pc_tab {
  display: block;
}
}

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

.ass_theme_text .br_pc_tab {
  display: none;
}
}


@media screen and (min-width: 769px) {

#main_visual_ass {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.main_ass {
  position: relative;
  width: 100%;
}

.slide {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.slide_image {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  animation: slider-1 24s linear infinite;
}

.ass_main_title {
  display: block;
  position: absolute;
  bottom: 7%;
  left: 50%;
  z-index: 1000;
  transform: translateX(-50%);
}

.ass_main_title1 {
  display: block;
  content: "";
  opacity: 0;
  width: 875px;
  height: 47px;
  margin-bottom: 30px;
  background: url("../img/ass2025_toptitle.png") 100% 100% / cover;
  animation: fadedowntitle 1s 0.3s forwards;
}

@keyframes fadedowntitle {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
   100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.ass_main_date {
  opacity: 0;
  margin-bottom: 5px;
  overflow: hidden;
  color: #fff;
  font-size: 57px;
  font-weight: 500;
  font-family: "Josefin Sans";
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  white-space: nowrap;
  animation: fadedate 3.3s 0.8s forwards;
}

@keyframes fadedate {
  0% {
    opacity: 0;
  }
   100% {
    opacity: 1;
  }
}

.ass_main_date span {
  margin: 0 -10px;
  overflow: hidden;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  font-family: "Josefin Sans";
  letter-spacing: -0.05em;
  white-space: nowrap;
}

.ass_main_place {
  opacity: 0;
  overflow: hidden;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  font-family: "Noto Sans JP";
  letter-spacing: 0.04em;
  text-align: center;
  white-space: nowrap;
  animation: fadedate 3.3s 1.1s forwards;
}

.ass_main_place span {
  margin-right: 10px;
  overflow: hidden;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  font-family: "Josefin Sans";
  letter-spacing: 0.04em;
  white-space: nowrap;
}
}

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

#main_visual_ass {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.main_ass {
  position: relative;
  width: 100%;
}

.main_ass::before {
  display: block;
  content: "";
  top: 56px;
  margin-bottom: 56px;
  padding-top: 53.25%;
}

.slide {
  position: absolute;
  top: 56px;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-bottom: 56px;
}

.slide_image {
  opacity: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  animation: slider-1 24s linear infinite;
}

.ass_main_title {
  display: block;
  position: absolute;
  bottom: 2%;
  left: 50%;
  z-index: 1000;
  transform: translateX(-50%);
}

.ass_main_title1 {
  display: block;
  content: "";
  opacity: 0;
  width: 875px;
  max-width: 100vw;
  height: 47px;
  margin-bottom: -1px;
  background: url("../img/ass2025_toptitle.png") no-repeat center center / 75% auto;
  animation: fadedowntitle 1s 0.3s forwards;
}

@keyframes fadedowntitle {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
   100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.ass_main_date {
  opacity: 0;
  margin-bottom: -1px;
  overflow: hidden;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  font-family: "Josefin Sans";
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  white-space: nowrap;
  animation: fadedate 3.3s 0.8s forwards;
}

@keyframes fadedate {
  0% {
    opacity: 0;
  }
   100% {
    opacity: 1;
  }
}

.ass_main_date span {
  margin: 0 -10px 0 -7px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  font-family: "Josefin Sans";
  letter-spacing: -0.05em;
  white-space: nowrap;
}

.ass_main_place {
  opacity: 0;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Sans JP";
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  animation: fadedate 3.3s 1.1s forwards;
}

.ass_main_place span {
  margin-right: 7px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  font-family: "Josefin Sans";
  letter-spacing: 0.04em;
  white-space: nowrap;
}
}

@media screen and (min-width: 769px) {

#wrapper {
  background: #221815;
}

#ass_thanks {
  margin-top: 90px;
}

#ass_overview {
  margin-top: 85px;
}

#ass_theme,
#ass_product,
#ass_gallery,
#ass_media,
#ass_link {
  margin-top: 100px;
}

#ass_link {
  margin-bottom: 100px;
}

#ass_thanks .inner,
#ass_overview .inner {
  display: flex;
  justify-content: center;
  width: 765px;
  margin: 0 auto;
}

.ass_title1 {
  margin: 0 0 15px 0;
  color: #e60012;
  font-size: 16.5px;
  font-weight: 400;
  font-family: 'Oswald', san-serif;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}

.ass_title2 {
  position: relative;
  margin-bottom: 45px;
  color: #fff;
  font-size: 37px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.ass_thanks {
  width: 765px;
  padding: 20px;
  border: 1px solid #555;
}

.ass_thanks p {
  color: #fff;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}


.overview_table {
  margin: 10px 0 0 0;
}

.overview_table dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-top: 1px solid #555;
  vertical-align: middle;
  text-align: left;
  padding: 0 10px;
  color: #eaeaea;
}

.overview_table dt {
  display: inline-block;
  position: relative;
  width: 73px;
  min-height: 25px;
  margin: 20px 0;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.04em;
}

.overview_table dd {
  width: calc(100% - 73px);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.04em;
  padding: 0 0 0 27px;
  border-left: 1px solid #555;
  min-height: 25px;
  margin: 20px 0;
  box-sizing: border-box;
}
}

@media screen and (min-width: 1201px) {

.ass_theme_box {
  display: flex;
}

.ass_theme_box_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(100% - 470px);
  padding-right: 40px;
}

.ass_theme_box_right {
  width: 470px;
  height: 290px;
}

.ass_theme_box_right img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.ass_theme_title {
  display: inline-block;
  position: relative;
  margin-bottom: 33px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}

.ass_theme_title span {
  display: inline;
  margin-left: 7px;
}

.ass_theme_title span p {
  display: inline;
  font-size: 18px;
}

.ass_theme_text {
  display: block;
  position: relative;
  margin-bottom: 30px;
  color: #eaeaea;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02em;
  text-align: center;
}

.ass_theme_list {
  color: #fff;
}

.ass_theme_list li {
  color: #fff;
  line-height: 1.75;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.ass_theme_list li p {
  display: inline-block;
  color: #fff;
  line-height: 1.75;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ass_theme_list li span {
  display: inline-block;
  color: #777;
}


.movie_area {
  margin-bottom: 50px;
  background: #221815;
}

.movie_block {
  display: flex;
  justify-content: center;
  padding: 35px;
}

.movie_box {
}

.movie_yt {
  margin-bottom: 15px;
}

.movie_title {
  color: #eaeaea;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}

.photo_area {
  margin-bottom: 80px;
  background: #221815;
}

.photo_block {
  display: flex;
  justify-content: center;
  padding: 0 35px;
}

.ass_imgspace {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}

.ass_imgspace .ass_img {
  flex-basis: calc((100% - 70px) / 3);
  max-width: calc((100% - 70px) / 3);
}

.media_area {
  margin-bottom: 50px;
  background: #221815;
}

.media_block {
  display: flex;
  justify-content: space-between;
  padding: 0 35px;
}

.media_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-basis: calc((100% - 105px) / 4);
  max-width: calc((100% - 105px) / 4);
}

.media_box a {
  transition: 0.3s;
}

.media_box a:hover img {
  opacity: .7;
}

.media_title {
  margin-top: 13px;
  color: #eaeaea;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: center;
}

.media_title span {
  display: block;
  margin-top: 3px;
  font-size: 17px;
}

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

.ass_link a {
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s;
}

.ass_link a:hover img {
  opacity: 0.7;
}

.ass_link p {
  display: block;
  margin-top: 15px;
  color: #eaeaea;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
}

@media screen and (min-width: 769px) and (max-width: 1200px) {

.ass_theme_box {
  display: flex;
}

.ass_theme_box_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(100% - 360px);
  padding-right: 30px;
}

.ass_theme_box_right {
  width: 360px;
  height: 260px;
}

.ass_theme_box_right img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.ass_theme_title {
  display: block;
  position: relative;
  margin-bottom: 31px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}

.ass_theme_title span {
  display: inline;
  margin-left: 7px;
}

.ass_theme_title span p {
  display: inline;
  font-size: 18px;
}

.ass_theme_text {
  display: block;
  position: relative;
  margin-bottom: 28px;
  color: #eaeaea;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02em;
  text-align: center;
}

.ass_theme_list {
  color: #fff;
}
.ass_theme_list li {
  color: #fff;
  line-height: 1.75;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.ass_theme_list li p {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.02em;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ass_theme_list li span {
  display: inline-block;
  color: #777;
}


.movie_area {
  margin-bottom: 50px;
  background: #221815;
}

.movie_block {
  display: flex;
  justify-content: center;
  padding: 0 35px;
}

.movie_box {
}

.movie_yt {
  margin-bottom: 15px;
}

.movie_title {
  color: #eaeaea;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}

.photo_area {
  margin-bottom: 80px;
  background: #221815;
}

.photo_block {
  display: flex;
  justify-content: center;
  padding: 0 35px;
}

.ass_imgspace {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}

.ass_imgspace .ass_img {
  flex-basis: calc((100% - 70px) / 3);
  max-width: calc((100% - 70px) / 3);
}

.media_area {
  margin-bottom: 50px;
  background: #221815;
}

.media_block {
  display: flex;
  justify-content: space-between;
  padding: 0 35px;
}

.media_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-basis: calc((100% - 105px) / 4);
  max-width: calc((100% - 105px) / 4);
}

.media_box a {
  transition: 0.3s;
}

.media_box a:hover img {
  opacity: .7;
}

.media_title {
  margin-top: 13px;
  color: #eaeaea;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: center;
}

.media_title span {
  display: block;
  margin-top: 3px;
  font-size: 17px;
}

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

.ass_link a {
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s;
}

.ass_link a:hover img {
  opacity: 0.7;
}

.ass_link p {
  display: block;
  margin-top: 15px;
  color: #eaeaea;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
}



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


#wrapper {
  background: #221815;
}

#ass_thanks {
  padding-top: 65px;
}

#ass_overview,
#ass_theme,
#ass_product,
#ass_gallery,
#ass_media,
#ass_link {
  margin-top: 60px;
}

#ass_link {
  padding-bottom: 60px;
}

#ass_overview .inner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.ass_title1 {
  margin: 0 0 5px 0;
  color: #e60012;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Oswald', san-serif;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
}

.ass_title2 {
  position: relative;
  margin-bottom: 20px;
  background: transparent;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}

.ass_thanks {
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #555;
}

.ass_thanks p {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.65;
  text-align: center;
}

.overview_table {
  margin: 10px 0 0 0;
  color: #eaeaea;
}

.overview_table dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  border-top: 1px solid #555;
  text-align: left;
  vertical-align: middle;
}

.overview_table dt {
  display: inline-block;
  position: relative;
  padding: 0 15px 0 0;
  min-height: 21px;
  margin: 15px 0;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}

.overview_table dd {
  width: calc(100% - 60px);
  min-height: 21px;
  margin: 15px 0;
  padding: 0 0 0 15px;
  border-left: 1px solid #555;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
}

.ass_theme_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ass_theme_box_left {
  width: 100%;
  height: 100%;
  margin-top: 22px;
}

.ass_theme_box_right {
  display: block;
  order: -1;
  width: 100%;
  margin: 8px auto 0;
}

.ass_theme_box_right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90%;
  height: auto;
  object-fit: cover;
}

.ass_theme_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin-bottom: 22px;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.ass_theme_title span {
  display: inline;
  margin-top: 1px;
  font-size: 13px;
}

.ass_theme_title span p {
  display: inline;
  font-size: 19px;
}

.ass_theme_text {
  display: block;
  position: relative;
  margin-bottom: 0;
  color: #eaeaea;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.75;
  text-align: center;
}

.ass_theme_list {
  color: #fff;
}

.ass_theme_list li {
  margin-bottom: 5px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.75;
}

.ass_theme_list li:last-child {
  margin-bottom: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.75;
}
.ass_theme_list li p {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.75;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ass_theme_list li span {
  display: inline-block;
  color: #777;
}



.movie_area {
  margin-bottom: 25px;
  background: #221815;
}

.movie_block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.movie_box {
  flex-basis: 100%;
  max-width: 100%;
}

.movie_box:first-child {
  margin-bottom: 18px;
}

.movie_yt {
  margin-bottom: 10px;
}

.movie_title {
  color: #eaeaea;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}

.photo_area {
  background: #221815;
}

.ass_imgspace {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  padding: 0;
}

.ass_imgspace .ass_img {
  flex-basis: calc((100% - 10px) / 3);
  max-width: calc((100% - 10px) / 3);
}

.media_area {
  margin-bottom: 50px;
  background: #221815;
}

.media_block {
  display: flex;
  justify-content: space-between;
  padding: 0;
  gap: 5px;
}

.media_box {
  display: flex;
  flex-direction: column;
}

.media_box a {
  transition: 0.3s;
}

.media_box a:hover img {
  opacity: .7;
}

.media_title {
  margin-top: 10px;
  color: #eaeaea;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
}

.media_title span {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  text-align: center;
}

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

.ass_link a {
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s;
}

.ass_link a:hover img {
  opacity: 0.7;
}

.ass_link p {
  display: block;
  margin-top: 15px;
  color: #eaeaea;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
}




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

.ass_link {
  margin: 0 20px;
}

}