.titletex {
  text-align: center;
  font-size: 30px;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}


.fontstyleex {
  font-family: serif;
  margin-bottom: 30px;
}

.tenjititle {
  font-family: serif;
  font-size: 25px;
  text-align: center;
}

a {
  margin-bottom: 15px;
}

#index {
  margin-bottom: 14px;
}


@media screen and (min-width:768px) {


  .fry {
    display: flex;
    justify-content: center;

  }

  .posterura {
    text-align: center;
  }

}



.text {
  text-align: left;
}

.text h1 {
  font-size: 20px;
}

.copy {
  font-size: 10px;
  text-align: center;
  color: black;
}

/*ギャラリー部分*/

.main {
  background-color: #000;
  position: relative;
}

.grid {
  position: relative;
}

.grid img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  /*画像の下にできる余白を削除*/
}

.item {
  display: block;
  width: 50%;
  /*横並びで4つ表示*/
  z-index: 1;
  list-style: none;
  padding: -20px;
}

.ima {
  text-align: center;
}

img {
  margin-top: 20px;
  justify-content: left;
}

.color img {
  filter: grayscale(100%);
}

.color img:hover {
  filter: grayscale(0);
  transition: 0.3s;
}

.caption {
  color: white;
  font-size: 12px;
  font-family: serif;
  margin-top: 2px;
}

/*アバウトカラム*/

.backim {
  background-image: url(https://hirototakahashi.com/images/%E5%A4%8F/_IMG6267.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.back {
  background-color: white;
  opacity: 0.8;
}

#aboutcont {
  width: 1300px;
  /*幅指定*/
  margin: 0 auto;
  display: flex;
}

#main {
  width: 100%;
}

/*スマホ用プロフィール画像中央揃え*/

#main {
  text-align: center;
}

/*スマホ用プロフィール画像中央揃え*/
#sub {
  width: 100%;
  /*幅指定*/
  margin-top: 35px;
}

.sub {
  background-color: red;
}

.schedule {
  width: 40%;
}

.exxupdate {
  text-align: center;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: 15px;
}

.marginex {
  margin-bottom: -15px;
}

@media screen and (max-width: 767px) {

  .header {
    display: none;
  }

  .fry {
    display: block;
  }

  .fry img {
    width: 100%;
  }

  .ima img {
    width: 100%;
    height: auto;
  }

  .text {
    font-family: Georgia, 'Times New Roman', Times, serif;
  }

  .main {
    width: 100%;
    height: auto;
  }

  #contents {
    width: 100%;
    display: block;
  }

  #main {
    width: 100%;
  }

  #sub {
    width: 100%;
  }

  #aboutcont {
    width: auto;
    display: block;
    flex-wrap: wrap;
  }

  .schedule {
    width: 80%;
  }

  .exxupdate {
    width: 100%;
  }

}

/*展示作品ページ遷移ボタン*/

.button {
  text-align: center;
}


button:before,
button:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.button span {
  font-size: 17px;
  text-align: center;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #ffffff;
  border-radius: 0.5rem;
}

a.btn-svg {
  font-weight: 750;
  line-height: 54px;

  width: 204px;
  height: 54px;
  padding: 0;

  margin-top: 20px;

  cursor: pointer;
  text-decoration: none;

  background-color: transparent;
}

a.btn-svg svg {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}

a.btn-svg svg rect {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;

  stroke: rgb(255, 255, 255);
  stroke-width: 2;
  stroke-dasharray: 200px, 16px;
  stroke-dashoffset: 70px;
}

a.btn-svg:hover svg rect {
  stroke-dashoffset: 284px;
}

a.btn-svg span {
  color: rgb(255, 255, 255);
}