@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&family=Shippori+Mincho:wght@600&display=swap");

body {
	margin: 0;
	font-family: "Noto Serif JP", "Cormorant Garamond", serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
	
 }
.container {
	width: 100%;
}
.block1 {
	text-align: center;
	width: 100%;
}
.block1 img {
	width: 380px;
}
.com-title2 {
	margin:  0 0 40px;
	overflow: hidden;
	padding: 27px 0 0;
	position: relative;
	text-align: center;
	width: 100%;
}
.com-title2 .ttl {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.7;
	margin: 0 auto 20px;
}
.com-title2 .txt1 {
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	margin: 0;
}
.com-title2 .txt2 {
	font-size: 16px;
	font-weight: 400;
	margin: 10px 0 0;
}
.com-button2 {
	background: #FFF;
	border: 1px solid #005ea5;
	color: #005ea5;
	display: inline-block;
	font-size: 15px;
	height: 46px;
	line-height: 44px;
	overflow: hidden;
	text-align: center;
}
.more {
	display: block;
	background: #7c0d22;
	max-width: 280px;
	width: 100%;
	text-align: center;
	padding: 0.8rem 0.5rem;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	margin: 1rem auto 0;
}
.more:hover {
	opacity: 0.7;
}
.more:hover span::after {
	left: 102%;
}
.more span {
	color: #fff;
	font-size: 15px;
	padding-right: 1rem;
	position: relative;
	display: inline-block;
	width: 80%;
}
.more span::after {
  content: "";
  background: url(/assets/build/img/common/icon_more.svg) left top/100% auto no-repeat;
  width: 1.3rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 98%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.copy {
	text-align: center;
	font-size: 13px;
	margin: 50px auto;
}
.dsp-s {
	display: none !important;
}
.dsp-w {
	display: inline !important;
}

@media only screen and (max-width: 959px) {
	.container {
		padding: 0 16px;
		width: auto;
	}
	.block1 {
		padding: 50px 0 0;
	}
	.block1 img {
		width: 250px;
	}
	.com-title2 .ttl {
		font-size: 20px;
		line-height: 1.5;
	}
	.com-title2 .txt1 {
		text-align: left;
	}
	
	.dsp-w {
		display: none !important;
	}
	.dsp-s {
		display: inline !important;
	}
	
}