@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;600;700&display=swap');

html, body, header, nav, ul, li, p, a, div, img, dd, dt, dl, h1, /*h2,*/ h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
}

body{
	overflow-x: unset;
}

.clearfix:before, .clearfix:after {
	content: ' ';
	display: table;
	clear: both;
}


#whiteday_couplefashion {
	width: unset;
	margin:0 auto;
	padding:0;
	font-size:16px;
	font-weight:normal;
	font-family: 'Roboto' , 'Noto Sans JP', sans-serif;
	overflow: hidden;
	text-align: center;
	background: #f2faff;	
}

#whiteday_couplefashion .flex {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: nowrap;
	width: 100%;
	position: relative;
	justify-content:center; 
}

#whiteday_couplefashion img {
	max-width:100%;
	height:auto;
	border: none;
	vertical-align: bottom;
}

#whiteday_couplefashion img.staffsnap {
	max-width:100%;
	height:auto;
	border: none;
	vertical-align: bottom;
	border-radius: 15px;
}

#whiteday_couplefashion p{
	font-size: 0.95em!important;
	margin-top: 0!important;
}

#whiteday_couplefashion h1,
/*#whiteday_couplefashion h2,*/
#whiteday_couplefashion h3,
#whiteday_couplefashion h4,
#whiteday_couplefashion h5{
	color: #007fbf;
	text-align:center;
	background: none;
	border: none;
    font-weight: normal;
}

#whiteday_couplefashion h1 span{
	font-size: 4em;
	line-height: 100%;
	margin: 50px auto 30px;
	color:#007fbf;
    font-family: "casey", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
  0% {opacity:0;}
  100% {opacity:1;}
}

#whiteday_couplefashion h2.neon{
	font-size: 7em;
	font-weight: 400;
	margin: 40px auto 10px;
	font-family: "Neonderthaw", cursive;
    font-style: normal;
}

#whiteday_couplefashion h2 span{
	display: block;
	font-size: 0.4em;
    line-height: 150%;
}

#whiteday_couplefashion h2.headline {
  padding: 3%;/*文字周りの余白*/
  color: #26619c;/*文字色*/
 text-align: center;
	font-size: 2em;
	background-color: #f2faff;
  background-image: radial-gradient(#daf1ff 35%, transparent 0), radial-gradient(#daf1ff 35%, transparent 0);
  background-position: 0 0, 40px 40px;
  background-size: 80px 80px;
	line-height: 160%;
	font-weight: bold;
	letter-spacing: 0.08rem;
	margin: auto 0;
	border-radius: 10px;
	font-family: 'Roboto' , 'Noto Sans JP', sans-serif;
	
}

#whiteday_couplefashion h2.headline span {
	font-size: 0.5em;
	margin: auto 0;
}

#whiteday_couplefashion h2.headline2 {
  padding: 4%;/*文字周りの余白*/
  color: #000;/*文字色*/
 text-align: center;
	font-size: 1.3em;
	background-color: #f8f8ff;
	font-weight: bold;
	margin-bottom: 0px;
}

#whiteday_couplefashion h2.headline3 {
  padding: 1em;/*文字周りの余白*/
  color: #000;/*文字色*/
 text-align: center;
	font-size: 1.2em;
	background-color: #f8f8ff;
	font-weight: bold;
	margin-bottom: 0px;
	border-radius: 15px;
}

#whiteday_couplefashion h4 {
    font-size: 1em;
    margin: 10px auto 0px!important;
    text-align: center;
    width: 90%;
    font-weight: bold;
}

#whiteday_couplefashion h3 {
    font-size: 3em;
    margin: 0px auto 0px!important;
	font-weight: bold;
}

#whiteday_couplefashion section.style3 .main_image{
	height: 980px;
	margin: auto;
}

#whiteday_couplefashion section.style3 .main_image1,
#whiteday_couplefashion section.style3 .main_image2{
	width: 60%;
	position: absolute;
}

#whiteday_couplefashion section.style3 .main_image1{
	z-index: 11;
	top: 0;
	left: 10%;
}

#whiteday_couplefashion section.style3 .main_image2{
	z-index: 1;
	top: 15%;
	left: 30%;
}

#whiteday_couplefashion section.style3 .other_image .logo{
	width: 100%;
}

#whiteday_couplefashion section.main .other_image .logo{
position: sticky;
}

#whiteday_couplefashion section.style3 .other_image{
	width: 100%;
	margin: auto;
}

#whiteday_couplefashion section.style3 .other_image .flex div{
	flex-basis: 50%;
	padding: 0 1%;
}

#whiteday_couplefashion section.style3 .other_image .other_image1 div:first-child{
	margin-top: 10%;
}

#whiteday_couplefashion section.style3 .other_image .other_image2 div:first-child{
	margin-top: 9%;
	padding: 0 3%;
}

#whiteday_couplefashion section.style3 .other_image .other_image2 div:last-child{
	margin-top: 2%;
	padding: 0 3%;
}

#whiteday_couplefashion section.style3 .last_image{
	height: 950px;
	margin: auto;
	position: relative;
}

#whiteday_couplefashion section.style3 .last_image1,
#whiteday_couplefashion section.style3 .last_image2{
	width: 80%;
	position: absolute;
}

#whiteday_couplefashion section.style3 .last_image1{
	z-index: 11;
	top: 10%;
	left: 12%;
}

#whiteday_couplefashion section.style3 .last_image2{
	z-index: 1;
	top: 12%;
	left: 9%;
}

.zoom-2 img {
width: 100%;
height: auto;
animation: animationZoom2 10s ease-in-out infinite;
}
@keyframes animationZoom2 {
50% { transform: scale(1.1)}
}

#whiteday_couplefashion .whiteday_couplefashion_wrap{
	width:100%;
	max-width:800px;
	margin:0 auto;
	padding:0;
	text-align: center;
}

#whiteday_couplefashion .categorylist {
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
	justify-content: center;
	margin-bottom: 30px;
}
#whiteday_couplefashion section.category {
	margin: 0px auto;
	width: 45%;
}
#whiteday_couplefashion .categorylist div{
	flex-basis: calc(100% / 2 - 1%);
    padding: 3% 5%;  
}

.img_wrap img{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
	
}
.img_wrap:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
  transform: translateY(-10px);	
}


#whiteday_couplefashion .style .slide {
	margin: 0 auto;
}
#whiteday_couplefashion .style .slide ul {
	width: 100%;
	max-width: 800px;
}
#whiteday_couplefashion .style .slide ul li img {
	width: 100%;
	max-width: 800px;
}

/* 桜を表示するコンテナのスタイル */
#whiteday_couplefashion .cherry-blossom-container{
  position: relative;
  height: auto; /* コンテナの高さ */
  width: 100%; /* コンテナの横幅 */
  overflow: hidden; /* コンテナからはみ出した要素を隠す */
}

/* 桜の花びらのスタイル */
#whiteday_couplefashion .petal {
  position: absolute;
  background-color: #ffc0cb; /* 花びらの色 */
  border-radius: 150% 0 150% 0;
  animation: animate-petal 10s linear;
}

#whiteday_couplefashion .petal::after {
  content: "";
  position: absolute;
  top: -14%;
  left: -10%;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffc0cb;
  border-radius: 150% 0 150% 0;
  transform: rotate(15deg);
}

/* 花びらが降るアニメーション */
@keyframes animate-petal {
  0% {
    top: 0;
    opacity: 0;
    transform: rotate(0deg);
  }
  10% {
    opacity: 1;

  }

	
  90% {
    opacity: 1;
	  
  }
  100% {
    opacity: 0;
    top: 100vh;
    transform: rotate(3000deg);
  }
}


.img_wrap img{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
	
}
.img_wrap:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
  transform: translateY(-10px);	
}

#whiteday_couplefashion p.icon{
	margin: 0 auto!important;
	text-decoration: underline;
	font-size: 1.2em!important;
	text-align: center;
}

#whiteday_couplefashion p.icon a{
	 color: #003153;
	font-weight: bold;
}

#whiteday_couplefashion p.icon img{
	max-width: 10%;
	vertical-align: middle;
	padding: 2%;
	display: inline-block!important;

}

#whiteday_couplefashion section.item_2 .flex div {
	flex-basis: 50%;
	/*margin-bottom: 25px;*/
	margin-bottom: 0px;
}

#whiteday_couplefashion .flex{
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 100%;
}

#whiteday_couplefashion p.main_text{
	margin: 20px auto!important;
	text-align: center;
	line-height: 180%;
	display: block!important;
	font-size:1em!important;
}

#whiteday_couplefashion p.main_text2{
	margin: 0px auto 0px!important;
	text-align: center;
	line-height: 180%;
	display: block!important;
	font-size:0.95em!important;
}

#whiteday_couplefashion p.main_text3{
	margin: 30px auto 0px!important;
	text-align: center;
	line-height: 180%;
	display: block!important;
	font-size:0.9em!important;
}

#whiteday_couplefashion p.model{
	margin: 20px auto 80px!important;
}

#whiteday_couplefashion section{
	width: 100%;
	/*margin: 100px auto;*/
	margin: auto 0;
}

#whiteday_couplefashion section.style{
	margin: 60px auto 150px;
}

#whiteday_couplefashion p.itemname{
	width: 100%;
	margin: 20px auto 0px!important;
}

#whiteday_couplefashion p.price{
	width: 100%;
	margin: 0 auto!important;
}

#whiteday_couplefashion p.price span{
	color: #C52F32;
	font-size: 1.4em!important;
	font-weight: bold;
}



#whiteday_couplefashion section.style3 .itembox{
    width: 100%;
	margin-bottom: 10px;
    
}


#whiteday_couplefashion section.style3 .itembox div{
    flex-basis: 50%;
    padding: 1%;
}


#whiteday_couplefashion section.style3 .itembox p{
    text-align: center;
    line-height: 180%;
    font-size: 0.9em!important;
}

#whiteday_couplefashion section.style3 .itembox p.price{
    font-size: 1.2em!important;
}

#whiteday_couplefashion .box h3 {
	margin: 0 auto;
	padding: 12px 20px;
	background: #ededed;
	font-weight: bold;
	font-size: 1em;
	text-align: left;
	border-bottom: solid 1px #000;
  position: relative;
}

#whiteday_couplefashion .instagram_banner img,
#whiteday_couplefashion .title img{
	max-width: 45%;
	height: auto;
	border: none;
	margin: auto;
}

.boxmi11 {
  position: relative;
  margin:auto;
  background: #daf1ff;
  box-shadow: 0 2px 3px rgba(0,0,0,.22);
  padding: 22px 8px 22px 8px;
  background-color: #daf1ff;
  background-image:
  linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #daf1ff 0%, #daf1ff 100%), linear-gradient(180deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 95%, #26619c 100%);
  background-size: 8px 100%,100% 2em;
  line-height: 2;
  color: #26619c;
  font-weight: bold;
  width:80%;
  border-radius:8px;
  text-align: left;
}

.boxmi11-title {
  background: #daf1ff;
  font-size: 1.3em;
  padding: 7px 0 0 16px;
  margin: -16px -8px 14px -8px;
  color: #26619c;
  font-weight:bold;
}
.boxmi11:after {
  position: absolute;
  content: "";
  top: 25px;
  width: 30%;
  height: 35px;
  opacity: 0.3;
  margin: -42px auto 10px 35%;
  background: #007fbf;
  transform: rotate(-2deg);
  left: 10px;
  right: 10px;
}
.boxmi11 p {
  margin: 0;
  padding: 0;
}

/* 購入ボタン */

#whiteday_couplefashion .itemlist a,
#whiteday_couplefashion .itemlist span,
#whiteday_couplefashion .buy,
#whiteday_couplefashion section.style .otheritem,
.itemlist a,
.itemlist .coming{
	display: block;
	width: 100%;
	max-width: 150px;
	padding: 10px 0;
	text-align: center;
	border: 1px solid #26619c;
	background: #26619c;
	color: #FFF;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 0 auto;
	border-radius:12px;
}

.itemlist_pink a{
	display: block;
	width: 100%;
	max-width: 150px;
	padding: 10px 0;
	text-align: center;
	border: 1px solid #e25098;
	background: #e25098;
	color: #FFF;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 0 auto;
	border-radius:12px;
}
#whiteday_couplefashion .itemlist_pink a:hover,
.itemlist_pink a:hover{
	background: #FFF;
	text-align: center;
	border: 1px solid #e25098;
	color: #e25098;
}
#whiteday_couplefashion section.style .otheritem{
   /* font-family: 'DIN-Condensed', sans-serif;*/
    font-size: 1em;
    text-align: center;
    max-width: 500px;
    width: 40%;
    padding: 10px 3px;
	margin:35px auto 20px;
	border-radius: 10px;
}

#whiteday_couplefashion .buy{
	padding: 10px 0;
	margin: 0px auto 20px;
    width: 70%;
	border-radius: 8px;
}
#whiteday_couplefashion .itemlist span{
	background: #FFF;
	color: #000;
}

#whiteday_couplefashion .buy:hover,
#whiteday_couplefashion .itemlist a:hover,
#whiteday_couplefashion section.style .otheritem:hover,
.itemlist a:hover,
.itemlist .coming{
	background: #FFF;
	text-align: center;
	border: 1px solid #26619c;
	color: #26619c;
}




#whiteday_couplefashion section.style .textaria{
	margin: 20px auto 0px;
	width: 100%;
}

#whiteday_couplefashion .itemlist,
.itemlist{
 font-size: 1em!important;
 text-align: left;
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 100%;
 max-width: 600px;
 margin: 10px auto;
}

#whiteday_couplefashion .itemlist_pink,
.itemlist_pink{
 font-size: 1em!important;
 text-align: left;
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: nowrap;
 width: 100%;
 max-width: 600px;
 margin: 10px auto;
 justify-content: space-between;
}


#whiteday_couplefashion .itemlist div:first-child{
	width: 75%;
	padding: 3px 1% 3px 0;
}

#whiteday_couplefashion .itemlist div:last-child{
	width: 25%;
	display: flex;
	align-items: center;
	padding-right: 1%;
}

#whiteday_couplefashion .itemlist_pink div:first-child{
	width: 75%;
	padding: 3px 1% 3px 0;
}

#whiteday_couplefashion .itemlist_pink div:last-child{
	width: 25%;
	display: flex;
	align-items: center;
	padding-right: 1%;
}


.featherlight-content{
	width: 100%;
	max-width: 600px!important;
	font-family: 'Noto Sans JP', sans-serif;
    padding: 40px!important;
    border-bottom: 0!important;
}

.featherlight-content p{
	font-size: 0.85em!important;
	text-align: left;
    color: #666;
}

.featherlight-content p.price{
	font-size: 1.2em!important;
    color: #666;
	margin: 0 auto 2px;
}

.featherlight-content p.price span{
	color: #C52F32;
	font-size: 1.3em!important;
	font-weight: bold;
}


.featherlight-content p.colorname{
    width: 100%;
    border-bottom: 2px solid #26619c;
   text-align: left;
    font-size: 1.3em!important;
    color: #26619c;
	font-weight: bold;
}

.featherlight-content p.colorname_pink{
    width: 100%;
    border-bottom: 2px solid #e25098;
   text-align: left;
    font-size: 1.3em!important;
    color: #e25098 ;
	font-weight: bold;
}

.featherlight-content p.colorname span,
.featherlight-content p.colorname_pink span{
    font-size: 0.8em!important;
    border-bottom: none;
	font-weight: normal;
}

.featherlight-content .name{
	width: 80%;
	margin: 20px auto;
}

.featherlight-content a:hover{
	text-decoration: none!important;
}

.featherlight-content a {
	outline:none!important;
}

.itemlist div:first-child{
	width: 75%;
	padding: 3px 1% 3px 0;
}

.itemlist_pink div:first-child{
	width: 75%;
	padding: 3px 1% 3px 0;
}

.itemlist div:last-child{
	width: 25%;
	display: flex;
	align-items: center;
	padding-right: 1%;
}

.itemlist_pink div:last-child{
	width: 25%;
	display: flex;
	align-items: center;
	padding-right: 1%;
}


/* 回遊リンク */

#whiteday_couplefashion .Banner4 {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

#whiteday_couplefashion .Banner4 h3 {
	font-size: 30px !important;
	margin: 50px auto;
	padding: 20px 0;
	border-top: double #000;
	border-bottom: 1px solid #000;
	color: #000;
	letter-spacing: 3px;
}

#whiteday_couplefashion .Banner4 ul {
	display:inline;
}

#whiteday_couplefashion .Banner4 ul li {
	display:inline-block;
	width: 47% !important;
	margin: 1% 1% 2% 1%;
}

@media only screen and (min-width:749px){

.pc_none{
	display: none!important;
}

#whiteday_couplefashion .right{
	flex-direction:row-reverse;
}

#whiteday_couplefashion .right .flex_box:last-child{
	padding-left: 0;
	padding-right: 5%;
}

#whiteday_couplefashion section.instagram .flex .profile{
    flex-basis: calc(100% / 2 - 10px);
    margin-right: 10px;
}

/* ヘッダー・フッターの崩れを直す */

#news_detail .detail{
	width:100%!important;
}

#news_detail .detail .head{
	width: 1000px!important;
	margin: 0 auto 50px!important;
}

#news_detail .detail .content p:first-child{
	margin: 0 auto;
	max-width: 1000px!important;
}

#topicpath{
	width: 1168px;
	margin: 0 auto;
}

.paging{
	width: 1000px;
	margin: 0 auto;
}
.item_category_links{
	width: 1168px;
	margin: 100px auto 0;
}

}

@media screen and (max-width:748px) {

.sp_none {
	display:none;
}

#whiteday_couplefashion h1 span{
	font-size: 15.5vw;
	line-height: 200%;
    margin: 0px auto;
}

#whiteday_couplefashion h2.neon{
	font-size: 13vw;
	margin: 20px auto 0px;	
}

#whiteday_couplefashion h2 span{
	font-size: 3.5vw;
}
	
#whiteday_couplefashion h3 {
    font-size: 5.5vw;
	margin-top:-20px!important;
}	
	
#whiteday_couplefashion p.main_text{
	display: block!important;
	width: 90%;
    text-align: left;
}	

#whiteday_couplefashion p.main_text2{
	display: block!important;
	width: 95%;
    text-align: center;
}
#whiteday_couplefashion p.main_text3{
	display: block!important;
	width: 95%;
    text-align: center;
	margin: 20px auto 0px !important;
}
	
#whiteday_couplefashion h2.headline {
  padding: 4%;/*文字周りの余白*/
 text-align: center;
	font-size: 4.5vw;
	line-height: 150%;
	font-weight: bold;	
	 background-position:15px 18px, 33px 38px;
  background-size: 40px 40px;
	width:95%;
	margin: auto;
}

#whiteday_couplefashion h2.headline2	
	{
	font-size: 3.5vw;
}


#whiteday_couplefashion h2.headline3	
	{
	font-size: 3vw;
		line-height: normal;
}
	
	
#whiteday_couplefashion h2.headline span {
	font-size: 2.5vw;
	margin-bottom: 0px;
}	
	

#whiteday_couplefashion  h4{
		font-size: 3vw;
	}	
	
#whiteday_couplefashion section.style .otheritem{
   /* font-family: 'DIN-Condensed', sans-serif;*/
    font-size: 0.95em;
}	
	
#whiteday_couplefashion .buy{
	padding: 5px 0;
    width: 50%;	
}	
	
#whiteday_couplefashion p,
#whiteday_couplefashion div,
#whiteday_couplefashion .other_text,
.featherlight-content p{
	font-size: 2.8vw!important;
	line-height: 180%;
}
	
#whiteday_couplefashion .boxmi11{
	font-size: 3vw!important;
	line-height: 180%;
	margin: auto;
}
	
#whiteday_couplefashion .boxmi11-title{
	font-size: 4vw!important;
	line-height: 180%;
}	
	
#whiteday_couplefashion section.category {
	margin: 0px auto;
	width: 95%;
}	
	
#whiteday_couplefashion section{
	margin: 0vw auto;
}

#whiteday_couplefashion section.style{
	margin: 0vw auto 15vw;
}

#whiteday_couplefashion section.style .textbox p{
    text-align: left;
}

#whiteday_couplefashion section.style2 .textbox,
#whiteday_couplefashion section.style3 .textbox{
    margin: 5.5vw auto;
}

#whiteday_couplefashion section.style .textaria{
	margin: 5vw auto 0vw;
}

#whiteday_couplefashion section.style .textaria p{
	font-size: 2.7vw!important;
    line-height: 150%;
}

#whiteday_couplefashion .itemlist div{
	font-size: 2.8vw!important;
	line-height: 150%!important;
}

#whiteday_couplefashion .itemlist div:first-child{
	width: 77%;
}

#whiteday_couplefashion .itemlist div:last-child{
	width: 23%;
}

#whiteday_couplefashion .itemlist span{
	font-size: 2.5vw;
}
	
#whiteday_couplefashion .instagram_banner img{
	max-width: 80%;
}	

.boxmi11:after {
width:42%;
margin:-38px auto 0px 25%;
height:25px;
}	
	
	
.featherlight-content{
    padding: 5% 15px!important;
    font-size: 3.125vw!important;
}

.featherlight-content p.colorname{
    font-size: 4.5vw!important;
}
	
.featherlight-content p.colorname span,
.featherlight-content p.colorname_pink span	{
    font-size: 3vw!important;
}	
	
	
p.price{
	font-size: 3.5vw!important;
	line-height: 110%;
}

#whiteday_couplefashion section.style3 .itembox{
    padding: 3vw 0;
	margin-bottom: 20px;
}

.boxmi11-title {
  padding: 18px 0 0 16px;
  margin: 5px -6px 3px -8px;
}	
	
.boxmi11{
  padding: 0px 6px 15px 6px!important;
  line-height: 200%!important;
  margin-top: 13px!important;
}
	
#whiteday_couplefashion section.style .otheritem{
    width: 65%;
}	
	
#whiteday_couplefashion .Banner4 h3	{
    font-size: 20px!important;
}	
	

/* 100%表示用 */

#news_detail .detail{
	margin: 0 auto;
}

/* 回遊リンク */

#whiteday_couplefashion .Banner4 {
	text-align: center;
	width: 100%;
}

#whiteday_couplefashion .Banner4 ul{
	margin: 0 auto;
	width: 95%;
}

#whiteday_couplefashion .Banner4 ul li {
	width: 95% !important;
	margin: 0 0 5% 0 !important;
}

#whiteday_couplefashion section.instagram{
    margin: 12.125vw auto;
}

/* ヘッダー */

#news_detail .detail .content p:first-child img{
	display: none;
}

#whiteday_couplefashion .header{
	position: relative;
	/*height: 109vw;*/
}

#whiteday_couplefashion .header .title{
	position: absolute;
	top: 1vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
}

}