@charset "utf-8";

h2 {
  text-align: center;
}

/* ============================================================
MSM固定
============================================================== */

.msm_left {
  background-image: url(../image/msm_left.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 713px;
  height: 924px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

.msm_right {
  background-image: url(../image/msm_right.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 613px;
  height: 924px;
  position: fixed;
  top: 0;
  right: 65px;
  z-index: 2;
}

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

  .msm_left {
    position: fixed;
    top: -75px;
    left: -205px;
    z-index: 2;
  }

  .msm_right {
    position: fixed;
    top: -30px;
    right: -76px;
    transform: rotate(11deg);
    z-index: 2;
  }
}

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

  .msm_left {
    width: 450px;
    position: fixed;
    top: -23px;
    left: -107px;
    z-index: 2;
  }

  .msm_right {
    width: 500px;
    position: fixed;
    top: 400px;
    right: -76px;
    transform: rotate(11deg);
    z-index: 2;
  }
}

/* ===============================================
　mainvisual
=============================================== */

.mv {
  height: 100vh;
  background-image: url(../image/mv/main.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.mv_ttl {
  width: 100%;
  position: absolute;
  top: 64%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding-top: 100px;
  z-index: 10;
}

.victory {
  width: 100%;
  text-align: center;
}

.mv_ttl_sec {
  margin-top: -5%;
}

.catch_ttl {
  display: block;
  width: min(80%, 882px);
  margin: 0 auto;
  margin-bottom: -10px;
}

.catch_logo {
  display: inline-block;
  width: min(50%, 200px);
  margin: 0 auto;
  margin-bottom: 30px;
}

.mv_txt {
  text-align: center;
}

.mv_txt p {
  display: inline-block;
  font-size: clamp(40px, 4vw, 48px);
  font-weight: 700;
  color: #95a9ba;
	padding-bottom: 30px;
}

.mv_txt p:nth-of-type(1) {
  position: relative;
}

.mv_txt .mv_table {
  margin: 0 auto;
}
.mv_txt .mv_table th,
.mv_txt .mv_table td {
  color: #95a9ba;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}
.mv_txt .mv_table th {
  padding-right: 20px;
}

/*
.mv_txt p:nth-of-type(1)::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
*/

.mv_txt p:nth-of-type(1) br.sp {
	display: none;
}

.mv_txt p:nth-of-type(2) {
  line-height: 1.5;
	font-size: 20px;
	color: #ffffff;
}

@media screen and (max-width: 750px) {
	.mv_txt p {
		font-size: 30px;
		padding-left: 30px;
		padding-right: 30px;
		box-sizing: border-box;
	}
	.mv_txt p br.sp {
		display: block !important;
	}
	.mv_txt p:nth-of-type(2) {
		font-size: 34px;
		display: inline-block;
	}
    .mv_txt .mv_table th,
    .mv_txt .mv_table td {
      font-size: 34px;
    }
}

@media screen and (max-width: 1200px) {
  .mv {
    height: 840px;
  }

  .mv_ttl {
    width: 100%;
    position: absolute;
    top: 31%;
    top: 455px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
  }
}

@media screen and (max-width: 750px) {
  .mv {
    height: 1125px;
    background-image: url(../image/mv/main_sp.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    position: relative;
    z-index: -3;
  }

  .mv_ttl {
    /* top: 33%; */
    top: 780px;
  }

  .mv_txt p {
    font-size: 50px;
  }

  .catch_logo {
    margin: 30px 0;
  }

  .catch_ttl {
    width: 60%;
  }

  .mv_txt p:nth-of-type(1)::after {
    height: 5px;
    bottom: -10px;
  }
}

/* flowアイコン */
.flow {
  list-style: none;
  position: absolute;
  right: 23%;
  top: 170px;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 165px;
  z-index: 10;
}

.flow li {
  width: 48px;
  height: 48px;
  position: relative;
}

.flow li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.st0 {
  fill: #21588500;
  transition: all .3s;
}

.st1 {
  fill: #FFFFFF;
}

.flow li:hover .st0 {
  fill: #215885;
}


.flow li::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 165px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: -165px;
  transform: translateX(-50%);
}

.flow li:last-of-type:after {
  content: none;
}

@media screen and (max-width:1840px) {
  .flow {
    right: 17%;
  }
}

@media screen and (max-width:1765px) {
  .flow {
    right: 8%;
  }
}

@media screen and (max-width:1237px) {
  .flow {
    right: 4%;
  }
}

@media screen and (max-width: 750px) {
  .flow {
    right: 5%;
    gap: 215px;
  }

  .flow li {
    width: 85px;
    height: 85px;
    position: relative;
  }

  .flow li::after {
    width: 5px;
    height: 215px;
    bottom: -215px;
  }
}

/* ============================================================
大会概要
============================================================== */

#outline {
  margin: 150px auto 500px auto;
  position: relative;
  z-index: 10;
}

#outline .outline_list {
  list-style: none;
  width: min(90%, 630px);
  margin: 80px auto;
  margin-bottom: 95px;
}

#outline .outline_list li {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 60px;
  margin-bottom: 60px;
}

#outline .outline_list li h1 {
  font-size: clamp(20px, 2.2vw, 24px);
  position: relative;
  line-height: 1.2;
}

#outline .outline_list li h1::after {
  content: "";
  display: inline-block;
  width: 96px;
  height: 96px;
  border: 4px solid #fff;
  border-radius: 50%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#outline .outline_list li p {
  font-size: clamp(20px, 2.2vw, 24px);
  font-weight: 700;
}

.outline_list .day .more {
  color: #fff;
  font-size: clamp(17px, 2vw, 20px);
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.outline_list .day .more::after {
  content: ">";
  color: #fff;
  padding-left: 5px;
}

.outline_list .day .more::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}

.outline_list .day .more:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1200px) {
  #outline {
    margin-top: 70px;
  }
}

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

  #outline {
    margin-top: 150px;
    margin-bottom: 250px;
  }

  #outline .section_ttl p {
    padding: 0 10px;
  }

  #outline .outline_list li {
    flex-direction: column;
  }

  #outline .outline_list li h1 {
    font-size: 50px;
    line-height: 1.3;
  }

  #outline .outline_list li h1::after {
    width: 190px;
    height: auto;
    aspect-ratio: 1/1;
    border: 7px solid #fff;
  }

  .outline_list .day .more::before {
    height: 2px;
  }

  #outline .outline_list li p {
    text-align: center;
    font-size: 44px;
  }

  #outline .outline_list li p span {
    font-size: 30px;
  }

  .outline_list .place p {
    line-height: 1.2;
  }

  .outline_list .day .more {
    font-size: 44px;
  }

  .place {
    margin-top: 140px;
  }

}

/* -------------------------------
競技ルール詳細
--------------------------------- */
.kyougi_ttl h2 {
  width: min(90%, 905px);
  margin: 0 auto;
  font-size: clamp(29px, 3.2vw, 32px);
  position: relative;
  padding: 20px;
  transition: all .3s;
}

.kyougi_ttl h2 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.kyougi_ttl h2::after {
  content: "";
  display: inline-block;
  background-image: url(../image/top/waku.svg);
  width: min(100%, 905px);
  height: auto;
  aspect-ratio: 1/0.113;
  background-size: contain;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all .3s;
}

.kyougi_ttl h2:hover {
  color: #000;
}

.kyougi_ttl h2:hover::after {
  background-image: url(../image/top/waku_hover.svg);
}

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

  .kyougi_ttl h2 {
    width: 100%;
    font-size: 50px;
  }

  .kyougi_ttl h2::after {
    content: "";
    display: inline-block;
    background-image: url(../image/top/waku_sp.svg);
    width: 90%;
    height: auto;
    aspect-ratio: 1/0.189;
    background-size: contain;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: all .3s;
  }

  .kyougi_ttl h2:hover::after {
    background-image: url(../image/top/waku_sp.svg);
  }


  .kyougi_ttl h2:hover {
    color: #fff;
  }
}

/* -------------------------------
主な参加者
--------------------------------- */

.participant {
  margin-top: 65px;
  margin-bottom: 150px;
}

.participant h2 {
  font-size: clamp(29px, 3.2vw, 32px);
}

.participant_table {
  width: min(90%, 900px);
  margin: 10px auto;
}

.participant_table tr, .participant_table td, .participant_table th {
  border: 4px solid #fff;
  vertical-align: middle;
  padding: 20px;
  font-size: clamp(20px, 2.2vw, 22px);
}

.participant_table td {
  text-align: center;
}

.participant_table th {
  color: #999;
}

.participant_table .tb_cp {
  padding-left: 45px;
}

.participant_table .span2 {
  padding: 5px 43px;
}

/* スクロールヒント */
.scroll-hint-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  width: 250px;
  height: auto;
  border-radius: 5px;
  transition: opacity .3s;
  opacity: 0;
  background: rgba(255, 255, 255, 0.911);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-text {
  font-size: 24px;
  color: #FFF;
  margin-top: 5px;
}

/* スクロールヒント */

.scroll-hint-icon-white:before {
  background-image: url(../image/icon/icon_scroll_hint_black_hand.svg);
}

.scroll-hint-icon-white:after {
  background-image: url(../image/icon/icon_scroll_hint_black_arrow.svg);
}

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

  .participant h2 {
    font-size: 50px;
  }

  .participant_table_wrap {
    overflow-x: auto;
    /* tableタグのはみ出た要素を隠す */
    white-space: nowrap;
    /* テキストの折り返しなし */
    width: 100%;
    padding-left: 6%;
  }

  .participant_table_wrap::-webkit-scrollbar {
    display: none;
  }

  .participant_table {
    width: fit-content;
  }

  .participant_table tr, .participant_table td, .participant_table th {
    font-size: 45px;
    padding: 20px 43px;
    border: 7px solid #fff;
    text-align: center;
  }

  .participant_table td span {
    display: block;
  }


}

/* -------------------------------
ダイジェストムービー
--------------------------------- */
.digest {
  width: 100%;
  position: relative;
  z-index: 10;
}

.digest::after {
  content: "";
  display: inline-block;
  background-image: url(../image/top/digest_bg.png);
  background-size: cover;
  width: 100%;
  height: 192px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.digest h2 {
  font-size: clamp(29px, 3.2vw, 32px);
  margin-bottom: 10px;
}

.digest_movie {
  width: min(90%, 900px);
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.digest_movie video {
  width: 100%;
}

.digest p:nth-of-type(1) {
  font-size: 45px;
  font-weight: 700;
  text-align: center;
}

.digest p:nth-of-type(1)::before {
  content: "";
  display: inline-block;
  width: 68px;
  height: 48px;
  background: transparent url('../image/top/youtube.svg') center center no-repeat;
  margin-right: 25px;
  margin-bottom: -7px;
}

.digest p:nth-of-type(2) {
  font-size: 23px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}

.digest p:nth-of-type(2) a:hover {
  color: #ffffff;
  text-decoration: none;
}

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

  .digest h2 {
    font-size: 50px;
  }

  .digest::after {
    top: 55%;
    transform: translate(-50%, -50%) scale(1.5);
  }

  .digest p:nth-of-type(2) {
    font-size: 30px;
  }
}

/* ============================================================
個人戦
============================================================== */

#individual {
  margin-top: -250px;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 750px) {
#individual {
  margin-top: -50px;
}
}

.rule_ttl {
  font-size: 32px;
  padding-bottom: 45px;
  text-align: center;
}

.swiper .swiper-wrapper {
  justify-content: space-between;
  gap: 10px;
}

@media screen and (max-width: 750px) {
  .rule_ttl {
    font-size: 58px;
    padding-bottom: 60px;
  }
}

.section_ttl > ul {
  width: min(90%, 900px);
  margin: 0 auto;
}

.section_ttl > ul {
  text-align: left;
  list-style: none;
}

.section_ttl > ul > li {
  text-indent: -1em;
  line-height: 1.8;
  padding-bottom: 15px;
  padding-left: 1em;
  font-feature-settings: "palt";
}

.section_ttl > ul > li > ul {
  text-align: left;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}

.section_ttl > ul > li > ul > li {
  text-indent: -1em;
  line-height: 1.8;
  padding-left: 1em;
  font-feature-settings: "palt";
}

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

  .section_ttl > ul {
    padding-left: 40px;
  }

  .section_ttl > ul > li {
    font-size: 35px;
    line-height: 1.6;
    padding-bottom: 35px;
  }
}

.medal {
  width: min(90%, 960px);
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 200px;
}

.medal_slide {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  list-style: none;
}

.medal_slide .medal_item {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.272;
}

.medal img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.272;
}

.medal_txt {
  width: 100%;
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.medal_txt h3 {
  font-weight: 900;
  font-size: clamp(48px, 6vw, 64px);
}

.medal_txt p {
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.2;
  font-feature-settings: "palt";
}


.medal1 {
  color: #787516;
}

.medal2 {
  color: #6f6f6c;
}

.medal3 {
  color: #8d4e0b;
}

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

  .medal {
    position: relative;
    margin-top: 50px;
  }

  .medal_slide .medal_item {
    position: relative;
    padding: 0 20px;
  }

  .medal_txt {
    width: 100%;
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }

  .medal_txt h3 {
    font-weight: 900;
    font-size: 110px;
  }

  .medal_txt p {
    font-size: 40px;
    line-height: 1.2;
    font-feature-settings: "palt";
  }

  img.slick-arrow {
    width: 45px;
    height: auto;
    object-fit: contain;
    aspect-ratio: 1/2.556;
    transform: translateY(65px);
  }
}




/* -------------------------------
gallery individual
--------------------------------- */

.gallery_slider {
  width: min(90%, 1432px);
  margin-left: auto;
  position: relative;
  /* top: 30px; */
  padding: 5px 0 0 clamp(100px, 12%, 195px);
  position: relative;
}

.gallery_slider::after {
  content: "";
  display: inline-block;
  background-image: url(../image/top/ttl/ttlbg_galerie.png);
  background-size: contain;
  width: min(30%, 380px);
  height: auto;
  aspect-ratio: 1/0.56;
  position: absolute;
  top: -45px;
  left: -25px;
  right: 0;
  z-index: 600;
}

.gallery_slider:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-bottom: 4px solid #fff;
  border-left: 4px solid #fff;
  border-top: 4px solid #fff;
  z-index: 50;
  top: 0;
  left: 0;
  pointer-events: none;
}

/* 上書き */
.slick-prev:before, .slick-next:before {
  font-family: '';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gallery_slider .slick-list {
  top: 50px;
  z-index: 30;
  position: relative;
}

.gallery_slider .slick-prev, .slick-next {
  top: initial;
  bottom: 0;
  z-index: 1000;
}

.gallery_slider .slick-prev.slick-arrow, .gallery_slider .slick-next.slick-arrow {
  border-right: 4px solid #fff;
  bottom: -35px;
}

.gallery_slider .slick-prev {
  left: 0px;
}

.gallery_slider .slick-prev:before {
  content: "";
  display: inline-block;
  background-image: url(../image/icon/gallery_prev.svg);
  background-size: contain;
  width: 28px;
  height: 28px;
  opacity: 1;
}

.gallery_slider .slick-next {
  left: 75px;
  top: initial;
  bottom: 0;
  z-index: 1000;
}

.gallery_slider .slick-next:before {
  content: "";
  display: inline-block;
  background-image: url(../image/icon/gallery_next.svg);
  background-size: contain;
  width: 28px;
  height: 28px;
  opacity: 1;
}

.gallery_slider .slick-arrow {
  width: 75px;
  height: auto;
  aspect-ratio: 1/1;
  border-top: 4px solid #fff;
}

.gallery_slider .slick-dots {
  text-align: left;
  bottom: 25px;
  left: clamp(170px, 15%, 220px);
}

.gallery_slider .slick-dots li button:before {
  opacity: 1;
  font-size: 10px;
  color: #fff;
  z-index: 600;
}

.gallery_slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #215885;
}

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

  .gallery_slider::after {
    width: min(80%, 420px);
  }

  .gallery_slider {
    width: min(85%, 1432px);
    margin-left: auto;
    position: relative;
    padding: 40px 0 40px 40px;
    position: relative;
  }

  .gallery_slider:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-bottom: 7px solid #fff;
    border-left: 7px solid #fff;
    border-top: 7px solid #fff;
    z-index: 50;
    top: 0;
    left: 0;
    pointer-events: none;
  }

  .gallery_slider .slick-slide {
    height: 100%;
    aspect-ratio: 0.632/1;
    object-fit: cover;
  }

  .gallery_slider .slick-list {
    top: 0;
    z-index: 30;
    position: relative;
  }

  .gallery_slider .slick-arrow {
    width: 110px;
    height: auto;
    aspect-ratio: 1/1;
    border-top: 7px solid #fff;
  }

  .gallery_slider .slick-prev.slick-arrow, .gallery_slider .slick-next.slick-arrow {
    border-right: 7px solid #fff;
    bottom: -49px;
  }

  .gallery_slider .slick-next {
    left: 116px;
    top: initial;
    bottom: 0;
    z-index: 1000;
  }

  .gallery_slider .slick-prev {
    left: 7px;
  }

  .gallery_slider .slick-next:before, .gallery_slider .slick-prev:before {
    transform: scale(1.5);
  }

  .gallery_slider .slick-dots {
    left: 260px;
    bottom: 50px;
  }

  .gallery_slider .slick-dots li {
    margin: 0 12px;
  }

  .gallery_slider .slick-dots li button:before {
    opacity: 1;
    font-size: 20px;
    color: #fff;
    z-index: 600;
  }

  /* 画像の位置調整 */
  #individual .gallery_slider .slick-track:nth-of-type(1) .slick-slide {
    object-position: 55%;
  }

  #individual .gallery_slider .slick-track:nth-of-type(4) .slick-slide {
    object-position: 58%;
  }
}

/* -------------------------------
団体戦
--------------------------------- */
#group {
  margin-top: 250px;
  position: relative;
  z-index: 10;
}

#group .section_ttl ul {
  width: min(90%, 900px);
  margin: 0 auto;
}


#group .medal_txt {
  top: 37%;
}

#group .medal_txt p span {
  font-size: 32px;
}

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

  #group .medal_txt p {
    line-height: 1.1;
  }

  #group .medal_txt p span {
    font-size: 50px;
  }

}

/* -------------------------------
gallery group
--------------------------------- */
#group .gallery_slider {
  padding: 5px clamp(100px, 12%, 195px) 0 0;
  margin-left: initial;
  margin-right: auto;
}

#group .gallery_slider::after {
  content: "";
  display: inline-block;
  background-image: url(../image/top/ttl/ttlbg_galerie.png);
  background-size: contain;
  width: min(30%, 380px);
  height: auto;
  aspect-ratio: 1/0.56;
  position: absolute;
  top: -45px;
  left: initial;
  right: -25px;
  z-index: 600;
}

#group .gallery_slider:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  border-left: none;
  z-index: 50;
  top: 0;
  left: 0;
  pointer-events: none;
}

#group .gallery_slider::after {
  content: "";
  display: inline-block;
  background-image: url(../image/top/ttl/ttlbg_galerie.png);
  background-size: contain;
  width: min(30%, 380px);
  height: auto;
  aspect-ratio: 1/0.56;
  position: absolute;
  top: -45px;
  left: initial;
  right: -55px;
  z-index: 600;
}

#group .gallery_slider .slick-prev.slick-arrow, #group .gallery_slider .slick-next.slick-arrow {
  border-right: none;
  border-left: 4px solid #fff;
  bottom: -35px;
}

#group .gallery_slider .slick-next {
  left: initial;
  right: 4px;
  top: initial;
  bottom: 0;
  z-index: 1000;
}

#group .gallery_slider .slick-prev {
  left: initial;
  right: 79px;
}

#group .gallery_slider .slick-dots {
  width: fit-content;
  transform: rotate(180deg);
  z-index: 300;
}

#group .gallery_slider .slick-dots {
  text-align: left;
  bottom: 25px;
  left: initial;
  right: clamp(170px, 15%, 220px);
}

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

  #group .gallery_slider {
    padding: 40px 40px 40px 0;
    margin-left: initial;
    margin-right: auto;
  }

  #group .gallery_slider::after {
    width: min(80%, 420px);
  }

  #group .gallery_slider:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-bottom: 7px solid #fff;
    border-right: 7px solid #fff;
    border-top: 7px solid #fff;
    border-left: none;
    z-index: 50;
    top: 0;
    left: 0;
    pointer-events: none;
  }

  #group .gallery_slider .slick-prev.slick-arrow, #group .gallery_slider .slick-next.slick-arrow {
    border-right: none;
    border-left: 7px solid #fff;
    bottom: -49px;
  }

  #group .gallery_slider .slick-next {
    left: initial;
    right: 6px;
    top: initial;
    bottom: 0;
    z-index: 1000;
  }

  #group .gallery_slider .slick-prev {
    left: initial;
    right: 115px;
  }

  #group .gallery_slider .slick-dots {
    left: initial;
    right: 260px;
    bottom: 50px;
  }

  /* 画像の位置調整 */
  #group .gallery_slider .slick-slide:nth-of-type(2) {
    object-position: 45%;
  }

  #group .gallery_slider .slick-slide:nth-of-type(3) {
    object-position: 12%;
  }

  #group .gallery_slider .slick-slide:nth-of-type(5) {
    object-position: 30%;
  }

}

/* ============================================================
エキシビション
============================================================== */
#exhibition {
  margin-top: 250px;
  position: relative;
  z-index: 10;
}

#exhibition .section_ttl h2 {
  margin-bottom: 100px;
}

#exhibition .section_ttl {
  margin-bottom: 160px;
}

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

  #exhibition .gallery_slider .slick-slide:nth-of-type(3) {
    object-position: 58%;
  }

  #exhibition .gallery_slider .slick-slide:nth-of-type(7) {
    object-position: 75%;
  }
}

/* ============================================================
優勝者コメント
============================================================== */

#comment {
  margin-top: 200px;
  font-weight: 700;
  position: relative;
}

#comment .section_ttl {
  position: relative;
  z-index: 10;
}

.comment_txt {
  font-feature-settings: "palt";
  width: min(35%, 475px);
  position: absolute;
  top: 300px;
  left: 16%;
  z-index: 10;
}

.comment_txt h2,
.comment_txt2 h2,
.comment_txt3 h2 {
  font-size: 48px;
  margin-bottom: 25px;
  text-align: left;
}

.comment_txt span,
.comment_txt2 span,
.comment_txt3 span {
  font-size: 24px;
  font-weight: 700;
}

.comment_txt h3,
.comment_txt2 h3,
.comment_txt3 h3 {
  font-size: 32px;
  margin-bottom: 40px;
}

.comment_txt p,
.comment_txt2 p,
.comment_txt3 p {
  font-size: 24px;
  text-align: justify;
  text-shadow: 1px 1px 2px #000;
  line-height: 1.8;
}

.comment_img {
  text-align: right;
  padding-right: 30px;
}

/* 2人目 */

.comment_img2 {
  text-align: left;
  padding-right: initial;
  padding-left: 30px;
}

.comment_txt2 {
  font-feature-settings: "palt";
  width: min(35%, 475px);
  position: absolute;
  top: initial;
  top: 970px;
  right: 18%;
  left: initial;
  z-index: 10;
  text-align: right;
}

.comment_txt2 h2 {
  text-align: right;
}

.comment_txt2 p {
  text-align: right;
}

/* 3人目 */

.comment_img3 {
  text-align: right;
  padding-right: initial;
  padding-right: 30px;
}

.comment_txt3 {
  font-feature-settings: "palt";
  width: min(35%, 475px);
  position: absolute;
  top: initial;
  bottom: 220px;
  left: 18%;
  right: initial;
  z-index: 10;
  text-align:left;
}

.comment_txt3 p {
  margin-top: 40px;
}


@media screen and (max-width: 1400px) {
  .comment_img {
    width: 750px;
    margin-left: auto;
  }

  .comment_txt {
    font-feature-settings: "palt";
    width: min(35%, 475px);
    position: absolute;
    top: 180px;
    left: 11%;
    z-index: 10;
  }

  .comment_img2 {
    margin-top: 100px;
    margin-left: initial;
    margin-right: auto;
  }

  .comment_txt2 {
    width: min(40%, 475px);
    position: absolute;
    top: initial;
    top: 700px;
    right: 10%;
    left: initial;
    z-index: 10;
  }

  .comment_img3 {
    margin-top: 100px;
    margin-right: initial;
    margin-left: auto;
  }

  .comment_txt3 {
    width: min(35%, 475px);
    position: absolute;
    bottom: 50px;
    left: 11%;
    right: initial;
    z-index: 10;
  }

  .comment_txt h3,
  .comment_txt2 h3,
  .comment_txt3 h3 {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .comment_txt p,
  .comment_txt2 p,
  .comment_txt3 p {
    line-height: 1.6;
  }
}


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

  #comment {
    margin-top: 270px;
  }

  .comment_img {
    text-align: center;
    padding: 0;
    margin: 0 auto;
  }

  .comment_img img {
    width: 90%;
  }

  .comment_img2 {
    margin-top: 0;
  }

  .comment_img3 {
    margin-top: 0;
  }

  .comment_txt,
  .comment_txt2,
  .comment_txt3 {
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: initial;
    left: initial;
    z-index: 10;
    margin-bottom: 100px;
  }

  .comment_txt {
    margin-top: -65px;
  }

  .comment_txt2 {
    right: initial;
    text-align: right;
    margin-top: -65px;
  }

  .comment_txt3 {
    right: initial;
    text-align: left;
    margin-top: -15px;
  }

  .comment_txt h2,
  .comment_txt2 h2,
  .comment_txt3 h2 {
    font-size: 70px;
  }

  .comment_txt span,
  .comment_txt2 span,
  .comment_txt3 span {
    font-size: 33px;
  }

  .comment_txt h3,
  .comment_txt2 h3,
  .comment_txt3 h3 {
    font-size: 60px;
    margin-bottom: 25px;
  }

  .comment_txt p,
  .comment_txt2 p,
  .comment_txt3 p {
    font-size: 37px;
    margin-bottom: 40px;
  }

  .comment_txt2 h2 {
    text-align: right;
  }
}

hr {
  margin-top: 200px;
  height: 5px;
  background-color: #fff;
  width: 100%;
  border: none;
  position: relative;
  z-index: 10;
}

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

  hr {
    margin-top: 170px;
  }

}


/* ============================================================
footer
============================================================== */

.footer {
  text-align: center;
  width: min(90%, 1280px);
  margin: 0 auto;
  padding: 140px 0;
  position: relative;
  z-index: 10;
}

.footer .catch_logo {
  width: 480px;
  height: auto;
  opacity: 0.2;
  margin-bottom: 85px;
}

.company_name {
  max-width: 1280px;
  margin: 0 auto;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  position: relative;
}

.company_name h2 {
  font-size: 32px;
  margin-bottom: 15px;
}

.company_name p {
  font-size: 15px;
  font-weight: 600;
}

.footer_catch {
  font-size: clamp(80px, 8vw, 120px);
  white-space: nowrap;
  margin: 75px auto;
  font-weight: 900;
}

.wb_in {
  display: none;
}

/*
.return {
  display: flex;
}
*/

.return_ttl {
  position: relative;
  margin-top: 40px;
  /*width:calc((100% - 50px) / 2);*/
}

.return_ttl h2 {
  font-size: clamp(29px, 3.2vw, 32px);
  padding: 20px;
  transition: all .3s;
}

.return_ttl a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.return_ttl h2::after {
  content: "";
  display: inline-block;
  background-image: url(../image/top/waku_02.svg);
  width: min(90%, 905px);
  height: auto;
  aspect-ratio: 1/0.113;
  background-size: contain;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all .3s;
}

.return_ttl:hover h2 {
  color: #000;
}

.return_ttl:hover h2::after {
  background-image: url(../image/top/waku_02_hover.svg);
}

.return_wb {
  display: none;
}

@media screen and (max-width: 1000px) {
  .return_wb {
    display: block;
  }

  .return_ttl {
    margin-top: 120px;
  }

  .return_ttl h2::after {
    content: "";
    display: inline-block;
    background-image: url(../image/top/waku_02_sp.svg);
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.189;
    background-size: contain;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: all .3s;
  }

  .return_ttl:hover h2::after {
    background-image: inherit;
  }

  .return_ttl:hover h2 {
    color: #fff;
  }


  .return_ttl:hover h2::after {
    background-image: url(../image/top/waku_02_sp.svg);
  }
}

/* topに戻る */
.topback a {
  position: absolute;
  top: 510px;
  right: -20%;
  transform: translateY(-50%);
  background-image: url(../image/top_back.svg);
  background-size: contain;
  background-position: center;
  width: 60px;
  height: 80px;
  display: block;
  transition: all .3s;
}

.topback:hover a {
  top: 480px;
}

@media screen and (max-width: 1440px) {
  .topback a {
    right: -10%;
  }
}

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

  .footer .catch_logo {
    margin-bottom: 60px;
  }

  .company_name {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .company_name li {
    margin-bottom: 30px;
  }

  .company_name h2 {
    font-size: 70px;
  }

  .company_name p {
    font-size: 33px;
  }

  .topback a {
    position: absolute;
    top: -176px;
    right: 0;
    transform: initial;
    width: 130px;
    height: auto;
    aspect-ratio: 1/1.333;
  }

  .topback:hover a {
    top: -213px;
  }
}

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

  .footer_catch {
    font-size: 150px;
    text-align: left;
  }

  .wb_in {
    display: block;
  }

  .return_ttl h2 {
    font-size: 35px;
    padding: 20px;
    line-height: 1.2;
    transition: all .3s;
  }
}