@charset "UTF-8";
:root {
  --tc_black: #0D0D0D;
  --tc_black_text: #333;
  --tc_gray: #B7B7B7;
  --tc_gray_2: #464646;
  --tc_yellow: #FFE100;
  --tc_yellow_2: #FFF6C9;
  --tc_red: #E60012;
  --tc_orange: #FF9501;
  --tc_blue: #3D65DD;
  --tc_blue_2: #3B9FF2;
  --tc_green: #5FBF3D;
  --red_gradation: linear-gradient(180deg, var(--tc_red)0%, #D20515 100%);
}

html {
  scroll-behavior: smooth;
}

a,
button {
  transition: opacity 0.3s ease;
}
a:hover,
button:hover {
  opacity: 0.8;
}

.l-main {
  position: relative;
  padding-bottom: 0;
  overflow: inherit;
  font-family: "M PLUS 1", "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo UI, "メイリオ", Meiryo, sans-serif;
}
.l-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  z-index: 1;
  width: 100%;
  height: 64px;
  background-image: url(/communicationsite/towercraft/img/bg_about.png);
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: 1700px 1423px;
}
@media print, screen and (max-width: 767px) {
  .l-main::before {
    height: 34px;
    background-size: 899px 833px;
  }
}
.l-main > * {
  position: relative;
  z-index: 1;
}
.l-main .mainimg {
  z-index: 0;
}

.mainimg {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  width: 100%;
  height: 722px;
  padding: 165px 8px;
  overflow: hidden;
}
@media print, screen and (max-width: 767px) {
  .mainimg {
    height: 636px;
    padding-top: 145px;
  }
}
@media print, screen and (max-width: 599px) {
  .mainimg {
    height: 598px;
    padding-top: 144px;
  }
}
.mainimg::after {
  content: "";
  position: absolute;
  bottom: 78px;
  left: 50%;
  translate: -50% 0;
  z-index: 1;
  width: 100%;
  height: 35px;
  background-image: url(/communicationsite/towercraft/img/txt_mainimg_scroll.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 100%;
  animation: loop-animation-towercraft 10s linear infinite;
}
@media print, screen and (max-width: 767px) {
  .mainimg::after {
    bottom: 94px;
    height: 25px;
  }
}
.mainimg > * {
  z-index: 1;
}
.mainimg h1 {
  font-size: inherit;
}
.mainimg h1 img {
  width: 100%;
  max-width: 700px;
  height: auto;
}
@media print, screen and (max-width: 767px) {
  .mainimg h1 img {
    max-width: 600px;
  }
}
.mainimg a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  width: 100%;
  max-width: 337px;
  height: 63px;
  padding-bottom: 4px;
  background: var(--red_gradation);
  border-radius: 9px;
  border: 4px solid var(--tc_black_text);
  filter: drop-shadow(3px 3px 0 #5E5E5E);
  transform: translateZ(0);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}
.mainimg a:hover {
  opacity: 0.9;
}
@media print, screen and (max-width: 767px) {
  .mainimg a {
    gap: 22px;
    max-width: 300px;
    height: 64px;
    border-width: 3px;
    font-size: 1.9rem;
  }
}
@media print, screen and (max-width: 599px) {
  .mainimg a {
    gap: 22px;
    max-width: 270px;
    height: 55px;
    border-radius: 5px;
    border-width: 3px;
    font-size: 1.6rem;
  }
}
.mainimg a::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin-top: 1%;
  background-image: url(/communicationsite/towercraft/img/icon_arrow_circle_white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media print, screen and (max-width: 767px) {
  .mainimg a::after {
    width: 30px;
    height: 30px;
  }
}
.mainimg .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.mainimg .bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: auto;
  height: 100%;
}
@media print, screen and (min-width: 1350px) {
  .mainimg .bg video {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (max-width: 767px) {
  .mainimg .bg video {
    left: auto;
    right: 0;
    translate: 0 -50%;
  }
}

.contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 160px 40px;
}
@media print, screen and (max-width: 767px) {
  .contents {
    padding: 100px 16px;
  }
}
.contents__title {
  margin-bottom: 40px;
}
@media print, screen and (max-width: 767px) {
  .contents__title {
    margin-bottom: 32px;
  }
}
.contents__title img {
  width: auto;
  height: 75px;
}
@media print, screen and (max-width: 767px) {
  .contents__title img {
    height: 50px;
  }
}
.contents__lead {
  margin: 0 0 32px;
  font-size: 3.4rem;
  font-weight: 800;
  line-height: 100%;
}
@media print, screen and (max-width: 767px) {
  .contents__lead {
    margin: 0 0 24px;
    font-size: 2.3rem;
  }
}
.contents__lead span {
  font-size: 3.8rem;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.08em;
}
@media print, screen and (max-width: 767px) {
  .contents__lead span {
    font-size: 2.6rem;
  }
}
.contents__description {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 180%;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .contents__description {
    padding: 0 16px;
    font-size: 1.6rem;
    line-height: 170%;
    text-align: start;
  }
}

.about {
  background: #AEAEAE;
}
.about::after {
  content: "";
  position: absolute;
  top: -42px;
  width: 100%;
  height: 1423px;
  background-image: url(/communicationsite/towercraft/img/bg_about.png);
  background-repeat: repeat-x;
  background-position: bottom left 23px;
  background-size: auto 100%;
  z-index: -1;
}
@media print, screen and (max-width: 767px) {
  .about::after {
    height: 833px;
    background-size: 899px 833px;
    background-position: bottom left 11px;
  }
}
.about .contents__description {
  position: relative;
  display: block;
  width: 100%;
  max-width: 700px;
  margin: 0 0 140px;
}
@media print, screen and (max-width: 767px) {
  .about .contents__description {
    max-width: 484px;
    margin: 0 0 176px;
  }
}
.about .contents__description::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -55%;
  width: 1024px;
  height: 400px;
  background-image: url(/communicationsite/towercraft/img/img_about_skin_large.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  z-index: 0;
}
@media print, screen and (max-width: 767px) {
  .about .contents__description::after {
    top: auto;
    left: auto;
    bottom: 0;
    right: 50px;
    translate: 0 115%;
    width: 81px;
    height: 120px;
    background-image: url(/communicationsite/towercraft/img/img_about_skin_small.png);
  }
}
.about > ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 900px;
}
@media print, screen and (max-width: 767px) {
  .about > ul {
    max-width: 672px;
  }
}
.about > ul > li {
  display: flex;
  align-items: start;
  width: 100%;
  padding: 50px 50px;
  border: 3px solid var(--tc_black);
  border-radius: 10px;
  background: #fff;
  filter: drop-shadow(6px 6px 0 var(--tc_yellow));
  transform: translateZ(0);
}
@media print, screen and (max-width: 767px) {
  .about > ul > li {
    flex-direction: column;
    align-items: center;
    padding: 56px 24px;
    border-width: 3px;
    filter: drop-shadow(4px 4px 0 var(--tc_yellow));
  }
}
.about > ul > li .number {
  width: 99px;
  margin-right: 12px;
  flex-shrink: 0;
  font-size: 6rem;
  font-weight: 800;
  line-height: 73%;
  font-family: "Montserrat", sans-serif;
}
@media print, screen and (max-width: 767px) {
  .about > ul > li .number {
    width: auto;
    margin-right: 0;
    margin: 0 0 24px;
    font-size: 5.2rem;
    text-align: center;
  }
}
.about > ul > li .textbox {
  width: 100%;
  max-width: 330px;
  margin-right: 50px;
  flex-shrink: 1;
}
@media print, screen and (max-width: 767px) {
  .about > ul > li .textbox {
    max-width: 460px;
    margin: 0 0 32px;
  }
}
.about > ul > li .title {
  margin-bottom: 40px;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 0.2rem;
}
@media print, screen and (max-width: 767px) {
  .about > ul > li .title {
    margin: 0 0 32px;
    text-align: center;
    font-size: 2.4rem;
  }
}
.about > ul > li .description {
  font-size: 1.7rem;
  font-weight: 500;
}
@media print, screen and (max-width: 767px) {
  .about > ul > li .description {
    font-size: 1.6rem;
  }
}
.about > ul > li .swiper {
  width: 368px;
  margin: 0;
  flex-shrink: 0;
}
@media print, screen and (max-width: 767px) {
  .about > ul > li .swiper {
    width: 100%;
    max-width: 460px;
  }
}
.about > ul > li .swiper .swiper-wrapper {
  height: auto;
}
.about > ul > li .swiper .swiper-slide img {
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
}
.about > ul > li .swiper .swiper-slide p {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3px;
}
@media print, screen and (max-width: 767px) {
  .about > ul > li .swiper .swiper-slide p {
    font-size: 1.3rem;
    margin-bottom: 6px;
  }
}
.about > ul > li .swiper .swiper-control {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 1;
}
.about > ul > li .swiper .swiper-button-prev, .about > ul > li .swiper .swiper-button-next {
  position: initial;
  width: 30px;
  height: 30px;
  background-image: url(/communicationsite/towercraft/img/icon_arrow_circle_black.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  background-color: #fff;
}
.about > ul > li .swiper .swiper-button-prev svg, .about > ul > li .swiper .swiper-button-next svg {
  display: none;
}
.about > ul > li .swiper .swiper-button-prev {
  rotate: 180deg;
}
.about > ul > li.view360 {
  flex-direction: column;
  gap: 30px;
}
@media print, screen and (max-width: 767px) {
  .about > ul > li.view360 {
    gap: 36px;
  }
}
.about > ul > li.view360 .textbox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  margin: 0;
}
@media print, screen and (max-width: 767px) {
  .about > ul > li.view360 .textbox {
    flex-direction: column;
    max-width: 460px;
  }
}
.about > ul > li.view360 .title {
  flex-shrink: 0;
  margin-right: 38px;
  margin-bottom: 0;
}
@media print, screen and (max-width: 767px) {
  .about > ul > li.view360 .title {
    margin: 0 0 32px;
  }
}
.about > ul > li.view360 .description {
  flex-shrink: 1;
}
.about > ul > li.view360 .view {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.about > ul > li.view360 .view > img {
  width: 100%;
  max-width: 362px;
  height: 86px;
}
@media print, screen and (max-width: 767px) {
  .about > ul > li.view360 .view > img {
    max-width: 317px;
    height: auto;
  }
}
.about > ul > li.view360 .view__inner {
  position: relative;
  width: 760px;
  height: 475px;
  background: #000;
  overflow: hidden;
}
@media print, screen and (max-width: 767px) {
  .about > ul > li.view360 .view__inner {
    width: 100%;
    height: 459px;
  }
}

.supervision {
  background-image: url(/communicationsite/towercraft/img/bg_supervision.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.supervision .contents__title {
  margin-bottom: 80px;
}
@media print, screen and (max-width: 767px) {
  .supervision .contents__title {
    margin-bottom: 60px;
  }
}
.supervision .introduction {
  display: flex;
  justify-content: center;
  gap: 49px;
  width: 100%;
  max-width: 1040px;
  padding: 60px 80px 80px;
  border-radius: 10px;
  background-color: #fff;
}
@media print, screen and (max-width: 767px) {
  .supervision .introduction {
    flex-direction: column;
    align-items: center;
    max-width: 670px;
    gap: 40px;
    padding: 60px 50px 80px;
  }
}
@media print, screen and (max-width: 499px) {
  .supervision .introduction {
    padding: 60px 24px 80px;
  }
}
.supervision .introduction > img {
  width: 281px;
  height: auto;
}
@media print, screen and (max-width: 767px) {
  .supervision .introduction > img {
    width: 260px;
  }
}
.supervision .introduction .textbox .name {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 767px) {
  .supervision .introduction .textbox .name {
    font-size: 1.8rem;
  }
}
.supervision .introduction .textbox .name span {
  font-size: 1.8rem;
}
@media print, screen and (max-width: 767px) {
  .supervision .introduction .textbox .name span {
    font-size: 1.5rem;
  }
}
.supervision .introduction .textbox .detail {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 190%;
}
.supervision .massage {
  width: 100%;
  max-width: 820px;
  padding: 40px 80px;
  margin-top: -40px;
  border: 3px solid var(--tc_gray);
  background: var(--tc_gray_2);
  border-radius: 10px;
  transform: translateZ(0);
  color: #fff;
}
@media print, screen and (max-width: 767px) {
  .supervision .massage {
    max-width: 626px;
    width: 90%;
    padding: 32px 24px;
  }
}
@media print, screen and (max-width: 499px) {
  .supervision .massage {
    padding: 40px 30px;
  }
}
.supervision .massage h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 767px) {
  .supervision .massage h3 {
    font-size: 1.6rem;
  }
}
.supervision .massage p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 190%;
}

.workshop {
  background: var(--tc_green);
  overflow: hidden;
}
.workshop .contents__title {
  margin-bottom: 40px;
}
@media print, screen and (max-width: 767px) {
  .workshop .contents__title {
    margin-bottom: 32px;
  }
}
.workshop .contents__description {
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}
@media print, screen and (max-width: 767px) {
  .workshop .contents__description {
    max-width: 440px;
    margin-bottom: 144px;
    text-align: start;
  }
}
@media print, screen and (max-width: 767px) {
  .workshop .contents__description br {
    display: none;
  }
}
.workshop .contents__description::after {
  content: "";
  position: absolute;
  bottom: 50%;
  right: 50%;
  translate: 270% 60%;
  width: 195px;
  height: 180px;
  background-image: url(/communicationsite/towercraft/img/img_workshop_skin.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  z-index: 0;
}
@media print, screen and (max-width: 767px) {
  .workshop .contents__description::after {
    bottom: -130px;
    right: 20px;
    translate: 0;
    width: 130px;
    height: 120px;
  }
}
.workshop .swiper {
  width: calc(100% + 80px);
  margin: 0 0 80px;
}
@media print, screen and (max-width: 767px) {
  .workshop .swiper {
    margin: 0 0 64px;
    width: calc(100% + 30px);
  }
}
.workshop .swiper-wrapper {
  transition-timing-function: linear !important;
}
.workshop .swiper-slide {
  width: 377px;
}
@media print, screen and (max-width: 767px) {
  .workshop .swiper-slide {
    width: 294px;
  }
}
.workshop .swiper-slide img {
  width: 100%;
  height: 280px;
  margin-bottom: 22px;
}
@media print, screen and (max-width: 767px) {
  .workshop .swiper-slide img {
    height: 220px;
  }
}
.workshop .swiper-slide p {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .workshop .swiper-slide p {
    font-size: 1.3rem;
  }
}
.workshop h3 {
  margin: 56px 0 60px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 4.8rem;
  font-weight: 800;
}
@media print, screen and (max-width: 767px) {
  .workshop h3 {
    margin: 0 0 36px;
    font-size: 3rem;
  }
}
.workshop .movie__wrapper {
  max-width: 880px;
  width: 100%;
}
.workshop .movie__container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}
.workshop .movie__container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.workshop.before .contents__description::after {
  translate: 280% 60%;
}
@media print, screen and (max-width: 767px) {
  .workshop.before .contents__description::after {
    translate: 0;
  }
}
.workshop.before .comingsoon {
  width: 100%;
  max-width: 880px;
  aspect-ratio: 16/9;
}
@media print, screen and (max-width: 767px) {
  .workshop.before .comingsoon {
    max-width: 590px;
  }
}

.download {
  padding-top: 250px;
  background: var(--tc_blue_2);
  overflow: hidden;
}
@media print, screen and (max-width: 767px) {
  .download {
    padding-top: 160px;
  }
}
.download::before, .download::after {
  content: "";
  position: absolute;
  display: block;
  width: 300px;
  height: 300px;
  background-image: url(/communicationsite/towercraft/img/bg_supervision.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media print, screen and (max-width: 767px) {
  .download::before, .download::after {
    content: none;
  }
}
.download::before {
  top: 130px;
  right: 50%;
  translate: 220% 0;
  background-image: url(/communicationsite/towercraft/img/img_download_bg01.png);
}
.download::after {
  bottom: 90px;
  left: 50%;
  translate: -220% 0;
  background-image: url(/communicationsite/towercraft/img/img_download_bg02.png);
}
.download .scroll-text {
  position: absolute;
  top: 0;
  width: 100%;
  height: 80px;
  padding: 29px 0;
  background: var(--tc_black);
}
@media print, screen and (max-width: 767px) {
  .download .scroll-text {
    height: 60px;
    padding: 20px 0;
  }
}
.download .scroll-text::after {
  content: "";
  display: block;
  width: 100%;
  height: 24px;
  background-image: url(/communicationsite/towercraft/img/txt_download_scroll.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 100%;
  animation: loop-animation-download 8s linear infinite;
}
@media print, screen and (max-width: 767px) {
  .download .scroll-text::after {
    height: 20px;
  }
}
@media print, screen and (max-width: 767px) {
  .download .contents__title {
    margin-bottom: 40px;
  }
}
.download .contents__description {
  margin-bottom: 90px;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .download .contents__description {
    max-width: 440px;
    margin-bottom: 80px;
    text-align: start;
  }
}
@media print, screen and (max-width: 767px) {
  .download .contents__description br {
    display: none;
  }
}
.download > ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 53px;
  width: 100%;
  margin-bottom: 76px;
}
.download > ul > li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 928px;
  padding: 70px 60px;
  box-sizing: content-box;
}
@media print, screen and (max-width: 767px) {
  .download > ul > li {
    flex-direction: column;
    gap: 55px;
    width: calc(100% - 32px);
    max-width: 585px;
    padding: 60px 20px;
  }
}
.download > ul > li::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 200vw;
  min-width: 1020px;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  z-index: -1;
  transform: translateZ(0);
}
@media print, screen and (max-width: 767px) {
  .download > ul > li::after {
    border-radius: 10px;
  }
}
.download > ul > li:first-of-type::after {
  right: 0;
  filter: drop-shadow(6px 6px 0 var(--tc_yellow));
}
@media print, screen and (max-width: 767px) {
  .download > ul > li:first-of-type::after {
    filter: drop-shadow(4px 4px 0 var(--tc_yellow));
  }
}
.download > ul > li:first-of-type .text-wrapper h3 {
  color: var(--tc_red);
}
@media print, screen and (max-width: 767px) {
  .download > ul > li:nth-of-type(2) {
    padding-left: 24px;
    padding-right: 16px;
  }
}
.download > ul > li:nth-of-type(2)::after {
  left: 0;
  filter: drop-shadow(-6px 6px 0 var(--tc_yellow));
}
@media print, screen and (max-width: 767px) {
  .download > ul > li:nth-of-type(2)::after {
    filter: drop-shadow(-4px 4px 0 var(--tc_yellow));
  }
}
.download > ul > li:nth-of-type(2) .text-wrapper h3 {
  color: var(--tc_blue);
}
.download > ul > li .text-wrapper {
  width: 400px;
  margin-right: 40px;
  flex-shrink: 1;
}
@media print, screen and (max-width: 767px) {
  .download > ul > li .text-wrapper {
    width: 100%;
    max-width: 490px;
    margin: 0;
  }
}
.download > ul > li .text-wrapper a {
  color: #0251EE;
  text-decoration: underline;
}
.download > ul > li .text-wrapper h3 {
  margin-bottom: 30px;
  font-size: 3.3rem;
  font-weight: 900;
  line-height: 100%;
}
@media print, screen and (max-width: 767px) {
  .download > ul > li .text-wrapper h3 {
    font-size: 3rem;
  }
}
.download > ul > li .text-wrapper .summary {
  margin-bottom: 25px;
  font-size: 1.6rem;
  font-weight: 700;
}
.download > ul > li .text-wrapper .detail {
  margin-bottom: 24px;
  font-size: 1.3rem;
  font-weight: 500;
}
.download > ul > li .text-wrapper .supported-devices {
  font-size: 1.4rem;
  font-weight: 600;
}
.download > ul > li .button-wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
  flex-shrink: 0;
  width: 408px;
}
@media print, screen and (max-width: 767px) {
  .download > ul > li .button-wrapper {
    gap: 37px;
    width: 100%;
    max-width: 450px;
  }
}
.download > ul > li .button-wrapper h4 {
  margin-bottom: 14px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .download > ul > li .button-wrapper h4 {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}
.download > ul > li .button-wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  width: 100%;
  height: 72px;
  padding-bottom: 4px;
  background: var(--red_gradation);
  border-radius: 5px;
  border: 3px solid var(--tc_black_text);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 800;
}
@media print, screen and (max-width: 767px) {
  .download > ul > li .button-wrapper a {
    gap: 10px;
    height: 66px;
    border-width: 3px;
    border-radius: 5px;
    font-size: 1.6rem;
  }
}
.download > ul > li .button-wrapper a.blue {
  background: var(--tc_blue);
}
.download > ul > li .button-wrapper a.disabled {
  pointer-events: none;
  cursor: default;
}
.download > ul > li .button-wrapper a.disabled::after {
  content: none;
}
.download > ul > li .button-wrapper a::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin-top: 1%;
  background-image: url(/communicationsite/towercraft/img/icon_arrow_circle_white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media print, screen and (max-width: 767px) {
  .download > ul > li .button-wrapper a::after {
    width: 25px;
    height: 25px;
  }
}
.download small {
  display: block;
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
  padding-left: 100px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media print, screen and (max-width: 767px) {
  .download small {
    padding: 0 20px;
    font-size: 1.3rem;
  }
}
.download small a {
  text-decoration: underline;
}

.faq {
  background-image: url(/communicationsite/towercraft/img/bg_faq.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
@media print, screen and (max-width: 767px) {
  .faq {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
.faq .contents__title {
  margin-bottom: 80px;
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 880px;
}
@media print, screen and (max-width: 767px) {
  .faq__list {
    max-width: 670px;
  }
}
.faq__item {
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
@media print, screen and (max-width: 767px) {
  .faq__item {
    border-radius: 5px;
  }
}
.faq__question {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px 100px 20px 30px;
  border: none;
  background: none;
  transition: background 0.3s ease, opacity 0.3s ease;
  font-size: 1.8rem;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
}
@media print, screen and (max-width: 767px) {
  .faq__question {
    padding: 16px 48px 16px 8px;
    font-size: 1.6rem;
  }
}
.faq__question::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-right: 18px;
  background: var(--tc_red);
  border-radius: 100px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #fff;
  font-weight: 800;
}
@media print, screen and (max-width: 767px) {
  .faq__question::before {
    width: 40px;
    height: 40px;
  }
}
.faq {
  /* アイコン（＋とーの切り替え） */
}
.faq__icon {
  position: absolute;
  top: 50%;
  right: 30px;
  translate: 0 -50%;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border: 2px solid var(--tc_red);
  border-radius: 100px;
  transition: rotate 0.4s ease;
}
@media print, screen and (max-width: 767px) {
  .faq__icon {
    right: 10px;
    width: 28px;
    height: 28px;
  }
}
.faq__icon::before, .faq__icon::after {
  content: "";
  position: absolute;
  background-color: var(--tc_red);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.faq__icon::before {
  /* 横棒 */
  width: 50%;
  height: 3px;
}
.faq__icon::after {
  /* 縦棒 */
  width: 3px;
  height: 50%;
}
.faq__answer {
  display: grid;
  grid-template-rows: 0fr; /* 初期状態は高さ0 */
  transition: grid-template-rows 0.3s ease-out;
  visibility: hidden;
}
.faq__answer-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px;
  overflow: hidden;
  font-size: 1.6rem;
  font-weight: 500;
}
@media print, screen and (max-width: 767px) {
  .faq__answer-inner {
    font-size: 1.4rem;
  }
}
.faq__answer-inner::before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  margin-right: 18px;
  background: var(--tc_orange);
  border-radius: 100px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #fff;
  font-weight: 800;
}
@media print, screen and (max-width: 767px) {
  .faq__answer-inner::before {
    width: 40px;
    height: 40px;
  }
}
.faq {
  /* 選択中（開いている時）のスタイル */
}
.faq__item.is-open {
  background: #FFF2D4;
}
.faq__item.is-open .faq__answer {
  grid-template-rows: 1fr; /* 中身に合わせて広がる */
  visibility: visible;
}
.faq__item.is-open .faq__answer-inner {
  padding: 26px 30px;
  border-top: 3px solid #fff;
}
@media print, screen and (max-width: 767px) {
  .faq__item.is-open .faq__answer-inner {
    padding: 16px 8px;
  }
}
.faq__item.is-open .faq__icon {
  rotate: 225deg;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--tc_yellow); /* 背景色 */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* 一番手前に */
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.loading.is-loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.loading__content {
  text-align: center;
}
.loading__content img {
  width: 101px;
  height: 150px;
}
@media print, screen and (max-width: 767px) {
  .loading__content img {
    width: 79px;
    height: 117px;
  }
}
.loading__logo {
  position: relative;
  width: 100px; /* 任意のサイズ */
  margin: 0 auto 90px;
}
@media print, screen and (max-width: 767px) {
  .loading__logo {
    margin: 0 auto 64px;
  }
}
.loading__logo::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 266px;
  height: 266px;
  border: 20px solid rgba(255, 255, 255, 0.3);
  border-top: 20px solid #ffffff;
  border-radius: 50%;
  /* アニメーション：1秒で1回転、等速（linear）で無限ループ */
  animation: spin 1s ease-in-out infinite;
}
@media print, screen and (max-width: 767px) {
  .loading__logo::after {
    width: 195px;
    height: 195px;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading__text {
  font-family: "Montserrat", san-serif;
  font-size: 2.6rem;
  font-weight: 900;
}

.animation-fade-in-bottom {
  transform: translateY(30px);
}

.animation-fade-in-left {
  transform: translateX(30px);
}

.animation-fade-in-right {
  transform: translateX(-30px);
}

.animation-fade-in,
.animation-fade-in-bottom,
.animation-fade-in-left,
.animation-fade-in-right {
  opacity: 0;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  pointer-events: none;
}

.animation-fade-in-bottom.is-active,
.animation-fade-in-left.is-active,
.animation-fade-in-right.is-active {
  opacity: 1;
  transform: translate(0);
  pointer-events: auto;
}

@keyframes loop-animation-towercraft {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 355px 0;
  }
}
@media print, screen and (max-width: 767px) {
  @keyframes loop-animation-towercraft {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 250px 0;
    }
  }
}
@keyframes loop-animation-download {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 200px 0;
  }
}
@media print, screen and (max-width: 767px) {
  @keyframes loop-animation-download {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 166px 0;
    }
  }
}
#pano {
  width: 100%;
  height: 100%;
}

/* --- ホットスポットのスタイル --- */
.hotspot {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #383838;
  border-radius: 10px;
  padding: 5px 15px;
  border: none;
  box-shadow: none;
  width: 70px;
  height: 50px;
}

/* 中身のカメラ画像のスタイル */
.hotspot img {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: block;
  width: 40px;
  height: 40px;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.8));
}

.hotspot:hover {
  transform: scale(1.15);
  filter: drop-shadow(0 0 8px rgba(0, 255, 255, 0.8));
}

/* ポップアップオーバーレイ */
#info-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  color: white;
  align-items: center;
  justify-content: center;
}

#info-content {
  background: #222;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  max-width: 80%;
  border: 1px solid #444;
}

#info-image {
  max-width: 100%;
  max-height: 60vh;
  border-radius: 5px;
}/*# sourceMappingURL=towercraft.css.map */