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

/*--------------------------------------------------------------
Reset:
----------------------------------------------------------------
*/

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}

body {
line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
display:block;
}

nav ul,
ul,
li{
list-style:none;
}

blockquote, q {
quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}

a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
text-decoration: none;
color: #000;
}

a:hover{
opacity: 0.5;
}

/* change colours to suit your needs */
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}

/* change colours to suit your needs */
mark {
background-color:#ff9;
color:#000; 
font-style:italic;
font-weight:bold;
}

del {
text-decoration: line-through;
}

abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}

table {
border-collapse:collapse;
border-spacing:0;
}

/* change border colour to suit your needs */
hr {
display:block;
height:1px;
border:0;   
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}

input, select {
vertical-align:middle;
}

img{
width: 100%;
line-height: 1;
}

/*--------------------------------------------------------------
common:
----------------------------------------------------------------
*/
* {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}

html{
overflow: auto;
}
body{
position: relative;
font-family: "Zen Kaku Gothic New", sans-serif;
letter-spacing: 1px;
font-size: 1em;
line-height: 1.8;
color: #3f3a34;
background-color: #f0f2ef;
}
.w1000{
padding: 10% 8%;
}
.pc{
display: none;
}
#wrapper{
overflow: hidden;
}

/*--------------------------------------------------------------
Header:
----------------------------------------------------------------
*/

header{
width: 100%;
z-index: 100;
position: fixed;
top:0;
}

#global-menu{
position: relative;
width: 100%;
z-index: 100;
}

.nav-mobile{
z-index: 100;
position: relative;
float: right;
margin: 10px 20px 0 0;
width: 40px;
height: 40px;
background-color: transparent;
border: none;
}
.nav-mobile span{
position: absolute;
display: block;
height: 1px;
width: 40px;
background-color: #3f3a34;
}
.nav-mobile span:nth-child(1){
top:15px;
}
.nav-mobile span:nth-child(2){
top:20px;
}
header.open .nav-mobile span:nth-child(1){
transform-origin:center center; 
transform: rotate(15deg);
}
header.open .nav-mobile span:nth-child(2){
top:15px;
transform: rotate(-15deg);
}
#global-menu nav{
position: absolute;
top: 0;
right: -100%;
width: 100%;
height: 100vh;
background-color: #ccc;
}
header.open #global-menu nav{
right: 0;
}
#global-menu nav ul{
padding: 10%;
}
#global-menu nav a{
display: block;
font-weight: 400;
font-style: normal; 
color: #3f3a34;
text-align: center;
padding: 5% 0;
width: 100%;
}
#global-menu nav a strong{
display: block;
font-family: "jost", sans-serif;
font-size: 1.2em;
letter-spacing: 2px;
font-weight: 400;
}
#global-menu nav a span{
display: block;
font-size: 80%;
letter-spacing: 2px;
}
#global-menu nav li.sns ul{
display: flex;
justify-content:center;
margin: 0;
}
#global-menu nav li.sns li{
width: 40px;
}
#global-menu nav li.sns li:nth-child(1){
margin-right: 10px;
}

/*--------------------------------------------------------------
contents
----------------------------------------------------------------
*/

/*メインタイトル*/
h1{
padding: 25% 0 10%;
}
h1 img{
display: block;
width: 72%;
margin: 0 auto 5%;
}
main h1 img{
max-width: 400px;
}
h1 span{
display: block;
text-align: center;
padding-left: 5%;
letter-spacing: 3px;
font-weight: 500;
}
section{
padding: 5%;
width: 90%;
}
.feature-list{
width: 100%;
display: flex;
flex-wrap: wrap;
gap:0 5%;
justify-content:space-between;
}
.feature-list li{
width: 47.5%;
margin-bottom: 12%;
}
.feature-list li:first-child{
width: 100%;
}
.feature-list a{
display: block;
width: 100%;
}
.feature-list img + p{
display: block;
text-align: center;
line-height: 1.6;
font-size: 80%;
padding-top: 2%;
}

/*--------------------------------------------------------------
footer
----------------------------------------------------------------
*/

footer{
background-color: #ccc;
}
#lh-navigation{
margin-bottom: 10%;
}
#lh-navigation ul{
display: flex;
justify-content:center;
}
#lh-navigation li{
margin-right: 20px;
}
#lh-navigation li:last-child{
margin-right: 0;
}
#lh-navigation li a{
display: block;
width: 40px;
}
#lh-navigation li a img{
line-height: 0;
display: block;
}
footer h1{
position: relative;
width: 60%;
max-width: 320px;
margin: 0 auto 10%;
padding: 15% 0 0;
}
footer h1 img{
display: block;
width: 100%;
}
#lh-navigation + p{
display: block;
font-size: 90%;
padding: 10%;
}
#lh-navigation + strong{
display: block;
text-align: center;
}
footer table{
width: 80%;
margin: 0 10% 10%;
}
footer th{
font-size: 90%;
font-weight: 400;
text-align: left;
width: 3em;
}
footer td{
font-size: 90%;
}

.copyright{
background-color: #f0f2ef;
text-align: center;
font-size: 10px;
letter-spacing: 1px;
padding: 8% 0;
line-height: 1.6;
}
.page-top {
position: fixed;
bottom: 20px;
right: 10px;
width: 40px;
height: 40px;
background-color: #3f3a34;
z-index: 1;
opacity: 0.8;
}
.page-top::after {
position: absolute;
display: block;
content: '';
height: 15px;
width: 15px;
transform: rotate(225deg);
border-bottom: #fff 2px solid;
border-right: #fff 2px solid;
top: 15px;
left: 11px;
}

@media screen and (min-width:480px) {
main h1{
padding-top: 15%;
}
.copyright{
padding:5% 0;
}
.copyright br{
display: none;
}
}

@media screen and (min-width:768px) {

.nav-mobile{
display: none;
}
header{
background: rgba(255,255,255,.4);
margin-top: 0;
}
header.come{
margin-top: -140px;
}
#global-menu nav{
position: relative;
left: 0;
width: 100%;
height: auto;
background-color: transparent;
}

#global-menu nav ul{
display: flex;
padding: 12px 30px;
}
#global-menu nav li{
width: 33.33%;
}
#global-menu nav li.sns{
display: none;
}
#global-menu nav a{
padding: 20px 0;
width: 100%;
}
main h1{
padding-top: 8%;
}
main h1 span{
font-size: 1.4em;
}

section{
padding: 7%;
width: 84%;
}
.feature-list li{
width: 30%;
margin-bottom: 7%;
}
.feature-list li:first-child{
width: 30%;
}
.feature-list::after{
width: 30%;
content: "";
display: block;
}
#lh-navigation + strong {
text-align: left;
width: 80%;
margin: 0 auto;
}
footer th {
font-size: 100%;
}
footer td {
font-size: 100%;
}
.copyright {
font-size: 12px;
}
}

@media screen and (min-width:1080px) {

#global-menu {
width: 1000px;
margin: 0 auto;
}
#global-menu nav ul{
padding: 20px 0;
}
main h1 {
padding: 130px 0 70px;
}
main h1 img{
margin-bottom: 30px;
}
main h1 span {
font-size: 24px;
font-weight: 500;
letter-spacing: 5px;
padding: 0px;
}
section{
padding: 10 0%;
margin: 0 auto;
width: 1000px;
}

footer h1 {
padding: 5% 0 0;
margin-bottom: 5%;
}
#lh-navigation {
margin-bottom: 5%;
}
footer table {
width: 800px;
margin: 0 auto 5%;
}
#lh-navigation + strong {
width: 800px;
margin: 0 auto;
}
.copyright {
padding: 40px 0;
}
}
