@charset "UTF-8";
/* CSS Document */
@media (max-width: 375px) {
  html {
    font-size: 85%;
  }
}
body {
  background-color: #000;
  font-size: 1rem;
  margin: auto;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  -webkit-text-size-adjust: 100%;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
img {
  max-width: 100%;
  height: auto;
  /*  width: auto;*/
}
a {
  text-decoration: none
}
.spn {
  display: none !important
}



/*--------------------------*/
.top_area {
  width: 100%;
  aspect-ratio: 75 / 110;
  margin: 0 auto;
  position: relative;
  background-color: #222
}
.at_logo {
  z-index: 5;
  width: 40%;
  position: absolute;
  top: 3%;
  left: 3%;
}
.top_title_area {
  z-index: 4;
  position: absolute;
  width: 100%;
  aspect-ratio: 75 / 42;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}
.SW_logo {
  margin-top: 20%;
  width: 40%;
}

  .shadow-img {
    filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 1));

  }

.top_title {
  flex: 1 0;
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 2.2rem;
  margin: 0 auto;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #fff;
	text-shadow: 1px 1px 4px #000, -1px -1px 4px #000;
}
.top_hero {
  width: 100%;
  overflow: hidden;
  margin: auto;
}
.slider.slick-initialized {
  display: block;
}
/*--------------------------*/
.b_menu {
  position: fixed;
  top: 8px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: #999 1px solid;
  color: #fff;
  background-color: #000;
  font-family: "UniversNextPro-Cond";
  font-size: .8rem;
  width: 50px;
  height: 50px;
  z-index: 101;
}
.b_menu:hover {
  background-color: #000;
}
.b_menu.av {
  background-color: #000;
}
_::-webkit-full-page-media, _:future, :root .b_menu {
  padding: .25rem 0 0 0;
}
/*--------------------------*/
.menu_area {
  position: fixed;
  top: 0px;
  right: -101%;
  width: 100%;
  height: 100vh;
  background-color: #000;
  transition: right 0.6s;
  z-index: 100
}
.app {
  right: 0%;
}

/* iOSの透明ツールバー部分を黒く塗りつぶすレイヤー */
.ios-bottom-menu-mask {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
 height: max(env(safe-area-inset-bottom), 20px);
background-color:rgba(0,0,0,1);
  z-index: 205; /* モーダルより上だが操作不可に */
  pointer-events: none;
  display: none;
}

/* モーダル表示時にだけ表示 */
.menu_area.app ~ .ios-bottom-menu-mask {
  display: block;
}




.menu_inner {
  width: 70%;
  margin: 80px auto 0px auto;
  padding: .5rem 0;
  display: flex;
  flex-direction: column;
}
.menu_button {
  font-family: "UniversNextPro-Cond";
  color: #ccc;
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: flex;
  text-align: center;
  cursor: pointer;
  transition: .3s;
  margin-bottom: 2rem;
}
.menu_button.mb_VG {
  border-top: #999 1px solid;
  padding-top: 2rem
}
.menu_button.mb_store {
  display: flex;
  align-items: center;
  justify-content: center;
  border: #999 1px solid;
  border-radius: 2.5rem;
  width: 5rem;
  height: 5rem;
  transition: .3s
}
_::-webkit-full-page-media, _:future, :root .menu_button.mb_store {
  padding: .25rem 0 0 0;
}
.menu_button.mb_AWSW:hover {
  color: #D78286;
  text-shadow: 1px 1px 6px #FF3A00, -1px 1px 6px #FF3A00, 1px -1px 6px #FF3A00, -1px -1px 6px #FF3A00;
}
.menu_button.mb_R2:hover {
  color: #cfd2ff;
  text-shadow: 1px 1px 6px #2878FF, -1px 1px 6px #2878FF, 1px -1px 6px #2878FF, -1px -1px 6px #2878FF;
}
.menu_button.mb_DV:hover {
  color: #D78286;
  text-shadow: 1px 1px 6px #FF3A00, -1px 1px 6px #FF3A00, 1px -1px 6px #FF3A00, -1px -1px 6px #FF3A00;
}
.menu_button.mb_GG:hover {
  color: #87CAA5;
  text-shadow: 1px 1px 6px #00B532, -1px 1px 6px #00B532, 1px -1px 6px #00B532, -1px -1px 6px #00B532;
}
.menu_button.mb_ML:hover {
  color: #D39400;
  text-shadow: 1px 1px 6px #C06B00, -1px 1px 6px #C06B00, 1px -1px 6px #C06B00, -1px -1px 6px #C06B00;
}
.menu_button.mb_VG:hover {
  color: #fff;
  text-shadow: 1px 1px 10px #999, -1px 1px 10px #999, 1px -1px 10px #999, -1px -1px 10px #999;
}
.menu_button.mb_store:hover {
  color: #fff;
  text-shadow: 1px 1px 10px #999, -1px 1px 10px #999, 1px -1px 10px #999, -1px -1px 10px #999;
  box-shadow: 0px 0px 6px 2px #999;
}
/*--------------------------*/
.section_area {
  display: flex;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  padding: 0 4% 0 4%;
  border-bottom: #000 1px solid;
  background: linear-gradient(135deg, #333333 0%, #333333 57%, #000000 100%);
  position: sticky;
  top: 0px;
  z-index: 20
}
.section_inner {
  width: 100%;
  margin: 0 auto 0px auto;
  display: flex;
  overflow: hidden;
}
.section_inner img {
  width: auto;
  height: 100%;
  display: block;
}
/*--------------------------*/
.area_wrapper {
  width: 100%;
  margin-bottom: 100px
}
.area_wrapper_AWSW {
  width: 100%;
}
/*AWSW-----------------------*/
.AWSW_upper {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 1) 100%), url("../images/bg_AWSW_DV_sp.jpg");
  background-size: cover;
  background-position: top center;
}
.AWSW_upper_2nd {
  width: 100%;
  padding: 4rem 0 0px 0;
}
.AWSW_upper_3rd {
  width: 100%;
  padding: 3rem 0 50px 0;
}
.AWSW_inner {
  width: 96%;
  margin: 0px auto 0px auto;
  display: flex;
  flex-direction: column;
  align-items: center
}
.AWSW_inner_left {
  width: 90%;
  margin: 6rem 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.AWSW_inner_right {
  width: 75%;
  display: flex;
  flex-direction: column;
  padding: 0rem 0
}
.logo_AWSW_DV {
  width: 300px;
  margin-bottom: 2rem
}
.AWSW_txt {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
		letter-spacing: .075rem;
  color: #fff;
  margin-bottom: 2rem
}
.swc_area {
  width: 100%;
  margin: 3rem 0 0 0;
  padding: 1.5rem .5rem .5rem .5rem;

  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.AWSW_txt02 {
  text-align: center;
  font-size: .8rem;
  line-height: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  color: #fff;
}
.price_area {
  margin: 1rem 0 1rem 0;
  display: flex;
  align-items: center;
  align-items: baseline;
}
.price_j {
  color: #fff;
  font-size: .8rem;
  line-height: .8rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";	letter-spacing: .075rem;
}
.price_e {
  color: #fff;
  font-size: 1.8rem;
  margin-left: .5rem;
  line-height: 2rem;
  font-family: "UniversNextPro-Cond";
}
.b_swc {
  width: 100%;
  margin: .5rem 0 0rem 0;
				background-image:url(../images/bt_arr.svg);
	background-repeat:no-repeat;
	background-position:center right;
	background-size: 30px 30px;
  background-color: #320068;
  padding: 1.5rem .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #fff;
  border-radius: 4px;
  font-size: .8rem;
  transition: .5s
}
.b_swc:hover {
  background-color: #949AF9;
  box-shadow: 0px 0px 10px 6px #7A00FF;
}
.AWSW_inner_a {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.AWSW_inner_b {
  width: 50%;
  margin: 2rem 0;
}
.AWSW_inner_c {
  width: 50%;
  margin: 2rem 0;
}
.AWSW_txt03 {
  font-size: 1rem;
  line-height: 1.8rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";	letter-spacing: .075rem;
  color: #fff;
}
.AWSW_txt04 {
  font-size: .9rem;
  line-height: 1.8rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  color: #fff;
}
.AWSW_inner_d {
  width: 75%;
  margin: 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.AWSW_inner_d img {
  margin: 1.5rem 0 1.5rem 0;
}
.AWSW_txt05 {
  font-size: .9rem;
  line-height: 1.5rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  color: #fff;
}
.AWSW_txt06 {
  text-align: center;
  font-size: 1rem;
  line-height: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";	letter-spacing: .075rem;
  color: #fff;
}
.b_mov_area {
  width: 100%;
  display: flex;
  justify-content: center;
  background: linear-gradient(to bottom, rgba(34, 34, 34, 1) 0%, rgba(0, 2, 34, 0) 100%);
  padding: 2rem 0 2rem 0;
}
.b_mov_area_inner {
  width: 90%;
  cursor: pointer;
  border-radius: 6px;
  overflow: hidden;
  transition: .5s
}
.b_mov_area img:hover {
  transform: scale(1.05, 1.05);
  transition: .5s all;
}
/*TW2-----------------------*/
.photo_TW2_img {
  width: 100%;
  overflow: hidden;
}
.TW2_lower {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.bg_R2 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 1) 100%), url("../images/bg_R2_sp.jpg");
  background-size: cover;
  background-position: top center;
}
.bg_DV {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 1) 100%), url("../images/bg_DV_sp.jpg");
  background-size: cover;
  background-position: top center;
}
.bg_GG {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 1) 100%), url("../images/bg_GG_sp.jpg");
  background-size: cover;
  background-position: top center;
}
.bg_ML {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 1) 100%), url("../images/bg_ML_sp.jpg");
  background-size: cover;
  background-position: top center;
}
.TW2_lower_inner {
  width: 96%;
  margin: 1.5rem auto 0px auto;
  display: flex;
  flex-direction: column;
  align-items: center
}
.TW2_lower_left {
  width: 80%
}
.TW2_lower_right {
  width: 90%;
  display: flex;
  flex-direction: column;
  margin-top: -2rem;
  padding: 0rem 0
}
.TW2_lower_right_main {
  width: 100%;
  aspect-ratio: 2 / 3;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  order: 2;
}
.bg_right_main_R2 {
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("../images/img_ATH-CKS50TW2-R2_02_sp.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  border-radius: 10px;
}
.bg_right_main_DV {
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("../images/img_ATH-CKS50TW2-DV_02_sp.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  border-radius: 10px;
}
.bg_right_main_GG {
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("../images/img_ATH-CKS50TW2-GG_02_sp.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  border-radius: 10px;
}
.bg_right_main_ML {
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("../images/img_ATH-CKS50TW2-ML_02_sp.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  border-radius: 10px;
}
.TW2_txt_area {
  padding: 3rem 0rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.logo_R2 {
  width: 120px;
}
.logo_DV {
  width: 260px;
}
.logo_GG {
  width: 120px;
}
.logo_ML {
  width: 260px;
}
.TW2_no {
  font-size: 1.4rem;
  font-family: "UniversNextPro-Cond";
  color: #fff;
  margin: 2rem 0
}
.TW2_txt {
  text-align: center;
  font-size: .9rem;
  line-height: 1.5rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  color: #fff;
}
.TW2_ML_txt {
  text-align: center;
  font-size: .7rem;
  line-height: 1.5rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  color: #fff;
  background-color: #333;
  padding: .2rem .5rem;
  border-radius: 6px;
  margin-bottom: .5rem
}
.b_voice {
  margin: 0rem auto 1rem auto;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("../images/bg_voiceguidance_01.png");
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 50px 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-family: "UniversNextPro-Cond";
  color: #fff;
  padding: 1rem 65px 1rem 1.5rem;
  cursor: pointer;
  transition: background-image .5s;
  order: 1;
}
_::-webkit-full-page-media, _:future, :root .b_voice {
  padding: 1rem 65px .75rem 1.5rem;
}
.b_voice:hover {
  background-image: url("../images/bg_voiceguidance_02.png");
}
.b_detail {
  margin: 2rem auto 0rem auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  order: 3;
}

.b_detail_txt {
  margin: 0rem 4rem 1rem 4rem;
  font-size: 1.2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";	letter-spacing: .075rem;
  color: #fff;
  white-space: nowrap
}
.b_detail_bar {
  width: 100%;
  height: 6px;
  border-radius: 6px;
}
.bar_R2 {
  background-color: #555fb7;
  transition: .5s
}
.bar_R2.av {
  background-color: #cfd2ff;
  box-shadow: 0px 0px 10px 6px #005FFF;
}
.bar_DV {
  background-color: #763538;
  transition: .5s
}
.bar_DV.av {
  background-color: #D78286;
  box-shadow: 0px 0px 10px 6px #FF3A00;
}
.bar_GG {
  background-color: #23603e;
  transition: .5s
}
.bar_GG.av {
  background-color: #87CAA5;
  box-shadow: 0px 0px 10px 6px #00E13E;
}
.bar_ML {
  background-color: #874C00;
  transition: .5s
}
.bar_ML.av {
  background-color: #FDBA84;
  box-shadow: 0px 0px 10px 6px #FFB92C;
}
/*app-----------------------*/
.app_wrapper {
  width: 100%;
}
.app_inner {
  width: 96%;
  margin: 0px auto 0px auto;
  display: flex;
  flex-flow: wrap;
}
.app_title {
  font-size: 1rem;
  line-height: 2rem;
  margin: 0 auto;
  font-family: "FP-ヒラギノ角ゴ ProN W6";	letter-spacing: .075rem;
  color: #fff;
}
.app_window_area {
  width: 80%;
  margin: 2rem auto 1rem auto;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}
.app_window {
  width: 45%;
  margin-bottom: 2rem
}
.app_txt_area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin: 0 auto 0px auto;
}
.app_txt01 {
  text-align: center;
  font-size: 1rem;
  line-height: 1.8rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";	letter-spacing: .075rem;
  color: #fff;
}
.app_txt02 {
  width: 90%;
  font-size: .9rem;
  line-height: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  color: #fff;
}
.app_dl_area {
  margin: 2rem 0 -50px 0;
  display: flex;
  flex-direction: column;
  align-items: center
}
.app_icon {
  display: flex;
  width: 30%;
}
.app_right {
  margin: 2rem 0 0 0;
  width: 100%;
  border-radius: 10px;
  display: flex;
  padding: 1rem 1rem;
  flex-direction: column;
  align-items: stretch;
  background-color: #333
}
.app_dl {
  display: flex;
  align-items: center;
  margin: .5rem 0;
}
.app_banner {
  width: 35%
}
.app_banner_txt {
  padding: 0 .5rem 0 .75rem;
  font-size: .8rem;
  line-height: 1.2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #fff;
}
.app_banner_txt:hover {
  text-decoration: underline
}
/*--------------------------*/
.bottom_wrapper {
  width: 100%;
  padding: 0 4% 0 4%;
}
.bottom_inner {
  width: 100%;
  margin: 0 auto 0px auto;
  border-top: #333 1px solid;
  padding: 3rem 0;
}
.bottom_inner .b_swc {
  width: 100%;
  margin: 0rem auto 1.5rem auto;
  background-color: #320068;
  padding: 1.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #fff;
  border-radius: 4px;
  font-size: .9rem;
  transition: .5s
}
.bottom_menu {
  width: 100%;
  margin: 0 auto 0px auto;
  padding: .5rem 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.bottom_menu .menu_button {
  font-family: "UniversNextPro-Cond";
  color: #999;
  font-size: 1rem;
  display: flex;
  text-align: center;
  cursor: pointer;
  transition: .3s;
  margin-bottom: .5rem;
  padding: .25rem
}
.bottom_menu .menu_button.mb_store {
  display: flex;
  align-items: center;
  justify-content: center;
  border: #999 1px solid;
  border-radius: 1.5rem;
  width: 3rem;
  height: 3rem;
  transition: .3s
}
.bottom_menu a:hover {
  color: #fff;
  text-decoration: underline
}
/*--------------------------*/
.sq_mgn {
  margin-top: -60px;
  padding-top: 60px;
}
/*--------------------------*/
.footer_area {
  margin: 0 auto 4rem auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #000
}
.at_logo_02 {
  margin: 2rem 0 0 0;
  width: 250px
}
.at_logo_02 img {
  width: 100%
}
.foot_c {
  color: #fff;
  font-family: "UniversNextPro-Cond";
  font-size: 0.75rem;
  line-height: 1.2rem;
  letter-spacing: 0.05rem;
  font-feature-settings: "palt";
}
.foot_Lucasfilm {
  margin-top: .5rem;
  width: 120px
}
.b_top {
  position: fixed;
  bottom: 0px;
  right: 1.5%;
  display: flex;
  align-items: center;
  border-radius: 4px 4px 0px 0px;
  margin: 0 0 0 .5rem;
  padding: .4rem 2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #fff;
  font-size: 0.8rem;
  background-color: #333;
  transition: 0.3s;
  opacity: 0;
  z-index: 60;
}
.b_top:hover {
  color: #000;
  cursor: pointer;
  background-color: #ccc
}
.b_top.appa {
  opacity: 1;
}
.sml {
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000;
  font-size: .6rem;
  line-height: 0rem
}
/* app_obj ---------------------- */
.app_obj {
  opacity: 0;
  transition: .75s ease;
}
.av_app {
  opacity: 1;
}
.delay_0 {
  transition-delay: 0s;
}
.delay_05 {
  transition-delay: 0.5s;
}
.delay_1 {
  transition-delay: 0s;
}
.delay_15 {
  transition-delay: 0.5s;
}
/*window-----------------------*/
.window_base_shop,.window_base_movie {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 1);
  z-index: 200;
  justify-content: center;
  align-items: center
}
 .window_base_vg {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 1);
  z-index: 200;
  justify-content: center;
  align-items: center
}
.window_base_shop.app, .window_base_vg.app, .window_base_movie.app {
  display: flex;
  flex-direction: column;
}
/* iOSの透明ツールバー部分を黒く塗りつぶすレイヤー */
.ios-bottom-mask {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
 height: max(env(safe-area-inset-bottom), 20px);
background-color:rgba(0,0,0,1);
  z-index: 205; /* モーダルより上だが操作不可に */
  pointer-events: none;
  display: none;
}

/* モーダル表示時にだけ表示 */
.window_base_shop.app ~ .ios-bottom-mask,.window_base_movie.app ~ .ios-bottom-mask,.window_base_vg.app ~ .ios-bottom-mask {
  display: block;
}

/*shop---------------------*/
.window_base_shop .window_area {
  display: flex;
  width: 90%;
  max-height: 88%;
  overflow: hidden;
	cursor: default
}
.window_inner {
  display: flex;
  width: 100%;
  height: 100%;
  padding:.5rem;
  flex-direction: column;
  background-color: #333;
  border-radius: 10px;
  overflow: auto;
  scrollbar-color: #000 #333;
  scrollbar-width: auto;
}
.b_close {
  margin: 1rem auto .5rem auto;
  font-family: "UniversNextPro-Cond";
  font-size: 1.4rem;
  color: #999;
  cursor: pointer
}
.b_close:hover {
  color: #fff;
  text-decoration: underline
}
.window_base_shop .b_detail {
  margin: 1rem auto 0rem auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  order: 3;
}
.window_base_shop .b_detail_txt {
  margin: 0rem 4rem .5rem 4rem;
  font-size: 1.2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";	letter-spacing: .075rem;
  color: #fff;
  white-space: nowrap
}
.store_upper {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  background-color: #222;
  border-radius: 6px 6px 0 0;
  padding: 0rem 0rem 1rem 0rem;
}
.store_lower {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #222;
  border-radius: 6px;
  padding: .5rem 0rem 0rem 0rem;
}
.storelist {
  width: 100%;
  background-color: #222;
  margin-bottom: 1rem;
  border-radius: 0 0 6px 6px;
}
.store_model {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: nowrap
}
.store_model_p {
  width: 45%;
}
.store_lower .store_model_p {
  width: 45%;
}
.store_model_right {
  padding-right: 4%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translateY(-15%);	margin-bottom: 1rem
}
.store_model_txt {
  font-family: "UniversNextPro-Cond";
  font-size: 1.4rem;
  color: #fff
}
.storelist_title {
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  margin: 0 auto 1rem auto;
  padding-bottom: 1rem;
  width: 90%;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  border-bottom: #666 1px solid;
}
.storelist_notice {
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  margin: 0px auto 10px auto;
  padding-bottom: 15px;
  width: 90%;
  text-align: center;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.2rem
}
.storelist_table {
  width: 94%;
  margin: 0px auto 20px auto;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  table-layout: fixed;
}
.storelist_table td {
  padding: .5rem 0 .5rem 0;
  font-size: .8rem;
  line-height:1rem;
	height: 2.5rem;
  text-align: center;
		vertical-align: middle;
	  color: #fff;
}
.storelist_table td a, .dk_store_name a {
  color: #eee;
  text-decoration: underline
}
.storelist_table td a:hover {
  color: #fff;
  text-decoration: underline
}
	.red-s {
	
color: #FF0004;
	font-size: 70%;

}
.red {
color: #FF0004
}
.nts {
 font-size: 0.7rem;
  color: #fff;
}
.nts-02 {
	  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-size: 0.7rem;
  color: #fff;
	margin:-.5rem 0 .5rem 0
}
/*mov---------------------*/
.window_base_movie .window_area {
  width: 96%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
video {
  width: 100%;
  height: auto;
  display: block;
}

