@charset "UTF-8";

/* ***********************************
 *  〜479px：スマートフォン縦
 *  480px〜599px：スマートフォン横
 *  600px〜959px：タブレット
 *  960px〜：小型PC以上
 *  （1280px〜：大型PC）
 * ***********************************
 *
 *  Common CSS
 *
 * *********************************** */


/* ***********************************
 *  〜479px：SP縦
 * *********************************** */
 #container {
   width: 100%;
   position: relative;
   height: auto !important;
   display: flex;
   justify-content: center;
   align-items: center;
 }

/* IE対応 */
@media all and (-ms-high-contrast: none){
  #container {
    display: block;
  }
}

/*  header
 * *********************************** */
body {
  width: 100%;
}

.header {
  padding : 1.6rem;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.header-type-2 {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 3.2rem;
}

.header-upper-right {
  position: absolute;
  right: 10%;
  font-size: medium;
}

.header-title.section-title {
  margin: 0;
}

.section-title {
  margin: 4.8rem 0 .8rem;
  font-weight: bold;
  opacity: .65;
}

.back-link {
  position: absolute;
  top: 0;
  left: 1.6rem;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.main-type-2 a {
  color: #fe747a;
}

.main-type-3 {
  max-width:100%;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.main-type-4 {
  max-width:80%;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.main-type-4 a{
  text-decoration: none;
}

/* navi */
.g-navi {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo img {
  margin: 0 auto;
  width: auto;
  max-width: initial;
  height: 4.8rem;
}

#nav-drawer {
  position: relative;
}

/* whitekeyロゴ表示用 */
.support-logo-area {
  display: none;
  text-align: center;
}

.multiply {
  font-size: 2.4rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  line-height: 1.8;
}

.support-text {
  margin-bottom: 1rem;
  display: block;
  line-height: 1;
  font-size: 1.4rem;
}

.support-logo {
  margin: 0 auto;
  max-width: 320px;
  width: 56%;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 3rem;
  height: 2.2rem;
  vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: .3rem;/*線の太さ*/
  width: 2.5rem;/*長さ*/
  border-radius: .3rem;
  background: #fff;
  display: block;
  content: '';
  cursor: pointer;
}

#nav-open span:before {
  bottom: -.8rem;
}

#nav-open span:after {
  bottom: -1.6rem;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 33rem;/*最大幅（調整してください）*/
  height: 100%;
  background: #e5edff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(105%);
  transform: translateX(105%);/*左に隠しておく*/
}

.navi-list.sp-navi-list {
  padding: 2.4rem;
}

.navi-list.sp-navi-list li {
  width: 100%;
  height: auto;
}

.navi-list.sp-navi-list li a {
  text-decoration: none;
  font-size: 1.4rem;
}

.navi-list.sp-navi-list .header-logo {
  padding: 1.6rem 0 1.3rem;
  width: 50%;
}

.navi-list.sp-navi-list li:not(.header-logo) {
  padding: 1.6rem 0 1.3rem;
  border-top: 1px solid #b7c2d8;
}

.navi-list.sp-navi-list li:last-child {
  border-bottom: 1px solid #b7c2d8;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: .6rem 0 2.5rem rgba(0,0,0,.15);
}

/* 閉じるボタン */
#closeButton {
  display: none;
}

.close-label {
  position: absolute;
  font-size: 2.1em;
  right: 15%;
  color: #476ab3;
  cursor: pointer;
  outline: none;
}

.pc-navi {
  display: none;
}

p.copy {
  color: #967e7a;
  font-size: 1.1rem;
  padding-bottom: 1.2rem;
  text-align: center;
}

/*  main
 * *********************************** */
 main {
   margin: 0 auto;
   width: 100%;
   max-width: 700px;
 }

 /* main-visual */
.hero {
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 700px;
  position: relative;
}

.hero img {
  width: 100%;
  height: 100%;
}

/* contents */
.wrap {
  padding: 3.2rem 1.6rem;
}

/* link-button */
.btn-wrap {
  margin-bottom: 1.6rem;
  width: 100%;
}

button {
  cursor: pointer;
}

.primary-btn {
  border: 1px solid #fe4951;
  background: #fe747a;
  border-radius: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  height: 4.8rem;
  transition: .4s;
  position: relative;
  font-size: 1.4rem;
  outline: none;
}

.btn-wrap a.primary-btn:not(:hover){
  color: #fff;
}

.primary-btn:hover {
  background: #ffffff;
  color: #fe6970;
}

.primary-btn.fb-btn {
  background: linear-gradient(90deg, rgba(46,61,167,1) 0%, rgba(39,123,197,1) 100%);
  border: none;
  font-weight: bold;
  cursor: pointer;
}

.primary-btn.fb-btn .fa-facebook-f::before {
  font-size: 1.9rem;
  vertical-align: super;
}

.primary-btn.fb-btn:hover {
  opacity: .75;
}

.primary-btn.login-btn {
  color: #fe6970 !important;
  border: 1px solid #fe6970;
  background-color: #fff;
  letter-spacing: normal;
  white-space: nowrap;
}

.primary-btn.login-btn:hover {
  color: #fff !important;
  background-color: #fe6970;
}

_:-ms-lang(x)::-ms-backdrop, .primary-btn{
  padding-top: 5px;
}

.fb-icon {
  color: #ffffff;
  margin-right: 10px;
  font-size: 20px;
}

.fb-span {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: .15rem;
  display: block;
  margin-bottom: -.4rem;
}

.fb-p{
  color: #ffffff;
  font-size: .95rem;
  letter-spacing: normal;
}

.primary-btn.btn-type-2 {
  background: #fec2c5;
  box-shadow: 0 1px 0 #fe4951;
  border: 0;
  color: #fe6970;
  font-weight: bold;
}

.primary-btn.btn-bold {
  font-weight: bold;
}
.fb-btn.btn-bold {
  color: #fff !important;
}

.caution {
  margin: 0 auto;
  width: 100%;
  max-width: 330px;
  display: flex;
  font-size: 1.0rem;
  outline: none;
}

.caution li {
  flex-grow: 1;
  text-align: center;
}

.caution li + li {
  border-left: 1px solid #967e7a;
}

.caution a {
  color: #967e7a;
}

.filesend {
  display: none;
}

.break-all {
  word-break: break-all;
}


/*  button
 * *********************************** */
 .form-register input[type="submit"] {
  margin: 3.2rem auto 0;
  width: 94%;
  max-width: 400px;
  color: #fff;
  background: #ccc;
  border: 0;
  box-shadow: none;
  border-radius: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

.form-register input.submit-default {
  background: #fe747a;
  transition: none;
}

/* すべての項目が入力されたらボタンがアクティブになる */
/* .form-register input[type="submit"] {
  border: 1px solid #fe4951;
  background: #fe747a;
} */


/*  modal
 * *********************************** */
 #overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  background-color: rgba(0, 0, 0, .65);
}

#modal {
  width: 300px;
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
  max-width: 100vw;
  max-height: 80vh;
  box-sizing: border-box;
  padding: 0 16px 16px 16px;
  border-radius: 8px;
  background-color: #fff;
  overflow-y:scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  text-align: center;
}

#modal::-webkit-scrollbar {
  display:none;
}

.active {
  display: block !important;
}

#modal.modal-checkbox {
  padding-bottom: 4rem;
}

.modal-header {
  font-size: 1.4rem;
  padding: 0;
}

.header-type-2.modal-header {
  margin-bottom: 1.6rem;
  word-break: keep-all;
}

#modal.active p {
  width: 100%;
  background: #fe747a;
  color: #fff;
  padding: .4rem .8rem;
  margin: .4rem auto;
  border-radius: 1000px;
  transition: color .2s, background .2s;
}

#modal.active p:hover {
  padding: .3rem .8rem;
}

.close {
  padding: .4rem .8rem;
  width: 100%;
  max-width: 400px;
  color: #fff;
  background: #ccc;
  border: 1px solid #eaeaea;
  box-shadow: none;
  border-radius: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.6rem auto 0;
  transition: color .2s, background .2s;
}

.modal-title-wrapper {
  position: relative;
  border-bottom: 1px solid #eaeaea;
  height: 4rem;
  text-align: left;
}

.modal-title-wrapper i {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  height: 1.6rem;
  color: #fe747a;
  z-index: 10;
  width: 10%;
  cursor: pointer;
}

#modal .r-next-container {
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  font-weight: bold;
  opacity: .65;
  font-size: 1.2rem;
  margin-left: 0;
  cursor: default;
  width: 100%;
}

#modal .answer-box {
  text-align: left;
}

.modal-submit {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}

.btn-modal {
  cursor: pointer;
  box-sizing: border-box;
}

.btn-modal:hover {
  background: #ffffff !important;
  color: #fe6970 !important;
  border: .1rem solid #fe6970;
}

.btn-modal-close:hover {
  padding: .4rem .8rem;
  color: #ccc;
  background: #fff;
  cursor: pointer;
  border: 1px solid #ccc;
}

div.reset-btn {
  color: #fff;
  background-color: #ccc;
  border: 1px solid #ccc;
  width: 25%;
  border-radius: 2rem;
  display: block;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin-bottom: auto;
  margin-top: auto;
  height: 2rem;
  line-height: 2rem;
  cursor: pointer;
  transition: background, color .2s;
}

div.reset-btn:hover {
  background-color: #fff;
  color: #ccc;
}


div.ok-btn{
  color: #844055;
  background-color: #FDAFC9;
  border: 1px solid #844055;
  border-radius: 2rem;
  display: inline-block;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  margin-bottom: auto;
  margin-top: auto;
  height: 1.5rem;
  max-height: 30px;
  width: 20%;
  max-width: 70px;
  line-height: normal;
  cursor: pointer;
  transition: background, color .2s;
}

div.ok-btn:hover {
  color: #FDAFC9;
  background-color: #844055;
}

_:-ms-lang(x)::-ms-backdrop,
div.reset-btn {
  padding-top: .5%;
}

_:-ms-lang(x)::-ms-backdrop,
.active#modal p:hover {
  padding: .5rem .8rem .1rem .8rem;
}

_:-ms-lang(x)::-ms-backdrop,
.active#modal p {
  padding: .6rem .8rem .2rem .8rem;
}

_:-ms-lang(x)::-ms-backdrop,
.close, .close:hover {
  padding: 6px 0 1px 0;
}

_:-ms-lang(x)::-ms-backdrop, .close:hover {
  padding: 5px 0 0 0;
}

.ie-modalfix {
  height: 4rem;
  width: 100%;
}

/* モーダルheader/footer */
#modal-fixed-item {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: transparent;
  visibility: hidden;
}

.modal-header-wrapper {
  position: absolute;
  width: 300px;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  height: 4rem;
}

.modal-header-wrapper.active {
  visibility: visible;
}

.modal-footer-wrapper {
  position: absolute;
  width: 300px;
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #eaeaea;
  border-radius: 0 0 8px 8px;
  height: 4rem;
}

.modal-footer-wrapper.active {
  visibility: visible;
}

.modal-title-header {
  position: absolute;
  top: 0;
  bottom: 0;
  font-weight: bold;
  opacity: .65;
  font-size: 1.2rem;
  margin-left: 0;
  cursor: default;
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  padding: 0 16px;
  border-bottom: 1px solid #eaeaea;
}

.modal-close-btn {
  text-align: right;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

div.modal-footer-btn {
  border-radius: 2rem;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 2rem;
  line-height: 2rem;
  cursor: pointer;
  transition: background .4s, color .4s;
}

div.reset-btn-0 {
  color: #fff;
  background: #ccc;
  border: 1px solid #ccc;
  width: 35%;
  margin: auto .8rem;
}

div.reset-btn-0:hover {
  background: #fff;
  color: #ccc;
}

div.modal-search-btn {
  width: 50%;
  margin: auto .8rem auto 0;
  background: #fe747a;
  color: #fff;
  right: 0;
}

_:-ms-lang(x)::-ms-backdrop,
.modal-title-header {
  padding-top: 2px;
}

_:-ms-lang(x)::-ms-backdrop,
div.reset-btn-0 {
  padding-top: .5%;
}


/* 480px〜599px：SP横
------------------------------ */
@media screen and (min-width:480px) and (max-width:599px) {
  .caution  {
    max-width: 450px;
  }

  .btn-wrap .primary-btn {
    height: 4rem;
  }

  .modal-header {
    font-size: 1rem;
  }
}

/* 600px〜：タブレット・PC以上
------------------------------ */
@media screen and (min-width:600px) {

  /*  header
   * *********************************** */
   main {
     font-size: 16px;
   }

  .header {
     padding : 16px;
  }

  .header-type-2 {
    margin-bottom: 32px;
  }

  .back-link {
    left: 0;
  }

  .section-title {
    margin: 48px 0 8px;
  }

  .header-logo img {
     height: 48px;
  }

  p.copy {
    font-size: 13px;
    padding-bottom: 20px;
  }

  /* whitekeyロゴ表示用 */
  .multiply {
    font-size: 32px;
  }

  .support-logo-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 2px;
  }

  .support-text {
    margin: 0;
    font-size: 16px;
  }

  .support-logo {
    margin: 0 0 0 16px;
    max-width: 200px;
  }

  /*  main
   * *********************************** */
  .wrap {
    padding: 32px 16px;
  }

  .btn-wrap {
    margin-bottom: 16px;
  }

  .btn-wrap .primary-btn {
    height: 48px;
    font-size: 14px;
  }

  .primary-btn.fb-btn .fa-facebook-f::before {
    font-size: 20px;
  }

  .fb-span {
    font-size: 15px;
    letter-spacing: 3px;
    margin-bottom: -6px;
  }

  .fb-p{
    font-size: 10px;
    letter-spacing: 1px;
  }

  .caution {
    display: flex;
    font-size: 10px;
  }


  /*  button
  * *********************************** */
  .form-register input[type="submit"] {
    margin: 32px auto 0;
  }


    /*  modal
  * *********************************** */
  #modal.modal-checkbox {
    padding-bottom: 48px;
  }

  .modal-header {
    font-size: 16px;
  }

  .header-type-2.modal-header {
    margin-bottom: 16px;
    height: auto;
    padding-bottom: 14px;
    font-size: 14px;
  }

  #modal.active p {
    padding: 4px 8px;
    margin: 4px auto;
  }

  #modal.active p:hover {
    padding: 3px 8px;
  }

  .btn-modal:hover {
    border: 1px solid #fe6970;
  }

  .close {
    margin: 16px auto 0;
    padding: 4px 8px;
  }

  .btn-modal-close:hover {
    padding: 4px 8px;
  }

  .modal-submit {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .modal-title-wrapper i {
    height: 16px;
  }

  #modal .r-next-container {
    font-size: 14px;
    margin-left: 0;
  }

  div.reset-btn {
    border-radius: 20px;
    display: block;
    font-size: 13px;
    height: 24px;
    line-height: 24px;
  }

  .favorite-dish-wrapper input {
    max-width: 300px;
  }

  #modal.modal-edit {
    width: 400px;
  }

  .modal-title-wrapper {
    height: 48px;
  }

  .modal-contents {
    padding-top: 8px;
    display: flex;
    flex-wrap: wrap;
  }

  .modal-contents.title-line {
    display: block;
  }

  _:-ms-lang(x)::-ms-backdrop,
  .active#modal p {
    padding: 6px 8px 2px 8px;
  }

  _:-ms-lang(x)::-ms-backdrop,
  .active#modal p:hover {
    padding: 5px 8px 1px 8px;
  }

  .ie-modalfix {
    height: 48px;
  }

  .modal-header-wrapper {
    width: 400px;
    height: 48px;
  }

  .modal-title-header {
    font-size: 14px;
    height: 48px;
    line-height: 48px;
  }

  .modal-footer-wrapper {
    width: 400px;
    border-radius: 0 0 8px 8px;
    height: 48px;
  }

  div.modal-footer-btn {
    font-size: 14px;
    height: 32px;
    line-height: 32px;
  }

  div.reset-btn-0 {
    margin: auto 16px;
  }

  div.modal-search-btn {
    margin: auto 16px auto 0;
  }

  div.ok-btn{
    font-size: 25px;
  }  
}


/* 960px〜：小型PC以上
------------------------------ */
@media screen and (min-width:960px) {

   * {
     letter-spacing: 0.04rem;
     font-weight: normal;
   }
}
