/* @group sns_lead */

.sns_lead {
  height: 200px;
  position: relative;
  margin-top: -40px;
  padding-top: 88px;
  margin-bottom: -30px;
}

.sns_lead::before {
  content: "";
  background-image: url(../images/sns_lead-pc.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100vw;
  min-width: 1400px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.sns_lead h2 {
  color: #980037;
  font-size: 28px;
  font-weight: 500;
}

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

  .contents:has(.sns_lead) {
    overflow: hidden;
  }

  .sns_lead::before {
    background-image: url(../images/sns_lead-sp.jpg);
    min-width: 374px;
    height: 125px;
  }

  .sns_lead {
    margin-bottom: -10px;
    margin-top: -28.5px;
    width: 100%;
    height: 140px;
    padding-top: 55px;
  }

  .sns_lead h2 {
    line-height: 1.5em;
    font-size: 21px;
    letter-spacing: 0.03em;
  }

  .sns_lead + #main_content {
    padding-top: 39px;
  }

  .sns_lead + #main_content .page-link {
    margin-bottom: 29px;
  }

}

/* @group h2_default_sns */

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

  .h2_default_sns {
    text-align: center;
  }

}


/* @group h3_sns */

.h3_sns_area {
  margin-bottom: 43px;
}

.h3_sns_icon {
  display: flex;
  position: relative;
  margin-bottom: 30px;
  z-index: 0;
}

.h3_sns_icon figure {
  margin-bottom: 0;
  width: auto;
}

.h3_sns_icon figure:nth-of-type(2) {
  margin-left: 40px;
}

.h3_sns_icon img {
  width: 50px;
}

.h3_sns_icon_youtube img {
  width: 62px;
}

.h3_sns {
  position: relative;
  z-index: 0;
  font-size: 28px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1;
}

.h3_sns span {
  color: #3bbac2;
}

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

  .h3_sns {
    font-size: 21px;
    text-align: center;
    line-height: 1.5em;
  }

  .h3_sns_area {
    flex-direction: column;
  }

  .h3_sns_area {
    margin-bottom: 17px;
  }

  .h3_sns_icon {
    margin-bottom: 26px;
    justify-content: center;
  }

  .h3_sns_icon figure:nth-of-type(2) {
    margin-left: 45px;
  }

  .h3_sns_icon img {
    width: 60px;
  }

  .h3_sns_icon_youtube img {
    width: 81px
  }

}

/* @group ul-list_sns */

.ul-list_sns .list li {
  padding-left: 0.9em;
  margin-bottom: 4px;
}

.ul-list_sns ul.list li::before {
  background: #3bbac2;
}

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

  .ul-list_sns .list li {
    margin-bottom: 6px;
  }

}

/* @group sns_area_link */

.sns_area_link_flex {
  display: flex;
  position: relative;
  margin-top: 67px;
}

.sns_area_link {
  text-align: center;
}

.sns_area_link:has(.sns_link_line) {
  position: absolute;
  top: 304px;
  left: 0;
}

.sns_area_link_flex .sns_area_link:not(:first-child) {
  margin-left: 40px;
}

.sns_link_box {
  position: relative;
}

.sns_link_box::before,
.sns_link_box [class^="sns_link_"] {
  border-radius: 5px;
}

.sns_link_box:hover::before {
  opacity: 1;
}

.sns_link_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4d4d4d;
  z-index: 1;
  opacity: 0;
  transition: .3s;
}

.sns_area_link a {
  width: 250px;
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 8px 0 10px;
  position: relative;
  z-index: 2;
}

.sns_link_line {
  background: #00c129;
}

.sns_link_instagram {
  background: linear-gradient(-90deg, #d74563, #5b23eb);
}

.sns_link_tiktok {
  background: #000;
}

.sns_link_youtube {
  background: #ff0033;
}

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

  .sns_area_link_flex {
    margin-top: 7px;
    flex-direction: column;
  }

  .sns_area_link_flex .sns_area_link:not(:first-child) {
    margin-left: 0;
  }

  .sns_area_link_flex .sns_area_link:nth-child(2) {
    margin-top: 20px;
  }

  .sns_link_box {
    text-align: center;
  }

  .sns_link_box::before {
    width: 260px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .sns_link_box [class^="sns_link_"] {
    display: inline-block;
    width: 260px;
  }

  .sns_area_link:has(.sns_link_line) {
    position: relative;
    top: inherit;
    left: inherit;
  }

  .sns_area_link a {
    width: 260px;
    padding: 13px 0 16px;
  }

}

/* @group modal */

.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 0 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
  box-sizing: border-box;
  z-index: 9999;
}

.modal:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.modal.active {
	opacity: 1;
	visibility: visible;
}

html:has(.modal.active) {
  overflow: hidden;
}

.modal_area {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 400px;
	width: 90%;
}

.modal_close {
  position: absolute;
  top: 28px;
  right: 30px;
  width: 21px;
  height: 21px;
  cursor: pointer;
}

.modal_close::before,
.modal_close::after {
  background: #c50047;
  display: block;
  content: "";
  height: 2px;
  width: 25px;
  position: absolute;
  top: 10px;
  left: -1px;
}

.modal_close::before {
  transform: rotate(-45deg);
}

.modal_close::after {
  transform: rotate(-135deg);
}

.modal_con {
	background: #fff;
	padding: 77px 10px 66px;
  text-align: center;
}

.sns_qr_link {
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 1);
  cursor: pointer;
  transition: .3s;
  color: #000;
  margin-top: 6px;
}

.sns_qr_link:hover {
  text-decoration-color: rgba(0, 0, 0, 0);
}

.sns_qr_img {
  margin-bottom: 20px;
}

.sns_qr_img img {
  width: 120px;
}

[class^="sns_qr_text_"]  {
  font-size: 16px;
  line-height: 1em;
  cursor: default;
  margin: 14px 0 0;
}

.sns_qr_text_line {
  color: #00c129;
}

.sns_qr_text_instagram {
  color: #5b23eb;
}

.sns_qr_text_tiktok {
  color: #000;
}

.sns_qr_text_youtube {
  color: #ff0033;
}

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

  .sns_qr_link {
    display: none;
  }

}

/* @group back_sns */

section:has(.back_sns1) {
  margin-bottom: 90px;
}

section:has(.back_sns2) {
  margin-bottom: 140px;
}

[class^="back_sns"] {
  position: relative;
}

.back_sns1,
.back_sns2 {
  width: 100vw;
  margin-left: -20px;
  padding: 100px 0;
}

.back_sns1::before,
.back_sns2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: -2;
}

.back_sns1::before {
  background: linear-gradient(10deg, #a8edea, #fec1e3);
}

.back_sns2::before {
  background: linear-gradient(10deg, #8ce0e7, #f4ff8a);
}

.back_sns_left,
.back_sns_right {
  padding-top: 70px;
  padding-bottom: 60px;
  margin-bottom: 100px;
}

.back_sns_right {
  padding-left: 100px;
}

.back_sns_left::before,
.back_sns_right::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: #f6faf2;
}

.back_sns_left::before {
  right: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.back_sns_right::before {
  left: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

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

  section:has(.back_sns1) {
    margin-bottom: 60px;
  }

  section:has(.back_sns2) {
    margin-bottom: 60px;
  }

  .back_sns1 {
    margin-top: -23px;
  }

  .back_sns1,
  .back_sns2 {
    margin-left: 0;
    padding: 70px 0;
  }

  .back_sns1::before {
    background: linear-gradient(10deg, #a8edea, #fed6e3);
  }

  .back_sns_left,
  .back_sns_right {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
  }

  .back_sns_left::before,
  .back_sns_right::before {
    width: 100%;
    border-radius: 10px;
  }

  .back_sns_right {
    padding-top: 59px;
    padding-bottom: 60px;
  }

}

/* @group sns_event_flex */

.sns_event_flex {
  display: flex;
  position: relative;
  padding-right: 92px;
  justify-content: space-between;
}

.sns_event_flex .col {
  flex-shrink: 0;
}

.sns_event_flex .col:first-child {
  margin-right: 26px;
}

.sns_event_flex .col:last-child figure {
  margin-top: -4px;
}

.sns_event_flex .col > figure img {
  width: 413px;
}

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

  .sns_event_flex {
    flex-direction: column;
    padding-right: 0;
  }

  .sns_event_flex .col:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .sns_event_flex .col:last-child figure {
    padding: 0 14px;
    margin-bottom: 35px;
  }

  .sns_event_flex .col > figure img {
    width: 100%;
  }

}

/* @group sns-slider */

.sns-slider-wrap {
  position: relative;
  z-index: 0;
}

.back_sns_right .sns-slider-wrap {
  width: 100vw;
}

.sns-slider-list .tag {
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  padding: 6px 0 7px;
  margin-top: 14px;
  line-height: 1em;
  width: 141px;
  text-align: center;
}

/* .sns-slider-list .slick-active .tag {
  margin-top: 18px;
} */

.sns-slider-list .col:not(:last-child) {
  margin-right: 30px;
}

.sns-slider-list .col > p {
  margin-top: 14px;
  font-size: 14px;
}

.sns-slider-img .sns-slider-list .col > p {
  margin-top: 23px;
}

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

  .back_sns_right .sns-slider-wrap {
    width: 100%;
  }

  .sns-slider-list .col:not(:last-child) {
    margin-right: 0;
  }

  .sns-slider-list .tag,
  .sns-slider-list .slick-active .tag {
    font-size: 13px;
    padding: 5px 0 6px;
    margin-top: 12px;
  }

}


/* @group slick-nav */

.sns-slider-wrap .slick-nav {
  position: relative;
  margin-left: -6px;
}

.sns-slider-wrap .arrow_box {
  position: absolute;
  top: 6px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 28px;
}

.sns-slider-wrap .slide-arrow {
  border-radius: 10px;
  cursor: pointer;
  height: 100%;
  width: 42px;
  overflow: hidden;
  position: relative;
}

.sns-slider-wrap .slide-arrow.slick-disabled {
  cursor: inherit;
}

.sns-slider-wrap .prev-arrow {
  transform: scaleX(-1);
  margin-right: 10px;
}

.sns-slider-wrap .slide-arrow .arrow {
  background-color: #000;
  display: block;
  height: 100%;
  width: 100%;
}

.sns-slider-wrap .slide-arrow.slick-disabled .arrow {
  background-color: #999;
}

.sns-slider-wrap i.arrow span {
  margin: auto;
  width: 20px;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.sns-slider-wrap i.arrow span::before,
.sns-slider-wrap i.arrow span::after {
  background-color: #fff;
  mask-image: url(../images/icon-sns-slider-arrow.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  content: "";
  margin: auto;
  width: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: .3s
  cubic-bezier(.4, .4, 0, 1);
}
.sns-slider-wrap i.arrow span::after {
  transition-timing-function: cubic-bezier(0.15, 0.75, 0.8, 1.2);
  transform: translateX(-50px);
}

.dots-area {
  display: inline-block;
}

.dots-area .slick-dots  {
  display: flex;
  align-items: center;
}

.dots-area .slick-dots > li {
  margin-right: -2px;
}

.dots-area .slick-dots > li button {
  font-size: 0;
  display: block;
  width: 6px;
  height: 6px;
  margin: 0 6px;
  border-radius: 50%;
  transition-duration: 0.3s;
  background: #333333;
}

.dots-area .slick-dots > li.slick-active button {
  background: #c50047;
  width: 12px;
  height: 12px;
}

/* @group sns-slider-movie */

.sns-slider-movie .sns-slider {
  height: 635px;
}

.ul-list_sns + .sns-slider-movie,
.ul-list_sns + .sns-slider-youtube,
.ul-list_sns + .sns-slider-img {
  margin-top: 63px;
}

.sns-slider-movie .col figure {
  position: relative;
  width: 240px;
  transition: .3s;
  margin-bottom: 0;
}

/* .sns-slider-movie .col.slick-active figure {
  width: 290px;
} */

.sns-slider-movie .col figure::before {
  content: "";
  background-image: url(../images/play_button.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 28px;
  background-size: 24px 28px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 1;
  transition: .3s;
}

/* .sns-slider-movie .col.slick-active figure::before {
  width: 28px;
  height: 32px;
  background-size: 28px 32px;
} */

.sns-slider-movie .sns-slider-hoverArea {
  position: relative;
}

.sns-slider-movie .sns-slider-hoverArea::before {
  content: "";
  background-color: rgba(0,0,0,0);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: .3s
}

.sns-slider-movie .sns-slider-hoverArea:hover::before {
  background-color: rgba(0,0,0,0.5);
}

.sns-slider-movie .sns-slider-hoverArea:hover figure::before {
  opacity: 0;
}

.sns-slider-movie .sns-slider-linkArea {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  transition: .3s;
  z-index: 2;
}

.sns-slider-movie .sns-slider-hoverArea:hover .sns-slider-linkArea {
  opacity: 1;
  transition: .3s;
}

.sns-slider-movie .sns-slider-linkArea p:last-child {
  margin-bottom: 0;
}

.sns-slider-movie .sns-slider-linkArea p a {
  text-decoration: underline;
  text-decoration-color: rgba(255,255,255,1);
  color: #fff;
  font-size: 14px;
  transition: .3s;
}

.sns-slider-movie .sns-slider-linkArea p a:hover {
  text-decoration-color: rgba(255,255,255,0);
}

.sns-slider-movie .sns-slider-list .col > p {
  width: 240px;
}

/* .sns-slider-movie .sns-slider-list .col.slick-active > p {
  width: 290px;
} */

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

  .sns-slider-movie .sns-slider {
    height: auto;
  }

  .sns-slider-movie .sns-slider-list .col > p,
  .sns-slider-youtube .sns-slider-list .col > p,
  .sns-slider-img .sns-slider-list .col > p {
    display: none;
  }

  .sns-slider-movie .slick-track,
  .sns-slider-img .slick-track {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
  }

  .sns-slider-movie .sns-slider-list .col,
  .sns-slider-img .sns-slider-list .col {
    width: calc(50% - 7.5px);
    margin-bottom: 17px;
  }

  .sns-slider-movie .sns-slider-list .col:nth-child(2n+1),
  .sns-slider-img .sns-slider-list .col:nth-child(2n+1) {
    margin-right: 15px;
  }

  .sns-slider-movie .sns-slider-list .col:nth-child(2n) {
    top: 68px;
    position: relative;
  }

  .sns-slider-movie .col.slick-active figure,
  .sns-slider-movie .col figure,
  .sns-slider-img .col.slick-active figure,
  .sns-slider-img .col figure {
    width: 100% !important;
  }

  .sns-slider-movie .sns-slider-list .tag {
    width: 100%;
  }

  .sns-slider-movie .sns-slider-linkArea p a {
    font-size: 13px;
  }

  .sns-slider-movie .col.slick-active figure::before {
    width: 24px;
    height: 28px;
    background-size: 24px 28px;
  }

  .sns-slider-movie .sns-slider-linkArea {
    top: 47%;
  }

  .sns-slider-movie .sns-slider-linkArea p {
    font-size: 13px;
  }

  .sns-slider-movie .sns-slider-linkArea p:first-child {
    margin-bottom: 18px;
  }

}

/* @group sns-slider-youtube */

.sns-slider-youtube .sns-slider {
  height: 357px;
}

.sns-slider-youtube .col figure {
  position: relative;
  width: 310px;
  transition: .3s;
  margin-bottom: 0;
}

.sns-slider-youtube .col figure,
.sns-slider-youtube .sns-slider-list .col > p {
  width: 310px;
}

/* .sns-slider-youtube .col.slick-active figure,
.sns-slider-youtube .sns-slider-list .col.slick-active > p {
  width: 370px;
} */

.sns-slider-youtube .col figure img,
.sns-slider-youtube a::before {
  border-radius: 10px;
}

.sns-slider-youtube a,
.sns-slider-img a {
  position: relative;
}

.sns-slider-youtube a::before,
.sns-slider-img a::before {
  content: "";
  background-color: rgba(0,0,0,0);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: .3s
}

.sns-slider-youtube a:hover::before,
.sns-slider-img a:hover::before {
  background-color: rgba(0,0,0,0.5);
}

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

  .sns-slider-youtube {
    margin-bottom: 30px;
  }

  .sns-slider-youtube .slick-track {
    width: 100% !important;
    display: flex;
    flex-direction: column;
  }

  .sns-slider-youtube .sns-slider {
    height: auto;
  }

  .sns-slider-youtube .col.slick-active figure,
  .sns-slider-youtube .col figure {
    width: 100%;
  }

  .sns-slider-youtube .sns-slider-list .tag,
  .sns-slider-youtube .sns-slider-list .slick-active .tag {
    margin-top: 10px;
  }

  .sns-slider-youtube .sns-slider-list .col:not(:last-child) {
    margin-bottom: 29px;
  }

}

/* @group sns-slider-img */

.sns-slider-img .sns-slider {
  height: 461px;
}

.sns-slider-img .col figure {
  position: relative;
  width: 236px;
  transition: .3s;
  margin-bottom: 0;
}

.sns-slider-img .col figure,
.sns-slider-img .sns-slider-list .col > p {
  width: 236px;
}

/* .sns-slider-img .col.slick-active figure,
.sns-slider-img .sns-slider-list .col.slick-active > p {
  width: 291px;
} */

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

  .ul-list_sns + .sns-slider-img {
    margin-top: 34px;
  }

  .sns-slider-img .sns-slider {
    height: auto;
  }

  .sns-slider-img .sns-slider-list .col:nth-child(2n) {
    top: 121px;
    position: relative;
  }

}
