@charset "UTF-8";
/*=============================================================

	Date: 2025-01-19
	CSS Document ： SEASON LOOK SPRING 2025
	
=============================================================*/
.fsc_gfooter__breadcrumb {
	margin-top: 0;
}
#footercontent .fsc_gfooter__breadcrumb {
	display: none;
}
div.pankuzu_fca h1 {
	font-size: 100%;
	display: block;
	width: 100%;
	margin: 0 0 0;
	padding: 0.3em 0 0;
	color: #444;
}
.main-visual {
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.fsc_emergency, .fsc_gfooter__breadcrumb, #footercontent {
	z-index: 3;
	position: relative;
}
#container_md .pc_md {
	display: block;
}
#container_md .sp_md {
	display: none;
}
#container_md ul {
	padding-inline-start: 0;
}
#container_md ul li {
	list-style: none;
}
#container_md {
	color: #000;
	font-size: 120%;
	line-height: 1.7;
	letter-spacing: 0.12em;
	z-index: 2;
	overflow: hidden;
}
#container_md.load_md {
	animation: fade_md 0.8s forwards 0.8s;
}
@keyframes fade_md {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.inner_md {
	width: 475px;
	margin: 0 auto;
	background: #FFF;
	overflow: hidden;
}
@media screen and (max-width: 1100px) {
	/* SP */
	#container_md .pc_md {
		display: none !important;
	}
	#container_md .sp_md {
		display: block;
	}
}
/*==================================

title

==================================*/
.title_inner_md {
	background: #FFF;
	position: relative;
	z-index: 10;
}
.title_md {
	position: relative;
}
.main_title {
	text-align: center;
	padding: 2em 0 1.4em;
}
div.look_md .main_title img {
	width: 450px;
}
.title_slide_md {
	max-width: 1300px;
	margin: 0 auto;
}
.title_slide_md ul {
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.title_slide_md ul li {
	width: 50%;
	position: relative;
	opacity: 0;
	animation: item_fadein 0.8s forwards 0s;
}
.title_slide_md ul li:nth-child(1) {
	animation-delay: 1.5s;
}
.title_slide_md ul li:nth-child(2) {
	animation-delay: 1.9s;
}
.title_slide_md ul li:nth-child(3) {
	animation-delay: 2.3s;
}
@keyframes item_fadein {
	0% {
		transform: translate(0px, 2em);
		opacity: 0;
	}
	100% {
		transform: translate(0px, 0px);
		opacity: 1.0;
	}
}
@keyframes fadein-right {
	0% {
		transform: translate(2em, 0px);
		opacity: 0;
	}
	100% {
		transform: translate(0px, 0px);
		opacity: 1.0;
	}
}
.title_slide_md ul li a {
	color: #FFF;
}
.title_slide_md ul li a img {
	width: 100%;
}
.thema_title_md {
	width: 100%;
	position: absolute;
	bottom: 6%;
	left: 0%;
	font-family: 'Akshar', sans-serif;
	font-weight: 500;
	font-size: 3.5vw;
	letter-spacing: 0.0em;
	display: block;
	text-align: center;
}

.thema01 .thema_title_md img{width: 61%;}
.thema02 .thema_title_md img{width: 80%;filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.2));}

.title_slide_md ul li a .sub_md {
	display: block;
	margin-bottom: -0.1em;
}
.title_slide_md ul li a .sub_md .sub_inner_md { /* padding: 0 0.5em; */ letter-spacing: 0.03em;
	font-size: 60%;
	display: block;
	line-height: 1;
}
.title_slide_md ul li a .sub_md .num_md {
	font-size: 120%;
	line-height: 1.4;
}
.title_slide_md ul li a .main_md {
	/* margin-left: 1rem; */
	font-size: 130%;
	display: inline-block;
	padding-right: 0.8em;
	background-image: url('../images/link_arrow_w.svg');
	background-position: right bottom 0.3em;
	background-size: 0.5em;
	background-repeat: no-repeat;
}
.min_md {
	font-size: 44%;
	display: block;
}
@media screen and (max-width: 1100px) {
	/* SP */
	.title_inner_md {
		/* width:475px; */
		margin: 0 auto;
		background: #FFF;
	}
	.title_md {
		max-width: 800px;
		margin: 0 auto;
	}
	.title_slide_md ul {
		display: block;
	}
	.title_slide_md ul li {
		width: 100%;
		margin: -1px 0;
	}
	.thema_title_md {
		font-size: 430%;
	}
}
@media screen and (max-width: 800px) {
	.thema_title_md {
		font-size: 9.9vw;
	}
	.main_title {
		padding-top: 3.5em;
	}
	div.look_md .main_title img {
		width: 75%;
		/* margin:1em auto 0; */
	}
}
/*==================================

目次

==================================*/
.contents_md {
	margin: 3em auto;
	width: 90%;
	font-family: 'Akshar', sans-serif;
	font-weight: 500;
}
.contents_ttl_md {
	border-bottom: 1px solid #000;
	line-height: 0.55;
	display: block;
}
.contents_list_md {}
.contents_list_md ul {}
.contents_list_md ul li {
	margin: 1.5em 0;
}
.contents_list_md ul li a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.contents_list_md ul li a:hover {
	text-decoration: none;
}
.contents_list_md ul li a .sub_md {
	display: block;
}
.contents_list_md ul li a .sub_md .sub_inner_md {
	color: #FFF;
	background: #000;
	padding: 0 0.5em;
	letter-spacing: 0.07em;
	font-size: 70%;
	display: block;
	/* line-height: 1; */
	white-space: nowrap;
}
.contents_list_md ul li a .sub_md .num_md {
	font-size: 120%;
	line-height: 1.4;
}
.contents_list_md ul li a .main_md {
	margin-left: 1rem;
	font-size: 140%;
	display: inline-block;
	padding-right: 2.0rem;
	background-image: url('../images/link_arrow.svg');
	background-position: right;
	background-size: 1rem;
	background-repeat: no-repeat;
	letter-spacing: 0.03em;
}
.contents_list_md ul li a .main_md .min_md {
	display: inline-block;
	vertical-align: middle;
	font-size: 75%;
	margin-right: 0.5em;
}
.contents_list_md ul li a .main_md img{
	width:100%;
}
.contents_list_md ul li:nth-child(1) a .main_md {
	width: 71%;
}
.contents_list_md ul li:nth-child(2) a .main_md {
	width: 77%;
}
.contents_list_md ul li:nth-child(3) a .main_md {
	width: 52%;
}
#scroll_md {
	width: 475px;
	text-align: center;
	margin: 0 auto;
	padding: 4em 0;
	animation: down_pop 3.0s infinite;
}
@keyframes down_pop {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(15px);
	}
	100% {
		transform: translateY(0px);
	}
}
#scroll_md img {
	width: 15%;
}
/*==================================

fixed_bg_md

==================================*/
#main_wrap_md {
	position: relative;
	/* overflow: hidden; */
}
#fixed_bg_md {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
#fixed_bg_md ul {
	width: 100%;
}
#fixed_bg_md ul li {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
#fixed_bg_md ul li div {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	width: calc(50vw - 187px);
	height: 100vh;
}
#fixed_bg_md ul li div.bg_l_md {}
#fixed_bg_md ul li div.bg_r_md {}
/* 個別 */
#fixed_bg_md ul li {
	opacity: 0;
	transition: all 0.3s;
}
#fixed_bg_md ul li.fixed_on_md, #fixed_bg_md ul li#bg01_md {
	opacity: 1 !important;
}
#fixed_bg_md ul li#bg01_md div.bg_l_md {
	background-image: url('../images/bg01_01.jpg');
}
#fixed_bg_md ul li#bg01_md div.bg_r_md {
	background-image: url('../images/bg01_02.jpg');
}
#fixed_bg_md ul li#bg02_md div.bg_l_md {
	background-image: url('../images/bg02_01.jpg');
}
#fixed_bg_md ul li#bg02_md div.bg_r_md {
	background-image: url('../images/bg02_02.jpg');
}
/*==================================

fixed_pc_md

==================================*/
.fixed_pc_md {
	height: 100vh !important;
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
}
#fixed_pc_md {
	position: fixed;
	top: 0px;
	z-index: 1;
	right: calc(30vw - 354px);
	width: 350px;
}
#fixed_pc_md > a {}
#fixed_pc_md > a img {}
#fixed_pc_md ul {}
#fixed_pc_md ul li {}
#fixed_pc_md ul li a {}
#fixed_pc_md ul li a img {}
#fixed_pc_md .contents_md {
	margin: 0 auto 2.5em;
	width: 88%;
	font-size: 70%;
}
#fixed_pc_md .link_list_md {
	width: 53%;
	margin: 0em auto 0;
	padding-bottom: 0;
}
.flex_box_md {
	width: 100%;
}
@media screen and (min-width: 1099px) {
	/* PC */
	.ttl_text {
		position: fixed;
		top: 0;
		left: calc(30vw - 285px);
		z-index: 1;
		width: 19vw;
		max-width: 280px;
		height: auto;
	}
	.ttl_text.pc_md.fixed_stop_md {
		position: absolute;
	}
}
@media screen and (min-width: 1200px) {
	#fixed_pc_md .contents_md {
		width: 100%;
		font-size: 90%;
	}
}
@media screen and (max-width: 1100px) {
	/* SP */
	#fixed_pc_md {
		display: none !important;
	}
	#scroll_md {
		width: 100%;
	}
}
@media screen and (min-height: 700px) {
	/* 高さ800以上 */
	#fixed_pc_md, .ttl_text.pc_md {
		position: fixed;
		/* top: 0 !important; */
	}
}
#container_md .fixed_stop_md {
	top: auto !important;
	position: absolute !important;
}
/*==================================

menu_md

==================================*/
#menu_md {
	opacity: 0;
	animation: fade_md 0.8s forwards 1.5s;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 10;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#menu_md .menu_inner_md {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#menu_md.fixed_on_md {
	position: fixed;
	top: 0 !important;
}
#menu_md ul {
	padding-inline-start: inherit;
}
#menu_md li {
	list-style: none;
}
.openbtn {
	/* background:#57a2c7; */
	cursor: pointer;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	position: relative;
	z-index: 10;
}
/*ボタン内側*/
.openbtn span {
	display: inline-block;
	transition: all .4s; /*アニメーションの設定*/
	position: absolute;
	left: 14px;
	height: 2px;
	border-radius: 2px;
	background: #000;
	width: 45%;
}
.openbtn span:nth-of-type(1) {
	top: 15px;
}
.openbtn span:nth-of-type(2) {
	top: 23px;
}
.openbtn span:nth-of-type(3) {
	top: 31px;
}
/*active*/
.openbtn.active span:nth-of-type(1) {
	background: #000;
	top: 18px;
	left: 18px;
	transform: translateY(6px) rotate(-45deg);
	width: 40%;
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
	background: #000;
	top: 30px;
	left: 18px;
	transform: translateY(-6px) rotate(45deg);
	width: 40%;
}
.insta_icon {
	width: 3.5em;
	padding: 12px;
	position: relative;
	z-index: 10;
}
#overlay_md {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	display: none;
	background: #e6e6e6;
}
.overlay_inner_md {
	max-width: 500px;
	margin: 0 auto;
}
#overlay_md .overlay_ttl_md {
	width: 60%;
	margin: 4em auto 1em;
	display: block;
}
#overlay_md .contents_md {
	margin: 2.5em auto;
	width: 90%;
	font-size: 110%;
}
#overlay_md .contents_md ul {}
#overlay_md .link_list_md {
	width: 66%;
	margin: 4em auto 0;
	padding-bottom: 5em;
}
@media screen and (max-width: 1100px) {
	/* SP */
	#menu_md {
		z-index: 11;
	}
	.openbtn {
		position: absolute;
		top: 0;
		right: 0;
	}
}
@media screen and (min-width: 1099px) {
	#menu_md {
		display: none;
	}
}
/*==================================

商品リンク

==================================*/
.styling_item_md {
	margin-top: 1.3em;
}
.styling_item_md ul {
	max-width: 90%;
	margin: 0 auto;
	font-size: 100%;
	font-family: 'Akshar', sans-serif;
}
.styling_item_md ul li {
	margin: 1em 0;
}
.styling_item_md ul li a {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.spec_md {
	border-bottom: 1px solid #000;
	min-width: 68%;
	display: flex;
	justify-content: space-between;
	text-align: right;
	align-items: center;
	letter-spacing: 0.1em;
}
.name_md {
	text-align: left;
	letter-spacing: 0.04em;
	font-size: 100%;
	font-family: 'Akshar', sans-serif;
	margin: 0;
}
.price_md {
	text-align: right;
	font-size: 80%;
	letter-spacing: 0.05em;
}
.price_md .tax_md {
	letter-spacing: 0;
	font-size: 90%;
}
.buy_md {
	color: #FFF;
	background: #000;
	border-radius: 1em;
	font-size: 75%;
	padding: 0.1em 1.6em 0;
	line-height: 1.3;
	display: flex;
	align-items: center;
	font-family: 'Akshar', sans-serif;
}
/* 半分 */
.styling_item_md.half_md {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.half_photo {
	width: 40%;
	margin-left: 5%;
	opacity: 0;
}
.half_photo.right_md {
	width: 40%;
	margin-left: 0%;
	margin-right: 5%;
	order: 1;
}
.scrollin.active .half_photo {
	animation: zoom_fade02 1.0s forwards 0s;
}
.styling_item_md.half_md ul {
	max-width: 100%;
}
.styling_item_md.half_md ul li {}
.styling_item_md.half_md ul li a {
	display: block;
	white-space: nowrap;
	min-width: 9.5em;
}
.styling_item_md.half_md ul li a::after {
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}
.half_md .spec_md {
	display: inherit;
	border: none;
}
.half_md .name_md {
	border-bottom: 1px solid #000;
	display: block;
	margin-bottom: 0.4em;
}
.half_md .price_md {
	float: left;
	margin: 0.3em 0 0;
}
.half_md .price_md .tax_md {}
.half_md .buy_md {
	float: right;
}
/* 個別 */
#thema01_md .buy_md {
	background: #316e4a;
}
#thema02_md .buy_md {
}

/*==================================

テーマ全体

==================================*/
#thema_wrap_md {
}
#thema_wrap_md .contents_wrap {
	padding: 0 0 4em;
	clear: both;
	position: relative;
}
.thema_md {
	padding: 3em 0 4em;
}
/* テーマタイトル */
p.thema_lead_md {
	font-size: 66%;
	font-family: "中ゴシックBBB";
	line-height: 2.4;
	margin: 2.8em 0 3.5em;
	letter-spacing: 0.1em;
	text-align: center;
}
.scrollin.active .thema_text_md {
	animation: item_fadein 1.2s forwards 1.0s;
}
/* 各コーディネート */
ul.coordi_photo {
	position: relative;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
}
ul.coordi_photo li {
	width: 100%;
	margin: 0 auto;
}
ul.coordi_photo li.half_photo {
	width: 40%;
	margin: 1.4em 0 0;
}
ul.coordi_photo li img {}
/*==================================

テーマ01

==================================*/
#thema01_md {
	padding: 0em 0;
}
#thema01_md .thema_ttl_md {
	position: relative;
}
#thema01_md .thema_ttl_md {
	position: relative;
	aspect-ratio: 1/1.34;
}

#thema01_md .thema_text_md {
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 33%;
	width: 75%;
	left: 6%;
	z-index: 10;
	/* filter: drop-shadow(0px 0px 8px rgba(0,0,0,0.3)); */
}
#thema01_md .thema_text_md .sub_md .num_md {}
#thema01_md .thema_text_md .main_md {
	display: block;
	font-size: 375%;
	line-height: 1.1;
}
#thema01_md p {
    margin: 0em 0 3.5em;
}
#thema01_md .scrollin.active img.thema_ttl_photo01_md{
	animation: zoom_fade01 1.3s forwards 0.3s;
}
#thema01_md .thema_ttl_photo_md {}
#thema01_md .thema_ttl_photo_md img {
	opacity: 0;
}

#thema01_md ul.coordi_photo {
	opacity: 0;
}
#thema01_md .scrollin.active ul.coordi_photo {
	opacity: 0;
	animation: zoom_fade02 1.0s forwards 0s;
}
#thema01_md ul.coordi_photo li:nth-child(2) {
	opacity: 0;
}
#thema01_md ul.coordi_photo li:nth-child(3) {
	opacity: 0;
}
#thema01_md .scrollin.active ul.coordi_photo li:nth-child(2) {
	animation: item_fadein 1.5s forwards 0.5s;
}
#thema01_md .scrollin.active ul.coordi_photo li:nth-child(3) {
	animation: item_fadein 1.5s forwards 1.0s;
}
@keyframes zoom_fade01 {
	0% {
		transform: translate(0px, 0px) scale(1.2);
		opacity: 0;
	}
	100% {
		transform: translate(0px, 0px) scale(1.0);
		opacity: 1;
	}
}
@keyframes zoom_fade02 {
	0% {
		transform: translate(10px, 10px) scale(1.1);
		opacity: 0;
	}
	100% {
		transform: translate(0px, 0px) scale(1.0);
		opacity: 1.0;
	}
}


/* 個別配置 */

#thema01_c01 .coordi_photo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#thema01_c01 .coordi_photo li {}
#thema01_c01 .coordi_photo li:nth-child(2),
#thema01_c01 .coordi_photo li:nth-child(3) {
	margin-top:1em;
	width:50%;
}

/*==================================

テーマ02

==================================*/
#thema02_md {
	padding: 3em 0 3em;
}
#thema02_md .thema_ttl_md {
	aspect-ratio: 100/142.4;
	background-image: url(../images/t02_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size:contain;
	position: relative;
}
#thema02_md .thema_text_md {
	position: absolute;
	top: 45.1%;
	width: 58.5%;
	left: 6.4%;
	opacity: 0;
	z-index: 2;
}
#thema02_md .thema_ttl_photo_md img.thema_ttl_photo01_md {
	width: 56%;
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 1;
	opacity: 0
}
#thema02_md .thema_ttl_photo_md img.thema_ttl_photo02_md {
	width: 33.0%;
	position: absolute;
	top: 6.8%;
	left: 62%;
	opacity: 0
}
#thema02_md .thema_ttl_photo_md img.thema_ttl_photo03_md {
	width: 58%;
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0
}

#thema02_md .scrollin.active img.thema_ttl_photo01_md{
	animation: zoom_fade01 1.3s forwards 0.3s;
}
#thema02_md .scrollin.active img.thema_ttl_photo02_md{
	animation: zoom_fade01 1.3s forwards 0.6s;
}
#thema02_md .scrollin.active img.thema_ttl_photo03_md{
	animation: zoom_fade01 1.3s forwards 0.9s;
}

#thema02_md .scrollin.active ul.coordi_photo li:nth-child(1) {
	animation: zoom_fade02 1.3s forwards 0s;
}

#thema02_md .contents_wrap .styling_item_md ul {
	/* width:60%; */
}


#thema02_md .scrollin.active {
	opacity: 0;
	animation: item_fadein 1.0s forwards 0s;
}
#thema02_md ul.coordi_photo li:nth-child(2) {
	opacity: 0;
}
#thema02_md ul.coordi_photo li:nth-child(3) {
	opacity: 0;
}
#thema02_md .scrollin.active ul.coordi_photo li:nth-child(2) {
	animation: item_fadein 1.5s forwards 0.5s;
}
#thema02_md .scrollin.active ul.coordi_photo li:nth-child(3) {
	animation: item_fadein 1.5s forwards 0.8s;
}



/* 個別配置 */

#thema_wrap_md #thema02_md .contents_wrap  {
	padding-bottom:1em;
	margin-bottom:4em;
}
#thema02_md ul.coordi_photo li {margin: 0;}

#thema02_c01 {
	background-image: url(../images/t02_c01_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:contain;
}
#thema02_c01 .coordi_photo {
	justify-content: center;
	gap:1.3em;
	align-items: flex-start;
	}
#thema02_c01 .coordi_photo li {}
#thema02_c01 .coordi_photo li:nth-child(2),
#thema02_c01 .coordi_photo li:nth-child(3){
	width:41%;
}
#thema02_c01 .coordi_photo li:nth-child(3) {
	margin-top: 2.4em;
}
#thema02_c01 .styling_item_md {
	position:absolute;
	top: 17%;
	left: 10%;
}

#thema02_c02 {
	background-image: url(../images/t02_c02_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:contain;
	aspect-ratio: 100/121.73;
}
#thema02_c02 .coordi_photo {
	justify-content: center;
	gap:1.3em;
	align-items: flex-start;
	}
#thema02_c02 .coordi_photo li {}
#thema02_c02 .coordi_photo li:nth-child(1) {
	width: 72%;
	margin-right: 28%;
}
#thema02_c02 .coordi_photo li:nth-child(2){
	width: 33%;
	position: absolute;
	top: 11%;
	right: 8%;
}
#thema02_c02 .coordi_photo li:nth-child(3){
	    width: 37%;
	    position: absolute;
	    top: 69%;
	    right: 0;
}
#thema02_c02 .coordi_photo li:nth-child(3) {
	/* margin-top: 2.4em; */
}
#thema02_c02 .styling_item_md {
	position:absolute;
	top: 74%;
	left: 12%;
}


#thema02_c03 {
	background-image: url(../images/t02_c03_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:contain;
}
#thema02_c03 .coordi_photo {
	justify-content: center;
	gap:1.3em;
	align-items: flex-start;
	}
#thema02_c03 .coordi_photo li {}
#thema02_c03 .coordi_photo li:nth-child(2),
#thema02_c03 .coordi_photo li:nth-child(3){
	width:41%;
}
#thema02_c03 .coordi_photo li:nth-child(2) {
	margin-top: 2.4em;
}
#thema02_c03 .styling_item_md {
	position:absolute;
	top: 18%;
	left: 50%;
}


#thema02_c04 {
	background-image: url(../images/t02_c04_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:contain;
}
#thema02_c04 .coordi_photo {
	justify-content: center;
	gap:1.3em;
	align-items: flex-start;
	}
#thema02_c04 .coordi_photo li {}
#thema02_c04 .coordi_photo li:nth-child(2),
#thema02_c04 .coordi_photo li:nth-child(3){
	width:41%;
}
#thema02_c04 .coordi_photo li:nth-child(3) {
	margin-top: 2.4em;
}
#thema02_c04 .styling_item_md {
	position:absolute;
	top: 46%;
	left: 7%;
}
#thema02_c04 .styling_item_md a{
	color:#FFF;
}
#thema02_c04 .buy_md {
	background:#FFF;
	color:#000;
}
#thema02_c04 .half_md .name_md {
	border-color:#FFF;
}

#thema02_c05 {
	background-image: url(../images/t02_c07_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:contain;
}
#thema02_c05 .coordi_photo {
	justify-content: center;
	gap:1.3em;
	align-items: flex-start;
	}
#thema02_c05 .coordi_photo li {}
#thema02_c05 .coordi_photo li:nth-child(2),
#thema02_c05 .coordi_photo li:nth-child(3){
	width:41%;
}
#thema02_c05 .coordi_photo li:nth-child(2) {
	margin-top: 2.4em;
}
#thema02_c05 .styling_item_md {
	position:absolute;
	top: 18%;
	left: 53%;
}


#thema02_c06 {
	background-image: url(../images/t02_c06_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:contain;
}
#thema02_c06 .coordi_photo {
	justify-content: center;
	gap:1.3em;
	align-items: flex-start;
	}
#thema02_c06 .coordi_photo li {}
#thema02_c06 .coordi_photo li:nth-child(2),
#thema02_c06 .coordi_photo li:nth-child(3){
	width:41%;
}
#thema02_c06 .coordi_photo li:nth-child(3) {
	margin-top: 2.4em;
}
#thema02_c06 .styling_item_md {
	position:absolute;
	top: 13%;
	left: 7%;
}


#thema02_c07 {
	background-image: url(../images/t02_c07_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:contain;
}
#thema02_c07 .coordi_photo {
	justify-content: center;
	gap:1.3em;
	align-items: flex-start;
	}
#thema02_c07 .coordi_photo li {}
#thema02_c07 .coordi_photo li:nth-child(2),
#thema02_c07 .coordi_photo li:nth-child(3){
	width:41%;
}
#thema02_c07 .coordi_photo li:nth-child(2) {
	margin-top: 2.4em;
}
#thema02_c07 .styling_item_md {
	position:absolute;
	top: 19%;
	left: 53%;
}


#thema02_c08 {
	background-image: url(../images/t02_c08_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:contain;
}
#thema02_c08 .coordi_photo {
	justify-content: center;
	gap: 1.5em;
	align-items: flex-start;
	}
#thema02_c08 .coordi_photo li {}
#thema02_c08 .coordi_photo li:nth-child(2),
#thema02_c08 .coordi_photo li:nth-child(3){
	width:41%;
}
#thema02_c08 .coordi_photo li:nth-child(3) {
	margin-top: 2.4em;
}
#thema02_c08 .styling_item_md {
	position:absolute;
	top: 21%;
	left: 9%;
}

#thema02_c09 {}
#thema02_c09 .coordi_photo {
	background-image: url(../images/t02_c09_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:contain;
	padding: 5%;
	}
#thema02_c09 .coordi_photo li {}
#thema02_c09 .styling_item_md {align-items: flex-start;}
#thema02_c09 .styling_item_md .half_photo {/* margin-right: 5%; */}
#thema02_c09 .styling_item_md ul {
	width: 45%;
}
#thema02_c09 .styling_item_md ul li:last-child {
	width: 100%;
}


#thema02_c10 {}
#thema02_c10 .coordi_photo {
	}
#thema02_c10 .coordi_photo li {}
#thema02_c10 .styling_item_md {align-items: flex-start;}
#thema02_c10 .styling_item_md .half_photo {/* margin-right: 5%; */}
#thema02_c10 .styling_item_md ul {
	width: 45%;
}
#thema02_c10 .styling_item_md ul li:last-child {
	width: 108%;
	margin-left: -11%;
}
#thema_wrap_md #thema02_md #thema02_c10.contents_wrap {
	margin-bottom: 0;
	padding-bottom: 0;
}

/*==================================

footer

==================================*/
#look_footer_md {
	background: #e9e9e9;
	text-align: center;
}
.footer_ashirai_md {
	margin: 0 auto 4em;
	padding: 3em 0 0 0;
	width: 80%;
	text-align: center;
}
div.look_md .footer_ashirai_md img {
	width: 35%;
	vertical-align: top;
	margin: 0.6em 4%;
	display: inline-block;
	opacity: 0;
}
div.look_md .footer_ashirai_md img:nth-child(1) {
	margin-top: 0;
}
div.look_md .footer_ashirai_md img:nth-child(2) {
	margin-top: 1.5em;
}
div.look_md .footer_ashirai_md img:nth-child(3) {
	display: block;
	margin: 1em 28%;
}
div.look_md .footer_ashirai_md img:nth-child(4) {
	margin-top: 2em;
}
div.look_md .footer_ashirai_md img:nth-child(5) {}
.footer_ashirai_md.scrollin.active img {
	animation: fade_md 1.8s forwards 0s;
}
.footer_ashirai_md.scrollin.active img:nth-child(1) {
	animation-delay: 0.0s;
}
.footer_ashirai_md.scrollin.active img:nth-child(2) {
	animation-delay: 0.4s;
}
.footer_ashirai_md.scrollin.active img:nth-child(3) {
	animation-delay: 0.2s;
}
.footer_ashirai_md.scrollin.active img:nth-child(4) {
	animation-delay: 0.8s;
}
.footer_ashirai_md.scrollin.active img:nth-child(5) {
	animation-delay: 0.6s;
}
/*==================================

link_list

==================================*/
.link_list_md {
	width: 63%;
	margin: 2em auto 0;
	padding-bottom: 4.5em;
	text-align: center;
}
.link_list_md ul {
	margin-bottom: 0;
}
.link_list_md ul li {
	margin: 0.8em auto 0;
}
.link_list_md ul li.list_line_md {
	border-bottom: 2px solid #000;
}
.link_list_md ul li.logo_md {
	width: 60%;
	margin: 3em auto 0.4em;
}
.link_list_md ul li a {}
.link_list_md ul li a img {}
.archive_md {
	font-family: 'Akshar', sans-serif;
	font-weight: 500;
	margin-left: 1rem;
	font-size: 115%;
	display: inline-block;
	padding-right: 1.8rem;
	background-image: url('../images/link_arrow.svg');
	background-position: center right;
	background-size: 0.8rem;
	background-repeat: no-repeat;
	border-bottom: 1px solid #000;
	margin: 0 0.3em 0.7em;
}
.archive_md.old {
	background-image: url('../images/link_arrow_l.svg');
	background-position: center left;
	padding-left: 1.8rem;
	padding-right: 0;
}
@media screen and (max-width: 1100px) {
	/* SP */
	.link_list_md {
		padding-bottom: 8em;
	}
}
/*==================================

SP

==================================*/
@media screen and (max-width: 768px) {
	body.menu_open_md {
		overflow: hidden;
	}
	/* SP */
	#menu_md, #overlay_md, .inner_md {
		width: 100%;
		right: 0;
	}
	#overlay_md {
		height: 110vh;
	}
	#item_nav_md ul {
		/* width: auto; */
	}
	.look_md {
		font-size: 4.5vw;
	}
	.styling_item_md ul li a img {
		height: 28vw;
	}
}