/* data-aspect-ratio */
[data-aspect-ratio="233:26"]:before {
  padding-top: calc((26/233)*100%);
}
[data-aspect-ratio="390:353"]:before {
  padding-top: calc((353/390)*100%);
}
[data-aspect-ratio="428:600"]:before {
  padding-top: calc((600/428)*100%);
}
[data-aspect-ratio="139:76"]:before {
  padding-top: calc((76/139)*100%);
}
[data-aspect-ratio="119:67"]:before {
  padding-top: calc((76/139)*100%);
}
[data-aspect-ratio="482:274"]:before{
  padding-top: calc((274/482)*100%);
}
[data-aspect-ratio="678:577"]::before{
  padding-top: calc((577/678)*100%);
}
[data-aspect-ratio="790:418"]::before{
  padding-top: calc((418/790)*100%);
}
[data-aspect-ratio="600:78"]::before{
  padding-top: calc((78/600)*100%);
}
[data-aspect-ratio="418:274"]::before{
  padding-top: calc((274/418)*100%);
}
[data-aspect-ratio="699:78"]::before{
  padding-top: calc((78/699)*100%);
}
[data-sp-aspect-ratio="7:10"]:before {
  padding-top: calc((10/7)*100%);
}
[data-sp-aspect-ratio="15:11"]:before {
  padding-top: calc((11/15)*100%);
}
[data-sp-aspect-ratio="392:264"]:before {
  padding-top: calc((264/392)*100%);
}

[data-sp-aspect-ratio="175:108"]:before {
  padding-top: calc((108/175)*100%);
}

@media screen and (max-width:812.99px) {
  [data-sp-aspect-ratio="270:251"]{
    padding-top: calc((251/270)*100%);
  }
}

@media screen and (min-width:813px) {
  [data-pc-aspect-ratio="480:650"]{
    padding-top: calc((650/480)*100%);
  }
  [data-pc-aspect-ratio="648:588"]:before {
    padding-top: calc((588/648)*100%);
  }
}
.header{
  background-color: #fff;
}
.wrapper{
  padding-top: 65px;
}
.main{
  position: relative;
  min-width: 320px;
/*  padding-bottom: 36px;*/
  padding-bottom: 0;
}
/* modal */
body.-modalOpen{
  overflow: hidden;
}
.rfa_modal{
  opacity: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--setvh)*100);
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 5;
  transition: opacity 0.2s;
}
.rfa_modal:not(.-appeare){
  pointer-events: none;
}
.rfa_modal.-appeare{
  opacity: 1;
  visibility: visible;
}
.rfa_modal_closeBand{
  display: block;
  position: absolute;
  top: 30px;
  right: 18.9px;
  z-index: 2;
}
.rfa_modal_closeBand:hover{
  cursor: pointer;
}
.rfa_modal_close{
  display: block;
  max-width: 50px;
}
.rfa_modal_close_linewrap{
  width: 18.5px;
  height: 18.5px;
  margin: 0 auto;
  position: relative;
}
.rfa_modal_close_line {
  background-color: #fff;
  margin-right: auto;
  margin-left: auto;
  right: 0;
  left: 0;
  width: calc(100%*1.4142 - 2px);
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.rfa_modal_close_line:first-child{
  transform: translate(calc(-50% + 1px),calc(-50% + 1px)) rotate(45deg);
}
.rfa_modal_close_line:nth-child(2){
  transform: translate(calc(-50% + 1px),calc(-50% + 1px)) rotate(-45deg);
}
.rfa_modal_close_text{
  color: #fff;
  margin-top: 5px;
  display: block;
  font-size: 10.54px;
  line-height: 13.89px;
  word-break: break-all;
}

/* video */
.main_video_wrap{
  height: calc((var(--setvh-early)*100) - 65px);
  width: 100%;
  z-index: 1;
  background-color: #161616;
  position: relative;
  overflow: hidden;
}
.main_video_wrap .main_video_float{
  margin-top: 4%;
  position: absolute;
  left: 50%;
  bottom: 50px;
  z-index: 1;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  transform: translateX(-50%);
}
.main_video{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 100%;
  width: auto;
}
.-overAspect .main_video{
  height: auto;
  width: 100%;
}
.main_videoImg{
  height: auto;
  width: 100%;
}

.main_video_btn{
  position: absolute;
  bottom: 8vw;
  left: 4vw;
  border: 1px solid #fff;
  padding: 5px 20px;
}
.main_video_btn a{
  color: #fff;
}

.iOS_old .main_video{
  display: none;
}
.iOS_old .main_videoImg.u-only-pc{
  display: none;
}

/* main image */
.main_img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

/* main */
.main{
/*  margin-top: -60px;*/
  background-color: #161616;
  color: #fff;
}
.wrapper{
  width: 100%;
}
.swiper{
  overflow: hidden;
}

/* epNavi */
.epNavi{
  background-color: #fff;
  color: #1b1b1b;
}

.epNavi a{
  text-decoration: underline;
}
.epNavi_list{
  padding-top: 14px;
  padding-bottom: 0px;
  display: flex;
  border-bottom: 1px solid #cdcdcd;
}
.epNavi_list_items{
  padding: 0 5vw;
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 3px solid #fff;
}
.epNavi_list_items::before{
  content: "";
  width: 2px;
  height: 33px;
  position: absolute;
  right: 0;
  background-color: rgba(205, 205, 205, 0.5);
}
.epNavi_list_icon{
  display: none;
}
.epNavi_list_items.-current{
  border-bottom: 3px solid #1b1b1b;
}
.epNavi_list_items.-current .epNavi_list_icon{
  display: block;
  width: 5.6vw;
  max-width: 21px;
  margin-right: 2vw;
}

.epNavi_list_txt{
  line-height: 1.3;
}

.epNavi_list_place{
  font-size: 14px;
  font-weight: bold;
  color: #888;
}
.epNavi_list_items.-current .epNavi_list_place{
  color: #1b1b1b;
}
.epNavi_list_info{
  font-size: 12px;
  color: #888;
}

/* section_intro */
.section_intro{
  padding: 40px 20px 58px;
  background-color: #fff;
  color: #1b1b1b;
}

.intro_txt{
  position: relative;
  padding-top: 84px;
}

.intro_txt::before{
  content: "";
  display: inline-block;
  width: 32px;
  height: 50px;
  background: url("/jp/ja/contents/feature/24hourswithRoger/common/img/icon_pin.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -16px;
}
.intro_ttl{
  font-size: 27px;
  line-height: 32px;
  font-weight: normal;
  text-align: center;
}
.intro_body{
  margin-top: 23px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color:#888;
}

html.jp-ja .intro_ttl{
  line-height: 1.5;
}
html.jp-ja .intro_body{
  line-height: 1.5;
}

.intro_body span{
  display: block;
}

.intro_body span + span{
  margin-top: 20px;
}

/* leadContents */
.leadContents_column:first-child{
  padding: 48px 48px 25px;
}

.leadContents_ttl{
  font-size: 46px;
  font-weight: normal;
  line-height: 1;
}

.leadContents_body{
  margin-top: 42px;
  line-height: 24px;
  font-size: 19px;
}

html.jp-ja .leadContents_ttl{
  line-height: 1.5;
}

html.jp-ja .leadContents_body{
  line-height: 1.5;
}

.leadContents_body span{
  display: block;
}

.leadContents_logo{
  margin-top: 49px;
}
.leadContents_img{
  margin-top: 31px;
}

.line_2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  box-orient: vertical;
  line-clamp: 2;
}

/* section_movie */
.section_movie{
  margin-top: 50px;
}
.movie_main .movie_caption{
  padding: 0 20px;
  margin-top: 18px;
}

.movie_main .movie_caption_ttl{
  font-weight: bold;
}
.movie_main_wrap{
  width: 100%;
}
.youtube_wrap{
  position: relative;
}
.youtube_wrap::before{
  content: "";
  display: block;
  padding-top: calc((9/16)*100%);
}
.movie_main_iframe{
  position: absolute;
  top: 0;
  left: 0;
}
.youtube_iframe{
  width: 100%;
  height: 100%;
}
.movie_sub_items:hover{
  cursor: pointer;
}

.movie_caption_ttl{
  font-size: 12px;
}

.movie_caption_body{
  font-size: 12px;
  line-height: 1.5;
  color: #888;
}
.movie_sub_items .movie_caption_body{
  line-height: 15px;
}

html.jp-ja .movie_sub_items .movie_caption_body{
  line-height: 1.5;
}

.movie_caption_link{
  margin-top: 8px;
  font-size: 10px;
  color: #fff;
  text-decoration: underline;
}
.youtube_swiper{
  margin-top: 35px;
  padding-left: 4vw;
  overflow: hidden;
}
.movie_sub{
  display: flex;
}

.movie_sub_items .movie_thumb,
.movie_sub_items .movie_caption{
  padding-right: 26px;
}
.movie_sub_items .movie_caption{
  margin-top: 16px;
}
.movie_sub .fr-video:after{
  display: none;
}

.rfa_modal[data-modal-type="youtubeArea"] {
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.rfa_modal[data-modal-type="youtubeArea"]::-webkit-scrollbar{
  display:none;
}
.rfa_modal[data-modal-type="youtubeArea"] .rfa_modal_main{
  height: 100%;
  width: 100%;
  background: #161616;
}
.rfa_modal[data-modal-type="youtubeArea"] .rfa_modal_closeBand{
  position: fixed;
  width: 100%;
  right: 0;
  top: auto;
  bottom: 0px;
  background-color: #fff;
  padding: 18px 0;
}
.rfa_modal[data-modal-type="youtubeArea"] .rfa_modal_close{
  margin: 0 auto;
  display: flex;
  max-width: none;
  align-items: center;
}
.rfa_modal[data-modal-type="youtubeArea"] .rfa_modal_close_linewrap{
  width: 14px;
  height: 14px;
}
.rfa_modal[data-modal-type="youtubeArea"] .rfa_modal_close_line{
  background-color: #1b1b1b;
}
.rfa_modal[data-modal-type="youtubeArea"] .rfa_modal_close_text{
  color: #1b1b1b;
  white-space: nowrap;
  margin-left: 12px;
  margin-top: 0;
  line-height: 14px;
}

.youtube_modal_mainImg_area{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.youtube_modal_mainImg_area::before{
  content: "";
  display: block;
  padding-top: calc((9/16)*100%);
}
.youtube_modal_iframes{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube_modal_thumb_imgWrap{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.4s;
}
.youtube_modal_thumb_imgWrap::before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(268.08deg, rgba(0, 0, 0, 0) 72.35%, #000000 93.48%);
}
.youtube_modal_thumb{
  height: 100%;
}
.youtube_modal_thumb:not(.-youtube-play-pre){
  pointer-events: none;
}
.youtube_modal_thumb:not(.-appear){
  display: none;
}
.youtube_modal_thumbImgs{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube_modal_iframewrap{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.youtube_modal_thumbContents{
  position: absolute;
  bottom: 28px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  opacity: 1;
  transition: opacity 0.4s;
}
.youtube_modal_thumb.-youtube-play-pre .youtube_modal_iframewrap{
  /* opacity: 1; */
}

.youtube_modal_thumb.-youtube-play-pre .youtube_modal_thumbContents{
  opacity: 0;
  visibility: hidden;
}
.youtube_modal_thumb.-youtube-play-pre .youtube_modal_thumb_imgWrap{
  opacity: 0;
  visibility: hidden;
}

.youtube_modal_thumbContents .youtube_modal_thumbPlay{
  display: inline-block;
  border: 1px solid #fff;
  margin-top: 15px;
  padding: 6.5px 16px;
  position: relative;
}
.rfa_modal.-appeare .youtube_modal_thumbContents .youtube_modal_thumbPlay{
  pointer-events: auto;
}
.youtube_modal_thumbContents .youtube_modal_thumbPlay:hover{
  cursor: pointer;
}
.youtube_modal_thumbPlayTxt{
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  padding-left: 22px;
}
.youtube_modal_thumbPlayTxt::before{
  content: "";
  position: absolute;
  width: 11.83px;
  height: 12.89px;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  background-image: url(/jp/ja/contents/feature/24hourswithRoger/common/img/play_triangle.svg);
  background-size: cover;
}
.youtube_modal_thumbttl{
  font-size: 20px;
  font-weight: 700;
}
.youtube_modal_thumbsubttl{
  font-size: 13px;
  color: #999;
  margin-top: 6px;
}
.youtube_modal_contentsArea{
  padding-top: calc((9/16)*100%);
  background: #161616;
  padding-bottom: 30px;
}
.youtube_modal_descriptions{
  padding: 21px 20px 0;
}
.youtube_modal_description .youtube_modal_description_body{
  color: #999;
  font-size: 14px;
  line-height: 21px;
}
.youtube_modal_description:not(.-appear){
  display: none;
}
.youtube_modal_episodeArea{
  margin-top: 30px;
}
.youtube_modal_episodeTtlWrap{
  margin: 0 20px;
  border-bottom: 1px solid #404040;
  padding-bottom: 5px;
}
.youtube_modal_episodeTtl{
  font-size: 20px;
  font-weight: 700;
}
.youtube_modal_episodes{
  margin-top: 30px;
  padding-bottom: 50px;
}
.youtube_modal_episode {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
.youtube_modal_episode:hover{
  cursor: pointer;
}
.youtube_modal_episode+.youtube_modal_episode{
  margin-top: 12px;
}
.youtube_modal_episode.-shining {
  background-color: #333;
}
.youtube_modal_episode_img {
  width: calc((119/352)*100%);
}
.youtube_modal_episode_content {
  width: calc((210/352)*100%);
}
.youtube_modal_episode_ttl{
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}
.youtube_modal_episode_exp{
  margin-top: 5px;
  font-size: 13px;
  color: #999;
}
.youtube_modal_episode_more{
  display: block;
  font-size: 10px;
  color: #999;
  margin-top: 6px;
  text-decoration: underline;
}

/* section_inner */
.section_inner{
  padding-right: 4vw;
  padding-left: 4vw;
}

.section_ttl_subTxt{
  font-size: 10px;
}

.section_ttl h2{
  font-size: 21px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
}
.section_shopHisLooks{
  margin-top: 48px;
}
.section_shopHisLooks .section_ttl h2{
  margin-top: 10px;
}
.itemlook_swiper{
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.shopHisLooks_modelImg{
  position: relative;
  display: block;
}

.shopHisLooks_modelLink{
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255,255,255,.6);
  padding: 4px 21px;
  color: #1b1b1b;
}
.shopHisLooks_modelImg:hover{
  cursor: pointer;
}
.shopHisLooks_modelLink_txt{
  display: block;
  white-space: nowrap;
}
.shopHisLooks_caption{
  margin-top: 13px;
}
.shopHisLooks_caption_link{
  text-align: right;
}

.shopHisLooks_caption_link{
  font-size: 8px;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.7);
}

.map_caption_link{
  font-size: 10px;
  color: #fff;
  text-decoration: underline;
  display: inline-block;
  margin-top: 27px;
}

.shopHisLooks_caption_ttl{
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: normal;
}
.shopHisLooks_caption_body{
  font-size: 13px;
  color: #888888;
  line-height: 15.51px;
}

.rfa_modal[data-modal-type="itemlook"]{
  background-color: unset;
}
.rfa_modal[data-modal-type="itemlook"].-appeare{
  display: flex;
  flex-direction: row-reverse;
}
.rfa_modal[data-modal-type="itemlook"] .rfa_modal_closeBand{
  position: initial;
  width: calc((50/375)*100%);
  height: 100%;
  background-color: rgba(27, 27, 27, 0.7);
  position: relative;
  top: 0;
  right: 0;
}
.rfa_modal[data-modal-type="itemlook"] .rfa_modal_closeBox{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
.rfa_modal[data-modal-type="itemlook"] .rfa_modal_close{
  margin: 0 auto;
}
.rfa_modal[data-modal-type="itemlook"] .rfa_modal_main{
  width: calc((325/375)*100%);
  background-color: #fff;
  color: #1b1b1b;
}

.itemlook_modal_container{
  height: calc(100% - 70px);
  overflow-y: auto;
  padding: 21px 27px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.itemlook_modal_container::-webkit-scrollbar{
  display:none;
}
.itemlook_modal_slideBand{
  width: 100%;
  height: 67.6px;
  border-top: 1px solid #dadada;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.itemlook_modal_slideNext,.itemlook_modal_slidePrev{
  padding: 10px;
}
.itemlook_modal_slideNext::after,.itemlook_modal_slidePrev::before{
  background: url(/jp/ja/contents/feature/common/icons/chevron_carousel.svg) 0/7em 2em no-repeat;
  content: "";
  display: block;
  background-size: cover;
  width: 24px;
  height: 24px;
}
.itemlook_modal_slideNext::after{
  background-position-x: -3.75em;
}
.itemlook_modal_slidePrev,.itemlook_modal_slideNext{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.itemlook_modal_slidePrev{
  left: 0;
}
.itemlook_modal_slideNext{
  right: 0;
}
.itemlook_modal_slidePrev:hover,.itemlook_modal_slideNext:hover{
  cursor: pointer;
}
.itemlook_modal_slidePagenation_txt{
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 0.5px;
}
.lookmodal_ttl_wrap{
  margin-top: 22px;
}
.lookmodal_ttl{
  font-size: 17px;
  line-height: 20.28px;
  font-weight: 400;
}
.lookmodal_products_wrap{
  margin-top: 21px;
}
.lookmodal_product_link{
  display: flex;
  justify-content: space-between;
}
.lookmodal_product_img{
  width: calc((94/270)*100%);
}
.lookmodal_product_content{
  width: calc((163/270)*100%);
}
.lookmodal_product_name{
  font-size: 16px;
  line-height: 23.4px;
  font-weight: 600;
}
.lookmodal_product_price{
  margin-top: 3.5px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

html.jp-ja .lookmodal_product_name{
  line-height: 1.5;
}
html.jp-ja .lookmodal_product_price{
  line-height: 1.5;
}


.lookmodal_product:not(:first-child){
  margin-top: 15px;
}
.lookmodal_products_container{
  display: none;
}
.lookmodal_products_container.-appear{
  display: block;
}
.lookmodal_content_wrap{
  display: none;
}
.itemlook_modal_slidePrev_duplicate,.itemlook_modal_slideNext_duplicate{
  display: none;
}

.section_map .section_ttl .section_ttl_subTxt{
  color: #e8e8e8;
}
.section_map{
  margin-top: 45px;
}
.map_timeline{
  font-size: 10px;
  color: #888;
  margin-bottom: 24px;
}

.map_point{
  position: relative;
}
.map_icon_svg{
  width: 18px;
  z-index: 1;
}
.map_icon_wrap{
  position: absolute;
  top: 50%;
  left: 43.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(-50%, calc(-100% + 7.5px));
}
.map_icon_circle{
  margin-top: 2px;
  width: 15px;
  height: 15px;
  position: relative;
}
.map_icon_circle_inner{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
  background-color: #ED1C24;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.map_swiper{
  padding-right: 20px;
  overflow: hidden;
}
.map_list{
  padding-left: 15px;
  margin-top: 40px;
}
.map_timeline::after{
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
}
.map_timeline{
  position: relative;
  padding-right: 15px;
  display: flex;
}
.map_caption_body{
  color: #888;
  font-size: 13px;
  line-height: 17px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  box-orient: vertical;
  line-clamp: 3;
}

html.jp-ja .map_caption_body{
  line-height: 1.5;
}

.map_modelLink{
  padding-right: 15px;
}
.map_list_items:hover{
  cursor: pointer;
}
.map_list_items:first-child{
  padding-left: 5px;
}
.map_caption{
  padding-right: 15px;
}

.map_timeline_date{
  color: #fff;
  white-space: nowrap;
  margin-right: 4px;
}
.map_timeline_body{
  text-transform: uppercase;
}

.map_caption_ttl{
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}

.rfa_modal[data-modal-type="map"]{
  overflow-y: auto;
}
.rfa_modal[data-modal-type="map"] .rfa_modal_closeBand{
  position: fixed;
}
.map_modal_main{
  height: 100%;
  width: 100%;
  background: #161616;
  padding-top: calc((264/392)*100%);
}
.map_modal_mainImg_area{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.map_modal_mainImg_area::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 76.93%, #000000 116.21%);
  z-index: 1;
}
.map_modal_mainImg_area::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(204.53deg, rgba(0, 0, 0, 0) 65.07%, #000000 101.09%);
  z-index: 1;
}
.map_modal_mainImg{
  width: 100%;
  display: none;
  position: relative;
}
.map_modal_mainImg.-appear{
  display: block;
}
.map_modal_mainImg_ttl{
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.03em;
  color: #fff;
  z-index: 2;
  font-weight: 700;
}
.map_modal_mainTxt_group{
  display: none;
  position: relative;
  padding: 17px 20px 0;
}
.map_modal_mainTxt_group.-appear{
  display: block;
}
.map_modal_mainTxt_heading{
  font-size: 20px;
  line-height: 30px;
  position: absolute;
  left: 20px;
  top: 0;
  transform: translateY(-100%);
  letter-spacing: 0.03em;
  color: #fff;
  z-index: 2;
  padding-bottom: 15px;
  font-weight: 700;
}
.map_modal_mainTxt_exp{
  font-size: 14px;
  line-height: 21px;
  color: #999999;
}
.map_modal_allLocations{
  margin-top: 35px;
  padding-bottom: 30px;
}
.map_modal_allLocations_ttl{
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  padding-left: 20px;
  padding-right: 20px;
}
.map_modal_locations_list{
  margin-top: 24px;
}
.map_modal_location{
  display: flex;
  justify-content: space-between;
  padding:  0 20px;
}
.map_modal_location.-shining{
  background-color: #333;
}
.map_modal_location:not(:first-child){
  margin-top: 11px;
}
.map_modal_location_img{
  width: calc((119/352)*100%);
}
.map_modal_location_content{
  width: calc((210/352)*100%);
}
.map_modal_location_ttl{
  font-size: 14px;
  line-height: 17.09px;
  display: inline-block;
  margin-right: 2px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}
.map_modal_location_time{
  display: inline-block;
  font-size: 10px;
  line-height: 12.21px;
  font-weight: 500;
  color: #888;
}
.map_modal_location_exp{
  margin-top: 7px;
  font-size: 13px;
  line-height: 15.51px;
  color: #999;
}

.map_modal_location_more{
  display: block;
  font-size: 10px;
  line-height: 15px;
  margin-top: 5px;
  color: #888;
  opacity: 0.9;
  text-decoration: underline;
}

/* swiper-button */
.swiper-button-next, .swiper-button-prev{
  height: 60px;
  width: 60px;
  border-radius: 30px;
}

.swiper-button-next:after, .swiper-button-prev:after{
  background: url("/jp/ja/contents/feature/24hourswithRoger/common/img/chevron_carousel.svg") 0/7em 1.5em no-repeat;
  height: 60px;
  width: 60px;
}
.swiper-button-next:after {
    background-position-x: -2.8em;
}
.rfa_modal_overlay{
  opacity: 0;
}

/* event */
.section_event{
  position: relative;
  background-color: #fff;
  color: #1b1b1b;
  margin-top: 25px;
}

.event_txt{
  padding: 16px 20px 16px;
}

.event_txt_copy{
  font-weight: 500;
  font-size: 19px;
  line-height: 24px;
  font-weight: 500;
}
.event_txt_body{
  font-size: 16px;
  line-height: 21px;
  color: #888;
}

html.jp-ja .event_txt_copy{
  line-height: 1.5;
}
html.jp-ja .event_txt_body{
  line-height: 1.5;
}

.event_txt .fr-linkButton{
  display: inline-block;
  padding: 10px 31px;
  font-size: 15px;
  line-height: 18px;
}

@media screen and (max-width:812.999px) {
  html.jp-ja .leadContents_ttl{
    font-size: 23px;
  }
  html.jp-ja .leadContents_body {
    margin-top: 20px;
    line-height: 1.5;
    font-size: 14px;
  }
  html.jp-ja  .leadContents_logo {
    margin-top: 32px;
  }
}

@media screen and (min-width:813px) {
  /* aspect-ratio */
  [data-pc-aspect-ratio="709:1117"]:before {
    padding-top: calc((1117/709)*100%);
  }

  [data-pc-aspect-ratio="68:69"]:before {
    padding-top: calc((69/68)*100%);
  }

  [data-pc-aspect-ratio="69:84"]:before {
    padding-top: calc((84/69)*100%);
  }

  [data-pc-aspect-ratio="729:496"]:before {
    padding-top: calc((496/729)*100%);
  }

  .wrapper{
    padding-top: 0;
  }
  .header{
    pointer-events: none;
    background-color: unset;
    padding: 14px 24px;
    height: 68px;
    border-bottom: none;
  }
  .drawerTrigger_Line{
    background-color: #fff;
  }
  .drawerTrigger_Text{
    color: #fff;
  }
  .Header_UqLogoLink,.drawerTrigger{
    pointer-events: auto;
  }
  /* main */
  .main_inner{
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  /* video */
  .main_video_wrap{
    height: calc((var(--setvh-early)*100));
  }
  .main_video_wrap .main_video_float{
    bottom: 193px;
    width: 570px;
    padding: 0;
  }
  .main_video_btn{
    right: 0;
    bottom: 30px;
    left: 0;
    border: none;
    padding: 0;
    margin: auto;
    font-size: 20px;
    text-align: center;
  }
  .iOS_old .main_videoImg.u-only-pc{
    display: block;
  }
  .iOS_old .main_videoImg.u-only-sp{
    display: none;
  }

  /* main image */
  .main_img{
    object-position: top;
  }

  /* epNavi */
  .epNavi{
    padding-bottom: 4px;
    border-bottom: 2px solid #888;
    width: 100%;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .epNavi::-webkit-scrollbar{
    display: none;
  }

  .epNavi_list{
    padding-top: 20px;
    margin-left: 30px;
    padding-bottom: 0px;
    border-bottom: none;
  }
  .epNavi_list_items{
    padding: 0 0 15px;
    width: 270px;
    min-width: 270px;
    border-bottom: 6px solid #fff;
  }
  .epNavi_list_items.-current {
    border-bottom: 4px solid #1b1b1b;
  }
  .epNavi_list_items+.epNavi_list_items{
    margin-left: 60px;
  }
  .epNavi_list_items::before{
    right: -30px;
    top: 0;
    height: 75px;
  }
  .epNavi_list_items.-current::after{
    width: calc(100% - 60px);
    bottom: -30px;
    left: 30px;
    height: 6px;
  }
  .epNavi_list_icon{
    display: block !important;
    width: 51px !important;
    max-width: 51px !important;
    margin-right: 15px !important;
  }

  .epNavi_list_items:nth-child(2) .epNavi_list_icon{
    margin-top: 0px;
  }

  .epNavi_list_txt{
    line-height: 1.5;
    margin-top: 8px;
  }

  .epNavi_list_place{
    font-size: 20px;
  }
  .epNavi_list_info{
    font-size: 16px;
  }
  .epNavi_list_info_status{
    text-decoration: underline;
  }

  .epNavi .u-only-pc{
    display: inline-block;
  }

  /* section_intro */
  .section_intro{
    padding: 90px 0 205px;
  }

  .intro_txt{
    padding-top: calc(69px + 2.89351vw);
    width: 47.45370vw;
    min-width: 600px;
    max-width: 820px;
    margin-right: auto;
    margin-left: auto;
  }

  .intro_txt::before{
    width: 46px;
    height: 69px;
    margin-left: -23px;
  }

  .intro_ttl{
    font-size: 48px;
    line-height: 1.23;
    text-align: left;
  }
  .intro_body{
    margin-top: 40px;
    font-size: 22px;
    line-height: 31px;
    color: #111;
    font-weight: 500;
  }

  html.jp-ja .intro_ttl{
    line-height: 1.5;
  }
  html.jp-ja .intro_body{
    line-height: 1.5;
  }

  .intro_body span{
    display: inline;
  }

  .intro_body span + span{
    margin-top: 0;
  }

  /* leadContents */
  .leadContents{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 4% 5% 4% 6.59722%;
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
  }
  .leadContents_column{
    width: calc(50% - 12px);
  }

  .leadContents_column:first-child{
    padding: 0;
  }

  .leadContents_ttl{
    font-size: 48px;
  }
  .leadContents_txt{
    margin-top: 64px;
  }
  .leadContents_body{
    margin-top: 43px;
    font-size: 22px;
    line-height: 31px;
  }

  html.jp-ja .leadContents_body{
    line-height: 1.5;
  }

  .leadContents_body span{
    display: inline;
  }

  .leadContents_body span + span{
    margin-left: 0.5em;
  }

  .leadContents_logo{
    margin-top: 66px;
    width: 32.63888vw;
    max-width: 412px;
  }

  .leadContents_img{
    padding-top: 2%;
    margin-top: 0;
    padding-left: 4%;
  }

  /* section_movie */
  .movie_main{
    padding-right: 30px;
    padding-left: 30px;
  }
  .movie_main .movie_caption{
    display: none;
  }
  .movie_sub_items .movie_caption{
    margin-top: 22px;
  }

  .movie_caption_ttl{
    font-size: 16px;
    display: block;
    letter-spacing: 0.05em;
    padding-bottom: 15px;
    position: relative;
  }
  .movie_caption_ttl::before{
    content: "";
    position: absolute;
    bottom: 0;
    width: calc((80/395)*100%);
    height: 2px;
    background: rgba(255, 255, 255, 0.8);
  }

  .movie_caption_body{
    font-size: 16px;
    margin-top: 21px;
  }
  .movie_sub_items .movie_caption_body{
    line-height: 1.5;
  }

  .movie_caption_link{
    font-size: 12px;
    margin-top: 21px;
  }
  .youtube_swiper{
    padding-left: 30px;
    position: relative;
  }
  .youtube_swiper .swiper-button-prev{
    left: 58px;
    top: calc(((1/4)*(1080/1920)*(1/2))*(100vw - 150px));
  }

  .youtube_swiper .swiper-button-next{
    right: 58px;
    top: calc(((1/4)*(1080/1920)*(1/2))*(100vw - 150px));
  }
  .rfa_modal[data-modal-type="youtubeArea"]{
    width: 90%;
    height: auto;
    max-height: calc(var(--setvh)*90);
    max-width: 1048px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: visible;
  }
  .rfa_modal.-appeare .youtube_modal_thumb{
    pointer-events: auto;
  }
  .rfa_modal[data-modal-type="youtubeArea"] .rfa_modal_closeBand{
    width: auto;
    top: 0;
    right: -5px;
    transform: translateX(100%);
    bottom: auto;
    background-color: unset;
    padding: 0;
  }
  .rfa_modal[data-modal-type="youtubeArea"] .rfa_modal_close{
    display: block;
    max-width: 50px;
  }
  .rfa_modal[data-modal-type="youtubeArea"] .rfa_modal_close_linewrap{
    width: 18.5px;
    height: 18.5px;
  }
  .rfa_modal[data-modal-type="youtubeArea"] .rfa_modal_close_line{
    background-color: #fff;
  }
  .rfa_modal[data-modal-type="youtubeArea"] .rfa_modal_close_text{
    color: #fff;
    white-space: unset;
    margin-left: 0;
    margin-top: 5px;
    line-height: 13.89px;
  }
  .youtube_modal_thumb:hover{
    cursor: pointer;
  }
  .youtube_modal_thumb_imgWrap::before{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 72.94%, #000000 100%);
    height: calc(100% + 2px);
  }
  .youtube_modal_mainImg_area{
    position: relative;
  }
  .youtube_modal_contentsArea{
    background-color: #000;
    padding-top: 0;
  }
  .youtube_modal_thumbContents{
    padding: 0 30px;
    bottom: 9px;
  }
  .youtube_modal_thumbttl{
    display: block;
  }
  .youtube_modal_thumbContents .youtube_modal_thumbPlay{
    padding: 8px 32px;
  }
  .youtube_modal_thumbPlayTxt::before{
    left: 32px;
  }
  .youtube_modal_logoImg{
    width: 240px;
    position: absolute;
    bottom: 80px;
    left: 30px;
    z-index: 2;
    opacity: 1;
    transition: opacity 0.4s;
    pointer-events: none;
  }
  .youtube_modal_logoImg.-youtube-play-pre{
    opacity: 0;
    visibility: hidden;
  }
  .youtube_modal_descriptions{
    padding: 20px 30px;
  }
  .youtube_modal_description .youtube_modal_description_ttl{
    color: #fff;
    font-size: 20px;
    line-height: 30px;
  }
  .youtube_modal_description .youtube_modal_description_body{
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 25px;
    margin-top: 15px;
  }
  .youtube_modal_thumbttl{
    display: none;
  }
  .youtube_modal_episodeArea{
    display: none;
  }
  .rfa_modal[data-modal-type="youtubeArea"] .rfa_modal_main{
    background-color: #000;
    height: 100%;
    max-height: calc(var(--setvh)*90);
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .rfa_modal[data-modal-type="youtubeArea"] .rfa_modal_main::-webkit-scrollbar{
    display: none;
  }

  .movie_sub_items .movie_thumb,
  .movie_sub_items .movie_caption{
    padding-right: 30px;
  }

  /* section_ttl */
  .section_ttl_subTxt{
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
  }

  .section_ttl h2{
    font-size: 48px;
    font-weight: 500;
    text-align: center;
  }

  .shopHisLooks_caption_link a,
  .map_caption_link a{
    font-size: 11px;
  }

  /* section_map */
  .section_map{
    display: flex;
    justify-content: space-between;
    margin-top: 0;
  }

  .section_map_column:nth-child(1){
    width: calc((709/1729)*100%);
  }
  .section_map_column:nth-child(2){
    width: calc((936/1729)*100%);
    padding-right: calc((80/1729)*100%);
  }

  .section_map .section_ttl{
    padding: 8.44vw 0 5.84vw;
  }

  .section_map .section_ttl h2{
    text-align: left;
    font-weight: 300;
    letter-spacing: 0.05em;
    margin-top: 10px;
  }
  .section_map .section_ttl .section_ttl_subTxt{
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.4px;
    text-align: left;
  }

  .section_map .swiper-wrapper{
    flex-direction: column;
  }

  .map_swiper{
    padding-left: calc((83.67/856)*100%);
    position: relative;
    padding-right: 0;
    padding-bottom: 23.13vw;
  }
  .map_swiper::before{
    content: "";
    width: 2px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .map_timeline::after{
    content: none;
  }
  .map_list{
    padding-left: 0;
    margin-top: 0;
  }
  .map_timeline_date{
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.05em;
    margin-right: 6px;
    color: rgba(255, 255, 255, 0.9);
  }
  .map_timeline_body{
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.16px;
    color: rgba(255, 255, 255, 0.6);
  }
  .map_list::before{
    width: 1px;
    height: 100%;
    top: 0;
  }

  .map_list_items {
    padding-right: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 5.89vw;
  }
  .map_list_items:not(.-pc-appear){
    opacity: 0.5;
  }

  .map_list_items:first-child{
    margin-top: 0;
  }

  .map_timeline{
    width: 100%;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .map_modelLink{
    width: calc((394/769.95)*100%);
    padding-right: 0;
  }
  .map_caption{
    width: calc((342/769.95)*100%);
    padding-right: 0;
  }

  .map_caption_ttl{
    font-size: 15px;
    margin-top: 27px;
    color: rgba(255, 255, 255, 0.9);
  }

  .map_caption_body{
    font-size: 21px;
    line-height: 30px;
    margin-top: 7.5px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 38.5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    box-orient: vertical;
    line-clamp: 4;
  }

  html.jp-ja .map_caption_body{
    font-size: 16px;
    line-height: 1.5;
  }
  .map_caption_link{
    margin-top: 27.5px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 0;
  }
  .section_shopHisLooks{
    margin-top: 0;
    background-color: #000;
    padding-top: 78.36px;
    padding-bottom: 95px;
  }
  .shopHisLooks_modelImg{
    overflow: hidden;
  }
  .itemlook_swiper{
    margin-top: 30px;
    padding: 0;
  }
  .shopHisLooks_list{
    height: auto;
  }
  .shopHisLooks_list_items{
    padding-right: calc((34.5/1732)*100%);
    padding-left: calc((34.5/1732)*100%);
  }
  .shopHisLooks_list_items:not([class$="active"]){
    opacity: 0.7;
  }
  .itemlook_swiper .swiper-button-next{
    right: 33px;
  }
  .itemlook_swiper .swiper-button-prev{
    left: 33px;
  }
  .shopHisLooks_caption_link{
    font-size: 11px;
    margin-top: 20px;
  }
  .shopHisLooks_caption_body{
    font-size: 16px;
    line-height: 28px;
  }
  .rfa_modal[data-modal-type="itemlook"]{
    width: 90%;
    max-width: 1048px;
    height: calc(var(--setvh)*90);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .rfa_modal[data-modal-type="itemlook"] .rfa_modal_closeBand{
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: auto;
  }
  .rfa_modal[data-modal-type="itemlook"] .rfa_modal_closeBox{
    top: 48px;
    left: auto;
    right: 30px;
    transform: none;
    width: auto;
  }
  .rfa_modal[data-modal-type="itemlook"] .rfa_modal_main{
    width: 100%;
  }
  .rfa_modal[data-modal-type="itemlook"] .rfa_modal_close_line{
    background-color: #1b1b1b;
  }
  .rfa_modal[data-modal-type="itemlook"] .rfa_modal_close_text{
    color: #1b1b1b;
    word-break: unset;
  }
  .itemlook_modal_container{
    padding: 51px 69px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    max-height: 100%;
  }
  .itemlook_modal_slideBand{
    display: none;
  }
  .lookmodal_ttl_wrap{
    width: 100%;
    text-align: center;
    order: 1;
    margin-top: 0;
    margin-bottom: 57px;
  }
  .lookmodal_swiper_wrap{
    order: 2;
    width: calc((480/910)*100%);
  }
  .lookmodal_swiper{
    position: relative;
  }
  .lookmodal_products_wrap{
    order: 3;
    width: calc((400/910)*100%);
    margin-top: 0;
  }
  .rfa_modal_overlay{
    background-color: #000;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    visibility: hidden;
    transition: opacity 0.2s;
  }
  body.-modalOpen .rfa_modal_overlay{
    opacity: .4;
    visibility: visible;
  }
  .lookmodal_product_img{
    width: calc((137/400)*100%);
  }
  .lookmodal_product_content{
    width: calc((251/400)*100%);
  }
  .lookmodal_product:not(:first-child){
    margin-top: 25px;
  }
  .lookmodal_content_wrap{
    display: block;
    margin-top: 11px;
    width: 100%;
  }
  .lookmodal_content{
    display: none;
  }
  .lookmodal_content.-appear{
    display: block;
  }
  .itemlook_modal_slidePrev_duplicate, .itemlook_modal_slideNext_duplicate {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    z-index: 1;
    background-color: #fff;
  }
  .itemlook_modal_slideNext_duplicate {
    right: 0;
  }
  .itemlook_modal_slidePrev_duplicate {
    left: 0;
  }
  .itemlook_modal_slidePrev_duplicate:hover, .itemlook_modal_slideNext_duplicate:hover {
    cursor: pointer;
  }
  .itemlook_modal_slideNext_duplicate::after, .itemlook_modal_slidePrev_duplicate::before {
    background: url(/jp/ja/contents/feature/common/icons/chevron_carousel.svg) 0/7em 2em no-repeat;
    content: "";
    display: block;
    background-size: cover;
    width: 24px;
    height: 24px;
  }
  .itemlook_modal_slideNext_duplicate::after {
    background-position-x: -3.3em;
  }
  .lookmodal_content_link{
    display: block;
    text-align: right;
    font-size: 11px;
    line-height: 23.84px;
    letter-spacing: 0.05em;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 500;
  }
  .lookmodal_content_ttl{
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
  }
  .lookmodal_content_body{
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.7);
  }

  html.jp-ja .lookmodal_content_body{
    margin-top: 6px;
    font-size: 16px;
    line-height: 1.5;
  }

  /* event */
  .section_event{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: #fff;
    color: #1b1b1b;
    margin-top: 8.68055vw;
    padding: 9.36574vw 6.36574vw 7.6vw;
  }
  .map_point_wrap{
    position: sticky;
    top:0;
    height: calc(var(--setvh)*100);
    overflow: hidden;
  }
  .map_point{
    width: calc((var(--setvh)*100)*(779/1117));
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    min-width: 100%;
  }
  .rfa_modal[data-modal-type="map"]{
    width: 90%;
    max-width: 1048px;
    max-height: calc(var(--setvh)*90);
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #161616;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .rfa_modal[data-modal-type="map"] .rfa_modal_inner{
    padding-top: 50px;
  }
  .rfa_modal[data-modal-type="map"]::-webkit-scrollbar{
    display: none;
  }
  .map_modal_main{
    display: flex;
    justify-content: space-between;
    padding-top: 0;
  }
  .map_modal_mainImg_area{
    width: calc(100% - 400px);
    position: relative;
  }
  .map_modal_mainTxt_area{
    width: 355px;
  }
  .mapmodalArrowWrap{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
  }
  .mapmodalPrev{
    width: calc((648/1048)*100%);
    text-align: right;
  }
  .mapmodalNext{
    width: calc((355/1048)*100%);
  }
  .mapmodalPrev_link,.mapmodalNext_link{
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    line-height: 30.18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    width: fit-content;
    width: -moz-fit-content;
  }
  .mapmodalPrev{
    display: flex;
    justify-content: flex-end;
  }
  .mapmodalPrev_link{
    flex-direction: row-reverse;
  }
  .mapmodalPrev_link:hover,.mapmodalNext_link:hover{
    cursor: pointer;
  }
  .mapmodalPrev_txt,.mapmodalNext_txt{
    text-decoration: underline;
    text-transform: uppercase;
  }
  .mapmodalPrev_arrow{
    margin-right: 28px;
    height: 25px;
    width: 11px;
  }
  .mapmodalNext_arrow{
    margin-left: 28px;
    height: 25px;
    width: 11px;
  }
  .map_modal_mainTxt_group{
    padding: 0;
    padding-right: calc((30/355)*100%);
  }
  .map_modal_mainTxt_heading{
    margin-top: 21px;
    position: relative;
    top: 0;
    left: 0;
    font-size: 35px;
    line-height: 44px;
    padding-bottom: 20px;
    transform: none;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
  }
  .map_modal_mainTxt_exp{
    font-size: 20px;
    line-height: 27px;
    color: rgba(255, 255, 255, 0.8);
  }
  html.jp-ja .map_modal_mainTxt_exp{
    font-size: 16px;
    line-height: 1.5;
  }

  .map_modal_mainImg_area::before,.map_modal_mainImg_area::after{
    content: none;
  }
  .mapmodal_pc_progress_nationArea{
    display: flex;
    justify-content: space-between;
    padding-right: calc((30/355)*100%);
    margin-top: 30px;
  }
  .mapmodal_pc_progress_prev,.mapmodal_pc_progress_next{
    width: 28px;
    height: 28px;
  }
  .mapmodal_pc_progress_prev:hover,.mapmodal_pc_progress_next:hover{
    cursor: pointer;
  }
  .mapmodal_pc_progress_prev img,.mapmodal_pc_progress_next img{
    width: 100%;
    height: 100%;
  }
  .mapmodal_pc_progress_txt{
    font-weight: bold;
    font-size: 130px;
    line-height: 0.8em;
    letter-spacing: -0.02em;
    color: #161616;
    -webkit-text-stroke: 1px #d0d0d0;
    text-stroke: 1px #d0d0d0;
  }
  .mapmodal_pc_progress_dots{
    display: flex;
    align-items: center;
  }
  .mapmodal_pc_progress_dot{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .mapmodal_pc_progress_dot+.mapmodal_pc_progress_dot{
    margin-left: 13px;
  }
  .mapmodal_pc_progress_dot.-appear{
    background: #F53D3D;
  }
  .mapmodalPrev.-hidden,.mapmodalNext.-hidden,.mapmodal_pc_progress_prev.-hidden,.mapmodal_pc_progress_next.-hidden{
    opacity: 0;
    visibility: hidden;
  }






  .event_img{
    width: 49%;
  }
  .event_txt{
    width: 51%;
  }
  .event_txt{
    padding: 0 7.5%;
  }

  .event_txt_copy{
    font-size: 37px;
    line-height: 1.5;
  }

  .event_txt_body{
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #1b1b1b;
  }

  html.jp-ja .event_txt_body{
    font-size: 16px;
    line-height: 1.5;
  }

  .event_txt .fr-linkButtonParent.-horizontal{
    justify-content: initial;
  }

  .event_txt .fr-linkButton{
    max-width: none;
    width: auto;
    padding: 12px 58px;
  }
  .OtherNavigation{
    margin-top: 0;
  }
}


@media screen and (min-width:813px) and (min-aspect-ratio: 16/9) {
  .movie_main{
    max-width: calc((var(--setvh)*100)*(16/9));
    margin-left: auto;
    margin-right: auto;
  }
}