@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);
*/
/*====================
mv
====================*/
.mv_area {
  width: 100%;
  height: 40vw;
  min-height: 6.4rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .mv_area {
    height: 60vh;
    min-height: 380px;
  }
}
.mv_area .full {
  height: 100%;
}
.mv_area .full a,
.mv_area .full div {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  margin: 0;
  text-decoration: none;
}
.mv_area .full .img01 {
  background-image: url("/img/index/mv_pc.jpg");
}
.mv_area .full .img02 {
  background-image: url("/img/index/mv_pc01.png");
}
.mv_area .full .slick-dots {
  bottom: 16px;
  z-index: 2;
}
.mv_area .in {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 12rem;
  margin: auto;
}
.mv_area .in .txt_box {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .mv_area .in .txt_box {
    top: auto;
    bottom: 0.25rem;
    left: 0.2rem;
    transform: translateY(0);
  }
}
.mv_area .in .txt_box .catch {
  font-size: 0.48rem;
  letter-spacing: 0.2em;
  line-height: 1.54;
  color: #5C5C5C;
}
@media screen and (max-width: 640px) {
  .mv_area .in .txt_box .catch {
    font-size: 0.32rem;
    line-height: 1.5;
    letter-spacing: 0.15em;
  }
}
.mv_area .in .txt_box .catch .txt {
  display: inline;
  font-size: inherit;
  font-weight: 400;
  color: #50B9C3;
}
.mv_area .in .txt_box .en_txt {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 0.16rem;
  letter-spacing: 0.05em;
  color: #5C5C5C;
  margin-top: 0.2rem;
}
@media screen and (max-width: 640px) {
  .mv_area .in .txt_box .en_txt {
    font-size: 0.14rem;
    line-height: 1.71;
  }
}

@media (max-width: 768px) {
  .mv_area .full .img01 {
    background-image: url("/img/index/mv_sp.jpg");
  }
  .mv_area .full .img02 {
    background-image: url("/img/index/mv_sp01.png");
  }
}
/*====================
メッセージ
====================*/
.mv_message {
  text-align: center;
  padding: 0.24rem 0;
}
@media screen and (max-width: 640px) {
  .mv_message {
    padding-top: 0;
  }
}
.mv_message .txt {
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #50B9C3;
  text-decoration: underline;
}

/*====================
一覧
====================*/
.-profile {
  margin-top: 1.1rem;
}
@media screen and (max-width: 640px) {
  .-profile {
    margin-top: 0.7rem;
  }
}

/*====================
制作事例 ※トップSPだけ
====================*/
@media screen and (max-width: 640px) {
  .case {
    padding-bottom: 0;
  }
}

/*====================
公式SNS
====================*/
.sns {
  padding: 1.2rem 0;
}
@media screen and (max-width: 640px) {
  .sns {
    padding: 0.5rem 0.16rem 0;
  }
}
.sns .in {
  width: 100%;
  max-width: 12rem;
  margin: auto;
  background-color: #F6F6F6;
  padding: 0.8rem 0;
}
@media screen and (max-width: 640px) {
  .sns .in {
    padding: 0.5rem 0.06rem 0.3rem;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  .sns .in .sec_tit_wrap .lead {
    padding: 0 0.4rem;
  }
}
.sns .in .sns_list_wrap {
  padding-top: 0.4rem;
}
.sns .in .sns_list_wrap .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sns .in .sns_list_wrap .list .detail {
  width: 1rem;
  padding: 0 0.25rem;
}
@media screen and (max-width: 640px) {
  .sns .in .sns_list_wrap .list .detail {
    width: 0.9rem;
    padding: 0 0.1rem 0.2rem;
  }
}
.sns .in .sns_list_wrap .list .detail .wrap_link {
  display: block;
  text-align: center;
  transition: all 0.3s;
}
.sns .in .sns_list_wrap .list .detail .wrap_link .icon {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 640px) {
  .sns .in .sns_list_wrap .list .detail .wrap_link .icon {
    width: 0.9rem;
    height: 0.9rem;
  }
}
.sns .in .sns_list_wrap .list .detail .wrap_link .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: currentColor;
}
.sns .in .sns_list_wrap .list .detail .wrap_link .txt {
  padding-top: 0.15rem;
  font-size: 0.14rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .sns .in .sns_list_wrap .list .detail .wrap_link .txt {
    padding-top: 0.1rem;
    font-size: 0.126rem;
  }
}
.sns .in .sns_list_wrap .list .detail .wrap_link:hover {
  opacity: 0.7;
  color: #50B9C3;
}

/*====================
結婚式ムービー制作への想い
====================*/
.message {
  padding: 0.8rem 0 2rem;
}
@media screen and (max-width: 640px) {
  .message {
    padding: 0.5rem 0.16rem 1.5rem;
  }
}
.message .in {
  width: 100%;
  max-width: 12rem;
  margin: auto;
  position: relative;
}
.message .in .sec_tit {
  padding-bottom: 0;
}
.message .in .txt {
  font-size: 0.16rem;
  letter-spacing: 0.05em;
  line-height: 2.12;
  margin: 0.3rem auto 0;
  max-width: 8.17rem;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .message .in .txt {
    font-size: 0.15rem;
    text-align: justify;
    line-height: 1.6;
  }
}
.message .in .illust {
  width: 1.24rem;
  height: 2.16rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
.message .in .illust img {
  height: auto;
}/*# sourceMappingURL=index.css.map */