@charset "UTF-8";

/* reset */
@import url("reset.css");
/* webfonts */
/*@import url("../webfonts/fontawesome/css/all.css");*/
@import url("../webfonts/MADE_Evolve_Sans_Regular/stylesheet.css");
@import url("../webfonts/MADECanvas/stylesheet.css");
@import url("../webfonts/Didot_Regular/stylesheet.css");
@import url("../webfonts/Notera_personalUseOnly/stylesheet.css");
/* CSS Document */
/*—————————————————————————————————
基本
—————————————————————————————————*/
html{
/*    font-size: 62.5%;*/
}
body {
	width: 100%;
	height: 100%;
	font: 1rem/ 1.5  "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	color: #616161;
	overflow-x: hidden;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body * {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
            box-sizing: border-box;
}
main{
    /*padding-top: 10%;*/
}
a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: inherit;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
a:hover{
    opacity: .5;
}
img {
	vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
.lum-lightbox-inner img{
    max-width: 100%!important;
}
span.nw {
	white-space: nowrap;
}
section {
	position: relative;
	overflow: hidden;
}
.inner1280 {
	width: 100%;
	height: auto;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}
.inner1150 {
	width: 90%;
	height: auto;
	max-width: 1150px;
	margin-right: auto;
	margin-left: auto;
}
.inner1000 {
	width: 90%;
	height: auto;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.inner800 {
	width: 80%;
	height: auto;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.inner{
    width: 90%;
    margin: auto;
}
h1.clear{
    height: 0;
    font-size: 0;
    text-indent: 9999em;
}
/*—————————————————————————————————
font
—————————————————————————————————*/
.serif{
    font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, "Times New Roman", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.EvolveSans {
  font-family: "MADE Evolve Sans Regular", sans-serif;
}
.madecanvas {
  font-family: 'MADE Canvas', serif;
}
.didot {
  font-family: 'Didot Regular', serif;
}
.notera {
  font-family: 'Notera_PersonalUseOnly', serif; 
  color: #4c2917;
}
.hiramin {
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', "Sawarabi Mincho", 'ＭＳ Ｐ明朝', 'MS PMincho', 'serif';
}
.f60 {
	font-size: 60px;
	font-size: 6rem;
}
.f48 {
  font-size: 48px;
  font-size: 4.8rem;
}
.f40 {
  font-size: 40px;
  font-size: 4rem;
}
.f36 {
  font-size: 36px;
  font-size: 3.6rem;
}
.f30 {
  font-size: 30px;
  font-size: 3rem;
}
.f24 {
	font-size: 24px;
	font-size: 2.4rem;
}
.f21 {
  font-size: 21px;
  font-size: 2.1rem;
}
.f18 {
	font-size: 18px;
	font-size: 1.8rem;
}
.f14 {
  font-size: 14px;
/*  font-size: 1.4rem;*/
}
.f13 {
  font-size: 13px;
  /*font-size: 1.3rem;*/
}
.f11 {
	font-size: 11px;
	/*font-size: 1.1rem;*/
}
.bold {
	font-weight: bold;
}

/*—————————————————————————————————
layout
—————————————————————————————————*/
/*
.pc_none {
  display: none;
}
.sp_none{
  display: none;
}
*/
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.centering {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	z-index: 1;
}
.flex_center {
  /* flex */
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  /* flex-wrap */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  /* justify-content */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  /* align-items */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/*
grid
—————————————————————————————————*/
.grid{
    display: grid;
}

/*
flex
—————————————————————————————————*/
.flex {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  /* flex-wrap */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  /* justify-content */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  /* align-items */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  /* align-content */
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.inline-flex{
    display : -webkit-inline-box;
    display : -ms-inline-flexbox;
    display : -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items:center;
    align-items:center;
    -webkit-justify-content: center;
    justify-content: center;
}

/*
position
—————————————————————————————————*/
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}

/*
objectfit
—————————————————————————————————*/
.ofi-con {
    object-fit: contain;
    font-family: 'object-fit: contain;';
    height: 100%;
}
.ofi-cov {
    object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 100%;
    height: 100%;
}

/*—————————————————————————————————
layer
—————————————————————————————————*/

.view_layer{
    position: relative;
}
.view_layer::before,
.view_layer::after{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transition-property: width;
    transition-duration: .75s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.view_layer::before{
    background-color: rgba(255,255,255,0.6);
    z-index: 2;
    transition-delay: .85s;
}
.view_layer::after{
    background-color: #fff;
    z-index: 3;
    transition-delay: .15s;
}
.view_layer.active::before,
.view_layer.active::after{
    width: 0;
}

/*—————————————————————————————————

—————————————————————————————————*/
section {
	width: 100%;
	height: auto;
/*    padding: 4em 0 ;*/
}

@media screen and (min-width:768px){
    .inner{
        max-width: 1000px;
    }
}

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

}

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

}


