@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  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 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  margin: 0;
  overflow: visible;
  /* 2 */
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

/**
 * 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 {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
  vertical-align: middle;
  background: transparent;
  border-radius: 0;
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * 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 {
  min-width: 0;
  padding: 0;
  margin: 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;
}

/**
 * 1. 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 */
}

/**
 * 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 */
}

caption {
  text-align: left;
}

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

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

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000000;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #000000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-webkit-keyframes inSlideInViewKey {
  0% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes inSlideInViewKey {
  0% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.l_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 160px;
  overflow: hidden;
}

.l_primaryContentWarp {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.l_secondaryContentWarp {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.l_primaryFullContent {
  width: 100%;
  height: 100vh;
}

.l_primaryContent {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-top: 160px;
  padding-bottom: 160px;
}
.l_primaryContent.Darken {
  background: #F7F7F7;
}
.l_primaryContent.Black {
  background: #000000;
}
.l_primaryContent.textWhite {
  color: #ffffff;
}
.l_primaryContent.Grade {
  background: -webkit-gradient(linear, left top, right top, from(#e5b611), color-stop(28.97%, #e7bb0f), to(#f5e003));
  background: linear-gradient(90deg, #e5b611 0%, #e7bb0f 28.97%, #f5e003 100%);
}
.l_primaryContent.Grade {
  background: -webkit-gradient(linear, left top, right top, from(#e5b611), color-stop(28.97%, #e7bb0f), to(#f5e003));
  background: linear-gradient(90deg, #e5b611 0%, #e7bb0f 28.97%, #f5e003 100%);
}

.l_secondaryContent {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-top: 110px;
  padding-bottom: 100px;
}

.l_primaryInnerFull {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.m_button_primary {
  position: relative;
  height: 47px;
  line-height: 47px;
  background: -webkit-gradient(linear, left top, right top, from(#e5b611), color-stop(28.97%, #e7bb0f), to(#f5e003));
  background: linear-gradient(90deg, #e5b611 0%, #e7bb0f 28.97%, #f5e003 100%);
  border-radius: 47px;
}
.m_button_primary a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
.m_button_primary span {
  font-size: 1.2rem;
  font-weight: bold;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 800;
}
.m_button_primary .m_button_primary_slit {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 1;
}
.m_button_primary .m_button_primary_inner {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.74, 0.15, 0, 1.08);
  transition-timing-function: cubic-bezier(0.74, 0.15, 0, 1.08);
}
.m_button_primary .m_button_primary_inner:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
}
.m_button_primary:hover {
  background: #000000;
}
.m_button_primary:hover span {
  color: #ffffff;
}
.m_button_primary:hover .m_button_primary_inner:nth-child(1) {
  opacity: 0;
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
.m_button_primary:hover .m_button_primary_inner:nth-child(2) {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.m_button_primary.White {
  background: #000000;
}
.m_button_primary.White span {
  color: #ffffff;
}
.m_button_primary.White:hover {
  background: #ffffff;
}
.m_button_primary.White:hover span {
  color: #000000;
}
.m_button_primary.WhiteLine {
  background: #000000;
  border: solid 1px #000000;
}
.m_button_primary.WhiteLine span {
  color: #ffffff;
}
.m_button_primary.WhiteLine:hover {
  background: #ffffff;
}
.m_button_primary.WhiteLine:hover span {
  color: #000000;
}
.m_button_primary.Line {
  background: none;
  border: solid 1px #292929;
}
.m_button_primary.Line span {
  color: #292929;
}
.m_button_primary.Line:hover {
  background: #292929;
}
.m_button_primary.Line:hover span {
  color: #ffffff;
}
.m_button_primary.Blank span {
  padding-right: 22px;
  background: url("../img/icon_link_arrow_black.svg") no-repeat right center;
  background-size: 11px;
}
.m_button_primary.Blank:hover span {
  padding-right: 22px;
  background: url("../img/icon_link_arrow_white.svg") no-repeat right center;
  background-size: 11px;
}
.m_button_primary.BlankGrade span {
  padding-right: 16px;
  background: url("../img/icon_link_arrow_b.svg") no-repeat right center;
  background-size: 8px;
}
.m_button_primary.BlankGrade:hover span {
  padding-right: 16px;
  background: url("../img/icon_link_arrow_white.svg") no-repeat right center;
  background-size: 8px;
}
.m_button_primary.Mid {
  height: 72px;
  line-height: 72px;
}
.m_button_primary.Mid span {
  font-size: 1.4rem;
}
.m_button_primary.MidLarge {
  height: 56px;
  line-height: 56px;
}
.m_button_primary.MidLarge span {
  font-size: 1.8rem;
}
.m_button_primary.Large {
  height: 72px;
  line-height: 72px;
}
.m_button_primary.Large span {
  font-size: 1.8rem;
}

.m_bannerCardImage {
  overflow: hidden;
}

.m_bannerCardBody {
  background: -webkit-gradient(linear, left top, right top, from(#e5b611), color-stop(28.97%, #e7bb0f), to(#f5e003));
  background: linear-gradient(90deg, #e5b611 0%, #e7bb0f 28.97%, #f5e003 100%);
}
.m_bannerCardBody dt {
  font-size: 5.8rem;
  font-size: 5.8rem;
  font-size: 4.2459736457vw;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}
.m_bannerCardBody dd {
  font-size: 1.6rem;
  font-weight: bold;
}

.m_newsMediaCardImage {
  position: relative;
}
.m_newsMediaCardImage span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m_newsMediaCardBody .m_newsMediaCardRead {
  display: -webkit-box;
  overflow: hidden;
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.m_newsMediaCardBody .m_newsMediaCardDate {
  font-size: 1.1rem;
  letter-spacing: 0.066rem;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 800;
}
.m_newsMediaCardBody .m_newsMediaCardTag {
  display: inline-block;
  padding-left: 14px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #E5B611;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 800;
}

.m_bottleCardEnName {
  font-size: 3.2rem;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 800;
}

.m_bottleCardJaName {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}

.m_interviewCardBody .m_interviewCardType {
  font-size: 1.2rem;
}
.m_interviewCardBody .m_interviewCardName {
  font-size: 1.6rem;
  font-weight: bold;
}
.m_interviewCardBody .m_interviewCardRead {
  font-weight: 1.4rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.m_image {
  width: 100%;
  height: auto;
}

.m_imageVert {
  width: auto;
  height: 100%;
}

.m_all_link {
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 800;
}
.m_all_link .m_all_link_inner {
  position: relative;
  overflow: hidden;
  line-height: 1;
}
.m_all_link .m_all_link_in {
  display: block;
  padding-right: 22px;
  background: url("../img/icon_link_arrow.svg") no-repeat right center;
  background-size: 11px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.74, 0.15, 0, 1.08);
  transition-timing-function: cubic-bezier(0.74, 0.15, 0, 1.08);
}
.m_all_link .m_all_link_in.Grade {
  background: -webkit-gradient(linear, left top, right top, from(#e5b611), color-stop(28.97%, #e7bb0f), to(#f5e003));
  background: linear-gradient(90deg, #e5b611 0%, #e7bb0f 28.97%, #f5e003 100%);
}
.m_all_link .m_all_link_in.Yellow {
  color: #E5B611;
}
.m_all_link .m_all_link_in:nth-child(2) {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
}
.m_all_link:hover .m_all_link_in:nth-child(1) {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
.m_all_link:hover .m_all_link_in:nth-child(2) {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.m_all_link.More {
  display: inline-block;
}
.m_all_link.More .m_all_link_in {
  padding-right: 22px;
  background: url("../img/icon_link_arrow_b.svg") no-repeat right center;
  background-size: 11px;
}

.m_more_link {
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 800;
}
.m_more_link a {
  position: relative;
  text-decoration: none;
}
.m_more_link a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #000000;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.m_more_link a:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.m_more_link span {
  padding-right: 22px;
  background: url("../img/icon_link_arrow_b.svg") no-repeat right center;
  background-size: 11px;
}

.m_stickyNavItem {
  font-size: 5.8rem;
  line-height: 1;
  cursor: pointer;
  opacity: 0.25;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.m_stickyNavItem.Current {
  opacity: 1;
}
.m_stickyNavItem a {
  display: block;
  width: 100%;
  height: 100%;
}

.m_pagerNavItem {
  display: inline-block;
  margin: 0 20px;
  font-size: 2.4rem;
  opacity: 0.4;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 800;
}
.m_pagerNavItem a {
  display: block;
}
.m_pagerNavItem.Current {
  opacity: 1;
}
.m_bottomPageNavPrev {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 800;
  overflow: hidden;
  font-size: 1.6rem;
}
.m_bottomPageNavPrev span {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.74, 0.15, 0, 1.08);
  transition-timing-function: cubic-bezier(0.74, 0.15, 0, 1.08);
}
.m_bottomPageNavPrev span:nth-child(2) {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
}
.m_bottomPageNavPrev:hover span:nth-child(1) {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
.m_bottomPageNavPrev:hover span:nth-child(2) {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.m_bottomPageNavNext {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 800;
  overflow: hidden;
  font-size: 1.6rem;
}
.m_bottomPageNavNext span {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.74, 0.15, 0, 1.08);
  transition-timing-function: cubic-bezier(0.74, 0.15, 0, 1.08);
}
.m_bottomPageNavNext span:nth-child(2) {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
}
.m_bottomPageNavNext:hover span:nth-child(1) {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
.m_bottomPageNavNext:hover span:nth-child(2) {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.m_dlTable_th {
  font-size: 1.4rem;
  font-weight: bold;
}

.m_dlTable_td {
  font-size: 1.4rem;
}

.m_headingTitle_primary {
  font-size: 8.6rem;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  font-size: 8.6rem;
  font-size: 6.2957540264vw;
}
.m_headingTitle_primary small {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
}
.m_headingTitle_primary.Small {
  font-size: 5.8rem;
  font-size: 5.8rem;
  font-size: 4.2459736457vw;
}
.m_headingTitle_primary.Large {
  font-size: 9.8rem;
  font-size: 9.8rem;
  font-size: 7.1742313324vw;
}

.m_headingRead_primary {
  font-size: 2.4rem;
  font-size: 2.4rem;
  font-size: 1.756954612vw;
  font-weight: bold;
  line-height: 1.9;
}
.m_headingRead_primary.InnerHeadTitle {
  margin-bottom: 14px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 3.2rem;
  line-height: 1;
}
.m_headingRead_primary.InnerTitle {
  margin-bottom: 10px;
}
.m_headingRead_primary .InnerBlock {
  display: block;
  margin-top: 30px;
}
.m_headingRead_primary.Mid {
  font-size: 1.6rem;
  line-height: 1.8;
}
.m_headingRead_primary.Small {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.7;
}
.m_headingRead_primary.Thin {
  font-weight: normal;
}
.m_headingRead_primary.Bottom {
  margin-top: 30px;
}

.c_bannerCardWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c_bannerCard {
  width: 37%;
  max-width: 510px;
  margin: 0 1%;
}
.c_bannerCard:hover .m_bannerCardImage img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.c_bannerCard .m_bannerCardImage img {
  -webkit-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
}
.c_bannerCard .m_bannerCardBody {
  padding: 36px 8% 46px;
}
.c_bannerCard .m_bannerCardBody dt {
  margin-bottom: 4px;
}

.c_newsMediaCardWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 5% 0 10%;
}
.c_newsMediaCardWrap .c_newsMediaCard {
  width: 44%;
  margin-top: 60px;
}
.c_newsMediaCardWrap .c_newsMediaCard .m_newsMediaCardImage {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 33%;
  padding-top: 33%;
}

.c_newsMediaCardListWrap .c_newsMediaCard {
  width: 100%;
  margin-top: 60px;
}
.c_newsMediaCardListWrap .c_newsMediaCard:first-child {
  margin-top: 0;
}
.c_newsMediaCardListWrap .c_newsMediaCard .m_newsMediaCardImage {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 23%;
  padding-top: 23%;
}
.c_newsMediaCardListWrap .c_newsMediaCard .m_newsMediaCardBody .m_newsMediaCardRead {
  font-weight: bold;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.c_newsMediaCard a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c_newsMediaCard:hover .m_newsMediaCardImage span {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.c_newsMediaCard:hover .m_newsMediaCardBody .m_newsMediaCardRead span {
  background-size: 100% 1px;
}
.c_newsMediaCard .m_newsMediaCardImage {
  overflow: hidden;
}
.c_newsMediaCard .m_newsMediaCardImage span {
  -webkit-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.c_newsMediaCard .m_newsMediaCardBody {
  margin-left: 4%;
}
.c_newsMediaCard .m_newsMediaCardBody .m_newsMediaCardRead span {
  padding-bottom: 0.25em;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000)) 0 100%/0 1px no-repeat;
  background: linear-gradient(#000000, #000000) 0 100%/0 1px no-repeat;
  -webkit-transition: background 1s;
  transition: background 1s;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.c_newsMediaCard .m_newsMediaCardBody .m_newsMediaCardDate {
  margin-top: 20px;
}
.c_bottleCard:hover .c_bottleCardInner {
  -webkit-clip-path: inset(0px 6px);
  clip-path: inset(0px 6px);
}
.c_bottleCard:hover .m_bottleCardEnName {
  opacity: 1;
}
.c_bottleCard:hover .m_bottleCardJaName {
  opacity: 1;
}
.c_bottleCard .c_bottleCardInner {
  position: relative;
  padding: 12px 0;
  -webkit-clip-path: inset(10% 8%);
  clip-path: inset(10% 8%);
  text-align: center;
  background: #ffffff;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.c_bottleCard .m_bottleCardImage {
  width: 90%;
  margin: 0 auto 0;
}
.c_bottleCard .m_bottleCardEnName {
  position: absolute;
  top: 46px;
  z-index: 2;
  width: 100%;
  text-align: center;
  -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}
.c_bottleCard .m_bottleCardJaName {
  -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  bottom: 34px;
  width: 100%;
  text-align: center;
  opacity: 0;
}

.c_bottleCardThum .c_bottleCardInner {
  position: relative;
  padding: 28px 0px;
  text-align: center;
  background: #ffffff;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.c_bottleCardThum a {
  display: block;
}
.c_bottleCardThum .m_bottleCardImage {
  width: 90%;
  margin: 0 auto 0;
}
.c_bottleCardThum .m_bottleCardEnName {
  position: absolute;
  top: 40px;
  z-index: 2;
  width: 100%;
  text-align: center;
  -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  font-size: 3.2rem;
  font-size: 2.3426061493vw;
}
.c_bottleCardThum .m_bottleCardJaName {
  position: absolute;
  bottom: 30px;
  z-index: 2;
  width: 100%;
  text-align: center;
  -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
}

.c_interviewCard .m_interviewCardImage {
  overflow: hidden;
}
.c_interviewCard .m_interviewCardImage img {
  -webkit-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.c_interviewCard .m_interviewCardBody {
  margin-top: 20px;
}
.c_interviewCard .m_interviewCardBody .m_interviewCardName {
  margin-top: 10px;
}
.c_interviewCard .m_interviewCardBody .m_interviewCardRead {
  margin-top: 20px;
}
.c_interviewCard:hover .m_interviewCardImage img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.c_stickyNav .m_stickyNavItem {
  margin-bottom: 20px;
}

.c_pagerNav {
  padding-top: 120px;
  text-align: center;
}

.c_bottomPageNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 124px 5%;
}
.c_bottomPageNav.Center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c_bottomPageNav.Grade {
  background: -webkit-gradient(linear, left top, right top, from(#e5b611), color-stop(28.97%, #e7bb0f), to(#f5e003));
  background: linear-gradient(90deg, #e5b611 0%, #e7bb0f 28.97%, #f5e003 100%);
}
.c_bottomPageNav .m_bottomPageNavList {
  width: 360px;
}
.c_dlTableWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c_dlTableBox {
  width: 50%;
}

.c_dlTable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 44px;
  line-height: 2;
}
.c_dlTable .m_dlTable_th {
  width: 26%;
}
.c_dlTable .m_dlTable_td {
  width: 74%;
}
.c_dlTable .m_dlTable_td ul:nth-child(2) {
  margin-top: 30px;
}
.c_dlTable .m_dlTable_td ul li.Bold {
  font-weight: bold;
}

.c_headingBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5%;
}
.c_headingBox .m_headingTitle_primary {
  width: 50%;
}
.c_headingBox .m_headingTitle_primary.Wide {
  width: 100%;
}
.c_headingBox .m_headingTitle_primary small {
  margin-top: 20px;
}
.c_headingBox .m_headingTitle_body {
  width: 50%;
}
.c_headingBox .m_headingTitle_body .m_button_primary {
  width: 206px;
  margin-top: 50px;
}
.c_headingBox .m_all_link {
  position: absolute;
  right: 5%;
  bottom: 0;
}
.c_headingBox.White {
  color: #ffffff;
}
.c_headingBox.PageThum {
  padding: 0 0%;
}
.c_headingBox.PageThum .m_headingTitle_primary {
  width: 40%;
}
.c_headingBox.PageThum .m_headingTitle_body {
  width: 60%;
}
.c_headingBox.PageThum .m_headingTitle_body .m_button_primary {
  margin-top: 34px;
}

.c_headingSingleBox .m_headingTitle_primary {
  display: block;
}
.c_headingSingleBox .m_headingTitle_primary small {
  margin-top: 20px;
}
.c_headingSingleBox .m_headingTitle_body {
  margin-top: 26px;
}
.c_headingSingleBox .m_headingTitle_body .m_button_primary {
  width: 206px;
  margin-top: 52px;
}

.c_figureCaptionBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 7% 0 5%;
}
.c_figureCaptionBox .m_figureCaptionCardImage {
  width: 38.5%;
  margin-right: 14%;
}
.c_figureCaptionBox .m_figureCaptionCardBody {
  width: 46%;
}
.c_figureCaptionBox.WorkStyle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c_figureCaptionBox.WorkStyle .m_figureCaptionCardBody .m_headingTitle_body {
  margin-top: 50px;
}
.c_figureCaptionBox.WorkStyle .m_figureCaptionCardBody .m_headingTitle_body .m_headingRead_primary.InnerHeadTitle {
  margin-bottom: 20px;
}
.c_pageThumCaptionBoxWrap .c_pageThumCaptionBox:last-child {
  margin-top: 120px;
}

.c_pageThumCaptionBox {
  padding: 0 11% 0 11%;
}
.c_pageThumCaptionBox .m_figureCaptionCardImage {
  width: 100%;
}
.c_pageThumCaptionBox .m_figureCaptionCardBody {
  width: 100%;
  margin-top: 40px;
}

.c_slitBox.js-inViewOpacity {
  overflow: hidden;
}
.c_slitBox.js-inViewOpacity span {
  display: inline-block;
  -webkit-transform: scale(1);
  transform: scale(1);
}

body.fixed {
  height: 100vh;
  overflow: hidden;
}

html.fixed {
  height: 100vh;
  overflow-y: scroll;
}

.p_headerBGWrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  display: none;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.p_headerBGWrap.Act {
  display: block;
}
.p_headerBGWrap div {
  width: 100%;
  height: 50%;
}
.p_headerBGWrap div:nth-child(1) {
  background: -webkit-gradient(linear, left top, right top, from(#e5b611), color-stop(28.97%, #e7bb0f), to(#f5e003));
  background: linear-gradient(90deg, #e5b611 0%, #e7bb0f 28.97%, #f5e003 100%);
}
.p_headerBGWrap div:nth-child(2) {
  background: #ffffff;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.p_headerWrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}

.p_headerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 160px;
  padding: 0 3.6% 0 3.6%;
  background: #ffffff;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.p_headerInner.Skeleton {
  background: none;
}
.p_headerInner.BeerStyles .p_headerLogo .Color {
  display: none;
}
.p_headerInner.BeerStyles.Min .p_headerLogo .Color {
  display: block;
}
.p_headerInner.BeerStyles.Min .p_headerLogo .White {
  display: none;
}
.p_headerInner.Min {
  height: 60px;
  background: #ffffff;
}
.p_headerInner.Min .p_headerLogo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 155px;
}
.p_headerInner.Min .p_headerMenuWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 60%;
}
.p_headerInner.Min .p_headerMenuWrap.White .p_headerMenu__item a {
  color: #292929;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.p_headerInner.Min .p_headerMenuWrap.White .p_headerMenu__item a:hover {
  color: #E5B611;
}
.p_headerInner.Min .p_headerMenuWrap.White .p_headerButton span {
  background: #292929;
}
.p_headerInner .p_headerLogo {
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 263px;
}
.p_headerInner .p_headerMenuWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 60%;
}
.p_headerInner .p_headerMenuWrap.White .p_headerMenu__item a {
  color: #000000;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.p_headerInner .p_headerMenuWrap.White .p_headerMenu__item a:hover {
  color: #000000;
}
.p_headerInner .p_headerMenuWrap.White .p_headerButton span {
  background: #000000;
}
.p_headerInner .p_headerMenuWrap .p_headerMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}
.p_headerInner .p_headerMenuWrap .p_headerMenu__item {
  display: inline-block;
  margin-right: 40px;
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 800;
}
.p_headerInner .p_headerMenuWrap .p_headerMenu__item a {
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.p_headerInner .p_headerMenuWrap .p_headerMenu__item a:hover {
  color: #E5B611;
}
.p_headerInner .p_headerMenuWrap .p_headerButton {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.p_headerInner .p_headerMenuWrap .p_headerButton:hover span {
  background: #E5B611;
}
.p_headerInner .p_headerMenuWrap .p_headerButton span {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 27px;
  height: 1px;
  margin-left: -13px;
  background: #292929;
}
.p_headerInner .p_headerMenuWrap .p_headerButton span:nth-child(1) {
  top: calc(50% - 4px);
}
.p_headerInner .p_headerMenuWrap .p_headerButton span:nth-child(2) {
  top: calc(50% + 4px);
}

.p_headerNav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.p_headerNav.Act {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.p_headerNav.Act .p_headerNavSocial .p_headerNavLogo {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.p_headerNav.Act .p_headerNavSocial .p_headerNavSNS {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.p_headerNav.Act .p_headerNavMenu .p_headerNavMenuBoxItem {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.p_headerNav .p_headerNavInner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.p_headerNav .p_headerNavSPHeadLogo {
  display: none;
}
.p_headerNav .p_headerNavButton {
  position: absolute;
  top: 42px;
  right: 52px;
  z-index: 2;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.p_headerNav .p_headerNavButton span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 27px;
  height: 1px;
  margin-left: -13px;
  background: #000000;
  -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.p_headerNav .p_headerNavButton span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p_headerNav .p_headerNavButton span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.p_headerNav .p_headerNavSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1ch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 38%;
  background: #ffffff;
}
.p_headerNav .p_headerNavSocial .p_headerNavLogo {
  width: 100%;
  max-width: 360px;
  margin-bottom: 46px;
  opacity: 0;
  -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
}
.p_headerNav .p_headerNavSocial .p_headerNavSNS {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
}
.p_headerNav .p_headerNavSocial .p_headerNavSNS__item {
  width: 22px;
}
.p_headerNav .p_headerNavSocial .p_headerNavSNS__item:nth-child(2) {
  margin: 0 30px;
}
.p_headerNav .p_headerNavMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 62%;
  background: -webkit-gradient(linear, left top, right top, from(#e5b611), color-stop(28.97%, #e7bb0f), to(#f5e003));
  background: linear-gradient(90deg, #e5b611 0%, #e7bb0f 28.97%, #f5e003 100%);
}
.p_headerNav .p_headerNavMenu .p_headerNavMenuInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: auto;
}
.p_headerNav .p_headerNavMenu .p_headerNavMenuBox:nth-child(1) {
  margin-right: 16.5%;
}
.p_headerNav .p_headerNavMenu .p_headerNavMenuBoxItem {
  margin-top: 64px;
  opacity: 0;
  -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
}
.p_headerNav .p_headerNavMenu .p_headerNavMenuBoxItem:first-child {
  margin-top: 0;
}
.p_headerNav .p_headerNavMenu .p_headerNavCategory {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 3.2rem;
}
.p_headerNav .p_headerNavMenu .p_headerNavCategory, .p_headerNav .p_headerNavMenu .p_headerNavCategory dt {
  margin-bottom: 18px;
}
.p_headerNav .p_headerNavMenu .p_headerNavCategory a {
  color: #000000;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.p_headerNav .p_headerNavMenu .p_headerNavCategory a:hover {
  color: #ffffff;
}
.p_headerNav .p_headerNavMenu .p_headerNavInnerCategory__item {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 800;
  margin-bottom: 14px;
  font-size: 1.4rem;
}
.p_headerNav .p_headerNavMenu .p_headerNavInnerCategory__item:last-child {
  margin-bottom: 0;
}
.p_headerNav .p_headerNavMenu .p_headerNavInnerCategory__item a {
  color: #000000;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.p_headerNav .p_headerNavMenu .p_headerNavInnerCategory__item a:hover {
  color: #ffffff;
}

.p_footerWrap {
  position: relative;
  z-index: 5;
}
.p_footerWrap .p_footerPageTop {
  position: absolute;
  top: 26%;
  right: 5%;
  z-index: 10;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.p_footerWrap .p_footerPageTop a {
  bottom: 30px;
  font-size: 1.1rem;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.088rem;
}
.p_footerWrap .p_footerPageTop a span {
  position: relative;
}
.p_footerWrap .p_footerPageTop a small {
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: -35px;
  left: 0.55rem;
  z-index: 2;
  display: block;
  width: 2px;
  height: 26px;
  background: #000000;
}
.p_footerWrap .p_footerPageTop:hover a small {
  top: 2px;
}
.p_footerWrap .p_footerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 370px;
}
.p_footerWrap .p_footerSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1ch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 38%;
  color: #ffffff;
  background: #000000;
}
.p_footerWrap .p_footerSocial .p_footerLogo {
  width: 100%;
  max-width: 263px;
  margin-bottom: 40px;
}
.p_footerWrap .p_footerSocial .p_footerSNS {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p_footerWrap .p_footerSocial .p_footerSNS__item {
  width: 22px;
}
.p_footerWrap .p_footerSocial .p_footerSNS__item:nth-child(2) {
  margin: 0 30px;
}
.p_footerWrap .p_footerBody {
  position: relative;
  width: 62%;
  padding: 78px 0 0 12%;
  background: -webkit-gradient(linear, left top, right top, from(#e5b611), color-stop(28.97%, #e7bb0f), to(#f5e003));
  background: linear-gradient(90deg, #e5b611 0%, #e7bb0f 28.97%, #f5e003 100%);
}
.p_footerWrap .p_footerBody .p_footerNav {
  margin-bottom: 34px;
}
.p_footerWrap .p_footerBody .p_footerNav__item {
  display: inline-block;
  margin-right: 40px;
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 800;
}
.p_footerWrap .p_footerBody .p_footerNav__item a {
  color: #000000;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.p_footerWrap .p_footerBody .p_footerNav__item a:hover {
  color: #292929;
}
.p_footerWrap .p_footerBody .p_footerRead {
  font-size: 1.2rem;
  line-height: 2;
  color: #000000;
}
.p_footerWrap .p_footerBody .p_footerCopyRight {
  position: absolute;
  bottom: 30px;
  font-size: 1.1rem;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 800;
}

.p_wpPageContentBody {
  margin-top: 38px;
  font-size: 1.6rem;
  font-weight: 200;
}
.p_wpPageContentBody p, .p_wpPageContentBody div {
  margin-bottom: 28px;
  line-height: 2;
}
.p_wpPageContentBody h4, .p_wpPageContentBody h5, .p_wpPageContentBody h6 {
  margin-bottom: 12px;
  font-weight: 500;
}

.topPageKV {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.topPageKV .topPageKVSlideWrap {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 61%;
  background: #FDFCF5;
}
.topPageKV .topPageKVSlideWrap .topPageKVSlideWrapOv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  width: 100%;
  height: 100%;
  background: #FDFCF5;
}
.topPageKV .topPageKVSlideWrap .topPageKVSlideWrapOv.View {
  background: rgba(0, 0, 0, 0);
  opacity: 0;
  -webkit-transition: background 1.4s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: background 1.4s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.topPageKV .topPageKVSlideWrap .topPageKVSlideWrapItem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 4s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: opacity 4s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.topPageKV .topPageKVSlideWrap .topPageKVSlideWrapItem .topPageKVSlideItem {
  display: block;
  width: 100%;
  height: 100%;
}
.topPageKV .topPageKVSlideWrap .topPageKVSlideWrapItem.Current {
  z-index: 4;
  opacity: 1;
  -webkit-animation: inSlideInViewKey 8s;
  animation: inSlideInViewKey 8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.topPageKV .topPageKVSlideWrap .topPageKVSlideWrapItem.Prev {
  z-index: 5;
  opacity: 0;
}

.topPageKVTitleWrap {
  position: fixed;
  left: 0;
  z-index: 2;
  width: 100%;
  padding-top: 61%;
}

.topPageKVScroll {
  position: fixed;
  right: 57px;
  bottom: 74px;
  z-index: 10;
  font-size: 1.1rem;
  color: #ffffff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.088rem;
}
.topPageKVScroll.Hide {
  visibility: hidden;
  opacity: 0;
}
.topPageKVScroll p {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.topPageKVScroll span {
  position: absolute;
  bottom: 0px;
  left: 0.7rem;
  display: block;
  width: 1px;
  height: 100%;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #ffffff;
  -webkit-animation: scrollKey 3s;
  animation: scrollKey 3s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.topPageKVScroll:hover span {
  bottom: 0px;
}

.topPageKVTitle {
  position: absolute;
  bottom: 36%;
  left: 0;
  width: 100%;
  color: #ffffff;
}
.topPageKVTitle h1 {
  width: 100%;
  font-size: 11rem;
  font-size: 12rem;
  font-size: 8.78477306vw;
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 600;
}
.topPageKVTitle h1 span {
  display: block;
  margin-top: -3rem;
  line-height: 1.05;
}
.topPageKVTitle h1 span:nth-child(1) {
  margin-left: 5%;
}
.topPageKVTitle h1 span:nth-child(2) {
  margin-left: 28%;
}
.topPageKVTitle h1 span:nth-child(3) {
  margin-left: 12.2%;
}
.topPageKVTitle h1 small {
  display: inline-block;
  line-height: 1;
  opacity: 0;
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
}
.topPageKVTitle h1 small.Space {
  padding-left: 2rem;
}
.topPageKVTitle h1 small.View {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 1.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 1.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.topPageKVTitle p {
  margin-top: 30px;
  margin-left: 34%;
  font-size: 2.4rem;
  font-weight: bold;
  font-size: 2.5rem;
  font-size: 1.8301610542vw;
  opacity: 0;
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
}
.topPageKVTitle p rt {
  font-size: 1.1rem;
  line-height: 2;
}
.topPageKVTitle p.View {
  opacity: 1;
  -webkit-transition: all 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.topContentWarp {
  position: relative;
  z-index: 3;
  background: #ffffff;
}

.topWhoWeAre {
  position: relative;
  z-index: 5;
}

.topDiscoverOurBeers {
  background: -webkit-gradient(linear, left top, right top, from(#e5b611), color-stop(28.97%, #e7bb0f), to(#f5e003));
  background: linear-gradient(90deg, #e5b611 0%, #e7bb0f 28.97%, #f5e003 100%);
}
.topDiscoverOurBeers .topDiscoverOurBeersW {
  margin-top: 60px;
}

.topBannerCard {
  padding-top: 78px;
}

.aboutPageCompanyProfile .aboutPageCompanyProfileTable {
  padding: 28px 10% 0;
}
.aboutPageCompanyProfile .aboutPageCompanyProfileBadge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 60px 11% 0;
}
.aboutPageCompanyProfile .aboutPageCompanyProfileBadge .aboutPageCompanyProfileBadgeImage {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 35%;
  margin-right: 5%;
}
.aboutPageCompanyProfile .aboutPageCompanyProfileBadge .aboutPageCompanyProfileBadgeBody {
  font-size: 1.4rem;
}
.aboutPageCompanyProfile .aboutPageCompanyProfileBadge .aboutPageCompanyProfileBadgeBody dt {
  font-weight: bold;
}
.aboutPageCompanyProfile .aboutPageCompanyProfileBadge .aboutPageCompanyProfileBadgeBody dd {
  margin-top: 10px;
  line-height: 1.8;
}
.aboutPageCompanyProfile .aboutPageCompanyProfileBadge .aboutPageCompanyProfileBadgeBody dd:last-child {
  margin-top: 26px;
}

.c_timeLineWrap {
  width: 70%;
  margin-top: 166px;
  margin-right: 10%;
  margin-left: 20%;
}
.c_timeLineWrap .c_timeLineOne {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 80px;
}
.c_timeLineWrap .c_timeLineOne:last-child {
  padding-bottom: 0px;
}
.c_timeLineWrap .c_timeLineOne:last-child::after {
  display: none;
}
.c_timeLineWrap .c_timeLineOne::after {
  position: absolute;
  top: 10px;
  left: calc(23.5% + 23px);
  width: 1px;
  height: 100%;
  content: "";
  background: #EFEFEF;
}
.c_timeLineWrap .c_timeLineOne .m_timeLinePoint {
  position: absolute;
  top: -10px;
  left: 23.5%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #ffffff;
  border: solid 1px #EFEFEF;
  border-radius: 50%;
}
.c_timeLineWrap .c_timeLineOne .m_timeLinePoint.NoBorder {
  background: none;
  border: none;
}
.c_timeLineWrap .c_timeLineOne .m_timeLinePoint.NoBorder span {
  background: #921A28;
}
.c_timeLineWrap .c_timeLineOne .m_timeLinePoint.Japan span {
  background: #E5B611;
}
.c_timeLineWrap .c_timeLineOne .m_timeLinePoint.Continue span {
  background: #EFEFEF;
}
.c_timeLineWrap .c_timeLineOne .m_timeLinePoint span {
  display: block;
  width: 12px;
  height: 12px;
  background: #921A28;
  border-radius: 50%;
}
.c_timeLineWrap .c_timeLineOne .m_timeLineYear {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  width: 25%;
  margin-top: -3.5rem;
  margin-left: -2.5rem;
  font-size: 8.2rem;
  line-height: 1;
  font-size: 8.2rem;
  font-size: 6.0029282577vw;
}
.c_timeLineWrap .c_timeLineOne .m_timeLineYear span {
  position: relative;
}
.c_timeLineWrap .c_timeLineOne .m_timeLineYear.Double {
  margin-top: -7.5rem;
}
.c_timeLineWrap .c_timeLineOne .m_timeLineYear.Double span::after {
  position: absolute;
  top: 45%;
  left: -25%;
  content: "~";
}
.c_timeLineWrap .c_timeLineOne .m_timeLineEvent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 76.5%;
  padding-left: 10%;
}
.c_timeLineWrap .c_timeLineOne .m_timeLineEvent .m_timeLineEventTag {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 800;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 16%;
  margin-right: 1%;
  font-size: 1.6rem;
  color: #921A28;
}
.c_timeLineWrap .c_timeLineOne .m_timeLineEvent .m_timeLineEventTag.Japan {
  color: #E5B611;
}
.c_timeLineWrap .c_timeLineOne .m_timeLineEvent .m_timeLineEventTag.Continue {
  color: #EFEFEF;
}
.c_timeLineWrap .c_timeLineOne .m_timeLineEvent .m_timeLineEventBody {
  width: 100%;
}
.c_timeLineWrap .c_timeLineOne .m_timeLineEvent .m_timeLineEventBody.OuterFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c_timeLineWrap .c_timeLineOne .m_timeLineEvent .m_timeLineEventBody.OuterFlex .m_timeLineEventTitle {
  width: 65%;
}
.c_timeLineWrap .c_timeLineOne .m_timeLineEvent .m_timeLineEventBody.OuterFlex .m_timeLineEventImage {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 35%;
  padding-left: 7%;
  margin-top: -2.5rem;
  margin-bottom: 2.5rem;
}
.c_timeLineWrap .c_timeLineOne .m_timeLineEvent .m_timeLineEventBody.OuterFlex .m_timeLineEventImageBottom {
  width: 100%;
  margin-top: 40px;
}
.c_timeLineWrap .c_timeLineOne .m_timeLineEvent .m_timeLineEventBody.OuterFlex .OuterFlexDL {
  width: 65%;
}
.c_timeLineWrap .c_timeLineOne .m_timeLineEvent .m_timeLineEventBody.OuterFlex .OuterFlexDL .m_timeLineEventTitle {
  width: 100%;
}
.c_timeLineWrap .c_timeLineOne .m_timeLineEvent .m_timeLineEventTitle {
  font-size: 2rem;
  font-weight: bold;
}
.c_timeLineWrap .c_timeLineOne .m_timeLineEvent .m_timeLineEventRead {
  margin-top: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
}
.c_timeLineWrap .c_timeLineOne .m_timeLineEvent .m_timeLineEventImage {
  margin-top: 36px;
}

.culturePageTypes {
  padding-bottom: 126px;
}
.culturePageTypes .c_cultureTypeCardWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 11%;
}
.culturePageTypes .c_cultureTypeCard {
  width: 30%;
}
.c_cultureTypeCard .m_cultureTypeCardImage {
  width: 72%;
  margin: 0 auto;
}
.c_cultureTypeCard .m_cultureTypeCardBody {
  margin-top: 9px;
}
.c_cultureTypeCard .m_cultureTypeCardBody dt {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 5.8rem;
  line-height: 1;
  text-align: center;
}
.c_cultureTypeCard .m_cultureTypeCardBody dt span {
  display: block;
  margin-top: 16px;
  font-size: 1.4rem;
  font-weight: bold;
}
.c_cultureTypeCard .m_cultureTypeCardBody dd {
  margin-top: 38px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.c_principlesWrap {
  position: relative;
  width: 100%;
  padding-top: 86px;
}
.c_principlesWrap .c_stickyNav {
  position: absolute;
  left: 70px;
  width: 30%;
  max-width: 850px;
}
.c_principlesWrap .c_principlesInnerWrap {
  position: relative;
  width: 50%;
  margin-left: 50%;
}
.c_principlesWrap .c_principlesTitle {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 9rem;
  line-height: 1;
}
.c_principlesWrap .c_principlesTitle img {
  width: 170px;
}
.c_principlesWrap .c_principlesTitle span {
  display: inline-block;
  padding-left: 1.5rem;
  font-size: 3.2rem;
}
.c_principlesWrap .c_principlesList {
  margin-top: 0;
}
.c_principlesWrap .c_principlesList .c_principlesListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.c_principlesWrap .c_principlesList .c_principlesListItem:last-child {
  margin-bottom: 0;
}
.c_principlesWrap .c_principlesList .c_principlesListItem .m_principlesNumber {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 800;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 7%;
  font-size: 1.4vw;
  color: #E5B611;
}
.c_principlesWrap .c_principlesList .c_principlesListItem .m_principlesBody {
  width: 90%;
}
.c_principlesWrap .c_principlesList .c_principlesListItem .m_principlesBody dt {
  font-size: 1.4vw;
  font-weight: bold;
}
.c_principlesWrap .c_principlesList .c_principlesListItem .m_principlesBody dt span{
  color: #E5B611;
}
.c_principlesWrap .c_principlesList .c_principlesListItem .m_principlesBody dd {
  margin-top: 10px;
  font-size: 1.4rem;
}

.betterWorldPageTypes .c_betterWorldTypeCardWrap {
  padding: 0 11%;
}
.betterWorldPageTypes .c_betterWorldTypeCard {
  width: 100%;
}
.c_betterWorldTypeCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}
.c_betterWorldTypeCard:last-child {
  margin-bottom: 0;
}
.c_betterWorldTypeCard .m_betterWorldTypeCardImage {
  width: 28%;
}
.c_betterWorldTypeCard .m_betterWorldTypeCardBody {
  width: 72%;
  padding-left: 6.5%;
}
.c_betterWorldTypeCard .m_betterWorldTypeCardBody dt {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 5.8rem;
}
.c_betterWorldTypeCard .m_betterWorldTypeCardBody dt span {
  display: block;
  margin-top: 3px;
  font-size: 1.6rem;
  font-weight: bold;
}
.c_betterWorldTypeCard .m_betterWorldTypeCardBody dd {
  margin-top: 30px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.betterWorldPageGoals {
  position: relative;
}
.betterWorldPageGoals .betterWorldPageGoalsInner {
  position: relative;
}
.betterWorldPageGoals .c_SGoalsTitleBox {
  position: absolute;
  left: 6%;
}
.betterWorldPageGoals .c_SGoalsTitleBox .m_SGoalsTitle {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12rem;
  font-size: 12rem;
  font-size: 8.78477306vw;
  line-height: 1;
}
.betterWorldPageGoals .c_SGoalsTitleBox .m_SGoalsTitle span {
  display: block;
  font-size: 9rem;
  font-size: 7.2rem;
  font-size: 5.270863836vw;
  line-height: 1;
}
.betterWorldPageGoals .c_SGoalsTitleBox .m_SGoalsTitle small {
  display: block;
  margin-top: 24px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
}
.betterWorldPageGoals .betterWorldPageGoalsBody {
  width: 44%;
  margin-left: 50%;
}
.betterWorldPageGoals .betterWorldPageGoalsBody .m_SGoalsRead {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
}
.betterWorldPageGoals .betterWorldPageGoalsBody .m_SGoalsRead:first-child {
  margin-top: 0;
}
.betterWorldPageGoals .betterWorldPageGoalsBody .m_SGoalsImage {
  margin-top: 50px;
}
.betterWorldPageGoals .betterWorldPageGoalsBody .m_SGoalsTask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
.betterWorldPageGoals .betterWorldPageGoalsBody .m_SGoalsTask div {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 80px;
  margin-right: 6%;
}
.betterWorldPageGoals .betterWorldPageGoalsBody .m_SGoalsTask dt {
  font-size: 2rem;
  font-weight: bold;
}
.betterWorldPageGoals .betterWorldPageGoalsBody .m_SGoalsTask dt span {
  display: inline-block;
  padding-left: 20px;
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 800;
}
.betterWorldPageGoals .betterWorldPageGoalsBody .m_SGoalsTask dd {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.ourBrandBottleCards .ourBrandBottleCardsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 11%;
}
.ourBrandBottleCards .ourBrandBottleCardsList .c_bottleCardThum {
  width: 30%;
  margin-top: 53px;
  margin-right: 5%;
  overflow: hidden;
}
.ourBrandBottleCards .ourBrandBottleCardsList .c_bottleCardThum:nth-child(3n) {
  margin-right: 0;
}
.ourBrandBottleCards .ourBrandBottleCardsList .c_bottleCardThum:nth-child(-n+3) {
  margin-top: 0;
}
.ourBrandBottleCards .ourBrandBottleCardsList .c_bottleCardThum .m_bottleCardImage {
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.ourBrandBottleCards .ourBrandBottleCardsList .c_bottleCardThum:hover .m_bottleCardImage {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.ourBrandPureDraught {
  padding-top: 100px;
  background: #F8F6EC;
}
.ourBrandPureDraught .ourBrandPureDraughtInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 11%;
}
.ourBrandPureDraught .ourBrandPureDraughtLogo {
  width: 34.5%;
}
.ourBrandPureDraught .ourBrandPureDraughtInfo {
  width: 49.5%;
}
.ourBrandPureDraught .ourBrandPureDraughtInfo p {
  margin-top: 26px;
  margin-bottom: 60px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
}

.ourBrandDetailPage .ourBrandDetailPageContentBody .ourBrandDetailWrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ourBrandDetailPage .ourBrandDetailPageContentBody .ourBrandDetailWrap:last-child {
  margin-bottom: 0;
}
.ourBrandDetailPage .ourBrandDetailPhotos {
  position: relative;
  width: 50%;
  background: #F7F7F7;
}
.ourBrandDetailPage .ourBrandDetailBody {
  width: 50%;
  padding: 55px 5% 243px;
}
.ourBrandDetailPage .ourBrandDetailBox .ourBrandDetailBoxLogo {
  width: 35%;
  margin-bottom: 0px;
}
.ourBrandDetailPage .ourBrandDetailBox .ourBrandDetailBoxTitle {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 5.8rem;
  line-height: 1;
  white-space: nowrap;
}
.ourBrandDetailPage .ourBrandDetailBox .ourBrandDetailBoxTitle span {
  display: block;
  margin-top: 28px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
}
.ourBrandDetailPage .ourBrandDetailBox .ourBrandDetailBoxRead {
  margin-top: 56px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.ourBrandDetailPage .ourBrandDetailBox .ourBrandDetailBoxDraught {
  width: 23%;
  margin-top: 24px;
}
.ourBrandDetailPage .ourBrandDetailBox .ourBrandDetailBoxType {
  margin-top: 40px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 800;
}
.ourBrandDetailPage .ourBrandDetailBox .ourBrandDetailBoxType span {
  display: inline-block;
  height: 25px;
  padding: 0 20px;
  font-size: 1.1rem;
  line-height: 25px;
  color: #000000;
  background: #E5B611;
}
.ourBrandDetailPage .ourBrandDetailBox .ourBrandDetailBoxComponent {
  display: block;
  margin-top: 16px;
  font-size: 1.1rem;
}
.ourBrandDetailPage .ourBrandDetailBox .ourBrandDetailBoxLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 80px;
}
.ourBrandDetailPage .ourBrandDetailBox .ourBrandDetailBoxLinks .ourBrandDetailBoxSite {
  width: 206px;
  margin-right: 40px;
}
.ourBrandDetailPage .ourBrandDetailBox .ourBrandDetailBoxLinks .ourBrandDetailBoxSNS {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ourBrandDetailPage .ourBrandDetailBox .ourBrandDetailBoxLinks .ourBrandDetailBoxSNS li {
  margin-right: 30px;
}

.newsMediaPageBody {
  width: 100%;
}
.c_newsMediaWrap {
  position: relative;
  width: 100%;
}
.c_newsMediaWrap .c_stickyNav {
  position: absolute;
  left: 10%;
  z-index: 2;
}
.c_newsMediaWrap .c_newsMediaInnerWrap {
  position: relative;
  width: 50%;
  margin-left: 38%;
}

.newsMediaSinglePage .newsMediaSinglePageHead {
  width: 66%;
  padding: 40px 0 100px 0;
  margin: 0 auto;
}
.newsMediaSinglePage .newsMediaSinglePageHead__title {
  margin-top: 30px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2;
}
.newsMediaSinglePage .newsMediaSinglePageHead__info {
  margin-top: 12px;
}
.newsMediaSinglePage .newsMediaSinglePageHead__date {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 1.4rem;
  color: #363636;
}
.newsMediaSinglePage .newsMediaSinglePageHead__tag {
  margin-left: 20px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 1.4rem;
  color: #E5B611;
}
.newsMediaSinglePage .newsMediaSinglePageBody {
  background: #F7F7F7;
}
.newsMediaSinglePage .newsMediaSinglePageBody .newsMediaSinglePageBodyInner {
  padding: 90px 16%;
}
.newsMediaSinglePage .newsMediaSinglePageBody .newsMediaSinglePageBodyInner h1, .newsMediaSinglePage .newsMediaSinglePageBody .newsMediaSinglePageBodyInner h2, .newsMediaSinglePage .newsMediaSinglePageBody .newsMediaSinglePageBodyInner h3, .newsMediaSinglePage .newsMediaSinglePageBody .newsMediaSinglePageBodyInner h4, .newsMediaSinglePage .newsMediaSinglePageBody .newsMediaSinglePageBodyInner h5 {
  margin-bottom: 16px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
}
.newsMediaSinglePage .newsMediaSinglePageBody .newsMediaSinglePageBodyInner p, .newsMediaSinglePage .newsMediaSinglePageBody .newsMediaSinglePageBodyInner div {
  margin-bottom: 30px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.newsMediaSinglePage .newsMediaSinglePageBody .newsMediaSinglePageBodyInner strong {
  font-weight: bold;
}
.newsMediaSinglePage .newsMediaSinglePageBody .newsMediaSinglePageBodyInner small {
  font-size: 1.4rem;
}
.newsMediaSinglePage .newsMediaSinglePageBody .newsMediaSinglePageBodyInner img {
  text-align: center;
}
.newsMediaSinglePage .newsMediaSinglePageBody .newsMediaSinglePageBodyInner a {
  text-decoration: underline;
}

.careersInterview {
  position: relative;
}
.careersInterview .careersInterviewBar {
  position: absolute;
  bottom: 115px;
  left: 4%;
  display: none;
  width: 92%;
  height: 1px;
  background: #EFEFEF;
}
.careersInterview .careersInterviewBar span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20%;
  height: 1px;
  background: #000000;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.careersInterview .c_interviewCardWrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 88px 5% 0;
}
.careersInterview .c_interviewCard {
  width: 22%;
  margin-top: 60px;
  margin-right: 4%;
}
.careersInterview .c_interviewCard:nth-child(4n) {
  margin-right: 0;
}
.careersInterview .c_interviewCard:nth-child(-n+4) {
  margin-top: 0px;
}

.interviewPageHead {
  padding-top: 80px;
  padding-bottom: 120px;
}
.interviewPageHead .interviewPageHeadInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 11%;
}
.interviewPageHead .interviewPageHeadInner .interviewPageHeadImage {
  width: 40%;
}
.interviewPageHead .interviewPageHeadInner .interviewPageHeadBody {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 60%;
  padding-top: 46px;
  padding-left: 10%;
}
.interviewPageHead .interviewPageHeadInner .interviewPageHeadBody .interviewPageHeadName {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 5.8rem;
  line-height: 1.2;
  overflow-wrap: break-word;
}
.interviewPageHead .interviewPageHeadInner .interviewPageHeadBody .interviewPageHeadRead {
  margin-top: 40px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.8;
}
.interviewPageHead .interviewPageHeadInner .interviewPageHeadBody .interviewPageHeadType {
  margin-top: 20px;
}
.interviewPageHead .interviewPageHeadInner .interviewPageHeadBody .interviewPageHeadType dt {
  font-size: 1.2rem;
  font-weight: normal;
}
.interviewPageHead .interviewPageHeadInner .interviewPageHeadBody .interviewPageHeadType dd {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: bold;
}

.interviewPageBody {
  padding: 110px 16% 100px;
}
.interviewPageBody .interviewBox {
  margin-top: 52px;
}
.interviewPageBody .interviewBox:first-child {
  margin-top: 0;
}
.interviewPageBody .interviewBox .interviewBoxTitle {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
}
.interviewPageBody .interviewBox .interviewBoxTitle span {
  display: block;
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 800;
  color: #E5B611;
}
.interviewPageBody .interviewBox .interviewBoxRead {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.interviewPageBody .interviewBox .interviewBoxImage {
  margin-top: 30px;
}
.foodPairingPageBodyHead .foodPairingPageBodyHeadRead {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.foodPairingPageBodyHead .foodPairingTypeBoxWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 52px;
}
.foodPairingPageBodyHead .foodPairingTypeBoxWrap .foodPairingTypeBox {
  width: 23%;
}
.foodPairingPageBodyHead .foodPairingTypeBoxWrap .foodPairingTypeBox:nth-child(2) {
  margin: 0 4%;
}
.foodPairingPageBodyHead .foodPairingTypeBoxWrap .foodPairingTypeBox .foodPairingTypeBoxImage {
  width: 62%;
  margin: 0 auto;
}
.foodPairingPageBodyHead .foodPairingTypeBoxWrap .foodPairingTypeBox .foodPairingTypeBoxBody {
  margin-top: 24px;
}
.foodPairingPageBodyHead .foodPairingTypeBoxWrap .foodPairingTypeBox .foodPairingTypeBoxBody dt {
  position: relative;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
}
.foodPairingPageBodyHead .foodPairingTypeBoxWrap .foodPairingTypeBox .foodPairingTypeBoxBody dt .En {
  position: relative;
  display: inline-block;
  font-size: 5.8rem;
  line-height: 1;
}
.foodPairingPageBodyHead .foodPairingTypeBoxWrap .foodPairingTypeBox .foodPairingTypeBoxBody dt .En .Num {
  position: absolute;
  top: 0rem;
  left: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: solid 1px #363636;
  border-radius: 50%;
}
.foodPairingPageBodyHead .foodPairingTypeBoxWrap .foodPairingTypeBox .foodPairingTypeBoxBody dt .En .Num small {
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 800;
}
.foodPairingPageBodyHead .foodPairingTypeBoxWrap .foodPairingTypeBox .foodPairingTypeBoxBody dt span {
  display: block;
  margin-top: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
}
.foodPairingPageBodyHead .foodPairingTypeBoxWrap .foodPairingTypeBox .foodPairingTypeBoxBody dd {
  margin-top: 32px;
  font-size: 1.4rem;
}
.foodPairingPageBody .foodPairingType {
  position: relative;
  padding: 0 10% 0 0;
  margin-bottom: 160px;
}
.foodPairingPageBody .foodPairingType:last-child {
  margin-bottom: 0;
}
.foodPairingPageBody .foodPairingType .foodPairingTypeBudge {
  position: absolute;
  left: 5.5%;
  width: 18%;
}
.foodPairingPageBody .foodPairingType .foodPairingTypeBudge dt {
  position: relative;
  display: inline-block;
  font-size: 5.8rem;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
}
.foodPairingPageBody .foodPairingType .foodPairingTypeBudge dt span {
  display: block;
  margin-top: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
}
.foodPairingPageBody .foodPairingType .foodPairingTypeBudge dd {
  margin-top: 56px;
}
.foodPairingPageBody .foodPairingType .foodPairingTypeBody {
  width: 58%;
  margin-left: 42%;
}
.foodPairingPageBody .foodPairingType .foodPairingTypeBody .foodPairingTypeBodyRead p {
  margin-bottom: 18px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
}
.foodPairingPageBody .foodPairingType .foodPairingTypeBody .foodPairingTypeBodyRead p:last-child {
  margin-bottom: 0;
}
.foodPairingPageBody .foodPairingType .foodPairingTypeBody .foodPairingTypeBodyFigure {
  margin-top: 68px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
}
.foodPairingPageBody .foodPairingType .foodPairingTypeBody .foodPairingTypeBodyFigure figcaption {
  margin-bottom: 22px;
}
.foodPairingPageBody .foodPairingType .foodPairingTypeBody .foodPairingTypeBodyFigure figcaption span {
  display: inline-block;
  padding: 0 1.5rem;
  font-weight: normal;
}
.foodPairingPageBody .foodPairingType .foodPairingTypeBody .foodPairingTypeBodyFigure figcaption span.Pull {
  padding-left: 0;
}

.foodPairingPageInnerBody {
  padding: 0 11%;
}

.foodPairingCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 110px;
}
.foodPairingCard:last-child {
  margin-bottom: 0;
}
.foodPairingCard .foodPairingCardImage {
  width: 50%;
}
.foodPairingCard .foodPairingCardBody {
  width: 40%;
  margin-top: 12.5%;
  margin-left: 10%;
}
.foodPairingCard .foodPairingCardBody .foodPairingCardLogo {
  width: 32%;
}
.foodPairingCard .foodPairingCardBody .foodPairingCardInfo {
  margin-top: 20px;
}
.foodPairingCard .foodPairingCardBody .foodPairingCardInfo dt {
  position: relative;
}
.foodPairingCard .foodPairingCardBody .foodPairingCardInfo dt span.En {
  display: inline-block;
  padding-right: 25px;
  font-size: 3.2rem;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 800;
}
.foodPairingCard .foodPairingCardBody .foodPairingCardInfo dt span.Ja {
  display: inline-block;
  padding-left: 35px;
  font-size: 2.4rem;
  font-weight: bold;
  background: url("../img/icon_cross.svg") no-repeat center left;
  background-size: 11px;
}
.foodPairingCard .foodPairingCardBody .foodPairingCardInfo dd {
  margin-top: 12px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.foodPairingCard .foodPairingCardBody .foodPairingCardFood {
  margin-top: 56px;
}

.beerStylePage {
  margin-top: 0;
}

.beerStylePageHead {
  padding-top: 278px;
  background: -webkit-gradient(linear, left top, right top, from(#e5b611), color-stop(28.97%, #e7bb0f), to(#f5e003));
  background: linear-gradient(90deg, #e5b611 0%, #e7bb0f 28.97%, #f5e003 100%);
}

.beerStyleChartWarp {
  width: 89%;
  height: auto;
  margin: 100px auto 0;
}
.beerStyleChartWarp .beerStyleChartInnerWrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.beerStyleChartWarp .beerStyleChartBox {
  position: relative;
  width: 100%;
  height: 0;
  padding: 2.4%;
  padding-top: 51%;
  background: #FDFCF5;
}
.beerStyleChartWarp .beerStyleCharTitle {
  position: absolute;
  font-size: 2rem;
  font-size: 2rem;
  font-size: 1.4641288433vw;
  font-weight: bold;
}
.beerStyleChartWarp .beerStyleCharTitle.Top {
  top: 4%;
  left: 0%;
  width: 100%;
  text-align: center;
}
.beerStyleChartWarp .beerStyleCharTitle.Left {
  top: calc(50% - 1.5rem);
  left: 2.4%;
}
.beerStyleChartWarp .beerStyleCharTitle.Right {
  top: calc(50% - 1.5rem);
  right: 2.4%;
}
.beerStyleChartWarp .beerStyleCharTitle.Bottom {
  bottom: 4%;
  left: 0%;
  width: 100%;
  text-align: center;
}
.beerStyleChartWarp .beerStyleCharLine {
  position: absolute;
  background: #000000;
}
.beerStyleChartWarp .beerStyleCharLine::after, .beerStyleChartWarp .beerStyleCharLine::before {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
}
.beerStyleChartWarp .beerStyleCharLine.Vertical {
  top: 12.5%;
  left: 50%;
  width: 1px;
  height: 76%;
}
.beerStyleChartWarp .beerStyleCharLine.Vertical::before {
  top: 2px;
  left: -7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.beerStyleChartWarp .beerStyleCharLine.Vertical::after {
  bottom: 2px;
  left: -7px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.beerStyleChartWarp .beerStyleCharLine.Horizon {
  top: 50%;
  left: 8.5%;
  width: 83%;
  height: 1px;
}
.beerStyleChartWarp .beerStyleCharLine.Horizon::before {
  top: -7px;
  left: 2px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.beerStyleChartWarp .beerStyleCharLine.Horizon::after {
  top: -7px;
  right: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.beerStyleChartWarp .beerStyleCharBottle {
  position: absolute;
  top: 0;
  left: 0;
  width: 7.4%;
}
.beerStyleChartWarp .beerStyleCharBottle.Stellaartois {
  top: 51.6923076923%;
  left: 66.3947797716%;
}
.beerStyleChartWarp .beerStyleCharBottle.Modelo1 {
  top: 10.6153846154%;
  left: 23.0016313214%;
}
.beerStyleChartWarp .beerStyleCharBottle.Modelo2 {
  top: 20.7692307692%;
  left: 33.0342577488%;
}
.beerStyleChartWarp .beerStyleCharBottle.Midway {
  top: 55.0769230769%;
  left: 74.3882544861%;
}
.beerStyleChartWarp .beerStyleCharBottle.Lowenbrau {
  top: 67.3846153846%;
  left: 46.3295269168%;
}
.beerStyleChartWarp .beerStyleCharBottle.Leffe1 {
  top: 19.2307692308%;
  left: 55.6280587276%;
}
.beerStyleChartWarp .beerStyleCharBottle.Leffe2 {
  top: 8.4615384615%;
  left: 69.4942903752%;
}
.beerStyleChartWarp .beerStyleCharBottle.Hoegaarden1 {
  top: 44.3076923077%;
  left: 19.2495921697%;
}
.beerStyleChartWarp .beerStyleCharBottle.Hoegaarden2 {
  top: 35.0769230769%;
  left: 9.2169657423%;
}
.beerStyleChartWarp .beerStyleCharBottle.Gooseisland {
  top: 35.0769230769%;
  left: 83.1973898858%;
}
.beerStyleChartWarp .beerStyleCharBottle.Corona {
  top: 51.8461538462%;
  left: 39.8042414356%;
}
.beerStyleChartWarp .beerStyleCharBottle.Budweiser {
  top: 56.7692307692%;
  left: 31.647634584%;
}

.beerStylePageInnerBody {
  padding: 0 5%;
}

.beerStyleList {
  margin-top: 145px;
}
.beerStyleList:first-child {
  margin-top: 0;
}
.beerStyleList .beerStyleListTitle {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 5.8rem;
  line-height: 1;
}
.beerStyleList .beerStyleListTitle span {
  display: block;
  margin-top: 18px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
}
.beerStyleList .beerStyleListBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 7%;
  margin-top: 40px;
}
.beerStyleList .beerStyleListBox.Lager {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.beerStyleList .beerStyleListBox.Lager .beerStyleListCard {
  width: 47%;
}
.beerStyleList .beerStyleListBox.Ale {
  padding: 0 10%;
}
.beerStyleList .beerStyleListBox.Ale .beerStyleListCard {
  width: 30%;
  margin-right: 5%;
}
.beerStyleList .beerStyleListBox.Ale .beerStyleListCard:nth-child(3n) {
  margin-right: 0;
}
.beerStyleList .beerStyleListBox.Ale .beerStyleListCard:nth-child(n+4) {
  margin-top: 110px;
}
.beerStyleList .beerStyleListCard .beerStyleListCardBody {
  margin-top: 28px;
}
.beerStyleList .beerStyleListCard .beerStyleListCardBody dt {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 3.2rem;
  line-height: 1;
}
.beerStyleList .beerStyleListCard .beerStyleListCardBody dt span {
  display: block;
  margin-top: 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
}
.beerStyleList .beerStyleListCard .beerStyleListCardBody dd {
  margin-top: 16px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.contactPageContentWarp {
  min-height: 50vh;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}
.contactPageHead .contactPageHeadCall {
  margin-top: 26px;
  font-size: 1.4rem;
  font-weight: bold;
}
.contactPageHead .contactPageHeadCall span {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 800;
  display: inline-block;
  padding-left: 20px;
  font-size: 3.2rem;
  vertical-align: middle;
}
.contactPageHead .contactPageHeadDate {
  margin-top: 16px;
  font-size: 1.2rem;
}

.privacyPolicyPageBody {
  width: 66%;
  padding-bottom: 160px;
  margin: 0 auto;
}
.privacyPolicyPageBody .privacyPolicyOne {
  margin-top: 2.8rem;
  font-size: 1.4rem;
  line-height: 1.8;
}
.privacyPolicyPageBody .privacyPolicyOne:first-child {
  margin-top: 0;
}
.privacyPolicyPageBody .privacyPolicyOne dt {
  font-weight: bold;
}
.privacyPolicyPageBody .privacyPolicyAddress {
  margin-top: 2.8rem;
  font-size: 1.4rem;
  line-height: 1.8;
}

.authPage {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1ch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.authPage.Act {
  opacity: 0;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

.authPageLogo {
  position: absolute;
  top: 60px;
  left: 40px;
  width: 263px;
}

.authPageBody {
  width: 100%;
  text-align: center;
}
.authPageBody .authPageTitle {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 5.8rem;
}
.authPageBody .authPageCaution {
  margin-top: 40px;
  font-size: 1.6rem;
  font-weight: bold;
}
.authPageBody .authPageQuestion {
  margin-top: 8px;
  font-size: 2.4rem;
  font-weight: bold;
}
.authPageBody .authPageYesNo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 34px;
}
.authPageBody .authPageYesNo .m_button_primary {
  width: 200px;
  margin: 0 10px;
}
.authPageBody .authPageOmitCheck {
  margin-top: 36px;
}
.authPageBody .authPageOmitCheck input[type=checkbox] {
  display: none;
}
.authPageBody .authPageOmitCheck input[type=checkbox] + label {
  position: relative;
  display: none;
  display: inline-block;
  padding-right: 10px;
  padding-left: 25px;
  cursor: pointer;
}
.authPageBody .authPageOmitCheck input[type=checkbox] + label::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  content: "";
  background-color: #FDFCF5;
  border: 1px solid;
  border-color: #292929;
}
.authPageBody .authPageOmitCheck input[type=checkbox]:checked + label::after {
  position: absolute;
  top: calc(50% + 4px);
  left: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 10px;
  height: 6px;
  margin-top: -8px;
  content: "";
  border-bottom: 2px solid #E5B611;
  border-left: 2px solid #E5B611;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
.authPageBody .authPageOmitCheck label {
  font-size: 1.2rem;
  font-weight: bold;
}
.authPageBody .authPageNote {
  display: block;
  margin-top: 16px;
  font-size: 1.2rem;
}

.no-desktop {
  display: none !important;
}

.no-display {
  display: none !important;
}
#stalker {
  position: fixed;
  top: -26px;
  left: -26px;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  pointer-events: none;
  border: solid 1px #292929;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
#stalker.View {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#stalker span {
  display: block;
  width: 8px;
  height: 8px;
  background: #292929;
  border-radius: 50%;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
#stalker span.ArrowL {
  width: 14px;
  height: 14px;
  background: url("../img/icon_cursor_arrow_l.svg") no-repeat center;
  background-size: 14px;
}
#stalker span.ArrowR {
  width: 14px;
  height: 14px;
  background: url("../img/icon_cursor_arrow_r.svg") no-repeat center;
  background-size: 14px;
}

.js-inView {
  opacity: 0;
}

.js-inViewAct {
  -webkit-animation: inViewActKey 2s;
  animation: inViewActKey 2s;
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
  animation-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@-webkit-keyframes inViewActKey {
  0% {
    opacity: 0;
    -webkit-transform: translateY(8%);
    transform: translateY(8%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes inViewActKey {
  0% {
    opacity: 0;
    -webkit-transform: translateY(8%);
    transform: translateY(8%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.js-inViewFd {
  opacity: 0;
}

.js-inViewFdAct {
  -webkit-animation: inViewFdActKey 2.3s;
  animation: inViewFdActKey 2.3s;
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.js-inViewTimeLine {
  opacity: 0;
}
.js-inViewTimeLine::after {
  height: 0 !important;
  -webkit-transition: all 2s;
  transition: all 2s;
}

.js-inViewTimeLineAct {
  -webkit-animation: inViewActKey 2s;
  animation: inViewActKey 2s;
  -webkit-animation-timing-function: cubic-bezier(0.31, 0.24, 0.01, 1.39);
  animation-timing-function: cubic-bezier(0.31, 0.24, 0.01, 1.39);
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.js-inViewTimeLineAct::after {
  height: 100% !important;
}

@-webkit-keyframes inViewFdActKey {
  0% {
    opacity: 0;
    -webkit-transform: translateY(8%);
    transform: translateY(8%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes inViewFdActKey {
  0% {
    opacity: 0;
    -webkit-transform: translateY(8%);
    transform: translateY(8%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.js-inViewOpacity {
  opacity: 0;
}

.js-inViewOpacityAct {
  -webkit-animation: inViewOpacityActKey 1.6s;
  animation: inViewOpacityActKey 1.6s;
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
  animation-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes inViewOpacityActKey {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes inViewOpacityActKey {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scrollKey {
  0% {
    bottom: -40px;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
  50% {
    bottom: -40px;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
  65% {
    bottom: 0px;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  75% {
    bottom: 0px;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
  100% {
    bottom: 0px;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}
@keyframes scrollKey {
  0% {
    bottom: -40px;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
  50% {
    bottom: -40px;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
  65% {
    bottom: 0px;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  75% {
    bottom: 0px;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
  100% {
    bottom: 0px;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}
.left {
  float: left;
}

.right {
  float: right;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.none,
[hidden] {
  display: none;
}

.font-ultra-bold {
  font-weight: 900;
}

.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: 500;
}

.font-light {
  font-weight: 300;
}

.font-thin {
  font-weight: 100;
}

.font-normal {
  font-style: normal;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pre-wrap {
  white-space: pre-wrap;
}

@media screen and (max-width: 787px) {
  .l_wrap {
    margin-top: 80px;
  }
  .l_primaryFullContent {
    height: auto;
    min-height: 100vh;
    /* Fallback */
    min-height: calc(var(--vh, 1vh) * 100);
  }
  .l_primaryContent {
    padding-top: 110px;
    padding-bottom: 130px;
  }
  .l_secondaryContent {
    padding-top: 38px;
    padding-bottom: 60px;
  }
  .m_button_primary:hover .m_button_primary_inner:nth-child(1) {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  .m_button_primary:hover .m_button_primary_inner:nth-child(2) {
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
  }
  .m_button_primary.Mid {
    height: 47px;
    line-height: 47px;
  }
  .m_button_primary.Mid span {
    font-size: 1.4rem;
  }
  .m_button_primary.MidLarge {
    height: 47px;
    line-height: 47px;
  }
  .m_button_primary.MidLarge span {
    font-size: 1.4rem;
  }
  .m_button_primary.Large {
    height: 47px;
    line-height: 47px;
  }
  .m_button_primary.Large span {
    font-size: 1.2rem;
  }
  .m_bannerCardBody dt {
    font-size: 4.2rem;
  }
  .m_bannerCardBody dd {
    font-size: 1.6rem;
  }
  .m_bottleCardJaName {
    font-size: 1.5rem;
  }
  .m_all_link:hover .m_all_link_in:nth-child(1) {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  .m_all_link:hover .m_all_link_in:nth-child(2) {
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
  }
  .m_more_link a:hover::after {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  .m_stickyNavItem {
    font-size: 2.4rem;
  }
  .m_bottomPageNavPrev {
    display: none;
    font-size: 1.2rem;
  }
  .m_bottomPageNavPrev:hover span:nth-child(1) {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  .m_bottomPageNavPrev:hover span:nth-child(2) {
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
  }
  .m_bottomPageNavList {
    margin: 0 auto;
  }
  .m_bottomPageNavNext {
    display: none;
    font-size: 1.2rem;
  }
  .m_bottomPageNavNext:hover span:nth-child(1) {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  .m_bottomPageNavNext:hover span:nth-child(2) {
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
  }
  .m_headingTitle_primary {
    font-size: 5.8rem;
    font-size: 5.1rem;
    font-size: 12.3188405797vw;
  }
  .m_headingTitle_primary small {
    font-size: 1.2rem;
  }
  .m_headingTitle_primary.Small {
    font-size: 5.8rem;
    font-size: 5.8rem;
    font-size: 14.0096618357vw;
  }
  .m_headingTitle_primary.Large {
    font-size: 5.8rem;
    font-size: 5.8rem;
    font-size: 14.0096618357vw;
  }
  .m_headingRead_primary {
    font-size: 2rem;
    font-size: 2rem;
    font-size: 4.8309178744vw;
  }
  .m_headingRead_primary.Mid {
    font-size: 1.6rem;
  }
  .m_headingRead_primary.Small {
    font-size: 1.4rem;
  }
  .c_bannerCardWrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 4%;
  }
  .c_bannerCard {
    width: 100%;
    margin: 0 0 40px 0;
  }
  .c_bannerCard:last-child {
    margin: 0;
  }
  .c_bannerCard:hover .m_bannerCardImage img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .c_bannerCard .m_bannerCardBody {
    padding: 18px 8% 24px;
  }
  .c_newsMediaCardWrap {
    padding: 0 4% 0 4%;
  }
  .c_newsMediaCardWrap .c_newsMediaCard {
    width: 100%;
  }
  .c_newsMediaCardWrap .c_newsMediaCard .m_newsMediaCardImage {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 26%;
    padding-top: 26%;
  }
  .c_newsMediaCardListWrap .c_newsMediaCard {
    width: 100%;
  }
  .c_newsMediaCardListWrap .c_newsMediaCard .m_newsMediaCardImage {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 26%;
    padding-top: 26%;
  }
  .c_newsMediaCard .m_newsMediaCardBody .m_newsMediaCardRead span {
    background: none;
  }
  .c_bottleCard .c_bottleCardInner {
    -webkit-clip-path: inset(0px 6px);
    clip-path: inset(0px 6px);
  }
  .c_bottleCard .m_bottleCardEnName {
    top: 20px;
    opacity: 1;
  }
  .c_bottleCard .m_bottleCardJaName {
    bottom: 20px;
    opacity: 1;
  }
  .c_bottleCardThum .c_bottleCardInner {
    padding: 28px 0px;
  }
  .c_bottleCardThum .m_bottleCardImage {
    width: 80%;
  }
  .c_bottleCardThum .m_bottleCardEnName {
    font-size: 2rem;
    font-size: 4.8309178744vw;
  }
  .c_bottleCardThum .m_bottleCardJaName {
    font-size: 1.4rem;
  }
  .c_interviewCard:hover .m_interviewCardImage img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .c_stickyNav {
    position: relative;
    left: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 4%;
    margin-bottom: 48px;
  }
  .c_stickyNav .m_stickyNavItem {
    padding-right: 10%;
    margin-bottom: 0px;
  }
  .c_pagerNav {
    padding-top: 80px;
    text-align: left;
  }
  .c_bottomPageNav {
    padding: 90px 5%;
  }
  .c_bottomPageNav .m_bottomPageNavList {
    width: 50%;
  }
  .c_bottomPageNav .m_bottomPageNavList.Mid {
    width: 59%;
  }
  .c_dlTableWrap {
    display: block;
  }
  .c_dlTableBox {
    width: 100%;
  }
  .c_dlTable {
    width: 100%;
    margin-top: 20px;
  }
  .c_dlTable .m_dlTable_th {
    width: 30%;
  }
  .c_dlTable .m_dlTable_td ul:nth-child(2) {
    margin-top: 16px;
  }
  .c_dlTable .m_dlTable_td {
    width: 70%;
  }
  .c_headingBox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c_headingBox .m_headingTitle_primary {
    width: 100%;
  }
  .c_headingBox .m_headingTitle_primary.Wide {
    margin-left: -2%;
  }
  .c_headingBox .m_headingTitle_primary small {
    margin-top: 12px;
  }
  .c_headingBox .m_headingTitle_body {
    width: 100%;
    margin-top: 26px;
  }
  .c_headingBox .m_headingTitle_body .m_button_primary {
    margin-top: 28px;
  }
  .c_headingBox .m_all_link {
    display: none;
  }
  .c_headingBox.PageThum .m_headingTitle_primary {
    width: 100%;
  }
  .c_headingBox.PageThum .m_headingTitle_body {
    width: 100%;
  }
  .c_headingBox.PageThum .m_headingTitle_body .m_button_primary {
    margin-top: 28px;
  }
  .c_headingSingleBox .m_headingTitle_primary small {
    margin-top: 12px;
  }
  .c_headingSingleBox .m_headingTitle_body .m_button_primary {
    margin-top: 28px;
  }
  .c_figureCaptionBox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 4% 0 4%;
  }
  .c_figureCaptionBox .m_figureCaptionCardImage {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-top: 60px;
    margin-right: 0%;
  }
  .c_figureCaptionBox .m_figureCaptionCardBody {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  .c_figureCaptionBox.WorkStyle .m_figureCaptionCardImage {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0px;
  }
  .c_figureCaptionBox.WorkStyle .m_figureCaptionCardBody {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 24px;
  }
  .c_figureCaptionBox.WorkStyle .m_figureCaptionCardBody .m_headingTitle_body {
    margin-top: 32px;
  }
  .c_figureCaptionBox.WorkStyle .m_figureCaptionCardBody .m_headingTitle_body .m_headingRead_primary.InnerHeadTitle {
    margin-bottom: 16px;
  }
  .c_pageThumCaptionBoxWrap {
    padding-top: 0;
  }
  .c_pageThumCaptionBoxWrap .c_pageThumCaptionBox:last-child {
    margin-top: 74px;
  }
  .c_pageThumCaptionBox {
    padding: 0;
  }
  .c_pageThumCaptionBox .m_figureCaptionCardBody {
    padding: 0 4%;
    margin-top: 28px;
  }
  body.fixed {
    height: auto;
    overflow: hidden;
  }
  html.fixed {
    height: auto;
    overflow: hidden;
  }
  .p_headerInner {
    height: 80px;
    padding: 0 0 0 0;
  }
  .p_headerInner.Top {
    height: 143px;
    padding: 0 0 0 0;
  }
  .p_headerInner.Top .p_headerLogo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 80%;
    padding-left: 20%;
    margin-left: -2%;
  }
  .p_headerInner.Top .p_headerLogo img {
    width: 120%;
    margin-left: -10%;
  }
  .p_headerInner.Top .p_headerMenuWrap .p_headerButton {
    margin-top: -73px;
  }
  .p_headerInner.Min {
    height: 50px;
  }
  .p_headerInner.Min .p_headerLogo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 117px;
    padding-left: 0%;
    margin-left: 4%;
  }
  .p_headerInner.Min .p_headerLogo img {
    width: 100%;
    margin-left: 0%;
  }
  .p_headerInner.Min .p_headerMenuWrap .p_headerButton {
    margin-top: 0px;
  }
  .p_headerInner.Min .p_headerMenuWrap.White .p_headerMenu__item a:hover {
    color: #000000;
  }
  .p_headerInner .p_headerLogo {
    width: 160px;
    margin-left: 4%;
  }
  .p_headerInner .p_headerMenuWrap.White .p_headerMenu__item a:hover {
    color: #000000;
  }
  .p_headerInner .p_headerMenuWrap .p_headerMenu {
    display: none;
  }
  .p_headerInner .p_headerMenuWrap .p_headerMenu__item a:hover {
    color: #000000;
  }
  .p_headerInner .p_headerMenuWrap .p_headerButton {
    width: 50px;
    height: 50px;
  }
  .p_headerNav .p_headerNavInner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
  }
  .p_headerNav .p_headerNavSPHeadLogo {
    position: absolute;
    top: 28px;
    left: 4%;
    z-index: 2;
    display: block;
    width: 160px;
  }
  .p_headerNav .p_headerNavButton {
    top: 13px;
    right: 16px;
    width: 48px;
    height: 48px;
  }
  .p_headerNav .p_headerNavSocial {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    padding: 70px 0;
  }
  .p_headerNav .p_headerNavSocial .p_headerNavLogo {
    width: 100%;
    max-width: 263px;
  }
  .p_headerNav .p_headerNavMenu {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  .p_headerNav .p_headerNavMenu .p_headerNavMenuInner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 120px 9.8%;
  }
  .p_headerNav .p_headerNavMenu .p_headerNavMenuBox:nth-child(1) {
    margin-right: 0;
  }
  .p_headerNav .p_headerNavMenu .p_headerNavMenuBox:nth-child(2) {
    margin-top: 64px;
  }
  .p_headerNav .p_headerNavMenu .p_headerNavMenuBox {
    width: 100%;
    margin-right: 0;
  }
  .p_headerNav .p_headerNavMenu .p_headerNavCategory {
    font-size: 4rem;
  }
  .p_headerNav .p_headerNavMenu .p_headerNavCategory a:hover {
    color: #000000;
  }
  .p_headerNav .p_headerNavMenu .p_headerNavInnerCategory__item {
    font-size: 1.6rem;
  }
  .p_headerNav .p_headerNavMenu .p_headerNavInnerCategory__item a:hover {
    color: #000000;
  }
  .p_footerWrap .p_footerPageTop {
    top: 17.5%;
  }
  .p_footerWrap .p_footerPageTop a small {
    left: 0.6rem;
  }
  .p_footerWrap .p_footerPageTop:hover a small {
    top: -36px;
  }
  .p_footerWrap .p_footerInner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p_footerWrap .p_footerSocial {
    width: 100%;
    padding: 70px 0;
  }
  .p_footerWrap .p_footerBody {
    width: 100%;
    padding: 70px 4% 40px 4%;
  }
  .p_footerWrap .p_footerBody .p_footerNav {
    margin-bottom: 26px;
  }
  .p_footerWrap .p_footerBody .p_footerNav__item {
    display: block;
    margin-right: 0px;
    margin-bottom: 16px;
  }
  .p_footerWrap .p_footerBody .p_footerNav__item:last-child {
    margin-bottom: 0;
  }
  .p_footerWrap .p_footerBody .p_footerNav__item a:hover {
    color: #ffffff;
  }
  .p_footerWrap .p_footerBody .p_footerRead {
    margin-bottom: 85px;
  }
  .p_footerWrap .p_footerBody .p_footerCopyRight {
    position: relative;
    bottom: unset;
  }
  .p_wpPageContentBody {
    margin-top: 30px;
    font-size: 1.4rem;
  }
  .p_wpPageContentBody p, .p_wpPageContentBody div {
    margin-bottom: 24px;
  }
  .p_wpPageContentBody h4, .p_wpPageContentBody h5, .p_wpPageContentBody h6 {
    margin-bottom: 6px;
  }
  .topPageKV {
    padding-top: 63px;
  }
  .topPageKV .topPageKVSlideWrap {
    padding-top: 177%;
  }
  .topPageKVTitleWrap {
    top: 143px;
    padding-top: 177%;
  }
  .topPageKVTitleWrap {
    left: 0%;
    width: 100%;
  }
  .topPageKVScroll {
    right: 4%;
    bottom: 20%;
  }
  .topPageKVTitle {
    bottom: 35%;
    left: 4%;
  }
  .topPageKVTitle h1 {
    width: 100%;
    line-height: 0.85;
    font-size: 6.4rem;
    font-size: 15.4589371981vw;
  }
  .topPageKVTitle h1 span:nth-child(1) {
    margin-left: 0%;
  }
  .topPageKVTitle h1 span:nth-child(2) {
    margin-left: 0%;
  }
  .topPageKVTitle h1 span:nth-child(3) {
    margin-left: 0%;
  }
  .topPageKVTitle h1 small.Space {
    padding-left: 1.5rem;
  }
  .topPageKVTitle p {
    margin-top: 24px;
    margin-left: 0%;
    font-size: 2rem;
    line-height: 2;
    font-size: 2rem;
    font-size: 4.8309178744vw;
  }
  .aboutPageHistory .m_headingTitle_body {
    padding: 0 0 0 10%;
    margin-top: 40px;
  }
  .aboutPageCompanyProfile .aboutPageCompanyProfileTable {
    padding: 20px 4% 0;
  }
  .aboutPageCompanyProfile .aboutPageCompanyProfileBadge {
    display: block;
    padding: 70px 4% 0;
  }
  .aboutPageCompanyProfile .aboutPageCompanyProfileBadge .aboutPageCompanyProfileBadgeImage {
    width: 100%;
    margin-right: 0;
    margin-bottom: 26px;
  }
  .aboutPageCompanyProfile .aboutPageCompanyProfileBadge .aboutPageCompanyProfileBadgeBody dd {
    margin-top: 6px;
  }
  .aboutPageCompanyProfile .aboutPageCompanyProfileBadge .aboutPageCompanyProfileBadgeBody dd:last-child {
    margin-top: 18px;
  }
  .c_timeLineWrap {
    width: 100%;
    padding: 0 3%;
    margin-top: 130px;
    margin-right: 0%;
    margin-left: 0%;
  }
  .c_timeLineWrap .c_timeLineOne {
    display: block;
    padding-bottom: 100px;
  }
  .c_timeLineWrap .c_timeLineOne:first-child .m_timeLinePoint {
    top: 7rem;
  }
  .c_timeLineWrap .c_timeLineOne:first-child::after {
    top: 7rem;
  }
  .c_timeLineWrap .c_timeLineOne::after {
    top: calc(1.8rem + 12px);
    left: calc(1% + 10px);
    height: calc(100% - (1.8rem + 12px)) !important;
  }
  .c_timeLineWrap .c_timeLineOne .m_timeLinePoint {
    top: 1.8rem;
    left: 1%;
    width: 22px;
    height: 22px;
  }
  .c_timeLineWrap .c_timeLineOne .m_timeLinePoint.NoBorder span {
    width: 12px;
    height: 12px;
  }
  .c_timeLineWrap .c_timeLineOne .m_timeLinePoint span {
    width: 8px;
    height: 8px;
  }
  .c_timeLineWrap .c_timeLineOne .m_timeLineYear {
    width: 100%;
    padding-bottom: 24px;
    padding-left: 14%;
    font-size: 5.2rem;
  }
  .c_timeLineWrap .c_timeLineOne .m_timeLineYear.Double {
    margin-top: -2.5rem;
  }
  .c_timeLineWrap .c_timeLineOne .m_timeLineYear.Double span {
    display: inline-block;
    padding: 4% 2% 0;
    vertical-align: middle;
  }
  .c_timeLineWrap .c_timeLineOne .m_timeLineYear.Double span::after {
    display: none;
  }
  .c_timeLineWrap .c_timeLineOne .m_timeLineEvent {
    display: block;
    width: 100%;
    padding-left: 10%;
  }
  .c_timeLineWrap .c_timeLineOne .m_timeLineEvent .m_timeLineEventTag {
    width: 100%;
    margin-bottom: 4px;
    font-size: 1.2rem;
  }
  .c_timeLineWrap .c_timeLineOne .m_timeLineEvent .m_timeLineEventBody.OuterFlex .m_timeLineEventTitle {
    width: 70%;
  }
  .c_timeLineWrap .c_timeLineOne .m_timeLineEvent .m_timeLineEventBody.OuterFlex .m_timeLineEventImage {
    width: 30%;
  }
  .c_timeLineWrap .c_timeLineOne .m_timeLineEvent .m_timeLineEventBody.OuterFlex .OuterFlexDL {
    width: 70%;
  }
  .c_timeLineWrap .c_timeLineOne .m_timeLineEvent .m_timeLineEventTitle {
    font-size: 1.8rem;
  }
  .c_timeLineWrap .c_timeLineOne .m_timeLineEvent .m_timeLineEventRead {
    margin-top: 6px;
    font-size: 1.4rem;
    line-height: 2;
  }
  .c_timeLineWrap .c_timeLineOne .m_timeLineEvent .m_timeLineEventImage {
    margin-top: 28px;
  }
  .culturePageTypes .c_cultureTypeCardWrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 4%;
  }
  .culturePageTypes .c_cultureTypeCard {
    width: 100%;
  }
  .c_cultureTypeCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 46px;
  }
  .c_cultureTypeCard:last-child {
    margin-bottom: 0;
  }
  .c_cultureTypeCard .m_cultureTypeCardImage {
    width: 26%;
  }
  .c_cultureTypeCard .m_cultureTypeCardBody {
    width: 74%;
    padding-left: 5%;
    margin-top: 0px;
  }
  .c_cultureTypeCard .m_cultureTypeCardBody dt {
    font-size: 3.2rem;
    text-align: left;
  }
  .c_cultureTypeCard .m_cultureTypeCardBody dt span {
    margin-top: 12px;
    font-size: 1.2rem;
  }
  .c_cultureTypeCard .m_cultureTypeCardBody dt {
    margin-top: -0.5rem;
    line-height: 1;
  }
  .c_cultureTypeCard .m_cultureTypeCardBody dd {
    margin-top: 14px;
  }
  .c_principlesWrap {
    padding-top: 32px;
  }
  .c_principlesWrap .c_stickyNav {
    position: relative;
    left: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 4%;
    margin-bottom: 48px;
    width: 100%;
  }
  .c_principlesWrap .c_principlesInnerWrap {
    width: 100%;
    padding: 0 4%;
    margin-left: 0%;
  }
  .c_principlesWrap .c_principlesTitle {
    font-size: 5.8rem;
  }
  .c_principlesWrap .c_principlesTitle img {
    width: 26%;
  }
  .c_principlesWrap .c_principlesTitle span {
    font-size: 3.2rem;
  }
  .c_principlesWrap .c_principlesList {
    margin-top: 35px;
  }
  .c_principlesWrap .c_principlesList .c_principlesListItem {
    margin-bottom: 46px;
  }
  .c_principlesWrap .c_principlesList .c_principlesListItem:last-child {
    margin-bottom: 0;
  }
  .c_principlesWrap .c_principlesList .c_principlesListItem .m_principlesBody dt {
    font-size: 1.8rem;
  }
  .betterWorldPageTypes .c_betterWorldTypeCardWrap {
    padding: 0 4%;
  }
  .c_betterWorldTypeCard {
    margin-bottom: 50px;
  }
  .c_betterWorldTypeCard:last-child {
    margin-bottom: 0;
  }
  .c_betterWorldTypeCard .m_betterWorldTypeCardImage {
    width: 26%;
  }
  .c_betterWorldTypeCard .m_betterWorldTypeCardBody {
    width: 74%;
    padding-left: 5%;
  }
  .c_betterWorldTypeCard .m_betterWorldTypeCardBody dt {
    margin-top: -1rem;
    font-size: 3.2rem;
  }
  .c_betterWorldTypeCard .m_betterWorldTypeCardBody dt span {
    margin-top: 0px;
    font-size: 1.2rem;
  }
  .c_betterWorldTypeCard .m_betterWorldTypeCardBody dd {
    margin-top: 12px;
  }
  .betterWorldPageGoals .betterWorldPageGoalsInner {
    padding: 0 4%;
  }
  .betterWorldPageGoals .c_SGoalsTitleBox {
    position: relative;
    left: unset;
  }
  .betterWorldPageGoals .c_SGoalsTitleBox .m_SGoalsTitle {
    font-size: 7.8rem;
    font-size: 7.8rem;
    font-size: 18.8405797101vw;
  }
  .betterWorldPageGoals .c_SGoalsTitleBox .m_SGoalsTitle span {
    margin-top: -0.5rem;
    font-size: 5.8rem;
    line-height: 1;
    font-size: 5.8rem;
    font-size: 14.0096618357vw;
  }
  .betterWorldPageGoals .c_SGoalsTitleBox .m_SGoalsTitle small {
    margin-top: 14px;
    font-size: 1.2rem;
  }
  .betterWorldPageGoals .betterWorldPageGoalsBody {
    width: 100%;
    margin-top: 46px;
    margin-left: 0;
  }
  .betterWorldPageGoals .betterWorldPageGoalsBody .m_SGoalsRead {
    margin-top: 12px;
    line-height: 1.8;
  }
  .betterWorldPageGoals .betterWorldPageGoalsBody .m_SGoalsRead:first-child {
    margin-top: 0;
  }
  .betterWorldPageGoals .betterWorldPageGoalsBody .m_SGoalsTask {
    margin-top: 40px;
  }
  .betterWorldPageGoals .betterWorldPageGoalsBody .m_SGoalsTask div {
    margin-right: 4%;
  }
  .betterWorldPageGoals .betterWorldPageGoalsBody .m_SGoalsTask dt {
    font-size: 1.6rem;
  }
  .ourBrandBottleCards .ourBrandBottleCardsList {
    padding: 0 4%;
  }
  .ourBrandBottleCards .ourBrandBottleCardsList .c_bottleCardThum:hover .m_bottleCardImage {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .ourBrandBottleCards .ourBrandBottleCardsList .c_bottleCardThum {
    width: 47.5%;
    margin-top: 40px;
    margin-right: 0;
  }
  .ourBrandBottleCards .ourBrandBottleCardsList .c_bottleCardThum:nth-child(3n) {
    margin-right: 0;
  }
  .ourBrandBottleCards .ourBrandBottleCardsList .c_bottleCardThum:nth-child(2n) {
    margin-left: 5%;
  }
  .ourBrandBottleCards .ourBrandBottleCardsList .c_bottleCardThum:nth-child(-n+3) {
    margin-top: 40px;
  }
  .ourBrandBottleCards .ourBrandBottleCardsList .c_bottleCardThum:nth-child(-n+2) {
    margin-top: 0px;
  }
  .ourBrandPureDraught {
    padding-top: 60px;
  }
  .ourBrandPureDraught .ourBrandPureDraughtInner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 4%;
  }
  .ourBrandPureDraught .ourBrandPureDraughtLogo {
    width: 80%;
    margin: 0 auto;
  }
  .ourBrandPureDraught .ourBrandPureDraughtInfo {
    width: 100%;
    margin: 46px auto 0;
  }
  .ourBrandPureDraught .ourBrandPureDraughtInfo img {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .ourBrandPureDraught .ourBrandPureDraughtInfo p {
    margin-top: 26px;
    margin-bottom: 36px;
  }
  .ourBrandDetailPage .ourBrandDetailPageContentBody .ourBrandDetailWrap {
    display: block;
  }
  .ourBrandDetailPage .ourBrandDetailPhotos {
    width: 100%;
  }
  .ourBrandDetailPage .ourBrandDetailBody {
    width: 100%;
    padding: 0px 4% 115px;
  }
  .ourBrandDetailPage .ourBrandDetailBox .ourBrandDetailBoxLogo {
    width: 34%;
    margin-bottom: 0px;
  }
  .ourBrandDetailPage .ourBrandDetailBox .ourBrandDetailBoxTitle {
    font-size: 4.2rem;
    font-size: 4.2rem;
    font-size: 10.1449275362vw;
    white-space: unset;
  }
  .ourBrandDetailPage .ourBrandDetailBox .ourBrandDetailBoxTitle span {
    margin-top: 22px;
    font-size: 1.8rem;
    font-size: 1.8rem;
    font-size: 4.347826087vw;
  }
  .ourBrandDetailPage .ourBrandDetailBox .ourBrandDetailBoxRead {
    margin-top: 30px;
  }
  .ourBrandDetailPage .ourBrandDetailBox .ourBrandDetailBoxDraught {
    width: 29%;
    margin-top: 12px;
  }
  .ourBrandDetailPage .ourBrandDetailBox .ourBrandDetailBoxLinks {
    display: block;
    margin-top: 60px;
  }
  .ourBrandDetailPage .ourBrandDetailBox .ourBrandDetailBoxLinks .ourBrandDetailBoxSite {
    width: 50%;
    margin-right: 0;
  }
  .ourBrandDetailPage .ourBrandDetailBox .ourBrandDetailBoxLinks .ourBrandDetailBoxSNS {
    margin-top: 40px;
  }
  .ourBrandDetailPageContentNav .m_button_primary {
    width: 72%;
  }
  .c_newsMediaWrap .c_stickyNav {
    position: relative;
    left: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 4%;
    margin-bottom: 48px;
  }
  .c_newsMediaWrap .c_newsMediaInnerWrap {
    width: 100%;
    padding: 0 4%;
    margin-left: 0%;
  }
  .newsMediaSinglePage .newsMediaSinglePageHead {
    width: 100%;
    padding: 40px 0 70px 0;
    margin: 0 auto;
  }
  .newsMediaSinglePage .newsMediaSinglePageHead__title {
    padding: 0 4%;
    margin-top: 20px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.8;
  }
  .newsMediaSinglePage .newsMediaSinglePageHead__info {
    padding: 0 4%;
    margin-top: 8px;
  }
  .newsMediaSinglePage .newsMediaSinglePageBody .newsMediaSinglePageBodyInner {
    padding: 64px 4%;
  }
  .newsMediaSinglePage .newsMediaSinglePageBody .newsMediaSinglePageBodyInner h1, .newsMediaSinglePage .newsMediaSinglePageBody .newsMediaSinglePageBodyInner h2, .newsMediaSinglePage .newsMediaSinglePageBody .newsMediaSinglePageBodyInner h3, .newsMediaSinglePage .newsMediaSinglePageBody .newsMediaSinglePageBodyInner h4, .newsMediaSinglePage .newsMediaSinglePageBody .newsMediaSinglePageBodyInner h5 {
    margin-bottom: 8px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .newsMediaSinglePage .newsMediaSinglePageBody .newsMediaSinglePageBodyInner img {
    width: 100%;
    height: auto;
  }
  .careersWorking {
    padding-bottom: 100px;
  }
  .careersInterview .careersInterviewBar {
    display: block;
  }
  .careersInterview .c_interviewCardWrap {
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    padding: 40px 0 0;
    margin-left: 4%;
  }
  .careersInterview .c_interviewCard {
    width: 67%;
    margin-top: 0px;
    margin-right: 0%;
    margin-bottom: 20px;
  }
  .interviewPage {
    margin-top: 0;
  }
  .interviewPageHead {
    padding-top: 0;
  }
  .interviewPageHead .interviewPageHeadInner {
    display: block;
    padding: 0;
  }
  .interviewPageHead .interviewPageHeadInner .interviewPageHeadImage {
    width: 100%;
  }
  .interviewPageHead .interviewPageHeadInner .interviewPageHeadBody {
    width: 100%;
    padding-top: 64px;
    padding-right: 4%;
    padding-left: 4%;
  }
  .interviewPageHead .interviewPageHeadInner .interviewPageHeadBody .interviewPageHeadName {
    font-size: 4.2rem;
  }
  .interviewPageHead .interviewPageHeadInner .interviewPageHeadBody .interviewPageHeadRead {
    margin-top: 8px;
    font-size: 2.2rem;
    line-height: 1.8;
  }
  .interviewPageHead .interviewPageHeadInner .interviewPageHeadBody .interviewPageHeadType {
    margin-top: 20px;
  }
  .interviewPageHead .interviewPageHeadInner .interviewPageHeadBody .interviewPageHeadType dd {
    margin-top: 10px;
  }
  .interviewPageBody {
    padding: 64px 4% 64px;
  }
  .interviewPageBody .interviewBox {
    margin-top: 48px;
  }
  .interviewPageBody .interviewBox:first-child {
    margin-top: 0;
  }
  .interviewPageBody .interviewBox .interviewBoxTitle span {
    margin-bottom: 6px;
  }
  .interviewPageBody .interviewBox .interviewBoxTitle {
    font-size: 2rem;
    line-height: 1.8;
  }
  .interviewPageBody .interviewBox .interviewBoxRead {
    margin-top: 4px;
  }
  .foodPairingPageBodyHead {
    padding-bottom: 100px;
  }
  .foodPairingPageBodyHead .foodPairingPageBodyHeadRead {
    padding: 0 4%;
    text-align: left;
  }
  .foodPairingPageBodyHead .foodPairingTypeBoxWrap {
    display: block;
    padding: 0 4%;
  }
  .foodPairingPageBodyHead .foodPairingTypeBoxWrap .foodPairingTypeBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 46px;
  }
  .foodPairingPageBodyHead .foodPairingTypeBoxWrap .foodPairingTypeBox:last-child {
    margin-bottom: 0;
  }
  .foodPairingPageBodyHead .foodPairingTypeBoxWrap .foodPairingTypeBox:nth-child(2) {
    margin: 0 0;
    margin-bottom: 46px;
  }
  .foodPairingPageBodyHead .foodPairingTypeBoxWrap .foodPairingTypeBox .foodPairingTypeBoxImage {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 21%;
    margin-top: 3%;
  }
  .foodPairingPageBodyHead .foodPairingTypeBoxWrap .foodPairingTypeBox .foodPairingTypeBoxBody {
    margin-top: 0px;
    margin-left: 6%;
  }
  .foodPairingPageBodyHead .foodPairingTypeBoxWrap .foodPairingTypeBox .foodPairingTypeBoxBody dt {
    text-align: left;
  }
  .foodPairingPageBodyHead .foodPairingTypeBoxWrap .foodPairingTypeBox .foodPairingTypeBoxBody dt .En {
    font-size: 3.2rem;
  }
  .foodPairingPageBodyHead .foodPairingTypeBoxWrap .foodPairingTypeBox .foodPairingTypeBoxBody dt .En .Num {
    left: -20px;
    width: 18px;
    height: 18px;
  }
  .foodPairingPageBodyHead .foodPairingTypeBoxWrap .foodPairingTypeBox .foodPairingTypeBoxBody dt span {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .foodPairingPageBodyHead .foodPairingTypeBoxWrap .foodPairingTypeBox .foodPairingTypeBoxBody dd {
    margin-top: 14px;
  }
  .foodPairingPageBody {
    padding: 56px 0 64px 0;
  }
  .foodPairingPageBody .foodPairingType {
    padding: 56px 4%;
    margin-bottom: 0;
  }
  .foodPairingPageBody .foodPairingType .foodPairingTypeBudge {
    position: relative;
    left: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .foodPairingPageBody .foodPairingType .foodPairingTypeBudge dt {
    font-size: 3.2rem;
  }
  .foodPairingPageBody .foodPairingType .foodPairingTypeBudge dt span {
    font-size: 1.2rem;
  }
  .foodPairingPageBody .foodPairingType .foodPairingTypeBudge dd {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 30%;
    margin-top: 0px;
  }
  .foodPairingPageBody .foodPairingType .foodPairingTypeBody {
    width: 100%;
    margin-top: 28px;
    margin-left: 0%;
  }
  .foodPairingPageBody .foodPairingType .foodPairingTypeBody .foodPairingTypeBodyFigure figcaption span.SPPull {
    padding-left: 0;
  }
  .foodPairingPageBody .foodPairingType .foodPairingTypeBody .foodPairingTypeBodyFigure figcaption {
    margin-bottom: 11px;
  }
  .foodPairingPageBody .foodPairingType .foodPairingTypeBody .foodPairingTypeBodyFigure {
    margin-top: 56px;
  }
  .foodPairingPageInnerBody {
    padding: 0;
  }
  .foodPairingCard {
    display: block;
    margin-bottom: 60px;
  }
  .foodPairingCard .foodPairingCardImage {
    width: 100%;
  }
  .foodPairingCard .foodPairingCardBody {
    width: 100%;
    padding: 48px 5%;
    margin-top: 0;
    margin-left: 0;
  }
  .foodPairingCard .foodPairingCardBody .foodPairingCardLogo {
    width: 38%;
  }
  .foodPairingCard .foodPairingCardBody .foodPairingCardInfo {
    margin-top: 10px;
  }
  .foodPairingCard .foodPairingCardBody .foodPairingCardInfo dt span.En {
    padding-right: 20px;
    font-size: 2rem;
  }
  .foodPairingCard .foodPairingCardBody .foodPairingCardInfo dt span.Ja {
    padding-left: 30px;
    font-size: 2rem;
  }
  .foodPairingCard .foodPairingCardBody .foodPairingCardInfo dd {
    margin-top: 10px;
  }
  .foodPairingCard .foodPairingCardBody .foodPairingCardFood {
    margin-top: 28px;
  }
  .beerStylePage {
    margin-top: 0;
  }
  .beerStylePageHead {
    padding-top: 120px;
  }
  .beerStyleChartWarp {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100vw;
    margin: 80px calc(50% - 50vw);
    overflow-x: scroll;
  }
  .beerStyleChartWarp .beerStyleChartInnerWrap {
    min-width: 828px;
    padding: 0 4%;
  }
  .beerStyleChartWarp .beerStyleCharTitle {
    font-size: 1.4rem;
  }
  .beerStyleChartWarp .beerStyleCharTitle.Left {
    top: calc(50% - 1rem);
  }
  .beerStyleChartWarp .beerStyleCharTitle.Right {
    top: calc(50% - 1rem);
  }
  .beerStylePageInnerBody {
    padding: 0 4%;
  }
  .beerStyleList {
    margin-top: 100px;
  }
  .beerStyleList .beerStyleListTitle {
    font-size: 4.2rem;
  }
  .beerStyleList .beerStyleListTitle span {
    margin-top: 12px;
    font-size: 1.2rem;
  }
  .beerStyleList .beerStyleListBox {
    padding: 0 0%;
    margin-top: 50px;
  }
  .beerStyleList .beerStyleListBox.Lager .beerStyleListCard {
    width: 100%;
  }
  .beerStyleList .beerStyleListBox.Lager .beerStyleListCard:nth-child(n+2) {
    margin-top: 48px;
  }
  .beerStyleList .beerStyleListBox.Ale .beerStyleListCard {
    width: 100%;
    margin-right: 0%;
  }
  .beerStyleList .beerStyleListBox.Ale .beerStyleListCard:nth-child(n+2) {
    margin-top: 48px;
  }
  .beerStyleList .beerStyleListBox.Ale .beerStyleListCard:nth-child(n+4) {
    margin-top: 48px;
  }
  .beerStyleList .beerStyleListCard .beerStyleListCardBody {
    margin-top: 14px;
  }
  .beerStyleList .beerStyleListCard .beerStyleListCardBody dt span {
    margin-top: 14px;
    font-size: 1.2rem;
  }
  .beerStyleList .beerStyleListCard .beerStyleListCardBody dd {
    margin-top: 14px;
  }
  .contactPageContentWarp {
    min-height: 100%;
  }
  .contactPageHead {
    padding-bottom: 100px;
  }
  .contactPageHead .contactPageHeadCall {
    margin-top: 20px;
  }
  .contactPageHead .contactPageHeadCall span {
    display: block;
    padding-left: 0px;
    line-height: 1.4;
  }
  .contactPageHead .contactPageHeadDate {
    margin-top: 6px;
  }
  .privacyPolicyPageBody {
    width: 100%;
    padding: 0 4% 110px;
  }
  .authPageLogo {
    top: 30px;
    left: 20px;
    width: 160px;
  }
  .authPageBody .authPageTitle {
    margin-left: 0.1rem;
    font-size: 5.5rem;
    line-height: 1.2;
    letter-spacing: -0.1rem;
  }
  .authPageBody .authPageCaution {
    margin-top: 36px;
    margin-left: 0.3rem;
    line-height: 1.8;
    text-align: center;
  }
  .authPageBody .authPageQuestion {
    margin-top: 4px;
    margin-left: -0.8rem;
    font-size: 2rem;
    text-align: center;
  }
  .authPageBody .authPageYesNo {
    padding: 0 2%;
    margin-top: 20px;
  }
  .authPageBody .authPageYesNo .m_button_primary {
    width: 48%;
    margin: 0 2%;
  }
  .authPageBody .authPageOmitCheck {
    margin-top: 26px;
  }
  .authPageBody .authPageNote {
    margin-top: 10px;
  }
  .no-mobile {
    display: none !important;
  }

  .show-mobile {
    display: block !important;
  }
  #stalker {
    display: none;
  }
}

@media only screen and (min-width: 1366px) {
  .m_bannerCardBody dt {
    font-size: 5.8rem;
  }
  .m_headingTitle_primary {
    font-size: 8.6rem;
  }
  .m_headingTitle_primary.Small {
    font-size: 5.8rem;
  }
  .m_headingTitle_primary.Large {
    font-size: 9.8rem;
  }
  .m_headingRead_primary {
    font-size: 2.4rem;
  }
  .c_bottleCardThum .m_bottleCardEnName {
    font-size: 3.2rem;
  }
  .topPageKVTitle p {
    font-size: 2.5rem;
  }
  .c_timeLineWrap .c_timeLineOne .m_timeLineYear {
    font-size: 8.2rem;
  }
  .betterWorldPageGoals .c_SGoalsTitleBox .m_SGoalsTitle {
    font-size: 12rem;
  }
  .betterWorldPageGoals .c_SGoalsTitleBox .m_SGoalsTitle span {
    font-size: 7.2rem;
  }
  .beerStyleChartWarp .beerStyleCharTitle {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 787px) and (min-width: 1366px) {
  .m_headingTitle_primary {
    font-size: 5.1rem;
  }
  .m_headingTitle_primary.Small {
    font-size: 5.8rem;
  }
  .m_headingTitle_primary.Large {
    font-size: 5.8rem;
  }
  .m_headingRead_primary {
    font-size: 2rem;
  }
  .c_bottleCardThum .m_bottleCardEnName {
    font-size: 2rem;
  }
  .topPageKVTitle h1 {
    font-size: 6.4rem;
  }
  .topPageKVTitle p {
    font-size: 2rem;
  }
  .betterWorldPageGoals .c_SGoalsTitleBox .m_SGoalsTitle {
    font-size: 7.8rem;
  }
  .betterWorldPageGoals .c_SGoalsTitleBox .m_SGoalsTitle span {
    font-size: 5.8rem;
  }
  .ourBrandDetailPage .ourBrandDetailBox .ourBrandDetailBoxTitle {
    font-size: 4.2rem;
  }
  .ourBrandDetailPage .ourBrandDetailBox .ourBrandDetailBoxTitle span {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1000px) {
  .p_headerInner .p_headerMenuWrap .p_headerMenu__item {
    margin-right: 4%;
  }
  .p_footerWrap .p_footerBody .p_footerNav__item {
    margin-right: 4%;
  }
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .p_footerWrap .p_footerPageTop a small {
    left: 0.8rem;
  }
  .topPageKVTitle h1 span {
    line-height: 1.2;
  }
}

@media screen and (max-width: 1100px) {
  .topPageKVTitle h1 span {
    line-height: 1.2;
  }
}

@media screen and (max-width: 1300px) and (min-width: 1101px) {
  .beerStyleChartWarp .beerStyleCharTitle.Left {
    top: calc(50% - 1.2rem);
  }
  .beerStyleChartWarp .beerStyleCharTitle.Right {
    top: calc(50% - 1.2rem);
  }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .beerStyleChartWarp .beerStyleCharTitle.Left {
    top: calc(50% - 1rem);
  }
  .beerStyleChartWarp .beerStyleCharTitle.Right {
    top: calc(50% - 1rem);
  }
}