/**************

ABOUT-GICOMA

***************/
.main-ex {
  margin: 30px 20px 0;
  text-align: justify;
}
.main-ex .description {
  line-height: 1.7;
  margin: 30px 0 0;
}
.main-ex .description .spec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 15px 0 0;
  align-items: baseline;
}
.main-ex .description .spec:first-of-type {
  margin: 20px 0 0;
}
.main-ex .description .spec dt {
  width: calc(20% - 15px);
  font-size: 16px;
  color: #B3B3B3;
}
.main-ex .description .spec dd {
  width: calc(80% - 15px);
}
.main-ex figure {
  margin: 30px 0 0 0;
  text-align: center;
}
.main-ex figure img {
  margin: 0 auto;
}
.main-ex figure figcaption {
  line-height: 1.7;
  margin: 20px 0 0;
}
.main-ex .link-btns {
  margin: 30px 0 0;
}
@media screen and (min-width: 767px) {
  .main-ex {
    margin: 70px 50px 0;
  }
  .main-ex .description {
    line-height: 2;
    font-size: 16px;
    margin: 50px 0 0;
  }
  .main-ex .description .spec {
    margin: 10px 0 0;
  }
  .main-ex .description .spec:first-of-type {
    margin: 25px 0 0;
  }
  .main-ex .description .spec dt {
    width: calc(10% - 15px);
    font-size: 16px;
    color: #B3B3B3;
    font-size: 20px;
  }
  .main-ex .description .spec dd {
    width: calc(90% - 15px);
  }
  .main-ex figure {
    margin: 55px 0 0;
  }
  .main-ex figure figcaption {
    text-align: left;
    margin: 30px 0 0;
    font-size: 14px;
    line-height: 2;
  }
  .main-ex .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .main-ex .flex .description {
    width: calc(75% - 25px);
  }
  .main-ex .flex figure {
    width: calc(25% - 25px);
  }
  .main-ex .link-btns {
    margin: 60px 0 0;
  }
}

.link-btns {
  margin: 50px 20px 0;
  text-align: left;
}
.link-btns ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.link-btns ul li {
  width: 100%;
}
.link-btns ul li a {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: 25px 60px 25px 15px;
  font-size: 15px;
  display: inline-block;
  position: relative;
  width: 100%;
}
.link-btns ul li a::after, .link-btns ul li a::before {
  content: "";
  display: block;
  position: absolute;
  background: #000;
}
.link-btns ul li a::after {
  top: 50%;
  right: 17px;
  width: 30px;
  height: 1px;
  transform: translateY(-50%);
}
.link-btns ul li a::before {
  top: 45%;
  right: 15px;
  width: 10px;
  height: 1px;
  transform: translateY(-45%) rotateZ(45deg);
}
.link-btns ul li:last-child a {
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 767px) {
  .link-btns {
    margin: 130px 50px 0;
  }
  .link-btns ul li {
    width: 33.33%;
  }
  .link-btns ul li a {
    padding: 40px 60px 40px 30px;
    font-size: 25px;
    border-right: none;
    border-bottom: 1px solid #000;
  }
  .link-btns ul li a::after {
    right: 30px;
    width: 40px;
  }
  .link-btns ul li a::before {
    right: 30px;
    top: 46%;
    transform: translateY(-46%) rotateZ(45deg);
  }
  .link-btns ul li a:hover {
    background: #000;
    color: #fff;
  }
  .link-btns ul li a:hover::after, .link-btns ul li a:hover::before {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
  }
  .link-btns ul li:last-child a {
    border-right: 1px solid #000;
  }
}

/**************

GREETING

***************/
#greeting {
  margin: 100px 20px 0;
}
#greeting .flex picture {
  text-align: center;
}
#greeting .flex picture img {
  width: 65%;
  margin: 0 auto;
}
#greeting .flex .content {
  margin: 30px 0 0;
}
#greeting .flex .content h3 {
  font-weight: bold;
  font-size: 17px;
}
#greeting .flex .content .en {
  font-family: "Wix Madefor Text", sans-serif;
  font-optical-sizing: auto;
  color: #B3B3B3;
  font-weight: 500;
  font-size: 14px;
  margin: 5px 0 0;
}
#greeting .flex .content p {
  font-size: 14px;
  text-align: left;
  line-height: 1.7;
  margin: 25px 0 0;
}
@media screen and (min-width: 767px) {
  #greeting {
    margin: 150px 50px 0;
  }
  #greeting .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #greeting .flex picture {
    width: calc(30% - 25px);
  }
  #greeting .flex picture img {
    width: 100%;
  }
  #greeting .flex .content {
    width: calc(70% - 25px);
  }
  #greeting .flex .content h3 {
    text-align: left;
    font-size: 22px;
  }
  #greeting .flex .content .en {
    text-align: left;
    font-size: 22px;
    margin: 10px 0 0;
  }
  #greeting .flex .content p {
    font-size: 16px;
    line-height: 2;
  }
}

/**************

OVERVIEW

***************/
#overview {
  margin: 100px 20px 0;
}
#overview .flex .box {
  border-top: 1px solid #000;
  text-align: left;
  line-height: 1.7;
  padding: 25px 0;
}
#overview .flex .box dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0;
}
#overview .flex .box dl dt {
  width: calc(28% - 10px);
  font-size: 15px;
  color: #B3B3B3;
}
#overview .flex .box dl dd {
  width: calc(72% - 10px);
  font-size: 14px;
}
#overview .flex .box dl dd ol li {
  list-style: decimal outside;
  margin: 20px 0 0 15px;
}
#overview .flex .box dl dd ol li:first-child {
  margin-top: 0;
}
#overview .flex .box dl dd .btn {
  margin: 20px 0 0;
}
#overview .flex .box dl dd .btn a {
  border: 1px solid #000;
  padding: 10px 15px 30px 15px;
  font-size: 15px;
  display: inline-block;
  position: relative;
}
#overview .flex .box dl dd .btn a::after, #overview .flex .box dl dd .btn a::before {
  content: "";
  display: block;
  position: absolute;
  background: #000;
}
#overview .flex .box dl dd .btn a::after {
  top: 73%;
  left: 16px;
  width: 35px;
  height: 1px;
  transform: translateY(-73%);
}
#overview .flex .box dl dd .btn a::before {
  top: 67%;
  left: 42px;
  width: 10px;
  height: 1px;
  transform: translateY(-67%) rotateZ(45deg);
}
@media screen and (min-width: 767px) {
  #overview {
    margin: 150px 50px 0;
  }
  #overview .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #overview .flex .box {
    width: calc(50% - 25px);
    padding: 30px 0 0;
    line-height: 1.8;
  }
  #overview .flex .box.full {
    width: 100%;
  }
  #overview .flex .box.full dl dt {
    width: calc(20% - 10px);
  }
  #overview .flex .box.full dl dd {
    width: calc(80% - 10px);
  }
  #overview .flex .box dl {
    padding: 15px 0;
  }
  #overview .flex .box dl dt {
    font-size: 20px;
  }
  #overview .flex .box dl dd {
    font-size: 16px;
  }
  #overview .flex .box dl dd ol li {
    margin-top: 25px;
  }
  #overview .flex .box dl dd .btn {
    margin: 30px 0 0;
  }
  #overview .flex .box dl dd .btn a {
    padding: 10px 70px 10px 15px;
    font-size: 15px;
  }
  #overview .flex .box dl dd .btn a::after {
    top: 55%;
    left: inherit;
    right: 15px;
    width: 35px;
    height: 1px;
    transform: translateY(-55%);
  }
  #overview .flex .box dl dd .btn a::before {
    top: 46%;
    left: inherit;
    right: 15px;
    width: 10px;
    height: 1px;
    transform: translateY(-46%) rotateZ(45deg);
  }
  #overview .flex .box dl dd .btn a:hover {
    background: #000;
    color: #fff;
  }
  #overview .flex .box dl dd .btn a:hover::after, #overview .flex .box dl dd .btn a:hover::before {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
  }
}

/**************

IMG GALLERY

***************/
.img-gallery {
  margin: 40px 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.img-gallery picture {
  background: #F2F2F2;
  border: 10px solid #F2F2F2;
  width: calc(50% - 5px);
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.img-gallery picture:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.img-gallery picture img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
@media screen and (min-width: 767px) {
  .img-gallery {
    margin: 60px 50px 0;
    justify-content: flex-start;
  }
  .img-gallery picture {
    width: calc(16.66% - 30px);
    margin-bottom: 30px;
    margin-right: 30px;
    border: 15px solid #F2F2F2;
  }
  .img-gallery picture a:hover {
    opacity: 0.7;
  }
}

/**************

INTERVIEW

***************/
#interview {
  margin: 100px 20px 0;
}
#interview .flex .text {
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}
#interview .flex .text p {
  margin: 0 0 25px;
}
#interview .flex figure {
  display: block;
  margin: 40px 0 0;
}
@media screen and (min-width: 767px) {
  #interview {
    margin: 150px 50px 0;
  }
  #interview .flex {
    margin: 80px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #interview .flex .text {
    width: calc(70% - 25px);
    font-size: 16px;
    line-height: 2;
  }
  #interview .flex figure {
    width: calc(30% - 25px);
    margin: 0;
  }
}

/**************

PROFILE

***************/
#profile {
  margin-top: 100px;
  padding: 0 20px;
}
#profile picture {
  z-index: 0;
}
#profile .content {
  margin: -15px 0 0;
}
#profile .content h2 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 20px;
}
#profile .content h2 span:first-of-type {
  font-size: 30px;
  display: block;
  margin-bottom: 8px;
}
#profile .content h2 span:last-of-type {
  font-size: 16px;
}
#profile .content p {
  text-align: justify;
  line-height: 1.7;
}
@media screen and (min-width: 767px) {
  #profile {
    margin-top: 150px;
    display: flex;
    align-items: flex-end;
    padding: 0;
  }
  #profile picture {
    width: 35%;
  }
  #profile .content {
    width: 65%;
    text-align: left;
    padding: 0 50px 0 5%;
    margin: 0;
  }
  #profile .content h2 {
    margin-bottom: 40px;
  }
  #profile .content h2 span:first-of-type {
    font-size: 50px;
    display: inline-block;
    margin: 0px 20px 0 0;
  }
  #profile .content h2 span:last-of-type {
    font-size: 20px;
  }
  #profile .content h2::before {
    font-size: 82px;
  }
  #profile .content p {
    font-size: 16px;
    line-height: 2;
  }
}

/**************

COLLECTIONS

***************/
#collections {
  margin: 100px 20px 0;
}
#collections > p {
  line-height: 1.7;
  text-align: justify;
  margin: 30px 0 0;
}
#collections article {
  margin: 50px 0 0;
  text-align: left;
}
#collections article picture {
  display: block;
  width: 100%;
  min-height: 280px;
  position: relative;
  background: #f0f0f0;
  text-align: center;
}
#collections article picture img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#collections article picture img.portrait {
  width: auto;
  max-height: 240px;
}
#collections article picture img.landscape {
  max-width: 250px;
  max-height: 240px;
}
#collections article h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 0;
}
#collections article p {
  line-height: 1.9;
  margin: 20px 0 0;
}
@media screen and (min-width: 767px) {
  #collections {
    margin: 150px 50px 0;
  }
  #collections > p {
    line-height: 2;
    font-size: 16px;
    text-align: center;
    margin: 70px 0;
  }
  #collections article {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0 0;
  }
  #collections article p {
    font-size: 15px;
  }
  #collections article picture {
    width: 30%;
    min-height: 320px;
  }
  #collections article picture img.portrait {
    width: auto;
    max-height: 260px;
  }
  #collections article picture img.landscape {
    width: 80%;
    max-width: 270px;
    max-height: 260px;
  }
  #collections article .text {
    width: 70%;
    padding: 0 0 0 60px;
  }
  #collections article .text h3 {
    font-size: 26px;
    margin: 0;
  }
  #collections article .text p {
    font-size: 16px;
    margin: 30px 0 0;
    line-height: 2;
  }
}

/**************

BN-ATELIER

***************/
#bn-atelier {
  margin: 100px 20px 0;
  position: relative;
  background: url("../images/toko-gallery/bnbg.jpg") no-repeat center center/cover;
}
#bn-atelier a .wrap {
  background: rgba(0, 0, 0, 0.5);
}
#bn-atelier a .wrap .text {
  padding: 50px 20px;
  color: #fff;
  text-align: left;
}
#bn-atelier a .wrap .text span:first-of-type {
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin: 0 0 10px;
}
#bn-atelier a .wrap .text span:last-of-type {
  font-size: 14px;
  font-family: "Wix Madefor Text", sans-serif;
  font-optical-sizing: auto;
}
#bn-atelier a .wrap::after {
  background: url("../images/arrow-right-w.svg") no-repeat;
  width: 30px;
  height: 8px;
  display: block;
  content: "";
  position: absolute;
  left: 20px;
  bottom: 20px;
}
@media screen and (min-width: 767px) {
  #bn-atelier {
    margin: 150px 50px 0;
  }
  #bn-atelier a .wrap .text {
    padding: 200px 50px;
  }
  #bn-atelier a .wrap .text span:first-of-type {
    font-size: 50px;
    margin: 0 0 20px;
  }
  #bn-atelier a .wrap .text span:last-of-type {
    font-size: 24px;
  }
  #bn-atelier a .wrap::after {
    width: 60px;
    height: 15px;
    left: 50px;
    bottom: 50px;
  }
}

/**************

GOODS

***************/
#goods {
  margin: 100px 20px 0;
}
#goods > p {
  margin: 30px 0 20px;
  display: inline-block;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  font-size: 12px;
}
#goods .loops {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}
#goods .loops .loop {
  width: calc(50% - 5px);
  margin: 15px 0;
}
#goods .loops .loop picture {
  background: #F2F2F2;
  min-height: 100px;
  display: block;
}
#goods .loops .loop h3 {
  line-height: 1.4;
  margin: 10px 0 0;
  text-align: left;
}
#goods .loops .loop p {
  line-height: 1.4;
  margin: 5px 0 0;
  text-align: left;
}
@media screen and (min-width: 767px) {
  #goods {
    margin: 150px 50px 0;
  }
  #goods > p {
    font-size: 16px;
    margin: 50px 0;
    padding-bottom: 10px;
  }
  #goods .loops .loop {
    width: calc(25% - 10px);
    margin: 25px 2.5px 25px 0;
  }
  #goods .loops .loop picture {
    min-height: 200px;
  }
  #goods .loops .loop h3 {
    font-size: 16px;
    margin: 20px 0 0;
  }
  #goods .loops .loop p {
    font-size: 16px;
  }
}

/**************

PAST-EXHIBITS

***************/
#past-exhibits {
  margin: 100px 20px 0;
}
#past-exhibits h2 {
  margin-bottom: 30px;
}
@media screen and (min-width: 767px) {
  #past-exhibits {
    margin: 150px 50px;
  }
  #past-exhibits h2 {
    margin-bottom: 50px;
  }
}
#past-exhibits .loop-exhibits {
  margin-bottom: 60px;
  text-align: left;
}
#past-exhibits .loop-exhibits article {
  margin-bottom: 40px;
  position: relative;
}
#past-exhibits .loop-exhibits article a {
  display: block;
  text-decoration: none;
  color: inherit;
}
#past-exhibits .loop-exhibits article a picture {
  display: block;
  width: 100%;
  min-height: 300px;
  position: relative;
  background: #f0f0f0;
  text-align: center;
}
#past-exhibits .loop-exhibits article a picture img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#past-exhibits .loop-exhibits article a picture img.portrait {
  width: auto;
  max-height: 220px;
}
#past-exhibits .loop-exhibits article a picture img.landscape {
  max-width: 80%;
  max-height: 200px;
}
#past-exhibits .loop-exhibits article a .name {
  margin-top: 10px;
  font-size: 18px;
  color: #B3B3B3;
}
#past-exhibits .loop-exhibits article a h3 {
  font-size: 15px;
  margin-top: 20px;
  font-weight: 500;
  line-height: 1.4;
}
#past-exhibits .loop-exhibits article a time {
  display: block;
  margin-top: 10px;
  font-size: 12px;
}
#past-exhibits .loop-exhibits article a .btn {
  position: absolute;
  right: 10px;
  top: 290px;
  border: 1px solid #000;
  padding: 4px 9px 6px;
  font-size: 12px;
  background: #fff;
  border-radius: 30px;
}
@media screen and (min-width: 767px) {
  #past-exhibits .loop-exhibits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  #past-exhibits .loop-exhibits article {
    margin-bottom: 50px;
  }
  #past-exhibits .loop-exhibits article a picture {
    padding: 20px;
    min-height: 350px;
  }
  #past-exhibits .loop-exhibits article a picture img.portrait {
    width: auto;
    max-height: 270px;
  }
  #past-exhibits .loop-exhibits article a picture img.landscape {
    max-height: 240px;
  }
  #past-exhibits .loop-exhibits article a .name {
    font-size: 24px;
    margin: 15px 0 0;
  }
  #past-exhibits .loop-exhibits article a h3 {
    font-size: 17px;
  }
  #past-exhibits .loop-exhibits article a:hover {
    opacity: 0.7;
  }
  #past-exhibits .loop-exhibits article a .btn {
    top: 340px;
  }
}/*# sourceMappingURL=about.css.map */