/* CSS Document */
@charset "UTF-8";
/*-------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
body {
  background: #ffffff;
  font: normal normal normal 100% sans-serif;
  font-family: 'Noto Sans CJK JP', 'Noto Sans JP', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'Heebo', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #555555;
  -webkit-text-size-adjust: 100%;
}
section, form, div, input, textarea, table, tr, th, td, ul, ol, li, dl, dt, dd, header, main, footer, nav, span, a, h1, h2, h3, h4, h5, h6, img {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
ul, ol, li {
  list-style: none outside;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th, td {
  vertical-align: top;
}
a {
  color: #004ea2;
  text-decoration: underline;
}
a:visited {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
@media screen and (min-width:768px) {
  body {
    min-width: 1200px;
  }
}
/*-------------------------------*/
/*ホーム マイミュースター*/
.wrapMyMustarOuter {
  display: flex;
  justify-content: center;
  position: relative;
  background: #676767;
}
.wrapMyMustarOuter:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
}
.wrapMyMustar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  min-width: 1100px;
  height: 45px;
  padding: 6px 0;
  font-size: 0.9rem;
  color: #ffffff;
  letter-spacing: -0.02rem;
}
.myMustarHead {
  display: flex;
  position: relative;
  padding: 0 20px 0 0;
}
.myMustarHead:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border-top: 1px solid #454545;
  border-right: 1px solid #454545;
  transform: rotate(45deg) skew(20deg, 20deg);
}
.wrapMyMustar.logind .myMustarHead:after {
  display: none;
}
/*ID選択*/
.wrapMyMustarIdSelect {
  display: flex;
  margin: 0 10px 0 20px;
}
.myMustarIdItem + .myMustarIdItem {
  margin-left: 15px;
}
.myMustarIdItem {
  display: flex;
  align-items: center;
}
.wrapMyMustar input[type="text"], .wrapMyMustar input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 180px;
  padding: 3px 6px;
  font-size: 0.9rem;
  color: #b0b0b0;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  outline: 0;
}
.myMustarIdItem #myMustarId-1 {
  order: 1;
}
.myMustarIdItem #myMustarId-1 + label {
  order: 2;
}
.myMustarIdItem .myMustarIdLay {
  order: 5;
}
.myMustarIdItem #myMustarId-2 {
  order: 3;
}
.myMustarIdItem #myMustarId-2 + label {
  order: 4;
}
/*ID選択 ラジオボタン加工*/
.wrapMyMustarIdSelect input[type="radio"] {
  display: none;
}
.wrapMyMustarIdSelect label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.wrapMyMustarIdSelect .myMustarIdLabel2 {
  margin-left: 20px;
}
.wrapMyMustarIdSelect label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  width: 15px;
  height: 15px;
  border: 1px solid #ffffff;
  border-radius: 3px;
}
.wrapMyMustarIdSelect input:checked + label:before {
  background: #ffffff;
}
.wrapMyMustarIdSelect input:checked + label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -6px;
  width: 4px;
  height: 8px;
  border-right: 3px solid #676767;
  border-bottom: 3px solid #676767;
  transform: rotate(45deg) skew(10deg, 0deg);
}
/*ID・パスワード入力*/
.wrapMyMustar input[type="text"], .wrapMyMustar input[type="password"] {}
/*リンク*/
.wrapMyMustar a {
  color: #ffffff;
  transition: color 0.2s ease-out;
}
.wrapMyMustar a[target="_blank"] span.linkIconBlankTyp1 {
  display: inline-block;
  margin: 0 5px 0 0;
  padding-right: 20px;
  background: url(ico_blank.png) no-repeat 100% 50% / 12px auto;
}
.wrapMyMustar a[target="_blank"] span.linkIconBlankTyp2 {
  display: inline-block;
  padding-left: 12px;
  background: url(ico_blank.png) no-repeat 0 50% / 8px auto;
}
.wrapMyMustar a:hover {
  color: rgba(255, 255, 255, 0.6);
}
/*緑色ボタン（ログイン、仮会員登録）*/
.wrapMyMustar input.btnMyMustarTyp01, .wrapMyMustar a.btnMyMustarTyp01 {
  margin: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 4px;
  outline: 0;
  cursor: pointer;
  font-family: 'Noto Sans CJK JP', 'Noto Sans JP';
  font-size: 0.75rem;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  padding: 4px 25px 4px 30px;
  background: #68c14c url(ico_blank.png) no-repeat 15px 50% / 8px auto;
  transition: background-color 0.2s ease-out;
}
.wrapMyMustar input.btnMyMustarTyp01:hover, .wrapMyMustar a.btnMyMustarTyp01:hover {
  background-color: #004ea2;
}
.wrapMyMustar a.btnMyMustarTyp01:hover {
  color: #ffffff;
}
/*ログイン補助テキスト*/
.wrapMyMustar .layTxt2 {
  display: flex;
  flex-direction: column;
}
.wrapMyMustar .layTxt2 li {
  font-size: 0.7rem;
}
.wrapMyMustar .layTxt2 li + li {
  margin-top: 3px;
}
.wrapMyMustar .layTxt2 li input[type="checkbox"] {
  display: none;
}
.wrapMyMustar .layTxt2 li label {
  position: relative;
  padding-left: 13px;
  cursor: pointer;
}
.wrapMyMustar .layTxt2 li label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border: 1px solid #ffffff;
  border-radius: 2px;
}
.wrapMyMustar .layTxt2 li input:checked + label:before {
  background: #ffffff;
}
.wrapMyMustar .layTxt2 li input:checked + label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  margin-top: -4px;
  width: 3px;
  height: 6px;
  border-right: 2px solid #676767;
  border-bottom: 2px solid #676767;
  transform: rotate(45deg) skew(10deg, 0deg);
}
.wrapMyMustar .layTxt2 li a {
  letter-spacing: -0.05rem;
}
/*ID切り替え*/
.myMustarIdItem .myMustarIdLay {
  display: none;
}
.myMustarIdItem input:checked + label + .myMustarIdLay {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
/*ID manaca「TP」*/
.myMustarIdManacaTp {
  margin-right: 3px;
  font-weight: 500;
}
/*ログイン後*/
/*ポイント表示*/
.wrapMyMustarPoint {
  display: flex;
  align-items: center;
  border-left: 1px solid #444444;
  border-right: 1px solid #444444;
  padding: 0 20px;
}
.wrapMyMustarPoint p.layTxt3 {
  font-size: 0.75rem;
}
.wrapMyMustarPoint .pointDisplay {
  display: flex;
  align-items: baseline;
  margin: 0 10px 0 20px;
}
.wrapMyMustarPoint #lblPoint {
  position: relative;
  padding: 0 5px 0 28px;
  font-family: 'Heebo';
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}
.wrapMyMustarPoint #lblPoint:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -11px;
  width: 22px;
  height: 22px;
  background: url("ico_mustarpoint.svg") no-repeat 50% 50% / 22px 22px;
}
.wrapMyMustarPoint p.layTxt4 {
  font-size: 0.75rem;
  color: #bcbcbc;
}
/*更新ボタン、ログアウトボタン*/
input#btnMyMustarReload, input#btnMyMustarLogout {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 4px;
  outline: 0;
  cursor: pointer;
  padding: 7px 10px;
  font-size: 0.85rem;
  font-family: 'Noto Sans CJK JP', 'Noto Sans JP';
  font-weight: 500;
  transition: background-color 0.2s ease-out;
}
/*更新ボタン*/
input#btnMyMustarReload {
  margin-left: 10px;
  color: #676767;
  background-color: #ffffff;
}
input#btnMyMustarReload:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.4);
}
/*ログアウトボタン*/
input#btnMyMustarLogout {
  color: #ffffff;
  background-color: #404040;
}
input#btnMyMustarLogout:hover {
  background-color: rgba(64, 64, 64, 0.4);
}
.wrapMyMustar .layTxt5 {
  display: flex;
  margin: 0 20px;
}
.wrapMyMustar .layTxt5 li {
  font-size: 1rem;
}
.wrapMyMustar .layTxt5 li + li {
  margin-left: 15px;
}
.wrapMyMustar .layTxt5 li a {
  font-size: 0.8rem;
}
/*仮会員様*/
.wrapMyMustar .layTxt6 {
  display: flex;
  align-items: center;
  position: relative;
  border-left: 1px solid #444444;
  height: 100%;
  padding: 0 20px 0 45px;
  font-size: 0.85rem;
}
.wrapMyMustar .layTxt6:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  /*background: url("./ico_exclamation.svg") no-repeat 50% 0 / 20px 20px;*/
}
/*-------------------------------*/
/*end*/