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

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

* {
    margin: 0;
    padding: 0;
} 
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

*, *::before, *::after {
	box-sizing: border-box;
}


/*base*/
html {
	font-size: 62.5%;
	position: relative;
	text-align: center;
	/*scroll-behavior: smooth;*/
}
body {
	background-color: #ffffff;
	text-align: center;
	color: #232323;
	font-size: 1.8rem;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.8;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	position:relative;
	min-width: 160rem;
}

a {
	color: #333;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}

img {
	box-shadow: #fff 0 0 0;
	vertical-align:middle;
	max-width:100%;
}
a:hover {
	color: #00b7e4;
}
a img,a .st0{
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}

.fw_jost{
  font-family: "Jost", sans-serif;
}
.container{
    max-width: 80em;
    margin: 0 auto;
    position: relative;
}

    .sp{
        display: none;
    }

@media screen and (min-width: 769px) and (max-width: 1600px) {
/*base*/
html {
	font-size: 0.6vw;
}
body {
	min-width: 100%;
}

.container{
max-width:100%;
width:100%;
padding:0 5em;
margin:0 auto;
}
/*------------------------------------------------------------------------------------header mini*/

/*------------------------------------------------------------------------------------detail mini*/
    

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


}

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


html{
	font-size:2.5vw;
	}

body {
	min-width: 100%;
}
   
.container{
max-width:100%;
width:100%;
padding:0 1.5em;
} 
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
    
    
}