@charset "UTF-8";

/*------------------SP_画像2枚並び3枚並び------------------*/

@media screen and (max-width: 700px){
	#sp3+.composite_box01:not(.block_images_7):not(.block_images_8):not(.block_images_10):not(.block_images_11):not(.block_images_12):not(.block_images_13):not(.block_images_15):not(.block_images_17):not(.block_images_18):not(.block_images_19) .inner_item{
		width: 31% !important;
		box-sizing: border-box;
		margin: 0 !important;
	}
	#sp3+.composite_box01 .wrapper_item{
		justify-content: space-between
	}
}
@media screen and (max-width: 480px){
	#sp+.composite_box01:not(.block_images_7):not(.block_images_8):not(.block_images_10):not(.block_images_11):not(.block_images_12):not(.block_images_13):not(.block_images_15):not(.block_images_17):not(.block_images_18):not(.block_images_19) .inner_item{
		width: 48% !important;
	}
	#sp+.composite_box01 .wrapper_item{
		justify-content: space-between
	}
	#sp3+.composite_box01:not(.block_images_7):not(.block_images_8):not(.block_images_10):not(.block_images_11):not(.block_images_12):not(.block_images_13):not(.block_images_15):not(.block_images_17):not(.block_images_18):not(.block_images_19) .inner_item{
		width: 33.3% !important;
	}
}

/*------------------画像アスペクト比------------------*/

#aspect+div .inner_item_img img{
	height: auto !important;
	aspect-ratio: 4 / 3;
}
#aspect2+.block_news_1.add_design4 .content_wrapper li a span{
	padding: 0 0 100%;
}
#aspect3+.block_news_1.add_design4 .content_wrapper li a span{
	padding: 0 0 66.67%;
}

/*------------------ご注文の流れ------------------*/

a[id^="flow"]+section{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	border-bottom: 2px solid var(--i_main_color);
	padding-bottom: 80px;
	overflow: visible;
}
a[id^="flow"]+section:before,
a[id^="flow"]+section:after{
	position: absolute;
	display: block;
	content: "";
	pointer-events: none;
}
#flow4+section:before,
#flow4+section:after{
	display: none;
}
a[id^="flow"] + section::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 35px 0 35px;
	border-color: #fff transparent transparent transparent;
	left: calc(50% - 34px);
	bottom: -31px;
	z-index: 1;
}
a[id^="flow"] + section::after {
	width: 44px;
	height: 44px;
	border-right: 2px solid var(--i_main_color);
	border-bottom: 2px solid var(--i_main_color);
	transform: rotate(45deg);
	left: calc(50% - 22px);
	bottom: -24px;
	z-index: 2;
}
a[id^="flow"]+section .inner_item_txt{
	position: relative;
	max-width: 400px;
	padding-left: 130px !important;
}
a[id^="flow"]+section .inner_item_txt::before{
	position: absolute;
	display: block;
	content: "1";
	font-size: 3rem;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	top: calc(50% - 40px);
	left: 0;
	width: 80px;
	height: 80px;
	line-height: 80px;
	background: var(--i_main_color);
	pointer-events: none;
}
#flow1+section .inner_item_txt::before{
	content: "2";
}
#flow2+section .inner_item_txt::before{
	content: "3";
}
#flow3+section .inner_item_txt::before{
	content: "4";
}
#flow4+section .inner_item_txt::before{
	content: "5";
}
a[id^="flow"]+section{
	margin-bottom: 80px;
}
#flow4+section{
	margin-bottom: 0;
}
@media screen and (max-width: 1300px){
	a[id^="flow"] + section{
		width: calc(100% - 20px);
	}
}
@media screen and (max-width: 480px){
	a[id^="flow"] + section .inner_item_txt{
		padding-left: 100px !important;
	}
}

/*------------------各見出し+ボタン うちの子名刺/うちの子ポスター/うちの子ムービー------------------*/

[id^="title"]+section{
	overflow: visible;
}
[id^="title"]+section:before{
	position: absolute;
	display: block;
	content: "";
	width: 65%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
	pointer-events: none;
}
[id^="title"]+section .h,
[id^="title"]+section p{
	color: #fff !important;
}
@media screen and (max-width: 900px){
	#title+section{
		margin-top: -50px;
	}
	[id^="title"]+section{
		width: 90%;
	}
	[id^="title"]+section:before{
		width: 100%;
	}
}
#r_btn+div .content_wrapper,
#r2_btn+section .contents_btn01 .content_wrapper{
	text-align: right;
}
#r2_btn+section.contents_box01[class*="block_text"] .inner_item_txt .contents_btn01 {
	padding-top: 50px;
}

/*------------------うちの子名刺------------------*/

#title+section+div .heading.block_header_1{
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	padding-bottom: 10px;
}
@media screen and (max-width: 900px){
	#title+section+div+div{
		padding-top: 30px;
	}
}

/*------------------うちの子ポスター------------------*/

#title2+section+div .heading.block_header_1{
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	padding-bottom: 10px;
}

/*------------------表------------------*/

#table table{
	width: 100%;
}
#table th,
#table td{
	border: 1px solid rgba(0, 0, 0, 0.5);
}
#table tr:first-of-type th:first-of-type{
	border: none;
}
#table th{
	font-size: 2rem;
	padding: 5px 30px;
}
#table tr:not(:first-of-type) th{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.1rem;
}
#table td{
	font-size: 1.8rem;
	text-align: center;
}
@media screen and (max-width: 480px){
	#table th{
		font-size: 1.65rem;
		padding: 5px 5px;
	}
	#table tr:not(:first-of-type) th{
		font-size: 2rem;
	}
}

/*------------------表2------------------*/

#table.t2 th {
	padding: 5px 15px;
}
@media screen and (max-width: 650px){
	#table.t2{
		overflow-x: auto;
		white-space: nowrap;
		padding: 1px;
	}
}
