@charset "UTF-8";
/* CSS Document */
* {
 margin: 0;
 padding: 0;
 line-height: 1.5;
 font-style: normal;
 font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体", serif;
 font-size: 14px;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 -webkit-touch-callout: none;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
}

html {
 height: 100%;
}

body {
 margin: 0;
 padding: 0;
 background: #000;
}

li {
 list-style-type: none;
}

img {
 max-width: 100%;
 height: auto;
}

a {
 color: #000;
}

a:focus {
 outline: none;
 text-decoration: none;
 color: #008090;
}

a:hover, a:active, a:focus {
 opacity: 0.7;
}

.ios a:hover {
 opacity: 1;
}

footer a,
footer p{
 letter-spacing: 0.1em;
}

.disPc {
 display: block;
}
@media screen and (max-width: 767px) {
 .disPc {
 display: none;
 }
}

.disSp {
 display: none;
}
@media screen and (max-width: 767px) {
 .disSp {
  display: block;
 }
}
.d-none {
 display: none;
}

.mainContents{
 max-width: 1920px;
 margin: auto;
}

.heroContentsWp{
 background: url(/alchemiastory/web/en/landing/newsaga/202507/img/main.jpg) no-repeat center top;
 background-size: contain;
 width: 100%;
 max-width: 1920px;
 margin-left: auto;
 margin-right: auto;
 position: relative;
}
.webp .heroContentsWp {
 background: url(/alchemiastory/web/en/landing/newsaga/202507/img/main.webp) no-repeat center top;
 background-size: contain;
}
.no-webp .heroContentsWp {
 background: url(/alchemiastory/web/en/landing/newsaga/202507/img/main.jpg) no-repeat center top;
 background-size: contain;
}

@media screen and (max-width: 767px) {
 .heroContentsWp{
  background: url(/alchemiastory/web/en/landing/newsaga/202507/img/sp-main.jpg) no-repeat center top;
  background-size: cover;
 }
 .webp .heroContentsWp {
  background: url(/alchemiastory/web/en/landing/newsaga/202507/img/sp-main.webp) no-repeat center top;
  background-size: cover;
 }
 .no-webp .heroContentsWp {
  background: url(/alchemiastory/web/en/landing/newsaga/202507/img/sp-main.jpg) no-repeat center top;
  background-size: cover;
 }
}

.heroContents {
/* aspect-ratio: 16 / 9;*/
  padding-top: 56.25%;
 width: 100%;
 height: 100%;
 margin: auto;
 position: relative;
 margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
 .heroContents{
  /*aspect-ratio: 215 / 466;*/
  padding-top:216.74%;
 }
}

.heroContents{
 position: relative;
 background-image: linear-gradient(0deg, #000000, transparent 60% 100%);
}

.heroContents h1{
 margin: auto;
 position: absolute;
 left: 0;
 right: 0;
 bottom: 15%;
 width: 92%;
}

@media screen and (max-width: 767px) {
.heroContents h1{
 bottom: 21%;
 }
}

.hero__img01{
 margin:auto;
 max-width: 936px;
 width: 54%;
}

.hero__img02{
 transition: 0.5s;
 margin: .8rem auto 0;
 max-width: 700px;
 width: 50%;
}

@media screen and (max-width: 767px) {
 .hero__img01{
  width: inherit;
 }
 .hero__img02{
  width: inherit;
 }
}


.animeMozaiku{
 filter: blur(25px);
 animation: blurOut 1.6s forwards;
 position: relative;
 z-index: 2;
 text-align: center;
}

@keyframes blurOut  {
 to {
  filter: blur(0);
 }
}

@media screen and (max-width: 767px) {
 .btnSc__List li:nth-child(n + 3){
  display: none;
 }
}

.titWp{
 width: 100%;
 max-width: 1280px;
 position: relative;
 margin: auto;
}

.tit{
 display: inline-block;
 text-align: center;
 margin: 0 auto 2rem;
 display: block;
 width: 100%;
 max-width: 700px;
}

@media screen and (max-width: 767px) {
 .tit{
  margin-bottom: 1rem;
 }
}

.tit01{
 max-width: 413px;
}

@media screen and (max-width: 767px) {
 .tit01{
  max-width: 270px;
 }
}


.tit02{
 max-width: 530px;
 margin-top: 6rem;
}

@media screen and (max-width: 767px) {
 .tit02{
  max-width: 340px;
  margin-top: 3rem;
 }
}


.tit03{
 max-width: 390px;
}

@media screen and (max-width: 767px) {
 .tit03{
  max-width: 250px;
 }
}

.tit04{
 max-width: 450px;
 margin-top: 8rem;
}

@media screen and (max-width: 767px) {
 .tit04{
  max-width: 270px;
  margin-top: 3rem;
 }
}

.tit05{
 max-width: 520px;
 margin-top: 8rem;
}

@media screen and (max-width: 767px) {
 .tit05{
  max-width: 320px;
  margin-top: 3rem;
 }
}

.tit06{
 max-width: 560px;
 margin-top: 8rem;
}

@media screen and (max-width: 767px) {
 .tit06{
  max-width: 350px;
  margin-top: 3rem;
 }
}


.sec01,.sec02,.sec03 {
 margin-bottom: 10rem;
}

.secFrame{
 position: relative;
 margin-left: auto;
 margin-right: auto;
}

.secFrame::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 margin:auto;
 max-width: 1400px;
 width: 100%;
 aspect-ratio: 2796 / 1078;
 background: url(/alchemiastory/web/en/landing/newsaga/202507/img/secFrame01.png) no-repeat top center;
 background-size: contain;
}
.webp .sec01::before{
 background: url(/alchemiastory/web/en/landing/newsaga/202507/img/secFrame01.webp) no-repeat top center;
 background-size: contain;
}
.no-webp .sec01::before {
 background: url(/alchemiastory/web/en/landing/newsaga/202507/img/secFrame01.png) no-repeat top center;
  background-size: contain;
}

.secFrame::after {
 content: "";
 position: absolute;
 bottom: 0;
 right: 0;
 left: 0;
 margin: auto;
 width: 100%;
 max-width: 1400px;
 height: auto;
 aspect-ratio: 2796 / 1078;
 background: url(/alchemiastory/web/en/landing/newsaga/202507/img/secFrame02.png) no-repeat bottom center;
 background-size: contain;
}
.webp .sec01::after{
 background: url(/alchemiastory/web/en/landing/newsaga/202507/img/secFrame02.webp) no-repeat bottom center;
 background-size: contain;
}
.no-webp .sec01::after {
 background: url(/alchemiastory/web/en/landing/newsaga/202507/img/secFrame02.png) no-repeat bottom center;
 background-size: contain;
}


@media screen and (max-width: 767px) {
.secFrame::before {
 aspect-ratio: 430 / 165;
 background: url(/alchemiastory/web/en/landing/newsaga/202507/img/sp-secFrame01.png) no-repeat top center;
 background-size: contain;
}
.webp .sec01::before{
 background: url(/alchemiastory/web/en/landing/newsaga/202507/img/sp-secFrame01.webp) no-repeat top center;
 background-size: contain;
}
.no-webp .sec01::before {
 background: url(/alchemiastory/web/en/landing/newsaga/202507/img/sp-secFrame01.png) no-repeat top center;
  background-size: contain;
}

.secFrame::after {
 aspect-ratio: 430 / 165;
 background: url(/alchemiastory/web/en/landing/newsaga/202507/img/sp-secFrame02.png) no-repeat bottom center;
 background-size: contain;
}
.webp .sec01::after{
 background: url(/alchemiastory/web/en/landing/newsaga/202507/img/sp-secFrame02.webp) no-repeat bottom center;
 background-size: contain;
}
.no-webp .sec01::after {
 background: url(/alchemiastory/web/en/landing/newsaga/202507/img/sp-secFrame02.png) no-repeat bottom center;
 background-size: contain;
}
}


@media screen and (max-width: 767px) {
.sec01,.sec02,.sec03 {
  margin-bottom: 5rem;
 }
}

.secInner{
 width: 92%;
 margin-left: auto;
 margin-right: auto;
 max-width: 1400px;
 position: relative;
 z-index: 1;
 padding: 8rem 0;
}

@media screen and (max-width: 767px) {
 .secInner{
  padding: 3rem 0;
 }
}


.sec01Img{
 max-width: 970px;
 margin: auto;
}

.dates{
 max-width: 920px;
 margin: 4rem auto;
}

@media screen and (max-width: 767px) {
.dates{
 margin: 2rem auto;
 }
}

.sec02Img{
 margin: 2rem auto;
 max-width: 970px;
}

.imgReward{
 margin: 2rem auto;
 margin-left: auto;
 margin-right: auto;
 max-width: 970px;
}


@media screen and (max-width: 767px) {
.sec02Img{
 margin: 1rem auto;
 }
}

.secTxt{
 color: #fff;
 font-size: 1.3rem;
 line-height: 1.8;
 margin: 1rem auto 2rem;
 max-width: 1000px;
 font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体", serif;
}

.secTxt a{
 opacity: .7;
 text-decoration:none;
}

.swiper-slide img {
 width: 100%;
}

.thumb-item img{
 opacity: 0.5;
}

.swiper-slide-thumb-active img{
 opacity: 1;
}

.thumb-list{
 margin-top: 1rem;
}

.sec02DetailBox{
 position: relative;
}

.swiper-button{
 position: absolute;
 top: 40%;
 width: 100%;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
 content: none!important;
}

@media screen and (max-width: 767px) {
 .sec02DetailBox .swiper-button-next,
 .sec02DetailBox .swiper-button-prev{
  top:50%;
 }
 .swiper-button-prev,
 .swiper-rtl .swiper-button-next {
  left: 0%!important;
 }
 .swiper-button-next,
 .swiper-rtl .swiper-button-prev {
  right: 0%!important;
  left: inherit!important;
 }
}

.thumbs-slider{
 max-width: 970px;
}

.swiper-button-prev,.swiper-button-next{
 width: 60px!important;
}

@media screen and (max-width: 767px) {
.swiper-button-prev,.swiper-button-next{
 width: 30px!important;
 }
}

.swiper-button-prev img,.swiper-button-next img{
 width: 100%;
}

.sec04{
 margin-bottom: 5rem;
}

.sec04 .tit{
 margin-bottom: 4rem;
}

.sec04Img + .sec04Img{
 margin-top: 2rem;
}

.sec03Img{
 margin-top: 3rem;
 margin-left: auto;
 margin-right: auto;
 max-width: 970px;
}

.tit + .sec03Img {
 margin-top: 1rem;
}

.sec03Img + .dates{
 margin-top: 6rem;
}

@media screen and (max-width: 767px) {
 .sec04 .tit{
  margin-bottom: 2rem;
 }
 .sec03Img {
  margin-right: 0;
  margin-top: 0;
 }
}


@media screen and (max-width: 767px) {
 .sec03 .dates {
  margin: 1rem auto;
 }
}

.sec03Box{
 display: flex;
 margin: auto;
 align-items: center;
 max-width: 1200px;
}

.sec03Box .sec03Img{
 margin-right: 2rem;
 max-width: 600px;
}

@media screen and (max-width: 767px) {
 .sec03Box{
 display: block;
 }
 .sec03Box .sec03Img{
  margin-right: 0;
 }
}

.sec03dates{
 max-width: 650px;
}

.sec04Img{
 max-width: 840px;
 margin-left: auto;
 margin-right: auto;
}

.sec05{
 position: relative;
 z-index: 1;
}

.sec05Detail {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.sec05Detail-top {
  height: 30px;
  background: url('/alchemiastory/web/en/landing/newsaga/202507/img/top-line.png') no-repeat center top;
  background-size: 100% 100%;
}

.sec05Detail-bottom {
  height: 30px;
  background: url('/alchemiastory/web/en/landing/newsaga/202507/img/bottom-line.png') no-repeat center bottom;
  background-size: 100% 100%;
}

.sec05Detail-content {
 padding: 3rem 7rem;
  background: url('/alchemiastory/web/en/landing/newsaga/202507/img/middle-line.png') repeat-y center top; /* 縦方向にリピートして高さを伸ばす */
  background-size: 100% auto;
  background-repeat: repeat-y;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
.sec05Detail-top {
  height: 30px;
  background: url('/alchemiastory/web/en/landing/newsaga/202507/img/sp-top-line.png') no-repeat center top;
  background-size: 100% 100%;
}

.sec05Detail-bottom {
  height: 30px;
  background: url('/alchemiastory/web/en/landing/newsaga/202507/img/sp-bottom-line.png') no-repeat center bottom;
  background-size: 100% 100%;
}

.sec05Detail-content {
  padding: 20px 20px 50px;
  background: url('/alchemiastory/web/en/landing/newsaga/202507/img/sp-middle-line.png') repeat-y center top; /* 縦方向にリピートして高さを伸ばす */
  background-size: 100% auto;
  background-repeat: repeat-y;
 }
}

.sec05RightBoxWp{
 display: flex;
 align-items: center;
}

.sec05CtBox{
 display: flex;
}


.sec05LeftBox{
 max-width: 520px;
 display: block;
}

.sec05RightBox{
 margin-left: 2rem;
 max-width: 540px;
}

@media screen and (max-width: 767px) {
.sec05CtBox{
 display: block;
}
.sec05RightBox{
 margin-left: 0%;
 max-width: inherit;
 width:100%;
}
.sec05LeftBox{
 max-width: inherit;
 }
}

.sec05Ct_txt02{
 line-height: 2;
 font-size: 16px;
}

.sec05Ct_txt + .sec05Ct_txt{
 margin-top: 2rem;
}

@media screen and (max-width: 767px) {
.sec05Ct_txt02{
  width: 92%;
  margin-left: auto;
  margin-right: auto;
 }
 .sec05Ct_txt + .sec05Ct_txt{
  margin-top: 1rem;
 }
}

.sec05Ct_tit01{
 margin: 0 auto 2rem;
 color: #830005;
 font-size: 1.8rem;
 font-weight: bold;
}

@media screen and (max-width: 767px) {
 .sec05Ct_tit01{
  margin: 1.5rem auto 1rem;
  text-align: center;
 }
}


.txtLink{
 color: #830005;
 font-size: 1.1rem;
 text-decoration: none;
 margin-top: 1rem;
 display: block;
 font-weight: bold;
}

@media screen and (max-width: 767px) {
 .txtLink{
  margin-top: 3rem;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
 }
}


.sec06 .btnSc__List{
 position: relative;
}

.sec06 {
 background-color:#000;
 padding-bottom: 2rem;
}


.downlordTit{
 max-width: 780px;
 display: block;
 margin: 0 auto 4rem;
}

.btnSc{
 position: relative;
 z-index: 4;
}

.sec05Detail01{
 margin-bottom:2rem;
}
.btnScInner {
 position: relative;
 z-index: 1;
 width: 92%;
 margin: auto;
 padding-top: 10rem;
}

@media screen and (max-width: 767px) {
.downlordTit{
 margin: 0 auto 1rem;
}
 .btnScInner {
  padding-top: 3rem;
 }
 .sec06 .btnSc__List{
  width: 100%;
 }
}

.btnSc__tit{
 text-align: center;
 display: block;
 color: #fff;
 font-size: 3rem;
 font-weight: bold;
 margin: 0 auto 3rem;
}

@media screen and (max-width: 767px) {
 .btnSc__tit {
  font-size: 2.8rem;
  margin: 0 auto 2rem;
 }
}

.btnSc__List{
 display: flex;
 flex-wrap: wrap;
 margin: 20px auto 0;
 max-width: 1200px;
 justify-content: center;
 position: absolute;
 margin: auto;
 left: 0;
 right: 0;
 bottom: 2%;
 z-index: 1;
}

@media screen and (max-width: 1300px) {
 .btnSc__List {
  bottom: 0;
 }
}


@media screen and (max-width: 767px) {
 .btnSc__List {
  bottom: 6%;
  width: inherit;
 }
}

.btnSc__List li {
 display: inline-block;
 text-align: center;
 margin-bottom: 10px;
 height: 70px;
 margin-left: 10px;
}

@media screen and (min-width:768px) and ( max-width:1100px) {
 .btnSc__List li{
  height: 54px;
 }
}

@media screen and (max-width: 767px) {
 .btnSc__List {
  flex-wrap: inherit;
width: 92%;
 }
 .btnSc__List li.steamBtn,
 .btnSc__List li.pcBtn{
  display: none;
 }
}

.btnSc__List li:nth-child(n + 3) {
 margin-bottom: 0;
}

.btnSc__List li:first-child {
 margin-left: 0;
}

.btnSc__List li img{
 height: 100%;
 max-height: 90px;
}


@media screen and (max-width: 767px) {
.btnSc__List li img{
 max-height: 53px;
 }
}

/*--------footer------*/
.pageTop {
 animation: btn_vertical 1s ease-in-out infinite alternate;
}
.pageTop {
 position: fixed;
 bottom: 10px;
 right: 10px;
 z-index: 50;
 max-width: 120px;
}

@media screen and (max-width: 767px) {
.pageTop {
 max-width: 90px;
 }
}

.snsLink{
 display: flex;
 justify-content: center;
 align-items: center;
 margin-top: 3rem;
}

.snsLink li{
 margin-left: 30px;
 max-width: 100px;
}

@media screen and (max-width: 767px) {
 .snsLink{
  margin-top: 0;
 }
 .snsLink li{
  margin-left: 25px;
  max-width: 70px;
 }
}

.snsLink li:first-child{
 margin-left: 0;
}

footer {
 width: 100%;
 margin: 0 auto;
 padding-bottom: 3rem;
 color: #fff;
 background: #171717;
 margin: 0 auto;
 text-align: center;
 position: relative;
 z-index: 4;
}
.ft_copyright {
 text-align: center;
 background-color: #171717;
 padding: 10px;
}
.copyright {
 color: #fff;
 font-size: 10.5px;
 margin-top: 2rem;
 margin-bottom: 2rem;
 display: inline-block;
 position: relative;
 z-index: 1;
}
@media screen and (max-width: 350px) {
 .copyright {
  font-size: 10px;
 }
}

.ft_copyright img {
 max-width: 100px;
}

.gotoTop a{
 text-decoration:none;
 line-height:2em;
}

.ft_menu,.ft_spec,.ft_copyright{
 background-color: #6e0004;
}

.ft_spec {
 padding: 3rem 0 0;
}
.ft_menu ul, .ft_spec ul {
 width: 960px;
 margin: 0 auto;
 padding: 0;
 letter-spacing: -.4em;
}
.ft_spec ul {
 width: 350px;
}
.ft_menu ul li, .ft_spec ul li {
 vertical-align: top;
 display: inline-block;
 zoom: 1;
 letter-spacing: normal;
}
.ft_spec ul li {
 width: 49%;
 border: 1px solid #313131;
 padding: 0;
 margin: auto;
 text-align: center;
 letter-spacing: -.4em;
 font-size: .8rem;
}
.ft_spec ul li .spec_title,
.ft_spec ul li .spec_detail {
 width: 50%;
 vertical-align: top;
 display: inline-block;
 zoom: 1;
 letter-spacing: normal;
 padding: 0.7rem 1.2rem;
 box-sizing: border-box;
 margin-bottom: 0;
}
.ft_spec ul li .spec_title {
 width: 90px;
 font-size: 12px;
 background-color: #313131;
 text-align: right;
 color: #fff;
}
.ft_spec ul li .spec_detail {
 width: 260px;
 font-size: 12px;
 color: #fff;
 text-align: left;
 background-color: #454545;
}
@media screen and (max-width: 374px) {
 .ft_spec ul {
  width: 310px;
 }
 .ft_spec ul li .spec_title {
  width: 80px;
 }
 .ft_spec ul li .spec_detail {
  width: 230px;
 }
}
.ft_menu ul {
 width: 580px;
 width: 100%;
 flex-wrap: wrap;
 margin: auto;
 padding: 4rem 0 3rem;
 display: flex;
 justify-content: center;
}
.ft_menu ul,
.ft_spec ul {
 letter-spacing: -.4em;
}
.ft_spec ul li:first-child {
 border-top: 1px solid #888;
}
.ft_spec ul li:nth-child(odd) {
 margin-right: 0.5rem;
}
.ft_spec ul li {
 width: 100%;
 border: none;
 border-bottom: 1px solid #888;
 margin-bottom: 0;
 display: flex;
}
.ft_menu ul li {
 font-size: 12px;
 font-size: .9rem;
 text-align: center;
 align-items: center;
}
.ft_menu ul li a {
 font-size: 11px;
 color: #eee;
 text-decoration: none;
 padding: 8px 4px;
 display: inline-block;
}
.ft_menu ul li a:hover {
 text-decoration: underline;
}
.ft_menu ul li:after {
 width: 1px;
 height: 10px;
 margin: 0 9px;
 content: "";
 background-color: #fff;
 display: inline-block;
}
.ft_menu ul li:last-child:after {
 content: none;
}

@media screen and (max-width: 1025px) {
 .ft_menu ul{
  width: 92%;
  flex-wrap: wrap;
  padding: 3rem 0 2rem;
 }
 footer {
  min-width: inherit;
 }
 .ft_menu ul li:nth-child(10):after {
  content: none;
 }
 .ft_spec ul li .spec_title, .ft_spec ul li .spec_detail {
  padding: 0.5rem 0.9rem;
 }
}

.footer{
 position: relative;
 z-index: 1;
}
/*--------/footer------*/

.lp_copyright{
 color: #fff;
 font-size: 11px;
 display: inline-block;
 position: relative;
 z-index: 1;
 text-align: center;
 margin-top: 2rem;
 line-height: 2;
}

/*-----------20241122--*/
.headerBox{
 position: absolute;
 width: 100%;
 max-width: 1920px;
 top: 0;
 left: 0;
 right: 0;
 margin: auto;
 z-index: 99;
}
.languageLink{
 max-width: 40px;
 display: block;
 cursor: pointer;
}
.languageLink:hover{
 opacity: .7;
}
.languageImg img{
 box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 1);
 border-radius: 60px;
}

@media screen and (max-width: 767px) {
 .headerBox{
  width: 92%;
 }
}

#menu-bar{
 width: 100%;
 max-width: 1400px;
 margin: auto;
}
.menu-button,.menu-button-close{
 margin-left: auto;
 margin-top: 2%;
 max-width: 50px;
}

@media screen and (max-width: 767px) {
.menu-button,.menu-button-close{
 margin-top: 4%;
 }
}

.menu-button-close{
 margin-right: 4%;
}

.languageLink{
 position: absolute;
 bottom: 5%;
 left: 0;
 right: 0;
 margin: auto;
 max-width: 110px;
}

.menuList{
 text-align: center;
}

#nav-menu {
 position: fixed;
 top: 0;
 right: -30%; /* 初期は画面外 */
 width: 30%;
 height: 100%;
 transition: right 0.3s ease;
 background-color: #000;
}

@media screen and (max-width: 1000px) {
#nav-menu {
  right: -50%;
  width: 50%;
 }
}

@media screen and (max-width: 767px) {
#nav-menu {
  right: -100%; /* 初期は画面外 */
  width: 100%;
 }
}

#nav-menu.nav-menu-open {
 right: 0;
}

.menuListBox{
 position: absolute;
 left: 0;
 right: 0;
 margin: auto;
 top: calc(50% - 250px);
}

.menuList a{
 font-size: 2.5rem;
 color: #fff;
 text-decoration: none;
 text-shadow: -1px -1px 6px #ff0000, 1px 1px 5px #ff0000, -1px 1px 5px #FF0000, 1px -1px 5px #FF0000;
}

.menuList li + li{
 margin-top: 3rem;
}

@media screen and (max-width: 767px) {
 .menuList a{
 font-size: 2.0rem;
 }
 .menuList li + li{
  margin-top: 2.5rem;
 }
}

#overlay {
 position: fixed;
 top: 0; left: 0;
 width: 100%; height: 100%;
 background: rgba(0,0,0,0.5);
 opacity: 0;
 pointer-events: none;
 transition: opacity 0.3s ease;
 z-index: 50;
}

#overlay.overlay-on {
 opacity: 1;
 pointer-events: auto;
}

.menu-button, .menu-button-close {
 cursor: pointer;
}

/* スマホで弾みスクロールを防止 */
/*body.no-scroll {
 overflow: hidden;
 height: 100%;
 position: fixed;
 width: 100%;
}*/


.btn_link{
 max-width: 400px;
 margin: 3rem auto 0;
 display: block;
}

@media screen and (max-width: 767px) {
 .btn_link{
  max-width: 230px;
 }
}

.sec04Img iframe{
 width: 100%;
 aspect-ratio: 16 / 9;
}

@media screen and (max-width: 767px) {
 .sec04Img{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
 }

 .sec04Img iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  aspect-ratio:inherit;
 }
}

.centerPc{
 text-align: center;
}

@media screen and (max-width: 767px) {
 .centerPc{
  text-align: left;
 }
}