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

	Date: 2024-04-19
	CSS Document ： SEASON LOOK SUMMER 2024
	
=============================================================*/
.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 {}
#container_md ul {
	padding-inline-start: 0;
}
#container_md ul li {
	list-style: none;
}
div#container_md {
	color: #000;
	font-size: 120%;
	line-height: 1.7;
	letter-spacing: 0.12em;
	opacity: 0;
	z-index: 2;
	overflow: hidden;
}
div#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: 1600px;
	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: 0%;
	left: 0%;
	font-family: 'Akshar', sans-serif;
	font-weight: 500;
	font-size: 3.5vw;
	letter-spacing: 0.0em;
}
.title_slide_md ul li:nth-child(1) .thema_title_md img:nth-child(1) {
	mix-blend-mode: multiply;
}
.title_slide_md ul li:nth-child(1) .thema_title_sub {
		width: 100%;
	position: absolute;
	bottom: 0%;
	left: 0%;
}
.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;
	mix-blend-mode: multiply;
}
.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: 56%;
}
.contents_list_md ul li:nth-child(2) a .main_md {
	width: 76%;
}
#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;
	mix-blend-mode: multiply;
}
#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;
	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: linear-gradient(60deg, #858585, #000); */
}
#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.46;
}
#thema01_md .thema_ttl_md::before {
	display: block;
	width: 100%;
	aspect-ratio:1/1;
	content: '';
	background: #f2f2f2;
	position: absolute;
	top: 18%;
	left: 0;
}

#thema01_md .thema_text_md {
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 31%;
	width: 100%;
	left: 0;
	z-index: 10;
	font-family: 'Akshar', sans-serif;
	font-weight: 500;
	color: #FFF;
	letter-spacing: 0.0em;
	margin: 0;
	mix-blend-mode: multiply;
}
#thema01_md .thema_text_md .sub_md {
	font-size: 210%;
}
#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 .thema_ttl_photo_md {}
#thema01_md .thema_ttl_photo_md img {
	opacity: 0;
}
#thema01_md .thema_ttl_photo_md img.thema_ttl_photo01_md {
	width: 28%;
	position: absolute;
	top: 1%;
	left: 6%;
}
#thema01_md .thema_ttl_photo_md img.thema_ttl_photo02_md {
	width: 22.5%;
	position: absolute;
	top: 0.8%;
	left: 40%;
}
#thema01_md .thema_ttl_photo_md img.thema_ttl_photo03_md {
	width: 26%;
	position: absolute;
	top: 3%;
	left: 69%;
}
#thema01_md .thema_ttl_photo_md img.thema_ttl_photo04_md {
	width: 28%;
	position: absolute;
	top: 52%;
	left: 5%;
}
#thema01_md .thema_ttl_photo_md img.thema_ttl_photo05_md {
	width: 32%;
	position: absolute;
	top: 62%;
	left: 36%;
	z-index: 10;
}
#thema01_md .thema_ttl_photo_md img.thema_ttl_photo06_md {
	width: 27%;
	position: absolute;
	top: 55%;
	left: 66%;
}


#thema01_md .scrollin.active img.thema_ttl_photo01_md,
#thema01_md .scrollin.active img.thema_ttl_photo06_md{
	animation: zoom_fade01 1.3s forwards 0.3s;
}
#thema01_md .scrollin.active img.thema_ttl_photo02_md,
#thema01_md .scrollin.active img.thema_ttl_photo05_md{
	animation: zoom_fade01 1.3s forwards 0.6s;
}
#thema01_md .scrollin.active img.thema_ttl_photo03_md,
#thema01_md .scrollin.active img.thema_ttl_photo04_md{
	animation: zoom_fade01 1.3s forwards 0.9s;
}

#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 ul.coordi_photo li:nth-child(1) {width: 75%;margin-right: 25%;/* margin-bottom: 2em; */}
#thema01_c01 ul.coordi_photo li:nth-child(2) {
	position: absolute;
	top: 10%;
	right: 2%;
	width: 39%;
}

#thema01_c02 ul.coordi_photo li:nth-child(1) {width: 75%;margin-left: 25%;/* margin-bottom: 1em; */}
#thema01_c02 ul.coordi_photo li:nth-child(2) {
	position: absolute;
	top: 26%;
	left: 3%;
	width: 43%;
}

#thema01_c04 ul.coordi_photo li:nth-child(1) {width: 75%;margin-right: 25%;/* margin-bottom: 1em; */}
#thema01_c04 ul.coordi_photo li:nth-child(2) {
	position: absolute;
	top: 20%;
	right: 1%;
	width: 32%;
}

#thema01_c05 {margin-top:2em;}
#thema01_c05 ul.coordi_photo li:nth-child(1) {/* width: 80%; *//* margin-left: 20%; *//* margin-bottom: 1em; */}
#thema01_c05 ul.coordi_photo li:nth-child(2) {
	position: absolute;
	top: -8.5%;
	left: 8%;
	width: 89%;
	mix-blend-mode: multiply;
}



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

テーマ02

==================================*/
#thema02_md {
	/* padding: 4.5em 0; */
}
#thema02_md .thema_ttl_md {
	position: relative;
}
#thema02_md .thema_text_md {
	position: absolute;
	top: 3%;
	width: 20.8%;
	left: 3%;
	line-height: 1.6;
	opacity: 0;
	mix-blend-mode: multiply;
}
#thema02_md .thema_ttl_photo_md {
	display: flex;
justify-content: center;
align-items: center;
	flex-wrap:wrap;
}
#thema02_md .thema_ttl_photo_md img {opacity: 0;margin: -1px 0 0;}
#thema02_md .thema_ttl_photo_md img.thema_ttl_photo01_md {
}
#thema02_md .thema_ttl_photo_md img.thema_ttl_photo02_md {width: 50%;}
#thema02_md .thema_ttl_photo_md img.thema_ttl_photo03_md {width: 50%;}

#thema02_md .scrollin.active img.thema_ttl_photo01_md {
	animation: fadein-right 1.0s forwards 0s;
}
#thema02_md .scrollin.active img.thema_ttl_photo02_md {
	animation: fadein-right 1.0s forwards 0.3s;
}
#thema02_md .scrollin.active img.thema_ttl_photo03_md {
	animation: fadein-right 1.0s forwards 0.6s;
}


#thema02_md .thema_text_md .sub_md {}
#thema02_md .thema_text_md .sub_md .num_md {}
#thema02_md .thema_text_md .main_md {}
#thema02_md p {}



#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 1.0s;
}




/* 個別配置 */
#thema02_c02 ul.coordi_photo {
display: flex;
justify-content: center;
align-items: center;}
#thema02_c02 ul.coordi_photo li {
width: 50%;
}

#thema02_c03 ul.coordi_photo li:nth-child(2) {
	position: absolute;
	top: -2%;
	left: 2%;
	width: 34%;
}
#thema02_c03 ul.coordi_photo li:nth-child(3) {
	position: absolute;
	top: 73%;
	right: 0;
	width: 26%;
}

#thema02_c06 ul.coordi_photo {display: flex;justify-content: flex-start;align-items: center;flex-wrap: nowrap;}
#thema02_c06 ul.coordi_photo li {width: 33.33%;}


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

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;
	}
}