@charset "utf-8";

@font-face {
font-family: 'Bw Vivant Skinny';
font-style: normal;
font-weight: normal;
src: local('Bw Vivant Skinny'), url('../fonts/BwVivant-Skinny.woff') format('woff');
}
@font-face {
font-family: 'Bw Vivant Thin';
font-style: normal;
font-weight: normal;
src: local('Bw Vivant Thin'), url('../fonts/bw-vivant-thin.woff') format('woff');
}
@font-face {
font-family: 'Bw Vivant Light';
font-style: normal;
font-weight: normal;
src: local('Bw Vivant Light'), url('../fonts/bw-vivant-light.woff') format('woff');
}
@font-face {
font-family: 'Bw Vivant Medium';
font-style: normal;
font-weight: normal;
src: local('Bw Vivant Medium'), url('../fonts/bw-vivant-medium.woff') format('woff');
}
@font-face {
font-family: 'Bw Vivant bw-vivant-black';
font-style: normal;
font-weight: normal;
src: local('Bw Vivant bw-vivant-black'), url('../fonts/bw-vivant-black.woff') format('woff');
}
@font-face {
font-family: 'bw-vivant-black bw-vivant-black';
font-style: normal;
font-weight: normal;
src: local('bw-vivant-black bw-vivant-black'), url('../fonts/bw-vivant-bold.woff') format('woff');
}

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

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

body{
    letter-spacing: 0.1em;
/*
    font-family: "Noto Sans JP", "Lato", serif;
*/
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
}
body.active{
    overflow: hidden;
}
img {
    max-width: 100%;
    height: auto;
}

#wrap {
    width: 100%;
    overflow: hidden;
}
.fixed #wrapper {
    overflow: auto;
    scrollbar-gutter: stable;
}

.com_inner{
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: content-box;
}

.ja{
/*
    font-family:"Noto Sans JP"!important;
	*/
	font-family:"Noto Serif JP"!important;
}

.en1{
/*
	font-family:'Bw Vivant Thin'!important;
*/
	font-family:"Noto Serif JP"!important;

}

.en2{
    /* font-family:'Lato'!important; */
/*
	font-family: 'Bw Vivant Thin'!important;
*/
	font-family:"Noto Serif JP"!important;
}


.db650{
    display: none;
}
@media screen and (max-width: 650px) {
    .db650{
        display: block;
    }
    .dn650{
        display: none;
    }
}


.mt0 {
	margin-top: 0px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}

.mb0 {
	margin-bottom: 0px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}


.img-responsive {
	display: block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
}

.img-responsive-center {
	margin: 0 auto;
}