@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;

  background: url(../img/bg.jpg);
  background-repeat: repeat;
  background-position: top center;
}

main {
  position: relative;
  z-index: -2;
  background: url(./../img/bg_snow.png) repeat-y top center ;
}


.sp {display: none;}
.pcbr {display: inline;}
.spbr {display: none;}
.sp-none { display: block; }
.tbbr { display: none; }


@media screen and (max-width: 1024px) {
.tbbr { display: inline;}
}

@media screen and (max-width: 767px) {
  .sp {display: block;}
  .pcbr {display: none;}
  .spbr {display: inline;}
  .sp-none { display: none; }
  .tbbr { display: none;}

}
.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; }

.mbtm5per { margin-bottom: 5%; }


.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; }


.contBx {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1em;
}

.contBx-In {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
}



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

.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;
}

header {
  display: flex;
  width: 100%;
  justify-content: center;
align-items: center;
min-height: 100vh;

}

.mv {
  width: 100%;
  text-align: center;
  padding: 20px 0 7.5%;
  position: relative;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .mv {
    background: url(./../img/fv_snow_wrap_sp.png) no-repeat center top / 100%;
    padding-bottom: 2.5%;
  }
}


.mv h1 {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 72.22%; /*780/1080*/
}

.mv-title__container {
  max-width: 1920px;
  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;
  z-index: 1;
}
.mv-coaster li:nth-child(1) {
  bottom: 0;
  max-width: 400px;
  width: 37.037%; /*400/1080*/
  left: 0;
}



.mv-coaster li:nth-child(2) {
  bottom: 0px;
  right: 0;
  max-width: 450px;
  width: 36%; /*450/1080*/

}

@media screen and (max-width: 1200px) {
  .mv h1 {
    width: 60%;
  }
  .mv-coaster li:nth-child(1) { left: -5%; width: 30%; }
  .mv-coaster li:nth-child(2) { right: -5%; width: 32%; }

}

.mv-point {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background: url(./../img/fv_snow_wrap.png) no-repeat center / 100%;

}
@media screen and (max-width: 767px) {
  .mv-point { background: none; }
}


.mv-point div {
  position: relative;
  z-index: 3;
}


@media screen and (max-width: 767px) {
  .mv h1 {
    width: 100%;
  }
}


.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;
  }
}


.mv-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .mv-sp {
    margin-top: 5%;
    display: block;
    width: 100vw;
    overflow: hidden;
  }
  .mv-sp img {
    width: 120%;
    max-width: none;
    position: relative;
    left: 50%;
transform: translateX(-50%);
  }
}


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

.about {
  text-align: center;
  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: #663200;
  line-height: 2.2;
  background: #FFFFFF;
  border-radius: 30px;
  margin-top: -70px;
  border: 4px solid #653300;
}

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


.about-txt {
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #FFF 50%, #FFF 100%), linear-gradient(180deg, #653300 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: #FF4000;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .about-txt {
    font-size: 12px;
    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: white;
  border: 4px solid #653300;
  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: #653300;
  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: #FF4000;
}

.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: #653300;
  color: white;
  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;
  justify-content: space-between;
}
.cam_item_item {
  width: 48.08%;/*410/840*/
  margin-bottom: 3.84%;
  border: 2px solid #E1D8D1;
  padding-bottom: 3.84%;
}

.cam_item_item:nth-child(3),.cam_item_item:nth-child(4){
  margin-bottom: 0;
}

@media screen and (max-width: 960px) {
  .cam_item_item {
    position: relative;
    width: 100%;
  }
  .cam_item_item:nth-of-type(3) {
    margin-bottom: 3.84%;
}
}

.cam_item_img {
  text-align: center;
  margin-bottom: 30px;
}
.cam_item_img img {
  width: 90%;
  margin-top: 5%;
}
.cam_item_item h4 {
  color: #653300;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5%;
}
.cam_item_text {
  font-size: 16px;
  width: 86%;
  margin: 0 auto 5%;
  line-height: 160%;

}
@media screen and (max-width: 960px) {
  .cam_item_item h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
.cam_item_text {
  font-size: 14px;
  margin-bottom: 10%;
  }
}

.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: #653300;
  width: 29.7%;
  border: 2px solid #653300;
  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;
  margin-bottom: 5%;
}
@media screen and (max-width: 960px) {
  .cam_btn {
    width: 84%;
  }
}
@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: #653300;
  color: white;
  background-image: url(../img/ico_link_hover.png);
}
.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: #FF4000;
  padding: 28px 25px 26px;
  border-radius: 50px;
  color: white;
  font-weight: bold;
  font-size: 26px;
  position: relative;
  width: 90%;
  max-width: 400px;
}
.cam_toroku_btn::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-right: 3px solid white;
  border-bottom: 3px solid white;
  transform: rotate(-45deg);
  right: 39px;
  top: 34px;
  transition: all 0.2s ease;
}
.cam_toroku_btn:hover {
  background: #653300;;
}
.cam_toroku_btn:hover:after {
  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 {
  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: #653300;
  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 {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .caution {
    padding-top: 60px;
  }
}

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

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


.caution-title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #653300;
  margin-bottom: 30px;
}

/* 左右のライン */
.caution-title::before,
.caution-title::after {
  content: "";
  flex: 1;
  border-bottom: 2px solid #653300;
}

/* テキスト部分 */
.caution-title__inner {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  padding: 0 1.5em;  /* 左右の余白で線と文字を離す */
}

/* SP調整 */
@media screen and (max-width: 767px) {
  .caution-title {
    margin-bottom: 30px;
  }
  .caution-title__inner {
    font-size: 22px;
    padding: 0 1em;
  }
}


.caution-list {
  color: #653300;
  list-style: none;
  padding: 0 1em;

}
.caution-list li {
  margin: 1% 0;
  line-height: 1.5em;
  font-size: 18px;
  list-style: none;
}

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


.share {
}

.share-inner {
  max-width: 960px;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding: 80px 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;
  }
}



.cmnTxt01 {
  font-size: 18px;
  color: #653300;
  text-align: center;
  line-height: 160%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cmnTxt01 {
    text-align: left;
    font-size: 14px;
  }
}
.cmnTxt01 span {
  color: #FF4000;
}

.cmnTxt02 {
  font-size: 16px;
  color: #653300;
  text-align: center;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .cmnTxt02 {
    font-size: 12px;
    text-align: left;
  }
}
