

body {

}

header {
text-align: center;
}
header h1 {
padding: 25px 0;
font-size: 13px;
font-family: 'Shippori Mincho', serif;
letter-spacing: 0.05em;
opacity: 0.5;
}
@media screen and (max-width: 768px) {
header h1 {
padding: 20px 0;
font-size: 10px;
letter-spacing: 0em;
}
}


/*--------------------------------------------------------------------------
vis
---------------------------------------------------------------------------*/

.vis {
width: 100%;
position: relative;
}
.vis img {
width: 100%;
height: 400px;
-o-object-fit: cover;
object-fit: cover;
}

@media screen and (max-width: 768px) {
.vis img {
width: 100%;
height: auto;
aspect-ratio: 3 / 2;
}
}

/*--------------------------------------------------------------------------
intro
---------------------------------------------------------------------------*/
.intro .lead {
text-align: center;
}
.intro .lead .name {
display: block;
margin-bottom: 20px;
font-size: 12px;
font-family: "Noto Serif Display", serif;
font-optical-sizing: auto;
font-weight: 300;
font-style: normal;
font-variation-settings: "wdth" 100;
color: #aa9d80;
}
.intro .lead .name::before {
content: "(　";
}
.intro .lead .name::after {
content: "　)";
}


.intro .lead .main {
font-size: 22px;
font-family: 'Shippori Mincho', serif;
letter-spacing: 0.05em;
line-height: 2;
}
.intro .lead .main br {
display: none;
}

.intro .lead .txt {
color: #7e7e7e;
font-size: 15px;
font-family: 'Shippori Mincho', serif;
letter-spacing: 0.05em;
line-height: 2.8;
}


.intro .report li {
width: 48%;
height: auto;
margin-bottom: 4%;
aspect-ratio: 3 / 2;
background-image:url("../img/bg-body.jpg");
background-repeat:  no-repeat;   
background-position:center center;
background-size:cover;
}
.intro .report li img {
display: block;
width: auto;
height: 100%;
margin: 0 auto;
}

@media screen and (max-width: 768px) {
.intro .lead .name {
display: block;
margin-bottom: 20px;
font-size: 10px;
font-family: "Noto Serif Display", serif;
font-optical-sizing: auto;
font-weight: 300;
font-style: normal;
font-variation-settings: "wdth" 100;
color: #aa9d80;
}
.intro .lead .main br {
display: block;
}
.intro .lead .txt {
font-size: 13px;
font-family: 'Shippori Mincho', serif;
letter-spacing: 0.05em;
line-height: 2.4;
}
.intro .report li {
width: 100%;
height: auto;
margin-bottom: 4%;
aspect-ratio: initial;
background-image: none;
}
.intro .report li img {
width: 100%;
height: auto;
}
}

/*--------------------------------------------------------------------------
btn
---------------------------------------------------------------------------*/
ul.btn-under {
width: 86.6666%;
max-width: 500px;
height: 30px;
margin: 0 auto;
position: relative;
}
ul.btn-under::after {
content: "";
display: block;
width: 1px;
height: 100%;
margin: 0 auto;
position: absolute;
top: 0;
left: 0;
right: 0;
background: #d3d3d3;
}
ul.btn-under li {
width: 50%;
text-align: center;
}
ul.btn-under li a {
padding-bottom: 5px;
background-image: linear-gradient(to right, #333 3px, transparent 1px);
background-size: 6px 1px;
background-repeat: repeat-x;
background-position: left bottom;
font-size: 14px;
line-height: 14px;
font-family: "Noto Serif Display", serif;
font-optical-sizing: auto;
font-weight: 300;
font-style: normal;
font-variation-settings: "wdth" 100;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
ul.btn-under li a:hover {
color: #aa9d80;
background-image: linear-gradient(to right, #aa9d80 3px, transparent 1px);
}

@media screen and (max-width: 768px) {
ul.btn-under li a {
font-size: 13px;
line-height: 13px;
}
}



/*--------------------------------------------------------------------------
footer
---------------------------------------------------------------------------*/
footer .copy {
text-align: center;
font-size: 12px;
font-family: "Noto Serif Display", serif;
font-optical-sizing: auto;
font-weight: 300;
font-style: normal;
font-variation-settings: "wdth" 100;
letter-spacing: 0.05em;
}


