@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto&display=swap");
/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
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, sub, sup, 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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

body {
  line-height: 1;
}

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

nav ul, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #1a1d1f;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  outline: none;
  border: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

*, *::before, *::after {
  box-sizing: border-box;
}

@font-face {
  font-family: MyFont;
  src: url("../font/ARBONNIE.ttf");
}
html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  width: 100vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #707070;
}

a {
  color: #1A9AD3;
}
a.link::after {
  display: inline-block;
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #1A9AD3;
  border-right: 1px solid #1A9AD3;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  margin-left: 0.2em;
}

main {
  padding: 18px min(4.4%, 18px);
}

main.pd0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.center {
  text-align: center;
}

header {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-color: white;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.16);
  z-index: 1;
  position: relative;
}
header .header_wr {
  width: min(100%, 900px);
  height: 70px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
  margin: 0 auto;
}
header .back {
  display: flex;
  align-items: center;
  padding: 0 15px 0 20px;
}
header .back::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-top: 3px solid #E67F18;
  border-right: 3px solid #E67F18;
  transform: rotate(-135deg);
}
header .title_wr {
  display: flex;
  align-items: center;
  width: calc(100% - 40px);
}
header .header_title {
  color: #707070;
  font-size: 2rem;
  font-weight: 700;
  width: 100%;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
header .logo_wr {
  display: flex;
  align-items: center;
}
header .logo_wr .site_name {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 7px;
}
header .logo_wr .brand {
  display: block;
  margin-right: 16px;
}
header .logo_wr h1 {
  margin-top: 3px;
  font-size: 1.1rem;
  line-height: 1.4;
}
header .logo_wr h1 span {
  display: inline-block;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.page_title {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 20px 0 18px;
}

.page_title02 {
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 20px 0 18px;
}

.button_area {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 500;
}

.add_cart_wr, .profile_wr {
  min-height: calc(100vh - 70px);
  display: flex;
  flex-direction: column;
}
.add_cart_wr .add_cart_area, .add_cart_wr .unsubscribe, .profile_wr .add_cart_area, .profile_wr .unsubscribe {
  margin-top: auto;
}
.add_cart_wr .add_cart_area .add_control, .add_cart_wr .unsubscribe .add_control, .profile_wr .add_cart_area .add_control, .profile_wr .unsubscribe .add_control {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
}
.add_cart_wr .add_cart_area .add_control .num, .add_cart_wr .unsubscribe .add_control .num, .profile_wr .add_cart_area .add_control .num, .profile_wr .unsubscribe .add_control .num {
  font-size: 2.5rem;
  margin: 0 28px;
}
.add_cart_wr .add_cart_area .add_control .add_button, .add_cart_wr .add_cart_area .add_control .delete_button, .add_cart_wr .unsubscribe .add_control .add_button, .add_cart_wr .unsubscribe .add_control .delete_button, .profile_wr .add_cart_area .add_control .add_button, .profile_wr .add_cart_area .add_control .delete_button, .profile_wr .unsubscribe .add_control .add_button, .profile_wr .unsubscribe .add_control .delete_button {
  width: 60px;
  height: 60px;
  color: #707070;
  border-radius: 50vw;
  border: 1px solid #CACAC9;
  background-color: #EFEEEF;
  font-size: 2rem;
}

.cart_caution {
  width: min(900px, 90%);
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 1.5;
}

.button {
  display: block;
  width: min(350px, 90%);
  height: 60px;
  line-height: 60px;
  border-radius: 50vw;
  margin: 20px auto;
  font-size: 1.9rem;
  font-weight: 700;
  color: white;
  background-color: #E67F18;
  text-align: center;
  border: none;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
.button.disabled {
  cursor: not-allowed;
  background-color: #CCCCCC;
}
.button.badge[data-num="0"]::before {
  display: none;
}
.button.badge::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: attr(data-num);
  min-width: 30px;
  height: 30px;
  box-sizing: border-box;
  padding: 4px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #E67F18;
  background-color: white;
  border: 3px solid #E67F18;
  border-radius: 50vw;
  top: 0;
  right: 0;
  transform: translate(20%, -20%);
  z-index: 1;
}

.button02 {
  display: block;
  width: min(400px, 100%);
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  margin: 30px auto;
  font-size: 1.9rem;
  font-weight: 700;
  color: white;
  background-color: #2C2C2C;
  text-align: center;
  border: none;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
.button02.disabled {
  cursor: not-allowed;
  background-color: #CCCCCC;
}
@media (max-width: 499px) {
  .button02.credit {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    margin: 0;
    border-radius: 0;
  }
}

.button_resend_tx {
  display: block;
  margin: auto;
  border: none;
  background-color: inherit;
  font-size: 1.8rem;
  padding: 0;
  color: #1A9AD3;
}
.button_resend_tx span {
  color: #707070;
  margin-left: 10px;
}
.button_resend_tx.disabled {
  color: #ccc;
}
.button_resend_tx.disabled span {
  color: #ccc;
}

.form_area .form_title, .form_area .form_title02 {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  margin: 35px 0 16px;
}
.form_area .form_title:first-of-type, .form_area .form_title02:first-of-type {
  margin-top: 17px;
}
.form_area .form_title.center, .form_area .form_title02.center {
  text-align: center;
}
.form_area .form_title02 {
  font-weight: normal;
}
.form_area .form_detail {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 20px 35px;
}
.form_area .required {
  color: #CB0000;
  margin-left: 5px;
  font-size: 0.8em;
}
.form_area .form-select-text {
  display: inline-block;
  position: relative;
  width: min(100%, 400px);
}
.form_area .form-select-text:after {
  content: "";
  width: 15px;
  height: 15px;
  margin-top: -5px;
  border-top: solid 3px #ACACAC;
  border-right: solid 3px #ACACAC;
  transform: rotate(135deg);
  position: absolute;
  top: 25%;
  right: 18px;
}
body .form_detail + .button {
  margin-top: 0;
}

.form_area .invalid-feedback {
  display: block;
  margin: -10px 0 45px;
  font-size: 1.2rem;
  color: #d31a3e;
}
.form_area .invalid-feedback .form-error-icon {
  display: none;
  color: white;
  background-color: #d31a3e;
  font-size: 1.1rem;
  padding: 2px 6px 3px;
  border-radius: 5px;
  margin-right: 5px;
}
.form_area input::placeholder {
  color: #aaa;
}
.form_area input.text {
  display: block;
  width: min(100%, 400px);
  font-size: 2rem;
  color: #707070;
  border: 1px solid #EEEEEE;
  background-color: #F7F7F7;
  border-radius: 5px;
  padding: 18px;
  margin-bottom: 35px;
}
.form_area textarea.textbox {
  display: block;
  width: min(100%, 400px);
  height: 250px;
  font-size: 2rem;
  color: #707070;
  border: 1px solid #EEEEEE;
  background-color: #F7F7F7;
  border-radius: 5px;
  padding: 18px;
  margin-bottom: 35px;
}
.form_area textarea.textbox:focus {
  outline: none;
}
.form_area .input_radio {
  position: relative;
  padding-left: 40px;
  margin-right: 30px;
  white-space: nowrap;
  line-height: 30px;
}
.form_area .input_radio::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: calc(50% - 15px);
  border: 1px solid #EEEEEE;
  background-color: #F7F7F7;
  border-radius: 50%;
}
.form_area .input_radio::after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  width: 20px;
  height: 20px;
  left: 5px;
  top: calc(50% - 10px);
  background: #E67F18;
  border-radius: 50%;
  transform: scale3d(0.3, 0.3, 1);
  transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
}
.form_area input[type=radio] {
  margin: 0;
}
.form_area input[type=radio]:checked + .input_radio::after {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.form_area .input_checkbox {
  display: block;
  position: relative;
  padding-left: 40px;
  line-height: 30px;
}
.form_area .input_checkbox::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 50%;
  margin-top: -15px;
  border: 1px solid #EEEEEE;
  background-color: #F7F7F7;
  border-radius: 5px;
}
.form_area .input_checkbox::after {
  border-right: 4px solid #E67F18;
  border-bottom: 4px solid #E67F18;
  content: "";
  display: block;
  height: 20px;
  left: 10px;
  margin-top: -13px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
  transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
  width: 10px;
}
.form_area input[type=checkbox] {
  display: none;
}
.form_area input[type=checkbox]:checked + .input_checkbox::after {
  opacity: 1;
  transform: rotate(45deg) scale3d(1, 1, 1);
}
.form_area .select {
  position: relative;
}
.form_area .select::after {
  position: absolute;
  top: 50%;
  right: 18px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.29);
  border-right: 1px solid rgba(0, 0, 0, 0.29);
  transform: rotate(135deg) translateX(calc(-50% - 4px));
}
.form_area .select select {
  display: block;
  width: 100px;
  min-width: auto;
  font-size: 2rem;
  color: #707070;
  border: 1px solid #EEEEEE;
  background-color: #F7F7F7;
  border-radius: 5px;
  padding: 18px;
  margin-bottom: 35px;
}
.form_area .select.sm select {
  padding: 12px;
  font-size: 1.4rem;
  margin: 0 0 0 auto;
}
.form_area .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form_area .row > * {
  width: 100%;
}
.form_area .row > *:not(:last-of-type) {
  margin-right: 8px;
}
.form_area .choices_list > *:not(:last-of-type) {
  margin-bottom: 15px;
}
.form_area .button_area {
  position: inherit;
  margin-bottom: 35px;
}

p.text {
  line-height: 1.5;
  margin-bottom: 17px;
}
p.text:first-of-type {
  margin-top: 17px;
}

.footer_nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_nav li:not(:last-of-type)::after {
  content: "|";
  color: #707070;
  margin: 0 10px;
}
.unsubscribe_wr {
  min-height: calc(100vh - 130px);
  display: flex;
  flex-direction: column;
}
.unsubscribe_wr .unsubscribe {
  margin-top: auto;
}

.nav_list {
  font-size: 1.8rem;
}
.nav_list li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav_list li::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid rgba(0, 0, 0, 0.29);
  border-right: 2px solid rgba(0, 0, 0, 0.29);
  transform: rotate(45deg);
}
.nav_list li:hover::after {
  border-color: #E67F18;
}
.nav_list li.badge[data-num="0"]::before {
  display: none;
}
.nav_list li.badge::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: attr(data-num);
  min-width: 30px;
  height: 30px;
  box-sizing: border-box;
  padding: 4px;
  font-size: 1.8rem;
  font-weight: bold;
  color: white;
  background-color: #F3A4A8;
  border-radius: 50vw;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  z-index: 1;
}
.nav_list li a {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: min(24px, 5%) 0;
  color: #707070;
}
.nav_list li a .icon {
  display: block;
  width: 30px;
  height: 33px;
  margin: -3px min(18px, 3%) -3px 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}
.nav_list li.top .icon {
  background-image: url("../img/user/icon_top.png");
}

.nav_list li.profile .icon {
  background-image: url("../img/user/icon_profile.png");
}

.nav_list li.payment .icon {
  background-image: url("../img/user/icon_payment.png");
}

.nav_list li.log .icon {
  background-image: url("../img/user/icon_log.png");
}

.nav_list li.about .icon {
  background-image: url("../img/user/icon_about.png");
}

.nav_list li.faq .icon {
  background-image: url("../img/user/icon_faq.png");
}

.nav_list li.news .icon {
  background-image: url("../img/user/icon_news.png");
}

.nav_list li.terms .icon {
  background-image: url("../img/user/icon_terms.png");
}

.nav_list li.privacy .icon {
  background-image: url("../img/user/icon_privacy.png");
}

.nav_list li.request .icon {
  background-image: url("../img/user/icon_request.png");
}

.nav_list li.contact .icon {
  background-image: url("../img/user/icon_contact.png");
}

.nav_list li.logout .icon {
  background-image: url("../img/user/icon_logout.png");
}

.js-area-selector-pref, .js-area-selector-city, .js-cook-selector-pref {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: white;
  z-index: 1000;
}
.js-area-selector-pref .responsive-container, .js-area-selector-city .responsive-container, .js-cook-selector-pref .responsive-container {
  height: 100%;
  overflow-y: scroll;
}

@supports (-webkit-touch-callout: none) {
  .js-area-selector-pref, .js-area-selector-city, .js-cook-selector-pref {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}
.area_list .location .icon {
  display: flex;
  align-items: center;
}
.area_list .location .icon::before {
  content: "";
  display: block;
  width: 29px;
  height: 29px;
  background: url("../img/icon_location.svg");
  background-size: 100% 100%;
  margin-right: 10px;
}
.area_list > * a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.8rem;
  padding: min(4.2%, 18px) min(5.6%, 24px);
  border-bottom: 1px solid #ACACAC;
  transition: border-color 0.2s, background-color 0.2s;
}
.area_list > * a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid rgba(0, 0, 0, 0.29);
  border-right: 2px solid rgba(0, 0, 0, 0.29);
  transform: rotate(45deg);
}
.area_list > * a:hover {
  background-color: rgba(172, 172, 172, 0.1);
}
.area_list > * a:hover::after {
  border-color: #E67F18;
}

.cook_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.cook_list li {
  width: calc((100% - 20px) / 3);
  margin-right: 10px;
  height: 100px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
}
.cook_list li:nth-of-type(3n) {
  margin-right: 0;
}
@media (max-width: 577px) {
  .cook_list li {
    width: calc((100% - 10px) / 2);
  }
  .cook_list li:nth-of-type(3n) {
    margin-right: 10px;
  }
  .cook_list li:nth-of-type(2n) {
    margin-right: 0;
  }
}
.cook_list li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: white;
  background-color: #ccc;
}
.cook_list li a p {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 18px 10px 10px;
  font-size: 1.4rem;
  font-weight: 700;
  background: linear-gradient(to bottom, rgba(49, 49, 49, 0) 0%, #313131 100%);
}
.cook_list li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.3s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.navi-trigger {
  position: relative;
  z-index: 3;
}

.faq_list {
  margin-bottom: 77px;
}
.faq_list .faq_item {
  font-size: 1.6rem;
  padding: 0 14px;
  margin-bottom: 2px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.16);
}
.faq_list .faq_item:not(:last-of-type) {
  margin-bottom: 10px;
}
.faq_list .faq_item .question, .faq_list .faq_item .answer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  line-height: 1.5;
}
.faq_list .faq_item .question::before, .faq_list .faq_item .answer::before {
  content: attr(data-type);
  display: block;
  color: #BABABA;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin-right: 10px;
}
.faq_list .faq_item .question {
  font-size: 1.8rem;
  padding: 23px 38px 23px 0;
}
.faq_list .faq_item .question::after {
  position: absolute;
  top: calc(50% - 6px);
  right: 10px;
  content: "";
  width: 12px;
  height: 12px;
  border-right: 2px solid rgba(0, 0, 0, 0.29);
  border-bottom: 2px solid rgba(0, 0, 0, 0.29);
  transform: rotate(-45deg);
  transition: 0.3s ease-out;
}
.faq_list .faq_item .answer {
  font-size: 1.4rem;
  border-top: 1px solid #ccc;
  padding: 20px 20px 23px 0;
}
.faq_list .faq_item .answer::before {
  color: #F3A4A8;
}
.faq_list .faq_item .answer p:first-of-type {
  margin-top: 4px;
}
.faq_list .faq_item.active {
  background-color: #F0F0F0;
}
.faq_list .faq_item.active .question::after {
  transform: rotate(45deg);
}

/*# sourceMappingURL=faq.css.map */
