
html,
body {
  background: #122536;
  color: #fff;
  font-size: 15px;
}
body {
	font-family: 'Shippori Mincho', 'Noto Serif JP', serif;
}
.-min {
	font-family: 'Shippori Mincho', 'Noto Serif JP', serif;
}
.-goth {
	font-family: 'Shippori Mincho', 'Noto Serif JP', serif;
}
._comment{
	background: url("../img/bg-comm_pc.jpg") no-repeat center top;
	
	/* background-attachment: fixed; */
	background-size: cover;
	padding: 10% 0;
}
@media screen and (max-width: 640px) {
	._comment {
		background: transparent;
		
	}
	body:after {
		content:"";
		position:fixed; /* stretch a fixed position to the whole screen */
		top:0;
		height:100vh; /* fix for mobile browser address bar appearing disappearing */
		left:0;
		right:0;
		z-index:-1; /* needed to keep in the background */
		background: url(../img/bg-comm_sp.jpg?v=202107141053) center top;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
  }
}
._comment ._ttl-txt {
	color: #fff;
}
._inner{
	max-width: 1040px;
	margin: 0 auto;
	width: 90%;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (max-width: 640px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (max-width: 640px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (max-width: 640px),
only screen and (        min-device-pixel-ratio: 2)      and (max-width: 640px),
only screen and (                min-resolution: 192dpi) and (max-width: 640px),
only screen and (                min-resolution: 2dppx)  and (max-width: 640px) { 
	._comment{
		
		position: relative;
		z-index: 0;
	}
	
}

h2{
	text-align: center;
	font-size: 82px;
	color: #122536BD1;
	font-weight: 600;
}
._ttl-txt{
	text-align: center;
	font-size: 21px;
	color: #122536;
	padding-left: .5em;
}
._ttl-txt span{
	font-size: 14px;
}
@media screen and (max-width: 640px) {
	h2{
		font-size: 30px;
	}
	._ttl-txt{
		font-size: 17px;
	}
	._ttl-txt span{
		font-size: 12px;
	}
}
._comm-wrap{
	margin: 0px auto;
	/* display: flex;
	flex-wrap: wrap; */
}
._comm-box{
	
	
	color: #fff;
	padding: 15px 0px 170px;
	font-weight: bold;
	line-height: 1.7;
	position: relative;
	overflow: hidden;
	z-index: 0;
	font-size: 16px;
	text-align: justify;
}
@media screen and (max-width: 640px) {
._comm-box {
    color: #fff;
    padding: 15px 0px 120px;
    font-weight: bold;
    line-height: 1.7;
    position: relative;
    overflow: hidden;
    z-index: 0;
    font-size: 16px;
}
}
._comm-box p._name {
	margin-top: 30px;
	font-size: 40px;
	color: #fff;
}

._comm-box p._name span{
	font-size: 30px;
	color: #fff;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (max-width: 640px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (max-width: 640px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (max-width: 640px),
only screen and (        min-device-pixel-ratio: 2)      and (max-width: 640px),
only screen and (                min-resolution: 192dpi) and (max-width: 640px),
only screen and (                min-resolution: 2dppx)  and (max-width: 640px) { 
	._comm-wrap{
		margin: 0px auto;
	}
	._comm-box{
		width: 100%;
		margin-right: auto;
		padding: 30px;
	}
	._comm-box p {
		font-size: 14px;
		text-align: justify;
	}
	._comm-box p span{
		font-size: 18px;
	}
	._comm-box p._name{
		font-size: 18px;
		position: relative;
		bottom: 0;
		left: 0;
		margin-top: 20px;
	}
	._comm-box p._name:before{
		width: 30px;
		top: 14px;
	}
	._comm-box p._name span{
		font-size: 12px;
	}
}
._top-back{
	display: none;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (max-width: 640px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (max-width: 640px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (max-width: 640px),
only screen and (        min-device-pixel-ratio: 2)      and (max-width: 640px),
only screen and (                min-resolution: 192dpi) and (max-width: 640px),
only screen and (                min-resolution: 2dppx)  and (max-width: 640px) { 
	._top-back{
		display: block;
		max-width: 268px;
		margin: 0 auto;
	}
	._top-back a{
		border: solid 1px #122536;
		color: #122536;
		font-size: 21px;
		text-decoration: none;
		display: block;
		text-align: center;
		padding: 15px;
		transition: all .5s;
	}
	._top-back a:hover{
		color: #301910;
		background: #122536;
	}
	._top-back a{
		font-size: 18px;
	}
}
header {
	width: 100%;
	z-index: 200;
	background: transparent;
	height: 87px;
  }
  header.transparent {
	background: transparent;
  }
  header.color {
	background: #b4c4c345;
  }
  @media screen and (max-width: 640px) {
	  header.color{
  background-color: transparent;
}
  }
  /* 固定メニュー */
  header.fixed {
	position: fixed;
	top: 0;
	z-index: 999;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	height: 43px;
  }
  header.active {
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
 
  header ul.menulist {
	width: 80%;
	margin:0 auto;
	display: flex;
	justify-content: flex-end;
  }
 
  header ul.menulist li {
   list-style-type: none;
   margin-left:2em;
 }
 