/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#gHeader {
  -webkit-transition: padding 0.5s;
  transition: padding 0.5s;
}

#gHeader::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#gHeader h1 {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

#gHeader h1 span {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#gHeader h1 img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.intro {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10002;
  background: #fff;
}

.intro::before {
  position: absolute;
  left: -60px;
  width: calc(100% + 60px);
  height: 100%;
  z-index: -1;
  content: "";
  background: url(../img/loading/bg.jpg) no-repeat right center;
  background-size: cover;
  background-position: 0 50%;
  opacity: 0;
  -webkit-transition: background-position 6s ease-out, opacity 1.5s;
  transition: background-position 6s ease-out, opacity 1.5s;
}

.intro.show::before {
  opacity: 1;
  background-position: 60px 50%;
}

.intro .inner {
  padding: 10px 142px 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.intro .inner .sub {
  width: 768px;
  position: relative;
  z-index: 1;
}

.intro .inner .sub:after {
  width: 768px;
  height: 568px;
  background: url(../img/loading/bg02.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 150px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  z-index: -1;
}

.intro .subBox {
  margin-bottom: 133px;
  position: relative;
  display: inline-block;
}

.intro .subBox .textImg {
  text-align: right;
  position: absolute;
  bottom: -79px;
  right: -90px;
}

.intro .inner p {
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  line-height: 2.43;
}

.intro .inner p,
.intro .subBox .textImg,
.intro .subBox .logo {
  opacity: 0;
}

.intro.show .inner p,
.intro.show .subBox .textImg,
.intro.show .subBox .logo {
  -webkit-animation: loadingshow 0.5s linear forwards;
          animation: loadingshow 0.5s linear forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.intro.show .subBox .textImg {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

@-webkit-keyframes loadingshow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loadingshow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.enterLink a {
  width: 102px;
  height: 102px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  font-size: 1.8rem;
  letter-spacing: 0.16em;
  background-color: rgba(255, 255, 255, 0.8);
}
#index .hBox {
  width: calc(100% - 80px);
  margin: 0 auto;
  padding: 8px 2px 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
}

#index .hBox .date {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  margin: 1px 0 0;
}

#index .hBox .date .subSpan {
  margin-left: 12px;
}

#index .hBox .date .point {
  display: inline-block;
  width: 5px;
  text-align: center;
}

#index .mainVisual {
  position: relative;
  /* height: 602px; */
  /* margin: 0 40px; */
}

#main .aboutSec .linkBtn {
  text-align: center;
}

#main .aboutSec .linkBtn a {
  display: inline-block;
}

#main .aboutSec .linkBtn a .comLink .subSpan {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  padding-top: 3px;
}

#index .mainVisual:after {
  width: calc(50% - 510px);
  height: 100%;
  opacity: 0.4;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  z-index: 1;
}

#index .mainVisual::before {
  width: calc(50% - 510px);
  height: 100%;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
}

#index .mainVisual .next,
#index .mainVisual .prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
  height: 101%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 26px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  width: max((100vw - 20px - 1200px) / 2, (100vw - 20px - 70vw) / 2);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-right: solid 40px #fff;
}

#index .mainVisual .prev {
  right: auto;
  left: 0;
  padding: 0 0 0 26px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-right: none;
  border-left: solid 40px #fff;
}

#index .mainVisual .prev span,
#index .mainVisual .next span {
  position: absolute;
  right: -23px;
  width: 10px;
  height: 10px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#index .mainVisual .prev span {
  right: auto;
  left: -23px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

#index .mainVisual .fooUl li {
  /* max-width: calc(100vw - 80px);
  width: 78vw;
  height: 100%; */
  max-width: 1200px;
  width: 70vw;
  max-height: 700px;
  position: relative;
}

#index .mainVisual .fooUl li::after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 6px;
  background-color: #000;
  content: "";
  width: 0;
  -webkit-animation: linehide 1s forwards;
          animation: linehide 1s forwards;
}

#index .mainVisual .fooUl li.swiper-slide-active::after {
  -webkit-animation: lineshow 6.2s linear forwards;
          animation: lineshow 6.2s linear forwards;
}

@-webkit-keyframes linehide {
  0% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}

@keyframes linehide {
  0% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}
@-webkit-keyframes lineshow {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@keyframes lineshow {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
#index .mainVisual .fooUl li a .photo {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 60.2%;
}

#index .mainVisual .fooUl li a img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(1);
          transform: scale(1);
  position: absolute;
  left: 0;
  top: 0;
}

#index .mainVisual .fooUl li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#index .mainVisual .sub {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 0 31px 31px 43px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#index .mainVisual .sub:before {
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
  opacity: 0.3;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
}

#index .mainVisual .txt {
  text-align: center;
  color: #000000;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.4;
  padding: 1px 14px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #8FB8DB;
  height: 18px;
  position: absolute;
  bottom: 35px;
  right: 34px;
  z-index: 1;
}

#index .mainVisual .txt02,
#index .mainVisual .txt03 {
  background-color: #DF9F69;
}

#index .mainVisual .txt03 {
  color: #DF9F69;
  background: #222;
}

#index .mainVisual .lBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#index .mainVisual .lBox p {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  line-height: 1.4;
  padding: 0 112px 0 0px;
}

#index .mainVisual .lBox .date {
  margin: 0 3px 1px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: -0.02em;
}

#index .mainVisual .lBox .date .txtSpan {
  margin-left: 20px;
  font-size: 1.3rem;
  letter-spacing: -0.02em;
}

#index .mainVisual .lBox .date .txtSpan span {
  margin-right: 7px;
}

#main .scrollBox {
  padding: 2.3vw 0 2.4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-top: 1px solid #000000;
  border-bottom: 3px solid #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: visible !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main .scrollBox .link {
  margin: 0 0 0 0.732vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#main .scrollBox .link a {
  width: 60px;
  height: 60px;
  background-color: #ebeff3;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

#main .eventSec .scrollBox .link a {
  background-color: #F8F2ED;
}

#main .scrollBox .link a.on {
  position: relative;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #222;
}

#main .scrollBox .link a.on:before,
#main .scrollBox .link a.on:after {
  content: "";
  width: 20px;
  height: 1px;
  display: block;
  position: absolute;
  background: #fff;
}

#main .scrollBox .link a.on:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#main .scrollBox .link a.on .subSpan {
  display: none;
}

#main .scrollBox .link a.on img {
  visibility: hidden;
}

#main .scrollBox .link .subSpan {
  padding: 2px 0 0;
}

#main .scrollBox .link .subSpan span {
  display: block;
  padding: 0 0 1px;
}

#main .scrollBox ul {
  margin-bottom: -3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#main .scrollBox ul li {
  padding: 0 19px 0 0;
}

#main .scrollBox ul a {
  letter-spacing: -0.03em;
  font-weight: 300;
  font-size: max(1.4vw, 29px);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

#main .scrollBox ul a .ico {
  margin-right: 2px;
}

#main .scrollBox .comLink {
  position: absolute;
  bottom: -21px;
  left: 0;
  left: 50%;
  width: 171px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

#main .scrollBox .comLink a {
  background-color: #B8D5ED;
  min-height: 39px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

#main .eventSec {
  margin-bottom: 140px;
}

#main .event_schedule {
  margin-top: -44px;
}

#main .eventSec .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

#main .event_log .inner {
  margin: 0 0 90px;
}

#main .event_title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 170px;
  margin: -3px -12px 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#main .eventSec .lBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

#main .eventSec .lBox .moreLink {
  position: absolute;
  bottom: -2px;
  right: -68px;
}

#main .eventSec .list {
  display: grid;
  grid-template-columns: 37.5% 12.5% 12.5% 12.5% 25%;
  grid-template-areas: "a b d d g" "a c d d h" "a e e f h";
}

#main .eventSec .list li {
  padding: 0 1px 1px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#main .eventSec .list li:nth-child(1) {
  grid-area: a;
}

#main .eventSec .list li:nth-child(2) {
  grid-area: b;
}

#main .eventSec .list li:nth-child(3) {
  grid-area: c;
}

#main .eventSec .list li:nth-child(4) {
  grid-area: d;
}

#main .eventSec .list li:nth-child(5) {
  grid-area: e;
}

#main .eventSec .list li:nth-child(6) {
  grid-area: f;
}

#main .eventSec .list li:nth-child(7) {
  grid-area: g;
}

#main .eventSec .list li:nth-child(8) {
  grid-area: h;
}

#main .eventSec .list li a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#main .eventSec .list li:nth-child(1) a {
  padding-bottom: 100%;
  height: 0;
}

#main .eventSec .list img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: -1;
}

#main a:hover .jsTxtBox:before,
#main a:hover .subJsTxtBox {
  opacity: 1;
}

#main .eventSec .list .jsTxtBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#main .jsTxtBox:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: -1;
}

#main .jsTxtBox .subJsTxtBox {
  padding: 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

#main .jsTxtBox:before,
#main .jsTxtBox .subJsTxtBox {
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#main .eventSec .list .jsTxtBox02 {
  padding: 0 16px;
}

#main .eventSec .list .jsTxtBox p {
  margin-bottom: 14px;
  font-size: min(1.39vw, 19px);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
}

#main .eventSec .list .jsTxtBox p.title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#main .eventSec .list > .li02 ul .wid01 .jsTxtBox .title,
#main .eventSec .list > .li02 ul .wid04 .jsTxtBox .title {
  font-size: min(1.39vw, 15px);
}

#main .eventSec .list .jsTxtBox02 p {
  margin-bottom: 14px;
}

#main .eventSec .list .jsTxtBox .date {
  position: absolute;
  bottom: 10px;
  right: 17px;
  font-size: min(3.7vw, 66px);
  font-weight: normal;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}

#main .eventSec .list .jsTxtBox .dateSmall {
  font-size: min(2vw, 25px);
}

#main .eventSec .list .jsTxtBox p:last-child {
  margin-bottom: 0;
}

#main .eventSec .list .jsTxtBox .txt {
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0;
}

#main .event_schedule .event_title {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin: 44px -20px 0 1px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#main .eventSec .rBox {
  padding: 44px 0;
  width: 100%;
}

#main .eventSec .eventList li {
  float: left;
  width: 44vw;
  padding-left: 50px;
}

#main .eventSec .eventList li .photo {
  margin-bottom: 15px;
  position: relative;
}

#main .eventSec .eventList li .photoSpan {
  display: block;
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 64.68%;
}

#main .eventSec .eventList li .photo a {
  display: block;
  position: relative;
}

#main .eventSec .eventList li .photoSpan:after {
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 0;
  mix-blend-mode: overlay;
}

#main .eventSec .eventList .photoSpan img {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.schedule_date {
  top: -18px;
  left: -12px;
  border-radius: 39px;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  bottom: auto;
}

.schedule_date > span {
  width: 78px;
  height: 78px;
  border-radius: 39px;
  font-size: 1.6rem;
}

.schedule_date .txtSpan {
  font-size: 2.9rem;
}

#main .eventSec .eventList li .textImg {
  position: absolute;
  top: -41px;
  left: 49px;
  width: 91px;
  z-index: 1;
}

#main .eventSec .eventList li .title {
  margin-bottom: 5px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.4;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 20px 0 0;
}

#main .eventSec .eventList li p:last-child {
  margin-bottom: 0;
}

#main .eventSec .eventList li .tagTxt {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#main .eventSec .eventList li .tagTxt a {
  margin-right: 5px;
  font-size: 1.3rem;
  color: #DF9F69;
  letter-spacing: -0.02em;
}

#main .eventSec .eventList li .tagTxt a:hover {
  opacity: 0.7;
}

#main .eventSec .moreBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: 0;
  width: 100%;
}

#main .eventSec .moreBox .moreLink {
  margin-right: 59px;
  width: 136px;
  text-align: right;
}

#main .eventSec .moreBox .scroll {
  margin-bottom: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}

#main .event_schedule:not(.swiper_on) .scroll {
  display: none;
}

#main .eventSec .moreBox .scroll .swiper-scrollbar-drag {
  height: 3px;
  border-radius: 0;
  background-color: #000000;
  position: absolute;
  top: -1px;
  content: "";
  cursor: -webkit-grab;
  cursor: grab;
}

#main .eventSec .moreBox .scroll .swiper-scrollbar-drag::before {
  width: 100%;
  height: 10px;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: -10px;
  right: 0;
  content: "";
}

#main .eventSec .moreBox .scroll .swiper-scrollbar-drag::after {
  width: 100%;
  height: 10px;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  bottom: -10px;
  right: 0;
  content: "";
}

#main .eventSec .moreBox .scroll .swiper-scrollbar-drag:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

#main .eventSec .icoBox {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  bottom: -40px;
  right: 0;
}

#main .event_schedule:not(.swiper_on) .icoBox {
  display: none;
}

#main .eventSec .icoBox div {
  cursor: pointer;
  overflow: hidden;
  width: 20px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#main .eventSec .icoBox div:before {
  width: 12px;
  height: 12px;
  content: "";
  border-top: solid 2px #222;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: solid 2px #222;
}

#main .eventSec .icoBox div:hover:before {
  -webkit-animation: schedule_next 0.2s forwards;
          animation: schedule_next 0.2s forwards;
}

@-webkit-keyframes schedule_next {
  0% {
    -webkit-transform: translateX(0) scale(1) rotate(45deg);
            transform: translateX(0) scale(1) rotate(45deg);
  }
  50% {
    -webkit-transform: translateX(70%) scale(0.6) rotate(45deg);
            transform: translateX(70%) scale(0.6) rotate(45deg);
  }
  50.1% {
    -webkit-transform: translateX(-70%) scale(0.6) rotate(45deg);
            transform: translateX(-70%) scale(0.6) rotate(45deg);
  }
  100% {
    -webkit-transform: translateX(0) scale(1) rotate(45deg);
            transform: translateX(0) scale(1) rotate(45deg);
  }
}

@keyframes schedule_next {
  0% {
    -webkit-transform: translateX(0) scale(1) rotate(45deg);
            transform: translateX(0) scale(1) rotate(45deg);
  }
  50% {
    -webkit-transform: translateX(70%) scale(0.6) rotate(45deg);
            transform: translateX(70%) scale(0.6) rotate(45deg);
  }
  50.1% {
    -webkit-transform: translateX(-70%) scale(0.6) rotate(45deg);
            transform: translateX(-70%) scale(0.6) rotate(45deg);
  }
  100% {
    -webkit-transform: translateX(0) scale(1) rotate(45deg);
            transform: translateX(0) scale(1) rotate(45deg);
  }
}
#main .eventSec .icoBox .next {
  margin-left: 14px;
}

#main .eventSec .icoBox .prev:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

#main .eventSec .icoBox .prev:hover:before {
  -webkit-animation: schedule_prev 0.2s forwards;
          animation: schedule_prev 0.2s forwards;
}

@-webkit-keyframes schedule_prev {
  0% {
    -webkit-transform: translateX(0) scale(1) rotate(-135deg);
            transform: translateX(0) scale(1) rotate(-135deg);
  }
  50% {
    -webkit-transform: translateX(-70%) scale(0.6) rotate(-135deg);
            transform: translateX(-70%) scale(0.6) rotate(-135deg);
  }
  50.1% {
    -webkit-transform: translateX(70%) scale(0.6) rotate(-135deg);
            transform: translateX(70%) scale(0.6) rotate(-135deg);
  }
  100% {
    -webkit-transform: translateX(0) scale(1) rotate(-135deg);
            transform: translateX(0) scale(1) rotate(-135deg);
  }
}

@keyframes schedule_prev {
  0% {
    -webkit-transform: translateX(0) scale(1) rotate(-135deg);
            transform: translateX(0) scale(1) rotate(-135deg);
  }
  50% {
    -webkit-transform: translateX(-70%) scale(0.6) rotate(-135deg);
            transform: translateX(-70%) scale(0.6) rotate(-135deg);
  }
  50.1% {
    -webkit-transform: translateX(70%) scale(0.6) rotate(-135deg);
            transform: translateX(70%) scale(0.6) rotate(-135deg);
  }
  100% {
    -webkit-transform: translateX(0) scale(1) rotate(-135deg);
            transform: translateX(0) scale(1) rotate(-135deg);
  }
}
#main .eventSec .icoBox .swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}

#main .scrollBox .orangeLink a {
  background-color: #EABC94;
}

#main .serviceSec {
  padding: 25px 0 154px;
}

#main .serviceSec h2 {
  margin-bottom: 26px;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
}

#main .serviceSec h2 .txtSpan {
  display: block;
  font-size: 9rem;
  line-height: 1;
  letter-spacing: -0.02rem;
}

#main .serviceSec .centerTxt {
  margin-bottom: 48px;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.923;
}

#main .serviceSec .jsBox {
  position: relative;
}

#main .serviceSec .jsBox .next,
#main .serviceSec .jsBox .prev {
  position: absolute;
  cursor: pointer;
  bottom: -2px;
  width: 11px;
  padding: 10px;
}

#main .serviceSec .jsBox .prev {
  left: 107px;
}

#main .serviceSec .jsBox .next {
  right: 107px;
}

#main .serviceList {
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main .serviceList li {
  width: 16vw;
  margin: 0 13px;
}

#main .serviceList li a {
  display: block;
  color: #000;
}

#main .serviceList li .num {
  color: #000;
  margin-bottom: 26px;
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
  border-bottom: 1px solid #000000;
}

#main .serviceList li .num:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #000000;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

#main .serviceList li .photo {
  margin-bottom: 16px;
  height: 16vw;
  border-radius: 100%;
  overflow: hidden;
  z-index: 1;
}

#main .serviceList li a .photo:before {
  content: "";
  width: 100%;
  height: 16vw;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50%;
  mix-blend-mode: overlay;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}

#main .serviceList li a:hover .photo:before {
  opacity: 1;
}

#main .serviceList li .photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  width: 100%;
}

#main .serviceList li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.5rem;
  letter-spacing: 0.12rem;
  text-align: center;
  padding: 0 8px;
}

#main .serviceSec .comLink {
  width: 171px;
}

#main .serviceSec .comLink a {
  min-height: 39px;
  background-color: #A0CEAA;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

#main .btmBox {
  position: relative;
}

#main .btmBox .textImg {
  position: absolute;
  top: -68px;
  left: 0;
  width: 100%;
  text-align: right;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

#main .btmBox .textImg span {
  display: block;
  max-width: 1286px;
  margin: 0 auto;
  padding: 0 40px;
}

#main .btmBox .photo img {
  width: 100%;
}

body.pad #main .btmBox .photo img {
  -o-object-position: center;
     object-position: center;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

#main .btmBox p {
  position: absolute;
  bottom: 44px;
  left: 93px;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  color: #fff;
  -webkit-transition: 2s;
  transition: 2s;
}

#main .noSlide .serviceList {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.macos .enterLink a {
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.macos #index .mainVisual .txt {
  padding-top: 3px;
  line-height: 1.2;
}

@media all and (min-width: 1000px) {
  #pointer {
    position: fixed;
    left: 100%;
    top: 50%;
    margin: -51px 0 0 -51px;
    -webkit-transition: margin ease-out 0.2s, width ease-out 0.2s, height ease-out 0.2s, -webkit-transform ease-out 0.06s;
    transition: margin ease-out 0.2s, width ease-out 0.2s, height ease-out 0.2s, -webkit-transform ease-out 0.06s;
    transition: transform ease-out 0.06s, margin ease-out 0.2s, width ease-out 0.2s, height ease-out 0.2s;
    transition: transform ease-out 0.06s, margin ease-out 0.2s, width ease-out 0.2s, height ease-out 0.2s, -webkit-transform ease-out 0.06s;
    z-index: 10;
    overflow: hidden;
    width: 102px;
    height: 102px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 1;
    visibility: visible;
  }
  #pointer.hide {
    margin: -5px 0 0 -5px;
    width: 10px;
    height: 10px;
    opacity: 0;
    visibility: hidden;
  }
  #pointer a {
    position: absolute;
    left: 51%;
    top: 52.5%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s 0.2s;
    transition: all 0.2s 0.2s;
    color: #222;
    background: none;
  }
  #pointer.hide a {
    color: transparent;
  }
  .intro,
  #pointer a {
    cursor: none;
  }
  body:not(.pad) #main .eventSec .eventList li .photo a:hover .photoSpan:after {
    opacity: 0.6;
  }
  body:not(.pad) #main .eventSec .eventList li .photo a:hover .photoSpan img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  body:not(.pad) #main .eventSec .eventList li .photo a:hover .date {
    background-color: #000000;
    color: #DF9F69;
  }
  body:not(.pad) #main .aboutList li .photo a:hover::before {
    opacity: 0.2;
  }
  #main .eventSec .list li:nth-child(2) .subJsTxtBox,
  #main .eventSec .list li:nth-child(3) .subJsTxtBox,
  #main .eventSec .list li:nth-child(6) .subJsTxtBox {
    padding: 0 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #main .eventSec .list li:nth-child(2) .jsTxtBox .date,
  #main .eventSec .list li:nth-child(3) .jsTxtBox .date,
  #main .eventSec .list li:nth-child(6) .jsTxtBox .date {
    font-size: min(2.3vw, 43px);
    bottom: 9px;
    right: 10px;
  }
  #main .eventSec .list li:nth-child(2) .jsTxtBox .txt,
  #main .eventSec .list li:nth-child(3) .jsTxtBox .txt,
  #main .eventSec .list li:nth-child(6) .jsTxtBox .txt {
    font-size: 1.1rem;
  }
  #main .eventSec .list li:nth-child(8) .subJsTxtBox,
  #main .eventSec .list li:nth-child(7) .subJsTxtBox,
  #main .eventSec .list li:nth-child(5) .subJsTxtBox,
  #main .eventSec .list li:nth-child(4) .subJsTxtBox {
    padding: 0 36px;
  }
  #main .eventSec .list li:nth-child(8) .subJsTxtBox .date,
  #main .eventSec .list li:nth-child(7) .subJsTxtBox .date,
  #main .eventSec .list li:nth-child(5) .subJsTxtBox .date,
  #main .eventSec .list li:nth-child(4) .subJsTxtBox .date {
    font-size: min(2.9vw, 56px);
  }
  #main .eventSec .list li:nth-child(6) .title,
  #main .eventSec .list li:nth-child(3) .title,
  #main .eventSec .list li:nth-child(2) .title {
    font-size: min(1.39vw, 15px);
    margin-bottom: 7px;
  }
  body:not(.pad) #main .aboutSec .linkBtn a:hover .comLink .subSpan {
    background-color: #222;
    color: #fff;
  }
  body:not(.pad) #index .mainVisual .next:hover span {
    -webkit-animation: next_slide 0.3s forwards;
            animation: next_slide 0.3s forwards;
  }
  body:not(.pad) #index .mainVisual .prev:hover span {
    -webkit-animation: prev_slide 0.3s forwards;
            animation: prev_slide 0.3s forwards;
  }
  @-webkit-keyframes prev_slide {
    0% {
      left: -23px;
      opacity: 1;
      -webkit-transform: scale(1) rotate(-135deg);
              transform: scale(1) rotate(-135deg);
    }
    50% {
      left: -48px;
      opacity: 1;
      -webkit-transform: scale(0.5) rotate(-135deg);
              transform: scale(0.5) rotate(-135deg);
    }
    50.1% {
      left: 2px;
      opacity: 0;
      -webkit-transform: scale(0.5) rotate(-135deg);
              transform: scale(0.5) rotate(-135deg);
    }
    100% {
      left: -23px;
      opacity: 1;
      -webkit-transform: scale(1) rotate(-135deg);
              transform: scale(1) rotate(-135deg);
    }
  }
  @keyframes prev_slide {
    0% {
      left: -23px;
      opacity: 1;
      -webkit-transform: scale(1) rotate(-135deg);
              transform: scale(1) rotate(-135deg);
    }
    50% {
      left: -48px;
      opacity: 1;
      -webkit-transform: scale(0.5) rotate(-135deg);
              transform: scale(0.5) rotate(-135deg);
    }
    50.1% {
      left: 2px;
      opacity: 0;
      -webkit-transform: scale(0.5) rotate(-135deg);
              transform: scale(0.5) rotate(-135deg);
    }
    100% {
      left: -23px;
      opacity: 1;
      -webkit-transform: scale(1) rotate(-135deg);
              transform: scale(1) rotate(-135deg);
    }
  }
  @-webkit-keyframes next_slide {
    0% {
      right: -23px;
      opacity: 1;
      -webkit-transform: scale(1) rotate(45deg);
              transform: scale(1) rotate(45deg);
    }
    50% {
      right: -48px;
      opacity: 1;
      -webkit-transform: scale(0.5) rotate(45deg);
              transform: scale(0.5) rotate(45deg);
    }
    50.1% {
      right: 2px;
      opacity: 0;
      -webkit-transform: scale(0.5) rotate(45deg);
              transform: scale(0.5) rotate(45deg);
    }
    100% {
      right: -23px;
      opacity: 1;
      -webkit-transform: scale(1) rotate(45deg);
              transform: scale(1) rotate(45deg);
    }
  }
  @keyframes next_slide {
    0% {
      right: -23px;
      opacity: 1;
      -webkit-transform: scale(1) rotate(45deg);
              transform: scale(1) rotate(45deg);
    }
    50% {
      right: -48px;
      opacity: 1;
      -webkit-transform: scale(0.5) rotate(45deg);
              transform: scale(0.5) rotate(45deg);
    }
    50.1% {
      right: 2px;
      opacity: 0;
      -webkit-transform: scale(0.5) rotate(45deg);
              transform: scale(0.5) rotate(45deg);
    }
    100% {
      right: -23px;
      opacity: 1;
      -webkit-transform: scale(1) rotate(45deg);
              transform: scale(1) rotate(45deg);
    }
  }
  body:not(.pad) #index .mainVisual .prev:hover {
    padding-left: 20px;
  }
  body:not(.pad) #index .mainVisual .fooUl li a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  body:not(.pad) #main .scrollBox .link a:hover {
    background-color: #222;
    color: #B8D5ED;
  }
  body:not(.pad) #main .eventSec .scrollBox .link a:hover {
    color: #DF9F69;
  }
  /* body:not(.pad) #main .scrollBox .link a.on:hover {
  	background-color: #E8E8E8;
  } */
  body:not(.pad) #main .scrollBox .link a:hover .subSpan .belight {
    opacity: 1;
  }
  body:not(.pad) #main .scrollBox ul a:hover {
    color: #8FB8DB;
  }
  body:not(.pad) #main .eventSec .scrollBox ul a:hover {
    color: #DF9F69;
  }
  body:not(.pad) #main .scrollBox .comLink a:hover {
    background-color: #222;
    color: #B8D5ED;
  }
  body:not(.pad) #main .scrollBox .orangeLink a:hover {
    color: #EABC94;
  }
  body:not(.pad) #main .serviceList li a:hover .num::after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  body:not(.pad) #main .serviceSec .comLink a:hover {
    background-color: #222;
    color: #A0CEAA;
  }
  body:not(.pad) #main .serviceList li a:hover .photo img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  body:not(.pad) #main .eventSec .list a:hover img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  body:not(.pad) #main .serviceSec .jsBox .next:hover,
  body:not(.pad) #main .serviceSec .jsBox .prev:hover {
    opacity: 0.7;
  }
}

@media all and (max-width: 999px) {
  .intro::before {
    background-image: url(../img/loading/bg_sp.jpg);
  }
  .intro .inner {
    max-height: 100vh;
    overflow-y: auto;
    position: absolute;
    padding: 0 0 0 38px;
    top: 20%;
  }
  body.pad .intro .inner {
    padding: 0 0 0 120px;
    top: 30%;
  }
  .intro .inner .sub {
    width: auto;
  }
  .enterLink {
    position: absolute;
    bottom: 45px;
    left: 40px;
    opacity: 0;
  }
  .intro.show .enterLink {
    -webkit-animation: loadingshow 0.5s linear forwards;
            animation: loadingshow 0.5s linear forwards;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
    bottom: 0;
    left: 0;
  }
  .enterLink a {
    width: 100vw;
    height: 100vh;
    font-size: 2.2rem;
    background-color: transparent;
    text-decoration: underline;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 0 20% 38px;
  }
  body.pad .enterLink a {
    padding-left: 118px;
  }
  .intro .logo {
    width: 218px;
  }
  body.pad .intro .logo {
    width: 270px;
  }
  .intro .subBox .textImg {
    width: 130px;
    right: -104px;
    bottom: -50px;
  }
  .intro .subBox {
    margin-bottom: 60px;
  }
  .intro .inner p {
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    line-height: 2.083;
  }
  body.pad .intro .inner p {
    font-size: 1.3rem;
  }
  .intro .inner .sub::after {
    display: none;
  }
  #index .hBox {
    width: calc(100% - 28px);
    padding: 6px 2px 4px 0;
  }
  #index .hBox .date {
    font-size: 1.3rem;
  }
  #index .hBox .date .subSpan {
    margin-left: 6px;
  }
  #index .mainVisual {
    margin: 0;
    height: 450px;
  }
  #index .mainVisual .prev {
    display: none;
  }
  #index .mainVisual::before,
  #index .mainVisual::after,
  #index .mainVisual .next {
    display: none;
  }
  #index .mainVisual .fooUl li {
    max-width: inherit;
    width: calc(100vw - 50px);
  }
  #index .mainVisual .fooUl li a .photo {
    padding-bottom: 450px;
  }
  #index .mainVisual .fooUl li::after {
    height: 5px;
    bottom: 0;
  }
  #index .mainVisual .sub {
    padding: 0 16px 17px 22px;
  }
  #index .mainVisual .txt {
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 3px 6px 0;
    bottom: 21px;
    right: 19px;
  }
  #index .mainVisual .lBox {
    width: 100%;
  }
  #index .mainVisual .lBox p {
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: 0.02em;
    padding-right: 83px;
  }
  #index .mainVisual .lBox .date {
    margin: 0 0 5px;
    font-size: 1.3rem;
  }
  #index .mainVisual .lBox .date .txtSpan {
    margin-left: 14px;
    font-size: 1.1rem;
  }
  #index .mainVisual .lBox .date .txtSpan span {
    margin-right: 5px;
  }
  #index .mainVisual .fooUl li.swiper-slide-active::after {
    -webkit-animation: lineshow 7s linear forwards;
            animation: lineshow 7s linear forwards;
  }
  #main .aboutList li p.txtEllipsis {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  #main .scrollBox {
    padding: 30px 0 34px;
    border-top-width: 1px;
    border-bottom-width: 2px;
  }
  #main .scrollBox ul {
    padding: 0 0 0 10px;
    margin-bottom: 0;
  }
  body.pad #main .scrollBox ul {
    padding-bottom: 0;
  }
  #main .scrollBox ul li {
    padding: 2px 14px 0 0;
  }
  #main .scrollBox ul a {
    font-size: 2rem;
  }
  #main .scrollBox .link a.on {
    background-size: 15px auto;
  }
  #main .scrollBox .link {
    margin: 0px 7px 0 10px;
  }
  #main .scrollBox .link a {
    width: 46px;
    height: 46px;
    font-size: 1.4rem;
    -webkit-transition: none;
    transition: none;
  }
  #main .scrollBox .link .subSpan span {
    font-size: 1.3rem;
  }
  #main .scrollBox .comLink {
    bottom: -22px;
    width: 161px;
  }
  #main .scrollBox .comLink a {
    min-height: 40px;
    font-size: 1.5rem;
  }
  #main .eventSec .rBox {
    padding: 40px 0 27px;
    width: calc(100% - 78px);
    margin: 0 0 0 auto;
  }
  body.pad #main .eventSec .rBox {
    width: calc(100% - 108px);
  }
  #main .eventSec .content {
    padding: 0;
  }
  #main .eventSec .event_title {
    margin: 0;
  }
  #main .event_schedule .event_title {
    margin: 31px 0 0;
  }
  #main .event_schedule .event_title img {
    margin: 0 0 0 9px;
    width: 27px;
  }
  #main .eventSec .event_title {
    width: auto;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  body.pad #main .eventSec .event_title {
    width: 60px;
  }
  body.pad #main .eventSec:not(.event_schedule) .event_title {
    width: 60px;
  }
  #main .event_title .txtSpan {
    width: 63px;
  }
  #main .event_title svg {
    width: 100%;
    height: auto;
  }
  #main .eventSec .eventList li {
    width: 70vw;
    padding-left: 9px;
    padding-right: 9px;
  }
  body.pad #main .eventSec .eventList li {
    width: 64vw;
  }
  body.pad #main .eventSec .eventList li .photoSpan {
    padding-bottom: 62%;
  }
  #main .eventSec .eventList li .photo {
    margin-bottom: 13px;
  }
  .schedule_date {
    top: -12px;
    left: -6px;
  }
  #main .eventSec .eventList li .textBox {
    margin: 0 -2px;
  }
  #main .eventSec .eventList li p {
    margin-bottom: 9px;
    font-size: 1.6rem;
    letter-spacing: -0.01em;
    line-height: 1.1875;
  }
  #main .eventSec .eventList li .title {
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    margin-bottom: 3px;
  }
  #main .eventSec .eventList li .tagTxt a {
    letter-spacing: 0;
    font-size: 1.1rem;
  }
  #main .eventSec .eventList li .photo .date {
    padding: 9px 5px 5px;
    width: 54px;
    height: 54px;
    font-size: 1.2rem;
    top: -12px;
    left: -8px;
  }
  #main .eventSec .eventList li .photo .date span {
    margin-top: -2px;
    font-size: 2.1rem;
    letter-spacing: 0;
  }
  #main .eventSec .eventList li .textImg {
    width: 60px;
    top: -26px;
    left: 39px;
  }
  #main .eventSec .moreBox .moreLink {
    width: auto;
    text-align: center;
    position: absolute;
    top: 17px;
  }
  #main .event_schedule .content {
    padding: 0;
  }
  #main .eventSec .moreBox {
    width: calc(100% - 85px);
    float: right;
    /* position: relative; */
    right: 0;
  }
  #main .eventSec .moreBox .scroll::before {
    width: 173px;
    border-width: 4px;
    top: -2px;
  }
  #main .eventSec .icoBox {
    margin: 0 20px 0 0;
    bottom: -37px;
  }
  #main .eventSec .icoBox .next {
    margin-left: 5px;
  }
  #main .eventSec .icoBox div:before {
    width: 8px;
    height: 8px;
  }
  #main .event_schedule {
    margin-top: -10px;
  }
  #main .eventSec {
    margin-bottom: 94px;
    position: relative;
  }
  body.pad #main .eventSec {
    margin-bottom: 114px;
  }
  #main .event_log .inner {
    margin: 0 0 50px;
  }
  #main .eventSec .lBox {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: calc(100% - 84px);
  }
  body.pad #main .eventSec .lBox {
    width: calc(100% - 114px);
  }
  #main .event_log .event_title {
    left: auto;
    right: 0;
  }
  #main .eventSec .list {
    grid-template-columns: 50% 50%;
    grid-template-areas: "a a" "b c" "d e";
  }
  body.pad #main .eventSec .list li:nth-child(1) {
    height: 330px;
  }
  body.pad #main .eventSec .list li:nth-child(1) img {
    height: 330px !important;
  }
  body.pad #main .eventSec .list li:nth-child(1) a {
    padding: 0;
    height: 100%;
  }
  #main .eventSec .list li:nth-child(3) {
    grid-area: d;
  }
  #main .eventSec .list li:nth-child(4) {
    grid-area: c;
  }
  #main .eventSec .list li:nth-child(8) {
    grid-area: e;
  }
  #main .eventSec .list li a {
    padding-bottom: 100%;
    height: auto;
  }
  #main .eventSec .h2Ttl img {
    width: 33px;
    margin-left: -8px;
  }
  #main .eventSec .list .jsTxtBox p {
    margin-bottom: 10px;
    letter-spacing: -0.02em;
    line-height: 1.4;
  }
  #main .eventSec .list .jsTxtBox .title {
    font-size: 13px !important;
  }
  #main .eventSec .list li:first-child .jsTxtBox .title {
    font-size: 16px !important;
  }
  #main .eventSec .list .subJsTxtBox {
    margin-bottom: 0;
    padding: 0 22px;
  }
  #main .eventSec .list li:nth-of-type(1) .subJsTxtBox {
    padding: 0 37px;
  }
  #main .eventSec .list .jsTxtBox .txt {
    font-size: 1.1rem;
    letter-spacing: 0;
    font-family: "Roboto Condensed", sans-serif;
  }
  #main .eventSec .list .jsTxtBox .date {
    bottom: 11px;
    font-size: 3rem;
  }
  #main .eventSec .list li:first-child .jsTxtBox .date {
    font-size: 3.8rem;
    bottom: 11px;
  }
  #main .eventSec .lBox .moreLink {
    right: -59px;
  }
  #main .serviceSec {
    padding: 24px 0 115px;
  }
  body.pad .serviceSec .content {
    padding: 0 20px;
  }
  #main .serviceSec h2 {
    margin-bottom: 28px;
    font-size: 1.1rem;
  }
  #main .serviceSec h2 .txtSpan {
    padding-top: 10px;
    letter-spacing: 0;
    margin-bottom: 6px;
    font-size: 5.9rem;
    line-height: 0.83;
  }
  #main .serviceSec .centerTxt {
    margin-bottom: 34px;
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    line-height: 1.92;
  }
  #main .serviceSec .jsBox {
    margin: 0 -20px;
  }
  #main .serviceList {
    margin-bottom: 33px;
  }
  #main .serviceList li {
    width: 40vw;
    margin: 0 7px;
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
  }
  body.pad #main .serviceList li {
    -webkit-transform: none;
            transform: none;
  }
  #main .serviceList li .num {
    margin: 0 -20px 16px 0;
    font-size: 2rem;
    letter-spacing: -0.02em;
    line-height: 1.4;
  }
  body.pad #main .serviceList li .num {
    margin-right: -80px;
  }
  #main .serviceList li .inner {
    margin-bottom: 9px;
  }
  #main .serviceList li .photo {
    margin: 0 0 15px;
    height: 40vw;
  }
  #main .serviceList li a .photo:before {
    height: 40vw;
  }
  #main .serviceList li p {
    font-size: 1.3rem;
    letter-spacing: 0.04em;
    line-height: 1.54;
    font-weight: 500;
  }
  #main .serviceSec .comLink {
    width: 161px;
  }
  #main .serviceSec .comLink a {
    min-height: 40px;
    font-size: 1.5rem;
  }
  #main .serviceSec .jsBox .next,
  #main .serviceSec .jsBox .prev {
    width: 9px;
  }
  #main .serviceSec .jsBox .prev {
    left: 23px;
  }
  #main .serviceSec .jsBox .next {
    right: 23px;
  }
  #main .btmBox .content {
    padding: 0;
  }
  #main .btmBox .textImg {
    max-width: 336px;
    top: -22px;
    left: 8px;
  }
  #main .btmBox .textImg span {
    padding: 0;
  }
  #main .btmBox .photo {
    margin-bottom: -1px;
    max-height: 500px;
  }
  #main .btmBox p {
    font-size: 1.9rem;
    left: auto;
    right: 28px;
    bottom: 36px;
    letter-spacing: 0.08em;
  }
  #main .aboutList li:nth-child(n+7) {
    display: none !important;
  }
}

@media all and (min-width: 1000px) and (max-width: 1200px) {
  #main .noSlide .serviceList li {
    width: 130px;
  }
  #main .noSlide .serviceList li .photo {
    width: 130px;
    height: 130px;
  }
}

@media all and (max-width: 374px) {
  #main .btmBox .textImg {
    max-width: 300px;
  }
  .intro .logo {
    width: 175px;
  }
}