@charset "UTF-8";
html {
  font-size: 62.5%;
  width: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", "IBM Plex Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-size: cover;
  background-attachment: fixed;
  margin: 0;
}

main {
  display: block;
}

picture {
  display: block;
}

.title {
  display: flex;
  justify-content: center;
}

h1.black {
  display: inline-block;
  border-bottom: 1px solid;
  text-align: center;
  font-family: "Roboto", "IBM Plex Sans JP";
  font-weight: bold;
  font-size: 4rem;
  letter-spacing: 0.126rem;
  color: #000;
  padding: 0 3rem 2rem;
  margin-bottom: 6rem;
}

h1.white {
  display: inline-block;
  border-bottom: 1px solid;
  text-align: center;
  font-family: "Roboto", "IBM Plex Sans JP";
  font-weight: bold;
  font-size: 4rem;
  letter-spacing: 0.126rem;
  color: #fff;
  padding: 0 3rem 2rem;
  margin-bottom: 6rem;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.content {
  max-width: 75rem;
  margin: 0 auto;
}

.sp_only {
  display: none !important;
}

.main {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
  .content {
    width: 90%;
    margin: 0 auto;
  }
  h1.black {
    font-size: 40px;
    font-size: 5.3333333333vw;
    padding-bottom: 20px;
    padding-bottom: 2.6666666667vw;
    padding-left: 30px;
    padding-left: 4vw;
    padding-right: 30px;
    padding-right: 4vw;
    margin-bottom: 60px;
    margin-bottom: 8vw;
  }
  h1.white {
    font-size: 40px;
    font-size: 5.3333333333vw;
    padding-bottom: 20px;
    padding-bottom: 2.6666666667vw;
    padding-left: 30px;
    padding-left: 4vw;
    padding-right: 30px;
    padding-right: 4vw;
    margin-bottom: 60px;
    margin-bottom: 8vw;
  }
}
/* _header.scss */
.header {
  margin-top: -20px;
  margin-top: -1.0416666667vw;
  width: 100%;
  height: 11.6rem;
  background-color: #000000;
}

.header__wrapper {
  padding-top: 2.5rem;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 75rem;
}

.header__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5.6rem;
  width: 10.4rem;
}

/*.header__balloon {
	display: flex;
	justify-content: center;
	align-items:center;
	position: relative;
	padding-top:0.7%;
	width: 12.4rem;
	height:5.4rem;
	background: #F90A0A;
	text-align: center;
	font-size: 4rem;
	font-family:'メイリオ', 'Meiryo';
	font-weight: 900;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	border-radius: 1rem;
	-webkit-border-radius: 1rem;
	-moz-border-radius: 1rem;

}
.header__balloon:after {
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	pointer-events: none;
	position: absolute;
	border-color: rgba(249, 10, 10, 0);
	border-top-width: 1rem;
	border-bottom-width: 1rem;
	border-left-width: 1rem;
	border-right-width: 1rem;
	margin-top: -1rem;
	margin-left: -0.05rem;
	border-left-color: #F90A0A;
	left: 100%;
	top: 50%;
}
*/
.header__balloon img {
  width: 13.4rem;
  height: 5.6rem;
}

.header__title {
  /*margin-top:0.3%;*/
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 2rem;
  font-family: "Roboto", "IBM Plex Sans JP";
  font-weight: 500;
  font-size: 4rem;
  letter-spacing: 0.2rem;
  color: #ffffff;
  opacity: 1;
}

.headerSub {
  width: 100%;
  height: 16rem;
  background-color: #fff;
}

.headerSub__wrapper {
  margin: 0 auto;
  max-width: 75rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.headerSub__logo {
  width: 100%;
  padding-bottom: 3rem;
}
.headerSub__logo img {
  margin: 0 auto;
  width: 35.2rem;
}

.headerSub__txt {
  width: 100%;
  text-align: center;
  font-family: "Roboto", "IBM Plex Sans JP";
  font-size: 4.3rem;
  font-weight: 900;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .header {
    margin-top: -20px;
    margin-top: -2.6666666667vw;
    height: 120px;
    height: 16vw;
  }
  .header__wrapper {
    padding-top: 22px;
    padding-top: 2.9333333333vw;
  }
  .header__logo {
    margin-right: 40px;
    margin-right: 5.3333333333vw;
    width: 104px;
    width: 13.8666666667vw;
  }
  /*	.header__balloon {
  		@include p-vw(width, 120, 750);
  		@include p-vw(height, 50, 750);
  		padding-top:1%;
  		@include font-vw(40, 750);
  		border-radius: 0.5rem;
  		-webkit-border-radius: 0.5rem;
  		-moz-border-radius: 0.5rem;

  	}
  	.header__balloon:after {
  		border-top-width: 0.5rem;
  		border-bottom-width: 0.5rem;
  		border-left-width: 0.5rem;
  		border-right-width: 0.5rem;
  		margin-top: -0.5rem;
  	}
  */
  .header__balloon img {
    width: 134px;
    width: 17.8666666667vw;
    height: 56px;
    height: 7.4666666667vw;
  }
  .header__title {
    margin-left: 20px;
    margin-left: 2.6666666667vw;
    font-size: 40px;
    font-size: 5.3333333333vw;
    letter-spacing: 0.1rem;
  }
  .headerSub {
    height: 160px;
    height: 21.3333333333vw;
  }
  .headerSub__wrapper {
    padding-top: 30px;
    padding-top: 4vw;
    padding-bottom: 30px;
    padding-bottom: 4vw;
  }
  .headerSub__logo {
    padding-bottom: 20px;
    padding-bottom: 2.6666666667vw;
  }
  .headerSub__logo img {
    width: 352px;
    width: 46.9333333333vw;
  }
  .headerSub__txt {
    font-size: 46px;
    font-size: 6.1333333333vw;
  }
}
/* _app */
.app__wrapper {
  width: 100%;
  background-color: #DFDEDE;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.app__block {
  width: 56.2rem;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  gap: 2rem;
}
.app__block img.apple {
  height: 8.4rem;
  width: auto;
  display: block;
  margin: 0 auto;
}
.app__block img.google {
  height: 8.4rem;
  width: auto;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .app__wrapper {
    padding-top: 60px;
    padding-top: 8vw;
    padding-bottom: 60px;
    padding-bottom: 8vw;
  }
  .app__block {
    width: 562px;
    width: 74.9333333333vw;
    display: flex;
    margin: 0 auto;
    padding-left: 0;
  }
  .app__block img.apple {
    height: 84px;
    height: 11.2vw;
    width: auto;
    display: block;
    margin: 0 auto;
  }
  .app__block img.google {
    height: 84px;
    height: 11.2vw;
    width: auto;
    display: block;
    margin: 0 auto;
  }
}
/* _mainvisual */
.fv__wrapper {
  background: #000;
  width: 100%;
}

.fv {
  margin: 0 auto;
  background: url(../img/main/fv_bg_sp.jpg) no-repeat center center;
  background-size: cover;
  max-width: 77rem;
  width: 100%;
  height: auto;
}
.fv img {
  padding-top: 8rem;
  margin: 0 auto;
  width: 65rem;
}

.fv__title {
  padding: 3rem 0;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-family: "Roboto", "IBM Plex Sans JP";
  font-weight: bold;
  font-size: 3.6rem;
  letter-spacing: 0.126rem;
  color: #FFFFFF;
}
.fv__title span {
  font-size: 2.4rem;
  color: #FFFFFF;
}

.fv__txt {
  display: block;
  margin: 0 auto;
  max-width: 65rem;
  width: 100%;
  text-align: left;
  font-family: "Roboto", "IBM Plex Sans JP";
  font-weight: normal;
  padding-bottom: 7rem;
  font-size: 3rem;
  line-height: 5rem;
  letter-spacing: 0.2rem;
  color: #FFFFFF;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .fv {
    width: 100%;
    height: auto;
  }
  .fv img {
    padding-top: 60px;
    padding-top: 8vw;
    width: 650px;
    width: 86.6666666667vw;
  }
  .fv__title {
    padding-top: 30px;
    padding-top: 4vw;
    padding-bottom: 15px;
    padding-bottom: 2vw;
    font-size: 36px;
    font-size: 4.8vw;
  }
  .fv__title span {
    font-size: 24px;
    font-size: 3.2vw;
  }
  .fv__txt {
    max-width: 650px;
    max-width: 86.6666666667vw;
    padding-bottom: 60px;
    padding-bottom: 8vw;
    width: 100%;
    font-size: 30px;
    font-size: 4vw;
    line-height: 1.6666666667;
    letter-spacing: 2px;
    letter-spacing: 0.2666666667vw;
  }
}
/* _howto*/
.howto__wrapper {
  width: 100%;
  background-color: #DFDEDE;
  margin: 0 auto;
}

.howto__inner {
  max-width: 75rem;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 10rem;
  margin: 0 auto;
}

.howto__content {
  margin-top: 5.2rem;
}

.howto__accordion {
  width: 100%;
  margin-bottom: 2rem;
}

.howto__accordion:not([open]) {
  margin-bottom: 2rem;
}

.howto__accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 5.8rem;
  padding: 2rem;
  cursor: pointer;
  color: #fff;
}
.howto__accordion summary .title img {
  width: 4.3rem;
  padding-right: 1rem;
}
.howto__accordion summary .title .txt {
  margin-top: 0.4rem;
  color: #fff;
  font-family: "Roboto", "IBM Plex Sans JP";
  font-weight: bold;
  font-size: 3.6rem;
}

.howto__accordion:nth-child(2n+1) {
  /* 奇数番目のボックスを装飾するCSS */
  background-color: #2A2A2A;
}

.howto__accordion:nth-child(2n) {
  /* 偶数番目のボックスを装飾するCSS */
  background-color: #5B5A5A;
}

.howto__accordion summary::-webkit-details-marker {
  display: none;
}

.howto__accordion summary::after {
  transform: translateY(-30%) rotate(0deg);
  width: 4rem;
  height: 4rem;
  right: 0;
  margin-left: 1rem;
  margin-top: 1rem;
  content: "＋";
  transition: transform 0.3s;
  font-family: "Roboto";
  font-weight: bold;
  font-size: 5rem;
  vertical-align: middle;
}

.howto__accordion[open] summary::after {
  transform: translateX(10%) rotate(225deg);
}

.howto__accordion .accordion_inner {
  transform: translateY(-1rem);
  opacity: 0;
  margin: 0;
  padding: 3rem 2rem 6rem 2rem;
  background-color: #fff;
  color: #000;
  transition: transform 0.5s, opacity 0.5s;
}
.howto__accordion .accordion_inner h3 {
  font-family: "Roboto", "IBM Plex Sans JP";
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 4.6rem;
  letter-spacing: 0.18rem;
}
.howto__accordion .accordion_inner p {
  font-family: "Roboto", "IBM Plex Sans JP";
  font-weight: normal;
  font-size: 2.8rem;
  line-height: 4.6rem;
  letter-spacing: 0.18rem;
  padding-bottom: 3rem;
}
.howto__accordion .accordion_inner img {
  width: 100%;
}

.howto__accordion[open] .accordion_inner {
  transform: none;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .howto__inner {
    padding-top: 60px;
    padding-top: 8vw;
    padding-bottom: 100px;
    padding-bottom: 13.3333333333vw;
  }
  .howto__content {
    margin-top: 52px;
    margin-top: 6.9333333333vw;
  }
  .howto__accordion {
    margin-bottom: 20px;
    margin-bottom: 2.6666666667vw;
  }
  .howto__accordion:not([open]) {
    margin-bottom: 20px;
    margin-bottom: 2.6666666667vw;
  }
  .howto__accordion summary {
    height: 58px;
    height: 7.7333333333vw;
    padding: 20px;
    padding: 2.6666666667vw;
  }
  .howto__accordion summary .title img {
    width: 46px;
    width: 6.1333333333vw;
    padding-right: 10px;
    padding-right: 1.3333333333vw;
  }
  .howto__accordion summary .title .txt {
    margin-top: 3px;
    margin-top: 0.4vw;
    font-size: 36px;
    font-size: 4.8vw;
  }
  .howto__accordion summary::after {
    width: 40px;
    width: 5.3333333333vw;
    height: 40px;
    height: 5.3333333333vw;
    margin-left: 10px;
    margin-left: 1.3333333333vw;
    margin-top: 10px;
    margin-top: 1.3333333333vw;
    font-size: 50px;
    font-size: 6.6666666667vw;
  }
  .howto__accordion .accordion_inner {
    transform: translateY(-1rem);
    padding: 3rem 1rem 6rem 2rem;
    padding-top: 30px;
    padding-top: 4vw;
    padding-right: 20px;
    padding-right: 2.6666666667vw;
    padding-bottom: 60px;
    padding-bottom: 8vw;
    padding-left: 20px;
    padding-left: 2.6666666667vw;
  }
  .howto__accordion .accordion_inner h3 {
    font-size: 32px;
    font-size: 4.2666666667vw;
    line-height: 46px;
    line-height: 6.1333333333vw;
    letter-spacing: 1.8px;
    letter-spacing: 0.24vw;
  }
  .howto__accordion .accordion_inner p {
    font-size: 28px;
    font-size: 3.7333333333vw;
    line-height: 46px;
    line-height: 6.1333333333vw;
    letter-spacing: 1.8px;
    letter-spacing: 0.24vw;
    padding-bottom: 30px;
    padding-bottom: 4vw;
  }
}
/* _gallery */
.gallery__wrapper {
  width: 100%;
  background-color: #000;
  padding-top: 6rem;
  padding-bottom: 8rem;
}

.gallery__inner {
  max-width: 75rem;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 6rem;
  flex-wrap: wrap;
}

.gallery__photo {
  width: 20rem;
}
.gallery__photo p {
  width: 100%;
  margin-top: 2rem;
  text-align: center;
  font-family: "Roboto", "IBM Plex Sans JP";
  font-weight: normal;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  color: #fff;
  opacity: 1;
}
.gallery__photo p span {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .gallery__wrapper {
    padding-top: 60px;
    padding-top: 8vw;
    padding-bottom: 40px;
    padding-bottom: 5.3333333333vw;
  }
  .gallery__inner_sp {
    width: 100%;
    position: relative;
  }
  /* スライドスタイル（htmlのbody下あたりにjsスクリプトを記載 */
  .swiper_gallely {
    width: 100%;
  }
  .swiper_gallely .swiper-wrapper {
    padding-bottom: 100px;
    padding-bottom: 13.3333333333vw;
  }
  .swiper_gallely .swiper-slide img {
    width: 400px;
    width: 53.3333333333vw;
    height: 400px;
    height: 53.3333333333vw;
  }
  .swiper_gallely .swiper-slide-prev,
  .swiper_gallely .swiper-slide-next,
  .swiper_gallely .swiper-slide-duplicate-prev,
  .swiper_gallely .swiper-slide-duplicate-next {
    transform: scale(0.8);
  }
  .swiper_gallely .swiper-slide-prev .cp__txt_sp,
  .swiper_gallely .swiper-slide-next .cp__txt_sp,
  .swiper_gallely .swiper-slide-duplicate-prev .cp__txt_sp,
  .swiper_gallely .swiper-slide-duplicate-next .cp__txt_sp {
    display: none;
  }
  .swiper-pagination {
    position: absolute;
    left: 50%;
    margin-top: -150px;
    margin-top: -20vw;
    transform: translateX(-50%);
  }
  .swiper-pagination-bullet {
    background-color: #fff;
    width: 16px;
    width: 2.1333333333vw;
    height: 16px;
    height: 2.1333333333vw;
    margin: 10px;
    margin: 1.3333333333vw;
    margin-top: 80px;
    margin-top: 10.6666666667vw;
  }
  /* スライドスタイルend */
  .gallery__txt_sp {
    width: 100%;
    margin-top: 20px;
    margin-top: 2.6666666667vw;
    display: inline-block;
    text-align: center;
    font-family: "Roboto", "IBM Plex Sans JP";
    font-weight: normal;
    font-size: 26px;
    font-size: 3.4666666667vw;
    line-height: 1.7692307692;
    letter-spacing: 7.8px;
    letter-spacing: 1.04vw;
    color: #fff;
  }
}
/* _history */
.history__wrapper {
  width: 100%;
  background-color: #DFDEDE;
  margin: 0 auto;
}

.history__inner {
  max-width: 75rem;
  padding-top: 6rem;
  padding-bottom: 10rem;
  width: 100%;
  margin: 0 auto;
}

.timeline {
  width: 100%;
  max-width: 65rem;
  margin: 0 auto;
}
.timeline-list-item {
  display: flex;
  line-height: 1.5;
}
.timeline-list-item .timeline__content {
  position: relative;
  padding-bottom: 5rem;
  padding-left: 4rem;
  border-left: 0.4rem solid #7B7777;
}
.timeline-list-item .timeline__content .timeline__date {
  margin-top: -1.5rem;
  text-align: left;
  font-family: "Roboto";
  font-weight: bold;
  font-size: 4rem;
  letter-spacing: 0.126rem;
  color: #000;
}
.timeline-list-item .timeline__content .timeline__txt {
  text-align: left;
  font-family: "Roboto", "IBM Plex Sans JP";
  font-weight: normal;
  font-size: 3rem;
  letter-spacing: 0.126rem;
  color: #000;
}
.timeline-list-item .timeline__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.8rem;
  width: 3.2rem;
  height: 3.2rem;
  background-color: #F90A0A;
  border-radius: 3.2rem;
}

@media screen and (max-width: 768px) {
  .history__inner {
    padding-top: 60px;
    padding-top: 8vw;
    padding-bottom: 100px;
    padding-bottom: 13.3333333333vw;
  }
  .timeline {
    width: 600px;
    width: 80vw;
  }
  .timeline-list-item {
    display: flex;
    line-height: 1.5;
  }
  .timeline-list-item .timeline__content {
    padding-bottom: 50px;
    padding-bottom: 6.6666666667vw;
    padding-left: 40px;
    padding-left: 5.3333333333vw;
    border-left: 0.2rem solid #7B7777;
  }
  .timeline-list-item .timeline__content .timeline__date {
    margin-top: -15px;
    margin-top: -2vw;
    margin-bottom: 15px;
    margin-bottom: 2vw;
    font-size: 40px;
    font-size: 5.3333333333vw;
    letter-spacing: 1.26px;
    letter-spacing: 0.168vw;
  }
  .timeline-list-item .timeline__content .timeline__txt {
    font-size: 30px;
    font-size: 4vw;
    letter-spacing: 1.26px;
    letter-spacing: 0.168vw;
  }
  .timeline-list-item .timeline__content::before {
    content: "";
    position: absolute;
    left: -18px;
    left: -2.4vw;
    width: 32px;
    width: 4.2666666667vw;
    height: 32px;
    height: 4.2666666667vw;
    border-radius: 32px;
    border-radius: 4.2666666667vw;
  }
}
/* _specification */
.specification__wrapper {
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
}

.specification__inner {
  max-width: 75rem;
  padding-top: 6rem;
  padding-bottom: 10rem;
  width: 100%;
  margin: 0 auto;
}

.specification__Img {
  display: block;
}
.specification__Img img {
  margin: 0 auto;
  max-width: 65rem;
  width: 100%;
}

.specification__detail {
  padding-top: 6rem;
}
.specification__detail table {
  margin: 0 auto;
  max-width: 65rem;
  width: 100%;
  border-collapse: collapse;
  border: 2px #fff solid;
}
.specification__detail table th {
  height: 4.8rem;
  width: 40%;
  text-align: center;
  vertical-align: middle;
  border: 0.3rem #fff solid;
  font-family: "Roboto", "IBM Plex Sans JP";
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.18rem;
  color: #000;
  opacity: 1;
}
.specification__detail table td {
  height: 4.8rem;
  width: 60%;
  text-align: center;
  vertical-align: middle;
  border: 0.3rem #fff solid;
  font-family: "Roboto", "IBM Plex Sans JP";
  font-weight: normal;
  font-size: 2.4rem;
  letter-spacing: 0.18rem;
  color: #000;
  opacity: 1;
}
.specification__detail table tr:nth-child(odd) {
  background-color: #DFDEDE;
}
.specification__detail table tr:nth-child(even) {
  background-color: #C9C8C8;
}

@media screen and (max-width: 768px) {
  .specification__inner {
    padding-top: 60px;
    padding-top: 8vw;
    padding-bottom: 100px;
    padding-bottom: 13.3333333333vw;
  }
  .specification__detail {
    padding-top: 60px;
    padding-top: 8vw;
  }
  .specification__detail table th {
    height: 48px;
    height: 6.4vw;
    border: 0.2rem #fff solid;
    font-size: 24px;
    font-size: 3.2vw;
    letter-spacing: 1.8px;
    letter-spacing: 0.24vw;
  }
  .specification__detail table td {
    height: 48px;
    height: 6.4vw;
    border: 0.2rem #fff solid;
    font-size: 24px;
    font-size: 3.2vw;
    letter-spacing: 1.8px;
    letter-spacing: 0.24vw;
  }
}
/* _ekitag */
.ekitag__wrapper {
  background-image: url(../img/ekitag/bg_about_pc.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
  background-attachment: scroll;
}

.ekitag__Img {
  padding-top: 8rem;
  text-align: left;
  display: block;
}
.ekitag__Img img {
  width: 59.4rem;
  margin: 0 auto;
  display: block;
}

.ekitag__block {
  max-width: 75rem;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 10rem;
  display: inline-block;
  justify-content: center;
}

.ekitag__txt {
  display: block;
  margin: 0 auto;
  max-width: 70rem;
  width: 100%;
  text-align: left;
  font-family: "Roboto", "IBM Plex Sans JP";
  font-weight: normal;
  font-size: 3rem;
  line-height: 5rem;
  letter-spacing: 0.18rem;
  color: #FFFFFF;
  opacity: 1;
}

.ekitag__txt span {
  display: inline-block;
}

.ekitag__item {
  padding-top: 50px;
  padding-top: 2.6041666667vw;
  width: auto;
  display: flex;
  justify-content: center;
  gap: 5rem;
}

.ekitag__icon {
  width: 31rem;
  height: 35rem;
  background: #6F7070 0% 0% no-repeat padding-box;
  box-shadow: 0rem 1rem 2rem rgba(0, 0, 0, 0.1607843137);
  border-radius: 2rem;
  opacity: 0.9;
  display: block;
  position: relative;
}
.ekitag__icon img {
  margin: 0 auto;
}
.ekitag__icon img.spview {
  width: 11.8rem;
  padding-top: 2.5rem;
}
.ekitag__icon .name {
  text-align: center;
  font-family: "Roboto", "IBM Plex Sans JP";
  font-weight: normal;
  font-size: 2.2rem;
  letter-spacing: 0.033rem;
  color: #FFFFFF;
  opacity: 1;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
}

.ekitag__stamp__wrapper {
  width: auto;
  display: flex;
  justify-content: center;
  gap: 4.8rem;
}

.ekitag__stamp {
  display: block;
  position: relative;
  padding-top: 7rem;
}
.ekitag__stamp img {
  width: 18.2rem;
  height: 18.2rem;
}

@media screen and (max-width: 768px) {
  .ekitag__wrapper {
    background-size: 100%;
    background-image: url(../img/ekitag/bg_about_sp.png);
  }
  .ekitag__Img {
    padding-top: 80px;
    padding-top: 10.6666666667vw;
  }
  .ekitag__Img img {
    width: 594px;
    width: 79.2vw;
  }
  .ekitag__block {
    padding-top: 40px;
    padding-top: 5.3333333333vw;
    padding-bottom: 100px;
    padding-bottom: 13.3333333333vw;
  }
  .ekitag__txt {
    width: 100%;
    margin-right: 0;
    font-size: 30px;
    font-size: 4vw;
    line-height: 1.6666666667;
  }
  .ekitag__item {
    width: 100%;
    padding-top: 50px;
    padding-top: 6.6666666667vw;
    gap: 50px;
    gap: 6.6666666667vw;
    row-gap: 60px;
    row-gap: 8vw;
    justify-content: space-between;
  }
  .ekitag__icon {
    width: 310px;
    width: 41.3333333333vw;
    height: 350px;
    height: 46.6666666667vw;
  }
  .ekitag__icon img.spview {
    width: 118px;
    width: 15.7333333333vw;
    padding-top: 25px;
    padding-top: 3.3333333333vw;
  }
  .ekitag__icon .name {
    font-size: 22px;
    font-size: 2.9333333333vw;
    line-height: 1.3636363636;
    bottom: 20px;
    bottom: 2.6666666667vw;
  }
  .ekitag__stamp__wrapper {
    justify-content: space-between;
    gap: 48px;
    gap: 6.4vw;
  }
  .ekitag__stamp {
    padding-top: 70px;
    padding-top: 9.3333333333vw;
  }
  .ekitag__stamp img {
    width: 182px;
    width: 24.2666666667vw;
    height: 182px;
    height: 24.2666666667vw;
  }
}
/* _about */
.collection__wrapper {
  background-image: url(../img/ekitagcollection/bg_ekitagcollection_pc.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
  background-color: rgba(0, 0, 0, 0.3019607843);
  background-attachment: scroll;
}

.collection__Img {
  padding-top: 8rem;
  margin: 0 auto;
  text-align: center;
}

.EClogo {
  padding-bottom: 2rem;
}
.EClogo img {
  margin: 0 auto;
  width: 12rem;
}

.ECtitle img {
  margin: 0 auto;
  width: 65rem;
}

.collection__block {
  max-width: 75rem;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 10rem;
  display: inline-block;
  justify-content: center;
}

.collection__txt {
  display: block;
  margin: 0 auto;
  max-width: 70rem;
  width: 100%;
  text-align: left;
  font-family: "Roboto", "IBM Plex Sans JP";
  font-weight: normal;
  font-size: 3rem;
  line-height: 5rem;
  letter-spacing: 0.18rem;
  color: #FFFFFF;
  opacity: 1;
}

.collection__item {
  padding-top: 6rem;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  row-gap: 0;
}

.collection__icon {
  width: 22.2rem;
  height: 22.2rem;
}

@media screen and (max-width: 768px) {
  .collection__wrapper {
    background-size: 100%;
    background-image: url(../img/ekitagcollection/bg_ekitagcollection_sp.png);
  }
  .collection__block {
    padding-top: 30px;
    padding-top: 4vw;
    padding-bottom: 100px;
    padding-bottom: 13.3333333333vw;
  }
  .collection__Img {
    padding-top: 80px;
    padding-top: 10.6666666667vw;
  }
  .EClogo {
    padding-bottom: 20px;
    padding-bottom: 2.6666666667vw;
  }
  .EClogo img {
    width: 120px;
    width: 16vw;
  }
  .ECtitle img {
    width: 650px;
    width: 86.6666666667vw;
  }
  .collection__txt {
    width: 100%;
    margin-right: 0;
    font-size: 30px;
    font-size: 4vw;
    line-height: 1.6666666667;
  }
  .collection__item {
    padding-top: 60px;
    padding-top: 8vw;
  }
  .collection__icon {
    width: 222px;
    width: 29.6vw;
    height: 222px;
    height: 29.6vw;
  }
}
/* _company */
.company__wrapper {
  width: 100%;
  background-color: #fff;
  padding-top: 6rem;
  margin: 0 auto;
}

.company__inner {
  max-width: 75rem;
  padding-bottom: 8rem;
  width: 100%;
  margin: 0 auto;
}

.company__txt {
  display: block;
  margin: 0 auto;
  max-width: 70rem;
  width: 100%;
  text-align: left;
  font-family: "Roboto", "IBM Plex Sans JP";
  font-weight: normal;
  font-size: 3rem;
  line-height: 5rem;
  letter-spacing: 0.18rem;
  color: #000;
  opacity: 1;
}

.company__txt span {
  display: inline-block;
}

.company__logoWrapper {
  padding-top: 6rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.company__logo {
  display: block;
  position: relative;
  width: 33.5rem;
  height: 15rem;
}
.company__logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.company__logo .isumi {
  width: 28rem;
}
.company__logo .kominato {
  width: 28rem;
}
.company__logo .choshi {
  width: 28rem;
}
.company__logo .toyama {
  width: 30.8rem;
}
.company__logo .jr {
  width: 24rem;
}
.company__logo .yamagata {
  width: 28.2rem;
}
.company__logo .kashima {
  width: 26.6rem;
}
.company__logo .linimo {
  width: 23rem;
}
.company__logo .sangirail {
  width: 33.6rem;
}
.company__logo .yurikamome {
  width: 28rem;
}
.company__logo .railwaymuseum {
  width: 23.6rem;
}
.company__logo .twr {
  width: 30.6rem;
}
.company__logo .aonami {
  width: 31rem;
}
.company__logo .linia {
  width: 29.4rem;
}
.company__logo .saitama {
  width: 27rem;
}
.company__logo .newshuttle {
  width: 30rem;
}
.company__logo .iwate {
  width: 25.4rem;
}
.company__logo .aoimori {
  width: 28.8rem;
}
.company__logo .akechi {
  width: 26rem;
}
.company__logo .hitachinaka {
  width: 31rem;
}
.company__logo .nagaragawa {
  width: 29.6rem;
}
.company__logo .tarumi {
  width: 27rem;
}
.company__logo .yoro {
  width: 27.8rem;
}
.company__logo .oigawa {
  width: 26.2rem;
}
.company__logo .rw {
  width: 26.4rem;
}
.company__logo .kobe {
  width: 26.8rem;
}
.company__logo .shintetsu {
  width: 26.4rem;
}
.company__logo .entetsu {
  width: 22.4rem;
}
.company__logo .kanzanji {
  width: 29.2rem;
}
.company__logo .tenhama {
  width: 25.6rem;
}
.company__logo .kantetsu {
  width: 23.6rem;
}
.company__logo .tsutetsu {
  width: 25.2rem;
}
.company__logo .fukushima {
  width: 22.8rem;
}
.company__logo .moka {
  width: 29rem;
}
.company__logo .shonan {
  width: 29.2rem;
}
.company__logo .tateyamakurobe {
  width: 30rem;
}
.company__logo .haneda {
  width: 31rem;
}
.company__logo .keihan {
  width: 24.8rem;
}
.company__logo .sanriku {
  width: 26.2rem;
}
.company__logo .sendai {
  width: 28rem;
}
.company__logo .izuhakone {
  width: 30.8rem;
}
.company__logo .akita {
  width: 30.2rem;
}
.company__logo .izu {
  width: 33.6rem;
}
.company__logo .osaka {
  width: 29.2rem;
}
.company__logo .sanriku {
  width: 26.2rem;
}

@media screen and (max-width: 768px) {
  .company__wrapper {
    padding-top: 60px;
    padding-top: 8vw;
  }
  .company__inner {
    padding-bottom: 80px;
    padding-bottom: 10.6666666667vw;
    width: 100%;
  }
  .company__txt {
    margin-right: 0;
    width: 670px;
    width: 89.3333333333vw;
    font-size: 30px;
    font-size: 4vw;
    line-height: 1.6666666667;
  }
  .company__logoWrapper {
    padding-top: 60px;
    padding-top: 8vw;
  }
  .company__logo {
    width: 335px;
    width: 44.6666666667vw;
    height: 150px;
    height: 20vw;
  }
  .company__logo .isumi {
    width: 280px;
    width: 37.3333333333vw;
  }
  .company__logo .kominato {
    width: 280px;
    width: 37.3333333333vw;
  }
  .company__logo .choshi {
    width: 280px;
    width: 37.3333333333vw;
  }
  .company__logo .toyama {
    width: 308px;
    width: 41.0666666667vw;
  }
  .company__logo .jr {
    width: 240px;
    width: 32vw;
  }
  .company__logo .yamagata {
    width: 282px;
    width: 37.6vw;
  }
  .company__logo .kashima {
    width: 266px;
    width: 35.4666666667vw;
  }
  .company__logo .linimo {
    width: 230px;
    width: 30.6666666667vw;
  }
  .company__logo .sangirail {
    width: 336px;
    width: 44.8vw;
  }
  .company__logo .yurikamome {
    width: 280px;
    width: 37.3333333333vw;
  }
  .company__logo .railwaymuseum {
    width: 236px;
    width: 31.4666666667vw;
  }
  .company__logo .twr {
    width: 306px;
    width: 40.8vw;
  }
  .company__logo .aonami {
    width: 310px;
    width: 41.3333333333vw;
  }
  .company__logo .linia {
    width: 294px;
    width: 39.2vw;
  }
  .company__logo .saitama {
    width: 270px;
    width: 36vw;
  }
  .company__logo .newshuttle {
    width: 300px;
    width: 40vw;
  }
  .company__logo .iwate {
    width: 254px;
    width: 33.8666666667vw;
  }
  .company__logo .aoimori {
    width: 288px;
    width: 38.4vw;
  }
  .company__logo .akechi {
    width: 260px;
    width: 34.6666666667vw;
  }
  .company__logo .hitachinaka {
    width: 310px;
    width: 41.3333333333vw;
  }
  .company__logo .nagaragawa {
    width: 296px;
    width: 39.4666666667vw;
  }
  .company__logo .tarumi {
    width: 270px;
    width: 36vw;
  }
  .company__logo .yoro {
    width: 278px;
    width: 37.0666666667vw;
  }
  .company__logo .oigawa {
    width: 262px;
    width: 34.9333333333vw;
  }
  .company__logo .rw {
    width: 264px;
    width: 35.2vw;
  }
  .company__logo .kobe {
    width: 268px;
    width: 35.7333333333vw;
  }
  .company__logo .shintetsu {
    width: 264px;
    width: 35.2vw;
  }
  .company__logo .entetsu {
    width: 224px;
    width: 29.8666666667vw;
  }
  .company__logo .kanzanji {
    width: 292px;
    width: 38.9333333333vw;
  }
  .company__logo .tenhama {
    width: 256px;
    width: 34.1333333333vw;
  }
  .company__logo .kantetsu {
    width: 236px;
    width: 31.4666666667vw;
  }
  .company__logo .tsutetsu {
    width: 252px;
    width: 33.6vw;
  }
  .company__logo .fukushima {
    width: 228px;
    width: 30.4vw;
  }
  .company__logo .moka {
    width: 290px;
    width: 38.6666666667vw;
  }
  .company__logo .shonan {
    width: 292px;
    width: 38.9333333333vw;
  }
  .company__logo .tateyamakurobe {
    width: 300px;
    width: 40vw;
  }
  .company__logo .haneda {
    width: 310px;
    width: 41.3333333333vw;
  }
  .company__logo .keihan {
    width: 248px;
    width: 33.0666666667vw;
  }
  .company__logo .sanriku {
    width: 262px;
    width: 34.9333333333vw;
  }
  .company__logo .sendai {
    width: 280px;
    width: 37.3333333333vw;
  }
  .company__logo .izuhakone {
    width: 308px;
    width: 41.0666666667vw;
  }
  .company__logo .akita {
    width: 302px;
    width: 40.2666666667vw;
  }
  .company__logo .izu {
    width: 336px;
    width: 44.8vw;
  }
  .company__logo .osaka {
    width: 292px;
    width: 38.9333333333vw;
  }
  .company__logo .sanriku {
    width: 262px;
    width: 34.9333333333vw;
  }
}
/* _QA */
.QA__wrapper {
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
}

.QA__inner {
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 10rem;
  margin: 0 auto;
}

/* 質問回答*/
.cp_qa *,
.cp_qa *:after,
.cp_qa *:before {
  box-sizing: border-box;
}

.cp_qa .cp_actab {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.1rem;
  color: #000;
  /* 質問 */
  /* 答え */
  /* 質問を開いた時の仕様 */
  /* --アイコン */
  /* --答えの高さ */
  /* 質問をクリックした時のアイコンの動き */
}
.cp_qa .cp_actab input {
  position: absolute;
  opacity: 0;
}
.cp_qa .cp_actab label {
  font-family: "Roboto", "IBM Plex Sans JP";
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.6;
  color: #000;
  position: relative;
  display: block;
  padding: 2rem 1rem 2rem 6rem;
  cursor: pointer;
  border-bottom: 1px solid #000;
}
.cp_qa .cp_actab label p {
  padding-right: 3rem;
}
.cp_qa .cp_actab label::before {
  position: absolute;
  left: 1rem;
  width: 4.8rem;
  content: url(../img/Q.svg);
  margin-top: -0.5rem;
  padding-right: 1rem;
}
.cp_qa .cp_actab label:hover {
  color: #000;
}
.cp_qa .cp_actab .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease;
  font-family: "Roboto", "IBM Plex Sans JP";
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.6;
  color: #000;
}
.cp_qa .cp_actab .cp_actab-content p {
  padding: 2rem 1rem 6rem 6rem;
}
.cp_qa .cp_actab .cp_actab-content::before {
  position: absolute;
  left: 1rem;
  width: 4.8rem;
  margin-top: 2rem;
  padding-right: 1rem;
  content: url(../img/A.svg);
}
.cp_qa .cp_actab input:checked ~ label {
  color: #000;
}
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
  max-height: 40em;
}
.cp_qa .cp_actab label::after {
  line-height: 1.6;
  position: absolute;
  margin-top: -6rem;
  padding-right: 1rem;
  right: 0;
  display: block;
  transition: all 0.5s ease;
  text-align: center;
}
.cp_qa .cp_actab input[type=checkbox] + label::after {
  content: "+";
  color: #4B4BD4;
  font-family: "Roboto";
  font-weight: bold;
  font-size: 5rem;
  vertical-align: middle;
}
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
  transform: rotateX(180deg);
  content: "×";
  color: #4B4BD4;
  font-family: "Roboto";
  font-weight: bold;
  font-size: 5rem;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .QA__inner {
    padding-top: 60px;
    padding-top: 8vw;
    padding-bottom: 100px;
    padding-bottom: 13.3333333333vw;
  }
  /* 質問回答*/
  .cp_qa .cp_actab {
    margin-bottom: 1px;
    margin-bottom: 0.1333333333vw;
    /* 質問 */
    /* 答え */
    /* --答えの高さ */
    /* 質問をクリックした時のアイコンの動き */
  }
  .cp_qa .cp_actab label {
    font-size: 30px;
    font-size: 4vw;
    line-height: 40px;
    line-height: 5.3333333333vw;
    padding-top: 20px;
    padding-top: 2.6666666667vw;
    padding-bottom: 20px;
    padding-bottom: 2.6666666667vw;
    padding-right: 10px;
    padding-right: 1.3333333333vw;
    padding-left: 80px;
    padding-left: 10.6666666667vw;
    border-bottom: 1px solid #000;
  }
  .cp_qa .cp_actab label p {
    padding-right: 30px;
    padding-right: 4vw;
  }
  .cp_qa .cp_actab label::before {
    left: 10px;
    left: 1.3333333333vw;
    width: 55px;
    width: 7.3333333333vw;
    margin-top: -5px;
    margin-top: -0.6666666667vw;
    padding-right: 10px;
    padding-right: 1.3333333333vw;
  }
  .cp_qa .cp_actab .cp_actab-content {
    font-size: 30px;
    font-size: 4vw;
    line-height: 40px;
    line-height: 5.3333333333vw;
  }
  .cp_qa .cp_actab .cp_actab-content p {
    padding-top: 20px;
    padding-top: 2.6666666667vw;
    padding-bottom: 60px;
    padding-bottom: 8vw;
    padding-right: 10px;
    padding-right: 1.3333333333vw;
    padding-left: 80px;
    padding-left: 10.6666666667vw;
  }
  .cp_qa .cp_actab .cp_actab-content::before {
    left: 10px;
    left: 1.3333333333vw;
    width: 55px;
    width: 7.3333333333vw;
    margin-top: 20px;
    margin-top: 2.6666666667vw;
    padding-right: 10px;
    padding-right: 1.3333333333vw;
  }
  .cp_qa .cp_actab input:checked ~ .cp_actab-content {
    max-height: 40em;
  }
  .cp_qa .cp_actab label::after {
    line-height: 16px;
    line-height: 2.1333333333vw;
    margin-top: -30px;
    margin-top: -4vw;
    padding-right: 10px;
    padding-right: 1.3333333333vw;
  }
  .cp_qa .cp_actab input[type=checkbox] + label::after {
    font-size: 50px;
    font-size: 6.6666666667vw;
  }
  .cp_qa .cp_actab input[type=checkbox]:checked + label::after {
    font-size: 50px;
    font-size: 6.6666666667vw;
  }
}
/* _footermenu */
.footermenu__wrapper {
  background-color: #000;
  padding-top: 2rem;
  padding-bottom: 6rem;
}

.footermenu__inner {
  margin: 0 auto;
  width: 100%;
}

.footer__menu {
  border-bottom: 0.2rem solid #fff;
  padding-top: 4rem;
  padding-bottom: 2rem;
  margin: 0 auto;
  display: block;
  font-family: "Roboto", "IBM Plex Sans JP";
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: 0.2rem;
  color: #fff;
  opacity: 1;
  position: relative;
  text-align: left;
  text-decoration: none;
}
.footer__menu a {
  color: #fff;
  text-align: left;
  display: block;
}
.footer__menu ::after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-color: transparent transparent transparent #fff;
  width: 0;
  height: 0;
  /* 矢印アイコンの位置を設定 */
  position: absolute;
  top: 5rem;
  right: 1rem;
  transform: translateY(-50%);
  /* translateYのみ */
}

@media screen and (max-width: 768px) {
  .footermenu__wrapper {
    padding-top: 20px;
    padding-top: 2.6666666667vw;
    padding-bottom: 60px;
    padding-bottom: 8vw;
  }
  .footer__menu {
    padding-top: 40px;
    padding-top: 5.3333333333vw;
    padding-bottom: 20px;
    padding-bottom: 2.6666666667vw;
    font-size: 30px;
    font-size: 4vw;
    letter-spacing: 2px;
    letter-spacing: 0.2666666667vw;
  }
  .footer__menu ::after {
    /* 矢印アイコンの位置を設定 */
    position: absolute;
    top: 50px;
    top: 6.6666666667vw;
    right: 10px;
    right: 1.3333333333vw;
    transform: translateY(-50%);
    /* translateYのみ */
  }
}
/* _footer */
.footer__wrapper {
  background-color: #fff;
}

.footer__inner {
  margin: 0 auto;
  width: 90%;
  padding-bottom: 8rem;
}

.footer__logoWrap {
  width: 100%;
  margin-left: 0;
  margin-right: auto;
}

.footer__logo {
  margin-top: 4rem;
  margin-bottom: 2rem;
  display: flex;
  gap: 4rem;
  justify-content: flex-start;
  align-items: center;
}
.footer__logo img.museum {
  width: 22.8rem;
  height: 14.6rem;
}
.footer__logo p {
  font-family: "Roboto", "IBM Plex Sans JP";
  font-weight: normal;
  font-size: 3rem;
  letter-spacing: 0.03rem;
  color: #000000;
  opacity: 1;
}

.footer__copy {
  text-align: left;
  font-family: "Roboto", "IBM Plex Sans JP";
  font-weight: normal;
  font-size: 2rem;
  letter-spacing: 0.03rem;
  color: #000000;
  opacity: 1;
}

.footer__top {
  width: 9.5rem;
  height: 9.5rem;
  content: url("../img/up.svg");
  opacity: 1;
  position: fixed;
  right: 4rem;
  bottom: 8rem;
  display: flex;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .footer__inner {
    padding-bottom: 80px;
    padding-bottom: 10.6666666667vw;
  }
  .footer__logo {
    margin-top: 40px;
    margin-top: 5.3333333333vw;
    margin-bottom: 20px;
    margin-bottom: 2.6666666667vw;
    gap: 30px;
    gap: 4vw;
  }
  .footer__logo img.museum {
    width: 228px;
    width: 30.4vw;
    height: 146px;
    height: 19.4666666667vw;
  }
  .footer__logo p {
    font-size: 30px;
    font-size: 4vw;
  }
  .footer__copy {
    text-align: left;
    font-size: 20px;
    font-size: 2.6666666667vw;
  }
  .footer__top {
    width: 95px;
    width: 12.6666666667vw;
    height: 95px;
    height: 12.6666666667vw;
    right: 40px;
    right: 5.3333333333vw;
    bottom: 80px;
    bottom: 10.6666666667vw;
  }
}