@charset "utf-8";

body {
	margin: 0;
	padding: 0;
}

#Journal #mothersday_page {

}

#main-column {
	overflow: visible;
}

/*journalの解除css*/
#Journal,#journal-cont {
	max-width:100% !important;
	}
	@media screen and (max-width:768px){
		#Journal .journal-cont{
		padding: 0 !important;
		}
	}
/*journalの解除cssここまで*/

#Journal #mothersday_page * {
	margin: 0;
	padding: 0;
	line-height: 1;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
	font-size: 18px;
	color: #000;
	font-family: '游明朝 Medium', serif;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: "palt";
	letter-spacing: 0.03em;
}

#Journal #mothersday_page a {
	text-decoration: none;
}

#Journal #mothersday_page .sp_only {
	display: none;
}

#Journal #mothersday_page img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

#Journal #mothersday_page {
	background-color: #ffeae1;
}

#Journal #mothersday_page .mothersday_wrap {
	max-width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

#Journal #mothersday_page .cover {
	width: 37%;
	height: calc(100vh - 182px);
	position: sticky;
	top: 0;
	transition: 0.2s ease;
	background-image: url(/assets/img/pages/2026mothersday/carnation2.png);
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: center 28vh;
	opacity: 0;
	transform: translate3d(0,20px,0);
}

#Journal #mothersday_page .cover.active {
	transform: translate3d(0,0,0);
	opacity: 1;
}

#Journal #mothersday_page .cover .adjust {
	transition: 0.1s linear;
}

/*
#Journal #mothersday_page .cover.hidden {
	opacity: 0;
	visibility: hidden;
}
*/



#Journal #mothersday_page .logo {
	width: 100%;
	padding: 0 15%;
	position: absolute;
	left: 0;
	top: 3vh;
	z-index: 2;
	transition: transform 0.4s linear 0.3s,opacity 0.4s linear 0.3s, top 0.2s ease;
	opacity: 0;
	text-align: center;
}

#Journal #mothersday_page .logo.active {
	opacity: 1;
}

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

	header.fixed + #contents #Journal #mothersday_page .cover {
		height: 100vh;
		background-position: center 40vh;
	}
	
	header.fixed + #contents #Journal #mothersday_page .logo {
		top: 11vh;
	}

}

#Journal #mothersday_page .logo img {
	transform: translate3d(2%,5px,0);
}

#Journal #mothersday_page .carnation img {
	width: auto;
	height: 100%;
	max-height: 485px;
}

#Journal #mothersday_page .period {
	width: 100%;
	padding: 0 7.5%;
	position: absolute;
	left: 0;
	bottom: 6vh;
	transition: opacity 0.5s ease 0.8s;
	opacity: 0;
}

#Journal #mothersday_page .period.active {
	opacity: 1;
}



#Journal #mothersday_page .items {
	width: 57%;
	max-width: 665px;
	margin: 0 0 0 4.8%;
}

#Journal #mothersday_page .item {
	padding: 90px 0;
	position: relative;
}

#Journal #mothersday_page .item:first-child {
	padding-top: 65px;
}

#Journal #mothersday_page .item + .item:before {
	content: "";
	display: block;
	width: calc(100% - 16%);
	height: 20px;
	background-image: url(../../../img/pages/2026mothersday/dotline.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	position: absolute;
	left: 8%;
	top: 0;
}

#Journal #mothersday_page .item_name {
	font-size: 30px;
	line-height: 1.85;
	text-align: center;
}

#Journal #mothersday_page .item_name span {
	border-bottom: 1px solid #d81703;
	font-size: 30px;
	color: #d81703;
	padding: 0 10px 10px;
	letter-spacing: 0.1em;
	font-weight: bold;
}

#Journal #mothersday_page .item .img {
	position: relative;
	margin: 50px 0 0;
	padding: 0 2.5%;
}



#Journal #mothersday_page .item .img .mukaka_single {
	width: 45%;
	position: absolute;
	left: 4%;
	bottom: -10%;
}

#Journal #mothersday_page .copy {
	font-size: 24px;
	line-height: 1.75;
	color: #d81703;
	padding: 0 6%;
	margin: 45px 0 0;
	font-weight: bold;
}

#Journal #mothersday_page .description {
	line-height: 1.77;
	margin: 1em 0 0;
	padding: 0 6%;
}

#Journal #mothersday_page .content {
	font-size: 14px;
	line-height: 1.77;
	margin: 1.3em 0 0;
	padding: 0 6%;
}

#Journal #mothersday_page .item_link {
	margin: 10px 0 0;
}

#Journal #mothersday_page .item_link a {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


#Journal #mothersday_page .item_link .package {
	width: 55%;
}

#Journal #mothersday_page .item_link .package img {
	transform: translate3d(-10px,0,0);
}

#Journal #mothersday_page .item_link .data {
	width: 44%;
}

#Journal #mothersday_page .item_link .data:after {
	content: "商品を見る";
	display: block;
	border-radius: 4px;
	background-color: #d81703;
	color: #fff;
	text-align: center;
	padding: 1em 0;
	font-weight: bold;
	margin: 17px 0 15px;
	font-size: 17px;
	width: 90%;
}

#Journal #mothersday_page .item_link h4 {
	color: #d81703;
	line-height: 1.65;
	font-weight: bold;
	font-size: 22px;
}

#Journal #mothersday_page .item_link h4 {
	color: #d81703;
	line-height: 1.65;
}

#Journal #mothersday_page .item_link .price {
	font-size: 40px;
	color: #d81703;
	font-weight: bold;
	margin: 15px 0 0;
}

#Journal #mothersday_page .item_link .price span {
	font-size: 16px;
	display: inline-block;
	color: #d81703;
	margin-left: 8px;
	font-weight: bold;
}


#Journal #mothersday_page .wrapping {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: rgba(250,160,164,0.9);
	visibility: hidden;
	opacity: 0;
	transition: 0.15s linear;
	z-index: 200;
}

#Journal #mothersday_page .wrapping.active {
	visibility: visible;
	opacity: 1;
}

#Journal #mothersday_page .wrapping .off {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#Journal #mothersday_page .wrapping .content {
	width: 950px;
	padding: 35px 50px 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #fff;
	border-radius: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%,-50%,0);
	border: 2px solid #d81703;
	z-index: 10;
}

#Journal #mothersday_page .wrapping .kakegami {
	width: 67%;
	padding-right: 6%;
	border-right: 1px dotted #ccc;
}

#Journal #mothersday_page .wrapping .card {
	width: 28%;
	text-align: center;
}

#Journal #mothersday_page .wrapping .kakegami img {
	display: none;
}

#Journal #mothersday_page .wrapping .kakegami img.active {
	display: block;
}


#Journal #mothersday_page .wrapping .content h4 {
	text-align: center;
	color: #d81703;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 28px;
}

#Journal #mothersday_page .wrapping .content h5 {
	margin: 32px 0 0;
	font-weight: bold;
}

#Journal #mothersday_page .wrapping .content .close {
	display: block;
	width: 64px;
	height: 64px;
	border-radius: 100px;
	background-color: #fff;
	border: 2px solid #d81703;
	position: absolute;
	right: 0;
	top: 0;
	transform: translate3d(20%,-20%,0);
	cursor: pointer;
}

#Journal #mothersday_page .wrapping .content .close:before,
#Journal #mothersday_page .wrapping .content .close:after {
	content: "";
	display: block;
	width: 38px;
	height: 2px;
	border-radius: 4px;
	position: absolute;
	left: 12px;
	top: 31px;
	transform-origin: center center;
	background-color: #d81703;
}

#Journal #mothersday_page .wrapping .content .close:before {
	transform: rotate(45deg);
}

#Journal #mothersday_page .wrapping .content .close:after {
	transform: rotate(-45deg);
}

#Journal #mothersday_page .wrapping .card .img {
	margin: 10px 0 0;
	padding: 0 5px 0;
}

#Journal #mothersday_page .wrapping .card p {
	font-size: 12px;
	margin: 8px 0 0;
}

#Journal #mothersday_page .wrapping .itempage_link_pc {
	width: 100%;
	padding: 24px 0 0;
}

#Journal #mothersday_page .wrapping .itempage_link_pc a {
	display: block;
	width: 60%;
	margin: 0 auto;
	background-color: #d81703;
	color: #fff;
	text-align: center;
	border-radius: 100px;
	padding: 1em 0;
	font-size: 16px;
	font-weight: bold;
	display: none;
}

#Journal #mothersday_page .wrapping .itempage_link_pc a.active {
	display: block;
}

#Journal #mothersday_page .wrapping .itempage_link_sp {
	display: none;
}

#mothersday_page_end {
	background-color: #ddd;
	height: 500px;
}

/* PCのみ */
@media screen and (min-width: 768px) {
	
	#Journal #mothersday_page .carnation.active {
		opacity: 1;
		transform: translate3d(-50%,0,0);
	}
	
	#Journal #mothersday_page .item .img img {
		transition: 0.15s linear;
		cursor: pointer;
	}
	
	#Journal #mothersday_page .item .img img:hover {
		opacity: 0.8;
	}
	
	#Journal #mothersday_page .wrapping .itempage_link a:hover,
	#Journal #mothersday_page .item_link a:hover .data:after {
		background-color: #ff0003;
	}
	
	@keyframes pc_pikopiko {
	  0% {
		transform: translate3d(0,-50%,0);
	  }
	  8% {
		  transform: translate3d(5px,-50%,0);
		}
	16% {
			transform: translate3d(0,-50%,0);
		  }
		  24% {
			  transform: translate3d(5px,-50%,0);
			}
			32% {
			  transform: translate3d(0,-50%,0);
			}
	  100% {
		transform: translate3d(0,-50%,0);
	  }
	}
	
	#Journal #mothersday_page .wrapping_open {
		writing-mode: vertical-rl;
		height: 220px;
		font-size: 14px;
		background-color: #d81703;
		color: #fff;
		display: inline-block;
		padding: 1.5em 17px;
		font-weight: bold;
		cursor: pointer;
		border-radius: 100px;
		position: absolute;
		left: -20px;
		top: 50%;
		transform: translate3d(0, -50%, 0);
		animation: pc_pikopiko 1.5s linear infinite;
	}
	
	#Journal #mothersday_page .wrapping_open:after {
		content: "";
		display: block;
		width: 10px;
		height: 10px;
		background-color: #d81703;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translate3d(50%, -50%, 0) rotate(45deg);
	}


}

/* スマホのみ */
@media screen and (max-width: 768px) {
	
	#Journal #mothersday_page .sp_only {
		display: block;
	}
	
	#Journal #mothersday_page .mothersday_wrap {
		display: block;
	}
	
	#Journal #mothersday_page .cover {
		width: 100%;
		position: relative;
		top: auto;
		padding: 15px 0 0;
		background-size: 40% auto;
		height: 100%;
		
	}
	
	#Journal #mothersday_page .logo {
		position: relative;
		left: auto;
		top: auto;
		padding: 0 19%;
	}
	
	#Journal #mothersday_page .period {
		position: relative;
		left: auto;
		bottom: auto;
		margin: 23vh auto 0;
		transform: translate3d(0,2vh,0);
	}
	
	#Journal #mothersday_page .items {
		width: 100%;
		margin: 0;
	}
	
	#Journal #mothersday_page .item:first-child {
		padding-top: 90px;
	}
	
	#Journal #mothersday_page .item_name {
		font-size: 24px;	
	}
	
	#Journal #mothersday_page .item_name span {
		font-size: 24px;
	}
	
	#Journal #mothersday_page .item .img {
		margin-top: 60px;
	}
	
	#Journal #mothersday_page .item .img .mukaka_single {
		width: 51%;
		left: 5%;
		bottom: -15%;
	}
	
	
	@keyframes sp_pikopiko {
		0% {
			transform: translate3d(-50%, -60%, 0);
		}
		8% {
			transform: translate3d(-50%, -67%, 0);
		}
		16% {
			transform: translate3d(-50%, -60%, 0);
		}
		24% {
			transform: translate3d(-50%, -67%, 0);
		}
		32% {
			transform: translate3d(-50%, -60%, 0);
		}
		100% {
			transform: translate3d(-50%, -60%, 0);
		}
	}
	
	#Journal #mothersday_page .wrapping_open {
		width: 56%;
		font-size: 13px;
		background-color: #d81703;
		color: #fff;
		display: inline-block;
		padding: 0.9em 0;
		text-align: center;
		font-weight: bold;
		border-radius: 100px;
		position: absolute;
		left: 50%;
		top: 0;
		transform: translate3d(-50%, -60%, 0);
		animation: sp_pikopiko 1.2s linear infinite;
	}
	
	#Journal #mothersday_page .wrapping_open:after {
		content: "";
		display: block;
		width: 10px;
		height: 10px;
		background-color: #d81703;
		position: absolute;
		left: 50%;
		bottom: 0%;
		transform: translate3d(-50%, 50%, 0) rotate(45deg);
	}
	
	#Journal #mothersday_page .copy {
		font-size: 20px;
		margin-top: 35px;
		padding: 0 7%;
	}
	
	#Journal #mothersday_page .copy br {
		display: none;
	}
	
	#Journal #mothersday_page .description {
		font-size: 17px;
		padding: 0 7%;
	}
	
	#Journal #mothersday_page .content {
		font-size: 12px;
		padding: 0 7%;
	}
	
	#Journal #mothersday_page .item_link {
		margin: 0;
	}
	
	#Journal #mothersday_page .item_link + .item_link {
		margin-top: 20px;
	}
	
	#Journal #mothersday_page .item_link a {
		display: block;
	}
	
	#Journal #mothersday_page .item_link .package {
		width: 100%;
		padding: 0 4%;
	}
	
	#Journal #mothersday_page .item_link .package img {
		transform: translate3d(0,0,0);
	}
	
	#Journal #mothersday_page .item_link .data {
		width: 100%;
		padding: 0 6%;
	}
	
	#Journal #mothersday_page .item_link h4 {
		font-size: 21px;
		text-align: center;
	}
	
	#Journal #mothersday_page .item_link h4 br {
		/*display: none;*/
	}
	
	#Journal #mothersday_page .item_link .price {
		text-align: center;
		font-size: 34px;
	}
	
	#Journal #mothersday_page .item_link .price span {
		font-size: 13px;
	}
	
	#Journal #mothersday_page .item_link .data:after {
		width: 88%;
		border-radius: 100px;
		font-size: 16px;
		padding: 1.15em 0;
		box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
		margin: 23px auto 0;
	}
	
	#Journal #mothersday_page .wrapping .content {
		width: 100%;
		margin: 0;
		padding: 40px 24px 70px;
		height: 85vh;
		overflow-y: scroll;
		display: block;
		position: absolute;
		left: 0;
		top: auto;
		bottom: 0;
		transform: translate3d(0,20px,0);
		border-radius: 15px 15px 0 0;
		transition: transform 0.2s ease;
		border:none;
	}
	
	#Journal #mothersday_page .wrapping.active .content {
		transform: translate3d(0,0,0);
	}
	
	#Journal #mothersday_page .wrapping .kakegami {
		width: 100%;
		padding: 0;
		border-right: none;
		border-bottom: 1px solid #ddd;
		padding: 0 0 40px;
	}
	
	#Journal #mothersday_page .wrapping .card {
		width: 100%;
		padding: 40px 0 40px;
	}
	
	#Journal #mothersday_page .wrapping .off {
		z-index: 7;
	}
	
	#Journal #mothersday_page .wrapping .content .close {
		display: none;
	}
	
	#Journal #mothersday_page .wrapping:before,
	#Journal #mothersday_page .wrapping:after {
		content: "";
		display: block;
		width: 25px;
		height: 2px;
		position: absolute;
		background-color: #fff;
		right: 5%;
		top: 10vh;
		transform-origin: center center;
		z-index: 5;
	}
	
	#Journal #mothersday_page .wrapping:before {
		transform: rotate(45deg);
	}
	
	#Journal #mothersday_page .wrapping:after {
		transform: rotate(-45deg);
	}
	
	#Journal #mothersday_page .wrapping .content h4 {
		padding: 0 8px;
		margin-bottom: 24px;
		font-size: 19px;
	}
	
	#Journal #mothersday_page .wrapping .content h5 {
		font-size: 16px;
	}
	
	#Journal #mothersday_page .wrapping .card .img {
		padding: 0 10px;
	}
	
	#Journal #mothersday_page .wrapping .itempage_link_pc {
		display: none;
	}
	
	#Journal #mothersday_page .wrapping .itempage_link_sp {
		display: block;
		width: 100%;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 11;
		padding: 0 30px 15px;
	}
	
	#Journal #mothersday_page .wrapping .itempage_link_sp a {
		width: 100%;
		font-size: 13px;
		line-height: 1.45;
	}
	
	#Journal #mothersday_page .wrapping .itempage_link_sp a {
		display: block;
		width: 100%;
		background-color: #d81703;
		color: #fff;
		text-align: center;
		border-radius: 100px;
		padding: 0.8em 0;
		font-size: 14px;
		font-weight: bold;
		display: none;
		box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
	}
	
	#Journal #mothersday_page .wrapping .itempage_link_sp a.active {
		display: block;
	}
}