@charset "utf-8";
/* CSS Document */

/*リセットCSS*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  margin: auto;
  height: auto;
  background-image: url("../../indexImg/indexBack.jpg");
  background-repeat: no-repeat;
  background-position: center top 374px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: #444444;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*common CSS*/

header {
  width: 1024px;
  margin: auto;
  margin-bottom: 80px;
}

#logo {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 20%;
}

#logo img {
  transform: scale(0.9);
  transition: .3s ease-in-out;
}

#logo:hover img {
  transform: scale(1);
}

main {
  width: 1024px;
  margin: auto;
}

footer {
  width: 100%;
  margin: auto;
  clear: both;
}

#footer_h1 {
  font-family: "Anisette Std Petite";
  font-size: 36px;
  font-weight: lighter;
  color: #444444;
  letter-spacing: -3px;
  margin-left: 20px;
}

#topButton {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 35px;
  z-index: 30;
}

#topButton a {
  display: block;
  text-align: center;
  filter: alpha(opacity=50);
}

topButton a:hover {
  display: block;
  text-decoration: none;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

#menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 110px;
  height: 100%;
  background-color: #ffffff;
  z-index: 40;
}

#menu_wrap {
  width: 100%;
  height: 100%;
  background-color: white;
}

#menu ul {
  transform: rotate(90deg)translateX(80%);
  display: flex;
}

#menu ul li {
  display: block;
  position: relative;
  font-family: anisette-petite, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: lighter;
}

#menu ul li a {
  padding: 15px 10px;
  color: #444444;
  display: block;
  text-decoration: none;
}

#menu ul li a::after {
  position: absolute;
  bottom: 12px;
  left: 12px;
  content: '';
  width: 65%;
  height: 2px;
  background: #444444;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}

#menu ul li a:hover::after {
  transform: scale(1, 1);
}

#aboutMe {
  width: 100%;
  transform: translateY(90%);
  display: flex;
  flex-direction: column;
  position: absolute;
}

#profileImg {
  width: 100%;
  text-align: center;
}

#aboutProfile {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  align-items: center;
  font-family: "Anisette Std Petite";
  font-weight: 100;
  font-size: 16px;
  width: 50px;
  margin: auto;
  margin-top: 20px;
}

.slide-menu-button {
  position: fixed;
  top: 0;
  right: 18px;
  padding: 10px;
  outline: none;
  border: none;
  color: #2B7396;
  font-size: 20px;
  cursor: pointer;
  z-index: 50;
}

.slide-menu-button .menu-icon {
  display: block;
  margin: 10px;
  float: left;
  cursor: pointer;
}

.slide-menu-button .menu-icon span {
  display: block;
  width: 30px;
  height: 4px;
  background: #444444;
  opacity: 0.5;
  margin-bottom: 4px;
}

#m-copy {
  text-align: center;
}

/*indexHTML*/

#works {
  margin: auto;
  margin-bottom: 90px;
  margin-top: 80px;
  position: relative;
}

#works_h1 {
  font-family: "Anisette Std Petite";
  font-size: 324.81px;
  font-weight: 100;
  -ms-font-feature-settings: "normal";
  opacity: 0.10;
  margin: auto;
  margin-top: 44px;
  position: absolute;
  width: 867px;
  left: 6%;
}

#list_01 {
  width: 1024px;
  height: 400px;
  margin: auto;
  margin-top: 80px;
}

#list_01 li {
  list-style: none;
  float: left;
  width: 248px;
  padding-left: 138px;
}

#list_01 li:nth-child(1) {
  padding-left: 0px;
  width: 246px;
}

#list_01 li:nth-child(4) {
  padding-left: 0px;
  width: 248px;
}

.charas {
  font-family: "Anisette Std Petite";
  font-size: 36px;
  font-weight: 100;
}

/*サイトのホバーアクション*/

#hidden_01 {
  overflow: hidden;
  width: 280px;
  height: 295px;
  position: absolute;
  top: 161px;
}

#background_01 {
  overflow: hidden;
  width: 250px;
  height: 410px;
  position: absolute;
  top: -160px;
  left: 30px;
}

#hoverd_chara_01 {
  position: absolute;
  top: -100%;
  left: 61px;
  transition: all 0.3s ease;
  z-index: 10;
}

#list_01 li:nth-child(1) a:hover #hoverd_chara_01 {
  top: 212px;
  left: 61px;
  background-color: white;
}

#list_01 li:nth-child(1) a:hover #background_01 {
  top: -100px;
  left: 31px;
  width: 250px;
  height: 410px;
  background-image: url("../../indexImg/site-hover-back.png");
  background-repeat: no-repeat;
}

#list_01 li:nth-child(1) a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000;
}

#list_01 li:nth-child(1) a::after {
  position: absolute;
  bottom: -241px;
  left: 0;
  content: '';
  width: 100%;
  height: 247px;
  background-color: white;
  border-right: solid #00ff2b 1px;
  border-left: solid #00ff2b 1px;
  border-bottom: solid #00ff2b 1px;
  transform: scaleY(0.0);
  transform-origin: top;
  transition: transform .3s;
  z-index: 2;
}

#list_01 li:nth-child(1) a:hover::after {
  transform: scale(1, 1);
}

/*バナーのホバーアクション*/

#hidden_02 {
  overflow: hidden;
  width: 280px;
  height: 192px;
  position: absolute;
  right: 383px;
  top: 1px;
}

#background_02 {
  overflow: hidden;
  width: 662px;
  height: 163px;
  position: absolute;
  top: 30px;
  left: -30px;
  /* background-color: aqua;*/
}

#hoverd_chara_02 {
  position: absolute;
  right: -100%;
  top: -5px;
  transition: all 0.3s ease;
  z-index: 2;
}

#list_01 li:nth-child(3) a:hover #hoverd_chara_02 {
  right: 445px;
  top: 30px;
}

#list_01 li:nth-child(3) a:hover #background_02 {
  top: 30px;
  left: -30px;
  background-image: url("../../indexImg/banner-hover-back.png");
  background-repeat: no-repeat;
}

#list_01 li:nth-child(3) a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000;
}

#list_01 li:nth-child(3) a::after {
  position: absolute;
  bottom: -4px;
  left: -390px;
  content: '';
  width: 390px;
  height: 164px;
  background-color: white;
  border-top: solid #00ff2b 1px;
  border-left: solid #00ff2b 1px;
  border-bottom: solid #00ff2b 1px;
  transform: scaleX(0.0);
  transform-origin: right;
  transition: transform .3s;
}

#list_01 li:nth-child(3) a:hover::after {
  transform: scale(1, 1);
}

#list_01 li:nth-child(4) {
  margin-top: 77px;
}

/*ロゴのホバーアクション*/

#hidden_03 {
  overflow: hidden;
  width: 280px;
  height: 245px;
  position: absolute;
  top: -275px;
}

#background_03 {
  overflow: hidden;
  width: 250px;
  height: 404px;
  position: absolute;
  top: -27px;
  left: 29px;
}

#hoverd_chara_03 {
  position: absolute;
  bottom: -100%;
  left: 75px;
  transition: all 0.3s ease;
  z-index: 2;
}

#list_01 li:nth-child(5) a:hover #hoverd_chara_03 {
  bottom: 170px;
  left: 50px;
}

#list_01 li:nth-child(5) a:hover #background_03 {
  top: -100px;
  left: 31px;
  background-image: url("../../indexImg/logo-hover-back.png");
  background-repeat: no-repeat;
}

#list_01 li:nth-child(5) {
  margin-top: 77px;
}

#list_01 li:nth-child(5) a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000;
}

#list_01 li:nth-child(5) a::after {
  position: absolute;
  bottom: 165px;
  left: -2px;
  content: '';
  width: 100%;
  height: 241px;
  background-color: white;
  border-top: solid #00ff2b 1px;
  border-left: solid #00ff2b 1px;
  border-right: solid #00ff2b 1px;
  transform: scaleY(0.0);
  transform-origin: bottom;
  transition: transform .3s;
  z-index: 1;
}

#list_01 li:nth-child(5) a:hover::after {
  transform: scale(1, 1);
}

.margin {
  border: solid 1px #4f4f4f;
  width: 248px;
  height: 162px;
}

.margin p {
  float: right;
  margin-top: 70px;
  font-size: 24px;
  font-family: "Anisette Std Petite";
  color: #4F4F4F;
}

#list_01 li:last-child {
  margin-right: 0px;
  margin-top: 77px;
}

#skills {
  width: 100%;
  height: auto;
  margin-bottom: 85px;
  position: relative;
}

#skills_h1 {
  font-family: "Anisette Std Petite";
  font-size: 320.67px;
  font-weight: 100;
  -ms-font-feature-settings: "normal";
  opacity: 0.10;
  margin: auto;
  position: absolute;
  left: 17%;
  top: -15%;
  width: 684px;
}

#list_02 {
  width: 1000px;
  height: 129px;
  margin: auto;
}

#list_02 li {
  list-style: none;
  float: left;
  width: 180px;
  height: 60px;
  margin-right: 80px;
  margin-left: 84px;
}

#list_02 li:nth-child(2) {
  margin-right: 120px;
}

#list_02 li:nth-child(5) {
  margin-right: 127px;
}

#list_02 li:last-child {
  margin-right: 0px;
  width: 93px;
}

#list_02 li:nth-child(3) {
  margin-right: 0px;
}

.skill_icon {
  margin-right: 10px;
}

.skill_icon:nth-child(5) {
  margin-right: 10px;
  margin-top: 60px;
}

.shu-jukudo_icon {
  margin: -3px;
  margin-bottom: 10px;
}

.shu-jukudo_colum01 {
  float: right;
  margin-top: 17px
}

.shu-jukudo_colum02 {
  float: right;
  margin-top: 8px;
  margin-right: 35px;
}

.shu-jukudo_colum03 {
  float: right;
  margin-top: 3px;
  margin-right: 52px;
}

.shu-jukudo_colum03 {
  float: right;
  margin-top: 3px;
  margin-right: 52px;
}

.shu-jukudo_colum04 {
  float: right;
  margin-top: 8px
}

/*書き直しlist_02↓↓*/

#list_02 {
  width: 1024px;
  height: auto;
  display: flex;
  justify-content: space-between;
}

#list_upper {
  width: 44%;
  display: flex;
  justify-content: space-between;
}

#list_lower {
  width: 40%;
  display: flex;
  justify-content: space-between;
}

.skill_table {
  width: 25%;
  border-collapse: separate;
  border-spacing: 10px 8px;
}

.skill_table:last-child {
  margin-right: 0%;
  display: flex;
  justify-content: flex-end;
  width: 35%;
}

.skill_table:first-child {
  margin-left: 0%;
}

.skill_td {
  width: 3%;
  vertical-align: middle;
}

.shu-jukudo_td {
  width: 30%;
  vertical-align: middle;
}

tr {
  height: 61px;
}

/*テーブル*/

/*work.html*/

#worksBody {
  background-image: url("../../works/worksImg/workBack03.jpg");
  background-repeat: no-repeat;
  background-position: center top 243px;
  background-attachment: scroll;
}

#List {
  width: 1024px;
  margin: auto;
}

.kari_wrap {
  width: 100%;
}

.kari_wrap img {
  width: 100%;
}

#List ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
}

.worklist {
  list-style: none;
  width: 311px;
  height: 247px;
  margin-bottom: 50px;
}

.list_img {
  position: relative;
  left: 28px;
  top: 55px;
}

.workicons-01 {
  clear: both;
  position: absolute;
  width: 72px;
  height: 72px;
  background-image: url("../../works/worksImg/site_icon.png");
  background-repeat: no-repeat;
}

.workicons-02 {
  clear: both;
  position: absolute;
  width: 72px;
  height: 72px;
  background-image: url("../../works/worksImg/bannerIcon.png");
  background-repeat: no-repeat;
}

.workicons-03 {
  clear: both;
  position: absolute;
  width: 72px;
  height: 72px;
  background-image: url("../../works/worksImg/logo_icon.png");
  background-repeat: no-repeat;
}

.workicons-04 {
  clear: both;
  position: absolute;
  width: 72px;
  height: 72px;
  background-image: url("../../works/worksImg/flyericon.png");
  background-repeat: no-repeat;
}

/*.workicons :hover*/

.worklist:hover .workicons-01 {
  background-image: url("../../works/worksImg/hovered_01.png");
  width: 80px;
  height: 80px;
  background-position: 0px 0px;
}

.worklist:hover .workicons-02 {
  background-image: url("../../works/worksImg/hovered_02.png");
  width: 80px;
  height: 80px;
  background-position: 0px 0px;
}

.worklist:hover .workicons-03 {
  background-image: url("../../works/worksImg/hovered_03.png");
  width: 80px;
  height: 80px;
  background-position: 0px 0px;
}

.worklist:hover .workicons-04 {
  background-image: url("../../works/worksImg/hovered_04.png");
  width: 80px;
  height: 80px;
  background-position: 0px 0px;
}

.worklist:hover .list_img {
  border: solid 5px #ffd801;
}

.worklist:nth-child(3) {
  margin-right: 0px;
}

.worklist:nth-child(6) {
  margin-right: 0px;
}

.worklist:last-child {
  margin-right: 0px;
}

/*logodetail_01.html*/

#logo_bannerBody {
  background-image: url("../../works/details/detail_img/logoback.jpg");
  background-repeat: no-repeat;
  background-position: center top 235px;
  background-attachment: scroll;
}

#logos {
  width: 731px;
  height: 240px;
  margin: auto;
}

.logoList {
  float: left;
  list-style: none;
  width: 320px;
  margin-right: 45px;
}

.logoList:last-child {
  margin-right: 0px;
  margin-left: 45px;
  margin-top: 40px
}

#link_tools {
  width: 731px;
  height: 110px;
  margin: auto;
  clear: both;
  margin-bottom: 40px;
}

#links {
  float: left;
  height: 41px;
  margin-left: 212px;
  margin-top: 6px;
}

#links ul {
  list-style: none;
}

#links li {
  font-size: 30px;
  font-family: "Anisette Std Petite";
  color: #444444;
  font-weight: 100;
  float: left;
  margin-top: 5px;
}

#links li:nth-child(2) {
  width: 140px;
  margin-left: 5px;
  padding-top: 2px;
  margin-top: 5px;
}

#links li:last-child {
  width: 164px;
  height: 35px;
  margin-left: 20px;
  margin-top: 0px;
  position: relative;
  top: -3px;
}

.squere_02 {
  border: solid 5px #ffd801;
}

.squere_02 img {
  position: relative;
  left: -3px;
}

#tools {
  float: left;
  height: 51px;
  clear: both;
  margin-left: 58px;
  margin-top: 3px;
}

#tools ul {
  list-style: none;
}

#tools li {
  font-size: 30px;
  font-family: "Anisette Std Petite";
  color: #444444;
  font-weight: 100;
  float: left;
  margin-top: 6px;
}

#tools li:nth-child(2) {
  width: 296px;
  margin-left: 5px;
  padding-top: 2px;
  margin-top: 6px;
}

#tools li:last-child {
  width: 164px;
  height: 32px;
  margin-left: 18px;
  text-align: center;
  margin-top: 0px;
  padding-top: 3px;
}

#aboutLogo {
  clear: both;
  width: 580px;
  height: auto;
  margin: auto;
}

#aboutLogo p {
  text-align: center;
  color: #444444;
}

.aboutoLogo_Phara {
  margin-bottom: 30px;
  color: #444444;
  line-height: 24px;
  clear: both;
}

#previous_backtolist_next {
  width: 1024px;
  height: 67px;
  margin: auto;
  margin-top: 75px;
  margin-bottom: 125px;
  clear: both;
}

#buttons {
  width: 865px;
  margin: auto;
  list-style: none;
}

#buttons li {
  float: left;
  width: 57px;
}

#buttons li:nth-child(2) {
  text-align: center;
  width: 205px;
  height: 64px;
  background-color: #444444;
  font-size: 24px;
  font-family: "游ゴシック";
  letter-spacing: -1px;
  margin: 0px 272px;
  position: relative;
  bottom: 7px;
}

#backtolistButton a {
  color: white;
  padding-top: 21px;
  padding-bottom: 21px;
  position: relative;
  top: 19px;
}

#buttons li:nth-child(2):hover {
  border: #ffd801 solid 1px;
  background-color: #ffffff;
  color: #444444;
}

#backtolistButton a:hover {
  color: #444444;
}

/*bannerdetail_01.html,bannerdetail_02.html*/

.bannerList {
  float: left;
  list-style: none;
  width: 320px;
  margin-right: 45px;
}

.bannerList:last-child {
  margin-right: 0px;
  margin-left: 45px;
}

#aboutbanner {
  clear: both;
  width: 730px;
  height: auto;
  margin: auto;
}

#aboutbanner p {
  text-align: center;
}

/*sitedetail.html*/

#siteBody {
  /* background-image: url("../../works/details/detail_img/siteback.jpg"); */
  background-repeat: no-repeat, no-repeat;
  background-position: center top 243px;
  background-attachment: scroll;
  background: none;
}

#aboutsite {
  width: 1024px;
  /*  height: 340px; */
  margin: auto;
  /* margin-bottom: 60px; */
  height: 40vh;
  margin-bottom: 8%;
}

#site_link_tools {
  width: 511px;
  /* height: 332px; */
  float: left;
  clear: both;
  font-family: "Anisette Std Petite";
  font-weight: 100;
}

#site_links {
  list-style: none;
  width: 510px;
  /* height: 134px */
  height: 16vh;
}

#site_links li {
  float: left;
  font-size: 30px;
  /* margin-top: 14px; */
  margin-right: 5px;
  color: #444444;
}

#hover_01:hover {
  border-bottom: 1px solid #4f4f4f;
}

#site_links li:last-child {
  font-size: 30px;
  width: 483px;
  /* height: 61px; */
  border: 5px solid #ffd801;
  letter-spacing: 0px;
  line-height: 32px;
  padding: 10px 0;
  padding-left: 3%;
  /* height: 8vh; */
  /* text-align: center; */
  margin: 2% 0;
}

#site_tools {
  clear: both;
  list-style: none;
  width: 474px;
  /* margin-top: 10px; */
  margin-top: 3%;
  height: 10vh;
}

#site_tools li {
  float: left;
  font-size: 30px;
  margin-right: 3px;
  color: #444444;
}

#site_tools li:last-child {
  font-size: 30px;
  width: 202px;
  /*  height: 61px; */
  border: 5px solid #ffd801;
  text-align: center;
  margin-left: 32px;
  padding-top: 3px;
  position: relative;
  bottom: 10px;
}

#sitedetail {
  width: 440px;
  /* height: 100px; */
  float: left;
  clear: both;
  /* margin-left: 76px */
  margin: auto;
}

#sitedetail p {
  /*  text-align: center; */
  line-height: 24px;
  font-family: "游ゴシック";
  font-size: 16px;
  margin-top: 22px;
}

#site_01_thumbnail {
  width: 493px;
  /* height: 313px; */
  float: right;
}

#site_01_thumbnail img {
  margin-left: 10px;
  margin-right: 8px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}

#siteimg {
  clear: both;
  width: 1024px;
  margin: auto;
}

#siteimg_01 {
  width: 512px;
  float: left;
}

#siteimg_03 {
  width: 512px;
  /* float: left; */
  margin: auto;
}

#backimg_01 {
  margin-left: 40px;
  margin-top: 68px;
  float: left;
}

#mainimg_01 {
  margin-left: -482px;
  margin-bottom: 61px;
}

#backimg_02 {
  margin-right: 41px;
  margin-left: 32px;
  float: left;
}

#mainimg_02 {
  margin-left: -442px;
  margin-top: 70px;
}

#backimg_03 {
  margin-left: 40px;
  margin-top: 68px;
  float: left;
}

#mainimg_03 {
  margin-left: -482px;
  margin-bottom: 61px;
}

/*flyerdetail_01.html*/

#flyer_body {
  background-image: url("../../works/details/detail_img/flyerback_02.png");
  background-position: center top 243px;
  background-attachment: scroll;
}

#flyer {
  width: 1024px;
  margin: auto;
  height: auto;
  position: relative;
}

#flyer_img {
  width: 598px;
  margin: auto;
  position: absolute;
  left: 21%;
}

#flyer_shadow {
  width: 600px;
  margin: auto;
  padding-left: 8%;
  padding-top: 2%;
}

#flyer_link-tools {
  margin: auto;
  height: auto;
  margin-bottom: 40px;
  width: 500px;
}

/*bannerdetail_03.html*/

#single {
  background-image: url("../../works/details/detail_img/bannerdetail_back.png");
  background-position: center top 243px;
  background-attachment: scroll;
}

#single_wrap {
  margin: auto;
  width: 400px;
  margin-bottom: 55px;
}

#single_link_tools {
  margin: auto;
  height: auto;
  margin-bottom: 40px;
  width: 500px;
  padding-right: 94px;
}

/*-------------garally/index.html-----------------*/

@font-face {
  font-family: "gyate-luminescence";
  src: url("../fonts/Gyate-Luminescence_after02.woff")format("woff");
  src: url("../fonts/Gyate-Luminescence_after02.woff2")format("woff2");
}

#garally_body {
  background-image: url("../../garally/garally_img/GARALLY02.png"), url("../../garally/garally_img/Polaroid Camera.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left top 275px, right bottom 48px;
}

#photo_wrap {
  width: 1024px;
  margin: auto;
}

#photo_wrap ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

#photo_wrap li {
  list-style: none;
  width: 25%;
  height: auto;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 80px;
  opacity: 1;
  transition: all 0.4s ease 0s;
  position: relative;
}

#photo_wrap li:nth-child(1), #photo_wrap li:nth-child(2), #photo_wrap li:nth-child(3), #photo_wrap li:nth-child(4) {
  margin-top: 0px;
}

.garally_item-h, .garally_item-v {
  display: none;
  position: absolute;
  width: 10%;
}

#photo_wrap li:hover .garally_item-h {
  text-align: center;
  width: 100%;
  top: 65px;
  right: 20px;
  opacity: 1;
  display: inline-block;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  font-size: 1.3em;
  font-family: "gyate-luminescence";
}

#photo_wrap li:hover .garally_item-v {
  font-size: 30px;
  float: left;
  width: 200px;
  top: 205px;
  left: 25%;
  opacity: 1;
  display: inline-block;
  writing-mode: horizontal-tb;
  -ms-writing-mode: rl-tb;
  font-size: 1.3em;
  /* font-family: 'Yomogi', cursive; */
  font-family: "gyate-luminescence";
}

#photo_wrap li.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
}

.more {
  text-align: center;
  margin-top: 20px;
  width: 60%;
  height: auto;
  margin: auto;
}

.more p {
  cursor: pointer;
  padding: 0;
  line-height: 32px;
  width: 212px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: 70px;
  margin-bottom: 70px;
  font-family: "Anisette Std Petite";
  font-weight: lighter;
  font-size: 24px;
  text-align: center;
  color: #444444;
  position: relative;
}

.more p::before {
  content: '';
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  width: 1px;
  height: 80px;
  margin: auto;
  background: #fff;
  visibility: hidden;
  opacity: 0;
}

.more p:hover::before {
  animation: sword .5s;
}

.more p span {
  display: block;
  color: #444444;
  font-size: 24px;
  text-decoration: none;
  vertical-align: middle;
}

.more p span::before, .more p span::after {
  content: '';
  position: absolute;
  top: 0;
  width: 212px;
  height: 53px;
  border-top: 1px solid #444444;
  border-bottom: 1px solid #444444;
  transition: all .5s 0s;
}

.more p span::before {
  left: 0;
  border-left: 1px solid #444444;
}

.more p span::after {
  right: 0;
  border-right: 1px solid #444444;
}

.more p span:hover::before {
  left: -20px;
  transition: all .5s .2s;
  opacity: 0;
}

.more p span:hover::after {
  right: -20px;
  transition: all .5s .2s;
  opacity: 0;
}

/*ライトボックス*/

.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0px 10px;
  text-align: center
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 50%;
  padding: 30px 30px 15px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}

.modal-sentence-v {
  width: 80%;
  margin: auto;
  font-family: "gyate-luminescence";
}

.modal-img {
  width: 90%;
  margin: auto;
}

.polaroid-v {
  width: 50%;
}

.modal-img img {
  width: 100%;
}

.polaroid-h>.modal-sentence {
  margin: auto;
  width: 100%;
  height: auto;
  margin-top: 4%;
  margin-bottom: 4%;
  font-family: "gyate-luminescence";
}

.modal-sentence-v {
  margin: auto;
  width: 100%;
  height: auto;
  margin-top: 4%;
  margin-bottom: 4%;
}

.modal-sentence h1, .modal-sentence-v h1 {
  margin-bottom: 10px;
  font-size: 24px;
}