@charset "UTF-8";
/*----------------------------------------
media query
----------------------------------------*/
/*----------------------------------------

	Default CSS
	default setting

-----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
body,
div,
dl,
dt,
dd,
th,
td,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
figure {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
em,
p {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
}

th {
  text-align: left;
  font-weight: normal;
}

li {
  list-style: none;
  vertical-align: bottom;
}

li img {
  vertical-align: top;
}

img,
table,
th,
td {
  border: 0;
}

hr {
  display: none;
}

input,
textarea,
select {
  color: #333333;
  font-size: 100%;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic,sans-serif", sans-serif;
}

/*----------------------------------------
	body setting
-----------------------------------------*/
body {
  background-color: #fff;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic,sans-serif", sans-serif;
}

/*----------------------------------------
	link setting
-----------------------------------------*/
a:link,
a:visited {
  color: #111;
  text-decoration: none;
}

a:hover,
a:active {
  color: #111;
  text-decoration: none;
}

/*----------------------------------------
	clearfix
-----------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0px;
  font-size: 0.1px;
  line-height: 0.1px;
}

.clearfix {
  display: inline-block;
  position: relative;
  /* DW */
}

/* Hides from IE-mac \*/
.clearfix {
  display: block;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* End hide from IE-mac */
/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input:not([type=radio]),
textarea {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  color: #2D4335;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

section {
  position: relative;
}

h1 {
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  h1 {
    font-size: 1.8rem;
  }
}

h2 {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  h2 {
    font-size: 1.8rem;
  }
}

h3 {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  h3 {
    font-size: 1.4rem;
  }
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a:link,
a:visited,
a:hover {
  color: #2D4335;
  text-decoration: none;
  font-weight: 500;
}

a:hover {
  opacity: 0.5;
  transition: opacity 0.3s;
}

:focus {
  outline: none;
}

[v-cloak] {
  display: none;
}

.l-container {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  text-align: center;
  max-width: 540px;
  min-width: 320px;
}
@media screen and (min-width: 768px) {
  .l-container {
    max-width: 1300px;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .l-container {
    max-width: 1300px;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

.l-container-fluid {
  width: 100%;
  padding: 110px 0px;
  min-width: 1024px;
}
@media screen and (max-width: 1023px) {
  .l-container-fluid {
    padding: 50px 0px;
    text-align: center;
    min-width: 320px;
  }
}

@media screen and (max-width: 1023px) {
  .l-tb-container-fluid {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .l-sp-container-fluid {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.l-seciton {
  position: relative;
}

.l-wrapper {
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
.l-nav {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: all 0.3s;
}
.l-nav.is-active {
  display: block;
  opacity: 1;
  animation: fadein 0.3s linear;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.l-contents {
  grid-template-columns: 1fr 274px;
  align-items: flex-start;
  display: grid;
  gap: 100px;
  max-width: 1380px;
  margin: 0 auto;
  padding: 50px 50px 70px 50px;
}
.l-contents--col1 {
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (max-width: 1180px) {
  .l-contents {
    grid-template-columns: 1fr 25%;
  }
  .l-contents--col1 {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .l-contents {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    padding: 40px 50px 70px 50px;
  }
  .l-contents__inner {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-contents {
    padding: 20px 15px 30px 15px;
  }
  .l-contents__inner {
    padding-left: 25px;
  }
}

.l-main {
  position: relative;
}

.l-side {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px;
}

.l-menu {
  position: fixed;
  top: 0;
  right: 0;
  max-width: 275px;
  height: 100%;
  overflow: scroll;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  z-index: 200;
  align-content: flex-start;
  transform: translateX(102%);
}
.l-menu::-webkit-scrollbar {
  display: none;
}
.l-menu.is-active {
  animation: slidein 0.3s cubic-bezier(0.5, 1, 0.89, 1) forwards;
}
.l-menu.is-deactive {
  animation: slideout 0.3s forwards;
}
@media screen and (max-width: 767px) {
  .l-menu {
    max-width: 253px;
  }
}

@keyframes slidein {
  0% {
    transform: translateX(102%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes slideout {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(102%);
  }
}
.c-button {
  position: relative;
  display: inline-block;
  background: #2D4335;
  color: white;
  padding: 10px 50px;
  min-width: 222px;
  margin: 0 auto;
  font-size: 1.5rem;
  letter-spacing: 0;
  text-align: center;
  border-radius: 50px;
}
.c-button:link, .c-button:visited {
  color: white;
}
.c-button:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 25px;
  top: 19px;
}
@media screen and (min-width: 768px) {
  .c-button {
    min-width: 285px;
    padding: 15px 50px;
    font-size: 2rem;
  }
  .c-button:after {
    top: 28px;
  }
}

.c-cart-button {
  position: relative;
}
.c-cart-button img {
  position: absolute;
  top: 22px;
  left: 20px;
  width: 20px;
  z-index: 1;
  cursor: pointer;
  pointer-events: none;
}
.c-cart-button button {
  position: relative;
  display: block;
  width: 410px;
  align-items: center;
  justify-content: center;
  background: #DB934A;
  color: white;
  padding: 18px 10px;
  width: 100%;
  max-width: 410px;
  font-size: 1.6rem;
  font-weight: bold !important;
  letter-spacing: 0;
  border-radius: 3px;
  text-align: center;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-cart-button img {
    top: 25px;
    left: 40px;
  }
  .c-cart-button button {
    padding: 20px 20px;
    font-size: 2rem;
  }
  .c-cart-button button:after {
    top: 28px;
  }
}

.c-cart-button--pu button {
  background: #694B84;
}
.c-cart-button--bl button {
  background: #2E3578;
}
.c-cart-button--purple button {
  background: #94196B;
}
.c-cart-button--gold button {
  background: #C1A319;
}
.c-cart-button--orange button {
  background: #EA5504;
}
.c-cart-button--brown button {
  background: #813E11;
}
.c-cart-button--detosmart button {
  background: #C0003B;
}
.c-cart-button--locomotto button {
  background: #D80C18;
}
.c-cart-button--itobihatsu button {
  background: #699C55;
}

.c-heading {
  text-align: left;
  margin-bottom: 40px;
}
.c-heading h2,
.c-heading h3 {
  font-size: 2.6rem;
  padding-left: 5px;
  display: flex;
  line-height: 1.4;
}
.c-heading h2::before,
.c-heading h3::before {
  content: "";
  margin-top: 20px;
  border-top: solid 2px #2D4335;
  display: inline-block;
  width: 40px;
  font-size: 0;
  line-height: 0;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .c-heading {
    margin-bottom: 60px;
  }
  .c-heading h2,
  .c-heading h3 {
    font-size: 4rem;
    padding-left: 5px;
  }
  .c-heading h2::before,
  .c-heading h3::before {
    margin-top: 30px;
    border-top: solid 3px #2D4335;
    width: 60px;
    margin-right: 30px;
  }
}

.c-flex, .c-flex--nw {
  display: flex;
  flex-wrap: wrap;
}
.c-flex--nw {
  flex-wrap: nowrap;
}
.c-flex__col-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}
.c-flex__col-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}
.c-flex__col-3 {
  flex-basis: 25%;
  max-width: 25%;
}
.c-flex__col-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}
.c-flex__col-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}
.c-flex__col-6 {
  flex-basis: 50%;
  max-width: 50%;
}
.c-flex__col-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}
.c-flex__col-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}
.c-flex__col-9 {
  flex-basis: 75%;
  max-width: 75%;
}
.c-flex__col-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}
.c-flex__col-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}
.c-flex__col-12 {
  flex-basis: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-flex__col-1--sm {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-flex__col-2--sm {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .c-flex__col-3--sm {
    flex-basis: 25%;
    max-width: 25%;
  }
  .c-flex__col-4--sm {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-flex__col-5--sm {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-flex__col-6--sm {
    flex-basis: 50%;
    max-width: 50%;
  }
  .c-flex__col-7--sm {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-flex__col-8--sm {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-flex__col-9--sm {
    flex-basis: 75%;
    max-width: 75%;
  }
  .c-flex__col-10--sm {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .c-flex__col-11--sm {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .c-flex__col-12--sm {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-flex__col-1--md {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-flex__col-2--md {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .c-flex__col-3--md {
    flex-basis: 25%;
    max-width: 25%;
  }
  .c-flex__col-4--md {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-flex__col-5--md {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-flex__col-6--md {
    flex-basis: 50%;
    max-width: 50%;
  }
  .c-flex__col-7--md {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-flex__col-8--md {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-flex__col-9--md {
    flex-basis: 75%;
    max-width: 75%;
  }
  .c-flex__col-10--md {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .c-flex__col-11--md {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .c-flex__col-12--md {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.c-grid--col-12, .c-grid--col-11, .c-grid--col-10, .c-grid--col-9, .c-grid--col-8, .c-grid--col-7, .c-grid--col-6, .c-grid--col-5, .c-grid--col-4, .c-grid--col-3, .c-grid--col-2 {
  display: grid;
}

.c-grid--col-2 {
  grid-template-columns: repeat(2, 1fr);
}
.c-grid--col-3 {
  grid-template-columns: repeat(3, 1fr);
}
.c-grid--col-4 {
  grid-template-columns: repeat(4, 1fr);
}
.c-grid--col-5 {
  grid-template-columns: repeat(5, 1fr);
}
.c-grid--col-6 {
  grid-template-columns: repeat(6, 1fr);
}
.c-grid--col-7 {
  grid-template-columns: repeat(7, 1fr);
}
.c-grid--col-8 {
  grid-template-columns: repeat(8, 1fr);
}
.c-grid--col-9 {
  grid-template-columns: repeat(9, 1fr);
}
.c-grid--col-10 {
  grid-template-columns: repeat(10, 1fr);
}
.c-grid--col-11 {
  grid-template-columns: repeat(11, 1fr);
}
.c-grid--col-12 {
  grid-template-columns: repeat(12, 1fr);
}
@media screen and (max-width: 767px) {
  .c-grid--col-1--sm {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-grid--col-2--sm {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-grid--col-3--sm {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-grid--col-4--sm {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-grid--col-5--sm {
    grid-template-columns: repeat(5, 1fr);
  }
  .c-grid--col-6--sm {
    grid-template-columns: repeat(6, 1fr);
  }
  .c-grid--col-7--sm {
    grid-template-columns: repeat(7, 1fr);
  }
  .c-grid--col-8--sm {
    grid-template-columns: repeat(8, 1fr);
  }
  .c-grid--col-9--sm {
    grid-template-columns: repeat(9, 1fr);
  }
  .c-grid--col-10--sm {
    grid-template-columns: repeat(10, 1fr);
  }
  .c-grid--col-11--sm {
    grid-template-columns: repeat(11, 1fr);
  }
  .c-grid--col-12--sm {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media screen and (max-width: 1023px) {
  .c-grid--col-1--md {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-grid--col-2--md {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-grid--col-3--md {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-grid--col-4--md {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-grid--col-5--md {
    grid-template-columns: repeat(5, 1fr);
  }
  .c-grid--col-6--md {
    grid-template-columns: repeat(6, 1fr);
  }
  .c-grid--col-7--md {
    grid-template-columns: repeat(7, 1fr);
  }
  .c-grid--col-8--md {
    grid-template-columns: repeat(8, 1fr);
  }
  .c-grid--col-9--md {
    grid-template-columns: repeat(9, 1fr);
  }
  .c-grid--col-10--md {
    grid-template-columns: repeat(10, 1fr);
  }
  .c-grid--col-11--md {
    grid-template-columns: repeat(11, 1fr);
  }
  .c-grid--col-12--md {
    grid-template-columns: repeat(12, 1fr);
  }
}

.c-grid-g20 {
  gap: 20px;
}

.c-grid-g30 {
  gap: 30px;
}

.c-grid-g40 {
  gap: 40px;
}

.c-grid-g50 {
  gap: 50px;
}

.c-grid-g60 {
  gap: 60px;
}

.c-grid-g70 {
  gap: 70px;
}

.c-grid-g80 {
  gap: 80px;
}

.c-grid-g90 {
  gap: 90px;
}

.c-grid-g100 {
  gap: 100px;
}

.c-menu-icon {
  display: block;
  padding: 10px 0px;
  text-align: center;
}
.c-menu-icon span {
  display: block;
  width: 34px;
  height: 1px;
  background: #2D4335;
  border-radius: 3px;
  margin: 4px 0;
  transition: all 0.3s;
  transform-origin: center;
}
.c-menu-icon p {
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 1rem;
}
@media screen and (max-width: 1023px) {
  .c-menu-icon {
    display: block;
  }
}

.c-tag {
  font-size: 1.1rem;
  display: inline-block;
  background: #001d2f;
  color: white;
  padding: 2px 20px;
  border-radius: 20px;
}
.c-tag:link, .c-tag:visited {
  color: white;
}
.c-tag.new {
  background: #6b2305;
}
.c-tag.category {
  background: #745e1d;
}
@media screen and (max-width: 767px) {
  .c-tag {
    font-size: 1rem;
    padding: 0px 10px;
    border-radius: 10px;
  }
}

.c-form-select {
  position: relative;
  min-width: 210px;
}
.c-form-select select::-ms-expand {
  display: none;
}
.c-form-select::before {
  content: "";
  width: 0;
  height: 0;
  border-left: solid 1px #2D4335;
  height: 25px;
  right: 40px;
  top: 10px;
  position: absolute;
  pointer-events: none;
}
.c-form-select:after {
  content: "";
  width: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #2D4335 transparent transparent transparent;
  right: 14px;
  top: 18px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
}
.c-form-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 320px;
  height: 40px;
  margin: 2px 0px;
  padding: 0px 24px;
  font-size: 18px;
  line-height: 1.75;
  color: #2D4335;
  font-weight: 500;
  background-color: #ffffff;
  background-image: none;
  border: solid 1px #2D4335;
  -ms-word-break: normal;
  word-break: normal;
  line-height: 1.2;
}

.p-header {
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  pointer-events: none;
}
.p-header__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.p-header__logo {
  background: rgba(45, 67, 53, 0.8);
  padding: 20px 10px;
  pointer-events: initial;
}
.p-header__logo img {
  vertical-align: middle;
  width: 100%;
  max-width: 94px;
}
.p-header__menu {
  pointer-events: initial;
  display: flex;
  align-items: center;
  background: #F7F6F0;
  padding: 12px 15px;
}
.p-header__menu li {
  margin: 0 12px;
}
.p-header__menu li a {
  display: flex;
  align-items: center;
}
.p-header__menu li a img {
  width: 18px;
}
@media screen and (min-width: 768px) {
  .p-header {
    padding: 0 0 0 30px;
  }
  .p-header__logo {
    padding: 50px 20px;
  }
  .p-header__logo img {
    width: 100%;
    max-width: 188px;
  }
  .p-header__menu {
    padding: 15px 10px;
  }
  .p-header__menu li {
    margin: 0 15px;
  }
  .p-header__menu li a img {
    width: 25px;
  }
}

.p-footer__inner {
  padding: 50px 30px 50px 30px;
  max-width: 375px;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-footer__inner {
    padding: 50px 30px 50px 30px;
    max-width: 1260px;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
.p-footer-brand {
  background: #F7F6F0;
}
.p-footer-brand__info {
  font-size: 1.2rem;
  flex-basis: 100%;
  margin-bottom: 40px;
}
.p-footer-brand__catch {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.p-footer-brand__logo {
  margin-bottom: 20px;
}
.p-footer-brand__logo img {
  max-width: 163px;
}
.p-footer-brand__nav {
  flex-basis: 100%;
  margin-bottom: 40px;
}
.p-footer-brand__nav li {
  font-size: 1.6rem;
}
.p-footer-brand__nav--seccondary ul {
  margin-bottom: 30px;
}
.p-footer-brand__nav--seccondary li {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.p-footer-brand__contact {
  font-weight: 500;
  margin-left: 0px;
  margin: 0 auto;
}
.p-footer-brand__contact-item {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.p-footer-brand__contact-item p {
  font-weight: 500;
}
.p-footer-brand__reception {
  font-size: 1.2rem;
}
.p-footer-brand__tel {
  font-size: 3rem;
  line-height: 1.3;
}
.p-footer-brand__tel a {
  font-size: 3rem;
}
.p-footer-brand__tel a img {
  width: 25px;
  transform: translateY(-5px);
  margin-right: 5px;
}
.p-footer-brand__fax {
  font-size: 3rem;
  line-height: 1.3;
}
.p-footer-brand__fax img {
  width: 25px;
  transform: translateY(-5px);
  margin-right: 5px;
}
.p-footer-brand__sns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-footer-brand__sns li {
  margin: 0 8px;
}
.p-footer-brand__sns a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-footer-brand__sns img {
  width: 30px;
}
@media screen and (min-width: 768px) {
  .p-footer-brand__info {
    font-size: 1.4rem;
    flex-basis: 33%;
    margin-bottom: 0;
  }
  .p-footer-brand__catch {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .p-footer-brand__logo {
    margin-bottom: 50px;
  }
  .p-footer-brand__logo img {
    max-width: 285px;
  }
  .p-footer-brand__nav {
    flex-basis: 18%;
    margin-bottom: 0px;
  }
  .p-footer-brand__nav li {
    font-size: 1.8rem;
  }
  .p-footer-brand__nav--seccondary ul {
    margin-bottom: 30px;
  }
  .p-footer-brand__nav--seccondary li {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .p-footer-brand__contact {
    font-weight: 500;
    margin-left: 40px;
  }
  .p-footer-brand__contact-item {
    text-align: left;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .p-footer-brand__contact-item p {
    font-weight: 500;
  }
  .p-footer-brand__sns {
    justify-content: flex-start;
  }
  .p-footer-brand__sns li {
    margin: 0 15px 0 0;
  }
}
.p-footer-global {
  background: #FAFAFA;
}
.p-footer-global__links {
  flex-basis: 100%;
  margin-bottom: 40px;
}
.p-footer-global__links:last-of-type {
  margin-bottom: 0;
}
.p-footer-global__links h3 {
  color: #707070;
  border-bottom: solid 1px #707070;
  font-size: 1.6rem;
  font-weight: 500;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.p-footer-global__links li {
  line-height: 1.8;
}
.p-footer-global__links a {
  color: #707070;
  font-size: 1.2rem;
  letter-spacing: 0;
}
.p-footer-global__links a:link, .p-footer-global__links a:visited {
  color: #707070;
}
.p-footer-global__links a::before {
  content: "― ";
}
@media screen and (min-width: 768px) {
  .p-footer-global__links {
    flex-basis: 25%;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .p-footer-global__links:nth-of-type(4n-3) {
    padding-left: 0;
    padding-right: 15px;
  }
  .p-footer-global__links:nth-of-type(4n-2) {
    padding-left: 5px;
    padding-right: 10px;
  }
  .p-footer-global__links:nth-of-type(4n-1) {
    padding-left: 10px;
    padding-right: 5px;
  }
  .p-footer-global__links:nth-of-type(4n) {
    padding-left: 15px;
    padding-right: 0;
  }
  .p-footer-global__links li {
    line-height: 1.5;
  }
}
.p-footer-security {
  padding: 20px;
  letter-spacing: 0;
}
.p-footer-security ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  flex-wrap: wrap;
}
.p-footer-security ul li {
  margin: 0 15px;
}
.p-footer-security ul li:nth-of-type(1) {
  width: 90px;
}
.p-footer-security ul li:nth-of-type(2) {
  width: 82px;
}
.p-footer-security ul li:nth-of-type(3) {
  width: 89px;
}
.p-footer-security ul li:nth-of-type(4) {
  width: 100px;
}
.p-footer-security ul li:nth-of-type(5) {
  width: 49px;
}
.p-footer-security p {
  text-align: center;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-footer-security ul {
    margin-bottom: 5px;
    flex-wrap: nowrap;
  }
  .p-footer-security ul li {
    margin: 0 20px;
  }
  .p-footer-security ul li:nth-of-type(1) {
    width: 121px;
  }
  .p-footer-security ul li:nth-of-type(2) {
    width: 110px;
  }
  .p-footer-security ul li:nth-of-type(3) {
    width: 120px;
  }
  .p-footer-security ul li:nth-of-type(4) {
    width: 134px;
  }
  .p-footer-security ul li:nth-of-type(5) {
    width: 66px;
  }
  .p-footer-security p {
    font-size: 1.2rem;
  }
}
.p-footer-bottom {
  background: #FAFAFA;
}
.p-footer-bottom__inner {
  letter-spacing: 0;
  padding: 20px 40px;
}
.p-footer-bottom__info {
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.p-footer-bottom__satty {
  flex-basis: 77px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.p-footer-bottom__pyuru {
  flex-basis: 104px;
  margin-left: 10px;
  margin-bottom: 20px;
}
.p-footer-bottom__address {
  flex-basis: 100%;
  text-align: center;
  font-size: 1.2rem;
}
.p-footer-bottom__description {
  font-size: 1rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-footer-bottom {
    background: #FAFAFA;
  }
  .p-footer-bottom__inner {
    display: flex;
    justify-content: space-between;
    letter-spacing: 0;
    padding: 20px 40px;
  }
  .p-footer-bottom__info {
    justify-content: flex-start;
    font-size: 1.4rem;
  }
  .p-footer-bottom__satty {
    flex-basis: 90px;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .p-footer-bottom__pyuru {
    flex-basis: 120px;
    margin-right: 40px;
    margin-bottom: 0;
  }
  .p-footer-bottom__address {
    flex-basis: auto;
    text-align: left;
    font-size: 1.4rem;
  }
  .p-footer-bottom__description {
    font-size: 1.2rem;
  }
}
.p-footer__pagetop {
  position: fixed;
  bottom: 0px;
  right: 20px;
  display: none;
}
.p-footer__pagetop img {
  width: 40px;
}
@media screen and (min-width: 768px) {
  .p-footer__pagetop {
    right: 40px;
  }
  .p-footer__pagetop img {
    width: 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-card {
    display: block;
  }
}
.p-card__image {
  position: relative;
  padding-top: 75%;
  margin-bottom: 15px;
}
.p-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-card__tags {
  margin-bottom: 5px;
}
.p-card__tags .c-tag {
  margin-right: 8px;
}
.p-card__category {
  margin-bottom: 10px;
  color: #999;
  line-height: 1.2;
}
.p-card__category a {
  font-size: 1.4rem;
  font-weight: bold;
  display: inline-block;
}
.p-card__category a:link, .p-card__category a:visited {
  color: #999;
}
.p-card__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-card__date {
  font-size: 1.1rem;
}
.p-card__bottom a {
  padding: 10px 0;
  display: flex;
  flex-wrap: nowrap;
}
.p-card__area {
  writing-mode: vertical-rl;
  font-size: 2.2rem;
  text-align: center;
  padding: 0px 5px;
  margin-right: 10px;
  border-right: solid 1px #2D4335;
}
.p-card__title {
  flex-grow: 1;
  font-size: 1.8rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-card {
    margin-bottom: 25px;
  }
  .p-card__image {
    margin-bottom: 10px;
  }
  .p-card__tags {
    margin-bottom: 5px;
  }
  .p-card__tags .c-tag {
    margin-right: 5px;
  }
  .p-card__category {
    margin-bottom: 10px;
  }
  .p-card__category a {
    font-size: 1rem;
  }
  .p-card__date {
    font-size: 1rem;
  }
  .p-card__bottom a {
    padding: 0;
  }
  .p-card__area {
    font-size: 1rem;
    padding: 0px 2px;
    margin-right: 5px;
  }
  .p-card__title {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-card-pickup {
  position: relative;
  display: block;
  margin: 30px 12px 30px;
}
.p-card-pickup a:link, .p-card-pickup a:visited {
  color: white;
}
.p-card-pickup__image {
  padding-top: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  box-shadow: 0px 13px 15px rgba(0, 0, 0, 0.24);
}
.p-card-pickup__contents {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 20px 20px;
}
.p-card-pickup__title {
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-weight: bold;
  font-size: 1.4rem;
  -webkit-line-clamp: 2;
}
.p-card-pickup__tag {
  position: absolute;
  top: -8px;
  left: 15px;
  font-size: 1.1rem;
  padding: 10px 15px;
  color: white;
  background: #001d2f;
  z-index: 1;
}
.p-card-pickup__tag.new {
  background: #6b2305;
}
.p-card-pickup__tag.category {
  background: #745e1d;
}
@media screen and (max-width: 767px) {
  .p-card-pickup {
    margin: 10px 6px;
  }
  .p-card-pickup__image {
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.24);
  }
  .p-card-pickup__contents {
    left: 0px;
    bottom: 0px;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    padding: 15px 12px;
  }
  .p-card-pickup__title {
    font-size: 1rem;
  }
  .p-card-pickup__tag {
    top: -8px;
    left: 7px;
    font-size: 1rem;
    padding: 7px 7px;
    background: #001d2f;
  }
}
.p-card-s {
  letter-spacing: 0em;
}
.p-card-s a {
  display: block;
}
.p-card-s__image {
  margin-bottom: 7px;
}
.p-card-s__image p {
  padding-top: 67.22%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.p-card-s__date {
  font-size: 1.2rem;
  letter-spacing: 0em;
  margin-bottom: 7px;
}
.p-card-s__contents {
  padding: 10px 0;
}
.p-card-s__title {
  font-size: 1.5rem;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
}
.p-card-s__tags {
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 0px;
  display: flex;
  color: #6f6e6e;
}
.p-card-s__tags p {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .p-card-s {
    letter-spacing: 0em;
  }
  .p-card-s__image {
    margin-bottom: 5px;
  }
  .p-card-s__date {
    font-size: 1rem;
    margin-bottom: 5px;
  }
  .p-card-s__title {
    font-size: 1.2rem;
  }
  .p-card-s__tags {
    font-size: 1rem;
  }
}

.p-menu {
  box-shadow: 2px 0px 6px rgba(0, 0, 0, 0.16);
  padding: 50px 25px 50px 25px;
  background: rgba(247, 246, 240, 0.9);
  width: 100%;
}
.p-menu--search {
  width: 100%;
  display: flex;
  align-items: center;
}
.p-menu__nav {
  font-size: 2rem;
  width: 100%;
  margin-bottom: 30px;
}
.p-menu__nav li {
  margin-bottom: 5px;
}
.p-menu__nav--seccondary {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.p-menu__nav--seccondary li {
  margin-bottom: 5px;
}
.p-menu__box-link {
  position: relative;
  border: solid 1px #2D4335;
  text-align: center;
  font-size: 1.4rem;
  padding: 4px 10px;
  max-width: 185px;
  margin: 0 auto 10px auto;
}
.p-menu__box-link a {
  display: block;
}
.p-menu__box-link span {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  top: 0px;
  left: 12px;
}
.p-menu__box-link img {
  width: 13px;
}
.p-menu__box-link--mypage img {
  width: 13px;
}
.p-menu__box-link--cart span {
  top: 0px;
  left: 10px;
}
.p-menu__box-link--cart img {
  width: 15px;
}
.p-menu__sns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  margin-bottom: 10px;
}
.p-menu__sns a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-menu__sns img {
  width: 25px;
}
.p-menu__close {
  position: absolute;
  top: 10px;
  right: 20px;
}
.p-menu__close img {
  width: 22px;
}
@media screen and (min-width: 768px) {
  .p-menu {
    padding: 50px 40px 50px 40px;
  }
  .p-menu__box-link {
    max-width: none;
  }
}

.p-breadcrumb {
  max-width: 1060px;
  padding: 0 30px;
  margin: 20px auto 0 auto;
  font-size: 1.2rem;
  color: #777777;
}
.p-breadcrumb__list {
  display: flex;
}
.p-breadcrumb a {
  color: #777777;
}
.p-breadcrumb a:link, .p-breadcrumb a:visited {
  color: #777777;
}
.p-breadcrumb__item {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.p-breadcrumb__item img {
  margin-top: 1px;
  margin-left: 10px;
  width: 5px;
}
@media screen and (min-width: 768px) {
  .p-breadcrumb {
    margin: 30px auto 0 auto;
    font-size: 1.4rem;
  }
}

.p-products {
  padding: 20px 0;
}
.p-products__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.p-products__list {
  gap: 40px;
  margin-bottom: 40px;
}
.p-products--food {
  background: #EEF2E4;
}
.p-products--functional-food {
  background: #F7F6F0;
}
@media screen and (min-width: 768px) {
  .p-products__list {
    gap: 50px;
  }
}

.p-product-card {
  text-align: left;
}
.p-product-card__image {
  margin-bottom: 20px;
}
.p-product-card__image img {
  border-radius: 3px;
}
.p-product-card__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.p-product-card__description {
  font-size: 1.4rem;
}
.p-product-card__description span {
  font-size: 1.2rem;
}
.p-product-card__description sup {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-product-card__title {
    margin-bottom: 10px;
  }
  .p-product-card__description {
    font-size: 1.6rem;
  }
  .p-product-card__description sup {
    font-size: 1rem;
  }
}

.p-product-dev-voice {
  background: white;
  padding: 30px 20px;
  margin-bottom: 60px;
}
.p-product-dev-voice__heading {
  margin-bottom: 30px;
  border-bottom: solid 1px #2D4335;
}
.p-product-dev-voice__heading h3 {
  font-size: 2.6rem !important;
  background: none !important;
  padding: 0 !important;
  padding-bottom: 0px !important;
  border-bottom: solid 1px #2D4335;
  margin-bottom: 2px !important;
  color: #2D4335 !important;
  border-radius: 0 !important;
}
.p-product-dev-voice__item {
  margin-bottom: 10px;
}
.p-product-dev-voice__images {
  margin-bottom: 10px;
}
.p-product-dev-voice__images figure {
  display: flex;
}
.p-product-dev-voice__images img {
  width: 107px;
  flex-shrink: 0;
  margin-bottom: 5px;
}
.p-product-dev-voice__images figcaption {
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.8;
  padding-left: 15px;
}
.p-product-dev-voice__text {
  flex-grow: 1;
}
.p-product-dev-voice__text h4 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px;
}
.p-product-dev-voice__text p {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-product-dev-voice {
    padding: 40px;
  }
  .p-product-dev-voice__heading {
    margin-bottom: 20px;
  }
  .p-product-dev-voice__heading h3 {
    font-size: 3rem !important;
    padding-bottom: 10px !important;
    margin-bottom: 2px;
  }
  .p-product-dev-voice__item {
    margin-bottom: 10px;
  }
  .p-product-dev-voice__contents {
    display: flex;
    flex-wrap: nowrap;
  }
  .p-product-dev-voice__images {
    flex-basis: 155px;
    flex-shrink: 0;
  }
  .p-product-dev-voice__images figure {
    display: block;
  }
  .p-product-dev-voice__images img {
    width: 100%;
    padding-right: 50px;
    margin-bottom: 5px;
  }
  .p-product-dev-voice__images figcaption {
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.8;
    padding-left: 0;
  }
  .p-product-dev-voice__text {
    flex-grow: 1;
  }
  .p-product-dev-voice__text h4 {
    font-size: 2.2rem;
    font-weight: 500;
  }
  .p-product-dev-voice__text p {
    font-size: 1.8rem;
    font-weight: 500;
  }
}

.p-product-feature-list {
  font-weight: 500;
}
.p-product-feature-list dt {
  margin-bottom: 5px;
  width: 160px;
}
.p-product-feature-list dd {
  margin-bottom: 15px;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-product-feature-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .p-product-feature-list dt {
    flex-basis: 172px;
    flex-shrink: 0;
    margin-bottom: 5px;
  }
  .p-product-feature-list dd {
    margin-bottom: 0px;
    flex-basis: calc(100% - 172px);
    flex-grow: 1;
    font-size: 1.6rem;
    padding-left: 10px;
  }
}

.slick-dots {
  margin: 10px 0 30px 0;
  width: 100%;
  display: flex;
  z-index: 1;
  justify-content: center;
}
.slick-dots li {
  position: relative;
  margin: 0px;
}
.slick-dots li button {
  font-size: 0;
  display: block;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  position: relative;
  margin: 0 5px;
  width: 15px;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.8rem;
  content: "●";
  text-align: center;
  opacity: 1;
  color: #CBCBCB;
  -webkit-font-smoothing: antialiased;
}
.slick-active button:before {
  color: #2D4335 !important;
}
.slick-arrow {
  position: absolute;
  top: 38%;
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  width: 28px;
  height: 54px;
}
.slick-prev {
  left: 8%;
  transform: rotate(180deg);
}
.slick-next {
  right: 8%;
}
.slick-current {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .slick-dots li button {
    margin: 0 10px;
  }
  .slick-dots li button:before {
    font-size: 3rem;
    content: "●";
  }
  .slick-arrow {
    top: 40%;
    width: 39px;
    height: 76px;
  }
  .slick-prev {
    left: 25%;
  }
  .slick-next {
    right: 25%;
  }
}

.home {
  padding-top: 34px;
}
.home h1 {
  display: none;
}
@media screen and (min-width: 768px) {
  .home {
    padding-top: 0;
  }
}
.home-slider {
  padding: 30px 0;
}
.home-slider__item {
  padding: 0 5px;
}
@media screen and (min-width: 768px) {
  .home-slider {
    padding: 30px 0;
  }
  .home-slider__item {
    padding: 0 15px;
  }
}
.home-about {
  background: #F7F6F0;
}
.home-about__introduction {
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 50px 0 50px 0;
}
.home-about__introduction .l-container {
  text-align: left;
}
.home-about h2 {
  font-size: 2.6rem;
  margin-bottom: 30px;
}
.home-about__description {
  text-align: left;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.home-about__description .home-about__image {
  margin-bottom: 30px;
  flex-basis: 100%;
}
.home-about__description .home-about__image img {
  max-width: 491px;
}
.home-about__description .home-about__text {
  flex-basis: 100%;
}
.home-about__description:nth-of-type(3) .home-about__image {
  flex-basis: 80%;
  margin: 0 auto 30px auto;
}
.home-about__description:nth-of-type(3) .home-about__image img {
  max-width: 352px;
}
.home-about__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .home-about__introduction {
    padding: 50px 0 250px 0;
  }
  .home-about h2 {
    font-size: 4rem;
    margin-bottom: 50px;
  }
  .home-about__description {
    max-width: 1000px;
  }
  .home-about__description:nth-of-type(1) {
    margin-bottom: 0px;
  }
  .home-about__description:nth-of-type(1) .home-about__image {
    flex-basis: 50%;
  }
  .home-about__description:nth-of-type(1) .home-about__image img {
    max-width: 491px;
    transform: translateX(-100px);
    margin-top: -170px;
    margin-bottom: 50px;
  }
  .home-about__description:nth-of-type(1) .home-about__text {
    flex-basis: 50%;
  }
  .home-about__description:nth-of-type(2) {
    margin-bottom: 60px;
  }
  .home-about__description:nth-of-type(2) .home-about__image {
    flex-basis: 40%;
  }
  .home-about__description:nth-of-type(2) .home-about__image img {
    max-width: 400px;
  }
  .home-about__description:nth-of-type(2) .home-about__text {
    padding-top: 20px;
    flex-basis: 60%;
  }
  .home-about__description:nth-of-type(3) {
    align-items: center;
  }
  .home-about__description:nth-of-type(3) .home-about__image {
    flex-basis: 40%;
  }
  .home-about__description:nth-of-type(3) .home-about__image img {
    max-width: 352px;
  }
  .home-about__description:nth-of-type(3) .home-about__text {
    padding-top: 20px;
    flex-basis: 55%;
  }
  .home-about__text {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 2;
  }
}
.home-division img {
  height: 267px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .home-division img {
    height: 475px;
  }
}
.home-philosophy__inner {
  text-align: left;
  max-width: 1000px;
  margin: 0 auto 40px auto;
}
.home-philosophy__description {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 40px;
}
.home-philosophy__list {
  justify-content: center;
  max-width: 800px;
  margin: 0 auto 30px auto;
}
.home-philosophy__list li {
  margin-bottom: 30px;
  text-align: center;
}
.home-philosophy__list img {
  max-width: 125px;
}
.home-philosophy__list li:nth-of-type(2) {
  padding-left: 0;
}
.home-philosophy__list li:nth-of-type(2) img {
  max-width: 153px;
}
.home-philosophy__dev picture {
  flex-basis: 100%;
}
.home-philosophy__dev p {
  flex-basis: 100%;
  padding: 30px 0 0 0;
  font-weight: 500;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .home-philosophy__inner {
    margin: 0 auto 40px auto;
  }
  .home-philosophy__description {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
  .home-philosophy__list {
    margin-bottom: 60px;
  }
  .home-philosophy__list img {
    max-width: 140px;
  }
  .home-philosophy__list li:nth-of-type(2) img {
    max-width: 170px;
  }
  .home-philosophy__dev picture {
    flex-basis: 50%;
  }
  .home-philosophy__dev p {
    flex-basis: 50%;
    padding: 30px 0 30px 50px;
  }
}
.home-development .l-container {
  padding-top: 0;
}
.home-development__inner {
  text-align: left;
  max-width: 1000px;
  margin: 0 auto 60px auto;
}
.home-development__images {
  margin-bottom: 20px;
}
.home-development__image {
  flex-basis: 100%;
  margin-bottom: 20px;
}
.home-development__description-text {
  flex-basis: 100%;
  font-weight: 500;
  line-height: 2.2;
  margin-bottom: 40px;
}
.home-development__description-image {
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .home-development__inner {
    margin: 0 auto 60px auto;
  }
  .home-development__images {
    margin-bottom: 0px;
  }
  .home-development__image {
    margin-bottom: 0px;
    flex-basis: 50%;
    padding-bottom: 50px;
  }
  .home-development__image:nth-of-type(2n-1) {
    padding-left: 0;
    padding-right: 25px;
  }
  .home-development__image:nth-of-type(2n) {
    padding-left: 25px;
    padding-right: 0;
  }
  .home-development__description-text {
    flex-basis: 50%;
    margin-bottom: 0px;
  }
  .home-development__description-image {
    flex-basis: 50%;
    padding-left: 25px;
  }
}

.products {
  padding-top: 64px;
  background: #F7F6F0;
}
.products h1 {
  display: none;
}
@media screen and (min-width: 768px) {
  .products {
    padding-top: 125px;
  }
}
.products-tab .l-container {
  padding-top: 30px;
  padding-bottom: 0px;
}
.products-tab__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.products-tab__item {
  flex-basis: 50%;
}
.products-tab__item a {
  display: block;
  font-size: 2rem;
  border-bottom: solid 2px white;
  padding-bottom: 5px;
}
.products-tab__item a.is-active {
  border-bottom: solid 2px #2D4335;
}
.products-tab__item a:hover {
  opacity: 1;
  border-bottom: solid 2px #2D4335;
}
@media screen and (min-width: 768px) {
  .products-tab .l-container {
    padding-top: 80px;
  }
  .products-tab__item a {
    font-size: 2.6rem;
    border-bottom: solid 3px white;
    padding-bottom: 10px;
  }
  .products-tab__item a.is-active {
    border-bottom: solid 3px #2D4335;
  }
  .products-tab__item a:hover {
    border-bottom: solid 3px #2D4335;
  }
}

.product__inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  line-height: 2;
}
.product__inner sup {
  font-size: 1.2rem;
}
.product-header {
  position: relative;
}
.product-header__image img {
  object-fit: cover;
  height: 400px;
}
.product-header__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.product-header__text {
  color: white;
  max-width: 1200px;
  margin: 0 auto;
  padding: 105px 0 0 30px;
}
.product-header__text--bl {
  color: black;
}
.product-header__text--bottom {
  padding: 220px 0 0 20px;
}
.product-header__tag {
  font-weight: 500;
  font-size: 1.4rem;
  display: inline-block;
  background: #DB934A;
  padding: 5px 20px;
  margin-bottom: 10px;
}
.product-header__tag--pu {
  background: #694B84;
}
.product-header__title {
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.4;
}
.product-header__title span {
  font-size: 1.6rem;
}
.product-header__title sup {
  font-size: 1rem;
}
.product-header__title--shadow {
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.36);
}
@media screen and (min-width: 768px) {
  .product-header__image img {
    height: 580px;
  }
  .product-header__text {
    padding: 200px 0 0 20px;
  }
  .product-header__text--bottom {
    padding: 330px 0 0 20px;
  }
  .product-header__tag {
    font-size: 2.2rem;
    margin-bottom: 0px;
  }
  .product-header__title {
    font-size: 4rem;
  }
  .product-header__title span {
    font-size: 2.2rem;
  }
  .product-header sup {
    font-size: 1.4rem;
    display: inline-block;
    transform: translateY(-8px);
  }
}
.product-detail__left {
  flex-basis: 100%;
}
.product-detail__right {
  flex-basis: 100%;
}
.product-detail__right h1 {
  font-size: 3rem;
  margin-bottom: 30px;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product-detail__title {
  line-height: 1.4;
}
.product-detail__description {
  font-size: 1.6rem;
  margin-bottom: 10px;
  font-weight: 500;
}
.product-detail__notice {
  font-size: 1.4rem;
  margin-bottom: 30px;
}
.product-detail__notice p {
  font-weight: 500;
}
.product-detail__notice ul {
  padding-left: 1.5em;
}
.product-detail__notice ul li {
  list-style-type: disc;
}
.product-detail__info {
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 20px;
}
.product-detail__price {
  font-weight: bold;
  font-size: 4rem;
  margin-bottom: 10px;
  line-height: 1.5;
}
.product-detail__price--subscription {
  color: #A70719;
}
.product-detail__price span {
  font-size: 2.2rem;
}
.product-detail__recommend {
  font-size: 1.6rem;
  line-height: 1.6;
}
.product-detail__recommend p {
  font-weight: 500;
}
.product-detail__function {
  border: solid 1px #2D4335;
  padding: 20px;
  font-size: 1.2rem;
}
.product-detail__function h3 {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.product-detail__function a:link, .product-detail__function a:visited {
  color: #55AFB4;
}
@media screen and (min-width: 768px) {
  .product-detail__left {
    flex-basis: 50%;
  }
  .product-detail__right {
    flex-basis: 50%;
  }
  .product-detail__right h1 {
    font-size: 4rem;
    margin-bottom: 20px;
  }
  .product-detail__description {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .product-detail__info {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .product-detail__price {
    font-size: 4rem;
    margin-bottom: 20px;
  }
  .product-detail__price span {
    font-size: 2.2rem;
  }
  .product-detail__recommend {
    font-size: 2rem;
    line-height: 1.6;
  }
  .product-detail__function {
    border: solid 1px #2D4335;
    padding: 30px;
    font-size: 1.6rem;
  }
  .product-detail__function h3 {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}
.product-cart-tab__item {
  flex-basis: 50%;
  text-align: center;
  padding-bottom: 5px;
  padding-bottom: 0;
}
.product-cart-tab__item:nth-of-type(2n-1) {
  padding-left: 0;
  padding-right: 2.5px;
}
.product-cart-tab__item:nth-of-type(2n) {
  padding-left: 2.5px;
  padding-right: 0;
}
.product-cart-tab__item a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  font-size: 1.6rem;
  padding: 15px 0px;
  color: #303574;
  font-weight: bold;
  border: solid 2px #303574;
  border-bottom: none;
}
.product-cart-tab__item a:link, .product-cart-tab__item a:visited {
  color: #303574;
}
.product-cart-tab__item a.is-active, .product-cart-tab__item a:hover {
  opacity: 1;
  background: #303574;
  color: white;
}
.product-cart-tab__item a.is-active:link, .product-cart-tab__item a.is-active:visited, .product-cart-tab__item a:hover:link, .product-cart-tab__item a:hover:visited {
  color: white;
}
.product-cart-tab__item--subscription a {
  border: solid 2px #A70719;
  border-bottom: none;
  color: #A70719;
}
.product-cart-tab__item--subscription a:link, .product-cart-tab__item--subscription a:visited {
  color: #A70719;
}
.product-cart-tab__item--subscription a.is-active, .product-cart-tab__item--subscription a:hover {
  background: #A70719;
  color: white;
}
.product-cart-tab__item--subscription a.is-active:link, .product-cart-tab__item--subscription a.is-active:visited, .product-cart-tab__item--subscription a:hover:link, .product-cart-tab__item--subscription a:hover:visited {
  color: white;
}
.product-cart-tab__item--purple a {
  border: solid 2px #94196B;
  color: #94196B;
  border-bottom: none;
}
.product-cart-tab__item--purple a:link, .product-cart-tab__item--purple a:visited {
  color: #94196B;
}
.product-cart-tab__item--purple a.is-active, .product-cart-tab__item--purple a:hover {
  background: #94196B;
}
.product-cart-tab__item--gold a {
  border: solid 2px #C1A319;
  color: #C1A319;
  border-bottom: none;
}
.product-cart-tab__item--gold a:link, .product-cart-tab__item--gold a:visited {
  color: #C1A319;
}
.product-cart-tab__item--gold a.is-active, .product-cart-tab__item--gold a:hover {
  background: #C1A319;
}
.product-cart-tab__item--orange a {
  border: solid 2px #EA5504;
  color: #EA5504;
  border-bottom: none;
}
.product-cart-tab__item--orange a:link, .product-cart-tab__item--orange a:visited {
  color: #EA5504;
}
.product-cart-tab__item--orange a.is-active, .product-cart-tab__item--orange a:hover {
  background: #EA5504;
}
@media screen and (min-width: 768px) {
  .product-cart-tab__item a {
    font-size: 2.2rem;
    padding: 10px 20px;
  }
}
.product-cart {
  margin-top: 30px;
}
.product-cart__item {
  position: relative;
  border: solid 2px #2D4335;
  padding: 20px 15px;
  margin-bottom: 20px;
  background: #F7F6F0;
}
.product-cart__item--subscription {
  margin-right: 0;
  border: solid 2px #A70719;
}
.product-cart__item--blue {
  margin-right: 0;
  border: solid 2px #2E3578;
}
.product-cart__item--purple {
  margin-right: 0;
  border: solid 2px #94196B;
}
.product-cart__item--gold {
  margin-right: 0;
  border: solid 2px #C1A319;
}
.product-cart__item--orange {
  margin-right: 0;
  border: solid 2px #EA5504;
}
.product-cart__tag {
  position: absolute;
  top: 20px;
  left: 18%;
  width: 53px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.1rem;
  border: solid 1px #707070;
  border-radius: 26px;
  color: #707070;
  font-weight: 500;
  z-index: 1;
  background: white;
}
.product-cart__tag--subscription {
  border: solid 1px #A70719;
  color: #A70719;
}
.product-cart img {
  max-width: 127px;
}
.product-cart__image {
  text-align: center;
  flex-basis: 100%;
}
.product-cart__info {
  flex-basis: 100%;
}
.product-cart__info-header {
  margin-bottom: 20px;
}
.product-cart__name {
  font-size: 3rem;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  flex-wrap: wrap;
}
.product-cart__name--ml {
  line-height: 1.4;
}
.product-cart__name span {
  margin-left: 10px;
  font-size: 1.6rem;
  font-weight: 500;
}
.product-cart__normal {
  margin-bottom: 30px;
}
.product-cart__normal-tag {
  border: solid 1px #707070;
  background: white;
  padding: 0px 10px;
  line-height: 1.4;
  font-size: 1.6rem;
  display: inline-block;
  margin-right: 10px;
}
.product-cart__normal-price {
  display: inline-block;
  font-size: 2rem;
  color: #707070;
  font-weight: 500;
}
.product-cart__price-list {
  background: white;
  margin-bottom: 20px;
}
.product-cart__price-list ul {
  padding: 20px 0 10px 0;
}
.product-cart__label {
  background: #707070;
  color: white;
  text-align: center;
  font-size: 1.8rem;
  padding: 5px;
  font-weight: bold;
  line-height: 1.6;
}
.product-cart__label--subscription {
  background: #A70719;
}
.product-cart__price-item {
  display: flex;
  align-items: center;
  padding: 0 15px;
  flex-wrap: wrap;
  line-height: 1.4;
  margin-bottom: 15px;
}
.product-cart__quantity {
  font-size: 2.4rem;
  font-weight: bold;
  margin-right: 10px;
  letter-spacing: 0;
}
.product-cart__quantity span {
  font-size: 1.6rem;
}
.product-cart__quantity--w10 {
  flex-basis: 100%;
}
.product-cart__quantity--w20 {
  flex-basis: 100%;
}
.product-cart__quantity--w50 {
  flex-basis: 100%;
}
.product-cart__price-tag {
  color: #707070;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 0 10px;
  border: solid 1px #707070;
  margin-right: 10px;
  min-width: 83px;
  text-align: center;
}
.product-cart__price-tag--sale {
  font-size: 1.4rem;
  border: none;
  background: #A70719;
  color: white;
}
.product-cart__price {
  font-size: 2.6rem;
  font-weight: bold;
  color: #707070;
}
.product-cart__price span {
  font-size: 1.2rem;
}
.product-cart__price--sale {
  color: #A70719;
  padding-bottom: 0.7em;
}
.product-cart__price--sale .price-number {
    font-size: 1.8em !important;
  }

.product-cart__price-s {
  font-size: 1.6rem;
  font-weight: 500;
}
.product-cart__price-s span {
  font-size: 1.2rem;
}
.product-cart .product-detail__price {
  margin-bottom: 10px;
}
.product-cart .product-cart__form-items {
  margin-bottom: 20px;
}
.product-cart .c-form-select {
  margin-bottom: 15px;
}
.product-cart .c-cart-button {
  flex-grow: 1;
}
.product-cart__notice {
  font-size: 1.4rem;
  line-height: 1.6;
}
.product-cart__notice a {
  font-size: 1.6rem;
}
.product-cart__notice a:visited, .product-cart__notice a:link {
  color: #55AFB4;
  text-decoration: underline;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .product-cart {
    margin-top: 70px;
    margin-bottom: 50px;
  }
  .product-cart__item {
    padding: 50px 40px 40px 50px;
    margin-bottom: 30px;
  }
  .product-cart__tag {
    top: 20px;
    left: 20px;
    width: 63px;
    height: 63px;
    font-size: 2.4rem;
    border-radius: 31px;
  }
  .product-cart img {
    max-width: 210px;
  }
  .product-cart__image {
    margin-right: 40px;
  }
  .product-cart__info {
    flex-shrink: 0;
    flex-grow: 2;
  }
  .product-cart__name {
    font-size: 3.6rem;
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  .product-cart__name span {
    margin-left: 10px;
    font-size: 2rem;
  }
  .product-cart__normal {
    margin-bottom: 30px;
  }
  .product-cart__normal-tag {
    padding: 0px 10px;
    font-size: 1.6rem;
    margin-right: 10px;
  }
  .product-cart__normal-price {
    font-size: 2rem;
  }
  .product-cart__price-list {
    margin-bottom: 20px;
  }
  .product-cart__price-list ul {
    padding: 10px 0;
  }
  .product-cart__contents {
    justify-content: space-between;
  }
  .product-cart__label {
    font-size: 2rem;
    padding: 5px;
  }
  .product-cart__price-item {
    display: flex;
    align-items: center;
    padding: 0 30px;
  }
  .product-cart__quantity {
    font-size: 3.2rem;
    margin-right: 20px;
  }
  .product-cart__quantity span {
    font-size: 2.2rem;
  }
  .product-cart__quantity--w10 {
    flex-basis: 105px;
    margin-right: 10px;
  }
  .product-cart__quantity--w20 {
    flex-basis: 130px;
  }
  .product-cart__quantity--w50 {
    flex-basis: 270px;
  }
  .product-cart__price-tag {
    font-size: 1.6rem;
    padding: 0 10px;
    margin-right: 20px;
    min-width: 88px;
  }
  .product-cart__price-tag--sale {
    font-size: 1.8rem;
  }
  .product-cart__price {
    margin-right: 20px;
    font-size: 3.6rem;
  }
  .product-cart__price span {
    font-size: 1.8rem;
  }
  .product-cart__price-s {
    font-size: 1.8rem;
    font-weight: 500;
    transform: translateY(5px);
  }
  .product-cart__price-s span {
    font-size: 1.4rem;
  }
  .product-cart .product-detail__price {
    margin-bottom: 10px;
    margin-left: 10px;
  }
  .product-cart .product-cart__form-items {
    align-items: center;
    margin-bottom: 40px;
  }
  .product-cart .c-form-select {
    margin-left: 15px;
    margin-bottom: 0px;
  }
  .product-cart .c-cart-button {
    margin: 0 auto 0 20px;
  }
  .product-cart__notice {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .product-cart__image {
    flex-basis: 210px;
  }
  .product-cart__info {
    flex-basis: 620px;
  }
  .product-cart__contents {
    flex-wrap: nowrap;
  }
}
.product-feature {
  background: #EEF2E4;
}
.product-feature--functional-food {
  background: #F7F6F0;
  border-bottom: solid 3px white;
}
.product-feature__item {
  text-align: left;
  margin-bottom: 50px;
}
.product-feature__item-inner {
  margin-bottom: 0px;
}
.product-feature__item-inner .product-feature__contents {
  padding: 0;
}
.product-feature h2 {
  font-size: 2.4rem;
  border-bottom: solid 2px #2D4335;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.product-feature h2 sup {
  font-size: 1.2rem;
  display: inline-block;
  transform: translateY(-1px);
}
.product-feature h2 .small {
  font-size: 1.6rem;
}
.product-feature h3 {
  background: #DB934A;
  padding: 8px 20px;
  border-radius: 40px;
  color: white;
  font-size: 1.8rem;
  margin-bottom: 20px;
  line-height: 1.6;
}
.product-feature__heading-icon {
  width: 76px;
  display: block;
}
.product-feature__heading-inner .product-feature__notice {
  display: inline-block;
}
.product-feature .product-feature__item--pu h3 {
  background: #694B84;
}
.product-feature .product-feature__item--gold h3 {
  background: #C1A319;
}
.product-feature p {
  margin-bottom: 30px;
}
.product-feature__contents {
  flex-wrap: wrap;
}
.product-feature__contents p {
  font-weight: 500;
}
.product-feature__block {
  flex-basis: 100%;
}
.product-feature__block.order2--sm {
  order: 2;
}
.product-feature__image {
  margin: 0 auto;
  text-align: center;
}
.product-feature__image img {
  max-width: 500px;
}
.product-feature__fssc {
  width: 248px;
}
.product-feature__notice {
  font-size: 1.4rem;
  font-weight: normal !important;
}
.product-feature__notice-s {
  display: flex;
  font-size: 1.2rem;
  font-weight: normal !important;
  line-height: 1.6;
}
.product-feature__notice-s span {
  display: inline-block;
}
.product-feature__notice-s--mb5 {
  margin-bottom: 5px !important;
}
.product-feature__ingredient h4 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .product-feature--functional-food {
    border-bottom: solid 5px white;
  }
  .product-feature__item {
    text-align: left;
    margin-bottom: 80px;
  }
  .product-feature__item-inner {
    margin-bottom: 50px;
  }
  .product-feature__item-inner .product-feature__contents {
    padding: 0 30px;
  }
  .product-feature__item-title {
    line-height: 1.6;
  }
  .product-feature__item-title.multi-line {
    display: flex;
    align-items: flex-start;
  }
  .product-feature h2 {
    font-size: 3.6rem;
    border-bottom: solid 3px #2D4335;
    padding-bottom: 10px;
    margin-bottom: 50px;
  }
  .product-feature h2 sup {
    font-size: 1.6rem;
    display: inline-block;
    transform: translateY(-4px);
  }
  .product-feature h2 .small {
    font-size: 1.6rem;
  }
  .product-feature__heading {
    display: flex;
    align-items: center;
    padding-bottom: 25px !important;
    line-height: 1.4;
  }
  .product-feature__heading img {
    margin-right: 10px;
  }
  .product-feature__heading-inner {
    display: inline-block;
    line-height: 1;
  }
  .product-feature h3 {
    padding: 6px 40px;
    border-radius: 40px;
    color: white;
    font-size: 2.6rem;
    margin-bottom: 40px;
  }
  .product-feature__heading-icon {
    width: 76px;
    display: inline;
    margin-right: 15px;
  }
  .product-feature p {
    margin-bottom: 20px;
  }
  .product-feature__contents {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .product-feature__contents p {
    font-weight: 500;
  }
  .product-feature__block {
    padding-bottom: 50px;
    padding-bottom: 0 !important;
  }
  .product-feature__block:nth-of-type(2n-1) {
    padding-left: 0;
    padding-right: 25px;
  }
  .product-feature__block:nth-of-type(2n) {
    padding-left: 25px;
    padding-right: 0;
  }
  .product-feature__block.order2--sm {
    order: 0;
  }
  .product-feature__block--w20 {
    flex-basis: 20%;
  }
  .product-feature__block--w33 {
    padding-bottom: 40px;
    flex-basis: 33%;
  }
  .product-feature__block--w33:nth-of-type(3n-2) {
    padding-left: 0;
    padding-right: 26.6666666667px;
  }
  .product-feature__block--w33:nth-of-type(3n-1) {
    padding-left: 13.3333333333px;
    padding-right: 13.3333333333px;
  }
  .product-feature__block--w33:nth-of-type(3n) {
    padding-left: 26.6666666667px;
    padding-right: 0;
  }
  .product-feature__block--w30 {
    flex-basis: 30%;
  }
  .product-feature__block--w35 {
    flex-basis: 35%;
  }
  .product-feature__block--w40 {
    flex-basis: 40%;
  }
  .product-feature__block--w45 {
    flex-basis: 45%;
  }
  .product-feature__block--w50 {
    flex-basis: 50%;
  }
  .product-feature__block--w55 {
    flex-basis: 55%;
  }
  .product-feature__block--w60 {
    flex-basis: 60%;
  }
  .product-feature__block--w65 {
    flex-basis: 65%;
  }
  .product-feature__block--w70 {
    flex-basis: 70%;
  }
  .product-feature__block--w80 {
    flex-basis: 80%;
  }
  .product-feature__fssc {
    width: 248px;
  }
  .product-feature__notice {
    font-size: 1.6rem;
  }
  .product-feature__notice-s {
    display: flex;
    font-size: 1.4rem;
    font-weight: normal !important;
  }
  .product-feature__notice-s span {
    display: inline-block;
  }
  .product-feature__ingredient h4 {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 10px;
  }
}
.product-ingredient .product-feature__block {
  margin-bottom: 40px;
}
.product-ingredient__image img {
  margin-bottom: 20px;
}
.product-ingredient__title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 10px;
}
.product-ingredient__title--lg {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 5px;
}
.product-ingredient p {
  margin-bottom: 0;
}
.product-ingredient__notice {
  margin-top: 5px;
  font-weight: normal !important;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .product-ingredient .product-feature__block {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .product-ingredient .product-feature__block:nth-of-type(2n-1) {
    padding-left: 0;
    padding-right: 20px;
  }
  .product-ingredient .product-feature__block:nth-of-type(2n) {
    padding-left: 20px;
    padding-right: 0;
  }
  .product-ingredient__image img {
    margin-bottom: 30px;
  }
  .product-ingredient__title {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 10px;
  }
  .product-ingredient__title--lg {
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 10px;
  }
  .product-ingredient p {
    margin-bottom: 0;
  }
  .product-ingredient__notice {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}
.product-material {
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  margin-top: 40px;
}
.product-material li {
  margin: 5px;
  flex-basis: 80%;
}
@media screen and (min-width: 768px) {
  .product-material {
    margin-top: 0px;
  }
  .product-material li {
    margin: 0 5px;
    flex-basis: 25%;
  }
}
.product-recipe {
  background: white;
  padding: 20px;
  flex-wrap: wrap;
}
.product-recipe__head {
  flex-basis: 100%;
}
.product-recipe__head h3 {
  background: none !important;
  margin-bottom: 10px;
  padding: 0;
  border-bottom: solid 1px #2D4335;
  border-radius: 0;
  color: #2D4335;
  font-size: 1.5rem;
}
.product-recipe__head h3 span {
  display: block;
  margin-bottom: 2px;
  border-bottom: solid 1px #2D4335;
}
.product-recipe__text {
  font-weight: 500;
}
.product-recipe__notice {
  font-size: 1.2rem;
}
.product-recipe__title {
  color: #DB934A;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
}
.product-recipe__title span {
  font-size: 1.5rem;
}
.product-recipe__contents {
  flex-wrap: nowrap;
}
.product-recipe__contents p {
  flex-basis: 50%;
}
.product-recipe__image {
  flex-wrap: wrap;
  gap: 10px;
}
.product-recipe__usecase {
  font-size: 1.2rem;
  padding: 0 0 0 10px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .product-recipe {
    padding: 20px 30px;
    flex-wrap: nowrap;
  }
  .product-recipe__head {
    flex-basis: 40%;
    margin-right: 30px;
  }
  .product-recipe__head--w25 {
    flex-basis: 25%;
  }
  .product-recipe__head--w50 {
    flex-basis: 50%;
  }
  .product-recipe__head--w65 {
    flex-basis: 65%;
  }
  .product-recipe__head h3 {
    margin-bottom: 10px;
    font-size: 2rem;
  }
  .product-recipe__head h3 span {
    margin-bottom: 3px;
  }
  .product-recipe__title {
    font-size: 2.6rem;
  }
  .product-recipe__title span {
    font-size: 2rem;
  }
  .product-recipe__notice {
    font-size: 1.4rem;
  }
  .product-recipe__contents {
    align-items: center;
  }
  .product-recipe__contents p {
    flex-basis: auto;
  }
  .product-recipe__contents--w25 {
    flex-basis: 35%;
  }
  .product-recipe__contents--w50 {
    flex-basis: 50%;
  }
  .product-recipe__image {
    flex-wrap: nowrap;
    gap: 10px;
  }
  .product-recipe__usecase {
    font-size: 1.6rem;
    padding: 0 0 0 20px;
  }
}
.product-faq {
  background: white;
  padding: 30px 20px;
}
.product-faq__heading {
  margin-bottom: 10px;
  border-bottom: solid 1px #2D4335;
}
.product-faq__heading h3 {
  font-size: 1.5rem;
  background: none;
  padding: 0;
  padding-bottom: 0px;
  border-bottom: solid 1px #2D4335;
  margin-bottom: 2px;
  color: #2D4335;
  border-radius: 0;
}
.product-faq__item {
  margin-bottom: 15px;
}
.product-faq__item dt {
  color: #55AFB4;
  font-size: 1.6rem;
}
.product-faq__item dt:before {
  content: "Q. ";
}
.product-faq__item dd {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .product-faq {
    padding: 40px;
  }
  .product-faq__heading {
    margin-bottom: 20px;
  }
  .product-faq__heading h3 {
    font-size: 3rem;
    margin-bottom: 2px;
  }
  .product-faq__item {
    margin-bottom: 10px;
  }
  .product-faq__item dt {
    font-size: 2.2rem;
  }
  .product-faq__item dt:before {
    font-size: 3rem;
  }
  .product-faq__item dt {
    font-size: 2.2rem;
  }
  .product-faq__item dd {
    font-size: 1.8rem;
  }
}
.product-monitor {
  background: #FFFEEA;
  padding: 30px 20px;
  margin-bottom: 30px;
}
.product-monitor__heading {
  margin-bottom: 30px;
  border-bottom: solid 1px #2D4335;
}
.product-monitor__heading h3 {
  font-size: 1.5rem;
  background: none;
  padding: 0;
  padding-bottom: 0px;
  border-bottom: solid 1px #2D4335;
  margin-bottom: 2px;
  color: #2D4335;
  border-radius: 0;
}
.product-monitor img {
  margin-bottom: 30px;
}
.product-monitor__notice {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
  .product-monitor {
    padding: 40px;
  }
  .product-monitor__heading {
    margin-bottom: 20px;
  }
  .product-monitor__heading h3 {
    font-size: 3rem;
    margin-bottom: 2px;
  }
  .product-monitor img {
    margin-bottom: 30px;
  }
  .product-monitor__notice {
    font-size: 1.4rem;
  }
}
.product-functional-claims {
  border: solid 1px #2D4335;
  padding: 20px;
  margin-bottom: 40px;
  font-size: 1.4rem;
}
.product-functional-claims dl {
  margin-bottom: 20px;
}
.product-functional-claims dd {
  padding-left: 25px;
  font-weight: 400;
  margin-bottom: 5px;
}
.product-functional-claims ul {
  font-weight: 400;
  padding-left: 20px;
}
.product-functional-claims ul li {
  list-style-type: disc;
}
.product-functional-claims__notice {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .product-functional-claims {
    border: solid 1px #2D4335;
    padding: 30px;
    margin-bottom: 40px;
    font-size: 1.6rem;
  }
  .product-functional-claims dl {
    margin-bottom: 20px;
  }
  .product-functional-claims dd {
    padding-left: 25px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .product-functional-claims ul {
    font-weight: 400;
    padding-left: 20px;
  }
  .product-functional-claims ul li {
    list-style-type: disc;
  }
  .product-functional-claims__notice {
    font-size: 1.4rem;
  }
}
.product-test {
  border: solid 1px #2D4335;
}
.product-test__inner .product-test {
  margin-bottom: 20px;
}
.product-test__header {
  background-color: #2D4335 !important;
  color: white;
  border-radius: 0 !important;
  margin-bottom: 0 !important;
  font-size: 1.8rem !important;
  text-align: center;
}
.product-test__contents {
  padding: 15px;
  line-height: 1.4;
}
.product-test__text {
  flex-basis: 100%;
}
.product-test__text dl {
  font-size: 1.2rem;
  font-weight: normal;
}
.product-test__text dt {
  margin-bottom: 5px;
}
.product-test__text dd {
  margin-bottom: 10px;
}
.product-test__image {
  flex-basis: 100%;
}
.product-test__notice {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .product-test__inner--w50 {
    flex-basis: 50%;
    padding-bottom: 20px;
  }
  .product-test__inner--w50:nth-of-type(2n-1) {
    padding-left: 0;
    padding-right: 10px;
  }
  .product-test__inner--w50:nth-of-type(2n) {
    padding-left: 10px;
    padding-right: 0;
  }
  .product-test__inner--w50 .product-test {
    height: 100%;
  }
  .product-test__inner--w50 .product-test dd {
    padding-right: 0px;
  }
  .product-test__header {
    font-size: 2.2rem !important;
  }
  .product-test__contents {
    padding: 30px;
  }
  .product-test__text {
    flex-basis: 50%;
  }
  .product-test__text--w60 {
    flex-basis: 60%;
  }
  .product-test__text--w100 {
    flex-basis: 100%;
  }
  .product-test__text dl {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.4rem;
  }
  .product-test__text dt {
    flex-basis: 130px;
    margin-bottom: 20px;
  }
  .product-test__text dd {
    flex-basis: calc(100% - 130px);
    margin-bottom: 20px;
    padding-right: 20px;
  }
  .product-test__image {
    flex-basis: 50%;
    padding-left: 20px;
  }
  .product-test__image--w40 {
    flex-basis: 40%;
  }
  .product-test__notice {
    font-size: 1.4rem;
  }
}
.product-cta {
  padding: 50px 0;
}
.product-cta__button {
  position: relative;
  max-width: 550px;
  margin: 0 auto;
}
.product-cta__button::after {
  position: absolute;
  top: 23px;
  right: 12px;
  content: "";
  display: block;
  background: white;
  height: 5.5px;
  width: 11px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.product-cta__button a {
  display: block;
  background: #2D4335;
  padding: 12px;
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 3px;
}
.product-cta__button a:link, .product-cta__button a:visited {
  color: white;
}
@media screen and (min-width: 768px) {
  .product-cta {
    padding: 50px 0;
  }
  .product-cta__button {
    position: relative;
    max-width: 550px;
    margin: 0 auto;
  }
  .product-cta__button::after {
    position: absolute;
    top: 34px;
    right: 30px;
    content: "";
    display: block;
    background: white;
    height: 9px;
    width: 18px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
  }
  .product-cta__button a {
    display: block;
    background: #2D4335;
    padding: 20px;
    color: white;
    font-size: 2rem;
    font-weight: bold;
    border-radius: 3px;
  }
  .product-cta__button a:link, .product-cta__button a:visited {
    color: white;
  }
}
.product .product_function_label {
  margin-left: 20px;
  max-width: 160px;
  vertical-align: initial;
}
@media screen and (min-width: 768px) {
  .product .product_function_label {
    max-width: 216px;
  }
}
@media screen and (max-width: 767px) {
  .product .product_function_label--ml0-sm {
    margin-left: 0;
  }
}
.product .product_function_label--ml0 {
  margin-left: 0;
}
.product .product_03_detail_02 {
  display: block;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  max-width: 255px;
}
@media screen and (min-width: 768px) {
  .product .product_03_detail_02 {
    margin-top: 50px;
    margin-right: 0;
    margin-left: auto;
    max-width: 329px;
  }
}
.product .product_03_detail_06 {
  display: block;
  max-width: 122px;
  margin: 0 auto;
}
.product .product_04_detail_03 {
  max-width: 285px;
  display: block;
  margin: 40px auto 0 auto;
}
@media screen and (min-width: 768px) {
  .product .product_04_detail_03 {
    max-width: 344px;
  }
}
.product .product_04_detail_04 {
  max-width: 231px;
  display: block;
  margin: 40px auto 0 auto;
}
@media screen and (min-width: 768px) {
  .product .product_04_detail_04 {
    max-width: 283px;
  }
}
.product .product_05_detail_01 {
  max-width: none;
  padding: 0;
}

.product-header__text--right {
  padding: 200px 0 0 20px;
}
@media screen and (min-width: 768px) {
  .product-header__text--right {
    text-align: right;
    padding: 400px 0 0 20px;
  }
}
.product-cart-tab__item--brown a {
  border: solid 2px #813E11;
  color: #813E11;
  border-bottom: none;
}
.product-cart-tab__item--brown a:link, .product-cart-tab__item--brown a:visited {
  color: #813E11;
}
.product-cart-tab__item--brown a.is-active, .product-cart-tab__item--brown a:hover {
  background: #813E11;
}
.product-cart__item--brown {
  margin-right: 0;
  border: solid 2px #813E11;
}
.product-feature__item-title {
  line-height: 1.4;
  padding-bottom: 30px !important;
}
.product-feature__strong {
  color: #A70719;
  font-weight: 500;
}
.product-feature__underline {
  border-bottom: solid 1px;
}

.product-header__text--right {
  padding: 200px 0 0 20px;
}
@media screen and (min-width: 768px) {
  .product-header__text--right {
    text-align: right;
    padding: 400px 0 0 20px;
  }
}
.product-cart-tab__item--detosmart a {
  border: solid 2px #C0003B;
  color: #813E11;
  border-bottom: none;
}
.product-cart-tab__item--detosmart a:link, .product-cart-tab__item--detosmart a:visited {
  color: #C0003B;
}
.product-cart-tab__item--detosmart a.is-active, .product-cart-tab__item--detosmart a:hover {
  background: #C0003B;
}
.product-cart__item--detosmart {
  margin-right: 0;
  border: solid 2px #C0003B;
}
.product-feature__item-title {
  line-height: 1.4;
  padding-bottom: 30px !important;
}

.product-cart-tab__item--locomotto a {
  border: solid 2px #D80C18;
  color: #813E11;
  border-bottom: none;
}
.product-cart-tab__item--locomotto a:link, .product-cart-tab__item--locomotto a:visited {
  color: #D80C18;
}
.product-cart-tab__item--locomotto a.is-active, .product-cart-tab__item--locomotto a:hover {
  background: #D80C18;
}
.product-cart__item--locomotto {
  margin-right: 0;
  border: solid 2px #D80C18;
}
@media screen and (min-width: 768px) {
  .product-test__image.detail_06 {
    text-align: right;
    flex-basis: 50%;
    padding-left: 0;
  }
  .product-test__image.detail_06 img {
    padding-right: 20px;
    max-width: 370px;
  }
  .product-test__image.detail_07 {
    text-align: left;
    flex-basis: 50%;
    padding-left: 0;
  }
  .product-test__image.detail_07 img {
    padding-left: 20px;
    max-width: 370px;
  }
  .product-test__image.detail_07_02 {
    text-align: right;
    flex-basis: 100%;
    padding-left: 0;
    padding-right: 30px;
  }
  .product-test__image.detail_07_02 img {
    max-width: 342px;
  }
}
.product-feature__block.mb0-sm {
  margin-bottom: 0;
}

.itobihatsu .product-header__text {
  padding: 260px 0 0 20px;
}
@media screen and (min-width: 768px) {
  .itobihatsu .product-header__text {
    padding: 380px 0 0 20px;
  }
}
.itobihatsu .product-detail__right h1 {
  display: block;
  line-height: 1;
  margin-bottom: 30px;
}
.itobihatsu .product-detail__right h1 span.small {
  margin-left: 10px;
  font-size: 1.6rem;
}
.itobihatsu .product-detail__right h1 span.xsmall {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .itobihatsu .product-detail__right h1 {
    display: block;
    line-height: 1;
    margin-bottom: 40px;
  }
  .itobihatsu .product-detail__right h1 span.small {
    margin-left: 10px;
    font-size: 2rem;
  }
  .itobihatsu .product-detail__right h1 span.xsmall {
    font-size: 1.6rem;
    font-weight: 500;
  }
}
.itobihatsu .product-cart-tab__item--itobihatsu a {
  border: solid 2px #699C55;
  color: #699C55;
  border-bottom: none;
}
.itobihatsu .product-cart-tab__item--itobihatsu a:link, .itobihatsu .product-cart-tab__item--itobihatsu a:visited {
  color: #699C55;
}
.itobihatsu .product-cart-tab__item--itobihatsu a.is-active, .itobihatsu .product-cart-tab__item--itobihatsu a:hover {
  background: #699C55;
  color: white;
}
.itobihatsu .product-cart__name {
  display: block;
  line-height: 1;
  margin: 30px 0 10px 0;
}
.itobihatsu .product-cart__name span {
  margin-left: 5px;
}
.itobihatsu .product-cart__item--itobihatsu {
  margin-right: 0;
  border: solid 2px #699C55;
}
.itobihatsu .product-cart__price-item.first-campaign {
  position: relative;
  border: solid 1px #699C55;
  padding: 10px;
  margin: 40px 15px 20px 15px;
}
@media screen and (max-width: 767px) {
  .itobihatsu .product-cart__price-item .product-cart__quantity,
  .itobihatsu .product-cart__price-item .product-cart__price-s {
    flex-basis: 100%;
  }
}
.itobihatsu .product-cart__campaign {
  background: #699C55;
  color: white;
  font-size: 1.2rem;
  padding: 2px 10px;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: -21px;
  left: -1px;
}
@media screen and (min-width: 768px) {
  .itobihatsu .product-cart__name {
    display: block;
    line-height: 1;
    margin: 10px 0 10px 0;
  }
  .itobihatsu .product-cart__name span {
    margin-left: 5px;
  }
  .itobihatsu .product-cart__item--itobihatsu {
    margin-right: 0;
    border: solid 2px #699C55;
  }
  .itobihatsu .product-cart__price-item.first-campaign {
    position: relative;
    justify-content: center;
    border: solid 1px #699C55;
    padding: 20px;
    margin: 0 20px;
  }
  .itobihatsu .product-cart__campaign {
    background: #699C55;
    color: white;
    font-size: 1.6rem;
    padding: 2px 20px;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    top: -10px;
    left: -1px;
  }
}
.itobihatsu .product-feature__block.mb0-sm {
  margin-bottom: 0;
}
.itobihatsu .product-feature {
  background: #EEF2E4;
}
.itobihatsu .product-feature h2 {
  line-height: 1.4;
  padding-bottom: 20px;
}
.itobihatsu .product-ingredient__title--lg span {
  font-size: 1.4rem;
}
.itobihatsu .product-ingredient__image img {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .itobihatsu .product-ingredient__title--lg span {
    font-size: 1.4rem;
  }
  .itobihatsu .product-ingredient__image img {
    margin-bottom: 10px;
  }
}
.itobihatsu .product-cta__button a {
  background: #699C55;
}
@media screen and (max-width: 1023px) {
  .itobihatsu .product_10_detail_02 {
    width: 80%;
  }
}
.itobihatsu .product_10_detail_03 {
  max-width: none;
  margin-bottom: 20px;
}

.guide {
  padding-top: 64px;
}
@media screen and (min-width: 768px) {
  .guide {
    padding-top: 125px;
  }
}
.guide h1 {
  font-size: 2.6rem;
  text-align: left;
  padding: 20px 30px 0 30px;
  max-width: 1060px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .guide h1 {
    font-size: 4rem;
    margin: 0 auto;
  }
}
.guide-list {
  max-width: 1100px;
  margin: 0 auto;
}
.guide-list .l-container {
  padding-top: 30px;
}
.guide-list__inner {
  max-width: 920px;
  margin: 0 auto;
  text-align: left;
}
.guide-list__item {
  margin-bottom: 10px;
}
.guide-list__item a {
  background: #F7F6F0;
  padding: 15px 20px;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}
.guide-list__item a::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 10px;
  border-color: transparent transparent transparent #2D4335;
}
@media screen and (min-width: 768px) {
  .guide-list .l-container {
    padding-top: 50px;
  }
  .guide-list__item {
    margin-bottom: 20px;
  }
  .guide-list__item a {
    padding: 15px 30px;
    font-size: 2.2rem;
  }
}

.u-font-awesome {
  font-family: "Font Awesome 5 Free";
}

.u-font-hiragino {
  font-family: "Arial,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Yu Gothic Medium,游ゴシック Medium,YuGothic,游ゴシック体,ＭＳ Ｐゴシック", sans-serif;
}

.u-font-jost {
  font-family: "Jost", sans-serif;
}

.u-font-garamond, .c-menu-icon p {
  font-family: "EB Garamond", serif;
}

.u-font-noto {
  font-family: "Noto Serif JP", serif;
}

.u-font-noto-sans {
  font-family: "Noto Sans JP", sans-serif;
}

.u-font-zen-kaku, body, .c-cart-button button, .c-form-select select {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

.u-mt0 {
  margin-top: 0px;
}

.u-mt5 {
  margin-top: 5px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .u-sm-mt0 {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mt10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mt20 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mt30 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mt40 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mt50 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mt60 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mt70 {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mt80 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mt90 {
    margin-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mt100 {
    margin-top: 100px;
  }
}

.u-mb0 {
  margin-bottom: 0px;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb90 {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .u-sm-mb0 {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mb10 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mb20 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mb30 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mb40 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mb50 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mb60 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mb70 {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mb80 {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mb90 {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mb100 {
    margin-bottom: 100px;
  }
}

.u-pt0 {
  padding-top: 0px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pt50 {
  padding-top: 50px;
}

.u-pt60 {
  padding-top: 60px;
}

.u-pt70 {
  padding-top: 70px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pt90 {
  padding-top: 90px;
}

@media screen and (max-width: 767px) {
  .u-sm-pt0 {
    padding-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pt10 {
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pt20 {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pt30 {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pt40 {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pt50 {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pt60 {
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pt70 {
    padding-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pt80 {
    padding-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pt90 {
    padding-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pt100 {
    padding-top: 100px;
  }
}

.u-pb0 {
  padding-bottom: 0px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pb50 {
  padding-bottom: 50px;
}

.u-pb60 {
  padding-bottom: 60px;
}

.u-pb70 {
  padding-bottom: 70px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-pb90 {
  padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .u-sm-pb0 {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pb10 {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pb20 {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pb30 {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pb40 {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pb50 {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pb60 {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pb70 {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pb80 {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pb90 {
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pb100 {
    padding-bottom: 100px;
  }
}

.u-text-primary {
  color: #2D4335;
}

.u-text-secondary {
  color: #694B84;
}

.u-text-bold {
  font-weight: bold;
}

.u-text-small {
  font-size: 1rem;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-underline {
  text-decoration: underline;
}

.u-bold {
  font-weight: bold !important;
}

.u-bg-primary {
  background: #694B84;
}

.u-bg-secondary {
  background: #694B84;
}

.u-bg-tertiary {
  background: #000;
}

.u-pos--relative {
  position: relative;
}
.u-pos--absolute {
  position: absolute;
}

.u-dn-sm {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .u-dn-sm {
    display: inherit !important;
  }
}

.u-dn-lg {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .u-dn-lg {
    display: inherit !important;
  }
}

.u-dn-md {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-dn-md {
    display: inherit !important;
  }
}