@charset "UTF-8";
@media screen and (max-width: 750px) {
  html.notIE main img {
    display: block;
    width: 100%;
  }
}

.area_title {
  background-color: #f7f7f7;
}

.area_cont2 {
  background-color: #f7f7f7;
}

@media screen and (min-width: 751px) {
  html.notIE .area_title {
    padding: 50px 0;
  }
  html.notIE .area_title h1 {
    text-align: center;
    font-size: 26px;
    line-height: 1.4;
    font-style: normal;
    font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
    font-weight: 700;
  }
  html.notIE .miles_tab {
    background-color: #f7f7f7;
  }
  html.notIE .miles_tab ul {
    width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  html.notIE .miles_tab ul li {
    width: 390px;
  }
  html.notIE .miles_tab ul li a {
    display: flex;
    width: 100%;
    height: 50px;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
    font-weight: 700;
    background-color: #d19a5f;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border: solid 1px #d19a5f;
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) {
  html.notIE .miles_tab ul li:not(.m-current) {
    cursor: pointer;
    opacity: 1;
    transition: opacity .2s ease 0s;
  }
  html.notIE .miles_tab ul li:not(.m-current):hover {
    opacity: .7;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .miles_tab ul li.m-current a {
    pointer-events: none;
    background-color: #fff;
    color: #d19a5f;
  }
  html.notIE .miles_tab.m-upper {
    border-bottom: solid 1px #d19a5f;
  }
  html.notIE .miles_tab.m-upper ul li a {
    border-bottom: 0 none;
    transform: translateY(1px);
  }
  html.notIE .miles_tab.m-under {
    border-top: solid 1px #d19a5f;
    transform: translateY(2px);
    margin-top: 60px;
  }
  html.notIE .miles_tab.m-under ul li a {
    border-top: 0 none;
    transform: translateY(-1px);
  }
  html.notIE .miles_extract {
    margin: 60px 0;
  }
  html.notIE .miles_extract .extract_box {
    background-color: #f7f7f7;
    padding: 30px 1px 30px 30px;
  }
  html.notIE .miles_extract .extract_box h2 {
    font-size: 16px;
    font-style: normal;
    font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
  }
  html.notIE .miles_extract .extract_box dl {
    display: flex;
  }
  html.notIE .miles_extract .extract_box dl dt {
    width: 85px;
    flex-shrink: 0;
    font-style: normal;
    font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
    font-weight: 700;
  }
  html.notIE .miles_extract .extract_box dl dd {
    display: flex;
    flex-wrap: wrap;
  }
  html.notIE .miles_extract .extract_box dl dd div {
    margin-bottom: 20px;
    margin-right: 30px;
  }
  html.notIE .miles_extract .extract_box .btn {
    text-align: center;
  }
  html.notIE .miles_extract .extract_box .btn button.u-btn_white::before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: url(/elixir/club/shared/img/icn_extract.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
  html.notIE .miles_extract .u-notes {
    margin-top: 20px;
  }
  html.notIE .miles_brand .content_inner {
    margin-bottom: 60px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 60px;
  }
  html.notIE .miles_brand h2 {
    color: #d19a5f;
    font-style: normal;
    font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 40px;
  }
  html.notIE .miles_brand .link_brandtop {
    position: absolute;
    right: 0;
    top: 10px;
  }
  html.notIE .miles_brand .miles_table {
    border: solid 1px #ccc;
    width: 800px;
  }
  html.notIE .miles_brand .miles_table thead th {
    border: solid 1px #ccc;
    background-color: #f7f7f7;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0;
    padding: 10px 5px;
    width: 8.25%;
    box-sizing: border-box;
    font-style: normal;
    font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
    font-weight: 700;
  }
  html.notIE .miles_brand .miles_table thead th[colspan="4"] {
    width: 32.5%;
  }
  html.notIE .miles_brand .miles_table thead th[rowspan="2"] {
    width: 67.5%;
    text-align: left;
    padding: 25px 30px;
  }
  html.notIE .miles_brand .miles_table.m-use thead th {
    width: 67.5%;
  }
  html.notIE .miles_brand .miles_table.m-use thead td {
    border: solid 1px #ccc;
    background-color: #f7f7f7;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0;
    padding: 10px;
    box-sizing: border-box;
    font-style: normal;
    font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
    font-weight: 700;
    width: 32.5%;
  }
  html.notIE .miles_brand .miles_table tbody th {
    border: solid 1px #ccc;
    padding: 15px 30px;
    letter-spacing: 0;
  }
  html.notIE .miles_brand .miles_table tbody td {
    border: solid 1px #ccc;
    text-align: center;
    vertical-align: middle;
    padding: 0 1em;
    letter-spacing: 0;
  }
  html.notIE .miles_brand .no_category {
    margin-top: 30px;
    display: none;
  }
}

html.msie .area_title {
  padding: 50px 0;
}
html.msie .area_title h1 {
  text-align: center;
  font-size: 26px;
  line-height: 1.4;
  font-style: normal;
  font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
html.msie .miles_tab {
  background-color: #f7f7f7;
}
html.msie .miles_tab ul {
  width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
html.msie .miles_tab ul li {
  width: 390px;
}
html.msie .miles_tab ul li a {
  display: flex;
  width: 100%;
  height: 50px;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
  font-weight: 700;
  background-color: #d19a5f;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: solid 1px #d19a5f;
}
@media screen and (min-width: 751px) {
  html.msie .miles_tab ul li:not(.m-current) {
    cursor: pointer;
    opacity: 1;
    transition: opacity .2s ease 0s;
  }
  html.msie .miles_tab ul li:not(.m-current):hover {
    opacity: .7;
  }
}
html.msie .miles_tab ul li.m-current a {
  pointer-events: none;
  background-color: #fff;
  color: #d19a5f;
}
html.msie .miles_tab.m-upper {
  border-bottom: solid 1px #d19a5f;
}
html.msie .miles_tab.m-upper ul li a {
  border-bottom: 0 none;
  transform: translateY(1px);
}
html.msie .miles_tab.m-under {
  border-top: solid 1px #d19a5f;
  transform: translateY(2px);
  margin-top: 60px;
}
html.msie .miles_tab.m-under ul li a {
  border-top: 0 none;
  transform: translateY(-1px);
}
html.msie .miles_extract {
  margin: 60px 0;
}
html.msie .miles_extract .extract_box {
  background-color: #f7f7f7;
  padding: 30px 1px 30px 30px;
}
html.msie .miles_extract .extract_box h2 {
  font-size: 16px;
  font-style: normal;
  font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
html.msie .miles_extract .extract_box dl {
  display: flex;
}
html.msie .miles_extract .extract_box dl dt {
  width: 85px;
  flex-shrink: 0;
  font-style: normal;
  font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
html.msie .miles_extract .extract_box dl dd {
  display: flex;
  flex-wrap: wrap;
}
html.msie .miles_extract .extract_box dl dd div {
  margin-bottom: 20px;
  margin-right: 30px;
}
html.msie .miles_extract .extract_box .btn {
  text-align: center;
}
html.msie .miles_extract .extract_box .btn button.u-btn_white::before {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background: url(/elixir/club/shared/img/icn_extract.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
html.msie .miles_extract .u-notes {
  margin-top: 20px;
}
html.msie .miles_brand .content_inner {
  margin-bottom: 60px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 60px;
}
html.msie .miles_brand h2 {
  color: #d19a5f;
  font-style: normal;
  font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 40px;
}
html.msie .miles_brand .link_brandtop {
  position: absolute;
  right: 0;
  top: 10px;
}
html.msie .miles_brand .miles_table {
  border: solid 1px #ccc;
  width: 800px;
}
html.msie .miles_brand .miles_table thead th {
  border: solid 1px #ccc;
  background-color: #f7f7f7;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  padding: 10px 5px;
  width: 8.25%;
  box-sizing: border-box;
  font-style: normal;
  font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
html.msie .miles_brand .miles_table thead th[colspan="4"] {
  width: 32.5%;
}
html.msie .miles_brand .miles_table thead th[rowspan="2"] {
  width: 67.5%;
  text-align: left;
  padding: 25px 30px;
}
html.msie .miles_brand .miles_table.m-use thead th {
  width: 67.5%;
}
html.msie .miles_brand .miles_table.m-use thead td {
  border: solid 1px #ccc;
  background-color: #f7f7f7;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  padding: 10px;
  box-sizing: border-box;
  font-style: normal;
  font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
  font-weight: 700;
  width: 32.5%;
}
html.msie .miles_brand .miles_table tbody th {
  border: solid 1px #ccc;
  padding: 15px 30px;
  letter-spacing: 0;
}
html.msie .miles_brand .miles_table tbody td {
  border: solid 1px #ccc;
  text-align: center;
  vertical-align: middle;
  padding: 0 1em;
  letter-spacing: 0;
}
html.msie .miles_brand .no_category {
  margin-top: 30px;
  display: none;
}

@media screen and (max-width: 750px) {
  html.notIE .area_title {
    padding: calc(50 / 750 * 100vw) 0;
  }
  html.notIE .area_title h1 {
    text-align: center;
    font-size: 18px;
    line-height: calc(45 / 750 * 100vw);
    font-style: normal;
    font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
    font-weight: 700;
  }
  html.notIE .miles_tab {
    background-color: #f7f7f7;
    padding: 0 calc(50 / 750 * 100vw);
  }
  html.notIE .miles_tab ul {
    display: flex;
    justify-content: space-between;
  }
  html.notIE .miles_tab ul li {
    width: calc(310 / 750 * 100vw);
  }
  html.notIE .miles_tab ul li a {
    display: flex;
    width: 100%;
    height: 45px;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
    font-weight: 700;
    background-color: #d19a5f;
    font-size: 13px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border: solid 1px #d19a5f;
  }
  html.notIE .miles_tab ul li.m-current a {
    pointer-events: none;
    background-color: #fff;
    color: #d19a5f;
  }
  html.notIE .miles_tab.m-upper {
    border-bottom: solid 1px #d19a5f;
  }
  html.notIE .miles_tab.m-upper ul li a {
    border-bottom: 0 none;
    transform: translateY(1px);
  }
  html.notIE .miles_tab.m-under {
    border-top: solid 1px #d19a5f;
    transform: translateY(2px);
    margin-top: calc(60 / 750 * 100vw);
  }
  html.notIE .miles_tab.m-under ul li a {
    border-top: 0 none;
    transform: translateY(-1px);
  }
  html.notIE .miles_extract {
    margin: calc(60 / 750 * 100vw) 0;
  }
  html.notIE .miles_extract .extract_box {
    background-color: #f7f7f7;
    padding: calc(30 / 750 * 100vw) 1px calc(30 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
  html.notIE .miles_extract .extract_box h2 {
    font-style: normal;
    font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
  }
  html.notIE .miles_extract .extract_box dl dt {
    font-size: 13px;
    font-style: normal;
    font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
  }
  html.notIE .miles_extract .extract_box dl dd {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  html.notIE .miles_extract .extract_box dl dd div {
    font-size: 13px;
    margin-bottom: 15px;
    margin-right: 25px;
  }
  html.notIE .miles_extract .extract_box .btn {
    text-align: center;
    margin-top: 10px;
    padding-right: calc(40 / 750 * 100vw);
  }
  html.notIE .miles_extract .extract_box .btn button.u-btn_white::before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: url(/elixir/club/shared/img/icn_extract.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
  html.notIE .miles_extract .u-notes {
    margin-top: calc(30 / 750 * 100vw);
  }
  html.notIE .miles_brand .content_inner {
    margin: 0 0 calc(60 / 750 * 100vw);
    border-bottom: solid 1px #ccc;
    padding: 0 calc(50 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
  html.notIE .miles_brand h2 {
    color: #d19a5f;
    font-style: normal;
    font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 16px;
  }
  html.notIE .miles_brand .link_brandtop {
    margin-bottom: calc(50 / 750 * 100vw);
  }
  html.notIE .miles_brand .link_brandtop span {
    letter-spacing: 0;
  }
  html.notIE .miles_brand .link_brandtop span::after {
    margin-left: 3px;
  }
  html.notIE .miles_brand .miles_table {
    border: solid 1px #ccc;
    margin: 0 calc(-50/750*100vw - 2px);
    min-width: calc(100vw + 3px);
  }
  html.notIE .miles_brand .miles_table thead th {
    border: solid 1px #ccc;
    background-color: #f7f7f7;
    text-align: center;
    font-size: 9px;
    line-height: 1;
    letter-spacing: 0;
    padding: 7px 2px;
    width: 12%;
    box-sizing: border-box;
    font-style: normal;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
    font-weight: 400;
    white-space: nowrap;
  }
  html.notIE .miles_brand .miles_table thead th[colspan="4"] {
    width: 48%;
    font-style: normal;
    font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
    font-weight: 700;
  }
  html.notIE .miles_brand .miles_table thead th[rowspan="2"] {
    width: 52%;
    text-align: left;
    padding: 9px;
    font-style: normal;
    font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
    font-weight: 700;
  }
  html.notIE .miles_brand .miles_table.m-use thead th {
    width: 63%;
    font-style: normal;
    font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
    font-weight: 700;
  }
  html.notIE .miles_brand .miles_table.m-use thead td {
    border: solid 1px #ccc;
    background-color: #f7f7f7;
    text-align: center;
    font-size: 9px;
    line-height: 1;
    letter-spacing: 0;
    padding: 10px;
    box-sizing: border-box;
    font-style: normal;
    font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
    font-weight: 700;
    width: 37%;
  }
  html.notIE .miles_brand .miles_table tbody th {
    font-size: 11px;
    border: solid 1px #ccc;
    padding: 10px 9px;
    letter-spacing: 0;
  }
  html.notIE .miles_brand .miles_table tbody td {
    font-size: 11px;
    border: solid 1px #ccc;
    text-align: center;
    vertical-align: middle;
    padding: 0 1em;
    letter-spacing: 0;
  }
  html.notIE .miles_brand .no_category {
    margin-top: 30px;
    display: none;
  }
}
