@charset "UTF-8";
/*.robot{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}*/
.Mincho {
  font-family: "a-otf-ryumin-pr6n", "游明朝", "Yu Mincho", "游明朝体", serif !important;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt" 1 !important;
}
.Mincho.lineup-ttl {
  margin-bottom: 20px;
  text-align: center;
}

/*--test bnr delete--*/
.s5-getStarted {
  display: none;
}

#choice * {
  box-sizing: border-box;
}
#choice {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
  overflow: hidden;
}
#choice h2 {
  line-height: 1.2;
}
#choice h2 span {
  font-size: 26px;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  #choice h2 span {
    font-size: 22px;
  }
}
@media screen and (max-width: 520px) {
  #choice h2 span {
    font-size: 4.5vw;
  }
}
#choice h2 em {
  display: block;
  font-size: 44px;
  color: #3291d9;
}
@media screen and (max-width: 640px) {
  #choice h2 em {
    font-size: 30px;
  }
}
@media screen and (max-width: 520px) {
  #choice h2 em {
    font-size: 5.6vw;
  }
}
#choice .select_text {
  font-size: 13px;
  margin-bottom: 15px;
}
#choice .select_text .bold-text {
  font-weight: bold;
}
#choice .kv {
  width: 100%;
  min-height: 400px;
  position: relative;
  background-image: url("../img/kv_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  padding: 35px 50px;
  /*@include break2(1480){
  background-size:100% auto;
  }*/
}
@media screen and (max-width: 768px) {
  #choice .kv {
    min-height: 300px;
  }
}
@media screen and (max-width: 540px) {
  #choice .kv {
    background-image: url("../img/kv_bg_sp.jpg");
    background-size: 100% auto;
    background-position: center top;
    min-height: 210px;
    padding: 15px 10px;
  }
}
#choice .kv h1 {
  text-align: center;
  background-color: rgba(51, 51, 51, 0.6);
  margin: 0 auto;
  display: table;
  padding: 20px 40px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #choice .kv h1 {
    padding: 10px 3%;
  }
}
#choice .kv h1 span {
  color: #ffffff;
  font-size: 36px;
  line-height: 1.2;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  #choice .kv h1 span {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  #choice .kv h1 span {
    font-size: 20px;
  }
}
#choice .kv h1 em {
  font-style: normal;
  color: #ffffff;
  font-size: 70px;
  display: block;
}
@media screen and (max-width: 900px) {
  #choice .kv h1 em {
    font-size: 50px;
  }
}
@media screen and (max-width: 640px) {
  #choice .kv h1 em {
    font-size: 30px;
  }
}
#choice .kv_img {
  max-width: 1000px;
  width: 100%;
  position: relative;
  text-align: center;
  margin: -50px auto 80px;
}
@media screen and (max-width: 640px) {
  #choice .kv_img {
    margin: -10px auto 50px;
  }
}
#choice .pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  #choice .pc {
    display: none !important;
  }
}
#choice .sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  #choice .sp {
    display: block !important;
  }
}
#choice .select_area {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 0 0 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #choice .select_area {
    margin: 0 auto 10px;
    padding: 0 0 0px;
  }
}
#choice .select_area .lineup-box .audio-select {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #choice .select_area .lineup-box .audio-select {
    margin-bottom: 60px;
  }
}
#choice .select_area .lineup-box .audio-select h3 {
  background: linear-gradient(90deg, rgb(0, 76, 159) 30%, rgb(0, 118, 189) 100%);
  padding: 20px 4% 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #choice .select_area .lineup-box .audio-select h3 {
    padding: 20px 4%;
  }
}
#choice .select_area .lineup-box .audio-select h3 p {
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #choice .select_area .lineup-box .audio-select h3 p {
    font-size: 16px;
  }
}
#choice .select_area .lineup-box .audio-select h3 p em {
  font-size: 26px;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  #choice .select_area .lineup-box .audio-select h3 p em {
    font-size: 20px;
    margin-left: 0px;
  }
}
#choice .select_area .lineup-box .audio-select h3 .logo-img {
  display: flex;
  justify-content: center;
  gap: 10px;
}
#choice .select_area .lineup-box .audio-select h3 .logo-img img {
  max-width: 80px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #choice .select_area .lineup-box .audio-select h3 .logo-img img {
    max-width: 60px;
  }
}
#choice .select_area .lineup-box .audio-select .select-box {
  display: flex;
  justify-content: center;
  gap: 0 15px;
}
@media screen and (max-width: 768px) {
  #choice .select_area .lineup-box .audio-select .select-box {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #choice .select_area .lineup-box .audio-select .select-box .home {
    margin-bottom: 40px;
  }
}
#choice .select_area .lineup-box .audio-select .select-box .home .head-border {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #004c9f;
  margin-bottom: 15px;
}
#choice .select_area .lineup-box .audio-select .select-box .home .head-border::before {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #ccc;
  margin-right: 1.5rem;
}
#choice .select_area .lineup-box .audio-select .select-box .home .head-border::after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #ccc;
  margin-left: 1.5rem;
}
#choice .select_area .lineup-box .audio-select .select-box .home ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: start;
  gap: 0 15px;
}
#choice .select_area .lineup-box .audio-select .select-box .bar .head-border {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #004c9f;
  margin-bottom: 15px;
}
#choice .select_area .lineup-box .audio-select .select-box .bar .head-border::before {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #ccc;
  margin-right: 1.5rem;
}
#choice .select_area .lineup-box .audio-select .select-box .bar .head-border::after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #ccc;
  margin-left: 1.5rem;
}
#choice .select_area .lineup-box .audio-select .select-box .bar ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: start;
  gap: 0 15px;
}
@media screen and (max-width: 768px) {
  #choice .select_area .lineup-box .audio-select .select-box .bar ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
#choice .select_area .lineup-box .dolby-select {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #choice .select_area .lineup-box .dolby-select {
    margin-bottom: 0px;
  }
}
#choice .select_area .lineup-box .dolby-select h3 {
  background: linear-gradient(90deg, rgb(37, 182, 184) 0%, rgb(44, 156, 145) 100%);
  padding: 20px 4% 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #choice .select_area .lineup-box .dolby-select h3 {
    padding: 20px 4%;
  }
}
#choice .select_area .lineup-box .dolby-select h3 p {
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #choice .select_area .lineup-box .dolby-select h3 p {
    font-size: 16px;
  }
}
#choice .select_area .lineup-box .dolby-select h3 p em {
  font-size: 26px;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  #choice .select_area .lineup-box .dolby-select h3 p em {
    font-size: 20px;
    margin-left: 0px;
  }
}
#choice .select_area .lineup-box .dolby-select h3 .logo-img {
  display: flex;
  justify-content: center;
  gap: 10px;
}
#choice .select_area .lineup-box .dolby-select h3 .logo-img img {
  max-width: 80px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #choice .select_area .lineup-box .dolby-select h3 .logo-img img {
    max-width: 60px;
  }
}
#choice .select_area .lineup-box .dolby-select .select-box {
  display: flex;
  justify-content: center;
  gap: 0 15px;
}
@media screen and (max-width: 768px) {
  #choice .select_area .lineup-box .dolby-select .select-box {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #choice .select_area .lineup-box .dolby-select .select-box .dolby-home1 {
    margin-bottom: 40px;
  }
}
#choice .select_area .lineup-box .dolby-select .select-box .dolby-home1 .head-border {
  display: flex;
  align-items: center;
  font-weight: bold;
  justify-content: center;
  color: #008376;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #choice .select_area .lineup-box .dolby-select .select-box .dolby-home1 .head-border::before {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #ccc;
    margin-right: 1.5rem;
  }
  #choice .select_area .lineup-box .dolby-select .select-box .dolby-home1 .head-border::after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #ccc;
    margin-left: 1.5rem;
  }
}
#choice .select_area .lineup-box .dolby-select .select-box .dolby-home1 ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  justify-content: start;
  gap: 0 15px;
}
@media screen and (max-width: 768px) {
  #choice .select_area .lineup-box .dolby-select .select-box .dolby-home1 ul li {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #choice .select_area .lineup-box .dolby-select .select-box .dolby-home2 {
    margin-bottom: 40px;
  }
}
#choice .select_area .lineup-box .dolby-select .select-box .dolby-home2 .head-border {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #008376;
  margin-bottom: 15px;
}
#choice .select_area .lineup-box .dolby-select .select-box .dolby-home2 .head-border::before {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #ccc;
  margin-right: 1.5rem;
}
#choice .select_area .lineup-box .dolby-select .select-box .dolby-home2 .head-border::after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #ccc;
  margin-left: 1.5rem;
}
#choice .select_area .lineup-box .dolby-select .select-box .dolby-home2 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: start;
  gap: 0 15px;
}
#choice .select_area .lineup-box .notes {
  font-size: 14px;
  text-indent: -1rem;
  padding-left: 1rem;
  color: #5f5f5f;
}
#choice .select_area .select_box {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  gap: 0.8333333333%;
}
@media screen and (max-width: 768px) {
  #choice .select_area .select_box {
    gap: 10px;
    flex-direction: column;
  }
}
#choice .select_area .select_box .select_left {
  position: relative;
  width: 21.6666666667%;
}
@media screen and (max-width: 768px) {
  #choice .select_area .select_box .select_left {
    width: 100%;
  }
}
#choice .select_area .select_box .select_left .btn8 {
  position: absolute;
  top: 16.5%;
  width: 87%;
  left: 50%;
  translate: -50%;
}
@media screen and (max-width: 768px) {
  #choice .select_area .select_box .select_left .btn8 {
    translate: 0;
    left: 3%;
    width: 78%;
    top: 14%;
  }
}
#choice .select_area .select_box .select_left .btn9 {
  position: absolute;
  top: 68%;
  width: 87%;
  left: 50%;
  translate: -50%;
}
@media screen and (max-width: 768px) {
  #choice .select_area .select_box .select_left .btn9 {
    translate: 0;
    left: 3%;
    width: 78%;
    top: 58%;
  }
}
#choice .select_area .select_box .select_right {
  position: relative;
  width: 77.5%;
}
@media screen and (max-width: 768px) {
  #choice .select_area .select_box .select_right {
    width: 100%;
  }
}
#choice .select_area .select_box .select_right .btn2 {
  position: absolute;
  top: 87%;
  width: 16.5%;
  left: 10%;
}
@media screen and (max-width: 768px) {
  #choice .select_area .select_box .select_right .btn2 {
    position: absolute;
    top: 88%;
    width: 44%;
    left: 18.8%;
  }
}
#choice .select_area .select_box .select_right .btn4 {
  position: absolute;
  top: 75%;
  width: 21.5%;
  left: 20%;
}
@media screen and (max-width: 768px) {
  #choice .select_area .select_box .select_right .btn4 {
    position: absolute;
    top: 76%;
    width: 55%;
    left: 30.6%;
  }
}
#choice .select_area .select_box .select_right .btn3 {
  position: absolute;
  top: 62.5%;
  width: 21.5%;
  left: 30%;
}
@media screen and (max-width: 768px) {
  #choice .select_area .select_box .select_right .btn3 {
    position: absolute;
    top: 65%;
    width: 55%;
    left: 30.6%;
  }
}
#choice .select_area .select_box .select_right .btn1 {
  position: absolute;
  top: 51.5%;
  width: 17%;
  left: 40%;
}
@media screen and (max-width: 768px) {
  #choice .select_area .select_box .select_right .btn1 {
    position: absolute;
    top: 55.4%;
    width: 43%;
    left: 30.6%;
  }
}
#choice .select_area .select_box .select_right .btn5 {
  position: absolute;
  top: 36.5%;
  width: 22.3%;
  left: 50%;
}
@media screen and (max-width: 768px) {
  #choice .select_area .select_box .select_right .btn5 {
    position: absolute;
    top: 42.5%;
    width: 54.7%;
    left: 30.6%;
  }
}
#choice .select_area .select_box .select_right .btn7 {
  position: absolute;
  top: 19.5%;
  width: 24%;
  left: 60%;
}
@media screen and (max-width: 768px) {
  #choice .select_area .select_box .select_right .btn7 {
    position: absolute;
    top: 28%;
    width: 56%;
    left: 30.6%;
  }
}
#choice .select_area .select_box .select_right .btn8 {
  position: absolute;
  top: 3.5%;
  width: 23%;
  left: 70%;
}
@media screen and (max-width: 768px) {
  #choice .select_area .select_box .select_right .btn8 {
    position: absolute;
    top: 14%;
    width: 56%;
    left: 30.6%;
  }
}
#choice .select_area .grade {
  width: 32px;
  height: auto;
  position: absolute;
  top: 136px;
  right: 0;
  z-index: 5;
}
#choice .select_txt {
  max-width: 1200px;
  width: 100%;
  padding: 0;
  margin: 0 auto 20px;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  #choice .select_txt {
    line-height: 1.3;
    padding: 0 3%;
  }
}
#choice .select_txt a {
  color: #1372d1;
  text-decoration: underline;
}
#choice .list_btn {
  margin: 0 auto 100px;
  display: table;
  max-width: 198px;
  transition: all 0.3s;
}
#choice .list_btn:hover {
  opacity: 0.6;
}
#choice .list_btn img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #choice .list_btn {
    margin: 0 auto 50px;
  }
}

/*使用する際は#choice内に移動*/
/*#simu_area{
		max-width:1200px;
		margin: 0 auto 100px;
		@include break{
		}
		h2{
		text-align: center;
		line-height: 1.2;
		margin-bottom: 30px;
		@include break(640){
		margin-bottom: 20px;
		}
		span{
		font-size: 32px;
		display: inline-block;
		@include break(640){
		font-size: 22px;
		}
		}
		em{
		display: block;
		font-size: 48px;
		color: #3291d9;
		@include break(640){
		font-size: 26px;
		}
		}
		}
		.sim_img{
		text-align: center;
		@include break(640){
		width: 90%;
		margin: 0 auto;
		}
		}
}*/
.white-popup {
  position: relative;
  /* background: #FFF;*/
  padding: 20px;
  width: auto;
  max-width: 468px;
  text-align: center;
  margin: 20px auto;
  animation: open 1s;
}
@media screen and (max-width: 640px) {
  .white-popup {
    width: 80%;
  }
}
.white-popup .img-blk {
  margin: 0 auto 20px;
}
.white-popup .img-blk span {
  display: block;
  max-width: 428px;
  margin: 0 auto;
  font-size: 12px;
  text-align: left;
  padding: 10px 0 0;
}
.white-popup .img-blk span a {
  color: #4687fb;
  text-decoration: underline;
}
.white-popup .img-blk span a:hover {
  text-decoration: none;
}

@keyframes open {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
ul.anchor {
  max-width: 1240px;
  margin: 0 auto 80px;
  padding: 0 20px;
  display: flex;
}
@media screen and (max-width: 768px) {
  ul.anchor {
    display: block;
    padding: 0 5%;
    margin: 0 auto 60px;
    transform: translateY(-55px);
  }
}
ul.anchor li {
  width: 33.3333333333%;
  height: 110px;
  transition: background 0.3s;
  background-color: #f2f5f9;
  position: relative;
  border-right: 1px solid #dddee1;
}
ul.anchor li:hover {
  background-color: #e0e4ea;
}
ul.anchor li:before, ul.anchor li:after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  vertical-align: middle;
}
ul.anchor li:after {
  content: "";
  left: calc(50% - 5px);
  bottom: -63px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #034a81;
  border-right: 2px solid #034a81;
  transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  ul.anchor li {
    width: 100%;
    border: none;
    border-bottom: 1px solid #dddee1;
    height: 90px;
    bottom: -55px;
  }
}
ul.anchor li:last-child {
  border: none;
  background: url(../img/icn_blank.png) no-repeat center bottom 13px #f2f5f9;
  background-size: 18px 16px;
}
@media screen and (max-width: 768px) {
  ul.anchor li:last-child {
    border: none;
  }
}
ul.anchor li:last-child:before, ul.anchor li:last-child:after {
  display: none;
}
ul.anchor li:last-child:hover {
  background-color: #e0e4ea;
}
ul.anchor li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  text-align: center;
  padding: 20px 20px 0;
  line-height: 1.4;
}
@media screen and (max-width: 1155px) {
  ul.anchor li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  ul.anchor li a {
    padding: 15px 5% 0;
  }
}

.btn-size {
  margin: 15px 0 20px;
}
@media screen and (max-width: 768px) {
  .btn-size {
    width: 100%;
  }
}
.btn-size a {
  transition: opacity 0.3s;
}
.btn-size a:hover {
  opacity: 0.6;
}

/*--pc > 769px--*/
@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .pcImg {
    display: inline-block;
  }
  .sp {
    display: none !important;
  }
  .spImg {
    display: none !important;
  }
}
/*--sp < 768px--*/
@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .sp {
    display: block;
  }
  .spImg {
    display: inline-block;
  }
  .pc {
    display: none !important;
  }
  .pcImg {
    display: none !important;
  }
}
/*--opacity:hover--*/
.ov {
  transition: opacity 0.3s ease-out;
}

.ov:hover {
  opacity: 0.6;
}/*# sourceMappingURL=choice.css.map */