@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://use.typekit.net/iwb6twn.css");
/*
	@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);
*/
/*====================
フローティングボタン
====================*/
.floating_cart_btn {
  position: fixed;
  right: 0;
  top: 70%;
  z-index: 2;
  background-color: #fff;
  border-radius: 0.05rem 0 0 0.05rem;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .floating_cart_btn {
    width: 100%;
    top: auto;
    bottom: 0;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  }
}
.floating_cart_btn .in {
  border-left: 0.08rem solid #50B9C3;
  border-top: 1px solid #50B9C3;
  border-bottom: 1px solid #50B9C3;
  padding: 0.2rem;
}
@media screen and (max-width: 640px) {
  .floating_cart_btn .in {
    border: 0;
    padding: 0.2rem 0;
  }
}
.floating_cart_btn .in .upper_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .floating_cart_btn .in .upper_box {
    display: none;
  }
}
.floating_cart_btn .in .upper_box .ph {
  width: 1.2rem;
  height: 0.68rem;
}
.floating_cart_btn .in .upper_box .txt_box {
  width: calc(100% - 1.2rem);
  padding-left: 0.17rem;
  box-sizing: border-box;
}
.floating_cart_btn .in .upper_box .txt_box .tit {
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 0.05rem;
}
.floating_cart_btn .in .upper_box .txt_box .txt {
  font-size: 0.12rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #8f8f8f;
}
.floating_cart_btn .in .btn_common {
  margin-top: 0.2rem;
}
@media screen and (max-width: 640px) {
  .floating_cart_btn .in .btn_common {
    margin-top: 0;
    max-width: calc(100% - 0.48rem);
  }
}
.floating_cart_btn .in .btn_common .btn {
  padding: 0.09rem 0;
  cursor: pointer;
}
.floating_cart_btn .in .btn_common .btn span {
  font-size: 0.13rem;
}
.floating_cart_btn .in .btn_common .btn span::before {
  content: "";
  width: 0.27rem;
  height: 0.17rem;
  display: inline-block;
  background-image: url(/img/icon_cart.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 0.03rem;
}

/*====================
cont_header
====================*/
.cont_detail_header {
  padding-top: 1rem;
  max-width: 13.44rem;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .cont_detail_header {
    padding: 0.15rem 0.15rem 0;
  }
}
.cont_detail_header .mv_wrap div:not([class]) {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.cont_detail_header .mv_wrap div:not([class]) iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cont_detail_header .mv_wrap .bottom_illust_wrap {
  position: relative;
}
.cont_detail_header .mv_wrap .bottom_illust_wrap::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 1.05rem;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .cont_detail_header .mv_wrap .bottom_illust_wrap::before {
    content: none;
  }
}
.cont_detail_header .mv_wrap .bottom_illust_wrap .illust {
  max-width: 9.56rem;
  margin: auto;
  position: relative;
  z-index: 1;
}

/*====================
本文
====================*/
.cont_detail_entry_wrap {
  padding: 0.5rem 0 1rem;
}
@media screen and (max-width: 640px) {
  .cont_detail_entry_wrap {
    padding: 0.3rem 0;
  }
}
.cont_detail_entry_wrap .in {
  width: 100%;
  max-width: 9.6rem;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 640px) {
  .cont_detail_entry_wrap .in {
    padding: 0 0.16rem;
    box-sizing: border-box;
  }
}
.cont_detail_entry_wrap .in .detail_tit_wrap {
  text-align: center;
  padding-bottom: 0.4rem;
}
@media screen and (max-width: 640px) {
  .cont_detail_entry_wrap .in .detail_tit_wrap {
    padding-bottom: 0.25rem;
  }
}
.cont_detail_entry_wrap .in .detail_tit_wrap .tit {
  font-size: 0.38rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .cont_detail_entry_wrap .in .detail_tit_wrap .tit {
    font-size: 0.22rem;
  }
}
.cont_detail_entry_wrap .in .detail_tit_wrap .txt {
  font-size: 0.14rem;
  letter-spacing: 0;
  padding-top: 0.05rem;
}
.cont_detail_entry_wrap .in .lead {
  font-size: 0.16rem;
  letter-spacing: 0.05em;
  line-height: 2.21;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .cont_detail_entry_wrap .in .lead {
    font-size: 0.15rem;
    line-height: 1.6;
  }
}
.cont_detail_entry_wrap .in .price_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.8rem;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .cont_detail_entry_wrap .in .price_wrap {
    margin-top: 0.25rem;
  }
}
.cont_detail_entry_wrap .in .price_wrap .regular_price {
  color: #5C5C5C;
  position: relative;
  padding-right: 0.6rem;
}
@media screen and (max-width: 640px) {
  .cont_detail_entry_wrap .in .price_wrap .regular_price {
    display: flex;
    align-items: center;
    padding-right: 0;
  }
}
.cont_detail_entry_wrap .in .price_wrap .regular_price::after {
  content: "";
  width: 0.6rem;
  height: 0.4rem;
  background-image: url(/img/txt_link_arrow_bk_large.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0.12rem;
}
@media screen and (max-width: 640px) {
  .cont_detail_entry_wrap .in .price_wrap .regular_price::after {
    width: 0.3rem;
    height: 0.2rem;
    left: 40%;
    transform: rotate(90deg);
    bottom: -0.2rem;
  }
}
.cont_detail_entry_wrap .in .price_wrap .regular_price .txt {
  font-size: 0.24rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .cont_detail_entry_wrap .in .price_wrap .regular_price .txt {
    font-size: 0.14rem;
  }
}
.cont_detail_entry_wrap .in .price_wrap .regular_price .price_txt {
  font-size: 0.28rem;
  letter-spacing: 0.05em;
  margin-top: 0.05rem;
}
@media screen and (max-width: 640px) {
  .cont_detail_entry_wrap .in .price_wrap .regular_price .price_txt {
    font-size: 0.16rem;
  }
}
.cont_detail_entry_wrap .in .price_wrap .regular_price .price_txt span {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 0.66rem;
  letter-spacing: 0.04em;
  display: inline-block;
  padding-right: 0.05rem;
}
@media screen and (max-width: 640px) {
  .cont_detail_entry_wrap .in .price_wrap .regular_price .price_txt span {
    font-size: 0.33rem;
  }
}
.cont_detail_entry_wrap .in .price_wrap .double_price {
  color: #E45982;
  position: relative;
  padding-left: 0.1rem;
}
.cont_detail_entry_wrap .in .price_wrap .double_price .txt {
  font-size: 0.24rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .cont_detail_entry_wrap .in .price_wrap .double_price .txt {
    font-size: 0.14rem;
  }
}
.cont_detail_entry_wrap .in .price_wrap .double_price .price_txt {
  font-size: 0.28rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 0.05rem;
}
@media screen and (max-width: 640px) {
  .cont_detail_entry_wrap .in .price_wrap .double_price .price_txt {
    font-size: 0.16rem;
  }
}
.cont_detail_entry_wrap .in .price_wrap .double_price .price_txt span {
  font-family: "garamond-premier-pro", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 0.66rem;
  letter-spacing: 0;
  display: inline-block;
  padding-right: 0.05rem;
}
@media screen and (max-width: 640px) {
  .cont_detail_entry_wrap .in .price_wrap .double_price .price_txt span {
    font-size: 0.42rem;
  }
}
.cont_detail_entry_wrap .in .price_wrap .double_price .off_icon {
  width: 1.13rem;
  height: 1.2rem;
  background-image: url(/img/icon_off.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0.1rem;
}
@media screen and (max-width: 640px) {
  .cont_detail_entry_wrap .in .price_wrap .double_price .off_icon {
    width: 0.65rem;
    height: 0.68rem;
    background-image: url(/img/icon_off_sp.png);
    left: -0.25rem;
    right: auto;
  }
}
.cont_detail_entry_wrap .in .price_wrap .double_price .off_icon .txt_box {
  text-align: center;
  color: #fff;
  font-size: 0.17rem;
  font-weight: 700;
  line-height: 1.2;
  position: absolute;
  left: 0;
  bottom: 0.1rem;
}
@media screen and (max-width: 640px) {
  .cont_detail_entry_wrap .in .price_wrap .double_price .off_icon .txt_box {
    font-size: 0.11rem;
    left: 0.05rem;
  }
}
.cont_detail_entry_wrap .in .price_wrap .double_price .off_icon .txt_box .off_price {
  font-size: 0.26rem;
}
@media screen and (max-width: 640px) {
  .cont_detail_entry_wrap .in .price_wrap .double_price .off_icon .txt_box .off_price {
    font-size: 0.13rem;
  }
}
.cont_detail_entry_wrap .in .price_wrap .double_price .off_icon .txt_box .off_txt {
  font-size: 0.22rem;
}
@media screen and (max-width: 640px) {
  .cont_detail_entry_wrap .in .price_wrap .double_price .off_icon .txt_box .off_txt {
    font-size: 0.13rem;
    display: block;
  }
}
.cont_detail_entry_wrap .in .price_wrap .double_price.icon {
  padding-right: 1.1rem;
}
@media screen and (max-width: 640px) {
  .cont_detail_entry_wrap .in .price_wrap .double_price.icon {
    margin-top: 0.3rem;
    padding-right: 0;
    padding-left: 0.5rem;
  }
}
.cont_detail_entry_wrap .in .cart_btn_wrap {
  margin-top: 1rem;
}
@media screen and (max-width: 640px) {
  .cont_detail_entry_wrap .in .cart_btn_wrap {
    margin-top: 0.7rem;
  }
}
.cont_detail_entry_wrap .in .cart_btn_wrap .btn_common {
  max-width: 4.2rem;
}
.cont_detail_entry_wrap .in .cart_btn_wrap .btn_common .btn {
  padding: 0.14rem 0 0.17rem;
  cursor: pointer;
}
.cont_detail_entry_wrap .in .cart_btn_wrap .btn_common .btn span {
  font-size: 0.18rem;
  letter-spacing: 0.05em;
  position: relative;
}
.cont_detail_entry_wrap .in .cart_btn_wrap .btn_common .btn.cart span::before {
  content: "";
  width: 0.24rem;
  height: 0.24rem;
  display: inline-block;
  padding-right: 0.2rem;
  background-image: url(/img/icon_cart.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 0.03rem;
}
.cont_detail_entry_wrap .in .cart_btn_wrap .sub_link_wrap {
  margin-top: 0.25rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cont_detail_entry_wrap .in .cart_btn_wrap .sub_link_wrap .link {
  font-size: 0.14rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 0.15rem;
  transition: color 0.3s;
}
.cont_detail_entry_wrap .in .cart_btn_wrap .sub_link_wrap .link::after {
  content: "";
  width: 0.28rem;
  height: 0.12rem;
  display: inline-block;
  background-image: url(/img/txt_link_arrow_bk.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.cont_detail_entry_wrap .in .cart_btn_wrap .sub_link_wrap .link:hover {
  color: #50B9C3;
}
.cont_detail_entry_wrap .in .cart_btn_wrap .sub_link_wrap .link.mail::before {
  content: "";
  width: 0.3rem;
  height: 0.16rem;
  display: inline-block;
  background-image: url(/img/icon_mail_blue.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 0.03rem;
}
.cont_detail_entry_wrap .in .cart_btn_wrap .sub_link_wrap .link.line::before {
  content: "";
  width: 0.3rem;
  height: 0.17rem;
  display: inline-block;
  background-image: url(/img/icon_line_blue.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 0.03rem;
}
.cont_detail_entry_wrap .in .detail_mov_list_wrap {
  margin-top: 1.2rem;
}
@media screen and (max-width: 640px) {
  .cont_detail_entry_wrap .in .detail_mov_list_wrap {
    margin-top: 0.8rem;
  }
}
.cont_detail_entry_wrap .in .detail_mov_list_wrap .tit02 {
  font-size: 0.22rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 0.2rem;
}
@media screen and (max-width: 640px) {
  .cont_detail_entry_wrap .in .detail_mov_list_wrap .tit02 {
    font-size: 0.15rem;
    padding-bottom: 0.1rem;
  }
}
.cont_detail_entry_wrap .in .detail_mov_list_wrap .detail_mov_list {
  overflow: hidden;
}
.cont_detail_entry_wrap .in .detail_mov_list_wrap .detail_mov_list .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cont_detail_entry_wrap .in .detail_mov_list_wrap .detail_mov_list .list .detail {
  width: 48.28%;
  margin-top: 0.2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .cont_detail_entry_wrap .in .detail_mov_list_wrap .detail_mov_list .list .detail {
    width: 100%;
  }
}
.cont_detail_entry_wrap .in .detail_mov_list_wrap .detail_mov_list .list .detail .wrap_link {
  background-color: #F6F6F6;
  padding: 0.3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  transition: background-color 0.3s;
}
@media screen and (max-width: 640px) {
  .cont_detail_entry_wrap .in .detail_mov_list_wrap .detail_mov_list .list .detail .wrap_link {
    display: flex;
    padding: 0.2rem;
  }
}
.cont_detail_entry_wrap .in .detail_mov_list_wrap .detail_mov_list .list .detail .wrap_link .ph {
  width: 100%;
  max-width: 2rem;
  height: 1.13rem;
  box-shadow: 0 0 0.07rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 640px) {
  .cont_detail_entry_wrap .in .detail_mov_list_wrap .detail_mov_list .list .detail .wrap_link .ph {
    width: 1.37rem;
    height: auto;
  }
}
.cont_detail_entry_wrap .in .detail_mov_list_wrap .detail_mov_list .list .detail .wrap_link .txt_box {
  width: 100%;
  max-width: 1.73rem;
}
@media screen and (max-width: 640px) {
  .cont_detail_entry_wrap .in .detail_mov_list_wrap .detail_mov_list .list .detail .wrap_link .txt_box {
    width: calc(100% - 1.37rem);
    box-sizing: border-box;
    padding-left: 0.2rem;
  }
}
.cont_detail_entry_wrap .in .detail_mov_list_wrap .detail_mov_list .list .detail .wrap_link .txt_box .mov_tit {
  font-size: 0.18rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 0.1rem;
}
@media screen and (max-width: 640px) {
  .cont_detail_entry_wrap .in .detail_mov_list_wrap .detail_mov_list .list .detail .wrap_link .txt_box .mov_tit {
    font-size: 0.14rem;
    padding-bottom: 0.05rem;
  }
}
.cont_detail_entry_wrap .in .detail_mov_list_wrap .detail_mov_list .list .detail .wrap_link .txt_box .spec_txt {
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  line-height: 1.71;
}
.cont_detail_entry_wrap .in .detail_mov_list_wrap .detail_mov_list .list .detail .wrap_link:hover {
  background-color: rgba(80, 185, 195, 0.2);
}
.cont_detail_entry_wrap .in .detail_mov_list_wrap .detail_mov_list .list .detail:nth-child(n+3) {
  display: none;
}
.cont_detail_entry_wrap .in .detail_mov_list_wrap .more_link {
  margin-top: 0.4rem;
  text-align: center;
}
.cont_detail_entry_wrap .in .detail_mov_list_wrap .more_link span {
  display: inline-block;
  cursor: pointer;
  font-size: 0.14rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-right: 0.4rem;
  position: relative;
  transition: color 0.3s;
}
@media screen and (max-width: 640px) {
  .cont_detail_entry_wrap .in .detail_mov_list_wrap .more_link span {
    padding-right: 0.3rem;
  }
}
.cont_detail_entry_wrap .in .detail_mov_list_wrap .more_link span .icon {
  width: 0.15rem;
  height: 0.15rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .cont_detail_entry_wrap .in .detail_mov_list_wrap .more_link span .icon {
    top: 47%;
  }
}
.cont_detail_entry_wrap .in .detail_mov_list_wrap .more_link span .icon::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #50B9C3;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cont_detail_entry_wrap .in .detail_mov_list_wrap .more_link span .icon::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #50B9C3;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  transition: transform 0.3s;
}
.cont_detail_entry_wrap .in .detail_mov_list_wrap .more_link span:hover {
  color: #50B9C3;
}
.cont_detail_entry_wrap .in .detail_mov_list_wrap .more_link span.-open .icon::after {
  transform: translateX(-50%) rotate(90deg);
}
.cont_detail_entry_wrap .in .recommend {
  margin-top: 1.7rem;
}
@media screen and (max-width: 640px) {
  .cont_detail_entry_wrap .in .recommend {
    margin-top: 0.93rem;
  }
}
.cont_detail_entry_wrap .in .recommend .txt {
  font-size: 0.16rem;
  letter-spacing: 0.05em;
  text-align: justify;
  line-height: 2.12;
}
@media screen and (max-width: 640px) {
  .cont_detail_entry_wrap .in .recommend .txt {
    font-size: 0.15rem;
    line-height: 1.6;
  }
}
.cont_detail_entry_wrap .in .features {
  margin-top: 1.7rem;
}
@media screen and (max-width: 640px) {
  .cont_detail_entry_wrap .in .features {
    margin-top: 0.7rem;
  }
}
.cont_detail_entry_wrap .in .features .sec_tit {
  padding-bottom: 0;
}
.cont_detail_entry_wrap .in .features .sub_tit {
  font-size: 0.18rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.6rem 0 0.1rem;
}
@media screen and (max-width: 640px) {
  .cont_detail_entry_wrap .in .features .sub_tit {
    padding: 0.4rem 0 0.1rem;
  }
}
.cont_detail_entry_wrap .in .features .txt {
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  text-align: justify;
  line-height: 1.71;
}
.cont_detail_entry_wrap .in .features .col1_wrap {
  margin-top: 0.4rem;
  padding-bottom: 0.1rem;
}
.cont_detail_entry_wrap .in .features .col1_wrap .ph img {
  height: auto;
}
.cont_detail_entry_wrap .in .features .col2_wrap {
  margin-top: 0.4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0.1rem;
}
.cont_detail_entry_wrap .in .features .col2_wrap .ph {
  width: 47.7%;
}
@media screen and (max-width: 640px) {
  .cont_detail_entry_wrap .in .features .col2_wrap .ph {
    width: 100%;
  }
}
.cont_detail_entry_wrap .in .features .col3_wrap {
  margin-top: 0.4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0.1rem;
}
@media screen and (max-width: 640px) {
  .cont_detail_entry_wrap .in .features .col3_wrap {
    padding-bottom: 0;
  }
}
.cont_detail_entry_wrap .in .features .col3_wrap .ph {
  width: 30.2%;
}
@media screen and (max-width: 640px) {
  .cont_detail_entry_wrap .in .features .col3_wrap .ph {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .cont_detail_entry_wrap .in .features .col3_wrap .caption {
    padding: 0 0.2rem 0.24rem;
  }
}
.cont_detail_entry_wrap .in .features .col4_wrap {
  margin-top: 0.4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0.1rem;
}
.cont_detail_entry_wrap .in .features .col4_wrap .ph {
  width: 23.43%;
}
@media screen and (max-width: 640px) {
  .cont_detail_entry_wrap .in .features .col4_wrap .ph {
    width: 47.7%;
  }
}
@media screen and (max-width: 640px) {
  .cont_detail_entry_wrap .in .features .col4_wrap .caption {
    line-height: 1.53;
    margin-top: 0.1rem;
    padding-bottom: 0.2rem;
  }
}
.cont_detail_entry_wrap .in .features .caption {
  font-size: 0.13rem;
  letter-spacing: 0.05em;
  line-height: 1.84;
  margin-top: 0.2rem;
}

/*====================
ムービーの構成
====================*/
.composition {
  padding: 1.2rem 0;
  background-color: #F6F6F6;
}
@media screen and (max-width: 640px) {
  .composition {
    padding: 0.4rem 0;
  }
}
.composition .in {
  width: 100%;
  max-width: 9.6rem;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .composition .in {
    padding: 0 0.2rem;
    box-sizing: border-box;
  }
}
.composition .in .composition_box {
  margin-top: 0.3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 0.54rem;
  background-image: url(/img/composition_box_bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 640px) {
  .composition .in .composition_box {
    margin-top: 0.2rem;
    padding-bottom: 0.32rem;
    background-image: url(/img/composition_box_bg_sp.png);
  }
}
.composition .in .composition_box .ph {
  width: 3rem;
  height: 1.7rem;
  box-shadow: 0 0 0.07rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 640px) {
  .composition .in .composition_box .ph {
    width: 100%;
    height: 50.33vw;
  }
  .composition .in .composition_box .ph img {
    display: block;
  }
}
.composition .in .composition_box .txt_box {
  width: 100%;
  max-width: 6.2rem;
}
.composition .in .composition_box .txt_box .tit {
  font-size: 0.18rem;
  font-weight: 700;
  letter-spacing: 0;
  padding-bottom: 0.1rem;
}
@media screen and (max-width: 640px) {
  .composition .in .composition_box .txt_box .tit {
    font-size: 0.16rem;
    text-align: center;
    padding-top: 0.2rem;
    padding-bottom: 0.15rem;
  }
}
.composition .in .composition_box .txt_box .txt {
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  text-align: justify;
  line-height: 1.71;
}
@media screen and (max-width: 640px) {
  .composition .in .composition_box .txt_box .txt {
    padding: 0 0.16rem;
    box-sizing: border-box;
  }
}
.composition .in .composition_box:last-child {
  padding-bottom: 0;
  background-image: none;
}

/*====================
ムービーの仕様
====================*/
.spec {
  padding: 1.2rem 0;
}
@media screen and (max-width: 640px) {
  .spec {
    padding: 0.5rem 0;
  }
}
.spec .in {
  width: 100%;
  max-width: 9.6rem;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .spec .in {
    padding: 0 0.2rem;
    box-sizing: border-box;
  }
}
.spec .in .spec_box_wrap {
  margin-top: 0.5rem;
  border-top: 1px solid #e7e7e7;
}
@media screen and (max-width: 640px) {
  .spec .in .spec_box_wrap {
    margin-top: 0.25rem;
  }
}
.spec .in .spec_box_wrap .spec_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.24rem 0;
  border-bottom: 1px solid #e7e7e7;
}
.spec .in .spec_box_wrap .spec_box .tit {
  width: 100%;
  max-width: 2rem;
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .spec .in .spec_box_wrap .spec_box .tit {
    margin-bottom: 0.2rem;
  }
}
.spec .in .spec_box_wrap .spec_box .txt_box {
  width: calc(100% - 2rem);
}
@media screen and (max-width: 640px) {
  .spec .in .spec_box_wrap .spec_box .txt_box {
    width: 100%;
  }
}
.spec .in .spec_box_wrap .spec_box .txt_box .txt {
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  text-align: justify;
  line-height: 1.71;
}

/*====================
ムービーの準備素材
====================*/
.material {
  padding: 1.2rem 0;
  background-color: #F6F6F6;
}
@media screen and (max-width: 640px) {
  .material {
    padding: 0.5rem 0;
  }
}
.material .in {
  width: 100%;
  max-width: 9.6rem;
  margin: auto;
}
.material .in .sec_tit {
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 640px) {
  .material .in .sec_tit {
    padding-bottom: 0.3rem;
  }
}
.material .in .material_box {
  margin-top: 0.1rem;
}
@media screen and (max-width: 640px) {
  .material .in .material_box {
    padding: 0 0.2rem;
    box-sizing: border-box;
  }
}
.material .in .material_box .list {
  background-color: #fff;
  border-radius: 0.05rem;
}
.material .in .material_box .list .tit {
  padding: 0.24rem 0.27rem;
  font-size: 0.18rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  cursor: pointer;
}
.material .in .material_box .list .tit::before {
  content: "";
  width: 0.14rem;
  height: 0.14rem;
  display: inline-block;
  margin-left: 0.1rem;
  background-image: url(/img/txt_link_arrow_blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 0.07rem);
  right: 0.27rem;
  transform: rotate(-90deg);
  transition: all 0.3s;
}
.material .in .material_box .list .tit.-open::before {
  transform: rotate(-270deg);
}
.material .in .material_box .list .txt_box {
  padding: 0 0.27rem 0.24rem;
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  text-align: justify;
  line-height: 1.71;
}
.material .in .material_box .list .txt_box ul li {
  position: relative;
  text-indent: -0.14rem;
  margin-left: 0.14rem;
  padding-top: 0.05rem;
}
@media screen and (max-width: 640px) {
  .material .in .material_box .list .txt_box ul li {
    text-indent: -0.05rem;
    margin-left: 0.1rem;
  }
}
.material .in .material_box .list .txt_box ul li::before {
  content: "・";
}
@media screen and (max-width: 640px) {
  .material .in .material_box .list .txt_box ul li::before {
    display: inline-block;
    padding-right: 0.02rem;
  }
}

/*====================
一緒に購入されている結婚式ムービー
====================*/
.purchase_together {
  padding-top: 0.6rem;
}
@media screen and (max-width: 640px) {
  .purchase_together {
    padding-bottom: 0.6rem;
  }
}
.purchase_together .in {
  width: 100%;
  max-width: 12rem;
  margin: auto;
}

/*====================
その他注目のプロフィールムービー 
====================*/
.attention_movie {
  padding-top: 0.6rem;
  padding-bottom: 0.4rem;
}
@media screen and (max-width: 640px) {
  .attention_movie {
    padding-top: 0;
    padding-bottom: 0.6rem;
  }
}
.attention_movie .in {
  width: 100%;
  max-width: 12rem;
  margin: auto;
}

/*====================
下部の動画リスト
====================*/
.-detail.mov_list {
  margin-top: 0.4rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .-detail.mov_list {
    margin-top: 0.1rem;
  }
}
.-detail.mov_list .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0.45rem -0.22rem 0;
}
@media screen and (max-width: 640px) {
  .-detail.mov_list .list {
    margin: 0;
    position: relative;
  }
}
.-detail.mov_list .list .detail {
  width: 100%;
  max-width: 2.67rem;
  margin: 0 0.22rem;
  padding-bottom: 0.9rem;
}
@media screen and (max-width: 640px) {
  .-detail.mov_list .list .detail {
    max-width: 2.8rem;
    margin: 0 0.14rem;
    padding-bottom: 0.3rem;
  }
}
.-detail.mov_list .list .detail .ph {
  height: 1.5rem;
  box-shadow: 0 0 0.12rem rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .-detail.mov_list .list .detail .ph {
    height: 1.57rem;
  }
}
.-detail.mov_list .list .detail .ph img {
  transition: all 0.3s;
}
.-detail.mov_list .list .detail .txt_box {
  margin-top: 0.15rem;
  color: #262626;
}
.-detail.mov_list .list .detail .txt_box .tit {
  font-size: 0.18rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  transition: all 0.3s;
}
.-detail.mov_list .list .detail .txt_box .cat {
  font-size: 0.14rem;
  color: #8f8f8f;
  margin-top: 0.05rem;
}
.-detail.mov_list .list .detail .txt_box .price {
  font-size: 0.14rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 0.05rem;
}
.-detail.mov_list .list .detail .txt_box .price::after {
  content: "";
  font-size: 0.14rem;
  font-weight: 400;
  display: inline-block;
}
.-detail.mov_list .list .detail .wrap_link {
  display: block;
}
.-detail.mov_list .list .detail .wrap_link:hover .ph img {
  opacity: 0.7;
  transform: scale(1.06);
}
.-detail.mov_list .list .detail .wrap_link:hover .txt_box .tit {
  color: #50B9C3;
}
.-detail.mov_list .more_link {
  position: absolute;
  top: 0;
  right: 0;
}
.-detail.mov_list .more_link a {
  font-size: 0.17rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #50B9C3;
  transition: opacity 0.3s;
}
.-detail.mov_list .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;
}
.-detail.mov_list .more_link a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 640px) {
  .-detail.mov_list .prev {
    position: absolute;
    top: 0.7rem;
    right: calc(50% - 1.6rem);
    z-index: 1;
  }
  .-detail.mov_list .next {
    position: absolute;
    top: 0.7rem;
    left: calc(50% - 1.6rem);
    z-index: 1;
  }
}

/* モーダル機能
----------------------------------------------------------------------------- */
[data-modal-youtube] {
  cursor: pointer;
}

body.__modal-active {
  overflow-y: hidden;
}

.modal_container {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin: auto;
  z-index: 2;
  max-width: 1280px;
  width: calc(100% - 80px);
  height: 100%;
  z-index: 250000;
  opacity: 0;
  transition: opacity 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-tap-highlight-color: transparent !important;
}
.modal_container:focus {
  outline: none !important;
}
.__modal-active .modal_container {
  opacity: 1;
  pointer-events: auto;
}
.__modal-noclick .modal_container {
  pointer-events: none !important;
}
@media screen and (max-width: 640px) {
  .modal_container {
    width: calc(100% - 40px);
  }
}
.modal_container .modal_wrap {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: calc(100% - 1rem);
  position: relative;
  transition: height 0.5s;
}
.modal_container .modal_wrap .modal_block {
  flex-shrink: 0;
  width: 100%;
  max-height: 100%;
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
}
.modal_container .modal_wrap .modal_block.__view {
  opacity: 1;
  pointer-events: auto;
}
.modal_container .modal_wrap .modal_block._youtube {
  overflow: visible;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  position: relative;
}
.modal_container .modal_wrap .modal_block._youtube > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.modal_container .modal_wrap .modal_block._youtube .modal-close {
  top: auto;
  bottom: 100%;
}
@media print, screen and (min-width: 641px) {
  .modal_container .modal_wrap .modal_block._youtube .modal-close {
    right: 0;
  }
}
.modal_container .modal_wrap .modal_block._youtube .modal-close i:before, .modal_container .modal_wrap .modal_block._youtube .modal-close i:after {
  background-color: #fff;
}
.modal_container .modal-close {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 50px;
  height: 48px;
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 1;
  position: absolute;
  top: 2px;
  right: 0;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
}
.modal_container .modal-close.__view {
  opacity: 1;
  pointer-events: auto;
}
.__modal-noclick .modal_container .modal-close.__view {
  opacity: 0;
  background-color: transparent;
}
@media screen and (max-width: 640px) {
  .modal_container .modal-close {
    width: 40px;
    height: 38px;
  }
}
.modal_container .modal-close i {
  display: block;
  margin: auto 0;
  width: 80%;
  height: 80%;
  position: relative;
}
.modal_container .modal-close i:before, .modal_container .modal-close i:after {
  content: "";
  display: block;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
  left: -10px;
}
.modal_container .modal-close i:before {
  transform: rotate(45deg);
}
.modal_container .modal-close i:after {
  transform: rotate(-45deg);
}
.modal_container.view .modal-close {
  opacity: 1;
}

.modal-overlay {
  z-index: 200000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  pointer-events: none;
  transition: opacity 0.5s;
  opacity: 0;
}
.__modal-active .modal-overlay {
  opacity: 1;
  pointer-events: auto;
}
@keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.modal-loading {
  position: absolute;
  width: 5px;
  height: 5px;
  margin: auto;
  top: -250px;
  left: -5px;
  right: 0;
  bottom: 0;
}
.modal-loading > div {
  -webkit-animation-fill-mode: both;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #fff;
  margin: 2px;
}
.modal-loading > div:nth-child(1) {
  top: 25px;
  left: 0;
  animation: ball-spin-fade-loader 1s -0.96s infinite linear;
}
.modal-loading > div:nth-child(2) {
  top: 17.04545px;
  left: 17.04545px;
  animation: ball-spin-fade-loader 1s -0.84s infinite linear;
}
.modal-loading > div:nth-child(3) {
  top: 0;
  left: 25px;
  animation: ball-spin-fade-loader 1s -0.72s infinite linear;
}
.modal-loading > div:nth-child(4) {
  top: -17.04545px;
  left: 17.04545px;
  animation: ball-spin-fade-loader 1s -0.6s infinite linear;
}
.modal-loading > div:nth-child(5) {
  top: -25px;
  left: 0;
  animation: ball-spin-fade-loader 1s -0.48s infinite linear;
}
.modal-loading > div:nth-child(6) {
  top: -17.04545px;
  left: -17.04545px;
  animation: ball-spin-fade-loader 1s -0.36s infinite linear;
}
.modal-loading > div:nth-child(7) {
  top: 0;
  left: -25px;
  animation: ball-spin-fade-loader 1s -0.24s infinite linear;
}
.modal-loading > div:nth-child(8) {
  top: 17.04545px;
  left: -17.04545px;
  animation: ball-spin-fade-loader 1s -0.12s infinite linear;
}/*# sourceMappingURL=product_detail.css.map */