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

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

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

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

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

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] {
  cursor: pointer;
  color: inherit;
}

/* 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 */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- 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 */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

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

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

/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*, ::before, ::after {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit], [role=button] {
  cursor: pointer;
  color: inherit;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

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

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/************/
html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

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

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

li {
  list-style: none;
}

button {
  outline: none;
}

.sp-only {
  display: none;
}

.pc-only {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: inline-block;
  }
  .pc-only {
    display: none;
  }
}
.fl_space-betw {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fl_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fl_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fl_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_wap {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 1200px;
  padding: 60px 10px 20px 10px;
}
@media only screen and (max-width: 768px) {
  .header_wap {
    padding-top: 10px;
    padding-bottom: 0;
  }
}
.header_wap a {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header_wap .header_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.header_wap .header_logo .logo_pc {
  width: min(33.5vw, 183px);
  height: auto;
  aspect-ratio: 183/100;
  margin-right: min(1.8vw, 14px);
}
.header_wap .header_logo p {
  color: #000;
  font-size: min(2vw, 14px);
  position: relative;
  z-index: -2;
  -webkit-transform: rotate(0.03deg) !important;
          transform: rotate(0.03deg) !important;
}
#search_form.menu_wrap {
  position: relative;
}
#search_form.menu_wrap .menu_cont_sns {
  position: absolute;
  right: 130px;
  width: 80px;
  z-index: 3;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  #search_form.menu_wrap .menu_cont_sns {
    display: none;
  }
}
#search_form.menu_wrap .search_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
  position: absolute;
  right: 68px;
}
#search_form.menu_wrap .search_form .input_wrap {
  position: relative;
}
#search_form.menu_wrap .search_form .input_wrap::after {
  content: "";
  background-color: #333333;
  display: inline-block;
  width: 18px;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-mask: url(../img/icon_search.svg);
  mask: url(../img/icon_search.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  position: absolute;
  top: 15px;
  right: 15px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 768px) {
  #search_form.menu_wrap .search_form {
    display: none;
  }
}
#search_form.menu_wrap .search_form input {
  border-radius: 50px;
  background-color: #ffffff;
}
#search_form input {
  opacity: 0;
  width: 0;
  height: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 14px;
  background-color: #ffffff;
}
#search_form input::-webkit-input-placeholder {
  font-size: 20px;
  color: #c9caca;
  line-height: 0;
}
#search_form input::-moz-placeholder {
  font-size: 20px;
  color: #c9caca;
  line-height: 0;
}
#search_form input:-ms-input-placeholder {
  font-size: 20px;
  color: #c9caca;
  line-height: 0;
}
#search_form input::-ms-input-placeholder {
  font-size: 20px;
  color: #c9caca;
  line-height: 0;
}
#search_form input::placeholder {
  font-size: 20px;
  color: #c9caca;
  line-height: 0;
}
#search_form .icon_search {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 45%;
}
#search_form .icon_close {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 28%;
}
#search_form.form_open .input_wrap::after {
  opacity: 1 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#search_form.form_open .menu_cont_sns {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -3;
}
#search_form.form_open input {
  opacity: 1;
  width: 224px;
  height: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 0.5px solid #000000;
  padding: 0 40px 0 30px;
  outline: none;
}
#search_form.form_open .icon_search {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#search_form.form_open .icon_close {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.search_form_sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(100%, 166px);
  position: relative;
  margin-bottom: 5px;
}
.search_form_sp::after {
  content: "";
  background-color: #333333;
  display: inline-block;
  width: 9px;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-mask: url(../img/icon_search.svg);
  mask: url(../img/icon_search.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  position: absolute;
  top: 8px;
  right: 8px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.search_form_sp input {
  height: 25px;
  width: 100%;
  border-radius: 50px;
  background-color: #ffffff;
  border: 1px solid #000000;
  padding: 0 22px 0 15px;
  font-size: 10px;
  font-weight: normal;
}
.search_form_sp input:focus {
  outline: none;
}
.search_form_sp .icon_btn.top_search {
  display: none;
}

#footer {
  width: 100%;
  padding: 22px 0 44px 0;
  position: relative;
  font-family: "Jost", sans-serif;
  color: #000;
  text-align: center;
  background-color: #ffffff;
  border-top: 3px solid #000000;
}
#footer a {
  opacity: 1;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
#footer .footer_title {
  font-size: clamp(18px, 1.1vw, 20px);
  font-weight: bold;
  line-height: 1;
}
#footer .footer_btn {
  padding: 22px 0;
}
@media only screen and (max-width: 768px) {
  #footer .footer_btn {
    padding: 12px 0 18px 0;
  }
}
#footer span {
  font-size: clamp(10px, 1vw, 12px);
}

html {
  scroll-behavior: smooth;
}

.sp_only {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
}

.pc_only {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

#body {
  font-family: "M PLUS 1p", serif;
  font-weight: 400;
  line-height: 2;
  color: #000000;
  overflow-x: clip;
}
@media only screen and (max-width: 768px) {
  #body.scroll_stop {
    overflow: hidden;
  }
}
#body .category_wrap {
  width: 100%;
  padding: 20px 10px 40px 10px;
  background-color: #ffffff;
  border-top: 3px solid #000000;
}
@media only screen and (max-width: 768px) {
  #body .category_wrap {
    border: none;
    padding-left: 0;
    padding-right: 0;
    padding: 20px 10px 18px 10px;
  }
}
#body .category_wrap .category_cont {
  width: 100%;
  font-size: clamp(13px, 2vw, 16px);
  color: #000;
  font-weight: 700;
  max-width: 1116px;
  margin: 0 auto;
}
#body .category_wrap .category_cont p {
  position: relative;
  display: inline-block;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
#body .category_wrap .category_cont p::after {
  content: "";
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #00ada6;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  line-height: -18;
  padding-top: -3px;
  top: 9px;
  right: -22px;
}
@media only screen and (max-width: 768px) {
  #body .category_wrap .category_cont p {
    display: none;
  }
}
#body .category_wrap .category_cont .category_menu {
  width: min(74vw, 894px);
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
@media only screen and (max-width: 768px) {
  #body .category_wrap .category_cont .category_menu {
    width: 100%;
  }
}
#body .category_wrap .category_cont .category_menu a {
  width: 18.8%;
  position: relative;
  line-height: 1;
  display: block;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 4px solid #efefef;
  padding-bottom: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#body .category_wrap .category_cont .category_menu a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: #00ada6;
  bottom: -4px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top; /*変形原点が左端*/
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media only screen and (max-width: 768px) {
  #body .category_wrap .category_cont .category_menu a {
    width: 20%;
  }
}
#body .category_wrap .category_cont .category_menu a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.icon_btn {
  width: 42px;
  height: 42px;
  border-radius: 50px;
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 4px;
}
@media only screen and (max-width: 768px) {
  .icon_btn {
    width: 50px;
    height: 50px;
  }
}
.icon_btn img {
  width: 54%;
}
.icon_btn.top_sns {
  width: 30px;
  height: 30px;
  margin: 0 2px;
}
.icon_btn.top_sns.insta {
  width: 30px;
  height: 30px;
  background-color: #ce2090;
  margin: 0 2px;
}
.icon_btn.top_search {
  width: 54px;
  height: 54px;
  margin: 0 0 0 13px;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .icon_btn.top_search {
    width: 40px;
    height: 40px;
    margin-left: auto !important;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.icon_btn.top_search img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.icon_btn.top_search_c {
  width: min(3vw, 54px);
  height: min(3vw, 54px);
  margin: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .icon_btn.top_search_c {
    width: 40px;
    height: 40px;
    z-index: 99;
    margin-left: auto;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.icon_btn.top_search_c img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.toggle_menu {
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  position: fixed;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .toggle_menu {
    height: 0%;
  }
}
.toggle_menu .toggle_menu_cont {
  background-color: #ffffff;
  margin-left: auto;
  width: 480px;
  height: 100%;
  position: fixed;
  right: -480px;
  padding: min(3.7vw, 70px) 0 0 min(3.5vw, 64px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 768px) {
  .toggle_menu .toggle_menu_cont {
    width: 100%;
    height: 0%;
    right: 0;
    position: fixed;
    padding: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.toggle_menu .toggle_menu_cont .menu_main {
  margin-left: 14px;
  margin-top: min(2.4vw, 44px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .toggle_menu .toggle_menu_cont .menu_main {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.toggle_menu .toggle_menu_cont .menu_main li {
  margin-bottom: min(1.3vw, 24px);
}
.toggle_menu .toggle_menu_cont .menu_main li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .toggle_menu .toggle_menu_cont .menu_main li {
    margin-bottom: 22px;
  }
}
.toggle_menu .toggle_menu_cont .menu_main li p {
  font-size: clamp(18px, 1.1vw, 20px);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
.toggle_menu .toggle_menu_cont .menu_main li a {
  font-size: clamp(18px, 1.1vw, 20px);
  font-weight: 700;
  position: relative;
  line-height: 1;
  text-align: center;
}
.toggle_menu .toggle_menu_cont .menu_main li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #000000;
  bottom: -2px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top; /*変形原点が左端*/
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.toggle_menu .toggle_menu_cont .menu_main li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.toggle_menu .toggle_menu_cont .menu_main li a.blank {
  padding-right: 30px;
}
@media only screen and (max-width: 768px) {
  .toggle_menu .toggle_menu_cont .menu_main li a.blank {
    padding-right: 50px;
  }
}
.toggle_menu .toggle_menu_cont .menu_main li a.blank span {
  position: absolute;
  top: 7px;
  left: 146px;
}
@media only screen and (max-width: 768px) {
  .toggle_menu .toggle_menu_cont .menu_main li a.blank span {
    top: 0;
    left: 140px;
  }
}
.toggle_menu .toggle_menu_cont .menu_main li a.blank span::after {
  content: "";
  background-color: #3e3a39;
  display: inline-block;
  width: 22px;
  height: auto;
  aspect-ratio: 206/150;
  -webkit-mask: url(../img/icon_blank.svg);
  mask: url(../img/icon_blank.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .toggle_menu .toggle_menu_cont .menu_main li a.blank span::after {
    width: 20px;
    top: 6px;
  }
}
.toggle_menu .toggle_menu_cont .menu_main li .menu_cont_sns {
  padding-top: 6px;
}
.toggle_menu .toggle_menu_cont .menu_main li .menu_cont_sns a {
  margin-right: 10px;
  -webkit-transform: none;
          transform: none;
}
.toggle_menu .toggle_menu_cont .menu_main li .menu_cont_sns a::after {
  -webkit-transform: none;
          transform: none;
  background: none;
}
.toggle_menu .toggle_menu_cont .menu_main li .menu_cont_sns a:hover {
  -webkit-transform: none;
          transform: none;
}
.toggle_menu .toggle_menu_cont .menu_main li .menu_cont_sns a:hover::after {
  -webkit-transform: none;
          transform: none;
}
.toggle_menu .toggle_menu_cont .menu_main li .menu_sub {
  padding-top: min(1.3vw, 24px);
  padding-left: min(1.3vw, 24px);
}
@media only screen and (max-width: 768px) {
  .toggle_menu .toggle_menu_cont .menu_main li .menu_sub {
    padding-left: 0;
  }
}
.toggle_menu .toggle_menu_cont .menu_main li .menu_sub li {
  margin-bottom: min(0.8vw, 15px);
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .toggle_menu .toggle_menu_cont .menu_main li .menu_sub li {
    margin-bottom: 12px;
  }
}
.toggle_menu .toggle_menu_cont .menu_main li .menu_sub li a {
  line-height: 1;
  font-size: 14px;
  font-weight: normal;
}
.toggle_menu .toggle_menu_cont .menu_main li .menu_sub li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #000000;
  bottom: -1px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top; /*変形原点が左端*/
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.toggle_menu .toggle_menu_cont .menu_main li .menu_sub li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.toggle_menu.block_open {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.toggle_menu.block_open .toggle_menu_cont {
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 768px) {
  .toggle_menu.block_open .toggle_menu_cont {
    height: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    overflow-y: auto;
  }
}
.toggle_menu.block_open .toggle_menu_cont .icon_btn.top_search_c {
  z-index: 99;
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}
@media only screen and (max-width: 768px) {
  .toggle_menu.block_open .toggle_menu_cont .icon_btn.top_search_c {
    z-index: 99;
    opacity: 1;
    -webkit-transition: 0.9s ease-in;
    transition: 0.9s ease-in;
  }
}
.toggle_menu.block_open .toggle_menu_cont .menu_main {
  opacity: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.cont {
  background-color: #efefef;
  width: 100%;
}
.cont .recommend_title {
  text-align: center;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 700;
  padding: 20px 0 10px;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
@media only screen and (max-width: 768px) {
  .cont .recommend_title {
    background-color: #ffffff;
    padding: 10px 0 0 0;
  }
}
.cont.related .related_link p {
  border-top: 1px solid #000000;
  max-width: 1200px;
  width: calc(100% - 20px);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .cont.related .related_link p {
    width: 100%;
  }
}
.cont.related_w {
  border-top: 1px solid #000000;
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .cont.related_w {
    background-color: #efefef;
  }
}
.cont .cont_list_wrap {
  max-width: 1220px;
  margin: 0 auto;
}
.cont .cont_list_wrap .post {
  width: calc(33.3% - 20px);
  margin: 20px 10px;
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .cont .cont_list_wrap .post {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #cccccc;
  }
}
.cont .cont_list_wrap .post a {
  padding: 20px 20px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .cont .cont_list_wrap .post a {
    padding: 15px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.cont .cont_list_wrap .post a:hover .post_arrow p {
  height: 0px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.cont .cont_list_wrap .post a:hover .post_img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media only screen and (max-width: 768px) {
  .cont .cont_list_wrap .post a:hover .post_img img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.cont .cont_list_wrap .post .post_img {
  cursor: pointer;
  max-width: 500px;
  overflow: hidden;
  width: 100%;
  border-radius: 8px;
}
@media only screen and (max-width: 768px) {
  .cont .cont_list_wrap .post .post_img {
    width: 35%;
    aspect-ratio: 130/86;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
    margin-top: 3px;
  }
}
.cont .cont_list_wrap .post .post_img img {
  height: auto;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media only screen and (max-width: 768px) {
  .cont .cont_list_wrap .post .post_img img {
    -webkit-transform: scale(1);
            transform: scale(1);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.cont .cont_list_wrap .post .post_txt_wrap {
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
@media only screen and (max-width: 768px) {
  .cont .cont_list_wrap .post .post_txt_wrap {
    width: 65%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.cont .cont_list_wrap .post .post_txt_wrap .time {
  font-size: clamp(10px, 1vw, 12px);
  display: block;
  padding: 16px 0;
}
@media only screen and (max-width: 768px) {
  .cont .cont_list_wrap .post .post_txt_wrap .time {
    width: 100%;
    padding: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.cont .cont_list_wrap .post .post_txt_wrap .post_cate {
  padding-bottom: 20px;
}
.cont .cont_list_wrap .post .post_txt_wrap .post_cate p {
  border: 1px solid #000000;
  border-radius: 5px;
  padding: 0 8px;
  text-align: center;
  min-width: 45px;
  margin-right: 5px;
}
.cont .cont_list_wrap .post .post_txt_wrap .post_cate p:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .cont .cont_list_wrap .post .post_txt_wrap .post_cate {
    display: none;
  }
}
.cont .cont_list_wrap .post .post_txt_wrap .post_txt {
  font-weight: 700;
  font-size: 14px;
  min-height: 110px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media only screen and (max-width: 768px) {
  .cont .cont_list_wrap .post .post_txt_wrap .post_txt {
    width: 100%;
    min-height: 70px;
    line-height: 1.28;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    padding-right: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.cont .cont_list_wrap .post .post_arrow {
  position: relative;
  width: 100%;
  height: 38px;
  margin-top: 24px;
  -webkit-transform: none !important;
          transform: none !important;
  background: linear-gradient(45deg, #e6beb1 0%, #ddb9ff 34%, #adcdfe 59%, #b7ccff 77%, #e8b1db 99%, #e8b1db 100%);
}
@media only screen and (max-width: 768px) {
  .cont .cont_list_wrap .post .post_arrow {
    display: none;
  }
}
.cont .cont_list_wrap .post .post_arrow p {
  position: absolute;
  top: 0;
  width: calc(100% - 38px);
  height: 30px;
  background-color: #ffffff;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.cont .cont_list_wrap .post .post_arrow .icon_arrow {
  position: absolute;
  width: 38px;
  height: 38px;
  text-align: center;
  bottom: 0;
  right: 0;
}
.cont .cont_list_wrap .post .post_arrow .icon_arrow img {
  width: 56%;
}
.cont .cont_list_wrap .post_more {
  width: 100%;
  padding: 40px 0 80px 0;
}
@media only screen and (max-width: 768px) {
  .cont .cont_list_wrap .post_more {
    padding: 25px 0 30px 0;
  }
}
.cont .cont_list_wrap .post_more a {
  font-size: 10px;
  width: 216px;
  height: 34px;
  border-radius: 50px;
  position: relative;
  text-align: center;
  color: #ffffff;
  background-color: #000;
  line-height: 3.4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  display: block;
}
.cont .cont_list_wrap .post_more a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cont .cont_list_wrap .post_more a:hover {
  background-color: #595757;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.cont .cont_list_wrap .related_link {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}
.cont .cont_list_wrap .related_link p {
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: clamp(14px, 2vw, 20px);
  font-weight: 700;
  color: #000;
  padding: 30px 0;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .cont .cont_list_wrap .related_link p {
    padding: 20px 0;
  }
}
.cont .cont_list_wrap .related_link .link_btn {
  width: 100%;
  padding: 0 0 70px 0;
}
@media only screen and (max-width: 768px) {
  .cont .cont_list_wrap .related_link .link_btn {
    padding-bottom: 12px;
    padding: 0 5px 12px 5px;
  }
}
.cont .cont_list_wrap .related_link .link_btn a {
  width: calc(25% - 20px);
  max-width: 286px;
  margin: 0 10px;
}
.cont .cont_list_wrap .related_link .link_btn a img {
  aspect-ratio: 287/84;
}
@media only screen and (max-width: 768px) {
  .cont .cont_list_wrap .related_link .link_btn a {
    width: calc(50% - 10px);
    margin: 0 5px 12px 5px;
  }
}

.post_wrap {
  width: 100%;
  background-color: #efefef;
}
.post_wrap .post_cont {
  padding-top: 34px;
  background-color: #ffffff;
  max-width: 1194px;
  width: 100%;
  border-bottom: 1px solid #000000;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .post_wrap .post_cont {
    padding-top: 0;
  }
}
.post_wrap .post_cont .post_inner {
  max-width: 680px;
  margin: 0 auto;
}
.post_wrap .post_cont .post_inner .post_detail {
  padding: 0 40px 100px 40px;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
@media only screen and (max-width: 768px) {
  .post_wrap .post_cont .post_inner .post_detail {
    padding: 0 10px 50px 10px;
  }
}
.post_wrap .post_cont .post_inner .post_detail .post_txt_wrap h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .post_wrap .post_cont .post_inner .post_detail .post_txt_wrap h2 {
    font-size: 16px;
    line-height: 1.3;
    padding-bottom: 20px;
  }
}
.post_wrap .post_cont .post_inner .post_detail .post_txt_wrap .time {
  font-size: clamp(8px, 1vw, 12px);
  display: block;
  padding: 30px 0 20px 0;
}
@media only screen and (max-width: 768px) {
  .post_wrap .post_cont .post_inner .post_detail .post_txt_wrap .time {
    width: 100%;
    padding: 15px 0 10px 0;
  }
}
.post_wrap .post_cont .post_inner .post_detail .post_txt_wrap .post_cate {
  padding-bottom: 48px;
}
@media only screen and (max-width: 768px) {
  .post_wrap .post_cont .post_inner .post_detail .post_txt_wrap .post_cate {
    padding-bottom: 25px;
  }
}
.post_wrap .post_cont .post_inner .post_detail .post_txt_wrap .post_cate p {
  border: 1px solid #000000;
  border-radius: 5px;
  padding: 0 8px;
  text-align: center;
  min-width: 70px;
  margin-right: 10px;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .post_wrap .post_cont .post_inner .post_detail .post_txt_wrap .post_cate p {
    margin-bottom: 5px;
  }
}
.post_wrap .post_cont .post_inner .post_detail .post_detail_txt hr {
  height: 1px;
  background-color: #cccccc;
  border: none;
  margin-bottom: 30px;
}
.post_wrap .post_cont .post_inner .post_detail .post_detail_txt span.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fcc159));
  background: linear-gradient(transparent 60%, #fcc159 60%);
}
.post_wrap .post_cont .post_inner .post_detail .post_detail_txt h2 {
  font-size: clamp(18px, 1.1vw, 20px);
  font-weight: 700;
  line-height: 1.85;
  padding-bottom: 30px;
}
.post_wrap .post_cont .post_inner .post_detail .post_detail_txt h2::before {
  content: "━";
  top: 8px;
  left: 0;
  padding-right: 8px;
}
@media only screen and (max-width: 768px) {
  .post_wrap .post_cont .post_inner .post_detail .post_detail_txt h2 {
    padding-bottom: 20px;
    line-height: 1.5;
  }
}
.post_wrap .post_cont .post_inner .post_detail .post_detail_txt h3 {
  font-size: clamp(16px, 1vw, 18px);
  font-weight: 700;
  line-height: 1.85;
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .post_wrap .post_cont .post_inner .post_detail .post_detail_txt h3 {
    padding-bottom: 10px;
    line-height: 1.5;
  }
}
.post_wrap .post_cont .post_inner .post_detail .post_detail_txt p {
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 500;
  line-height: 1.85;
  padding-bottom: 30px;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
@media only screen and (max-width: 768px) {
  .post_wrap .post_cont .post_inner .post_detail .post_detail_txt p {
    padding-bottom: 20px;
    line-height: 1.5;
  }
}
.post_wrap .post_cont .post_inner .post_detail .post_detail_txt p a {
  text-decoration: underline;
}
.post_wrap .post_cont .post_inner .post_detail .post_detail_txt p a:hover {
  text-decoration: none;
}
.post_wrap .post_cont .post_inner .post_detail .post_detail_txt .introduction {
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid #cccccc;
  line-height: 1.7;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.post_wrap .post_cont .post_inner .post_detail .post_detail_txt .introduction.bd_none {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.post_wrap .post_cont .post_inner .post_detail .post_detail_txt h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  padding-bottom: 20px;
}
.post_wrap .post_cont .post_inner .post_detail .post_detail_txt h6.bd_none {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.post_wrap .post_cont .post_inner .post_detail .post_detail_txt .connection {
  background-color: #F3F3F3;
  color: #000;
  padding: min(1.6vw, 30px) min(2.1vw, 40px);
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 400;
  line-height: 1.85;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .post_wrap .post_cont .post_inner .post_detail .post_detail_txt .connection {
    margin-bottom: 20px;
  }
}
.post_wrap .post_cont .post_inner .post_detail .post_detail_txt .connection a {
  text-decoration: underline;
}
.post_wrap .post_cont .post_inner .post_detail .post_detail_txt .connection a:hover {
  text-decoration: none;
}

.loading {
  -webkit-animation: loading 0.6s;
          animation: loading 0.6s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.pickup_wrap {
  padding-top: 40px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .pickup_wrap {
    padding-bottom: 20px;
    padding-top: 0px;
    border-bottom: 1px solid #cccccc;
  }
}
.pickup_wrap .pickup_slick {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}
.pickup_wrap .pickup_slick .pickup_slick__item {
  margin-right: 5px;
  margin-left: 5px;
}
.pickup_wrap .pickup_slick .pickup_slick__item .pickup_post {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .pickup_wrap .pickup_slick .pickup_slick__item .pickup_post {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.pickup_wrap .pickup_slick .pickup_slick__item .pickup_post .pickup_img {
  cursor: pointer;
  max-width: 650px;
  overflow: hidden;
  width: 55%;
  aspect-ratio: 650/434;
  border-radius: 8px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .pickup_wrap .pickup_slick .pickup_slick__item .pickup_post .pickup_img {
    width: 100%;
    aspect-ratio: 650/434;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
  }
}
.pickup_wrap .pickup_slick .pickup_slick__item .pickup_post .pickup_img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.pickup_wrap .pickup_slick .pickup_slick__item .pickup_post .pickup_img img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media only screen and (max-width: 768px) {
  .pickup_wrap .pickup_slick .pickup_slick__item .pickup_post .pickup_img img {
    -webkit-transform: scale(1);
            transform: scale(1);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.pickup_wrap .pickup_slick .pickup_slick__item .pickup_post .pickup_txt_wrap {
  width: 45%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-left: 44px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .pickup_wrap .pickup_slick .pickup_slick__item .pickup_post .pickup_txt_wrap {
    width: 59%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: none;
  }
}
.pickup_wrap .pickup_slick .pickup_slick__item .pickup_post .pickup_txt_wrap .time {
  font-size: clamp(10px, 1vw, 12px);
  display: block;
  padding: 0 0 24px 0;
}
@media only screen and (max-width: 768px) {
  .pickup_wrap .pickup_slick .pickup_slick__item .pickup_post .pickup_txt_wrap .time {
    width: 100%;
    padding: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.pickup_wrap .pickup_slick .pickup_slick__item .pickup_post .pickup_txt_wrap .post_cate {
  padding-bottom: 20px;
}
.pickup_wrap .pickup_slick .pickup_slick__item .pickup_post .pickup_txt_wrap .post_cate p {
  border: 1px solid #000000;
  border-radius: 5px;
  padding: 0 8px;
  text-align: center;
  min-width: 50px;
  margin-right: 5px;
  font-size: 12px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .pickup_wrap .pickup_slick .pickup_slick__item .pickup_post .pickup_txt_wrap .post_cate {
    display: none;
  }
}
.pickup_wrap .pickup_slick .pickup_slick__item .pickup_post .pickup_txt_wrap .pickup_txt {
  font-weight: 700;
  font-size: min(2.3vw, 28px);
  line-height: 1.4;
  padding-bottom: 36px;
}
@media only screen and (max-width: 768px) {
  .pickup_wrap .pickup_slick .pickup_slick__item .pickup_post .pickup_txt_wrap .pickup_txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.pickup_btn {
  width: 100%;
  bottom: 0;
}
.pickup_btn a {
  font-size: 10px;
  width: 216px;
  height: 34px;
  padding-left: 25px;
  border-radius: 50px;
  position: relative;
  text-align: left;
  color: #ffffff;
  background-color: #000;
  line-height: 3.4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
}
.pickup_btn a::after {
  content: "";
  background-color: #ffffff;
  display: inline-block;
  width: 40px;
  height: auto;
  aspect-ratio: 40/7;
  -webkit-mask: url(../img/icon_arrow_top.svg);
  mask: url(../img/icon_arrow_top.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  right: 12px;
  top: 13px;
}
.pickup_btn a:hover {
  background-color: #595757;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.dots-class {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .dots-class {
    margin-top: 12px;
  }
}
.dots-class button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.dots-class li {
  width: 30%;
  max-width: 100px;
  height: 5px;
  margin: 0 6px;
  border-radius: 30px;
  background-color: #c9caca;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .dots-class li {
    max-width: 64px;
    height: 3px;
  }
}
.dots-class li::before {
  content: "";
  display: inline-block;
  background-color: #c9caca;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}
.dots-class li.slick-active::before {
  background-color: #00ada6;
  -webkit-animation: progressbar-anime 4.5s linear forwards;
          animation: progressbar-anime 4.5s linear forwards;
}

@-webkit-keyframes progressbar-anime {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@keyframes progressbar-anime {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.Search_txt_no, .Search_txt_ng {
  font-size: clamp(14px, 2vw, 20px);
  padding: 70px 10px 120px 10px;
  width: 100%;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
@media only screen and (max-width: 768px) {
  .Search_txt_no, .Search_txt_ng {
    padding: 30px 20px 70px 20px;
    line-height: 1.7;
  }
}

.Search_txt {
  font-size: clamp(14px, 2vw, 20px);
  padding: 20px 10px 0 10px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .Search_txt {
    padding: 0px 10px 0 10px;
    line-height: 1.7;
    background-color: #ffffff;
    border-bottom: 1px solid #cccccc;
  }
}

.post_member {
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .post_member {
    padding-bottom: 20px;
  }
}
.post_member li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
}
.post_member li:first-child {
  border-top: 1px solid #cccccc;
}
.post_member li .member_img {
  width: 17%;
  max-width: 100px;
  padding: 0 !important;
  margin: 0 !important;
}
.post_member li .member_cont {
  width: 82%;
  padding-left: 15px;
}
.post_member li .member_cont .member_name {
  font-weight: 700 !important;
  font-size: clamp(12px, 1vw, 16px) !important;
  line-height: 1.5 !important;
  padding-bottom: 10px !important;
}
.post_member li .member_cont .member_txt {
  font-size: clamp(8px, 1vw, 12px) !important;
  line-height: 1.5 !important;
  display: block;
  padding-bottom: 0 !important;
}

.post_recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .post_recruit {
    margin-bottom: 20px;
  }
}
.post_recruit p {
  padding: 0 !important;
  font-weight: 700 !important;
  margin: 0;
}
.post_recruit a {
  font-size: clamp(12px, 1vw, 16px);
  font-weight: normal;
  position: relative;
  width: 49%;
  padding: 5px 0 5px 20px;
  border: 1px solid #000000;
  font-weight: 700;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .post_recruit a {
    width: 100%;
    margin-bottom: 10px;
  }
}
.post_recruit a:nth-of-type(2) {
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .post_recruit a:nth-of-type(2) {
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.post_recruit a::after {
  width: 6px;
  height: auto;
  aspect-ratio: 11/13;
  -webkit-mask-size: cover;
  mask-size: cover !important;
  background-color: #000000;
  background-repeat: no-repeat;
  -webkit-mask: url(https://kms3.com/wp-content/themes/kms/corporate/img/icon_arrow02.svg);
  mask: url(https://kms3.com/wp-content/themes/kms/corporate/img/icon_arrow02.svg);
  content: "";
  display: inline-block;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  margin-left: auto;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  z-index: 2;
}

.pickup_slick__item.slick-slide .pickup_txt_wrap {
  opacity: 0;
  -webkit-transform: translateX(160px);
          transform: translateX(160px);
  overflow: hidden;
}

.pickup_slick__item.slick-slide.slick-current.slick-active .pickup_txt_wrap {
  -webkit-transition: all 0.6s ease 0.4s;
  transition: all 0.6s ease 0.4s;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}

/* ブログカード*/
pre {
  line-height: 0;
}

.blog-card-long {
  margin: 0 0 1.8rem;
}

.card-link {
  display: block;
  overflow: hidden;
  max-width: 400px;
  width: 100%;
  padding: 0;
  background: #f8f8f8;
  text-decoration: none !important;
  position: relative;
}
.card-link .longcard-img {
  overflow: hidden;
  width: 30%;
  margin: 10px;
  border-radius: 8px;
}
.card-link .longcard-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.card-link:hover .longcard-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media only screen and (max-width: 768px) {
  .card-link:hover .longcard-img img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.blog-card-label-long {
  z-index: 1;
  display: inline-block;
  position: absolute;
  background-color: #f99f48;
  top: 10px;
  left: 10px;
  max-width: 120px;
  height: 25px;
  padding: 0 0.5rem;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 25px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: animScale 3.5s ease-out;
          animation: animScale 3.5s ease-out;
}

.card-link .blogcard-text {
  display: block;
  padding: 20px 20px 0 10px;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .card-link .blogcard-text {
    padding: 10px 20px 0 10px;
  }
}

.card-link img {
  width: 100%;
}

.longcard-link {
  margin-bottom: 1.5em;
}

.longcard-img {
  position: relative;
}

.blogcard-title {
  font-family: "M PLUS 1p", serif;
  font-size: clamp(16px, 1vw, 18px);
  font-weight: 700;
  line-height: 1.85;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 768px) {
  .blogcard-title {
    line-height: 1.4;
    font-size: clamp(14px, 1vw, 16px);
  }
}

.blog-card-excerpt-long {
  font-family: "M PLUS 1p", serif;
  padding-top: 0.8em;
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
  opacity: 0.8;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
}

.card-link {
  display: inline-block;
  max-width: 310px;
  margin-right: 20px;
}

.longcard-link {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.longcard-img,
.card-link.longcard-link .blogcard-content {
  display: table-cell;
  vertical-align: middle;
  white-space: normal;
}

.blogcard-content {
  width: 70%;
}

.day_schedule {
  width: 100%;
  font-size: clamp(13px, 2vw, 16px);
  color: #000;
  font-weight: 500;
  border-collapse: collapse;
  background-color: rgba(252, 193, 89, 0.2);
  margin-bottom: 30px;
}
.day_schedule tbody {
  padding: 20px 30px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .day_schedule tbody {
    padding: 20px 20px;
  }
}
.day_schedule tbody tr {
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  border-bottom: 1px dotted #666666;
}
.day_schedule tbody tr:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.day_schedule .time {
  width: 11%;
  vertical-align: top;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .day_schedule .time {
    width: min(38%, 140px);
  }
}
.day_schedule .cate {
  width: 15%;
  vertical-align: top;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .day_schedule .cate {
    width: min(38%, 140px);
  }
}
.day_schedule .text {
  width: 74%;
  vertical-align: top;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .day_schedule .text {
    width: 62%;
  }
}
/*# sourceMappingURL=style.css.map */