@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Open+Sans:wght@400;600&display=swap");
/*
Regular 400
Bold 700
*/
/*
Regular 400
semibold 600
*/
/*
Regular 400
semibold 600
*/
/*
Regular 400
semibold 600
*/
/*
Regular 400
semibold 600
*/
/*!
 * 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+ */
}

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;
}

h1, h2, h3, h4, h5 {
  line-height: 1;
  font-size: 100%;
  font-weight: normal;
}

img {
  border: none;
  vertical-align: bottom;
}

ul, ol, li, dl, dt, dd {
  list-style: none;
}

/* pc-sp */
.switch--sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .switch--sp {
    display: block !important;
    margin: 0 auto;
  }
}

.switch--pc {
  display: block !important;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .switch--pc {
    display: none !important;
  }
}

html {
  font-size: 62.5%;
}
html.language-en {
  font-family: "Open Sans", sans-serif;
}
html.language-ko {
  font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
html.language-zh-cn {
  font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
html.language-zh-tw {
  font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

body {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  color: #000000;
  font-size: 16px;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.7333333333vw;
  }
}

img {
  max-width: 100%;
}

img[src$=".svg"] {
  width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: normal;
}

a {
  color: #000000;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

/* ==========================================
	page-container
 ========================================= */
.page-container {
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 0vw;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .page-container {
    margin: 0 auto;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-container {
    padding-top: 55px;
  }
}
@media screen and (max-width: 768px) {
  .page-container {
    padding-top: 16vw;
  }
}

/* ==========================================
	block
 ========================================= */
.block {
  max-width: 1366px;
  margin: 90px auto 0px;
  padding: 0 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .block {
    padding: 0 5.3333333333vw;
    margin: 13.3333333333vw auto 0;
  }
}
.block:first-child {
  margin-top: 0;
}
.block[data-width=full] {
  max-width: 100%;
  padding: 0 0;
}

/* ==========================================
	utils
 ========================================= */
.utils-top {
  width: 100%;
  max-width: 1266px;
  display: flex;
  align-items: flex-end;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .utils-top {
    display: block;
  }
}

.utils-bottom {
  width: 100%;
  max-width: 1366px;
  display: flex;
  margin: 66px auto 66px;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .utils-bottom {
    display: block;
    margin-top: 13.3333333333vw;
    padding: 0px;
  }
}

/* ==========================================
	loading
 ========================================= */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading .spinner {
  width: 40px;
  -webkit-animation: loadingAnimation 2.5s linear infinite;
          animation: loadingAnimation 2.5s linear infinite;
}
@media screen and (max-width: 768px) {
  #loading .spinner {
    width: 9.0666666667vw;
  }
}
#loading.loading-no-bg {
  background: none;
}
#loading.loading-white-bg {
  background: rgba(255, 255, 255, 0.7);
}
#loading.loading-type2 {
  position: absolute;
}

@-webkit-keyframes loadingAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loadingAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ==========================================
	header
 ========================================= */
.header {
  width: 100%;
  height: 100px;
  background: #FFFFFF;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  border-bottom: 1px solid #dddddd;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header {
    height: 55px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 14.6666666667vw;
  }
}
.header__inner {
  height: 100%;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__navi__btn {
  display: none;
  z-index: 1001;
  background: url("/assets/img/common/header/icon-navi.svg") no-repeat center top;
  background-size: 100% auto;
  position: absolute;
  left: 5.3333333333vw;
  top: 4.2666666667vw;
  width: 6.9333333333vw;
  height: 5.6vw;
}
@media screen and (max-width: 768px) {
  .header__navi__btn {
    display: block;
  }
}
.header__navi__btn.open {
  width: 6.9333333333vw;
  height: 5.6vw;
  display: block;
  background: url("/assets/img/common/header/icon_close.svg") no-repeat center top;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header__navi__btn {
    display: block;
    position: absolute;
    left: 20px;
    top: 16px;
    width: 26px;
    height: 21px;
  }
  .header__navi__btn.open {
    width: 20px;
    height: 20px;
  }
}
.header__logo {
  width: 204px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header__logo {
    left: 50%;
    top: 50%;
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    left: 31.2vw;
    top: 50%;
    width: 32vw;
  }
  .header__logo img {
    width: 100%;
  }
}
.header__navi-left {
  position: absolute;
  right: 50px;
  top: 55px;
  box-sizing: border-box;
  padding-right: 135px;
}
@media screen and (max-width: 1200px) {
  .header__navi-left {
    display: none;
  }
}
.header__navi-left .navi-list {
  display: flex;
}
.header__navi-left .navi-list__item {
  font-size: 16px;
  font-weight: 600;
  line-height: 137.5%;
  margin-right: 35px;
}
.header__navi-left .navi-list__item a,
.header__navi-left .navi-list__item a:link,
.header__navi-left .navi-list__item a:visited {
  color: #000000;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  .header__navi-left .navi-list__item a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.header__navi-left .navi-list__item:last-of-type {
  margin-right: 0;
}
.header__navi-right-top {
  position: absolute;
  right: 50px;
  top: 18px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .header__navi-right-top {
    display: none;
  }
}
.header__navi-right-top .language,
.header__navi-right-top .currency {
  display: flex;
}
.header__navi-right-top .language__heading,
.header__navi-right-top .currency__heading {
  display: flex;
  align-items: center;
}
.header__navi-right-top .language__heading .icon,
.header__navi-right-top .currency__heading .icon {
  width: 15px;
  height: 15px;
  margin-right: 7px;
  display: block;
}
.header__navi-right-top .language__heading .icon img,
.header__navi-right-top .currency__heading .icon img {
  line-height: 1;
  display: block;
}
.header__navi-right-top .language__heading .txt,
.header__navi-right-top .currency__heading .txt {
  font-size: 13px;
  line-height: 138.4615384615%;
}
.header__navi-right-top .language__select,
.header__navi-right-top .currency__select {
  margin-left: 6px;
}
.header__navi-right-top .language__select .elm-selectbox,
.header__navi-right-top .currency__select .elm-selectbox {
  width: 85px;
  height: 23px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}
.header__navi-right-top .language__select .elm-selectbox select,
.header__navi-right-top .currency__select .elm-selectbox select {
  padding: 0 9px 0;
  font-size: 13px;
  line-height: 138.4615384615%;
  transform: translateY(-1px);
}
.header__navi-right-top .language__select .elm-selectbox:before,
.header__navi-right-top .currency__select .elm-selectbox:before {
  width: 7px;
  height: 5px;
}
.header__navi-right-top .language__jp,
.header__navi-right-top .currency__jp {
  margin-left: 22px;
}
.header__navi-right-top .language__jp a,
.header__navi-right-top .language__jp a:link,
.header__navi-right-top .language__jp a:visited,
.header__navi-right-top .currency__jp a,
.header__navi-right-top .currency__jp a:link,
.header__navi-right-top .currency__jp a:visited {
  color: #000000;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  .header__navi-right-top .language__jp a:hover,
.header__navi-right-top .currency__jp a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.header__navi-right-top .language__jp a,
.header__navi-right-top .currency__jp a {
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 138.4615384615%;
}
.header__navi-right-top .language__jp .icon,
.header__navi-right-top .currency__jp .icon {
  width: 10px;
  height: 10px;
  display: block;
  margin-left: 5px;
}
.header__navi-right-top .language__jp .icon img,
.header__navi-right-top .currency__jp .icon img {
  line-height: 1;
  display: block;
}
.header__navi-right-top .currency {
  margin-left: 14px;
}
.header__navi-right-top .currency__select {
  margin-left: 0;
}
.header__navi-right-top .currency__select .elm-selectbox {
  width: 205px;
}
.header__navi-right-bottom {
  position: absolute;
  right: 50px;
  top: 58px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header__navi-right-bottom {
    right: 20px;
    top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .header__navi-right-bottom {
    right: 5.3333333333vw;
    top: 4.2666666667vw;
  }
}
@media screen and (max-width: 1200px) {
  .header__navi-right-bottom .account-navi {
    display: none;
  }
}
.header__navi-right-bottom .account-navi-list {
  display: flex;
}
.header__navi-right-bottom .account-navi-list__item {
  font-size: 13px;
  line-height: 138.4615384615%;
}
.header__navi-right-bottom .account-navi-list__item a,
.header__navi-right-bottom .account-navi-list__item a:link,
.header__navi-right-bottom .account-navi-list__item a:visited {
  color: #000000;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  .header__navi-right-bottom .account-navi-list__item a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.header__navi-right-bottom .account-navi-list__item:first-of-type {
  padding-right: 8px;
  position: relative;
}
.header__navi-right-bottom .account-navi-list__item:first-of-type:after {
  content: "/";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.header__navi-right-bottom .account-navi-list__item:last-of-type {
  padding-left: 3px;
}
.header__navi-right-bottom .account-navi-login {
  height: 18px;
}
.header__navi-right-bottom .account-navi-login .icon {
  line-height: 1;
  font-size: 0;
  height: 100%;
  display: inline-block;
}
.header__navi-right-bottom .account-navi-login .icon img {
  margin-top: 1px;
  width: auto;
  height: 100%;
}
.header__navi-right-bottom .search-btn {
  width: 16px;
  height: 17px;
  margin-left: 24px;
  cursor: pointer;
  position: relative;
}
.header__navi-right-bottom .search-btn a,
.header__navi-right-bottom .search-btn a:link,
.header__navi-right-bottom .search-btn a:visited {
  color: #000000;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  .header__navi-right-bottom .search-btn a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.header__navi-right-bottom .search-btn:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -31px;
  left: 50%;
  margin-left: -7px;
  background: #f2f0ec;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  opacity: 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header__navi-right-bottom .search-btn {
    width: 22px;
    height: 23px;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .header__navi-right-bottom .search-btn {
    width: 5.8666666667vw;
    height: 6.1333333333vw;
    margin-left: 0;
  }
  .header__navi-right-bottom .search-btn:after {
    bottom: -6.6666666667vw;
    margin-left: -2.1333333333vw;
    width: 4.5333333333vw;
    height: 4.5333333333vw;
  }
}
.header__navi-right-bottom .search-btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.header__navi-right-bottom .search-btn .icon {
  width: 100%;
  display: inline-block;
}
.header__navi-right-bottom .search-btn img {
  line-height: 1;
  display: block;
}
.header__navi-right-bottom .search-btn .header__search {
  position: fixed;
  top: 99px;
  left: 0;
  width: 100%;
  background: #F2F0EC;
  padding: 40px;
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
}
.header__navi-right-bottom .search-btn .header__search__inner {
  width: 1180px;
  padding: 0 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__navi-right-bottom .search-btn .header__search .kind {
  display: flex;
}
.header__navi-right-bottom .search-btn .header__search .kind__item {
  margin-right: 20px;
  font-size: 14px;
  letter-spacing: 0.05rem;
  font-weight: 500;
  margin-top: 0;
}
.header__navi-right-bottom .search-btn .header__search .keyword {
  width: 540px;
  height: 44px;
  border-radius: 2px;
  background: #FFFFFF;
  display: flex;
}
.header__navi-right-bottom .search-btn .header__search .keyword .input-box {
  width: 455px;
  height: 100%;
  border: 1px solid #999999;
  border-right: none;
  padding: 14px 15px;
  font-size: 16px;
  line-height: 175%;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.header__navi-right-bottom .search-btn .header__search .keyword .submit-btn {
  width: 83px;
  height: 100%;
  padding: 10px 0;
  font-weight: 500;
  letter-spacing: 0.1rem;
  background: #000000;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header__navi-right-bottom .search-btn .header__search {
    top: 55px;
  }
  .header__navi-right-bottom .search-btn .header__search__inner {
    width: 100%;
    padding: 0 0;
    display: block;
  }
  .header__navi-right-bottom .search-btn .header__search .kind {
    display: flex;
    flex-wrap: wrap;
    margin-top: -20px;
  }
  .header__navi-right-bottom .search-btn .header__search .kind__item {
    width: 50%;
    margin-right: 0;
    font-size: 14px;
    margin-top: 20px;
  }
  .header__navi-right-bottom .search-btn .header__search .keyword {
    margin-top: 20px;
    width: 100%;
    height: 38px;
    border-radius: 1px;
  }
  .header__navi-right-bottom .search-btn .header__search .keyword .input-box {
    width: 100%;
    padding: 2.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 175%;
  }
  .header__navi-right-bottom .search-btn .header__search .keyword .submit-btn {
    width: 60px;
    min-width: 60px;
  }
}
@media screen and (max-width: 768px) {
  .header__navi-right-bottom .search-btn .header__search {
    top: 14.6666666667vw;
    padding: 5.3333333333vw;
  }
  .header__navi-right-bottom .search-btn .header__search__inner {
    width: 100%;
    padding: 0 0;
    display: block;
  }
  .header__navi-right-bottom .search-btn .header__search .kind {
    display: flex;
    flex-wrap: wrap;
    margin-top: -5.3333333333vw;
  }
  .header__navi-right-bottom .search-btn .header__search .kind__item {
    width: 50%;
    margin-right: 0;
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
  .header__navi-right-bottom .search-btn .header__search .keyword {
    margin-top: 5.3333333333vw;
    width: 100%;
    height: 10.1333333333vw;
    border-radius: 3px;
  }
  .header__navi-right-bottom .search-btn .header__search .keyword .input-box {
    width: 100%;
    padding: 2.6666666667vw;
  }
  .header__navi-right-bottom .search-btn .header__search .keyword .submit-btn {
    width: 16vw;
    min-width: 16vw;
  }
}
.header__navi-right-bottom .cart-btn {
  width: 17px;
  height: 15px;
  margin-left: 24px;
  transform: translateY(-2px);
  position: relative;
}
.header__navi-right-bottom .cart-btn a,
.header__navi-right-bottom .cart-btn a:link,
.header__navi-right-bottom .cart-btn a:visited {
  color: #000000;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  .header__navi-right-bottom .cart-btn a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header__navi-right-bottom .cart-btn {
    width: 22px;
    height: 23px;
    transform: none;
    margin-left: 22px;
  }
}
@media screen and (max-width: 768px) {
  .header__navi-right-bottom .cart-btn {
    width: 5.8666666667vw;
    height: 6.1333333333vw;
    transform: none;
    margin-left: 4.8vw;
  }
}
.header__navi-right-bottom .cart-btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.header__navi-right-bottom .cart-btn .icon {
  width: 100%;
  display: inline-block;
}
.header__navi-right-bottom .cart-btn img {
  line-height: 1;
  display: block;
}
.header__navi-right-bottom .cart-btn .num {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #fff;
  font-weight: 500;
  font-size: 10px;
  position: absolute;
  top: -10px;
  right: -10px;
  background: #D81917;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .header__navi-right-bottom .cart-btn .num {
    width: 4.8vw;
    height: 4.8vw;
    font-size: 2.6666666667vw;
    top: -2.6666666667vw;
    right: -2.6666666667vw;
  }
}
.header__navi__sp {
  position: fixed;
  top: 14.6666666667vw;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  display: flex;
  pointer-events: none;
  opacity: 0;
  z-index: -1;
  transition: all 0.2s ease-in-out;
  overscroll-behavior-y: contain;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header__navi__sp {
    top: 55px;
  }
}
.header__navi__sp::-webkit-scrollbar {
  display: none;
}
.header__navi__sp.open {
  pointer-events: auto;
  opacity: 1;
  z-index: 1001;
}
.header__navi__sp__inner {
  width: 100%;
  padding: 0 0 32vw 0;
  position: relative;
  overscroll-behavior-y: contain;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.header__navi__sp__inner::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header__navi__sp__inner {
    padding: 0 0 55px 0;
  }
}
.header__navi__sp__bottom {
  text-align: center;
}
.header__navi__sp__item {
  border-bottom: 1px solid #dddddd;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.header__navi__sp__item:first-of-type {
  border-top: 1px solid #dddddd;
}
.header__navi__sp__item.break {
  border-top: 1px solid #555;
}
.header__navi__sp__item.is-active .navi-list__head.has-children .accordion-open:before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.header__navi__sp__item.is-active .navi-list__head.has-children .accordion-open:after {
  background-color: transparent;
}
.header__navi__sp__item.is-active {
  border-bottom: none;
}
.header__navi__sp .new-window {
  padding-right: 5.3333333333vw;
  position: relative;
  display: inline-block;
}
.header__navi__sp .new-window:after {
  content: "";
  width: 3.2vw;
  height: 3.2vw;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  background: url("/assets/img/common/parts/icon-window.svg") no-repeat center top;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header__navi__sp .new-window {
    padding-right: 20px;
  }
  .header__navi__sp .new-window:after {
    width: 12px;
    height: 12px;
  }
}
.header__navi__sp .navi-list__head {
  font-size: 4.2666666667vw;
  font-weight: 600;
  margin-top: 0;
  box-sizing: border-box;
  position: relative;
}
.header__navi__sp .navi-list__head:after {
  display: block;
  content: "";
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  position: absolute;
  top: 50%;
  right: 5.3333333333vw;
  border-right: solid 1px #000000;
  border-bottom: solid 1px #000000;
  box-sizing: border-box;
  line-height: 1;
  transform: rotate(-45deg) translateY(-50%);
  transform-origin: center center;
}
.header__navi__sp .navi-list__head a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 4vw 5.3333333333vw;
}
.header__navi__sp .navi-list__head.has-children {
  position: relative;
  padding: 4vw 5.3333333333vw;
}
.header__navi__sp .navi-list__head.has-children:after {
  display: none;
}
.header__navi__sp .navi-list__head.has-children .accordion-open {
  width: 4vw;
  height: 4vw;
  position: absolute;
  right: 5.3333333333vw;
  top: 4.8vw;
  display: block;
}
.header__navi__sp .navi-list__head.has-children .accordion-open:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 4vw;
  height: 0.2666666667vw;
  background-color: #000000;
  transition: 0.2s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.header__navi__sp .navi-list__head.has-children .accordion-open:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 4vw;
  height: 0.2666666667vw;
  background-color: #000000;
  transition: 0.3s;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header__navi__sp .navi-list__head {
    font-size: 16px;
  }
  .header__navi__sp .navi-list__head:after {
    width: 10px;
    height: 10px;
    right: 20px;
  }
  .header__navi__sp .navi-list__head a {
    padding: 15px 20px;
  }
  .header__navi__sp .navi-list__head.has-children {
    padding: 15px 20px;
  }
  .header__navi__sp .navi-list__head.has-children .accordion-open {
    width: 15px;
    height: 15px;
    right: 20px;
    top: 18px;
    cursor: pointer;
  }
  .header__navi__sp .navi-list__head.has-children .accordion-open:before {
    width: 15px;
    height: 1px;
  }
  .header__navi__sp .navi-list__head.has-children .accordion-open:after {
    width: 15px;
    height: 1px;
  }
}
.header__navi__sp .navi-list {
  display: none;
  margin-top: 0;
  border-top: 1px solid #cccccc;
}
.header__navi__sp .navi-list__item__wrap {
  display: flex;
}
.header__navi__sp .navi-list__item__wrap .navi-list__item {
  width: 50%;
}
.header__navi__sp .navi-list__item__wrap .navi-list__item:first-of-type {
  border-right: 1px solid #cccccc;
}
.header__navi__sp .navi-list__item {
  font-size: 3.7333333333vw;
  line-height: 2;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #cccccc;
  box-sizing: border-box;
}
.header__navi__sp .navi-list__item a,
.header__navi__sp .navi-list__item a:link,
.header__navi__sp .navi-list__item a:visited {
  color: #000000;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  .header__navi__sp .navi-list__item a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.header__navi__sp .navi-list__item:first-of-type {
  margin-top: 0;
}
.header__navi__sp .navi-list__item a {
  background: #F2F0EC;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 2.6666666667vw 5.3333333333vw;
  box-sizing: border-box;
}
.header__navi__sp .navi-list__item a:after {
  display: block;
  content: "";
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  position: absolute;
  top: 50%;
  right: 5.3333333333vw;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  box-sizing: border-box;
  line-height: 1;
  transform: rotate(-45deg) translateY(-50%);
  transform-origin: center center;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header__navi__sp .navi-list__item {
    font-size: 14px;
  }
  .header__navi__sp .navi-list__item a {
    padding: 10px 20px;
  }
  .header__navi__sp .navi-list__item a:after {
    width: 10px;
    height: 10px;
    right: 20px;
  }
}
.header__navi__sp .language,
.header__navi__sp .currency {
  display: flex;
  justify-content: center;
  margin: 5.3333333333vw auto 0;
}
.header__navi__sp .language__heading,
.header__navi__sp .currency__heading {
  display: flex;
  align-items: center;
}
.header__navi__sp .language__heading .icon,
.header__navi__sp .currency__heading .icon {
  width: 4vw;
  height: 4vw;
  margin-right: 1.8666666667vw;
  display: block;
}
.header__navi__sp .language__heading .icon img,
.header__navi__sp .currency__heading .icon img {
  line-height: 1;
  display: block;
}
.header__navi__sp .language__heading .txt,
.header__navi__sp .currency__heading .txt {
  font-size: 3.7333333333vw;
}
.header__navi__sp .language__select,
.header__navi__sp .currency__select {
  margin-left: 1.6vw;
}
.header__navi__sp .language__select .elm-selectbox,
.header__navi__sp .currency__select .elm-selectbox {
  width: 22.6666666667vw;
  height: 6.6666666667vw;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}
.header__navi__sp .language__select .elm-selectbox select,
.header__navi__sp .currency__select .elm-selectbox select {
  padding: 0 2.4vw 0;
  font-size: 3.7333333333vw;
  transform: translateY(-1px);
}
.header__navi__sp .language__select .elm-selectbox:before,
.header__navi__sp .currency__select .elm-selectbox:before {
  width: 1.8666666667vw;
  height: 1.3333333333vw;
}
.header__navi__sp .currency {
  margin-top: 8vw;
}
.header__navi__sp .currency__select {
  margin-left: 0;
}
.header__navi__sp .currency__select .elm-selectbox {
  width: 58.6666666667vw;
}
.header__navi__sp .language-jp {
  text-align: center;
  font-size: 3.7333333333vw;
  margin: 5.3333333333vw auto 0;
}
.header__navi__sp .language-jp .new-window {
  padding-right: 5.3333333333vw;
  position: relative;
  display: inline-block;
}
.header__navi__sp .language-jp .new-window:after {
  content: "";
  width: 3.2vw;
  height: 3.2vw;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  background: url("/assets/img/common/parts/icon-window.svg") no-repeat center top;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header__navi__sp .language-jp {
    margin-top: 20px;
    font-size: 14px;
  }
  .header__navi__sp .language-jp .new-window {
    padding-right: 20px;
  }
  .header__navi__sp .language-jp .new-window:after {
    width: 12px;
    height: 12px;
  }
}

body.search-open .header__navi-right-bottom .search-btn:after {
  opacity: 1;
}
body.search-open .header__navi-right-bottom .search-btn .header__search {
  opacity: 1;
  pointer-events: auto;
  z-index: 1000;
}

/* ==========================================
	footer
 ========================================= */
.footer {
  width: 100%;
  background: #F2F0EC;
}
.footer__inner {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    display: initial;
  }
}
.footer .top-block-contents {
  padding: 57px 0 60px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .footer .top-block-contents {
    max-width: 670px;
    margin: 0 auto;
    padding: 43px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .footer .top-block-contents {
    width: 100%;
    margin: 0 auto;
    padding: 11.4666666667vw 0 13.3333333333vw;
  }
}
.footer .top-block-contents .navi-list__head {
  text-align: center;
  font-weight: 600;
}
.footer .top-block-contents .navi-list__head p {
  font-size: 18px;
}
.footer .top-block-contents .navi-list {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  width: 100%;
  justify-content: normal;
  flex-wrap: wrap;
  max-width: 1024px;
}
@media screen and (max-width: 768px) {
  .footer .top-block-contents .navi-list {
    gap: 10px;
    justify-content: space-between;
  }
}
.footer .top-block-contents .navi-list__item {
  width: 241px;
  -moz-text-align-last: center;
       text-align-last: center;
}
@media screen and (max-width: 768px) {
  .footer .top-block-contents .navi-list__item {
    width: 48%;
    text-align: center;
  }
}
.footer .top-block-contents .navi-list img {
  display: block;
  width: 140px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .footer .top-block-contents .navi-list img {
    width: 21.3333333333vw;
  }
}
.footer .top-block-contents .navi-list a {
  text-align: center;
  font-size: 14px;
}
.footer .bottom-block {
  background: #FFFFFF;
  padding: 26px 0;
}
@media screen and (max-width: 1200px) {
  .footer .bottom-block {
    padding: 0 0;
  }
}
@media screen and (max-width: 1200px) {
  .footer .bottom-block .block {
    padding: 0 0;
  }
}
.footer__copyright {
  display: flex;
  place-content: center;
  font-size: 12px;
  margin-top: 1.3333333333vw;
  line-height: 142.8571428571%;
  letter-spacing: 0.04em;
  color: #666666;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .footer__copyright {
    position: static;
    margin: 0 auto;
    padding: 15px 20px 15px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 233.3333333333%;
    transform: none;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    position: static;
    margin: 0 auto;
    padding: 4vw 5.3333333333vw 4vw;
    box-sizing: border-box;
    font-size: 3.2vw;
    line-height: 233.3333333333%;
    transform: none;
    text-align: left;
  }
}

/* ==========================================
	page-top
 ========================================= */
.page-top-btn {
  z-index: 1000;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
  position: fixed;
  right: 50px;
  bottom: 50px;
  background: #D81917;
  opacity: 0;
  pointer-events: none;
}
.page-top-btn a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.page-top-btn .arrow {
  width: 16px;
  height: 26px;
  display: block;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-top-btn {
    width: 60px;
    height: 60px;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
    right: 20px;
    bottom: 20px;
  }
  .page-top-btn .arrow {
    width: 16px;
    height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .page-top-btn {
    width: 16vw;
    height: 16vw;
    filter: drop-shadow(0px 0px 2.6666666667vw rgba(0, 0, 0, 0.2));
    right: 5.3333333333vw;
    bottom: 5.3333333333vw;
  }
  .page-top-btn .arrow {
    width: 4.2666666667vw;
    height: 6.9333333333vw;
  }
}

.pagetop-btn-show .page-top-btn {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

#page-parts .parts__html {
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  #page-parts .parts__html {
    margin: 10.6666666667vw auto;
  }
}
#page-parts .parts__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1;
  background: #cccccc;
  padding: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #page-parts .parts__heading {
    padding: 4vw;
  }
}

/* ==========================================
	align
 ========================================= */
*[data-align=center] {
  text-align: center;
}

*[data-align=left] {
  text-align: left;
}

*[data-align=right] {
  text-align: right;
}

*[data-flex-align=center] {
  justify-content: center;
}

*[data-flex-align=left] {
  justify-content: flex-start;
}

*[data-flex-align=right] {
  justify-content: flex-end;
}

*[data-flex-align=between] {
  justify-content: space-between;
}

/* ==========================================
	margin
 ========================================= */
*[data-margin=auto] {
  margin-left: auto;
  margin-right: auto;
}

/*.elm-heading--lv2 + *,
.elm-heading--lv3 + *,
.elm-heading--lv4 + * {
	margin-top: 0;
}*/
/* ==========================================
	heading
 ========================================= */
.elm-heading--lv1 .page-title {
  margin-bottom: 0;
}

.elm-heading--lv2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .elm-heading--lv2 {
    margin-bottom: 8vw;
  }
}
.elm-heading--lv2[data-style=has-txt-link] {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .elm-heading--lv2[data-style=has-txt-link] {
    display: block;
  }
}
.elm-heading--lv2 .txt-holder {
  font-size: 38px;
  font-weight: 600;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .elm-heading--lv2 .txt-holder {
    font-size: 5.3333333333vw;
    line-height: 140%;
  }
}
.elm-heading--lv2 .elm-link-txt {
  margin-left: 35px;
  padding-bottom: 2px;
}
.elm-heading--lv2 .elm-link-txt.ml-none {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .elm-heading--lv2 .elm-link-txt {
    margin-left: 0;
    padding-bottom: 0;
    margin-top: 1.3333333333vw;
  }
}

.elm-heading--lv3 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .elm-heading--lv3 {
    margin-bottom: 8vw;
  }
}
.elm-heading--lv3[data-style=has-txt-link] {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .elm-heading--lv3[data-style=has-txt-link] {
    display: block;
  }
}
.elm-heading--lv3 .txt-holder {
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
}
.elm-heading--lv3 .txt-holder.color-red {
  color: #D81917;
}
@media screen and (max-width: 768px) {
  .elm-heading--lv3 .txt-holder {
    font-size: 5.8666666667vw;
    line-height: 152.7272727273%;
  }
}
.elm-heading--lv3 .elm-link-txt {
  margin-left: 35px;
  padding-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .elm-heading--lv3 .elm-link-txt {
    margin-left: 0;
    padding-bottom: 0;
    margin-top: 1.3333333333vw;
  }
}
.elm-heading--lv3 .sub-txt {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .elm-heading--lv3 .sub-txt {
    margin-bottom: 0;
  }
}

.elm-heading--lv4 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .elm-heading--lv4 {
    margin-bottom: 6.6666666667vw;
  }
}
.elm-heading--lv4[data-style=has-txt-link] {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .elm-heading--lv4[data-style=has-txt-link] {
    display: block;
  }
}
.elm-heading--lv4 .txt-holder {
  font-size: 26px;
  font-weight: 600;
  line-height: 138.4615384615%;
}
@media screen and (max-width: 768px) {
  .elm-heading--lv4 .txt-holder {
    font-size: 4.8vw;
    line-height: 186.6666666667%;
  }
}
.elm-heading--lv4 .elm-link-txt {
  margin-left: 35px;
}
@media screen and (max-width: 768px) {
  .elm-heading--lv4 .elm-link-txt {
    margin-left: 0;
    margin-top: 0.2666666667vw;
  }
}
.elm-heading--lv4 .sub-txt {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .elm-heading--lv4 .sub-txt {
    margin-bottom: 0;
  }
}

/* ==========================================
	サブテキスト
 ========================================= */
.sub-txt {
  font-size: 16px;
  line-height: 162.5%;
  color: #999999;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .sub-txt {
    font-size: 3.7333333333vw;
    line-height: 185.7142857143%;
    margin-bottom: 0;
  }
}

/* ==========================================
	text
 ========================================= */
b {
  font-weight: 600;
}

.elm-txt {
  font-size: 16px;
  line-height: 175%;
  margin: 20px 0 0;
  letter-spacing: 0.04rem;
  word-break: break-all;
}
.elm-txt a,
.elm-txt a:link,
.elm-txt a:visited {
  color: #D81917;
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  .elm-txt a:hover {
    color: #D81917;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .elm-txt {
    font-size: 3.7333333333vw;
    line-height: 171.4285714286%;
    margin: 4vw 0 0;
  }
}
.elm-txt:first-child {
  margin-top: 0;
}
.elm-txt.indent-1,
.elm-txt .indent-1 {
  text-indent: -0.1em;
  padding-left: 0.1em;
  display: block;
}
.elm-txt.indent-2,
.elm-txt .indent-2 {
  text-indent: -0.2em;
  padding-left: 0.2em;
  display: block;
}
.elm-txt.indent-3,
.elm-txt .indent-3 {
  text-indent: -0.3em;
  padding-left: 0.3em;
  display: block;
}
.elm-txt.indent-4,
.elm-txt .indent-4 {
  text-indent: -0.4em;
  padding-left: 0.4em;
  display: block;
}
.elm-txt.indent-5,
.elm-txt .indent-5 {
  text-indent: -0.5em;
  padding-left: 0.5em;
  display: block;
}
.elm-txt.indent-6,
.elm-txt .indent-6 {
  text-indent: -0.6em;
  padding-left: 0.6em;
  display: block;
}
.elm-txt.indent-7,
.elm-txt .indent-7 {
  text-indent: -0.7em;
  padding-left: 0.7em;
  display: block;
}
.elm-txt.indent-8,
.elm-txt .indent-8 {
  text-indent: -0.8em;
  padding-left: 0.8em;
  display: block;
}
.elm-txt.indent-9,
.elm-txt .indent-9 {
  text-indent: -0.9em;
  padding-left: 0.9em;
  display: block;
}
.elm-txt.indent-10,
.elm-txt .indent-10 {
  text-indent: -1em;
  padding-left: 1em;
  display: block;
}
.elm-txt.indent-11,
.elm-txt .indent-11 {
  text-indent: -1.1em;
  padding-left: 1.1em;
  display: block;
}
.elm-txt.indent-12,
.elm-txt .indent-12 {
  text-indent: -1.2em;
  padding-left: 1.2em;
  display: block;
}
.elm-txt.indent-13,
.elm-txt .indent-13 {
  text-indent: -1.3em;
  padding-left: 1.3em;
  display: block;
}
.elm-txt.indent-14,
.elm-txt .indent-14 {
  text-indent: -1.4em;
  padding-left: 1.4em;
  display: block;
}
.elm-txt.indent-15,
.elm-txt .indent-15 {
  text-indent: -1.5em;
  padding-left: 1.5em;
  display: block;
}
.elm-txt.indent-16,
.elm-txt .indent-16 {
  text-indent: -1.6em;
  padding-left: 1.6em;
  display: block;
}
.elm-txt.indent-17,
.elm-txt .indent-17 {
  text-indent: -1.7em;
  padding-left: 1.7em;
  display: block;
}
.elm-txt.indent-18,
.elm-txt .indent-18 {
  text-indent: -1.8em;
  padding-left: 1.8em;
  display: block;
}
.elm-txt.indent-19,
.elm-txt .indent-19 {
  text-indent: -1.9em;
  padding-left: 1.9em;
  display: block;
}
.elm-txt.indent-20,
.elm-txt .indent-20 {
  text-indent: -2em;
  padding-left: 2em;
  display: block;
}
.elm-txt.indent-21,
.elm-txt .indent-21 {
  text-indent: -2.1em;
  padding-left: 2.1em;
  display: block;
}
.elm-txt.indent-22,
.elm-txt .indent-22 {
  text-indent: -2.2em;
  padding-left: 2.2em;
  display: block;
}
.elm-txt.indent-23,
.elm-txt .indent-23 {
  text-indent: -2.3em;
  padding-left: 2.3em;
  display: block;
}
.elm-txt.indent-24,
.elm-txt .indent-24 {
  text-indent: -2.4em;
  padding-left: 2.4em;
  display: block;
}
.elm-txt.indent-25,
.elm-txt .indent-25 {
  text-indent: -2.5em;
  padding-left: 2.5em;
  display: block;
}
.elm-txt.indent-26,
.elm-txt .indent-26 {
  text-indent: -2.6em;
  padding-left: 2.6em;
  display: block;
}
.elm-txt.indent-27,
.elm-txt .indent-27 {
  text-indent: -2.7em;
  padding-left: 2.7em;
  display: block;
}
.elm-txt.indent-28,
.elm-txt .indent-28 {
  text-indent: -2.8em;
  padding-left: 2.8em;
  display: block;
}
.elm-txt.indent-29,
.elm-txt .indent-29 {
  text-indent: -2.9em;
  padding-left: 2.9em;
  display: block;
}
.elm-txt.indent-30,
.elm-txt .indent-30 {
  text-indent: -3em;
  padding-left: 3em;
  display: block;
}
.elm-txt.nowrap-pc {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .elm-txt.nowrap-sp {
    white-space: nowrap;
  }
}
.elm-txt a:hover {
  opacity: 1;
}
.elm-txt .color-red {
  color: #D81917;
}
.elm-txt[data-style=catch] {
  font-size: 18px;
  font-weight: 600;
  line-height: 175%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .elm-txt[data-style=catch] {
    font-size: 4.2666666667vw;
    line-height: 175%;
    margin: 4vw 0 0;
  }
}
.elm-txt[data-style=catch]:first-child {
  margin-top: 0;
}
.elm-txt[data-size=small] {
  font-size: 14px;
  line-height: 175%;
}
@media screen and (max-width: 768px) {
  .elm-txt[data-size=small] {
    font-size: 3.4666666667vw;
    line-height: 175%;
    margin: 4vw 0 0;
  }
}
.elm-txt[data-size=small]:first-child {
  margin-top: 0;
}
.elm-txt[data-size=x-small] {
  font-size: 12px;
  line-height: 175%;
}
@media screen and (max-width: 768px) {
  .elm-txt[data-size=x-small] {
    font-size: 2.9333333333vw;
    line-height: 175%;
    margin: 4vw 0 0;
  }
}
.elm-txt[data-size=x-small]:first-child {
  margin-top: 0;
}
.elm-txt[data-style=notes] {
  font-size: 14px;
  line-height: 175%;
  text-indent: -1em;
  padding-left: 1em;
  color: #666666;
  position: relative;
}
.elm-txt[data-style=notes] + .elm-txt[data-style=notes] {
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .elm-txt[data-style=notes] {
    font-size: 3.4666666667vw;
    line-height: 175%;
    margin: 4vw 0 0;
  }
  .elm-txt[data-style=notes] + .elm-txt[data-style=notes] {
    margin-top: 1.6vw;
  }
}
.elm-txt[data-style=notes]:before {
  content: "*";
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .elm-txt[data-style=notes]:before {
    margin-right: 1.3333333333vw;
  }
}
.elm-txt[data-style=notes]:first-child {
  margin-top: 0;
}
.elm-txt[data-style=quote] {
  font-size: 16px;
  line-height: 175%;
  font-style: italic;
  color: #666666;
}
.elm-txt[data-style=quote]:before {
  content: "“";
}
.elm-txt[data-style=quote]:after {
  content: "”";
}
@media screen and (max-width: 768px) {
  .elm-txt[data-style=quote] {
    font-size: 3.7333333333vw;
    line-height: 171.4285714286%;
    margin: 4vw 0 0;
  }
}
.elm-txt[data-style=quote]:first-child {
  margin-top: 0;
}
.elm-txt[data-style=via] {
  font-size: 15px;
  font-style: italic;
  color: #666666;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .elm-txt[data-style=via] {
    font-size: 3.7333333333vw;
    margin: 1.3333333333vw 0 0;
  }
}
.elm-txt[data-style=via]:first-child {
  margin-top: 0;
}

/* ==========================================
	リンクテキスト
 ========================================= */
.elm-link-txt {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 175%;
  box-sizing: border-box;
  margin: 20px 0 0;
}
.elm-link-txt a,
.elm-link-txt a:link,
.elm-link-txt a:visited {
  color: #D81917;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  .elm-link-txt a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .elm-link-txt {
    font-size: 3.7333333333vw;
    line-height: 207.1428571429%;
    margin: 4vw 0 0;
  }
}
.elm-link-txt:first-child {
  margin-top: 0;
}
.elm-link-txt a {
  position: relative;
}
.elm-link-txt a:after {
  content: "";
  width: 11px;
  height: 9px;
  background: url("/assets/img/common/parts/link-arrow.svg") no-repeat right top;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .elm-link-txt a {
    padding-right: 5.3333333333vw;
  }
  .elm-link-txt a:after {
    width: 2.9333333333vw;
    height: 2.4vw;
  }
}
.elm-link-txt[data-style=back] a {
  padding-left: 25px;
  padding-right: 0;
}
.elm-link-txt[data-style=back] a:after {
  content: "";
  width: 11px;
  height: 9px;
  background: url("/assets/img/common/parts/link-arrow.svg") no-repeat right top;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 768px) {
  .elm-link-txt[data-style=back] a {
    padding-left: 6.6666666667vw;
  }
  .elm-link-txt[data-style=back] a:after {
    width: 2.9333333333vw;
    height: 2.4vw;
  }
}
.elm-link-txt[data-style=black] a,
.elm-link-txt[data-style=black] a:link,
.elm-link-txt[data-style=black] a:visited {
  color: #000000;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  .elm-link-txt[data-style=black] a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.elm-link-txt[data-style=black] a:after {
  background: url("/assets/img/common/parts/link-arrow-black.svg") no-repeat right top;
}
.elm-link-txt[data-style=black2] a,
.elm-link-txt[data-style=black2] a:link,
.elm-link-txt[data-style=black2] a:visited {
  color: #333333;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  .elm-link-txt[data-style=black2] a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.elm-link-txt[data-style=black2] a:after {
  background: url("/assets/img/common/parts/link-arrow-black2.svg") no-repeat right top;
}
.elm-link-txt[data-style=blank] a,
.elm-link-txt[data-style=blank] a:link,
.elm-link-txt[data-style=blank] a:visited {
  color: #333333;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  .elm-link-txt[data-style=blank] a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.elm-link-txt[data-style=blank] a:after {
  content: "";
  width: 12px;
  height: 12px;
  background: url("/assets/img/common/parts/icon-window.svg") no-repeat right top;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .elm-link-txt[data-style=blank] a:after {
    width: 3.2vw;
    height: 3.2vw;
  }
}

/* ==========================================
	border-radius
 ========================================= */
*[data-round=use] {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  *[data-round=use] {
    border-radius: 1.3333333333vw;
  }
}

/* ==========================================
	divide
 ========================================= */
.divide {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .divide {
    padding-bottom: 0px;
  }
}
.divide .divide__item {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .divide .divide__item {
    margin-top: 10.6666666667vw;
  }
  .divide .divide__item:first-of-type {
    margin-top: 0;
  }
}
.divide-wrap:first-child {
  margin-top: 0;
}
.divide-wrap[data-row="2"] .divide__item {
  width: 48.0252764613%;
  margin-right: 3.9494470774%;
}
.divide-wrap[data-row="2"] .divide__item:nth-child(-n+2) {
  margin-top: 0;
}
.divide-wrap[data-row="2"] .divide__item:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .divide-wrap[data-row="2"] .divide__item {
    width: 47.0149253731%;
    margin-right: 5.9701492537%;
  }
}
.divide-wrap[data-row="3"] {
  justify-content: flex-start;
}
.divide-wrap[data-row="3"] .divide__item {
  width: 30.6477093207%;
  margin-right: 3.9494470774%;
}
.divide-wrap[data-row="3"] .divide__item:nth-child(-n+3) {
  margin-top: 0;
}
.divide-wrap[data-row="3"] .divide__item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .divide-wrap[data-row="3"] .divide__item {
    width: 29.3531343284%;
    margin-right: 5.9701492537%;
  }
}
.divide-wrap[data-row="4"] .divide__item {
  width: 22.0379146919%;
  margin-right: 3.9494470774%;
}
@media screen and (min-width: 789px) {
  .divide-wrap[data-row="4"] .divide__item:nth-child(-n+4) {
    margin-top: 0;
  }
  .divide-wrap[data-row="4"] .divide__item:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .divide-wrap[data-row="4"] .divide__item {
    width: 47.0149253731%;
    margin-right: 5.9701492537%;
  }
  .divide-wrap[data-row="4"] .divide__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .divide-wrap[data-row="4"] .divide__item:nth-child(2n) {
    margin-right: 0;
  }
}
.divide-wrap[data-row="5"] .divide__item {
  width: 17.3775671406%;
  margin-right: 3.1595576619%;
}
@media screen and (min-width: 789px) {
  .divide-wrap[data-row="5"] .divide__item:nth-child(-n+5) {
    margin-top: 0;
  }
  .divide-wrap[data-row="5"] .divide__item:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .divide-wrap[data-row="5"] .divide__item {
    width: 47.0149253731%;
    margin-right: 5.9701492537%;
  }
  .divide-wrap[data-row="5"] .divide__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .divide-wrap[data-row="5"] .divide__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .divide-wrap[data-sp-style=scroll] {
    width: calc(100% + 5.33333vw);
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .divide-wrap[data-sp-style=scroll] .divide {
    flex-wrap: nowrap;
  }
  .divide-wrap[data-sp-style=scroll] .divide__item {
    min-width: 69.3333333333vw;
    margin-right: 5.3333333333vw !important;
    margin-top: 0;
  }
  .divide-wrap[data-sp-style=scroll] .divide__item * {
    white-space: initial;
  }
  .divide-wrap[data-sp-style=scroll] .divide__item:last-of-type {
    margin-right: 0 !important;
    box-sizing: content-box;
    padding-right: 5.33333vw;
  }
}
@media screen and (max-width: 768px) {
  .divide-wrap[data-sp-style=column] {
    flex-direction: column;
    width: 100%;
    overflow-x: initial;
  }
  .divide-wrap[data-sp-style=column] .divide {
    width: 100%;
    display: block;
  }
  .divide-wrap[data-sp-style=column] .divide__item {
    margin-right: 0;
    width: 100%;
    margin-top: 10.6666666667vw !important;
  }
  .divide-wrap[data-sp-style=column] .divide__item:first-of-type {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .divide-wrap[data-style=style-sp-colmn] {
    width: 100%;
  }
  .divide-wrap[data-style=style-sp-colmn] .divide {
    width: 100%;
  }
  .divide-wrap[data-style=style-sp-colmn] .divide__item {
    margin-right: 5.3333333333vw;
    width: 41.8666666667vw;
    margin-top: 8vw;
  }
  .divide-wrap[data-style=style-sp-colmn] .divide__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .divide-wrap[data-style=style-sp-colmn] .divide__item:nth-of-type(2n) {
    margin-right: 0;
  }
}

.page-title {
  font-size: 44px;
  font-weight: 600;
  line-height: 140%;
  max-width: 1366px;
  padding: 0 50px 0;
  box-sizing: border-box;
  margin: 0 auto 1.0666666667vw;
}
.page-title .sub-text {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page-title {
    font-size: 5.3333333333vw;
    line-height: 140%;
    padding: 0 5.3333333333vw 0;
    margin-bottom: 0vw;
  }
  .page-title .sub-text {
    margin-top: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}

.pankuzu {
  padding: 16px 0 40px;
}
@media screen and (max-width: 768px) {
  .pankuzu {
    padding: 1.6vw 0 4vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .pankuzu {
    padding: 0vw 0 1.0666666667vw;
  }
}
.pankuzu__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1366px;
  padding: 0 50px;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .pankuzu__list {
    padding: 0 5.3333333333vw;
  }
}
.pankuzu__list__item {
  font-size: 13px;
  color: #666666;
  line-height: 207.6923076923%;
  letter-spacing: 0.05em;
  padding: 0 12px 0 4px;
  box-sizing: border-box;
  position: relative;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pankuzu__list__item a,
.pankuzu__list__item a:link,
.pankuzu__list__item a:visited {
  color: #666666;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  .pankuzu__list__item a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.pankuzu__list__item:after {
  content: ">";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pankuzu__list__item:first-of-type {
  padding-left: 0;
}
.pankuzu__list__item:last-of-type:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .pankuzu__list__item {
    font-size: 2.9333333333vw;
    line-height: 245.4545454545%;
    padding: 0 2.4vw 0 1.0666666667vw;
  }
}

/* ==========================================
	img
 ========================================= */
.elm-img {
  /*margin: 80px 0 0;*/
  width: 100%;
  position: relative;
  margin-top: 20px;
  /*.no {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 5rem;
  	height: 5rem;
  	border-radius: 50%;
  	background: #eee;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	font-size: 2.8rem;
  	padding-bottom: 0.5rem;
  	z-index: 10;

  	&[data-style="1"] {
  		color: $color-white;
  		background: #bda875;
  	}

  	&[data-style="2"] {
  		color: $color-white;
  		background: #a8a9a8;
  	}

  	&[data-style="3"] {
  		color: $color-white;
  		background: #886103;
  	}
  }*/
}
.elm-img a,
.elm-img a:link,
.elm-img a:visited {
  color: #000000;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  .elm-img a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.elm-img img {
  width: 100%;
  max-width: none;
}
.elm-img:first-child {
  margin-top: 0;
}
.elm-img + .elm-txt {
  margin-top: 17px;
}
.elm-img[data-style=border] {
  border: 1px solid #666666;
}
@media screen and (max-width: 768px) {
  .elm-img {
    margin-top: 4vw;
  }
  .elm-img + .elm-txt {
    margin-top: 2.6666666667vw;
  }
}

/* ==========================================
	table
 ========================================= */
.elm-table {
  width: 100%;
  margin: 0 0;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  border-collapse: collapse;
}
.elm-table-container {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.elm-table:first-child {
  margin-top: 0;
}
.elm-table > caption {
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .elm-table > caption {
    margin-bottom: 4vw;
  }
}
.elm-table > tbody > tr {
  border-bottom: 1px solid #cccccc;
  width: 100%;
}
.elm-table > tbody > tr > th {
  width: 15.7977883096%;
  background: #F2F0EC;
  padding: 16px 20px;
  white-space: nowrap;
  text-align: left;
  vertical-align: top;
  border: 1px solid #cccccc;
  font-weight: 400;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .elm-table > tbody > tr > th {
    width: 100%;
    padding: 2.1333333333vw 2.6666666667vw 1.6vw;
    display: block;
    border: none;
    border-bottom: 1px solid #cccccc;
  }
}
.elm-table > tbody > tr > td {
  width: 84.2022116904%;
  padding: 16px 20px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .elm-table > tbody > tr > td {
    width: 100%;
    padding: 2.1333333333vw 2.6666666667vw;
    display: block;
    border: none;
  }
}
.elm-table[data-style=flexible] {
  width: auto;
  min-width: 300px;
}
@media screen and (max-width: 768px) {
  .elm-table[data-style=flexible] {
    min-width: 100%;
  }
}
.elm-table[data-size=small] > tbody > tr > th {
  padding: 7px 15px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .elm-table[data-size=small] > tbody > tr > th {
    width: 53.0158730159%;
    padding: 1.8666666667vw 2.6666666667vw;
    display: inline-block;
    border: none;
    border-right: 1px solid #cccccc;
  }
  .elm-table[data-size=small] > tbody > tr > th .elm-txt {
    margin-top: 0;
  }
}
.elm-table[data-size=small] > tbody > tr > td {
  padding: 7px 15px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .elm-table[data-size=small] > tbody > tr > td {
    width: 46.9841269841%;
    padding: 1.8666666667vw 2.6666666667vw;
    display: inline-block;
    border: none;
  }
  .elm-table[data-size=small] > tbody > tr > td .elm-txt {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .elm-table[data-sp=none] > tbody > tr > th {
    width: auto;
    display: table-cell;
    border: 1px solid #cccccc;
  }
}
@media screen and (max-width: 768px) {
  .elm-table[data-sp=none] > tbody > tr > td {
    width: 100vw;
  }
}

/* ==========================================
	pagenation
 ========================================= */
.pagination {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .pagination {
    font-size: 3.4666666667vw;
    justify-content: center;
  }
}
.pagination__item {
  width: 34px;
  height: 34px;
  border: 1px solid #999999;
  border-radius: 4px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination__item a,
.pagination__item a:link,
.pagination__item a:visited {
  color: #000000;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  .pagination__item a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .pagination__item {
    width: 8vw;
    min-width: 8vw;
    height: 8vw;
    border-radius: 1.0666666667vw;
    margin-right: 1.8666666667vw;
  }
}
.pagination__item a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .pagination__item a {
    width: 7.7333333333vw;
    height: 7.7333333333vw;
  }
}
.pagination__item:last-child {
  margin-right: 0;
}
.pagination__item.current {
  background: #999999;
  color: #FFFFFF;
}
.pagination__item.ellipsis {
  border: none;
}
.pagination__item.prev, .pagination__item.next {
  background: #333333;
  border-color: #333333;
  width: auto;
  min-width: 90px;
}
.pagination__item.prev a,
.pagination__item.prev a:link,
.pagination__item.prev a:visited, .pagination__item.next a,
.pagination__item.next a:link,
.pagination__item.next a:visited {
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  .pagination__item.prev a:hover, .pagination__item.next a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .pagination__item.prev, .pagination__item.next {
    min-width: 18.6666666667vw;
  }
}
.pagination__item.prev a, .pagination__item.next a {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .pagination__item.prev a, .pagination__item.next a {
    width: 100%;
    padding: 0 1.3333333333vw;
  }
}
.pagination__item.back {
  width: 120px;
}
.pagination__item.back a {
  width: 100%;
}
#page-info-detail .pagination__item.back {
  width: 200px;
}
@media screen and (max-width: 768px) {
  #page-info-detail .pagination__item.back {
    width: 154px;
  }
}

#page-top .mv {
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page-top .mv {
    padding: 0 0;
  }
}
#page-top .mv img {
  width: 100%;
}
#page-top .top-catch {
  font-size: 57px;
  font-weight: 600;
  line-height: 136.8421052632%;
  text-align: center;
  margin-top: 132px;
}
@media screen and (max-width: 768px) {
  #page-top .top-catch {
    font-size: 8.5333333333vw;
    line-height: 134.375%;
    margin-top: 13.3333333333vw;
  }
}
#page-top .about {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  #page-top .about {
    margin-top: 13.3333333333vw;
    padding: 0 5.3333333333vw;
    box-sizing: border-box;
  }
}
#page-top .about__img {
  width: 51.2445095168%;
}
@media screen and (max-width: 768px) {
  #page-top .about__img {
    width: 100%;
  }
}
#page-top .about__detail {
  width: 48.7554904832%;
  padding-left: 4.39238653%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #page-top .about__detail {
    width: 100%;
    padding: 6.6666666667vw 0 0 0;
  }
}
#page-top .about__detail .elm-heading--lv3 {
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  #page-top .about__detail .elm-heading--lv3 {
    margin-bottom: 4vw;
  }
}
#page-top .about__detail .about__link {
  margin-top: 40px;
}
#page-top .about__detail .about__link-wrap {
  margin-top: -20px;
}
#page-top .about__detail .about__link .elm-link-txt {
  width: 48.2142857143%;
  margin-top: 15px;
}
#page-top .about__detail .about__link .elm-link-txt:first-of-type {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #page-top .about__detail .about__link {
    margin-top: 6.1333333333vw;
  }
  #page-top .about__detail .about__link-wrap {
    margin-top: -1.6vw;
  }
  #page-top .about__detail .about__link .elm-link-txt {
    width: 100%;
    margin-top: 1.6vw;
    font-weight: 600;
  }
  #page-top .about__detail .about__link .elm-link-txt:first-of-type {
    margin-top: 1.6vw;
  }
}
#page-top .block .elm-btn-wrap {
  display: flex;
  margin-top: 10.6666666667vw;
}
@media screen and (max-width: 768px) {
  #page-top .block .elm-btn-wrap {
    display: block;
  }
  #page-top .block .elm-btn-wrap .elm-btn {
    margin-bottom: 5.3333333333vw;
  }
}
#page-top .block .elm-btn-wrap .elm-btn {
  margin-top: 0px;
}
#page-top .dashi-soy-sauce {
  padding-left: 50px;
  display: flex;
  max-width: 1366px;
  margin: 120px auto min(10vw, 180px);
}
@media screen and (max-width: 768px) {
  #page-top .dashi-soy-sauce {
    padding: 13.3333333333vw 5.3333333333vw;
    margin: 13.3333333333vw auto 0;
    background: #F6F5F1;
  }
}
#page-top .dashi-soy-sauce__img {
  width: 46.7325227964%;
  position: relative;
}
#page-top .dashi-soy-sauce__img .img2 {
  width: 51.7073170732%;
  position: absolute;
  right: -60px;
  top: 0;
  padding-top: 60.0649350649%;
}
@media screen and (max-width: 768px) {
  #page-top .dashi-soy-sauce__img {
    width: 100%;
  }
  #page-top .dashi-soy-sauce__img .img2 {
    display: none;
  }
}
#page-top .dashi-soy-sauce__detail {
  width: 53.1914893617%;
  background: #F6F5F1;
  padding-top: 5.4711246201%;
  padding-right: 5.6990881459%;
  padding-bottom: 5.4711246201%;
  padding-left: 9.1185410334%;
  box-sizing: border-box;
  margin-top: 45px;
}
#page-top .dashi-soy-sauce__detail .elm-heading--lv3 {
  margin-bottom: 24px;
}
#page-top .dashi-soy-sauce__detail .elm-btn {
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  #page-top .dashi-soy-sauce__detail {
    width: 100%;
    margin-top: 6.6666666667vw;
    padding: 0 0;
  }
  #page-top .dashi-soy-sauce__detail .elm-heading--lv3 {
    margin-bottom: 4vw;
  }
  #page-top .dashi-soy-sauce__detail .elm-btn {
    margin-top: 8vw;
  }
}
#page-top .help-info {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  #page-top .help-info {
    margin-top: 13.3333333333vw;
  }
  #page-top .help-info .block {
    padding: 0 0;
  }
}
#page-top .help-info__detail {
  padding: 60px 40px 60px 60px;
  box-sizing: border-box;
  display: flex;
}
#page-top .help-info__detail .elm-heading--lv2 {
  width: 27.615780446%;
  margin-bottom: 0;
}
#page-top .help-info__detail__link {
  width: 72.384219554%;
}
#page-top .help-info__detail__link-wrap {
  margin-top: -20px;
}
#page-top .help-info__detail__link .elm-link-txt {
  width: 33.1753554502%;
  margin-top: 14px;
}
#page-top .help-info__detail__link .elm-link-txt:first-of-type {
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  #page-top .help-info__detail {
    padding: 13.3333333333vw 5.3333333333vw 12vw;
    display: block;
  }
  #page-top .help-info__detail .elm-heading--lv2 {
    width: 100%;
    margin-bottom: 6.6666666667vw;
  }
  #page-top .help-info__detail__link {
    width: 100%;
  }
  #page-top .help-info__detail__link-wrap {
    margin-top: -2.9333333333vw;
    display: block;
  }
  #page-top .help-info__detail__link .elm-link-txt {
    width: 100%;
    margin-top: 2.9333333333vw;
  }
  #page-top .help-info__detail__link .elm-link-txt:first-of-type {
    margin-top: 10.6666666667vw;
  }
}
#page-top .news {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  #page-top .news {
    margin-top: 13.3333333333vw;
  }
}
#page-top .news__tab-link {
  display: flex;
  line-height: 1;
  margin-left: 35px;
  margin-bottom: calc(0.65em + 8px);
}
#page-top .news__tab-link__item {
  width: 100px;
  letter-spacing: 0.04em;
  text-align: center;
  position: relative;
}
#page-top .news__tab-link__item a,
#page-top .news__tab-link__item a:link,
#page-top .news__tab-link__item a:visited {
  color: #000000;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  #page-top .news__tab-link__item a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
#page-top .news__tab-link__item.current {
  font-weight: bold;
  /*&:before {
  	content: "";
  	background: $color-red;
  	width: 10px;
  	height: 7px;
  	clip-path: polygon(0 0, 100% 0, 50% 100%);
  	position: absolute;
  	bottom: -5px;
  	left: 50%;
  	transform: translateX(-50%) translateY(100%);
  }*/
}
#page-top .news__tab-link__item.current a,
#page-top .news__tab-link__item.current a:link,
#page-top .news__tab-link__item.current a:visited {
  color: #D81917;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  #page-top .news__tab-link__item.current a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
#page-top .news__tab-link__item.current:after {
  content: "";
  width: 100%;
  box-sizing: content-box;
  height: 2px;
  background: #D81917;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
#page-top .news__tab-link__item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  #page-top .news__tab-link {
    margin: 4vw 0 0 0;
  }
  #page-top .news__tab-link__item {
    width: 33.33%;
  }
  #page-top .news__tab-link__item:after {
    content: "";
    width: 100%;
    box-sizing: content-box;
    height: 0.5333333333vw;
    background: #dddddd;
    position: absolute;
    bottom: -2.1333333333vw;
    left: 50%;
    transform: translateX(-50%);
  }
  #page-top .news__tab-link__item.current {
    /*&:before {
    	content: "";
    	background: $color-red;
    	width: 10px;
    	height: 7px;
    	clip-path: polygon(0 0, 100% 0, 50% 100%);
    	position: absolute;
    	bottom: -5px;
    	left: 50%;
    	transform: translateX(-50%) translateY(100%);
    }*/
  }
  #page-top .news__tab-link__item.current:after {
    height: 0.5333333333vw;
    bottom: -2.1333333333vw;
  }
  #page-top .news__tab-link__item:first-child {
    margin-left: 0;
  }
}
#page-top .news__tab-content {
  display: none;
}
#page-top .news__tab-content.current {
  display: block;
}
#page-top .news__list + .elm-link-txt {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #page-top .news__list + .elm-link-txt {
    margin-top: 8vw;
  }
}
#page-top .news__list__item {
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 0.04em;
  margin-top: 24px;
}
#page-top .news__list__item a,
#page-top .news__list__item a:link,
#page-top .news__list__item a:visited {
  color: #000000;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  #page-top .news__list__item a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
#page-top .news__list__item:first-of-type {
  margin-top: 0;
}
#page-top .news__list__item a {
  display: flex;
}
#page-top .news__list__item .label {
  min-width: 4em;
  height: 1em;
  padding: 5px 5px 4px;
  box-sizing: content-box;
  text-align: center;
  line-height: 1;
  background: #000;
  color: #FFFFFF;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-right: 20px;
  margin-top: 0.15em;
}
#page-top .news__list__item .label.label-news {
  background: #008fd0;
}
#page-top .news__list__item .label.label-event {
  background: #595795;
}
#page-top .news__list__item .day {
  min-width: 130px;
}
#page-top .news__list__item .txt {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page-top .news__list__item {
    font-size: 3.7333333333vw;
    line-height: 171.4285714286%;
    margin-top: 6.6666666667vw;
  }
  #page-top .news__list__item a {
    flex-wrap: wrap;
  }
  #page-top .news__list__item .label {
    margin-right: 2.6666666667vw;
    font-size: 3.2vw;
    padding: 1.0666666667vw 1.3333333333vw 0.8vw;
    margin-top: 0.2em;
  }
  #page-top .news__list__item .day {
    width: auto;
  }
  #page-top .news__list__item .txt {
    margin-top: 1.3333333333vw;
    width: 100%;
  }
}

#page-recipe .page-container {
  margin-bottom: 0;
}
#page-recipe .mv {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #page-recipe .mv {
    padding: 0;
  }
}
#page-recipe .mv img {
  width: 100%;
}
#page-recipe .item-detail {
  width: 100%;
  height: auto;
  background: #F2F0EC;
  padding: 5.3333333333vw 0;
}
#page-recipe .item-detail__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
#page-recipe .item-detail__inner img {
  width: 140px;
}
#page-recipe .item-detail__inner .item-detail__desc {
  align-content: center;
}
#page-recipe .item-detail__inner .item-detail__desc h2 {
  font-size: 24px;
  font-weight: 600;
}
#page-recipe .item-detail__inner .item-detail__desc p {
  margin-top: 20px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #page-recipe .item-detail__inner .item-detail__desc h2 {
    font-size: 20px;
  }
  #page-recipe .item-detail__inner .item-detail__desc p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #page-recipe .item-detail__inner {
    padding: 0 5.3333333333vw;
    flex-wrap: wrap;
  }
  #page-recipe .item-detail__inner img {
    margin: 0 auto;
    width: 80px;
  }
}
#page-recipe .recipe-item__image {
  position: relative;
}
#page-recipe .recipe-item__image .recipe__label {
  display: flex;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  #page-recipe .recipe-item__image .recipe__label {
    right: 1.3333333333vw;
    bottom: 1.3333333333vw;
  }
}
#page-recipe .recipe-item__image .recipe__label__item {
  margin-right: 10px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #F2F0EC;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1.1;
  font-size: 12px;
}
#page-recipe .recipe-item__image .recipe__label__item:last-of-type {
  margin-right: 0;
}
#page-recipe .recipe-item__image .recipe__label__item .unit {
  font-size: 10px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #page-recipe .recipe-item__image .recipe__label__item {
    margin-right: 1.3333333333vw;
    width: 10.1333333333vw;
    height: 10.1333333333vw;
    font-size: 3.2vw;
  }
  #page-recipe .recipe-item__image .recipe__label__item.unit {
    font-size: 2.6666666667vw;
  }
}
#page-recipe .recipe-item__title {
  font-weight: 700;
}
#page-recipe .recipe-item__title a,
#page-recipe .recipe-item__title a:link,
#page-recipe .recipe-item__title a:visited {
  color: #D81917;
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  #page-recipe .recipe-item__title a:hover {
    color: #D81917;
    text-decoration: none;
  }
}
#page-recipe .recipe-item__title + .elm-txt {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #page-recipe .recipe-item__title + .elm-txt {
    margin-top: 2.6666666667vw;
  }
}
#page-recipe .search-recipe-list .divide__item a,
#page-recipe .search-recipe-list .divide__item a:link,
#page-recipe .search-recipe-list .divide__item a:visited {
  color: #000000;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  #page-recipe .search-recipe-list .divide__item a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
#page-recipe .recipe-search__wrap {
  max-width: 946px;
  margin: 0 auto;
}
#page-recipe .recipe-search__inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  #page-recipe .recipe-search__inner {
    display: block;
  }
}
#page-recipe .recipe-search .search-box {
  width: 700px;
  margin-right: 40px;
  position: relative;
}
#page-recipe .recipe-search .search-box .elm-input {
  border-width: 1px;
}
#page-recipe .recipe-search .search-box .search-btn {
  width: 24px;
  position: absolute;
  top: 12px;
  right: 14px;
}
@media screen and (max-width: 768px) {
  #page-recipe .recipe-search .search-box {
    width: 100%;
    position: relative;
  }
  #page-recipe .recipe-search .search-box .search-btn {
    width: 5.3333333333vw;
    position: absolute;
    top: 2.6666666667vw;
    right: 2.6666666667vw;
  }
}
#page-recipe .from-product {
  margin-top: 80px;
  padding: 80px 0 160px;
}
@media screen and (max-width: 768px) {
  #page-recipe .from-product {
    margin-top: 13.3333333333vw;
    padding: 13.3333333333vw 0 34.1333333333vw;
  }
}
#page-recipe .narrow-down-btn {
  color: #008fd0;
  text-align: right;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
#page-recipe .narrow-down-btn:hover {
  opacity: 0.5;
}
#page-recipe .narrow-down-btn span {
  position: relative;
  padding-left: 30px;
}
#page-recipe .narrow-down-btn span:before {
  content: "";
  width: 21px;
  height: 13px;
  background: url("/assets/img/common/parts/icon_narrow_down.svg") no-repeat;
  background-size: 21px 13px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-44%);
}
@media screen and (max-width: 768px) {
  #page-recipe .narrow-down-btn {
    color: #008fd0;
    font-size: 3.7333333333vw;
    text-align: center;
    margin: 5.3333333333vw auto 0;
    cursor: pointer;
  }
  #page-recipe .narrow-down-btn span {
    position: relative;
    padding-left: 6.6666666667vw;
  }
  #page-recipe .narrow-down-btn span:before {
    content: "";
    width: 18px;
    height: 12px;
    background: url("/assets/img/common/parts/icon_narrow_down.svg") no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-40%);
  }
}
#page-recipe .narrow-down-modal__bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}
#page-recipe .narrow-down-modal__window {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1000px;
  padding: 40px 40px 60px;
  z-index: 11000;
  background: #FFFFFF;
  border-radius: 20px;
  display: none;
}
#page-recipe .narrow-down-modal__window .label-block {
  width: 100%;
  margin-top: 30px;
}
#page-recipe .narrow-down-modal__window .label-block:first-child {
  margin-top: 0;
}
#page-recipe .narrow-down-modal__window .label-block .heading {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-weight: 500;
}
#page-recipe .narrow-down-modal__window .label-block .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -4px;
}
#page-recipe .narrow-down-modal__window .label-block .list.item .list__item {
  width: 18.2608695652%;
  margin-right: 2.1739130435%;
}
#page-recipe .narrow-down-modal__window .label-block .list.item .list__item:nth-child(5n) {
  margin-right: 0;
}
#page-recipe .narrow-down-modal__window .label-block .list__item {
  margin: 20px 20px 0 0;
  border: 1px solid #000000;
  border-radius: 4px;
  font-size: 14px;
  padding: 4px 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  max-width: 200px;
}
#page-recipe .narrow-down-modal__window .label-block .list__item .img {
  height: 50px;
  margin-right: 10px;
}
#page-recipe .narrow-down-modal__window .label-block .list__item .img img {
  height: 100%;
}
#page-recipe .narrow-down-modal__window .label-block .list__item.checked {
  background: #000000;
  color: #FFFFFF;
}
#page-recipe .narrow-down-modal__window .elm-btn {
  width: 230px;
  font-size: 18px;
}
#page-recipe .narrow-down-modal__window .elm-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#page-recipe .narrow-down-modal__window .close-btn {
  width: 27px;
  height: 27px;
  position: absolute;
  top: -50px;
  right: 0;
}
@media screen and (max-width: 768px) {
  #page-recipe .narrow-down-modal__bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
  }
  #page-recipe .narrow-down-modal__window {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 94.6666666667%;
    padding: 6.6666666667vw 5.3333333333vw 8vw;
    z-index: 11000;
    background: #FFFFFF;
    border-radius: 5.3333333333vw;
    display: none;
  }
  #page-recipe .narrow-down-modal__window .label-block {
    width: 100%;
    margin-top: 8vw;
  }
  #page-recipe .narrow-down-modal__window .label-block:first-child {
    margin-top: 0;
  }
  #page-recipe .narrow-down-modal__window .label-block .heading {
    font-size: 4.2666666667vw;
    line-height: 1;
    letter-spacing: 0.05rem;
    font-weight: 500;
  }
  #page-recipe .narrow-down-modal__window .label-block .list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.3333333333vw;
  }
  #page-recipe .narrow-down-modal__window .label-block .list.item {
    justify-content: space-between;
  }
  #page-recipe .narrow-down-modal__window .label-block .list.item .list__item {
    width: 48%;
    margin-right: 0;
  }
  #page-recipe .narrow-down-modal__window .label-block .list__item {
    margin: 4vw 4vw 0 0;
    border: 1px solid #000000;
    border-radius: 2px;
    font-size: 3.4666666667vw;
    padding: 0.5333333333vw 1.3333333333vw;
    cursor: pointer;
    display: flex;
    align-items: center;
  }
  #page-recipe .narrow-down-modal__window .label-block .list__item .img {
    height: 50px;
    margin-right: 10px;
  }
  #page-recipe .narrow-down-modal__window .label-block .list__item .img img {
    height: 100%;
  }
  #page-recipe .narrow-down-modal__window .label-block .list__item.checked {
    background: #000000;
    color: #FFFFFF;
  }
  #page-recipe .narrow-down-modal__window .elm-btn {
    width: 45.3333333333vw;
    font-size: 3.7333333333vw;
    margin-top: 10.6666666667vw;
  }
  #page-recipe .narrow-down-modal__window .close-btn {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    position: absolute;
    top: -8vw;
    right: 0;
  }
}
#page-recipe .recommend {
  margin-top: 80px;
  background: #F2F0EC;
  padding: 70px 0 0px;
}
#page-recipe .recommend__inner {
  padding: 70px 0 80px;
  background: #F2F0EC;
}
#page-recipe .recommend .elm-heading--lv2 {
  text-align: center;
}
#page-recipe .recommend .elm-heading--lv2 .txt-holder + .elm-txt {
  margin-top: 0;
}
#page-recipe .recommend .divide-wrap {
  margin-top: 60px;
}
#page-recipe .recommend__item {
  position: relative;
}
#page-recipe .recommend__item__image {
  position: relative;
}
#page-recipe .recommend__item__image .recipe__label {
  display: flex;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  #page-recipe .recommend__item__image .recipe__label {
    right: 1.3333333333vw;
    bottom: 1.3333333333vw;
  }
}
#page-recipe .recommend__item__image .recipe__label__item {
  margin-right: 10px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #F2F0EC;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1.1;
  font-size: 12px;
}
#page-recipe .recommend__item__image .recipe__label__item:last-of-type {
  margin-right: 0;
}
#page-recipe .recommend__item__image .recipe__label__item .unit {
  font-size: 10px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #page-recipe .recommend__item__image .recipe__label__item {
    margin-right: 1.3333333333vw;
    width: 10.1333333333vw;
    height: 10.1333333333vw;
    font-size: 3.2vw;
  }
  #page-recipe .recommend__item__image .recipe__label__item.unit {
    font-size: 2.6666666667vw;
  }
}
#page-recipe .recommend__item .info {
  margin-top: 15px;
}
#page-recipe .recommend__item .info .name {
  position: relative;
  padding-right: 28px;
  display: inline-block;
}
#page-recipe .recommend__item .info .name a,
#page-recipe .recommend__item .info .name a:link,
#page-recipe .recommend__item .info .name a:visited {
  color: #eb6100;
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  #page-recipe .recommend__item .info .name a:hover {
    color: #eb6100;
    text-decoration: none;
  }
}
#page-recipe .recommend__item .info .lead {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #page-recipe .recommend {
    margin-top: 10.6666666667vw;
    padding: 9.3333333333vw 0 10.6666666667vw;
  }
  #page-recipe .recommend__heading {
    text-align: center;
  }
  #page-recipe .recommend .divide-wrap {
    margin-top: 10.6666666667vw;
  }
  #page-recipe .recommend__item {
    position: relative;
  }
  #page-recipe .recommend__item .info {
    margin-top: 2.6666666667vw;
  }
  #page-recipe .recommend__item .info .name {
    font-size: 4vw;
    font-weight: bold;
    position: relative;
    padding-right: 2.6666666667vw;
    display: inline-block;
    margin-top: 0;
  }
  #page-recipe .recommend__item .info .name a,
#page-recipe .recommend__item .info .name a:link,
#page-recipe .recommend__item .info .name a:visited {
    color: #eb6100;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  #page-recipe .recommend__item .info .name a:hover {
    color: #eb6100;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  #page-recipe .recommend__item .info .lead {
    margin-top: 2.6666666667vw;
  }
}
#page-recipe .detail-main {
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
}
#page-recipe .detail-main > .block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #page-recipe .detail-main {
    margin-top: 1.0666666667vw;
  }
  #page-recipe .detail-main > .block {
    display: block;
  }
}
#page-recipe .detail-main__img {
  width: 47.8672985782%;
}
#page-recipe .detail-main__img .caption {
  margin-top: 8px;
}
#page-recipe .detail-main__img .main-img {
  position: relative;
}
#page-recipe .detail-main__img .main-img .swiper-slide {
  background: #FFFFFF;
  height: auto;
}
#page-recipe .detail-main__img .thumb-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
#page-recipe .detail-main__img .thumb-list__item {
  width: 112px;
  margin: 10px 10px 0 0;
  border: 1px solid #FFFFFF;
  overflow: hidden;
  border-radius: 4px;
}
#page-recipe .detail-main__img .thumb-list__item.active {
  border-color: #eb6100;
}
#page-recipe .detail-main__img .thumb-list__item:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #page-recipe .detail-main__img {
    width: 100%;
    margin: 1.0666666667vw auto 0;
  }
  #page-recipe .detail-main__img .caption {
    margin-top: 2.1333333333vw;
  }
  #page-recipe .detail-main__img .main-img {
    position: relative;
  }
  #page-recipe .detail-main__img .thumb-list {
    margin-top: 3.4666666667vw;
  }
  #page-recipe .detail-main__img .thumb-list__item {
    width: 16.8vw;
    margin: 1.3333333333vw 1.3333333333vw 0 0;
    border: 1px solid #666666;
    border-radius: 1.0666666667vw;
  }
}
#page-recipe .detail-main__info {
  max-width: 1366px;
  margin: 0 auto;
  /*.recipe-info {
  	margin-top: 25px;

  	.elm-table + .elm-txt {
  		margin-top: 10px;
  	}
  }*/
}
#page-recipe .detail-main__info .recipe-name .elm-heading--lv2 {
  margin-bottom: 0;
}
#page-recipe .detail-main__info .recipe-lead {
  margin-top: 30px;
}
#page-recipe .detail-main__info .print-qr-wrap {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page-recipe .detail-main__info .print-qr-wrap .print-btn {
  width: 100%;
  max-width: 285px;
}
#page-recipe .detail-main__info .print-qr-wrap .qrcode {
  padding: 0;
  margin-left: 20px;
}
#page-recipe .detail-main__info .recipe-info + .use-item {
  margin-top: 25px;
}
#page-recipe .detail-main__info .use-item {
  width: 47.8672985782%;
}
#page-recipe .detail-main__info .use-item__heading {
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  margin: 0 auto;
  position: relative;
}
#page-recipe .detail-main__info .use-item__content {
  display: flex;
  margin-top: 15px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #page-recipe .detail-main__info .use-item__content {
    justify-content: center;
  }
}
#page-recipe .detail-main__info .use-item__img {
  width: 100px;
  min-width: 100px;
  margin-right: 20px;
  text-align: center;
}
#page-recipe .detail-main__info .use-item__img .elm-img {
  height: 150px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #page-recipe .detail-main__info .use-item__img .elm-img {
    margin-bottom: 20px;
  }
}
#page-recipe .detail-main__info .use-item__img .elm-img img {
  width: auto;
  max-height: 100%;
}
@media screen and (max-width: 768px) {
  #page-recipe .detail-main__info {
    width: 100%;
  }
  #page-recipe .detail-main__info .detail-main {
    display: block;
    padding: 0 5.3333333333vw;
  }
  #page-recipe .detail-main__info .recipe-lead {
    margin-top: 4vw;
  }
  #page-recipe .detail-main__info .recipe-info {
    margin-top: 5.3333333333vw;
  }
  #page-recipe .detail-main__info .share-sns {
    margin-top: 6.6666666667vw;
    display: flex;
    justify-content: center;
    line-height: 1;
  }
  #page-recipe .detail-main__info .share-sns__item {
    margin: 0 1.3333333333vw;
  }
  #page-recipe .detail-main__info .print-qr-wrap {
    margin-top: 0;
  }
  #page-recipe .detail-main__info .qrcode {
    display: none;
  }
  #page-recipe .detail-main__info .print-btn {
    display: none;
  }
  #page-recipe .detail-main__info .recipe-info + .use-item {
    margin-top: 6.6666666667vw;
  }
  #page-recipe .detail-main__info .use-item {
    width: 100%;
    padding: 5.3333333333vw 0;
  }
  #page-recipe .detail-main__info .use-item__heading {
    font-size: 5.3333333333vw;
    font-weight: 600;
    display: inline-block;
    margin: 0 auto;
    position: relative;
  }
  #page-recipe .detail-main__info .use-item__content {
    display: flex;
    margin-top: 4vw;
    text-align: left;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #page-recipe .detail-main__info .use-item__content {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  #page-recipe .detail-main__info .use-item__img {
    width: 13.3333333333vw;
    min-width: 50px;
    margin-right: 5.3333333333vw;
    text-align: center;
  }
  #page-recipe .detail-main__info .use-item__img .elm-img {
    height: 21.3333333333vw;
    position: relative;
  }
  #page-recipe .detail-main__info .use-item__img .elm-img img {
    max-height: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #page-recipe .detail-main__info .use-item__img .elm-img {
    height: 40vw;
  }
}
@media screen and (max-width: 768px) {
  #page-recipe .detail-main__info .share-sns {
    margin-top: 4vw;
    display: flex;
    justify-content: center;
    line-height: 1;
  }
  #page-recipe .detail-main__info .share-sns__item {
    margin: 0 1.3333333333vw;
  }
}
#page-recipe .detail-main__desc {
  width: 100%;
  display: flex;
  margin: 80px auto 80px;
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #page-recipe .detail-main__desc {
    margin-top: 10.6666666667vw;
    display: block;
    padding: 0 5.3333333333vw;
  }
}
#page-recipe .detail-main__desc .recipe-material {
  width: 47.8672985782%;
}
#page-recipe .detail-main__desc .recipe-material__heading {
  font-weight: 600;
  font-size: 32px;
  position: relative;
}
#page-recipe .detail-main__desc .recipe-material__heading span {
  font-size: 24px;
}
#page-recipe .detail-main__desc .recipe-material__list {
  margin-top: 40px;
}
#page-recipe .detail-main__desc .recipe-material__list__item {
  border-top: 1px dotted #666666;
  padding: 10px 0;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}
#page-recipe .detail-main__desc .recipe-material__list__item:last-child {
  border-bottom: 1px dotted #666666;
}
#page-recipe .detail-main__desc .recipe-material__list__item dt,
#page-recipe .detail-main__desc .recipe-material__list__item dd {
  min-width: 80px;
}
#page-recipe .detail-main__desc .recipe-material__list__item dd {
  text-align: right;
}
#page-recipe .detail-main__desc .recipe-material__list__group {
  position: relative;
  border: 1px solid #666666;
  padding: 20px 10px 0 10px;
  margin-top: 20px;
}
#page-recipe .detail-main__desc .recipe-material__list__group .recipe-material__list__item:first-of-type {
  border-top: none;
}
#page-recipe .detail-main__desc .recipe-material__list__group .recipe-material__list__item:last-child {
  border-bottom: none;
}
#page-recipe .detail-main__desc .recipe-material__list__group + .recipe-material__list__item {
  border-top: none;
}
#page-recipe .detail-main__desc .recipe-material__list__group + .recipe-material__list__group {
  margin-top: 30px;
}
#page-recipe .detail-main__desc .recipe-material__list__group .group-name {
  max-width: 96%;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #666666;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 2%;
  transform: translateY(-50%);
  background: #FFFFFF;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  #page-recipe .detail-main__desc .recipe-material {
    width: 100%;
  }
  #page-recipe .detail-main__desc .recipe-material__heading {
    font-size: 5.8666666667vw;
  }
  #page-recipe .detail-main__desc .recipe-material__heading span {
    font-size: 3.7333333333vw;
  }
  #page-recipe .detail-main__desc .recipe-material__list {
    margin-top: 6.6666666667vw;
  }
  #page-recipe .detail-main__desc .recipe-material__list__item {
    padding: 2.6666666667vw 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
  #page-recipe .detail-main__desc .recipe-material__list__group {
    padding: 5.3333333333vw 2.6666666667vw 2.6666666667vw;
    margin-top: 4vw;
  }
  #page-recipe .detail-main__desc .recipe-material__list__group + .recipe-material__list__group {
    margin-top: 6.6666666667vw;
  }
  #page-recipe .detail-main__desc .recipe-material__list__group .group-name {
    font-size: 4.8vw;
    padding: 1.3333333333vw;
  }
}
#page-recipe .detail-main__desc .recipe-howto {
  width: 48.1832543444%;
}
#page-recipe .detail-main__desc .recipe-howto__heading {
  font-weight: 600;
  font-size: 32px;
  position: relative;
}
#page-recipe .detail-main__desc .recipe-howto__list {
  margin-top: 40px;
}
#page-recipe .detail-main__desc .recipe-howto__list__item {
  border-top: 1px dotted #666666;
  padding: 10px 0;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: 50px;
}
#page-recipe .detail-main__desc .recipe-howto__list__item:nth-child(1):before {
  content: "1";
  font-size: 20px;
  font-weight: 600;
  border: 1px solid #666666;
  width: 30px;
  height: 30px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#page-recipe .detail-main__desc .recipe-howto__list__item:nth-child(2):before {
  content: "2";
  font-size: 20px;
  font-weight: 600;
  border: 1px solid #666666;
  width: 30px;
  height: 30px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#page-recipe .detail-main__desc .recipe-howto__list__item:nth-child(3):before {
  content: "3";
  font-size: 20px;
  font-weight: 600;
  border: 1px solid #666666;
  width: 30px;
  height: 30px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#page-recipe .detail-main__desc .recipe-howto__list__item:nth-child(4):before {
  content: "4";
  font-size: 20px;
  font-weight: 600;
  border: 1px solid #666666;
  width: 30px;
  height: 30px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#page-recipe .detail-main__desc .recipe-howto__list__item:nth-child(5):before {
  content: "5";
  font-size: 20px;
  font-weight: 600;
  border: 1px solid #666666;
  width: 30px;
  height: 30px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#page-recipe .detail-main__desc .recipe-howto__list__item:nth-child(6):before {
  content: "6";
  font-size: 20px;
  font-weight: 600;
  border: 1px solid #666666;
  width: 30px;
  height: 30px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#page-recipe .detail-main__desc .recipe-howto__list__item:nth-child(7):before {
  content: "7";
  font-size: 20px;
  font-weight: 600;
  border: 1px solid #666666;
  width: 30px;
  height: 30px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#page-recipe .detail-main__desc .recipe-howto__list__item:nth-child(8):before {
  content: "8";
  font-size: 20px;
  font-weight: 600;
  border: 1px solid #666666;
  width: 30px;
  height: 30px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#page-recipe .detail-main__desc .recipe-howto__list__item:nth-child(9):before {
  content: "9";
  font-size: 20px;
  font-weight: 600;
  border: 1px solid #666666;
  width: 30px;
  height: 30px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#page-recipe .detail-main__desc .recipe-howto__list__item:nth-child(10):before {
  content: "10";
  font-size: 20px;
  font-weight: 600;
  border: 1px solid #666666;
  width: 30px;
  height: 30px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#page-recipe .detail-main__desc .recipe-howto__list__item:nth-child(11):before {
  content: "11";
  font-size: 20px;
  font-weight: 600;
  border: 1px solid #666666;
  width: 30px;
  height: 30px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#page-recipe .detail-main__desc .recipe-howto__list__item:nth-child(12):before {
  content: "12";
  font-size: 20px;
  font-weight: 600;
  border: 1px solid #666666;
  width: 30px;
  height: 30px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#page-recipe .detail-main__desc .recipe-howto__list__item:nth-child(13):before {
  content: "13";
  font-size: 20px;
  font-weight: 600;
  border: 1px solid #666666;
  width: 30px;
  height: 30px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#page-recipe .detail-main__desc .recipe-howto__list__item:nth-child(14):before {
  content: "14";
  font-size: 20px;
  font-weight: 600;
  border: 1px solid #666666;
  width: 30px;
  height: 30px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#page-recipe .detail-main__desc .recipe-howto__list__item:nth-child(15):before {
  content: "15";
  font-size: 20px;
  font-weight: 600;
  border: 1px solid #666666;
  width: 30px;
  height: 30px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#page-recipe .detail-main__desc .recipe-howto__list__item:nth-child(16):before {
  content: "16";
  font-size: 20px;
  font-weight: 600;
  border: 1px solid #666666;
  width: 30px;
  height: 30px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#page-recipe .detail-main__desc .recipe-howto__list__item:nth-child(17):before {
  content: "17";
  font-size: 20px;
  font-weight: 600;
  border: 1px solid #666666;
  width: 30px;
  height: 30px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#page-recipe .detail-main__desc .recipe-howto__list__item:nth-child(18):before {
  content: "18";
  font-size: 20px;
  font-weight: 600;
  border: 1px solid #666666;
  width: 30px;
  height: 30px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#page-recipe .detail-main__desc .recipe-howto__list__item:nth-child(19):before {
  content: "19";
  font-size: 20px;
  font-weight: 600;
  border: 1px solid #666666;
  width: 30px;
  height: 30px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#page-recipe .detail-main__desc .recipe-howto__list__item:nth-child(20):before {
  content: "20";
  font-size: 20px;
  font-weight: 600;
  border: 1px solid #666666;
  width: 30px;
  height: 30px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#page-recipe .detail-main__desc .recipe-howto__list__item:last-child {
  border-bottom: 1px dotted #666666;
}
#page-recipe .detail-main__desc .recipe-howto__list__item .img {
  width: 80px;
  min-width: 80px;
  margin-left: 20px;
  overflow: hidden;
  border-radius: 4px;
}
#page-recipe .detail-main__desc .recipe-howto__list__item .desc {
  width: 100%;
}
#page-recipe .detail-main__desc .recipe-howto__point {
  margin-top: 20px;
}
#page-recipe .detail-main__desc .recipe-howto__point__heading {
  font-weight: 600;
  font-size: 20px;
  position: relative;
}
#page-recipe .detail-main__desc .recipe-howto__point__txt {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #page-recipe .detail-main__desc .recipe-howto {
    margin-top: 10.6666666667vw;
    width: 100%;
  }
  #page-recipe .detail-main__desc .recipe-howto__heading {
    font-size: 5.8666666667vw;
  }
  #page-recipe .detail-main__desc .recipe-howto__list {
    margin-top: 6.6666666667vw;
  }
  #page-recipe .detail-main__desc .recipe-howto__list__item {
    padding: 2.6666666667vw 0;
    font-size: 4.2666666667vw;
    padding-left: 10.6666666667vw;
  }
  #page-recipe .detail-main__desc .recipe-howto__list__item:nth-child(1):before {
    font-size: 5.3333333333vw;
    width: 8vw;
    height: 8vw;
  }
  #page-recipe .detail-main__desc .recipe-howto__list__item:nth-child(2):before {
    font-size: 5.3333333333vw;
    width: 8vw;
    height: 8vw;
  }
  #page-recipe .detail-main__desc .recipe-howto__list__item:nth-child(3):before {
    font-size: 5.3333333333vw;
    width: 8vw;
    height: 8vw;
  }
  #page-recipe .detail-main__desc .recipe-howto__list__item:nth-child(4):before {
    font-size: 5.3333333333vw;
    width: 8vw;
    height: 8vw;
  }
  #page-recipe .detail-main__desc .recipe-howto__list__item:nth-child(5):before {
    font-size: 5.3333333333vw;
    width: 8vw;
    height: 8vw;
  }
  #page-recipe .detail-main__desc .recipe-howto__list__item:nth-child(6):before {
    font-size: 5.3333333333vw;
    width: 8vw;
    height: 8vw;
  }
  #page-recipe .detail-main__desc .recipe-howto__list__item:nth-child(7):before {
    font-size: 5.3333333333vw;
    width: 8vw;
    height: 8vw;
  }
  #page-recipe .detail-main__desc .recipe-howto__list__item:nth-child(8):before {
    font-size: 5.3333333333vw;
    width: 8vw;
    height: 8vw;
  }
  #page-recipe .detail-main__desc .recipe-howto__list__item:nth-child(9):before {
    font-size: 5.3333333333vw;
    width: 8vw;
    height: 8vw;
  }
  #page-recipe .detail-main__desc .recipe-howto__list__item:nth-child(10):before {
    font-size: 5.3333333333vw;
    width: 8vw;
    height: 8vw;
  }
  #page-recipe .detail-main__desc .recipe-howto__list__item:nth-child(11):before {
    font-size: 5.3333333333vw;
    width: 8vw;
    height: 8vw;
  }
  #page-recipe .detail-main__desc .recipe-howto__list__item:nth-child(12):before {
    font-size: 5.3333333333vw;
    width: 8vw;
    height: 8vw;
  }
  #page-recipe .detail-main__desc .recipe-howto__list__item:nth-child(13):before {
    font-size: 5.3333333333vw;
    width: 8vw;
    height: 8vw;
  }
  #page-recipe .detail-main__desc .recipe-howto__list__item:nth-child(14):before {
    font-size: 5.3333333333vw;
    width: 8vw;
    height: 8vw;
  }
  #page-recipe .detail-main__desc .recipe-howto__list__item:nth-child(15):before {
    font-size: 5.3333333333vw;
    width: 8vw;
    height: 8vw;
  }
  #page-recipe .detail-main__desc .recipe-howto__list__item:nth-child(16):before {
    font-size: 5.3333333333vw;
    width: 8vw;
    height: 8vw;
  }
  #page-recipe .detail-main__desc .recipe-howto__list__item:nth-child(17):before {
    font-size: 5.3333333333vw;
    width: 8vw;
    height: 8vw;
  }
  #page-recipe .detail-main__desc .recipe-howto__list__item:nth-child(18):before {
    font-size: 5.3333333333vw;
    width: 8vw;
    height: 8vw;
  }
  #page-recipe .detail-main__desc .recipe-howto__list__item:nth-child(19):before {
    font-size: 5.3333333333vw;
    width: 8vw;
    height: 8vw;
  }
  #page-recipe .detail-main__desc .recipe-howto__list__item:nth-child(20):before {
    font-size: 5.3333333333vw;
    width: 8vw;
    height: 8vw;
  }
  #page-recipe .detail-main__desc .recipe-howto__list__item .img {
    width: 21.3333333333vw;
    min-width: 80px;
    margin-left: 5.3333333333vw;
    overflow: hidden;
    border-radius: 1.0666666667vw;
  }
  #page-recipe .detail-main__desc .recipe-howto__point {
    margin-top: 5.3333333333vw;
  }
  #page-recipe .detail-main__desc .recipe-howto__point__heading {
    font-size: 5.3333333333vw;
  }
  #page-recipe .detail-main__desc .recipe-howto__point__txt {
    margin-top: 5.3333333333vw;
  }
}
#page-recipe .img-modal__bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}
#page-recipe .img-modal__window {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
  pointer-events: none;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
#page-recipe .img-modal__window.show {
  display: flex;
  pointer-events: auto;
  opacity: 1;
}
#page-recipe .img-modal__window .img {
  width: 100%;
  height: 100%;
  max-width: 720px;
  max-height: 480px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
}
#page-recipe .img-modal__window .img .close-btn {
  width: 27px;
  height: 27px;
  position: absolute;
  top: -50px;
  right: 40px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #page-recipe .img-modal__window .img {
    height: auto;
    padding: 5.3333333333vw;
  }
  #page-recipe .img-modal__window .img .close-btn {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    top: -4vw;
    right: 5.3333333333vw;
  }
}
#page-recipe .about-feature {
  background: #F2F0EC;
  padding: 70px 0;
  margin-top: -1px;
  position: relative;
}
#page-recipe .about-feature__inner {
  max-width: 1366px;
  padding: 0 50px;
  margin: 0 auto;
}
#page-recipe .about-feature .elm-heading--lv2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #page-recipe .about-feature {
    padding: 8vw 0;
  }
  #page-recipe .about-feature__inner {
    padding: 0 5.3333333333vw;
  }
  #page-recipe .about-feature .elm-heading--lv2 {
    margin-bottom: 2.6666666667vw;
  }
}

.recipe-print__footer {
  display: none;
}

@page {
  size: A4;
  margin: 0mm 0mm;
}
@media print {
  #page-recipe {
    /*

    @include ie {
    	zoom:1;
    }*/
    zoom: 0.64;
    -webkit-print-color-adjust: exact;
    padding: 0;
  }
}
@media print and (-ms-high-contrast: none) {
  #page-recipe {
    zoom: normal;
  }
}
@media print and (-ms-high-contrast: none) {
  #page-recipe .detail-main {
    width: 100%;
  }
}
@media print {
  @supports (-ms-ime-align: auto) {
    #page-recipe .detail-main .recipe-howto__point {
      border: 1px solid #aaa;
      border-radius: 10px;
    }
    #page-recipe .detail-main .recipe-howto__point__heading {
      padding-left: 0;
    }
  }
}
@media print {
  #page-recipe .swiper-slide {
    display: none;
  }
  #page-recipe .swiper-slide:first-child {
    display: block;
  }
}
@media print {
  #page-recipe .header,
#page-recipe .header-info,
#page-recipe .pankuzu,
#page-recipe .mv-small,
#page-recipe .print-btn,
#page-recipe .share-sns,
#page-recipe .recipe-search,
#page-recipe .recommend,
#page-recipe .utils-bottom,
#page-recipe .dod-attention, #page-recipe > .block,
#page-recipe .footer {
    display: none;
    opacity: 0;
  }
}
@media print {
  #page-recipe .recipe-print__footer {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5.3333333333vw;
    content: "";
    width: 170px;
    background-color: #fff;
    height: 42px;
    z-index: 9999;
  }
}
@media print {
  #page-recipe hr {
    display: none;
  }
}
@media print {
  #page-recipe .detail-main__desc .recipe-howto__list__item,
#page-recipe .detail-main__desc .recipe-material__list__item {
    border-top: 1px solid #666;
  }
}
@media print {
  #page-recipe .detail-main__desc .recipe-material__list__item:last-child,
#page-recipe .detail-main__desc .recipe-howto__list__item:last-child {
    border-bottom: 1px solid #666;
  }
}
@media print {
  #page-recipe .page-top-btn a {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */