@charset "UTF-8";
/* CSSリセット
  ############################################################################################# */
/* line 15, common.scss */
* {
  -webkit-tap-highlight-color: transparent;
}

/* line 19, common.scss */
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, table, tr, th, td, form {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

/* line 24, common.scss */
a {
  color: inherit;
  text-decoration: none;
  word-wrap: break-word;
}

/* line 28, common.scss */
table {
  border-collapse: collapse;
  empty-cells: show;
}

/* line 32, common.scss */
th, td {
  text-align: left;
  vertical-align: top;
}

/* line 36, common.scss */
li {
  list-style: none;
}

/* line 39, common.scss */
img {
  vertical-align: top;
}

/* line 42, common.scss */
input, textarea, select {
  font-family: inherit;
  -webkit-appearance: none;
  appearance: none;
}

/* line 47, common.scss */
select::-ms-expand {
  display: none;
}

/* line 50, common.scss */
[disabled] {
  cursor: not-allowed;
}

/* 共通設定
  ############################################################################################# */
/* line 57, common.scss */
html,
:root {
	font-size: 100px;
  /*font-size: 100px;
    font-size: 10vw;*/
}
@media screen and (max-width: 1000px) and (min-width: 755px) {
  /* line 57, common.scss */
  html,
  :root {
    /*font-size: 10vw;
    font-size: 100%;*/
	  font-size: 10vw;
  }
}

/* line 70, common.scss */
body {
  background-color: #FFF;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
  /*text-align:justify;
  text-justify:inter-ideograph;
  font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -o-font-feature-settings: "palt";
  -ms-font-feature-settings: "palt";*/
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (-ms-high-contrast: none) {
  /* line 70, common.scss */
  body {
    font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  }
}
@media screen and (max-width: 754px) {
  /* line 70, common.scss */
  body {
    font-size: 2.8235294118vw;
  }
}

/* line 104, common.scss */
.serif {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (-ms-high-contrast: none) {
  /* line 104, common.scss */
  .serif {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
}

/* line 113, common.scss */
img,
video {
  max-width: 100%;
}

/* line 118, common.scss */
#wrap {
  overflow: hidden;
}

/* line 122, common.scss */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* line 127, common.scss */
.indent {
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}
.indent2 {
  padding-left: 2em;
  text-align: left;
  text-indent: -2em;
}
.indent3 {
  padding-left: 3em;
  text-align: left;
  text-indent: -3em;
}
.indent4 {
  padding-left: 4em;
  text-align: left;
  text-indent: -4em;
}
.indent5 {
  padding-left: 5em;
  text-align: left;
  text-indent: -5em;
}

/* line 132, common.scss */
.text-shadow {
  text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 5px #fff;
}

/* line 135, common.scss */
.white {
  color: #fff;
}

.pink {
  color: #e53572;
}

.bold {
    font-weight: bold;
}

/* line 138, common.scss */
.white.text-shadow {
  text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 5px #000;
}

/* line 142, common.scss */
.mb10 {
  margin-bottom: 10px!important;
}
.mb20 {
  margin-bottom: 20px!important;
}
.mb30 {
  margin-bottom: 30px!important;
}
.mb40 {
  margin-bottom: 40px!important;
}
.mb50 {
  margin-bottom: 50px!important;
}

/* line 145, common.scss */
.ac {
  text-align: center;
}
.ar {
  text-align: right;
}
.al {
  text-align: left;
}

/* line 148, common.scss */
.mt10 {
  margin-top: 10px;
}

/* line 149, common.scss */
.mt20 {
  margin-top: 20px;
}

/* line 150, common.scss */
.mt30 {
  margin-top: 30px;
}

/* line 151, common.scss */
.mt40 {
  margin-top: 40px;
}

/* line 152, common.scss */
.mt50 {
  margin-top: 50px;
}

/* ROLL-OVER */
.alphaOver a:hover img { opacity:0.8; filter:alpha(opacity=80); -moz-opacity:0.8; }

/* レスポンシブ対応
   ========================================================================== */
/* line 158, common.scss */
.wrap {
  /*width: 9.8rem;*/
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 754px) {
  /* line 158, common.scss */
  .wrap {
    width: auto;
	  padding: 0;
    /*padding-right: 10vw !important;
    padding-left: 10vw !important;*/
  }
}

/* line 178, common.scss */
.sp {
  display: none;
}
@media screen and (max-width: 754px){
.sp {
  display: block;
}	
}
/* line 181, common.scss */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 754px) {
  /* line 181, common.scss */
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

/* line 188, common.scss */
img[src$="_sp.jpg"],
img[src$="_sp.png"],
img[src$="_sp.svg"] {
  display: none;
}
@media screen and (max-width: 754px) {
  /* line 188, common.scss */
  img[src$="_sp.jpg"],
  img[src$="_sp.png"],
  img[src$="_sp.svg"] {
    display: inline-block;
  }
  /* line 196, common.scss */
  img[src$="_sp.jpg"] + img,
  img[src$="_sp.png"] + img,
  img[src$="_sp.svg"] + img {
    display: none;
  }
}

@media screen and (max-width: 754px) {
  /* line 203, common.scss */
  .pc {
    display: none;
  }

  /* line 206, common.scss */
  br.sp {
    display: inline;
  }
}

/* main
  ############################################################################################# */
/* line 467, common.scss */
#main {
}
@media screen and (max-width: 754px) {
  /* line 467, common.scss */
  #main {
      margin-top:48px;
  }
}

/* line 485, common.scss */
.pageTitle {
  height: 1.97rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 754px) {
  /* line 485, common.scss */
  .pageTitle {
    height: 35.6470588235vw;
  }
}

/* line 495, common.scss */
.article .box {
  /*border: 3px solid #FFF;*/
  /*position: relative;*/
}

.note {
	font-size: .12rem;
	text-align: center;
	line-height: .30rem;
	padding: 0px 0 30px 0;
}
.annotation {
	color: #740001;
	border: 1px solid #740001;
	margin: 20px auto 0 auto;
    max-width: 600px;
    text-align: left;
    padding: 15px 25px;
    font-size: .18rem;
	font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: bold;
}
@media screen and (max-width: 754px) {
  .note {
  	font-size: .12rem;
	padding: 0;
  }
	.annotation {
		margin: 0 18px;
	}
}

/* footer
  ############################################################################################# */
/* line 542, common.scss */
#footer {
  position: relative;
  color: #000;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-size: .13rem;
  /*font-size: .12rem;*/
  line-height: 1.2em;
  text-align: center;
  background-color:#fff;
  /*padding: .6rem 0;*/
  padding: 33px 0;
}
@media screen and (max-width: 754px) {
  /* line 542, common.scss */
  #footer {
    position:relative;
    /*padding: 0vw 0 3vw;*/
    padding: 30px 0;
  }
}
/*#footer::before{
    content:'';
    background:url(https://penguindrum-exhibition.com/assets/imgs/footer_bike.png) no-repeat;
    background-size: contain;
    top: -45px;
    left: 50px;
    position: absolute;
    width: 57px;
    height: 46px;
    z-index: 999;
}*/
#footer .bnr ul {
	margin: 10px 0 30px 0;
}
#footer .bnr ul li {
	display: inline-block;
	margin: 20px;
}
#footer .bnr ul li img {
	max-width: 350px;
}
@media screen and (max-width: 754px) {
    #footer::before{
        top: -45px;
        left: 20px;
    }
	#footer .bnr ul {
		margin: 50px 0 0px 0;
	}
	#footer .bnr ul li {
		display: inline-block;
		margin: 10px 30px;
	}
	#footer .bnr ul li img {
		width: 100%;
	}
}

/* line 553, common.scss */
#footer .copyright {
}
@media screen and (max-width: 754px) {
  /* line 553, common.scss */
  #footer .copyright {
    /*padding: 5vw 0 2vw;*/
  }
}
/* line 560, common.scss */
#footer .btPagetop {
  display: block;
  position: fixed;
  right: .2rem;
  bottom: .5rem;
  transition: opacity .3s;
}
@media screen and (max-width: 1000px) {
	#footer .btPagetop {
		bottom: .1rem;
        
	}
	#footer .btPagetop img {
		width: 70%;
		/*width: calc(100vw * 170 / 768);*/
	}
}
@media screen and (max-width: 754px) {
    #footer .btPagetop {
        /*bottom: 18vw;
        bottom: 20vw;*/
        text-align: center;
        display: inline-block;
        /*right: calc(100vw * 1 / 2 - 180px);*/
		position: absolute;
        right: 20px;
        bottom: 50px;
    }
    #footer .btPagetop img {
        margin:auto;
		width: 90%;
    }
    
}
/* line 575, common.scss */
#footer .btPagetop img {
  transition: opacity .3s;
}
/* line 578, common.scss */
#footer .btPagetop:hover img {
  opacity: .8;
}
/* line 581, common.scss */
#footer .btPagetop.off {
  opacity: 0;
  pointer-events: none;
}
/*# sourceMappingURL=common.css.map */