@charset "UTF-8";

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* reset */

blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img,
input {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  text-align: left;
}

q:after,
q:before {
  content: '';
}

abbr,
acronym {
  border: 0;
}

a,
img {
  vertical-align: top;
  display: inline-block;
}

/******************************
共通
******************************/

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  word-break: break-all;
  min-width: 960px;
  color: #323232;
  min-height: 100vh;
  position: relative;
  padding-bottom: 330px;
  box-sizing: border-box;
}

body.narrow {
  max-width: 1040px;
  margin: 0 auto;
}

a,
input {
  outline: none;
  color: #323232;
  text-decoration: none;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

/******************************
ヘッダー
******************************/

header.header {
  background: #000;
}

.headerTop {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  padding: 35px 0 33px;
  display: table;
}

/*ロゴ要素*/

.headerLogo {
  text-align: center;
}

.headerLogo img {
  width: 100%;
  max-width: 192px;
}

/******************************
フッター
******************************/

.footer {
  padding: 30px 0;
  background: #000;
  position: absolute;
  bottom:0;
  width: 100%;
}

.footerCopy {
  font-family: 'Lato', sans-serif;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.footerLogo img {
  width: 180px;
}

/******************************
認証ページ
******************************/

/*コンテンツ*/
.cont {
  min-height: 50vh;
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  padding-top: 30px;
}

.autheCont {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 36px 0 50px;
  font-family: 'Lato', sans-serif;
  background: #fff;
  border: 8px solid #eee;
  z-index: 0;
}
.autheCont::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(../img/common/bg_auth.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.autheCont + .autheCont {
  margin-top: 60px;
}

.autheContTit {
  margin-bottom: 15px;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  text-align: center;
  color: #000;
}

.autheContTit a {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  font-weight: normal;
  color: #ACACAC;
  display: block;
}

.autheContTit span {
  margin-top: 10px;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  font-weight: normal;
  text-align: center;
  display: block;
}

.autheContTxtLine {
  width: 90%;
  margin: 0 auto 20px;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  text-align: center;
  background: linear-gradient(#fff 0%, #fff 49%, #DDD 50%, #DDD 51%, #fff 52%, #fff 100%);
}

.autheContTxtLine p {
  padding: 0 1em;
  background: #FFF;
  display: inline-block;
}

/*ソーシャルログイン*/

.autheSocialBtn {
  width: 60%;
  margin: 0 auto 25px;
}

.autheSocialBtn li {
  position: relative;
  width: 100%;
  text-align: center;
}
.autheSocialBtn li a {
  display: block;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.autheSocialBtn li:first-child::after {
  content: "\f09a";
  font-family: "Font Awesome 5 Brands";
  font-size: 1.8rem;
  font-weight: normal;
  position: absolute;
  top: 6px;
  left: 10px;
  color: #fff;
}
.autheSocialBtn li:first-child a {
  color: #fff;
  background: #385285;
}
.autheSocialBtn li:nth-child(2)::after {
  content: "\f1a0";
  font-family: "Font Awesome 5 Brands";
  font-size: 1.8rem;
  font-weight: normal;
  position: absolute;
  top: 6px;
  left: 10px;
  color: #fff;
}
.autheSocialBtn li:nth-child(2) a {
  color: #fff;
  background: #f34a38;
}

.autheSocialBtn li + li {
  margin-top: 13px;
}

.autheSocialBtn li a img {
  display: none;
}

.autheSocialBtn li a:hover {
  opacity: .7;
}

.autheSocialBtn li.facebook a {
  background: #385c8e;
}

.autheSocialBtn li.google a {
  background: #f34a38;
}
.autheSocialBtn li.facebook::after,
.autheSocialBtn li.google::after {
  content: "";
}

.autheSocialBtn li a i {
  font-size: 1.8rem;
  float: left;
  margin: 12px 0 0 10px;
}

/*フォーム*/

.authForm {
  width: 60%;
  margin: 20px auto 0;
}

.authForm hr {
  height: 1px;
  border: none;
  border-top: solid 1px #ccc;
  margin: 25px 0 0;
}

.authFormInputText {
  margin-top: 20px;
}

.authFormInputText + .authFormInputText {
  margin-top: 8px;
}

.authFormInputText input {
  width: 100%;
  padding: 12px 16px;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  border: none;
  background: #F1F1F1;
  box-sizing: border-box;
}
.authFormInputText img {
  width: 100% !important;
}
.authFormInputTextTit {
  margin: 20px 0 5px;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
}

.authFormInputTextTit .req {
  color: #E35C4B;
}

.authFormText {
  margin-top: 20px;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
}

.authFormText a {
  color: #999;
}

.authFormText label {
  width: 100%;
  text-align: center;
  display: block;
}

.authFormText input[type="checkbox"] {
  margin-right: 10px;
}

.authFormText li {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 10px;
  line-height: 1.5;
}

.authFormSubmit {
  margin-top: 20px;
}

.authFormSubmit input,
.authFormSubmit a {
  width: 100%;
  height: 50px;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  text-align: center;
  line-height: 50px;
  color: #fff;
  border: none;
  background: #000;
  box-sizing: border-box;
  transition: all 0.4s ease;
}

.authFormSubmit a + a {
  margin-top: 10px;
}

.authFormSubmit input:hover,
.authFormSubmit a:hover {
  opacity: .7;
}

.authFormPassForget {
  margin-top: 15px;
  text-align: center;
}

.authFormPassForget a {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  color: #ACACAC;
}

/*ログイン*/

/*会員登録*/

/*パスワード再発行*/

/*退会*/

.authForm.cancel {
  margin-top: 40px;
}

.authForm.cancel .authFormInputText {
  margin-top: 40px;
}

.authFormInputCancel .tit {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}

.authFormInputCancel label {
  margin-top: 15px;
  font-size: 1.4rem;
  display: block !important;
}

.authFormInputCancel label + label {
  margin-top: 10px;
}

.authFormInputCancel input {
  margin-right: 10px;
}

/*会員登録完了*/

.authForm.registered .authFormSubmit {
  margin-top: 40px;
}

/******************************
会員訴求LP
******************************/

.autheMembershipWrap {
  width: 100%;
  max-width: 950px;
  margin: 90px auto 80px;
  display: table;
}

.autheMembership {
  width: 60%;
  vertical-align: middle;
  display: table-cell;
}

.autheMembership .tit {
  font-size: 2.4rem;
  line-height: 1.67;
  letter-spacing: 0.06em;
  color: #333;
}

.autheMembership .txt {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 1.63;
  letter-spacing: 0.06em;
  color: #333;
}

.autheMembershipWrap .autheCont {
  display: table-cell;
}

.autheMembership .authFormSubmit {
  width: 100%;
  max-width: 380px;
  margin-top: 40px;
}

/******************************
プレゼント申込
******************************/

/*プレゼント*/

.presentsBox {
  width: 100%;
  max-width: 820px;
  margin: 0 auto 30px;
  display: table;
}

.presentsBox .imgWrap {
  width: 320px;
  display: table-cell;
}

.presentsBox .imgWrap .img {
  width: 100%;
  padding-top: 100%;
  background: #eee;
}

.presentsBox .imgWrap .img img {
  width: 100%;
  height: auto;
}

.presentsBox .txtWrap {
  padding-left: 30px;
  vertical-align: middle;
  display: table-cell;
}

.presentsBox .txtWrap .tit {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.presentsBox .txtWrap .txt {
  margin-top: 5px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.12em;
}

.presentsList {
  margin: 25px 0 30px;
}

.presentsList ul {
  font-size: 0;
  text-align: center;
}

.presentsList li {
  width: 70px;
  padding: 0 5px;
  display: inline-block;
}

.presentsList li img {
  width: 100%;
  height: auto;
}

/*フォーム*/

.applyForm {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}

.applyForm .tit {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-align: center;
}

.applyForm .sub {
  margin-top: 20px;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-align: center;
}

.applyForm table {
  width: 100%;
  margin-top: 30px;
  font-family: 'Lato', sans-serif;
}

.applyForm table th {
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  font-weight: normal;
}

.applyForm table td {
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  font-weight: normal;
}

.applyForm table.row1 th {
  width: 38%;
  vertical-align: middle;
}

.applyForm table.row1 td {
  width: 62%;
  padding: 5px 0;
}

.applyForm table.row2 th {
  width: 100%;
  padding-top: 20px;
  display: block;
}

.applyForm table.row2 td {
  width: 100%;
  padding-top: 10px;
  display: block;
}

.applyForm table td input[type="text"],
.applyForm table td select {
  width: 100%;
}

.applyForm table td input[type="text"] {
  width: 100%;
  padding: 18px;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  border: none;
  background: #F1F1F1;
  box-sizing: border-box;
}

.applyForm table td textarea {
  width: 100%;
  padding: 18px;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  border: none;
  background: #F1F1F1;
  box-sizing: border-box;
  resize: vertical;
}

.applyForm .authFormSubmit {
  margin-top: 45px;
}

.applyForm form {
  width: 100%;
  margin-top: 30px;
  font-family: 'Lato', sans-serif;
}

.applyForm form > div {
  width: 100%;
  padding: 5px 0;
  display: table;
}

.applyForm form > div > label {
  width: 38%;
  padding-right: 10px;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  font-weight: normal;
  display: table-cell;
}

.applyForm form > div > input[type="text"] {
  width: 100%;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  font-weight: normal;
  padding: 18px;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  border: none;
  background: #F1F1F1;
  box-sizing: border-box;
}

.applyForm form input {
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  font-weight: normal;
}

.applyForm form textarea {
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  font-weight: normal;
  width: 100%;
  padding: 18px;
  border: solid 1px #000;
  box-sizing: border-box;
}

.applyForm .card-block {
  padding-top: 20px;
}

.applyForm .card-block label {
  font-size: 1.2rem;
  letter-spacing: 0.12em;
}

.applyForm .card-block textarea {
  margin-top: 10px;
}

/*ラジオボタン*/

.applyFormRadio input {
  display: none;
}

.applyFormRadio label {
  padding-right: 20px;
  display: inline-block;
}

.applyFormRadio span {
  padding-left: 30px;
  position: relative;
}

.applyFormRadio span:before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #707070;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.applyFormRadio input:checked + span:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #666;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*チェックボックス*/

.applyFormCheckbox input {
  display: none;
}

.applyFormCheckbox label {
  padding-right: 20px;
  display: inline-block;
}

.applyFormCheckbox span {
  padding-left: 30px;
  position: relative;
}

.applyFormCheckbox span:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.applyFormCheckbox input:checked + span:after {
  content: "";
  width: 18px;
  height: 7px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  position: absolute;
  top: -2px;
  left: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*セレクト*/

.applyFormSelect {
  width: 100%;
  background: #F1F1F1;
  position: relative;
  display: inline-block;
}

.applyFormSelect:before {
  content: '';
  width: 7px;
  height: 7px;
  border-top: solid 2px #707070;
  border-right: solid 2px #707070;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 15px;
}

.applyFormSelect select {
  width: 100%;
  margin: 0;
  padding: 15px 18px;
  font-size: 1.2rem;
  border: none;
  background: transparent;
  border-box: box-sizing;
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.applyFormSelect select::-ms-expand {
  display: none;
}

/******************************
決済画面
******************************/

.transactionCreditList {
  width: 100%;
  max-width: 350px;
  margin: 30px auto 0;
}

.transactionCreditList dl {
  font-size: 0;
}

.transactionCreditList dl dt,
.transactionCreditList dl dd {
  padding-top: 10px;
  font-size: 1.4rem;
  display: inline-block;
}

.transactionCreditList dl dt {
  width: 70%;
}

.transactionCreditList dl dd {
  width: 30%;
  text-align: right;
}

.transactionCreditList dl dt:nth-last-child(2),
.transactionCreditList dl dd:last-child {
  margin-top: 40px;
  border-top: 1px solid #D1D1D1;
}

.transactionCreditText {
  width: 100%;
  max-width: 350px;
  margin: 30px auto 0;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
}

.transactionCreditText a {
  color: #5F52FF;
}