@charset "utf-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
	background: #e8dcf2;
	background-position: center top;
  min-width: 1000px; /*PSの時だけ*/
}
@media screen and (max-width:768px) {
body {
/*	background: url("../images/background_sp_image.jpg") 100% 7%  no-repeat;*/
/*	background-size: cover;*/
	background-size: 100vw;
	min-width: 100%;
}
}
header{
display: none;
}

/*ヘッダー　タイトル*/
@media screen and (max-width:768px){
	
header{
	padding: 10px 0;
	text-align: center;
	margin: 0 auto;
	width: 100%;
}
.title_flex{
	display: flex;
	justify-content: center;
	align-items: center;
}
header h1 .multiply img{
	mix-blend-mode: multiply;
}
header h1 .multiply img{
	width: 100%
}

header h1 .keio_logo img{
	width: 100%
}
header h1 .en_title img{
	width: 78%;
	  display: block;
  max-width: 100%;
  height: auto;
		margin: 0 auto;
}
header h1 .en_title{
	max-width: 860px;
}
}
@media screen and (max-width:768px) {
	header{
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 15px 10px 15px;;
	position: relative;
	gap:5%;

/*		box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3), -10px 0px 10px -10px rgba(0, 0, 0, 0.3);*/
}
	.header_r{
		display: flex;
		gap:20px;
		align-items: center;
	}

}

@media screen and (max-width:768px) {
	header{
		background-color: #fff;
		z-index: 2;
		max-height: 60px;
		height: 100%;

}
	header h1{
	width: 48%;
		text-align: left;
			padding-top: 5px;
    display: block;
}
header h1 .en_title img{
	width: 100%;
}
header h1 .en_title{
	max-width: 100%;
}
}
@media screen and (max-width:480px) {

	header h1{
	width: 68%;
		text-align: left;
			padding-top: 5px;
}

}


#container_r{
  flex: 1;
	overflow:hidden;
	position: relative;
  background: #fff;
}
@media screen and (max-width:768px) {

#container_r .main{
	position: absolute;
	left: 41%;
	top: 49%;
	z-index: -1;
}
#container_r{
	max-width: 100%;
	margin: 0 auto;
}
}

/*
.circle{
	position: absolute;
	left: 36%;
	bottom: 69%;
	z-index: -1;
	mix-blend-mode: multiply;
}
.circle img{
	width: 100%;
}
*/
.mv_l_wrap{
	display: block;
}
.mv_l_wrap2{
	display: none;
	}
@media screen and (max-width:768px) {
	  .mv_l_wrap {
    display: none;
  }

  .mv_l_wrap2 {
    display: block;
	  position: relative;
  }
	.mv_l_wrap2{
		background: url("../images/background_sp_image.jpg") 100% 7%  no-repeat;
/*	background-size: cover;*/
	background-size: 100vw;
	min-width: 100%;
	}
.mv_l_wrap2 .main img{
	width: 100%;
}

.mv_l_wrap2 #chair img{
	width: 55%;
}
	.mv_l_wrap2 #catchcopy{
	position: absolute;
	top: 32%;
	left:3%;
	}

.mv_l_wrap2 #catch{
	position: absolute;
	top: 20%;
	left: 3%;
}
/*
#container_r .main{
	position: absolute;
	left: 0%;
	top: 90%;
	z-index: -1;
	width: 110%;
}
*/
.mv_l_wrap2{
	max-width: 100%;
	padding-top: 3%;
}
.mv_l_wrap2 .mv{
/*	transform: translateX(5%);*/
}
.mv_l_wrap2 .mv img{
	width: 120%;
	padding-top: 33%;
}
.mv_l_wrap2 > div{
	padding-top: 0;
}
.mv_l_wrap2 > div #chair{
	text-align: center;
}
.mv_l_wrap2 > div #catch, #catchcopy, #date{
	text-align: left;
}

.mv_l_wrap2 #catch img{
	width: 86%;
}
.mv_l_wrap2 #catchcopy img{
	width: 83%;
}

.mv_l_wrap2 #date img{
	width: 74%;
}

.mv_l_wrap2 #date{
	position: absolute;
	top: 89%;
	left: 3%;
}
.mv_l_wrap2 #chair img{
	width: 66%;
}


}
@media screen and (max-width:760px){
	.mv_l_wrap2 #date img{
	width: 50%;
}
	.mv_l_wrap2 #catch img{
	width: 77%;
}
.mv_l_wrap2 #catchcopy img{
	width: 77%;
}
.mv_l_wrap2 #chair img{
	width: 90%;
}


}

/*
@media screen and (max-width:400px) {
	.mv_l_wrap2 #date{
	padding-top: 29%;
}
	.mv_l_wrap2 #date img{
	width: 70%;
}
}
*/
/*新着*/
#new {
	clear: both;
	display: block;
	margin-top: 50px;
	padding: 0 30px;
	text-align: left;
}

#new h3 {
	margin-bottom: 30px;
	padding-bottom: 7px;
	font-size: 2.6rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #1A004C;
	border-bottom: 3px solid;
	border-color: #8F702C;
	position: relative;
}

#new dl {
	height: 200px;
	overflow: auto;
	font-family: "Noto Sans JP", serif;
}
#new dt {
	width: 7em;
	color: #333;
	float: left;
	clear: left;
}
#new dd {
	margin-bottom: 15px;
	color: #333;
	padding: 0 0 30px 7em;
	border-bottom: #1A004C 1px dotted;
}
#new dd a {
	color: #333;
}

@media screen and (max-width:768px){
#new {
	margin-top: 40px;
	margin-bottom: 30px;
	padding: 0px 15px;
	max-width: 100%;
}
#new h3 {
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-size: 2.4rem;
}

#new h3::before {
	width: 40%;
}

#new dt {
	width: 100%;
	float: none;
}

#new dd {
	margin-bottom: 15px;
	padding: 0 0 15px 0;
}
}
