@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*!
foundation > reset
------------------------------
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  width: 100%;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  overflow-y: scroll;
}

.pc {
  display: none;
}

.is_loading body {
  opacity: 0;
  transition: opacity 0.5s;
}

.index_wrapper {
  background: url(../images/index/bg_main_sp.jpg) center/cover no-repeat;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  color: #292929;
  position: relative;
  overflow: hidden;
  z-index: 30;
  height: calc(100vh - 80px);
  height: 100svh;
  width: 100%;
}
.index_wrapper__bg01 {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(0.2192118227 * (100vh - 80px));
  z-index: -1;
}
.index_wrapper__bg02 {
  position: absolute;
  bottom: calc(0.0233990148 * (100vh - 80px));
  bottom: 2.3399014778svh;
  right: 0;
  width: calc(0.1748768473 * (100vh - 80px));
  width: 17.4876847291svh;
  z-index: -1;
}

.l_container {
  width: 100%;
  padding: 0 calc(0.0246305419 * (100vh - 80px));
}

.c_header01 {
  padding-top: calc(0.0467980296 * (100vh - 80px));
  padding-top: 4.6798029557svh;
}
.c_header01__inner {
  width: 100%;
  padding: 0 calc(0.0172413793 * (100vh - 80px));
  padding: 0 1.724137931svh;
}
.c_header01__top {
  width: calc(0.4273399015 * (100vh - 80px));
  width: 42.7339901478svh;
  height: calc(0.0541871921 * (100vh - 80px));
  height: 5.4187192118svh;
  border-radius: calc(0.0049261084 * (100vh - 80px));
  border-radius: 0.4926108374svh;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  padding: calc(0.0098522167 * (100vh - 80px)) calc(0.0369458128 * (100vh - 80px)) calc(0.0110837438 * (100vh - 80px)) calc(0.0443349754 * (100vh - 80px));
  padding: 0.9852216749svh 3.6945812808svh 1.1083743842svh 4.4334975369svh;
  gap: calc(0.0086206897 * (100vh - 80px));
  gap: 0.8620689655svh;
  margin-inline: auto;
}
.c_header01 .logoarea {
  width: calc(0.2549261084 * (100vh - 80px));
  width: 25.4926108374svh;
}
.c_header01 .logoarea img {
  transition: 0.5s all ease-in-out;
}
.c_header01 .logoarea picture {
  line-height: 1;
}
.c_header01 .logoarea .link {
  display: flex;
  align-items: center;
}
.c_header01 .contentarea {
  font-size: calc(0.0172413793 * (100vh - 80px));
  font-size: 1.724137931svh;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.c_footer01 .newlink {
  font-size: calc(0.0123152709 * (100vh - 80px));
  font-size: 1.2315270936svh;
  font-weight: 700;
  display: block;
  text-align: center;
  color: #FFFFFF;
  margin-top: calc(0.0406403941 * (100vh - 80px));
  margin-top: 4.0640394089svh;
  transition: 0.5s all ease-in-out;
}
.c_footer01 .copyright {
  font-size: calc(0.0123152709 * (100vh - 80px));
  font-size: 1.2315270936svh;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #FFFFFF;
  margin-top: calc(0.013546798 * (100vh - 80px));
  margin-top: 1.354679803svh;
  padding-bottom: calc(0.0184729064 * (100vh - 80px));
  padding-bottom: 1.8472906404svh;
}

#totop {
  display: flex;
  position: fixed;
  z-index: 100;
  background-color: #292929;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease;
  transition-property: opacity, visibility, transform;
  border: calc(0.0012315271 * (100vh - 80px)) solid #292929;
  border: 0.1231527094svh solid #292929;
  color: white;
  right: calc(0.0270935961 * (100vh - 80px));
  right: 2.7093596059svh;
  bottom: calc(0.0874384236 * (100vh - 80px));
  bottom: 8.7438423645svh;
  aspect-ratio: 1;
  width: calc(0.0714285714 * (100vh - 80px));
  width: 7.1428571429svh;
}
#totop.is_show {
  opacity: 1;
  visibility: visible;
}
#totop::after {
  content: "";
  -webkit-mask: url(../images/career/icon_arrow.svg) center/contain no-repeat;
  mask: url(../images/career/icon_arrow.svg) center/contain no-repeat;
  transform: rotate(-90deg);
  background-color: currentColor;
  width: calc(0.0197044335 * (100vh - 80px));
  width: 1.9704433498svh;
  height: calc(0.013546798 * (100vh - 80px));
  height: 1.354679803svh;
}

.animate {
  transition: translate cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  display: block;
  overflow: hidden;
  translate: -105% 0;
}
.animate_item {
  display: block;
  translate: 105% 0;
  transition: translate cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.animate.is_show {
  translate: none;
}
.animate.is_show .animate_item {
  translate: none;
}
.animate.is_v {
  overflow: visible;
}

.p_top_mv__inner {
  text-align: center;
}
.p_top_mv__inner .title {
  width: calc(0.3115763547 * (100vh - 80px));
  width: 31.157635468svh;
  margin-top: calc(0.0209359606 * (100vh - 80px));
  margin-top: 2.0935960591svh;
  margin-inline: auto;
  transition: translate cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  display: block;
  overflow: hidden;
  translate: -105% 0;
}
.p_top_mv__inner .title.is_show {
  translate: none;
}
.p_top_mv__inner .title.is_show img {
  translate: none;
}
.p_top_mv__inner .title img {
  display: inline-block;
  translate: 105% 0;
  transition: translate cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.p_top_mv__inner .list {
  width: calc(0.3694581281 * (100vh - 80px));
  width: 36.9458128079svh;
  margin: calc(-0.0036945813 * (100vh - 80px)) auto 0;
  margin: -0.3694581281svh auto 0;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.p_top_mv__inner .list .item {
  width: 100%;
  margin-top: calc(0.025862069 * (100vh - 80px));
  margin-top: 2.5862068966svh;
  position: relative;
}
.p_top_mv__inner .list .item_link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p_top_mv__inner .list .item_imgarea {
  display: block;
  width: 100%;
  border-radius: calc(0.0246305419 * (100vh - 80px));
  border-radius: 2.4630541872svh;
  overflow: hidden;
  border: 1px solid #1C1C1C;
}
.p_top_mv__inner .list .item_btn {
  width: 100%;
  max-width: calc(0.2623152709 * (100vh - 80px));
  max-width: 26.2315270936svh;
  height: calc(0.052955665 * (100vh - 80px));
  height: 5.2955665025svh;
  border: calc(0.0012315271 * (100vh - 80px)) solid #292929;
  border: 0.1231527094svh solid #292929;
  border-radius: 50%;
  background-color: #FFFFFF;
  border-radius: calc(0.039408867 * (100vh - 80px));
  border-radius: 3.9408866995svh;
  margin-top: calc(0.0110837438 * (100vh - 80px));
  margin-top: 1.1083743842svh;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(0.0110837438 * (100vh - 80px));
  gap: 1.1083743842svh;
  box-shadow: calc(0.0036945813 * (100vh - 80px)) calc(0.0024630542 * (100vh - 80px)) calc(0.0049261084 * (100vh - 80px)) #BE1E1C;
  box-shadow: 0.3694581281svh 0.2463054187svh 0.4926108374svh #BE1E1C;
  transition: 0.5s all ease-in-out;
}
.p_top_mv__inner .list .item_btn__txt {
  font-size: calc(0.0123152709 * (100vh - 80px));
  font-size: 1.2315270936svh;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #292929;
  transition: 0.5s all ease-in-out;
}
.p_top_mv__inner .list .item_btn__icon {
  display: block;
  width: calc(0.0270935961 * (100vh - 80px));
  width: 2.7093596059svh;
  height: calc(0.025862069 * (100vh - 80px));
  height: 2.5862068966svh;
  border-radius: 50%;
  background-color: #E1221F;
  position: relative;
  transition: 0.5s all ease-in-out;
}
.p_top_mv__inner .list .item_btn__icon::before {
  content: "";
  width: calc(0.0147783251 * (100vh - 80px));
  width: 1.4778325123svh;
  height: calc(0.0098522167 * (100vh - 80px));
  height: 0.9852216749svh;
  background: url(../images/index/icon_arrow.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s all ease-in-out;
}
.p_top_mv__inner .list .item_btn__icon::after {
  content: "";
  width: calc(0.0098522167 * (100vh - 80px));
  width: 0.9852216749svh;
  height: calc(0.0098522167 * (100vh - 80px));
  height: 0.9852216749svh;
  background: url(../images/index/icon_close.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  transition: 0.5s all ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.p_top_mv__inner .list .item .not_hover {
  cursor: pointer;
}
.p_top_mv__inner .list .item .not_hover .dropdown.is_show {
  opacity: 1;
  visibility: visible;
}
.p_top_mv__inner .list .item .not_hover .item_btn.is_show {
  box-shadow: unset;
}
.p_top_mv__inner .list .item .not_hover .item_btn.is_show .item_btn__icon::before {
  opacity: 0;
  visibility: hidden;
}
.p_top_mv__inner .list .item .not_hover .item_btn.is_show .item_btn__icon::after {
  opacity: 1;
  visibility: visible;
}
.p_top_mv__inner .list .item .group_dropdown {
  position: relative;
  width: 100%;
  max-width: calc(0.2623152709 * (100vh - 80px));
  max-width: 26.2315270936svh;
  margin-inline: auto;
  z-index: 2;
}
.p_top_mv__inner .list .item .group_dropdown .item_btn {
  cursor: pointer;
}
.p_top_mv__inner .list .item .dropdown {
  background-color: #F3F3F3;
  border: calc(0.0012315271 * (100vh - 80px)) solid #000;
  border: 0.1231527094svh solid #000;
  width: 100%;
  max-width: calc(0.2623152709 * (100vh - 80px));
  max-width: 26.2315270936svh;
  padding: calc(0.0246305419 * (100vh - 80px)) calc(0.0086206897 * (100vh - 80px)) 0;
  padding: 2.4630541872svh 0.8620689655svh 0;
  position: absolute;
  bottom: calc(-0.1096059113 * (100vh - 80px));
  bottom: -10.960591133svh;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all ease-in-out;
  z-index: -1;
}
.p_top_mv__inner .list .item .dropdown_item + .dropdown_item {
  border-top: calc(0.0012315271 * (100vh - 80px)) solid #000;
  border-top: 0.1231527094svh solid #000;
}
.p_top_mv__inner .list .item .dropdown_link {
  font-size: calc(0.0123152709 * (100vh - 80px));
  font-size: 1.2315270936svh;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #292929;
  display: block;
  padding-top: calc(0.0184729064 * (100vh - 80px));
  padding-top: 1.8472906404svh;
  padding-bottom: calc(0.0172413793 * (100vh - 80px));
  padding-bottom: 1.724137931svh;
}
.p_top_mv__inner .list .commingsoon {
  pointer-events: none;
}
.p_top_mv__inner .list .commingsoon .item_imgarea {
  position: relative;
}
.p_top_mv__inner .list .commingsoon .item_imgarea::before {
  content: "COMING SOON ...";
  font-size: 0.75rem;
  font-weight: 700;
  color: #FFFFFF;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.p_top_mv__inner .list .commingsoon .item_imgarea::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px){
  .sp {
    display: none !important;
  }
  .pc {
    display: initial;
  }
  .index_wrapper {
    height: 100vh;
    width: 100%;
    min-height: 775px;
    background: url(../images/index/bg_main.jpg) center/cover no-repeat;
  }
  .index_wrapper__bg01 {
    width: 23.6805555556vw;
  }
  .index_wrapper__bg02 {
    width: 20.625vw;
    bottom: 0;
  }
  .l_container {
    max-width: 1240px;
    padding: 0 40px;
    margin: 0 auto;
  }
  .c_header01 {
    padding-top: 23px;
  }
  .c_header01__inner {
    padding: 0;
  }
  .c_header01__top {
    width: 100%;
    max-width: 404px;
    height: 44px;
    margin-left: 28px;
    padding: 6px;
    gap: 19px;
  }
  .c_header01 .logoarea {
    width: 100%;
    max-width: 282px;
  }
  .c_header01 .logoarea picture {
    line-height: unset;
  }
  .c_header01 .logoarea .link:hover img {
    opacity: 0.75;
  }
  .c_header01 .contentarea {
    font-size: 0.875rem;
  }
  .c_footer01 .newlink {
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 79px;
  }
  .c_footer01 .newlink:hover {
    opacity: 0.7;
  }
  .c_footer01 .copyright {
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0;
    padding-bottom: 30px;
    margin-top: 7px;
  }
  #totop {
    right: 79px;
    bottom: 65px;
    width: 78px;
    right: clamp(1.875rem, 7.2916666667vw + -1.625rem, 4.9375rem);
    border: 1px solid #292929;
  }
  #totop::after {
    width: 21px;
    height: 14px;
  }
  .p_top_mv__inner .title {
    width: 100%;
    max-width: 717px;
    margin-top: 124px;
  }
  .p_top_mv__inner .list {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 41px;
    gap: 69px;
    max-width: 800px;
  }
  .p_top_mv__inner .list .item {
    width: 30%;
    margin-top: 0;
    max-width: 213px;
  }
  .p_top_mv__inner .list .item_link:not(.not_hover):hover .item_imgarea img {
    opacity: 0.75;
  }
  .p_top_mv__inner .list .item_link:not(.not_hover):hover .item_btn {
    background-color: #E1221F;
  }
  .p_top_mv__inner .list .item_link:not(.not_hover):hover .item_btn .item_btn__icon {
    background-color: #000000;
  }
  .p_top_mv__inner .list .item_link:not(.not_hover):hover .item_btn .item_btn__txt {
    color: #FFFFFF;
  }
  .p_top_mv__inner .list .item_imgarea {
    border-radius: 20px;
    border: 1px solid #1C1C1C;
    width: 100%;
    max-width: 211px;
  }
  .p_top_mv__inner .list .item_imgarea img {
    transition: 0.5s all ease-in-out;
    height: 100%;
  }
  .p_top_mv__inner .list .item_btn {
    width: 100%;
    max-width: 213px;
    height: 43px;
    margin-top: 17px;
    gap: 9px;
    box-shadow: unset;
    border: 1px solid #292929;
    border-radius: 32px;
  }
  .p_top_mv__inner .list .item_btn__txt {
    font-size: 0.625rem;
  }
  .p_top_mv__inner .list .item_btn__icon {
    width: 22px;
    height: 21px;
  }
  .p_top_mv__inner .list .item_btn__icon::before {
    width: 12px;
    height: 8px;
  }
  .p_top_mv__inner .list .item_btn__icon::after {
    width: 8px;
    height: 8px;
  }
  .p_top_mv__inner .list .item .not_hover:hover .item_imgarea img {
    opacity: 0.75;
  }
  .p_top_mv__inner .list .item .not_hover:hover .group_dropdown .dropdown {
    opacity: 1;
    visibility: visible;
  }
  .p_top_mv__inner .list .item .group_dropdown {
    max-width: 213px;
  }
  .p_top_mv__inner .list .item .dropdown {
    border: 1px solid #000;
    max-width: 213px;
    padding: 20px 7px 0;
    bottom: -89px;
  }
  .p_top_mv__inner .list .item .dropdown_item + .dropdown_item {
    border-top: 1px solid #000;
  }
  .p_top_mv__inner .list .item .dropdown_link {
    font-size: 0.625rem;
    padding-top: 15px;
    padding-bottom: 14px;
  }
  .p_top_mv__inner .list .item .dropdown_link:hover {
    opacity: 0.75;
  }
  .p_top_mv__inner .list .commingsoon .item_imgarea::before {
    font-size: 1rem;
    left: 17%;
    transform: translateY(-50%);
  }
}
@media (any-hover: hover) and (pointer: fine) and (min-width: 768px){
  #totop:hover {
    transform: translateY(-10px);
  }
}