@charset "UTF-8";
/*----------------------------------------
	設定
----------------------------------------*/

html {
  overflow-x: hidden;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #31003a;
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}

main {
  background: #31003a;
  position: relative;
  z-index: -2;
}

.sp {display: none;}
.pcbr {display: inline;}
.spbr {display: none;}

@media screen and (max-width: 767px) {
  .sp {display: block;}
  .pcbr {display: none;}
  .spbr {display: inline;}
}
.center {text-align: center;}
a {transition: all 0.2s ease;}

/*------------------------------------
	Value
------------------------------------*/
.mtop0 { margin-top: 0!important; }
.mtop5 { margin-top: 5px; }
.mtop10 { margin-top: 10px; }
.mtop15 { margin-top: 15px; }
.mtop20 { margin-top: 20px; }
.mtop25 { margin-top: 25px; }
.mtop30 { margin-top: 30px; }
.mtop40 { margin-top: 40px; }
.mtop50 { margin-top: 50px; }
.mtop60 { margin-top: 60px; }
.mtop70 { margin-top: 70px; }

.mtop100 { margin-top: 100px; }

.mtop5per{ margin-top: 5%; }


.mbtm0 { margin-bottom: 0!important; }
.mbtm5 { margin-bottom: 5px; }
.mbtm10 { margin-bottom: 10px; }
.mbtm15 { margin-bottom: 15px; }
.mbtm20 { margin-bottom: 20px; }
.mbtm25 { margin-bottom: 25px; }
.mbtm30 { margin-bottom: 30px; }
.mbtm40 { margin-bottom: 40px; }
.mbtm50 { margin-bottom: 50px; }
.mbtm60 { margin-bottom: 60px; }
.mbtm70 { margin-bottom: 70px; }

.mleft5 { margin-left: 5px; }
.mleft10 { margin-left: 10px; }
.mleft15 { margin-left: 15px; }
.mleft20 { margin-left: 20px; }

.mright5 { margin-right: 5px; }
.mright10 { margin-right: 10px; }
.mright15 { margin-right: 15px; }
.mright20 { margin-right: 20px; }

.mauto {margin: auto;}


.p10 { padding: 10px; }
.p15 { padding: 15px; }
.p20 { padding: 20px; }
.p30 { padding: 30px; }
.p40 { padding: 40px; }

.ptop30 { padding-top: 30px; }
.ptop40 { padding-top: 40px; }
.ptop50 { padding-top: 50px; }

.pbtm30 { padding-bottom: 30px; }


.pleft5 { padding-left: 5px; }
.pleft10 { padding-left: 10px; }
.pleft15 { padding-left: 15px; }
.pleft20 { padding-left: 20px; }



.pright5 { padding-right: 5px; }
.pright10 { padding-lerightft: 10px; }
.pright15 { padding-right: 15px; }
.pright20 { padding-right: 20px; }




/*----------------------------------------
	トップビュー
----------------------------------------*/

.mv-fade {
  animation-name: fadeInUpAnime;
  animation-fill-mode: forwards;
  animation-duration: 1.75s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-delay: 0.8s;
  animation-direction: normal;
}

.scroll-fade {
  animation-name: fadeInUpAnime;
  animation-fill-mode: forwards;
  animation-duration: 1.75s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-direction: normal;
}

@keyframes fadeInUpAnime {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.scale {
  animation-name: scaleAnime;
  animation-fill-mode: forwards;
  animation-duration: 0.575s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-direction: normal;
}

@keyframes scaleAnime {
  0% {
    transform: scale(20);
  }
  70% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.mv-coaster li {
  opacity: 0;
}

.fade-coaster li {
  opacity: 0;
}

.fade-container {
  opacity: 0;
}

.mv {
  background: url("../img/fv_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
  padding: 80px 0 150px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv {
      background-image: url(../img/fv_bg_sp.webp);
      background-size: 100%;
      padding-top: 21vw;
      padding-bottom: 26vw;
  }
}

.mv h1 {
  position: relative;
  z-index: 2;
}

.mv-title__container {
  max-width: 984px;
  margin: 0 auto;
  position: relative;
}

.period {
  margin-top: 48px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .period {
    width: 95%;
    margin: 30px auto 0;
  }
}

.mv-coaster {
  overflow: hidden;
}
.mv-coaster li {
  position: absolute;
  max-width: 385px;
  /* width: 32%; */
  z-index: 1;
}
.mv-coaster li:nth-child(1) {
  top: -35px;
  left: -20.3vw;
}
@media screen and (max-width: 1300px) {

  .mv-coaster li {
    width: 32%;
  }
  .mv-coaster li:nth-child(1) {
    top: -104px;
    left: -7vw;
  }
}
@media screen and (max-width: 767px) {
  .mv-coaster li:nth-child(1) {
    top: -18vw;
    left: -2vw;
    width: 35%;
  }
}

.mv-coaster li:nth-child(2) {
  bottom: -55px;
  right: -21vw;
}
@media screen and (max-width: 1300px) {
  .mv-coaster li:nth-child(2) {
    bottom: -100px;
    right: -8vw;
  }
}
@media screen and (max-width: 767px) {
  .mv-coaster li:nth-child(2) {
    bottom: -16vw;
    right: -6vw;
  }
}


.mv-snow li {
  position: absolute;
  max-width: 160px;
  width: 17%;
  z-index: 1;
}
.mv-snow li:nth-child(1) {
  top: -82px;
  right: -169px;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .mv-snow li:nth-child(1) {
    top: -19vw;
    right: -3vw;
}
}
.mv-snow li:nth-child(2) {
  bottom: -187px;
  left: -12.8vw;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .mv-snow li:nth-child(2) {
    top: 39vw;
    left: -3.6vw;
  }
}
.mv-snow li:nth-child(3) {
  bottom: -400px;
  right: -14vw;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .mv-snow li:nth-child(3) {
    bottom: -48vw;
    right: 2.4vw;
  }
}

/*----------------------------------------
	イントロ
----------------------------------------*/

.about {
  text-align: center;
  margin-top: 60px;
  background: #31003a;
  position: relative;
}

@media screen and (max-width: 767px) {
  .about {
    margin-top: 0;
  }
}

.about-inner {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about-title {
    width: 90%;
    max-width: 450px;
    margin: 0 auto;
  }
}

.ruledLine_wrap {
  padding: 120px 50px 50px;
  font-size: 24px;
  color: #ffffff;
  line-height: 2.2;
  background: #31003a;
  border-radius: 30px;
  margin-top: -70px;
  border: 2px solid #00fff9;
}

@media screen and (max-width: 767px) {
  .ruledLine_wrap {
    padding: 47px 20px 20px;
    margin-top: -38px;
  }
}


.about-txt {
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #31003a 50%, #31003a 100%), linear-gradient(180deg, #6a6c69 2px, transparent 1px);
  background-size: 5px 100%, 100% 2.49em;
  line-height: 2.5em;
  padding-bottom: 2px;
  background-position: left top -3px;
}
.about-txt span {
  color: #fff100;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .about-txt {
    font-size: 14px;
    margin-top: 16px;
    line-height: 2.5em;
  }
}


.about-coaster {
  overflow: hidden;
}
.about-coaster li {
  position: absolute;
  max-width: 297px;
  width: 32%;
  z-index: 1;
}
.about-coaster li:nth-child(1) {
  bottom: 15vw;
  right: -16vw;
}
@media screen and (max-width: 767px) {
  .about-coaster li:nth-child(1) {
    bottom: 28vw;
    right: -13vw;
  }
}
.about-coaster li:nth-child(2) {
  bottom: -200px;
  left: -16vw;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .about-coaster li:nth-child(2) {
    bottom: -36vw;
    left: -6vw;
  }
}


/*----------------------------------------
	セクション1
----------------------------------------*/

.content01 {
  padding-top: 170px;
}
@media screen and (max-width: 767px) {
  .content01 {
	padding-top: 90px;
  }
}

.content-container {
  max-width: 1080px;
  width: 89%;
  margin: 0 auto;
  background-image: url(../img/bg_line.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  border: 5px solid #00fff4;
  border-radius: 30px;
  position: relative;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .content-container {
    border-width: 2px;
    background-size: 160%;
    padding-bottom: 10px;
    border-radius: 15px;
  }
  .content02 .content-container {
    padding-bottom: 0;
  }
}





.top-content,
.bottom-content {
  padding: 140px clamp(30px, 3.9vw, 80px) 40px;
}

@media screen and (max-width: 767px) {
  .top-content,
  .bottom-content {
    padding: 55px 13px 45px;
  }
}


.content-title {
  font-size: 45px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 50px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .content-title {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.content-title span {
  color: #fff900;
}

.content-title-large {
  margin-left: -6.4px;
  display: block;
}
@media screen and (max-width: 767px) {
  .content-title-large {
    width: 85%;
    margin: 0 auto;
  }
}


.content-num {
  position: absolute;
  top: -54px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .content-num {
    width: 125px;
    top: -26px;
  }
}


.cam_item_list_wrap {
  max-width: 840px;
  margin: 0 auto;
}

.cam_sub_ttl {
  text-align: center;
  background: #ffffff;
  color: #31003a;
  font-size: 32px;
  padding: 9px 0 7px;
  margin-bottom: 53px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .cam_sub_ttl {
      font-size: 16px;
      padding: 5px 0 3px;
      margin-bottom: 20px;
  }
}


.cam_item_list {
  display: flex;
  flex-wrap: wrap;
}
.cam_item_item {
  width: 50%;
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .cam_item_item {
    margin-bottom: 30px;
    position: relative;
  }
  .cam_item_item:nth-of-type(n+3) {
    margin-bottom: 0;
}
}

.cam_item_img {
  text-align: center;
  margin-bottom: 30px;
}
.cam_item_img img {
  width: 76%;
}
.cam_item_item h4 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 960px) {
  .cam_item_item h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.cam_item_link {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .cam_item_link {
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
  }
}
.cam_btn {
  display: block;
  color: #00fff1;
  width: 29.7%;
  border: 2px solid #00fff1;
  border-radius: 50px;
  padding: 12px 20px 10px;
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;
  background-image: url(../img/ico_link.png);
  background-repeat: no-repeat;
  background-position: right 18px center;
}
@media screen and (max-width: 960px) {
  .cam_btn {
    width: 84%;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 768px) {
  .cam_btn {
    font-size: 15px;
    margin-bottom: 11px;
    font-weight: normal;
    width: 93%;
    padding: 7.1px;
    border-width: 1px;
    background-size: 10px;
    background-position: right 10px center;
  }
}
 
.cam_btn:hover {
  background-color: #00fff1;
  color: #31003a;
  background-image: url(../img/ico_link_hover.png);
  box-shadow: 0 0 10px #31003a, inset 0 0 10px #31003a, 0 0 0px #31003a, 0 0 0px #00fff1, 0 0 0px #00fff1, 0 0 10px #00fff1,0 0 10px #00fff1, inset 0 0 20px #00fff1;

}
.cam_btn:nth-child(1) {
  margin-right: 22px;
}
@media screen and (max-width: 960px) {
  .cam_btn:nth-child(1) {
    margin-right: 0;
  }
}


/*----------------------------------------
	セクション2
----------------------------------------*/

.cam_2_itemWrap {
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  padding: 45px 5.7%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .cam_2_itemWrap {
    display: block;
    padding: 35px 5.7%;
    margin-bottom: 20px;
    border-radius: 10px;
  }
}

.top-content .cam_2_itemWrap:nth-of-type(2) {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  
  .content02 .top-content,
  .content03 .top-content {
    padding-top: 50px;
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
  }
  .top-content .cam_2_itemWrap:nth-of-type(2) {
    margin-top: 30px;
  }
}

.top-content .cam_2_itemWrap:last-of-type {
  margin-bottom: 0;
}
.cam_2_item_left {
  width: 41%;
}
@media screen and (max-width: 767px) {
  .cam_2_item_left {
    width: 100%;
  }
}


.cam_2_item_left h4 {
  width: 200px;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .cam_2_item_left h4 {
    width: 155px;
    margin: 0 auto 18px;
  }
}



.cam_2_item_left h5 {
  font-size: 32px;
  font-weight: bold;
  color: #642a01;
  margin-bottom: 13px;
}

@media screen and (max-width: 767px) {
  .cam_2_item_left h5 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 10px;
  }
}

.cam_2_item_right {
  display: flex;
  column-gap: 7.5%;
  width: 55%;
}

@media screen and (max-width: 767px) {
  .cam_2_item_right {
    width: 100%;
    margin-top: 15px;
    column-gap: 5%;
  }
}


.cam_2_item_list img {
  transition: all 0.2s ease;
}
.cam_2_item_list img:hover {
  opacity: 0.7;
}
.cam_2_item_list span {
  display: block;
  margin: 23px auto 0;
  width: 80%;
  color: #fff;
  background: #662b00;
  padding: 10px 9px 8px;
  text-align: center;
  border-radius: 50px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  border: 2px solid #662b00;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

@media screen and (max-width: 767px) {
  .cam_2_item_list span {
    margin-top: 12px;
    width: 90%;
    font-size: 13px;
    padding: 7px 6px 5px;
  }
}


.cam_2_item_list span::after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  right: 17px;
  top: 14px;
  transition: all 0.2s ease;
}

@media screen and (max-width: 767px) {
  .cam_2_item_list span::after {
    top: 9px;
    right: 13px;
    width: 4px;
    height: 4px;
    border-width: 1px;
  }
}


.cam_2_item_list span:hover {
  background-color: #fff;
  color: #662b00;
}
.cam_2_item_list span:hover:after {
  border-right: 2px solid #662b00;
  border-bottom: 2px solid #662b00;
  right: 12px;
}
@media screen and (max-width: 767px) {
  .cam_2_item_list span:hover:after {
    border-width: 1px;
    right: 10px;
  }
}

.content02 .content-container, .content03 .content-container {
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .content02 .content-container, .content03 .content-container {
    margin-top: 90px;
  }
}

.cam_img {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .cam_img {
    margin-bottom: 27px;
  }
}

.cam_toroku_btn {
  display: inline-block;
  background-color: #fff001;
  padding: 28px 25px 26px;
  border-radius: 50px;
  color: #31003a;
  font-weight: bold;
  font-size: 26px;
  position: relative;
  width: 90%;
  max-width: 400px;
  border: 3px solid #fff001;
}
.cam_toroku_btn::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #31003a;
  border-bottom: 2px solid #31003a;
  transform: rotate(-45deg);
  right: 39px;
  top: 34px;
  transition: all 0.2s ease;
}
.cam_toroku_btn:hover {
  background-color: #31003a;
  color: #fff001;
  /* text-shadow: 0 0 10px #31003a, 0 0 10px #31003a, 0 0 0px #31003a, 0 0 0px #fff001, 0 0 0px #fff001, 0 0 10px #fff001,0 0 10px #fff001, 0 0 20px #fff001;
  box-shadow: 0 0 10px #31003a, inset 0 0 10px #31003a, 0 0 0px #31003a, 0 0 0px #fff001, 0 0 0px #fff001, 0 0 10px #fff001,0 0 10px #fff001, inset 0 0 20px #fff001; */
  
  text-shadow: 0 0 10px #31003a, 0 0 10px #31003a, 0 0 0px #31003a, 0 0 0px #fff67c, 0 0 0px #fff67c, 0 0 10px #fff67c,0 0 10px #fff67c, 0 0 20px #fff67c;
  box-shadow: 0 0 10px #31003a, inset 0 0 10px #31003a, 0 0 0px #31003a, 0 0 0px #fff67c, 0 0 0px #fff67c, 0 0 10px #fff67c,0 0 10px #fff67c, inset 0 0 20px #fff67c;
}
.cam_toroku_btn:hover:after {
  border-right: 2px solid #fff001;
  border-bottom: 2px solid #fff001;
  right: 34px;
}

@media screen and (max-width: 767px) {
  .cam_toroku_btn {
    font-size: 20px;
    padding: 18px 10px 18px;
  }
  .cam_toroku_btn::after {
    top: 23px;
    right: 20px;
    width: 7px;
    height: 7px;
  }
  .cam_toroku_btn:hover:after {
    right: 15px;
  }

}




/*----------------------------------------
	セクション3
----------------------------------------*/

p.cam_03_txt {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  position: relative;
  color: #fff;
}
p.cam_03_txt::before {
  content: "※";
}
@media screen and (max-width: 767px) {
  p.cam_03_txt {
    text-align: left;
    font-size: 14px;
      text-indent: -1em;
      padding-left: 1em;
  }
}



.content03 .flex-container {
  justify-content: space-between;
}
.content03 .content-right {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .content03 .content-right {
    width: 90%;
  }
}



/*----------------------------------------
	大感謝祭とは？
----------------------------------------*/


.about_btm {
  background: #31003a;
  margin-top: 0;
  padding-top: 150px;
}
.about_btm_msg {
  background-color: #fff;
  border-radius: 30px;
  padding: 40px 69px 80px;
}
@media screen and (max-width: 767px) {
  .about_btm_msg {
    padding: 20px 26px 30px;
    border-radius: 15px;
  }
  .about_btm_msg_inner {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}



.about_btm_msg h3 {
  text-align: center;
  margin-top: -90px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .about_btm_msg h3 {
    margin-bottom: 30px;
    margin-top: -45px;
  }
}


.about_btm_msg p {
  font-size: 21px;
  font-weight: bold;
  color: #31003a;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .about_btm_msg p {
    font-size: 15px;
    line-height: 1.7;
    text-align: left;
  }
}

.about_btm_msg p span {
  background: linear-gradient(transparent 70%, #ffe00a 70%);
}

@media screen and (max-width: 767px) {
  .about_btm {
    margin-top: 0;
    padding-top: 75px;
  }
}

.about_btm-inner {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}


.caution {
  background: #31003a;
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .caution {
    padding-top: 60px;
  }
}

.caution-inner {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 40px;
  border-bottom: 2px solid #fff;
}

@media screen and (max-width: 767px) {
  .caution-inner {
    padding-bottom: 30px;
  }
}


.caution-title {
  color: #fff;
  border-bottom: 2px solid #fff;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .caution-title {
    margin-bottom: 30px;
  }
}

.caution-title__inner {
  background: #31003a;
  width: 200px;
  margin: 0 auto -20px;
  font-size: 30px;
  font-weight: bold;
  line-height: 110%;
}
@media screen and (max-width: 767px) {
  .caution-title__inner {
    font-size: 22px;
    margin-bottom: -15px;
    width: 120px;
  }
}

.caution-list {
  color: #fff;
}
.caution-list li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5em;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .caution-list li {
    font-size: 15px;
  }
}


.share {
  background: #31003a;
}

.share-inner {
  max-width: 960px;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .share-inner {
    padding: 40px 0;
  }
}

.share-inner a {
	transition: 0.3s;
}

.share-inner a:hover {
	opacity: 0.8;
}

footer {
  background: #fff;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 40px;
  }
}

.footer-logo {
  max-width: 284px;
  width: 50%;
  margin: 0 auto;
}

.copyright {
  text-align: center;
  margin-top: 60px;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .copyright {
    margin-top: 30px;
    font-size: 12px;
  }
}
























