
/* Reset */
/* ----------------------------------------------- */
html,
body {
  border: 0;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", -apple-system, BlinkMacSystemFont, Avenir, "Helvetica Neue", Helvetica, Arial, YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

@media all and (-ms-high-contrast: none) {
  html,
  body {
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
body {
  line-height: 1;
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", -apple-system, BlinkMacSystemFont, Avenir, "Helvetica Neue", Helvetica, Arial, YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

@media all and (-ms-high-contrast: none) {
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  font,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td {
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

a {
  color: #000;
  text-decoration: none;
}

a.link-primary {
  color: #0b318f;
  text-decoration: underline;
}
a.link-primary:hover {
  text-decoration: none;
}

a.decoration {
  text-decoration: underline;
}

a.decoration:visited,
a.decoration:focus,
a.decoration:active {
  outline: 0;
  text-decoration: underline;
}

/* clearfix */
/* ----------------------------------------------- */
.clearfix::after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

/* ----------------------------------------------- */
/* Reset */
html {
  font-size: 62.5%;
}

#wrap {
  font-size: 13px;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

/* common */
/* ------------------------------------------------ */
.inner {
  margin: 0 auto;
  width: 94%;
}
.inner--w100 {
  width: 100%;
}

@media only screen and (min-width: 1050px) {
  .inner {
    margin: 0 auto;
    width: 1050px;
  }
}
@media only screen and (min-width: 1050px) {
  .pcH {
    display: none !important;
  }
}
@media only screen and (max-width: 1049.99px) {
  .spTabH {
    display: none !important;
  }
}
@media only screen and (min-width: 831px) and (max-width: 1049.99px) {
  .tabH {
    display: none !important;
    /* 追加 */
  }
}
@media only screen and (max-width: 830px) {
  .spH {
    display: none !important;
  }
}
.alignC {
  text-align: center;
}

@media (min-width: 1050px) {
  .wrap {
    min-width: 1050px;
  }
}
/* contents */
/* ------------------------------------------------ */
#contents {
  width: 100%;
}

/* title */
.contTitleWrap {
  margin-bottom: 50px;
  text-align: center;
}
.contTitleWrap .titleIcon {
  margin-bottom: 20px;
}
.contTitleWrap .titleIcon img {
  max-width: 69px;
}
.contTitleWrap .contTitle {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media only screen and (max-width: 960px) {
  .contTitleWrap {
    margin-bottom: 30px;
  }
  .contTitleWrap .titleIcon {
    margin-bottom: 15px;
  }
  .contTitleWrap .titleIcon img {
    max-width: 51px;
  }
  .contTitleWrap .contTitle {
    font-size: 16px;
  }
}
.amm-back-to-top-button {
  background-color: #073190;
  border-radius: 50%;
  bottom: 100px;
  box-sizing: border-box;
  height: 48px;
  opacity: 0.8;
  position: fixed;
  right: 10px;
  width: 48px;
  z-index: 2;
}
.amm-back-to-top-button::after {
  border-right: 3px solid #f0f0f0;
  border-top: 3px solid #f0f0f0;
  border-top-right-radius: 3px;
  bottom: 113px;
  box-sizing: border-box;
  content: "";
  height: 16px;
  position: fixed;
  right: 25.5px;
  transform: rotate(-45deg);
  width: 16px;
}
.amm-back-to-top-button.amm-back-to-top-button--show {
  transition: 1s all;
}
.amm-back-to-top-button.amm-back-to-top-button--hide {
  opacity: 0;
}

a.amm-btn-link,
button.amm-btn-link {
  background-color: #d74100;
  border: 0;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff !important;
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin: 16px auto;
  max-width: 340px;
  padding: 14px 30px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.3s;
  width: 100%;
}
@media (min-width: 768px) {
  a.amm-btn-link,
  button.amm-btn-link {
    font-size: 16px;
    padding: 16px 60px;
  }
}
a.amm-btn-link::after,
button.amm-btn-link::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  bottom: 0;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  right: 14px;
  top: 0;
  transform: rotate(45deg);
  width: 10px;
}
a.amm-btn-link:hover,
button.amm-btn-link:hover {
  background-color: #a73302;
  color: #fff;
  text-decoration: none;
}
a.amm-btn-link.disabled, a.amm-btn-link:disabled,
button.amm-btn-link.disabled,
button.amm-btn-link:disabled {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}

.u-border {
  border: 1px solid #d6d6d6 !important;
}

.u-border--top {
  border-top: 1px solid #d6d6d6 !important;
}

.u-border--box {
  box-sizing: border-box;
}

.u-en {
  font-family: HKNova-Medium, Univers, helvetica, arial, meiryo, "ms pgothic", sans-serif;
  letter-spacing: 0.05rem;
}

.u-text--center {
  text-align: center;
}

@media (max-width: 767.5px) {
  .u-me--1 {
    margin-right: 1em;
  }
  .u-me--2 {
    margin-right: 2em;
  }
  .u-mt--1 {
    margin-top: 6px !important;
  }
  .u-mt--2 {
    margin-top: 12px !important;
  }
  .u-mt--3 {
    margin-top: 18px !important;
  }
  .u-mt--4 {
    margin-top: 24px !important;
  }
  .u-mt--5 {
    margin-top: 30px !important;
  }
  .u-mb--1 {
    margin-bottom: 6px !important;
  }
  .u-mb--2 {
    margin-bottom: 12px !important;
  }
  .u-mb--3 {
    margin-bottom: 18px !important;
  }
  .u-mb--5 {
    margin-bottom: 30px !important;
  }
  .u-my--2 {
    margin-bottom: 12px !important;
    margin-top: 12px !important;
  }
  .u-my--3 {
    margin-bottom: 18px !important;
    margin-top: 18px !important;
  }
  .u-mx--auto {
    margin-left: auto;
    margin-right: auto;
  }
  .u-py--2 {
    padding-bottom: 12px !important;
    padding-top: 12px !important;
  }
  .u-py--3 {
    padding-bottom: 18px !important;
    padding-top: 18px !important;
  }
  .u-py--4 {
    padding-bottom: 24px !important;
    padding-top: 24px !important;
  }
  .u-py--5 {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
  .u-pt--4 {
    padding-top: 24px !important;
  }
  .u-pt--5 {
    padding-top: 30px !important;
  }
  .u-pb--1 {
    padding-bottom: 6px !important;
  }
  .u-pb--2 {
    padding-bottom: 12px !important;
  }
  .u-pb--4 {
    padding-bottom: 24px !important;
  }
  .u-pb--5 {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 768px) and (max-width: 1049.5px) {
  .u-me--1 {
    margin-right: 1em;
  }
  .u-me--2 {
    margin-right: 2em;
  }
  .u-mt--1 {
    margin-top: 8px !important;
  }
  .u-mt--2 {
    margin-top: 16px !important;
  }
  .u-mt--3 {
    margin-top: 24px !important;
  }
  .u-mt--4 {
    margin-top: 32px !important;
  }
  .u-mt--5 {
    margin-top: 40px !important;
  }
  .u-mb--1 {
    margin-bottom: 8px !important;
  }
  .u-mb--2 {
    margin-bottom: 16px !important;
  }
  .u-mb--3 {
    margin-bottom: 24px !important;
  }
  .u-mb--5 {
    margin-bottom: 40px !important;
  }
  .u-my--2 {
    margin-bottom: 16px !important;
    margin-top: 16px !important;
  }
  .u-my--3 {
    margin-bottom: 24px !important;
    margin-top: 24px !important;
  }
  .u-mx--auto {
    margin-left: auto;
    margin-right: auto;
  }
  .u-py--2 {
    padding-bottom: 16px !important;
    padding-top: 16px !important;
  }
  .u-py--3 {
    padding-bottom: 24px !important;
    padding-top: 24px !important;
  }
  .u-py--4 {
    padding-bottom: 32px !important;
    padding-top: 32px !important;
  }
  .u-py--5 {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
  .u-pt--4 {
    padding-top: 32px !important;
  }
  .u-pt--5 {
    padding-top: 40px !important;
  }
  .u-pb--1 {
    padding-bottom: 8px !important;
  }
  .u-pb--2 {
    padding-bottom: 16px !important;
  }
  .u-pb--4 {
    padding-bottom: 32px !important;
  }
  .u-pb--5 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1050px) {
  .u-me--1 {
    margin-right: 1em;
  }
  .u-me--2 {
    margin-right: 2em;
  }
  .u-mt--1 {
    margin-top: 10px !important;
  }
  .u-mt--2 {
    margin-top: 20px !important;
  }
  .u-mt--3 {
    margin-top: 30px !important;
  }
  .u-mt--4 {
    margin-top: 40px !important;
  }
  .u-mt--5 {
    margin-top: 50px !important;
  }
  .u-mb--1 {
    margin-bottom: 10px !important;
  }
  .u-mb--2 {
    margin-bottom: 20px !important;
  }
  .u-mb--3 {
    margin-bottom: 30px !important;
  }
  .u-mb--5 {
    margin-bottom: 50px !important;
  }
  .u-my--2 {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }
  .u-my--3 {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
  }
  .u-mx--auto {
    margin-left: auto;
    margin-right: auto;
  }
  .u-py--2 {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }
  .u-py--3 {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
  .u-py--4 {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
  .u-py--5 {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }
  .u-pt--4 {
    padding-top: 40px !important;
  }
  .u-pt--5 {
    padding-top: 50px !important;
  }
  .u-pb--1 {
    padding-bottom: 10px !important;
  }
  .u-pb--2 {
    padding-bottom: 20px !important;
  }
  .u-pb--4 {
    padding-bottom: 40px !important;
  }
  .u-pb--5 {
    padding-bottom: 50px !important;
  }
}
.u-hide {
  display: none !important;
}
@media (max-width: 767.6px) {
  .u-hide--sp {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1049.6px) {
  .u-hide--tb {
    display: none !important;
  }
}
@media (min-width: 1050px) {
  .u-hide--pc {
    display: none !important;
  }
}

.u-flex {
  display: flex;
}
.u-flex--align-items-center {
  align-items: center;
}
.u-flex--justify-content-center {
  justify-content: center;
}

.l-container {
  margin: 0 auto;
  max-width: 1050px;
  width: 100%;
}
.l-container--98 {
  width: 98%;
}
.l-container--px-3vw {
  width: calc(100% - 6vw);
}
@media (min-width: 1050px) {
  .l-container {
    width: 100%;
  }
}

.g-modal {
  cursor: pointer;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9001;
}
.g-modal__container {
  animation: 0.3s ease-in 0s zoomIn;
  cursor: default;
  margin: 0 auto;
  max-width: 830px;
  overflow: auto;
  padding: 20px 0;
  width: 90%;
}
.g-modal__container--full {
  max-width: 1050px;
}
.g-modal__backdrop {
  background-color: #4d4d4d;
  display: none;
  height: 100vh;
  left: 0;
  opacity: 0.9;
  position: fixed;
  top: 0;
  transition: opacity 0.15s linear;
  width: 100vw;
  z-index: 9000;
}
.g-modal__close-pc {
  display: none;
}
@media (min-width: 768px) {
  .g-modal__close-pc {
    display: block;
    margin-right: 5px;
    text-align: right;
  }
}
.g-modal__close-pc a {
  background: transparent;
  display: inline-block;
  font-size: 0;
  height: 35px;
  position: relative;
  width: 35px;
}
.g-modal__close-pc a::before, .g-modal__close-pc a::after {
  background: #fff;
  content: "";
  display: block;
  height: 3px;
  left: 14%;
  position: absolute;
  top: calc(14% - 5px);
  transform: rotate(45deg);
  transform-origin: 0% 50%;
  width: 100%;
}
.g-modal__close-pc a::after {
  left: auto;
  right: 14%;
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
}
@media (min-width: 768px) {
  .g-modal__close-sp {
    display: none;
  }
}
.g-modal__close-sp a {
  border: 1px solid #b2b2b2;
  border-radius: 5px;
  display: block;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  width: 56%;
}
.g-modal__close-sp .icon {
  background: #333;
  border-radius: 0.1em;
  color: #333;
  display: inline-block;
  height: 3px;
  line-height: 20px;
  margin-right: 1em;
  position: relative;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 20px;
}
.g-modal__close-sp .icon::before {
  background: inherit;
  border-radius: inherit;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate(90deg);
  width: 100%;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.4);
  }
  100% {
    transform: scale(1);
  }
}
.g-modal-open {
  overflow: hidden;
}
.g-modal-open .g-modal[data-modal-opened="1"] {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
}
.g-modal-open .g-modal__backdrop {
  display: block;
}

.g-modal[data-component=term-modal][data-modal-opened="1"] + .g-modal[data-component=menseki-modal][data-modal-opened="1"] {
  display: none !important;
}

.g-term {
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.4em;
  margin-left: auto;
  margin-right: auto;
  padding: 3%;
  width: 100%;
}
.g-term__title {
  font-size: 15px;
}
.g-term__content {
  border: 1px solid #ccc;
  box-sizing: border-box;
  height: 300px;
  overflow-x: auto;
  overflow-y: scroll;
  padding: 1em 1.618em;
  width: 100%;
}
.g-term__content h2 {
  margin: 1em 0;
}
.g-term__content a {
  color: #0b318f;
  text-decoration: underline;
}
.g-term__content a:hover {
  text-decoration: none;
}
.g-term__content ol {
  margin: 0 0 1.5em 0.5em;
}
.g-term__content li {
  line-height: 1.5;
  list-style-position: outside;
  list-style-type: lower-alpha;
  margin-left: 1.5em;
  margin-top: 0.8em;
}
.g-term__content li li {
  list-style-type: lower-roman;
}
.g-term__terms-checkbox {
  box-sizing: border-box;
  text-align: center;
}
.g-term__terms-checkbox label {
  align-items: center;
  display: flex;
  justify-content: center;
}
.g-term__terms-checkbox input[type=checkbox] {
  margin-right: 0.8em;
}

.g-contact-guidance {
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.4em;
  margin-left: auto;
  margin-right: auto;
  padding: 5%;
  width: 100%;
}
.g-contact-guidance__title {
  color: #0b318f;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 1050px) {
  .g-contact-guidance__title {
    font-size: 22px;
  }
}
.g-contact-guidance__notice {
  background-color: #e7e6f4;
  border-radius: 10px;
  margin-top: 25px;
  padding: 15px;
}
.g-contact-guidance__notice input[type=checkbox] {
  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}
.g-contact-guidance__lead {
  font-size: 16px;
}
.g-contact-guidance__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.g-contact-guidance__list-item {
  font-size: 16px;
  line-height: 1.5em;
  margin: 15px 0 0 25px;
  position: relative;
}
.g-contact-guidance__list-item input {
  position: absolute;
  left: -25px;
}
.g-contact-guidance__list_note {
  margin-top: 3px;
  font-size: 13px;
}
.g-contact-guidance__footer {
  text-align: center;
}
.g-contact-guidance__footer .amm-btn-link {
  max-width: 480px;
}
.g-contact-guidance__back_to_home_btn {
  background-color: #0b318f;
  border: 0;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff !important;
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin: 16px auto;
  max-width: 360px;
  padding: 10px 30px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.3s;
  width: 100%;
}
@media (min-width: 768px) {
  .g-contact-guidance__back_to_home_btn {
    font-size: 14px;
    padding: 10px 40px;
  }
}
.g-contact-guidance__back_to_home_btn::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  bottom: 0;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  right: 14px;
  top: 0;
  transform: rotate(45deg);
  width: 10px;
}
.g-contact-guidance__back_to_home_btn:hover {
  background-color: #264dad;
  color: #fff;
  text-decoration: none;
}
.g-contact-guidance__back_to_home_btn.disabled, .g-contact-guidance__back_to_home_btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}

.g-menseki .hide {
  display: none !important;
}
.g-menseki__content {
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 13px;
  margin-left: auto;
  margin-right: auto;
  padding: 6% 4%;
  width: 100%;
}
@media (min-width: 768px) {
  .g-menseki__content {
    font-size: 16px;
  }
}
@media (min-width: 1050px) {
  .g-menseki__content {
    font-size: 20px;
    padding: 50px 70px;
  }
}

.g-menseki-header {
  border-bottom: 5px solid #0b318f;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .g-menseki-header {
    margin-bottom: 50px;
  }
}
.g-menseki-header__title {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .g-menseki-header__title {
    font-size: 28px;
  }
}
.g-menseki-header__pull-right {
  display: flex;
  float: right;
}
.g-menseki-header__pull-right::after {
  clear: both;
  content: "";
  display: block;
}
.g-menseki-header__icons {
  font-size: 0;
}
.g-menseki-header__icons li {
  display: inline-block;
  margin-left: 3px;
  width: 24px;
}
@media (min-width: 768px) {
  .g-menseki-header__icons li {
    width: 44px;
  }
}
.g-menseki-header__icons li:first-child {
  margin-left: 0;
}
.g-menseki-header__fav-btn {
  background-color: transparent;
  background-image: url(https://cdn.ana-mileagemall.net/assets/amm/menseki/favorite_add-59ae568c19580136da707b1bc091e626a17bd05e26768b3e57a5ddbabfaf410a.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  font-size: 0;
  height: 24px;
  margin: 0 0 0 10px;
  outline: none;
  padding: 0;
  width: 24px;
}
@media (min-width: 768px) {
  .g-menseki-header__fav-btn {
    background-size: 44px 44px;
    height: 44px;
    margin-left: 20px;
    width: 44px;
  }
}
.g-menseki-header__fav-btn:hover {
  opacity: 0.6;
}
.g-menseki-header__fav-btn.is-active {
  background-image: url(https://cdn.ana-mileagemall.net/assets/amm/menseki/favorite-4e462e6f54e6cf34741274089e48129ffa82767d92f903040a5f1a7760b57bf5.png);
}

.g-menseki-body__item {
  border-top: 1px solid #dbdbdb;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .g-menseki-body__item {
    padding: 30px 0;
  }
}
.g-menseki-body__item:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.g-menseki-body__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .g-menseki-body__title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.g-menseki-body__text {
  font-size: 14px;
  line-height: 1.4em;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .g-menseki-body__text {
    font-size: 18px;
  }
}
.g-menseki-body__text--notice {
  color: #c30d23;
  font-weight: bold;
  white-space: pre-line;
}
.g-menseki-body__feature-links a {
  color: #0b318f;
  display: block;
  margin-top: 0.8em;
  text-decoration: underline;
}
.g-menseki-body__feature-links a:hover {
  text-decoration: none;
}
.g-menseki-body__topic-links a {
  color: #0b318f;
  display: block;
  margin-top: 0.8em;
  text-decoration: underline;
}
.g-menseki-body__topic-links a:hover {
  text-decoration: none;
}
.g-menseki-body__caution-title {
  border: 1px solid #da0000;
  border-radius: 5px;
  color: #da0000;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 8px 20px;
}
@media (min-width: 768px) {
  .g-menseki-body__caution-title {
    font-size: 16px;
    margin-bottom: 15px;
    padding: 10px 30px;
  }
}
.g-menseki-body__caution-content a {
  color: #0b318f;
  text-decoration: underline;
}
.g-menseki-body__caution-content a:hover {
  text-decoration: none;
}
.g-menseki-body__shop-link {
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .g-menseki-body__shop-link {
    margin-top: 30px;
  }
}
.g-menseki-body__shop-link a {
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s ease;
  vertical-align: middle;
  background-color: #ec7309;
  border-radius: 5px;
  color: #fff;
  font-size: 100%;
  font-weight: bold;
  padding: 18px 14px 18px 0;
  width: 100%;
}
.g-menseki-body__shop-link a:hover {
  opacity: 0.6;
}
.g-menseki-body__shop-link a::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  bottom: 0;
  content: "";
  height: 12px;
  margin: auto;
  position: absolute;
  right: 18px;
  top: 0;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 12px;
}
@media (min-width: 768px) {
  .g-menseki-body__shop-link a {
    font-size: 90%;
    width: 60%;
  }
}
.g-menseki-body__privacy-notice {
  font-size: 13px;
  line-height: 1.4em;
  margin-top: 20px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.g-menseki-body__privacy-notice ul {
  list-style: disc;
  list-style-position: outside;
  margin: 10px 0 0 20px;
}
@media (min-width: 768px) {
  .g-menseki-body__privacy-notice {
    font-size: 16px;
  }
}
.g-menseki-body__caution-link {
  text-align: center;
}
.g-menseki-body__caution-link a {
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s ease;
  vertical-align: middle;
  border: 1px solid #2f2a65;
  border-radius: 5px;
  color: #2f2a65;
  font-size: 12px;
  font-weight: bold;
  padding: 14px 0;
  width: 100%;
}
.g-menseki-body__caution-link a:hover {
  opacity: 0.6;
}
.g-menseki-body__caution-link a::after {
  border-right: 2px solid #2f2a65;
  border-top: 2px solid #2f2a65;
  bottom: 0;
  content: "";
  height: 12px;
  margin: auto;
  position: absolute;
  right: 18px;
  top: 0;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 12px;
}
@media (min-width: 768px) {
  .g-menseki-body__caution-link a {
    font-size: 20px;
    padding: 22px 0;
    width: 96%;
  }
}

.g-menseki-shop {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .g-menseki-shop {
    flex-direction: row;
    justify-content: space-between;
  }
}
.g-menseki-shop__logo {
  box-sizing: border-box;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .g-menseki-shop__logo {
    margin-bottom: 0;
    text-align: left;
    width: 45%;
  }
}
.g-menseki-shop__logo img {
  border: 1px solid #999899;
  box-sizing: border-box;
  max-width: 290px;
  width: 100%;
}
.g-menseki-shop__mile-info {
  display: block;
  font-weight: bold;
}
@media (min-width: 768px) {
  .g-menseki-shop__mile-info {
    width: 53%;
  }
}
.g-menseki-shop__promotion-label {
  border: 2px solid #0b318f;
  border-radius: 5px;
  box-sizing: border-box;
  color: #0b318f;
  font-size: 13px;
  font-weight: bold;
  margin: 0 auto 10px;
  max-width: 290px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .g-menseki-shop__promotion-label {
    font-size: 22px;
    margin-bottom: 15px;
    max-width: 100%;
  }
}
.g-menseki-shop__reward-description-title {
  font-size: 14px;
  line-height: 1.4em;
}
@media (min-width: 768px) {
  .g-menseki-shop__reward-description-title {
    font-size: 18px;
  }
}
.g-menseki-shop__reward-description {
  font-size: 14px;
  line-height: 1.4em;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .g-menseki-shop__reward-description {
    font-size: 18px;
  }
}
.g-menseki-shop__reward-description.is-promotion {
  color: #da0000;
}
.g-menseki-shop__promotion-period {
  font-size: 14px;
  line-height: 1.4em;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .g-menseki-shop__promotion-period {
    font-size: 18px;
    margin-top: 20px;
  }
}
.g-menseki-shop__promotion-date {
  font-weight: normal;
}

.g-header {
  background-color: #0b318f;
  left: 0;
  margin: 0 auto;
  padding: 15px 0 0;
  position: sticky;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 3;
}
.g-header__container {
  margin: 0 auto;
  width: 94%;
}

@media (min-width: 1050px) {
  .g-header {
    padding-top: 20px;
  }
  .g-header__container {
    max-width: 1050px;
    width: 100%;
  }
}
.g-header-top {
  display: block;
  margin: 0;
}

@media (min-width: 1050px) {
  .g-header-top {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
  }
}
.g-header-headline {
  align-items: center;
  display: flex;
  flex-flow: row;
  font-size: 0;
  justify-content: space-between;
  width: 100%;
}
.g-header-headline__logo {
  color: #fff;
  flex-basis: 50%;
}
.g-header-headline__ana-logo {
  margin-bottom: 5px;
  width: 125px;
}
.g-header-headline__title {
  font-size: 8px;
  font-weight: bold;
  line-height: 1em;
  margin: 0 0 5px;
}
.g-header-headline__mileagemall-logo {
  height: 15px;
  width: 210px;
}
.g-header-headline__mileagemall-logo img {
  height: 100%;
  width: auto;
}
.g-header-headline__navigation {
  flex-basis: 50%;
  text-align: right;
}
.g-header-headline__navigation-btn {
  display: inline-block;
  margin-left: 0;
  vertical-align: middle;
  width: 22px;
}

@media (min-width: 1050px) {
  .g-header-headline {
    box-sizing: border-box;
    display: block;
    flex-basis: 225px;
    margin: 0;
    width: 225px;
  }
  .g-header-headline__logo {
    flex-basis: unset;
    width: 210px;
  }
  .g-header-headline__ana-logo {
    margin-bottom: 9px;
    width: 210px;
  }
  .g-header-headline__title {
    font-size: 10px;
    margin: 0 0 8px;
  }
  .g-header-headline__navigation {
    display: none;
  }
}
/** .g-header-headline: 検索ボックス */
.g-header-search {
  display: block;
  margin-top: 10px;
  position: relative;
  width: 100%;
}
.g-header-search__textbox {
  background-color: #fff;
  border: 0;
  border-radius: 5px;
  box-shadow: none;
  box-sizing: border-box;
  height: 37px;
  line-height: 37px;
  padding: 0 60px 0 13px;
  width: 100%;
}
.g-header-search__textbox::placeholder {
  color: #ccc;
  opacity: 1;
}
.g-header-search__suggest-list {
  background-color: #fff;
  margin-left: 3px;
  position: absolute;
  width: 347px;
  z-index: 99;
}
.g-header-search__suggest-list li a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  padding-left: 10px;
}
.g-header-search__btn {
  background-color: rgba(62, 177, 184, 0.3);
  background-image: url(https://cdn.ana-mileagemall.net/assets/amm/icon/search-ca0658e2cf50884f0d00fcdb81caae843b121d6f2a5bcca2eb0cdef469612892.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  border: 0;
  bottom: 0;
  box-shadow: none;
  font-size: 0;
  height: 37px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}

@media (min-width: 1050px) {
  .g-header-search {
    display: block;
    flex-basis: 350px;
    font-size: 0;
    margin: 0;
    width: 350px;
  }
  .g-header-search form {
    width: 100%;
  }
}
/** .g-header-headline: ユーザー情報(PCのみ) */
.g-header-user {
  display: none;
}

@media (min-width: 1050px) {
  .g-header-user {
    box-sizing: border-box;
    color: #fff;
    display: block;
    flex-basis: 460px;
    margin-left: 15px;
    width: 460px;
  }
  .g-header-user__name {
    box-sizing: border-box;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .g-header-user__name img {
    border: 1px solid #fff;
    border-radius: 3px;
    box-sizing: border-box;
    height: 32px;
    margin-right: 5px;
    width: auto;
  }
  .g-header-user__profile {
    align-items: center;
    display: flex;
    justify-content: end;
  }
  .g-header-user__profile-mile {
    font-size: 12px;
    line-height: 1.5em;
    margin: 0 15px 0 auto;
  }
  .g-header-user__profile-mile span {
    font-size: 20px;
    margin-right: 5px;
  }
  .g-header-user__profile-date {
    font-size: 12px;
    line-height: 1.5em;
    margin: 0 15px 0 0;
  }
  .g-header-user a.g-header-user__profile-btn {
    background-color: #00beff;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    border-bottom: 1px solid #8398c8;
    border-radius: 3px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 28px;
    width: 90px;
  }
  .g-header-user a.g-header-user__profile-btn--login {
    background-image: url(https://cdn.ana-mileagemall.net/assets/amm/icon/login-af8439b7ffeb0b30d603679d0e7302269fa98736034a8fc6e6e72507bc9db7f7.png);
    background-position: 10px 5px;
    padding-left: 30px;
  }
  .g-header-user a.g-header-user__profile-btn--logout {
    background-image: url(https://cdn.ana-mileagemall.net/assets/amm/icon/logout-bab4b1fb110afa210a85f5267e92f56e2302074c6a0b664e89778f8233e256ab.png);
    background-position: 6px 5px;
    padding-left: 26px;
  }
}
/* ハンバーガーメニュー */
.g-hamburger-btn {
  display: inline-block;
  margin-left: 30px;
  vertical-align: middle;
  width: 30px;
}
.g-hamburger-btn__icon {
  box-sizing: border-box;
  display: block;
  height: 20px;
  position: relative;
  transition: all 0.4s;
}
.g-hamburger-btn i {
  background-color: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  display: inline-block;
  height: 2px;
  left: 0;
  position: absolute;
  transition: all 0.4s;
  width: 100%;
}
.g-hamburger-btn i:nth-child(1) {
  top: 0;
}
.g-hamburger-btn i:nth-child(2) {
  top: 9px;
}
.g-hamburger-btn i:nth-child(2)::after {
  background-color: #fff;
  border-radius: 2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.4s;
  width: 100%;
}
.g-hamburger-btn i:nth-child(3) {
  bottom: 0;
}
.g-hamburger-btn.is-active i:nth-child(1) {
  transform: translateY(20px) scale(0);
}
.g-hamburger-btn.is-active i:nth-child(2) {
  transform: rotate(-45deg);
}
.g-hamburger-btn.is-active i:nth-child(2)::after {
  transform: rotate(90deg);
}
.g-hamburger-btn.is-active i:nth-child(3) {
  transform: translateY(-20px) scale(0);
}

.g-hamburger-menu {
  background-color: #0b318f;
  bottom: 0;
  height: 0;
  left: 0;
  min-height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 118px;
  transform: scaleY(0);
  transform-origin: top left;
  transition: transform 0.4s ease, min-height 0.4s ease;
  width: 100%;
  z-index: 15;
  /** ログインユーザの情報表示箇所 */
}
.g-hamburger-menu.is-active {
  height: max-content;
  min-height: 100vh;
  overflow: visible;
  transform: scaleY(1);
}
.g-hamburger-menu__item > a {
  background-color: #0b318f;
  background-position: 20px 8px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-bottom: 1px solid #8398c8;
  color: #fff;
  display: block;
  padding: 14px 25px 14px 45px;
}
.g-hamburger-menu__item > a.icon-login {
  background-image: url(https://cdn.ana-mileagemall.net/assets/amm/icon/login-af8439b7ffeb0b30d603679d0e7302269fa98736034a8fc6e6e72507bc9db7f7.png);
}
.g-hamburger-menu__item > a.icon-mypage {
  background-image: url(https://cdn.ana-mileagemall.net/assets/amm/icon/mypage-e1d8ce7695575700a9cb6e4fc91c9b0b4ee174bd366f593b5a5c0fb5031dde9a.png);
}
.g-hamburger-menu__item > a.icon-logout {
  background-image: url(https://cdn.ana-mileagemall.net/assets/amm/icon/logout-bab4b1fb110afa210a85f5267e92f56e2302074c6a0b664e89778f8233e256ab.png);
}
.g-hamburger-menu__submenu {
  background-color: #fff;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
.g-hamburger-menu__submenu a {
  display: block;
  padding: 0 0 0 40px;
  transform: scaleY(0);
  transition: padding-top 0.3s ease, padding-bottom 0.3s ease, transform 0.3s ease;
}
.g-hamburger-menu__submenu.is-active {
  height: 100%;
}
.g-hamburger-menu__submenu.is-active li {
  border-bottom: 1px solid #8398c8;
}
.g-hamburger-menu__submenu.is-active li:last-child {
  border-bottom: 0;
}
.g-hamburger-menu__submenu.is-active a {
  padding: 14px 0 14px 40px;
  transform: scaleY(1);
}
.g-hamburger-menu__user {
  box-sizing: border-box;
  color: #fff;
  padding: 15px;
  width: 100%;
}
.g-hamburger-menu__user-name {
  align-items: center;
  display: flex;
  font-size: 16px;
}
.g-hamburger-menu__user-name img {
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: content-box;
  height: auto;
  margin-right: 12px;
  width: 48px;
}
.g-hamburger-menu__user-profile {
  font-size: 12px;
  line-height: 28px;
  margin-left: 62px;
}
.g-hamburger-menu__user-mile span {
  font-size: 20px;
  margin-right: 5px;
}

@media only screen and (min-width: 1050px) {
  .g-hamburger-menu {
    display: none;
  }
  .g-hamburger-btn {
    display: none;
  }
}
.g-header-navigation {
  margin: 0 auto;
  max-width: 1050px;
  padding: 15px 0;
  position: relative;
  width: 100%;
}

@media (min-width: 1050px) {
  .g-header-navigation {
    padding: 25px 0 8px;
  }
}
/** カテゴリーなどのメニュー名表示部分 */
.g-header-navbar {
  align-content: flex-end;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow: hidden;
}
.g-header-navbar__item {
  border-right: 0;
  box-sizing: border-box;
  font-size: 13px;
  text-align: center;
  width: 33%;
}
.g-header-navbar__item:first-child {
  border-left: 0;
}
.g-header-navbar__item:nth-child(4), .g-header-navbar__item:nth-child(5) {
  display: none;
}
.g-header-navbar__item a {
  color: #fff;
  display: block;
  padding: 5px 0;
  text-align: center;
}

@media (min-width: 1050px) {
  .g-header-navbar {
    align-content: flex-end;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    overflow: hidden;
  }
  .g-header-navbar__item {
    border-right: 1px solid #fff;
    display: block;
    font-size: 14px;
    width: 20%;
  }
  .g-header-navbar__item:first-child {
    border-left: 1px solid #fff;
  }
  .g-header-navbar__item:nth-child(4), .g-header-navbar__item:nth-child(5) {
    display: block;
  }
}
.g-header-nav {
  max-height: 65vh;
  -ms-overflow-style: none;
  overflow-y: auto;
  scrollbar-width: none;
}
.g-header-nav__item {
  font-size: 14px;
  margin: 0;
  position: relative;
}
.g-header-nav__item a {
  border-bottom: 1px solid #d1d1d1;
  box-sizing: border-box;
  display: block;
  padding: 14px 0 14px 25px;
}
.g-header-nav__item a:hover {
  color: #0b318f;
  font-weight: 600;
}

.g-header-nav::-webkit-scrollbar {
  display: none;
}

@media (min-width: 1050px) {
  .g-header-nav__item {
    margin-top: 15px;
  }
  .g-header-nav__item:first-child {
    margin-top: 0;
  }
  .g-header-nav__item a {
    border: 0;
    padding: 0;
  }
}
.g-header-nav-arrow {
  position: relative;
}
.g-header-nav-arrow::after {
  color: #808080;
  content: "＋";
  height: 14px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 14px;
}
.g-header-nav-arrow.is-active::after {
  content: "－";
}

@media (min-width: 1050px) {
  .g-header-nav-arrow::after {
    content: "＞";
    font-size: 14px;
    position: absolute;
    right: 15px;
  }
  .g-header-nav-arrow:hover::after {
    font-weight: bold;
  }
}
.g-header-dropdown {
  background-color: #fff;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 53px;
  width: 100%;
  z-index: 10;
}
.g-header-dropdown.is-active {
  display: block;
}
.g-header-dropdown::after {
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 8px 10px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: -10px;
  width: 0;
}

@media (min-width: 1050px) {
  .g-header-dropdown {
    border-radius: 5px;
    padding: 20px 30px;
    top: 58px;
  }
}
.g-header-table {
  display: table;
  width: 100%;
}
.g-header-table__cell {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
}
.g-header-table__cell:nth-child(2) {
  border-left: 1px solid #d1d1d1;
  padding-left: 30px;
}
.g-header-table__bottom-banner {
  bottom: 0;
  position: absolute;
}

.g-header-dropdown-second {
  background-color: rgba(0, 155, 228, 0.3);
  box-sizing: border-box;
  height: 0;
  overflow: hidden;
  text-size-adjust: 100%;
  transition: height 0.3s ease;
}
.g-header-dropdown-second a {
  border-top: 1px solid #f0f0f0;
  display: inline-block;
  font-size: 12px;
  padding: 0 0 0 25px;
  transform: scaleY(0);
  transform-origin: top left;
  transition: transform 0.3s ease, padding 0.3s ease;
  width: 100%;
}
.g-header-dropdown-second.is-active {
  height: 100%;
}
.g-header-dropdown-second.is-active a {
  padding: 14px 0 14px 25px;
  transform: scaleY(1);
}

@media (min-width: 1050px) {
  .g-header-dropdown-second {
    display: none;
  }
}
.g-header-subcategories {
  display: none;
}
.g-header-subcategories.is-active {
  display: block;
}

.g-header-dropdown--category::after {
  left: 16.5vw;
}

@media (min-width: 1050px) {
  .g-header-dropdown--category {
    left: 41px;
    width: 576px;
  }
  .g-header-dropdown--category::after {
    left: 92px;
  }
  .g-header-dropdown--category .g-header-table__cell {
    position: relative;
    width: 50%;
  }
}
@media (max-width: 1049.5px) {
  .g-header-dropdown--shop .g-header-nav:nth-child(1) {
    background-color: rgba(0, 155, 228, 0.3);
  }
  .g-header-dropdown--shop .g-header-nav:nth-child(1) .g-header-nav__item a {
    border-color: #f0f0f0;
  }
  .g-header-dropdown--shop .g-header-nav__hr {
    display: none;
  }
  .g-header-dropdown--shop::after {
    left: 49.5vw;
  }
}
@media (min-width: 1050px) {
  .g-header-dropdown--shop {
    left: 183px;
    padding: 20px 0;
    width: 300px;
  }
  .g-header-dropdown--shop .g-header-nav__hr {
    border: 0;
    border-top: 1px solid #d1d1d1;
    display: block;
    margin: 15px 0;
    padding: 0;
  }
  .g-header-dropdown--shop .g-header-nav {
    margin: 0 30px;
  }
  .g-header-dropdown--shop::after {
    left: 152px;
  }
}
.g-header-dropdown--campaign::after {
  left: 82.5vw;
}
.g-header-dropdown--campaign .g-header-table__cell:nth-child(1) {
  width: 40%;
}
.g-header-dropdown--campaign .g-header-table__cell:nth-child(2) {
  padding-left: 0;
  vertical-align: middle;
  width: 60%;
}
.g-header-dropdown--campaign .campaign-banner-pc {
  display: none;
}
.g-header-dropdown--campaign .campaign-banner-sp {
  text-align: center;
}
.g-header-dropdown--campaign .campaign-banner-sp a {
  display: inline-block;
}
.g-header-dropdown--campaign .campaign-banner-sp img {
  height: auto;
  max-width: 245px;
  width: 90%;
}

@media (min-width: 1050px) {
  .g-header-dropdown--campaign {
    left: 228px;
    width: 600px;
  }
  .g-header-dropdown--campaign::after {
    left: 331px;
  }
  .g-header-dropdown--campaign .g-header-table__cell:nth-child(1) {
    width: 180px;
  }
  .g-header-dropdown--campaign .g-header-table__cell:nth-child(2) {
    padding-left: 30px;
    width: 420px;
  }
  .g-header-dropdown--campaign .g-header-nav__item {
    margin: 0;
  }
  .g-header-dropdown--campaign .g-header-nav__item a {
    height: 32px;
    line-height: 32px;
  }
  .g-header-dropdown--campaign .campaign-banner-pc {
    display: block;
  }
  .g-header-dropdown--campaign .campaign-banner-pc a {
    display: block;
  }
  .g-header-dropdown--campaign .campaign-banner-sp {
    display: none;
  }
}
.g-header-dropdown--guide::after {
  left: 82.5vw;
}
.g-header-dropdown--guide .g-header-table__cell:nth-child(1) {
  width: 40%;
}
.g-header-dropdown--guide .g-header-table__cell:nth-child(2) {
  padding-left: 0;
  vertical-align: middle;
  width: 60%;
}
.g-header-dropdown--guide .guide-banner-pc {
  display: none;
}
.g-header-dropdown--guide .guide-banner-sp {
  text-align: center;
}
.g-header-dropdown--guide .guide-banner-sp a {
  display: inline-block;
}
.g-header-dropdown--guide .guide-banner-sp img {
  height: auto;
  max-width: 245px;
  width: 90%;
}

@media (min-width: 1050px) {
  .g-header-dropdown--guide {
    left: 580px;
    width: 330px;
  }
  .g-header-dropdown--guide::after {
    left: 190px;
  }
  .g-header-dropdown--guide .g-header-table__cell:nth-child(1) {
    width: 180px;
  }
  .g-header-dropdown--guide .g-header-table__cell:nth-child(2) {
    padding-left: 30px;
    width: 420px;
  }
  .g-header-dropdown--guide .g-header-nav__item {
    margin: 0;
  }
  .g-header-dropdown--guide .g-header-nav__item a {
    height: 32px;
    line-height: 32px;
  }
  .g-header-dropdown--guide .guide-banner-pc {
    display: block;
  }
  .g-header-dropdown--guide .guide-banner-pc a {
    display: block;
  }
  .g-header-dropdown--guide .guide-banner-sp {
    display: none;
  }
}
.g-footer-navigation {
  display: none;
}

@media (min-width: 768px) {
  .g-footer-navigation {
    background-color: #ededed;
    display: block;
    font-size: 10px;
    width: 100%;
  }
  .g-footer-navigation__container {
    margin: 0 auto;
    max-width: 1050px;
    width: 96%;
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) and (min-width: 1050px) {
  .g-footer-navigation__container {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .g-footer-navigation__block {
    margin: 0;
    padding: 0;
  }
  .g-footer-navigation__block:nth-child(1) {
    width: 22%;
  }
  .g-footer-navigation__block:nth-child(2) {
    width: 28%;
  }
  .g-footer-navigation__block:nth-child(3) {
    width: 28%;
  }
  .g-footer-navigation__block:nth-child(4) {
    width: 22%;
  }
  .g-footer-navigation__title {
    color: #0b318f;
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 1.25em;
  }
  .g-footer-navigation__item li {
    margin-top: 1.2em;
  }
  .g-footer-navigation__item li:first-child {
    margin-top: 0;
  }
  .g-footer-navigation__item a {
    display: block;
    line-height: 1em;
  }
  .g-footer-navigation__item a:hover {
    text-decoration: underline;
  }
  .g-footer-navigation__item a::before {
    content: "▶";
    display: inline-block;
    margin-right: 3px;
  }
}
@media (min-width: 1050px) {
  .g-footer-navigation {
    font-size: 13.5px;
  }
}
.g-footer-ana-navigation {
  display: none;
}

@media (min-width: 768px) {
  .g-footer-ana-navigation {
    background-color: #d7e4ec;
    border-top: 1px solid #f0f0f0;
    box-sizing: border-box;
    display: block;
    font-size: 10px;
    padding: 0;
  }
  .g-footer-ana-navigation__container {
    margin: 0 auto;
    max-width: 1050px;
    width: 96%;
    align-items: center;
    display: flex;
    height: 36px;
    justify-content: flex-start;
    line-height: 36px;
  }
}
@media (min-width: 768px) and (min-width: 1050px) {
  .g-footer-ana-navigation__container {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .g-footer-ana-navigation__item {
    margin-left: 1.5em;
  }
  .g-footer-ana-navigation__item:first-child {
    margin-left: 0;
  }
  .g-footer-ana-navigation__item a {
    display: block;
  }
  .g-footer-ana-navigation__item a:hover {
    text-decoration: underline;
  }
  .g-footer-ana-navigation__item--arrow a::before {
    content: "▶";
    display: inline-block;
    margin-right: 3px;
  }
}
@media (min-width: 1050px) {
  .g-footer-ana-navigation {
    font-size: 13.5px;
  }
}
.g-footer {
  background-color: #05336a;
  font-size: 10px;
  padding: 15px 0;
}
.g-footer__container {
  margin: 0 auto;
  max-width: 1050px;
  width: 96%;
}
@media (min-width: 1050px) {
  .g-footer__container {
    width: 100%;
  }
}
.g-footer a {
  color: #fff;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.g-footer a:hover {
  opacity: 0.6;
}
.g-footer__list {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0.5em 0;
}
.g-footer__list li::before {
  content: "";
  margin: 0 1em;
}
.g-footer__list li:first-child::before {
  margin: 0;
}
.g-footer__list a {
  display: inline-block;
  text-align: center;
}
.g-footer__copyright {
  display: flex;
  flex-flow: column;
  flex-direction: column-reverse;
  justify-content: center;
}
.g-footer__copyright li {
  display: block;
  margin-top: 1em;
  text-align: center;
  width: 100%;
}
.g-footer__copyright a {
  color: #fff;
  font-size: 10px;
  padding: 0.5em 0;
}
.g-footer__link {
  padding: 0.75em 0;
  text-align: center;
}

@media (min-width: 768px) {
  .g-footer {
    border-top: 1px solid #fff;
    font-size: 10px;
    padding: 10px 0;
  }
  .g-footer__list {
    align-items: center;
    display: flex;
    justify-content: flex-start;
  }
  .g-footer__list li:nth-child(n+2)::before {
    color: #fff;
    content: "|";
    margin: 0 1em;
  }
  .g-footer__copyright {
    align-items: center;
    display: flex;
    flex-flow: row;
    flex-direction: row;
    justify-content: space-between;
  }
  .g-footer__copyright li {
    margin: 0;
    text-align: left;
    width: auto;
  }
}
@media (min-width: 1050px) {
  .g-footer {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .content-heading {
    box-sizing: border-box;
    text-align: center;
    z-index: 0;
  }
  .content-heading__icon {
    display: inline-block;
    height: 64px;
    vertical-align: middle;
    width: 64px;
  }
  .content-heading__title {
    display: inline-block;
    font-size: 21px;
    font-weight: bold;
    padding-left: 21px;
    vertical-align: middle;
  }
  .content-heading__subtitle {
    font-size: 16px;
    font-weight: normal;
  }
}
@media only screen and (max-width: 767.5px) {
  .content-heading {
    box-sizing: border-box;
    text-align: center;
    z-index: 0;
  }
  .content-heading__icon {
    display: inline-block;
    height: 48px;
    vertical-align: middle;
    width: 48px;
  }
  .content-heading__title {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding-left: 16px;
    vertical-align: middle;
  }
  .content-heading__subtitle {
    font-size: 12px;
    font-weight: normal;
  }
}
.amm-overlay {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  opacity: 1;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 100;
}
.amm-overlay * {
  box-sizing: border-box;
}
.amm-overlay a {
  text-decoration: none;
}
.amm-overlay a:hover {
  text-decoration: none;
}
.amm-overlay img {
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.amm-overlay__close-btn {
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 32px;
  margin: 0;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  z-index: 101;
}
.amm-overlay__close-btn:hover {
  opacity: 1;
}
.amm-overlay__close-btn::before, .amm-overlay__close-btn::after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 24px;
  left: 13px;
  position: absolute;
  top: 4px;
  width: 6px;
}
.amm-overlay__close-btn::before {
  transform: rotate(45deg);
}
.amm-overlay__close-btn::after {
  transform: rotate(-45deg);
}
.amm-overlay__content {
  align-items: center;
  background: #fafafa;
  color: #333;
  display: flex;
  opacity: 0.9;
  overflow: hidden;
  width: 100%;
}
.amm-overlay__text {
  font-size: 14px;
  line-height: 14px;
  max-width: 65%;
  padding-left: 1em;
}
@media (min-width: 768px) {
  .amm-overlay__text {
    font-size: 16px;
    line-height: 20px;
  }
}
.amm-overlay[data-view-type=banner_only] {
  max-width: 640px;
}
.amm-overlay[data-view-type=banner_only] .amm-overlay__text {
  display: none;
}
.amm-overlay[data-view-type=banner_and_text] {
  height: 90px;
  max-width: 728px;
}
@media (min-width: 768px) {
  .amm-overlay[data-view-type=banner_and_text] {
    height: 135px;
  }
}
.amm-overlay[data-view-type=banner_and_text] img {
  height: 90px;
}
@media (min-width: 768px) {
  .amm-overlay[data-view-type=banner_and_text] img {
    height: 135px;
  }
}

.m-recently-viewed {
  box-sizing: border-box;
  padding: 0 0 60px;
}
@media (min-width: 768px) {
  .m-recently-viewed {
    padding: 0 10px 120px;
  }
}
.m-recently-viewed__title {
  border-bottom: 2px solid #0b318f;
  font-size: 16px;
  line-height: 2em;
}
@media (min-width: 768px) {
  .m-recently-viewed__title {
    font-size: 20px;
  }
}
.m-recently-viewed__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.m-recently-viewed__item {
  box-sizing: border-box;
  font-size: 10px;
  height: 100%;
  margin-right: 2%;
  width: 32%;
}
.m-recently-viewed__item:nth-child(3n) {
  margin-right: 0;
}
.m-recently-viewed__item:nth-child(n+4) {
  margin-top: 2em;
}
@media (min-width: 768px) {
  .m-recently-viewed__item {
    margin-right: 1%;
    width: 19%;
  }
  .m-recently-viewed__item:nth-child(3n) {
    margin-right: 1%;
  }
  .m-recently-viewed__item:nth-child(n+4) {
    margin-top: 0;
  }
  .m-recently-viewed__item:nth-child(5n) {
    margin-right: 1%;
  }
  .m-recently-viewed__item:nth-child(n+6) {
    margin-top: 2em;
  }
}
.m-recently-viewed__item a {
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease;
  width: 100%;
}
.m-recently-viewed__item a:hover {
  opacity: 0.6;
}
.m-recently-viewed img {
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
  height: auto;
  padding: 1px;
  width: 100%;
}
.m-recently-viewed__campaign-label {
  border: 2px solid #0b318f;
  border-radius: 4px;
  box-sizing: border-box;
  color: #0b318f;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 1em;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .m-recently-viewed__campaign-label {
    font-size: 14px;
  }
}

.p-notice__title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  overflow-wrap: break-word;
  padding: 48px 0 60px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-notice__title {
    font-size: 28px;
  }
}
.p-notice__banner-box {
  border: 0;
  text-align: center;
}
.p-notice__pc-hide {
  display: inline-block;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-notice__pc-hide {
    display: none;
    margin-bottom: 0;
  }
}
.p-notice__sp-hide {
  display: none;
}
@media (min-width: 768px) {
  .p-notice__sp-hide {
    display: inline-block;
    margin-bottom: 40px;
  }
}
.p-notice__body {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  overflow-wrap: break-word;
}
@media (min-width: 768px) {
  .p-notice__body {
    margin-bottom: 60px;
  }
}
.p-notice__body a {
  text-decoration: underline;
}
.p-notice__body a:hover {
  text-decoration: none;
}
