@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/*
	@include sc(pc) {
		width: 100%;
	}
	@include sc(sp) {
		width: 50%;
	}
*/
/*
	@include hover() {
		opacity: 0.6;
	}
*/
/*
	$line:イラレの行の値
	$size:イラレの文字の値

	@include lh(38, 15);
*/
/*
	$size:object-fitの値

	@include objectfit();
	@include objectfit('contain');
*/
/*
	@include taJ();
*/
/*
	@extend %rightarr;
*/
/*
400：Regular（デフォルト）
500：Medium
700：Bold
*/
/*
Montserrat フォント設定
400：Regular（デフォルト）
500：Medium
700：Bold
*/
/*
@mixin f_roboto($weight:400) {
	font-family: 'Roboto',"游ゴシック","游ゴシック体","Yu Gothic",YuGothic, sans-serif;
	font-weight:$weight;
}
Robotoフォント設定
400：Regular（デフォルト）
500：Medium
700：Bold
*/
/*
	$weight:フォントの太さ

	@include f_min();
	@include f_min(500);
	@include f_min(600);
*/
/*
	$color:色指定
	$stripe:線サイズ
	$spacing:線の空きサイズ
	$height:太さ

	@include dotted(#e6e1d2, 4,4,2);
*/
/*
example
@include dotted-y(#COLOR, WidthPX,SpaceingPX,LengthPX,); 横破線
@include dotted-y(#e6e1d2, 4,4,2,10);
*/
@media screen and (max-width: 640px) {
  .content_wrap {
    margin-top: 0;
  }
}

/*====================
cont_header
====================*/
.cont_header {
  padding-top: 1.2rem;
}
@media screen and (max-width: 640px) {
  .cont_header {
    padding: 0.4rem 0.24rem 0;
  }
}
.cont_header .sec_tit_wrap .sec_tit {
  font-size: 0.38rem;
}
@media screen and (max-width: 640px) {
  .cont_header .sec_tit_wrap .sec_tit {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 640px) {
  .cont_header .sec_tit_wrap .lead {
    line-height: 2;
  }
}

/*====================
人気ランキング
====================*/
.-ranking {
  position: relative;
  padding-top: 1rem;
  max-width: 100%;
  border-bottom: 0;
}
@media screen and (max-width: 640px) {
  .-ranking {
    padding-top: 0.5rem;
  }
}
.-ranking::before {
  content: "";
  width: calc(100% - 1.2rem);
  height: 100%;
  background-color: #f6f6f6;
  position: absolute;
  left: 0.6rem;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .-ranking::before {
    width: 100%;
    left: 0;
  }
}
.-ranking .in {
  width: 100%;
  max-width: 12rem;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 640px) {
  .-ranking .in .sec_tit_wrap .sec_tit {
    padding-bottom: 0;
  }
}
.-ranking .in .mov_list {
  margin-top: 0.4rem;
}
@media screen and (max-width: 640px) {
  .-ranking .in .mov_list {
    margin-top: 0;
    padding-top: 0.2rem;
  }
}
.-ranking .in .mov_list .-no1 {
  position: relative;
}
.-ranking .in .mov_list .-no1::before {
  content: "";
  width: 0.51rem;
  height: 0.52rem;
  background-image: url(/img/icon_no1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -0.22rem;
  right: -0.05rem;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .-ranking .in .mov_list .-no1::before {
    width: 0.47rem;
    height: 0.47rem;
    top: -0.1rem;
    right: 0.15rem;
  }
}
.-ranking .in .mov_list .-no2 {
  position: relative;
}
.-ranking .in .mov_list .-no2::before {
  content: "";
  width: 0.51rem;
  height: 0.52rem;
  background-image: url(/img/icon_no2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -0.22rem;
  right: -0.05rem;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .-ranking .in .mov_list .-no2::before {
    width: 0.47rem;
    height: 0.47rem;
    top: -0.1rem;
    right: 0.15rem;
  }
}
.-ranking .in .mov_list .-no3 {
  position: relative;
}
.-ranking .in .mov_list .-no3::before {
  content: "";
  width: 0.51rem;
  height: 0.52rem;
  background-image: url(/img/icon_no3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -0.22rem;
  right: -0.05rem;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .-ranking .in .mov_list .-no3::before {
    width: 0.47rem;
    height: 0.47rem;
    top: -0.1rem;
    right: 0.15rem;
  }
}

@media screen and (max-width: 640px) {
  .-popular::before {
    content: none;
  }
}

/*====================
動画一覧
====================*/
.mov_list_wrap {
  margin-top: 1.4rem;
  padding-bottom: 0;
}
@media screen and (max-width: 640px) {
  .mov_list_wrap {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 640px) {
  .mov_list_wrap .in .mov_list {
    margin-right: 0;
  }
}

/*====================
他のジャンルの結婚式ムービー
====================*/
.other_movie {
  padding: 1.2rem 0;
  background-color: #f6f6f6;
}
@media screen and (max-width: 640px) {
  .other_movie {
    padding: 0.5rem 0;
  }
}
.other_movie .in {
  width: 100%;
  max-width: 12rem;
  margin: auto;
}
.other_movie .in .mov_list_wrap {
  position: relative;
  margin-top: 0.6rem;
  padding-bottom: 0.4rem;
}
@media screen and (max-width: 640px) {
  .other_movie .in .mov_list_wrap {
    margin-top: 0.2rem;
  }
}
.other_movie .in .mov_list_wrap .cat_title {
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 1;
  border-left: 0.04rem solid #c8aa50;
  padding-left: 0.15rem;
}
@media screen and (max-width: 640px) {
  .other_movie .in .mov_list_wrap .cat_title {
    font-size: 0.18rem;
    padding-left: 0.1rem;
    margin-left: 0.4rem;
  }
}
.other_movie .in .mov_list_wrap .mov_list {
  position: relative;
}
@media screen and (max-width: 640px) {
  .other_movie .in .mov_list_wrap .mov_list {
    padding-left: 0.4rem;
    overflow-x: scroll;
  }
}
.other_movie .in .mov_list_wrap .mov_list .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0.45rem -0.22rem 0;
}
@media screen and (max-width: 640px) {
  .other_movie .in .mov_list_wrap .mov_list .list {
    flex-wrap: nowrap;
    white-space: nowrap;
    margin: 0;
    padding-top: 0.1rem;
  }
}
.other_movie .in .mov_list_wrap .mov_list .list .detail {
  width: 100%;
  max-width: 2.67rem;
  margin: 0 0.22rem;
}
@media screen and (max-width: 640px) {
  .other_movie .in .mov_list_wrap .mov_list .list .detail {
    max-width: 2.83rem;
    padding: 0.1rem 0.26rem 0 0;
    flex-shrink: 0;
    white-space: wrap;
    margin: 0;
  }
}
.other_movie .in .mov_list_wrap .mov_list .list .detail .ph {
  height: 1.5rem;
  box-shadow: 0 0 0.12rem rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  .other_movie .in .mov_list_wrap .mov_list .list .detail .ph {
    height: 1.6rem;
  }
}
.other_movie .in .mov_list_wrap .mov_list .list .detail .ph img {
  transition: all 0.3s;
}
.other_movie .in .mov_list_wrap .mov_list .list .detail .txt_box {
  margin-top: 0.15rem;
  color: #262626;
}
@media screen and (max-width: 640px) {
  .other_movie .in .mov_list_wrap .mov_list .list .detail .txt_box {
    margin-top: 0.1rem;
    padding-bottom: 0.2rem;
  }
}
.other_movie .in .mov_list_wrap .mov_list .list .detail .txt_box .tit {
  font-size: 0.18rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .other_movie .in .mov_list_wrap .mov_list .list .detail .txt_box .tit {
    font-size: 0.15rem;
  }
}
.other_movie .in .mov_list_wrap .mov_list .list .detail .txt_box .price {
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  margin-top: 0.05rem;
}
.other_movie .in .mov_list_wrap .mov_list .list .detail .txt_box .price::after {
  content: "";
  font-size: 0.14rem;
  font-weight: 400;
  display: inline-block;
}
.other_movie .in .mov_list_wrap .mov_list .list .detail .wrap_link {
  display: block;
}
.other_movie
  .in
  .mov_list_wrap
  .mov_list
  .list
  .detail
  .wrap_link:hover
  .ph
  img {
  opacity: 0.7;
  transform: scale(1.06);
}
.other_movie
  .in
  .mov_list_wrap
  .mov_list
  .list
  .detail
  .wrap_link:hover
  .txt_box
  .tit {
  color: #50b9c3;
}
.other_movie .in .mov_list_wrap .more_link {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 640px) {
  .other_movie .in .mov_list_wrap .more_link {
    position: relative;
    text-align: center;
  }
}
.other_movie .in .mov_list_wrap .more_link a {
  font-size: 0.17rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #50b9c3;
  transition: opacity 0.3s;
}
@media screen and (max-width: 640px) {
  .other_movie .in .mov_list_wrap .more_link a {
    font-size: 0.16rem;
  }
}
.other_movie .in .mov_list_wrap .more_link a::after {
  content: "";
  width: 0.22rem;
  height: 0.12rem;
  display: inline-block;
  background-image: url(/img/txt_link_arrow_blue.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.other_movie .in .mov_list_wrap .more_link a:hover {
  opacity: 0.7;
}

/*====================
バナー帯
====================*/
.category_bnr_wrap {
  padding: 1.2rem 0;
}
@media screen and (max-width: 640px) {
  .category_bnr_wrap {
    padding: 0.5rem 0;
  }
}