@charset "UTF-8";

/* patch */
.comp-footer-sub {
  margin-bottom: 16px;
}

.framework-0 {
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  color: #454545;
}

.framework-0 p,
.framework-0 dt {
  font-size: 16px;
}

@media (max-width: 768px) {
  .framework-0 p,
  .framework-0 dt {
    font-size: 14px;
  }
}

.framework-0 a {
  color: #454545;
  text-decoration: none;
}

.framework-0 a:hover,
.framework-0 a:active {
  color: #454545;
  opacity: 1;
}

.framework-0 .btn-primary {
  color: #ffffff;
  background-color: #bf0000;
  text-decoration: none;
  padding: 0 24px;
}

.framework-0 .btn-primary:hover,
.framework-0 .btn-primary:active {
  color: #ffffff;
  background-color: #ff1212;
}

.framework-0 .btn-outline-primary {
  color: #bf0000;
  border: 1px solid #bf0000;
  text-decoration: none;
  padding: 0 24px;
}

.framework-0 .btn-outline-primary:hover,
.framework-0 .btn-outline-primary:active {
  color: #ffffff;
  background-color: #ff1212;
  border: none;
}

.framework-0 .btn-big,
.framework-0 .btn-secondary {
  color: #ffffff;
  text-decoration: none;
}

.framework-0 .btn-big:hover,
.framework-0 .btn-big:active,
.framework-0 .btn-secondary:hover,
.framework-0 .btn-secondary:active,
.framework-0 .btn-outline-secondary:hover,
.framework-0 .btn-outline-secondary:active {
  color: #ffffff;
}

.framework-0 .btn-toto {
  color: #000000;
  text-decoration: none;
}

.framework-0 .btn-toto:hover,
.framework-0 .btn-toto:active {
  color: #000000;
}

.comp-footer-list .js-accordion {
  border: 0;
}

.framework-0 .comp-footer-sub {
  margin-bottom: 16px;
}

body.is-fixed .framework-0 .headerEl {
  width: 100vw;
}

.framework-0 .global-nav {
  max-width: 100vw;
}

.framework-0 .nav-btn-name {
  line-height: 1;
}

.framework-0 a.card {
  color: #454545;
  text-decoration: none;
}

.framework-0 .card-foot a {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  text-decoration: none;
}

.framework-0 .card-foot a .ico {
  font-size: 13px;
}

.framework-0 .article-item {
  text-decoration: none;
}

/* patch */

button {
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.campaign-wrap {
  max-width: 980px;
}

.sample-img {
  display: block;
  background-color: #454545;
  width: 980px;
  height: 450px;
}

.lh-1 {
  line-height: 1;
}

.lh-narrow {
  line-height: 1.3;
}

.list-img {
  display: block;
  width: 300px;
  min-width: 300px;
  height: auto;
}
@media (max-width: 768px) {
  .list-img {
    width: 100%;
    min-width: 100%;
  }
}

.align-items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .flex-md-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.bg-light-gray {
  background-color: #efefef;
}

.hover-light {
  color: #454545;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.hover-light:hover {
  color: #454545;
  background-color: #f7f7f7 !important;
}

.hover-shadow-lg {
  color: #454545;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(69, 69, 69, 0.25);
  box-shadow: 0px 0px 4px 0px rgba(69, 69, 69, 0.25);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.hover-shadow-lg:hover {
  color: #454545;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(69, 69, 69, 0.25);
  box-shadow: 0px 0px 8px 0px rgba(69, 69, 69, 0.25);
}

.hover-opacity {
  color: #454545 !important;
  text-decoration: none !important;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.hover-opacity:hover {
  color: #454545 !important;
  opacity: 0.8 !important;
}

.btn-small {
  width: auto;
  max-width: auto;
  height: auto;
  line-height: 1;
  padding: 14px 40px 15px;
  font-size: 14px;
  cursor: pointer;
}

.btn-scroll-up {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 44px;
  max-width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 50rem;
  line-height: 1;
  font-size: 14px;
  cursor: pointer;
}

.position-absolute {
  position: absolute;
}

.right-0 {
  right: 0;
}

.bottom-m20 {
  bottom: -20px;
}

.w-100 {
  width: 100% !important;
  max-width: 100% !important;
}

@media (max-width: 768px) {
  .w-md-100 {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.ms-falf {
  margin-left: 4px;
}

@media (max-width: 576px) {
  .align-items-sm-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.js-load-end {
  display: none;
  width: 100%;
  line-height: 1;
  padding: 10px 24px 11px;
  font-size: 14px;
}

.rounded-pill {
  border-radius: 50rem;
}

ul.grid-3 {
  list-style: none;
}

.js-list-display li:nth-child(n+7) {
  display: none;
}

.mb-half {
  margin-bottom: 4px;
}

.label {
  display: inline-block;
  position: relative;
  width: auto;
  height: 22px;
  text-align: center;
  padding: 4px 20px;
  font-size: 12px;
  line-height: 1.3;
  background: #000;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.label.normal {
  background: #e61010;
}
.label.omakase {
  background: #198754;
}
.label.beginner {
  background: #1E7AC4;
}

.label:before, .label:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}

.label:before {
  top: -1px;
  left: -1px;
  border-width: 12px 0px 12px 6px;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fff;
  border-style: solid;
}

.label:after {
  top: -1px;
  right: -1px;
  border-width: 12px 6px 12px 0px;
  border-color: rgba(255, 255, 255, 0) #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  border-style: solid;
}