h2 {
  text-align: center;
  margin-bottom: 40px;
}
img {
  max-width: 100%;
}
a:hover img {
  opacity: .8;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.ind {
  text-indent: -1em;
  padding-left: 1em;
}
.fw-bold {
  font-weight: 700;
}
.no-gutters {
  padding-left: 0;
  padding-right: 0;
}
.contents {
  overflow-x: hidden;
  position: relative;
  background-color: #fff;
  font-size: 22px;
}
.contents .bg_image {
  background: url(/event/lp/snowboards_kunitake/img/bg_profile.png) repeat-y top center/cover;
}
.bg-blue {
  background-color: #18469d;
}
/* header */
.header {
  background-color: #fff100;
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.header h1 {
  height: 100px;
}
.header .header_nav {
  position: absolute;
  top: 27px;
  right: 0;
}
.header .header_nav_btn {
  position: relative;
  width: 63px;
  height: 46px;
  z-index: 101;
}
.header .header_nav_btn span {
  position: absolute;
  left: 0;
  display: block;
  background-color: #18469d;
  width: 63px;
  height: 5px;
  transition-duration: .3s;
}
.header .header_nav_btn span:nth-of-type(1) {
  top: 0;
}
.header .header_nav_btn span:nth-of-type(2) {
  top: 21px;
}
.header .header_nav_btn span:nth-of-type(3) {
  top: 41px;
}
.header .header_nav_btn.header_nav_btn--close span:nth-of-type(1) {
  top: 22px;
  transform: rotate(45deg);
}
.header .header_nav_btn.header_nav_btn--close span:nth-of-type(2) {
  display: none;
}
.header .header_nav_btn.header_nav_btn--close span:nth-of-type(3) {
  top: 22px;
  transform: rotate(-45deg);
}
.header .header_nav_menu {
  text-align: center;
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  background-color: #fff100;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-200%);
  transition-duration: .3s;
}
.header .header_nav_menu.open {
  transform: translateY(0);
  top: 100px;
}
.header .header_nav_list {
  border-top: 1px solid #18469d;
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 100px 20px;
}
.header .header_nav_list_item {
  font-size: 16px;
  font-weight: 700;
  padding: 10px 20px;
}
.header .header_nav_list_item a {
  color: #18469d;
}
.header .header_nav_sns_heading {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.header .header_nav_sns_heading::before,
.header .header_nav_sns_heading::after {
  content: '';
  display: inline-block;
  background-color: #000;
  width: 30px;
  height: 1px;
  position: absolute;
  top: 50%;
}
.header .header_nav_sns_heading::before {
  transform: rotate(55deg);
  left: -38px;
}
.header .header_nav_sns_heading::after {
  transform: rotate(-55deg);
  right: -30px;
}
.header .header_nav_sns_list_item {
  padding: 5px 12px;
}
.header .header_nav_sns_list_item img {
  width: 46px;
}
/*slider*/
.mv {
  padding-top: 100px;
}
.mv .slick-slide img {
  width: 100%;
}
.mv .mv_slider_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  border: none;
  background: transparent;
  cursor: pointer;
  outline: none;
  padding: 0;
}
.mv .prev_arrow {
  left: 22vw;
}
.mv .next_arrow {
  right: 22vw;
}
.mv .prev_arrow::before,
.mv .next_arrow::before {
  content: '';
  display: inline-block;
  background: url(../img/arrow_slider.png) no-repeat center/contain;
  width: 60px;
  height: 60px;
}
.mv .next_arrow::before {
  transform: rotate(180deg);
}
.mv .mv_text {
  padding: 35px 0;
}
/* profile */
.profile {
  position: relative;
  padding-top: 40px;
}
.profile .profile_box {
  margin-bottom: 40px;
}
.profile .profile_text,
.profile .profile_main {
  line-height: 50px;
}
.profile .profile_main .profile_main_text {
  padding-top: 90px;
}
.profile .profile_record {
  line-height: 33px;
}
.profile .profile_record_heading {
  margin-bottom: 30px;
}
.profile .profile_record_list_item:not(:last-of-type) {
  margin-bottom: 40px;
}
/*target*/
.target {
  margin-top: 70px;
  padding-bottom: 70px;
}
.target .target_text {
  margin-bottom: 70px;
}
/*sponser*/
.sponser {
  position: relative;
  background: url(/event/lp/snowboards_kunitake/img/bg_sponser.png) no-repeat top center/100%;
  background-color: #eaf4f6;
  padding-top: 83px;
}
.sponser::before {
  content: '';
  display: block;
  background: url(/event/lp/snowboards_kunitake/img/bg_sponser_top.png) repeat-x top center;
  position: absolute;
  top: -83px;
  left: 0;
  width: 100%;
  height: 83px;
  z-index: 1;
}
.sponser::after {
  content: '';
  display: block;
  background: url(/event/lp/snowboards_kunitake/img/bg_sponser_bottom.png) repeat-x bottom center;
  position: absolute;
  bottom: -105px;
  left: 0;
  width: 100%;
  height: 105px;
}
.sponser h2 {
 position: relative;
}
.sponser h2 .sponser_title {
  position: absolute;
  top: -83px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
}
.sponser .sponser_text {
  padding-top: 85px;
}
/*movie*/
.movie {
  background: url(/event/lp/snowboards_kunitake/img/bg_movie.png) no-repeat top center/cover;
  margin-top: 65px;
}
.movie .movie_box {
  margin-bottom: 60px;
}
.movie .movie_box.last_box {
  margin-bottom: 0;
}
.movie .movie_box_heading {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1;
}
.movie .movie_box_heading .shop {
  margin-top: 5px;
}
.youtube_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/* introduction */
.introduction {
  background-color: #fff;
  margin-top: 70px;
}
.introduction h2 {
  margin-bottom: -3%;
  position: relative;
  z-index: 1;
}
.introduction .col-md-7 {
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  max-width: 900px;
}
.introduction .col-md-5 {
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 440px;
}
.skew_area-10 {
  transform: skewX(-10deg);
}
.skew_reset-10 {
  transform: skewX(10deg);
}
.skew_area-15 {
  transform: skewX(-15deg);
}
.skew_reset-15 {
  transform: skewX(15deg);
}
.introduction .headding {
  color: #fff;
  font-size: 24px;
  text-align: center;
  min-width: 300px;
  background-color: #18469d;
  padding: 10px 30px;
  margin: 0 10px 10px;
  border-left: 5px solid #ea7627;
  display: inline-block;
}
.introduction .headding span {
  display: block;
}
.introduction .photo {
  position: relative;
}
.introduction .photo .balloon {
  position: absolute;
}
.introduction .caption {
  padding: 10px 15px;
  display: inline-block;
}
.introduction .caption p {
  font-size: 16px;
}
.introduction .caption .introduction_btn {
  text-align: right;
  margin-top: 20px;
}
.introduction .intro:nth-of-type(odd) .caption {
  background-color: #e9f3f5;
  margin-right: -18%;
}
.introduction .intro:nth-of-type(even) .caption {
  background-color: #fff;
  margin-left: -18%;
}
.intro_01 {
  background: url(/event/lp/snowboards_kunitake/img/introduction_01_back.jpg) repeat-x top center;
}
.intro_01 .balloon {
  width: 42.8571%;
  bottom: 10%;
  left: 35%;
}
.intro_02 {
  background: url(/event/lp/snowboards_kunitake/img/introduction_02_back.jpg) repeat-x top center;
}
.intro_02 .balloon {
  width: 41.055%;
  bottom: 1%;
  left: 28%;
}
.intro_03 {
  background: url(/event/lp/snowboards_kunitake/img/introduction_03_back.jpg) repeat-x top center;
}
.intro_03 .balloon {
  width: 40.7577%;
  bottom: 7%;
  left: 12%;
}
.intro_04 {
  background: url(/event/lp/snowboards_kunitake/img/introduction_04_back.jpg) repeat-x top center;
}
.intro_04 .balloon {
  width: 40.0673%;
  bottom: 54%;
  left: 2%;
}
.intro_05 {
  background: url(/event/lp/snowboards_kunitake/img/introduction_05_back.jpg) repeat-x top center;
}
.intro_05 .balloon {
  width: 44.61%;
  bottom: 7%;
  left: 12%;
}
.intro_06 {
  background: url(/event/lp/snowboards_kunitake/img/introduction_06_back.jpg) repeat-x top center;
}
.intro_06 .balloon {
  width: 37.0078%;
  bottom: 55%;
  left: 5%;
}
.intro_07 {
  background: url(/event/lp/snowboards_kunitake/img/introduction_07_back.jpg) repeat-x top center;
}
.intro_07 .balloon {
  width: 40.711%;
  bottom: 55%;
  left: 50%;
}
.intro {
  background-size: contain;
}
.introduction .section--first {
  padding: 20px 0 0;
  margin-bottom: 40px;
}
/*talk*/
.talk {
  background: url(/event/lp/snowboards_kunitake/img/bg_talk.png) no-repeat top center/cover;
  margin-top: 70px;
  padding-bottom: 70px;
}
.talk .talk_box {
  margin-bottom: 40px;
}
.talk .talk_box_heading {
  font-size: 24px;
}
/*follow_us*/
.follow_us {
  background-color: #eaf4f6;
  padding: 50px 0;
}
.follow_us h2 {
  margin-bottom: 0;
}
.follow_us .follow_us_box {
  background-color: #fff;
  margin-top: 30px;
  padding: 20px 95px 20px 125px;
}
.follow_us .follow_us_title {
  line-height: 1.4;
}
.follow_us .follow_us_share {
  min-width: 290px;
}
.follow_us .follow_us_list_item:not(:last-of-type) {
  margin-right: 40px;
}
.footer_btn {
  margin: 25px auto;
}
/* footer */
.footer {
  color: #fff;
  background-color: #023894;
}
.footer .copyright {
  text-align: center;
}
.footer img {
  vertical-align: bottom;
}

@media screen and (max-width: 980px) {
  /*body {
    font-size: 13px;
  }*/

  /* introduction */
  .introduction .headding {
    font-size: 18px;
  }

}

@media screen and (max-width: 768px) {
  h2 {
    margin-bottom: 20px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .contents {
    font-size: 16px;
  }
  /* header */
  .header {
    height: 70px;
  }
  .header h1 {
    padding: 0 20%;
    height: 70px;
  }
  .header h1 img {
    display: block;
  }
  .header .header_nav {
    top: 27px;
    right: 15px;
  }
  .header .header_nav_btn {
    width: 25px;
    height: 20px;
  }
  .header .header_nav_btn span {
    width: 25px;
    height: 3px;
  }
  .header .header_nav_btn span:nth-of-type(1) {
    top: 0;
  }
  .header .header_nav_btn span:nth-of-type(2) {
    top: 8px;
  }
  .header .header_nav_btn span:nth-of-type(3) {
    top: 16px;
  }
  .header .header_nav_btn.header_nav_btn--close span:nth-of-type(1) {
    top: 6px;
  }
  .header .header_nav_btn.header_nav_btn--close span:nth-of-type(3) {
    top: 6px;
  }
  .header .header_nav_menu {
    height: 100%;
    padding-bottom: 20px;
  }
  .header .header_nav_menu.open {
    top: 70px;
  }
  .header .header_nav_list {
    max-width: 100%;
    padding: 20px 50px 10px;
  }
  .header .header_nav_list_item {
    font-size: 14px;
    padding: 10px;
  }
  .header .header_nav_sns_heading {
    font-size: 13px;
  }
  .header .header_nav_sns_heading::before,
  .header .header_nav_sns_heading::after {
    width: 25px;
  }
  .header .header_nav_sns_heading::before {
    left: -28px;
  }
  .header .header_nav_sns_heading::after {
    right: -20px;
  }
  .header .header_nav_sns_list_item {
    padding: 5px 12px;
  }
  .header .header_nav_sns_list_item img {
    width: 40px;
  }
  /*slider*/
  .mv {
    padding-top: 70px;
  }
  .mv .prev_arrow {
    left: 10px;
  }
  .mv .next_arrow {
    right: 10px;
  }
  .mv .prev_arrow::before,
  .mv .next_arrow::before {
    width: 30px;
    height: 30px;
  }
  .mv .mv_text {
    padding: 15px 0;
  }
  /* profile */
  .profile {
    padding-top: 20px;
  }
  .profile .profile_box {
    margin-bottom: 20px;
  }
  .profile .profile_text,
  .profile .profile_main {
    line-height: 30px;
  }
  .profile .profile_main .profile_main_text {
    padding-top: 0;
  }
  .profile .profile_record {
    line-height: 21px;
  }
  .profile .profile_record_heading {
    margin-bottom: 15px;
  }
  .profile .profile_record_list_item:not(:last-of-type) {
    margin-bottom: 20px;
  }
  /*target*/
  .target {
    margin-top: 35px;
    padding-bottom: 35px;
  }
  .target .target_text {
    margin-bottom: 35px;
  }
  /*sponser*/
  .sponser h2 {
    margin: 0;
  }
  .sponser .sponser_text {
    padding-top: 0;
  }
  /*movie*/
  .movie {
    margin-top: 30px;
  }
  .movie .movie_box {
    margin-bottom: 30px;
  }
  .movie .movie_box_heading {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .movie .movie_box_heading .shop {
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .movie .movie_box_heading .season img {
    width: 50%;
  }
  /* introduction */
  .introduction {
    margin-top: 35px;
  }
  .introduction .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .introduction .photo > img {
    max-width: 110%;
  }
  .introduction .photo.trim > img {
    margin-left: -10%;
    margin-right: 10%;
  }
  .intro_03 .balloon {
    left: 16%;
  }
  .intro_05 .balloon {
    left: 18%;
  }
  .intro_07 .balloon {
    left: 56%;
  }
  .introduction .caption p {
    font-size: 13px;
  }
  .introduction .caption .introduction_btn {
    text-align: center;
    margin-top: 10px;
  }
  .introduction .caption .introduction_btn img {
    width: 250px;
  }
  .introduction .section {
    padding: 10px 10px 50px;
  }
  .introduction .section > .texR,
  .introduction .section > .texL {
    text-align: center;
  }
  .introduction .headding {
    text-align: center;
    width: auto;
    min-width: initial;
    padding: 5px;
    display: block;
  }
  .introduction .intro:nth-of-type(even) .caption,
  .introduction .intro:nth-of-type(odd) .caption {
    margin-right: auto;
    margin-left: auto;
  }
  .intro {
    background-size: 100%;
    background-position: bottom;
    background-repeat: repeat;
  }
  .introduction .section--first {
    margin-bottom: 0;
    padding: 10px 10px 20px;
  }
  /*talk*/
  .talk {
    margin-top: 35px;
    padding-bottom: 35px;
  }
  .talk .talk_box {
    margin-bottom: 20px;
  }
  .talk .talk_box_heading {
    font-size: 18px;
  }
  /*follow_us*/
  .follow_us {
    padding: 30px 0;
  }
  .follow_us h2 img {
    width: 50%;
  }
  .follow_us .follow_us_box {
    margin-top: 20px;
    padding: 20px;
    text-align: center;
  }
  .follow_us .follow_us_share {
    min-width: 100%;
    margin-top: 10px;
  }
  .follow_us .follow_us_list_item:not(:last-of-type) {
    margin-right: 20px;
  }
  .follow_us .follow_us_list_item img {
    width: 36px;
  }
  .footer_btn {
    margin: 15px auto;
  }
  /* footer */
  .footer .copyright img {
    width: 61px;
  }
  .footer .copyright small {
    display: block;
    margin-top: 5px;
  }

}
