/* CSS Document */
:root {
  --font-en: "avenir-next-lt-pro", sans-serif;
  --font-en-cond: "avenir-next-lt-pro-condensed", sans-serif;
  --font-ja: "hiragino-kaku-gothic-pron", "Hiragino Kaku Gothic ProN", sans-serif;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  word-break: normal;
  word-wrap: break-word;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

section {
  max-width: calc(85vw - 10px);
  margin: auto;
}

#wrapper {
  opacity: 0;
  padding: 0;
}

html {
  font-size: 20px;
  line-height: 1.2;
  color: black;
}

.eigo {
  font-family: var(--font-en);
  font-weight: 500;
  letter-spacing: 0.01em;
}

.f-eigo {
  font-family: var(--font-en);
  font-weight: 700;
  letter-spacing: 0.04em;
}

body {
  color: black;
  font-family: var(--font-ja);
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
}

a {
  color: black;
}

img {
  vertical-align: bottom;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 100%;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

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

td,
th {
  padding: 0;
}

table {
  background-color: transparent;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

ul li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  font-weight: 500;
}

.fixedcontainer {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}

.minicontainer {
  max-width: 914px;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}

a:visited,
a:link,
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
  transition: opacity 0.5s ease;
}

.underline {
  text-decoration: underline;
}

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

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

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

.flex_part .flex_img_left {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.flex_part .flex_img_left > img {
  -o-object-fit: contain;
     object-fit: contain;
}
.flex_part .flex_body {
  flex: 1;
}
.flex_part .flex_img_right {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.flex_part .flex_img_right > img {
  -o-object-fit: contain;
     object-fit: contain;
}

/* slick */
.slick-next::before {
  content: "";
  background: url(../images/slick_next.png) no-repeat;
}

.slick-prev::after {
  content: "";
  background: url(../images/slick_prev.png) no-repeat;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 100;
}

.slick-prev::after,
.slick-next::before {
  font-family: initial;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 1;
}

.slick-dots {
  bottom: -45px;
}

.slick-dotted.slick-slider {
  margin-bottom: 50px;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 32px;
  line-height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 3px;
  content: "";
  text-align: center;
  opacity: 1;
  color: #c9caca;
  background: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 3px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  opacity: 0.3;
}
.slick-dots li.slick-active {
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #00a0e9;
}

.hover_anim::after {
  background: #fff;
  content: "";
  height: 400px;
  left: -300px;
  opacity: 0.2;
  position: absolute;
  top: -80px;
  transform: rotate(35deg);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  width: 150px;
  z-index: 100;
}

.hover_anim:hover::after {
  left: 120%;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  transition: 0.6s;
}

.inviewfadeInUp2 {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  transition: 0.6s ease-in-out 0.2s;
}

.inviewfadeInUp3 {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  transition: 0.6s ease-in-out 0.4s;
}

.inviewfadeInUp4 {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  transition: 0.6s ease-in-out 0.6s;
}

.inviewfadeInUp5 {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  transition: 0.6s ease-in-out 0.8s;
}

.fadeInUp {
  opacity: 1;
  transform: translate(0, 0);
}

#header .g_nav {
  display: none;
  text-align: center;
}

/* loading
------------------------------------------------- */
#loading {
  width: 100%;
  height: 100vh;
  background: white;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 9999;
  display: none;
}
#loading img {
  width: 128px;
  opacity: 0;
  transform: translateY(-40px);
  transition: all 1s ease;
}
#loading.active img {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s ease;
}

#line1 {
  margin: 0 auto 0;
  width: 100%;
  height: 100%;
  background: white;
  position: relative;
  text-align: center;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

body.site-sub #loading #line1 img {
  display: none;
}

.fullwidth .expand {
  width: 100%;
  height: 26px;
  margin-left: 0;
  text-align: center;
  background: url(./../images/377.gif) no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
}
@keyframes fullexpand {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.top .top_txt1 img {
  width: 100%;
}

a {
  cursor: pointer;
}

/*-------------header----------------------*/
/*-----------        -----------------*/
.main_content {
  position: relative;
}
.main_content > .btn_wrapper {
  position: sticky;
  top: calc(100vh - 105px);
  height: 55px;
  right: 0;
  margin-left: auto;
  display: block;
  z-index: 1000;
  width: 7.5%;
}
.main_content > .btn_wrapper a {
  display: flex;
  width: 55px;
  margin-left: auto;
  margin: auto;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 3.75vw;
  transform: translateX(50%);
}
.main_content > .btn_wrapper a img {
  -o-object-fit: contain;
     object-fit: contain;
}
.main_content > .reserve {
  height: 258px;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  font-size: 8px;
  margin: auto;
  margin-bottom: 20px;
  margin-left: 3%;
  position: sticky;
  top: calc(100vh - 308px);
  white-space: nowrap;
  font-family: var(--font-en);
  letter-spacing: 0.05em;
  font-weight: 600;
}

body {
  letter-spacing: 0.005;
}

#header {
  position: absolute;
  z-index: 101;
  top: 0;
  height: 100%;
  left: 0;
  width: 7.5%;
}
#header .header_top {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#header .header_top h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  padding: 23px 36px;
  width: 172px;
  height: auto;
  top: 51px;
  transition: opacity 0.8s ease-in-out;
  left: 0;
  background: white;
  opacity: 1;
}
#header .header_top h2 a img {
  transition: opacity 0.8s ease-in-out;
}
#header h1 {
  transition: opacity 0.8s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  opacity: 1;
}
#header h1 a {
  display: block;
  line-height: 1;
}
#header h1 a img {
  width: 59px;
}
#header h1 {
  position: fixed;
  width: 172px;
  height: auto;
  background: white;
  top: 38px;
  left: 0;
  transition: opacity 0.8s ease-in-out;
  transition-delay: 0.2s;
  margin-top: 0;
  padding: 23px 36px;
}
#header h1 a img {
  width: 100px;
}
#header h1.fadeInUp {
  opacity: 1;
  transition: opacity 0.8s ease-in-out;
  transition-delay: 0.2s;
}
#header:not(.top_bg) h2 {
  opacity: 1;
  display: flex;
  position: fixed;
  width: 172px;
  height: auto;
  top: 51px;
  transition: opacity 0.8s ease-in-out;
  left: 0;
  background: white;
}
#header:not(.top_bg) h2 a {
  line-height: 1;
}
#header:not(.top_bg) h2 a img {
  width: 100px;
  transition: opacity 0.8s ease-in-out;
}
#header.nontop .sub_logo {
  display: block !important;
  visibility: visible;
  opacity: 1 !important;
  pointer-events: initial;
}
#header .shop {
  position: absolute;
  width: 37px;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
}

.header2 {
  position: fixed;
  width: 7.5%;
  right: 0;
  height: 100vh;
  top: 0;
  z-index: 100;
}
.header2 .menu-trigger {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  top: 57px;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 3px;
  width: 25px;
  height: 25px;
  z-index: 1002;
}
.header2 .menu-trigger p {
  position: absolute;
  bottom: 12px;
  font-size: 12px;
  text-align: center;
  width: 100%;
  color: #000000;
  writing-mode: vertical-lr;
  height: auto;
  white-space: nowrap;
  top: calc(100% + 20px);
  left: 100%;
  transform: translateX(-50%);
  line-height: 0;
  right: auto;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.header2 .menu-trigger p.close {
  display: none;
}
.header2 .menu-trigger.active p.open {
  display: none;
}
.header2 .menu-trigger.active p.close {
  display: block;
}
.header2 .menu-trigger:hover {
  opacity: 1;
}
.header2 .menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  cursor: pointer;
  float: right;
  position: absolute;
  width: 25px;
  height: 2px;
  left: 0;
  background: #000000;
  right: 0;
  margin: auto;
}
.header2 .menu-trigger span:nth-of-type(1) {
  top: 8px;
}
.header2 .menu-trigger span:nth-of-type(2) {
  top: 21px;
}
.header2 .menu-trigger span:nth-of-type(3) {
  top: 32px;
}
.header2 .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(6.5px) rotate(-45deg);
}
.header2 .menu-trigger.active span:nth-of-type(3) {
  opacity: 0;
}
.header2 .menu-trigger.active span:nth-of-type(2) {
  transform: translateY(-6.5px) rotate(45deg);
}

.g_nav {
  position: fixed;
  width: 340px;
  right: 0;
  background: white;
  height: 100vh;
  top: 0;
  z-index: 100;
  display: none;
  text-align: center;
}
.g_nav.commercial a, .g_nav.privacy a {
  font-size: 14px;
}

@keyframes slideUp {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.g_nav ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  letter-spacing: 0.1em;
  padding-bottom: 5vw;
  padding-top: 100px;
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 220px;
  transform: translateY(-20px);
  animation: slideUp 1s ease-in-out;
  opacity: 0;
}
.g_nav.active ul {
  transform: translateY(0);
  opacity: 1;
  animation: slideDown 1s ease-in-out;
}

.g_nav ul li {
  float: none;
  width: 100%;
  font-size: 16px;
  padding: 12px 0;
  margin: 0;
  text-align: left;
}
.g_nav ul li.commercial {
  padding-top: 31px;
}
.g_nav ul li.privacy {
  padding-top: 0;
}

.g_nav ul li a {
  display: inline-block;
  padding: 0 0;
  color: #000000;
  text-decoration: none;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.2em;
}
.g_nav ul li a .logo {
  max-width: 171px;
  margin-bottom: 35px;
}
.g_nav ul li a .insta {
  width: 18px;
}

.g_nav ul li a:hover {
  opacity: 0.9;
  color: #000000;
  position: relative;
}
.g_nav ul li a:hover.insta::after {
  content: none;
}

a.left_arrow {
  position: relative;
}
a.left_arrow::after {
  position: absolute;
  content: "";
  right: 13px;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  width: 6px;
  height: 6px;
  display: block;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
}

.lightbox {
  position: fixed;
  z-index: 1001;
  width: calc(100% - 85px);
  display: none;
  height: 100vh;
  top: 0;
  right: 0;
}
.lightbox .bg {
  background: rgba(240, 240, 240, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.lightbox .boxcontent {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lightbox .boxcontent .close_btn {
  position: absolute;
  right: 0;
  top: -80px;
}
.lightbox .boxcontent .flex_img {
  width: 590px;
  margin: auto;
}
.lightbox .boxcontent .flex_img img {
  width: 100%;
  mix-blend-mode: darken;
}

#lightbox_wrapper {
  position: fixed;
  z-index: 1001;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
#lightbox_wrapper .lightbox {
  display: block;
}

body {
  color: black;
}

.f-title {
  font-family: var(--font-en);
  font-weight: 600;
  font-style: normal;
  font-size: 65px;
  color: #1d1d1d;
  line-height: 1;
  padding: 12px;
  background: white;
  margin-top: 10px;
  display: inline-block;
}

@keyframes discoverAnimatin {
  0% {
    background-position: bottom 0 center;
  }
  20% {
    background-position: bottom -100px center;
  }
  60% {
    background-position: bottom -100px center;
  }
  80% {
    background-position: bottom -200px center;
  }
  100% {
    background-position: bottom -200px center;
  }
}
@keyframes animate {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
@keyframes animate-d {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes fvReveal {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  #sec1 .part1.fv-anim-start .fv-reveal.is-ready {
    clip-path: inset(0 0 0 0);
    animation: none;
  }
}
#sec1 {
  width: calc(85vw - 10px);
  margin: auto;
  padding: 0;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 1;
  overflow: hidden;
  position: relative;
}
#sec1 .part1 {
  position: absolute;
  width: 100%;
  top: 50%;
  right: 47px;
  transform: translateY(-50%);
  z-index: 3;
  text-align: right;
  display: inline-flex;
  flex-direction: column;
  align-items: end;
}
#sec1 .part1 h1 img {
  width: 214px;
}
#sec1 .part1 h2 {
  padding-top: 20px;
  padding-bottom: 9px;
  font-size: 28px;
  text-align: center;
  color: white;
  line-height: 1.1;
}
#sec1 .part1 h2 img {
  width: 789px;
}
#sec1 .part1 p {
  font-size: 16px;
  background: white;
  padding: 10px;
  color: #1d1d1d;
  text-align: center;
  display: inline-block;
  margin-top: 23px;
  font-weight: 600;
  font-family: var(--font-ja);
}
#sec1 .part1 .fv-reveal {
  clip-path: inset(0 100% 0 0);
}
#sec1 .part1 .fv-reveal:not(.is-ready) {
  visibility: hidden;
}
#sec1 .part1.fv-anim-start .fv-reveal.is-ready {
  visibility: visible;
  animation: fvReveal 2s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
  animation-delay: 0.2s;
  will-change: clip-path;
}
#sec1 .bg {
  height: 100vh;
  width: 100%;
  position: relative;
}
#sec1 .bg .map-animation {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
#sec1 .bg .map-animation svg {
  display: block;
  width: 100%;
  height: 100%;
  border-left: 1px solid #fff;
}
#sec1 .bg .fv_latest_news {
  position: absolute;
  width: min(420px, 100% - 32px);
  min-height: 80px;
  display: flex;
  align-items: center;
  background: #fff;
  z-index: 2;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
#sec1 .bg .fv_latest_news .fv_news_item {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
}
#sec1 .bg .fv_latest_news .fv_news_item.is-active {
  opacity: 1;
  pointer-events: auto;
}
#sec1 .bg .fv_latest_news .fv_latest_news_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 14px 24px 14px 35px;
  text-decoration: none;
  color: inherit;
}
#sec1 .bg .fv_latest_news .fv_latest_news_inner:hover {
  opacity: 0.85;
}
#sec1 .bg .fv_latest_news .fv_latest_news_meta {
  flex: 1;
  min-width: 0;
}
#sec1 .bg .fv_latest_news .fv_latest_news_date {
  display: block;
  font-size: 11px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#sec1 .bg .fv_latest_news .viewmore_btn {
  flex-shrink: 0;
  font-size: 16px;
  line-height: 1.8;
  white-space: nowrap;
  font-weight: 500;
  padding-right: 16px;
  border-right: 1px solid #1d1d1d;
}
#sec1 .bg img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#sec1 .scroll {
  width: 100%;
  text-align: center;
  position: absolute;
  height: auto;
  bottom: 0;
}
#sec1 .scroll img {
  width: 45px;
}
#sec1 .scroll::after {
  margin: auto;
  display: block;
  margin-top: 20px;
  content: "";
  width: 1px;
  background: linear-gradient(to bottom, black, black 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0));
  background-size: 100% 200px;
  height: 100px;
  animation: discoverAnimatin 3s cubic-bezier(0.79, 0, 0.15, 1) infinite;
}

#sec2 {
  position: relative;
  z-index: 3;
}
#sec2 .contact_txt {
  text-align: center;
  margin-top: 66px;
  line-height: 1.7;
}
#sec2 .contact_txt p {
  font-size: 14px;
  letter-spacing: 0.08em;
}
#sec2 h2 {
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}
#sec2 h2::after {
  content: "";
  width: 37px;
  height: 2px;
  background-color: #6a5643;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
#sec2 .part1 {
  text-align: center;
  margin-top: 116px;
  margin-bottom: 85px;
}
#sec2 .part1 img {
  width: 717px;
}
#sec2 .part2 {
  margin: 0 auto;
  margin-top: 68px;
  padding-bottom: 0;
}
#sec2 .part2 .block {
  align-items: center;
}
#sec2 .part2 .block > img {
  width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
#sec2 .part2 .block .flex_body {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
#sec2 .part2 .block .flex_body h3 {
  margin-bottom: 22px;
  font-size: 23px;
  color: #000000;
  line-height: 1.4;
  font-weight: 600;
}
#sec2 .part2 .block .flex_body p {
  display: flex;
  font-size: 14px;
  line-height: 1.8;
  flex: 1;
  letter-spacing: 0.08em;
}
#sec2 .part2 .block .flex_body p img {
  width: 105px;
  margin-right: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
#sec2 .part2 .block .flex_body p span {
  font-size: 14px;
  line-height: 1.8;
  flex: 1;
  font-weight: 500;
}
#sec2 .part2 .block .flex_body .btn_wrapper {
  margin: 0 auto;
}
#sec2 .part2 .block .flex_body .btn_wrapper a {
  width: 116px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  position: relative;
  background: #a5a5a5;
  margin-top: 26px;
  line-height: 1.5;
}
#sec2 .part2 .block .flex_body .btn_wrapper a span {
  font-size: 16px;
}
#sec2 .part2 .block .flex_body .btn_wrapper a .f-eigo {
  font-size: 12px;
  font-weight: 700;
}
#sec2 .part4 {
  margin-top: 60px;
  margin-bottom: 80px;
}
#sec2 .part4 .btn_wrapper a {
  width: 410px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  position: relative;
  background: #000000;
  line-height: 1.5;
  margin: auto;
}
#sec2 .part4 .btn_wrapper a span {
  font-size: 16px;
}
#sec2 .part4 .btn_wrapper a .f-eigo {
  font-size: 12px;
}
#sec2 .part4 p {
  text-align: center;
  margin-top: 51px;
}
#sec2 .part4 p img {
  width: 410px;
}

.p-drink__video_advertisement {
  position: relative;
}
.p-drink__video_advertisement .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 70px;
  max-height: 70px;
}
.p-drink__video_advertisement .btn img {
  height: auto;
  aspect-ratio: 1/1;
}
.p-drink__video_advertisement video {
  width: 100%;
  height: auto;
}
.p-drink__video_advertisement .movie-modal {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
  transition: 0.3s;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}
.p-drink__video_advertisement .movie-modal_content video {
  width: 100% !important;
  max-width: 70vw;
}
.p-drink__video_advertisement .movie-modal.is-active {
  visibility: visible;
  opacity: 1;
}
.p-drink__video_advertisement .movie-modal.is-active .movie-modal_content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-drink__video_advertisement .movie-modal_close span {
  display: block;
  width: 3.75em;
  height: 3.75em;
  text-align: center;
  margin-top: 2.5em;
  position: relative;
  cursor: pointer;
}
.p-drink__video_advertisement .movie-modal_close span::before,
.p-drink__video_advertisement .movie-modal_close span::after {
  content: "";
  width: 1px;
  height: 1.875em;
  position: absolute;
  background: #fff;
  transform: rotate(-45deg);
  z-index: 99;
}
.p-drink__video_advertisement .movie-modal_close span::after {
  transform: rotate(45deg);
}
.p-drink__video_advertisement .movie-modal_close {
  position: absolute;
  right: 1.5em;
  top: 2.5em;
}
.p-drink__video_advertisement .top3-video {
  padding-bottom: 4.5rem;
}
.p-drink__video_advertisement .part1 {
  position: absolute;
  left: 47px;
  bottom: 53px;
  padding-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}
.p-drink__video_advertisement .part1 h2 {
  padding-bottom: 20px;
  color: white;
  font-size: 31px;
}
.p-drink__video_advertisement .part1 h2 img {
  width: 406px;
}
.p-drink__video_advertisement .part1 h4 {
  color: white;
  font-size: 18px;
  line-height: 1.2;
}
.p-drink__video_advertisement .part1 p {
  font-size: 14px;
  color: white;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
.p-drink__video_advertisement .part1 a {
  width: 116px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: black;
  position: relative;
  background: white;
  margin-top: 28px;
}

#sec4 {
  position: relative;
  z-index: 3;
}
#sec4 h2 {
  margin-bottom: 0;
  padding-top: 80px;
  position: relative;
  padding-bottom: 0;
  font-size: 31px;
  letter-spacing: 0.01em;
  font-weight: bold;
}
#sec4 > p {
  font-size: 10px;
}
#sec4 .part1 .part_body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 52px;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 45px;
}
#sec4 .part1 .part_body .block {
  margin-right: 0;
  width: 100%;
  margin-bottom: 42px;
  display: block;
}
#sec4 .part1 .part_body .block img {
  width: 100%;
  aspect-ratio: 662/373;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#sec4 .part1 .part_body .block h6 {
  font-size: 12px;
  line-height: 2;
  font-weight: 500;
}
#sec4 .part1 .part_body .block p {
  font-size: 12px;
  margin-top: 18px;
  line-height: 1;
  font-weight: 500;
}
#sec4 .part1 .part_body .block:nth-child(3n) {
  margin-right: 0;
}
#sec4 .part2 {
  padding-bottom: 85px;
  text-align: center;
}
#sec4 .part2 a {
  margin: auto;
  margin-top: 0;
  width: 116px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  position: relative;
  color: white;
  background: #a5a5a5;
}

#sec5 {
  position: relative;
  z-index: 3;
  margin-top: 94px;
  margin-bottom: 0;
}
#sec5 .bg {
  line-height: 0;
}
#sec5 .bg img {
  width: 100%;
  aspect-ratio: 1100/454;
}
#sec5 .bg video {
  height: auto !important;
  width: 100%;
}
#sec5 .part1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#sec5 .part1 h2 {
  color: #000;
  font-size: 50px;
  letter-spacing: 0.05em;
  padding: 12px;
  background: white;
  line-height: 1;
  font-weight: 700;
}
#sec5 .part1 p {
  font-size: 19px;
  color: #000;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 10px;
  background: white;
  margin-top: 22px;
  font-weight: 600;
}
#sec5 .part1 p.contact_title {
  font-size: 13px !important;
  margin-top: 22px;
  padding: 6px 11px;
}
#sec5 .part1 h3 {
  font-size: 37px;
  color: #000;
  letter-spacing: 0.05em;
  padding: 14px 16px;
  background: white;
  line-height: 1;
  font-weight: 600;
}
#sec5 .part1 a {
  width: 118px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: black;
  position: relative;
  background: white;
  margin-top: 31px;
}

.about_sec {
  margin-bottom: 70px !important;
}

#sec6 {
  position: relative;
  z-index: 2;
  text-align: center;
}
#sec6 img {
  position: absolute;
  left: 50%;
  transform: translateX(-500px);
  height: 113px;
  bottom: 0;
}
#sec6 h4 {
  font-size: 23px;
  font-weight: 600;
  font-family: var(--font-ja);
  line-height: 1.4;
}
#sec6 p {
  font-size: 14px;
  line-height: 1.8;
  margin: 29px 0 72px 0;
  font-family: var(--font-ja);
}

footer {
  position: relative;
  z-index: 3;
  background: #204daa no-repeat;
  background-position: top center;
  background-size: cover;
  margin-top: 30px;
}
footer .part1 {
  padding: 68px 0 45px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}
footer .part1 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 31px;
}
footer .part1 ul li a {
  color: white;
  font-size: 14px;
}
footer .part3 {
  text-align: center;
}
footer .part3 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 31px;
}
footer .part3 a {
  display: block;
  margin-right: 45px;
  font-size: 13px;
  margin: auto;
}
footer .part3 h2 {
  color: white;
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  font-family: var(--font-en);
}
footer .part2 {
  padding-top: 45px;
  padding-bottom: 63px;
  padding-right: 0;
  font-size: 10px;
  color: white;
  text-align: center;
}

#common_sec1 {
  width: calc(85vw - 10px);
  margin: auto;
  background-position: bottom;
  z-index: 1;
  top: 0;
  left: 0;
  position: relative;
  height: 532px;
}
#common_sec1.company {
  background: url(./../images/company_img1.jpg) no-repeat;
  background-size: cover;
}
#common_sec1.people {
  background: url(./../images/people_fv.jpg) no-repeat;
  background-size: cover;
}
#common_sec1.people .part1 h2,
#common_sec1.people .part1 p {
  color: black;
  font-weight: 600;
}
#common_sec1.people_single {
  background-size: cover;
  height: 532px;
}
#common_sec1.people_single .people_single_fv {
  width: 100%;
  height: 100%;
}
#common_sec1.people_single .people_single_fv img {
  width: 100%;
  height: 100%;
  max-height: 532px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#common_sec1.about {
  background: url(./../images/about_fv.jpg) no-repeat;
  background-size: cover;
}
#common_sec1.news {
  background: url(./../images/news_fv.jpg) no-repeat;
  background-size: cover;
}
#common_sec1.news .news_fv {
  position: absolute;
  bottom: -45px;
  left: calc(50% - 10px);
  transform: translateX(-50%);
  padding-right: 20px;
  max-width: 914px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#common_sec1.news .news_fv .news_fv_img1 {
  width: 198px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#common_sec1.news .news_fv .news_fv_img2 {
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-top: 55px;
  padding-right: 70px;
}
#common_sec1.news .news_fv .news_fv_img3 {
  height: 136px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-top: 12px;
}
#common_sec1.contact {
  background: url(./../images/contact_fv.jpg) no-repeat;
  background-size: cover;
  height: 458px;
}
#common_sec1.news_detail {
  height: 200px;
  background: none;
  background-size: cover;
}
#common_sec1.news_detail .part1 {
  padding-top: 96px;
}
#common_sec1.news_detail .part1 h2 {
  color: black;
  font-size: 24px;
  font-weight: normal;
  padding: 0;
  margin-top: 17px;
}
#common_sec1.news_detail .part1 .underline {
  display: block;
  width: 91px;
  margin: 0 auto;
  margin-top: 24px;
  height: 1px;
  background: #000;
}
#common_sec1.news_detail .part1 p {
  color: black;
  font-size: 12px;
  padding: 0;
  font-weight: 500;
}
#common_sec1 .single_title {
  position: absolute;
  right: 56px;
  bottom: 47px;
  text-align: right !important;
  left: auto !important;
  top: auto !important;
  transform: none !important;
}
#common_sec1 .single_title h2 {
  font-size: 32px !important;
  padding: 8px 14px !important;
  font-family: var(--font-ja);
}
#common_sec1 .single_title p {
  font-size: 14px !important;
  padding: 8px !important;
}
#common_sec1 .part1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: -moz-max-content;
  width: max-content;
}
#common_sec1 .part1 h2 {
  font-size: 31px;
  color: #010101;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  background: white;
  padding: 12px;
  font-weight: 600;
}
#common_sec1 .part1 p {
  font-size: 14px;
  color: #010101;
  text-align: center;
  letter-spacing: 0.05em;
  background: white;
  padding: 10px;
  margin-top: 19px;
  display: inline-block;
  font-weight: 600;
}

.people_detail {
  height: auto !important;
}

.about_fv {
  position: relative;
  max-width: 914px;
  margin: 0 auto;
  margin-top: -165px;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
}
.about_fv.career {
  width: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0;
}

.company_fv {
  position: relative;
  max-width: 914px;
  margin: 0 auto;
  margin-top: -90px;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.company_fv.crane {
  height: 150px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0;
}
.company_fv.career {
  width: 142px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0;
}
.company_fv.crane_contact {
  height: 172px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0;
}
.company_fv.career_contact {
  width: 281px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0;
}

#company_sec1 {
  position: relative;
}
#company_sec1 .part1 {
  padding: 35px 0 80px 0;
}
#company_sec1 .part1 h3 {
  font-size: 23px;
  color: #6ab042;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 50px;
  letter-spacing: 0.05em;
}
#company_sec1 .part1 .block {
  margin: auto;
  padding: 0 0;
}
#company_sec1 .part1 .block .company-body {
  width: 50%;
  padding: 0 46px 0 66px;
}
#company_sec1 .part1 .block .company-body h2 {
  font-size: 23px;
  color: #000;
  margin: 34px 0 26px 0;
  letter-spacing: 0.05em;
  font-weight: 600;
}
#company_sec1 .part1 .block .company-body p {
  font-size: 14px;
  color: #000;
  display: inline-block;
  text-align: left;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.08em;
}
#company_sec1 .part1 .block .company-body .signature {
  margin-top: 32px;
  text-align: right;
}
#company_sec1 .part1 .block .company-body .signature img {
  width: 100%;
  max-width: 160px;
}
#company_sec1 .part1 .block .block-img {
  width: 50%;
}
#company_sec1 .part1 .block .block-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#company_sec1 .part1 .company_info {
  max-width: 1300px;
  margin: 80px auto 0;
  padding: 0 20px;
}
#company_sec1 .part1 .company_info .company_info_table {
  width: 100%;
  max-width: 915px;
  margin: 0 auto;
}
#company_sec1 .part1 .company_info .company_info_row {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #bbb;
  padding: 38px 0 38px 44px;
}
#company_sec1 .part1 .company_info .company_info_row:first-child {
  border-top: 1px solid #bbb;
}
#company_sec1 .part1 .company_info .company_info_row dt {
  width: 110px;
  flex-shrink: 0;
  font-size: 13px;
  color: #000;
  padding-right: 40px;
  margin-right: 60px;
  line-height: 1;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-character;
}
#company_sec1 .part1 .company_info .company_info_row dd {
  flex: 1;
  font-size: 13px;
  color: #000;
  line-height: 1;
  margin: 0;
  letter-spacing: 1px;
}
#company_sec1 .part1 .company_info .company_img {
  display: flex;
  gap: 43px;
  justify-content: center;
  margin: 0 auto;
  margin-top: 64px;
  margin-bottom: -80px;
  max-width: 915px;
}
#company_sec1 .part1 .company_info .company_img img {
  width: calc(50% - 21.5px);
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 867/578;
  -o-object-position: center;
     object-position: center;
}

.people_card {
  margin-top: 73px;
}

#news_sec2 {
  margin-top: 0px;
  z-index: 3;
  position: relative;
  padding-top: 87px;
}
#news_sec2 h3 {
  font-size: 20px;
  color: #171717;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05em;
}
#news_sec2 p {
  font-size: 14px;
  text-align: center;
  margin-top: 28px;
}
#news_sec2 .part1 {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 38px 46px;
}
#news_sec2 .part1 .block {
  width: calc(50% - 23px);
  display: block;
}
#news_sec2 .part1 .block img {
  width: 100%;
  aspect-ratio: 867/578;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#news_sec2 .part1 .block h3 {
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-align: left;
}
#news_sec2 .part1 .block p {
  font-size: 15px;
  margin-top: 20px;
  line-height: 1.4;
  text-align: left;
  font-weight: 600;
  margin-bottom: 5px;
}
#news_sec2 .part1 .block:nth-child(3n) {
  margin-right: 0;
}
#news_sec2 .part1.news_card .block p {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 2px;
}
#news_sec2 .part1.news_card .block h3 {
  font-size: 12px;
  font-weight: 500;
}
#news_sec2 .part2 {
  padding-bottom: 75px;
}

#news_detail_sec1 {
  padding-top: 43px;
}
#news_detail_sec1 h2 {
  font-size: 28px;
  text-align: left;
  position: relative;
  padding-top: 75px;
  margin: auto;
  margin-bottom: 31px;
  max-width: 775px;
  width: 100%;
  line-height: 1.4;
}
#news_detail_sec1 h2 .date {
  font-size: 12px;
}
#news_detail_sec1 .part1 .block1 {
  text-align: center;
  max-width: 880px;
  width: 100%;
  margin: auto;
}
#news_detail_sec1 .part1 .block1 > img {
  width: 100%;
  margin-bottom: 40px;
}
#news_detail_sec1 .part1 .block1 p {
  text-align: left;
  color: #000000;
  font-size: 14px;
  line-height: 1.8;
}
#news_detail_sec1 .part1 .block1 img {
  width: 100%;
  height: auto;
}
#news_detail_sec1 .part1 .block1 a {
  text-decoration: underline;
}
#news_detail_sec1 .part1 .bottom_btn {
  text-align: center;
  padding-top: 48px;
  padding-bottom: 75px;
}
#news_detail_sec1 .part1 .bottom_btn a {
  width: 75px;
  height: 39px;
  background: #a5a5a5;
  display: inline-block;
  font-size: 12px;
  margin: auto;
  line-height: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

label.error {
  color: red !important;
  padding-top: 10px;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #edeeee;
  display: block;
  font-size: 12px;
  text-align: center;
}

.right_bar .banner {
  margin-bottom: 20px;
  display: block;
}

#commercial_sec1 h2 {
  text-align: center;
  padding: 75px 0 70px;
  color: black;
  font-size: 19px;
}
#commercial_sec1 .part1 {
  width: 820px;
  margin: auto;
  line-height: 2;
}
#commercial_sec1 .part1 dl {
  margin-bottom: 31px;
}
#commercial_sec1 .part1 dl dt {
  font-size: 12px;
  color: black;
}
#commercial_sec1 .part1 dl dd {
  font-size: 12px;
  color: black;
}
#commercial_sec1 .part2 .link_group {
  color: black;
  text-align: center;
  padding-top: 45px;
  line-height: 1;
  font-size: 12px;
}
#commercial_sec1 .part2 .link_group a {
  color: black;
  font-size: 12px;
}
#commercial_sec1 .bottom_btn {
  padding-top: 70px;
  padding-bottom: 100px;
  text-align: center;
  color: black;
}
#commercial_sec1 .bottom_btn a {
  font-size: 14px;
  color: black;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.pagination a,
.pagination span {
  font-size: 12px;
  border-right: 1px solid #000000;
  padding: 0 5px;
  line-height: 1;
}
.pagination a:last-child,
.pagination span:last-child {
  border-right: none;
}
.pagination a {
  text-decoration: underline;
}

#recruit_form_sec1 {
  padding: 75px 0 95px;
}
#recruit_form_sec1 .part1 {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 31px;
}
#recruit_form_sec1 .contact_form {
  width: 100%;
}
#recruit_form_sec1 .nankai_contact_form .form_row {
  display: flex;
  align-items: center;
  border-top: 1px solid #777;
  padding: 7px 0;
}
#recruit_form_sec1 .nankai_contact_form .form_row:last-of-type {
  border-bottom: 1px solid #777;
}
#recruit_form_sec1 .nankai_contact_form .form_row .form_label {
  width: 152px;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 600;
  color: #5a5a5a;
  display: block;
}
#recruit_form_sec1 .nankai_contact_form .form_row .form_input {
  flex: 1;
  max-width: 100%;
}
#recruit_form_sec1 .nankai_contact_form .form_row .form_input input[type=text],
#recruit_form_sec1 .nankai_contact_form .form_row .form_input input[type=tel],
#recruit_form_sec1 .nankai_contact_form .form_row .form_input input[type=email],
#recruit_form_sec1 .nankai_contact_form .form_row .form_input select,
#recruit_form_sec1 .nankai_contact_form .form_row .form_input textarea {
  padding: 5px 4px;
  border: 1px solid #d0d0d0;
  font-size: 12px;
  font-family: var(--font-ja);
  background: #fff;
  color: #5a5a5a;
  box-sizing: border-box;
}
#recruit_form_sec1 .nankai_contact_form .form_row .form_input input[type=text]::-moz-placeholder, #recruit_form_sec1 .nankai_contact_form .form_row .form_input input[type=tel]::-moz-placeholder, #recruit_form_sec1 .nankai_contact_form .form_row .form_input input[type=email]::-moz-placeholder, #recruit_form_sec1 .nankai_contact_form .form_row .form_input select::-moz-placeholder, #recruit_form_sec1 .nankai_contact_form .form_row .form_input textarea::-moz-placeholder {
  color: #333;
}
#recruit_form_sec1 .nankai_contact_form .form_row .form_input input[type=text]::placeholder,
#recruit_form_sec1 .nankai_contact_form .form_row .form_input input[type=tel]::placeholder,
#recruit_form_sec1 .nankai_contact_form .form_row .form_input input[type=email]::placeholder,
#recruit_form_sec1 .nankai_contact_form .form_row .form_input select::placeholder,
#recruit_form_sec1 .nankai_contact_form .form_row .form_input textarea::placeholder {
  color: #333;
}
#recruit_form_sec1 .nankai_contact_form .form_row .form_input input[type=text]:focus,
#recruit_form_sec1 .nankai_contact_form .form_row .form_input input[type=tel]:focus,
#recruit_form_sec1 .nankai_contact_form .form_row .form_input input[type=email]:focus,
#recruit_form_sec1 .nankai_contact_form .form_row .form_input select:focus,
#recruit_form_sec1 .nankai_contact_form .form_row .form_input textarea:focus {
  outline: none;
  border-color: #b3b3b3;
  background: #fff;
}
#recruit_form_sec1 .nankai_contact_form .form_row .form_input select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fafafa;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6"><path fill="%23666" d="M5 6L0 0h10z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 10px;
  padding-right: 40px;
  cursor: pointer;
  max-width: 100%;
}
#recruit_form_sec1 .nankai_contact_form .form_row .form_input textarea {
  resize: vertical;
  min-height: 160px;
}
#recruit_form_sec1 .nankai_contact_form .form_row .form_input .name_input,
#recruit_form_sec1 .nankai_contact_form .form_row .form_input .inquiry_type_input,
#recruit_form_sec1 .nankai_contact_form .form_row .form_input .tel_input,
#recruit_form_sec1 .nankai_contact_form .form_row .form_input .email_input,
#recruit_form_sec1 .nankai_contact_form .form_row .form_input .company_input,
#recruit_form_sec1 .nankai_contact_form .form_row .form_input .mobile_input {
  width: 220px;
  padding: 4px 8px;
}
#recruit_form_sec1 .nankai_contact_form .form_row .form_input .address_input,
#recruit_form_sec1 .nankai_contact_form .form_row .form_input .remarks_input {
  width: 97%;
  padding: 4px 8px;
}
#recruit_form_sec1 .nankai_contact_form .form_row .form_radio_group .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 12px;
}
#recruit_form_sec1 .nankai_contact_form .form_row .form_radio_group .gender_input {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 7px 0;
  width: 300px;
  justify-content: start;
}
#recruit_form_sec1 .nankai_contact_form .form_row .form_radio_group .gender_input .wpcf7-list-item {
  margin: 0;
}
#recruit_form_sec1 .nankai_contact_form .form_row .form_radio_group .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 11px;
  color: #333;
}
#recruit_form_sec1 .nankai_contact_form .form_row .form_radio_group .wpcf7-list-item-label input[type=radio] {
  width: 16px;
  height: 16px;
  margin: 0;
  margin-right: 5px;
  cursor: pointer;
}
#recruit_form_sec1 .nankai_contact_form .form_row .form_date_group p {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
#recruit_form_sec1 .nankai_contact_form .form_row .form_date_group .date_input {
  width: 31px;
  padding: 6px 2px;
  border: 1px solid #bbb;
  font-size: 13px;
  font-family: var(--font-ja);
  background: #fff;
  color: #5a5a5a;
  box-sizing: border-box;
  text-align: center;
}
#recruit_form_sec1 .nankai_contact_form .form_row .form_date_group .date_input:focus {
  outline: none;
  border-color: #b3b3b3;
  background: #fff;
}
#recruit_form_sec1 .nankai_contact_form .form_row .form_date_group .date_sep {
  font-size: 13px;
  color: #666;
}
#recruit_form_sec1 .nankai_contact_form .form_row .form_age_group p {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 8px;
}
#recruit_form_sec1 .nankai_contact_form .form_row .form_age_group .age_input {
  width: 31px;
  padding: 6px 2px;
  border: 1px solid #bbb;
  font-size: 13px;
  font-family: var(--font-ja);
  background: #fff;
  color: #5a5a5a;
  box-sizing: border-box;
  text-align: center;
}
#recruit_form_sec1 .nankai_contact_form .form_row .form_age_group .age_input:focus {
  outline: none;
  border-color: #b3b3b3;
  background: #fff;
}
#recruit_form_sec1 .nankai_contact_form .form_row .form_age_group .age_suffix {
  font-size: 13px;
  color: #666;
}
#recruit_form_sec1 .nankai_contact_form .form_privacy {
  border-top: 1px solid #777;
  padding-top: 37px;
  text-align: center;
}
#recruit_form_sec1 .nankai_contact_form .form_privacy .privacy_label {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  color: #333;
  cursor: pointer;
  margin-bottom: 16px;
  font-weight: 600;
}
#recruit_form_sec1 .nankai_contact_form .form_privacy .privacy_label input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin: 0;
  margin-right: 8px;
  cursor: pointer;
  border-color: #d0d0d0;
}
#recruit_form_sec1 .nankai_contact_form .form_privacy .privacy_link {
  display: block;
  font-size: 13px;
  color: #333;
  text-decoration: underline;
  margin-top: 12px;
  font-weight: 600;
  cursor: pointer;
}
#recruit_form_sec1 .nankai_contact_form .form_privacy .privacy_link:hover {
  text-decoration: none;
}
#recruit_form_sec1 .nankai_contact_form .form_submit {
  margin-top: 25px;
  text-align: center;
}
#recruit_form_sec1 .nankai_contact_form .form_submit .submit_btn {
  width: 331px;
  height: 41px;
  background: #777;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  font-family: var(--font-ja);
  letter-spacing: 0.05em;
}
#recruit_form_sec1 .nankai_contact_form .form_submit .submit_btn:hover {
  background: #6a6a6a;
}
#recruit_form_sec1 .nankai_contact_form .form_submit .submit_btn:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.wpcf7-spinner {
  display: block !important;
}

/* Privacy Policy Modal
-------------------------------------------------- */
.privacy_modal_container {
  display: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10000;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
}
.privacy_modal_container.is-open {
  display: flex;
}
.privacy_modal_container .privacy_modal_content {
  position: relative;
  width: 100%;
  max-width: 640px;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.privacy_modal_container .privacy_modal_body {
  padding: 0px 60px 30px;
  flex: 1;
}
.privacy_modal_container .privacy_modal_body p {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  margin: 0;
  margin-bottom: 10px;
}
.privacy_modal_container .privacy_modal_close {
  flex-shrink: 0;
  text-align: center;
}
.privacy_modal_container .privacy_modal_close_btn {
  background: none;
  border: none;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  font-family: var(--font-ja);
  letter-spacing: 0.05em;
  padding: 8px 18px;
  text-decoration: underline;
}
.privacy_modal_container .privacy_modal_close_btn:hover {
  opacity: 0.7;
}/*# sourceMappingURL=style.css.map */

input.kana-error {
  border-color: #e53e3e !important;
  outline: none;
  box-shadow: 0 0 0 2px rgba(229, 62, 62, 0.2);
}