@charset "UTF-8";
/* CSS Document */

/*reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}
img,abbr,acronym,fieldset,a {
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section,img {
	display: block;
}
ul li {
	list-style-type:none;
}
/* ----- */
header {
	position: fixed;
}
nav {
	overflow: hidden;
}
ul {
	float: right;
}
ul li {
	display: inline-block;
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
}
ul li a{
	text-decoration: none;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-size: 0.9rem;
	letter-spacing: 0.03em;
	color: #FFFFFF;
	font-weight: 300;
}
#main-visual {
　position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(800 / 1200 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url("../img/top_pc_01.jpg") center center / cover no-repeat;
}
.topimg {
	position: relative;
}
.topimg picture img {
	width: 100%;
	z-index: -1;
}
.topimg h1 {
	top:35%;
	left: 20%;
	transform: translate(-50%,-50%);/*センター寄せの修正*/
	writing-mode: vertical-rl;
	margin-left: auto;
	margin-right: auto;
	font-family: "Noto Serif JP", serif;
	font-size: 4rem;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.25em;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	z-index: 1;
}
.topimg h2 {
	top:55%;
	left: 20%;
	transform: translate(-50%,-50%);/*センター寄せの修正*/
	font-family: "Noto Serif JP", serif;
	font-size: 1.55rem;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.05em;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	z-index: 2;
}
h3 {
	font-family: "Noto Serif JP", serif;
	font-size: 1.2rem;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.05em;
	text-align: center;
	margin-top: 150px;
	color: #0d0015;
}
h4 {
	font-family: "Noto Serif JP", serif;
	font-size: 0.9rem;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.05em;
	text-align: center;
	margin-top: 10px;
}
h5 img{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
	margin-bottom: 15vh;
}

#about .contents{
	width: 50vw;
	margin-top: 150px;
	margin-bottom: 12vh;
	margin-left: auto;
	margin-right: auto;
}
#about .contents p{
	text-align: justify;
	font-family: "Noto Serif JP", serif;
	font-size: 0.9rem;
	letter-spacing: 0.03em;
	line-height: 2.5;
	color: #0d0015;
	font-weight: 300;
}
#about .detail{
	width: 50vw;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12vh;
}
#about .detail p{
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-size: 0.9rem;
	letter-spacing: 0.03em;
	line-height: 2.5;
	color: #0d0015;
	font-weight: 300;
}
.single {
	margin-top: 150px;
	width: 45vw;
	margin-left: auto;
	margin-right: auto;
}
.single .item {
	display: flex;
  　flex-direction: column;
	margin-left: auto;
	margin-right: auto;
}
.single .item img{
	width: 100%;
}
.row {
	display: flex;
	justify-content: space-around;
	margin-top: 100px;
}
.row .item{
	width: 35%;
	align-self: flex-start;
}
.row .item img {
	width: 100%;
}
.row .content{
	display: flex;
	flex-direction: column;
}
.row .content p {
	text-align: center;
	width: 75%;
	font-size: 0.85rem;
	line-height: 2;
    font-weight: 300;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.triple {
	display: flex;
	justify-content: space-around;
	margin-top: 100px;
}
.triple .item{
		width: 25%;
		align-self: flex-start;
}
.triple .item img{
		width: 100%;
}
footer {
	margin-top: 150px;
	display: block;
	font-weight: 100;
    text-align: center;
    width: 100%;
  }	
footer img{
	width: 50px;
	margin-top: 5vh;
	margin-bottom: 15vh;
	margin-left: auto;
	margin-right: auto;
}
.sns-rink {
	display: inline-block;
	vertical-align: top;
	font-size: 1.5rem;
	margin-bottom: 10px;
}
.sns-rink a {
	color: #0d0015;
}
.sns-rink a:hover {
	color: rgba(2,48,76,0.56);
} 
footer .law a {
	text-decoration: none;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-size: 0.75rem;
	letter-spacing: 0.03em;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: 300;
}
footer p {
	margin-top: 5px;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-size: 0.8rem;
	letter-spacing: 0.03em;
	font-weight: 300;
	font-style: normal;
	color: #0d0015;
}
@media only screen and (max-width: 767px) {
ul {
	float: none;
}
ul li {
	display: flex;
	flex-direction: column;
	padding-top: 30px;
}
#main-visual {
    width: 100%;
    height: 0;
    padding-top: calc(900 / 500 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
    background: url("../img/top_spx_01.jpg") center center / cover no-repeat;
}	
.topimg h1 {
	top:30%;
	left: 20%;
	font-size: 3rem;
}
.topimg h2 {
	top: 48%;
	left: 20%;
	font-size: 1.1rem;
}
h3{
	font-size: 1rem;
	margin-top: 90px;
}
h4 {
	font-size: 0.8rem;
}
h5 img{
	width: 85%;
	margin-top: 90px;
}

#about .detail p{
	font-size: 0.8rem;
}
#about .detail{
	width: 95vw;
}
#about .contents p{
	font-size: 0.8rem;
}
#about .contents{
	margin-top: 90px;
	width: 70vw;
}
.row {
	display: flex;
	flex-direction: column;
}
section .triple {
	display: flex;
	flex-direction: column;
}
.single {
	width: 100%;	
	}
.single .item{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	height: 100%;
}
.single img {
	width: 100%;
	}
.row .item{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
	height: 100%;
}
.row .item img {
	margin-top: 0px;
	width: 100%;
	}
.row .content p {
	width: 80%;
	margin-bottom: 50px;
	}
.triple .item {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
	height: 100%;
}
.triple .item img {
	margin-top: 0px;
	width: 100%;
}
section .att {
	width: 80vw;
	}
section .box{
	width: 250px;
}
section .button{
  padding: 15px 50px;
  font-weight: 400;
}
}

/* iphone XS Max*/
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
#main-visual {
    width: 100%;
    height: 0;
    padding-top: calc(900 / 500 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
    background: url("../img/top_spx_01.jpg") center center / cover no-repeat;
 }	
}

/* iphone XS */
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
#main-visual {
    width: 100%;
    height: 0;
    padding-top: calc(900 / 500 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
    background: url("../img/top_spx_01.jpg") center center / cover no-repeat;
 }	
}

	