@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;600;700&family=Noto+Serif+JP:wght@500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
/* @include _reset.scss */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
  # Global selectors
# ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
  # General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
  text-decoration: none;
  color: #000;
}

li {
  list-style: none;
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
  # Forms
 # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
  # Specify media element style
# ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
  # Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
  # Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* @include _breakpoints.scss */
/* break point media query */
@media (max-width: 767.9px) {
  .pc {
    display: none !important;
  }
}
.pc_i {
  display: inline;
}
@media (max-width: 767.9px) {
  .pc_i {
    display: none;
  }
}
.pc_ib {
  display: inline-block;
}
@media (max-width: 767.9px) {
  .pc_ib {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 767.9px) {
  .sp {
    display: block;
  }
}
.sp_i {
  display: none;
}
@media (max-width: 767.9px) {
  .sp_i {
    display: inline;
  }
}
.sp_ib {
  display: none;
}
@media (max-width: 767.9px) {
  .sp_ib {
    display: inline-block;
  }
}

.tb {
  display: none;
}
@media (max-width: 767.9px) {
  .tb {
    display: none;
  }
}
.tb_i {
  display: none;
}
@media (max-width: 767.9px) {
  .tb_i {
    display: none;
  }
}
.tb_ib {
  display: none;
}
@media (max-width: 767.9px) {
  .tb_ib {
    display: none;
  }
}

/*common*/
body {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media (max-width: 1080px) {
  body {
    font-size: 1.3671875vw;
  }
}
@media (max-width: 767.9px) {
  body {
    padding-top: 0;
    font-size: 10px;
  }
}

a:hover {
  opacity: 0.7;
  transition: opacity 0.4s;
}

@media (max-width: 1080px) {
  img {
    display: block;
    max-width: 100%;
  }
}
@media (max-width: 767.9px) {
  img {
    display: block;
    max-width: 100%;
  }
}
/*clearfix*/
.cfx:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*Layout*/
.c-btn-link {
  position: relative;
  margin: 0 18px;
  padding: 12px 0;
  background: #a1a2a3;
  color: #fff !important;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  display: block;
  width: 393px;
  border-radius: 47.5px;
  text-align: center;
}
@media (max-width: 1080px) {
  .c-btn-link {
    margin: 0 1.7578125vw;
    padding: 1.171875vw 0;
    font-size: 2.734375vw;
    width: 38.37890625vw;
    border-radius: 4.638671875vw;
  }
}
@media (max-width: 767.9px) {
  .c-btn-link {
    margin: 0 auto 2.6666666667vw;
    padding: 1.6vw 0;
    font-size: 3.2vw;
    width: 57.7333333333vw;
    border-radius: 6.3333333333vw;
  }
}
.c-btn-link span {
  font-size: 19px;
}
@media (max-width: 1080px) {
  .c-btn-link span {
    font-size: 1.85546875vw;
  }
}
@media (max-width: 767.9px) {
  .c-btn-link span {
    font-size: 2.5333333333vw;
  }
}
.c-btn-link.js-active {
  background: rgb(199, 0, 14);
  background: linear-gradient(90deg, rgb(199, 0, 14) 0%, rgb(232, 29, 42) 50%, rgb(199, 0, 14) 100%);
}
.c-btn-link:hover {
  text-decoration: none;
}
@media (max-width: 1080px) {
  .c-btn-link svg {
    width: 1.07421875vw;
  }
}
@media (max-width: 767.9px) {
  .c-btn-link svg {
    width: 1.4666666667vw;
  }
}

.js-navOpen {
  position: fixed;
  top: 2.6666666667vw;
  right: 2.6666666667vw;
  width: 28px;
  height: 28px;
  cursor: pointer;
  z-index: 10;
  mix-blend-mode: multiply;
  border: 1px solid #b6002a;
}
.js-navOpen span {
  position: absolute;
  top: calc(28.5833333333% - 0.5px);
  left: 14.1666666667%;
  width: 72.2222222222%;
  height: 1px;
  background: #b6002a;
  transition: transform 0.3s, opacity 0.3s;
}
.js-navOpen span:nth-child(2) {
  top: 49.8055555556%;
}
.js-navOpen span:nth-child(3) {
  top: 71.0277777778%;
}
.js-navOpen.active {
  border: 1px solid #fff;
  mix-blend-mode: normal;
}
.js-navOpen.active span {
  width: 88.8888888889%;
  background-color: #fff;
}
.js-navOpen.active span:nth-child(1) {
  top: calc(48.7222222222% - 0.5px);
  left: 4.5277777778%;
  transform: rotate(45deg);
  transform-origin: center;
}
.js-navOpen.active span:nth-child(2) {
  left: 100%;
  opacity: 0;
}
.js-navOpen.active span:nth-child(3) {
  top: calc(48.7222222222% - 0.5px);
  left: auto;
  right: 4.5277777778%;
  transform: rotate(-45deg);
  transform-origin: center;
}

.js-fadeIn {
  opacity: 0;
}

@media (max-width: 767.9px) {
  .js-fadeIn-sp {
    opacity: 0;
  }
}

.js-fadeUp {
  transform: translateY(30px);
}
@media (max-width: 1080px) {
  .js-fadeUp {
    transform: translateY(2.9296875vw);
  }
}
@media (max-width: 767.9px) {
  .js-fadeUp {
    transform: translateY(4vw);
  }
}

.stagger-elm {
  opacity: 0;
  z-index: 1;
  transform: translateY(30px);
}
@media (max-width: 1080px) {
  .stagger-elm {
    transform: translateY(2.9296875vw);
  }
}
@media (max-width: 767.9px) {
  .stagger-elm {
    transform: translateY(4vw);
  }
}

#pageTop {
  position: absolute;
  top: 60px;
  bottom: 20px;
  right: 50px;
  transition: opacity 0.3s;
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 767.9px) {
  #pageTop {
    top: 4.6666666667vw;
    bottom: 2.6666666667vw;
    right: 2.6666666667vw;
    width: 13.3333333333vw;
  }
}
#pageTop.fixed {
  position: fixed;
  top: auto;
  right: 50px;
}
@media (max-width: 767.9px) {
  #pageTop.fixed {
    bottom: 2.6666666667vw;
    right: 2.6666666667vw;
  }
}

.l-header-amazake {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 12;
}
.l-header-amazake__inner {
  position: relative;
  margin: auto;
  padding: 0 40px;
  max-width: 1280px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  .l-header-amazake__inner {
    padding: 0 4vw;
    height: 60px;
    z-index: 4;
  }
}
@media (max-width: 1570px) {
  .l-header-amazake__inner.--top {
    padding-right: 150px;
  }
}
@media (max-width: 1370px) {
  .l-header-amazake__inner.--top {
    padding-right: 190px;
  }
}
@media (max-width: 1080px) {
  .l-header-amazake__inner h1 img {
    max-width: none;
    width: 74px;
    display: block;
  }
}
.l-header-amazake__inner nav {
  height: 100%;
}
@media (max-width: 1080px) {
  .l-header-amazake__inner nav {
    position: fixed;
    top: 60px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    background: url(../images/nav_pattern.svg) center top/auto repeat #fff;
    transition: opacity 0.2s, visibility 0.2s;
  }
}
@media (max-width: 767.9px) {
  .l-header-amazake__inner nav {
    background: url(../images/nav_pattern.svg) center top/10px auto repeat #fff;
  }
}
.l-header-amazake__inner nav ul {
  width: 845px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .l-header-amazake__inner nav ul {
    width: 800px;
    gap: 30px;
    justify-content: center;
  }
}
@media (max-width: 1180px) {
  .l-header-amazake__inner nav ul {
    gap: 15px;
  }
}
@media (max-width: 1080px) {
  .l-header-amazake__inner nav ul {
    margin: 19.3333333333vw auto 0;
    display: block;
    width: 250px;
  }
}
@media (max-width: 767.9px) {
  .l-header-amazake__inner nav ul {
    width: 66.6666666667vw;
  }
}
.l-header-amazake__inner nav ul li {
  position: relative;
  height: 100%;
}
@media (max-width: 1080px) {
  .l-header-amazake__inner nav ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-left: 44px;
    height: auto;
    border-bottom: 1px solid #a61527;
  }
}
@media (max-width: 767.9px) {
  .l-header-amazake__inner nav ul li:first-child {
    padding-left: 46px;
  }
}
@media (max-width: 1080px) {
  .l-header-amazake__inner nav ul li::before {
    position: absolute;
    left: 5px;
    top: 3px;
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    background: url(../images/nav_icon.svg) center/100% no-repeat;
  }
}
@media (max-width: 767.9px) {
  .l-header-amazake__inner nav ul li.top img {
    width: 40px;
  }
}
@media (max-width: 767.9px) {
  .l-header-amazake__inner nav ul li.scene img {
    width: 138px;
  }
}
@media (max-width: 767.9px) {
  .l-header-amazake__inner nav ul li.recipe img {
    width: 136px;
  }
}
@media (max-width: 767.9px) {
  .l-header-amazake__inner nav ul li.kodawari img {
    width: 180px;
  }
}
@media (max-width: 767.9px) {
  .l-header-amazake__inner nav ul li.knowledge img {
    width: 140px;
  }
}
@media (max-width: 767.9px) {
  .l-header-amazake__inner nav ul li.lineup img {
    width: 163px;
  }
}
.l-header-amazake__inner nav ul li a {
  height: 100%;
  display: flex;
  align-items: center;
  color: #830000;
}
@media (max-width: 1080px) {
  .l-header-amazake__inner nav ul li a {
    height: auto;
  }
}
@media (max-width: 1080px) {
  .l-header-amazake__inner nav ul li a::after {
    display: none;
  }
}
.l-header-amazake__inner nav ul li a img {
  display: block;
}
.l-header-amazake__inner nav.top li:nth-child(1) a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 4px solid;
}
.l-header-amazake__inner nav.scene li:nth-child(2) a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 4px solid;
}
.l-header-amazake__inner nav.recipe li:nth-child(3) a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 4px solid;
}
.l-header-amazake__inner nav.kodawari li:nth-child(4) a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 4px solid;
}
@media (max-width: 1080px) {
  .l-header-amazake.active nav {
    opacity: 1;
    visibility: visible;
  }
}
.l-header-amazake .languages-btn {
  position: fixed;
  top: 25px;
  right: 25px;
  width: 220px;
  color: #fff;
  font-size: 14px;
  z-index: 5;
}
@media (max-width: 1080px) {
  .l-header-amazake .languages-btn {
    top: 15px;
    right: 90px;
  }
}
@media (max-width: 767.9px) {
  .l-header-amazake .languages-btn {
    right: calc(9.3333333333vw + 30px);
  }
}
.l-header-amazake .languages-btn .btn {
  position: relative;
  display: block;
  width: 145px;
  height: 30px;
  margin: 0 0 4px 81px;
  padding-left: 36px;
  background: url(../images/icon_earth.png) no-repeat 13px center, url(../images/lang_arrow.png) no-repeat right center;
  background-color: #333;
  border-radius: 15px;
  line-height: 30px;
  cursor: pointer;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (max-width: 1200px) {
  .l-header-amazake .languages-btn .btn {
    margin: 0 0 4px auto;
    font-size: 10px;
    width: 120px;
  }
}
.l-header-amazake .languages-btn .linkList {
  position: relative;
  display: block;
  display: none;
  margin-top: 16px;
  padding: 10px;
  background: #333;
  border-radius: 10px;
}
.l-header-amazake .languages-btn .linkList:before {
  position: absolute;
  left: 148px;
  top: -16px;
  width: 23px;
  height: 16px;
  content: "";
  background: url(../images/tail_link.png) no-repeat center top;
}
@media (max-width: 1280px) {
  .l-header-amazake .languages-btn .linkList:before {
    left: 178px;
  }
}
.l-header-amazake .languages-btn .linkList .link {
  display: block;
}
.l-header-amazake .languages-btn .linkList .link a {
  display: block;
  height: 40px;
  width: 200px;
  background: url(../images/arrow_link.png) no-repeat 183px center #000;
  text-align: center;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
}
.l-header-amazake .languages-btn .linkList .link + .link {
  margin-top: 5px;
}

#menu-btn {
  display: none;
}
@media (max-width: 1080px) {
  #menu-btn {
    position: absolute;
    right: 30px;
    width: 31px;
    height: 24px;
    background: url(../images/nav_menu.svg) center/100% no-repeat;
    display: block;
  }
}
@media (max-width: 767.9px) {
  #menu-btn {
    right: 4vw;
  }
}
@media (max-width: 1080px) {
  .active #menu-btn {
    right: 35px;
    width: 24px;
    height: 24px;
    background: url(../images/nav_close.svg) center/100% no-repeat;
  }
}
@media (max-width: 767.9px) {
  .active #menu-btn {
    right: 5.3333333333vw;
  }
}

.onlineshop-box {
  padding-left: 22px;
  box-sizing: border-box;
  position: fixed;
  top: 130px;
  right: 0;
  width: 75px;
  height: 380px;
  background: #cb1e1d;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  border-radius: 0 0 0 75px;
  transition: width 0.3s, opacity 0.3s, visibility 0.3s;
}
@media (max-width: 1080px) {
  .onlineshop-box {
    padding-left: 2.1484375vw;
    width: 7.32421875vw;
    height: 37.109375vw;
  }
}
@media (max-width: 767.9px) {
  .onlineshop-box {
    padding-left: 2.6666666667vw;
    width: 8.5333333333vw;
    height: 50.6666666667vw;
    border-radius: 0 0 0 10vw;
    top: 90px;
  }
}
.onlineshop-box.show {
  opacity: 1;
  visibility: visible;
}
.onlineshop-box ul {
  padding: 33px 0 65px;
  margin-top: 19px;
  width: 247px;
  background: url(../images/onlineshop_line.svg) top right no-repeat;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1080px) {
  .onlineshop-box ul {
    padding: 3.22265625vw 0 6.34765625vw;
    margin-top: 1.85546875vw;
    width: 24.12109375vw;
  }
}
@media (max-width: 767.9px) {
  .onlineshop-box ul {
    padding: 4.4vw 2.6666666667vw 8.6666666667vw 0;
    margin-top: 2.5333333333vw;
    width: 32.9333333333vw;
    background: url(../images/onlineshop_line_sp.svg) top right/1px no-repeat;
  }
}
.onlineshop-box ul li {
  margin-bottom: 26px;
}
@media (max-width: 1080px) {
  .onlineshop-box ul li {
    margin-bottom: 2.5390625vw;
  }
}
@media (max-width: 767.9px) {
  .onlineshop-box ul li {
    margin-bottom: 3.4666666667vw;
  }
}
.onlineshop-box ul li img {
  height: 25px;
}
@media (max-width: 1080px) {
  .onlineshop-box ul li img {
    height: 2.44140625vw;
  }
}
@media (max-width: 767.9px) {
  .onlineshop-box ul li img {
    height: 3.4666666667vw;
  }
}
.onlineshop-box.hover {
  width: 329px;
}
@media (max-width: 1080px) {
  .onlineshop-box.hover {
    width: 32.12890625vw;
  }
}
@media (max-width: 767.9px) {
  .onlineshop-box.hover {
    width: 44.4vw;
  }
}
.onlineshop-box.fade ul {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, visibility 0.3s;
}
.onlineshop-ttl {
  position: absolute;
  top: 19px;
  right: 26px;
}
@media (max-width: 1080px) {
  .onlineshop-ttl {
    top: 1.85546875vw;
    right: 2.5390625vw;
    width: 2.24609375vw;
  }
}
@media (max-width: 767.9px) {
  .onlineshop-ttl {
    top: 2.5333333333vw;
    right: 2.6666666667vw;
    width: 2.9333333333vw;
  }
}

#kodawari {
  overflow: hidden;
  position: relative;
  padding-top: 82px;
  background: url(../images/kodawari/bg_kodawari.png) center/100% auto repeat;
}
@media (max-width: 1080px) {
  #kodawari {
    padding-top: 60px;
  }
}
@media (max-width: 767.9px) {
  #kodawari {
    background: url(../images/kodawari/bg_kodawari_sp.png) center/100% auto repeat-y;
  }
}
#kodawari h1, #kodawari h2, #kodawari h3, #kodawari h4, #kodawari h5, #kodawari h6, #kodawari ul, #kodawari ol, #kodawari dl, #kodawari li, #kodawari dt, #kodawari dd, #kodawari p, #kodawari section, #kodawari article, #kodawari aside, #kodawari footer, #kodawari figure, #kodawari figcaption, #kodawari nav {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
#kodawari .p-head {
  position: relative;
  width: 100%;
  height: 457px;
  background: url(../images/kodawari/bg_fv.jpg) center/cover no-repeat;
}
@media (max-width: 767.9px) {
  #kodawari .p-head {
    height: 68.8vw;
  }
}
#kodawari .p-headTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 414px;
  transform: translate(-50%, -50%);
}
@media (max-width: 767.9px) {
  #kodawari .p-headTitle {
    width: 55.2vw;
  }
}
#kodawari .p-material__inner {
  position: relative;
  padding: 90px 0 150px;
}
@media (max-width: 767.9px) {
  #kodawari .p-material__inner {
    padding: 12.6666666667vw 0 15.7333333333vw;
  }
}
#kodawari .p-material__inner::before, #kodawari .p-material__inner::after {
  position: absolute;
  content: "";
  left: 50%;
  display: block;
  z-index: 1;
}
#kodawari .p-material__inner::before {
  width: 215px;
  height: 90px;
  top: 100px;
  margin-left: -660px;
  background: url(../images/kodawari/deco_kumo01.svg) top center/contain no-repeat;
}
@media (max-width: 767.9px) {
  #kodawari .p-material__inner::before {
    top: 4.9333333333vw;
    left: -2.6666666667vw;
    margin-left: 0;
    width: 28.8vw;
    height: 11.4666666667vw;
  }
}
#kodawari .p-material__inner::after {
  width: 252px;
  height: 58px;
  top: 280px;
  margin-left: 445px;
  background: url(../images/kodawari/deco_kumo02.svg) top center/contain no-repeat;
}
@media (max-width: 767.9px) {
  #kodawari .p-material__inner::after {
    top: 56vw;
    left: auto;
    right: -6.6666666667vw;
    width: 33.6vw;
    margin-left: 0;
    height: 7.7333333333vw;
  }
}
#kodawari .p-materialText {
  position: relative;
  margin-bottom: 60px;
  font-size: 19px;
  line-height: 50px;
  text-align: center;
  z-index: 2;
}
@media (max-width: 767.9px) {
  #kodawari .p-materialText {
    font-size: 3.0666666667vw;
    line-height: 6.6666666667vw;
  }
}
#kodawari .p-materialText.--01 {
  margin-bottom: 30px;
}
@media (max-width: 767.9px) {
  #kodawari .p-materialText.--01 {
    margin-bottom: 4vw;
  }
}
#kodawari .p-materialList {
  width: 980px;
  margin: auto;
}
@media (max-width: 1080px) {
  #kodawari .p-materialList {
    width: 90.8203125vw;
  }
}
@media (max-width: 767.9px) {
  #kodawari .p-materialList {
    width: 91.2vw;
  }
}
#kodawari .p-materialList__inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#kodawari .p-materialItem {
  position: relative;
  width: 350px;
  min-height: 466px;
  background: #fff;
  border-radius: 175px;
}
@media (max-width: 1080px) {
  #kodawari .p-materialItem {
    width: 34.1796875vw;
    min-height: 45.5078125vw;
    border-radius: 17.08984375vw;
  }
}
@media (max-width: 767.9px) {
  #kodawari .p-materialItem {
    width: 35.7333333333vw;
    min-height: 47.4666666667vw;
    border-radius: 18vw;
  }
}
#kodawari .p-materialItem__tit {
  position: relative;
  top: -20px;
  width: 176px;
  margin: 0 auto 30px;
}
@media (max-width: 1080px) {
  #kodawari .p-materialItem__tit {
    top: -1.953125vw;
    width: 17.1875vw;
    margin-bottom: 2.9296875vw;
  }
}
@media (max-width: 767.9px) {
  #kodawari .p-materialItem__tit {
    width: 18.1333333333vw;
  }
}
#kodawari .p-materialItem__img {
  display: block;
  width: 265px;
  margin: 0 auto 35px;
}
@media (max-width: 1080px) {
  #kodawari .p-materialItem__img {
    width: 25.87890625vw;
    margin: 0 auto 3.41796875vw;
  }
}
#kodawari .p-materialItem__text {
  text-align: center;
  font-size: 21px;
}
@media (max-width: 1080px) {
  #kodawari .p-materialItem__text {
    font-size: 2.05078125vw;
  }
}
#kodawari .p-materialUseText {
  width: 120px;
  margin: 65px auto 0;
}
@media (max-width: 1080px) {
  #kodawari .p-materialUseText {
    width: 11.71875vw;
    margin: 6.34765625vw auto 0;
  }
}
@media (max-width: 767.9px) {
  #kodawari .p-materialUseText {
    width: 13.0666666667vw;
    margin: 6.1333333333vw auto 0;
  }
}
#kodawari .p-magokoro {
  position: relative;
  width: 100%;
  height: 350px;
  background: url(../images/kodawari/bg_magokoro.jpg) center/cover no-repeat;
}
@media (max-width: 767.9px) {
  #kodawari .p-magokoro {
    height: 29.2vw;
  }
}
#kodawari .p-magokoroText {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 566px;
  transform: translate(-50%, -50%);
}
@media (max-width: 767.9px) {
  #kodawari .p-magokoroText {
    width: 75.6vw;
  }
}
@media (max-width: 767.9px) {
  #kodawari .p-magokoroText img {
    filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.3));
  }
}
#kodawari .p-commitment__inner {
  padding: 160px 20px;
}
@media (max-width: 767.9px) {
  #kodawari .p-commitment__inner {
    padding: 21.3333333333vw 0 13.3333333333vw;
  }
}
#kodawari .p-commitmentBox {
  position: relative;
  max-width: 1030px;
  padding: 115px 75px;
  margin: 0 auto 120px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1080px) {
  #kodawari .p-commitmentBox {
    padding: 115px 7.32421875vw;
    border-radius: 3.90625vw;
  }
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentBox {
    width: 86.6666666667vw;
    margin: 0 auto 25.3333333333vw;
    padding: 15.3333333333vw 0 7.4666666667vw;
    border-radius: 6.6666666667vw;
  }
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentBox:last-child {
    margin-bottom: 0;
  }
}
#kodawari .p-commitmentTit {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
#kodawari .p-commitmentTit.--sakekasu {
  width: 402px;
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentTit.--sakekasu {
    width: 53.3333333333vw;
  }
}
#kodawari .p-commitmentTit::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 597px;
  height: 123px;
  margin-left: -15px;
  background: url(../images/kodawari/deco_tit.svg) top center/100% auto no-repeat;
  transform: translate(-50%, -50%);
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentTit::before {
    width: 79.6vw;
    height: 16.4vw;
    margin-left: 0;
  }
}
#kodawari .p-commitmentList {
  width: 730px;
  margin: 0 auto 52px;
}
@media (max-width: 1080px) {
  #kodawari .p-commitmentList {
    max-width: 100%;
  }
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentList {
    width: 80vw;
  }
}
#kodawari .p-commitmentList__item {
  position: relative;
  display: flex;
  padding: 19px 0;
  align-items: center;
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentList__item {
    padding: 2vw 0;
  }
}
#kodawari .p-commitmentList__item:first-child {
  padding: 15px 0;
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentList__item:first-child {
    padding: 2vw 0;
  }
}
#kodawari .p-commitmentList__item:first-child::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: url(../images/kodawari/line_dotted.svg) top center/100% auto no-repeat;
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentList__item:first-child::before {
    background: url(../images/kodawari/line_dotted_sp.svg) top center/100% auto no-repeat;
  }
}
#kodawari .p-commitmentList__item > span {
  display: block;
  width: 97px;
  text-align: center;
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentList__item > span {
    width: 12vw;
  }
}
#kodawari .p-commitmentList__item > span.--1 img {
  width: 16px;
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentList__item > span.--1 img {
    width: 2.5333333333vw;
    margin: auto;
  }
}
#kodawari .p-commitmentList__item > span.--2 img {
  width: 25px;
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentList__item > span.--2 img {
    width: 4.1333333333vw;
    margin: auto;
  }
}
#kodawari .p-commitmentList__item::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: url(../images/kodawari/line_dotted.svg) bottom center/100% auto no-repeat;
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentList__item::after {
    background: url(../images/kodawari/line_dotted.svg) top center/100% auto no-repeat;
  }
}
#kodawari .p-commitmentList__item p {
  line-height: 29.6px;
  font-size: 18px;
  color: #000;
  letter-spacing: 0;
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentList__item p {
    font-size: 3.2666666667vw;
    line-height: 5.4666666667vw;
  }
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentList__item p .white-space {
    letter-spacing: -1em;
  }
}
#kodawari .p-commitmentPoint {
  width: 771px;
  margin: 0 auto 85px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  gap: 40px 17px;
}
@media (max-width: 1080px) {
  #kodawari .p-commitmentPoint {
    width: 75.29296875vw;
    gap: 3.90625vw 1.66015625vw;
  }
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentPoint {
    width: 77.7333333333vw;
    gap: 2.9333333333vw 0vw;
    margin: 0 auto 10vw;
  }
}
#kodawari .p-commitmentPoint__item {
  width: 377px;
}
@media (max-width: 1080px) {
  #kodawari .p-commitmentPoint__item {
    width: 36.81640625vw;
  }
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentPoint__item {
    width: 37.3333333333vw;
  }
}
#kodawari .p-commitmentPoint__item img {
  max-width: 100%;
  margin-bottom: 15px;
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentPoint__item img {
    margin-bottom: 0.6666666667vw;
  }
}
#kodawari .p-commitmentPoint__item p {
  font-size: 23px;
  line-height: 25px;
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentPoint__item p {
    font-size: 2.6666666667vw;
    line-height: 1;
    padding: 0.4vw 0;
  }
}
#kodawari .p-commitmentPoint__item p span {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentPoint__item p span {
    display: inline-flex;
    align-items: center;
    padding: 2px 2.2666666667vw;
  }
}
#kodawari .p-commitmentPoint__item p span::before, #kodawari .p-commitmentPoint__item p span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  content: "";
  width: 4px;
  height: 100%;
  border-radius: 4px;
  background-color: #a51627;
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentPoint__item p span::before, #kodawari .p-commitmentPoint__item p span::after {
    width: 0.4vw;
    border-radius: 0.4vw;
  }
}
#kodawari .p-commitmentPoint__item p span::before {
  left: 0;
}
#kodawari .p-commitmentPoint__item p span::after {
  right: 0;
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentPoint__item.--long p span {
    letter-spacing: -0.08em;
  }
}
#kodawari .p-commitmentPoint__text.small {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentPoint__text.small {
    margin-top: 1.3333333333vw;
    font-size: 1.8666666667vw;
    line-height: 2.6666666667vw;
  }
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentPoint__text.fill {
    letter-spacing: -0.06em;
  }
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentHimitsu {
    width: 80vw;
    margin: 0 auto 6.6666666667vw;
  }
}
#kodawari .p-commitmentHimitsuTit {
  position: relative;
  width: 730px;
  padding: 0 0 15px;
  margin: 0 auto 25px;
  text-align: center;
}
@media (max-width: 1080px) {
  #kodawari .p-commitmentHimitsuTit {
    width: 71.2890625vw;
  }
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentHimitsuTit {
    width: 100%;
    padding: 0 0 1.3333333333vw;
    margin: 0 auto 8.6666666667vw;
  }
}
#kodawari .p-commitmentHimitsuTit::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: url(../images/kodawari/line_dotted.svg) bottom center/100% auto no-repeat;
}
@media (max-width: 1080px) {
  #kodawari .p-commitmentHimitsuTit img {
    display: block;
    margin: auto;
  }
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentHimitsuTit img {
    width: 40.4vw;
  }
}
#kodawari .p-commitmentHimitsuText {
  position: relative;
  width: 830px;
  margin: 0 auto;
  padding: 0 0 0 224px;
  text-align: center;
}
@media (max-width: 1080px) {
  #kodawari .p-commitmentHimitsuText {
    width: 81.0546875vw;
    padding: 0 0 0 21.875vw;
  }
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentHimitsuText {
    padding: 0;
  }
}
#kodawari .p-commitmentHimitsuText__inner {
  padding: 120px 0;
  width: 606px;
  background: url(../images/kodawari/bg_circle.svg) bottom center/100% 100% no-repeat;
}
@media (max-width: 1080px) {
  #kodawari .p-commitmentHimitsuText__inner {
    padding: 11.71875vw 0;
    width: 59.1796875vw;
  }
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentHimitsuText__inner {
    width: 100%;
    padding: 18.6666666667vw 0 14.6666666667vw;
  }
}
#kodawari .p-commitmentHimitsuText__inner p {
  margin-bottom: 30px;
  font-size: 19px;
  text-align: center;
  color: #fff;
}
@media (max-width: 1080px) {
  #kodawari .p-commitmentHimitsuText__inner p {
    font-size: 1.85546875vw;
  }
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentHimitsuText__inner p {
    margin-bottom: 3.3333333333vw;
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
  }
}
#kodawari .p-commitmentHimitsuText__inner p span {
  font-size: 14px;
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentHimitsuText__inner p span {
    font-size: 2.1333333333vw;
  }
}
#kodawari .p-commitmentHimitsuText__inner img {
  position: absolute;
  top: 75px;
  left: 0;
  width: 250px;
}
@media (max-width: 1080px) {
  #kodawari .p-commitmentHimitsuText__inner img {
    top: 7.32421875vw;
    width: 24.4140625vw;
  }
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentHimitsuText__inner img {
    top: -6.6666666667vw;
    left: auto;
    right: 0;
    width: 25.0666666667vw;
  }
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentHimitsuText__inner img.--sakekasu {
    left: 0;
    right: auto;
  }
}
#kodawari .p-commitmentHimitsuText .ajiwai {
  position: relative;
  display: inline-block;
  padding: 0 0 0 120px;
  color: #fff;
  font-size: 19px;
  text-align: center;
  align-items: center;
}
@media (max-width: 1080px) {
  #kodawari .p-commitmentHimitsuText .ajiwai {
    padding: 0 0 0 11.71875vw;
    font-size: 1.85546875vw;
  }
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentHimitsuText .ajiwai {
    font-size: 2.6666666667vw;
    padding: 0 0 0 16vw;
  }
}
#kodawari .p-commitmentHimitsuText .ajiwai::after {
  position: absolute;
  left: 12px;
  bottom: 0;
  content: "";
  width: calc(100% - 12px);
  border-bottom: none;
  height: 2px;
  border-radius: 4px;
  background: #fff;
}
@media (max-width: 1080px) {
  #kodawari .p-commitmentHimitsuText .ajiwai::after {
    left: 1.171875vw;
    width: calc(100% - 1.171875vw);
  }
}
#kodawari .p-commitmentHimitsuText .ajiwai dt {
  position: absolute;
  top: 0;
  left: 0;
  width: 98px;
  height: 100%;
  display: grid;
  text-align: center;
  border: solid 2px #fff;
  box-sizing: border-box;
  border-radius: 12px;
  align-items: center;
}
@media (max-width: 1080px) {
  #kodawari .p-commitmentHimitsuText .ajiwai dt {
    width: 9.5703125vw;
    border-radius: 1.171875vw;
  }
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentHimitsuText .ajiwai dt {
    width: 13.8666666667vw;
  }
}
#kodawari .p-commitmentHimitsuText .ajiwai dd {
  padding: 5px 30px 10px 0;
  line-height: 25px;
  text-align: left;
  width: auto;
}
@media (max-width: 1080px) {
  #kodawari .p-commitmentHimitsuText .ajiwai dd {
    padding: 0.48828125vw 2.9296875vw 0.9765625vw 0;
    line-height: 2.44140625vw;
  }
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentHimitsuText .ajiwai dd {
    padding: 0.6666666667vw 4vw 1.3333333333vw 0;
    line-height: 3.3333333333vw;
  }
}
#kodawari .p-commitmentInfo {
  position: relative;
  width: 858px;
  margin: -20px auto 30px;
}
@media (max-width: 1080px) {
  #kodawari .p-commitmentInfo {
    width: 83.7890625vw;
    max-width: 100%;
    margin: -1.953125vw auto 2.9296875vw;
  }
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentInfo {
    width: 73.7333333333vw;
    margin: 0 auto 6.6666666667vw;
  }
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentInfo.--komekoji {
    margin-bottom: 0;
  }
}
#kodawari .p-commitmentInfo__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentInfo__inner {
    display: block;
  }
}
#kodawari .p-commitmentMaterial {
  position: relative;
  width: 392px;
}
@media (max-width: 1080px) {
  #kodawari .p-commitmentMaterial {
    width: 37.109375vw;
  }
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentMaterial {
    width: 100%;
    margin-bottom: 8.9333333333vw;
  }
}
#kodawari .p-commitmentMaterialTit {
  position: relative;
  padding-left: 50px;
  margin-bottom: 13px;
  font-weight: 600;
  font-size: 24px;
  color: #a51627;
}
@media (max-width: 1080px) {
  #kodawari .p-commitmentMaterialTit {
    padding-left: 4.8828125vw;
    margin-bottom: 1.26953125vw;
    font-size: 2.34375vw;
  }
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentMaterialTit {
    margin-bottom: 4vw;
    padding-left: 12.6666666667vw;
    font-size: 4.4vw;
  }
}
#kodawari .p-commitmentMaterialTit::before {
  position: absolute;
  left: 7px;
  top: 50%;
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/kodawari/icon_ume.svg) top center/contain no-repeat;
  transform: translate(0, -50%);
}
@media (max-width: 1080px) {
  #kodawari .p-commitmentMaterialTit::before {
    width: 3.90625vw;
    height: 3.90625vw;
  }
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentMaterialTit::before {
    width: 7.3333333333vw;
    height: 7.3333333333vw;
    left: 4vw;
  }
}
#kodawari .p-commitmentMaterialList {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
  justify-content: center;
}
@media (max-width: 1080px) {
  #kodawari .p-commitmentMaterialList {
    gap: 0.9765625vw;
  }
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentMaterialList {
    gap: 2vw 1.3333333333vw;
  }
}
#kodawari .p-commitmentMaterial__item {
  display: grid;
  width: 124px;
  height: 124px;
  font-size: 19px;
  line-height: 25px;
  color: #a51627;
  background-color: #f4e579;
  border-radius: 37px;
  align-items: center;
  text-align: center;
}
@media (max-width: 1080px) {
  #kodawari .p-commitmentMaterial__item {
    width: 10.7421875vw;
    height: 9.765625vw;
    font-size: 1.66015625vw;
    line-height: 2.44140625vw;
    border-radius: 2.44140625vw;
  }
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentMaterial__item {
    width: 23.4666666667vw;
    height: 23.4666666667vw;
    font-size: 4vw;
    line-height: 5.6vw;
    border-radius: 4vw;
  }
}
#kodawari .p-commitmentMaterial__item.ls-small {
  letter-spacing: -0.14em;
}
#kodawari .p-commitmentMaterial__item.Ti-pantoten {
  text-indent: -0.2em;
}
#kodawari .p-commitmentGood {
  width: 420px;
  padding: 0 0 40px;
}
@media (max-width: 1080px) {
  #kodawari .p-commitmentGood {
    width: 39.0625vw;
    padding: 0 0 3.90625vw;
  }
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentGood {
    width: 100%;
    padding: 0;
  }
}
#kodawari .p-commitmentGoodTit {
  display: inline-block;
  position: relative;
  padding-left: 45px;
  margin-bottom: 30px;
  line-height: 1;
  font-weight: 600;
  font-size: 24px;
  color: #a51627;
}
@media (max-width: 1080px) {
  #kodawari .p-commitmentGoodTit {
    padding-left: 4.39453125vw;
    margin-bottom: 2.9296875vw;
    font-size: 2.34375vw;
  }
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentGoodTit {
    margin-bottom: 4vw;
    padding-left: 12.6666666667vw;
    font-size: 4.4vw;
  }
}
#kodawari .p-commitmentGoodTit::before {
  position: absolute;
  left: 10px;
  top: 10px;
  content: "";
  width: 100%;
  height: 19px;
  border-radius: 10px;
  background: #f4e579;
  z-index: 1;
}
@media (max-width: 1080px) {
  #kodawari .p-commitmentGoodTit::before {
    height: 1.85546875vw;
  }
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentGoodTit::before {
    height: 3.3333333333vw;
    left: 7.2vw;
    width: calc(100% - 4.6666666667vw);
  }
}
#kodawari .p-commitmentGoodTit::after {
  position: absolute;
  left: 0;
  top: -3px;
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/kodawari/icon_ume.svg) top center/contain no-repeat;
  z-index: 2;
}
@media (max-width: 1080px) {
  #kodawari .p-commitmentGoodTit::after {
    width: 3.90625vw;
    height: 3.90625vw;
  }
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentGoodTit::after {
    width: 7.3333333333vw;
    height: 7.3333333333vw;
    left: 4vw;
  }
}
#kodawari .p-commitmentGoodTit span {
  display: inline-block;
  position: relative;
  z-index: 2;
  line-height: 1;
}
#kodawari .p-commitmentGood__item {
  position: relative;
  margin-bottom: 18px;
  margin-left: 9px;
  padding-left: 10px;
  font-size: 18px;
  text-align: justify;
}
@media (max-width: 1080px) {
  #kodawari .p-commitmentGood__item {
    margin-bottom: 1.7578125vw;
    margin-left: 0.87890625vw;
    padding-left: 0.9765625vw;
    font-size: 1.66015625vw;
  }
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentGood__item {
    margin-bottom: 4vw;
    padding-left: 2.4vw;
    font-size: 3.4666666667vw;
    line-height: 5.3333333333vw;
  }
}
#kodawari .p-commitmentGood__item:last-child {
  margin-bottom: 0;
}
#kodawari .p-commitmentGood__item::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 3px;
  height: 100%;
  background: #a51627;
  box-sizing: border-box;
  border-radius: 3px;
}
#kodawari .p-commitmentGood__item .beta {
  line-height: 1;
  display: inline-grid;
  padding: 0.2em;
  vertical-align: text-bottom;
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentGood__item .beta img {
    width: 0.6em;
  }
}
#kodawari .p-commitmentWork__inner {
  width: 859px;
  height: 233px;
  padding: 26px 40px 0;
  margin: auto;
  background: url(../images/kodawari/line_dash.svg) top center/100% 100% no-repeat;
  box-sizing: border-box;
}
@media (max-width: 1080px) {
  #kodawari .p-commitmentWork__inner {
    padding: 2.5390625vw 3.90625vw 0;
    width: 83.88671875vw;
    height: 22.75390625vw;
  }
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentWork__inner {
    width: 74vw;
    height: 42.1333333333vw;
    padding: 4.5333333333vw 4vw;
    background: url(../images/kodawari/line_dash_sp.svg) top center/100% 100% no-repeat;
  }
}
#kodawari .p-commitmentWork dl dt {
  margin-bottom: 15px;
  color: #a51627;
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 1080px) {
  #kodawari .p-commitmentWork dl dt {
    margin-bottom: 1.46484375vw;
    font-size: 1.953125vw;
  }
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentWork dl dt {
    font-size: 3.4666666667vw;
  }
}
#kodawari .p-commitmentWork dl dd {
  font-size: 18px;
}
@media (max-width: 1080px) {
  #kodawari .p-commitmentWork dl dd {
    font-size: 1.7578125vw;
  }
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentWork dl dd {
    font-size: 2.4vw;
  }
}
#kodawari .p-commitmentWork dl dd p {
  margin-bottom: 10px;
}
@media (max-width: 1080px) {
  #kodawari .p-commitmentWork dl dd p {
    margin-bottom: 0.9765625vw;
  }
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentWork dl dd span {
    font-size: 1.7333333333vw;
  }
}
#kodawari .p-commitmentWork__note {
  letter-spacing: 0em;
  line-height: 1.2;
}
#kodawari .p-commitmentWork__note li {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
}
@media (max-width: 1080px) {
  #kodawari .p-commitmentWork__note li {
    font-size: 1.26953125vw;
  }
}
@media (max-width: 767.9px) {
  #kodawari .p-commitmentWork__note li {
    font-size: 1.7333333333vw;
  }
}
#kodawari .p-manufacturing {
  background: #d83620;
}
#kodawari .p-manufacturing__inner {
  padding: 95px 0 120px;
}
@media (max-width: 767.9px) {
  #kodawari .p-manufacturing__inner {
    padding: 14vw 0 21.6vw;
  }
}
#kodawari .p-manufacturingTit {
  position: relative;
  width: 522px;
  margin: 0 auto 66px;
}
@media (max-width: 767.9px) {
  #kodawari .p-manufacturingTit {
    width: 69.6vw;
    margin: 0 auto 12vw;
  }
}
#kodawari .p-manufacturingTit::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 716px;
  height: 123px;
  margin-left: -5px;
  background: url(../images/kodawari/deco_tit2.svg) top center/100% auto no-repeat;
  transform: translate(-50%, -50%);
}
@media (max-width: 767.9px) {
  #kodawari .p-manufacturingTit::before {
    width: 87.3333333333vw;
    height: 16.2666666667vw;
    top: 5.3333333333vw;
    transform: translate(-50%, 0);
  }
}
#kodawari .p-manufacturing__process {
  position: relative;
  height: auto;
  width: 100%;
}
@media (max-width: 767.9px) {
  #kodawari .p-manufacturing__process {
    height: 88vw;
    width: 100%;
  }
}
#kodawari .p-manufacturing__process img {
  width: auto;
  max-width: inherit;
  max-height: 100%;
}
@media (max-width: 767.9px) {
  #kodawari .p-manufacturing__process img {
    width: auto;
    height: 100%;
  }
}
#kodawari .p-manufacturing__process .slide-btn {
  position: absolute;
  left: 50%;
  top: -30px;
  width: 184px;
  display: flex;
  margin-left: 252px;
  justify-content: space-between;
  z-index: 2;
}
@media (max-width: 767.9px) {
  #kodawari .p-manufacturing__process .slide-btn {
    left: auto;
    right: 8vw;
    top: 100%;
    width: 26.6666666667vw;
    margin-top: -30px;
    margin-left: 0;
  }
}
#kodawari .p-manufacturing__process .slide-btn .slide-prev {
  width: 68px;
  height: 68px;
  background: url(../images/knowledge/btn_right.svg) top center/contain no-repeat;
  cursor: pointer;
  transition: opacity 0.5s;
}
@media (max-width: 767.9px) {
  #kodawari .p-manufacturing__process .slide-btn .slide-prev {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
#kodawari .p-manufacturing__process .slide-btn .slide-prev.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
#kodawari .p-manufacturing__process .slide-btn .slide-next {
  width: 68px;
  height: 68px;
  background: url(../images/knowledge/btn_left.svg) top center/contain no-repeat;
  cursor: pointer;
  transition: opacity 0.5s;
}
@media (max-width: 767.9px) {
  #kodawari .p-manufacturing__process .slide-btn .slide-next {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
#kodawari .p-manufacturing__process .slide-btn .slide-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
#kodawari .p-manufacturingItem {
  width: auto;
  height: 487px;
  margin: 0 0 0 -2px;
}
@media (max-width: 767.9px) {
  #kodawari .p-manufacturingItem {
    height: 88vw;
  }
}
#kodawari .p-manufacturingItem:first-child {
  padding-left: 80px;
}
@media (max-width: 767.9px) {
  #kodawari .p-manufacturingItem:first-child {
    padding-left: 0;
    margin-left: -3%;
  }
}
#kodawari .p-manufacturingItem:last-child {
  padding-right: 15vw;
}
@media (max-width: 767.9px) {
  #kodawari .p-manufacturingItem:last-child {
    padding-right: 0;
  }
}
#kodawari .p-manufacturingItem img {
  max-width: 100%;
}
/*# sourceMappingURL=sourcemaps/kodawari.css.map */
