@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  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: 1em; /* 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
========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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.
 */
/**
 * Remove the inner border and padding in Firefox.
 */
button {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* 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;
}

/* Misc
========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* ======================================================
  reset
========================================================= */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p, ul, ol, h1, h2, h3, h4, h5, dl, dt, dd, figure, div {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  background: none transparent;
}

@media screen and (max-width: 767px) {
  *:focus {
    outline: none;
  }
}
@media screen and (max-width: 979px) {
  img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
/* フォント定義域 */
/* Webフォント */
@font-face {
  font-family: "Noto Sans JP";
  src: url(../fonts/NotoSansJP-VariableFont_wght.woff2) format(woff2) tech(variations), url(../fonts/NotoSansJP-VariableFont_wght.woff) format(woff) tech(variations);
  font-weight: 400 900;
  font-display: swap;
}
@font-face {
  font-family: "Anton";
  src: url(../fonts/Anton-Regular.woff2) format(woff2) tech(variations), url(../fonts/Anton-Regular.woff) format(woff) tech(variations);
  font-weight: 400 900;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(../fonts/NotoSansJP-VariableFont_wght.woff2) format(woff2-variations), url(../fonts/NotoSansJP-VariableFont_wght.woff) format(woff-variations);
}
@font-face {
  font-family: "Anton";
  src: url(../fonts/Anton-Regular.woff2) format(woff2-variations), url(../fonts/Anton-Regular.woff) format(woff-variations);
}

._montserrat {
  font-family: "Montserrat", sans-serif;
}

._anton {
  font-family: "Anton", sans-serif;
}

b, strong, .bold {
  font-weight: 600;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hind", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.03em;
  color: "#000";
}
@media screen and (min-width: 640px) {
  body {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.9em;
  }
}
@media screen and (min-width: 980px) {
  body {
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 1200px) {
  body {
    line-height: 2.1em;
    font-size: 1.6rem;
  }
}

body {
  position: relative;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

section {
  padding: 60px 5vw;
}
@media screen and (min-width: 640px) {
  section {
    padding: 70px 30px;
  }
}
@media screen and (min-width: 980px) {
  section {
    padding: 100px 40px 100px 40px;
  }
}
@media screen and (min-width: 1200px) {
  section {
    padding: 100px 40px 100px 40px;
  }
}

@media screen and (max-width: 639px) {
  body .pc {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  body .sp {
    display: none;
  }
}

a[href*="tel:"] {
  color: "#000";
}

@media screen and (min-width: 640px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
#wrapper {
  position: relative;
  z-index: 11;
}

/* =====================================================
              全ページ共通パーツ用ファイル
 =====================================================*/
/* ======================================================
	footer
========================================================= */
#footer {
  padding: 40px 0px;
  background-image: linear-gradient(45deg, #276CB4 0%, #4BBCBC 100%);
}

/* ======================================================
	header
========================================================= */
body {
  padding-top: 55px;
}

#header {
  overflow: hidden;
  position: fixed;
  z-index: 99;
  top: 0px;
  left: 0px;
  width: 100%;
}

.h_container {
  width: 100%;
  height: 55px;
  position: relative;
  z-index: 999;
  padding-top: 7px;
  padding-left: 10px;
  background-color: #f0f0f0;
  padding-right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 980px) {
  .h_container {
    background-color: rgba(255, 255, 255, 0.2);
  }
}

.h_logo .logo {
  line-height: 1em;
  width: 178px;
  display: inline-block;
  position: relative;
  z-index: 22;
}
@media screen and (min-width: 640px) {
  .h_logo .logo {
    width: 178px;
  }
}
.h_logo .logo a {
  display: block;
}
.h_logo .logo img {
  width: 100%;
  height: auto;
}

.global_nav__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px 10px;
}

/* ======================================================
	globalnav
========================================================= */
/* ======================================================
	header
========================================================= */
body .h_container {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .h_logo > a, body .h_logo > span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .h_logo .logo {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body._scrolled .h_container {
  background-color: rgba(255, 255, 255, 0.8);
}

/* ======================================================
	global_nav
========================================================= */
#global_nav {
  position: fixed;
  z-index: 999;
  top: 0px;
  right: 0px;
  width: 100vw;
  height: 100vh;
  padding: 100px 5vw 150px 5vw;
  overflow-y: scroll;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 640px) {
  #global_nav {
    max-width: 500px;
    padding: 100px 40px 100px 40px;
  }
}
@media screen and (min-width: 980px) {
  #global_nav {
    max-width: 600px;
    padding: 100px 65px 100px 65px;
  }
}

#global_nav_overlay {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  z-index: 888;
}
@media screen and (min-width: 640px) {
  #global_nav_overlay {
    max-width: 500px;
  }
}
@media screen and (min-width: 980px) {
  #global_nav_overlay {
    max-width: 600px;
  }
}
#global_nav_overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0px;
  top: 0px;
}

#global_nav_bg {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  z-index: 88;
}
#global_nav_bg:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(241, 241, 241, 0.3);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  position: absolute;
  left: 0px;
  top: 0px;
}

/* ======================================================
	global_nav
========================================================= */
@media screen and (min-width: 980px) {
  .global_nav__item + .global_nav__item {
    margin-top: 15px;
  }
}

.global_nav__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 10px;
  width: 100%;
  padding: 12px 40px 12px 0px;
  color: #000;
  font-weight: 700;
  font-size: min(5.1282051282vw, 2.2rem);
  border-bottom: 1px solid #C8C8C8;
}
@media screen and (min-width: 980px) {
  .global_nav__link {
    gap: 0px 15px;
    padding: 15px 40px 15px 0px;
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 980px) {
  .global_nav__link .icon {
    position: relative;
    bottom: -2px;
  }
}
@media screen and (min-width: 980px) {
  .global_nav__link .text {
    letter-spacing: 0.05em;
  }
}
.global_nav__link .arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #000;
  border-radius: 50%;
}
@media screen and (min-width: 980px) {
  .global_nav__link .arrow {
    width: 34px;
    height: 34px;
    right: 15px;
  }
}
.global_nav__link .arrow:before, .global_nav__link .arrow:after {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 980px) {
  .global_nav__link .arrow:before, .global_nav__link .arrow:after {
    width: 10px;
    margin-top: 0px;
    margin-left: -5px;
  }
}
.global_nav__link .arrow:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.global_nav__link .arrow._active:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.global_nav__link .arrow._active:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

/* =============================================
- global_nav__sublist
================================================ */
.global_nav__sublist_wrapper {
  display: none;
}

.global_nav__sublist {
  margin-top: 15px;
  background-color: #F4F4F4;
  padding: 20px 5vw;
  border-radius: 5px;
}
@media screen and (min-width: 640px) {
  .global_nav__sublist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3px 0px;
  }
}
@media screen and (min-width: 1200px) {
  .global_nav__sublist {
    padding: 20px 40px;
  }
}

@media screen and (min-width: 640px) {
  .global_nav__subitem {
    width: 50%;
  }
}
@media screen and (max-width: 639px) {
  .global_nav__subitem + .global_nav__subitem {
    margin-top: 5px;
  }
}

.global_nav__sublink {
  color: #000;
}
.global_nav__sublink .text {
  position: relative;
  padding: 5px 20px 5px 0px;
  display: inline-block;
  font-size: min(3.5897435897vw, 1.5rem);
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 640px) {
  .global_nav__sublink .text {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 980px) {
  .global_nav__sublink .text {
    font-size: 1.5rem;
  }
}
.global_nav__sublink .text:after {
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  background-image: url(../img/common/icon_arrow02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -2px;
}

/* =============================================
- global_nav__favorite
================================================ */
.global_nav__favorite {
  margin-top: 30px;
}
.global_nav__favorite .favorite__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0px 10px;
  width: 100%;
  padding: 15px 0px 15px 0px;
  color: #000;
  font-weight: 700;
  font-size: min(3.5897435897vw, 1.5rem);
  background-color: #F5F5F5;
}
@media screen and (min-width: 980px) {
  .global_nav__favorite .favorite__link {
    font-size: 1.3rem;
  }
}
.global_nav__favorite .favorite__link .icon {
  line-height: 1em;
}
.global_nav__favorite .favorite__link .text {
  line-height: 1em;
}

/* =============================================
- global_nav__cta
================================================ */
.global_nav__cta {
  margin-top: 20px;
}
@media screen and (min-width: 980px) {
  .global_nav__cta {
    margin-top: 30px;
  }
}

.global_nav__cta_body {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.global_nav__cta_body__item {
  width: 50%;
}
.global_nav__cta_body__item._reservation {
  background-color: #ACFFB1;
}
.global_nav__cta_body__item._online {
  background-color: #00C2ED;
}

.global_nav__cta_body__link {
  padding: 15px 0px;
  display: block;
}
@media screen and (min-width: 640px) {
  .global_nav__cta_body__link {
    padding: 20px 0px;
  }
}
@media screen and (min-width: 980px) {
  .global_nav__cta_body__link {
    padding: 18px 0px;
  }
}
.global_nav__cta_body__link .icon {
  width: 20px;
  margin: 0px auto;
}
@media screen and (min-width: 640px) {
  .global_nav__cta_body__link .icon {
    width: 25px;
  }
}
@media screen and (min-width: 980px) {
  .global_nav__cta_body__link .icon {
    width: 22px;
    line-height: 1em;
  }
}
@media screen and (min-width: 980px) {
  .global_nav__cta_body__link .icon img {
    width: 100%;
    height: auto;
  }
}
.global_nav__cta_body__link .text {
  margin-top: 8px;
  color: #000;
  text-align: center;
  font-size: min(3.8461538462vw, 1.6rem);
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 640px) {
  .global_nav__cta_body__link .text {
    font-size: 2.6vw;
    margin-top: 10px;
  }
}
@media screen and (min-width: 980px) {
  .global_nav__cta_body__link .text {
    font-size: 1.6rem;
  }
}

.global_nav__cta_bottom {
  background-color: #F5F5F5;
  padding: 15px 0px 15px 0px;
}
@media screen and (min-width: 640px) {
  .global_nav__cta_bottom {
    padding: 8px 0px 12px 0px;
  }
}
@media screen and (min-width: 980px) {
  .global_nav__cta_bottom {
    padding: 20px 0px 20px 0px;
  }
}
.global_nav__cta_bottom .text {
  color: #000;
  font-size: min(4.6153846154vw, 1.8rem);
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .global_nav__cta_bottom .text {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 980px) {
  .global_nav__cta_bottom .text {
    font-size: 1.5rem;
  }
}
.global_nav__cta_bottom .tel {
  margin-top: 8px;
  line-height: 1em;
  text-align: center;
}
.global_nav__cta_bottom .tel a {
  color: #000;
  display: inline-block;
  font-size: min(5.641025641vw, 2.4rem);
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 640px) {
  .global_nav__cta_bottom .tel a {
    font-size: 3.8vw;
  }
}
@media screen and (min-width: 980px) {
  .global_nav__cta_bottom .tel a {
    font-size: 3.2rem;
  }
}

/* =============================================
- gnav
================================================ */
#global_nav_overlay, #global_nav_bg {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

#global_nav, #global_nav_search {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.global_nav_column {
  opacity: 0;
}

.global_nav_intro {
  opacity: 0;
}

body._open {
  overflow: hidden;
}
body._open #global_nav_overlay, body._open #global_nav_bg {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
body._open #global_nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
body._open .global_nav_contents {
  opacity: 1;
  visibility: visible;
}

/* ======================================================
	global_nav_btn
========================================================= */
#global_nav_btn {
  width: 55px;
  height: 55px;
  position: fixed;
  z-index: 9999;
  top: 0px;
  right: 0px;
  cursor: pointer;
}
#global_nav_btn .global_nav_border {
  width: 30px;
  height: 2px;
  background-color: #000;
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -15px;
  margin-top: -2px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#global_nav_btn .global_nav_border:after, #global_nav_btn .global_nav_border:before {
  content: "";
  height: 2px;
  background-color: #000;
  display: block;
  position: absolute;
  right: 0px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#global_nav_btn .global_nav_border:after {
  width: 30px;
  top: -8px;
}
#global_nav_btn .global_nav_border:before {
  width: 22px;
  bottom: -8px;
}
#global_nav_btn .global_nav_text {
  font-size: 1rem;
  line-height: 1em;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 6px;
  left: 0px;
  font-weight: 600;
}
#global_nav_btn._open {
  background-color: #ffdb12;
  border-color: #ffdb12;
}
#global_nav_btn._open .global_nav_border {
  background: transparent;
  margin-top: 0px;
}
#global_nav_btn._open .global_nav_border:after {
  background-color: #003067;
  top: 0px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
#global_nav_btn._open .global_nav_border:before {
  background-color: #003067;
  top: 0px;
  -webkit-transform: rotate(145deg);
          transform: rotate(145deg);
}

body._open #global_nav_btn .global_nav_border {
  background-color: rgba(0, 0, 0, 0);
}
body._open #global_nav_btn .global_nav_border:before, body._open #global_nav_btn .global_nav_border:after {
  width: 30px;
  top: 50%;
}
body._open #global_nav_btn .global_nav_border:before {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
body._open #global_nav_btn .global_nav_border:after {
  -webkit-transform: rotate(160deg);
          transform: rotate(160deg);
}

/* =====================================================
             共通パーツ
=====================================================*/
/* ======================================================
	breadcrumb
========================================================= */
.breadcrumb_list {
  line-height: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 4vw;
}
@media screen and (max-width: 639px) {
  .breadcrumb_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 640px) {
  .breadcrumb_list {
    padding: 0px 25px;
  }
}
@media screen and (min-width: 980px) {
  .breadcrumb_list {
    padding: 0px 40px;
  }
}

.breadcrumb_item {
  max-width: 21.5em;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 639px) {
  .breadcrumb_item:nth-child(n+3) {
    max-width: 12em;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
.breadcrumb_item + .breadcrumb_item {
  position: relative;
  padding-left: 20px;
  margin-left: 10px;
  line-height: 1em;
}
@media screen and (min-width: 1200px) {
  .breadcrumb_item + .breadcrumb_item {
    padding-left: 23px;
    margin-left: 13px;
  }
}
.breadcrumb_item + .breadcrumb_item:before {
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  border-color: #969696;
  position: absolute;
  left: 0px;
  top: 0.65em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -4px;
}

.breadcrumb_ttl {
  color: #969696;
  font-size: 1.3rem;
  line-height: 1.3em;
  padding: 0.2em 0px;
}
@media screen and (max-width: 639px) {
  .breadcrumb_ttl {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 980px) {
  .breadcrumb_link {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .breadcrumb_link:hover {
    opacity: 0.5;
  }
}

.breadcrumb_item:last-child .breadcrumb_link, .breadcrumb_item:last-child .breadcrumb_ttl {
  cursor: default;
  pointer-events: none;
}

/* ======================================================
	btn_standard
========================================================= */
.btn_standard {
  position: relative;
  overflow: hidden;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0px 0px;
  padding: 18px 5vw;
  border-radius: 80px;
  background-color: #000;
}
@media screen and (min-width: 640px) {
  .btn_standard {
    padding: 18px 0px 18px 0px;
    max-width: 350px;
  }
}
@media screen and (min-width: 980px) {
  .btn_standard {
    cursor: pointer;
    padding: 20px 10px 20px 10px;
  }
}
.btn_standard .text {
  position: relative;
  z-index: 11;
  font-weight: 700;
  color: #fff;
  font-size: min(4.1025641026vw, 1.6rem);
  letter-spacing: 0.05em;
}
@media screen and (min-width: 640px) {
  .btn_standard .text {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 980px) {
  .btn_standard .text {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
.btn_standard .arrow {
  position: absolute;
  display: inline-block;
  z-index: 11;
  right: 20px;
  top: 50%;
  width: 12px;
  height: 7px;
  margin-top: -3px;
}
@media screen and (min-width: 640px) {
  .btn_standard .arrow {
    right: 20px;
  }
}
.btn_standard .arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
.btn_standard:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0%;
}
.btn_standard:after {
  background-color: #000;
}
.btn_standard:before {
  background-color: #00C2ED;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  z-index: 11;
}

.btn_standard._green {
  background-color: #ACFFB1;
}
.btn_standard._green .text {
  color: #000;
}
.btn_standard._green .arrow path, .btn_standard._green .arrow rect {
  fill: #000;
}
.btn_standard._hover-green:before {
  background-color: #ACFFB1;
}
.btn_standard._hover-white:before {
  background-color: #fff;
}

.btn_standard .text {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_standard:before, .btn_standard:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_standard .icon:before, .btn_standard .icon:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_standard .arrow {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_standard .arrow:before, .btn_standard .arrow:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_standard .arrow path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .btn_standard:hover .text {
    color: #fff;
  }
  .btn_standard:hover .arrow path, .btn_standard:hover .arrow rect {
    fill: #fff;
  }
  .btn_standard:hover:after {
    background-color: rgba(0, 0, 0, 0);
  }
  .btn_standard:hover:before {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .btn_standard:hover._hover-green .text, .btn_standard:hover._hover-white .text {
    color: #000;
  }
  .btn_standard:hover._hover-green .arrow path, .btn_standard:hover._hover-green .arrow rect, .btn_standard:hover._hover-white .arrow path, .btn_standard:hover._hover-white .arrow rect {
    fill: #000;
  }
}

/* ======================================================
	contents_title
========================================================= */
.contents_title .contents_title__text {
  font-size: min(6.1538461538vw, 2.8rem);
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 980px) {
  .contents_title .contents_title__text {
    line-height: 1.4em;
    font-size: 3rem;
  }
}

.data_table {
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 979px) {
  .data_table__header {
    display: none;
  }
}

@media screen and (min-width: 980px) {
  .data_table__header {
    background-color: #000;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 980px) {
  .data_table__header_cell {
    font-size: min(1.2vw, 1.4rem);
    text-align: center;
  }
}
@media screen and (min-width: 980px) {
  .data_table__header_cell:nth-child(1) {
    width: 3%;
  }
  .data_table__header_cell:nth-child(2) {
    width: 7%;
  }
  .data_table__header_cell:nth-child(3) {
    width: 12%;
  }
  .data_table__header_cell:nth-child(4) {
    width: 10%;
  }
  .data_table__header_cell:nth-child(5) {
    width: 4.5%;
  }
  .data_table__header_cell:nth-child(6) {
    width: 6%;
  }
  .data_table__header_cell:nth-child(7) {
    width: 6%;
  }
  .data_table__header_cell:nth-child(8) {
    width: 4.5%;
  }
  .data_table__header_cell:nth-child(9) {
    width: 4.5%;
  }
  .data_table__header_cell:nth-child(10) {
    width: 14%;
  }
  .data_table__header_cell:nth-child(11) {
    width: 12%;
  }
  .data_table__header_cell:nth-child(12) {
    width: 8%;
  }
  .data_table__header_cell:nth-child(13) {
    width: 8%;
  }
}
@media screen and (min-width: 980px) {
  .data_table__header_cell + .data_table__header_cell {
    border-left: 1px solid #fff;
  }
}

@media screen and (max-width: 979px) {
  .data_table__row {
    position: relative;
    padding: 25px 5vw 20px 5vw;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 0px;
  }
}
@media screen and (max-width: 979px) and (min-width: 640px) {
  .data_table__row {
    padding: 30px 5vw 30px 5vw;
  }
}
@media screen and (min-width: 980px) {
  .data_table__row {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #fff;
    border: 1px solid #e0e0e0;
  }
}
@media screen and (max-width: 979px) {
  .data_table__row + .data_table__row {
    margin-top: 30px;
  }
}
@media screen and (max-width: 979px) and (min-width: 640px) {
  .data_table__row + .data_table__row {
    margin-top: 35px;
  }
}
@media screen and (min-width: 980px) {
  .data_table__row + .data_table__row {
    margin-top: 35px;
  }
}

.data_table__row:not(.data_table__row._same_po) + ._same_po {
  margin-top: 5px;
}
@media screen and (min-width: 640px) {
  .data_table__row:not(.data_table__row._same_po) + ._same_po {
    margin-top: 10px;
  }
}
@media screen and (min-width: 980px) {
  .data_table__row:not(.data_table__row._same_po) + ._same_po {
    margin-top: 0px;
    border-top: 0px solid #e0e0e0;
  }
}

@media screen and (min-width: 980px) {
  .data_table__cell:nth-child(1) {
    width: 3%;
  }
  .data_table__cell:nth-child(2) {
    width: 7%;
  }
  .data_table__cell:nth-child(3) {
    width: 12%;
  }
  .data_table__cell:nth-child(4) {
    width: 10%;
  }
  .data_table__cell:nth-child(5) {
    width: 4.5%;
  }
  .data_table__cell:nth-child(6) {
    width: 6%;
  }
  .data_table__cell:nth-child(7) {
    width: 6%;
  }
  .data_table__cell:nth-child(8) {
    width: 4.5%;
  }
  .data_table__cell:nth-child(9) {
    width: 4.5%;
  }
  .data_table__cell:nth-child(10) {
    width: 14%;
  }
  .data_table__cell:nth-child(11) {
    width: 12%;
  }
  .data_table__cell:nth-child(12) {
    width: 8%;
  }
  .data_table__cell:nth-child(13) {
    width: 8%;
  }
  .data_table__cell:nth-child(14) {
    width: 100%;
  }
}

@media screen and (max-width: 979px) {
  .data_table__cell {
    line-height: 1.5em;
    width: 50%;
  }
}
@media screen and (min-width: 980px) {
  .data_table__cell {
    padding: 0.5em 0.5em;
    font-size: min(1.2vw, 1.4rem);
    text-align: left;
    line-height: 1.5em;
    word-break: break-all;
  }
}
@media screen and (min-width: 1200px) {
  .data_table__cell {
    padding: 0.8em 0.8em;
  }
}
@media screen and (min-width: 1480px) {
  .data_table__cell {
    padding: 1em 0.8em;
  }
}
@media screen and (max-width: 979px) {
  .data_table__cell .name {
    display: block;
    font-size: 1.2rem;
    line-height: 1.2em;
    color: #666;
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 980px) {
  .data_table__cell .name {
    display: none;
  }
}

.data_table__link {
  color: #1976d2;
  text-decoration: underline;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.data_table__link:hover {
  color: #1565c0;
}

@media screen and (min-width: 980px) {
  .data_table__cell + .data_table__cell {
    border-left: 1px solid #e0e0e0;
  }
}
@media screen and (max-width: 979px) {
  .data_table__cell._comment {
    width: auto;
    position: absolute;
    right: 15px;
    top: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .data_table__cell._comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0px;
  }
}
@media screen and (max-width: 979px) {
  .data_table__cell._progress {
    width: 100%;
  }
}
@media screen and (min-width: 980px) {
  .data_table__cell._progress {
    border-left: 0px solid #e0e0e0;
  }
}

@media screen and (max-width: 979px) {
  .data_table__cell._progress {
    margin-top: 15px;
  }
}
@media screen and (max-width: 979px) and (min-width: 640px) {
  .data_table__cell._progress {
    margin-top: 20px;
  }
}
@media screen and (min-width: 980px) {
  .data_table__cell._progress {
    border-top: 1px solid #e0e0e0;
    padding: 10px 5vw;
  }
}
@media screen and (min-width: 1200px) {
  .data_table__cell._progress {
    padding: 15px 10%;
  }
}

.progress_indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  width: 100%;
}

.progress_indicator__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  position: relative;
  z-index: 1;
}

.progress_indicator__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  border: 2px solid #ccc;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (min-width: 640px) {
  .progress_indicator__dot {
    width: 14px;
    height: 14px;
  }
}
._active .progress_indicator__dot {
  background: #1976d2;
  border-color: #1976d2;
}
._active .progress_indicator__dot._has_tooltip {
  cursor: pointer;
}
._active .progress_indicator__dot._has_tooltip:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
._active .progress_indicator__dot._has_tooltip:hover .progress_indicator__tooltip {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}
.progress_indicator__dot._delivery_50 {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #1976d2));
  background: linear-gradient(to right, #fff 50%, #1976d2 50%);
  border-color: #1976d2;
}
.progress_indicator__dot._delivery_75 {
  background: conic-gradient(#1976d2 0deg, #1976d2 270deg, #fff 270deg, #fff 360deg);
  border-color: #1976d2;
}
.progress_indicator__dot._delivery_100 {
  background: #1976d2;
  border-color: #1976d2;
}

.progress_indicator__tooltip {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(5px);
          transform: translateX(-50%) translateY(5px);
  background: #333;
  color: #fff;
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 1.2rem;
  line-height: 1.5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 100;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  min-width: 250px;
  max-width: 300px;
  white-space: normal;
  text-align: left;
}
@media screen and (min-width: 640px) {
  .progress_indicator__tooltip {
    padding: 12px 16px;
  }
}
.progress_indicator__tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #333;
}

.progress_indicator__label {
  margin-top: 0.4em;
  font-size: 2.3076923077vw;
  line-height: 1em;
  color: #999;
  white-space: nowrap;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 640px) {
  .progress_indicator__label {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .progress_indicator__label {
    font-size: 1.1rem;
  }
}
._active .progress_indicator__label {
  color: #1976d2;
  font-weight: bold;
}

.progress_indicator__date {
  margin-top: 0.2em;
  font-size: 2.0512820513vw;
  line-height: 1em;
  color: #1976d2;
  white-space: nowrap;
}
@media screen and (min-width: 640px) {
  .progress_indicator__date {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1200px) {
  .progress_indicator__date {
    font-size: 1rem;
  }
}

.progress_indicator__line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: #ccc;
  min-width: 20px;
  margin: 0 2px;
  margin-bottom: 18px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.progress_indicator__line._active {
  background: #1976d2;
}

.comment_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (min-width: 980px) {
  .comment_btn {
    width: 2.0408163265vw;
    height: 2.0408163265vw;
  }
}
@media screen and (min-width: 1200px) {
  .comment_btn {
    width: 28px;
    height: 28px;
    margin: 0px auto;
  }
}
.comment_btn:hover {
  background: #e3f2fd;
  border-color: #1976d2;
}
.comment_btn._has_comment {
  background: #e3f2fd;
  border-color: #1976d2;
}
.comment_btn._has_comment .comment_btn__icon::before,
.comment_btn._has_comment .comment_btn__icon::after {
  background: #1976d2;
}

.comment_btn__icon {
  width: 16px;
  height: 16px;
  background-image: url("/assets/img/common/icon_pencil.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 980px) {
  .comment_btn__icon {
    width: 1.3265306122vw;
    height: 1.3265306122vw;
  }
}
@media screen and (min-width: 1200px) {
  .comment_btn__icon {
    width: 16px;
    height: 16px;
  }
}
._has_comment .comment_btn__icon {
  background-image: url("/assets/img/common/icon_pencil_active.svg");
}

.comment_btn__badge {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 10px;
  height: 10px;
  background: #f44336;
  border-radius: 50%;
  border: 2px solid #fff;
}

.comment_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.comment_modal._open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comment_modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.comment_modal__content {
  position: relative;
  width: 90%;
  max-width: 500px;
  max-height: 80vh;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.comment_modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 20px;
  background: #f5f7fa;
  border-bottom: 1px solid #e0e0e0;
}

.comment_modal__title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin: 0;
}

.comment_modal__po {
  font-size: 14px;
  color: #1976d2;
  font-weight: bold;
  margin-left: 12px;
}

.comment_modal__close {
  width: 32px;
  height: 32px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  margin-left: auto;
}
.comment_modal__close:hover .icon::before, .comment_modal__close:hover .icon::after {
  background: #f44336;
}
.comment_modal__close .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}
.comment_modal__close .icon::before, .comment_modal__close .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #666;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.comment_modal__close .icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.comment_modal__close .icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.comment_modal__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.comment_modal__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 100px;
  max-height: 300px;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding-bottom: 15px;
}

.comment_modal__item {
  padding: 12px;
  background: #f9f9f9;
  border-radius: 6px;
}
.comment_modal__item .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
}
.comment_modal__item .author {
  font-size: 13px;
  font-weight: bold;
  color: #333;
}
.comment_modal__item .date {
  font-size: 12px;
  color: #999;
}
.comment_modal__item .text {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  margin: 0;
}

.comment_modal__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.comment_modal__textarea {
  width: 100%;
  padding: 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  min-height: 80px;
  font-family: inherit;
}
.comment_modal__textarea:focus {
  outline: none;
  border-color: #1976d2;
  -webkit-box-shadow: 0 0 0 2px rgba(25, 118, 210, 0.1);
          box-shadow: 0 0 0 2px rgba(25, 118, 210, 0.1);
}
.comment_modal__textarea::-webkit-input-placeholder {
  color: #999;
}
.comment_modal__textarea::-moz-placeholder {
  color: #999;
}
.comment_modal__textarea:-ms-input-placeholder {
  color: #999;
}
.comment_modal__textarea::-ms-input-placeholder {
  color: #999;
}
.comment_modal__textarea::placeholder {
  color: #999;
}

.comment_modal__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 12px;
}

.comment_modal__btn {
  padding: 10px 24px;
  font-size: 14px;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.comment_modal__btn._cancel {
  background: #a5a5a5;
  color: #fff;
}
.comment_modal__btn._cancel:hover {
  background: #c9c9c9;
}
.comment_modal__btn._submit {
  background: #000;
  color: #fff;
}
.comment_modal__btn._submit:hover {
  background: #000;
}