@charset "UTF-8";
/**
* Foundation
* ========================== */
/* reset */
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/*  # =================================================================
    # Global selectors
    # ================================================================= */
html {
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
}

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

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

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

/*  # =================================================================
    # General elements
    # ================================================================= */
hr {
  height: 0;
  /* Add the correct box sizing in Firefox */
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

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

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

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

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

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

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

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

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

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

svg:not([fill]) {
  fill: currentColor;
}

/*  # =================================================================
    # Accessibility
    # ================================================================= */
/* Hide content from screens but not screenreaders */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

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

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

/**
* Foundation
* ========================== */
/* variables */
/**
* Foundation
* ========================== */
/* function */
/**
* Foundation
* ========================== */
/* mixin */
/**
* Foundation
* ========================== */
/* base */
::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

html,
body {
  width: 100%;
}

body {
  color: #262526;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
}

body.preload * {
  transition: none !important;
}

body#recruit .pc-menu-topmargin {
  background-color: #fff;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
  width: 100%;
}

li {
  list-style: none;
}

em {
  font-style: normal;
  font-weight: bold;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
}

label,
button,
select {
  cursor: pointer;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  display: inline-block;
  position: relative;
  text-decoration: none;
}

/* ====================================================
reset style
==================================================== */
html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 10px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

address, caption, cite, code, dfn, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

main {
  display: block;
}

section {
  position: relative;
}

a {
  text-decoration: none;
}

body, p, div, li, th, td, dt, dd {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
}

.pc-menu-topmargin {
  height: 90px;
  background: #000;
}

.smt {
  display: none !important;
}

/* header */
/* header { filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#bf000000,EndColorStr=#bf000000); background-color: rgba(0, 0, 0, 0.25); margin: 0; padding: 0; position: fixed; z-index: 100; width: 100%; height: 90px; top: 0; } */
header {
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#bf000000,EndColorStr=#bf000000);
  /* background-color: rgba(0, 0, 0, 0.25); */
  background-color: rgba(255, 255, 255, 0.9);
  /*background-color:#000;*/
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 90px;
  top: 0;
}

header ul{
	letter-spacing:-0.4em;
	/* max-width: 1080px; */
	max-width:1200px;
	margin:27px auto;
	padding:0;
}
header ul li{
	letter-spacing:normal;
	display: inline-block;
	list-style: none;
	margin:0; padding:0;
	vertical-align: middle;
}
header ul li a{
	display: block;
	font-size:13px;
	line-height:26px;
	text-decoration: none;
	color:#212121;
}
header ul li:nth-child(1){
	width:calc(150px + 8.33vw);
}
header ul li:nth-child(1) img{
	width:calc(100% - 8.33vw);
}
header ul li:nth-child(n+2){
	width:auto;
	margin-right:2.26vw;
}
header ul li:nth-child(n+2) a{
	display: block;
	margin-bottom:2px;
	padding:0 1.29vw;
	font-weight: bold;
	font-family: 'Timmana', sans-serif;
}
header ul li:nth-child(n+2) a:hover{
	margin-bottom:0;
	color:#b01f32;
	border-bottom:2px solid #b01f32;
}

@media (min-width:1201px){
	header ul li:nth-child(1){
		width:250px;
	}
	header ul li:nth-child(1) img{
		width:calc(100% - 100px);
	}
	header ul li:nth-child(n+2){
		margin-right:18px;
	}
	header ul li:nth-child(n+2) a{
		padding:0 15px;
	}
}
@media (max-width:1200px){
	header ul{
		max-width:1080px;
	}
	header ul li:nth-child(1){
		width:calc(150px + 7vw);
	}
	header ul li:nth-child(1) img{
		width:calc(100% - 7vw);
	}
	header ul li:nth-child(n+2){
		margin-right:1.5vw;
	}
	header ul li:nth-child(n+2) a{
		padding:0 0.87vw;
	}
}
@media (max-width:1080px){
	header ul{
		max-width:960px;
	}
	header ul li:nth-child(1){
		width:calc(150px + 7vw);
	}
	header ul li:nth-child(1) img{
		width:calc(100% - 7vw);
	}
	header ul li:nth-child(n+2){
		margin-right:1.3vw;
	}
	header ul li:nth-child(n+2) a{
		padding:0 0.5vw;
	}
}
@media (max-width:960px){
	header ul{
		max-width:768px;
	}
	header ul li:nth-child(1){
		width:calc(110px + 2vw);
	}
	header ul li:nth-child(1) img{
		width:calc(100% - 2vw);
	}
	header ul li:nth-child(n+2){
		margin-right:0.7vw;
	}
	header ul li:nth-child(n+2) a{
		padding:0 0.3vw;
	}
}
li.lineb a img{ width:58px !important; height:18px !important; }

a.linebsp{
	position:fixed;
	top:22px;
	right:55px;
}
a.linebsp img{ width:58px !important; height:18px !important; }

header i {
  display: none;
}
/* footer */
/* footer { background: #000; margin: 80px auto 0 auto; padding: 40px 0; color: #fff; } */
footer {
  background: #ffffff;
  margin: 80px auto 0 auto;
  padding: 40px 0;
  color: #fff;
}

footer ul {
  letter-spacing: -0.4em;
  max-width: 1080px;
  margin: 40px auto;
}

footer ul li {
  letter-spacing: normal;
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

footer ul li strong {
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 10px;
  font-family: "Timmana", sans-serif;
  font-weight: normal;
}

/* footer ul li a { display: block; font-size: 13px; line-height: 26px; text-decoration: none; color: #fff; } */
footer ul li a {
  display: block;
  font-size: 13px;
  line-height: 26px;
  text-decoration: none;
  color: #212121;
}

footer ul li a:hover {
  color: #b01f32;
}

footer ul li:nth-child(1) {
  width: 250px;
}

footer ul li:nth-child(1) img {
  width: calc(100% - 100px);
}

footer ul li:nth-child(n+2) {
  width: calc((100% - 250px) / 4);
}

/* footer p.copyright { color: #fff; font-size: 12px; text-align: center; } */
footer p.copyright {
  color: #212121;
  font-size: 12px;
  text-align: center;
}
.cp_offcm01 .cp_menu {
  position: fixed;
  top: 0;
  right: -100vw;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: 0.53s transform;
  transition-timing-function: cubic-bezier(0.38, 0.52, 0.23, 0.99);
  background-color: #000000;
  opacity: 0.8;
}

.cp_offcm01 .cp_menu ul {
  margin: 80px 0 0 0;
  padding: 0;
}

.cp_offcm01 .cp_menu ul li {
  list-style: none;
}

.cp_offcm01 .cp_menu ul li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #ffffff;
  font-size: 1.6rem;
}

/* menu toggle */
.cp_offcm01 {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  z-index: 101;
}

.cp_offcm01 #cp_toggle01 {
  display: none;
  position: absolute;
  display: none;
  opacity: 0;
}

/* .cp_offcm01 #cp_toggle01 ~ label { display: block; padding: 0; cursor: pointer; -webkit-transition: 0.5s transform; transition: 0.5s transform; -webkit-transition-timing-function: cubic-bezier(0.61, -0.38, 0.37, 1.27); transition-timing-function: cubic-bezier(0.61, -0.38, 0.37, 1.27); text-align: center; color: #333333; z-index: 1; position: fixed; right: 20px; } */
.cp_offcm01 #cp_toggle01 ~ label {
  display: block;
  padding: 0;
  cursor: pointer;
  transition: 0.5s transform;
  transition-timing-function: cubic-bezier(0.61, -0.38, 0.37, 1.27);
  text-align: center;
  color: #ffffff;
  z-index: 1;
  position: fixed;
  right: 20px;
}

.cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
  width: 100%;
  transform: translateX(-100vw);
}

.cp_offcm01 #cp_toggle01:checked ~ label {
  transform: translateX(-300px);
  transform: translateX(0);
}

/* .cp_offcm01 #cp_toggle01 ~ label::before { font-family: 'FontAwesome'; content: '\f0c9'; font-size: 3.2em; color: #fff; } */
.cp_offcm01 #cp_toggle01 ~ label::before {
  font-family: "FontAwesome";
  content: "\f0c9";
  font-size: 3.2em;
  color: #212121;
}

/* .cp_offcm01 #cp_toggle01:checked ~ label::before { content: '\f00d'; } */
.cp_offcm01 #cp_toggle01:checked ~ label::before {
  content: "\f00d";
  color: #ffffff;
}

/* contents */
.cp_contents {
  color: #333333;
  text-align: center;
}

.cp_menu ul li:nth-child(1) {
  margin-bottom: 40px;
}

.cp_menu ul li:nth-child(1) img {
  width: 150px;
}

/* product swiper */
.wrap-productcut {
  letter-spacing: -0.4em;
  max-width: 640px;
  margin: 100px auto 0;
  text-align: center;
}

.gallery-top {
  margin: 0 auto !important;
}

.gallery-thumbs .swiper-slide {
  cursor: pointer;
}

.gallery-thumbs .swiper-wrapper {
  justify-content: center;
}
/* link button */
.wrap-linkbutton {
  padding: 40px 0;
  text-align: center;
}

.wrap-linkbutton a.btn-newslink {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 20px;
  border: 1px solid #fff;
  min-width: 200px;
  background: #000;
  border: 2px solid #000;
  color: #fff;
  letter-spacing: 0;
  font-size: 14px;
  font-size: 1.4rem;
}

.wrap-linkbutton a.btn-newslink:hover {
  background: #fff;
  border: 2px solid #D1D1D1;
  color: #000;
}

.wrap-linkbutton a.btn-newslink:last-child {
  margin: 0;
}
.shop_banner {
  text-align: center;
  margin: 100px auto 40px;
  width: calc(100% - 20px);
  max-width: 960px;
}

.shop_banner p {
  display: block;
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: 900;
  font-family: "Hiragino Kaku Gothic ProN";
}

.shop_banner a img {
  width: 230px;
}

/**
* layout
* ========================== */
/* footer */
footer {
  position: relative;
  margin-top: 0 !important;
  padding-top: 120px !important;
}

*, *:before, *:after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

img, video {
  vertical-align: top;
  max-width: 100%;
}

/*
=================================================== header
*/

header i {
  display: none;
}

/*
=================================================== footers
*/
/*ãƒ•ãƒƒã‚¿ãƒ¼*/
footer {
  background: #ffffff;
  margin: 80px auto 0 auto;
  padding: 40px 0;
  color: #fff;
}

footer ul {
  letter-spacing: -0.4em;
  max-width: 1080px;
  margin: 40px auto;
}

footer ul li {
  letter-spacing: normal;
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

footer ul li strong {
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: #212121;
  margin-bottom: 10px;
  font-family: "Timmana", sans-serif;
  font-weight: normal;
}

footer ul li a {
  display: block;
  font-size: 13px;
  line-height: 26px;
  text-decoration: none;
  color: #212121;
}

footer ul li a:hover {
  color: #b01f32;
}

footer ul li:nth-child(1) {
  width: 250px;
}

footer ul li:nth-child(1) img {
  width: calc(100% - 100px);
}

footer ul li:nth-child(n+2) {
  width: calc((100% - 250px) / 4);
}

footer p.copyright {
  color: #212121;
  font-size: 12px;
  text-align: center;
}

/*
=================================================== slideMenu
*/
ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.cp_cont {
  height: 65vh;
}

.cp_offcm01 {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  z-index: 101;
  display: none;
}

/* menu */
.cp_offcm01 .cp_menu {
  position: fixed;
  top: 0;
  right: -100vw;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: 0.53s transform;
  transition-timing-function: cubic-bezier(0.38, 0.52, 0.23, 0.99);
  background-color: #000000;
  opacity: 0.9;
}

.cp_offcm01 .cp_menu ul {
  margin: 80px 0 0 0;
  padding: 0;
}

.cp_offcm01 .cp_menu li {
  list-style: none;
}

.cp_offcm01 .cp_menu li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #ffffff;
}

.cp_offcm01 #cp_toggle01 {
  position: absolute;
  display: none;
  opacity: 0;
}

.cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
  width: 100%;
  transform: translateX(-100vw);
}

/* menu toggle */
.cp_offcm01 #cp_toggle01 ~ label {
  display: block;
  padding: 0;
  cursor: pointer;
  transition: 0.5s transform;
  transition-timing-function: cubic-bezier(0.61, -0.38, 0.37, 1.27);
  text-align: center;
  color: #333333;
  z-index: 1;
  position: fixed;
  right: 20px;
}

.cp_offcm01 #cp_toggle01:checked ~ label {
  transform: translateX(-300px);
  transform: translateX(0);
}

.cp_offcm01 #cp_toggle01 ~ label::before {
  font-family: "FontAwesome";
  content: "\f0c9";
  font-size: 2em;
  color: #212121;
}

.cp_offcm01 #cp_toggle01:checked ~ label::before {
  content: "\f00d";
}

/* contents */
.cp_contents {
  color: #333333;
  text-align: center;
}

.cp_menu ul li:nth-child(1) {
  margin-bottom: 40px;
}

.cp_menu ul li:nth-child(1) img {
  width: 150px;
}

/*
=================================================== æ—§ãƒ‹ãƒ¥ãƒ¼ã‚¹ã‹ã‚‰
*/
.id_top {
  margin-top: -100px !important;
  padding-top: 100px !important;
}

.product_content ul.product_box {
  letter-spacing: -0.4em;
}

.product_content ul.product_box li {
  letter-spacing: normal;
  display: inline-block;
}

#container {
  padding-bottom: 40px;
}

/*
=================================================== smartphone menu
*/
/**
* layout
* ========================== */
/* site-header */
.site-header {
  height: 90px;
  background-color: #fff;
}

.pc-menu-topmargin {
  background-color: #fff;
}

/**
 * Object
 * ========================== */
/* Component ------------ */
/* article */
.c-article .c-article__link {
  display: flex;
  flex-direction: column;
}
.c-article .c-article__block {
  order: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.4rem;
}
.c-article .c-article__text {
  flex: 1;
  padding-right: 0.8rem;
}
.c-article .c-article__heading {
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.4705882353;
}
.c-article .c-article__category {
  display: inline-block;
  margin-top: 1rem;
  color: #888888;
  font-family: "Barlow", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1.4rem;
}
.c-article .c-article__thumbnail {
  order: 2;
  position: relative;
  margin-top: 1.5rem;
}
.c-article .c-article__number {
  position: absolute;
  top: 10px;
  right: 14px;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 2.8rem;
}
.c-article .c-article__new {
  order: 1;
  color: #b01e31;
  font-weight: bold;
  font-size: 1.4rem;
}
.c-article.c-article--people-story .c-article__block {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 3.8rem;
}
.c-article.c-article--people-story .c-article__text {
  order: 3;
  margin-top: 1.3rem;
}
.c-article.c-article--people-story .c-article__thumbnail {
  order: 2;
  margin-top: 1.4rem;
}
.c-article.c-article--people-story .c-article__number {
  order: 1;
  position: static;
  color: #262526;
  font-size: 1.6rem;
}

/**
 * Object
 * ========================== */
/* Component ------------ */
/* button */
.c-button {
  display: inline-block;
  position: relative;
  width: 100%;
  border: solid 1px #fff;
}
.c-button.c-button--primary {
  max-width: 64px;
  padding: 0.85rem 2rem;
  border-radius: 16px;
  transition: border-color 0.4s ease, background-color 0.4s ease;
}
.c-button.c-button--primary::before {
  content: "";
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 40px;
  border: solid 1px #fff;
  border-radius: 20px;
  transition: border-color 0.4s ease, background-color 0.4s ease;
}
.c-button.c-button--primary svg {
  width: 21px;
  height: 12px;
  transition: transform 0.4s ease;
}
.c-button.c-button--secondary {
  position: relative;
  max-width: 310px;
  padding: 2.25rem;
  border: solid 1px #b01e31;
  border-radius: 30px;
  background-color: #b01e31;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 1.5rem;
}
.c-button.c-button--secondary::before {
  content: "";
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 319px;
  height: 68px;
  border-radius: 34px;
  border: solid 1px #b01e31;
}
.c-button.c-button--secondary::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  width: 16px;
  height: 9px;
  background-image: url(../image/icon_arrow_detail.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.c-button.c-button--tertiary {
  max-width: 58px;
  padding: 0.8rem 1.8rem;
  border-radius: 28px;
  background-color: #262526;
  transition: background-color 0.4s ease;
}
.c-button.c-button--tertiary::before {
  content: "";
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 62px;
  height: 34px;
  border: solid 1px #262526;
  border-radius: 20px;
  transition: border-color 0.4s ease, background-color 0.4s ease;
}
.c-button.c-button--tertiary::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 11px;
  background-image: url(../image/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.4s ease;
}
.c-button.c-button--detail {
  position: relative;
  max-width: 271px;
  padding: 1.4rem;
  border: solid 1px #262526;
  border-radius: 30px;
  background-color: #262526;
  color: #fff;
  text-align: center;
  font-weight: 400;
  z-index: 1;
  font-size: 1.5rem;
}
.c-button.c-button--detail::before {
  content: "";
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 279px;
  height: 52px;
  border-radius: 34px;
  border: solid 1px #999999;
}

/**
* layout
* ========================== */
/* grid */
.c-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  gap: 28px;
}

/**
 * Object
 * ========================== */
/* Component ------------ */
/* heading */
.c-heading {
  color: #262526;
}
.c-heading .c-heading__sub {
  font-weight: 500;
  font-size: 1.4rem;
}
.c-heading .c-heading__main {
  display: block;
  margin-top: 1rem;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
}

/**
 * Object
 * ========================== */
/* Component ------------ */
/* slider */
.c-slider {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-slider .c-slider__block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  overflow: hidden;
}
.c-slider .c-slider__slides {
  display: flex;
  flex-wrap: nowrap;
  width: 100vw;
}
.c-slider .c-slider__slide {
  flex: 0 0 75%;
}
.c-slider .c-slider__slide:not(:first-child) {
  margin-left: 2rem;
}
.c-slider .c-slider__controls {
  margin-top: 3.8rem;
}
.c-slider .c-slider__arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #262526;
  transition: background-color 0.4s ease;
}
.c-slider .c-slider__arrow:not(:first-child) {
  margin-left: 1.3rem;
}
.c-slider .c-slider__arrow::after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 12px;
  background-image: url(../image/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.4s ease;
}
.c-slider .c-slider__arrow.c-slider__arrow--prev::after {
  transform: rotate(180deg);
}

/**
 * Object
 * ========================== */
/* Component ------------ */
/* tab */
.c-tab-ui .c-tab-ui__tabpanel[aria-hidden=false] {
  display: block;
}
.c-tab-ui .c-tab-ui__tabpanel[aria-hidden=true] {
  display: none;
}

/**
 * Object
 * ========================== */
/* Project ------------ */
/* home-mainvisual */
.p-home-mainvisual {
  padding-bottom: 7.4rem;
}
.p-home-mainvisual .p-home-mainvisual__block {
  display: flex;
}
.p-home-mainvisual .p-home-mainvisual__image {
  flex-basis: 77.3333333333%;
  position: relative;
  padding-right: 2.4rem;
}
.p-home-mainvisual .p-home-mainvisual__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 53.3333333333vw;
  height: calc(100% + 18px);
  background-color: #b01e31;
}
.p-home-mainvisual .p-home-mainvisual__text {
  flex-basis: 22.6666666667%;
}
.p-home-mainvisual .p-home-mainvisual__title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.p-home-mainvisual .p-home-mainvisual__title {
  margin-top: 0.2rem;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 0, 100% 0);
          clip-path: polygon(100% 0, 0 0, 0 0, 100% 0);
  transition: -webkit-clip-path 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: clip-path 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: clip-path 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-clip-path 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.is-active .p-home-mainvisual__title {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

.p-home-mainvisual .p-home-mainvisual__title-main {
  display: block;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 3.9rem;
  letter-spacing: 0.064em;
}
.p-home-mainvisual .p-home-mainvisual__title-sub {
  display: block;
  margin-right: 0.7rem;
  font-weight: 600;
  font-size: 1.3rem;
}
.p-home-mainvisual .p-home-mainvisual__number {
  margin-top: 6rem;
  margin-left: -0.6rem;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 3.5rem;
}
.p-home-mainvisual .p-home-mainvisual__scroll-button {
  display: none;
}
@-webkit-keyframes scroll-sign {
  0% {
    transform: scale3d(1, 1, 1);
    transform-origin: bottom;
  }
  50% {
    transform: scale3d(1, 0, 1);
    transform-origin: bottom;
  }
  51% {
    transform: scale3d(1, 0, 1);
    transform-origin: top;
  }
  100% {
    transform: scale3d(1, 1, 1);
    transform-origin: top;
  }
}
@keyframes scroll-sign {
  0% {
    transform: scale3d(1, 1, 1);
    transform-origin: bottom;
  }
  50% {
    transform: scale3d(1, 0, 1);
    transform-origin: bottom;
  }
  51% {
    transform: scale3d(1, 0, 1);
    transform-origin: top;
  }
  100% {
    transform: scale3d(1, 1, 1);
    transform-origin: top;
  }
}

/**
 * Object
 * ========================== */
/* Project ------------ */
/* home-people-story */
.p-home-people-story {
  padding-top: 6.9rem;
  padding-bottom: 9rem;
}
.p-home-people-story .p-home-people-story__inner {
  padding-right: 2.4rem;
  padding-left: 2.4rem;
}

/**
 * Object
 * ========================== */
/* Project ------------ */
/* home-slider */
.p-home-slider {
  position: relative;
  padding-top: 135.3383%;
}
.p-home-slider .p-home-slider__slides {
  position: absolute;
  inset: 0;
}
.p-home-slider .p-home-slider__slide {
  position: absolute;
  width: 100%;
  overflow: hidden;
}
.p-home-slider .p-home-slider__slide.is-active {
  z-index: 2;
}
.p-home-slider .p-home-slider__slide.is-old-active {
  z-index: 1;
}
.p-home-slider .p-home-slider__link {
  display: block;
}
.p-home-slider .p-home-slider__block {
  position: absolute;
  top: 6.1333333333vw;
  left: 4.8vw;
  width: calc(100% - 11.2vw);
  height: calc(100% - 6.1333333333vw);
}
.p-home-slider .p-home-slider__info {
  position: absolute;
  bottom: 1.6rem;
}
.p-home-slider .p-home-slider__title {
  color: #fff;
}
.p-home-slider .p-home-slider__title-sub {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  background-color: #18181f;
  padding: 0.8vw 1.3333333333vw;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  display: inline-block;
  margin-bottom: 1.3333333333vw;
  font-size: 1.4rem;
}
.p-home-slider .p-home-slider__title-sub + br {
  display: block;
}
.p-home-slider .p-home-slider__title-main {
  display: inline;
  margin-top: 0.4rem;
  font-weight: 500;
  background-color: #18181f;
  padding: 0vw 1.0666666667vw 0.2666666667vw;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  font-size: 1.8rem;
  line-height: 1.7777777778;
}
.p-home-slider .p-home-slider__button-wrapper {
  position: absolute;
  right: 1.0666666667vw;
  bottom: 6.4vw;
  display: none;
}
.p-home-slider .p-home-slider__number {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 19.7333333333vw;
  left: -11.7333333333vw;
}
.p-home-slider .p-home-slider__number span {
  display: block;
}
.p-home-slider .p-home-slider__number-current,
.p-home-slider .p-home-slider__number-total {
  color: #262526;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 3.7333333333vw;
}
.p-home-slider .p-home-slider__number-current {
  overflow: hidden;
}
.p-home-slider .p-home-slider__number-total {
  margin-top: 1.6vw;
}
.p-home-slider .p-home-slider__progress {
  position: relative;
  width: 20px;
  height: 1px;
  margin-top: 1.6vw;
  background-color: #cccccc;
}
.p-home-slider .p-home-slider__progress span {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left;
  width: 100%;
  height: 100%;
  background-color: #262526;
}
.p-home-slider .p-home-slider__controls {
  position: relative;
  z-index: 2;
  margin-top: -2.4rem;
  margin-left: -6.1rem;
  bottom: -5.3rem;
  left: 0.5rem;
}
.p-home-slider .p-home-slider__arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
  width: 56px;
  height: 56px;
  background-color: #262526;
  transition: background-color 0.4s ease;
}
.p-home-slider .p-home-slider__arrow:not(:first-child) {
  margin-left: 0.15rem;
}
.p-home-slider .p-home-slider__arrow::before {
  content: "";
  display: inline-block;
  width: 16.5px;
  height: 9.5px;
  background-image: url(../image/icon_arrow_slider.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.4s ease;
}
.p-home-slider .p-home-slider__arrow.p-home-slider__arrow--prev::before {
  transform: rotate(180deg);
}

/**
 * Object
 * ========================== */
/* Project ------------ */
/* home-tab */
.p-home-tab-ui {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6.8rem;
}
.p-home-tab-ui::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  z-index: -1;
  width: 87.2%;
  height: 100%;
  background-color: #f5f5f5;
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.p-home-tab-ui.is-active::before {
  transform: scaleX(1);
}
.p-home-tab-ui .p-home-tab-ui__inner {
  padding-right: 2.4rem;
  padding-left: 2.4rem;
}
.p-home-tab-ui .p-home-tab-ui__list {
  display: flex;
}
.p-home-tab-ui .p-home-tab-ui__item:not(:first-child) {
  min-width: 108px;
  margin-left: 0.8rem;
}
.p-home-tab-ui .p-home-tab-ui__tab {
  padding: 2.2rem 1rem 0.7rem;
  border: solid 1px transparent;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: border-color 0.4s ease, color 0.4s ease;
  font-size: 1.3rem;
}
.p-home-tab-ui .p-home-tab-ui__tab[aria-selected=true] {
  border-color: #b01e31;
  color: #b01e31;
}
.p-home-tab-ui .p-home-tab-ui__tab:hover, .p-home-tab-ui .p-home-tab-ui__tab:focus {
  color: #b01e31;
}
.p-home-tab-ui .p-home-tab-ui__body {
  padding-top: 2.7rem;
}
.p-home-tab-ui .p-home-tab-ui__bg-text {
  display: none;
}
.p-home-tab-ui .p-home-tab-ui__bg-text.is-view {
  opacity: 1;
}

/**
 * Object
 * ========================== */
/* Project ------------ */
/* link */
.p-link {
  padding-top: 9rem;
}
.p-link .p-link__link {
  display: block;
  padding: 2.6rem 2.8rem 2.8rem 2.3rem;
}
.p-link .p-link__item {
  color: #fff;
}
.p-link .p-link__item.p-link__item--products {
  background-color: #262526;
}
.p-link .p-link__item.p-link__item--recruit {
  background-color: #b01e31;
}
.p-link .p-link__title-en {
  display: block;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
}
.p-link .p-link__title-ja {
  display: block;
  margin-top: 1rem;
  font-weight: 400;
  font-size: 1.6rem;
}
.p-link .p-link__button-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 10.9rem;
}

/**
 * Object
 * ========================== */
/* Project ------------ */
/* mainvisual */
.p-mainvisual .p-mainvisual__block {
  display: flex;
}
.p-mainvisual .p-mainvisual__image {
  flex-basis: 74.6666666667%;
}
.p-mainvisual .p-mainvisual__image-inner {
  position: relative;
  padding-top: 135.3383%;
}
.p-mainvisual .p-mainvisual__image-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mainvisual .p-mainvisual__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 25.3333333333%;
  padding-top: 1.8rem;
  padding-left: 0.5rem;
}
.p-mainvisual .p-mainvisual__title {
  margin-top: 0.2rem;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
.p-mainvisual .p-mainvisual__title-main {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 3.9rem;
  letter-spacing: 0.08em;
}
.p-mainvisual .p-mainvisual__title-sub {
  margin-right: 0.6rem;
  color: #888888;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
}
.p-mainvisual .p-mainvisual__number {
  margin-top: 4.1rem;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 3.5rem;
}

/**
 * Object
 * ========================== */
/* Project ------------ */
/* other-artist-voice */
.p-other-artist-voice {
  padding-bottom: 9rem;
}
.p-other-artist-voice .p-other-artist-voice__inner {
  padding-right: 2.4rem;
  padding-left: 2.4rem;
}
.p-other-artist-voice .p-other-artist-voice__block {
  position: relative;
  padding-top: 6.9rem;
}
.p-other-artist-voice .p-other-artist-voice__block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 2.4rem);
  height: 1px;
  background-color: #cccccc;
}
.p-other-artist-voice .p-other-artist-voice__title {
  color: #262526;
}
.p-other-artist-voice .p-other-artist-voice__title-sub {
  font-weight: 500;
  font-size: 1.4rem;
}
.p-other-artist-voice .p-other-artist-voice__title-main {
  display: block;
  margin-top: 1rem;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
}

/**
 * Object
 * ========================== */
/* Project ------------ */
/* post */
.p-post {
  padding-top: 6.6rem;
}
.p-post .p-post__inner {
  padding-right: 2.4rem;
  padding-left: 2.4rem;
}
.p-post .p-post__header {
  display: flex;
  flex-direction: column-reverse;
  position: inherit;
  height: inherit;
}
.p-post .p-post__title {
  margin-top: 1.4rem;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.5;
}
.p-post .p-post__category {
  display: inline-block;
  padding: 0.55rem 1.4rem;
  border-radius: 13.5px;
  background-color: #b01e31;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
}
.p-post .p-post__body {
  margin-top: 2rem;
  padding-top: 4.3rem;
  border-top: solid 2px #cccccc;
}
.p-post .p-post__body .wp-block-preformatted {
  margin-top: 4.3rem;
  margin-bottom: 5.4rem;
  white-space: pre-wrap;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.7333333333;
}
.p-post .p-post__body .wp-block-preformatted strong {
  display: block;
  margin-bottom: 1.2rem;
  color: #b01e31;
  font-family: "Barlow", sans-serif;
  font-size: 1.8rem;
}
.p-post .p-post__body h2 {
  margin-bottom: 2.9rem;
  padding-left: 1.7em;
  text-indent: -1.7em;
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 1.5238095238;
}
.p-post .p-post__body h2::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 2px;
  margin-right: 1.2rem;
  background-color: #b01e31;
  vertical-align: super;
}
.p-post .p-post__body em {
  display: inline-block;
  margin-bottom: 1.6rem;
  color: #b01e31;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
}
.p-post .p-post__body em a {
  text-decoration: underline;
}
.p-post .p-post__body p {
  margin-bottom: 1.9rem;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.7333333333;
}
.p-post .p-post__body p a {
  text-decoration: underline;
}
.p-post .p-post__body strong {
  font-weight: bold;
}
.p-post .p-post__body .wp-block-image {
  margin-top: 5.4rem;
  margin-bottom: 4.3rem;
}
.p-post .p-post__button-wrapper {
  margin-top: 7rem;
  text-align: center;
}

.p-choice {
  margin-bottom: 1.7rem;
}
.p-choice .p-choice__inner {
  margin-top: 7rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
.p-choice .p-choice__title {
  border-top: 1px solid #cccccc;
}
.p-choice .p-choice__title .p-choice__title-sub {
  display: block;
  margin-top: 6.8rem;
  font-size: 3.7333333333vw;
}
.p-choice .p-choice__title .p-choice__title-main {
  display: block;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  margin-top: 1rem;
  font-size: 9.6vw;
}
.p-choice .p-choice__item {
  background-color: #f5f5f5;
  margin-top: 10.6666666667vw;
  padding: 7.7333333333vw 6.4vw 13.3333333333vw;
}
.p-choice .p-choice__item .p-choice__item-thmb a {
  display: block;
  text-align: center;
}
.p-choice .p-choice__item .p-choice__item-thmb img {
  width: 74.4vw;
  height: 45.3333333333vw;
}
.p-choice .p-choice__item .p-choice__item-ttl {
  display: block;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 6.4vw;
  margin-top: 5.3333333333vw;
}
.p-choice .p-choice__item .p-choice__item-txt {
  display: block;
  text-align: center;
  padding: 0 4vw;
  margin-top: 4vw;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.7333333333;
}
.p-choice .p-choice__item .c-button--detail {
  display: block;
  margin: 10.6666666667vw auto 0px;
}

/**
* Object
* ========================== */
/* Utility ------------ */
/* pc */
.u-pc {
  display: none;
}

/**
* Object
* ========================== */
/* Utility ------------ */
/* sp */
.u-sp {
  display: block;
}

/**
* Object
* ========================== */
/* Utility ------------ */
/* uppercase */
.u-uppercase {
  text-transform: uppercase;
}

/**
* Foundation
* ========================== */
/**
* Layout
* ========================== */
/* Object
* ========================== */
/* Component ------------ */
/* Project ------------ */
/* Utility ------------ */
@media screen and (min-width: 768px){
  .c-article .c-article__link:hover .c-article__thumbnail img, .c-article .c-article__link:focus .c-article__thumbnail img {
    transform: scale(1.05);
  }
  .c-article .c-article__link:hover .c-button.c-button--tertiary, .c-article .c-article__link:focus .c-button.c-button--tertiary {
    background-color: #b01e31;
  }
  .c-article .c-article__link:hover .c-button.c-button--tertiary::before, .c-article .c-article__link:focus .c-button.c-button--tertiary::before {
    border-color: transparent;
    background-color: #b01e31;
  }
  .c-article .c-article__link:hover .c-button.c-button--tertiary::after, .c-article .c-article__link:focus .c-button.c-button--tertiary::after {
    transform: translateX(4px);
  }
  .c-article .c-article__block {
    margin-top: 2.6rem;
  }
  .c-article .c-article__heading {
    font-size: 1.9rem;
    line-height: 1.5;
  }
  .c-article .c-article__category {
    margin-top: 1.4rem;
  }
  .c-article .c-article__thumbnail {
    margin-top: 1.1rem;
    overflow: hidden;
  }
  .c-article .c-article__thumbnail img {
    transition: transform 0.4s ease;
  }
  .c-article .c-article__number {
    font-size: 3.6rem;
  }
  .c-article.c-article--people-story .c-article__block {
    margin-top: 5rem;
  }
  .c-article.c-article--people-story .c-article__thumbnail {
    margin-top: 1rem;
  }
  .c-article.c-article--people-story .c-article__number {
    font-size: 1.8rem;
  }
  .c-button.c-button--secondary {
    max-width: 356px;
    padding: 2rem;
    transition: border-color 0.4s ease, background-color 0.4s ease;
    font-size: 1.6rem;
  }
  .c-button.c-button--secondary:hover, .c-button.c-button--secondary:focus {
    border-color: transparent;
  }
  .c-button.c-button--secondary:hover::before, .c-button.c-button--secondary:focus::before {
    border-color: transparent;
    background-color: #b01e31;
  }
  .c-button.c-button--secondary:hover::after, .c-button.c-button--secondary:focus::after {
    transform: translate(-4px, -50%);
  }
  .c-button.c-button--secondary::before {
    width: 364px;
    height: 64px;
    border-radius: 32px;
    transition: border-color 0.4s ease, background-color 0.4s ease;
  }
  .c-button.c-button--secondary::after {
    left: 21px;
    width: 21px;
    height: 12px;
    transition: transform 0.4s ease;
  }
  .c-button.c-button--detail {
    max-width: 189px;
    padding: 1rem;
    transition: border-color 0.4s ease, background-color 0.4s ease;
  }
  .c-button.c-button--detail:hover, .c-button.c-button--detail:focus {
    border-color: transparent;
    background-color: #b01e31;
  }
  .c-button.c-button--detail:hover::before, .c-button.c-button--detail:focus::before {
    border-color: transparent;
    background-color: #b01e31;
  }
  .c-button.c-button--detail:hover::after, .c-button.c-button--detail:focus::after {
    transform: translate(-4px, -50%);
  }
  .c-button.c-button--detail::before {
    width: 200px;
    height: 48px;
    border-radius: 32px;
    transition: border-color 0.4s ease, background-color 0.4s ease;
  }
  .c-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 53px 60px;
  }
  .c-heading .c-heading__sub {
    font-size: 1.6rem;
  }
  .c-heading .c-heading__main {
    margin-top: 1.6rem;
    font-size: 4.8rem;
  }
  .c-slider .c-slider__block {
    order: 2;
  }
  .c-slider .c-slider__slides {
    order: 2;
  }
  .c-slider .c-slider__slide {
    flex: 0 0 38.4%;
  }
  .c-slider .c-slider__slide:not(:first-child) {
    margin-left: 4rem;
  }
  .c-slider .c-slider__controls {
    order: 1;
    margin-top: -5rem;
    margin-left: auto;
  }
  .c-slider .c-slider__arrow {
    width: 56px;
    height: 56px;
  }
  .c-slider .c-slider__arrow:not(:first-child) {
    margin-left: 1.8rem;
  }
  .c-slider .c-slider__arrow:hover {
    background-color: #b01e31;
  }
  .c-tab-ui .c-tab-ui__tab {
    transition: border-color 0.4s ease, color 0.4s ease;
  }
  .p-home-mainvisual {
    padding-bottom: 13.75vw;
  }
  .p-home-mainvisual .p-home-mainvisual__image {
    flex-basis: 84.375vw;
    position: relative;
    padding-right: 6.25vw;
  }
  .p-home-mainvisual .p-home-mainvisual__image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-home-mainvisual .p-home-mainvisual__image::after {
    right: 0;
    width: 50vw;
    height: calc(100% + 3.475vw);
  }
  .p-home-mainvisual .p-home-mainvisual__text {
    flex-basis: 15.625vw;
    padding-top: 3.125vw;
  }
  .p-home-mainvisual .p-home-mainvisual__title {
    margin-top: 0;
  }
  .p-home-mainvisual .p-home-mainvisual__title-main {
    font-size: 5.46875vw;
    letter-spacing: 0.08em;
  }
  .p-home-mainvisual .p-home-mainvisual__title-sub {
    margin-right: 1.25vw;
    font-size: 1.25vw;
  }
  .p-home-mainvisual .p-home-mainvisual__number {
    margin-top: 6.5rem;
    margin-left: -1rem;
    font-size: 6rem;
  }
  .p-home-mainvisual .p-home-mainvisual__scroll-button {
    display: block;
    right: 0.859375vw;
    bottom: 0;
    padding-bottom: 7.34375vw;
  }
  .p-home-mainvisual .p-home-mainvisual__scroll-button, .p-home-mainvisual .p-home-mainvisual__scroll-button::before, .p-home-mainvisual .p-home-mainvisual__scroll-button::after {
    display: inline-block;
    position: absolute;
  }
  .p-home-mainvisual .p-home-mainvisual__scroll-button::before, .p-home-mainvisual .p-home-mainvisual__scroll-button::after {
    content: "";
    bottom: -3.4375vw;
    height: 7.8125vw;
  }
  .p-home-mainvisual .p-home-mainvisual__scroll-button::before {
    right: 2.0703125vw;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .p-home-mainvisual .p-home-mainvisual__scroll-button::after {
    right: 2.0703125vw;
    width: 1px;
    background-color: #fff;
    -webkit-animation: scroll-sign 1.8s cubic-bezier(0.645, 0.045, 0.355, 1) infinite both;
            animation: scroll-sign 1.8s cubic-bezier(0.645, 0.045, 0.355, 1) infinite both;
  }
  .p-home-mainvisual .p-home-mainvisual__scroll-text {
    display: inline-block;
    transform: rotate(90deg);
    color: #fff;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-size: 1.171875vw;
  }
  .p-home-people-story {
    padding-top: 13.1rem;
    padding-bottom: 16rem;
  }
  .p-home-people-story .p-home-people-story__inner {
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 4.8rem;
    padding-left: 4.8rem;
    box-sizing: content-box;
  }
  .p-home-slider {
    padding-top: 56.3%;
  }
  .p-home-slider .p-home-slider__link:hover .c-button.c-button--primary, .p-home-slider .p-home-slider__link:focus .c-button.c-button--primary {
    border-color: transparent;
    background-color: #b01e31;
  }
  .p-home-slider .p-home-slider__link:hover .c-button.c-button--primary::before, .p-home-slider .p-home-slider__link:focus .c-button.c-button--primary::before {
    border-color: transparent;
    background-color: #b01e31;
  }
  .p-home-slider .p-home-slider__link:hover .c-button.c-button--primary svg, .p-home-slider .p-home-slider__link:focus .c-button.c-button--primary svg {
    transform: translateX(4px);
  }
  .p-home-slider .p-home-slider__block {
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 2.96875vw 3.59375vw;
  }
  .p-home-slider .p-home-slider__info {
    bottom: 2.8125vw;
    left: 2.734375vw;
  }
  .p-home-slider .p-home-slider__title {
    position: relative;
    left: -3px;
  }
  .p-home-slider .p-home-slider__title-sub {
    margin-bottom: 0;
    padding: 0.46875vw 0.78125vw 0.390625vw 0.78125vw;
    font-size: 1.25vw;
  }
  .p-home-slider .p-home-slider__title-main {
    display: block;
    padding: 0vw 0.703125vw 0.078125vw;
    margin-top: 1.25vw;
    font-size: 1.875vw;
  }
  .p-home-slider .p-home-slider__button-wrapper {
    display: block;
    position: static;
    margin-top: 1.875vw;
    margin-left: 0.3125vw;
  }
  .p-home-slider .p-home-slider__number {
    flex-direction: row;
    right: inherit;
    bottom: -1.015625vw;
    left: 0;
  }
  .p-home-slider .p-home-slider__number-current,
.p-home-slider .p-home-slider__number-total {
    color: #262526;
    font-size: 1.5625vw;
    width: 1.5625vw;
    text-align: center;
  }
  .p-home-slider .p-home-slider__number-current {
    margin-left: 5px;
  }
  .p-home-slider .p-home-slider__number-total {
    margin-left: 0.78125vw;
    margin-top: 0;
  }
  .p-home-slider .p-home-slider__progress {
    width: 24px;
    margin-top: 0.625vw;
    margin-left: 0.390625vw;
    background-color: #cccccc;
  }
  .p-home-slider .p-home-slider__progress span {
    background-color: #262526;
  }
  .p-home-slider .p-home-slider__controls {
    margin-top: -2.8125vw;
    margin-left: 63.28125vw;
    bottom: 0rem;
    left: 0rem;
  }
  .p-home-slider .p-home-slider__arrow:not(:first-child) {
    margin-left: 0;
  }
  .p-home-slider .p-home-slider__arrow::before {
    width: 1.640625vw;
    height: 0.9375vw;
  }
  .p-home-slider .p-home-slider__arrow {
    width: 5.625vw;
    height: 5.625vw;
  }
  .p-home-slider .p-home-slider__arrow:hover {
    background-color: #b01e31;
  }
  .p-home-slider .p-home-slider__arrow:hover.p-home-slider__arrow--prev::before {
    transform: rotate(180deg) translateX(4px);
  }
  .p-home-slider .p-home-slider__arrow:hover.p-home-slider__arrow--next::before {
    transform: translateX(4px);
  }
  .p-home-tab-ui {
    padding-top: 9.6rem;
    padding-bottom: 11.8rem;
  }
  .p-home-tab-ui::before {
    width: 82.8125%;
  }
  .p-home-tab-ui .p-home-tab-ui__inner {
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 4.8rem;
    padding-left: 4.8rem;
    box-sizing: content-box;
  }
  .p-home-tab-ui .p-home-tab-ui__item:not(:first-child) {
    margin-left: 1rem;
  }
  .p-home-tab-ui .p-home-tab-ui__tab {
    padding: 2.65rem 1.15rem 0.65rem;
    font-size: 1.5rem;
  }
  .p-home-tab-ui .p-home-tab-ui__body {
    padding-top: 3.9rem;
  }
  .p-home-tab-ui .p-home-tab-ui__bg-text {
    display: block;
    opacity: 0;
    position: absolute;
    top: -2px;
    left: -12px;
    z-index: -1;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    color: #fff;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    white-space: nowrap;
    transition: opacity 0.4s linear;
    font-size: 11.2rem;
  }
  .p-link {
    padding-top: 16rem;
  }
  .p-link .p-link__block {
    display: flex;
  }
  .p-link .p-link__link {
    padding: 3.8rem 2.4rem 2.4rem 4.2rem;
  }
  .p-link .p-link__link:hover .c-button.c-button--primary, .p-link .p-link__link:focus .c-button.c-button--primary {
    border-color: transparent;
  }
  .p-link .p-link__link:hover .c-button.c-button--primary::before, .p-link .p-link__link:focus .c-button.c-button--primary::before {
    border-color: transparent;
  }
  .p-link .p-link__link:hover .c-button.c-button--primary svg, .p-link .p-link__link:focus .c-button.c-button--primary svg {
    transform: translateX(4px);
  }
  .p-link .p-link__link.p-link__link--products:hover .c-button.c-button--primary, .p-link .p-link__link.p-link__link--products:focus .c-button.c-button--primary {
    background-color: #b01e31;
  }
  .p-link .p-link__link.p-link__link--products:hover .c-button.c-button--primary::before, .p-link .p-link__link.p-link__link--products:focus .c-button.c-button--primary::before {
    background-color: #b01e31;
  }
  .p-link .p-link__link.p-link__link--recruit:hover .c-button.c-button--primary, .p-link .p-link__link.p-link__link--recruit:focus .c-button.c-button--primary {
    background-color: #262526;
  }
  .p-link .p-link__link.p-link__link--recruit:hover .c-button.c-button--primary::before, .p-link .p-link__link.p-link__link--recruit:focus .c-button.c-button--primary::before {
    background-color: #262526;
  }
  .p-link .p-link__item {
    flex-basis: 50%;
  }
  .p-link .p-link__title {
    display: flex;
    flex-direction: column;
  }
  .p-link .p-link__title-en {
    font-size: 3.2rem;
  }
  .p-link .p-link__title-ja {
    margin-top: 1.6rem;
  }
  .p-link .p-link__button-wrapper {
    margin-top: 18.2rem;
  }
  .p-mainvisual .p-mainvisual__image {
    flex-basis: 81.25vw;
    position: relative;
  }
  .p-mainvisual .p-mainvisual__image-inner {
    padding-top: 56.3461%;
  }
  .p-mainvisual .p-mainvisual__text {
    flex-basis: 18.75vw;
    padding-top: 2.5vw;
    padding-left: 0.46875vw;
  }
  .p-mainvisual .p-mainvisual__title {
    margin-top: 0;
  }
  .p-mainvisual .p-mainvisual__title-main {
    font-size: 5vw;
    letter-spacing: 0.04em;
  }
  .p-mainvisual .p-mainvisual__title-sub {
    margin-right: 1.171875vw;
    font-size: 1.796875vw;
  }
  .p-mainvisual .p-mainvisual__number {
    margin-top: 7.03125vw;
    font-size: 4.6875vw;
  }
  .p-other-artist-voice {
    padding-bottom: 16rem;
  }
  .p-other-artist-voice .p-other-artist-voice__inner {
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 4.8rem;
    padding-left: 4.8rem;
    box-sizing: content-box;
  }
  .p-other-artist-voice .p-other-artist-voice__block {
    padding-top: 13.1rem;
  }
  .p-other-artist-voice .p-other-artist-voice__block::before {
    width: 100%;
  }
  .p-other-artist-voice .p-other-artist-voice__title-sub {
    font-size: 1.6rem;
  }
  .p-other-artist-voice .p-other-artist-voice__title-main {
    margin-top: 1.6rem;
    font-size: 4.8rem;
  }
  .p-post {
    padding-top: 7.1rem;
  }
  .p-post .p-post__inner {
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 4.8rem;
    padding-left: 4.8rem;
    box-sizing: content-box;
  }
  .p-post .p-post__inner {
    max-width: 800px;
  }
  .p-post .p-post__title {
    margin-top: 1.9rem;
    font-size: 4rem;
    line-height: 1.5;
  }
  .p-post .p-post__category {
    max-width: 800px;
  }
  .p-post .p-post__body {
    margin-top: 1.9rem;
    padding-top: 4.9rem;
  }
  .p-post .p-post__body .wp-block-preformatted {
    margin-top: 6.2rem;
    font-size: 1.5rem;
    line-height: 2.1333333333;
  }
  .p-post .p-post__body .wp-block-preformatted strong {
    margin-bottom: 0.6rem;
  }
  .p-post .p-post__body h2 {
    margin-bottom: 3.4rem;
    padding-left: 1.5em;
    text-indent: -1.5em;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .p-post .p-post__body em {
    margin-bottom: 1.5rem;
  }
  .p-post .p-post__body p {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    line-height: 1.7333333333;
  }
  .p-post .p-post__body .wp-block-image {
    margin-top: 7.4rem;
    margin-bottom: 4.8rem;
  }
  .p-post .p-post__button-wrapper {
    margin-top: 8.1rem;
  }
  .p-choice {
    margin-bottom: 0;
  }
  .p-choice .p-choice__inner {
    margin-top: 10.5rem;
    padding-left: 0;
    padding-right: 0;
    max-width: 1040px;
  }
  .p-choice .p-choice__title {
    padding-top: 10rem;
  }
  .p-choice .p-choice__title .p-choice__title-sub {
    margin-top: 0.2rem;
    font-size: 1.25vw;
  }
  .p-choice .p-choice__title .p-choice__title-main {
    margin-top: 1.6rem;
    font-size: 3.75vw;
  }
  .p-choice .p-choice__items {
    margin-top: 3.90625vw;
    display: flex;
  }
  .p-choice .p-choice__item {
    padding: 1.5625vw 1.5625vw 3.046875vw;
    width: 25vw;
    margin-top: 0;
    margin-right: 3.125vw;
  }
  .p-choice .p-choice__item:nth-child(3n) {
    margin-right: 0;
  }
  .p-choice .p-choice__item .p-choice__item-thmb img {
    width: 17.578125vw;
    height: 10.703125vw;
  }
  .p-choice .p-choice__item .p-choice__item-ttl {
    font-weight: 500;
    font-size: 1.875vw;
    margin-top: 1.5625vw;
  }
  .p-choice .p-choice__item .p-choice__item-txt {
    min-height: 10.234375vw;
    font-size: 1.171875vw;
    line-height: 1.98vw;
    font-weight: normal;
    padding: 0 1.171875vw 2.421875vw;
    margin-top: 1.640625vw;
  }
  .p-choice .p-choice__item .p-choice__item-txt--noheight {
    min-height: 0;
  }
  .p-choice .p-choice__item .c-button--detail {
    margin: 0 auto 0px;
  }
  .u-pc {
    display: block;
  }
  .u-sp {
    display: none;
  }
}
@media (max-width: 768px){
  .pc {
    display: none !important;
  }

  .smt {
    display: block !important;
  }

  header {
    height: auto;
  }

  header ul {
    margin: 0 auto;
  }

  header ul li:nth-child(1) {
    width: 50%;
    padding: 20px;
  }

  header ul li:nth-child(1) img {
    width: 100%;
  }

  header a.btn-menu {
    display: block;
    position: absolute;
    right: 25px;
    top: 27px;
  }

  header i {
    color: #fff;
    font-size: 30px !important;
  }

  .pc-menu li:nth-child(n+2) {
    display: none;
  }
  footer {
    padding: 40px;
  }

  footer ul li {
    margin-bottom: 40px;
  }

  footer ul li:nth-child(1), footer ul li:nth-child(n+2) {
    width: 100% !important;
  }

  footer ul li:nth-child(1) {
    margin-bottom: 60px;
  }

  footer ul li:nth-child(1) img {
    width: 60%;
  }

  .cp_offcm01 {
    display: inline-block;
  }
  .wrap-productcut {
    margin: 50px auto 0;
  }
  .wrap-linkbutton a.btn-newslink {
    margin: 0 0 10px 0;
  }
  .pc {
    display: none !important;
  }

  .smt {
    display: block !important;
  }

  header a.btn-menu {
    display: block;
    position: absolute;
    right: 25px;
    top: 27px;
  }

  header a.btn-menu i {
    color: #fff;
    font-size: 30px !important;
  }

  header a.btn-menu:hover {
    border: 1px solid red;
  }

  header {
    height: auto;
  }

  header ul {
    margin: 0 auto;
  }

  header ul li:nth-child(1) {
    width: 50%;
    padding: 20px;
  }

  header ul li:nth-child(1) img {
    width: 100%;
  }

  .pc-menu li:nth-child(n+2) {
    display: none;
  }

  footer {
    padding: 40px;
  }

  footer ul li {
    margin-bottom: 40px;
  }

  footer ul li:nth-child(1),
footer ul li:nth-child(n+2) {
    width: 100% !important;
  }

  footer ul li:nth-child(1) img {
    width: 60%;
  }

  footer ul li:nth-child(1) {
    margin-bottom: 60px;
  }

  .cp_offcm01 {
    display: inline-block;
  }
}
@media screen{
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
