@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(//fonts.googleapis.com/css?family=Modern+Antiqua);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}


html,
body {
  width: 100%;
  height: 100%;
  font-size: 10px;
}


body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
  position: relative;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


ul#menu_pc{
list-style:none;
width: 1052px;
}
ul#menu_pc li{
list-style:none;
float:left;
}

#menu_pc{
padding-top: 5px;
}
ul#menu_pc a{
display:block;
text-indent:-9999px;
overflow:hidden;
}

.header_logo{
margin-top: 3px;    
}

a.logo{
background-image:url("../img/logo_pc.svg");
background-repeat:no-repeat;
width:200px;
height:auto;
}

a:hover.logo{
}

a.info{
background-image:url("../images/m1.png");
width:116px;
height: 60px;
background-size: 100%;
}

a:hover.info{
background-position:0px -57px;
}

a.works{
background-image:url("../images/m2.png");
width:111px;
height:60px;
background-size: 100%;
}

a:hover.works{
background-position:0px -57px;
}

a.event{
background-image:url("../images/m3.png");
width:107px;
height:60px;
background-size: 100%;
}

a:hover.event{
background-position:0px -57px;
}

a.movie{
background-image:url("../images/m4.png");
width:103px;
height:60px;
background-size: 100%;
}

a:hover.movie{
background-position:0px -57px;
}

a.summary{
background-image:url("../images/m5.png");
width:105px;
height:60px;
background-size: 100%;
}

a:hover.summary{
background-position:0px -57px;
}

a.rec{
background-image:url("../images/m8rec.png");
width:105px;
height:60px;
background-size: 100%;
}

a:hover.rec{
background-position:0px -57px;
}

a.contact_m{
background-image:url("../images/m6.png");
width:107px;
height:60px;
background-size: 100%;
}

a:hover.contact_m{
background-position:0px -57px;
}

a.top_b{
background-image:url("../images/m7.png");
width:61px;
height:60px;
background-size: 100%;
}

a:hover.top_b{
background-position:0px -60px;
}

.style8 {
	color: #33CC00;
	font-weight: bold;
}

#container{
	position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
	background-color: #ffffff;
}

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


a {
  text-decoration: none;
  color: #f6ab00;
}
a:active, a:focus {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #f5d07c;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}


a:active, a:focus,input:active, input:focus{outline:0;}


.mk {
background:linear-gradient(transparent 60%, #ff6 60%);

}


.t_bold{
font-weight: bold;
}

.t_red{
color: #ff0000;
font-weight: bold;
}



.pc { display: block !important; }
.sp { display: none !important; }


.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.tbl01 {
width: 100%;
margin: 0 auto;
border-collapse: collapse;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box; 
box-sizing: border-box;
}
.tbl01 th,.tbl01 td {
padding: .6rem 3%;
border-bottom: 1px solid #ccc;
vertical-align: top;
text-align: left;}
.tbl01 th {
}

@media only screen and (max-width:480px) {
.tbl01 th,.tbl01 td {display: block;width: auto;border-bottom: none;}
.tbl01 tr {
}
.tbl01 th {
text-align: left;
background-color: #F3F3F3;
font-size: 14px;
}
.tbl01 td {
font-size: 14px;
padding-bottom: 15px;
padding-top: 5px;
}
}

/* タブ
------------------------------------------------------------*/
.tab-wrap {
  display: flex;
  flex-wrap:wrap;
  margin:20px 0;
}
.tab-wrap:after {
}

.tab-label {
  color: #f6ab00;
  background: #ffe29f;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 2px 7px;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px;
  flex: 1;
margin-bottom: 5px;
flex: 0 0 5%;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.tab-switch:checked+.tab-label {
    color: #fff;
  background: #f6ab00;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
}
.tab-switch {
  display: none;
}


/* 仕切り線
------------------------------------------------------------*/

hr.style8 {
border-top: 3px dotted #B1B1B1; /* 点線 */
    margin: 0 0 30px;
    padding: 0;
}


/* タイトル
------------------------------------------------------------*/

.contents_title{
width: 90%;
margin: 0 auto 30px;
text-align: center;
}

.title_img{
width: auto;
height: 50px;
margin-bottom: 15px;
}

.sub_title{
color: #fff;
font-weight: bold;
}



/* ボタン
------------------------------------------------------------*/
.btn-guide {
  display: inline-block;
  text-align: left;
  background-color: #FF7CD6;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 15px 32px 15px 32px;
  border-radius: 4px;
  position: relative;
margin: 10px 0 20px;
}

.btn-guide:hover {
  opacity: 0.8;
}


/* フォントサイズ
------------------------------------------------------------*/
.t_heading{
font-size: 1.4em;
font-weight: bold;
line-height: 1.8em;
}

.t_heading_p{
font-size: 1.4em;
font-weight: bold;
color: #E74291;
line-height: 1.8em;
margin-bottom: 20px;
}

@media only screen and (max-width: 799px){
.t_heading{
font-size: 1.3em;
font-weight: bold;
line-height: 1.8em;
}

.t_heading_p{
font-size: 1.3em;
font-weight: bold;
color: #E74291;
line-height: 1.8em;
}
}

@media only screen and (max-width: 640px){
.t_heading{
font-size: 1.2em;
font-weight: bold;
line-height: 1.8em;
}

.t_heading_p{
font-size: 1.2em;
font-weight: bold;
color: #E74291;
line-height: 1.8em;
}
}

/* フレーム
------------------------------------------------------------*/
.frame_news{
}

.frame_news img{
border: 1px #333 solid;
}

.frame_line{
border: #333 1px solid;

}

/* padding
------------------------------------------------------------*/
.pd50{
padding: 50px 50px 0;
}

.pd20{
padding: 20px 20px 10px;
}
	
.pd10{
padding: 0 10px 0;
}

@media only screen and (max-width: 640px){
.pd50{
padding: 30px 20px 0;
}

.pd10{
padding: 0 10px 0;
}
}

/* ヘッダー
------------------------------------------------------------*/

#top_header{
background: #ffffff;
width: 100%;
height: 100%;
margin: 0;
padding-top:40px;
padding-bottom: 15px;
display: flex;
flex-wrap: nowrap;
}

.header_item1{
width: 55%;
padding-left: 10px;
}

.header_item2{
width: 45%;
padding-right: 20px;
position: relative;
}


#mainnav a{
	color: #fff;
}

.contents_header{
width: 90%;
margin: 0 auto;
display:flex;
align-items: center;
justify-content: center;
flex-direction: column;
height: 100%;
}

.sp_header{
width: 100%;
text-align: center;
margin: 30px 0 20px;
}



/* 著作権表示
------------------------------------------------------------*/
.copyright{
color: #ffffff;
text-align: right;
font-size: 10px;
position: absolute;
padding:5px;
line-height: 1.3em;
right: 0;
bottom: 0;
}

.copyright_high{
color: #ffffff;
text-align: right;
font-size: 10px;
padding:5px;
line-height: 1.3em;
}

.copyright_high2{
color: #000;
text-align: center;
font-size: 10px;
padding:5px;
line-height: 1.3em;
}

.copyright_high3{
color: #ffffff;
text-align: left;
font-size: 10px;
padding:5px 0px 5px 0px;
line-height: 1.1em;
}

.copyright_high4{
color: #000000;
text-align: right;
font-size: 10px;
padding:5px;
line-height: 1.3em;
}

.copyright_header{
color: #000000;
text-align: right;
font-size: 10px;
position: absolute;
padding:5px 15px 5px 5px;
line-height: 1.3em;
right: 0;
bottom: 0;
}

.copyright_header2{
color: #000000;
text-align: center;
font-size: 10px;
padding:15px 5px 5px 0px;
line-height: 1.3em;
}

.copyright_header3{
color: #000000;
text-align: center;
font-size: 10px;
padding:5px 5px 0px 5px;
line-height: 1.3em;
margin: 0 auto;
}

.copyright_header4{
color: #000000;
text-align: left;
font-size: 10px;
padding:5px 5px 0px 5px;
line-height: 1.3em;
margin: 0 auto;
}

.copyright_header5{
color: #000000;
text-align: right;
font-size: 10px;
padding:5px 15px 5px 5px;
line-height: 1.3em;
right: 0;
bottom: 0;
}

/* テーブル
------------------------------------------------------------*/
.sw-about {
  position: relative;
  color: #ffffff;
  display: flex;
  justify-content: flex-end;
}

.sw-about__logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.25;
}
.sw-about__logo.is-open {
  opacity: 0.25 !important;
}


.sw-about__table {
width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .sw-about__table {
    padding: 0 0 0 0;
  }
}
.sw-about__table table tr th {
  padding: 10px 0px 10px 0;
  text-align: left;
  color: #FF7CD6;
}

.sw-about__table table td {
  padding: 10px 40px 10px 0;
  text-align: left;
  color: #fff;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
  .sw-about__table table tr th {
    padding-right: 0;
    width: 70px;
  }
}
.sw-about__table table tr td {
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .sw-about__table table tr td {
    padding-left: 20px;
    padding-right: 0;
  }
}
.sw-about__table table tr td span {
  font-size: 1.2rem;
}

.sw-about__caption {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #ffffff;
  font-size: 1rem;
}


/* ニュースリスト
------------------------------------------------------------*/
#news_list{
	padding: 10px 20px 10px;
text-align:left;
}

#news_list ul{ 
margin: 0; 
padding :0; 
list-style: none; 
}
#news_list li{ 
padding :0; 
margin:0; 
}
#news_list li a{
display: block;
padding: 5px 0px 8px 0px;
color:#fff;
width: 100%;
margin: 1px 0px;
text-decoration:none;
border-bottom: 1px solid #666666;
font-size: 12px;
}
#news_list li a:hover{
}

/* Google マップ
------------------------------------------------------------*/
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}


/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 0 10px 10px 0;
	text-align: center;
	font-size: 12px;
	color: #333333;
}

#footer p{
}

@media only screen and (max-width: 640px){
#footer{
	clear: both;
	padding: 20px 10px 10px 0px;
	text-align: center;
	font-size: 12px;
	color: #333333;
}
}

/* 共通
------------------------------------------------------------*/
h1, h2{
}

img{
	max-width: 100%;
	height: auto;
	vertical-align:top;
}

.new{
padding: 3px;
  display: inline-block;
background-color: #FF7CD6;
color: #ffffff;
vertical-align:4%;
font-size: 12px;
line-height: 1.1em;
font-weight: bold;
}

.news_day{
padding: 5px;
  display: inline-block;
background-color: #000000;
color: #ffffff;
vertical-align:4%;
font-size: 12px;
line-height: 1.1em;
margin-right: 5px;
font-weight: bold;
}

#sec01{
text-align: left;
}

.sec01_news img:hover{
opacity: 0.6 ;
}


section{
  clear: both;
}

section h2{
	font-size: 16px;
    font-weight: bold;
    padding: 15px 0;
}

.inner{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 50px;
}

#sec03 .inner, #sec04 .inner{
	border-bottom: 1px solid #a0a0a0;
}

.innerS{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 80px;
}


/* NEWS
------------------------------------------------------------*/

.news_contents{
padding: 10px 20px 10px 20px;
margin-bottom: 15px;
}


.news_contents h2{
font-size: 1.2em;
margin-bottom: 10px;
line-height: 1.4em;
font-weight: bold;
text-align:left;
}

@media only screen and (max-width: 640px){
.news_contents h2{
font-size: 1.2em;
margin-bottom: 20px;
line-height: 1.4em;
font-weight: bold;
text-align:left;
}
}

/* SEC02 ACEESS
------------------------------------------------------------*/

#sec02{
background-color: #fff;
padding: 50px 50px;
}

#sec02 p{
text-align: left;
}

@media only screen and (max-width: 640px){
#sec02{
background-color: #fff;
padding: 50px 20px;
}
}

/* SEC02 ACEESS
------------------------------------------------------------*/

#sec03{
background-color: #000;
padding: 50px 20px;
}

#sec02 p{
text-align: left;
}


/* Works
------------------------------------------------------------*/

.works_left{
font-size: 12px;
}

.works_left div{
margin: 0 auto;
max-width: 196px;
}

.works_right p{
font-size: 14px;
margin-bottom: 10px;
}

.works_right h2{
font-size: 16px;
font-weight: bold;
margin-bottom: 10px;
padding: 0;
}

/* goods
------------------------------------------------------------*/


.goods_m1{
font-size: 1.6em;
margin-bottom: 20px;
line-height: 1.8em;
font-weight: bold;
color: #FF7CD6;
text-align: left;
}

.goods_m2{
font-size: 0.7em;
margin-bottom: 20px;
line-height: 1.8em;
font-weight: bold;
color: #000000;
text-align: left;
}

#goods_bg{
background-color: #fff;
padding: 50px 50px;
}

#goods_bg p{
text-align: left;
}

@media only screen and (max-width: 640px){
#goods_bg{
background-color: #fff;
padding: 50px 20px;
}
	
.goods_m1{
font-size: 1.4em;
margin-bottom: 20px;
line-height: 1.8em;
font-weight: bold;
color: #FF7CD6;
text-align: left;
}

.goods_m2{
font-size: 0.7em;
margin-bottom: 20px;
line-height: 1.8em;
font-weight: bold;
color: #000000;
text-align: left;
}
	
}

.news_title{
text-align: left;
color: #000000;
font-weight: bold;
font-size: 16px;
}

.goods_m{
width: 100%;
text-align: left;
color: #E74291;
font-weight: bold;
font-size: 18px;
margin-bottom: 20px;
}

.news_text{
text-align: left;
color: #000;
padding: 10px 0;
line-height: 1.5em;
}

.frame_goods{
border: #333 1px solid;
background-color: #F7F7F7;
}


.news_text p{
padding: 5px 0;
font-size: 12px;
}

.goods_border{
border-bottom: 1px solid #000;
border-bottom-width: 90%;
}


/* high
------------------------------------------------------------*/

.high_cp01{
background-color: #FF7CD6;
padding: 10px;
color: #ffffff;
font-weight: bold;
position: absolute;
text-align: center;
bottom:87%;
left: 5%;
}

.high_cp01 span{
line-height: 0;
font-size: 1.4em;
}

#sec_high{
background-color: #fff;
padding: 50px 50px;
text-align: left;
background-image: url("https://trifle-stage.com/images/bg_high.jpg");
background-position: center center;
background-size: cover;
}

#sec_high p{
margin-bottom: 20px;
line-height: 2em;
}

#sec_high h2{
font-size: 2em;
margin-bottom: 20px;
line-height: 1.8em;
font-weight: bold;
color: #FF7CD6;
}

#sec_high02{
text-align: left;
background-image: url("https://trifle-stage.com/images/bg_high02.jpg");
background-position: center center;
background-size: cover;
color: #fff;
}

#sec_high02 p{
margin-bottom: 20px;
line-height: 2em;
}

#sec_high02 h2{
font-size: 2em;
margin-bottom: 20px;
line-height: 1.8em;
font-weight: bold;
color: #FF7CD6;
}

#sec_high03{
text-align: left;
background-image: url("https://trifle-stage.com/images/bg_high03.jpg");
background-position: center center;
background-size: cover;
color: #000;
}

#sec_high03 p{
margin-bottom: 20px;
line-height: 2em;
}

#sec_high03 h2{
font-size: 2em;
margin-bottom: 20px;
line-height: 1.3em;
font-weight: bold;
color: #FF7CD6;
}

.high_center{
display:flex;
justify-content:center;
align-items:center;
height: 100%;
}


@media only screen and (max-width: 640px){
#sec_high{
background-color: #fff;
padding: 30px 20px 0px;
text-align: left;
background-image: url("https://trifle-stage.com/images/bg_high.jpg");
background-size:contain;
background-repeat: no-repeat;
background-position: top;
}

#sec_high h2{
font-size: 1.6em;
margin-bottom: 20px;
line-height: 1.8em;
font-weight: bold;
color: #FF7CD6;
}
	
#sec_high02{
text-align: left;
background-image: url("https://trifle-stage.com/images/bg_high02.jpg");
background-position: center center;
background-size: cover;
color: #fff;
}

#sec_high02 p{
margin-bottom: 20px;
line-height: 2em;
}

#sec_high02 h2{
font-size: 1.6em;
margin-bottom: 20px;
line-height: 1.8em;
font-weight: bold;
color: #FF7CD6;
}
	
#sec_high03 p{
margin-bottom: 20px;
line-height: 2em;
}

#sec_high03 h2{
font-size: 1.6em;
margin-bottom: 20px;
line-height: 1.3em;
font-weight: bold;
color: #FF7CD6;
}
}


/*guide
------------------------------------------------------------*/

#sec_guide{
background-color: #fff;
padding: 50px 20px;
}

#sec_guide h2{
color: #FF7CD6;
font-weight: bold;
line-height: 1.5em;
margin-bottom: 10px;
width: 100%;
}

.guide_box {
    position: relative;
    margin: 2em 0;
    padding: 1em 1em;
    border: solid 2px #FF7CD6;
	text-align: left;
}
.guide_box .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #FF7CD6;
    font-weight: bold;
}
.guide_box p {
    margin: 0; 
    padding: 0;
}

.guide_top{
width: 100%;
text-align: center;
}

.guide_img{
text-align: center;
}

.guide_img2{
text-align: center;
padding: 20px 20px 0 0;
}

@media only screen and (max-width: 640px){
.guide_img2{
text-align: center;
padding: 0;
}	
}

.guide_title{
text-align: left;
color: #E74291;
font-weight: bold;
font-size: 16px;
}


.guide_title2{
text-align: left;
color: #000;
font-weight: bold;
font-size: 16px;
}

.guide_contents{
background-color: #F7F7F7;
}

.guide_m{
width: 100%;
text-align: left;
color: #E74291;
font-weight: bold;
font-size: 18px;
margin-bottom: 20px;
}

.guide_text{
text-align: left;
color: #000;
padding: 10px 15px;
line-height: 1.5em;
background-color: #F7F7F7;
}

.frame_guide{
border: #333 1px solid;
background-color: #F7F7F7;
}


.guide_text p{
padding: 5px 0;
}

.guide_border{
border-bottom: 1px solid #000;
border-bottom-width: 90%;
}

/* MEDIA
------------------------------------------------------------*/

.media_contents{
background-color: #F7F7F7;
padding: 10px 20px 10px 20px;
margin-bottom: 15px;
}


.media_contents h2{
font-size: 1.2em;
margin-bottom: 10px;
line-height: 1.4em;
font-weight: bold;
text-align:left;
}

.media_contents figure{
text-align:center;
}

.media_contents img{
max-width: 250px;
text-align:center;
margin: 10px 0 15px;
}

@media only screen and (max-width: 640px){
.media_contents h2{
font-size: 1.2em;
margin-bottom: 20px;
line-height: 1.4em;
font-weight: bold;
text-align:left;
}
}



/* SEC03 BRAND
------------------------------------------------------------*/
.col4 .img{
	margin: 0 auto;
}



/* SEC04 PROJECT
------------------------------------------------------------*/
#sec04{
	padding-bottom: 0 !important;
}

.article{
	clear: both;
	overflow: hidden;
	padding-bottom: 50px;
}

.article img{
	float: left;
	margin: 5px 20px 20px;
}

.article p{
	margin-bottom: 20px;
}



/* SEC05 COMPANY
------------------------------------------------------------*/
#sec05 p{
	margin-bottom: 5px;
}

.col2 li{
	display: inline-block;
	width: 100%;
  margin: 20px 0;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}



/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	
	#wrapper{
		width: 100%;
		text-align: center;
	}
	
	#content{
		width: 100%;
	}
	
	#content_top{
	width: 100%;
	}
	
	#sidebar{
		width: 100%;
		height: 70px;
		background-color:#fff000;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
		text-align: left;
	}
	
	#sidebar h1{
		padding: 15px 0 10px 4px;
	}

	#mainnav li{
		font-size: 14px;
		padding: 0px 10px 2px 20px;
		font-weight: bold;
	}
	
	#sns{
		margin-top: 10px;
	}
	
	#sns li{
		display: inline-block;
		padding-right: 0;
	}

	#sns a:hover img{
		opacity: .8;
	}
	
	/* SEC03 BRAND
	-----------------*/
	.col4{
		text-align: center;
	}

	.col4 li{
		display: inline-block;
		width: 18%;
		padding: 0 3%;
		vertical-align: top;
		text-align: left;
	}
	
	#map iframe{
		height: 200px !important;
  }
	
  #footer{
		padding: 0 10px 10px 0;
	}
}


@media only screen and (min-width: 641px){
	.col2 li{
		width: 60%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 35%;
		padding-right: 4%;
	}
}

@media only screen and (max-width: 640px){
	.innerS{
		width: 94%;
		padding-bottom: 30px;
	}
	#gallery li{
		float: none;
		width: 100%;
	}
	.article img{
		float: none;
		display: block;
		margin: 0 auto 20px;
	}
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
}

@media only screen and (max-width: 799px){
	
.pc { display: none !important; }
.sp { display: block !important; }
	
.title_img{
width: auto;
height: 35px;
}	
	
	#content{
		 padding-top: 40px;
	}
	
	#content_top{
		 padding-top: 40px;
	}
	
	#sidebar{
		position: fixed;
		width: 100%;
		z-index:500;
		
	}
	
	#sidebarWrap{
		position: relative;
		width: 100%;
		height: 40px;
		background-color:#fff000;
		
	}

	
	#sidebar h1{
		text-align: left;
		padding-top: 5px;
		padding-left: 10px;
	}
	
	#sidebar h1 img{
	max-width: 220px;
	}
	
  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 2px 5px 10px 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -3px 0 0 -7px;
  	background: #333;
    font-weight: bold;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #333333;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: -20px;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
	}

	#mainnav ul{
		border-bottom: 1px solid #000;
background-color:#fff000;
		text-align: left;
        font-weight: bold;
	}

	#mainnav li a{
		position: relative;
		display: block;
		padding: 10px 25px;
		border-bottom: 1px solid #000;
		color: #000;
        font-weight: bold;
		font-weight: 400;
	}
    
	#mainnav li a:hover{
        color: #5B5B5B;
	} 
    
	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#mainnav #sns li{
		display: inline-block;
	}
	#mainnav #sns li a{
		position: relative;
		display: inline-block;
		border: 0;
	}
	#mainnav #sns li a:before{
		border: 0;
	}
	.col4 li{
		margin: 0 auto 50px;
		display: block;
		text-align: center;
	}
	section h2{
	}
}


/* ブロックを縦に表示 */
.row {
    display: flex;
    flex-direction: column;
    padding:0;
    width: 100%;
}
.col {
    display: block;
    max-width: 100%;
    width: 100%;
	justify-content: space-between;
	margin-bottom: 30px;
}

.col_center {
    display: block;
    max-width: 100%;
    width: 100%;
	justify-content: space-between;
	text-align: center;
}

/* 768px以上の表示 */
@media ( min-width : 768px ) {
.row {
    display: flex;
    flex-direction: row;
    padding: 0;
}
	
.col {
    margin-left: 4%;
}

.col2 {
    margin-left: 1%;
}	
	
.col3 {
    margin-left: 1%;
}	
	
.col_s {
    margin-left: 2px;
	margin-bottom: 2px;
}
	
.col_s2 {
    margin-left: 4%;
}
	
.col:first-child { 
    margin-left: 0; 
}
	
.col_s:first-child { 
    margin-left: 0; 
}

.col2:first-child { 
    margin-left: 0; 
}
	
.col3:first-child { 
    margin-left: 0; 
}

.row .col.span-1 {
    flex: 0 0 4.66666666667%;
    max-width: 4.66666666667%;
}
	
.row .col.span-1s {
    flex: 0 0 0.5%;
    max-width: 0.5%;
	justify-content:center;
	align-items:center;
	display:flex;
}	
	
.row .col.span-2 {
    flex: 0 0 13.3333333333%;
    max-width: 13.3333333333%;
}
	
.row .col.span-2s {
    flex: 0 0 17.9%;
    max-width: 20%;
}
		
	
.row .col.span-3 {
    flex: 0 0 22%;
    max-width: 22%;
}	
	
.row .col3.span-3s {
    flex: 0 0 24.22%;
    max-width: 24.22%;
}
	
.row .col2.span-3 {
    flex: 0 0 22%;
    max-width: 22%;
}	
	
.row .col.span-4 {
    flex: 0 0 30.6666666667%;
    max-width: 30.6666666667%;
}
	
.row .col2.span-4ss {
    flex: 0 0 32.7%;
    max-width: 32.7%;
}	
.row .col_s.span-4s {
    flex: 0 0 33.2222%;
    max-width: 33.2222%;
}
	
.row .col.span-5 {
    flex: 0 0 39.3333333333%;
    max-width: 39.3333333333%;
}

.row .col.span-5s {
    flex: 0 0 45.7333333333%;
    max-width: 45.7333333333%;
}	
	
	
.row .col.span-6 {
    flex: 0 0 48%;
    max-width: 48%;
}
.row .col.span-7 {
    flex: 0 0 56.6666666667%;
    max-width: 56.6666666667%;
}
.row .col.span-8 {
    flex: 0 0 65.3333333333%;
    max-width: 65.3333333333%;
}
.row .col.span-9 {
    flex: 0 0 74.0%;
    max-width: 74.0%;
}
.row .col.span-10 {
    flex: 0 0 82.6666666667%;
    max-width: 82.6666666667%;
}
.row .col.span-11 {
    flex: 0 0 91.3333333333%;
    max-width: 91.3333333333%;
}
.row .col.span-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

/* オフセット */
.row .col.offset-1 {
    margin-left: 8.66666666667%;
}
.row .col.offset-2 {
    margin-left: 17.3333333333%;
}
.row .col.offset-3 {
    margin-left: 26%;
}
.row .col.offset-4 {
    margin-left: 34.6666666667%;
}
.row .col.offset-5 {
    margin-left: 43.333333333%;
}
.row .col.offset-6 {
    margin-left: 52%;
}
.row .col.offset-7 {
    margin-left: 60.6666666667%;
}
.row .col.offset-8 {
    margin-left: 69.3333333333%;
}
.row .col.offset-9 {
    margin-left: 78.0%;
}
.row .col.offset-10 {
    margin-left: 86.6666666667%;
}
.row .col.offset-11 {
    margin-left: 95.3333333333%;
}    
}