@charset "UTF-8";

a:hover {
  opacity: 0.5;
}

/* ===== .mv ===== */
.page__head_inner {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.title--head{
  position: relative;
  padding-left: 16px;
  margin-bottom: 10px;
}
.title--head::before{
  content: "";
  height: 100%;
  width: 2px;
  background-color: #ad0011;
  position: absolute;
  left: 0;
}
@media not screen and (min-width: 768px){
  .title--head{
    padding-left: 16px;
  }
  .page__head_box p, .page__head_noBox p {
    margin-top: 0;
  }
  .page__head_bg {
    height: calc(100% - 108px);
  }
  h1 {
    font-size: 1.8em;
  }
}
/* mv_btn */
.mv_btn {
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 768px) {
  .mv_btn {
    height: 112px;
    position: relative;
  }
}
@media not screen and (min-width: 768px){
  .mv_btn {
    height: auto;
    padding: 12px 0;
  }
}
.mv_btn .container__under02 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  column-gap: 24px;
}
@media not screen and (min-width: 768px){
  .mv_btn .container__under02 {
    flex-direction: column;
    row-gap: 12px;
  }
}
.mv_btn .btn a.type01 {
  color: #fff;
  background-color: #ad0011;
}
.mv_btn .btn a.type02 {
  color: #ad0011;
  background-color: #fff;
  border: solid 2px #ad0011;
}
.mv_btn .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-decoration: none;
  line-height: 1.2;
  text-align: center;
}
@media not screen and (min-width: 768px) {
  .mv_btn .btn {
    width: 100%;
  }
  .mv_btn .btn a {
    font-size: calc((15 / 16 * 1rem));
    width: 100%;
    height: 58px;
    padding: 0 25px 0 12px;
  }
}
.mv_btn .btn a.type01::after {
  background: url(/assets/img/common/btn_arrow01.png) no-repeat;
  background-size: 100%;
}
.mv_btn .btn a.type02::after {
  background: url(/assets/img/common/btn_arrow02.png) no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .mv_btn .btn a::after {
    margin-right: 28px;
  }
}
.mv_btn .btn a::after {
  content: "";
  width: 16px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -9px;
}
@media not screen and (min-width: 768px) {
  .mv_btn .btn a::after {
    right: 16px;
  }
  .btn small {
    font-size: calc((10 / 16 * 1rem));
  }
}
@media screen and (min-width: 768px) {
  .mv_btn .btn a {
    width: 460px;
    height: 64px;
  }
}
.btn p {
  text-align: center;
  line-height: 1;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .btn p {
    font-size: calc(14 / 16 * 1rem);
    margin-bottom: 8px;
  }
}
@media not screen and (min-width: 768px) {
  .btn p {
    font-size: calc((10 / 16 * 1rem));
    margin-bottom: 4px;
  }
}


/* contents */
.text--red {
  color: #970022;
}
.btnBox--rate {
  margin-top: 15px;
  width: 80%;
  justify-self: center;
}
@media not screen and (min-width: 768px) {
  .btnBox--rate {
    width: 100%;
  }
}
.btnBox a.icon--blank::after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -12px;
  background: url(/assets/img/common/icn_blank_w.png) no-repeat;
  background-size: 100%;
  border: none;
  transform: none;
}
.app_download {
  position: relative;
  justify-self: center;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 26px;
  color: #000;
  vertical-align: middle;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  font-feature-settings: 'palt' 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 18px 8px 15px 20px;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  transition: opacity 0.3s ease;
  border-radius: 10px;
}
.app_download::before {
  content: "";
  width: 22px;
  height: 36px;
  background: url(/assets/img/nav/nav_icon27.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.appDownloadBox {
  padding: 0.8rem 1.6rem;
  background-color: #fff;
  border-radius: 0.8rem;
  display: flex;
  flex-direction: row;
  gap: 1.3rem;
  align-items: center;
  justify-content: center;
}
.appDownloadBox__qr {
  flex-shrink: 0;
  width: auto;
  height: auto;
}
.appDownloadBox__badges {
  display: flex;
  flex-direction: row;
  gap: 1.3rem;
  align-items: center;
}
.appDownloadBox__link {
  display: block;
  line-height: 0;
  transition: opacity 0.3s ease;
}
.appDownloadBox__badge {
  width: auto;
  height: auto;
}
@media screen and (min-width: 768px){
  .app_download {
    width: 80%;
    font-size: calc(18 / 16 * 1rem);
    height: 60px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
}
@media not screen and (min-width: 768px){
  .app_download {
    width: 100%;
    font-size: calc((13 / 16 * 1rem));
    font-weight: 700;
  }
}
.downloadCta__buttonsSp {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  justify-content: center;
}
.downloadCta__buttonSpApple {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.downloadCta__buttonSpApple img {
  width: auto;
  height: 4.5rem;
}
.downloadCta__buttonSpGoogle {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.downloadCta__buttonSpGoogle img {
  width: auto;
  height: 4.5rem;
}

/* === tab === */
#tab {
  display: -webkit-box;
  display: flex;
  column-gap: 24px;
}
@media not all and (min-width: 768px) {
  #tab {
    column-gap: 4px;
  }
}
#tab li {
  flex: 1;
}
#tab li {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  transition: opacity 0.3s ease;
  cursor: pointer;
  background-color: #ad0011;
  border: 6px solid #ad0011;
}
#tab li:first-child a {
  margin-left: 0;
}
#tab li.active {
  cursor: auto;
  background-color: #fff;
  color: #ad0011;
}
#tab li:hover {
  opacity: 0.7;
}
#tab li.active:hover {
  opacity: inherit;
}
#tab li a {
  text-decoration: none;
  color: #fff;
  width: 100%;
  height: 100%;
  align-content: center;
}
@media (min-width: 768px) {
  #tab li {
    font-size: calc(20 / 16 * 1rem);
    height: 100px;
    margin-left: 12px;
  }
}
@media not all and (min-width: 768px) {
  #tab li {
    font-size: calc(15 / 16 * 1rem);
    height: 80px;
    margin-left: 6px;
    border: 2px solid #ad0011;
  }
}

/* detail */
.detail table {
  font-size: calc((13 / 16 * 1rem));
  text-align: left;
  margin-top: 25px;
}
.detail table a {
  color: #474645;
  text-decoration: none;
}
.detail table th {
  background: #dbdbdb;
  border: 2px solid #d1d1d1;
  padding: 8px;
  font-weight: normal;
  vertical-align: top;
}
.detail table td {
  border: 2px solid #d1d1d1;
  background: #fff;
  padding: 8px;
  padding-right: 15px;
}
.detail table p {
  line-height: 1.4;
}
.detail table p a {
  /* padding-bottom: 4px;
  border-bottom: solid 1px #000; */
  text-decoration: underline;
}
.detail table .circle li {
  padding-left: calc((14 / 16 * 1rem));
  text-indent: calc((14 / 16 * 1rem) * -1);
  line-height: 1.4;
}
.detail table .circle ul {
  padding: 5px 0;
}
.detail table .note {
  padding-left: calc((14 / 16 * 1rem));
  text-indent: calc((14 / 16 * 1rem) * -1);
  padding-top: 5px;
}
@media screen and (min-width: 768px) {
  .detail table th {
    font-weight: normal;
    min-width: 130px;
  }
}
@media not screen and (min-width: 768px){
  .detail table th {
    min-width: 50px;
  }
}
.boderBtm {
  border-bottom: #ccc 1px dotted;
  padding: 8px 0;
}
.boderBtm:first-child {
  padding-top: 0;
}
.circle li {
  padding-left: calc((14 / 16 * 1rem));
  text-indent: calc((14 / 16 * 1rem) * -1);
  line-height: 1.4;
}
dl.turn4Str dt {
  clear: left;
  width: 4.5em;
  float: left;
}
.bg-lightgray {
  background-color: #eee !important;
}

/* fixedbtn */
.fixed_btn {
  opacity:0;
  -webkit-transition:opacity .5s ease-out;
  transition:opacity .5s ease-out;
}
.fixed_btn.is_fixed {
  opacity:1;
  position:fixed;
  width:100%;
  left:0;
  bottom:0;
  z-index:10;
}
.fixed_btn .mv_btn {
  background-color: #fff; 
}
.mv_btn .btn a {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.mv_btn .btn a .small {
  font-size: calc((12 / 16 * 1rem));
}
footer {
  margin-bottom: 110px;
}
@media not screen and (min-width: 768px){
  .mv_btn .container__under02 {
    display: flex;
    flex-direction: row;
    column-gap: 4px;
    letter-spacing: -.2px;
  }
  .mv_btn .btn a {
    font-size: calc((14 / 16 * 1rem));
    padding: 0 12px 0 8px;
    row-gap: 2px;
    height: 70px;
  }
  .mv_btn .btn a .small {
    font-size: calc((9 / 16 * 1rem));
  }
  .mv_btn .btn a::after {
    right: 8px;
    width: 12px;
  }
}