@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

a {
  color: unset;
}

a.url {
  color: unset;
}

a:hover {
  color: unset;
}

a:active {
  color: unset;
}

a:focus {
  outline: none;
}

a:visited {
  color: unset;
}

.pc {
  display: block;
}
@media (max-width: 480px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 480px) {
  .sp {
    display: block;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

html {
  visibility: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: -3.1vw;
}
@media (max-width: 480px) {
  html {
    scroll-padding-top: 1.9722222222vw;
  }
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

main {
  padding-top: 6.9vw;
}
@media (max-width: 834px) {
  main {
    padding-top: 8.28vw;
  }
}
@media (max-width: 480px) {
  main {
    padding-top: 15.9722222222vw;
  }
}

.section_title .en {
  font-size: 2.1484375vw;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 1.1vw;
}
@media (max-width: 834px) {
  .section_title .en {
    font-size: 2.578125vw;
    margin-bottom: 1.125vw;
  }
}
@media (max-width: 480px) {
  .section_title .en {
    font-size: 7.6388888889vw;
    margin-bottom: 3.3333333333vw;
  }
}
.section_title .ja {
  font-size: 0.9375vw;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media (max-width: 834px) {
  .section_title .ja {
    font-size: 1.125vw;
  }
}
@media (max-width: 480px) {
  .section_title .ja {
    font-size: 3.3333333333vw;
  }
}

.detail_btn {
  display: block;
  background-color: black;
  color: white;
  padding: 0.9765625vw 1.8359375vw 0.859375vw;
  font-size: 0.9765625vw;
  letter-spacing: 0;
  line-height: 1;
  transition: all 0.3s;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}
@media (max-width: 480px) {
  .detail_btn {
    padding: 2.6388888889vw 4.5833333333vw 2.2222222222vw;
    font-size: 2.9166666667vw;
  }
}
.detail_btn:visited {
  color: white;
}
.detail_btn:hover {
  background-color: #c0d94d;
  color: black;
}
@media (max-width: 480px) {
  .detail_btn:hover {
    background-color: black;
    color: white;
  }
}

.section_subtitle {
  font-size: 1.484375vw;
  letter-spacing: 0.08em;
  line-height: 1;
  padding-bottom: 1.015625vw;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  border-bottom: solid 1px black;
}
@media (max-width: 480px) {
  .section_subtitle {
    font-size: 5.2777777778vw;
    padding-bottom: 3.6111111111vw;
  }
}

.line {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 100%) 0% 0%;
  background-size: 5px 1px;
  width: 100%;
  height: 1px;
}

.bread_crumbs {
  display: flex;
  gap: 0 0.3em;
  width: -moz-max-content;
  width: max-content;
  margin: 0 9.765625vw 4.5vw auto;
}
@media (max-width: 480px) {
  .bread_crumbs {
    margin: 0 10.9722222222vw 28vw auto;
  }
}
.bread_crumbs li {
  font-size: 0.9375vw;
  letter-spacing: 0;
  line-height: 2.4583333333;
}
@media (max-width: 480px) {
  .bread_crumbs li {
    font-size: 3.1944444444vw;
    line-height: 2.5652173913;
  }
}
#section_preparation {
  background-color: #f8f3f0;
  height: 60vh;
  display: grid;
  place-items: center;
}
@media (max-width: 480px) {
  #section_preparation {
    height: 70vw;
  }
}
#section_preparation .preparation {
  font-size: 1.5625vw;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media (max-width: 480px) {
  #section_preparation .preparation {
    font-size: 4.1666666667vw;
  }
}

#back_to_top {
  position: fixed;
  right: 1.796875vw;
  bottom: 20px;
  color: red;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
#back_to_top.visible {
  opacity: 1;
  visibility: visible;
}
#back_to_top img {
  width: 5.5859375vw;
}
@media (max-width: 480px) {
  #back_to_top img {
    width: 19.8611111111vw;
  }
}

#back_to_top.fixed_on_top_of_footer {
  position: absolute;
  bottom: unset;
  top: -6.6vw;
}
@media (max-width: 834px) {
  #back_to_top.fixed_on_top_of_footer {
    top: -7.6vw;
  }
}
@media (max-width: 480px) {
  #back_to_top.fixed_on_top_of_footer {
    top: -25vw;
  }
}

.loading {
  position: fixed;
  z-index: 9999;
}
.loading .loading_inner {
  position: relative;
  display: grid;
  place-items: center;
  width: 100vw;
  height: 100dvh;
}
.loading .loading_inner .logo_container {
  width: -moz-max-content;
  width: max-content;
  z-index: 2;
}
.loading .loading_inner .logo_container #loading_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25.390625vw;
}
@media (max-width: 834px) {
  .loading .loading_inner .logo_container #loading_logo {
    width: 42vw;
  }
}
@media (max-width: 480px) {
  .loading .loading_inner .logo_container #loading_logo {
    width: 50.9722222222vw;
  }
}
.loading .loading_inner .logo_container .hide_box {
  width: 25.390625vw;
  height: 30vh;
  background-color: #f8f3f0;
  position: relative;
  z-index: 1;
}
@media (max-width: 834px) {
  .loading .loading_inner .logo_container .hide_box {
    width: 42vw;
  }
}
@media (max-width: 480px) {
  .loading .loading_inner .logo_container .hide_box {
    width: 50.9722222222vw;
  }
}
.loading .loading_inner .bg_left {
  position: absolute;
  left: 0;
  background-color: #f8f3f0;
  display: block;
  width: 50vw;
  height: 100vh;
  z-index: 1;
}
.loading .loading_inner .bg_right {
  position: absolute;
  right: 0;
  background-color: #f8f3f0;
  display: block;
  width: 50vw;
  height: 100vh;
  z-index: 1;
}

.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

header {
  z-index: 100;
  background-color: white;
  height: 6.9vw;
  width: 100%;
  position: fixed;
}
@media (max-width: 834px) {
  header {
    height: 8.28vw;
  }
}
@media (max-width: 480px) {
  header {
    height: 15.9722222222vw;
    top: 0;
    left: 0;
  }
}
header .header_inner {
  display: flex;
  justify-content: space-between;
}
header .header_inner .header_logo {
  margin: 1.2vw 0 0 2.5vw;
  display: flex;
  align-items: center;
  gap: 0 1.71875vw;
}
@media (max-width: 834px) {
  header .header_inner .header_logo {
    margin: 2.484375vw 0 0 2.484375vw;
    gap: 0 2.0625vw;
  }
}
@media (max-width: 480px) {
  header .header_inner .header_logo {
    margin: 5vw 0 0 3vw;
    gap: 0 14vw;
  }
}
header .header_inner .header_logo > a > img {
  width: 16.5625vw;
}
@media (max-width: 834px) {
  header .header_inner .header_logo > a > img {
    width: 19.875vw;
  }
}
@media (max-width: 480px) {
  header .header_inner .header_logo > a > img {
    width: 48.0555555556vw;
  }
}
header .header_inner .header_logo .sns_container {
  display: flex;
  gap: 0 0.78125vw;
}
@media (max-width: 834px) {
  header .header_inner .header_logo .sns_container {
    gap: 0 0.9375vw;
  }
}
@media (max-width: 480px) {
  header .header_inner .header_logo .sns_container {
    gap: 0 2.7777777778vw;
  }
}
header .header_inner .header_logo .sns_container > a {
  display: block;
}
header .header_inner .header_logo .sns_container > a > img {
  width: 1.796875vw;
  height: 1.796875vw;
}
@media (max-width: 834px) {
  header .header_inner .header_logo .sns_container > a > img {
    width: 2.15625vw;
    height: 2.15625vw;
  }
}
@media (max-width: 480px) {
  header .header_inner .header_logo .sns_container > a > img {
    width: 6.3888888889vw;
    height: 6.3888888889vw;
  }
}
header .header_inner .header_nav_pc {
  margin: 2.3046875vw 7.03125vw 0 0;
}
header .header_inner .header_nav_pc .header_nav-list {
  display: flex;
  gap: 0 2.9vw;
}
header .header_inner .header_nav_pc .header_nav-list .header_nav-item {
  width: -moz-max-content;
  width: max-content;
  position: relative;
  padding-bottom: 0.68359375vw;
}
header .header_inner .header_nav_pc .header_nav-list .header_nav-item > a {
  display: block;
  text-align: center;
  font-weight: 300;
  line-height: 1;
}
header .header_inner .header_nav_pc .header_nav-list .header_nav-item > a.ja {
  margin-bottom: 0.703125vw;
  letter-spacing: 0.08em;
  font-size: 1.09375vw;
}
header .header_inner .header_nav_pc .header_nav-list .header_nav-item > a.en {
  letter-spacing: 0.05em;
  font-size: 0.8203125vw;
}
header .header_inner .header_nav_pc .header_nav-list .header_nav-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  width: 0;
  background-color: #000000;
  transform-origin: left;
  transition: width 0.3s;
}
header .header_inner .header_nav_pc .header_nav-list .header_nav-item:hover::after {
  width: 100%;
}
@media (max-width: 834px) {
  header .header_inner .header_nav_pc {
    display: none;
  }
}

.menu_openbtn_sp_outer {
  z-index: 300;
  position: fixed;
  display: none;
  /*ボタン内側*/
  /*active*/
}
@media (max-width: 834px) {
  .menu_openbtn_sp_outer {
    display: block;
    transform: scale(0.5);
    top: -1.8vw;
    right: 0;
  }
}
@media (max-width: 480px) {
  .menu_openbtn_sp_outer {
    transform: scale(1);
    top: 2.0833333333vw;
    right: 3.6111111111vw;
  }
}
.menu_openbtn_sp_outer .menu_openbtn_sp {
  position: relative;
  background: rgb(255, 255, 255);
  cursor: pointer;
  width: 11.8055555556vw;
  height: 11.8055555556vw;
  border-radius: 2.2222222222vw;
}
.menu_openbtn_sp_outer .menu_openbtn_sp span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 1.5277777778vw;
  height: 2px;
  border-radius: 0.2777777778vw;
  background: #000000;
}
@media (max-width: 480px) {
  .menu_openbtn_sp_outer .menu_openbtn_sp span {
    height: 1px;
  }
}
.menu_openbtn_sp_outer .menu_openbtn_sp span:nth-of-type(1) {
  top: 3.4722222222vw;
  width: 8.75vw;
}
.menu_openbtn_sp_outer .menu_openbtn_sp span:nth-of-type(2) {
  top: 5.9722222222vw;
  width: 6.6666666667vw;
}
.menu_openbtn_sp_outer .menu_openbtn_sp span:nth-of-type(3) {
  top: 8.4722222222vw;
  width: 4.5833333333vw;
}
.menu_openbtn_sp_outer .menu_openbtn_sp.active span:nth-of-type(1) {
  top: 4.6vw;
  left: 2.5vw;
  transform: translateY(1.2vw) rotate(-135deg);
  width: 7vw;
}
.menu_openbtn_sp_outer .menu_openbtn_sp.active span:nth-of-type(2) {
  opacity: 0;
}
.menu_openbtn_sp_outer .menu_openbtn_sp.active span:nth-of-type(3) {
  top: 7vw;
  left: 2.5vw;
  transform: translateY(-1.2vw) rotate(135deg);
  width: 7vw;
}

.menu_sp_outer {
  z-index: 200;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  position: fixed;
  height: 100vh;
  background-color: black;
  width: 100%;
  display: none;
}
@media (max-width: 834px) {
  .menu_sp_outer {
    padding-top: 40vw;
  }
}
@media (max-width: 480px) {
  .menu_sp_outer {
    padding-top: 44.7222222222vw;
  }
}
@media (max-width: 834px) {
  .menu_sp_outer .menu_sp_inner {
    display: grid;
    place-content: center;
  }
}
@media (max-width: 480px) {
  .menu_sp_outer .menu_sp_inner {
    display: block;
  }
}
@media (max-width: 834px) {
  .menu_sp_outer .menu_sp_inner .menu_sp {
    width: -moz-max-content;
    width: max-content;
  }
}
@media (max-width: 480px) {
  .menu_sp_outer .menu_sp_inner .menu_sp {
    width: unset;
  }
}
.menu_sp_outer .menu_sp_inner .menu_sp .menu_sp_nav {
  margin-left: 12.2222222222vw;
}
@media (max-width: 834px) {
  .menu_sp_outer .menu_sp_inner .menu_sp .menu_sp_nav {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .menu_sp_outer .menu_sp_inner .menu_sp .menu_sp_nav {
    margin-left: 12.2222222222vw;
  }
}
@media (max-width: 834px) {
  .menu_sp_outer .menu_sp_inner .menu_sp .menu_sp_nav .menu_sp_nav-list .menu_sp_nav-item {
    margin-bottom: 7vw;
  }
}
@media (max-width: 480px) {
  .menu_sp_outer .menu_sp_inner .menu_sp .menu_sp_nav .menu_sp_nav-list .menu_sp_nav-item {
    margin-bottom: 10.2777777778vw;
  }
}
.menu_sp_outer .menu_sp_inner .menu_sp .menu_sp_nav .menu_sp_nav-list .menu_sp_nav-item > a {
  color: white;
  font-weight: 300;
  line-height: 1;
}
.menu_sp_outer .menu_sp_inner .menu_sp .menu_sp_nav .menu_sp_nav-list .menu_sp_nav-item > a.ja {
  letter-spacing: 0.08em;
}
@media (max-width: 834px) {
  .menu_sp_outer .menu_sp_inner .menu_sp .menu_sp_nav .menu_sp_nav-list .menu_sp_nav-item > a.ja {
    font-size: 3.8vw;
    margin-right: 3.6vw;
  }
}
@media (max-width: 480px) {
  .menu_sp_outer .menu_sp_inner .menu_sp .menu_sp_nav .menu_sp_nav-list .menu_sp_nav-item > a.ja {
    font-size: 5.6944444444vw;
    margin-right: 5.9722222222vw;
  }
}
.menu_sp_outer .menu_sp_inner .menu_sp .menu_sp_nav .menu_sp_nav-list .menu_sp_nav-item > a.en {
  letter-spacing: 0.05em;
}
@media (max-width: 834px) {
  .menu_sp_outer .menu_sp_inner .menu_sp .menu_sp_nav .menu_sp_nav-list .menu_sp_nav-item > a.en {
    font-size: 3vw;
  }
}
@media (max-width: 480px) {
  .menu_sp_outer .menu_sp_inner .menu_sp .menu_sp_nav .menu_sp_nav-list .menu_sp_nav-item > a.en {
    font-size: 4.3055555556vw;
  }
}
.menu_sp_outer .menu_sp_inner .menu_sp .menu_sp_nav .menu_sp_nav-list .menu_sp_nav-item:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media (max-width: 834px) {
  .menu_sp_outer .menu_sp_inner .menu_sp > a .menu_logo_sp {
    margin: 22vw 0 0 0;
    width: 36vw;
  }
}
@media (max-width: 480px) {
  .menu_sp_outer .menu_sp_inner .menu_sp > a .menu_logo_sp {
    margin: 35.1388888889vw 0 0 9.7222222222vw;
    width: 58.3333333333vw;
  }
}
.menu_sp_outer.active {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 834px) {
  .menu_sp_outer {
    display: block;
  }
}

footer {
  background-color: black;
  position: relative;
}
footer .footer_inner {
  display: grid;
  grid-template: "logo logo" "name nav"/1fr 1fr;
  gap: 5.15625vw 0;
  padding: 5.078125vw 0 2.34375vw;
}
@media (max-width: 834px) {
  footer .footer_inner {
    gap: 6.1875vw 0;
    padding: 6.09375vw 0 2.8125vw;
  }
}
@media (max-width: 480px) {
  footer .footer_inner {
    grid-template: "logo" "nav" "name";
    gap: 0;
    padding: 16.6666666667vw 0 15.6944444444vw;
  }
}
footer .footer_inner .footer_logo {
  grid-area: logo;
  justify-self: center;
}
footer .footer_inner .footer_logo > a {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
footer .footer_inner .footer_logo > a > img {
  display: block;
}
footer .footer_inner .footer_logo > a.footer_logo-circle > img {
  width: 5.546875vw;
}
@media (max-width: 834px) {
  footer .footer_inner .footer_logo > a.footer_logo-circle > img {
    width: 6.65625vw;
  }
}
@media (max-width: 480px) {
  footer .footer_inner .footer_logo > a.footer_logo-circle > img {
    width: 25.1388888889vw;
  }
}
footer .footer_inner .footer_logo > a.footer_logo-square {
  margin-top: 1.3671875vw;
}
@media (max-width: 480px) {
  footer .footer_inner .footer_logo > a.footer_logo-square {
    display: none;
  }
}
footer .footer_inner .footer_logo > a.footer_logo-square > img {
  width: 14.21875vw;
}
@media (max-width: 834px) {
  footer .footer_inner .footer_logo > a.footer_logo-square > img {
    width: 17.0625vw;
  }
}
footer .footer_inner .company_name {
  grid-area: name;
}
@media (max-width: 480px) {
  footer .footer_inner .company_name {
    margin-top: 17.5vw;
  }
}
footer .footer_inner .company_name > a {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 0 7.03125vw 0 auto;
}
@media (max-width: 834px) {
  footer .footer_inner .company_name > a {
    margin: 0 8.4375vw 0 auto;
  }
}
@media (max-width: 480px) {
  footer .footer_inner .company_name > a {
    margin: 0 auto;
  }
}
footer .footer_inner .company_name > a > img {
  width: 16.5625vw;
}
@media (max-width: 834px) {
  footer .footer_inner .company_name > a > img {
    width: 19.875vw;
  }
}
@media (max-width: 480px) {
  footer .footer_inner .company_name > a > img {
    width: 58.3333333333vw;
  }
}
footer .footer_inner .footer_nav {
  grid-area: nav;
  transform: translateX(-1.25vw);
}
@media (max-width: 834px) {
  footer .footer_inner .footer_nav {
    transform: translateX(-1.5vw);
  }
}
@media (max-width: 480px) {
  footer .footer_inner .footer_nav {
    transform: translateX(0);
    margin-top: 13.8888888889vw;
  }
}
footer .footer_inner .footer_nav .footer_nav-list {
  display: flex;
  gap: 0 1.953125vw;
}
@media (max-width: 834px) {
  footer .footer_inner .footer_nav .footer_nav-list {
    gap: 0 2.34375vw;
  }
}
@media (max-width: 480px) {
  footer .footer_inner .footer_nav .footer_nav-list {
    display: block;
    width: -moz-max-content;
    width: max-content;
    margin-left: 26.3888888889vw;
  }
}
footer .footer_inner .footer_nav .footer_nav-list .footer_nav-item {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  padding-bottom: 0.64453125vw;
}
@media (max-width: 834px) {
  footer .footer_inner .footer_nav .footer_nav-list .footer_nav-item {
    padding-bottom: 0.7734375vw;
  }
}
@media (max-width: 480px) {
  footer .footer_inner .footer_nav .footer_nav-list .footer_nav-item {
    padding-bottom: 6.1111111111vw;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 0 4.4444444444vw;
  }
}
@media (max-width: 480px) {
  footer .footer_inner .footer_nav .footer_nav-list .footer_nav-item:nth-last-of-type(1) {
    padding-bottom: 0;
  }
}
footer .footer_inner .footer_nav .footer_nav-list .footer_nav-item > a {
  color: white;
  font-weight: 300;
  display: block;
}
footer .footer_inner .footer_nav .footer_nav-list .footer_nav-item > a.ja {
  font-size: 0.9375vw;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 0.625vw;
}
@media (max-width: 834px) {
  footer .footer_inner .footer_nav .footer_nav-list .footer_nav-item > a.ja {
    font-size: 1.125vw;
    margin-bottom: 0.75vw;
  }
}
@media (max-width: 480px) {
  footer .footer_inner .footer_nav .footer_nav-list .footer_nav-item > a.ja {
    font-size: 4.1666666667vw;
    margin-bottom: 0;
  }
}
footer .footer_inner .footer_nav .footer_nav-list .footer_nav-item > a.en {
  font-size: 0.8203125vw;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 834px) {
  footer .footer_inner .footer_nav .footer_nav-list .footer_nav-item > a.en {
    font-size: 0.984375vw;
  }
}
@media (max-width: 480px) {
  footer .footer_inner .footer_nav .footer_nav-list .footer_nav-item > a.en {
    font-size: 3.6111111111vw;
  }
}
footer .footer_inner .footer_nav .footer_nav-list .footer_nav-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  width: 0;
  background-color: white;
  transform-origin: left;
  transition: width 0.3s;
}
@media (max-width: 480px) {
  footer .footer_inner .footer_nav .footer_nav-list .footer_nav-item::after {
    display: none;
  }
}
footer .footer_inner .footer_nav .footer_nav-list .footer_nav-item:hover::after {
  width: 100%;
}
footer > hr {
  color: white;
  opacity: 0.5;
}
@media (max-width: 480px) {
  footer > hr {
    opacity: 0.7;
  }
}
footer .copyright {
  color: white;
  font-weight: 300;
  text-align: right;
  margin: 0 1.2109375vw 0 auto;
  font-size: 0.859375vw;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 1.09375vw 0 1.0546875vw;
}
@media (max-width: 834px) {
  footer .copyright {
    margin: 0 1.453125vw 0 auto;
    font-size: 1.03125vw;
    padding: 1.3125vw 0 1.265625vw;
  }
}
@media (max-width: 480px) {
  footer .copyright {
    margin: 0 auto;
    text-align: center;
    font-size: 3.0555555556vw;
    padding: 5.4166666667vw 0 5.6944444444vw;
  }
}

#front_page #sec_hero {
  position: relative;
  height: calc(100vh - 6.9vw);
  background-image: url(/asset/img/front_hero_pc.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 81.328125vw;
  padding-top: 17.96875vw;
}
@media (max-width: 834px) {
  #front_page #sec_hero {
    height: calc(40vh - 6.9vw);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 81.328125vw;
    padding-top: 17.96875vw;
  }
}
@media (max-width: 480px) {
  #front_page #sec_hero {
    height: calc(100vh - 15.9722222222vw);
    background-image: url(/asset/img/front_hero_sp.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 23.8vw;
  }
}
#front_page #sec_hero .hero_copy {
  width: -moz-max-content;
  width: max-content;
  margin-left: 9.6875vw;
}
@media (max-width: 834px) {
  #front_page #sec_hero .hero_copy {
    margin-left: 6.5vw;
  }
}
@media (max-width: 480px) {
  #front_page #sec_hero .hero_copy {
    margin-left: 12.2222222222vw;
  }
}
#front_page #sec_hero .hero_copy .hero_logo_square {
  display: block;
  width: 25.3515625vw;
  margin: 0 auto 2.65625vw;
}
@media (max-width: 834px) {
  #front_page #sec_hero .hero_copy .hero_logo_square {
    width: 25.390625vw;
  }
}
@media (max-width: 480px) {
  #front_page #sec_hero .hero_copy .hero_logo_square {
    display: none;
  }
}
#front_page #sec_hero .hero_copy h2 {
  font-weight: 300;
  font-size: 2.2265625vw;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media (max-width: 834px) {
  #front_page #sec_hero .hero_copy h2 {
    font-size: 2.671875vw;
  }
}
@media (max-width: 480px) {
  #front_page #sec_hero .hero_copy h2 {
    font-size: 7.3611111111vw;
    line-height: 1.9811320755;
  }
}
#front_page #sec_hero .scrolldown {
  position: absolute;
  bottom: 1.953125vw;
  left: 5.46875vw;
}
#front_page #sec_hero .scrolldown_text {
  position: absolute;
  writing-mode: vertical-lr;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1;
  font-size: 1.25vw;
  bottom: 11.5vw;
  left: 5vw;
}
#front_page #sec_hero .scrolldown:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -0.39vw;
  width: 0.859375vw;
  height: 0.859375vw;
  border-radius: 50%;
  background: black;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
@media (max-width: 834px) {
  #front_page #sec_hero .scrolldown:before {
    left: -0.3515625vw;
  }
}
#front_page #sec_hero .scrolldown:after {
  content: "";
  position: absolute;
  bottom: 1.7vw;
  left: 0;
  width: 1px;
  height: 6.953125vw;
  background: black;
}
@keyframes circlemove {
  0% {
    bottom: 8.653125vw;
  }
  100% {
    bottom: calc(-5px + 1.7vw);
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
#front_page #about_chaga {
  background-image: url(/asset/img/front_about_chaga.jpg);
  background-repeat: no-repeat;
  background-position: right 0 top 8.9vw;
  background-size: 40.6640625vw;
}
@media (max-width: 834px) {
  #front_page #about_chaga {
    background-size: 40.6640625vw;
  }
}
@media (max-width: 480px) {
  #front_page #about_chaga {
    background-position: right 0 top 14.7222222222vw;
    background-size: 69.1666666667vw;
  }
}
#front_page #about_chaga .about_chaga_container {
  padding: 9.25vw 0 13.4375vw;
  margin-left: 9.765625vw;
}
@media (max-width: 834px) {
  #front_page #about_chaga .about_chaga_container {
    padding: 13.5vw 0 16.125vw;
    margin-left: 9.765625vw;
  }
}
@media (max-width: 480px) {
  #front_page #about_chaga .about_chaga_container {
    padding: 26.6666666667vw 0 25.3vw;
    margin-left: 10.9722222222vw;
  }
}
#front_page #about_chaga .about_chaga_container h3 {
  font-size: 1.484375vw;
  letter-spacing: 0.08em;
  line-height: 1.9736842105;
  margin: 6.3vw 0 2.3vw;
}
@media (max-width: 834px) {
  #front_page #about_chaga .about_chaga_container h3 {
    font-size: 1.78125vw;
    margin: 8.4375vw 0 4.125vw;
  }
}
@media (max-width: 480px) {
  #front_page #about_chaga .about_chaga_container h3 {
    font-size: 5.2777777778vw;
    line-height: 1.9736842105;
    margin: 40.8vw 0 13.2vw;
  }
}
#front_page #about_chaga .about_chaga_container .description {
  font-size: 1.015625vw;
  letter-spacing: 0.06em;
  line-height: 2.1153846154;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 834px) {
  #front_page #about_chaga .about_chaga_container .description {
    font-size: 1.21875vw;
    width: 55vw;
  }
}
@media (max-width: 480px) {
  #front_page #about_chaga .about_chaga_container .description {
    font-size: 4.1666666667vw;
    letter-spacing: -0.02em;
    line-height: 1.93;
    width: 78.0555555556vw;
  }
}
@media (max-width: 834px) {
  #front_page #about_chaga .about_chaga_container .description > .pc {
    display: none;
  }
}
#front_page #feature {
  background-color: #f8f3f0;
  padding: 8.1640625vw 9.765625vw 9.0234375vw;
}
@media (max-width: 480px) {
  #front_page #feature {
    padding: 28.0555555556vw 10.9722222222vw 25vw;
  }
}
@media (max-width: 480px) {
  #front_page #feature .feature_container .section_title .ja {
    line-height: 1.6666666667;
  }
}
#front_page #feature .feature_container .feature_item_container {
  margin: 6vw 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6.2vw 0;
}
@media (max-width: 480px) {
  #front_page #feature .feature_container .feature_item_container {
    grid-template-columns: 1fr;
    margin: 14.5vw 0 0;
    gap: 10.3vw 0;
  }
}
#front_page #feature .feature_container .feature_item_container .feature_item {
  width: -moz-max-content;
  width: max-content;
}
#front_page #feature .feature_container .feature_item_container .feature_item .title_container {
  display: flex;
  align-items: center;
  gap: 0 2.265625vw;
  margin-bottom: 2.34375vw;
}
@media (max-width: 480px) {
  #front_page #feature .feature_container .feature_item_container .feature_item .title_container {
    display: block;
    margin-bottom: 7.2222222222vw;
  }
}
#front_page #feature .feature_container .feature_item_container .feature_item .title_container .num {
  width: -moz-max-content;
  width: max-content;
  font-size: 3.4375vw;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media (max-width: 480px) {
  #front_page #feature .feature_container .feature_item_container .feature_item .title_container .num {
    font-size: 12.2222222222vw;
    margin-bottom: 4.5vw;
  }
}
#front_page #feature .feature_container .feature_item_container .feature_item .title_container .num::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: black;
  margin-top: 0.8vw;
}
@media (max-width: 480px) {
  #front_page #feature .feature_container .feature_item_container .feature_item .title_container .num::after {
    margin-top: 4vw;
    font-size: 1.3888888889vw;
  }
}
#front_page #feature .feature_container .feature_item_container .feature_item .title_container .description {
  font-size: 1.3671875vw;
  letter-spacing: 0.08em;
  line-height: 1.7142857143;
}
@media (max-width: 480px) {
  #front_page #feature .feature_container .feature_item_container .feature_item .title_container .description {
    font-size: 4.8611111111vw;
  }
}
#front_page #feature .feature_container .feature_item_container .feature_item .img_container {
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
#front_page #feature .feature_container .feature_item_container .feature_item .img_container img {
  width: 37.1875vw;
}
@media (max-width: 480px) {
  #front_page #feature .feature_container .feature_item_container .feature_item .img_container img {
    width: 78.0555555556vw;
  }
}
#front_page #feature .feature_container .feature_item_container .feature_item .img_container .detail_btn {
  position: absolute;
  right: 0;
  bottom: 1.25vw;
}
@media (max-width: 480px) {
  #front_page #feature .feature_container .feature_item_container .feature_item .img_container .detail_btn {
    bottom: 2.6388888889vw;
  }
}
#front_page #feature .feature_container .feature_item_container .feature_item:nth-child(2n) {
  justify-self: flex-end;
}
@media (max-width: 480px) {
  #front_page #feature .feature_container .feature_item_container .feature_item:nth-child(2n) {
    justify-self: flex-start;
  }
}
#front_page #recommend {
  padding: 10.1vw 16vw 22.1vw 22.5vw;
  background-image: url(/asset/img/front_recommend.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 76.0546875vw;
}
@media (max-width: 480px) {
  #front_page #recommend {
    padding: 28.0555555556vw 10.9722222222vw 40.8vw 11.9444444444vw;
    background-position: bottom;
    background-size: 100%;
  }
}
#front_page #recommend .recommend_container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  #front_page #recommend .recommend_container {
    display: block;
  }
}
#front_page #recommend .recommend_container .section_title {
  margin-top: 6.2vw;
}
@media (max-width: 480px) {
  #front_page #recommend .recommend_container .section_title {
    margin: 0 0 15.4166666667vw;
  }
}
#front_page #recommend .recommend_container .recommend_list {
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 480px) {
  #front_page #recommend .recommend_container .recommend_list {
    width: 100%;
  }
}
#front_page #recommend .recommend_container .recommend_list .recommend_list_item {
  display: grid;
  grid-template-columns: max-content auto;
  gap: 0 1.171875vw;
  align-items: baseline;
  border-bottom: solid 1px rgba(0, 0, 0, 0.5);
  padding-bottom: 0.6640625vw;
  font-size: 1.5234375vw;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 1.9921875vw;
}
@media (max-width: 480px) {
  #front_page #recommend .recommend_container .recommend_list .recommend_list_item {
    gap: 0 2.3611111111vw;
    padding-bottom: 2.0833333333vw;
    font-size: 3.8888888889vw;
    margin-bottom: 5.1388888889vw;
  }
}
#front_page #recommend .recommend_container .recommend_list .recommend_list_item::before {
  content: "";
  display: block;
  width: 1.171875vw;
  height: 1.171875vw;
  background-image: url(/asset/img/front_recommend_list_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 480px) {
  #front_page #recommend .recommend_container .recommend_list .recommend_list_item::before {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
  }
}
#front_page #how_to_drink {
  background-color: #f8f3f0;
  padding: 16.015625vw 0vw 11.2109375vw 9.765625vw;
  position: relative;
}
@media (max-width: 480px) {
  #front_page #how_to_drink {
    padding: 28.0555555556vw 0 25vw;
  }
}
@media (max-width: 480px) {
  #front_page #how_to_drink .how_to_drink_container .section_title {
    margin-left: 10.9722222222vw;
  }
}
#front_page #how_to_drink .how_to_drink_container .video {
  width: 49.53125vw;
  height: 27.8515625vw;
  position: absolute;
  top: 4.4140625vw;
  right: 10.1171875vw;
}
@media (max-width: 480px) {
  #front_page #how_to_drink .how_to_drink_container .video {
    width: 100%;
    height: 56.25vw;
    position: unset;
    margin: 13.0555555556vw 0 9.0277777778vw;
  }
}
#front_page #how_to_drink .how_to_drink_container .video iframe {
  width: 100%;
  height: 100%;
}
#front_page #how_to_drink .how_to_drink_container .detail_btn {
  margin-top: 2.6171875vw;
}
@media (max-width: 480px) {
  #front_page #how_to_drink .how_to_drink_container .detail_btn {
    margin: 0 auto;
    width: 37.3611111111vw;
    padding: 3.4722222222vw 6.5277777778vw 3.0555555556vw;
    font-size: 3.4722222222vw;
  }
}
#front_page #item_list {
  padding: 7.5vw 0 12.6vw;
}
@media (max-width: 480px) {
  #front_page #item_list {
    padding: 28.6vw 0 4.5vw;
  }
}
#front_page #item_list .item_list_container .section_title {
  text-align: center;
}
#front_page #item_list .item_list_list {
  display: flex;
  justify-content: space-between;
  margin-top: 5.234375vw;
  padding: 0 11vw 0 8vw;
}
@media (max-width: 480px) {
  #front_page #item_list .item_list_list {
    padding: 0;
    display: block;
    margin-top: 20.8333333333vw;
  }
}
@media (max-width: 480px) {
  #front_page #item_list .item_list_list li {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 21.1111111111vw;
  }
}
#front_page #item_list .item_list_list li:nth-child(1) .label {
  transform: translateX(1.4vw);
}
@media (max-width: 480px) {
  #front_page #item_list .item_list_list li:nth-child(1) .label {
    transform: translateX(0);
  }
}
#front_page #item_list .item_list_list li:nth-child(1) .price {
  transform: translateX(1.4vw);
}
@media (max-width: 480px) {
  #front_page #item_list .item_list_list li:nth-child(1) .price {
    transform: translateX(0);
  }
}
#front_page #item_list .item_list_list li:nth-child(2) {
  margin: 0 10vw 0 10.8984375vw;
}
@media (max-width: 480px) {
  #front_page #item_list .item_list_list li:nth-child(2) {
    margin: 0 auto 21.1111111111vw;
  }
}
#front_page #item_list .item_list_list li:nth-child(2) .label {
  transform: translateX(-2.8vw);
}
@media (max-width: 480px) {
  #front_page #item_list .item_list_list li:nth-child(2) .label {
    transform: translateX(0);
  }
}
#front_page #item_list .item_list_list li:nth-child(2) .price {
  transform: translateX(-2.8vw);
}
@media (max-width: 480px) {
  #front_page #item_list .item_list_list li:nth-child(2) .price {
    transform: translateX(0);
  }
}
#front_page #item_list .item_list_list li img {
  height: 21.875vw;
  margin-bottom: 1.953125vw;
}
@media (max-width: 480px) {
  #front_page #item_list .item_list_list li img {
    height: 63.8888888889vw;
    margin-bottom: 2vw;
  }
}
@media (max-width: 480px) {
  #front_page #item_list .item_list_list li img.adjust_margin {
    margin-bottom: 6vw;
  }
}
@media (max-width: 480px) {
  #front_page #item_list .item_list_list li img.adjust_margin_2 {
    margin-bottom: 4.3vw;
  }
}
#front_page #item_list .item_list_list li .label {
  font-size: 1.2890625vw;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0 auto 1.328125vw;
  width: -moz-max-content;
  width: max-content;
  transform: translateX(-2.7vw);
}
@media (max-width: 480px) {
  #front_page #item_list .item_list_list li .label {
    font-size: 4.5833333333vw;
    margin: 0 auto 4.7222222222vw;
    transform: translateX(0);
  }
}
#front_page #item_list .item_list_list li .price {
  height: 3.5546875vw;
  display: grid;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  text-align: right;
  margin: 0 auto;
  transform: translateX(-2.7vw);
}
@media (max-width: 480px) {
  #front_page #item_list .item_list_list li .price {
    height: auto;
    transform: translateX(0);
  }
}
#front_page #item_list .item_list_list li .price .item {
  font-size: 1.2890625vw;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 480px) {
  #front_page #item_list .item_list_list li .price .item {
    font-size: 4.5833333333vw;
    margin-bottom: 2.3611111111vw;
  }
}
#front_page #item_list .item_list_list li .price .item > span {
  font-size: 0.8984375vw;
}
@media (max-width: 480px) {
  #front_page #item_list .item_list_list li .price .item > span {
    font-size: 3.1944444444vw;
  }
}

.body_how-to-drink {
  background-color: #f8f3f0;
}

#how-to-drink #page_header {
  position: relative;
  padding: 7.8vw 0 0 0;
}
@media (max-width: 480px) {
  #how-to-drink #page_header {
    padding: 21.25vw 0 0 0;
  }
}
#how-to-drink #page_header h2.section_title {
  margin-left: 9.609375vw;
}
@media (max-width: 480px) {
  #how-to-drink #page_header h2.section_title {
    margin-left: 10.9722222222vw;
  }
}
#how-to-drink #page_header ul {
  display: flex;
  gap: 0 0.78125vw;
  position: absolute;
  top: 8.0859375vw;
  right: 9.765625vw;
}
@media (max-width: 480px) {
  #how-to-drink #page_header ul {
    position: unset;
    top: unset;
    right: unset;
    gap: 0 0.4166666667vw;
    width: -moz-max-content;
    width: max-content;
    margin: 18.75vw auto 0;
  }
}
#how-to-drink #page_header ul li a.detail_btn {
  width: 14.6875vw;
  height: 3.59375vw;
  display: grid;
  place-content: center;
  padding: 0;
}
@media (max-width: 480px) {
  #how-to-drink #page_header ul li a.detail_btn {
    width: 30.5555555556vw;
    height: 9.0277777778vw;
  }
}
#how-to-drink #type {
  padding: 13.5vw 0 0 17.578125vw;
}
@media (max-width: 480px) {
  #how-to-drink #type {
    padding: 70.5555555556vw 0 0 0;
  }
}
#how-to-drink #type .container_type > h3 {
  font-size: 1.484375vw;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media (max-width: 480px) {
  #how-to-drink #type .container_type > h3 {
    font-size: 5.2777777778vw;
    text-align: center;
  }
}
#how-to-drink #type .container_type .inner_type {
  background-color: white;
  width: 68.4375vw;
  margin: 4.4921875vw 0 0 4.1796875vw;
}
@media (max-width: 480px) {
  #how-to-drink #type .container_type .inner_type {
    width: 85.2777777778vw;
    margin: 10.6944444444vw auto 0;
  }
}
#how-to-drink #type .container_type .inner_type .container_method {
  padding: 4.765625vw 0 7vw 0;
}
@media (max-width: 480px) {
  #how-to-drink #type .container_type .inner_type .container_method {
    padding: 13.0555555556vw 0 19.4444444444vw 0;
  }
}
#how-to-drink #type .container_type .inner_type .container_method h4.section_subtitle {
  margin: 0 0 0 4.609375vw;
}
@media (max-width: 480px) {
  #how-to-drink #type .container_type .inner_type .container_method h4.section_subtitle {
    margin: 0 auto 8.2vw;
  }
}
#how-to-drink #type .container_type .inner_type .container_method ul li.list_method {
  display: grid;
  grid-template: "comment img" auto/auto 24.84375vw;
  gap: 0 2.421875vw;
  margin-bottom: 0.78125vw;
  padding: 0 2.6953125vw 0 4.609375vw;
}
@media (max-width: 480px) {
  #how-to-drink #type .container_type .inner_type .container_method ul li.list_method {
    grid-template: "img" "comment";
    gap: 2.7777777778vw 0;
    margin-bottom: 9.25vw;
    padding: 0;
  }
}
#how-to-drink #type .container_type .inner_type .container_method ul li.list_method img {
  grid-area: img;
  width: 100%;
  height: auto;
}
#how-to-drink #type .container_type .inner_type .container_method ul li.list_method .comment_outer {
  grid-area: comment;
  align-self: center;
  font-size: 1.015625vw;
  letter-spacing: 0;
  line-height: 1.9615384615;
  display: grid;
  grid-template-columns: max-content auto;
  gap: 0 1.171875vw;
}
@media (max-width: 480px) {
  #how-to-drink #type .container_type .inner_type .container_method ul li.list_method .comment_outer {
    font-size: 3.6111111111vw;
    line-height: 1.5384615385;
    margin: 0 4.8611111111vw 0 3.6111111111vw;
  }
}
#how-to-drink #type .container_type .inner_type .container_method ul li.list_method .comment_outer .description span {
  display: block;
}
@media (max-width: 480px) {
  #how-to-drink #type .container_type .inner_type .container_method ul li.list_method .comment_outer .description span {
    margin-top: 1rem;
  }
}
@media (max-width: 480px) {
  #how-to-drink #type .container_type .inner_type .container_method ul li.list_method.adjust_margin {
    margin-bottom: 11vw;
  }
}
#how-to-drink #type .container_type .inner_type .container_method ul li.video_outer {
  text-align: center;
  width: 49.53125vw;
  height: 27.8515625vw;
  margin: 7.96875vw auto 0;
}
@media (max-width: 480px) {
  #how-to-drink #type .container_type .inner_type .container_method ul li.video_outer {
    width: 100%;
    height: 47.9166666667vw;
    margin: 16.8055555556vw 0 0;
  }
}
#how-to-drink #type .container_type .inner_type .container_method ul li.video_outer iframe {
  width: 100%;
  height: 100%;
}
#how-to-drink #type .container_type .inner_type .container_method ul li.margin_bottom_0 {
  margin-bottom: 0;
}
#how-to-drink #type .container_type .inner_type .container_method.dispenser {
  padding: 7.2vw 0 5vw;
}
@media (max-width: 480px) {
  #how-to-drink #type .container_type .inner_type .container_method.dispenser {
    padding: 13.2vw 0 14.5vw;
  }
}
#how-to-drink #type .container_type .inner_type .container_method.dispenser .list_method {
  margin-top: 0.7vw;
}
#how-to-drink #type .container_type .inner_type .container_point {
  position: relative;
  padding: 9.8vw 0 5.1vw;
}
@media (max-width: 480px) {
  #how-to-drink #type .container_type .inner_type .container_point {
    padding: 13.8888888889vw 0 10.4vw;
  }
}
#how-to-drink #type .container_type .inner_type .container_point .label_point {
  position: absolute;
  top: 5.078125vw;
  left: 0;
  font-size: 1.09375vw;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 700;
  color: white;
  background-color: #c0d94d;
  width: 24.609375vw;
  height: 2.8125vw;
  display: grid;
  place-content: center;
}
@media (max-width: 480px) {
  #how-to-drink #type .container_type .inner_type .container_point .label_point {
    position: unset;
    width: 100%;
    height: 10vw;
    font-size: 3.8888888889vw;
    margin-bottom: 6.9444444444vw;
  }
}
#how-to-drink #type .container_type .inner_type .container_point ul {
  padding-left: 6.796875vw;
}
@media (max-width: 834px) {
  #how-to-drink #type .container_type .inner_type .container_point ul {
    padding-right: 2.6vw;
  }
}
@media (max-width: 480px) {
  #how-to-drink #type .container_type .inner_type .container_point ul {
    padding: 0 3.6111111111vw 0 6.5277777778vw;
  }
}
#how-to-drink #type .container_type .inner_type .container_point ul li {
  display: grid;
  grid-template-columns: max-content auto;
  font-size: 1.015625vw;
  letter-spacing: 0;
  line-height: 1.9615384615;
}
@media (max-width: 480px) {
  #how-to-drink #type .container_type .inner_type .container_point ul li {
    font-size: 3.6111111111vw;
    line-height: 1.5384615385;
    margin-bottom: 4.5vw;
  }
}
#how-to-drink #type .container_type .inner_type .container_point ul li::before {
  content: "・";
  display: block;
}
#how-to-drink #type.block_type {
  background-image: url(/asset/img/how-to-drink_block_bg_pc.png);
  background-repeat: no-repeat;
  background-position: left top 7.4609375vw;
  background-size: 16.40625vw;
}
@media (max-width: 480px) {
  #how-to-drink #type.block_type {
    background-image: url(/asset/img/how-to-drink_block_bg_sp.png);
    background-position: center top 15.5555555556vw;
    background-size: 47.2222222222vw;
  }
}
#how-to-drink #type.tea-pack_type {
  background-image: url(/asset/img/how-to-drink_tea-pack_bg_pc.png);
  background-repeat: no-repeat;
  background-position: left top 14.7vw;
  background-size: 17.7734375vw;
  padding-top: 21.7vw;
}
@media (max-width: 480px) {
  #how-to-drink #type.tea-pack_type {
    background-image: url(/asset/img/how-to-drink_tea-pack_bg_sp.png);
    background-position: center top 20.8333333333vw;
    background-size: 62.5vw;
    padding-top: 63.3333333333vw;
  }
}
#how-to-drink #type.powder_type {
  background-image: url(/asset/img/how-to-drink_powder_bg_pc.png);
  background-repeat: no-repeat;
  background-position: left top 12vw;
  background-size: 16.40625vw;
  margin-bottom: 6.2vw;
  padding-top: 18vw;
}
@media (max-width: 480px) {
  #how-to-drink #type.powder_type {
    background-image: url(/asset/img/how-to-drink_powder_bg_sp.png);
    background-position: center top 20.8333333333vw;
    background-size: 47.2222222222vw;
    padding-top: 75.8333333333vw;
    margin-bottom: 9.3055555556vw;
  }
}

#how-to-drink #type .container_type .inner_type .container_method.how_to_boil_in_a_pot {
  padding-bottom: 4.2vw;
}

#how-to-drink #type .container_type .inner_type .container_method.how_to_boil_in_an_electric_kettle {
  padding: 5.4vw 0 4.2vw;
}
@media (max-width: 480px) {
  #how-to-drink #type .container_type .inner_type .container_method.how_to_boil_in_an_electric_kettle {
    padding: 15vw 0 2vw;
  }
}

#how-to-drink #type .container_type .inner_type .container_method .list_method.adjust_margin {
  margin-top: 0.7vw;
}

#how-to-drink #type .container_type .inner_type .container_method.adjust_padding {
  padding-bottom: 4vw;
}

#how-to-drink #type .container_type .inner_type .container_method.adjust_padding_2 {
  padding: 5.5vw 0 4.7vw 0;
}
@media (max-width: 480px) {
  #how-to-drink #type .container_type .inner_type .container_method.adjust_padding_2 {
    padding: 15vw 0 5vw;
  }
}

#feature_page #feature {
  background-color: #f8f3f0;
  padding: 7.8vw 0 8.5vw;
}
@media (max-width: 480px) {
  #feature_page #feature {
    padding: 20vw 0 25.1388888889vw;
  }
}
#feature_page #feature .feature_container .section_title {
  margin-left: 9.609375vw;
}
@media (max-width: 480px) {
  #feature_page #feature .feature_container .section_title {
    margin-left: 10.9722222222vw;
  }
}
@media (max-width: 480px) {
  #feature_page #feature .feature_container .section_title .ja {
    line-height: 1.6666666667;
  }
}
#feature_page #feature .feature_container .feature_item_container .feature_item {
  position: relative;
  width: 100%;
  padding: 0 0 0 9.609375vw;
  margin: 4.5vw 0 7.8vw;
  display: grid;
  grid-template: "title img" auto "text img" auto/auto max-content;
}
@media (max-width: 480px) {
  #feature_page #feature .feature_container .feature_item_container .feature_item {
    padding-left: 10.9722222222vw;
    margin: 15vw 0 25vw;
    grid-template: "title" "img" "text";
  }
}
#feature_page #feature .feature_container .feature_item_container .feature_item .title_container {
  grid-area: title;
  display: block;
  margin: 1.7vw 0 2.3vw;
}
@media (max-width: 480px) {
  #feature_page #feature .feature_container .feature_item_container .feature_item .title_container {
    margin-bottom: 6vw;
  }
}
#feature_page #feature .feature_container .feature_item_container .feature_item .title_container .num {
  width: -moz-max-content;
  width: max-content;
  font-size: 3.4375vw;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 3.2vw;
}
@media (max-width: 480px) {
  #feature_page #feature .feature_container .feature_item_container .feature_item .title_container .num {
    font-size: 12.2222222222vw;
    margin-bottom: 5.5vw;
  }
}
#feature_page #feature .feature_container .feature_item_container .feature_item .title_container .num::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: black;
  margin-top: 0.8vw;
}
@media (max-width: 480px) {
  #feature_page #feature .feature_container .feature_item_container .feature_item .title_container .num::after {
    margin-top: 2.8vw;
  }
}
#feature_page #feature .feature_container .feature_item_container .feature_item .title_container .description {
  font-size: 1.484375vw;
  letter-spacing: 0.08em;
  line-height: 1.9736842105;
  white-space: nowrap;
}
@media (max-width: 480px) {
  #feature_page #feature .feature_container .feature_item_container .feature_item .title_container .description {
    font-size: 4.8611111111vw;
    line-height: 1.7142857143;
  }
}
#feature_page #feature .feature_container .feature_item_container .feature_item .img_container {
  grid-area: img;
}
@media (max-width: 480px) {
  #feature_page #feature .feature_container .feature_item_container .feature_item .img_container {
    margin-bottom: 8.6vw;
  }
}
#feature_page #feature .feature_container .feature_item_container .feature_item .img_container img {
  width: 52.03125vw;
  height: 36.8359375vw;
}
@media (max-width: 480px) {
  #feature_page #feature .feature_container .feature_item_container .feature_item .img_container img {
    width: 78.0555555556vw;
    height: 41.8055555556vw;
  }
}
#feature_page #feature .feature_container .feature_item_container .feature_item .description {
  grid-area: text;
  font-size: 1.015625vw;
  letter-spacing: 0.07em;
  line-height: 2.1;
  width: 31vw;
}
@media (max-width: 480px) {
  #feature_page #feature .feature_container .feature_item_container .feature_item .description {
    font-size: 4.1666666667vw;
    width: 80vw;
    letter-spacing: -0.03em;
    line-height: 1.94;
    word-wrap: break-word;
  }
}
#feature_page #feature .feature_container .feature_item_container .feature_item:nth-child(1) {
  margin-top: 4.296875vw;
}
#feature_page #feature .feature_container .feature_item_container .feature_item:nth-last-child(1) {
  margin-bottom: 7.65625vw;
}
#feature_page #feature .feature_container .feature_item_container .feature_item.second {
  margin: 7.8vw 0 7.8vw;
}
@media (max-width: 480px) {
  #feature_page #feature .feature_container .feature_item_container .feature_item.second {
    margin: 15.4vw 0 25vw;
  }
}
#feature_page #feature .feature_container .feature_item_container .feature_item.thaad {
  margin: 7.8vw 0 7.8vw;
}
@media (max-width: 480px) {
  #feature_page #feature .feature_container .feature_item_container .feature_item.thaad {
    margin: 15.4vw 0 25vw;
  }
}
#feature_page #feature .feature_container .feature_item_container .feature_item.fourth {
  margin: 7.8vw 0 7.8vw;
}
@media (max-width: 480px) {
  #feature_page #feature .feature_container .feature_item_container .feature_item.fourth {
    margin: 15.4vw 0 27vw;
  }
}
#feature_page #feature .feature_container .feature_item_container .anker_feature {
  padding-top: 0.1vw;
  margin-top: -0.1vw;
}
@media (max-width: 834px) {
  #feature_page #feature .feature_container .feature_item_container .anker_feature {
    padding-top: 1vw;
    margin-top: -1vw;
  }
}
@media (max-width: 480px) {
  #feature_page #feature .feature_container .feature_item_container .anker_feature {
    padding-top: 3vw;
    margin-top: -3vw;
  }
}
#feature_page #feature .feature_container .feature_item_container .anker_feature#anker_feature_1 {
  padding-top: 3.5vw;
  margin-top: -3.5vw;
}
@media (max-width: 834px) {
  #feature_page #feature .feature_container .feature_item_container .anker_feature#anker_feature_1 {
    padding-top: 4.5vw;
    margin-top: -4.5vw;
  }
}
@media (max-width: 480px) {
  #feature_page #feature .feature_container .feature_item_container .anker_feature#anker_feature_1 {
    padding-top: 3vw;
    margin-top: -3vw;
  }
}
#feature_page #feature .container_nutrient {
  padding: 0 9.765625vw;
}
@media (max-width: 480px) {
  #feature_page #feature .container_nutrient {
    padding: 0 10.9722222222vw;
    margin-top: 21vw;
  }
}
#feature_page #feature .container_nutrient .section_subtitle {
  margin-bottom: 2.734375vw;
}
@media (max-width: 480px) {
  #feature_page #feature .container_nutrient .section_subtitle {
    margin-bottom: 11.1111111111vw;
  }
}
#feature_page #feature .container_nutrient .nutrient {
  font-size: 1.09375vw;
  letter-spacing: 0.08em;
  line-height: 2.2857142857;
  padding: 2.5vw 2.5vw;
  background-color: white;
  text-align: center;
}
@media (max-width: 480px) {
  #feature_page #feature .container_nutrient .nutrient {
    font-size: 3.8888888889vw;
    line-height: 2.2857142857;
    padding: 7vw 5.5vw 10.25vw;
    text-align: left;
  }
}
#feature_page #feature .container_nutrient .nutrient_description {
  font-size: 1.015625vw;
  letter-spacing: 0.065em;
  line-height: 2.2;
  margin: 6.4vw 0 7.1vw;
}
@media (max-width: 480px) {
  #feature_page #feature .container_nutrient .nutrient_description {
    font-size: 4.1666666667vw;
    line-height: 1.9333333333;
    margin: 15vw 0 22vw;
    letter-spacing: -0.02em;
  }
}
#feature_page #feature .layout_sod_analysis {
  display: flex;
  margin-left: 9.765625vw;
  gap: 0 8.3984375vw;
}
@media (max-width: 480px) {
  #feature_page #feature .layout_sod_analysis {
    display: block;
    margin-left: 10.7vw;
  }
}
#feature_page #feature .layout_sod_analysis .container_sod {
  width: -moz-max-content;
  width: max-content;
}
#feature_page #feature .layout_sod_analysis .container_sod ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.390625vw;
  width: -moz-max-content;
  width: max-content;
  margin: 1.9921875vw 0 2.5390625vw;
}
@media (max-width: 480px) {
  #feature_page #feature .layout_sod_analysis .container_sod ul {
    grid-template-columns: 1fr;
    gap: 1.3888888889vw;
    margin: 7.0833333333vw 0 18.6111111111vw;
  }
}
#feature_page #feature .layout_sod_analysis .container_sod ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 20.4296875vw;
  height: 3.6328125vw;
  padding: 0 1.6015625vw 0 1.40625vw;
  background-color: white;
}
@media (max-width: 480px) {
  #feature_page #feature .layout_sod_analysis .container_sod ul li {
    width: 78.0555555556vw;
    height: 12.9166666667vw;
    padding: 0 8.3333333333vw 0 7.7777777778vw;
  }
}
#feature_page #feature .layout_sod_analysis .container_sod ul li .label {
  font-size: 1.09375vw;
  letter-spacing: 0.08em;
  line-height: 2.2857142857;
}
@media (max-width: 480px) {
  #feature_page #feature .layout_sod_analysis .container_sod ul li .label {
    font-size: 3.8888888889vw;
    line-height: 2.2857142857;
  }
}
#feature_page #feature .layout_sod_analysis .container_sod ul li .value {
  font-weight: 700;
  font-size: 1.328125vw;
  letter-spacing: 0.08em;
  line-height: 1.8823529412;
  color: #c0d94d;
}
@media (max-width: 480px) {
  #feature_page #feature .layout_sod_analysis .container_sod ul li .value {
    font-size: 4.7222222222vw;
    line-height: 1.8823529412;
  }
}
#feature_page #feature .layout_sod_analysis .container_sod .citation_meta.sp::before {
  content: "a";
  display: block;
}
#feature_page #feature .layout_sod_analysis .container_analysis {
  width: -moz-max-content;
  width: max-content;
}
#feature_page #feature .layout_sod_analysis .container_analysis ul {
  display: flex;
  gap: 0 0.1953125vw;
  margin: 1.9921875vw 0 0;
}
@media (max-width: 480px) {
  #feature_page #feature .layout_sod_analysis .container_analysis ul {
    gap: 0 0.6944444444vw;
    margin: 7.0833333333vw 0 0;
  }
}
#feature_page #feature .layout_sod_analysis .container_analysis ul li {
  font-size: 1.09375vw;
  letter-spacing: 0.08em;
  line-height: 2.2857142857;
  width: 12.109375vw;
}
@media (max-width: 480px) {
  #feature_page #feature .layout_sod_analysis .container_analysis ul li {
    font-size: 3.8888888889vw;
    line-height: 2.2857142857;
    width: 38.75vw;
  }
}
#feature_page #feature .layout_sod_analysis .container_analysis ul li .label {
  background-color: #c0d94d;
  color: white;
  font-weight: 700;
  text-align: center;
}
#feature_page #feature .layout_sod_analysis .container_analysis ul li .value_outer {
  background-color: white;
}
#feature_page #feature .layout_sod_analysis .container_analysis ul li .value_outer .value {
  padding: 1.640625vw 0 1.71875vw;
}
@media (max-width: 480px) {
  #feature_page #feature .layout_sod_analysis .container_analysis ul li .value_outer .value {
    padding: 4vw 0 4vw;
  }
}
#feature_page #feature .layout_sod_analysis .container_analysis ul li .value_outer .value.text_center {
  text-align: center;
}
#feature_page #feature .layout_sod_analysis .container_analysis ul li .value_outer .value.aline_right {
  text-align: right;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
#feature_page #feature .layout_sod_analysis .citation_meta {
  font-size: 0.8984375vw;
  letter-spacing: 0.06em;
  line-height: 2.3913043478;
}
@media (max-width: 480px) {
  #feature_page #feature .layout_sod_analysis .citation_meta.sp {
    font-size: 3.0555555556vw;
    line-height: 1.9090909091;
    display: grid;
    grid-template-columns: max-content auto;
    margin-top: 4vw;
  }
}
#feature_page #feature .layout_sod_analysis .citation_meta.sp::before {
  content: "引用元：";
}
#feature_page #nutrients {
  padding: 12.8vw 0 11.7vw;
  background-image: url(/asset/img/feature_nutrients_bg_1_pc.jpg), url(/asset/img/feature_nutrients_bg_2_pc.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: right top 2.9296875vw, left bottom;
  background-size: 37.265625vw, 76.875vw;
}
@media (max-width: 480px) {
  #feature_page #nutrients {
    padding: 23.8vw 0 26.1vw;
    background-image: url(/asset/img/feature_nutrients_bg_1_sp.jpg), url(/asset/img/feature_nutrients_bg_2_sp.jpg);
    background-position: right top 44.7222222222vw, bottom;
    background-size: 77.7777777778vw, 100vw;
  }
}
#feature_page #nutrients h3 {
  font-size: 1.640625vw;
  letter-spacing: 0.1em;
  line-height: 1.7857142857;
  margin: 0 0 8.8vw 9.765625vw;
}
@media (max-width: 480px) {
  #feature_page #nutrients h3 {
    font-size: 5.8333333333vw;
    line-height: 1.7857142857;
    margin: 0 0 82.3vw 10.9722222222vw;
  }
}
#feature_page #nutrients .nutrients_item .section_subtitle {
  margin: 0 0 1.6vw;
}
@media (max-width: 480px) {
  #feature_page #nutrients .nutrients_item .section_subtitle {
    text-align: center;
    font-size: 4.3055555556vw;
    line-height: 1.935483871;
    width: 100%;
    margin: 0 auto 7.5vw;
    padding-bottom: 4.5vw;
  }
}
#feature_page #nutrients .nutrients_item .section_subtitle span {
  color: #c0d94d;
  font-weight: 700;
}
@media (max-width: 480px) {
  #feature_page #nutrients .nutrients_item .section_subtitle span.second {
    white-space: nowrap;
    margin-left: -0.5em;
  }
}
#feature_page #nutrients .nutrients_item .nutrients_description {
  font-size: 1.015625vw;
  letter-spacing: 0.06em;
  line-height: 2.1153846154;
  margin: 0 0 9.1vw;
}
@media (max-width: 480px) {
  #feature_page #nutrients .nutrients_item .nutrients_description {
    font-size: 4.1666666667vw;
    line-height: 1.9333333333;
    margin: 0 auto 24.8vw;
  }
}
#feature_page #nutrients .nutrients_item:nth-of-type(1) {
  margin-left: 9.765625vw;
}
@media (max-width: 480px) {
  #feature_page #nutrients .nutrients_item:nth-of-type(1) {
    margin: 0 10.2vw;
  }
}
#feature_page #nutrients .nutrients_item:nth-of-type(1) .nutrients_description {
  width: 49.8046875vw;
}
@media (max-width: 480px) {
  #feature_page #nutrients .nutrients_item:nth-of-type(1) .nutrients_description {
    width: 100%;
    letter-spacing: -0.01em;
    margin: 0 auto 25vw;
  }
}
#feature_page #nutrients .nutrients_item:nth-of-type(2) {
  margin-left: 20.5859375vw;
}
@media (max-width: 480px) {
  #feature_page #nutrients .nutrients_item:nth-of-type(2) {
    margin: 0 10.2vw;
  }
}
#feature_page #nutrients .nutrients_item:nth-of-type(2) .nutrients_description {
  width: 59.6875vw;
}
@media (max-width: 480px) {
  #feature_page #nutrients .nutrients_item:nth-of-type(2) .nutrients_description {
    width: 100%;
    letter-spacing: -0.01em;
  }
}
#feature_page #nutrients .nutrients_item:nth-of-type(3) {
  margin-left: 36.7578125vw;
}
@media (max-width: 480px) {
  #feature_page #nutrients .nutrients_item:nth-of-type(3) {
    margin: 0 10.2vw;
  }
}
#feature_page #nutrients .nutrients_item:nth-of-type(3) .nutrients_description {
  width: 53.4765625vw;
}
@media (max-width: 480px) {
  #feature_page #nutrients .nutrients_item:nth-of-type(3) .nutrients_description {
    width: 100%;
    letter-spacing: -0.01em;
  }
}
#feature_page #others {
  position: relative;
}
#feature_page #others .others_inner {
  padding: 12.8125vw 0 5.46875vw;
}
@media (max-width: 480px) {
  #feature_page #others .others_inner {
    padding: 53.3333333333vw 0 9.0277777778vw;
  }
}
#feature_page #others .others_inner ul {
  padding: 8.4vw 8.59375vw 5.3125vw 9.8046875vw;
  background-color: #f9f9fa;
  width: 63.0859375vw;
  margin: 0 9.765625vw 0 auto;
}
@media (max-width: 834px) {
  #feature_page #others .others_inner ul {
    width: 65vw;
  }
}
@media (max-width: 480px) {
  #feature_page #others .others_inner ul {
    width: 89.0277777778vw;
    margin: 0 0 0 auto;
    padding: 15.5vw 10.9722222222vw 16.5277777778vw 5.6944444444vw;
  }
}
#feature_page #others .others_inner ul li {
  font-size: 1.09375vw;
  letter-spacing: 0.08em;
  line-height: 2.2857142857;
  display: grid;
  grid-template-columns: 11vw auto;
  gap: 0 2.734375vw;
  width: 44.6875vw;
}
@media (max-width: 834px) {
  #feature_page #others .others_inner ul li {
    grid-template-columns: 12.5vw auto;
    width: 49vw;
  }
}
@media (max-width: 480px) {
  #feature_page #others .others_inner ul li {
    display: block;
    font-size: 3.8888888889vw;
    line-height: 1.6428571429;
    width: 100%;
  }
}
#feature_page #others .others_inner ul li .label {
  font-weight: 700;
  padding-left: 1.171875vw;
  white-space: nowrap;
}
@media (max-width: 480px) {
  #feature_page #others .others_inner ul li .label {
    padding-left: 0;
    line-height: 1;
    margin-bottom: 2.5vw;
  }
}
#feature_page #others .others_inner ul li .value {
  white-space: nowrap;
}
@media (max-width: 480px) {
  #feature_page #others .others_inner ul li .value {
    white-space: normal;
  }
}
#feature_page #others .others_inner ul li.line {
  margin: 0.3vw 0 0.9vw;
}
@media (max-width: 480px) {
  #feature_page #others .others_inner ul li.line {
    margin: 4.3vw 0 5.1vw;
  }
}
#feature_page #others .others_inner .text_container {
  position: absolute;
  top: 15.8984375vw;
  left: 9.765625vw;
}
@media (max-width: 480px) {
  #feature_page #others .others_inner .text_container {
    top: 20.5555555556vw;
    left: 0;
  }
}
#feature_page #others .others_inner .text_container p {
  color: white;
  background-color: black;
  font-size: 1.640625vw;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 1.5625vw;
  margin-bottom: 0.5859375vw;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 480px) {
  #feature_page #others .others_inner .text_container p {
    font-size: 4.1666666667vw;
    padding: 4.1666666667vw;
    margin: 0 0 1.3888888889vw;
  }
}

#about #greeting {
  background-color: #f8f3f0;
  background-image: url(/asset/img/about_man.jpg), url(/asset/img/about_man_bg.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: left 10.9765625vw top 11.2vw, left 12.9296875vw top 13.1640625vw;
  background-size: 19.0625vw, 19.0625vw;
  padding: 11vw 9.5vw 2.96875vw 36.6796875vw;
}
@media (max-width: 834px) {
  #about #greeting {
    background-position: left 5.9vw top 11.2vw, left 7.9vw top 13.1vw;
    background-size: 25vw, 25vw;
  }
}
@media (max-width: 480px) {
  #about #greeting {
    padding: 54.25vw 10.9722222222vw 28.0555555556vw;
    background-size: 53.4722222222vw, 53.4722222222vw;
    background-position: left 0 top 18.2vw, left 5.9vw top 23.1vw;
  }
}
@media (max-width: 480px) {
  #about #greeting .section_title {
    width: -moz-max-content;
    width: max-content;
    margin: 0 0 44vw auto;
  }
}
#about #greeting .description {
  font-size: 1.015625vw;
  letter-spacing: 0.06em;
  line-height: 2.1153846154;
  margin: 3.3vw 0 0;
}
@media (max-width: 480px) {
  #about #greeting .description {
    font-size: 4.1666666667vw;
    letter-spacing: -0.02em;
    line-height: 1.9333333333;
  }
}
#about #greeting .name {
  width: 9.765625vw;
  height: 1.5625vw;
  margin: 1.4vw 0 0 auto;
}
@media (max-width: 480px) {
  #about #greeting .name {
    margin: 14vw 0 0 auto;
    width: 34.7222222222vw;
    height: 6.1111111111vw;
  }
}
#about #greeting .name img {
  width: 100%;
  height: 100%;
}
#about #about {
  background-color: #f8f3f0;
  padding: 7.9vw 0 9.1vw 9.609375vw;
}
@media (max-width: 480px) {
  #about #about {
    padding: 0 10.9722222222vw 23vw;
  }
}
#about #about ul {
  margin-top: -4.4vw;
  padding-left: 19.1796875vw;
}
@media (max-width: 480px) {
  #about #about ul {
    margin-top: 8.3333333333vw;
    padding: 0;
  }
}
#about #about ul li {
  background-color: white;
  font-size: 1.171875vw;
  letter-spacing: 0.08em;
  line-height: 1;
  display: grid;
  grid-template-columns: 4vw auto;
  align-items: center;
  gap: 0 5.859375vw;
  width: 60.1953125vw;
  height: 4.1796875vw;
  margin-bottom: 0.78125vw;
  padding-left: 1.953125vw;
}
@media (max-width: 480px) {
  #about #about ul li {
    font-size: 4.0277777778vw;
    line-height: 1.6206896552;
    grid-template-columns: 1fr;
    width: 100%;
    height: auto;
    padding: 4.6vw 6.9444444444vw 5.25vw;
    margin-bottom: 2.3vw;
  }
}
@media (max-width: 834px) {
  #about #about ul li .label {
    white-space: nowrap;
  }
}
@media (max-width: 480px) {
  #about #about ul li .label {
    margin-bottom: 3.5vw;
  }
}
#about #story {
  font-size: 1.015625vw;
  letter-spacing: 0.06em;
  line-height: 2.1153846154;
  padding: 10.3vw 9.765625vw 7.1vw;
  background-image: url(/asset/img/about_story_1_pc.png), url(/asset/img/about_family.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: left top 8.2vw, right bottom 6.1vw;
  background-size: 22.421875vw, 26.1vw;
}
@media (max-width: 480px) {
  #about #story {
    font-size: 4.1666666667vw;
    letter-spacing: -0.02em;
    line-height: 1.9333333333;
    padding: 50vw 10.9722222222vw 160vw;
    background-image: url(/asset/img/about_story_1_sp.png), url(/asset/img/about_family.jpg);
    background-position: center top, left bottom;
    background-size: 100vw, 100vw;
    margin-bottom: 10vw;
  }
}
#about #story .title_story {
  font-size: 1.484375vw;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  margin-bottom: 8.2vw;
}
@media (max-width: 480px) {
  #about #story .title_story {
    font-size: 5.2777777778vw;
    line-height: 1.9736842105;
    width: 70vw;
    margin: 0 auto 15vw;
  }
}
#about #story .block_first {
  width: 61.484375vw;
  margin: 0 0 11.4vw auto;
}
@media (max-width: 480px) {
  #about #story .block_first {
    width: 100%;
    margin: 0;
  }
}
#about #story .block_second {
  width: 56.015625vw;
}
@media (max-width: 480px) {
  #about #story .block_second {
    width: 100%;
  }
}
#about #story span {
  display: block;
  margin-bottom: 2.1em;
}
@media (max-width: 480px) {
  #about #story span {
    margin-bottom: 8vw;
  }
}
#about #story span.margin_bottom_0_pc {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  #about #story span.margin_bottom_0_pc {
    margin-bottom: 8vw;
  }
}/*# sourceMappingURL=style.css.map */