@charset "UTF-8";
/*
Theme Name: leafleaf
Theme URI: 
*/

/*** entire styles ***/
html { font-size: 62.5%; margin: 0; height: 100%;}

* { box-sizing: border-box;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    word-wrap: break-word;
}

body .Wrapper {
	position: relative;
	width: 100%;
	font-size: 1.6rem;
	margin: 0;
    height: 100%;
    min-width: 320px;
}

body .Wrapper.p-fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(100, 100, 100, 0.4);
    transition: 1s;
    z-index: 1000;
}

body .Wrapper.p-fixed .img__area:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: .5s;
}

.Wrapper .mincho,
#sidebar{
    font-family: '游明朝', 'Noto Serif JP', 'M PLUS Rounded 1c', sans-serif;
    font-weight: 600;
}

.Wrapper .gothic{
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 'Noto Sans JP', sans-serif;
}

.section--inner{
    padding: 53px 0 0 0;
}

.main-contents-wrapper{ 
    flex: 1;
}

.content-wrapper {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.main-sidebar-wrap{
    width: 40%;
    max-width: 600px;
    height: calc(100% - 53px);
}

.sidebar-wrap{
    width: 40%;
    max-width: 600px;
    height: calc(100% - 53px);
    position: fixed;
    min-height: 680px;
}

@media screen and (max-width: 1200px){
    .section--inner{
        padding: 50px 0 0 0;
    }

    .main-sidebar-wrap{
        height: calc(100% - 50px);
    }

    .sidebar-wrap{
        height: calc(100% - 50px);
    }

}

@media screen and (max-width: 992px){
    .section--inner{
        padding: 41px 0 0 0;
    }

    .main-sidebar-wrap{
        height: calc(100% - 41px);
    }

    .sidebar-wrap{
        height: calc(100% - 41px);
    }

}

@media screen and (max-width: 767px){
    .content-wrapper {
        margin: 0 10px;
    }

    .section--inner{
        padding: 0;
    }

}
