@charset "UTF-8";
/* CSS Document */
/*全体の設定
---------------------------------------------------------------------------*/
html {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  color: #999;
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 1px;
  background: #fff; }

h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure, form, select, input, textarea {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  font-weight: normal; }

ul {
  list-style-type: none; }

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease; }

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

body {
  max-width: 100%;
  margin: 0 auto;
  padding: 0; }

body {
  opacity: 0;
  transition: opacity 0.6s ease; }

body.is-loaded {
  opacity: 1; }

/* header
-----------------------------------*/
header {
  width: 100%;
  border-bottom: solid #CCC 1px;
  height: 670px;
  margin: 0;
  padding: 0;
  letter-spacing: 1.7px;
  display: flex;
  justify-content: space-between;
  flex-flow: row nowrap;
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  -webkit-justify-content: space-between; }

/* ナビ */
#header-left {
  width: 30%;
  height: 610px;
  margin-top: 60px;
  padding: 0;
  text-align: left; }

.header-container {
  width: 70%;
  text-align: right;
  display: flex;
  -webkit-display: flex;
  flex-flow: column;
  -webkit-flex-flow: column; }

.header-container > h1 {
  line-height: 1; }

.header-container > nav {
  margin: 60px 0 0 0;
  line-height: 3rem;
  display: flex;
  -webkit-display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-content: flex-end;
  -webkit-align-content: flex-end; }
  .header-container > nav a:hover {
    color: #545454; }

.header-container > .sns {
  width: 100%;
  margin-top: 30px; }

.header-container > .sns img {
  height: 20px;
  width: auto;
  margin-left: 10px; }

/* メインビジュアル */
header > figure {
  width: 70%;
  height: 670px;
  overflow: hidden;
  margin: 0;
  padding: 0; }

header > figure img {
  width: 130%;
  height: 130%;
  object-fit: cover;
  object-position: 50% -80px; }

@media all and (max-width: 1200px) {
  .header-container {
    margin: 30px 0 0 8%; } }
@media all and (max-width: 481px) {
  header {
    width: 100%;
    height: 580px;
    letter-spacing: 1.7px;
    display: flex;
    -webkit-display: flex;
    flex-flow: column;
    -webkit-flex-flow: column; }

  #header-left {
    height: 580px;
    width: 100%;
    margin: 0;
    background-image: url(https://factory-zoomer.com/wp/wp-content/themes/fz2020/images/topimg250616.jpg);
    background-size: cover;
    background-position: 70% top; }

  .header-container {
    width: 95%;
    margin: 40px 5% 0 0;
    text-align: right;
    display: flex;
    display: -webkit-flex;
    flex-flow: column;
    -webkit-flex-flow: column; }

  .header-container > nav {
    margin: 70px 0 0 0;
    line-height: 2.5rem;
    color: #999;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-content: flex-end; }

  .header-container > .sns {
    width: 100%;
    margin-top: 40px; }

  .header-container > .sns img {
    margin-top: 15px; }

  /* メインビジュアル */
  header > figure {
    display: none; } }
/* main
-----------------------------------*/
main {
  max-width: 80%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap; }

@media all and (max-width: 481px) {
  main {
    max-width: 90%;
    margin: 0 5% 0 5%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column; } }
/*共通 */
h2 {
  font-size: 1.4rem;
  margin-bottom: 3rem;
  letter-spacing: 1.5px;
  line-height: normal; }

.m-t7 {
  margin-top: 7px; }

.m-l20 {
  margin-left: 20px; }

.m-t20 {
  margin-top: 20px; }

.text01 {
  font-size: 0.9rem;
  margin-top: 30px;
  line-height: 1.4;
  letter-spacing: 0.9px; }

.thumb-title {
  width: 100%;
  text-align: left;
  margin-top: 20px;
  font-size: 0.9rem;
  line-height: 1.5; }

.thumb-title-c {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  line-height: 1.5; }

.more {
  font-size: 4rem;
  text-align: center; }

.border-dashed {
  width: 100%;
  border: dashed 0.5px #CCCCCC; }

.box-solid {
  line-height: 1.5;
  display: inline-block;
  padding: 0 0.2rem 0.2rem 0.3rem;
  margin-top: 1rem;
  border: solid 1px #CCCCCC;
  border-radius: 6px; }

.box-dotted {
  line-height: 1.5;
  display: inline-block;
  padding: 0 0.2rem 0.2rem 0.3rem;
  margin-top: 1rem;
  border: dotted 1px #CCCCCC;
  border-radius: 3px; }

.box-dashed {
  line-height: 1.5;
  display: inline-block;
  padding: 0 0.2rem 0.2rem 0.3rem;
  margin-top: 1rem;
  border: dashed 1px #CCCCCC;
  border-radius: 6px; }

/* information */
#information {
  width: 100%;
  padding: 80px 0 80px 0;
  border-bottom: dashed 0.5px #CCCCCC;
  text-align: center; }

.link-dashed {
  padding-bottom: 2px;
  border-bottom: dashed 1px #ccc; }

.life-logo {
  text-align: center;
  padding-bottom: 2rem;
  max-width: 400px;
  margin: 0 auto; }

.life-opendate {
  font-size: 1.8rem;
  letter-spacing: 1.4px; }

.info-banner {
  text-align: center;
  font-size: 1.3em;
  margin-bottom: 10px;
  letter-spacing: 2px; }

.info-text {
  text-align: left;
  font-size: 1.2em;
  letter-spacing: 1.5px;
  padding-top: 2rem; }
  .info-text p {
    text-align: justify; }

@media all and (max-width: 481px) {
  #information {
    padding: 40px 0 40px 0; }

  .life-logo {
    width: 100%;
    text-align: center;
    padding-bottom: 2rem; }

  .info-banner {
    text-align: center;
    font-size: 1em;
    margin-bottom: 6px;
    letter-spacing: 1px; } }
/* news */
#news {
  width: 100%;
  padding: 80px 0 80px 0;
  border-bottom: dashed 0.5px #CCCCCC; }

#news ul li {
  margin-bottom: 0.5rem; }
  #news ul li a:hover {
    color: #545454; }

@media all and (max-width: 481px) {
  #news {
    padding: 40px 0 40px 0; } }
/* exhibition */
#exhibition {
  width: 35%;
  margin: 80px 0 3rem 0;
  padding-right: 3rem;
  border-right: dashed 1px #CCCCCC; }

#exhibition li {
  line-height: 1.3;
  font-size: 0.9rem; }

#exhibition li:not(:last-child) {
  margin-bottom: 1.8rem; }

@media all and (max-width: 481px) {
  #exhibition {
    width: 100%;
    margin: 40px 0 0 0;
    padding: 0 0 40px 0;
    border-bottom: dashed 0.5px #CCCCCC;
    border-right: none;
    display: flex;
    flex-direction: column;
    display: -webkit-flex;
    -webkit-flex-direction: column; } }
/* glassworks */
#glassworks {
  width: calc( 100% - 35% - 6rem);
  margin: 80px 0 3rem 0; }

#glassworks ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-flex-flow: row nowrap;
  -webkit-justify-content: space-between; }

#glassworks ul li {
  width: 30%; }

.thumb-gw {
  width: 100%;
  height: 200px;
  overflow: hidden; }

.thumb-gw img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

@media all and (max-width: 481px) {
  #glassworks {
    width: 100%;
    margin: 40px 0 0 0;
    padding-bottom: 40px; }

  .border-dashed {
    display: none; }

  .thumb-gw {
    width: 100%;
    height: 100px;
    overflow: hidden; } }
/* temporary */
#temporary {
  width: 100%;
  padding: 80px 0 80px 0;
  border-bottom: 0.5px dashed #CCCCCC; }

@media all and (max-width: 481px) {
  #temporary {
    width: 100%;
    padding: 40px 0 40px 0;
    margin: 0;
    border-bottom: dashed 0.5px #CCCCCC; } }
/* shop gallery */
#sg-shop {
  width: 45%;
  margin: 80px 0 80px 0;
  padding-right: 5%;
  border-right: dashed 1px #CCCCCC; }

#sg-gallery {
  width: 45%;
  margin: 80px 0 80px; }

.figure-sg {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  display: -webkit-flex;
  -webkit-flex-flow: row nowrap; }

.figure-sg li {
  margin-right: 20px;
  width: 35%; }

.figure-sg li:last-child {
  margin-right: 0; }

.figure-sg li:last-child a::after {
  width: 25px;
  content: url(https://factory-zoomer.com/wp/wp-content/themes/fz2020/images/arrow-more.svg);
  display: inline-block;
  vertical-align: middle;
  height: 320px;
  line-height: 320px; }

.thumb-sg {
  height: 230px;
  margin-top: 30px; }

.thumb-sg img {
   height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

.info-sg {
  list-style-type: none;
  margin-top: 50px;
  line-height: 1.5; }

.info-sg li:last-child {
  margin-top: 20px; }

.info-sg li:nth-last-child {
  margin-top: 10px; }

.info-sg-link {
  margin-top: 20px; }

.info-sg-link li {
  display: inline-block;
  line-height: 1;
  margin-right: 10px;
  padding-bottom: 5px; }

.info-sg-link li:not(:first-child):before {
  content: '/';
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 2px; }

@media all and (max-width: 481px) {
  #sg-shop, #sg-gallery {
    width: 100%;
    margin: 40px 0 0 0;
    padding: 0 0 40px 0;
    border-right: none;
    border-bottom: dashed 1px #CCCCCC; }

  .thumb-sg {
    width: 100%;
    height: 180px;
    overflow: hidden; } }
/* event */
#event {
  width: 100%;
  padding: 80px 0 80px 0;
  border-top: dashed 0.5px #CCCCCC; }

#event ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-flex-flow: row nowrap;
  -webkit-justify-content: space-between; }

#event ul li {
  width: 30%; }

.thumb-event {
  width: 100%;
  height: 140px;
  overflow: hidden; }

.thumb-event img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

@media all and (max-width: 481px) {
  #event {
    width: 100%;
    margin: 0;
    padding: 40px 0 40px 0;
    border: none; }

  #event ul {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -webkit-justify-content: space-between; }

  #event ul li {
    width: 47%;
    margin-bottom: 25px; } }
/* footer
-----------------------------------*/
footer {
  width: 100%;
  border-top: solid #CCC 1px;
  margin-top: 50px;
  padding-bottom: 20px; }

.nav-footer {
  width: 70%;
  margin: 40px auto 0 auto;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between; }

.site-info {
  margin-top: 60px;
  font-size: 7pt;
  color: #C8C9BF;
  text-align: center; }

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

@media all and (max-width: 761px) {
  footer {
    margin-top: 40px; }

  .nav-footer {
    width: 100%;
    max-width: 80%;
    margin-top: 30px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    -webkit-justify-content: space-between; }

  .site-info {
    width: 100%;
    text-align: center;
    margin-top: 40px; } }
@media all and (max-width: 481px) {
  footer {
    margin-top: 40px;
    padding: 20px 0 20px 0; }

  .nav-footer {
    display: none; } }
.top-wrap1 {
  width: 100%;
  padding: 80px 0 80px 0;
  border-bottom: dashed 0.5px #CCCCCC;
  display: flex;
  gap: 3rem;
  align-items: flex-start; }
  @media (max-width: 680px) {
    .top-wrap1 {
      display: block;
      padding: 40px 0 40px 0; } }
  .top-wrap1 #life {
    border-right: dashed 1px #CCCCCC;
    padding-right: 3rem;
    flex: 3 1 0;
    min-width: 20em; }
    @media (max-width: 680px) {
      .top-wrap1 #life {
        border-right: 0;
        padding-right: 0;
        padding-bottom: 40px;
        margin-bottom: 40px;
        border-bottom: dashed 0.5px #CCCCCC; } }
    .top-wrap1 #life a:hover {
      color: #545454; }
      .top-wrap1 #life a:hover img {
        opacity: .8; }
  .top-wrap1 #interview {
    flex: 7 1 0;
    min-width: 0;
    overflow: hidden; }
    .top-wrap1 #interview .interview-scroll {
      overflow-y: auto;
      min-height: 0;
      height: 37rem; }
      @media (max-width: 680px) {
        .top-wrap1 #interview .interview-scroll {
          height: inherit; } }

.top-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: .4em; }

.top-date {
  line-height: 1.5;
  margin-bottom: 1em;
  font-size: 13px; }

.interview-post-list li {
  line-height: 1.6;
  font-size: 13px; }
  .interview-post-list li:not(:last-child) {
    margin-bottom: 1em; }
  .interview-post-list li a:hover {
    color: #545454; }
