@charset "UTF-8";
/*! common (PC) */

/*横幅100％表示
----------------*/
#page-body .container{
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
}
/*フッターの余白を削除
----------------*/
#page-body{
	margin-bottom: 0;
}
#page-footer{
	margin-top:0;
	}

/* スクロール フェードイン
--------------- */
.fadein {
	opacity: 0;
	transition-duration: 800ms;
	transition-property: opacity, transform;
  }
  
  .fadein-up {
	transform: translate(0, 50px);
  }
  
  .fadein-down {
	transform: translate(0, -50px);
  }
  
  .fadein-left {
	transform: translate(-50px, 0);
  }
  
  .fadein-right {
	transform: translate(50px, 0);
  }
  
  .scrollin {
	opacity: 1;
	transform: translate(0, 0);
  }

/*LP全体指定
----------------*/
#lp_re_colabo_contents{
  text-align: center;
  font-family: 'Lato', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
	background-color: #fff;
	width: 100%;
	color: #000;
	letter-spacing: 2px;
}
#lp_re_colabo_contents img{
	box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
}
#lp_re_colabo_contents a{
  color:#777;
}

#lp_re_colabo_contents a:hover{
  opacity: 0.7;
  transition: 0.3s;
}
.lp_re_colabo_mv .mv_ttl h1 {
	font-size: 56px;
	font-family: 'EB Garamond', serif;
	position: relative;
	line-height: 1.8;
	margin: 60px auto 70px;
}
.lp_re_colabo_mv .mv_ttl h1::before {
	content: "";
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 27px;
	height: 27px;
	background-image: url(//ds-assets.store-image.jp/bfoot/sp/2024/0130/cross.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.mv_subttl {
	margin: 160px 0 120px;
}
.mv_subttl p{
	font-size: 28px;
	font-weight: 300;
}
.mv_subttl p:nth-of-type(2){
	font-size: 32px;
	margin-top: 32px;
}
.mv_subttl p span {
	color: #91abbd;
	font-weight: 400;
}
.lp_re_colabo_special_item {
	width: 100%;
	margin: 0 auto 160px;
	max-width: 1140px;
	display: flex;
	align-items: center;
}
.special_item_box {
	width: 50%;
	text-align: left;
	font-size: 14px;
}
.special_item_box:nth-of-type(2){
	padding: 64px;
	box-sizing: border-box;
}
.si_sub_ttl span{
	font-family: 'EB Garamond', serif;
	font-size: 24px;
	margin-bottom: 24px;
	display: block;
}
.special_item_box h1 {
	font-size: 32px;
	margin-bottom: 20px;
	line-height: 1.2;
}
.special_item_box p {
	font-size: 24px;
	margin-bottom: 32px;
	font-weight: 300;
}
.special_item_box>span {
	margin-bottom: 48px;
	display: block;
}
.special_item_box p>span{
	font-size: 14px;
}
.si_text p {
	font-size: 14px;
	line-height: 2;
}
.si_list ul li{
	font-size: 16px;
	margin-bottom: 8px;
	letter-spacing: 1px;
}
.si_list ul li:nth-of-type(2){
	margin-bottom: 24px;
}
.si_list_2 {
	margin-bottom: 48px;
}
.si_list_2 ul li{
	display: inline-block;
	background-color: #edf1f4;
	color: #777777;
	padding: 12px;
	box-sizing: border-box;
	font-weight: 600;
}
.si_list_2 ul li:nth-of-type(2){
	margin-left: 8px;
}
.cv_btn{
	width: 100%;
	text-align: center;
}
.cv_btn a{
	width: 100%;
	padding: 24px 0;
	box-sizing: border-box;
	background-color: #91abbd;
	color: #fff !important;
	display: block;
	font-size: 20px;
	font-weight: 600;
}
.lp_re_colabo_about {
	background-color: #b4cadb;
	padding: 140px 0 0;
	margin-bottom: 160px;
}
.message, .whats_bb {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}
.message {
	padding-bottom: 140px;
}
.lp_re_colabo_about h2 {
	font-family: 'EB Garamond', serif;
	font-size: 28px;
	margin-bottom: 48px;
}
.message p {
	margin: 0 auto 80px;
	font-size: 14px;
	line-height: 2;
}
.message_img {
	display: flex;
	align-items: center;
}
.message_img span{
	width: 50%;
}
.message_img span:nth-of-type(1) img{
	position: relative;
}
.message_img span:nth-of-type(2){
	width: 50%;
}
.whats_bb_box {
	display: flex;
	margin: 0 auto 140px;
	align-items: center;
	padding: 40px 20px 0;
	box-sizing: border-box;
}
.whats_bb_inner{
	width: 50%;
}
.whats_bb_inner:nth-of-type(2){
	padding: 40px;
	box-sizing: border-box;
}
.whats_bb_inner p{
	display: block;
	font-size: 14px;
	line-height: 2;
	text-align: justify;
	text-justify: inter-ideograph;
}
.whats_bb_profile {
	width: 50%;
	display: flex;
	margin: 0 auto;
	background-color: #edf1f4;
	text-align: left;
	padding: 20px 56px;
	position: relative;
}
.whats_bb_profile::before{
	content: "";
	position: absolute;
	top: -18%;
	left: 0;
	width: 132px;
	height: 101px;
	background-image: url(//ds-assets.store-image.jp/bfoot/sp/2024/0130/Profile.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.whats_bb_profile img{
	box-shadow: 0 0 0 0 !important;
}
.whats_bb_btn {
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	padding: 40px 2.5% 0;
	box-sizing: border-box;
}
.whats_bb_btn a{
	background-color: #fff;
	padding: 20px 0;
	font-size: 18px;
	display: block;
	position: relative;
}
.whats_bb_btn a::before{
	content: "";
	position: absolute;
	top: 24px;
	right: 16px;
	width: 16px;
	height: 1px;
	background-color: #777;
	transform: rotate(45deg);
}
.whats_bb_btn a::after{
	content: "";
	position: absolute;
	bottom: 24px;
	right: 16px;
	width: 16px;
	height: 1px;
	background-color: #777;
	transform: rotate(-45deg);
}
.profile_box {
	width: 100%;
	display: flex;
	padding: 20px 0;
}
.profile_box:nth-of-type(2){
	border-left: 1px solid #b4cadb;
	padding-left: 40px;
}
.profile_img {
	width: 40%;
	margin-right: 24px;
}
.profile_text{
	width: 60%;
	margin-right: 40px;
}
.whats_bb_profile div:nth-of-type(3){
	border-left: 1px solid #b4cadb;
	padding-left: 40px;
}
.profile_text span{
	font-size: 16px;
	margin-bottom: 16px;
	display: block;
}
.profile_text h3{
	font-size: 22px;
	margin-bottom: 24px;
}
.profile_text p{
	font-size: 14px;
	line-height: 2;
}
.lp_re_colabo_item {
	margin: 160px 0;
}
.item_ttl {
	margin-bottom: 160px;
}
.item_ttl span{
	font-size: 24px;
	margin-bottom: 24px;
	display: block;
	font-family: 'EB Garamond', serif;
	line-height: 1.2;
}
.item_ttl h1{
	font-size: 32px;
	margin-bottom: 80px;
	color: #91abbd;
}
.item_ttl p{
	font-size: 14px;
	line-height: 2;
}
.item_img {
	margin-bottom: 160px;
}
.item_img ul{
	display: flex;
	flex-wrap: wrap;
}
.item_img ul li{
	width: 50%;
	display: flex;
}
.item_img ul li:nth-of-type(1){
	align-items: flex-end;
	box-sizing: border-box;
	padding-bottom: 80px;
}
.item_img ul li:nth-of-type(2){
	align-items: flex-end;
	text-align: left;
	box-sizing: border-box;
	padding-left: 40px;
	transition-delay: 400ms;
}
.item_img ul li:nth-of-type(2) img{
	width: calc(1058px/2);
}
.item_img ul li:nth-of-type(3){
	padding-right: 40px;
	align-items: flex-start;
	justify-content: flex-end;
	text-align: right;
	box-sizing: border-box;
	transition-delay: 800ms;
}
.item_img ul li:nth-of-type(3) img{
	width: calc(1058px/2);
}
.item_img ul li:nth-of-type(4){
	align-items: flex-start;
	box-sizing: border-box;
	padding-top: 80px;
	transition-delay: 1200ms;
}
.item_img_inner {
	text-align: left;
}
.item_img_inner p:nth-of-type(1){
	padding-top: 8px;
}
.item_img ul li:nth-of-type(1) .item_img_inner p {
    padding-left: 10px;
}
.about_adjust {
	padding-bottom: 140px;
}

/*-----------------------------*/
/*PC & tablet*/
/*-----------------------------*/
@media screen and (max-width: 1140px) {
.lp_re_colabo_special_item,
.message,
.whats_bb,
.item_wrap,
.sp_collabo_box {
	width: 95%;
}



}/*END @media screen and (min-width: 768px)*/

@media screen and (min-width: 769px) {
.sp_show {
	display: none;
}


}/*END @media screen and (min-width: 768px)*/

/*-----------------------------*/
/*smartphone only*/
/*-----------------------------*/
@media (max-width: 769px) {
.pc_show{
	display: none;
}
.lp_re_colabo_special_item {
	display: block;
}
.special_item_box {
	width: 100%;
	text-align: center;
}
.special_item_box:nth-of-type(2) {
	text-align: left;
}
.special_item_box img {
	transform: scale(0.8);
}
.whats_bb_box {
	display: block;
}
.whats_bb_inner {
	width: 100%;
	text-align: center;
}
.whats_bb_inner img{
	transform: scale(0.8);
}
.whats_bb_profile {
	display: block;
}
.profile_box {
	width: 100%;
	display: block;
}
.profile_box:nth-of-type(2) {
	border-left: none;
	padding-left: 0px;
	border-top: 1px solid #b4cadb;
}
.whats_bb_profile::before{
	top: -12%;
}
.profile_img {
	width: 30%;
}
.item_img ul {
	overflow: hidden;
}
.item_img ul li {
	width: 100%;
}
.item_img ul li:nth-of-type(1) {
	padding-bottom: 48px;
	align-items: unset;
}
.item_img ul li:nth-of-type(2) {
	align-items: unset;
	padding-left: 0;
	margin-top: 0px;
	transition-delay: 0ms;
	padding-bottom: 48px;
}
.item_img ul li:nth-of-type(2) img{
	width: 100%;
	transform: scale(1);
}
.item_img ul li:nth-of-type(3) {
	padding-bottom: 48px;
	padding: 0;
	justify-content: unset;
}
.item_img ul li:nth-of-type(3) img{
	width: 100%;
	transform: scale(1);
}
.item_img ul li:nth-of-type(4) {
	padding-bottom: 48px;
	padding-top: 48px;
	width: 100%;
	transition-delay: 0ms;
}
.item_img_inner p {
	padding-left: 10px;
}
.item_wrap {
	display: block;
}
.item_wrap_box {
	width: 100%;
}
.item_wrap_box img {
	transform: scale(0.8);
}
.sp_collabo_wrap {
	display: block;
}
.sp_collabo_inner {
	width: 100%;
	padding-right: 0;
	padding-bottom: 40px;
}

.sp_collabo_inner:nth-of-type(2) {
	width: 100%;
	padding-left: 0;
	border-left: none;
	padding-bottom: 0;
	border-top: 1px solid #91abbd;
	padding-top: 40px;
}
.sp_collabo_box::before {
	bottom: -5%;
}

/*コンテンツの横幅を100％表示にする
----------------*/
#wrapper{
	padding-left: 0 !important;
	padding-right: 0 !important;
}


}/*END @media (max-width: 767px)*/


@media (max-width: 480px) {
	.lp_re_colabo_mv .mv_ttl h1 {
		font-size: 28px;
		margin: 60px auto 40px;
		line-height: 2;
	}
	.mv_subttl {
		margin: 100px 0;
	}
	.mv_subttl p {
		font-size: 16px;
	}
	.mv_subttl p:nth-of-type(2){
		font-size: 24px;
		margin-top: 20px;
	}
	.lp_re_colabo_special_item {
		margin: 0 auto 120px;
	}
	.special_item_box img{
		transform: scale(1);
	}
	.special_item_box:nth-of-type(2) {
		padding: 48px 10px 0;
	}
	.si_text p {
		font-size: 13px;
		line-height: 2.2;
	}
	.si_list ul li {
		font-size: 14px;
	}
	.si_list_2 ul li {
		font-size: 12px;
		padding: 8px;
	}
	.lp_re_colabo_about h2 {
		font-size: 20px;
	}
	.message p {
		font-size: 13px;
		line-height: 2.2;
		margin: 0 auto 56px;
		text-align: justify;
		text-justify: inter-ideograph;
		padding: 0 10px 0;
	}
	.message_img {
		display: block;
	}
	.message_img span {
		display: block;
		width: 100%;
		text-align: left;
	}
	.message_img span img{
		width: 90%;
	}
	.message_img span:nth-of-type(2) {
		display: block;
		width: 100%;
		text-align: right;
	}
	.message_img span:nth-of-type(2) img{
		width: 80%;
	}
	.message {
		padding-bottom: 80px;
	}
	.whats_bb {
		padding-top: 48px;
		padding-bottom: 48px;
	}
	.about_adjust {
		padding: 0;
	}
	.whats_bb_box {
		padding: 0 10px;
		margin: 0 auto 80px;
	}
	.whats_bb_inner:nth-of-type(2) {
		padding: 20px 0 0;
	}
	.whats_bb_profile {
		width: 100%;
		padding: 40px 0px 0;
	}
	.profile_img {
		width: 40%;
		margin-right: 16px;
		margin: 0 auto 24px;
	}
	.profile_text {
		margin-right: 0;
		width: 90%;
		margin: 0 auto;
	}
	.profile_text span {
		font-size: 13px;
		margin-bottom: 12px;
	}
	.profile_text h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.profile_text p {
		font-size: 12px;
		line-height: 1.5;
	}
	.profile_box {
		padding: 0 0 40px;
	}
	.profile_box:nth-of-type(2) {
		padding: 40px 0 0;
	}
	.whats_bb_profile::before {
		top: -14%;
	}
	.lp_re_colabo_item {
		margin: 120px 0 160px;
	}
	.sp_collabo_inner::before {
		width: 75px;
		height: 75px;
		top: -5%;
		right: -2.5%;
	}
	.sp_collabo_inner:nth-of-type(2):before {
		width: 75px;
		height: 75px;
		top: 5%;
		right: -2.5%;
	}
	.item_ttl span {
		font-size: 20px;
	}
	.item_ttl h1 {
		font-size: 24px;
		margin-bottom: 60px;
	}
	.item_ttl p {
		font-size: 13px;
		padding: 0 10px;
	}
	.item_ttl {
		margin-bottom: 80px;
	}
	.item_img {
		margin-bottom: 100px;
	}
	.item_wrap_box:nth-of-type(2) {
		padding: 0 10px;
	}
	.item_wrap_box h1 {
		font-size: 16px;
		margin-top: 18px;
		margin-bottom: 24px;
	}
	.item_wrap_box p {
		font-size: 13px;
	}
	.item_wrap {
		margin:  0 auto 60px;
	}
}
