body {
  font-family: "Noto Sans JP";
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  line-height: 1.6;
  font-size: 14px;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.container {
  max-width: 980px;
  padding-right: 20px;
  padding-left: 20px;
}

.row_block_sm {
  margin: 210px 0 0 0;
}

.topZ {
  position: relative;
}

.navbar {
  padding: 35px 20px;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 119px;
  background: #ffffff;
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border: none;
  padding: 0px;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  position: relative;
}

.navbar-light .navbar-toggler-icon {
  background-image: none;
  /* この行で背景画像を無効化 */
  background-color: #28362B;
  width: 30px;
  height: 1px;
  display: block;
  position: absolute;
  transition: ease .5s;
}

.navbar-light .navbar-nav .nav-link {
  color: #28362B;
}

.nav-link {
  padding: 0px 1rem;
  font-size: 24px;
}

/* 3本のバーそれぞれの座標を設定 */
.navbar-toggler-icon:nth-of-type(1) {
  top: 8px;
}

.navbar-toggler-icon:nth-of-type(2) {
  top: 16px;
}

.navbar-toggler-icon:nth-of-type(3) {
  top: 24px;
}

/* メニューが開いている時の　3本のバーそれぞれの座標および角度を設定 */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
  top: 13px;
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3) {
  top: 13px;
  transform: rotate(-45deg);
}

.navbar-nav {
  margin-left: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  width: 60%;
  height: 350px;
}

.active span {
  border-bottom: solid 1px #41A849;
}





.top_img {
  width: 100%;
  margin-top: 119px;
  padding-right: 35px;
}

.head_text {
  margin: 0 auto 30px auto;
  font-size: 21px;
  display: flex;
  justify-content: space-between;
  width: 90%;
}

.head_text span {
  padding: 0 20px;
}

.home_about_bottom_img {
  margin: 0 30px;
  width: 100%;
}

.home_about_bottom_img p {
  color: #030505;
  font-size: 14px;
  font-family: "游ゴシック体";
  margin-bottom: 5px;
}

.home_about_bottom_img img {
  width: 100%;
  margin: 0 auto;
}

.moreLink {
  margin: 0px 10px 0 0;
}

.moreLink02 {
  margin: 60px 30px 0 0;
}

.moreLinkText {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  font-family: "游ゴシック体";
}

/*ホバーしたときに下線矢印も同時に色を変える*/
.moreLinkText:hover .lineArrow {
  border-bottom: 1px solid #41A849;
  border-right: 1px solid #41A849;
}

.moreLinkText:hover .lineArrow02 {
  border-bottom: 1px solid #41A849;
  border-right: 1px solid #41A849;
}

.moreLinkText:hover {
  color: #41A849;
}

.lineArrow {
  width: 120%;
  height: 15px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  /*傾きを調節*/
  transform: skew(45deg);
  /*下線矢印をテキストに合わせてうまい具合にはめる*/
  margin: -10px 0 0 -8px;
}

.lineArrow02 {
  width: 150%;
  height: 15px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  /*傾きを調節*/
  transform: skew(45deg);
  /*下線矢印をテキストに合わせてうまい具合にはめる*/
  margin: -10px 0 0 -30px;
}

.animationParent img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.flexParent {
  display: flex;
}

.flexParent ul {
  margin-bottom: 0;
  font-size: 14px;
  padding-left: 10px;
}

.animation01 {
  margin: 30px 10px 25px 40px;
}

.aniText {
  font-family: "游ゴシック体";
  border-left: solid 2px #41A849;
  height: 100%;
  padding-left: 10px;
}

.animationNum {
  padding-right: 10px;
  font-size: 48px;
}

.performance {
  height: 650px;
}

.performance img {
  object-position: -300px 0;
  object-fit: cover;
  height: 600px;
  width: 100%;
}

.performance h3 {
  font-size: 24px;
  top: 70px;
  left: 5%;
}

.performanceContent {
  bottom: 65px;
  right: 10px;
  width: 210px;
}

.head_text2 {
  margin: 0 auto 30px auto;
  font-size: 21px;
  width: 90%;
}

.head_text2 span {
  padding: 0 20px;
}

.notice {
  font-size: 14px;
  margin: 50px auto 0px auto;
  width: 100%;
}

.notice ul {
  padding: 0 15px;
}

.noticeItem p {
  margin-bottom: 0;
}

.noticeItem {
  height: 90px;
  display: flex;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 0 20px;
}

.notice li+li {
  border-top: none;
}

.noticeTime {
  margin: 0 30px 0 0;
}

.contactImg01 {
  width: 100%;
  margin: 0 0 90px -5%;
  margin-left: -5%;
}

.contactImg02 {
  width: 70%;
  margin: 0 -5% 60px 0;
  margin-left: -5%;
}

.contactImg03 {
  width: 60%;
  margin-bottom: 60px;
}

.contactImg04 {
  width: 70%;
  margin: 0 0 150px 22%;
}

.moreLinkText span {
  padding-right: 20px;
}

.footerNav {
  text-align: right;
  margin-bottom: 60px;
}

.footerNav li {
  margin: 8px 0;
}

.nav-item a {
  color: #28362B;
}

.navChild {
  padding: 0 16px;
}

.profileInfo h4 {
  font-size: 14px;
  margin: 0;
}

.profileInfo h3 {
  font-size: 18px;
  margin: 0;
}

.profileInfo p {
  font-size: 12px;
  color: #030505;
  margin-bottom: 0;
}

.profileInfo_sm {
  margin: 0 35px;
}



.lineArrow03 {
  position: absolute;
  right: 19px;
  top: -420px;
  width: 25px;
  height: 650px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: skewY(135deg);
  margin: 10px 0 0 -60px;
}

.lineArrow03Text {
  position: absolute;
  right: 25px;
  top: -420px;
  width: 25px;
  height: 650px;
  writing-mode: sideways-lr;
  writing-mode: vertical-rl;

}



.lineArrow03 span {
  writing-mode: sideways-lr;
  writing-mode: vertical-rl;
}


.lineArrow02 {
  width: 150%;
  height: 15px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  /*傾きを調節*/
  transform: skew(45deg);
  /*下線矢印をテキストに合わせてうまい具合にはめる*/
  margin: -10px 0 0 -30px;
}

.top_img_parent p {
  font-size: 15px;
  top: 220px;
  left: 20%;
}



/* index */
.index-title__box h1 {
  font-size: 15px;
}

.work-index {
  margin-top: 250px;
}

.work-index h2 {
  font-size: 24px;
}

.about-lal {
  padding-top: 190px;
}

.about-lal p {
  max-width: 500px;
}

.about-lal-image {
  max-width: 500px;
}

.mission-index {
  padding-top: 222px;
}

.news-index {
  padding-top: 260px;
  padding-bottom: 56px;
}

.photo-album-sp {
  padding-top: 316px;
}

.photo2-sp {
  padding-top: 90px;
}

.photo3-sp {
  padding: 60px 0;
}

.photo4-sp {
  padding-bottom: 192px;
}

.footer-sp {
  padding-right: 30px;
  padding-left: 30px;
}

.footerNav {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-direction: column;
}

.go-top {
  margin-top: 314px;
  transform: rotate(-90deg);
}

.go-top-arrow {
  width: 824px;
  margin: 0 -8px -40px -746px;
}

.arrow {
  font-size: 12px;
}

.top-arrow {
  padding: 0;
}

.news-arrow {
  width: 310px;
}

/* work */
.navbar {
  position: static;
}

.first-view {
  padding-top: 0;
}

.card-img-top {
  width: 290px;
  height: 290px;
  margin: auto;
}

.works-fv {
  padding-top: 115px;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  background: #fff;
}

.logo {
  font-size: 24px;
}

/* ここから下がハンバーガーメニューに関するCSS */

/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;
  /* 重なり順を一番上にする */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #28362B;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked~.drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked~.drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked~.drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}

/* メニューのデザイン*/
.nav_content {
  width: 50%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: rgba(255, 255, 255, 0.8);
  transition: .5s;
}

/* メニュー黒ポチを消す */
.nav_list {
  list-style: none;
  padding-top: 150px;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked~.nav_content {
  left: 50%;
  /* メニューを画面に入れる */
}

.nav-item {
  text-align: center;
}


.category-name {
  font-size: 14px;
}

.image-title__img {
  max-width: 100%;
}

.image-title h1 {
  font-size: 10px;
  width: 300px;
}

.image-title span {
  font-size: 17px;
}

.go-home {
  padding-top: 100px;
}

/* single-work */
.moreLinkText {
  white-space: nowrap;
}

.point-title {
  white-space: nowrap;
}

.icon-title {
  font-size: 21px;
}



.work-point {
  padding-top: 160px;
}

/* archive-aboutus */
.profile {
  padding-top: 48px;
}

.profile-photo {
  padding-bottom: 25px;
}

.year {
  white-space: nowrap;
}

.wrapper {
  padding-bottom: 168px;
}

/* mission */
.mission-picture img {
  width: 100%;
}