@charset "UTF-8";
@-webkit-keyframes mouseOver {
  0% {
    width: 0;
    left: 0;
  }
  35% {
    width: 100%;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes mouseOver {
  0% {
    width: 0;
    left: 0;
  }
  35% {
    width: 100%;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

@media (max-width: 1060px) {
  .hidden-xl {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .hidden-mdsl {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .hidden-mds {
    display: none !important;
  }
}

@media (max-width: 980px) {
  .hidden-md {
    display: none !important;
  }
}

@media (max-width: 500px) {
  .hidden-xs {
    display: none !important;
  }
}

.visible-mdsl,
.visible-xs,
.visible-md,
.visible-mds,
.visible-xl {
  display: none !important;
}

@media (max-width: 1060px) {
  .visible-xl {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .visible-mdsl {
    display: block !important;
  }
}

@media (max-width: 600px) {
  .visible-mds {
    display: block !important;
  }
}

@media (max-width: 980px) {
  .visible-md {
    display: block !important;
  }
}

@media (max-width: 500px) {
  .visible-xs {
    display: block !important;
  }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

img {
  line-height: 0;
}

sup {
  font-size: 70%;
  vertical-align: top;
}

body {
  -webkit-text-size-adjust: none;
}

h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.4;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

h4 {
  font-size: 21px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 14px;
}

p {
  margin: 0;
}

p img {
  margin: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
  color: #333;
}

small {
  font-size: 80%;
}

blockquote,
blockquote p {
  font-size: 17px;
  line-height: 24px;
  color: #777;
  font-style: italic;
}

blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd;
}

blockquote cite {
  display: block;
  font-size: 12px;
  color: #555;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
  color: #555;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

a,
a:visited {
  text-decoration: none;
  outline: 0;
}

p a,
p a:visited {
  line-height: inherit;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid #ccc;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 0;
  max-width: 100%;
  background: #fff;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #aaa;
  color: #444;
}

label,
legend {
  display: block;
  font-weight: bold;
  font-size: 13px;
}

input[type="checkbox"] {
  display: inline;
}

button {
  cursor: pointer;
}

html {
  scroll-behavior: auto !important;
}

em {
  font-style: normal;
}

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

.button,
::file-selector-button {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

*:focus-visible {
  outline: 2px solid cyan;
  outline-offset: 2px;
}

body {
  background-color: #fff;
}

article {
  padding-top: 100px;
}

@media (max-width: 980px) {
  article {
    padding-top: 60px;
  }
}

.inner {
  max-width: 1060px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 500px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.max_width {
  max-width: 1060px;
}

.text_center {
  text-align: center;
}

.box_center {
  margin-left: auto;
  margin-right: auto;
}

img {
  max-width: 100%;
}

.va-bottom {
  vertical-align: bottom;
}

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

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

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

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

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

html,
button {
  -webkit-font-feature-settings: "pkna" 1;
  font-feature-settings: "pkna" 1;
  font-size: 16px;
  color: #000;
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 600px) {
  html,
  button {
    font-size: 15px;
  }
}

body {
  line-height: 1.5;
}

.wide-line-height {
  line-height: 2.5;
}

header,
.header {
  width: 100%;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}

header_hit,
.header_hit {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
}

header_main,
.header_main {
  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;
  height: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 100px 0 40px;
}

@media (max-width: 980px) {
  header_main,
  .header_main {
    height: 60px;
    display: block;
  }
}

@media (max-width: 768px) {
  header_main,
  .header_main {
    padding: 0 30px;
  }
}

@media (max-width: 500px) {
  header_main,
  .header_main {
    padding: 0 25px;
  }
}

header h1,
.header h1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 214px;
  flex: 0 0 214px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 980px) {
  header h1,
  .header h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

header h1 .logo,
.header h1 .logo {
  display: block;
  z-index: 1;
  position: relative;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

@media (max-width: 980px) {
  header h1 .logo,
  .header h1 .logo {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
}

@media (max-width: 768px) {
  header h1 .logo,
  .header h1 .logo {
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
  }
}

header h1 img,
.header h1 img {
  width: 214px;
}

@media (max-width: 980px) {
  header h1 img,
  .header h1 img {
    width: 180px;
  }
}

@media (max-width: 500px) {
  header h1 img,
  .header h1 img {
    width: 160px;
  }
}

header button,
.header button {
  display: none;
  width: 60px;
  height: 60px;
  border: none;
  background: transparent;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: 20px;
  z-index: 1;
  padding: 2px;
  display: block;
}

@media (max-width: 980px) {
  header button,
  .header button {
    top: 0;
  }
}

@media (any-hover: hover) {
  header button:hover .icon span,
  .header button:hover .icon span {
    background-color: #000;
  }
}

header button span,
.header button span {
  display: block;
}

header button .icon,
.header button .icon {
  width: 55px;
  height: 20px;
  position: relative;
}

header button .icon span,
.header button .icon span {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #b71a35;
  left: 0;
  -webkit-transition: top 0.25s, background 0.4s, opacity 0.4s, background 0.4s, -webkit-transform 0.25s;
  transition: top 0.25s, background 0.4s, opacity 0.4s, background 0.4s, -webkit-transform 0.25s;
  -o-transition: top 0.25s, transform 0.25s, background 0.4s, opacity 0.4s, background 0.4s;
  transition: top 0.25s, transform 0.25s, background 0.4s, opacity 0.4s, background 0.4s;
  transition: top 0.25s, transform 0.25s, background 0.4s, opacity 0.4s, background 0.4s, -webkit-transform 0.25s;
}

header button .icon span:nth-of-type(1),
.header button .icon span:nth-of-type(1) {
  top: 0;
}

header button .icon span:nth-of-type(2),
.header button .icon span:nth-of-type(2) {
  top: 50%;
}

header button .icon span:nth-of-type(3),
.header button .icon span:nth-of-type(3) {
  top: 100%;
}

header_nav,
.header_nav {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header_nav_wrap,
.header_nav_wrap {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 99%;
  flex: 0 1 99%;
  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;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

header_nav ul,
.header_nav ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px 80px;
}

@media (max-width: 600px) {
  header_nav ul,
  .header_nav ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
    padding-left: 2em;
  }
}

header_nav li,
.header_nav li {
  text-align: center;
  display: block;
  position: relative;
}

header_nav li:nth-of-type(1)::before, header_nav li:nth-of-type(2)::before,
.header_nav li:nth-of-type(1)::before,
.header_nav li:nth-of-type(2)::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-top: 1px dashed #ddd;
  left: 0;
  bottom: -20px;
}

@media (max-width: 600px) {
  header_nav li:nth-of-type(1)::before, header_nav li:nth-of-type(2)::before,
  .header_nav li:nth-of-type(1)::before,
  .header_nav li:nth-of-type(2)::before {
    bottom: -5px;
  }
}

header_nav li:nth-of-type(1):after, header_nav li:nth-of-type(3):after,
.header_nav li:nth-of-type(1):after,
.header_nav li:nth-of-type(3):after {
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  border-left: 1px dashed #ddd;
  top: 0;
  right: -40px;
}

@media (max-width: 600px) {
  header_nav li:nth-of-type(1):after, header_nav li:nth-of-type(3):after,
  .header_nav li:nth-of-type(1):after,
  .header_nav li:nth-of-type(3):after {
    display: none;
  }
}

@media (max-width: 600px) {
  header_nav li:nth-of-type(3)::before,
  .header_nav li:nth-of-type(3)::before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #ddd;
    left: 0;
    bottom: -5px;
  }
}

header_nav li a,
.header_nav li a {
  display: block;
  -webkit-transition: color 0.4s, opacity 0.4s;
  -o-transition: color 0.4s, opacity 0.4s;
  transition: color 0.4s, opacity 0.4s;
  line-height: 1;
  padding: 0.85em 0;
}

@media (any-hover: hover) {
  header_nav li a:hover .label,
  .header_nav li a:hover .label {
    color: #000;
  }
  header_nav li a:hover .caption,
  .header_nav li a:hover .caption {
    color: #b71a35;
  }
}

header_nav li span,
.header_nav li span {
  width: 100%;
  width: 9em;
  text-align: left;
  display: block;
  font-size: 24px;
  line-height: 1.4;
}

@media (max-width: 600px) {
  header_nav li span,
  .header_nav li span {
    font-size: 20px;
  }
}

header_nav li .label,
.header_nav li .label {
  font-size: 20px;
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #b71a35;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

@media (max-width: 600px) {
  header_nav li .label,
  .header_nav li .label {
    font-size: 18px;
  }
}

header_nav li .caption,
.header_nav li .caption {
  color: #000;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

header_entry,
.header_entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  gap: 1px;
  position: relative;
  z-index: 1;
}

@media (max-width: 980px) {
  header_entry,
  .header_entry {
    display: none;
  }
}

header_entry1,
.header_entry1 {
  background-color: #000;
}

header_entry1:before,
.header_entry1:before {
  background-color: #b71a35;
}

header_entry2,
.header_entry2 {
  background-color: #b71a35;
}

header_entry2:before,
.header_entry2:before {
  background-color: #000;
}

header_entry a,
.header_entry a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16em;
  flex: 0 0 16em;
  padding: 0.5em 0;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

header_entry a:before,
.header_entry a:before {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (any-hover: hover) {
  header_entry a:hover::before,
  .header_entry a:hover::before {
    -webkit-animation: mouseOver 0.5s ease-in-out;
    animation: mouseOver 0.5s ease-in-out;
  }
}

header_entry span,
.header_entry span {
  position: relative;
}

.js_show_nav .header_nav_wrap {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background-color: rgba(255, 255, 255, 0.95);
}

.js_show_nav .header button .icon span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.js_show_nav .header button .icon span:nth-of-type(2) {
  opacity: 0;
  top: 50%;
}

.js_show_nav .header button .icon span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: rotate(-150deg);
  -ms-transform: rotate(-150deg);
  transform: rotate(-150deg);
}

.js_on .header_nav_wrap {
  -webkit-transition: background 0.5s, -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: background 0.5s, -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86), background 0.5s;
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86), background 0.5s;
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86), background 0.5s, -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.js_nav_fixed .header {
  background-color: rgba(255, 255, 255, 0.65);
}

.js_nav_fixed .header h1 .logo {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

body .footer {
  margin-top: 100px;
  padding: 80px 60px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  border-top: 1px solid #d6d6d6;
}

@media (max-width: 1500px) {
  body .footer {
    font-size: 18px;
  }
}

@media (max-width: 980px) {
  body .footer {
    font-size: 16px;
    padding: 60px 60px 80px;
  }
}

@media (max-width: 768px) {
  body .footer {
    margin-top: 80px;
    padding: 30px 20px 80px;
  }
}

@media (max-width: 600px) {
  body .footer {
    margin-top: 60px;
    padding: 30px 20px 80px;
  }
}

body .footer_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1400px) {
  body .footer_main {
    display: block;
  }
}

body .footer ul {
  text-align: center;
}

@media (max-width: 1400px) {
  body .footer ul {
    margin-bottom: 30px;
  }
}

body .footer li {
  display: inline-block;
  float: none;
  line-height: 1;
}

@media (max-width: 500px) {
  body .footer li {
    display: block;
  }
}

body .footer li:nth-last-of-type(1) a span {
  border: none;
}

body .footer li a {
  padding: 0.5em 0;
  display: inline-block;
  -webkit-transition: color 0.4s, opacity 0.4s;
  -o-transition: color 0.4s, opacity 0.4s;
  transition: color 0.4s, opacity 0.4s;
  text-decoration: none;
  color: #000;
}

body .footer li a:visited {
  color: #000;
}

@media (any-hover: hover) {
  body .footer li a:hover {
    text-decoration: none;
    color: #b71a35;
  }
}

@media (max-width: 1200px) {
  body .footer li a {
    padding: 0.3em;
  }
}

@media (max-width: 500px) {
  body .footer li a {
    padding: 0.5em 0;
  }
}

body .footer li a span {
  display: inline-block;
  padding: 0 1em;
}

@media (max-width: 768px) {
  body .footer li a span {
    padding: 0 1em;
    border: none;
  }
}

body .footer_copyrights {
  text-align: center;
}

body .footer_totop {
  z-index: 3;
  position: fixed;
  right: 30px;
  bottom: -100px;
  border-radius: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: bottom 1.5s cubic-bezier(1, 0, 0, 1);
  -o-transition: bottom 1.5s cubic-bezier(1, 0, 0, 1);
  transition: bottom 1.5s cubic-bezier(1, 0, 0, 1);
  -webkit-transition: opacity 0.3s, bottom 0.3s, background 0.3s, -webkit-box-shadow 0.2s;
  transition: opacity 0.3s, bottom 0.3s, background 0.3s, -webkit-box-shadow 0.2s;
  -o-transition: opacity 0.3s, bottom 0.3s, background 0.3s, box-shadow 0.2s;
  transition: opacity 0.3s, bottom 0.3s, background 0.3s, box-shadow 0.2s;
  transition: opacity 0.3s, bottom 0.3s, background 0.3s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  width: 70px;
  height: 70px;
  background-color: #000;
}

@media (max-width: 1500px) {
  body .footer_totop {
    bottom: -100px;
  }
}

@media (max-width: 980px) {
  body .footer_totop {
    right: 20px;
  }
}

@media (max-width: 600px) {
  body .footer_totop {
    width: 55px;
    height: 55px;
    right: 10px;
  }
}

@media (any-hover: hover) {
  body .footer_totop:hover {
    background-color: #b71a35;
  }
}

body .footer_totop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: bold;
}

body .footer_entry {
  position: fixed;
  z-index: 50;
  bottom: 200px;
  right: -150px;
  -webkit-transition: right 0.3s;
  -o-transition: right 0.3s;
  transition: right 0.3s;
  display: none;
}

@media (max-width: 980px) {
  body .footer_entry {
    left: 0;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

body .footer_entry a {
  text-align: center;
  color: #fff;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  height: auto;
  padding: 10px 0;
  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: 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

@media (max-width: 500px) {
  body .footer_entry a {
    font-size: 3.7vw;
  }
}

body .footer_entry a:before {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (any-hover: hover) {
  body .footer_entry a:hover::before {
    -webkit-animation: mouseOver 0.5s ease-in-out;
    animation: mouseOver 0.5s ease-in-out;
  }
}

body .footer_entry a span {
  position: relative;
}

@media (max-width: 600px) {
  body .footer_entry a.footer_entry1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }
}

@media (max-width: 600px) {
  body .footer_entry a.footer_entry2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
  }
}

body .footer_entry1 {
  background-color: #000;
}

body .footer_entry1:before {
  background-color: #b71a35;
}

body .footer_entry2 {
  background-color: #b71a35;
}

body .footer_entry2:before {
  background-color: #000;
}

.js_nav_fixed .footer_totop {
  bottom: 25px;
}

@media (max-width: 980px) {
  .js_nav_fixed .footer_totop {
    bottom: 60px;
  }
}

@media (max-width: 600px) {
  .js_nav_fixed .footer_totop {
    bottom: 60px;
  }
}

.js_nav_fixed .footer_entry {
  right: 30px;
}

.cmn_title {
  text-align: center;
  position: relative;
  background: url(../img/cmn_ttl_line_r.png) no-repeat center bottom;
  margin-bottom: 90px;
}

@media (max-width: 980px) {
  .cmn_title {
    margin-bottom: 70px;
  }
}

@media (max-width: 768px) {
  .cmn_title {
    margin-bottom: 60px;
  }
}

@media (max-width: 600px) {
  .cmn_title {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .cmn_title {
    background-size: 40vw auto;
  }
}

.cmn_title p {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #b71a35;
  font-size: 40px;
}

@media (max-width: 980px) {
  .cmn_title p {
    font-size: 38px;
  }
}

@media (max-width: 768px) {
  .cmn_title p {
    font-size: 36px;
  }
}

@media (max-width: 600px) {
  .cmn_title p {
    font-size: 34px;
  }
}

@media (max-width: 500px) {
  .cmn_title p {
    font-size: 32px;
  }
}

.cmn_title h3 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-size: 50px;
  padding-bottom: 0.65em;
}

@media (max-width: 980px) {
  .cmn_title h3 {
    font-size: 42px;
  }
}

@media (max-width: 768px) {
  .cmn_title h3 {
    font-size: 38px;
  }
}

@media (max-width: 600px) {
  .cmn_title h3 {
    font-size: 36px;
  }
}

@media (max-width: 500px) {
  .cmn_title h3 {
    font-size: 34px;
  }
}

.message_cnt {
  padding: 120px 0 145px;
}

@media (max-width: 980px) {
  .message_cnt {
    padding: 100px 0 105px;
  }
}

@media (max-width: 768px) {
  .message_cnt {
    padding: 80px 0 85px;
  }
}

@media (max-width: 600px) {
  .message_cnt {
    padding: 60px 0 75px;
  }
}

.shop_cnt {
  padding: 75px 0;
}

@media (max-width: 980px) {
  .shop_cnt {
    padding: 65px 0;
  }
}

@media (max-width: 768px) {
  .shop_cnt {
    padding: 60px 0;
  }
}

@media (max-width: 600px) {
  .shop_cnt {
    padding: 55px 0;
  }
}

.environment_cnt {
  padding: 170px 0;
}

@media (max-width: 980px) {
  .environment_cnt {
    padding: 140px 0;
  }
}

@media (max-width: 768px) {
  .environment_cnt {
    padding: 110px 0;
  }
}

@media (max-width: 600px) {
  .environment_cnt {
    padding: 70px 0 50px;
  }
}

.search_cnt {
  padding: 170px 0 100px;
}

@media (max-width: 980px) {
  .search_cnt {
    padding: 140px 0 80px;
  }
}

@media (max-width: 768px) {
  .search_cnt {
    padding: 110px 0 70px;
  }
}

@media (max-width: 600px) {
  .search_cnt {
    padding: 70px 0 50px;
  }
}

.independence_cnt {
  padding-bottom: 95px;
}

@media (max-width: 980px) {
  .independence_cnt {
    padding-bottom: 85px;
  }
}

@media (max-width: 768px) {
  .independence_cnt {
    padding-bottom: 75px;
  }
}

@media (max-width: 600px) {
  .independence_cnt {
    padding-bottom: 55px;
  }
}

.hero_cnt {
  aspect-ratio: 1600/550;
  width: 100%;
}

@media (max-width: 980px) {
  .hero_cnt {
    aspect-ratio: 1600/850;
  }
}

@media (max-width: 768px) {
  .hero_cnt {
    aspect-ratio: 2/1.5;
  }
}

.hero_photo {
  position: absolute;
}

.hero_photo:before {
  display: block;
  content: "";
  position: absolute;
  background-color: #b71a35;
  width: 10vw;
  height: 10vw;
  z-index: -1;
}

@media (max-width: 980px) {
  .hero_photo {
    height: 85%;
  }
  .hero_photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 768px) {
  .hero_photo {
    height: 90%;
  }
}

.hero_photo1 {
  width: 80%;
  left: 0;
  bottom: 0;
}

.hero_photo1:before {
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  right: -10vw;
  bottom: 0;
}

@media (max-width: 768px) {
  .hero_photo1 {
    width: 65%;
  }
}

@media (max-width: 500px) {
  .hero_photo1 {
    width: 70%;
  }
}

.hero_photo2 {
  width: 50%;
  right: 0;
  top: 0;
}

.hero_photo2:before {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
  left: -9.9vw;
  top: 0;
}

@media (max-width: 500px) {
  .hero_photo2 {
    width: 40%;
  }
}

.hero_ttl {
  position: absolute;
  right: 20%;
  top: 30%;
}

@media (max-width: 980px) {
  .hero_ttl {
    right: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 768px) {
  .hero_ttl {
    width: 75%;
    text-align: center;
  }
}

.message_cnt {
  position: relative;
  overflow: hidden;
}

.message_main {
  width: 100%;
  max-width: 635px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  padding-right: 35px;
  padding-bottom: 400px;
}

@media (max-width: 1200px) {
  .message_main {
    padding-bottom: 3vw;
  }
}

@media (max-width: 1060px) {
  .message_main {
    margin-left: 25vw;
    padding-bottom: 0;
  }
}

@media (max-width: 980px) {
  .message_main {
    margin-left: 0;
    padding-left: 25vw;
    padding-right: 0;
    max-width: 100%;
  }
}

@media (max-width: 500px) {
  .message_main {
    padding: 0;
  }
}

.message_title p {
  -webkit-transform: translateX(-70px);
  -ms-transform: translateX(-70px);
  transform: translateX(-70px);
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .message_title p {
    margin-bottom: 15px;
    width: 17vw;
    -webkit-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    transform: translateX(-20%);
  }
}

@media (max-width: 600px) {
  .message_title p {
    width: 24vw;
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}

.message_title h3 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-size: 50px;
  line-height: 1.3;
  margin-bottom: 0.7em;
}

@media (max-width: 1200px) {
  .message_title h3 {
    font-size: 44px;
  }
}

@media (max-width: 980px) {
  .message_title h3 {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .message_title h3 {
    font-size: 38px;
  }
}

@media (max-width: 600px) {
  .message_title h3 {
    font-size: 36px;
  }
}

@media (max-width: 500px) {
  .message_title h3 {
    font-size: 9.5vw;
  }
}

.message_title h3 small {
  font-size: 80%;
}

.message_title h3 em {
  color: #b71a35;
  letter-spacing: 0.2em;
}

.message_text {
  font-size: 18px;
  line-height: 2.2;
}

.message_text p {
  margin-bottom: 1.5em;
}

.message_fig img {
  position: absolute;
}

.message_fig1 {
  left: 0;
  top: 10vw;
  max-width: 245px;
  width: 15.3125vw;
}

@media (max-width: 500px) {
  .message_fig1 {
    width: 23vw;
  }
}

.message_fig2 {
  right: -5vw;
  top: 36vw;
  max-width: 352px;
  width: 22vw;
}

@media (max-width: 1200px) {
  .message_fig2 {
    top: 40vw;
  }
}

@media (max-width: 768px) {
  .message_fig2 {
    top: 55vw;
  }
}

@media (max-width: 500px) {
  .message_fig2 {
    top: 35%;
    width: 40vw;
  }
}

.message_fig3 {
  left: 10vw;
  top: 60vw;
  max-width: 259px;
  width: 16.1875vw;
}

@media (max-width: 1200px) {
  .message_fig3 {
    top: 55vw;
    left: 3vw;
  }
}

@media (max-width: 768px) {
  .message_fig3 {
    top: 80vw;
    left: 0;
  }
}

@media (max-width: 500px) {
  .message_fig3 {
    top: 55%;
    left: 10vw;
    width: 30vw;
  }
}

@media (max-width: 500px) {
  .message_photo {
    height: 100vw;
    position: relative;
  }
}

.message_photo img {
  position: absolute;
}

.message_photo1 {
  right: 0;
  top: 0;
  max-width: 239px;
  width: 16.8125vw;
}

@media (max-width: 1200px) {
  .message_photo1 {
    width: 13.45vw;
  }
}

@media (max-width: 980px) {
  .message_photo1 {
    width: 15.13125vw;
  }
}

@media (max-width: 500px) {
  .message_photo1 {
    top: -4vw;
    width: 35vw;
    right: 2vw;
  }
}

.message_photo2 {
  top: 80px;
  left: 5vw;
  max-width: 195px;
  width: 12.1875vw;
}

@media (max-width: 1200px) {
  .message_photo2 {
    left: 3vw;
    width: 10.96875vw;
  }
}

@media (max-width: 1060px) {
  .message_photo2 {
    left: 0.5vw;
  }
}

@media (max-width: 980px) {
  .message_photo2 {
    top: 7vw;
  }
}

@media (max-width: 500px) {
  .message_photo2 {
    top: 5vw;
    width: 34vw;
  }
}

.message_photo3 {
  top: 360px;
  left: 8vw;
  max-width: 380px;
  width: 23.75vw;
}

@media (max-width: 1200px) {
  .message_photo3 {
    top: 24vw;
    left: 5vw;
    width: 19vw;
  }
}

@media (max-width: 768px) {
  .message_photo3 {
    top: 28vw;
  }
}

@media (max-width: 500px) {
  .message_photo3 {
    width: 36vw;
    left: 18vw;
    top: 33vw;
  }
}

.message_photo4 {
  top: 850px;
  left: 19vw;
  max-width: 379px;
  width: 23.6875vw;
}

@media (max-width: 1200px) {
  .message_photo4 {
    top: 48vw;
    left: 10vw;
    width: 18.95vw;
  }
}

@media (max-width: 1060px) {
  .message_photo4 {
    left: 3vw;
  }
}

@media (max-width: 768px) {
  .message_photo4 {
    top: 54vw;
  }
}

@media (max-width: 500px) {
  .message_photo4 {
    top: 56vw;
    width: 44vw;
    left: 50vw;
  }
}

.message_photo5 {
  top: 1000px;
  left: 40vw;
  max-width: 283px;
  width: 17.6875vw;
}

@media (max-width: 1200px) {
  .message_photo5 {
    top: 61vw;
    right: auto;
    left: 7vw;
    width: 17.6875vw 0.9;
  }
}

@media (max-width: 768px) {
  .message_photo5 {
    top: 70vw;
  }
}

@media (max-width: 500px) {
  .message_photo5 {
    left: 30vw;
    width: 38vw;
    top: 80vw;
  }
}

.shop_cnt {
  position: relative;
  z-index: 1;
}

.shop_cnt .cmn_title {
  background-image: url(../img/cmn_ttl_line_p.png);
}

@media (max-width: 1200px) {
  .shop_cnt .cmn_title {
    margin-bottom: 50px;
  }
}

@media (max-width: 980px) {
  .shop_cnt .cmn_title {
    margin-bottom: 30px;
  }
}

.shop_cnt .cmn_title p {
  color: #dc6277;
  text-shadow: 0 0 10px #000;
}

.shop_cnt .cmn_title h3 {
  color: #fff;
  padding-bottom: 0.8em;
}

.shop_cnt .inner {
  max-width: 1205px;
}

.shop_bg_head, .shop_bg_foot {
  width: calc(50vw + 555px);
  position: absolute;
}

@media (max-width: 1400px) {
  .shop_bg_head, .shop_bg_foot {
    width: 95%;
  }
}

@media (max-width: 1200px) {
  .shop_bg_head, .shop_bg_foot {
    width: calc(100% - 40px);
  }
}

@media (max-width: 980px) {
  .shop_bg_head, .shop_bg_foot {
    height: 34vw;
  }
}

@media (max-width: 768px) {
  .shop_bg_head, .shop_bg_foot {
    width: 100%;
    height: 45vw;
  }
}

@media (max-width: 600px) {
  .shop_bg_head, .shop_bg_foot {
    height: 55vw;
  }
}

.shop_bg_head img, .shop_bg_foot img {
  width: 100%;
}

@media (max-width: 980px) {
  .shop_bg_head img, .shop_bg_foot img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.shop_bg_head {
  right: 0;
  top: 0;
}

.shop_bg_foot {
  left: 0;
  bottom: 0;
}

.shop_main_lead {
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
  padding: 70px 60px 2em;
  background-color: #fff;
}

@media (max-width: 980px) {
  .shop_main_lead {
    padding: 50px 40px 2em;
  }
}

@media (max-width: 768px) {
  .shop_main_lead {
    font-size: 18px;
    padding: 40px 30px 2em;
  }
}

@media (max-width: 600px) {
  .shop_main_lead {
    padding: 30px 25px 1.7em;
  }
}

.shop_tab_head {
  max-width: 990px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.shop_tab_head li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.shop_tab_head button {
  background-color: rgba(243, 243, 243, 0);
  border: none;
  text-align: center;
  -webkit-transition: border 0.5s, background 0.4s;
  -o-transition: border 0.5s, background 0.4s;
  transition: border 0.5s, background 0.4s;
  padding: 30px 0 90px;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 980px) {
  .shop_tab_head button {
    padding: 30px 10px 70px;
  }
}

@media (max-width: 768px) {
  .shop_tab_head button {
    padding: 20px 10px 50px;
  }
}

@media (max-width: 600px) {
  .shop_tab_head button {
    padding: 17px 10px 35px;
  }
}

.shop_tab_head button::before {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 9px;
  left: 0;
  top: 0;
  -webkit-transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 768px) {
  .shop_tab_head button::before {
    height: 7px;
  }
}

@media (max-width: 600px) {
  .shop_tab_head button::before {
    height: 5px;
  }
}

.shop_tab_head button[data-tab-index="1"]:before {
  background-color: #003399;
}

.shop_tab_head button[data-tab-index="2"]:before {
  background-color: #c5b531;
}

.shop_tab_head button[data-tab-index="3"]:before {
  background-color: #b71a35;
}

.shop_tab_head button[data-tab-index="4"]:before {
  background-color: #00a04a;
}

@media (any-hover: hover) {
  .shop_tab_head button:hover::before {
    width: 100%;
  }
}

.shop_tab_body {
  border: 1px solid #ccc;
  padding: 75px 60px 70px;
  margin-top: -40px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 980px) {
  .shop_tab_body {
    padding: 55px 40px;
  }
}

@media (max-width: 768px) {
  .shop_tab_body {
    margin-top: -25px;
    padding: 45px 30px;
  }
}

@media (max-width: 600px) {
  .shop_tab_body {
    padding: 35px 25px;
  }
}

@media (max-width: 500px) {
  .shop_tab_body {
    padding-bottom: 25px;
  }
}

.shop_tab_body_single {
  height: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  overflow: hidden;
  -webkit-transition: opacity 0.75s, -webkit-transform 0.5s;
  transition: opacity 0.75s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, opacity 0.75s;
  transition: transform 0.5s, opacity 0.75s;
  transition: transform 0.5s, opacity 0.75s, -webkit-transform 0.5s;
  opacity: 0;
}

.shop_tab_body_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
  padding: 35px 0;
  border-top: 3px solid #ccc;
}

@media (max-width: 500px) {
  .shop_tab_body_list {
    display: block;
    border-width: 2px;
  }
}

.shop_tab_body_list:nth-of-type(1) {
  border: none;
}

.shop_tab_body_list_text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.shop_tab_body_list_text h4 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-size: 25px;
  padding: 0.5em 0;
  letter-spacing: 0.05em;
}

@media (max-width: 980px) {
  .shop_tab_body_list_text h4 {
    font-size: 23px;
  }
}

@media (max-width: 768px) {
  .shop_tab_body_list_text h4 {
    font-size: 21px;
  }
}

@media (max-width: 600px) {
  .shop_tab_body_list_text h4 {
    font-size: 20px;
    padding-top: 0;
  }
}

@media (max-width: 500px) {
  .shop_tab_body_list_text h4 {
    padding-top: 1em;
  }
}

.shop_tab_body_list_text p {
  line-height: 2;
}

.shop_tab_body_link {
  text-align: center;
  margin-top: 35px;
}

@media (max-width: 500px) {
  .shop_tab_body_link {
    margin-top: 15px;
  }
}

.shop_tab_body_link a {
  background-color: #000;
  color: #fff;
  font-size: 18px;
  padding: 1em 4em;
  position: relative;
  display: inline-block;
}

@media (max-width: 768px) {
  .shop_tab_body_link a {
    font-size: 17px;
  }
}

@media (max-width: 500px) {
  .shop_tab_body_link a {
    font-size: 16px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.shop_tab_body_link a:before, .shop_tab_body_link a:after {
  display: block;
  content: "";
  position: absolute;
}

.shop_tab_body_link a:before {
  width: 0;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #b71a35;
  -webkit-transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.shop_tab_body_link a:after {
  width: 27px;
  height: 17px;
  background: url(../img/cmn_arrow_r.png) no-repeat center;
  background-size: contain;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 600px) {
  .shop_tab_body_link a:after {
    width: 21.6px;
    height: 13.6px;
  }
}

@media (any-hover: hover) {
  .shop_tab_body_link a:hover::before {
    -webkit-animation: mouseOver 0.5s ease-in-out;
    animation: mouseOver 0.5s ease-in-out;
  }
}

.shop_tab_body_link a span {
  position: relative;
}

.shop_tab[data-tab-stat="1"] [data-tab-index="1"] {
  background-color: #f3f3f3;
}

.shop_tab[data-tab-stat="1"] [data-tab-index="1"]::before {
  width: 100%;
}

.shop_tab[data-tab-stat="1"] [data-tab-num="1"] {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.shop_tab[data-tab-stat="2"] [data-tab-index="2"] {
  background-color: #f3f3f3;
}

.shop_tab[data-tab-stat="2"] [data-tab-index="2"]::before {
  width: 100%;
}

.shop_tab[data-tab-stat="2"] [data-tab-num="2"] {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.shop_tab[data-tab-stat="3"] [data-tab-index="3"] {
  background-color: #f3f3f3;
}

.shop_tab[data-tab-stat="3"] [data-tab-index="3"]::before {
  width: 100%;
}

.shop_tab[data-tab-stat="3"] [data-tab-num="3"] {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.shop_tab[data-tab-stat="4"] [data-tab-index="4"] {
  background-color: #f3f3f3;
}

.shop_tab[data-tab-stat="4"] [data-tab-index="4"]::before {
  width: 100%;
}

.shop_tab[data-tab-stat="4"] [data-tab-num="4"] {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.shop_totop {
  padding: 60px 60px 0 0;
  text-align: right;
}

@media (max-width: 768px) {
  .shop_totop {
    text-align: center;
    padding: 60px 0 0;
  }
}

.shop_totop_link {
  background-color: #fff;
  color: #000;
  font-size: 18px;
  padding: 1em 4em;
  position: relative;
  display: inline-block;
}

@media (max-width: 768px) {
  .shop_totop_link {
    font-size: 17px;
  }
}

@media (max-width: 500px) {
  .shop_totop_link {
    font-size: 16px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.shop_totop_link:before, .shop_totop_link:after {
  display: block;
  content: "";
  position: absolute;
}

.shop_totop_link:before {
  width: 0;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #ccc;
  -webkit-transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.shop_totop_link:after {
  width: 17px;
  height: 27px;
  background: url(../img/cmn_arrow_t_r.png) no-repeat center;
  background-size: contain;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 600px) {
  .shop_totop_link:after {
    width: 13.6px;
    height: 21.6px;
  }
}

@media (any-hover: hover) {
  .shop_totop_link:hover::before {
    -webkit-animation: mouseOver 0.5s ease-in-out;
    animation: mouseOver 0.5s ease-in-out;
  }
}

.shop_totop_link span {
  position: relative;
}

.environment_cnt {
  position: relative;
}

.environment_cnt::before, .environment_cnt:after {
  display: block;
  content: "";
  position: absolute;
  background-color: #f3f3f3;
  z-index: -1;
}

.environment_cnt::before {
  aspect-ratio: 350/175;
  width: 22vw;
  right: 3vw;
  top: -3vw;
  -webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%);
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
}

.environment_cnt:after {
  aspect-ratio: 140/235;
  width: 10vw;
  left: 0;
  top: 40%;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.environment_cnt .inner {
  max-width: 1205px;
}

.environment_single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 95px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 980px) {
  .environment_single {
    margin-bottom: 85px;
  }
}

@media (max-width: 768px) {
  .environment_single {
    margin-bottom: 75px;
  }
}

@media (max-width: 600px) {
  .environment_single {
    margin-bottom: 55px;
  }
}

@media (max-width: 500px) {
  .environment_single {
    display: block;
  }
}

.environment_single_fig {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 43%;
  flex: 0 0 43%;
  position: relative;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.environment_single_fig img {
  width: 100%;
}

.environment_single_fig::before, .environment_single_fig:after {
  display: block;
  content: "";
  position: absolute;
}

.environment_single_fig::before {
  width: 80%;
  background-color: #f3f3f3;
  z-index: -1;
  aspect-ratio: 480/317;
}

.environment_single_fig:after {
  top: 0;
  z-index: 1;
  width: 70px;
  height: 70px;
}

.environment_single_text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 56%;
  flex: 0 0 56%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 70px;
}

.environment_single_head {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
}

.environment_single_num {
  font-size: 70px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  vertical-align: text-top;
  margin: -0.15em 0 0.4em;
}

@media (max-width: 980px) {
  .environment_single_num {
    font-size: 60px;
  }
}

@media (max-width: 768px) {
  .environment_single_num {
    font-size: 55px;
  }
}

@media (max-width: 600px) {
  .environment_single_num {
    font-size: 50px;
  }
}

@media (max-width: 500px) {
  .environment_single_num {
    margin-top: -0.05em;
  }
}

.environment_single_cap {
  font-size: 25px;
  margin-bottom: 1em;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  letter-spacing: 0.07em;
}

@media (max-width: 980px) {
  .environment_single_cap {
    font-size: 23px;
  }
  .environment_single_cap br {
    display: none;
  }
}

@media (max-width: 768px) {
  .environment_single_cap {
    font-size: 21px;
  }
}

@media (max-width: 600px) {
  .environment_single_cap {
    font-size: 20px;
  }
}

.environment_single_p {
  line-height: 2;
}

.environment_single:nth-of-type(odd) .environment_single_fig:after {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 100% 0);
  left: 0;
}

@media (max-width: 980px) {
  .environment_single:nth-of-type(odd) .environment_single_text {
    padding: 0 0 0 5vw;
  }
}

@media (max-width: 500px) {
  .environment_single:nth-of-type(odd) .environment_single_text {
    padding: 20px 0 0;
  }
}

.environment_single:nth-of-type(even) .environment_single_fig {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.environment_single:nth-of-type(even) .environment_single_fig:after {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  right: 0;
}

@media (max-width: 980px) {
  .environment_single:nth-of-type(even) .environment_single_text {
    padding: 0 5vw 0 0;
  }
}

@media (max-width: 500px) {
  .environment_single:nth-of-type(even) .environment_single_text {
    padding: 20px 0 0;
  }
}

.environment_single1 .environment_single_fig:before {
  left: -50px;
  top: -75px;
}

@media (max-width: 1400px) {
  .environment_single1 .environment_single_fig:before {
    left: -25px;
    top: -50px;
  }
}

@media (max-width: 500px) {
  .environment_single1 .environment_single_fig:before {
    top: -30px;
    left: -20px;
  }
}

.environment_single1 .environment_single_fig:after {
  background-color: #b71a35;
}

.environment_single1 .environment_single_num {
  color: #b71a35;
}

.environment_single2 .environment_single_fig:before {
  right: -50px;
  bottom: -75px;
}

@media (max-width: 1400px) {
  .environment_single2 .environment_single_fig:before {
    right: -25px;
    bottom: -50px;
  }
}

@media (max-width: 500px) {
  .environment_single2 .environment_single_fig:before {
    bottom: -30px;
    right: -20px;
  }
}

.environment_single2 .environment_single_fig:after {
  background-color: #003399;
}

.environment_single2 .environment_single_num {
  color: #003399;
}

.environment_single3 .environment_single_fig:before {
  left: -50px;
  bottom: -75px;
}

@media (max-width: 1400px) {
  .environment_single3 .environment_single_fig:before {
    left: -25px;
    bottom: -50px;
  }
}

@media (max-width: 500px) {
  .environment_single3 .environment_single_fig:before {
    bottom: -30px;
    left: -20px;
  }
}

.environment_single3 .environment_single_fig:after {
  background-color: #c5b531;
}

.environment_single3 .environment_single_num {
  color: #c5b531;
}

.environment_single4 .environment_single_fig:before {
  right: -50px;
  top: -75px;
}

@media (max-width: 1400px) {
  .environment_single4 .environment_single_fig:before {
    right: -25px;
    top: -50px;
  }
}

@media (max-width: 500px) {
  .environment_single4 .environment_single_fig:before {
    top: -30px;
    right: -20px;
  }
}

.environment_single4 .environment_single_fig:after {
  background-color: #b71a35;
}

.environment_single4 .environment_single_num {
  color: #b71a35;
}

.environment_single5 .environment_single_fig:before {
  left: -50px;
  top: -75px;
}

@media (max-width: 1400px) {
  .environment_single5 .environment_single_fig:before {
    left: -25px;
    top: -50px;
  }
}

@media (max-width: 500px) {
  .environment_single5 .environment_single_fig:before {
    top: -30px;
    left: -20px;
  }
}

.environment_single5 .environment_single_fig:after {
  background-color: #00a04a;
}

.environment_single5 .environment_single_num {
  color: #00a04a;
}

.independence_cnt {
  position: relative;
}

.independence_cnt::before {
  display: block;
  content: "";
  position: absolute;
  height: 55%;
  width: 100%;
  background-color: #f3f3f3;
  left: 0;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 1400px) {
  .independence_cnt::before {
    height: 62%;
  }
}

@media (max-width: 600px) {
  .independence_cnt::before {
    height: 80%;
  }
}

.independence_cnt .inner {
  max-width: 1300px;
}

.independence_fig {
  position: absolute;
  left: 0;
  top: 0;
  width: 53%;
  height: 90%;
}

@media (max-width: 980px) {
  .independence_fig {
    width: 43%;
  }
}

@media (max-width: 600px) {
  .independence_fig {
    position: static;
    width: 100%;
  }
}

.independence_fig img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.independence_main {
  width: 40%;
  margin-left: auto;
  padding-top: 70px;
}

@media (max-width: 980px) {
  .independence_main {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .independence_main {
    padding-top: 30px;
    width: 100%;
  }
}

.independence_cap_sub {
  font-size: 25px;
  color: #b71a35;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
}

@media (max-width: 980px) {
  .independence_cap_sub {
    font-size: 23px;
  }
}

@media (max-width: 768px) {
  .independence_cap_sub {
    font-size: 21px;
  }
}

@media (max-width: 600px) {
  .independence_cap_sub {
    font-size: 20px;
  }
}

.independence_cap_sub span {
  display: inline-block;
  border-bottom: 3px solid #b71a35;
  padding-bottom: 0.5em;
  margin-bottom: 3em;
}

@media (max-width: 768px) {
  .independence_cap_sub span {
    margin-bottom: 2em;
  }
}

@media (max-width: 600px) {
  .independence_cap_sub span {
    padding-bottom: 0.4em;
    border-width: 2px;
    margin-bottom: 1em;
  }
}

.independence_cap_main {
  font-size: 30px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  line-height: 1.8;
  margin-bottom: 1em;
  letter-spacing: 0.05em;
}

@media (max-width: 980px) {
  .independence_cap_main {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .independence_cap_main {
    font-size: 26px;
  }
}

@media (max-width: 600px) {
  .independence_cap_main {
    font-size: 24px;
  }
}

.independence_text {
  line-height: 2;
}

.search_main {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
}

@media (max-width: 768px) {
  .search_main {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.search_single h4 {
  font-size: 25px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  margin-bottom: 1.5em;
}

@media (max-width: 980px) {
  .search_single h4 {
    font-size: 23px;
  }
}

@media (max-width: 980px) {
  .search_single h4 {
    font-size: 21px;
    margin-bottom: 1.3em;
  }
}

@media (max-width: 600px) {
  .search_single h4 {
    font-size: 20px;
    margin-bottom: 1.2em;
  }
}

.search_single h4 span {
  position: relative;
  display: inline-block;
  padding-left: 0.85em;
  line-height: 1;
}

.search_single h4 span::before {
  display: block;
  content: "";
  position: absolute;
  height: 1em;
  width: 0.5em;
  background-color: #b71a35;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 0;
  left: 0;
}

.search_single ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 10px 15px;
}

.search_single a {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0.5em;
}

.search_single a span {
  position: relative;
  display: inline-block;
}

.search_single a:before {
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
}

@media (any-hover: hover) {
  .search_single a:hover::before {
    -webkit-animation: mouseOver 0.5s ease-in-out;
    animation: mouseOver 0.5s ease-in-out;
  }
}

.search_single1 a {
  background-color: #000;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 20px;
}

@media (max-width: 980px) {
  .search_single1 a {
    font-size: 16px;
  }
}

.search_single1 a:before {
  background-color: #b71a35;
}

.search_single2 a:before {
  background-color: rgba(0, 0, 0, 0.3);
  mix-blend-mode: multiply;
}

.search_single2-1 {
  background-color: #003399;
}

.search_single2-2 {
  background-color: #c5b531;
}

.search_single2-3 {
  background-color: #b71a35;
}

.search_single2-4 {
  background-color: #00a04a;
}

body:has(.modaal-wrapper) {
  overflow-y: hidden;
}

body:has(.modaal-wrapper.modaal-start_fade) {
  overflow-y: scroll;
}

body .modaal-wrapper.modaal-start_fade {
  overflow: hidden;
}

body .modaal-wrapper.modaal-start_fade .modaal-close {
  display: none;
}

.modal_cnt {
  display: none;
}

.modal_single_main {
  padding-top: 50px;
}

.modal_single_wrap {
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  overflow: hidden;
}

@media (max-width: 768px) {
  .modal_single_wrap {
    border-radius: 20px;
  }
}

.modal_single_head {
  position: relative;
}

@media (max-width: 980px) {
  .modal_single_head figure {
    aspect-ratio: 16 / 8;
  }
  .modal_single_head figure img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: 45% top;
    object-position: 45% top;
  }
}

@media (max-width: 600px) {
  .modal_single_head figure {
    aspect-ratio: 16 / 10;
  }
  .modal_single_head figure img {
    -o-object-position: 47% top;
    object-position: 47% top;
  }
}

.modal_single_head_text {
  position: absolute;
  left: 55%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .modal_single_head_text {
    left: 50%;
  }
}

@media (max-width: 500px) {
  .modal_single_head_text {
    left: 48%;
  }
}

.modal_single_head_text span {
  padding: 1px 15px;
}

@media (max-width: 500px) {
  .modal_single_head_text span {
    padding: 1px 10px;
  }
}

.modal_single_head_text .shop {
  font-size: 26px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  margin-bottom: 2px;
}

@media (max-width: 1060px) {
  .modal_single_head_text .shop {
    font-size: 30px;
  }
}

@media (max-width: 600px) {
  .modal_single_head_text .shop {
    font-size: 24px;
  }
}

@media (max-width: 500px) {
  .modal_single_head_text .shop {
    font-size: 20px;
  }
}

.modal_single_head_text .pos {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0.75em;
}

@media (max-width: 768px) {
  .modal_single_head_text .pos {
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  .modal_single_head_text .pos {
    font-size: 18px;
  }
}

.modal_single_head_text .name {
  color: #fff;
  font-size: 48px;
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .modal_single_head_text .name {
    font-size: 40px;
  }
}

@media (max-width: 600px) {
  .modal_single_head_text .name {
    font-size: 36px;
  }
}

.modal_single_head_text .name small {
  font-size: 50%;
}

.modal_single_body {
  margin-top: -25px;
  position: relative;
}

@media (max-width: 768px) {
  .modal_single_body {
    margin-top: 30px;
  }
}

.modal_single_body dl {
  padding-right: 60px;
}

@media (max-width: 1060px) {
  .modal_single_body dl {
    padding-right: 30px;
  }
}

@media (max-width: 600px) {
  .modal_single_body dl {
    padding-right: 15px;
  }
}

.modal_single_body dt {
  color: #fff;
  padding-left: 60px;
  border-radius: 0 50px 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .modal_single_body dt {
    padding-left: 30px;
    border-radius: 0 30px 30px 0;
  }
}

@media (max-width: 600px) {
  .modal_single_body dt {
    padding-left: 15px;
    border-radius: 0 15px 15px 0;
  }
}

.modal_single_body dt em {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.5em;
  flex: 0 0 1.5em;
  text-align: center;
  padding: 0.25em 0;
  border-radius: 50px;
  line-height: 1;
  font-size: 34px;
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

@media (max-width: 768px) {
  .modal_single_body dt em {
    font-size: 30px;
  }
}

.modal_single_body dt span {
  font-size: 20px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  padding: 0.5em 0 0.5em 0.75em;
  line-height: 1.4;
}

@media (max-width: 1060px) {
  .modal_single_body dt span {
    padding-right: 1em;
  }
}

@media (max-width: 768px) {
  .modal_single_body dt span {
    font-size: 18px;
  }
}

.modal_single_body dt small {
  font-weight: normal;
}

.modal_single_body dd {
  padding: 1.5em 0 2.5em 60px;
  line-height: 2;
}

@media (max-width: 768px) {
  .modal_single_body dd {
    padding-left: 30px;
  }
}

@media (max-width: 600px) {
  .modal_single_body dd {
    padding: 1em 0 2em 20px;
  }
}

.modal_single_close {
  text-align: center;
  padding: 40px 0;
}

@media (max-width: 768px) {
  .modal_single_close {
    padding-top: 30px;
  }
}

@media (max-width: 600px) {
  .modal_single_close {
    padding-top: 20px;
  }
}

.modal_single_close button {
  background-color: transparent;
  border: none;
  font-size: 16px;
  border-radius: 50px;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  padding: 0.4em 2.5em;
  width: 230px;
  position: relative;
}

.modal_single_close button .label {
  color: #fff;
}

.modal_single_close button .icon {
  position: absolute;
  width: 1em;
  height: 1em;
  display: inline-block;
  right: 15px;
  top: 50%;
}

.modal_single_close button .icon::before, .modal_single_close button .icon:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 15%;
  top: 0;
  background-color: #fff;
}

.modal_single_close button .icon::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal_single_close button .icon:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal_single_close_top {
  overflow: hidden;
  text-indent: -999px;
  border-radius: 50px;
  border: none;
  position: absolute;
  z-index: 1;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  width: 60px;
  height: 60px;
  top: 17px;
  right: -15px;
}

.modal_single_close_top span {
  width: 40%;
  height: 40%;
  position: absolute;
  display: block;
  left: 30%;
  top: 30%;
}

.modal_single_close_top span:before, .modal_single_close_top span:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  top: 48%;
}

.modal_single_close_top span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal_single_close_top span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-container {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modaal-content-container {
  padding: 0;
}

.modaal-close {
  display: none;
}

.add_anim {
  -webkit-transition: opacity 1.3s, -webkit-transform 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.3s, -webkit-transform 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 1.3s, transform 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.3s, transform 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.3s, transform 1.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  opacity: 0;
}

.add_anim .cmn_title {
  -webkit-transition: opacity 1s 0.3s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transition: opacity 1s 0.3s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  -o-transition: opacity 1s 0.3s, transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transition: opacity 1s 0.3s, transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transition: opacity 1s 0.3s, transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}

.add_anim.js_on {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.add_anim.js_on .cmn_title {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
