@charset "UTF-8";
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #000;
  background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

@media all and (min-width: 768px) {
  .nopc {
    display: none !important;
  }
  .nosp {
    display: inherit !important;
  }
}
@media all and (max-width: 767px) {
  .nopc {
    display: inherit !important;
  }
  .nosp {
    display: none !important;
  }
}
/* Common Parts
------------------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  color: #000;
  font-size: 1.6rem;
  background: #fff;
  overflow-x: hidden;
  position: relative;
}

a {
  color: #000;
  text-decoration: none;
}

a:link,
a:visited {
  color: #000;
}

a:focus,
a:active {
  color: #000;
}

a:hover {
  opacity: 0.7;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

header {
  width: 100%;
  position: relative;
}
header .inner {
  width: 1280px;
  margin: 0 auto;
  height: 90px;
  position: relative;
}
header::before {
  content: "";
  display: block;
  position: absolute;
  left: 11px;
  top: 38px;
  z-index: 1;
  width: calc(100% - 11px);
  border-top: 1px solid #e7e7e7;
}

.hdLogo {
  position: absolute;
  left: auto;
  right: 27px;
  top: 5px;
  z-index: 2;
}

#topPage .hdLogo {
  left: 42px;
  right: auto;
  top: 14px;
}

.hdNavList {
  position: absolute;
  right: 207px;
  top: 16px;
  z-index: 2;
  display: flex;
}
.hdNavList li {
  text-align: center;
  padding: 0 21px;
  position: relative;
}
.hdNavList li::after {
  content: "";
  display: block;
  width: 1px;
  height: 17px;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 2px;
}
.hdNavList li:last-child::after {
  display: none;
}
.hdNavList li .ja {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  font-family: "DNPShueiNMinStd-L", sans-serif;
  margin-bottom: 6px;
}
.hdNavList li .en {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  font-family: "TazuganeGothicStdN-Light", sans-serif;
  color: #007FBA;
}

.spNavBtn {
  display: none;
}

.spNav {
  display: none;
}

#asideStatus {
  position: fixed;
  right: 0;
  top: 165px;
  width: 54px;
  height: 232px;
  z-index: 10;
  overflow: hidden;
}
#asideStatus .asideStatusToday {
  width: 100%;
  height: 54px;
  padding-top: 0;
  background-color: #000;
  color: #fff;
  font-size: 2rem;
  font-family: "DNPShueiNMinStd-L", sans-serif;
  text-align: center;
  line-height: 1.3;
}
#asideStatus .asideStatusToday span {
  display: block;
  font-size: 2rem;
  font-family: "DNPShueiNMinStd-L", sans-serif;
}
#asideStatus.isClose .asideStatusToday {
  background-color: #E00E0E;
  color: #fff;
}
#asideStatus .asideStatusBlock {
  width: 100%;
  height: 178px;
  background-color: #64b1d5;
}
#asideStatus .asideStatusBlock a {
  display: block;
  width: 100%;
  height: 178px;
  padding-top: 0;
}
#asideStatus.isClose .asideStatusBlock {
  background-color: #E00E0E;
  color: #fff;
}
#asideStatus.isClose .asideStatusBlock a {
  color: #fff;
}
#asideStatus .asideStatusDate {
  width: 54px;
  height: 96px;
  position: relative;
  margin: 0 auto 6px;
}
#asideStatus .asideStatusDate::before {
  content: "";
  width: 41px;
  height: 1px;
  background-color: #000;
  transform: rotate(-25deg);
  position: absolute;
  left: 6px;
  top: 49px;
}
#asideStatus .asideStatusDate .asideStatusDateMonth {
  position: absolute;
  left: 7px;
  top: 0;
  font-size: 4rem;
  line-height: 1;
  font-family: "DNPShueiNMinStd-L", sans-serif;
  display: block;
  width: 40px;
  text-align: center;
}
#asideStatus .asideStatusDate small {
  display: block;
  text-indent: -9999px;
  line-height: 0;
  overflow: hidden;
}
#asideStatus .asideStatusDate .asideStatusDateDay {
  position: absolute;
  left: 7px;
  right: auto;
  bottom: 0;
  font-size: 4rem;
  line-height: 1;
  font-family: "DNPShueiNMinStd-L", sans-serif;
  display: block;
  width: 40px;
  text-align: center;
}
#asideStatus.isClose .asideStatusDate::before {
  background-color: #fff;
}
#asideStatus .asideStatusList {
  margin-left: 0;
}
#asideStatus .asideStatusList dt {
  text-align: center;
  font-size: 1.2rem;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
}
#asideStatus .asideStatusList dd {
  text-align: center;
  font-size: 1.6rem;
  font-family: "TazuganeGothicStdN-Light", sans-serif;
}
#asideStatus .asideStatusList .open {
  line-height: 1;
}
#asideStatus .asideStatusList .to {
  line-height: 0.5;
  display: block;
}
#asideStatus .asideStatusList .to::before {
  content: "～";
}
#asideStatus .asideStatusList .close {
  line-height: 1;
}
#asideStatus .asideStatusList .asideStatusLink {
  display: none;
}
#asideStatus.isClose .asideStatusList {
  display: none;
}

#topPage #asideStatus {
  position: fixed;
  right: 57px;
  top: 0;
  width: 85px;
  height: 158px;
  z-index: 10;
}
#topPage #asideStatus .asideStatusToday {
  width: 100%;
  height: 21px;
  padding-top: 15px;
  font-size: 1.2rem;
}
#topPage #asideStatus .asideStatusToday span {
  display: inline;
  font-size: 1.6rem;
}
#topPage #asideStatus .asideStatusToday span::before {
  content: "";
  display: inline-block;
  border-bottom: 1px solid #fff;
  vertical-align: 5px;
  width: 24px;
}
#topPage #asideStatus .asideStatusBlock {
  width: 100%;
  height: 122px;
}
#topPage #asideStatus .asideStatusBlock a {
  display: block;
  width: 100%;
  height: 111px;
  padding-top: 11px;
}
#topPage #asideStatus .asideStatusDate {
  width: 74px;
  height: 74px;
  position: relative;
  margin: 0 auto 6px;
}
#topPage #asideStatus .asideStatusDate::before {
  content: "";
  width: 100px;
  height: 1px;
  transform: rotate(-45deg);
  position: absolute;
  left: -13px;
  top: 36px;
}
#topPage #asideStatus .asideStatusDate .asideStatusDateMonth {
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 3.7rem;
  line-height: 1;
}
#topPage #asideStatus .asideStatusDate small {
  display: block;
  text-indent: -9999px;
  line-height: 0;
  overflow: hidden;
}
#topPage #asideStatus .asideStatusDate .asideStatusDateDay {
  position: absolute;
  left: auto;
  right: 0;
  bottom: -1px;
  font-size: 3.7rem;
  line-height: 1;
}
#topPage #asideStatus .asideStatusList {
  margin-left: 2px;
}
#topPage #asideStatus .asideStatusList dt {
  text-align: left;
  font-size: 0.8rem;
}
#topPage #asideStatus .asideStatusList dd {
  text-align: left;
  font-size: 1rem;
}
#topPage #asideStatus .asideStatusList .open {
  line-height: 1;
}
#topPage #asideStatus .asideStatusList .to {
  display: inline;
  line-height: 1;
}
#topPage #asideStatus .asideStatusList .to::before {
  content: "-";
}
#topPage #asideStatus .asideStatusList .close {
  line-height: 1;
}
#topPage #asideStatus .asideStatusList .asideStatusLink {
  display: inline;
  margin-left: 2px;
  text-decoration: underline;
}

@media screen and (max-width: 1280px) {
  #topPage #asideStatus {
    right: calc(100% - 1223px);
  }
}
@media screen and (max-width: 1223px) {
  #topPage #asideStatus {
    right: 0;
  }
}
#asideNav {
  width: 63px;
  height: 100vh;
  position: fixed;
  left: 10px;
  top: 0;
  border-left: 1px solid #e7e7e7;
}
#asideNav a {
  display: block;
}
#asideNav .asideNavLogo {
  position: absolute;
  left: 0;
  top: 45px;
  width: 58px;
}
#asideNav .asideNavLogo img {
  width: 100%;
}
#asideNav .asideNavInsta {
  position: absolute;
  left: 4px;
  top: 531px;
  width: 20px;
}
#asideNav .asideNavInsta img {
  width: 100%;
}

#topPage #asideNav {
  width: 32px;
  height: 617px;
  position: fixed;
  left: 10px;
  top: 0;
  border-left: 1px solid #e7e7e7;
}
#topPage #asideNav .asideNavLogo {
  position: absolute;
  left: 0;
  top: 418px;
  width: 33px;
}
#topPage #asideNav .asideNavInsta {
  position: absolute;
  left: 4px;
  top: 703px;
}

footer {
  width: 100%;
  height: 74px;
  position: relative;
}
footer .ftNav {
  position: absolute;
  top: 29px;
  right: 68px;
  display: flex;
  justify-content: flex-end;
}
footer .ftNav li {
  font-size: 1.2rem;
  line-height: 1;
  font-family: "DNPShueiNMinStd-L", sans-serif;
  margin: 0 3px;
}
footer .ftNav a {
  color: #3A8CBC;
}
footer .ftCopy {
  text-align: right;
  position: absolute;
  top: 45px;
  right: 68px;
  font-size: 0.8rem;
  font-family: "DNPShueiNMinStd-L", sans-serif;
}
footer .ftLogo {
  position: absolute;
  top: 0;
  right: 14px;
}

main {
  width: 1280px;
  margin: 0 auto;
}

#content {
  width: 1040px;
  min-height: calc(100vh - 39px);
  margin: -90px auto -62px;
  padding-top: 39px;
  border-left: 1px solid #e7e7e7;
}

.contentHdBlock {
  margin-bottom: 20px;
}
.contentHdBlock .contentHdBh {
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "DNPShueiNMinStd-L", sans-serif;
}
.contentHdBlock .contentHdEn {
  margin-left: 3px;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "DNPShueiNMinStd-L", sans-serif;
}

.contentNav {
  padding-bottom: 20px;
  border-bottom: 1px solid #757575;
  position: relative;
}
.contentNav::after {
  content: "";
  display: block;
  position: absolute;
  left: 13px;
  bottom: 0;
  width: 1px;
  height: 20px;
  background-color: #757575;
}
.contentNav .contentNavList {
  display: flex;
  justify-content: flex-start;
}
.contentNav li {
  font-size: 1.6rem;
  line-height: 1;
  font-family: "DNPShueiNMinStd-L", sans-serif;
}
.contentNav li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  background-color: #000;
  vertical-align: -2px;
}
.contentNav li:last-child::after {
  display: none;
}
.contentNav a {
  padding: 0 7px;
}
.contentNav a:hover {
  text-decoration: underline;
  color: #ccc;
}

.fontCache {
  width: 0;
  height: 0;
  overflow: hidden;
  color: #fff;
}
.fontCache .fontCacheNum1 {
  font-family: "DNPShueiNMinStd-L", sans-serif;
}
.fontCache .fontCacheTxt1 {
  font-family: "DNPShueiNMinStd-L", sans-serif;
}

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    width: 100%;
    overflow-x: hidden;
  }
  img {
    width: 100%;
    vertical-align: bottom;
  }
  header {
    width: 100%;
  }
  header .inner {
    width: 100%;
    margin: 0;
    height: auto;
  }
  header::before {
    display: none;
  }
  .hdLogo {
    position: fixed;
    width: 70.4vw;
    left: 10.6133333333vw;
    right: auto;
    top: -14.4vw;
    transition: 1s;
  }
  .hdLogo.isScrollUp {
    top: 0.8vw;
  }
  #topPage .hdLogo {
    position: absolute;
    width: 65.8666666667vw;
    left: 5.3333333333vw;
    right: auto;
    top: 0.2666666667vw;
    transition: 0s;
  }
  #topPage .hdLogo.isScrollUp {
    top: 0.2666666667vw;
  }
  .hdNavList {
    display: none;
  }
  #topPage .spNavBtn {
    top: 129px;
  }
  #topPage .spNavBtn.isScrollDown {
    position: fixed;
    top: -78px;
  }
  #topPage .spNavBtn.isScrollDown span {
    display: none;
  }
  .spNavBtn {
    display: block;
    width: 7.2vw;
    height: 101px;
    position: absolute;
    left: 0;
    top: 29px;
    background: url("../images/btn_spnav.svg") no-repeat right bottom;
    background-size: 5.8666666667vw auto;
    cursor: pointer;
  }
  .spNavBtn.isScrollDown {
    position: fixed;
    top: -78px;
  }
  .spNavBtn.isScrollDown span {
    display: none;
  }
  .spNavBtn:hover {
    opacity: 0.7;
  }
  .spNavBtn:hover span {
    opacity: 0.7;
  }
  .spNavBtn span {
    display: block;
    font-size: 6.4vw;
    transform: rotate(-90deg);
    position: absolute;
    left: -4.5333333333vw;
    bottom: 10.6666666667vw;
  }
  .spNav {
    display: block;
    width: 52.2666666667vw;
    background-color: rgba(255, 255, 255, 0.7);
    min-height: 100vh;
    position: fixed;
    left: -100vw;
    top: 0;
    z-index: 20;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    transition: left 0.3s;
  }
  .spNav.active {
    left: 0;
  }
  .spNavBtnClose {
    position: absolute;
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    background: url("../images/btn_spnav_close.svg") no-repeat 0 0;
    background-size: 100% 100%;
    left: 2.1333333333vw;
    top: 3.7333333333vw;
    cursor: pointer;
  }
  .spNavList {
    position: absolute;
    left: 10.9333333333vw;
    top: 41.3333333333vw;
  }
  .spNavList li {
    font-size: 2rem;
    line-height: 1.35;
    font-family: "DNPShueiNMinStd-L", sans-serif;
    margin-bottom: 3.4666666667vw;
  }
  .spNavList li.spNavListItemI {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-top: 8.5333333333vw;
  }
  .spNavList li.spNavListItemI a {
    display: block;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    text-indent: -9999px;
    line-height: 0;
    overflow: hidden;
    background: url("../images/ico_instagram.svg") no-repeat 0 0;
    background-size: 100% 100%;
  }
  #asideStatus {
    position: fixed;
    right: 0;
    top: -14.4vw;
    width: 14.4vw;
    height: 66.9333333333vw;
    cursor: pointer;
    transition: 1s;
  }
  #asideStatus.isScrollUp {
    top: 0;
  }
  #asideStatus .asideStatusToday {
    height: 19.7333333333vw;
    padding-top: 0;
    font-size: 5.3333333333vw;
    line-height: 1.25;
    text-align: center;
    background-image: url("../images/aside_status_open_bullet.svg");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  #asideStatus .asideStatusToday span {
    display: block;
    font-size: 5.3333333333vw;
  }
  #asideStatus.isClose .asideStatusToday {
    background-image: url("../images/aside_status_close_bullet.svg");
  }
  #asideStatus .asideStatusBlock {
    display: block;
    height: 47.2vw;
  }
  #asideStatus .asideStatusBlock a {
    height: 47.2vw;
    padding-top: 0;
  }
  #asideStatus .asideStatusDate {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0;
    padding: 2.6666666667vw 0;
  }
  #asideStatus .asideStatusDate::before {
    width: 12.5333333333vw;
    transform: rotate(-25deg);
    position: absolute;
    left: 1.0666666667vw;
    top: 14.6666666667vw;
  }
  #asideStatus .asideStatusDate .asideStatusDateMonth {
    position: relative;
    font-size: 10.6666666667vw;
    width: 100%;
    margin-bottom: 2.6666666667vw;
    left: 0;
  }
  #asideStatus .asideStatusDate .asideStatusDateDay {
    position: relative;
    font-size: 10.6666666667vw;
    right: auto;
    bottom: auto;
    width: 100%;
    left: 0;
  }
  #asideStatus .asideStatusList {
    margin-left: 0;
  }
  #asideStatus .asideStatusList dt {
    font-size: 3.2vw;
    text-align: center;
  }
  #asideStatus .asideStatusList dd {
    font-size: 4.8vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #asideStatus .asideStatusList .open {
    line-height: 1;
  }
  #asideStatus .asideStatusList .to {
    line-height: 0.5;
  }
  #asideStatus .asideStatusList .to::before {
    content: "～";
  }
  #asideStatus .asideStatusList .close {
    line-height: 1;
  }
  #asideStatus .asideStatusList .asideStatusLink {
    display: none;
  }
  #topPage #asideStatus {
    position: fixed;
    right: 0;
    top: -14.4vw;
    width: 14.4vw;
    height: 61.6vw;
  }
  #topPage #asideStatus.isScrollUp {
    top: 0;
  }
  #topPage #asideStatus .asideStatusToday {
    height: 14.4vw;
    padding-top: 0;
    font-size: 5.3333333333vw;
    line-height: 1.25;
    text-align: center;
  }
  #topPage #asideStatus .asideStatusToday span {
    display: block;
    font-size: 5.3333333333vw;
  }
  #topPage #asideStatus .asideStatusToday span::before {
    display: none;
  }
  #topPage #asideStatus .asideStatusBlock {
    display: block;
    height: 47.2vw;
  }
  #topPage #asideStatus .asideStatusBlock a {
    height: 47.2vw;
    padding-top: 0;
  }
  #topPage #asideStatus .asideStatusDate {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0;
    padding: 2.6666666667vw 0;
  }
  #topPage #asideStatus .asideStatusDate::before {
    width: 12.5333333333vw;
    transform: rotate(-25deg);
    position: absolute;
    left: 1.0666666667vw;
    top: 14.6666666667vw;
  }
  #topPage #asideStatus .asideStatusDate .asideStatusDateMonth {
    position: relative;
    font-size: 10.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  #topPage #asideStatus .asideStatusDate .asideStatusDateDay {
    position: relative;
    font-size: 10.6666666667vw;
    right: auto;
    bottom: auto;
  }
  #topPage #asideStatus .asideStatusList {
    margin-left: 0;
  }
  #topPage #asideStatus .asideStatusList dt {
    font-size: 3.2vw;
    text-align: center;
  }
  #topPage #asideStatus .asideStatusList dd {
    font-size: 4.8vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #topPage #asideStatus .asideStatusList .open {
    line-height: 1;
  }
  #topPage #asideStatus .asideStatusList .to {
    line-height: 0.5;
  }
  #topPage #asideStatus .asideStatusList .to::before {
    content: "～";
  }
  #topPage #asideStatus .asideStatusList .close {
    line-height: 1;
  }
  #asideNav {
    display: none;
  }
  #topPage #asideNav {
    display: none;
  }
  footer {
    height: 16vw;
  }
  footer .ftNav {
    top: 6.6666666667vw;
    right: 18.4vw;
  }
  footer .ftNav li {
    font-size: 3.2vw;
    margin: 0 1.0666666667vw;
  }
  footer .ftCopy {
    top: auto;
    bottom: 0.9333333333vw;
    right: 19.4666666667vw;
    font-size: 2.1333333333vw;
  }
  footer .ftLogo {
    top: 0;
    right: 5.2266666667vw;
    width: 11.2266666667vw;
  }
  main {
    width: 100%;
  }
  #content {
    width: 84vw;
    min-height: calc(100vh - 16vw);
    margin: 0 auto -16vw;
    padding-top: 13.7333333333vw;
    border-left: 1px solid #e7e7e7;
  }
  .contentHdBlock {
    margin-bottom: 0;
    margin-right: -8vw;
  }
  .contentHdBlock .contentHdBh {
    font-size: 12.8vw;
  }
  .contentHdBlock .contentHdEn {
    margin-left: 0;
    font-size: 4.2666666667vw;
  }
  .contentNav {
    display: none;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* TOP
------------------------------------------------------------- */
#topContent {
  width: 1040px;
  min-height: calc(100vh - 90px);
  margin: -90px auto -62px;
  padding-top: 90px;
  border-left: 1px solid #e7e7e7;
}

#topMv {
  height: 398px;
  margin: 0 0 0 19px;
}
#topMv .mvList {
  width: 974px;
}
#topMv .mvListItem p {
  display: block;
  width: 950px;
  height: 350px;
  position: relative;
}
#topMv .mvListItem p img {
  width: 100%;
}
#topMv .slick-prev {
  display: none !important;
}
#topMv .slick-next {
  border: 0;
  text-indent: -9999px;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  display: block;
  padding: 0;
  width: 24px;
  height: 350px;
  background-color: #e2e2e2;
  cursor: pointer;
}
#topMv .slick-next:hover {
  opacity: 0.7;
}
#topMv .slick-next::before {
  content: "▲";
  display: block;
  color: #fff;
  transform: rotate(90deg);
  position: absolute;
  left: 2px;
  top: 164px;
  font-size: 20px;
  line-height: 1;
  text-indent: 0;
}

#topNews {
  margin-bottom: 30px;
}
#topNews h2 {
  font-size: 1.6rem;
  font-family: "DNPShueiNMinStd-L", sans-serif;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
#topNews .newsTxt {
  font-size: 1.4rem;
  font-family: "TazuganeGothicStdN-Light", sans-serif;
}
#topNews .newsList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: 8px;
}
#topNews .newsListItem {
  width: 294px;
  margin: 0 50px 60px 0;
  background: url("../images/top_newslist_item_bg.svg") no-repeat right top;
}
#topNews .newsListItem::after {
  content: "";
  display: block;
  clear: both;
}
#topNews .newsListImg {
  width: 75px;
  height: 75px;
  background-color: #ccc;
  float: left;
  margin-top: 3px;
}
#topNews .newsListImg a {
  display: block;
  width: 75px;
  height: 75px;
}
#topNews .newsListImg img {
  width: 100%;
}
#topNews .newsListtxtBlock {
  width: 206px;
  float: right;
}
#topNews .newsListDate {
  font-size: 1.2rem;
  font-family: "TazuganeGothicStdN-Regular", sans-serif;
  float: left;
  margin-bottom: 12px;
}
#topNews .newsListCat {
  font-size: 1.2rem;
  font-family: "TazuganeGothicStdN-Regular", sans-serif;
  color: #fff;
  float: right;
}
#topNews .newsListMh {
  clear: both;
  font-size: 1.4rem;
  font-family: "TazuganeGothicStdN-Light", sans-serif;
}
#topNews .newsListTxt {
  font-size: 1.4rem;
  font-family: "TazuganeGothicStdN-Light", sans-serif;
  line-height: 1.3;
}
#topNews .newsListMore {
  font-size: 1.2rem;
  font-family: "TazuganeGothicStdN-Light", sans-serif;
  line-height: 1.3;
}
#topNews .newsListMore a {
  text-decoration: underline;
}
#topNews .newsListMore a:hover {
  text-decoration: none;
}

#topInstagram {
  width: 973px;
  height: 300px;
  margin: 0 0 74px 18px;
}
#topInstagram p.img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #topContent {
    width: 84vw;
    min-height: calc(100vh - 16vw);
    margin: 0 auto -16vw;
    padding-top: 34.4vw;
    border-left: 1px solid #e7e7e7;
  }
  #topMv {
    height: 114.4vw;
    margin: 0 -8vw 0 0;
  }
  #topMv .mvList {
    width: auto;
  }
  #topMv .mvListItem p {
    width: 100vw;
    height: 114.4vw;
  }
  #topMv .slick-next {
    display: none !important;
  }
  #topNews {
    margin-bottom: 0;
  }
  #topNews h2 {
    font-size: 4.2666666667vw;
    margin-bottom: 10.1333333333vw;
  }
  #topNews .newsTxt {
    font-size: 3.7333333333vw;
    margin-bottom: 10.1333333333vw;
  }
  #topNews .newsList {
    display: block;
    margin-left: 0;
  }
  #topNews .newsListItem {
    width: 100%;
    margin: 0 0 10.4vw;
    background-size: 44.4533333333vw auto;
  }
  #topNews .newsListImg {
    width: 20vw;
    height: 20vw;
    margin-top: 0.8vw;
  }
  #topNews .newsListImg a {
    width: 20vw;
    height: 20vw;
  }
  #topNews .newsListtxtBlock {
    width: 54.9333333333vw;
  }
  #topNews .newsListDate {
    font-size: 3.2vw;
  }
  #topNews .newsListCat {
    font-size: 3.2vw;
  }
  #topNews .newsListMh {
    font-size: 3.7333333333vw;
  }
  #topNews .newsListTxt {
    font-size: 3.7333333333vw;
  }
  #topNews .newsListMore {
    font-size: 3.2vw;
  }
  #topInstagram {
    width: 100%;
    height: 58.1333333333vw;
    margin: 0 0 28.8vw;
  }
}
/* News
------------------------------------------------------------- */
.newSection {
  margin: 60px 0 0;
  padding: 70px 0 0 90px;
  border-top: 1px solid #757575;
}

.newNewsList li {
  font-size: 1.6rem;
  font-family: "秀英にじみ明朝 L", sans-serif;
  margin-bottom: 35px;
  text-indent: -4.5em;
  margin-left: 4.5em;
}
.newNewsList li .date {
  margin-right: 1em;
}

@media screen and (max-width: 767px) {
  .newSection {
    margin: 15.2vw 0 40vw;
    padding: 0;
    border-top: 0;
  }
  .newNewsList li {
    font-size: 4.2666666667vw;
    margin-bottom: 14.1333333333vw;
    text-indent: 0;
    margin-left: 0;
  }
  .newNewsList li .date {
    display: block;
    margin-right: 0;
  }
  .newNewsList li .title {
    display: block;
  }
}
/* Works
------------------------------------------------------------- */
.worSection {
  margin-bottom: 100px;
}
.worSection::after {
  content: "";
  display: block;
  clear: both;
}

.worMh {
  font-size: 7rem;
  line-height: 0.9;
  font-family: "FOT-筑紫Cヴィンテージ明L Pro R", sans-serif;
  writing-mode: vertical-rl;
  text-orientation: upright;
  float: left;
}

.worContent {
  width: 890px;
  float: right;
}
.worContent::after {
  content: "";
  display: block;
  clear: both;
}

#stage {
  margin-top: 4px;
  width: 100%;
  height: 943px;
  position: relative;
  border-bottom: 1px solid #757575;
}

.worStgArea {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 943px;
}

.worStgAreaTitle {
  position: absolute;
  left: 0;
  top: 100px;
  font-size: 10.8rem;
  line-height: 0.7592592593;
  font-family: "FOT-筑紫Cヴィンテージ明L Pro R", sans-serif;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.worStgAreaTitle small {
  font-size: 2rem;
  line-height: 1;
}

.worStgAreaItem {
  display: none;
  transition: 0.3s;
}
.worStgAreaItem.is-active {
  display: block;
}

.worStgNav {
  position: absolute;
  left: 13px;
  bottom: 18px;
  z-index: 2;
}

.worStgNavSh {
  font-size: 1.6rem;
  line-height: 1;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  margin-bottom: 15px;
}

.worStgNavList {
  display: flex;
  flex-wrap: wrap;
}
.worStgNavList li {
  text-indent: -9999px;
  line-height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  cursor: pointer;
}
.worStgNavList li:hover {
  opacity: 0.7;
}

.worStgNavListItem1 {
  width: 46px;
  height: 50px;
  background-image: url("../images/works_stgnavlistitem1.svg");
  margin: 5px 20px 0 0;
}

.worStgNavListItem2 {
  width: 55px;
  height: 51px;
  background-image: url("../images/works_stgnavlistitem2.svg");
  margin: 2px 4px 0 0;
}

.worStgNavListItem3 {
  width: 65px;
  height: 29px;
  background-image: url("../images/works_stgnavlistitem3.svg");
  margin: 9px 2px 0 0;
}

.worStgNavListItem4 {
  width: 38px;
  height: 45px;
  background-image: url("../images/works_stgnavlistitem4.svg");
  margin: 3px 13px 0 0;
}

.worStgNavListItem5 {
  width: 44px;
  height: 50px;
  background-image: url("../images/works_stgnavlistitem5.svg");
  margin: 0 17px 0 0;
}

.worStgNavListItem6 {
  width: 105px;
  height: 38px;
  background-image: url("../images/works_stgnavlistitem6.svg");
  margin: 4px 30px 0 0;
}

.worStgNavListItem7 {
  width: 118px;
  height: 35px;
  background-image: url("../images/works_stgnavlistitem7.svg");
  margin: 6px 0 0 0;
}

.workList {
  margin-left: 278px;
}

.workListItem {
  width: 762px;
  height: 943px;
}

.workListItemImg {
  width: 762px;
  height: 762px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.workListItemImg img {
  max-width: 100%;
  max-height: 100%;
  cursor: pointer;
}

.workListItemSh {
  margin: 22px 0 -94px 730px;
  height: 75px;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.workListItemTxt {
  width: 720px;
  height: 178px;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.workListItemTxt dt {
  border-left: 1px solid #757575;
  font-size: 1.8rem;
  line-height: 1;
  font-family: "秀英にじみ明朝 L", sans-serif;
}
.workListItemTxt dd {
  padding: 21px 25px 8px 0;
  font-size: 1.6rem;
  line-height: 1.5625;
  font-family: "秀英にじみ明朝 L", sans-serif;
}

.thumbList {
  position: absolute;
  left: 104px;
  top: 0;
  width: 86px;
}
.thumbList.slick-slider .slick-track {
  display: flex;
  flex-direction: column;
}

.thumbListItem {
  width: 75px;
  line-height: 0;
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
}
.thumbListItem:hover {
  opacity: 0.7;
}
.thumbListItem img {
  width: 100%;
}
.thumbListItem.slick-current::after {
  content: "";
  display: block;
  width: 11px;
  height: 12px;
  background: url("../images/works_bg_arrow.png") no-repeat 0 0;
  position: absolute;
  right: -11px;
  top: 32px;
}

.worCreaTxt1 {
  font-size: 2.6rem;
  line-height: 1;
  font-family: "秀英にじみ明朝 L", sans-serif;
  margin-bottom: 11px;
}

.worCreaTxt2 {
  font-size: 1.6rem;
  line-height: 1.625;
  font-family: "秀英にじみ明朝 L", sans-serif;
  margin-bottom: 20px;
}

.worCreaBlock {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.worCreaBlock blockquote {
  width: 762px;
  padding: 18px 0 0 55px;
  background-image: url("../images/works_creation_bg1.png"), url("../images/works_creation_bg2.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right 60px bottom;
}
.worCreaBlock .worCreaTxt3 {
  font-size: 1.6rem;
  line-height: 1.625;
  font-family: "FOT-ロダン墨東 Pro M", sans-serif;
  color: #004273;
}
.worCreaBlock .worCreaImg {
  margin-top: 27px;
}

.WorGallTxt {
  width: 700px;
  float: left;
  font-size: 1.6rem;
  line-height: 1.625;
  font-family: "秀英にじみ明朝 L", sans-serif;
}

.WorGallImg {
  width: 187px;
  height: 147px;
  background-color: #eee;
  float: right;
}

#modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
#modal .modalBlock {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#modal .modalBlock img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 767px) {
  .worSection {
    margin: 0 -8vw 21.3333333333vw;
  }
  .worMh {
    font-size: 13.3333333333vw;
  }
  .worContent {
    width: 77.0666666667vw;
    margin-right: 8vw;
  }
  #stage {
    width: 92vw;
    margin: 0;
    height: 188.5333333333vw;
    border-bottom: 0;
  }
  .worStgArea {
    height: 134.6666666667vw;
    border-bottom: 1px solid #757575;
  }
  .worStgAreaTitle {
    left: auto;
    right: 0;
    top: auto;
    bottom: 48vw;
    z-index: 1;
    font-size: 16vw;
    line-height: 1;
  }
  .worStgAreaTitle small {
    font-size: 3.2vw;
  }
  .worStgNav {
    left: 0;
    bottom: 21.3333333333vw;
  }
  .worStgNavSh {
    font-size: 3.4666666667vw;
    line-height: 1.3;
    height: 13.3333333333vw;
    margin: 0 0 -13.3333333333vw 79.2vw;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
  .worStgNavListItem1 {
    width: 12.2666666667vw;
    height: 13.3333333333vw;
    margin: 1.3333333333vw 5.3333333333vw 3.7333333333vw 0;
  }
  .worStgNavListItem2 {
    width: 14.6666666667vw;
    height: 13.6vw;
    margin: 0.5333333333vw 1.0666666667vw 0 0;
  }
  .worStgNavListItem3 {
    width: 17.3333333333vw;
    height: 7.7333333333vw;
    margin: 2.4vw 0.5333333333vw 0 0;
  }
  .worStgNavListItem4 {
    width: 10.1333333333vw;
    height: 12vw;
    margin: 0.8vw 3.4666666667vw 0 0;
  }
  .worStgNavListItem5 {
    width: 11.7333333333vw;
    height: 13.3333333333vw;
    margin: 0 4.5333333333vw 0 0;
  }
  .worStgNavListItem6 {
    width: 28vw;
    height: 10.1333333333vw;
    margin: 1.0666666667vw 8vw 0 0;
  }
  .worStgNavListItem7 {
    width: 31.4666666667vw;
    height: 9.3333333333vw;
    margin: 1.6vw 0 0 0;
  }
  .workList {
    margin-left: 0;
  }
  .workListItem {
    width: 100vw;
    height: 134.6666666667vw;
  }
  .workListItemImg {
    width: 100vw;
    height: 65.3333333333vw;
  }
  .workListItemImg img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .workListItemSh {
    margin: 25.8666666667vw 0 -20vw 84vw;
    height: 20vw;
    font-size: 3.4666666667vw;
  }
  .workListItemTxt {
    width: 82.6666666667vw;
    height: 43.4666666667vw;
  }
  .workListItemTxt dt {
    font-size: 4.8vw;
  }
  .workListItemTxt dd {
    padding: 0 3.2vw 0 0;
    font-size: 4.2666666667vw;
  }
  .workList .slick-dots {
    position: absolute;
    left: 0;
    top: 61.6vw;
    z-index: 2;
    width: 100vw;
    display: flex;
    justify-content: center;
  }
  .workList .slick-dots li {
    border: 0;
    text-indent: -9999px;
    line-height: 0;
    overflow: hidden;
    background-color: #ccc;
    width: 1.6vw;
    height: 1.6vw;
    border-radius: 50%;
    margin: 0 1.0666666667vw;
  }
  .workList .slick-dots li.slick-active {
    background-color: #fff;
  }
  .thumbList {
    display: none;
  }
  .worCreaTxt1 {
    font-size: 6.9333333333vw;
    line-height: 1.15;
    margin-bottom: 8vw;
  }
  .worCreaTxt2 {
    font-size: 4.2666666667vw;
    line-height: 1.88;
    margin-bottom: 8vw;
  }
  .worCreaBlock {
    display: block;
  }
  .worCreaBlock blockquote {
    width: 100%;
    margin-left: -13.3333333333vw;
    padding: 4.8vw 0 40vw 13.3333333333vw;
    background-position: left top, right bottom;
    background-size: 12vw auto, 12vw auto;
  }
  .worCreaBlock .worCreaTxt3 {
    font-size: 4.2666666667vw;
    line-height: 1.63;
  }
  .worCreaBlock .worCreaImg {
    width: 32.8vw;
    margin-top: -2.4vw;
  }
  .WorGallTxt {
    width: auto;
    float: none;
    font-size: 4.2666666667vw;
    line-height: 1.88;
    margin-bottom: 17.6vw;
  }
  .WorGallImg {
    width: 76.8vw;
    height: 60.2666666667vw;
    float: none;
  }
}
/* Creator
------------------------------------------------------------- */
.creSection {
  margin-bottom: 200px;
}
.creSection::after {
  content: "";
  display: block;
  clear: both;
}
.creSection#profile {
  padding-top: 97px;
}

.creMh {
  font-size: 7rem;
  line-height: 0.9;
  font-family: "FOT-筑紫Cヴィンテージ明L Pro R", sans-serif;
  writing-mode: vertical-rl;
  text-orientation: upright;
  float: left;
}
.creMh span {
  font-size: 4.5rem;
}

.creContent {
  width: 851px;
  float: right;
}

.creProfPhoto {
  float: right;
}

.creProfTxtblock {
  width: 570px;
  float: left;
}

.creProfSign {
  margin-bottom: 8px;
}

.creProfTxt1 {
  font-family: "秀英にじみ明朝 L", sans-serif;
  font-size: 1.3rem;
  margin-bottom: 24px;
}

.creProfTxt2 {
  font-family: "秀英にじみ明朝 L", sans-serif;
  font-size: 1.6rem;
  margin-bottom: 34px;
}

.creProfTxt3 {
  font-family: "秀英にじみ明朝 L", sans-serif;
  font-size: 1.4rem;
}

#timeline .creMh {
  padding-top: 100px;
}

.creTimeTable caption {
  font-size: 1.7rem;
  font-family: "TazuganeGothicStdN-Light", sans-serif;
}
.creTimeTable thead th {
  background-color: #231815;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  font-family: "TazuganeGothicStdN-Light", sans-serif;
  text-align: left;
  padding: 4px 0;
}
.creTimeTable thead .year {
  width: 43px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.creTimeTable thead .age {
  width: 32px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.creTimeTable thead .txt1 {
  width: 327px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 4px 3px;
}
.creTimeTable thead .txt2 {
  width: 437px;
  border-bottom: 1px solid #fff;
  padding: 4px 3px;
}
.creTimeTable tbody th {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  font-family: "TazuganeGothicStdN-Light", sans-serif;
  padding: 4px 0;
}
.creTimeTable tbody td {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  font-family: "TazuganeGothicStdN-Light", sans-serif;
  padding: 4px 0;
}
.creTimeTable tbody td small {
  font-size: 0.9rem;
}
.creTimeTable tbody .year {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #231815;
  text-align: center;
}
.creTimeTable tbody .age {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #231815;
  text-align: center;
}
.creTimeTable tbody .txt1 {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #231815;
  text-align: left;
  padding: 4px 3px;
}
.creTimeTable tbody .txt2 {
  border-bottom: 1px solid #231815;
  text-align: left;
  padding: 4px 3px;
}
.creTimeTable tr.stage1 {
  background-color: #afefff;
}
.creTimeTable tr.stage2 {
  background-color: #c9dede;
}
.creTimeTable tr.stage3 {
  background-color: #9ccf96;
}
.creTimeTable tr.stage4 {
  background-color: #ffed8f;
}

#work1 .creMh {
  padding-top: 100px;
}

.creWork1List {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.creWork1List li {
  margin: 105px 76px 0 0;
  position: relative;
}
.creWork1List .txt {
  position: absolute;
  right: -30px;
  bottom: 10px;
  font-size: 1.4rem;
  font-family: "秀英にじみ明朝 L", sans-serif;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.creWork1ListItem4 .img {
  margin-top: 13px;
}

#work2 .creMh {
  padding-top: 100px;
}

.creWork2List {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.creWork2List li {
  position: relative;
}
.creWork2List .txt {
  position: absolute;
  right: -30px;
  bottom: 10px;
  font-size: 1.4rem;
  font-family: "秀英にじみ明朝 L", sans-serif;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.creWork2ListItem1 {
  width: 100%;
  height: 662px;
  margin-bottom: 77px;
}
.creWork2ListItem1 .img {
  position: absolute;
}
.creWork2ListItem1 .img:nth-child(1) {
  left: 0;
  top: 0;
}
.creWork2ListItem1 .img:nth-child(2) {
  left: 313px;
  top: 0;
}
.creWork2ListItem1 .img:nth-child(3) {
  left: 616px;
  top: 0;
}
.creWork2ListItem1 .img:nth-child(4) {
  left: 52px;
  top: 360px;
}
.creWork2ListItem1 .img:nth-child(5) {
  left: 367px;
  top: 362px;
}
.creWork2ListItem1 .txt {
  right: 337px;
}

.creWork2ListItem2 {
  margin: 0 112px 0 23px;
}
.creWork2ListItem2 .txt {
  bottom: 20px;
}

.creWork2ListItem3 .txt {
  bottom: 20px;
}

#work3 .creMh {
  padding-top: 100px;
}

.creWork3Sh {
  margin-bottom: 6px;
  font-size: 1.4rem;
  font-family: "秀英にじみ明朝 L", sans-serif;
}
.creWork3Sh::before {
  content: "◉";
}

.creWork3List1 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.creWork3List1 .txt {
  font-size: 1.4rem;
  font-family: "秀英にじみ明朝 L", sans-serif;
}
.creWork3List1 .txt small {
  font-size: 1.2rem;
}

.creWork3List1Item1 {
  margin: 0 29px 65px 0;
}

.creWork3List1Item2 {
  margin: 0 30px 65px 0;
}

.creWork3List1Item3 {
  margin: 0 0 65px;
}

.creWork3List1Item4 {
  margin: 0 18px 0 277px;
}

.creWork3List2 .txt {
  font-size: 1.4rem;
  font-family: "秀英にじみ明朝 L", sans-serif;
}
.creWork3List2 .txt small {
  font-size: 1.2rem;
}
#work4 .creMh {
  padding-top: 100px;
}

.creWork4List1 {
  margin-bottom: 40px;
}
.creWork4List1 li {
  margin-bottom: 30px;
  font-size: 2rem;
  font-family: "秀英にじみ明朝 L", sans-serif;
}
.creWork4List1 li small {
  font-size: 1.6rem;
}

.creWork4List2 {
  display: flex;
}
.creWork4List2 li {
  width: 150px;
  height: 190px;
  background-color: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
}

@media screen and (max-width: 767px) {
  .creSection {
    margin: 0 -8vw 21.3333333333vw;
  }
  .creSection#profile {
    padding-top: 35.4666666667vw;
  }
  .creMh {
    font-size: 13.3333333333vw;
  }
  .creMh span {
    font-size: 10.6666666667vw;
  }
  .creContent {
    width: 77.0666666667vw;
    margin-right: 8vw;
  }
  .creProfTxtblock {
    width: auto;
    float: none;
  }
  .creProfSign {
    width: 63.4666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .creProfTxt1 {
    font-size: 3.2vw;
    margin-bottom: 8.2666666667vw;
  }
  .creProfTxt2 {
    font-size: 4.2666666667vw;
    line-height: 1.66;
    margin-bottom: 5.0666666667vw;
  }
  .creProfPhotoSp {
    text-align: right;
    margin-bottom: 4.5333333333vw;
  }
  .creProfPhotoSp img {
    width: 41.8666666667vw;
  }
  .creProfVid {
    width: 100%;
  }
  .creProfVid iframe {
    width: 100%;
    height: auto;
  }
  .creProfTxt3 {
    font-size: 3.2vw;
  }
  #timeline .creMh {
    padding-top: 0;
  }
  #timeline .creContent {
    width: 85.0666666667vw;
    margin-right: 0;
    overflow-x: scroll;
  }
  .creTimeTable {
    width: 154.1333333333vw;
  }
  .creTimeTable caption {
    font-size: 4.5333333333vw;
  }
  .creTimeTable thead th {
    font-size: 3.2vw;
    padding: 4px 0;
  }
  .creTimeTable thead .year {
    width: 11.2vw;
  }
  .creTimeTable thead .age {
    width: 8vw;
  }
  .creTimeTable thead .txt1 {
    width: 58.6666666667vw;
    padding: 4px 3px;
  }
  .creTimeTable thead .txt2 {
    width: auto;
    padding: 4px 3px;
  }
  .creTimeTable tbody th {
    font-size: 3.2vw;
    padding: 4px 0;
  }
  .creTimeTable tbody td {
    font-size: 3.2vw;
    padding: 4px 0;
  }
  .creTimeTable tbody td small {
    font-size: 2.4vw;
  }
  .creTimeTable tbody .txt1 {
    padding: 4px 3px;
  }
  .creTimeTable tbody .txt2 {
    padding: 4px 3px;
  }
  #work1 .creMh {
    padding-top: 0;
  }
  .creWork1List {
    width: 85.0666666667vw;
  }
  .creWork1List li {
    width: 36vw;
    margin: 0 5.3333333333vw 12vw 0;
    position: relative;
  }
  .creWork1List li:nth-child(2n) {
    margin-right: 0;
  }
  .creWork1List .txt {
    position: relative;
    right: auto;
    bottom: auto;
    font-size: 3.2vw;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    margin-top: 0.8vw;
  }
  .creWork1ListItem4 .img {
    margin-top: 0;
  }
  #work2 .creMh {
    padding-top: 0;
  }
  .creWork2List {
    width: 85.0666666667vw;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .creWork2List li {
    position: relative;
  }
  .creWork2List .txt {
    position: relative;
    right: auto;
    bottom: auto;
    font-size: 3.2vw;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
  }
  .creWork2ListItem1 {
    width: 100%;
    height: auto;
    margin-bottom: 12vw;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .creWork2ListItem1 .img {
    position: relative;
    flex-shrink: 0;
  }
  .creWork2ListItem1 .img:nth-child(1) {
    left: auto;
    top: auto;
    width: 27.4533333333vw;
    margin: 0 1.3333333333vw 5.8666666667vw;
  }
  .creWork2ListItem1 .img:nth-child(2) {
    left: auto;
    top: auto;
    width: 23.6986666667vw;
    margin: 0 1.3333333333vw 5.8666666667vw;
  }
  .creWork2ListItem1 .img:nth-child(3) {
    left: auto;
    top: auto;
    width: 23.7013333333vw;
    margin: 0 1.3333333333vw 5.8666666667vw;
  }
  .creWork2ListItem1 .img:nth-child(4) {
    left: auto;
    top: auto;
    width: 15.4666666667vw;
    margin: 0 2.4vw;
  }
  .creWork2ListItem1 .img:nth-child(5) {
    left: auto;
    top: auto;
    width: 14.1333333333vw;
    margin: 0 2.4vw;
  }
  .creWork2ListItem1 .txt {
    right: auto;
    width: 100%;
    margin-top: 0.8vw;
  }
  .creWork2ListItem2 {
    margin: 0 18.2933333333vw 0 0;
  }
  .creWork2ListItem2 .img {
    width: 23.3066666667vw;
  }
  .creWork2ListItem2 .txt {
    margin-top: 0.8vw;
    bottom: auto;
  }
  .creWork2ListItem3 .img {
    width: 32.24vw;
  }
  .creWork2ListItem3 .txt {
    margin-top: 0.8vw;
    bottom: auto;
  }
  #work3 .creMh {
    padding-top: 0;
  }
  .creWork3Sh {
    margin-bottom: 0;
    font-size: 4.2666666667vw;
  }
  .creWork3List1 {
    display: block;
    margin-bottom: 0;
  }
  .creWork3List1 li {
    margin-bottom: 6.4vw;
  }
  .creWork3List1 li::after {
    content: "";
    display: block;
    clear: both;
  }
  .creWork3List1 .img {
    width: 35.4666666667vw;
    float: left;
    margin-right: 2.9333333333vw;
  }
  .creWork3List1 .txt {
    font-size: 3.2vw;
    line-height: 1.33;
  }
  .creWork3List1 .txt small {
    font-size: 3.2vw;
  }
  .creWork3List1Item1 {
    margin: 0;
  }
  .creWork3List1Item2 {
    margin: 0;
  }
  .creWork3List1Item3 {
    margin: 0;
  }
  .creWork3List1Item4 {
    margin: 0;
  }
  .creWork3List2 li {
    margin-bottom: 6.4vw;
  }
  .creWork3List2 li::after {
    content: "";
    display: block;
    clear: both;
  }
  .creWork3List2 .img {
    width: 35.4666666667vw;
    float: left;
    margin-right: 2.9333333333vw;
  }
  .creWork3List2 .txt {
    font-size: 3.2vw;
    line-height: 1.33;
  }
  .creWork3List2 .txt small {
    font-size: 3.2vw;
  }
  #work4 .creMh {
    padding-top: 0;
  }
  .creWork4List1 {
    margin-bottom: 7.2vw;
  }
  .creWork4List1 li {
    margin-bottom: 1.63em;
    font-size: 4.2666666667vw;
    line-height: 1.63;
  }
  .creWork4List1 li small {
    font-size: 4.2666666667vw;
  }
  .creWork4List2 li {
    width: 36vw;
    height: 51.4666666667vw;
    margin-right: 5.6vw;
  }
}
/* About
------------------------------------------------------------- */
.aboSection {
  margin-bottom: 115px;
}
.aboSection#placement {
  padding-top: 40px;
}
.aboSection::after {
  content: "";
  display: block;
  clear: both;
}

.aboMh {
  font-size: 7rem;
  line-height: 0.9;
  font-family: "FOT-筑紫Cヴィンテージ明L Pro R", sans-serif;
  writing-mode: vertical-rl;
  text-orientation: upright;
  float: left;
}

.aboContent {
  width: 851px;
  float: right;
}

#placement .aboMh {
  padding-top: 60px;
}

.aboPlacTxt1 {
  font-size: 1.6rem;
  line-height: 1.625;
  font-family: "秀英にじみ明朝 L", sans-serif;
}

.aboPlacMap {
  width: 850px;
  height: 340px;
  margin-bottom: 6px;
}

.aboPlacTxt2 {
  font-size: 1.6rem;
  line-height: 1.625;
  font-family: "秀英にじみ明朝 L", sans-serif;
}

#facility .aboMh {
  padding-top: 66px;
}

.aboFaciImg1 {
  float: left;
  width: 414px;
  background-color: #fff;
}
.aboFaciImg1 img {
  width: 100%;
}

.aboFaciImg2 {
  float: right;
  margin-top: 7px;
  margin-bottom: 45px;
}

.aboFaciTxtblock {
  clear: both;
  float: left;
  width: 490px;
  margin-bottom: 42px;
}

.aboFaciSh {
  font-size: 2.6rem;
  font-family: "秀英にじみ明朝 L", sans-serif;
}
.aboFaciSh.aboFaciItem1::before {
  content: "●";
  color: #60d937;
}
.aboFaciSh.aboFaciItem2::before {
  content: "●";
  color: #fc968d;
}
.aboFaciSh.aboFaciItem3::before {
  content: "●";
  color: #4242d3;
}

.aboFaciLead {
  font-size: 1.6rem;
  line-height: 1.625;
  font-family: "秀英角ゴシック銀 B", sans-serif;
}

.aboFaciTxt1 {
  font-size: 1.6rem;
  line-height: 1.625;
  font-family: "秀英にじみ明朝 L", sans-serif;
}

.aboFaciImg3 {
  float: right;
}
.aboFaciImg3 img {
  margin-left: 9px;
}

#environment .aboMh {
  padding-top: 54px;
}

.aboEnviImg1 {
  margin-bottom: 25px;
  width: 669px;
}
.aboEnviImg1 img {
  width: 100%;
}

.aboEnviList {
  width: 690px;
}

.aboEnviListItem {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 24px;
}

.aboEnviListItemBlock {
  width: 540px;
}

.aboEnviListItemSh {
  font-size: 2.6rem;
  font-family: "秀英にじみ明朝 L", sans-serif;
}
.aboEnviListItemSh .num {
  font-size: 1.4rem;
  vertical-align: 5px;
}

.aboEnviListItemTxt {
  font-size: 1.6rem;
  line-height: 1.625;
  font-family: "秀英にじみ明朝 L", sans-serif;
}

.aboEnviListItemImg {
  width: 150px;
}
.aboEnviListItemImg img {
  width: 100%;
}

.aboOpenSh {
  font-size: 1.6rem;
  line-height: 1.625;
  font-family: "秀英角ゴシック銀 B", sans-serif;
}

.aboOpenTxt1 {
  font-size: 1.6rem;
  line-height: 1.625;
  font-family: "秀英にじみ明朝 L", sans-serif;
  margin-bottom: 42px;
}

.aboOpenTxt2 {
  font-size: 1.6rem;
  line-height: 1.625;
  font-family: "秀英にじみ明朝 L", sans-serif;
}

@media screen and (max-width: 767px) {
  .aboSection {
    margin: 0 -8vw 21.3333333333vw;
  }
  .aboSection#placement {
    padding-top: 35.4666666667vw;
  }
  .aboMh {
    font-size: 13.3333333333vw;
  }
  .aboContent {
    width: 77.0666666667vw;
    margin-right: 8vw;
  }
  #placement .aboMh {
    padding-top: 0;
  }
  .aboPlacTxt1 {
    font-size: 4.2666666667vw;
  }
  .aboPlacMap {
    width: 77.0666666667vw;
    height: 56vw;
    margin-bottom: 1.6vw;
  }
  .aboPlacMap iframe {
    width: 77.0666666667vw;
    height: 56vw;
  }
  .aboPlacTxt2 {
    font-size: 4.2666666667vw;
  }
  #facility .aboMh {
    padding-top: 0;
    position: sticky;
    top: 10.6666666667vw;
  }
  .aboFaciImgBlock {
    display: block;
  }
  .aboFaciImg1 {
    width: 100%;
    position: sticky;
    top: 0;
  }
  .aboFaciImg2 {
    width: 100%;
    margin: 7.7333333333vw 0 9.3333333333vw;
  }
  .aboFaciTxtblock {
    clear: both;
    float: none;
    width: 100%;
    margin-bottom: 9.3333333333vw;
  }
  .aboFaciSh {
    font-size: 6.9333333333vw;
  }
  .aboFaciLead {
    font-size: 4.2666666667vw;
  }
  .aboFaciTxt1 {
    font-size: 4.2666666667vw;
  }
  .aboFaciImg3 {
    float: none;
  }
  .aboFaciImg3 img {
    margin-left: 0;
  }
  #environment .aboMh {
    padding-top: 0;
    position: sticky;
    top: 10.6666666667vw;
  }
  .aboEnviImg1 {
    margin-bottom: 6.9333333333vw;
    position: sticky;
    top: 0;
    background-color: #fff;
    width: 100%;
  }
  .aboEnviList {
    width: 100%;
  }
  .aboEnviListItem {
    display: block;
    margin-bottom: 6.9333333333vw;
  }
  .aboEnviListItemBlock {
    width: 100%;
  }
  .aboEnviListItemSh {
    font-size: 6.9333333333vw;
  }
  .aboEnviListItemSh .num {
    font-size: 4.2666666667vw;
    vertical-align: 5px;
  }
  .aboEnviListItemTxt {
    font-size: 4.2666666667vw;
  }
  .aboEnviListItemImg {
    width: 100%;
    text-align: right;
  }
  .aboEnviListItemImg img {
    width: 40vw;
  }
  .aboOpenSh {
    font-size: 4.2666666667vw;
  }
  .aboOpenTxt1 {
    font-size: 4.2666666667vw;
    margin-bottom: 9.3333333333vw;
  }
  .aboOpenTxt2 {
    font-size: 4.2666666667vw;
  }
}
/* Shop
------------------------------------------------------------- */
.shoSection {
  margin-bottom: 160px;
}
.shoSection::after {
  content: "";
  display: block;
  clear: both;
}

.shoMh {
  font-size: 7rem;
  line-height: 0.9;
  font-family: "FOT-筑紫Cヴィンテージ明L Pro R", sans-serif;
  writing-mode: vertical-rl;
  text-orientation: upright;
  float: left;
}

.shoContent {
  width: 851px;
  float: right;
}

#shopTop {
  margin-bottom: 140px;
  padding-top: 57px;
}

.shoPiezTxt1 {
  font-size: 1.6rem;
  line-height: 1.625;
  font-family: "秀英にじみ明朝 L", sans-serif;
  margin-bottom: 30px;
}

.shoPiezImg {
  display: flex;
  justify-content: flex-start;
  gap: 13px;
  line-height: 0;
  margin-bottom: 75px;
}

.shoPiezTxt2 {
  font-size: 1.6rem;
  line-height: 1.625;
  font-family: "秀英にじみ明朝 L", sans-serif;
  margin-bottom: 330px;
}

.shoPiezList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.shoPiezListItem:nth-child(1) {
  margin: 0 0 24px 0;
}
.shoPiezListItem:nth-child(2) {
  margin: 0 16px 0 0;
}
.shoPiezListItem:nth-child(2) .img {
  margin-bottom: 3px;
}
.shoPiezListItem:nth-child(3) {
  margin: 0 16px 0 0;
}
.shoPiezListItem:nth-child(3) .img {
  margin-bottom: 65px;
}
.shoPiezListItem:nth-child(4) {
  margin: 0 16px 0 0;
}
.shoPiezListItem .txt {
  font-size: 1.4rem;
  font-family: "秀英にじみ明朝 L", sans-serif;
}

.shoMore {
  text-align: right;
  line-height: 0;
}
.shoMore img {
  width: 135px;
}

.shoSilkTxt1 {
  font-size: 1.6rem;
  line-height: 1.625;
  font-family: "秀英にじみ明朝 L", sans-serif;
  margin-bottom: 5px;
}

.shoSilkList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.shoSilkListItem {
  margin-right: 18px;
}
.shoSilkListItem:nth-child(4) {
  margin-right: 0;
}
.shoSilkListItem .txt {
  font-size: 1.4rem;
  font-family: "秀英にじみ明朝 L", sans-serif;
}

.shoPostList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.shoPostList li {
  margin: 0 10px 22px 0;
}
.shoPostList li:nth-child(6n) {
  margin-right: 0;
}

.shoBookList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.shoBookList li {
  margin: 0 10px 22px 0;
}
.shoBookList li:nth-child(6n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .shoSection {
    margin: 0 -8vw 21.3333333333vw;
  }
  .shoMh {
    font-size: 13.3333333333vw;
  }
  .shoContent {
    width: 77.0666666667vw;
    margin-right: 8vw;
  }
  #shopTop {
    margin-bottom: 6.9333333333vw;
    padding-top: 57px;
  }
  .shoPiezTxt1 {
    font-size: 4.2666666667vw;
    margin-bottom: 6.9333333333vw;
  }
  .shoPiezImg {
    flex-direction: column;
    gap: 3.4666666667vw;
    margin-bottom: 6.9333333333vw;
  }
  .shoPiezImg img {
    width: 100%;
  }
  .shoPiezTxt2 {
    font-size: 4.2666666667vw;
    margin-bottom: 6.9333333333vw;
  }
  .shoPiezList {
    display: block;
    margin-bottom: 6.9333333333vw;
  }
  .shoPiezListItem img {
    width: 100%;
  }
  .shoPiezListItem:nth-child(1) {
    margin: 0 0 3.4666666667vw;
  }
  .shoPiezListItem:nth-child(2) {
    margin: 0 0 3.4666666667vw;
  }
  .shoPiezListItem:nth-child(2) .img {
    margin-bottom: 0;
  }
  .shoPiezListItem:nth-child(3) {
    margin: 0 0 3.4666666667vw;
  }
  .shoPiezListItem:nth-child(3) .img {
    margin-bottom: 0;
  }
  .shoPiezListItem:nth-child(4) {
    margin: 0 0 3.4666666667vw;
  }
  .shoPiezListItem .txt {
    font-size: 3.7333333333vw;
  }
  .shoMore img {
    width: 36vw;
  }
  .shoSilkTxt1 {
    font-size: 4.2666666667vw;
    margin-bottom: 3.4666666667vw;
  }
  .shoSilkList {
    display: block;
    margin-bottom: 6.9333333333vw;
  }
  .shoSilkListItem {
    margin-right: 0;
    margin-bottom: 3.4666666667vw;
  }
  .shoSilkListItem img {
    width: 100%;
  }
  .shoSilkListItem:nth-child(4) {
    margin-right: 0;
  }
  .shoSilkListItem .txt {
    font-size: 3.7333333333vw;
  }
}
/* Contact
------------------------------------------------------------- */
.conSection {
  margin-bottom: 200px;
}
.conSection::after {
  content: "";
  display: block;
  clear: both;
}

.conMh {
  font-size: 7rem;
  line-height: 0.9;
  font-family: "FOT-筑紫Cヴィンテージ明L Pro R", sans-serif;
  writing-mode: vertical-rl;
  text-orientation: upright;
  float: left;
}

.conContent {
  width: 679px;
  float: right;
}

.formBg {
  background: url("../images/contact_bg.png") no-repeat 146px 235px;
}

#form {
  padding-top: 95px;
}

.conFormListSh {
  font-size: 1.6rem;
  line-height: 1.625;
  font-family: "秀英にじみ明朝 L", sans-serif;
}

.conFormListItem {
  margin: 0 0 64px 46px;
}
.conFormListItem input {
  width: 400px;
  border: 0;
  border-bottom: 1px solid #000;
  padding: 6px 10px;
  box-sizing: border-box;
  background: transparent;
}
.conFormListItem textarea {
  width: 400px;
  height: 250px;
  border: 1px solid #000;
  padding: 6px 10px;
  box-sizing: border-box;
}

.conFormBtmSubmit {
  margin-left: 46px;
}
.conFormBtmSubmit input {
  width: 400px;
  height: 46px;
  border: 0;
  background-color: #4b4b4b;
  color: #fff;
  font-size: 2rem;
  font-family: "秀英にじみ明朝 L", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}

.conAddrTxt1 {
  font-size: 1.6rem;
  line-height: 1.625;
  font-family: "秀英にじみ明朝 L", sans-serif;
}

@media screen and (max-width: 767px) {
  .conSection {
    margin: 0 -8vw 21.3333333333vw;
  }
  .conMh {
    font-size: 13.3333333333vw;
  }
  .conContent {
    width: 77.0666666667vw;
    margin-right: 8vw;
  }
  .formBg {
    background: none;
  }
  #form {
    padding-top: 17.3333333333vw;
  }
  .conFormListSh {
    font-size: 4.2666666667vw;
  }
  .conFormListItem {
    margin: 0 0 5.3333333333vw;
  }
  .conFormListItem input {
    width: 63.2vw;
    border: 0;
    background-color: #EDEDED;
    padding: 6px 10px;
  }
  .conFormListItem textarea {
    width: 63.2vw;
    height: 29.3333333333vw;
    border: 0;
    background-color: #EDEDED;
    padding: 6px 10px;
  }
  .conFormBtmSubmit {
    margin: 13.3333333333vw 0 0;
  }
  .conFormBtmSubmit input {
    width: 63.2vw;
    height: 10.6666666667vw;
    font-size: 5.3333333333vw;
  }
  .conAddrTxt1 {
    font-size: 4.2666666667vw;
  }
}
/* Animation Parts
------------------------------------------------------------- */
/* Slide In / Fade In Effect */
.aniRtoL {
  opacity: 0;
  transform: translate(100px, 0);
  transition: all 0.8s;
}
.aniRtoL.is-active {
  opacity: 1;
  transform: translate(0, 0);
}

.aniLtoR {
  opacity: 0;
  transform: translate(-100px, 0);
  transition: all 0.8s;
}
.aniLtoR.is-active {
  opacity: 1;
  transform: translate(0, 0);
}

.aniBtoT {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 0.8s;
}
.aniBtoT.is-active {
  opacity: 1;
  transform: translate(0, 0);
}

.aniTtoB {
  opacity: 0;
  transform: translate(0, -50px);
  transition: all 0.8s;
}
.aniTtoB.is-active {
  opacity: 1;
  transform: translate(0, 0);
}

.aniFadeIn {
  opacity: 0;
  transition: all 0.8s;
}
.aniFadeIn.is-active {
  opacity: 1;
}/*# sourceMappingURL=base.css.map */