.MainSection {
  background: #e9eae9;
}
.CtaSection {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #ececec;
}
@media screen and (max-width: 480px) {
  .CtaSection {
    padding-top: 48px;
    padding-bottom: 54px;
  }
}
.Cta-Inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 516px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .Cta-Inner {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Cta-Inner {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media screen and (max-width: 480px) {
  .Cta-Inner {
    padding-left: 4.8vw;
    padding-right: 4.8vw;
  }
}
.Cta-Inner-Headline {
  text-align: center;
  font-size: 28px;
}
@media screen and (max-width: 480px) {
  .Cta-Inner-Headline {
    font-size: 5.7vw;
  }
}
.Cta-Inner-SubHeadline {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Cta-Inner-SubHeadline {
    margin-top: 16px;
    font-size: 3.1vw;
  }
}
.Cta-Inner-Btn {
  margin-top: 48px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .Cta-Inner-Btn {
    margin-top: 28px;
    margin-left: auto;
    margin-right: auto;
    width: 86%;
    max-width: 340px;
  }
}
@media screen and (max-width: 480px) {
  .Cta-Inner-Btn-Img {
    display: none;
  }
}
.Cta-Inner-Btn-ImgSp {
  display: none;
}
@media screen and (max-width: 480px) {
  .Cta-Inner-Btn-ImgSp {
    display: block;
  }
}
.Cta-Inner-Text {
  margin-top: 40px;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Cta-Inner-Text {
    margin-top: 28px;
    font-size: 2.8vw;
  }
}
.FooterSection {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .FooterSection {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.Footer-Inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  width: 100%;
  max-width: 465px;
}
@media screen and (max-width: 480px) {
  .Footer-Inner {
    max-width: 232px;
  }
}
.Footer-Inner-Mark01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
}
.Footer-Inner-Mark02 {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
}
.Footer-Inner-SNS {
  margin-left: auto;
  margin-right: auto;
  width: 164px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .Footer-Inner-SNS {
    width: 90px;
  }
}
.Footer-Inner-SNS-Item {
  width: 24px;
}
.Footer-Inner-SNS-Item.isYouTube {
  width: 28px;
}
@media screen and (max-width: 480px) {
  .Footer-Inner-SNS-Item.isYouTube {
    width: 15px;
  }
}
@media screen and (max-width: 480px) {
  .Footer-Inner-SNS-Item {
    width: 14px;
  }
}
.Footer-Inner-Copy {
  margin-top: 64px;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Footer-Inner-Copy {
    margin-top: 28px;
    font-size: 3.3vw;
  }
}
.HeaderLayer {
  position: fixed;
  top: 40px;
  width: 100%;
  z-index: 1000;
}
@media screen and (max-width: 480px) {
  .HeaderLayer {
    top: 20px;
  }
}
.Header {
  width: 100%;
  height: 100%;
}
.Header-Inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1304px;
  height: 100%;
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .Header-Inner {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Header-Inner {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media screen and (max-width: 480px) {
  .Header-Inner {
    padding-left: 4.8vw;
    padding-right: 4.8vw;
  }
}
.Header-Inner-Content {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.Header-Inner-Content-Left {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .Header-Inner-Content-Left {
    width: 100%;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Header-Inner-Content-Left {
    width: 100%;
    align-items: flex-start;
  }
}
@media screen and (max-width: 480px) {
  .Header-Inner-Content-Left {
    width: 100%;
    align-items: flex-start;
  }
}
.Header-Inner-Content-Left-ImgBox {
  width: 170px;
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .Header-Inner-Content-Left-ImgBox {
    width: 120px;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Header-Inner-Content-Left-ImgBox {
    width: 100px;
  }
}
@media screen and (max-width: 480px) {
  .Header-Inner-Content-Left-ImgBox {
    display: none;
  }
}
.Header-Inner-Content-Left-Hm {
  display: none;
  margin-left: auto;
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .Header-Inner-Content-Left-Hm {
    display: block;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Header-Inner-Content-Left-Hm {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .Header-Inner-Content-Left-Hm {
    display: block;
  }
}
.Header-Inner-Content-Left-Hm-Link {
  position: relative;
  width: 50px;
  z-index: 100002;
}
.Header-Inner-Content-Right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-grow: 5;
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .Header-Inner-Content-Right {
    display: none;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Header-Inner-Content-Right {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .Header-Inner-Content-Right {
    display: none;
  }
}
.Header-Inner-Content-Right-Item {
  position: relative;
  padding: 0 1.5vw;
  display: flex;
  flex-wrap: nowrap;
  flex: none;
  height: 100%;
  font-size: 15px;
}
@media screen and (max-width: 480px) {
  .Header-Inner-Content-Right-Item {
    display: none;
  }
}
.Header-Inner-Content-Right-Item:nth-child(6) {
  padding-right: 3.4vw;
}
.Header-Inner-Content-Right-Item:nth-child(7) {
  padding-right: 0;
}
.Header-Inner-Content-Right-Item.Hm {
  padding-right: 0;
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Header-Inner-Content-Right-Item.Hm {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .Header-Inner-Content-Right-Item.Hm {
    display: block;
  }
}
.Header-Inner-Content-Right-Item-Img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
}
.Header-Inner-Content-Right-Item-Link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.SpLogo {
  position: absolute;
  top: 20px;
  left: 4.8vw;
  z-index: 1001;
  width: 130px;
  display: none;
}
@media screen and (max-width: 480px) {
  .SpLogo {
    display: block;
  }
}
.MenuLayer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(14,12,12,0.9);
  z-index: 100001;
}
.JS_SlideSpMenu_Contents {
  transition: all 0.2s;
  transform: translate(100vw);
}
.JS_SlideSpMenu_Contents.isShow {
  transform: translate(0);
}
.Menu {
  width: 100%;
  height: 100%;
}
.Menu-Head {
  padding-top: 4.8vw;
  padding-left: 4.8vw;
  padding-right: 6vw;
  height: auto;
  display: flex;
}
.Menu-Head-ImgBox {
  width: 130px;
}
.Menu-Head-MenuIcon {
  margin-left: auto;
  width: 36px;
}
.Menu-Inner {
  padding-top: 24px;
  height: 100%;
}
.Menu-Inner-List {
  width: 100%;
}
.Menu-Inner-List-Item {
  display: flex;
  align-items: center;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 3.8vw;
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .Menu-Inner-List-Item {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Menu-Inner-List-Item {
    font-size: 2.8vw;
  }
}
.Menu-Inner-List-Item:nth-child(n+2) {
  margin-top: 32px;
}
.Menu-Inner-List-Item-Link {
  width: 100%;
}
.Menu-Inner-List-Item-Link.isflex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Menu-Inner-List-Item-Link-Img {
  margin-right: 10px;
  width: 12px;
}
.OverLayLayer {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  background: rgba(0,0,0,0.3);
  z-index: 1001;
  opacity: 0;
  transition: opacity 0.2s;
}
.OverLayLayer.isShow {
  width: 100%;
  height: 100vh;
  opacity: 1;
}
/* ---------------------------- */
/* --- HeroSection --- */
/* ---------------------------- */
.HeroSection {
  position: relative;
  width: 100%;
  height: 64vw;
}
@media screen and (max-width: 480px) {
  .HeroSection {
    height: 187vw;
  }
}
.HeroSection-Bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .HeroSection-Bg {
    display: none;
  }
}
.HeroSection-BgSp {
  position: absolute;
  top: 29vw;
  left: 0;
  z-index: 2;
  width: 100%;
  display: none;
}
@media screen and (max-width: 480px) {
  .HeroSection-BgSp {
    display: block;
  }
}
.HeroSection-Bg02 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
  width: 88%;
  max-width: 1245px;
}
@media screen and (min-width: 1920px) {
  .HeroSection-Bg02 {
    max-width: none;
  }
}
@media screen and (max-width: 480px) {
  .HeroSection-Bg02 {
    display: none;
  }
}
.HeroSection-Bg03 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 50%;
  max-width: 700px;
}
@media screen and (max-width: 480px) {
  .HeroSection-Bg03 {
    display: none;
  }
}
.HeroSection-Scroll {
  position: absolute;
  top: 50%;
  right: 2.2vw;
  transform: translateY(-50%);
  z-index: 3;
  width: 12px;
}
@media screen and (max-width: 480px) {
  .HeroSection-Scroll {
    display: none;
  }
}
/* ---------------------------- */
/* --- IntroSection --- */
/* ---------------------------- */
.IntroSection {
  position: relative;
  padding-top: 200px;
  padding-bottom: 156px;
}
@media screen and (max-width: 480px) {
  .IntroSection {
    padding-top: 600px;
    padding-bottom: 462px;
  }
}
.IntroSection-Img {
  position: absolute;
  top: 7.1vw;
  right: 0;
  z-index: 1;
  width: 82%;
  max-width: 1160px;
}
@media screen and (max-width: 480px) {
  .IntroSection-Img {
    display: none;
  }
}
.IntroSection-ImgSp {
  position: absolute;
  top: 123vw;
  left: 0;
  z-index: 1;
  width: 100%;
  display: none;
}
@media screen and (max-width: 480px) {
  .IntroSection-ImgSp {
    display: block;
  }
}
.IntroSection-Img02 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .IntroSection-Img02 {
    display: none;
  }
}
.IntroSection-ImgBox {
  position: absolute;
  top: -7.1vw;
  left: 2.8vw;
  z-index: 2;
  width: 25.7vw;
  max-width: 360px;
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .IntroSection-ImgBox {
    width: 23.7vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .IntroSection-ImgBox {
    width: 21.7vw;
  }
}
@media screen and (max-width: 480px) {
  .IntroSection-ImgBox {
    top: -4.8vw;
    left: 50%;
    transform: translateX(-50%) !important;
    z-index: 2;
    width: 86.9vw;
  }
}
.IntroSection-ImgBox-Img {
  padding-top: 150%;
  width: 100%;
}
.IntroSection-ImgBox02 {
  position: absolute;
  bottom: -8.5vw;
  right: 4.2vw;
  z-index: 2;
  width: 21vw;
  max-width: 300px;
}
@media screen and (max-width: 480px) {
  .IntroSection-ImgBox02 {
    bottom: -9.6vw;
    right: 4.8vw;
    width: 72%;
  }
}
.IntroSection-ImgBox02-Img {
  padding-top: 150%;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .IntroSection-ImgBox02-Img {
    display: none;
  }
}
.IntroSection-ImgBox02-ImgSp {
  padding-top: 150%;
  width: 100%;
  display: none;
}
@media screen and (max-width: 480px) {
  .IntroSection-ImgBox02-ImgSp {
    display: block;
  }
}
.Intro-Inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .Intro-Inner {
    padding-left: 4.8vw;
    padding-right: 4.8vw;
  }
}
.Intro-Inner-Box {
  height: 500px;
  writing-mode: vertical-rl;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .Intro-Inner-Box {
    height: 440px;
  }
}
.Intro-Inner-Box.is01 {
  margin-left: 40px;
}
@media screen and (max-width: 480px) {
  .Intro-Inner-Box.is01 {
    margin-left: 20px;
  }
}
.Intro-Inner-Box.is02 {
  margin-left: 94px;
}
@media screen and (max-width: 480px) {
  .Intro-Inner-Box.is02 {
    margin-left: 32px;
  }
}
.Intro-Inner-Box-Headline {
  letter-spacing: 0.08em;
  font-size: 28px;
}
@media screen and (max-width: 480px) {
  .Intro-Inner-Box-Headline {
    font-size: 5.7vw;
  }
}
.Intro-Inner-Box-SubHeadline {
  letter-spacing: 0.2em;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Intro-Inner-Box-SubHeadline {
    font-size: 3.3vw;
  }
}
.Intro-Inner-Box-Text {
  line-height: 2.7;
  letter-spacing: 0.04em;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Intro-Inner-Box-Text {
    font-size: 3.3vw;
  }
}
/* ---------------------------- */
/* --- bigbg --- */
/* ---------------------------- */
.ImgBox {
  width: 100%;
}
.ImgBox-Img {
  padding-top: 50%;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .ImgBox-Img {
    display: none;
  }
}
.ImgBox-ImgSp {
  padding-top: 124.3%;
  width: 100%;
  display: none;
}
@media screen and (max-width: 480px) {
  .ImgBox-ImgSp {
    display: block;
  }
}
/* ---------------------------- */
/* --- MovieSection --- */
/* ---------------------------- */
.MovieSection {
  position: relative;
  padding-top: 168px;
}
@media screen and (max-width: 480px) {
  .MovieSection {
    padding-top: 468px;
  }
}
.MovieSection-Img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 78%;
  max-width: 1100px;
}
@media screen and (max-width: 480px) {
  .MovieSection-Img {
    display: none;
  }
}
.MovieSection-ImgSp {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  display: none;
}
.MovieSection-ImgBox {
  position: absolute;
  top: -19.5vw;
  left: 5.7vw;
  z-index: 2;
  width: 21%;
  max-width: 300px;
}
@media screen and (max-width: 480px) {
  .MovieSection-ImgBox {
    top: -13vw;
    left: 4.8vw;
    width: 72%;
  }
}
.MovieSection-ImgBox-Img {
  padding-top: 150%;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .MovieSection-ImgBox-Img {
    display: none;
  }
}
.MovieSection-ImgBox-ImgSp {
  padding-top: 150%;
  width: 100%;
  display: none;
}
@media screen and (max-width: 480px) {
  .MovieSection-ImgBox-ImgSp {
    display: block;
  }
}
.Movie-Inner {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .Movie-Inner {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Movie-Inner {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media screen and (max-width: 480px) {
  .Movie-Inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.Movie-Inner-Headline {
  text-align: center;
  font-size: 40px;
}
@media screen and (max-width: 480px) {
  .Movie-Inner-Headline {
    padding-left: 8.6vw;
    text-align: left;
    font-size: 9.6vw;
  }
}
.Movie-Inner-Video {
  margin-top: 36px;
  width: 100%;
}
.Movie-Inner-Video-Box {
  width: 100%;
}
.Movie-Inner-Video-Box-Img {
  padding-top: 56.25%;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .Movie-Inner-Video-Box-Img {
    display: none;
  }
}
.Movie-Inner-Video-Box-ImgSp {
  padding-top: 66.66%;
  width: 100%;
  display: none;
}
@media screen and (max-width: 480px) {
  .Movie-Inner-Video-Box-ImgSp {
    display: block;
  }
}
/* ---------------------------- */
/* --- GallerySection --- */
/* ---------------------------- */
.GallerySection {
  position: relative;
  padding-top: 300px;
  padding-bottom: 120px;
}
@media screen and (max-width: 480px) {
  .GallerySection {
    padding-top: 134px;
    padding-bottom: 78px;
  }
}
.GallerySection-Img {
  position: absolute;
  top: 11vw;
  left: 0;
  z-index: 1;
  width: 78.5%;
}
@media screen and (max-width: 480px) {
  .GallerySection-Img {
    display: none;
  }
}
.GallerySection-ImgSp {
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 1;
  width: 100%;
  display: none;
}
@media screen and (max-width: 480px) {
  .GallerySection-ImgSp {
    display: block;
  }
}
.GallerySection-Img02 {
  position: absolute;
  bottom: 27vw;
  left: 0;
  z-index: 1;
  width: 35%;
  max-width: 495px;
}
@media screen and (max-width: 480px) {
  .GallerySection-Img02 {
    display: none;
  }
}
.Gallery-Inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .Gallery-Inner {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Gallery-Inner {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media screen and (max-width: 480px) {
  .Gallery-Inner {
    padding-left: 4.8vw;
    padding-right: 4.8vw;
  }
}
.Gallery-Inner-Headline {
  position: absolute;
  top: 0;
  left: -64px;
  z-index: 2;
  writing-mode: vertical-rl;
  font-size: 40px;
}
@media screen and (max-width: 480px) {
  .Gallery-Inner-Headline {
    position: relative;
    top: inherit;
    left: inherit;
    padding-left: 4.8vw;
    writing-mode: inherit;
    font-size: 9.6vw;
  }
}
.Gallery-Inner-Btn {
  position: relative;
  margin-top: 72px;
  margin-left: auto;
  margin-right: auto;
  width: 172px;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Gallery-Inner-Btn {
    margin-top: 54px;
    width: 133px;
    font-size: 3.3vw;
  }
}
.Gallery-Inner-Btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 80px;
  height: 1px;
  background: #000;
}
@media screen and (max-width: 480px) {
  .Gallery-Inner-Btn::after {
    width: 40px;
  }
}
.Gallery-Inner-Card {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .Gallery-Inner-Card {
    margin-top: 28px;
  }
}
.Gallery-Inner-Card-Item {
  position: relative;
  z-index: 2;
  width: calc((100% - 120px) / 3);
}
@media screen and (max-width: 480px) {
  .Gallery-Inner-Card-Item {
    width: calc((100% - 20px) / 2);
  }
}
.Gallery-Inner-Card-Item:not(:nth-child(3n-2)) {
  margin-left: 60px;
}
@media screen and (max-width: 480px) {
  .Gallery-Inner-Card-Item:not(:nth-child(3n-2)) {
    margin-left: 0;
  }
}
.Gallery-Inner-Card-Item:nth-child(n+4) {
  margin-top: 60px;
}
@media screen and (max-width: 480px) {
  .Gallery-Inner-Card-Item:nth-child(n+4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .Gallery-Inner-Card-Item:nth-child(n+3) {
    margin-top: 35px;
  }
}
@media screen and (max-width: 480px) {
  .Gallery-Inner-Card-Item:nth-child(even) {
    margin-left: 20px;
  }
}
.Gallery-Inner-Card-Item-ImgBox {
  width: 100%;
}
.Gallery-Inner-Card-Item-ImgBox-Img {
  padding-top: 100%;
  width: 100%;
}
.Gallery-Inner-Card-Item-Text {
  margin-top: 24px;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Gallery-Inner-Card-Item-Text {
    font-size: 3.8vw;
  }
}
.Gallery-Inner-Card-Item-SubText {
  margin-top: 12px;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Gallery-Inner-Card-Item-SubText {
    font-size: 2.8vw;
  }
}
/* ---------------------------- */
/* --- ActivitySection --- */
/* ---------------------------- */
.ActivitySection {
  position: relative;
  padding-top: 48px;
  padding-bottom: 48px;
  background: #fff;
}
.ActivitySection-Img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 21.4vw;
  max-width: 300px;
  height: 100%;
}
@media screen and (min-width: 1920px) {
  .ActivitySection-Img {
    right: 306px;
  }
}
@media screen and (max-width: 480px) {
  .ActivitySection-Img {
    display: none;
  }
}
.ActivitySection-ImgSp {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  display: none;
}
@media screen and (max-width: 480px) {
  .ActivitySection-ImgSp {
    display: block;
  }
}
.ActivitySection-Img02 {
  position: absolute;
  top: 88px;
  left: 0;
  z-index: 1;
  width: 100%;
}
.Activity-Inner {
  margin-left: auto;
  max-width: 1308px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 1920px) {
  .Activity-Inner {
    margin-right: auto;
  }
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .Activity-Inner {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Activity-Inner {
    padding-left: 14px;
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .Activity-Inner {
    padding-left: 2.8vw;
    padding-right: 2.8vw;
    flex-wrap: wrap;
  }
}
.Activity-Inner-Box {
  position: relative;
  z-index: 3;
  width: 34.4%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .Activity-Inner-Box {
    padding-left: 4.8vw;
    padding-right: 4.8vw;
    width: 100%;
  }
}
.Activity-Inner-Box-Headline {
  font-size: 40px;
}
@media screen and (max-width: 480px) {
  .Activity-Inner-Box-Headline {
    font-size: 9.6vw;
  }
}
.Activity-Inner-Box-SubHeadline {
  margin-top: 12px;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Activity-Inner-Box-SubHeadline {
    font-size: 3.3vw;
  }
}
.Activity-Inner-Box-Text {
  margin-top: 72px;
  line-height: 2;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Activity-Inner-Box-Text {
    margin-top: 36px;
    font-size: 3.3vw;
  }
}
.Activity-Inner-Box-Btn {
  position: relative;
  margin-top: 56px;
  width: 172px;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Activity-Inner-Box-Btn {
    margin-top: 24px;
    width: 132px;
    font-size: 3.3vw;
  }
}
.Activity-Inner-Box-Btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 80px;
  height: 1px;
  background: #000;
}
@media screen and (max-width: 480px) {
  .Activity-Inner-Box-Btn::after {
    width: 40px;
  }
}
.Activity-Inner-ImgBox {
  position: relative;
  margin-left: 80px;
  width: 59.6%;
  max-width: 780px;
  z-index: 3;
}
@media screen and (max-width: 480px) {
  .Activity-Inner-ImgBox {
    margin-top: 50px;
    margin-left: 0;
    width: 100%;
  }
}
.Activity-Inner-ImgBox-Img {
  width: 100%;
}
.Activity-Inner-ImgBox-Img-Img {
  padding-top: 76.92%;
  width: 100%;
}
/* ---------------------------- */
/* --- BlogSection --- */
/* ---------------------------- */
.BlogSection {
  position: relative;
  padding-top: 168px;
  padding-bottom: 156px;
}
@media screen and (max-width: 480px) {
  .BlogSection {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
.Blog-Inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1060px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .Blog-Inner {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Blog-Inner {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media screen and (max-width: 480px) {
  .Blog-Inner {
    padding-left: 8.7vw;
    padding-right: 8.7vw;
  }
}
.Blog-Inner-Headline {
  text-align: center;
  font-size: 40px;
}
@media screen and (max-width: 480px) {
  .Blog-Inner-Headline {
    font-size: 9.6vw;
  }
}
.Blog-Inner-Card {
  margin-top: 45px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .Blog-Inner-Card {
    margin-top: 28px;
  }
}
.Blog-Inner-Card-Item {
  position: relative;
  z-index: 2;
  width: calc((100% - 160px) / 3);
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Blog-Inner-Card-Item {
    width: calc((100% - 80px) / 3);
  }
}
@media screen and (max-width: 480px) {
  .Blog-Inner-Card-Item {
    width: 100%;
  }
}
.Blog-Inner-Card-Item:not(:nth-child(3n-2)) {
  margin-left: 80px;
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Blog-Inner-Card-Item:not(:nth-child(3n-2)) {
    margin-left: 40px;
  }
}
@media screen and (max-width: 480px) {
  .Blog-Inner-Card-Item:not(:nth-child(3n-2)) {
    margin-left: 0;
  }
}
.Blog-Inner-Card-Item:nth-child(n+4) {
  margin-top: 28px;
}
@media screen and (max-width: 480px) {
  .Blog-Inner-Card-Item:nth-child(n+4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .Blog-Inner-Card-Item:nth-child(n+2) {
    margin-top: 45px;
  }
}
.Blog-Inner-Card-Item-ImgBox {
  width: 100%;
}
.Blog-Inner-Card-Item-ImgBox-Img {
  padding-top: 100%;
  width: 100%;
}
.Blog-Inner-Card-Item-Title {
  margin-top: 28px;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Blog-Inner-Card-Item-Title {
    margin-top: 16px;
    font-size: 4.8vw;
  }
}
.Blog-Inner-Card-Item-Date {
  margin-top: 12px;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Blog-Inner-Card-Item-Date {
    font-size: 3.1vw;
  }
}
.Blog-Inner-Card-Item-Date + p {
  margin-top: 28px;
  line-height: 2;
  letter-spacing: 0.04em;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Blog-Inner-Card-Item-Date + p {
    margin-top: 18px;
    font-size: 3.3vw;
  }
}
.Blog-Inner-Btn {
  position: relative;
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
  width: 172px;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Blog-Inner-Btn {
    margin-top: 48px;
    width: 132px;
    font-size: 3.3vw;
  }
}
.Blog-Inner-Btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 80px;
  height: 1px;
  background: #000;
}
@media screen and (max-width: 480px) {
  .Blog-Inner-Btn::after {
    width: 40px;
  }
}
