@charset "UTF-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

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

caption {
  text-align: left;
}

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

object, embed {
  vertical-align: top;
}

hr, legend {
  display: none;
}

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

img, abbr, acronym, fieldset {
  border: 0;
  border-style: none;
}

li {
  list-style-type: none;
}

a {
  color: #000000;
}

/*def*/
/*share*/
* {
  cursor: url(../img/play13.png), auto;
}

::-moz-selection {
  background: #FF3366; /* Safari */
}

::selection {
  background: #FF3366; /* Safari */
}

::-moz-selection {
  background: #FF3366; /* Firefox */
}

body {
  background: #E2E2E0 url(../img/back.png);
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

article {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

#content {
  width: 95%;
  background: #FFFFFF;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  min-width: 1000px;
  position: relative;
}

nav {
  overflow: hidden;
  position: absolute;
  margin: 0 auto;
  z-index: 1000;
  display: none;
  right: 50%;
  width: 600px;
  margin-right: -300px;
  top: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
nav #navigation {
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
nav #navigation li.hide {
  opacity: 0;
  pointer-events: none;
  display: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
nav #navigation li.close {
  display: none;
}
nav #navigation li {
  display: inline-block;
  font-size: 12px;
  text-indent: 0.2em;
  letter-spacing: 0.2em;
}
nav #navigation li.active a {
  text-decoration: underline;
}
nav #navigation li a {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
nav #navigation li a:hover {
  color: #FF3366;
  text-decoration: none;
}
nav #navigation li:after {
  content: " / ";
}
nav #navigation li:nth-of-type(5):after {
  content: "";
}

#sub_nav {
  position: fixed;
  top: -50px;
  z-index: 500;
  width: 95%;
  opacity: 1;
}
#sub_nav ._name {
  float: left;
}
#sub_nav h1 {
  text-indent: 0.3em;
  letter-spacing: 0.3em;
  font-size: 18px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#sub_nav h1 a:hover {
  color: #FF3366;
  text-decoration: none;
}
#sub_nav ul {
  float: right;
  margin: 0 auto;
  overflow: hidden;
  width: 420px;
  margin-top: 15px;
}
#sub_nav ul li {
  font-size: 12px;
  float: left;
  margin-left: 0 10px;
  text-indent: 0.2em;
  letter-spacing: 0.2em;
}
#sub_nav ul li.active a {
  text-decoration: underline;
}
#sub_nav ul li a {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
#sub_nav ul li a:hover {
  color: #FF3366;
  text-decoration: none;
}
#sub_nav ul li:after {
  content: " / ";
}
#sub_nav ul li:last-child:after {
  content: "";
}

header {
  clear: both;
  padding: 80px 0;
}
header h1 {
  text-indent: 0.3em;
  letter-spacing: 0.3em;
  font-size: 36px;
  margin-bottom: 15px;
}
header h2 {
  text-indent: 0.3em;
  letter-spacing: 0.3em;
  font-size: 16px;
  margin-bottom: 15px;
}
header h3 {
  text-indent: 0.3em;
  letter-spacing: 0.3em;
  font-size: 11px;
}

.header {
  text-align: left;
  min-height: 105vh;
  letter-spacing: 0.1em;
  position: relative;
  /* 	&__square2 {
  		position: absolute;
  		right: 20px;
  		top: 0px;
  		width: 30vh;
  		height: 30vh;
  		//background: rgba(#A3F662, .9);
  		z-index: 1;
  		mix-blend-mode: multiply;
  		transition: .5s;
  		.p1 & {
  			right: calc(100% - 20vh);
  			z-index: 3;
  			width: 20vh;
  			height: 20vh;
  		}
  		.p2 & {
  			right: calc(100% - 25vh);
  			top: calc(100% - 25vh);
  			z-index: 1;
  			width: 25vh;
  			height: 25vh;
  		}
  	} */
}
.header .slick-list {
  height: 100%;
}
.header .slick-track {
  height: 100%;
}
.header__image {
  top: 2.5vh;
  right: 5%;
  right: 2.5%;
  position: absolute;
  width: 90vh;
  height: 95vh;
}
.header__photo {
  z-index: 2;
  position: absolute;
  height: 90%;
  width: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.975;
}
.header__photo figure {
  margin: 0;
  position: relative;
}
.header__photo figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__photo .slick-slide {
  opacity: 0 !important;
  -webkit-transition: 1s;
  transition: 1s;
}
.header__photo .slick-active {
  opacity: 1 !important;
}
.header__square1 {
  position: absolute;
  /* left: 20px;
  bottom: 0px;
  width: 30vh;
  height: 30vh; */
  background: rgba(255, 73, 123, 0.9);
  z-index: 1;
  mix-blend-mode: multiply;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.header__square1.p0 {
  right: 0vh;
  bottom: 0vh;
  width: 30vh;
  height: 30vh;
  background: #FE6B35;
}
.header__square1.p1 {
  right: 4vh;
  top: 2vh;
  width: 25vh;
  height: 25vh;
  background: rgba(163, 246, 98, 0.9);
  background: rgba(1, 43, 255, 0.9);
  z-index: 2;
}
.header__square1.p2 {
  left: -10vh;
  bottom: 20vh;
  width: 35vh;
  height: 35vh;
  background: rgba(255, 39, 98, 0.9);
}
.header__square1._visible {
  opacity: 1;
}
.header__text {
  z-index: 10;
  position: absolute;
  bottom: 55px;
  left: 10%;
}
.header__title {
  font-size: 2.25em;
  letter-spacing: 0.25em;
}
.header__description {
  margin-top: 20px;
  font-size: 1.1em;
  line-height: 200%;
}
.header__profile {
  margin-top: 10px;
  font-size: 1.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header__profile dt {
  width: 5em;
  font-size: 60%;
  margin-top: 20px;
}
.header__profile dt::after {
  content: ":";
}
.header__profile dd {
  margin-top: 17px;
  width: calc(100% - 5em);
}

#profile {
  width: 900px;
  margin: 0 auto;
  padding: 80px 0 65px;
}
#profile p {
  line-height: 250%;
  text-indent: 0.2em;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
#profile p._jap {
  font-size: 10px;
}
#profile p._eng {
  font-size: 11px;
  margin-bottom: 45px;
}
#profile h2 {
  text-indent: 0.3em;
  letter-spacing: 0.3em;
  font-size: 18px;
  margin-bottom: 60px;
}
#profile #profile_list {
  padding: 20px 0;
  width: 80%;
  margin: 0 auto;
}
#profile #profile_list h3 {
  font-size: 14px;
  font-weight: normal;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  line-height: 150%;
  color: #000000;
}
#profile #profile_list ul {
  margin-bottom: 20px;
}
#profile #profile_list li {
  display: inline-block;
  font-size: 10px;
  text-indent: 0.2em;
  letter-spacing: 0.2em;
}
#profile #profile_list li:after {
  content: " / ";
}
#profile #profile_list li:last-child:after {
  content: "";
}
.normal_btn {
  font-size: 12px;
  border: 1px solid #000000;
  margin: 0 auto;
  margin-top: 2em;
  text-indent: 0.2em;
  letter-spacing: 0.2em;
  text-align: center;
  width: 160px;
}
.normal_btn a {
  padding: 7px;
  height: 100%;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.normal_btn a:hover {
  color: #FF3366;
  text-decoration: none;
}

#showcase {
  margin: 0 auto;
  margin-top: 100px;
  padding: 80px 0;
}
#showcase #sc_nav {
  overflow: hidden;
  text-align: center;
  width: 625px;
  width: 785px;
  margin: 0 auto 30px;
}
#showcase #sc_nav li {
  display: block;
  float: left;
  font-size: 10px;
  text-indent: 0.2em;
  letter-spacing: 0.2em;
  width: 125px;
  margin-right: 40px;
}
#showcase #sc_nav li:last-child {
  margin-right: 0px;
}
#showcase #sc_nav li.active a {
  border-bottom: 1px solid #000000;
}
#showcase #sc_nav li a {
  border-bottom: thin solid #CCCCCC;
  padding: 10px 20px;
  text-align: center;
  height: 100%;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
#showcase #sc_nav li a:hover {
  border-bottom: 1px solid #000000;
  color: #FF3366;
  text-decoration: none;
}
#showcase h2 {
  text-indent: 0.3em;
  letter-spacing: 0.3em;
  font-size: 18px;
  margin-bottom: 40px;
}
#showcase #ex_back {
  padding: 50px;
  font-size: 10px;
  line-height: 200%;
  text-indent: 0.2em;
  letter-spacing: 0.2em;
}
#showcase #ex_back img {
  height: 32px;
  width: 32px;
}
#showcase #ex_nav {
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
}
#showcase #ex_nav li {
  position: relative;
  width: 23%;
  height: auto;
  float: left;
  font-size: 10px;
  text-indent: 0.2em;
  letter-spacing: 0.2em;
  margin: 0 5%;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out;
  -ms-transition: background 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out;
  overflow: hidden;
  padding: 20px;
}
#showcase #ex_nav li.four {
  width: 18%;
  margin: 0 1%;
}
#showcase #ex_nav li a {
  height: 100%;
  width: 100%;
  display: block;
}
#showcase #ex_nav li a:hover {
  text-decoration: none;
}
#showcase #ex_nav li:hover {
  opacity: 0.8;
}
#showcase #ex_nav li .enav {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#showcase #ex_nav li h3 {
  margin-top: 20px;
  background: #FFFFFF;
  color: #333333;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#showcase ._title {
  padding: 40px 0;
}
#showcase ._title h2 {
  text-indent: 0.3em;
  letter-spacing: 0.3em;
  font-size: 18px;
  margin-bottom: 50px;
  padding-bottom: 20px;
}
#showcase ._description {
  margin: 0 auto 40px;
}
#showcase ._description p {
  line-height: 250%;
  text-indent: 0.2em;
  letter-spacing: 0.2em;
  margin-bottom: 15px;
  margin-top: 30px;
  font-size: 12px;
}
#showcase ._description p._jap {
  font-size: 10px;
}
#showcase ._description p._eng {
  font-size: 11px;
}

ul#photos-sno {
  overflow: hidden;
  width: 70%;
  margin: 0 auto;
}
ul#photos-sno li {
  height: 390px;
}
ul#photos-sno li + li {
  margin-top: 100px;
}
ul#photos-sno li ._img {
  height: 100%;
  width: 50%;
  float: left;
  background-size: cover;
}
ul#photos-sno li ._txt {
  height: 100%;
  width: 50%;
  float: left;
  position: relative;
}
ul#photos-sno li ._txt ._wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
ul#photos-sno li ._txt ._wrapper ._name {
  margin-bottom: 2em;
}
ul#photos-sno li ._txt ._wrapper ._caption {
  line-height: 2em;
  font-size: 0.9em;
  margin-bottom: 2em;
}

#showcase {
  padding: 5em 0 10em;
}
#showcase h2.catalogue__header {
  font-size: 150%;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5em;
}
#showcase img {
  max-width: 80%;
  margin-bottom: 10em;
}

#showcase .catalogue {
  padding: 10em 0 10em;
  /*     h2.catalogue__header {
          font-size: 150%;
          font-weight: bold;
  		text-transform: uppercase;
      } */
  position: relative;
  position: relative;
}
#showcase .catalogue::before {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  border-bottom: dotted black thin;
  content: "";
}
#showcase .catalogue img {
  vertical-align: bottom;
  margin-bottom: 0;
}
#showcase .catalogue div.catalogue__titles_heading {
  letter-spacing: 0.075em;
  font-size: 90%;
  font-weight: bold;
  position: relative;
  display: table;
  margin-top: 14em;
  padding-left: 15%;
}
#showcase .catalogue div.catalogue__titles_heading::after {
  content: ":";
}
#showcase .catalogue ul.catalogue__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
  padding-left: 17%;
}
#showcase .catalogue ul.catalogue__titles li {
  font-size: 85%;
  letter-spacing: 0.075em;
  margin: 0 0.5em 0 0;
}
#showcase .catalogue ul.catalogue__titles li::after {
  padding-left: 0.05em;
  content: ",";
}
#showcase .catalogue ul.catalogue__titles li:last-child::after {
  padding-left: 0;
  content: "";
}
#showcase .catalogue ul.catalogue__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#showcase .catalogue ul.catalogue__body li {
  width: 100%;
  opacity: 0;
  will-change: opacity, clip-path;
  -webkit-transition: 1s;
  transition: 1s;
  clip-path: polygon(0% 0%, 100% 0%, 0% 0%, 0% 100%);
  margin-top: 5%;
}
#showcase .catalogue ul.catalogue__body li._animated {
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
#showcase .catalogue ul.catalogue__body li.catalogue__title + li {
  margin-top: 10%;
}
#showcase .catalogue ul.catalogue__body li.catalogue__title {
  font-size: 120%;
  letter-spacing: 0.1em;
  position: relative;
  margin-top: 20%;
}
#showcase .catalogue ul.catalogue__body li.catalogue__title h2 {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 5px;
  display: table;
  position: relative;
}
#showcase .catalogue ul.catalogue__body li.catalogue__title h2::after {
  position: absolute;
  content: "";
  width: 1px;
  background: #666;
  height: calc(100% - 0.4em);
  top: 0.75em;
  left: -5px;
}
#showcase .catalogue ul.catalogue__body li.catalogue__title:first-child {
  margin-top: 0;
}
#showcase .catalogue ul.catalogue__body li img {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
}
#showcase .catalogue ul.catalogue__body li._sizeHalf {
  width: 50%;
}
#showcase .catalogue ul.catalogue__body li._trU5 {
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}
#showcase .catalogue ul.catalogue__body li._trU10 {
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
}
#showcase .catalogue ul.catalogue__body li._trU15 {
  -webkit-transform: translateY(-15%);
          transform: translateY(-15%);
}
#showcase .catalogue ul.catalogue__body li._trU20 {
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}
#showcase .catalogue ul.catalogue__body li._trU25 {
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}
#showcase .catalogue ul.catalogue__body li._trU30 {
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}
#showcase .catalogue ul.catalogue__body li._trU35 {
  -webkit-transform: translateY(-35%);
          transform: translateY(-35%);
}
#showcase .catalogue ul.catalogue__body li._trU40 {
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}
#showcase .catalogue ul.catalogue__body li._trU45 {
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
}
#showcase .catalogue ul.catalogue__body li._trU50 {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#showcase .catalogue ul.catalogue__body li._trU55 {
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
}
#showcase .catalogue ul.catalogue__body li._trU60 {
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
}
#showcase .catalogue ul.catalogue__body li._trU65 {
  -webkit-transform: translateY(-65%);
          transform: translateY(-65%);
}
#showcase .catalogue ul.catalogue__body li._trU70 {
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
}
#showcase .catalogue ul.catalogue__body li._trU75 {
  -webkit-transform: translateY(-75%);
          transform: translateY(-75%);
}
#showcase .catalogue ul.catalogue__body li._trU80 {
  -webkit-transform: translateY(-80%);
          transform: translateY(-80%);
}
#showcase .catalogue ul.catalogue__body li._trU85 {
  -webkit-transform: translateY(-85%);
          transform: translateY(-85%);
}
#showcase .catalogue ul.catalogue__body li._trU90 {
  -webkit-transform: translateY(-90%);
          transform: translateY(-90%);
}
#showcase .catalogue ul.catalogue__body li._trU95 {
  -webkit-transform: translateY(-95%);
          transform: translateY(-95%);
}
#showcase .catalogue ul.catalogue__body li._trU100 {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
#showcase .catalogue ul.catalogue__body li._trD5 {
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
}
#showcase .catalogue ul.catalogue__body li._trD10 {
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}
#showcase .catalogue ul.catalogue__body li._trD15 {
  -webkit-transform: translateY(15%);
          transform: translateY(15%);
}
#showcase .catalogue ul.catalogue__body li._trD20 {
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}
#showcase .catalogue ul.catalogue__body li._trD25 {
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
}
#showcase .catalogue ul.catalogue__body li._trD30 {
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
}
#showcase .catalogue ul.catalogue__body li._trD35 {
  -webkit-transform: translateY(35%);
          transform: translateY(35%);
}
#showcase .catalogue ul.catalogue__body li._trD40 {
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
}
#showcase .catalogue ul.catalogue__body li._trD45 {
  -webkit-transform: translateY(45%);
          transform: translateY(45%);
}
#showcase .catalogue ul.catalogue__body li._trD50 {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
#showcase .catalogue ul.catalogue__body li._trD55 {
  -webkit-transform: translateY(55%);
          transform: translateY(55%);
}
#showcase .catalogue ul.catalogue__body li._trD60 {
  -webkit-transform: translateY(60%);
          transform: translateY(60%);
}
#showcase .catalogue ul.catalogue__body li._trD65 {
  -webkit-transform: translateY(65%);
          transform: translateY(65%);
}
#showcase .catalogue ul.catalogue__body li._trD70 {
  -webkit-transform: translateY(70%);
          transform: translateY(70%);
}
#showcase .catalogue ul.catalogue__body li._trD75 {
  -webkit-transform: translateY(75%);
          transform: translateY(75%);
}
#showcase .catalogue ul.catalogue__body li._trD80 {
  -webkit-transform: translateY(80%);
          transform: translateY(80%);
}
#showcase .catalogue ul.catalogue__body li._trD85 {
  -webkit-transform: translateY(85%);
          transform: translateY(85%);
}
#showcase .catalogue ul.catalogue__body li._trD90 {
  -webkit-transform: translateY(90%);
          transform: translateY(90%);
}
#showcase .catalogue ul.catalogue__body li._trD95 {
  -webkit-transform: translateY(95%);
          transform: translateY(95%);
}
#showcase .catalogue ul.catalogue__body li._trD100 {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
#showcase .catalogue ul.catalogue__body li._ml5 img {
  margin-left: 5%;
  margin-right: 0;
}
#showcase .catalogue ul.catalogue__body li._ml10 img {
  margin-left: 10%;
  margin-right: 0;
}
#showcase .catalogue ul.catalogue__body li._ml15 img {
  margin-left: 15%;
  margin-right: 0;
}
#showcase .catalogue ul.catalogue__body li._ml20 img {
  margin-left: 20%;
  margin-right: 0;
}
#showcase .catalogue ul.catalogue__body li._ml25 img {
  margin-left: 25%;
  margin-right: 0;
}
#showcase .catalogue ul.catalogue__body li._ml30 img {
  margin-left: 30%;
  margin-right: 0;
}
#showcase .catalogue ul.catalogue__body li._ml35 img {
  margin-left: 35%;
  margin-right: 0;
}
#showcase .catalogue ul.catalogue__body li._ml40 img {
  margin-left: 40%;
  margin-right: 0;
}
#showcase .catalogue ul.catalogue__body li._ml45 img {
  margin-left: 45%;
  margin-right: 0;
}
#showcase .catalogue ul.catalogue__body li._ml50 img {
  margin-left: 50%;
  margin-right: 0;
}
#showcase .catalogue ul.catalogue__body li._ml55 img {
  margin-left: 55%;
  margin-right: 0;
}
#showcase .catalogue ul.catalogue__body li._ml60 img {
  margin-left: 60%;
  margin-right: 0;
}
#showcase .catalogue ul.catalogue__body li._ml65 img {
  margin-left: 65%;
  margin-right: 0;
}
#showcase .catalogue ul.catalogue__body li._ml70 img {
  margin-left: 70%;
  margin-right: 0;
}
#showcase .catalogue ul.catalogue__body li._ml75 img {
  margin-left: 75%;
  margin-right: 0;
}
#showcase .catalogue ul.catalogue__body li._ml80 img {
  margin-left: 80%;
  margin-right: 0;
}
#showcase .catalogue ul.catalogue__body li._ml85 img {
  margin-left: 85%;
  margin-right: 0;
}
#showcase .catalogue ul.catalogue__body li._ml90 img {
  margin-left: 90%;
  margin-right: 0;
}
#showcase .catalogue ul.catalogue__body li._ml95 img {
  margin-left: 95%;
  margin-right: 0;
}
#showcase .catalogue ul.catalogue__body li._ml100 img {
  margin-left: 100%;
  margin-right: 0;
}
#showcase .catalogue ul.catalogue__body li._mr5 img {
  margin-right: 5%;
  margin-left: 0;
}
#showcase .catalogue ul.catalogue__body li._mr10 img {
  margin-right: 10%;
  margin-left: 0;
}
#showcase .catalogue ul.catalogue__body li._mr15 img {
  margin-right: 15%;
  margin-left: 0;
}
#showcase .catalogue ul.catalogue__body li._mr20 img {
  margin-right: 20%;
  margin-left: 0;
}
#showcase .catalogue ul.catalogue__body li._mr25 img {
  margin-right: 25%;
  margin-left: 0;
}
#showcase .catalogue ul.catalogue__body li._mr30 img {
  margin-right: 30%;
  margin-left: 0;
}
#showcase .catalogue ul.catalogue__body li._mr35 img {
  margin-right: 35%;
  margin-left: 0;
}
#showcase .catalogue ul.catalogue__body li._mr40 img {
  margin-right: 40%;
  margin-left: 0;
}
#showcase .catalogue ul.catalogue__body li._mr45 img {
  margin-right: 45%;
  margin-left: 0;
}
#showcase .catalogue ul.catalogue__body li._mr50 img {
  margin-right: 50%;
  margin-left: 0;
}
#showcase .catalogue ul.catalogue__body li._mr55 img {
  margin-right: 55%;
  margin-left: 0;
}
#showcase .catalogue ul.catalogue__body li._mr60 img {
  margin-right: 60%;
  margin-left: 0;
}
#showcase .catalogue ul.catalogue__body li._mr65 img {
  margin-right: 65%;
  margin-left: 0;
}
#showcase .catalogue ul.catalogue__body li._mr70 img {
  margin-right: 70%;
  margin-left: 0;
}
#showcase .catalogue ul.catalogue__body li._mr75 img {
  margin-right: 75%;
  margin-left: 0;
}
#showcase .catalogue ul.catalogue__body li._mr80 img {
  margin-right: 80%;
  margin-left: 0;
}
#showcase .catalogue ul.catalogue__body li._mr85 img {
  margin-right: 85%;
  margin-left: 0;
}
#showcase .catalogue ul.catalogue__body li._mr90 img {
  margin-right: 90%;
  margin-left: 0;
}
#showcase .catalogue ul.catalogue__body li._mr95 img {
  margin-right: 95%;
  margin-left: 0;
}
#showcase .catalogue ul.catalogue__body li._mr100 img {
  margin-right: 100%;
  margin-left: 0;
}
#showcase .catalogue ul.catalogue__body li._mt5 {
  margin-top: 5%;
}
#showcase .catalogue ul.catalogue__body li._mt10 {
  margin-top: 10%;
}
#showcase .catalogue ul.catalogue__body li._mt15 {
  margin-top: 15%;
}
#showcase .catalogue ul.catalogue__body li._mt20 {
  margin-top: 20%;
}
#showcase .catalogue ul.catalogue__body li._mt25 {
  margin-top: 25%;
}
#showcase .catalogue ul.catalogue__body li._mt30 {
  margin-top: 30%;
}
#showcase .catalogue ul.catalogue__body li._mt35 {
  margin-top: 35%;
}
#showcase .catalogue ul.catalogue__body li._mt40 {
  margin-top: 40%;
}
#showcase .catalogue ul.catalogue__body li._mt45 {
  margin-top: 45%;
}
#showcase .catalogue ul.catalogue__body li._mt50 {
  margin-top: 50%;
}
#showcase .catalogue ul.catalogue__body li._mt55 {
  margin-top: 55%;
}
#showcase .catalogue ul.catalogue__body li._mt60 {
  margin-top: 60%;
}
#showcase .catalogue ul.catalogue__body li._mt65 {
  margin-top: 65%;
}
#showcase .catalogue ul.catalogue__body li._mt70 {
  margin-top: 70%;
}
#showcase .catalogue ul.catalogue__body li._mt75 {
  margin-top: 75%;
}
#showcase .catalogue ul.catalogue__body li._mt80 {
  margin-top: 80%;
}
#showcase .catalogue ul.catalogue__body li._mt85 {
  margin-top: 85%;
}
#showcase .catalogue ul.catalogue__body li._mt90 {
  margin-top: 90%;
}
#showcase .catalogue ul.catalogue__body li._mt95 {
  margin-top: 95%;
}
#showcase .catalogue ul.catalogue__body li._mt100 {
  margin-top: 100%;
}
#showcase .catalogue ul.catalogue__body li._size5 img {
  width: 5%;
}
#showcase .catalogue ul.catalogue__body li._size10 img {
  width: 10%;
}
#showcase .catalogue ul.catalogue__body li._size15 img {
  width: 15%;
}
#showcase .catalogue ul.catalogue__body li._size20 img {
  width: 20%;
}
#showcase .catalogue ul.catalogue__body li._size25 img {
  width: 25%;
}
#showcase .catalogue ul.catalogue__body li._size30 img {
  width: 30%;
}
#showcase .catalogue ul.catalogue__body li._size35 img {
  width: 35%;
}
#showcase .catalogue ul.catalogue__body li._size40 img {
  width: 40%;
}
#showcase .catalogue ul.catalogue__body li._size45 img {
  width: 45%;
}
#showcase .catalogue ul.catalogue__body li._size50 img {
  width: 50%;
}
#showcase .catalogue ul.catalogue__body li._size55 img {
  width: 55%;
}
#showcase .catalogue ul.catalogue__body li._size60 img {
  width: 60%;
}
#showcase .catalogue ul.catalogue__body li._size65 img {
  width: 65%;
}
#showcase .catalogue ul.catalogue__body li._size70 img {
  width: 70%;
}
#showcase .catalogue ul.catalogue__body li._size75 img {
  width: 75%;
}
#showcase .catalogue ul.catalogue__body li._size80 img {
  width: 80%;
}
#showcase .catalogue ul.catalogue__body li._size85 img {
  width: 85%;
}
#showcase .catalogue ul.catalogue__body li._size90 img {
  width: 90%;
}
#showcase .catalogue ul.catalogue__body li._size95 img {
  width: 95%;
}
#showcase .catalogue ul.catalogue__body li._size100 img {
  width: 100%;
}
#showcase .catalogue ul.catalogue__body li#catalogue_dsm_6 img {
  width: 60%;
}
#showcase .catalogue ul.catalogue__body li#catalogue_dsm_7 img {
  width: 60%;
}
#showcase .catalogue ul.catalogue__body li#catalogue_dsm_8 {
  margin-top: -7.5%;
}
#showcase .catalogue ul.catalogue__body li#catalogue_dsm_9 img {
  width: 60%;
}
#showcase .catalogue ul.catalogue__body li#catalogue_dsm_10 img {
  width: 50%;
}
#showcase .catalogue ul.catalogue__body li#catalogue_2023_04_5 img {
  width: 60%;
}
#showcase .catalogue ul.catalogue__body li#catalogue_2023_04_6 img {
  width: 60%;
}

ul#photos-a {
  overflow: hidden;
  clear: both;
  margin-top: 5em;
  margin-bottom: 100px;
  width: 100%;
}
ul#photos-a li {
  width: 30%;
  height: auto;
  overflow: hidden;
  float: left;
  margin-left: 2.5%;
  margin-bottom: 10px;
  position: relative;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
ul#photos-a li ._img {
  background-position: center center;
  background-size: cover;
  height: 300px;
  width: 100%;
}
ul#photos-a li a {
  border: 3px rgba(255, 255, 255, 0) solid;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
ul#photos-a li a:hover {
  background: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  border: 3px #FF3366 solid;
}
ul#photos-a li h3 {
  clear: both;
  margin-top: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  background: #FFFFFF;
  font-size: 10px;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

ul#photos-ex1, ul#photos-ex3, ul#photos-ex4 {
  overflow: hidden;
  clear: both;
  margin-bottom: 100px;
}
ul#photos-ex1 li, ul#photos-ex3 li, ul#photos-ex4 li {
  width: 22%;
  height: 500px;
  overflow: hidden;
  float: left;
  margin-left: 2.4%;
  margin-bottom: 10px;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-color: #F6F6F6;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
ul#photos-ex1 li a, ul#photos-ex3 li a, ul#photos-ex4 li a {
  border: 3px rgba(255, 255, 255, 0) solid;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
ul#photos-ex1 li a:hover, ul#photos-ex3 li a:hover, ul#photos-ex4 li a:hover {
  background: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  border: 3px #FF3366 solid;
}
ul#photos-ex1 li img, ul#photos-ex3 li img, ul#photos-ex4 li img {
  width: 100%;
}
ul#photos-ex1 li._head, ul#photos-ex3 li._head, ul#photos-ex4 li._head {
  background: none;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  padding-top: 25px;
  text-transform: uppercase;
  width: 95.2%;
  clear: both;
}
ul#photos-ex1 li._head h3, ul#photos-ex3 li._head h3, ul#photos-ex4 li._head h3 {
  font-size: 28px;
  font-weight: bold;
  text-indent: 0.2em;
  letter-spacing: 0.2em;
  line-height: 150%;
  color: #333333;
}
ul#photos-ex1 .s_2a, ul#photos-ex3 .s_2a, ul#photos-ex4 .s_2a {
  width: 22%;
}
ul#photos-ex1 .s_2b, ul#photos-ex3 .s_2b, ul#photos-ex4 .s_2b {
  width: 46.5%;
}
ul#photos-ex1 .s_3, ul#photos-ex3 .s_3, ul#photos-ex4 .s_3 {
  width: 22%;
}
ul#photos-ex1 .s_4, ul#photos-ex3 .s_4, ul#photos-ex4 .s_4 {
  width: 22%;
}
ul#photos-ex1 .s_5, ul#photos-ex3 .s_5, ul#photos-ex4 .s_5 {
  width: 22%;
}
ul#photos-ex1 .s_6a, ul#photos-ex3 .s_6a, ul#photos-ex4 .s_6a {
  width: 46.5%;
}
ul#photos-ex1 .s_6b, ul#photos-ex3 .s_6b, ul#photos-ex4 .s_6b {
  width: 46.5%;
}
ul#photos-ex1 .s_6c, ul#photos-ex3 .s_6c, ul#photos-ex4 .s_6c {
  width: 95.5%;
}

ul#photos-ex2, ul#photos-ex5 {
  overflow: hidden;
  clear: both;
  margin-bottom: 100px;
}
ul#photos-ex2 li, ul#photos-ex5 li {
  width: 80%;
  height: 100px;
  overflow: hidden;
  position: relative;
  margin-left: 10%;
  margin-bottom: 20px;
  background-position: center center;
  background-size: cover;
  background-color: #F6F6F6;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
ul#photos-ex2 li a, ul#photos-ex5 li a {
  border: 3px rgba(255, 255, 255, 0) solid;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
ul#photos-ex2 li a:hover, ul#photos-ex5 li a:hover {
  background: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  border: 3px #FF3366 solid;
}
ul#photos-ex2 li img, ul#photos-ex5 li img {
  width: 100%;
}

ul.photos-m {
  overflow: hidden;
  clear: both;
  margin: 0 auto 100px;
}
ul.photos-m li {
  width: 125px;
  height: 150px;
  overflow: hidden;
  float: left;
  margin: 20px;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-color: #F6F6F6;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
ul.photos-m li a {
  border: 3px rgba(255, 255, 255, 0) solid;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
ul.photos-m li a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: pink;
}
ul.photos-m li a:hover {
  background: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  border: 3px #FF3366 solid;
}
ul.photos-m li img {
  width: 100%;
}
ul.photos-m li h3 {
  font-size: 14px;
  font-weight: bold;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  line-height: 130%;
  height: auto;
  color: #333333;
}
ul.photos-m li h3 p {
  margin-top: 10px;
  font-size: 75%;
  color: #999999;
  line-height: 140%;
}
ul.photos-m li._head {
  background: none;
  border: 3px solid #000000;
  padding: 0px 10px 0px;
}

#magazine, #exhibition, #sno {
  overflow: hidden;
  margin-top: 5em;
}

#advertise {
  overflow: hidden;
  margin-top: 10em;
}

.advertise__clients {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 5em;
  margin-top: 1em;
}
.advertise__clients li::after {
  padding-left: 0.075em;
  padding-right: 0.5em;
  content: ",";
}
.advertise__clients li:last-child::after {
  padding-left: 0.3em;
  content: "etc.";
}
.advertise__clients_header {
  letter-spacing: 0.075em;
}

#magazine .magazine__menu {
  font-size: 18px;
  letter-spacing: 0.1em;
  padding: 3em 0 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 		dl {
  			display: flex;
  			margin: 0 25px;
  			transition: .3s;
  			position: relative;
  			dt {
  				margin-right: 80px;
  				position: relative;
  				&::after {
  					transition: .3s;
  					position: absolute;
  					top: calc(50% + 2px);
  					right: -70px;
  					width: 60px;
  					height: 1px;
  					opacity: .5;
  					background: black;
  					content: "";
  				}
  			}
  			dd {
  				z-index: 2;
  			}
  			&.current, &:hover {
  				transform: skewX(-20deg);
  				color: $pink;
  				dt {
  					&::after {
  						opacity: 1;
  						background: $pink;
  					}
  				}
  			}
  			&:nth-child(2) {
  				&.current, &:hover {
  					color: lime;
  					dt {
  						&::after {
  							background: lime;
  						}
  					}
  				}
  			}
  			&:nth-child(3) {
  				&.current, &:hover {
  					color: rgba(111, 242, 242, 1.0);
  					color: blue;
  					dt {
  						&::after {
  							background: rgba(111, 242, 242, 1.0);
  							background: blue;
  						}
  					}
  				}
  			}
  		} */
}
#magazine .magazine__menu div {
  opacity: 0.3;
}
#magazine .magazine__menu div + div {
  margin-left: 58px;
}
#magazine .magazine__menu div.current, #magazine .magazine__menu div:hover {
  color: #FF3366;
  opacity: 1;
}
#magazine .magazine__menu div:nth-child(2).current, #magazine .magazine__menu div:nth-child(2):hover {
  color: lime;
}
#magazine .magazine__menu div:nth-child(3).current, #magazine .magazine__menu div:nth-child(3):hover {
  color: rgb(111, 242, 242);
  color: blue;
  color: rgb(239, 129, 61);
}

#videobox {
  padding-bottom: 30px;
  padding-top: 40px;
  overflow: hidden;
  margin-bottom: 100px;
}
#videobox video {
  width: 500px;
  margin-bottom: 20px;
}
#videobox h3 {
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-size: 10px;
  font-weight: normal;
}
#videobox._2col {
  width: 50%;
  float: left;
}
#videobox._2col video {
  width: 80%;
}

#contact {
  clear: both;
  width: 900px;
  margin: 0 auto;
  padding: 80px 0 250px;
}
#contact p {
  font-size: 10px;
  line-height: 250%;
  text-indent: 0.2em;
  letter-spacing: 0.2em;
  margin-bottom: 15px;
}
#contact h2 {
  text-indent: 0.3em;
  letter-spacing: 0.3em;
  font-size: 18px;
  margin-bottom: 60px;
}
#contact h3 {
  text-indent: 0.2em;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
  font-size: 24px;
}
#contact p {
  font-size: 14px;
  text-indent: 0.2em;
  letter-spacing: 0.2em;
  line-height: 220%;
  margin-bottom: 100px;
}
#contact p a {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
#contact p a:hover {
  color: #FF3366;
  text-decoration: none;
}

footer {
  position: relative;
}

#copyright {
  clear: both;
  margin: 20px;
  font-size: 12px;
  text-indent: 0.2em;
  letter-spacing: 0.2em;
}

#sign {
  font-size: 12px;
  position: absolute;
  right: 20px;
  bottom: 0px;
}
#sign a {
  color: #CCCCCC;
  color: #999999;
}
#sign a:hover {
  color: #666666;
}

#sp_nav {
  position: fixed;
  top: 0;
  left: 0;
  padding: 28px;
  display: none;
}

.disvis {
  display: none;
}

/*@-webkit-keyframes fadeOUT{ 100%{opacity:0;} }*/
@-webkit-keyframes fadeIN {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIN {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
  #showcase .catalogue::before {
    width: 88%;
    left: 6%;
  }
  #showcase .catalogue div.catalogue__titles_heading {
    margin-top: 7em;
    font-size: 150%;
    padding-right: 15em;
  }
  #showcase .catalogue ul.catalogue__titles {
    padding-left: 12em;
    margin-top: 1.5em;
  }
  #showcase .catalogue ul.catalogue__titles li {
    font-size: 150%;
  }
  #showcase .catalogue ul.catalogue__body li._size40 img {
    width: 60%;
  }
  #showcase .catalogue ul.catalogue__body li._size35 img {
    width: 40%;
  }
  #showcase .catalogue ul.catalogue__body li._size30 img {
    width: 50%;
  }
  #showcase .catalogue ul.catalogue__body li._size25 img {
    width: 35%;
  }
  #showcase .catalogue ul.catalogue__body li#catalogue_dsm_7 img {
    margin-left: 10%;
    width: 75%;
  }
  #showcase .catalogue ul.catalogue__body li#catalogue_dsm_6 img {
    margin-right: 10%;
    width: 75%;
  }
  #showcase .catalogue ul.catalogue__body li#catalogue_dsm_9 img {
    margin-left: 10%;
    width: 75%;
  }
  #showcase .catalogue ul.catalogue__body li#catalogue_dsm_10 img {
    margin-right: 10%;
    width: 75%;
  }
  #showcase .catalogue ul.catalogue__body li#catalogue_mizuiro_2 img {
    margin-left: 20%;
    width: 70%;
  }
  header h1 {
    font-size: 4em;
    max-height: 100%;
    /*@include _trans;*/
  }
  header h2 {
    font-size: 1.8em;
    max-height: 100%;
  }
  header h3 {
    font-size: 1.5em;
    max-height: 100%;
  }
  #videobox video {
    width: 90%;
  }
  #videobox h3 {
    font-size: 2.5em;
    padding-top: 30px;
  }
  #videobox._2col {
    width: 100%;
    float: none;
  }
  .header {
    min-height: 85vh;
    min-height: 83vh;
  }
  .header__image {
    right: auto;
    left: 10%;
    width: 90%;
    height: 55vh;
  }
  .header__photo figure img {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
    right: 0;
    left: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -o-object-fit: contain;
       object-fit: contain;
  }
  .header__square1 {
    left: auto;
    right: 30px;
    bottom: 0px;
    width: 12.5vh;
    height: 12.5vh;
  }
  .header__square1.p0 {
    right: 2vh;
    bottom: 2.5vh;
    width: 17.5vh;
    height: 17.5vh;
  }
  .header__square1.p1 {
    right: 2vh;
    top: 0vh;
    width: 13.5vh;
    height: 13.5vh;
  }
  .header__square1.p2 {
    left: -2.5vh;
    bottom: 10vh;
    width: 17.5vh;
    height: 17.5vh;
  }
  .header__square2 {
    right: auto;
    left: 30px;
    top: 0px;
    width: 12.5vh;
    height: 12.5vh;
  }
  .header__text {
    z-index: 10;
    bottom: 0px;
    left: 80px;
    padding-right: 45px;
  }
  .header__title {
    font-size: 2.25em;
  }
  .header__description {
    margin-top: 20px;
    font-size: 1.25em;
    line-height: 150%;
  }
  .header__profile {
    margin-top: 20px;
    font-size: 1.5em;
  }
  .header__profile dt {
    width: 4em;
    font-size: 70%;
    margin-top: 20px;
    padding-top: 5px;
  }
  .header__profile dd {
    margin-top: 20px;
    width: calc(100% - 4em);
  }
  #profile {
    padding: 80px 0;
    width: 84%;
  }
  #profile p {
    line-height: 200%;
    margin-bottom: 30px;
    font-size: 0.8em;
  }
  #profile p._jap {
    font-size: 0.8em;
    max-height: 100%;
  }
  #profile p._eng {
    font-size: 0.9em;
    max-height: 100%;
  }
  #profile #profile_list {
    width: 90%;
    line-height: 180%;
  }
  #profile #profile_list h3 {
    font-size: 1.2em;
    max-height: 100%;
    font-weight: normal;
    margin-bottom: 10px;
  }
  #profile #profile_list ul {
    margin-bottom: 50px;
  }
  #profile #profile_list li {
    font-size: 1.5em;
  }
  .normal_btn {
    font-size: 1.5em;
    max-height: 100%;
    width: 350px;
  }
  .normal_btn a {
    padding: 10px 15px;
  }
  .normal_btn a:hover {
    background: #FFFFFF;
    color: #333333;
    text-decoration: none;
  }
  #copyright {
    font-size: 1em;
    max-height: 100%;
  }
  #sign {
    font-size: 1em;
    max-height: 100%;
  }
  #sign a {
    color: #999999;
  }
  #contact h2 {
    font-size: 1.8em;
    margin-bottom: 60px;
    max-height: 100%;
  }
  #contact h3 {
    font-size: 1.8em;
    max-height: 100%;
  }
  #contact p {
    font-size: 1.2em;
    max-height: 100%;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    line-height: 180%;
  }
  #sp_nav {
    display: block;
    z-index: 1000;
  }
  #sub_nav {
    display: none;
    z-index: 9999;
  }
  nav {
    text-align: center;
    position: fixed;
    right: 0;
    width: 100%;
    margin-right: 0;
    top: -100px;
    z-index: 10000;
    opacity: 0;
    display: block;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
  }
  nav #navigation li.hide {
    opacity: 100;
    pointer-events: auto;
    display: block;
  }
  nav #navigation li.close {
    display: block;
    border-bottom: 10px #000000 solid;
  }
  nav #navigation li {
    display: block;
    font-size: 2em;
    border: 2px #000000 solid;
    border-bottom: none;
  }
  nav #navigation li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 160px;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  nav #navigation li.close a {
    background: rgba(0, 0, 0, 0.9);
    color: #FFFFFF;
  }
  nav #navigation li::after {
    content: "";
  }
  #showcase h2 {
    font-size: 1.8em;
    margin-bottom: 70px;
  }
  #showcase #sc_nav {
    margin-bottom: 50px;
    width: 850px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #showcase #sc_nav li {
    font-size: 1.3em;
    width: 190px;
    width: auto;
    text-align: center;
    margin-right: 30px;
    margin-right: 5px;
    display: block;
    float: none;
    text-indent: 0;
    letter-spacing: 0.2em;
    font-weight: bold;
  }
  #showcase #sc_nav li a {
    padding: 15px 10px;
    padding: 5px 0px;
    border-bottom: none;
    position: relative;
    margin-right: 30px;
  }
  #showcase #sc_nav li a::after {
    position: absolute;
    right: -10px;
    content: "";
  }
  #showcase #sc_nav li.active a {
    color: inherit;
    color: rgb(255, 92, 166);
    border-color: rgb(255, 92, 166);
    border-bottom: none;
  }
  #showcase #sc_nav li:last-child {
    margin-right: 0;
  }
  #showcase #sc_nav li:last-child a::after {
    padding-left: 0;
    content: "";
    margin-right: 0;
  }
  #showcase #ex_nav {
    width: 100%;
  }
  #showcase #ex_nav li {
    width: 80%;
    height: auto;
    float: none;
    font-size: 2.5em;
    margin-left: 10%;
    margin-bottom: 200px;
  }
  #showcase #ex_nav li.four {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 200px;
  }
  #showcase #ex_back {
    font-size: 1.4em;
  }
  #showcase #ex_back img {
    height: 64px;
    width: 64px;
  }
  #showcase ._title h2 {
    font-size: 1.8em;
  }
  #showcase ._description {
    width: 90%;
    margin: 0 auto;
  }
  #showcase ._description p {
    line-height: 200%;
  }
  #showcase ._description p._jap {
    font-size: 0.8em;
  }
  #showcase ._description p._eng {
    font-size: 0.9em;
  }
  ul#photos-sno li {
    height: auto;
  }
  ul#photos-sno li + li {
    margin-top: 50px;
  }
  ul#photos-sno li ._img {
    width: 100%;
    float: none;
    padding-top: 60%;
  }
  ul#photos-sno li ._txt {
    height: auto;
    width: 100%;
    float: none;
  }
  ul#photos-sno li ._txt ._wrapper {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
  ul#photos-sno li ._txt ._wrapper ._name {
    margin-bottom: 1em;
    font-size: 2em;
    margin-top: 2em;
  }
  ul#photos-sno li ._txt ._wrapper ._caption {
    font-size: 1.5em;
  }
  ul#photos-a li {
    margin-left: 5%;
    width: 90%;
  }
  ul#photos-a li h3 {
    font-size: 2.5em;
    height: 110px;
    padding-top: 30px;
    font-weight: normal;
  }
  ul#photos-a li h3 br {
    display: none;
  }
  ul#photos-a li a:hover {
    background: rgba(255, 255, 255, 0);
    text-decoration: none;
    border: 3px rgba(255, 255, 255, 0) solid;
  }
  ul#photos-ex1 li, ul#photos-ex3 li, ul#photos-ex4 li {
    width: 30%;
    height: 500px;
    margin-left: 2.5%;
  }
  ul#photos-ex1 li a:hover, ul#photos-ex3 li a:hover, ul#photos-ex4 li a:hover {
    background: rgba(255, 255, 255, 0);
    text-decoration: none;
    border: 3px rgba(255, 255, 255, 0) solid;
  }
  ul#photos-ex1 .s_2a, ul#photos-ex3 .s_2a, ul#photos-ex4 .s_2a {
    width: 22%;
  }
  ul#photos-ex1 .s_2b, ul#photos-ex3 .s_2b, ul#photos-ex4 .s_2b {
    width: 46.5%;
  }
  ul#photos-ex1 .s_3, ul#photos-ex3 .s_3, ul#photos-ex4 .s_3 {
    width: 17%;
  }
  ul#photos-ex1 .s_4, ul#photos-ex3 .s_4, ul#photos-ex4 .s_4 {
    width: 13.8%;
  }
  ul#photos-ex1 .s_5, ul#photos-ex3 .s_5, ul#photos-ex4 .s_5 {
    width: 22%;
  }
  ul#photos-ex1 .s_6a, ul#photos-ex3 .s_6a, ul#photos-ex4 .s_6a {
    width: 46.5%;
  }
  ul#photos-ex1 .s_6b, ul#photos-ex3 .s_6b, ul#photos-ex4 .s_6b {
    width: 46.5%;
  }
  ul#photos-ex1 .s_6c, ul#photos-ex3 .s_6c, ul#photos-ex4 .s_6c {
    width: 95.5%;
  }
  ul#photos-ex1 .s_1, ul#photos-ex1 .s_2a, ul#photos-ex1 .s_2b, ul#photos-ex1 .s_3, ul#photos-ex1 .s_4, ul#photos-ex1 .s_5, ul#photos-ex1 .s_6a, ul#photos-ex1 .s_6b, ul#photos-ex1 .s_6c, ul#photos-ex3 .s_1, ul#photos-ex3 .s_2a, ul#photos-ex3 .s_2b, ul#photos-ex3 .s_3, ul#photos-ex3 .s_4, ul#photos-ex3 .s_5, ul#photos-ex3 .s_6a, ul#photos-ex3 .s_6b, ul#photos-ex3 .s_6c, ul#photos-ex4 .s_1, ul#photos-ex4 .s_2a, ul#photos-ex4 .s_2b, ul#photos-ex4 .s_3, ul#photos-ex4 .s_4, ul#photos-ex4 .s_5, ul#photos-ex4 .s_6a, ul#photos-ex4 .s_6b, ul#photos-ex4 .s_6c {
    width: 46.5%;
  }
  ul#photos-ex2 li, ul#photos-ex5 li {
    width: 95%;
    height: auto;
    margin-left: 2.5%;
  }
  ul#photos-ex2 li a:hover, ul#photos-ex5 li a:hover {
    background: rgba(255, 255, 255, 0);
    text-decoration: none;
    border: 3px rgba(255, 255, 255, 0) solid;
  }
  ul.photos-m {
    width: 100%;
  }
  ul.photos-m li {
    width: 190px;
    height: 230px;
    margin: 15px;
  }
  ul.photos-m li h3 {
    font-size: 1.4em;
    font-weight: normal;
  }
  ul.photos-m li h3 p {
    font-size: 1em;
  }
  ul.photos-m li a:hover {
    background: rgba(255, 255, 255, 0);
    text-decoration: none;
    border: 3px rgba(255, 255, 255, 0) solid;
  }
  ul.photos-m li._head {
    background: none;
    border: 3px solid #000000;
    padding-top: 80px;
  }
  #magazine .magazine__menu {
    font-size: 36px;
    padding-top: 2em;
    padding-bottom: 3em;
  }
  .advertise__clients {
    font-size: 170%;
    padding: 0 3em;
    margin-top: 0.75em;
  }
  .advertise__clients_header {
    font-size: 170%;
  }
}
/*# sourceMappingURL=mana202401_test.css.map */