/* line 5, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

/* line 22, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1; }

/* line 24, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 26, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 28, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 30, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
/* line 103, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

/* line 32, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* style */
/* line 16, ../sass/style.scss */
html {
  font-size: 62.5%;
  letter-spacing: 0.15rem;
  line-height: 1.6em; }

/* line 21, ../sass/style.scss */
body {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 26, ../sass/style.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 29, ../sass/style.scss */
a {
  color: #000;
  text-decoration: none; }

/* line 33, ../sass/style.scss */
img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  vertical-align: bottom; }

/* line 40, ../sass/style.scss */
#header {
  font-family: 'Montserrat', sans-serif;
  width: 100%; }
/* line 44, ../sass/style.scss */
#header .inner {
  width: 100%;
  max-width: 1280px;
  padding: 32px 6%;
  margin: 0 auto;
  position: relative; }
/* line 52, ../sass/style.scss */
#header h1 {
  width: 100px;
  height: 96px; }
/* line 55, ../sass/style.scss */
#header h1 a {
  display: block;
  width: 100px;
  height: 96px;
  background: url(../img/logo@2x-8.png) 0 0 no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }
/* line 64, ../sass/style.scss */
#header h1 a:hover {
  opacity: .7; }
/* line 70, ../sass/style.scss */
#header #global_nav {
  position: absolute;
  bottom: 32px;
  right: 80px; }
/* line 76, ../sass/style.scss */
#header #global_nav ul li {
  display: inline-block;
  margin-left: 32px; }
/* line 79, ../sass/style.scss */
#header #global_nav ul li a {
  font-size: 19px;
  display: block; }
/* line 82, ../sass/style.scss */
#header #global_nav ul li a:hover {
  color: #A3C0C6; }
/* line 91, ../sass/style.scss */
#header #sns_link {
  width: 100%;
  text-align: right;
  letter-spacing: -.4em; }
/* line 95, ../sass/style.scss */
#header #sns_link li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-left: 10px; }
/* line 100, ../sass/style.scss */
#header #sns_link li a {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 30px;
  height: 30px;
  background: #A3C0C6 url(../img/sns_icon.png) no-repeat;
  background-size: 200%;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px; }
/* line 110, ../sass/style.scss */
#header #sns_link li a:hover {
  background-color: #598BA4; }
/* line 114, ../sass/style.scss */
#header #sns_link li.ig a {
  background-position: top left; }
/* line 118, ../sass/style.scss */
#header #sns_link li.fb a {
  background-position: top right; }

/* line 126, ../sass/style.scss */
#contentWrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 6%; }
/* line 132, ../sass/style.scss */
#contentWrap .cotent {
  position: relative;
  margin-bottom: 200px;
  text-align: center; }
/* line 137, ../sass/style.scss */
#contentWrap .cotent .inner {
  position: relative;
  z-index: 1; }
/* line 142, ../sass/style.scss */
#contentWrap .cotent .background {
  width: -moz-calc(100% - 244px);
  width: -webkit-calc(100% - 244px);
  width: calc(100% - 244px);
  height: 270px;
  background: center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: 0; }
/* line 150, ../sass/style.scss */
#contentWrap .cotent .background:before {
  content: '';
  display: block;
  width: 60px;
  height: 270px;
  position: absolute;
  top: -1px;
  z-index: 1; }
/* line 159, ../sass/style.scss */
#contentWrap .cotent .background.left {
  left: 0; }
/* line 161, ../sass/style.scss */
#contentWrap .cotent .background.left:before {
  background: url(../img/sec_overlay_L@2x.png) right top no-repeat;
  background-size: 100%;
  right: -1px; }
/* line 167, ../sass/style.scss */
#contentWrap .cotent .background.right {
  right: 0; }
/* line 169, ../sass/style.scss */
#contentWrap .cotent .background.right:before {
  background: url(../img/sec_overlay_R@2x.png) right top no-repeat;
  background-size: 100%;
  left: -1px; }
/* line 178, ../sass/style.scss */
#contentWrap .cotent .section_title {
  position: relative;
  display: inline-block;
  padding: 7px 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  margin-bottom: 64px; }
/* line 185, ../sass/style.scss */
#contentWrap .cotent .section_title:before, #contentWrap .cotent .section_title:after {
  content: '';
  display: block;
  width: 10px;
  height: 15px;
  background-size: 100%;
  position: absolute;
  z-index: 0; }
/* line 194, ../sass/style.scss */
#contentWrap .cotent .section_title:before {
  background: url(../img/header_bracketsL@2x-8.png) left top no-repeat;
  background-size: 100%;
  top: 0;
  left: 0; }
/* line 200, ../sass/style.scss */
#contentWrap .cotent .section_title:after {
  background: url(../img/header_bracketsR@2x-8.png) left top no-repeat;
  background-size: 100%;
  bottom: 0;
  right: 0; }
/* line 206, ../sass/style.scss */
#contentWrap .cotent .section_title span {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.6rem;
  margin-bottom: 14px; }
/* line 214, ../sass/style.scss */
#contentWrap .cotent .section_header {
  width: 100%;
  height: 270px;
  position: relative;
  overflow: hidden;
  margin-bottom: 80px; }
/* line 221, ../sass/style.scss */
#contentWrap .cotent .section_header .inner {
  margin-top: 116px; }
/* line 224, ../sass/style.scss */
#contentWrap .cotent .section_header .inner h3 {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 35px; }
/* line 229, ../sass/style.scss */
#contentWrap .cotent .section_header .inner div {
  font-size: 1.6rem;
  line-height: 1.6em; }
/* line 234, ../sass/style.scss */
#contentWrap .cotent .section_header .inner.right {
  text-align: right; }
/* line 237, ../sass/style.scss */
#contentWrap .cotent .section_header .inner.left {
  text-align: left; }
/* line 243, ../sass/style.scss */
#contentWrap .cotent#about {
  width: 100%;
  height: 540px;
  text-align: left; }
/* line 248, ../sass/style.scss */
#contentWrap .cotent#about .background {
  width: -moz-calc(100% - 250px);
  width: -webkit-calc(100% - 250px);
  width: calc(100% - 250px);
  height: 540px; }
/* line 251, ../sass/style.scss */
#contentWrap .cotent#about .background:before {
  content: '';
  display: block;
  width: 120px;
  height: 540px;
  background: url(../img/top_overlay@2x.png) left top no-repeat;
  background-size: 100%;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1; }
/* line 266, ../sass/style.scss */
#contentWrap .cotent#about .inner {
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%; }
/* line 269, ../sass/style.scss */
#contentWrap .cotent#about .inner h2 {
  font-size: 1.9rem;
  line-height: 1em;
  font-weight: lighter;
  letter-spacing: .05em;
  margin-bottom: 54px; }
/* line 276, ../sass/style.scss */
#contentWrap .cotent#about .inner h3 {
  font-size: 3.2rem;
  line-height: 1.6em;
  font-weight: bold;
  margin-bottom: 21px; }
/* line 282, ../sass/style.scss */
#contentWrap .cotent#about .inner .desc {
  font-size: 1.9rem;
  line-height: 1.6em; }
/* line 292, ../sass/style.scss */
#contentWrap .cotent#exhibition .exhibit_main {
  overflow: hidden; }
/* line 295, ../sass/style.scss */
#contentWrap .cotent#exhibition .exhibit_main .exhibit_slide {
  width: 680px;
  height: 680px;
  float: left; }
/* line 300, ../sass/style.scss */
#contentWrap .cotent#exhibition .exhibit_main .exhibit_desc {
  width: 390px;
  float: right;
  border-top: solid 8px #A3C0C6;
  padding: 24px 0; }
/* line 306, ../sass/style.scss */
#contentWrap .cotent#exhibition .exhibit_main .exhibit_desc h2 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 90px; }
/* line 312, ../sass/style.scss */
#contentWrap .cotent#exhibition .exhibit_main .exhibit_desc h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 32px; }
/* line 318, ../sass/style.scss */
#contentWrap .cotent#exhibition .exhibit_main .exhibit_desc div {
  text-align: left;
  font-size: 1.2em;
  line-height: 1.6em; }
